PMC-800
This commit is contained in:
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ProcessMaker (Branch 3.3.1)\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2018-10-23 16:48:05\n"
|
||||
"PO-Revision-Date: 2019-05-20 19:36:15\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Colosa Developers Team <developers@colosa.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -22937,6 +22937,18 @@ msgstr "Rules and user groups"
|
||||
msgid "It sends a request to Sales Department, do you want to continue?"
|
||||
msgstr "It sends a request to Sales Department, do you want to continue?"
|
||||
|
||||
# TRANSLATION
|
||||
# LABEL/ID_SAML_ENABLE
|
||||
#: LABEL/ID_SAML_ENABLE
|
||||
msgid "SAML Authentication Enable"
|
||||
msgstr "SAML Authentication Enable"
|
||||
|
||||
# TRANSLATION
|
||||
# LABEL/ID_SAML_PROVIDER
|
||||
#: LABEL/ID_SAML_PROVIDER
|
||||
msgid "SAML Authentication Provider"
|
||||
msgstr "SAML Authentication Provider"
|
||||
|
||||
# TRANSLATION
|
||||
# LABEL/ID_SAMPLES
|
||||
#: LABEL/ID_SAMPLES
|
||||
|
||||
@@ -60708,6 +60708,8 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
|
||||
( 'LABEL','ID_RT_RENAME_NAME_TABLE','en','All references to the previous table name are going to be invalid. Do you really want to change the table name?','2016-06-29') ,
|
||||
( 'LABEL','ID_RULES_AND_USER_GROUPS','en','Rules and user groups','2014-01-15') ,
|
||||
( 'LABEL','ID_SALES_DEPARTMENT_REQUEST','en','It sends a request to Sales Department, do you want to continue?','2014-10-21') ,
|
||||
( 'LABEL','ID_SAML_ENABLE','en','SAML Authentication Enable','2019-05-20') ,
|
||||
( 'LABEL','ID_SAML_PROVIDER','en','SAML Authentication Provider','2019-05-20') ,
|
||||
( 'LABEL','ID_SAMPLES','en','Samples','2014-01-15') ,
|
||||
( 'LABEL','ID_SAT','en','Sat','2014-01-15') ,
|
||||
( 'LABEL','ID_SAVE','en','Save','2014-01-15') ,
|
||||
|
||||
@@ -172,7 +172,9 @@ class AuditLog
|
||||
"GSuiteConnect" => G::LoadTranslation("ID_G_SUITE_CONNECT"),
|
||||
"GSuiteDisconnect" => G::LoadTranslation("ID_G_SUITE_DISCONNECT"),
|
||||
"GSuiteLoadGroups" => G::LoadTranslation("ID_G_SUITE_LOAD_GROUPS"),
|
||||
"GSuiteSyncUsers" => G::LoadTranslation("ID_G_SUITE_SYNC_USERS")
|
||||
"GSuiteSyncUsers" => G::LoadTranslation("ID_G_SUITE_SYNC_USERS"),
|
||||
"SamlEnable" => G::LoadTranslation("ID_SAML_ENABLE"),
|
||||
"SamlProvider" => G::LoadTranslation("ID_SAML_PROVIDER")
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user