diff --git a/datamodels/2.x/authent-external/dictionaries/cs.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/cs.dict.authent-external.php index ab2927d15..acbfd6237 100644 --- a/datamodels/2.x/authent-external/dictionaries/cs.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/cs.dict.authent-external.php @@ -37,5 +37,5 @@ // Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:UserExternal' => 'Externí uživatel', - 'Class:UserExternal+' => 'Uživatel definovaný mimo iTop', + 'Class:UserExternal+' => 'Uživatel definovaný mimo '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-external/dictionaries/da.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/da.dict.authent-external.php index 1f0de510c..76b3aadc6 100644 --- a/datamodels/2.x/authent-external/dictionaries/da.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/da.dict.authent-external.php @@ -22,5 +22,5 @@ */ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Class:UserExternal' => 'Extern Bruger', - 'Class:UserExternal+' => 'Bruger udenfor iTop', + 'Class:UserExternal+' => 'Bruger udenfor '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-external/dictionaries/de.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/de.dict.authent-external.php index 9f5934d03..fd662551c 100644 --- a/datamodels/2.x/authent-external/dictionaries/de.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/de.dict.authent-external.php @@ -24,5 +24,5 @@ */ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:UserExternal' => 'Externer Benutzer', - 'Class:UserExternal+' => 'Externe authentifizierter iTop-Benutzer', + 'Class:UserExternal+' => 'Externe authentifizierter '.ITOP_APPLICATION_SHORT.'-Benutzer', )); diff --git a/datamodels/2.x/authent-external/dictionaries/en.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/en.dict.authent-external.php index 5cc2655ef..44569f420 100644 --- a/datamodels/2.x/authent-external/dictionaries/en.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/en.dict.authent-external.php @@ -37,5 +37,5 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:UserExternal' => 'External user', - 'Class:UserExternal+' => 'User authentified outside of iTop', + 'Class:UserExternal+' => 'User authentified outside of '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php index 58fc75a90..96751357c 100644 --- a/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php @@ -36,5 +36,5 @@ // Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Class:UserExternal' => 'Usuario Externo', - 'Class:UserExternal+' => 'Usuario Autenticado fuera de iTop', + 'Class:UserExternal+' => 'Usuario Autenticado fuera de '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-external/dictionaries/fr.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/fr.dict.authent-external.php index 06ebad6f3..d4b971e4c 100644 --- a/datamodels/2.x/authent-external/dictionaries/fr.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/fr.dict.authent-external.php @@ -20,6 +20,6 @@ * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserExternal' => 'Utilisateur externe à iTop', - 'Class:UserExternal+' => 'Utilisateur authentifié à l\'extérieur d\'iTop', + 'Class:UserExternal' => 'Utilisateur externe à '.ITOP_APPLICATION_SHORT, + 'Class:UserExternal+' => 'Utilisateur authentifié à l\'extérieur de '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-external/dictionaries/it.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/it.dict.authent-external.php index e27b63450..d4c9ce1a6 100644 --- a/datamodels/2.x/authent-external/dictionaries/it.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/it.dict.authent-external.php @@ -35,5 +35,5 @@ // Dict::Add('IT IT', 'Italian', 'Italiano', array( 'Class:UserExternal' => 'Esterno utente', - 'Class:UserExternal+' => 'Utente autenticato al di fuori di iTop', + 'Class:UserExternal+' => 'Utente autenticato al di fuori di '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-external/dictionaries/ru.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/ru.dict.authent-external.php index 54211691a..3cc22d899 100644 --- a/datamodels/2.x/authent-external/dictionaries/ru.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/ru.dict.authent-external.php @@ -13,5 +13,5 @@ // Dict::Add('RU RU', 'Russian', 'Русский', array( 'Class:UserExternal' => 'Внешний пользователь', - 'Class:UserExternal+' => 'Пользователь, аутентифицируемый вне iTop', + 'Class:UserExternal+' => 'Пользователь, аутентифицируемый вне '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-external/dictionaries/tr.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/tr.dict.authent-external.php index db96269b6..803398628 100644 --- a/datamodels/2.x/authent-external/dictionaries/tr.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/tr.dict.authent-external.php @@ -36,5 +36,5 @@ // Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'Class:UserExternal' => 'Harici kullanıcı', - 'Class:UserExternal+' => 'iTop dışında yetki kontrolü yapılan kullanıcı', + 'Class:UserExternal+' => ITOP_APPLICATION_SHORT.' dışında yetki kontrolü yapılan kullanıcı', )); diff --git a/datamodels/2.x/authent-external/dictionaries/zh_cn.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/zh_cn.dict.authent-external.php index 1c32a0d4c..e7aca208e 100644 --- a/datamodels/2.x/authent-external/dictionaries/zh_cn.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/zh_cn.dict.authent-external.php @@ -35,5 +35,5 @@ // Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:UserExternal' => '外部用户', - 'Class:UserExternal+' => '用户在iTop 外部验证身份', + 'Class:UserExternal+' => '用户在 '.ITOP_APPLICATION_SHORT.' 外部验证身份', )); diff --git a/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php index e86756afa..0ceec43c4 100644 --- a/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php @@ -36,8 +36,8 @@ // Class: UserLocal // Dict::Add('CS CZ', 'Czech', 'Čeština', array( - 'Class:UserLocal' => 'interní uživatel iTop', - 'Class:UserLocal+' => 'Uživatel ověřen interně v iTop', + 'Class:UserLocal' => 'interní uživatel '.ITOP_APPLICATION_SHORT, + 'Class:UserLocal+' => 'Uživatel ověřen interně v '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Heslo', 'Class:UserLocal/Attribute:password+' => '', diff --git a/datamodels/2.x/authent-local/dictionaries/da.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/da.dict.authent-local.php index 6c2e34d53..25f167b3c 100644 --- a/datamodels/2.x/authent-local/dictionaries/da.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/da.dict.authent-local.php @@ -21,8 +21,8 @@ * @licence http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('DA DA', 'Danish', 'Dansk', array( - 'Class:UserLocal' => 'iTop-Bruger', - 'Class:UserLocal+' => 'Bruger der godkendes af iTop', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.'-Bruger', + 'Class:UserLocal+' => 'Bruger der godkendes af '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Password', 'Class:UserLocal/Attribute:password+' => 'Brugerens password', diff --git a/datamodels/2.x/authent-local/dictionaries/de.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/de.dict.authent-local.php index 1fdaed540..a70814948 100644 --- a/datamodels/2.x/authent-local/dictionaries/de.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/de.dict.authent-local.php @@ -23,8 +23,8 @@ * */ Dict::Add('DE DE', 'German', 'Deutsch', array( - 'Class:UserLocal' => 'iTop-Benutzer', - 'Class:UserLocal+' => 'Benutzer, der von iTop authentifiziert wird', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.'-Benutzer', + 'Class:UserLocal+' => 'Benutzer, der von '.ITOP_APPLICATION_SHORT.' authentifiziert wird', 'Class:UserLocal/Attribute:password' => 'Passwort', 'Class:UserLocal/Attribute:password+' => 'Benutzerpasswort', @@ -43,5 +43,5 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Das Passwort entspricht nicht dem in den Konfigurationsregeln hinterlegten RegEx-Ausdruck', - 'UserLocal:password:expiration' => 'Die folgenden Felder benötigen eine iTop Erweiterung' + 'UserLocal:password:expiration' => 'Die folgenden Felder benötigen eine '.ITOP_APPLICATION_SHORT.' Erweiterung' )); diff --git a/datamodels/2.x/authent-local/dictionaries/en.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/en.dict.authent-local.php index 2cc418dcb..9de62dd99 100644 --- a/datamodels/2.x/authent-local/dictionaries/en.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/en.dict.authent-local.php @@ -36,8 +36,8 @@ // Dict::Add('EN US', 'English', 'English', array( - 'Class:UserLocal' => 'iTop user', - 'Class:UserLocal+' => 'User authentified by iTop', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.' user', + 'Class:UserLocal+' => 'User authentified by '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Password', 'Class:UserLocal/Attribute:password+' => 'User authentication string', diff --git a/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php index 33e5a7364..cd3380b33 100644 --- a/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php @@ -35,8 +35,8 @@ // Class: UserLocal // Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( - 'Class:UserLocal' => 'Usuario de iTop', - 'Class:UserLocal+' => 'Usuario Autenticado vía iTop', + 'Class:UserLocal' => 'Usuario de '.ITOP_APPLICATION_SHORT, + 'Class:UserLocal+' => 'Usuario Autenticado vía '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Contraseña', 'Class:UserLocal/Attribute:password+' => 'Contraseña', diff --git a/datamodels/2.x/authent-local/dictionaries/fr.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/fr.dict.authent-local.php index c85f68889..831274879 100644 --- a/datamodels/2.x/authent-local/dictionaries/fr.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/fr.dict.authent-local.php @@ -20,8 +20,8 @@ * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserLocal' => 'Utilisateur iTop', - 'Class:UserLocal+' => 'Utilisateur authentifié par iTop', + 'Class:UserLocal' => 'Utilisateur '.ITOP_APPLICATION_SHORT, + 'Class:UserLocal+' => 'Utilisateur authentifié par '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Mot de passe', 'Class:UserLocal/Attribute:password+' => '', diff --git a/datamodels/2.x/authent-local/dictionaries/hu.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/hu.dict.authent-local.php index 89ad386e7..c834e3aa8 100644 --- a/datamodels/2.x/authent-local/dictionaries/hu.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/hu.dict.authent-local.php @@ -20,7 +20,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( - 'Class:UserLocal' => 'iTop felhasználó', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.' felhasználó', 'Class:UserLocal+' => '', 'Class:UserLocal/Attribute:password' => 'Jelszó', 'Class:UserLocal/Attribute:password+' => '', diff --git a/datamodels/2.x/authent-local/dictionaries/it.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/it.dict.authent-local.php index 12898305d..44eabab32 100644 --- a/datamodels/2.x/authent-local/dictionaries/it.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/it.dict.authent-local.php @@ -34,8 +34,8 @@ // Class: UserLocal // Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:UserLocal' => 'Utente iTop', - 'Class:UserLocal+' => 'Utente autenticato da iTop', + 'Class:UserLocal' => 'Utente '.ITOP_APPLICATION_SHORT, + 'Class:UserLocal+' => 'Utente autenticato da '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Password', 'Class:UserLocal/Attribute:password+' => 'user authentication string', diff --git a/datamodels/2.x/authent-local/dictionaries/ja.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/ja.dict.authent-local.php index 561abe9fb..b20916c92 100644 --- a/datamodels/2.x/authent-local/dictionaries/ja.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/ja.dict.authent-local.php @@ -21,8 +21,8 @@ * @licence http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('JA JP', 'Japanese', '日本語', array( - 'Class:UserLocal' => 'iTopユーザー', - 'Class:UserLocal+' => 'iTopローカル認証ユーザー', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.'ユーザー', + 'Class:UserLocal+' => ITOP_APPLICATION_SHORT.'ローカル認証ユーザー', 'Class:UserLocal/Attribute:password' => 'パスワード', 'Class:UserLocal/Attribute:password+' => '認証文字列', diff --git a/datamodels/2.x/authent-local/dictionaries/nl.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/nl.dict.authent-local.php index 9cdbcde52..e8b2c9ac6 100644 --- a/datamodels/2.x/authent-local/dictionaries/nl.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/nl.dict.authent-local.php @@ -25,10 +25,10 @@ // Class: UserLocal // Dict::Add('NL NL', 'Dutch', 'Nederlands', array( - 'Class:UserLocal' => 'iTop-gebruiker', - 'Class:UserLocal+' => 'Gebruiker die aanmeldt met gegevens aangemaakt in het gebruikersbeheer van iTop', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.'-gebruiker', + 'Class:UserLocal+' => 'Gebruiker die aanmeldt met gegevens aangemaakt in het gebruikersbeheer van '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Wachtwoord', - 'Class:UserLocal/Attribute:password+' => 'Het wachtwoord waarmee de gebruiker zich aanmeldt bij iTop', + 'Class:UserLocal/Attribute:password+' => 'Het wachtwoord waarmee de gebruiker zich aanmeldt bij '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:expiration' => 'Wachtwoord verloopt', 'Class:UserLocal/Attribute:expiration+' => 'Of het wachtwoord al dan niet verlopen is (vereist een extensie vooraleer dit werkt)', diff --git a/datamodels/2.x/authent-local/dictionaries/ru.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/ru.dict.authent-local.php index 1a90b242b..ae8c1c7d0 100644 --- a/datamodels/2.x/authent-local/dictionaries/ru.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/ru.dict.authent-local.php @@ -12,8 +12,8 @@ // Class: UserLocal // Dict::Add('RU RU', 'Russian', 'Русский', array( - 'Class:UserLocal' => 'Пользователь iTop', - 'Class:UserLocal+' => 'Пользователь, аутентифицируемый через iTop', + 'Class:UserLocal' => 'Пользователь '.ITOP_APPLICATION_SHORT, + 'Class:UserLocal+' => 'Пользователь, аутентифицируемый через '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Пароль', 'Class:UserLocal/Attribute:password+' => 'Строка аутентификации пользователя', diff --git a/datamodels/2.x/authent-local/dictionaries/sk.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/sk.dict.authent-local.php index 4f76b7de0..1929cff30 100644 --- a/datamodels/2.x/authent-local/dictionaries/sk.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/sk.dict.authent-local.php @@ -33,7 +33,7 @@ // Class: UserLocal // Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( - 'Class:UserLocal' => 'iTop užívateľ', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.' užívateľ', 'Class:UserLocal+' => '', 'Class:UserLocal/Attribute:password' => 'Heslo', 'Class:UserLocal/Attribute:password+' => '', diff --git a/datamodels/2.x/authent-local/dictionaries/tr.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/tr.dict.authent-local.php index bc632215d..8a11d86ea 100644 --- a/datamodels/2.x/authent-local/dictionaries/tr.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/tr.dict.authent-local.php @@ -35,8 +35,8 @@ // Class: UserLocal // Dict::Add('TR TR', 'Turkish', 'Türkçe', array( - 'Class:UserLocal' => 'iTop kullanıcısı', - 'Class:UserLocal+' => 'Yetki kontorlünü iTop tarafından yapılan kullanıcı', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.' kullanıcısı', + 'Class:UserLocal+' => 'Yetki kontorlünü '.ITOP_APPLICATION_SHORT.' tarafından yapılan kullanıcı', 'Class:UserLocal/Attribute:password' => 'Şifre', 'Class:UserLocal/Attribute:password+' => 'şifre', diff --git a/datamodels/2.x/authent-local/dictionaries/zh_cn.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/zh_cn.dict.authent-local.php index d71c90269..b99aec4c0 100644 --- a/datamodels/2.x/authent-local/dictionaries/zh_cn.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/zh_cn.dict.authent-local.php @@ -34,8 +34,8 @@ // Class: UserLocal // Dict::Add('ZH CN', 'Chinese', '简体中文', array( - 'Class:UserLocal' => 'iTop 用户', - 'Class:UserLocal+' => '用户由 iTop 验证身份', + 'Class:UserLocal' => ITOP_APPLICATION_SHORT.' 用户', + 'Class:UserLocal+' => '用户由 '.ITOP_APPLICATION_SHORT.' 验证身份', 'Class:UserLocal/Attribute:password' => '密码', 'Class:UserLocal/Attribute:password+' => '用于验证用户身份的字符串', diff --git a/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php index aa8551ffc..8feb54599 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php @@ -40,7 +40,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.~~', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~', 'Attachments:Render:Icons' => 'Display as icons~~', 'Attachments:Render:Table' => 'Display as list~~', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~', diff --git a/datamodels/2.x/itop-attachments/dictionaries/da.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/da.dict.itop-attachments.php index 8a6ae2f21..b05218859 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/da.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/da.dict.itop-attachments.php @@ -37,7 +37,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.~~', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~', 'Attachments:Render:Icons' => 'Display as icons~~', 'Attachments:Render:Table' => 'Display as list~~', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~', diff --git a/datamodels/2.x/itop-attachments/dictionaries/de.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/de.dict.itop-attachments.php index bc70bf7e2..475aa5682 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/de.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/de.dict.itop-attachments.php @@ -39,7 +39,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Attachments:Error:FileTooLarge' => 'Die Datei ist zu groß für den Upload: %1$s', 'Attachments:Error:UploadedFileEmpty' => 'Die Datei ist leer und kann nicht angehängt werden. Entweder ist die von Ihnen hochdeladene Datei leer, -oder melden Sie dem iTop Administrator diesen Fehler, weil eventuell kein ausreichender Speicherplatz zur Verfügung steht', +oder melden Sie dem '.ITOP_APPLICATION_SHORT.' Administrator diesen Fehler, weil eventuell kein ausreichender Speicherplatz zur Verfügung steht', 'Attachments:Render:Icons' => 'Als Icons anzeigen', 'Attachments:Render:Table' => 'Als Liste anzeigen', 'UI:Attachments:DropYourFileHint' => 'Dateien in diesem Bereich ablegen...', diff --git a/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php index 222107cdd..579aa5e65 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php @@ -34,7 +34,7 @@ Dict::Add('EN US', 'English', 'English', array( 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.', 'Attachments:Render:Icons' => 'Display as icons', 'Attachments:Render:Table' => 'Display as list', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area', diff --git a/datamodels/2.x/itop-attachments/dictionaries/it.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/it.dict.itop-attachments.php index 943ecaa1f..1cf8f21f6 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/it.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/it.dict.itop-attachments.php @@ -37,7 +37,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.~~', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~', 'Attachments:Render:Icons' => 'Display as icons~~', 'Attachments:Render:Table' => 'Display as list~~', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~', diff --git a/datamodels/2.x/itop-attachments/dictionaries/ja.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/ja.dict.itop-attachments.php index 8ed008153..f42e1b3b5 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/ja.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/ja.dict.itop-attachments.php @@ -36,7 +36,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.~~', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~', 'Attachments:Render:Icons' => 'Display as icons~~', 'Attachments:Render:Table' => 'Display as list~~', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~', diff --git a/datamodels/2.x/itop-attachments/dictionaries/ru.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/ru.dict.itop-attachments.php index 0413a3740..28e9b3e7d 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/ru.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/ru.dict.itop-attachments.php @@ -16,7 +16,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'Attachments:History_File_Added' => 'Вложение %1$s добавлено.', 'Attachments:History_File_Removed' => 'Вложение %1$s удалено.', 'Attachments:AddAttachment' => 'Добавить вложение:', - 'Attachments:UploadNotAllowedOnThisSystem' => 'Загрузка файлов НЕ разрешена в этой системе. За подробностями обратитесь к администратору вашего iTop', + 'Attachments:UploadNotAllowedOnThisSystem' => 'Загрузка файлов НЕ разрешена в этой системе. За подробностями обратитесь к администратору вашего '.ITOP_APPLICATION_SHORT, 'Attachment:Max_Go' => '(Максимальный размер файла: %1$s ГБ)', 'Attachment:Max_Mo' => '(Максимальный размер файла: %1$s МБ)', 'Attachment:Max_Ko' => '(Максимальный размер файла: %1$s кБ)', @@ -25,7 +25,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'Attachments:Error:FileTooLarge' => 'Файл слишком велик для загрузки. %1$s', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.~~', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~', 'Attachments:Render:Icons' => 'Display as icons~~', 'Attachments:Render:Table' => 'Display as list~~', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~', diff --git a/datamodels/2.x/itop-attachments/dictionaries/sk.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/sk.dict.itop-attachments.php index 44081ee10..ea5703164 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/sk.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/sk.dict.itop-attachments.php @@ -37,7 +37,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.~~', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~', 'Attachments:Render:Icons' => 'Display as icons~~', 'Attachments:Render:Table' => 'Display as list~~', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~', diff --git a/datamodels/2.x/itop-attachments/dictionaries/tr.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/tr.dict.itop-attachments.php index 207c53c0d..52cf457aa 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/tr.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/tr.dict.itop-attachments.php @@ -37,7 +37,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~', 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached. Either you have pushed an empty file, -or ask your iTop administrator if the iTop server disk is full.~~', +or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~', 'Attachments:Render:Icons' => 'Display as icons~~', 'Attachments:Render:Table' => 'Display as list~~', 'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~', diff --git a/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php index 61cde09f4..7dffe2b81 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php @@ -31,7 +31,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Attachments:NoAttachment' => '没有附件. ', 'Attachments:PreviewNotAvailable' => '该附件类型不支持预览.', 'Attachments:Error:FileTooLarge' => '上传的文件过大. %1$s', - 'Attachments:Error:UploadedFileEmpty' => '收到的文件为空,无法添加. 可能是因为您发送的是空文件,或者咨询 iTop 管理员服务器磁盘是否已满. ', + 'Attachments:Error:UploadedFileEmpty' => '收到的文件为空,无法添加. 可能是因为您发送的是空文件,或者咨询 '.ITOP_APPLICATION_SHORT.' 管理员服务器磁盘是否已满. ', 'Attachments:Render:Icons' => '显示为图标', 'Attachments:Render:Table' => '显示为列表', 'UI:Attachments:DropYourFileHint' => '将文件拖放到此区域的任意位置', diff --git a/datamodels/2.x/itop-backup/dictionaries/zh_cn.dict.itop-backup.php b/datamodels/2.x/itop-backup/dictionaries/zh_cn.dict.itop-backup.php index 69b2a96e7..5081b8de0 100644 --- a/datamodels/2.x/itop-backup/dictionaries/zh_cn.dict.itop-backup.php +++ b/datamodels/2.x/itop-backup/dictionaries/zh_cn.dict.itop-backup.php @@ -29,8 +29,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'bkp-status-title' => '定时备份', 'bkp-status-checks' => '设置与检查', 'bkp-mysqldump-ok' => '已找到 mysqldump : %1$s', - 'bkp-mysqldump-notfound' => 'mysqldump 找不到: %1$s - 请确认它安装在正确的路径, 或者调整iTop 配置文件的选项mysql_bindir.', - 'bkp-mysqldump-issue' => 'mysqldump 无法运行 (retcode=%1$d): 请确认它安装在正确的路径, 或者调整iTop 配置文件的选项mysql_bindir', + 'bkp-mysqldump-notfound' => 'mysqldump 找不到: %1$s - 请确认它安装在正确的路径, 或者调整'.ITOP_APPLICATION_SHORT.' 配置文件的选项mysql_bindir.', + 'bkp-mysqldump-issue' => 'mysqldump 无法运行 (retcode=%1$d): 请确认它安装在正确的路径, 或者调整'.ITOP_APPLICATION_SHORT.' 配置文件的选项mysql_bindir', 'bkp-missing-dir' => '目标目录 %1$s 找不到', 'bkp-free-disk-space' => '%1$s 空闲%2$s', 'bkp-dir-not-writeable' => '%1$s 没有写入权限', diff --git a/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php b/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php index fcbdc868d..86bf5331a 100644 --- a/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php +++ b/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php @@ -11,7 +11,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Menu:ConfigEditor' => 'Konfigurace', 'config-edit-title' => 'Editor konfiguračního souboru', - 'config-edit-intro' => 'Při úpravách konfiguračního souboru buďte velice opatrní. Nesprávné nastavení může vést k nedostupnosti iTop', + 'config-edit-intro' => 'Při úpravách konfiguračního souboru buďte velice opatrní. Nesprávné nastavení může vést k nedostupnosti '.ITOP_APPLICATION_SHORT, 'config-apply' => 'Použít', 'config-apply-title' => 'Použít (Ctrl+S)', 'config-cancel' => 'Zrušit', diff --git a/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php b/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php index 2138e03cb..2f66ec675 100644 --- a/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php +++ b/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php @@ -9,7 +9,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Menu:ConfigEditor' => 'Configuration Générale', 'config-edit-title' => 'Editeur du Fichier de Configuration', - 'config-edit-intro' => 'Attention: une configuration incorrecte peut rendre iTop inopérant pour tous les utilisateurs!', + 'config-edit-intro' => 'Attention: une configuration incorrecte peut rendre '.ITOP_APPLICATION_SHORT.' inopérant pour tous les utilisateurs!', 'config-apply' => 'Enregistrer', 'config-apply-title' => 'Enregistrer (Ctrl+S)', 'config-cancel' => 'Annuler (restaurer)', diff --git a/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php index 2463f1d9f..a20e94716 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space~~', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space~~', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size~~', diff --git a/datamodels/2.x/itop-core-update/dictionaries/da.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/da.dict.itop-core-update.php index eea343326..ea8504ea7 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/da.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/da.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space~~', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space~~', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size~~', diff --git a/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php index 7e42ee5db..d28ad4594 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php @@ -24,7 +24,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'iTopUpdate:UI:PageTitle' => 'Anwendungsupgrade', 'itop-core-update:UI:SelectUpdateFile' => 'Upgrade-Datei hochladen', 'itop-core-update:UI:ConfirmUpdate' => 'Upgrade bestätigen', - 'itop-core-update:UI:UpdateCoreFiles' => 'Upgrade der iTop-Core-Dateien', + 'itop-core-update:UI:UpdateCoreFiles' => 'Upgrade der '.ITOP_APPLICATION_SHORT.'-Core-Dateien', 'iTopUpdate:UI:MaintenanceModeActive' => 'Die Anwendung läuft im Wartungsmodus, Benutzerzugriffe sind nicht möglich. Führen Sie erneut ein Setup oder Restore der Anwendung aus, um in den normalen Betriebsmodus zurückzukehren.', 'itop-core-update:UI:UpdateDone' => 'Upgrade abgeschlossen', @@ -61,7 +61,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Wegen geringem verbleibenden Speicherplatz sollte kein Backup mehr erzeugt werden.', 'iTopUpdate:UI:DiskFreeSpace' => 'Freier Speicherplatz', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop Speicherplatz', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' Speicherplatz', 'iTopUpdate:UI:DBDiskSpace' => 'Datenbankgröße', 'iTopUpdate:UI:FileUploadMaxSize' => 'Maximale Dateigröße für Uploads', @@ -94,8 +94,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'iTopUpdate:Error:MissingFile' => 'Fehlende Datei: %1$s', 'iTopUpdate:Error:CorruptedFile' => 'Datei %1$s ist beschädigt', 'iTopUpdate:Error:BadFileFormat' => 'Die Upgradedatei ist keine ZIP-Datei', - 'iTopUpdate:Error:BadFileContent' => 'Die Upgradedatei ist kein iTop-Paket', - 'iTopUpdate:Error:BadItopProduct' => 'Die Upgradedatei ist nicht mit dieser iTop-Version kompatibel.', + 'iTopUpdate:Error:BadFileContent' => 'Die Upgradedatei ist kein '.ITOP_APPLICATION_SHORT.'-Paket', + 'iTopUpdate:Error:BadItopProduct' => 'Die Upgradedatei ist nicht mit dieser '.ITOP_APPLICATION_SHORT.'-Version kompatibel.', 'iTopUpdate:Error:Copy' => 'Fehler, kopieren von \'%1$s\' nach \'%2$s\' nicht möglich', 'iTopUpdate:Error:FileNotFound' => 'Datei nicht gefunden', 'iTopUpdate:Error:NoFile' => 'Keine Datei angegeben', diff --git a/datamodels/2.x/itop-core-update/dictionaries/en.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/en.dict.itop-core-update.php index f5f0420b6..a38355187 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/en.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/en.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('EN US', 'English', 'English', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size', diff --git a/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php index 5012b76e0..7282a9633 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'iTopUpdate:UI:DoBackup:Warning' => 'El respaldo no está recomendado por el limitado espacio en el dispositivo', 'iTopUpdate:UI:DiskFreeSpace' => 'Espaciolibre en el dispositivo', - 'iTopUpdate:UI:ItopDiskSpace' => 'Espacio en diso de iTop', + 'iTopUpdate:UI:ItopDiskSpace' => 'Espacio en diso de '.ITOP_APPLICATION_SHORT, 'iTopUpdate:UI:DBDiskSpace' => 'Espacio en diso de base de datos', 'iTopUpdate:UI:FileUploadMaxSize' => 'Máximo tamaño de subida de archivos', diff --git a/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php index f7b393946..4e7b585e3 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space~~', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space~~', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size~~', diff --git a/datamodels/2.x/itop-core-update/dictionaries/it.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/it.dict.itop-core-update.php index 57ab7f858..9bbe0f5bc 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/it.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/it.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space~~', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space~~', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size~~', diff --git a/datamodels/2.x/itop-core-update/dictionaries/ja.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/ja.dict.itop-core-update.php index 2c3fe744e..03a756a17 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/ja.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/ja.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space~~', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space~~', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size~~', diff --git a/datamodels/2.x/itop-core-update/dictionaries/nl.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/nl.dict.itop-core-update.php index 1720006c1..2cc718093 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/nl.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/nl.dict.itop-core-update.php @@ -63,7 +63,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Een backup maken wordt afgeraden doordat er weinig schijfruimte is', 'iTopUpdate:UI:DiskFreeSpace' => 'Vrije schijfruimte', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop schijfgebruik', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' schijfgebruik', 'iTopUpdate:UI:DBDiskSpace' => 'Database schijfgebruik', 'iTopUpdate:UI:FileUploadMaxSize' => 'Maximale bestandsgrootte (upload)', diff --git a/datamodels/2.x/itop-core-update/dictionaries/pt_br.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/pt_br.dict.itop-core-update.php index 6df638218..db6257f9c 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/pt_br.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/pt_br.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup não recomendado devido ao espaço em disco limitado', 'iTopUpdate:UI:DiskFreeSpace' => 'Espaço em disco disponível', - 'iTopUpdate:UI:ItopDiskSpace' => 'Espaço em disco do iTop', + 'iTopUpdate:UI:ItopDiskSpace' => 'Espaço em disco do '.ITOP_APPLICATION_SHORT, 'iTopUpdate:UI:DBDiskSpace' => 'Espaço em disco da base de dados', 'iTopUpdate:UI:FileUploadMaxSize' => 'Tamanho máximo de envio de arquivos', diff --git a/datamodels/2.x/itop-core-update/dictionaries/sk.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/sk.dict.itop-core-update.php index 306a1a6f6..95cefcfa0 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/sk.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/sk.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space~~', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space~~', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size~~', diff --git a/datamodels/2.x/itop-core-update/dictionaries/tr.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/tr.dict.itop-core-update.php index 7f9ae659c..d71834279 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/tr.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/tr.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~', 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop disk space~~', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space~~', 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~', 'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size~~', diff --git a/datamodels/2.x/itop-core-update/dictionaries/zh_cn.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/zh_cn.dict.itop-core-update.php index 7eff4339b..c6136c213 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/zh_cn.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/zh_cn.dict.itop-core-update.php @@ -61,7 +61,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'iTopUpdate:UI:DoBackup:Warning' => '由于磁盘空间不足, 不建议备份', 'iTopUpdate:UI:DiskFreeSpace' => '磁盘剩余空间', - 'iTopUpdate:UI:ItopDiskSpace' => 'iTop 的磁盘空间', + 'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' 的磁盘空间', 'iTopUpdate:UI:DBDiskSpace' => '数据库的磁盘空间', 'iTopUpdate:UI:FileUploadMaxSize' => '文件上传大小上限', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php index 1b3420c01..b41e07562 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub~~', 'Menu:iTopHub:Register' => 'Connect to iTop Hub~~', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance~~', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -46,25 +46,25 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -72,7 +72,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/da.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/da.dict.itop-hub-connector.php index 6d0838a78..a38f0e139 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/da.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/da.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub~~', 'Menu:iTopHub:Register' => 'Connect to iTop Hub~~', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance~~', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -46,25 +46,25 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -72,7 +72,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/de.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/de.dict.itop-hub-connector.php index 4d82fe74c..80260dc1c 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/de.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/de.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub', 'Menu:iTopHub:Register' => 'Mit dem iTop Hub verbinden', - 'Menu:iTopHub:Register+' => 'iTop-Instanzen über den iTop Hub updaten', - 'Menu:iTopHub:Register:Description' => '

Zugriff auf die Community-Plattform iTop Hub!
Hier finden sie Informationen zu ihren iTop Instanzen, können diese mit personalisierten Tools verwalten und sich Erweiterungen installieren.

Durch die Verbindung mit dem iTop Hub, werden Informationen zu Ihrer iTop Instanz zum iTop Hub übertragen.

', + 'Menu:iTopHub:Register+' => ITOP_APPLICATION_SHORT.'-Instanzen über den iTop Hub updaten', + 'Menu:iTopHub:Register:Description' => '

Zugriff auf die Community-Plattform iTop Hub!
Hier finden sie Informationen zu ihren '.ITOP_APPLICATION_SHORT.' Instanzen, können diese mit personalisierten Tools verwalten und sich Erweiterungen installieren.

Durch die Verbindung mit dem iTop Hub, werden Informationen zu Ihrer '.ITOP_APPLICATION_SHORT.' Instanz zum iTop Hub übertragen.

', 'Menu:iTopHub:MyExtensions' => 'Installierte Erweiterungen', - 'Menu:iTopHub:MyExtensions+' => 'Liste der auf ihrer iTop Instanz installierten Erweiterungen', + 'Menu:iTopHub:MyExtensions+' => 'Liste der auf ihrer '.ITOP_APPLICATION_SHORT.' Instanz installierten Erweiterungen', 'Menu:iTopHub:BrowseExtensions' => 'Erweiterungen vom iTop Hub beziehen', 'Menu:iTopHub:BrowseExtensions+' => 'Mehr Erweiterungen auf dem iTop Hub entdecken', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Zugriff auf die Community-Plattform iTop Hub!
Hier finden sie Informationen zu ihren iTop Instanzen, können diese mit personalisierten Tools verwalten und sich Erweiterungen installieren.

Durch die Verbindung mit dem iTop Hub, werden Informationen zu Ihrer iTop Instanz zum iTop Hub übertragen.

', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Zugriff auf die Community-Plattform iTop Hub!
Hier finden sie Informationen zu ihren '.ITOP_APPLICATION_SHORT.' Instanzen, können diese mit personalisierten Tools verwalten und sich Erweiterungen installieren.

Durch die Verbindung mit dem iTop Hub, werden Informationen zu Ihrer '.ITOP_APPLICATION_SHORT.' Instanz zum iTop Hub übertragen.

', 'iTopHub:GoBtn' => 'Gehe zum iTop Hub', 'iTopHub:CloseBtn' => 'Schließen', 'iTopHub:GoBtn:Tooltip' => 'Gehe zu www.itophub.io', @@ -46,7 +46,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'iTopHub:Landing:Status' => 'Installationsstatus', 'iTopHub:Landing:Install' => 'Erweiterungen werden installiert...', 'iTopHub:CompiledOK' => 'Installation erfolgreich', - 'iTopHub:ConfigurationSafelyReverted' => 'Fehler während der Installation!
iTop Konfiguration wurde NICHT angepasst.', + 'iTopHub:ConfigurationSafelyReverted' => 'Fehler während der Installation!
'.ITOP_APPLICATION_SHORT.' Konfiguration wurde NICHT angepasst.', 'iTopHub:FailAuthent' => 'Die Authentifizierung für diese Aktion ist fehlgeschlagen.', 'iTopHub:InstalledExtensions' => 'Erweiterungen, die auf dieser Instanz installiert sind', @@ -55,16 +55,16 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'iTopHub:ExtensionCategory:Remote' => 'Erweiterungen vom iTop Hub', 'iTopHub:ExtensionCategory:Remote+' => 'Die folgenden Erweiterungen wurden über den iTop Hub installiert:', 'iTopHub:NoExtensionInThisCategory' => 'Es gibt keine Erweiterungen dieser Kategorie', - 'iTopHub:NoExtensionInThisCategory+' => 'Besuchen Sie den iTop Hub, um Erweiterungen zu finden, die Ihnen helfen, Ihr iTop so zu erweitern, dass es besser zu Ihren Bedürfnissen passt!', + 'iTopHub:NoExtensionInThisCategory+' => 'Besuchen Sie den iTop Hub, um Erweiterungen zu finden, die Ihnen helfen, Ihr '.ITOP_APPLICATION_SHORT.' so zu erweitern, dass es besser zu Ihren Bedürfnissen passt!', 'iTopHub:ExtensionNotInstalled' => 'Nicht installiert', 'iTopHub:GetMoreExtensions' => 'Erweiterungen vom iTop Hub beziehen ...', 'iTopHub:LandingWelcome' => 'Herzlichen Glückwunsch! Die folgenden Erweiterungen wurden vom iTop Hub heruntergeladen und installiert:', - 'iTopHub:GoBackToITopBtn' => 'Gehe zurück zu iTop', + 'iTopHub:GoBackToITopBtn' => 'Gehe zurück zu '.ITOP_APPLICATION_SHORT, 'iTopHub:Uncompressing' => 'Erweiterungen entpacken...', 'iTopHub:InstallationWelcome' => 'Installation der Erweiterungen, die vom iTop Hub heruntergeladen wurden.', - 'iTopHub:DBBackupLabel' => 'Backup der iTop-Instanz', - 'iTopHub:DBBackupSentence' => 'Vor dem Update ein Backup der iTop Datenbank und der iTop Konfiguration durchführen.', + 'iTopHub:DBBackupLabel' => 'Backup der '.ITOP_APPLICATION_SHORT.'-Instanz', + 'iTopHub:DBBackupSentence' => 'Vor dem Update ein Backup der iTop Datenbank und der '.ITOP_APPLICATION_SHORT.' Konfiguration durchführen.', 'iTopHub:DeployBtn' => 'Installieren!', 'iTopHub:DatabaseBackupProgress' => 'Backup durchführen...', @@ -72,7 +72,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s ist bereits installiert. Es wird keine Änderung durchgeführt.', 'iTopHub:InstallationEffect:Upgrade' => 'Aktualisierung von Version %1$s auf Version %2$s.', 'iTopHub:InstallationEffect:Downgrade' => 'DOWNGRADE von Version %1$s auf Version %2$s.', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'Backup der iTop-Instanz...', + 'iTopHub:InstallationProgress:DatabaseBackup' => 'Backup der '.ITOP_APPLICATION_SHORT.'-Instanz...', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation der Erweiterungen', 'iTopHub:InstallationEffect:MissingDependencies' => 'Diese Erweiterung kann nicht installiert werden, da Abhängigkeiten nicht erfüllt werden.', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The Erweiterung benötigt folgende(s) Modul(e): %1$s', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/en.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/en.dict.itop-hub-connector.php index bf69802e5..d33b33c27 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/en.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/en.dict.itop-hub-connector.php @@ -25,13 +25,13 @@ Dict::Add('EN US', 'English', 'English', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub', 'Menu:iTopHub:Register' => 'Connect to iTop Hub', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT, 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

', 'iTopHub:GoBtn' => 'Go To iTop Hub', 'iTopHub:CloseBtn' => 'Close', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io', @@ -47,21 +47,21 @@ Dict::Add('EN US', 'English', 'English', array( 'iTopHub:Landing:Status' => 'Deployment status', 'iTopHub:Landing:Install' => 'Deploying extensions...', 'iTopHub:CompiledOK' => 'Compilation successful.', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.', 'iTopHub:FailAuthent' => 'Authentication failed for this action.', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !', 'iTopHub:ExtensionNotInstalled' => 'Not installed', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT, 'iTopHub:Uncompressing' => 'Uncompressing extensions...', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub', 'iTopHub:DBBackupLabel' => 'Instance backup', @@ -73,7 +73,7 @@ Dict::Add('EN US', 'English', 'English', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php index 5ae5ddda7..fda507323 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub', 'Menu:iTopHub:Register' => 'Conectar a iTop Hub', - 'Menu:iTopHub:Register+' => 'Ir a iTop Hub para actualizar su instancia de iTop', - 'Menu:iTopHub:Register:Description' => '

Obtenga acceso a la plataforma comunitaria iTop Hub!
Encuentre todo el contenido e información que necesite, adminitre sus instancias a través de herramientas personalizadas e instale más extensiones.

Mediante la conexión al Hub desde esta página, usted compartirá información acerca de esta instancia de iTop en el Hub.

', + 'Menu:iTopHub:Register+' => 'Ir a iTop Hub para actualizar su instancia de '.ITOP_APPLICATION_SHORT, + 'Menu:iTopHub:Register:Description' => '

Obtenga acceso a la plataforma comunitaria iTop Hub!
Encuentre todo el contenido e información que necesite, adminitre sus instancias a través de herramientas personalizadas e instale más extensiones.

Mediante la conexión al Hub desde esta página, usted compartirá información acerca de esta instancia de '.ITOP_APPLICATION_SHORT.' en el Hub.

', 'Menu:iTopHub:MyExtensions' => 'Extensiones instaladas', - 'Menu:iTopHub:MyExtensions+' => 'Vea la lista de extensiones instalada en esta instancia de iTop', + 'Menu:iTopHub:MyExtensions+' => 'Vea la lista de extensiones instalada en esta instancia de '.ITOP_APPLICATION_SHORT, 'Menu:iTopHub:BrowseExtensions' => 'Obtener extensiones de iTop Hub', 'Menu:iTopHub:BrowseExtensions+' => 'Navegue por más extensiones en iTop Hub', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Vea en "iTop Hub’s store", su único lugar para encontrar extensiones de iTop.
Encuentre aquellas que le ayuden a personalizar y adaptar iTop a sus procesos.

Mediante la conexión al Hub desde esta página, usted compartirá información acerca de esta instancia de iTop en el Hub.

', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Vea en "iTop Hub’s store", su único lugar para encontrar extensiones de '.ITOP_APPLICATION_SHORT.'.
Encuentre aquellas que le ayuden a personalizar y adaptar '.ITOP_APPLICATION_SHORT.' a sus procesos.

Mediante la conexión al Hub desde esta página, usted compartirá información acerca de esta instancia de '.ITOP_APPLICATION_SHORT.' en el Hub.

', 'iTopHub:GoBtn' => 'Ir a iTop Hub', 'iTopHub:CloseBtn' => 'Cerrar', 'iTopHub:GoBtn:Tooltip' => 'Ir a www.itophub.io', @@ -46,25 +46,25 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'iTopHub:Landing:Status' => 'Estatus de Instalación', 'iTopHub:Landing:Install' => 'Instalando extensiones...', 'iTopHub:CompiledOK' => 'Compilación éxitosa.', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detectado durante la instalación!
La configuración de iTop NO fue modificada.', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detectado durante la instalación!
La configuración de '.ITOP_APPLICATION_SHORT.' NO fue modificada.', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensiones instaladas en esta instancia', 'iTopHub:ExtensionCategory:Manual' => 'Extensiones instaladas manualmente', - 'iTopHub:ExtensionCategory:Manual+' => 'Las siguientes extensiones fueron instaladas copiandolas manualmente en el directorio %1$s de iTop:', + 'iTopHub:ExtensionCategory:Manual+' => 'Las siguientes extensiones fueron instaladas copiandolas manualmente en el directorio %1$s de '.ITOP_APPLICATION_SHORT.':', 'iTopHub:ExtensionCategory:Remote' => 'Extensiones instaladas desde iTop Hub', 'iTopHub:ExtensionCategory:Remote+' => 'Las siguientes extensiones fueron instaladas de iTop Hub:', 'iTopHub:NoExtensionInThisCategory' => 'No hay extensiones en está categoría', - 'iTopHub:NoExtensionInThisCategory+' => 'Navegue en iTop Hub para encontrar aquellas que le ayuden a personalizar y adaptar iTop a sus procesos !', + 'iTopHub:NoExtensionInThisCategory+' => 'Navegue en iTop Hub para encontrar aquellas que le ayuden a personalizar y adaptar '.ITOP_APPLICATION_SHORT.' a sus procesos !', 'iTopHub:ExtensionNotInstalled' => 'No instalada', 'iTopHub:GetMoreExtensions' => 'Obtener extensiones de iTop Hub...', - 'iTopHub:LandingWelcome' => '¡Felicidades! Las siguientes extensiones fueron descargadas de iTop Hub e instaladas en su iTop.', - 'iTopHub:GoBackToITopBtn' => 'Regresar a iTop', + 'iTopHub:LandingWelcome' => '¡Felicidades! Las siguientes extensiones fueron descargadas de iTop Hub e instaladas en su '.ITOP_APPLICATION_SHORT.'.', + 'iTopHub:GoBackToITopBtn' => 'Regresar a '.ITOP_APPLICATION_SHORT, 'iTopHub:Uncompressing' => 'Descomprimiendo extensiones...', 'iTopHub:InstallationWelcome' => 'Instalación de las extensiones descargadas de iTop Hub', 'iTopHub:DBBackupLabel' => 'Respaldo de Instancia', - 'iTopHub:DBBackupSentence' => 'Realice un respaldo de la base de datos y configuración de iTop antes de actualizar.', + 'iTopHub:DBBackupSentence' => 'Realice un respaldo de la base de datos y configuración de '.ITOP_APPLICATION_SHORT.' antes de actualizar.', 'iTopHub:DeployBtn' => 'Instalar !', 'iTopHub:DatabaseBackupProgress' => 'Respaldo de Instancia...', @@ -72,7 +72,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s ya está instalada. Nada por cambiar.', 'iTopHub:InstallationEffect:Upgrade' => 'Se actualizará de la versión %1$s a la versión %2$s.', 'iTopHub:InstallationEffect:Downgrade' => 'Se DEGRADARÄ de la versión %1$s a la versión %2$s.', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'Respaldo de Instancia de iTop...', + 'iTopHub:InstallationProgress:DatabaseBackup' => 'Respaldo de Instancia de '.ITOP_APPLICATION_SHORT.'...', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Instalación de extensiones', 'iTopHub:InstallationEffect:MissingDependencies' => 'Esta extensión no puede ser instalad porque no cumple con las dependencias.', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'La extensión require el/los módulo(s): %1$s', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/fr.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/fr.dict.itop-hub-connector.php index 8dabcfb37..da6daa23c 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/fr.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/fr.dict.itop-hub-connector.php @@ -9,7 +9,7 @@ Dict::Add('FR FR', 'French', 'Français', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub', 'Menu:iTopHub:Register' => 'Se connecter à iTop Hub', - 'Menu:iTopHub:Register+' => 'Connectez-vous à iTop Hub pour enregistrer cette instance d\'iTop', + 'Menu:iTopHub:Register+' => 'Connectez-vous à iTop Hub pour enregistrer cette instance d\''.ITOP_APPLICATION_SHORT, 'Menu:iTopHub:Register:Description' => '

Connectez-vous à la communauté iTop Hub!
Trouvez tout le contenu dont vous avez besoin, gérer vos instances d\'iTop depuis un tableau de bord centralisé et déployez de nouvelles extensions.

En vous connectant au Hub depuis cette page, vous transmettez au Hub des informations relatives à cette instance d\'iTop.

', 'Menu:iTopHub:MyExtensions' => 'Extensions déployées', 'Menu:iTopHub:MyExtensions+' => 'Voir la liste des extensions déployes sur cette instance', @@ -45,11 +45,11 @@ Dict::Add('FR FR', 'French', 'Français', array( 'iTopHub:GetMoreExtensions' => 'Obtenir des extensions depuis iTop Hub...', 'iTopHub:LandingWelcome' => 'Félicitations! Les extensions ci-dessous ont été téléchargées depuis iTop Hub et installées sur cette instance d\'iTop.', - 'iTopHub:GoBackToITopBtn' => 'Retourner dans iTop', + 'iTopHub:GoBackToITopBtn' => 'Retourner dans '.ITOP_APPLICATION_SHORT, 'iTopHub:Uncompressing' => 'Décompression des extensions...', 'iTopHub:InstallationWelcome' => 'Installation des extensions téléchargées depuis iTop Hub', - 'iTopHub:DBBackupLabel' => 'Sauvegarde de l\'instance iTop', - 'iTopHub:DBBackupSentence' => 'Faire une sauvegarde de la base de données et des paramétrages d\'iTop', + 'iTopHub:DBBackupLabel' => 'Sauvegarde de l\'instance '.ITOP_APPLICATION_SHORT, + 'iTopHub:DBBackupSentence' => 'Faire une sauvegarde de la base de données et des paramétrages d\''.ITOP_APPLICATION_SHORT, 'iTopHub:DeployBtn' => 'Déployer !', 'iTopHub:DatabaseBackupProgress' => 'Sauvegarde de l\'instance...', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/hu.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/hu.dict.itop-hub-connector.php index b73da2706..c25e6361b 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/hu.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/hu.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub~~', 'Menu:iTopHub:Register' => 'Connect to iTop Hub~~', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance~~', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -46,25 +46,25 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -72,7 +72,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/it.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/it.dict.itop-hub-connector.php index 8c1b10353..93874a28a 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/it.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/it.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub~~', 'Menu:iTopHub:Register' => 'Connect to iTop Hub~~', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance~~', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -46,25 +46,25 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -72,7 +72,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/ja.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/ja.dict.itop-hub-connector.php index 9c4979129..bc92ced6e 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/ja.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/ja.dict.itop-hub-connector.php @@ -27,7 +27,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', @@ -60,7 +60,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', @@ -72,7 +72,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/nl.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/nl.dict.itop-hub-connector.php index 5b43fd17b..4e0bfb9fd 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/nl.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/nl.dict.itop-hub-connector.php @@ -61,7 +61,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'iTopHub:GetMoreExtensions' => 'Extensies zoeken op iTop Hub...', 'iTopHub:LandingWelcome' => 'Gefeliciteerd! Deze extensies werden gedownload via iTop Hub en op deze iTop geïnstalleerd.', - 'iTopHub:GoBackToITopBtn' => 'Terug naar iTop', + 'iTopHub:GoBackToITopBtn' => 'Terug naar '.ITOP_APPLICATION_SHORT, 'iTopHub:Uncompressing' => 'Extensies aan het uitpakken...', 'iTopHub:InstallationWelcome' => 'Installatie van extensies via iTop Hub', 'iTopHub:DBBackupLabel' => 'Backup van deze omgeving', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/pl.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/pl.dict.itop-hub-connector.php index 969e7e6ad..1674ed128 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/pl.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/pl.dict.itop-hub-connector.php @@ -26,12 +26,12 @@ Dict::Add('PL PL', 'Polish', 'Polski', array( 'Menu:iTopHub' => 'iTop Hub', 'Menu:iTopHub:Register' => 'Połącz się z iTop Hub', 'Menu:iTopHub:Register+' => 'Przejdź do iTop Hub, aby zaktualizować swoją instancję '.ITOP_APPLICATION_SHORT, - 'Menu:iTopHub:Register:Description' => '

Uzyskaj dostęp do swojej platformy społecznościowej iTop Hub!
Znajdź wszystkie potrzebne treści i informacje, zarządzaj swoimi instancjami za pomocą spersonalizowanych narzędzi i zainstaluj więcej rozszerzeń.

Łącząc się z Centrum z tej strony, będziesz przesyłać informacje o tej instancji iTop do Centrum.

', + 'Menu:iTopHub:Register:Description' => '

Uzyskaj dostęp do swojej platformy społecznościowej iTop Hub!
Znajdź wszystkie potrzebne treści i informacje, zarządzaj swoimi instancjami za pomocą spersonalizowanych narzędzi i zainstaluj więcej rozszerzeń.

Łącząc się z Centrum z tej strony, będziesz przesyłać informacje o tej instancji '.ITOP_APPLICATION_SHORT.' do Centrum.

', 'Menu:iTopHub:MyExtensions' => 'Wdrożone rozszerzenia', 'Menu:iTopHub:MyExtensions+' => 'Zobacz listę rozszerzeń wdrożonych w tej instancji '.ITOP_APPLICATION_SHORT, 'Menu:iTopHub:BrowseExtensions' => 'Pobierz rozszerzenia z iTop Hub', 'Menu:iTopHub:BrowseExtensions+' => 'Wyszukaj więcej rozszerzeń w iTop Hub', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Zajrzyj do sklepu iTop Hub, jedynego miejsca, w którym można znaleźć wspaniałe rozszerzenia iTop!
Znajdź te, które pomogą Ci dostosować i dostosować iTop do Twoich procesów.

Łącząc się z Centrum z tej strony, będziesz przesyłać informacje o tej instancji iTop do Centrum.

', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Zajrzyj do sklepu iTop Hub, jedynego miejsca, w którym można znaleźć wspaniałe rozszerzenia '.ITOP_APPLICATION_SHORT.'!
Znajdź te, które pomogą Ci dostosować i dostosować '.ITOP_APPLICATION_SHORT.' do Twoich procesów.

Łącząc się z Centrum z tej strony, będziesz przesyłać informacje o tej instancji '.ITOP_APPLICATION_SHORT.' do Centrum.

', 'iTopHub:GoBtn' => 'Przejdź do iTop Hub', 'iTopHub:CloseBtn' => 'Zamknij', 'iTopHub:GoBtn:Tooltip' => 'Idź do www.itophub.io', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/pt_br.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/pt_br.dict.itop-hub-connector.php index 4215e80e3..a9144930c 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/pt_br.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/pt_br.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub~~', 'Menu:iTopHub:Register' => 'Connect to iTop Hub~~', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance~~', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -46,25 +46,25 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -72,7 +72,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/ru.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/ru.dict.itop-hub-connector.php index 2c8faf952..0d1151b77 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/ru.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/ru.dict.itop-hub-connector.php @@ -12,13 +12,13 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub', 'Menu:iTopHub:Register' => 'Подключение к iTop Hub', - 'Menu:iTopHub:Register+' => 'Перейдите в iTop Hub, чтобы обновить ваш экземпляр iTop', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Перейдите в iTop Hub, чтобы обновить ваш экземпляр '.ITOP_APPLICATION_SHORT, + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Установленные расширения', - 'Menu:iTopHub:MyExtensions+' => 'Расширения, развернутые на данном экземпляре iTop', + 'Menu:iTopHub:MyExtensions+' => 'Расширения, развернутые на данном экземпляре '.ITOP_APPLICATION_SHORT, 'Menu:iTopHub:BrowseExtensions' => 'Получить расширения из iTop Hub', 'Menu:iTopHub:BrowseExtensions+' => 'Найдите дополнительные расширения на iTop Hub', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -34,25 +34,25 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -60,7 +60,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/sk.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/sk.dict.itop-hub-connector.php index 37d773021..12da98a5c 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/sk.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/sk.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub~~', 'Menu:iTopHub:Register' => 'Connect to iTop Hub~~', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance~~', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -46,25 +46,25 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -72,7 +72,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/tr.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/tr.dict.itop-hub-connector.php index 7686eccd5..763463fba 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/tr.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/tr.dict.itop-hub-connector.php @@ -24,13 +24,13 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub~~', 'Menu:iTopHub:Register' => 'Connect to iTop Hub~~', - 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~', - 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance~~', + 'Menu:iTopHub:Register:Description' => '

Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~', - 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~', + 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT.'~~', 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~', 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~', - 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt iTop to your processes.

By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.

~~', + 'Menu:iTopHub:BrowseExtensions:Description' => '

Look into iTop Hub’s store, your one stop place to find wonderful '.ITOP_APPLICATION_SHORT.' extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.

By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.

~~', 'iTopHub:GoBtn' => 'Go To iTop Hub~~', 'iTopHub:CloseBtn' => 'Close~~', 'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~', @@ -46,25 +46,25 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'iTopHub:Landing:Status' => 'Deployment status~~', 'iTopHub:Landing:Install' => 'Deploying extensions...~~', 'iTopHub:CompiledOK' => 'Compilation successful.~~', - 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
iTop configuration has NOT been modified.~~', + 'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!
'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.~~', 'iTopHub:FailAuthent' => 'Authentication failed for this action.~~', 'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~', 'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~', - 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~', + 'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':~~', 'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~', 'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~', 'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category~~', - 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes !~~', + 'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !~~', 'iTopHub:ExtensionNotInstalled' => 'Not installed~~', 'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~', - 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~', - 'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~', + 'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.~~', + 'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT.'~~', 'iTopHub:Uncompressing' => 'Uncompressing extensions...~~', 'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~', 'iTopHub:DBBackupLabel' => 'Instance backup~~', - 'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~', + 'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating~~', 'iTopHub:DeployBtn' => 'Deploy !~~', 'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~', @@ -72,7 +72,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~', 'iTopHub:InstallationEffect:Upgrade' => 'Will be upgraded from version %1$s to version %2$s.~~', 'iTopHub:InstallationEffect:Downgrade' => 'Will be DOWNGRADED from version %1$s to version %2$s.~~', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...~~', 'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~', 'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~', 'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php index 49e81b482..0b6cb7cec 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php @@ -72,7 +72,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s 已安装. 保持不变.', 'iTopHub:InstallationEffect:Upgrade' => '将从 version %1$s 升级 到 version %2$s.', 'iTopHub:InstallationEffect:Downgrade' => '将从 version %1$s 降级 到 version %2$s.', - 'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop 本机备份...', + 'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' 本机备份...', 'iTopHub:InstallationProgress:ExtensionsInstallation' => '安装扩展', 'iTopHub:InstallationEffect:MissingDependencies' => '扩展无法安装,因为未知的依赖.', 'iTopHub:InstallationEffect:MissingDependencies_Details' => '该扩展依赖模块: %1$s', diff --git a/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php index 939b2c373..d9d261840 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php @@ -18,7 +18,7 @@ */ // Portal Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( - 'Page:DefaultTitle' => 'Portal do usuário iTop', + 'Page:DefaultTitle' => 'Portal do usuário '.ITOP_APPLICATION_SHORT, 'Page:PleaseWait' => 'Aguarde...', 'Page:Home' => 'Home', 'Page:GoPortalHome' => 'Página Inicial', diff --git a/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php index 87b6c54da..b52eec3fe 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php @@ -18,7 +18,7 @@ */ // Portal Dict::Add('ZH CN', 'Chinese', '简体中文', array( - 'Page:DefaultTitle' => 'iTop 用户门户', + 'Page:DefaultTitle' => ITOP_APPLICATION_SHORT.' 用户门户', 'Page:PleaseWait' => '请稍后...', 'Page:Home' => '主页', 'Page:GoPortalHome' => '主页面', diff --git a/datamodels/2.x/itop-portal/dictionaries/pt_br.dict.itop-portal.php b/datamodels/2.x/itop-portal/dictionaries/pt_br.dict.itop-portal.php index c0dcae42a..91b72a7e4 100644 --- a/datamodels/2.x/itop-portal/dictionaries/pt_br.dict.itop-portal.php +++ b/datamodels/2.x/itop-portal/dictionaries/pt_br.dict.itop-portal.php @@ -29,7 +29,7 @@ // Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus) - 'Page:DefaultTitle' => 'iTop - Portal do Usuário', + 'Page:DefaultTitle' => ITOP_APPLICATION_SHORT.' - Portal do Usuário', 'Brick:Portal:UserProfile:Title' => 'Meu Perfil', 'Brick:Portal:NewRequest:Title' => 'Nova Solicitação', 'Brick:Portal:NewRequest:Title+' => '

Precisa de ajuda?

Escolha no Catálogo de Serviços e envie sua solicitação para nossas equipes de suporte.

', diff --git a/datamodels/2.x/itop-portal/dictionaries/zh_cn.dict.itop-portal.php b/datamodels/2.x/itop-portal/dictionaries/zh_cn.dict.itop-portal.php index 3c5cb4a50..8d17d05b7 100644 --- a/datamodels/2.x/itop-portal/dictionaries/zh_cn.dict.itop-portal.php +++ b/datamodels/2.x/itop-portal/dictionaries/zh_cn.dict.itop-portal.php @@ -29,7 +29,7 @@ // Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'portal:itop-portal' => '标准门户', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus) - 'Page:DefaultTitle' => 'iTop - 用户门户', + 'Page:DefaultTitle' => ITOP_APPLICATION_SHORT.' - 用户门户', 'Brick:Portal:UserProfile:Title' => '我的资料', 'Brick:Portal:NewRequest:Title' => '新建工单', 'Brick:Portal:NewRequest:Title+' => '

需要帮助?

选择子服务,然后提交工单给我们的支持团队.

', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/zh_cn.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/zh_cn.dict.itop-request-mgmt-itil.php index 384719309..f47bfb0c4 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/zh_cn.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/zh_cn.dict.itop-request-mgmt-itil.php @@ -115,8 +115,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:UserRequest/Attribute:origin/Value:monitoring+' => '监控', 'Class:UserRequest/Attribute:origin/Value:phone' => '电话', 'Class:UserRequest/Attribute:origin/Value:phone+' => '电话', - 'Class:UserRequest/Attribute:origin/Value:portal' => 'iTop', - 'Class:UserRequest/Attribute:origin/Value:portal+' => 'iTop', + 'Class:UserRequest/Attribute:origin/Value:portal' => ITOP_APPLICATION_SHORT, + 'Class:UserRequest/Attribute:origin/Value:portal+' => ITOP_APPLICATION_SHORT, 'Class:UserRequest/Attribute:approver_id' => '批准人', 'Class:UserRequest/Attribute:approver_id+' => '', 'Class:UserRequest/Attribute:approver_email' => '邮箱', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php index c276a9320..7f9dede3c 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php @@ -121,8 +121,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:UserRequest/Attribute:origin/Value:monitoring+' => '监控', 'Class:UserRequest/Attribute:origin/Value:phone' => '电话', 'Class:UserRequest/Attribute:origin/Value:phone+' => '电话', - 'Class:UserRequest/Attribute:origin/Value:portal' => 'iTop', - 'Class:UserRequest/Attribute:origin/Value:portal+' => 'iTop', + 'Class:UserRequest/Attribute:origin/Value:portal' => ITOP_APPLICATION_SHORT, + 'Class:UserRequest/Attribute:origin/Value:portal+' => ITOP_APPLICATION_SHORT, 'Class:UserRequest/Attribute:approver_id' => '审核人', 'Class:UserRequest/Attribute:approver_id+' => '', 'Class:UserRequest/Attribute:approver_email' => '邮箱', diff --git a/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php index e0fbcc2fd..b664a3bec 100644 --- a/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php @@ -64,7 +64,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php index 56f250c4c..abeab267c 100644 --- a/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php @@ -54,7 +54,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php index d5c4b7af5..d8f1a45ec 100644 --- a/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php @@ -63,7 +63,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:Organization/Attribute:overview' => 'Überblick', 'Organization:Overview:FunctionalCIs' => 'CIs dieser Organisation', 'Organization:Overview:FunctionalCIs:subtitle' => 'nach Typ', - 'Organization:Overview:Users' => 'iTop Benutzer innerhalb dieser Organisation', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Benutzer innerhalb dieser Organisation', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/en.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/en.dict.itop-structure.php index 6852afa8c..728c6b167 100644 --- a/datamodels/2.x/itop-structure/dictionaries/en.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/en.dict.itop-structure.php @@ -76,7 +76,7 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:Organization/Attribute:overview' => 'Overview', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type', - 'Organization:Overview:Users' => 'iTop Users within this organization', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php index 9975a96f9..cc6c212fa 100644 --- a/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php @@ -58,7 +58,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php index 97afeb98a..600e5b35e 100644 --- a/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php @@ -85,7 +85,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Class:Organization/Attribute:overview' => 'Tableau de bord', 'Organization:Overview:FunctionalCIs' => 'Infrastructure de cette organisation', 'Organization:Overview:FunctionalCIs:subtitle' => 'par type', - 'Organization:Overview:Users' => 'Utilisateurs iTop dans cette organisation', + 'Organization:Overview:Users' => 'Utilisateurs '.ITOP_APPLICATION_SHORT.' dans cette organisation', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php index 695dabc59..a8674b1c6 100644 --- a/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php @@ -56,7 +56,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php index 93ecec448..453c4f100 100644 --- a/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php @@ -56,7 +56,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php index 18188729c..142e2ea2e 100644 --- a/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php @@ -56,7 +56,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php index e2e4e5508..a65eb0282 100644 --- a/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php @@ -63,7 +63,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Class:Organization/Attribute:overview' => 'Overzicht', 'Organization:Overview:FunctionalCIs' => 'Configuratie-items van deze organisatie', 'Organization:Overview:FunctionalCIs:subtitle' => 'per type', - 'Organization:Overview:Users' => 'iTop-gebruikers in deze organisatie', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.'-gebruikers in deze organisatie', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php index 5ba5a6538..b9ccb728b 100644 --- a/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php @@ -57,7 +57,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'Class:Organization/Attribute:overview' => 'Visão geral', 'Organization:Overview:FunctionalCIs' => 'Itens de configuração desta organização', 'Organization:Overview:FunctionalCIs:subtitle' => 'por tipo', - 'Organization:Overview:Users' => 'Usuários iTop dentro desta organização', + 'Organization:Overview:Users' => 'Usuários '.ITOP_APPLICATION_SHORT.' dentro desta organização', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php index 10a29f75d..32901b274 100644 --- a/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php @@ -44,7 +44,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'Class:Organization/Attribute:overview' => 'Обзор', 'Organization:Overview:FunctionalCIs' => 'Конфигурационные единицы этой организации', 'Organization:Overview:FunctionalCIs:subtitle' => 'по типу', - 'Organization:Overview:Users' => 'Пользователи iTop этой организации', + 'Organization:Overview:Users' => 'Пользователи '.ITOP_APPLICATION_SHORT.' этой организации', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php index 080821d05..098f2cc67 100644 --- a/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php @@ -56,7 +56,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php index b403ff332..20047c243 100644 --- a/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php @@ -58,7 +58,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'Class:Organization/Attribute:overview' => 'Overview~~', 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => 'iTop Users within this organization~~', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', )); // diff --git a/dictionaries/cs.dictionary.itop.core.php b/dictionaries/cs.dictionary.itop.core.php index 4e76ed39f..61022bd71 100755 --- a/dictionaries/cs.dictionary.itop.core.php +++ b/dictionaries/cs.dictionary.itop.core.php @@ -706,9 +706,9 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Kontakt k upozornění', 'Class:SynchroDataSource/Attribute:notify_contact_id+' => '', 'Class:SynchroDataSource/Attribute:url_icon' => 'Ikona', - 'Class:SynchroDataSource/Attribute:url_icon+' => 'Hypertextový odkaz na ikonu reprezentující aplikaci, se kterou je iTop synchronizovnán', + 'Class:SynchroDataSource/Attribute:url_icon+' => 'Hypertextový odkaz na ikonu reprezentující aplikaci, se kterou je '.ITOP_APPLICATION_SHORT.' synchronizovnán', 'Class:SynchroDataSource/Attribute:url_application' => 'Aplikace', - 'Class:SynchroDataSource/Attribute:url_application+' => 'Hypertextový odkaz na iTop objekt v externí aplikaci, se kterou je iTop synchronizován (pokud je to relevantní). Možné zástupné symboly: $this->attribute$ a $replica->primary_key$', + 'Class:SynchroDataSource/Attribute:url_application+' => 'Hypertextový odkaz na '.ITOP_APPLICATION_SHORT.' objekt v externí aplikaci, se kterou je '.ITOP_APPLICATION_SHORT.' synchronizován (pokud je to relevantní). Možné zástupné symboly: $this->attribute$ a $replica->primary_key$', 'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Způsob párování', 'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Interval mezi dvěma kompletními načteními', 'Class:SynchroDataSource/Attribute:full_load_periodicity+' => 'Kompletní načtení všech dat musí proběhnout nejméně tak často, jak je uvedeno zde', diff --git a/dictionaries/cs.dictionary.itop.ui.php b/dictionaries/cs.dictionary.itop.ui.php index 098bccac2..f63c863cd 100755 --- a/dictionaries/cs.dictionary.itop.ui.php +++ b/dictionaries/cs.dictionary.itop.ui.php @@ -126,7 +126,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:User/Error:UserOrganizationNotAllowed' => 'The user account does not belong to your allowed organizations.~~', 'Class:User/Error:PersonIsMandatory' => 'The Contact is mandatory.~~', 'Class:UserInternal' => 'Interní uživatel', - 'Class:UserInternal+' => 'Uživatel definovaný v iTop', + 'Class:UserInternal+' => 'Uživatel definovaný v '.ITOP_APPLICATION_SHORT, )); // @@ -331,14 +331,14 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'BooleanLabel:yes' => 'ano', 'BooleanLabel:no' => 'ne', - 'UI:Login:Title' => 'iTop login~~', + 'UI:Login:Title' => ITOP_APPLICATION_SHORT.' login~~', 'Menu:WelcomeMenu' => 'Vítejte', // Duplicated into itop-welcome-itil (will be removed from here...) - 'Menu:WelcomeMenu+' => 'Vítejte v iTop', // Duplicated into itop-welcome-itil (will be removed from here...) + 'Menu:WelcomeMenu+' => 'Vítejte v '.ITOP_APPLICATION_SHORT, // Duplicated into itop-welcome-itil (will be removed from here...) 'Menu:WelcomeMenuPage' => 'Vítejte', // Duplicated into itop-welcome-itil (will be removed from here...) - 'Menu:WelcomeMenuPage+' => 'Vítejte v iTop', // Duplicated into itop-welcome-itil (will be removed from here...) - 'UI:WelcomeMenu:Title' => 'Vítejte v iTop', + 'Menu:WelcomeMenuPage+' => 'Vítejte v '.ITOP_APPLICATION_SHORT, // Duplicated into itop-welcome-itil (will be removed from here...) + 'UI:WelcomeMenu:Title' => 'Vítejte v '.ITOP_APPLICATION_SHORT, - 'UI:WelcomeMenu:LeftBlock' => '

iTop je komplexní „opensource” provozní IT portál.

+ 'UI:WelcomeMenu:LeftBlock' => '

'.ITOP_APPLICATION_SHORT.' je komplexní „opensource” provozní IT portál.

Každý modul může být nastaven "krok za krokem" nezávisle na ostatních modulech.

', - 'UI:WelcomeMenu:RightBlock' => '

iTop je servisně orientovaný produkt, který umožňuje správcům IT velmi jednoduše spravovat více zákazníků nebo organizací. + 'UI:WelcomeMenu:RightBlock' => '

'.ITOP_APPLICATION_SHORT.' je servisně orientovaný produkt, který umožňuje správcům IT velmi jednoduše spravovat více zákazníků nebo organizací.