diff --git a/datamodels/2.x/authent-external/en.dict.authent-external.php b/datamodels/2.x/authent-external/en.dict.authent-external.php
index a065a8c3d..da80fd3b4 100755
--- a/datamodels/2.x/authent-external/en.dict.authent-external.php
+++ b/datamodels/2.x/authent-external/en.dict.authent-external.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/authent-external/zh_cn.dict.authent-external.php b/datamodels/2.x/authent-external/zh_cn.dict.authent-external.php
index 87a881127..1faf46097 100755
--- a/datamodels/2.x/authent-external/zh_cn.dict.authent-external.php
+++ b/datamodels/2.x/authent-external/zh_cn.dict.authent-external.php
@@ -2,6 +2,7 @@
/**
* Localized data
*
+ * @author Robert Deng
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
diff --git a/datamodels/2.x/authent-ldap/cs.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/cs.dict.authent-ldap.php
index 4639de1fc..410cc9a5a 100755
--- a/datamodels/2.x/authent-ldap/cs.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/cs.dict.authent-ldap.php
@@ -38,4 +38,6 @@
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:UserLDAP' => 'LDAP uživatel',
'Class:UserLDAP+' => 'Uživatel ověřen přes LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Heslo',
+ 'Class:UserLDAP/Attribute:password+' => '',
));
diff --git a/datamodels/2.x/authent-ldap/da.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/da.dict.authent-ldap.php
index f603e5432..9dcaab198 100644
--- a/datamodels/2.x/authent-ldap/da.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/da.dict.authent-ldap.php
@@ -16,11 +16,13 @@
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see
/**
- * @author Erik Bøg
+ * @author Erik Bøg
* @copyright Copyright (C) 2010-2012 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:UserLDAP' => 'LDAP-Bruger',
'Class:UserLDAP+' => 'Bruger der godkendes via LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Password',
+ 'Class:UserLDAP/Attribute:password+' => 'Brugerens password',
));
diff --git a/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php
index 8ab279727..c8a05f534 100755
--- a/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php
@@ -25,4 +25,6 @@
Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:UserLDAP' => 'LDAP-Benutzer',
'Class:UserLDAP+' => 'Benutzer, der über LDAP authentifiziert wird',
+ 'Class:UserLDAP/Attribute:password' => 'Passwort',
+ 'Class:UserLDAP/Attribute:password+' => 'Benutzerpasswort',
));
diff --git a/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php
index ae83fcf36..703cb64bf 100755
--- a/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -38,4 +38,6 @@
Dict::Add('EN US', 'English', 'English', array(
'Class:UserLDAP' => 'LDAP user',
'Class:UserLDAP+' => 'User authentified by LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Password',
+ 'Class:UserLDAP/Attribute:password+' => 'user authentication string',
));
diff --git a/datamodels/2.x/authent-ldap/es_cr.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/es_cr.dict.authent-ldap.php
index 6a7ded4ab..605ffee80 100644
--- a/datamodels/2.x/authent-ldap/es_cr.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/es_cr.dict.authent-ldap.php
@@ -37,4 +37,6 @@
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:UserLDAP' => 'Usuario LDAP',
'Class:UserLDAP+' => 'Usuario Autenticado vía LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Contraseña',
+ 'Class:UserLDAP/Attribute:password+' => 'Contraseña',
));
diff --git a/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php
index 2ade23ca4..0998b171a 100755
--- a/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php
@@ -22,4 +22,6 @@
Dict::Add('FR FR', 'French', 'Français', array(
'Class:UserLDAP' => 'Utilisateur LDAP',
'Class:UserLDAP+' => 'Utilisateur authentifié par un serveur LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Mot de passe LDAP',
+ 'Class:UserLDAP/Attribute:password+' => '',
));
diff --git a/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php
index 8c4dff067..9f1a2f1e6 100755
--- a/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php
@@ -22,4 +22,6 @@
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:UserLDAP' => 'LDAP felhasználó',
'Class:UserLDAP+' => '',
+ 'Class:UserLDAP/Attribute:password' => 'Jelszó',
+ 'Class:UserLDAP/Attribute:password+' => '',
));
diff --git a/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php
index b3359b90f..efd440d52 100755
--- a/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php
@@ -36,4 +36,6 @@
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:UserLDAP' => 'Utente LDAP',
'Class:UserLDAP+' => 'Utente autenticato da LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Password',
+ 'Class:UserLDAP/Attribute:password+' => 'user authentication string',
));
diff --git a/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php
index 5b707f9e7..3dd34329a 100755
--- a/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php
@@ -16,11 +16,13 @@
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see
/**
- * @author Hirofumi Kosaka
+ * @author Hirofumi Kosaka
* @copyright Copyright (C) 2010-2012 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:UserLDAP' => 'LDAP ユーザー',
'Class:UserLDAP+' => 'LDAP認証ユーザー',
+ 'Class:UserLDAP/Attribute:password' => 'パスワード',
+ 'Class:UserLDAP/Attribute:password+' => '認証文字列',
));
diff --git a/datamodels/2.x/authent-ldap/nl.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/nl.dict.authent-ldap.php
index f54926169..c70f82dbb 100644
--- a/datamodels/2.x/authent-ldap/nl.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/nl.dict.authent-ldap.php
@@ -36,4 +36,6 @@
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:UserLDAP' => 'LDAP-gebruiker',
'Class:UserLDAP+' => 'Gebruiker aangemeld via LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Password~~',
+ 'Class:UserLDAP/Attribute:password+' => 'user authentication string~~',
));
diff --git a/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php
index 192c1f078..326a6ed98 100755
--- a/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php
@@ -22,4 +22,6 @@
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:UserLDAP' => 'Usuário externo via LDAP',
'Class:UserLDAP+' => '',
+ 'Class:UserLDAP/Attribute:password' => 'Senha',
+ 'Class:UserLDAP/Attribute:password+' => '',
));
diff --git a/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php
index b6b4a0276..584ade81d 100755
--- a/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php
@@ -14,4 +14,6 @@
Dict::Add('RU RU', 'Russian', 'Русский', array(
'Class:UserLDAP' => 'Пользователь LDAP',
'Class:UserLDAP+' => 'Пользователь, аутентифицируемый через LDAP',
+ 'Class:UserLDAP/Attribute:password' => 'Пароль',
+ 'Class:UserLDAP/Attribute:password+' => 'Строка аутентификации пользователя',
));
diff --git a/datamodels/2.x/authent-ldap/sk.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/sk.dict.authent-ldap.php
index aae7956e1..ae0a8e6a1 100644
--- a/datamodels/2.x/authent-ldap/sk.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/sk.dict.authent-ldap.php
@@ -35,4 +35,6 @@
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:UserLDAP' => 'LDAP užívateľ',
'Class:UserLDAP+' => '',
+ 'Class:UserLDAP/Attribute:password' => 'Heslo',
+ 'Class:UserLDAP/Attribute:password+' => '',
));
diff --git a/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php
index 9f59149c1..edde0993f 100755
--- a/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php
@@ -37,4 +37,6 @@
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:UserLDAP' => 'LDAP kullanıcısı',
'Class:UserLDAP+' => 'Yetki kontrolü LDAP tarafından yapılan',
+ 'Class:UserLDAP/Attribute:password' => 'Şifre',
+ 'Class:UserLDAP/Attribute:password+' => 'şifre',
));
diff --git a/datamodels/2.x/authent-ldap/zh_cn.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/zh_cn.dict.authent-ldap.php
index a0b5eb80a..cb2214d7c 100755
--- a/datamodels/2.x/authent-ldap/zh_cn.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/zh_cn.dict.authent-ldap.php
@@ -2,6 +2,7 @@
/**
* Localized data
*
+ * @author Robert Deng
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
@@ -35,4 +36,6 @@
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserLDAP' => 'LDAP 用户',
'Class:UserLDAP+' => '用户身份由LDAP 认证',
+ 'Class:UserLDAP/Attribute:password' => '密码',
+ 'Class:UserLDAP/Attribute:password+' => '用于验证用户身份的字符串',
));
diff --git a/datamodels/2.x/authent-local/en.dict.authent-local.php b/datamodels/2.x/authent-local/en.dict.authent-local.php
index 3748471f3..f3a3e475c 100755
--- a/datamodels/2.x/authent-local/en.dict.authent-local.php
+++ b/datamodels/2.x/authent-local/en.dict.authent-local.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/authent-local/zh_cn.dict.authent-local.php b/datamodels/2.x/authent-local/zh_cn.dict.authent-local.php
index 2df3de8da..00baffdb9 100755
--- a/datamodels/2.x/authent-local/zh_cn.dict.authent-local.php
+++ b/datamodels/2.x/authent-local/zh_cn.dict.authent-local.php
@@ -2,6 +2,7 @@
/**
* Localized data
*
+ * @author Robert Deng
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
diff --git a/datamodels/2.x/itop-attachments/en.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/en.dict.itop-attachments.php
index 9050799dd..0908826b2 100755
--- a/datamodels/2.x/itop-attachments/en.dict.itop-attachments.php
+++ b/datamodels/2.x/itop-attachments/en.dict.itop-attachments.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-backup/cs.dict.itop-backup.php b/datamodels/2.x/itop-backup/cs.dict.itop-backup.php
index bef1afd81..9e4e97654 100755
--- a/datamodels/2.x/itop-backup/cs.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/cs.dict.itop-backup.php
@@ -26,7 +26,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'bkp-week-days' => 'Záloha bude provedena vždy v %1$s v %2$s',
'bkp-retention' => 'V cílové složce bude uchováno maximálně %1$d souborů záloh.',
'bkp-next-to-delete' => 'Bude odstraněna při další záloze (nastavení "retention_count")',
- 'bkp-table-file' => 'Soubor',
+ 'bkp-table-file' => 'Soubor',
'bkp-table-file+' => 'Pouze soubory s příponou .zip jsou považovány za soubory zálohy.',
'bkp-table-size' => 'Velikost',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-backup/da.dict.itop-backup.php b/datamodels/2.x/itop-backup/da.dict.itop-backup.php
index 59d0958af..5de0643d6 100644
--- a/datamodels/2.x/itop-backup/da.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/da.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'bkp-week-days' => 'Backups will occur every %1$s at %2$s~~',
'bkp-retention' => 'At most %1$d backup files will be kept in the target directory.~~',
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")~~',
- 'bkp-table-file' => 'File~~',
+ 'bkp-table-file' => 'File~~',
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files~~',
'bkp-table-size' => 'Size~~',
'bkp-table-size+' => '~~',
diff --git a/datamodels/2.x/itop-backup/de.dict.itop-backup.php b/datamodels/2.x/itop-backup/de.dict.itop-backup.php
index 5b3ed5236..d6145c39b 100644
--- a/datamodels/2.x/itop-backup/de.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/de.dict.itop-backup.php
@@ -41,7 +41,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'bkp-week-days' => 'Backups werden jeden %1$s um %2$s durchgeführt',
'bkp-retention' => 'Mindestens %1$d Backups werden im Zielverzeichniss vorgehalten',
'bkp-next-to-delete' => 'Wird gelöscht, wenn das nächste Backup angelegt wird (unter Einstellungen "Menge vorhalten")',
- 'bkp-table-file' => 'Datei',
+ 'bkp-table-file' => 'Datei',
'bkp-table-file+' => 'Nur Dateien mit der Endung .zip werden als Backup-Dateien berücksichtigt.',
'bkp-table-size' => 'Grösse',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-backup/en.dict.itop-backup.php b/datamodels/2.x/itop-backup/en.dict.itop-backup.php
index b4ad971be..30f54ef6c 100644
--- a/datamodels/2.x/itop-backup/en.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/en.dict.itop-backup.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -40,7 +40,7 @@ Dict::Add('EN US', 'English', 'English', array(
'bkp-week-days' => 'Backups will occur every %1$s at %2$s',
'bkp-retention' => 'At most %1$d backup files will be kept in the target directory.',
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")',
- 'bkp-table-file' => 'File',
+ 'bkp-table-file' => 'File',
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files',
'bkp-table-size' => 'Size',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-backup/es_cr.dict.itop-backup.php b/datamodels/2.x/itop-backup/es_cr.dict.itop-backup.php
index 34d059198..59adb9638 100644
--- a/datamodels/2.x/itop-backup/es_cr.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/es_cr.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'bkp-week-days' => 'Respaldos se realizaran cada %1$s a %2$s',
'bkp-retention' => 'Al menos %1$d archivos de respaldo serán conservados en el directorio destino.',
'bkp-next-to-delete' => 'Serán borrados cuando el siguiente respaldo ocurra (ver configuración "retention_count")',
- 'bkp-table-file' => 'Archivo',
+ 'bkp-table-file' => 'Archivo',
'bkp-table-file+' => 'Solo archivos con la extensión .zip son considerados como archivos de respaldos',
'bkp-table-size' => 'Tamaño',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-backup/fr.dict.itop-backup.php b/datamodels/2.x/itop-backup/fr.dict.itop-backup.php
index ea31ceb77..69e05285d 100644
--- a/datamodels/2.x/itop-backup/fr.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/fr.dict.itop-backup.php
@@ -24,7 +24,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'bkp-week-days' => 'Les sauvegardes seront effectuées tous les %1$s à %2$s',
'bkp-retention' => 'Au plus %1$d fichiers de sauvegardes seront conservés dans le répertoire cible.',
'bkp-next-to-delete' => 'Sera effacé lors de la prochaine sauvegarde (Cf. réglage "retention_count")',
- 'bkp-table-file' => 'Fichier',
+ 'bkp-table-file' => 'Fichier',
'bkp-table-file+' => 'Seuls les fichiers ayant l\'extension .zip sont considérés comme étant des fichiers de sauvegarde',
'bkp-table-size' => 'Taille',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-backup/hu.dict.itop-backup.php b/datamodels/2.x/itop-backup/hu.dict.itop-backup.php
index 06fb782b8..da7e534dd 100644
--- a/datamodels/2.x/itop-backup/hu.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/hu.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'bkp-week-days' => 'Backups will occur every %1$s at %2$s~~',
'bkp-retention' => 'At most %1$d backup files will be kept in the target directory.~~',
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")~~',
- 'bkp-table-file' => 'File~~',
+ 'bkp-table-file' => 'File~~',
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files~~',
'bkp-table-size' => 'Size~~',
'bkp-table-size+' => '~~',
diff --git a/datamodels/2.x/itop-backup/it.dict.itop-backup.php b/datamodels/2.x/itop-backup/it.dict.itop-backup.php
index 4f6bef509..e79b4c6bd 100644
--- a/datamodels/2.x/itop-backup/it.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/it.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'bkp-week-days' => 'Backups will occur every %1$s at %2$s~~',
'bkp-retention' => 'At most %1$d backup files will be kept in the target directory.~~',
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")~~',
- 'bkp-table-file' => 'File~~',
+ 'bkp-table-file' => 'File~~',
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files~~',
'bkp-table-size' => 'Size~~',
'bkp-table-size+' => '~~',
diff --git a/datamodels/2.x/itop-backup/ja.dict.itop-backup.php b/datamodels/2.x/itop-backup/ja.dict.itop-backup.php
index e09af6acf..7276dec5f 100644
--- a/datamodels/2.x/itop-backup/ja.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/ja.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'bkp-week-days' => 'Backups will occur every %1$s at %2$s~~',
'bkp-retention' => 'At most %1$d backup files will be kept in the target directory.~~',
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")~~',
- 'bkp-table-file' => 'File~~',
+ 'bkp-table-file' => 'File~~',
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files~~',
'bkp-table-size' => 'Size~~',
'bkp-table-size+' => '~~',
diff --git a/datamodels/2.x/itop-backup/nl.dict.itop-backup.php b/datamodels/2.x/itop-backup/nl.dict.itop-backup.php
index d29f78912..7cc50ddc9 100644
--- a/datamodels/2.x/itop-backup/nl.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/nl.dict.itop-backup.php
@@ -40,7 +40,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'bkp-week-days' => 'Backups gebeuren elke %1$s om %2$s',
'bkp-retention' => 'Maximaal %1$d backup-bestanden blijven bewaard in de doelmap.',
'bkp-next-to-delete' => 'Zal verwijderd worden bij de volgende backuptaak (volgens de instelling "retention_count")',
- 'bkp-table-file' => 'Bestand',
+ 'bkp-table-file' => 'Bestand',
'bkp-table-file+' => 'Enkel .ZIP-bestanden worden beschouwd als backupbestanden.',
'bkp-table-size' => 'Grootte',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-backup/pt_br.dict.itop-backup.php b/datamodels/2.x/itop-backup/pt_br.dict.itop-backup.php
index 1c9689ae9..2722e0c03 100755
--- a/datamodels/2.x/itop-backup/pt_br.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/pt_br.dict.itop-backup.php
@@ -24,7 +24,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'bkp-week-days' => 'Backups ocorrerão cada %1$s a %2$s',
'bkp-retention' => 'No máximo %1$d arquivos de backup serão mantidos no diretório destino.',
'bkp-next-to-delete' => 'Será deletado quando ocorrer o próximo backup (veja a configuração de "retention_count")',
- 'bkp-table-file' => 'Arquivo',
+ 'bkp-table-file' => 'Arquivo',
'bkp-table-file+' => 'Apenas arquivos com a extensão .zip são considerados arquivos de backup',
'bkp-table-size' => 'Tamanho',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-backup/sk.dict.itop-backup.php b/datamodels/2.x/itop-backup/sk.dict.itop-backup.php
index 4de345df7..e6d89e877 100644
--- a/datamodels/2.x/itop-backup/sk.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/sk.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'bkp-week-days' => 'Backups will occur every %1$s at %2$s~~',
'bkp-retention' => 'At most %1$d backup files will be kept in the target directory.~~',
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")~~',
- 'bkp-table-file' => 'File~~',
+ 'bkp-table-file' => 'File~~',
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files~~',
'bkp-table-size' => 'Size~~',
'bkp-table-size+' => '~~',
diff --git a/datamodels/2.x/itop-backup/tr.dict.itop-backup.php b/datamodels/2.x/itop-backup/tr.dict.itop-backup.php
index 317fd8c2d..37c7fe6f0 100644
--- a/datamodels/2.x/itop-backup/tr.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/tr.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'bkp-week-days' => 'Backups will occur every %1$s at %2$s~~',
'bkp-retention' => 'At most %1$d backup files will be kept in the target directory.~~',
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")~~',
- 'bkp-table-file' => 'File~~',
+ 'bkp-table-file' => 'File~~',
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files~~',
'bkp-table-size' => 'Size~~',
'bkp-table-size+' => '~~',
diff --git a/datamodels/2.x/itop-backup/zh_cn.dict.itop-backup.php b/datamodels/2.x/itop-backup/zh_cn.dict.itop-backup.php
index 8b10ad0c8..9486045e0 100644
--- a/datamodels/2.x/itop-backup/zh_cn.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/zh_cn.dict.itop-backup.php
@@ -39,7 +39,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'bkp-week-days' => '在每个 %1$s 的 %2$s 进行备份',
'bkp-retention' => '最多 %1$d 份备份文件 在目标目录.',
'bkp-next-to-delete' => '当下一次备份时将被删除 (see the setting "retention_count")',
- 'bkp-table-file' => 'File',
+ 'bkp-table-file' => 'File',
'bkp-table-file+' => '只有扩展名是.zip的文件才被认为是备份文件',
'bkp-table-size' => '大小',
'bkp-table-size+' => '',
diff --git a/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php
index 42a525f6f..1ff9da0d3 100755
--- a/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php
+++ b/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php
index d7bd441a8..9e65d5d31 100755
--- a/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php
+++ b/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php
index 69b8b823c..fe9752b4e 100755
--- a/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php
+++ b/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php
@@ -32,8 +32,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Menu:SearchChanges+' => 'Rechercher parmi les tickets de changement',
'Menu:Change:Shortcuts' => 'Raccourcis',
'Menu:Change:Shortcuts+' => '',
- 'Menu:WaitingAcceptance' => 'Changements en attente d\'approbation',
- 'Menu:WaitingAcceptance+' => '~~',
+ 'Menu:WaitingAcceptance' => 'Changements en attente d\'acceptance',
+ 'Menu:WaitingAcceptance+' => 'Changements en attente d\'acceptance',
'Menu:WaitingApproval' => 'Changement en attente d\'approbation',
'Menu:WaitingApproval+' => 'Changement en attente d\'approbation',
'Menu:Changes' => 'Changements ouverts',
diff --git a/datamodels/2.x/itop-change-mgmt/hu.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/hu.dict.itop-change-mgmt.php
index 5a4ce3a48..4af969456 100644
--- a/datamodels/2.x/itop-change-mgmt/hu.dict.itop-change-mgmt.php
+++ b/datamodels/2.x/itop-change-mgmt/hu.dict.itop-change-mgmt.php
@@ -21,22 +21,22 @@
* along with iTop. If not, see
*/
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Menu:ChangeManagement' => 'Change management~~',
- 'Menu:Change:Overview' => 'Overview~~',
+ 'Menu:ChangeManagement' => 'Változás menedzsment',
+ 'Menu:Change:Overview' => 'Áttekintő',
'Menu:Change:Overview+' => '~~',
- 'Menu:NewChange' => 'New change~~',
+ 'Menu:NewChange' => 'Új változás',
'Menu:NewChange+' => 'Create a new change ticket~~',
- 'Menu:SearchChanges' => 'Search for changes~~',
+ 'Menu:SearchChanges' => 'Változás keresés',
'Menu:SearchChanges+' => 'Search for change tickets~~',
- 'Menu:Change:Shortcuts' => 'Shortcuts~~',
+ 'Menu:Change:Shortcuts' => 'Gyorsmenü',
'Menu:Change:Shortcuts+' => '~~',
- 'Menu:WaitingAcceptance' => 'Changes awaiting acceptance~~',
+ 'Menu:WaitingAcceptance' => 'Elfogadásra váró változások',
'Menu:WaitingAcceptance+' => '~~',
- 'Menu:WaitingApproval' => 'Changes awaiting approval~~',
+ 'Menu:WaitingApproval' => 'Jóváhagyásra váró változások',
'Menu:WaitingApproval+' => '~~',
- 'Menu:Changes' => 'Open changes~~',
+ 'Menu:Changes' => 'Nyitott változási igények',
'Menu:Changes+' => 'All open changes~~',
- 'Menu:MyChanges' => 'Changes assigned to me~~',
+ 'Menu:MyChanges' => 'Hozzám rendelt változások',
'Menu:MyChanges+' => 'Changes assigned to me (as Agent)~~',
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changes by category for the last 7 days~~',
'UI-ChangeManagementOverview-Last-7-days' => 'Number of changes for the last 7 days~~',
@@ -62,21 +62,21 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:Change' => 'Change~~',
+ 'Class:Change' => 'Változás',
'Class:Change+' => '~~',
- 'Class:Change/Attribute:status' => 'Status~~',
+ 'Class:Change/Attribute:status' => 'Státusz',
'Class:Change/Attribute:status+' => '~~',
- 'Class:Change/Attribute:status/Value:new' => 'New~~',
+ 'Class:Change/Attribute:status/Value:new' => 'Új',
'Class:Change/Attribute:status/Value:new+' => '~~',
- 'Class:Change/Attribute:status/Value:assigned' => 'Assigned~~',
+ 'Class:Change/Attribute:status/Value:assigned' => 'Hozzárendelt',
'Class:Change/Attribute:status/Value:assigned+' => '~~',
'Class:Change/Attribute:status/Value:planned' => 'Planned~~',
'Class:Change/Attribute:status/Value:planned+' => '~~',
- 'Class:Change/Attribute:status/Value:rejected' => 'Rejected~~',
+ 'Class:Change/Attribute:status/Value:rejected' => 'Visszautasított',
'Class:Change/Attribute:status/Value:rejected+' => '~~',
- 'Class:Change/Attribute:status/Value:approved' => 'Approved~~',
+ 'Class:Change/Attribute:status/Value:approved' => 'Jóváhagyott',
'Class:Change/Attribute:status/Value:approved+' => '~~',
- 'Class:Change/Attribute:status/Value:closed' => 'Closed~~',
+ 'Class:Change/Attribute:status/Value:closed' => 'Lezárt',
'Class:Change/Attribute:status/Value:closed+' => '~~',
'Class:Change/Attribute:category' => 'Category~~',
'Class:Change/Attribute:category+' => '~~',
@@ -102,7 +102,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Change/Attribute:parent_id+' => '~~',
'Class:Change/Attribute:parent_name' => 'Parent change ref~~',
'Class:Change/Attribute:parent_name+' => '~~',
- 'Class:Change/Attribute:creation_date' => 'Creation date~~',
+ 'Class:Change/Attribute:creation_date' => 'Létrehozás dátuma',
'Class:Change/Attribute:creation_date+' => '~~',
'Class:Change/Attribute:approval_date' => 'Approval date~~',
'Class:Change/Attribute:approval_date+' => '~~',
@@ -118,22 +118,22 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change~~',
'Class:Change/Attribute:parent_id_friendlyname' => 'Parent change friendly name~~',
'Class:Change/Attribute:parent_id_friendlyname+' => '~~',
- 'Class:Change/Stimulus:ev_assign' => 'Assign~~',
+ 'Class:Change/Stimulus:ev_assign' => 'Hozzárenedelés',
'Class:Change/Stimulus:ev_assign+' => '~~',
- 'Class:Change/Stimulus:ev_plan' => 'Plan~~',
+ 'Class:Change/Stimulus:ev_plan' => 'Tervezés',
'Class:Change/Stimulus:ev_plan+' => '~~',
- 'Class:Change/Stimulus:ev_reject' => 'Reject~~',
+ 'Class:Change/Stimulus:ev_reject' => 'Visszautasítás',
'Class:Change/Stimulus:ev_reject+' => '~~',
- 'Class:Change/Stimulus:ev_reopen' => 'Reopen~~',
+ 'Class:Change/Stimulus:ev_reopen' => 'Újranyitás',
'Class:Change/Stimulus:ev_reopen+' => '~~',
- 'Class:Change/Stimulus:ev_approve' => 'Approve~~',
+ 'Class:Change/Stimulus:ev_approve' => 'Jóváhagyás',
'Class:Change/Stimulus:ev_approve+' => '~~',
- 'Class:Change/Stimulus:ev_finish' => 'Close~~',
+ 'Class:Change/Stimulus:ev_finish' => 'Befejezés',
'Class:Change/Stimulus:ev_finish+' => '~~',
- 'Class:Change/Attribute:outage' => 'Outage~~',
+ 'Class:Change/Attribute:outage' => 'Leállás',
'Class:Change/Attribute:outage+' => '~~',
- 'Class:Change/Attribute:outage/Value:no' => 'No~~',
+ 'Class:Change/Attribute:outage/Value:no' => 'Nem',
'Class:Change/Attribute:outage/Value:no+' => '~~',
- 'Class:Change/Attribute:outage/Value:yes' => 'Yes~~',
+ 'Class:Change/Attribute:outage/Value:yes' => 'Igen',
'Class:Change/Attribute:outage/Value:yes+' => '~~',
));
diff --git a/datamodels/2.x/itop-change-mgmt/it.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/it.dict.itop-change-mgmt.php
index c1fb6e6cd..de4429bde 100644
--- a/datamodels/2.x/itop-change-mgmt/it.dict.itop-change-mgmt.php
+++ b/datamodels/2.x/itop-change-mgmt/it.dict.itop-change-mgmt.php
@@ -21,23 +21,23 @@
* along with iTop. If not, see
*/
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Menu:ChangeManagement' => 'Change management~~',
- 'Menu:Change:Overview' => 'Overview~~',
+ 'Menu:ChangeManagement' => 'Gestione dei cambi',
+ 'Menu:Change:Overview' => 'Panoramica',
'Menu:Change:Overview+' => '~~',
- 'Menu:NewChange' => 'New change~~',
- 'Menu:NewChange+' => 'Create a new change ticket~~',
- 'Menu:SearchChanges' => 'Search for changes~~',
- 'Menu:SearchChanges+' => 'Search for change tickets~~',
- 'Menu:Change:Shortcuts' => 'Shortcuts~~',
+ 'Menu:NewChange' => 'Nuovo cambio',
+ 'Menu:NewChange+' => 'Crea un ticket per un nuovo cambio',
+ 'Menu:SearchChanges' => 'Cerca per cambi',
+ 'Menu:SearchChanges+' => 'Cerca i cambi per tickets',
+ 'Menu:Change:Shortcuts' => 'Scorciatoie',
'Menu:Change:Shortcuts+' => '~~',
- 'Menu:WaitingAcceptance' => 'Changes awaiting acceptance~~',
+ 'Menu:WaitingAcceptance' => 'Modifiche in attesa di accettazione',
'Menu:WaitingAcceptance+' => '~~',
- 'Menu:WaitingApproval' => 'Changes awaiting approval~~',
+ 'Menu:WaitingApproval' => 'Modifiche in attesa di approvazione',
'Menu:WaitingApproval+' => '~~',
- 'Menu:Changes' => 'Open changes~~',
- 'Menu:Changes+' => 'All open changes~~',
- 'Menu:MyChanges' => 'Changes assigned to me~~',
- 'Menu:MyChanges+' => 'Changes assigned to me (as Agent)~~',
+ 'Menu:Changes' => 'Modifiche aperte',
+ 'Menu:Changes+' => 'Tutte le Modifiche aperte',
+ 'Menu:MyChanges' => 'Modifiche assegnate a me',
+ 'Menu:MyChanges+' => 'Modifiche assegnato a me (come Agent)',
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changes by category for the last 7 days~~',
'UI-ChangeManagementOverview-Last-7-days' => 'Number of changes for the last 7 days~~',
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Changes by domain for the last 7 days~~',
@@ -62,9 +62,9 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Class:Change' => 'Change~~',
+ 'Class:Change' => 'Cambio',
'Class:Change+' => '~~',
- 'Class:Change/Attribute:status' => 'Status~~',
+ 'Class:Change/Attribute:status' => 'Stato',
'Class:Change/Attribute:status+' => '~~',
'Class:Change/Attribute:status/Value:new' => 'Nuovo',
'Class:Change/Attribute:status/Value:new+' => '',
@@ -102,7 +102,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Change/Attribute:parent_id+' => '~~',
'Class:Change/Attribute:parent_name' => 'Parent change ref~~',
'Class:Change/Attribute:parent_name+' => '~~',
- 'Class:Change/Attribute:creation_date' => 'Creation date~~',
+ 'Class:Change/Attribute:creation_date' => 'Creato',
'Class:Change/Attribute:creation_date+' => '~~',
'Class:Change/Attribute:approval_date' => 'Approval date~~',
'Class:Change/Attribute:approval_date+' => '~~',
@@ -118,22 +118,22 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change~~',
'Class:Change/Attribute:parent_id_friendlyname' => 'Parent change friendly name~~',
'Class:Change/Attribute:parent_id_friendlyname+' => '~~',
- 'Class:Change/Stimulus:ev_assign' => 'Assign~~',
+ 'Class:Change/Stimulus:ev_assign' => 'Assegna',
'Class:Change/Stimulus:ev_assign+' => '~~',
- 'Class:Change/Stimulus:ev_plan' => 'Plan~~',
+ 'Class:Change/Stimulus:ev_plan' => 'Pianifica',
'Class:Change/Stimulus:ev_plan+' => '~~',
- 'Class:Change/Stimulus:ev_reject' => 'Reject~~',
+ 'Class:Change/Stimulus:ev_reject' => 'Rifiuta',
'Class:Change/Stimulus:ev_reject+' => '~~',
- 'Class:Change/Stimulus:ev_reopen' => 'Reopen~~',
+ 'Class:Change/Stimulus:ev_reopen' => 'Riapre',
'Class:Change/Stimulus:ev_reopen+' => '~~',
- 'Class:Change/Stimulus:ev_approve' => 'Approve~~',
+ 'Class:Change/Stimulus:ev_approve' => 'Approva',
'Class:Change/Stimulus:ev_approve+' => '~~',
- 'Class:Change/Stimulus:ev_finish' => 'Close~~',
+ 'Class:Change/Stimulus:ev_finish' => 'Fine',
'Class:Change/Stimulus:ev_finish+' => '~~',
- 'Class:Change/Attribute:outage' => 'Outage~~',
+ 'Class:Change/Attribute:outage' => 'Interruzione',
'Class:Change/Attribute:outage+' => '~~',
- 'Class:Change/Attribute:outage/Value:no' => 'No~~',
+ 'Class:Change/Attribute:outage/Value:no' => 'No',
'Class:Change/Attribute:outage/Value:no+' => '~~',
- 'Class:Change/Attribute:outage/Value:yes' => 'Yes~~',
+ 'Class:Change/Attribute:outage/Value:yes' => 'Si',
'Class:Change/Attribute:outage/Value:yes+' => '~~',
));
diff --git a/datamodels/2.x/itop-change-mgmt/tr.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/tr.dict.itop-change-mgmt.php
index bb0328910..1a2af93f4 100644
--- a/datamodels/2.x/itop-change-mgmt/tr.dict.itop-change-mgmt.php
+++ b/datamodels/2.x/itop-change-mgmt/tr.dict.itop-change-mgmt.php
@@ -21,23 +21,23 @@
* along with iTop. If not, see
*/
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Menu:ChangeManagement' => 'Change management~~',
- 'Menu:Change:Overview' => 'Overview~~',
+ 'Menu:ChangeManagement' => 'Değişiklik Yönetimi',
+ 'Menu:Change:Overview' => 'Özet',
'Menu:Change:Overview+' => '~~',
- 'Menu:NewChange' => 'New change~~',
- 'Menu:NewChange+' => 'Create a new change ticket~~',
- 'Menu:SearchChanges' => 'Search for changes~~',
- 'Menu:SearchChanges+' => 'Search for change tickets~~',
- 'Menu:Change:Shortcuts' => 'Shortcuts~~',
+ 'Menu:NewChange' => 'Yeni değişiklik',
+ 'Menu:NewChange+' => 'Yeni değişiklik isteği yarat',
+ 'Menu:SearchChanges' => 'Değişiklik ara',
+ 'Menu:SearchChanges+' => 'Değişiklik isteği ara',
+ 'Menu:Change:Shortcuts' => 'Kısayollar',
'Menu:Change:Shortcuts+' => '~~',
- 'Menu:WaitingAcceptance' => 'Changes awaiting acceptance~~',
+ 'Menu:WaitingAcceptance' => 'Kabul bekleyen değişiklik talepleri',
'Menu:WaitingAcceptance+' => '~~',
- 'Menu:WaitingApproval' => 'Changes awaiting approval~~',
+ 'Menu:WaitingApproval' => 'Onay bekleyen değişiklik talepleri',
'Menu:WaitingApproval+' => '~~',
- 'Menu:Changes' => 'Open changes~~',
+ 'Menu:Changes' => 'Açık değişiklikler',
'Menu:Changes+' => 'All open changes~~',
- 'Menu:MyChanges' => 'Changes assigned to me~~',
- 'Menu:MyChanges+' => 'Changes assigned to me (as Agent)~~',
+ 'Menu:MyChanges' => 'Bana atanan değişiklik istekleri',
+ 'Menu:MyChanges+' => 'Bana atanan değişiklik istekleri',
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changes by category for the last 7 days~~',
'UI-ChangeManagementOverview-Last-7-days' => 'Number of changes for the last 7 days~~',
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Changes by domain for the last 7 days~~',
@@ -62,21 +62,21 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:Change' => 'Change~~',
+ 'Class:Change' => 'Değişiklik',
'Class:Change+' => '~~',
- 'Class:Change/Attribute:status' => 'Status~~',
+ 'Class:Change/Attribute:status' => 'Durumu',
'Class:Change/Attribute:status+' => '~~',
- 'Class:Change/Attribute:status/Value:new' => 'New~~',
+ 'Class:Change/Attribute:status/Value:new' => 'Yeni',
'Class:Change/Attribute:status/Value:new+' => '~~',
- 'Class:Change/Attribute:status/Value:assigned' => 'Assigned~~',
+ 'Class:Change/Attribute:status/Value:assigned' => 'Atanmış',
'Class:Change/Attribute:status/Value:assigned+' => '~~',
'Class:Change/Attribute:status/Value:planned' => 'Planned~~',
'Class:Change/Attribute:status/Value:planned+' => '~~',
- 'Class:Change/Attribute:status/Value:rejected' => 'Rejected~~',
+ 'Class:Change/Attribute:status/Value:rejected' => 'Reddedilen',
'Class:Change/Attribute:status/Value:rejected+' => '~~',
- 'Class:Change/Attribute:status/Value:approved' => 'Approved~~',
+ 'Class:Change/Attribute:status/Value:approved' => 'Onaylanan',
'Class:Change/Attribute:status/Value:approved+' => '~~',
- 'Class:Change/Attribute:status/Value:closed' => 'Closed~~',
+ 'Class:Change/Attribute:status/Value:closed' => 'Kapanan',
'Class:Change/Attribute:status/Value:closed+' => '~~',
'Class:Change/Attribute:category' => 'Category~~',
'Class:Change/Attribute:category+' => '~~',
@@ -102,7 +102,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Change/Attribute:parent_id+' => '~~',
'Class:Change/Attribute:parent_name' => 'Parent change ref~~',
'Class:Change/Attribute:parent_name+' => '~~',
- 'Class:Change/Attribute:creation_date' => 'Creation date~~',
+ 'Class:Change/Attribute:creation_date' => 'Yaratıldı',
'Class:Change/Attribute:creation_date+' => '~~',
'Class:Change/Attribute:approval_date' => 'Approval date~~',
'Class:Change/Attribute:approval_date+' => '~~',
@@ -118,22 +118,22 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change~~',
'Class:Change/Attribute:parent_id_friendlyname' => 'Parent change friendly name~~',
'Class:Change/Attribute:parent_id_friendlyname+' => '~~',
- 'Class:Change/Stimulus:ev_assign' => 'Assign~~',
+ 'Class:Change/Stimulus:ev_assign' => 'Ata',
'Class:Change/Stimulus:ev_assign+' => '~~',
- 'Class:Change/Stimulus:ev_plan' => 'Plan~~',
+ 'Class:Change/Stimulus:ev_plan' => 'Planla',
'Class:Change/Stimulus:ev_plan+' => '~~',
- 'Class:Change/Stimulus:ev_reject' => 'Reject~~',
+ 'Class:Change/Stimulus:ev_reject' => 'Ret',
'Class:Change/Stimulus:ev_reject+' => '~~',
- 'Class:Change/Stimulus:ev_reopen' => 'Reopen~~',
+ 'Class:Change/Stimulus:ev_reopen' => 'Tekrar aç',
'Class:Change/Stimulus:ev_reopen+' => '~~',
- 'Class:Change/Stimulus:ev_approve' => 'Approve~~',
+ 'Class:Change/Stimulus:ev_approve' => 'Onayla',
'Class:Change/Stimulus:ev_approve+' => '~~',
- 'Class:Change/Stimulus:ev_finish' => 'Close~~',
+ 'Class:Change/Stimulus:ev_finish' => 'Bitir',
'Class:Change/Stimulus:ev_finish+' => '~~',
- 'Class:Change/Attribute:outage' => 'Outage~~',
+ 'Class:Change/Attribute:outage' => 'Servis kesilmesi',
'Class:Change/Attribute:outage+' => '~~',
- 'Class:Change/Attribute:outage/Value:no' => 'No~~',
+ 'Class:Change/Attribute:outage/Value:no' => 'Hayır',
'Class:Change/Attribute:outage/Value:no+' => '~~',
- 'Class:Change/Attribute:outage/Value:yes' => 'Yes~~',
+ 'Class:Change/Attribute:outage/Value:yes' => 'Evet',
'Class:Change/Attribute:outage/Value:yes+' => '~~',
));
diff --git a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php
index b6248df1a..958a68b56 100755
--- a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php
+++ b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-config/cs.dict.itop-config.php b/datamodels/2.x/itop-config/cs.dict.itop-config.php
index 70bde1b61..ca23ae3eb 100755
--- a/datamodels/2.x/itop-config/cs.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/cs.dict.itop-config.php
@@ -15,10 +15,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'config-apply' => 'Použít',
'config-apply-title' => 'Použít (Ctrl+S)',
'config-cancel' => 'Zrušit',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Vaše úpravy nebudou uloženy.',
'config-no-change' => 'Soubor nebyl změněn.',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Řádek %2$d: %1$s.
Soubor nebyl uložen.',
'config-current-line' => 'Řádek: %1$s',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/da.dict.itop-config.php b/datamodels/2.x/itop-config/da.dict.itop-config.php
index 135576a81..11aec7c7f 100644
--- a/datamodels/2.x/itop-config/da.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/da.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'config-apply' => 'Apply~~',
'config-apply-title' => 'Apply (Ctrl+S)~~',
'config-cancel' => 'Reset~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Your changes will be lost.~~',
'config-no-change' => 'No change: the file has been left unchanged.~~',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.~~',
'config-current-line' => 'Editing line: %1$s~~',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/de.dict.itop-config.php b/datamodels/2.x/itop-config/de.dict.itop-config.php
index ad703e551..63d1dc0ff 100644
--- a/datamodels/2.x/itop-config/de.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/de.dict.itop-config.php
@@ -30,10 +30,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'config-apply' => 'Anwenden (Ctrl+S)',
'config-apply-title' => 'Anwenden (Ctrl+S)',
'config-cancel' => 'Zurücksetzen',
- 'config-saved' => 'Erfolgreich gespeichert',
+ 'config-saved' => 'Erfolgreich gespeichert',
'config-confirm-cancel' => 'Ihre Änderungen werden nicht gespeichert.',
'config-no-change' => 'Keine Änderungen: Die Datei wurde nicht verändert.',
- 'config-reverted' => 'Die Konfiguration wurde zurückgesetzt',
+ 'config-reverted' => 'Die Konfiguration wurde zurückgesetzt',
'config-parse-error' => 'Zeile %2$d: %1$s.
Die Datei wurde nicht aktualisiert.',
'config-current-line' => 'Editiere Zeile: %1$s',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/en.dict.itop-config.php b/datamodels/2.x/itop-config/en.dict.itop-config.php
index 322b723d9..4cbefc2e2 100644
--- a/datamodels/2.x/itop-config/en.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/en.dict.itop-config.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -29,10 +29,10 @@ Dict::Add('EN US', 'English', 'English', array(
'config-apply' => 'Apply',
'config-apply-title' => 'Apply (Ctrl+S)',
'config-cancel' => 'Reset',
- 'config-saved' => 'Successfully recorded.',
+ 'config-saved' => 'Successfully recorded.',
'config-confirm-cancel' => 'Your changes will be lost.',
'config-no-change' => 'No change: the file has been left unchanged.',
- 'config-reverted' => 'The configuration has been reverted.',
+ 'config-reverted' => 'The configuration has been reverted.',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.',
'config-current-line' => 'Editing line: %1$s',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.',
diff --git a/datamodels/2.x/itop-config/es_cr.dict.itop-config.php b/datamodels/2.x/itop-config/es_cr.dict.itop-config.php
index 0c835c4c5..2c784a554 100644
--- a/datamodels/2.x/itop-config/es_cr.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/es_cr.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'config-apply' => 'Aplicar',
'config-apply-title' => 'Aplicar (Ctrl+S)',
'config-cancel' => 'Restablecer',
- 'config-saved' => 'Exitosamente registrado.',
+ 'config-saved' => 'Exitosamente registrado.',
'config-confirm-cancel' => 'Sus cambiso se perderán.',
'config-no-change' => 'Sin cambio: el archivo permanece sin cambios.',
- 'config-reverted' => 'La configuración ha sido revertida.',
+ 'config-reverted' => 'La configuración ha sido revertida.',
'config-parse-error' => 'Línea %2$d: %1$s.
El archivo NO ha sido actualizado.',
'config-current-line' => 'Editando línea: %1$s',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/fr.dict.itop-config.php b/datamodels/2.x/itop-config/fr.dict.itop-config.php
index 88adb0ec4..d9e05b3d5 100644
--- a/datamodels/2.x/itop-config/fr.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/fr.dict.itop-config.php
@@ -13,10 +13,10 @@ Dict::Add('FR FR', 'French', 'Français', array(
'config-apply' => 'Enregistrer',
'config-apply-title' => 'Enregistrer (Ctrl+S)',
'config-cancel' => 'Annuler (restaurer)',
- 'config-saved' => 'Configuration enregistrée.',
+ 'config-saved' => 'Configuration enregistrée.',
'config-confirm-cancel' => 'Vos modifications seront perdues.',
'config-no-change' => 'Aucun changement : le fichier n\'a pas été altéré.',
- 'config-reverted' => 'Vos modifications ont été écrasées par la version enregistrée.',
+ 'config-reverted' => 'Vos modifications ont été écrasées par la version enregistrée.',
'config-parse-error' => 'Ligne %2$d: %1$s.
Le fichier n\'a PAS été modifié.',
'config-current-line' => 'Ligne en édition : %1$s',
'config-saved-warning-db-password' => 'Configuration enregistrée. Les sauvegardes ne fonctionneront pas à cause du format du pot de passe de la base.',
diff --git a/datamodels/2.x/itop-config/hu.dict.itop-config.php b/datamodels/2.x/itop-config/hu.dict.itop-config.php
index aaca0a1b5..4abb717f2 100644
--- a/datamodels/2.x/itop-config/hu.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/hu.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'config-apply' => 'Apply~~',
'config-apply-title' => 'Apply (Ctrl+S)~~',
'config-cancel' => 'Reset~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Your changes will be lost.~~',
'config-no-change' => 'No change: the file has been left unchanged.~~',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.~~',
'config-current-line' => 'Editing line: %1$s~~',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/it.dict.itop-config.php b/datamodels/2.x/itop-config/it.dict.itop-config.php
index baab9cc23..8d318b626 100644
--- a/datamodels/2.x/itop-config/it.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/it.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'config-apply' => 'Apply~~',
'config-apply-title' => 'Apply (Ctrl+S)~~',
'config-cancel' => 'Reset~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Your changes will be lost.~~',
'config-no-change' => 'No change: the file has been left unchanged.~~',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.~~',
'config-current-line' => 'Editing line: %1$s~~',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/ja.dict.itop-config.php b/datamodels/2.x/itop-config/ja.dict.itop-config.php
index 5dc0197e6..7d7b3dea7 100644
--- a/datamodels/2.x/itop-config/ja.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/ja.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'config-apply' => 'Apply~~',
'config-apply-title' => 'Apply (Ctrl+S)~~',
'config-cancel' => 'Reset~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Your changes will be lost.~~',
'config-no-change' => 'No change: the file has been left unchanged.~~',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.~~',
'config-current-line' => 'Editing line: %1$s~~',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/nl.dict.itop-config.php b/datamodels/2.x/itop-config/nl.dict.itop-config.php
index 882e3b3ee..0d0020f44 100644
--- a/datamodels/2.x/itop-config/nl.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/nl.dict.itop-config.php
@@ -29,10 +29,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'config-apply' => 'Opslaan',
'config-apply-title' => 'Opslaan (Ctrl+S)',
'config-cancel' => 'Herbeginnen',
- 'config-saved' => 'Wijzigingen opgeslagen',
+ 'config-saved' => 'Wijzigingen opgeslagen',
'config-confirm-cancel' => 'Je wijzigingen zullen verloren gaan',
'config-no-change' => 'Er zijn geen wijzigingen vastgesteld.',
- 'config-reverted' => 'De wijzigingen zijn ongedaan gemaakt.',
+ 'config-reverted' => 'De wijzigingen zijn ongedaan gemaakt.',
'config-parse-error' => 'Regel %2$d: %1$s.
Het bestand werd NIET opgeslagen.',
'config-current-line' => 'Huidige regel: %1$s',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/pt_br.dict.itop-config.php b/datamodels/2.x/itop-config/pt_br.dict.itop-config.php
index c9ec6515f..6a21b9d4b 100644
--- a/datamodels/2.x/itop-config/pt_br.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/pt_br.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'config-apply' => 'Apply~~',
'config-apply-title' => 'Apply (Ctrl+S)~~',
'config-cancel' => 'Reset~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Your changes will be lost.~~',
'config-no-change' => 'No change: the file has been left unchanged.~~',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.~~',
'config-current-line' => 'Editing line: %1$s~~',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/sk.dict.itop-config.php b/datamodels/2.x/itop-config/sk.dict.itop-config.php
index 5c16b3dc7..c09996eda 100644
--- a/datamodels/2.x/itop-config/sk.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/sk.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'config-apply' => 'Apply~~',
'config-apply-title' => 'Apply (Ctrl+S)~~',
'config-cancel' => 'Reset~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Your changes will be lost.~~',
'config-no-change' => 'No change: the file has been left unchanged.~~',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.~~',
'config-current-line' => 'Editing line: %1$s~~',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/tr.dict.itop-config.php b/datamodels/2.x/itop-config/tr.dict.itop-config.php
index cf50cffe4..a66eec5fe 100644
--- a/datamodels/2.x/itop-config/tr.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/tr.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'config-apply' => 'Apply~~',
'config-apply-title' => 'Apply (Ctrl+S)~~',
'config-cancel' => 'Reset~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Your changes will be lost.~~',
'config-no-change' => 'No change: the file has been left unchanged.~~',
- 'config-reverted' => 'The configuration has been reverted.~~',
+ 'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Line %2$d: %1$s.
The file has NOT been updated.~~',
'config-current-line' => 'Editing line: %1$s~~',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-config/zh_cn.dict.itop-config.php b/datamodels/2.x/itop-config/zh_cn.dict.itop-config.php
index f4ef6e88c..36797cef1 100644
--- a/datamodels/2.x/itop-config/zh_cn.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/zh_cn.dict.itop-config.php
@@ -28,10 +28,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'config-apply' => '应用',
'config-apply-title' => '应用 (Ctrl+S)',
'config-cancel' => '重置',
- 'config-saved' => '成功保存.',
+ 'config-saved' => '成功保存.',
'config-confirm-cancel' => '您的修改将被丢弃.',
'config-no-change' => '没有变化: 配置文件将保持不变.',
- 'config-reverted' => '配置文件已恢复.',
+ 'config-reverted' => '配置文件已恢复.',
'config-parse-error' => '第 %2$d 行: %1$s.
配置文件尚未更新.',
'config-current-line' => '正在编辑第 %1$s 行',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
diff --git a/datamodels/2.x/itop-hub-connector/cs.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/cs.dict.itop-hub-connector.php
index c66e135b2..08dde1302 100644
--- a/datamodels/2.x/itop-hub-connector/cs.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/cs.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/da.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/da.dict.itop-hub-connector.php
index 68b2e179a..a30b00436 100644
--- a/datamodels/2.x/itop-hub-connector/da.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/da.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/de.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/de.dict.itop-hub-connector.php
index d0bc21ac3..0ee891826 100644
--- a/datamodels/2.x/itop-hub-connector/de.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/de.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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+' => 'Gehe zum iTop Hub um deine iTop-Intsanzen zu updaten',
- 'Menu:iTopHub:Register:Description' => 'Erhalte Zugriff zu der Community-Platform iTop Hub!Finde alle Informationen und Inhalte, die du brauchst, verwalte deine Instanzen mit personalisierten Tools & installiere weitere Extensions.
Durch die Verbindung mit dem iTop Hub, werden Informationen zu deiner iTop Instanz auf den iTop Hub hochgeladen.
',
- 'Menu:iTopHub:MyExtensions' => 'Installierte Erweiterungen',
- 'Menu:iTopHub:MyExtensions+' => 'Lass dir eine Liste aller Erweiterungen anzeigen, die auf deiner iTop-Instanz installiert sind',
- 'Menu:iTopHub:BrowseExtensions' => 'Erhalte Erweiterungen vom iTop Hub',
- 'Menu:iTopHub:BrowseExtensions+' => 'Finde noch mehr Erweiterungen auf dem iTop Hub',
- 'Menu:iTopHub:BrowseExtensions:Description' => 'Besuche den iTop Hub Store, die Stelle, um perfekte iTop Erweiterungen zu finden!Finde die Erweiterungen, die dir helfen dein iTop so zu erweitern, dass es zu deinen Bedürfnissen passt.
Durch die Verbindung mit dem iTop Hub, werden Informationen zu deiner iTop Instanz auf den iTop Hub hochgeladen.
',
- 'iTopHub:GoBtn' => 'Gehe zum iTop Hub',
+ 'Menu:iTopHub:Register' => 'Mit dem iTop Hub verbinden',
+ 'Menu:iTopHub:Register+' => 'Gehe zum iTop Hub um deine iTop-Intsanzen zu updaten',
+ 'Menu:iTopHub:Register:Description' => 'Erhalte Zugriff zu der Community-Platform iTop Hub!Finde alle Informationen und Inhalte, die du brauchst, verwalte deine Instanzen mit personalisierten Tools & installiere weitere Extensions.
Durch die Verbindung mit dem iTop Hub, werden Informationen zu deiner iTop Instanz auf den iTop Hub hochgeladen.
',
+ 'Menu:iTopHub:MyExtensions' => 'Installierte Erweiterungen',
+ 'Menu:iTopHub:MyExtensions+' => 'Lass dir eine Liste aller Erweiterungen anzeigen, die auf deiner iTop-Instanz installiert sind',
+ 'Menu:iTopHub:BrowseExtensions' => 'Erhalte Erweiterungen vom iTop Hub',
+ 'Menu:iTopHub:BrowseExtensions+' => 'Finde noch mehr Erweiterungen auf dem iTop Hub',
+ 'Menu:iTopHub:BrowseExtensions:Description' => 'Besuche den iTop Hub Store, die Stelle, um perfekte iTop Erweiterungen zu finden!Finde die Erweiterungen, die dir helfen dein iTop so zu erweitern, dass es zu deinen Bedürfnissen passt.
Durch die Verbindung mit dem iTop Hub, werden Informationen zu deiner iTop Instanz auf den iTop Hub hochgeladen.
',
+ 'iTopHub:GoBtn' => 'Gehe zum iTop Hub',
'iTopHub:CloseBtn' => 'Schließen',
'iTopHub:GoBtn:Tooltip' => 'Gehe zu www.itophub.io',
'iTopHub:OpenInNewWindow' => 'Öffne den iTop Hub in einem neuen Fenster',
@@ -39,11 +39,11 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub',
'iTopHub:Explanation' => 'Mit Klick auf diesen Button wirst Du zum iTop Hub weitergeleitet.',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s freier Speicherplatz aus %2$s.',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Überprüfen des freien Speicherplatzes fehlgeschlagen',
- 'iTopHub:BackupOk' => 'Backup erstellt.',
- 'iTopHub:BackupFailed' => 'Backup fehlgeschlagen!',
- 'iTopHub:Landing:Status' => 'Installationsstatus',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s freier Speicherplatz aus %2$s.',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Überprüfen des freien Speicherplatzes fehlgeschlagen',
+ 'iTopHub:BackupOk' => 'Backup erstellt.',
+ 'iTopHub:BackupFailed' => 'Backup fehlgeschlagen!',
+ '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.',
@@ -57,7 +57,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'iTopHub:NoExtensionInThisCategory' => 'Es gibt keine Erweiterungen dieser Kategorie
Gehe zum iTop Hub, um Erweiterungen zu finden, die dir helfen dein iTop so zu erweitern, dass es zu deinen Bedürfnissen passt.',
'iTopHub:ExtensionNotInstalled' => 'Nicht installiert',
'iTopHub:GetMoreExtensions' => 'Hole Erweiterungen vom iTop Hub...',
-
+
'iTopHub:LandingWelcome' => 'Herzlichen Glückwunsch! Die folgenden Erweiterungen wurden vom iTop Hub heruntergeladen und installiert.',
'iTopHub:GoBackToITopBtn' => 'Gehe zurück zu iTop',
'iTopHub:Uncompressing' => 'Erweiterungen entpacken...',
@@ -66,7 +66,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'iTopHub:DBBackupSentence' => 'Vor dem Update ein Backup der iTop Datenbank und Konfiguration durchführen.',
'iTopHub:DeployBtn' => 'Installieren !',
'iTopHub:DatabaseBackupProgress' => 'Backup durchführen...',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s wird installiert.',
'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s ist bereits installiert. Es wird sich nichts ändern.',
'iTopHub:InstallationEffect:Upgrade' => 'Wird geupgraded von Version %1$s auf Version %2$s.',
@@ -76,7 +76,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'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',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation erfolgreich!',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s Version: %2$s.',
'iTopHub:InstallationStatus:Installed' => 'Installiert',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NICHT installiert.',
diff --git a/datamodels/2.x/itop-hub-connector/en.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/en.dict.itop-hub-connector.php
index 29a6407a6..05bb46ea2 100644
--- a/datamodels/2.x/itop-hub-connector/en.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/en.dict.itop-hub-connector.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -24,15 +24,15 @@
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:MyExtensions' => 'Deployed extensions',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop',
- '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.
',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop',
+ '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.
',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub',
'iTopHub:CloseBtn' => 'Close',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window',
@@ -40,11 +40,11 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.',
- 'iTopHub:BackupOk' => 'Backup Ok.',
- 'iTopHub:BackupFailed' => 'Backup failed!',
- 'iTopHub:Landing:Status' => 'Deployment status',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.',
+ 'iTopHub:BackupOk' => 'Backup Ok.',
+ 'iTopHub:BackupFailed' => 'Backup failed!',
+ '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.',
@@ -58,7 +58,7 @@ Dict::Add('EN US', 'English', 'English', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...',
@@ -67,7 +67,7 @@ Dict::Add('EN US', 'English', 'English', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating',
'iTopHub:DeployBtn' => 'Deploy !',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.',
'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.',
@@ -77,7 +77,7 @@ Dict::Add('EN US', 'English', 'English', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.',
'iTopHub:InstallationStatus:Installed' => 'Installed',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.',
diff --git a/datamodels/2.x/itop-hub-connector/es_cr.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/es_cr.dict.itop-hub-connector.php
index b62e4660a..911776e26 100644
--- a/datamodels/2.x/itop-hub-connector/es_cr.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/es_cr.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Extensiones instaladas',
- 'Menu:iTopHub:MyExtensions+' => 'Vea la lista de extensiones instalada en esta instancia de iTop',
- '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.
',
- 'iTopHub:GoBtn' => 'Ir a 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:MyExtensions' => 'Extensiones instaladas',
+ 'Menu:iTopHub:MyExtensions+' => 'Vea la lista de extensiones instalada en esta instancia de iTop',
+ '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.
',
+ 'iTopHub:GoBtn' => 'Ir a iTop Hub',
'iTopHub:CloseBtn' => 'Cerrar',
'iTopHub:GoBtn:Tooltip' => 'Ir a www.itophub.io',
'iTopHub:OpenInNewWindow' => 'Abrir iTop Hub en una nueva ventana',
@@ -39,11 +39,11 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub',
'iTopHub:Explanation' => 'Dando click a este botón, usted será redireccionado a iTop Hub.',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s espacio libre en disco en %2$s.',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Falló en revisar disponibilidad de espacio libre en disco.',
- 'iTopHub:BackupOk' => 'Respaldo Ok.',
- 'iTopHub:BackupFailed' => 'Respaldo Fallido!',
- 'iTopHub:Landing:Status' => 'Estatus de Instalación',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s espacio libre en disco en %2$s.',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Falló en revisar disponibilidad de espacio libre en disco.',
+ 'iTopHub:BackupOk' => 'Respaldo Ok.',
+ 'iTopHub:BackupFailed' => 'Respaldo Fallido!',
+ '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.',
@@ -57,7 +57,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'iTopHub:NoExtensionInThisCategory' => 'No hay extensiones en está categoría.
Navegue en iTop Hub para encontrar aquellas que le ayuden a personalizar y adaptar iTop 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:Uncompressing' => 'Descomprimiendo extensiones...',
@@ -66,7 +66,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'iTopHub:DBBackupSentence' => 'Realice un respaldo de la base de datos y configuración de iTop antes de actualizar.',
'iTopHub:DeployBtn' => 'Instalar !',
'iTopHub:DatabaseBackupProgress' => 'Respaldo de Instancia...',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s será instalada.',
'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.',
@@ -76,7 +76,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'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',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Instalación éxitosa!',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.',
'iTopHub:InstallationStatus:Installed' => 'Instalada',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NO está instalada.',
diff --git a/datamodels/2.x/itop-hub-connector/fr.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/fr.dict.itop-hub-connector.php
index cf1137dab..e098895dc 100644
--- a/datamodels/2.x/itop-hub-connector/fr.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/fr.dict.itop-hub-connector.php
@@ -8,15 +8,15 @@
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: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',
- 'Menu:iTopHub:BrowseExtensions' => 'Obtenir des extensions depuis iTop Hub',
- 'Menu:iTopHub:BrowseExtensions+' => 'Parcourir la listes des extensions disponibles sur iTop Hub',
- 'Menu:iTopHub:BrowseExtensions:Description' => 'Découvrez le magasin d\'extensions iTop Hub !Trouvez en quelques clics celles qui vous permettront de construire un iTop sur mesure qui se conforme à vos processus.
En vous connectant au Hub depuis cette page, vous transmettez au Hub des informations relatives à cette instance d\'iTop.
',
- 'iTopHub:GoBtn' => 'Aller sur 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: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',
+ 'Menu:iTopHub:BrowseExtensions' => 'Obtenir des extensions depuis iTop Hub',
+ 'Menu:iTopHub:BrowseExtensions+' => 'Parcourir la listes des extensions disponibles sur iTop Hub',
+ 'Menu:iTopHub:BrowseExtensions:Description' => 'Découvrez le magasin d\'extensions iTop Hub !Trouvez en quelques clics celles qui vous permettront de construire un iTop sur mesure qui se conforme à vos processus.
En vous connectant au Hub depuis cette page, vous transmettez au Hub des informations relatives à cette instance d\'iTop.
',
+ 'iTopHub:GoBtn' => 'Aller sur iTop Hub',
'iTopHub:CloseBtn' => 'Fermer',
'iTopHub:GoBtn:Tooltip' => 'Naviguer vers www.itophub.io',
'iTopHub:OpenInNewWindow' => 'Ouvrir iTop Hub dans une nouvelle fenêtre',
@@ -24,11 +24,11 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub',
'iTopHub:Explanation' => 'En cliquant sur ce bouton, vous serez redirigé vers iTop Hub.',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s d\'espace disque disponible sur %2$s.',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Echec de la vérification de l\'espace disque.',
- 'iTopHub:BackupOk' => 'Sauvegarde Ok.',
- 'iTopHub:BackupFailed' => 'Echec de la sauvegarde !',
- 'iTopHub:Landing:Status' => 'Etat du déploiement',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s d\'espace disque disponible sur %2$s.',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Echec de la vérification de l\'espace disque.',
+ 'iTopHub:BackupOk' => 'Sauvegarde Ok.',
+ 'iTopHub:BackupFailed' => 'Echec de la sauvegarde !',
+ 'iTopHub:Landing:Status' => 'Etat du déploiement',
'iTopHub:Landing:Install' => 'Déploiement des extensions...',
'iTopHub:CompiledOK' => 'Compilation réussie.',
'iTopHub:ConfigurationSafelyReverted' => 'Une erreur a été détectée durant le déploiement!
La configuration d\'iTop n\'a PAS été modifiée.',
@@ -42,7 +42,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'iTopHub:NoExtensionInThisCategory' => 'Il n\'y a pas d\'extension dans cette catégorie
Avec iTop Hub trouvez en quelques clics les extensions qui vous permettront de construire un iTop sur mesure qui se conforme à vos processus.',
'iTopHub:ExtensionNotInstalled' => 'Non installée',
'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:Uncompressing' => 'Décompression des extensions...',
@@ -51,7 +51,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'iTopHub:DBBackupSentence' => 'Faire une sauvegarde de la base de données et des paramétrages d\'iTop',
'iTopHub:DeployBtn' => 'Déployer !',
'iTopHub:DatabaseBackupProgress' => 'Sauvegarde de l\'instance...',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s sera installée.',
'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s déjà installée. Rien ne changera.',
'iTopHub:InstallationEffect:Upgrade' => 'Sera mise à jour de version %1$s en version %2$s.',
@@ -61,7 +61,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'Cette extension ne peut pas être installée à cause de ses dépendences.',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'Cette extension nécessite le(s) module(s): %1$s',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation réussie !',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.',
'iTopHub:InstallationStatus:Installed' => 'Installée',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NON installée.',
diff --git a/datamodels/2.x/itop-hub-connector/hu.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/hu.dict.itop-hub-connector.php
index 4b4490ef3..f65c02151 100644
--- a/datamodels/2.x/itop-hub-connector/hu.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/hu.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/it.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/it.dict.itop-hub-connector.php
index 78aa20745..a79ea38bf 100644
--- a/datamodels/2.x/itop-hub-connector/it.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/it.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/ja.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/ja.dict.itop-hub-connector.php
index c0cf345ff..bb7b025bf 100644
--- a/datamodels/2.x/itop-hub-connector/ja.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/ja.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
Dict::Add('JA JP', 'Japanese', '日本語', 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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/nl.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/nl.dict.itop-hub-connector.php
index 79ccd9717..529aa2288 100644
--- a/datamodels/2.x/itop-hub-connector/nl.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/nl.dict.itop-hub-connector.php
@@ -24,15 +24,15 @@
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
// Dictionary entries go here
'Menu:iTopHub' => 'iTop Hub',
- 'Menu:iTopHub:Register' => 'Verbinding maken met iTop Hub',
- 'Menu:iTopHub:Register+' => 'Ga naar de iTop Hub om je iTop bij te werken.',
- 'Menu:iTopHub:Register:Description' => 'Verkrijg toegang tot jouw iTop Hub (community platform)!Je vindt er alle informatie die je nodig hebt, je kan je omgevingen beheren met gepersonaliseerde tools en extensies.
Door van hieruit te verbinden met de Hub, stuur je informatie over deze iTop-mgeving naar de Hub.
',
- 'Menu:iTopHub:MyExtensions' => 'Mijn extensies',
- 'Menu:iTopHub:MyExtensions+' => 'Bekijk de lijst van extensies die je gebruikt in deze iTop-omgeving.',
- 'Menu:iTopHub:BrowseExtensions' => 'Vind extensies op iTop Hub',
- 'Menu:iTopHub:BrowseExtensions+' => 'Blader door de extensiecatalogus op iTop Hub',
- 'Menu:iTopHub:BrowseExtensions:Description' => 'In de iTop Hub Store vind je heel wat extensies!Blader door de catalogus en ontdek welke extensies jou helpen om iTop aan te passen aan jouw manier van werken.
Door van hieruit te verbinden met de Hub, stuur je informatie over deze iTop-mgeving naar de Hub.
',
- 'iTopHub:GoBtn' => 'Ga naar iTop Hub',
+ 'Menu:iTopHub:Register' => 'Verbinding maken met iTop Hub',
+ 'Menu:iTopHub:Register+' => 'Ga naar de iTop Hub om je iTop bij te werken.',
+ 'Menu:iTopHub:Register:Description' => 'Verkrijg toegang tot jouw iTop Hub (community platform)!Je vindt er alle informatie die je nodig hebt, je kan je omgevingen beheren met gepersonaliseerde tools en extensies.
Door van hieruit te verbinden met de Hub, stuur je informatie over deze iTop-mgeving naar de Hub.
',
+ 'Menu:iTopHub:MyExtensions' => 'Mijn extensies',
+ 'Menu:iTopHub:MyExtensions+' => 'Bekijk de lijst van extensies die je gebruikt in deze iTop-omgeving.',
+ 'Menu:iTopHub:BrowseExtensions' => 'Vind extensies op iTop Hub',
+ 'Menu:iTopHub:BrowseExtensions+' => 'Blader door de extensiecatalogus op iTop Hub',
+ 'Menu:iTopHub:BrowseExtensions:Description' => 'In de iTop Hub Store vind je heel wat extensies!Blader door de catalogus en ontdek welke extensies jou helpen om iTop aan te passen aan jouw manier van werken.
Door van hieruit te verbinden met de Hub, stuur je informatie over deze iTop-mgeving naar de Hub.
',
+ 'iTopHub:GoBtn' => 'Ga naar iTop Hub',
'iTopHub:CloseBtn' => 'Sluiten',
'iTopHub:GoBtn:Tooltip' => 'Ga naar www.itophub.io',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in een nieuw venster',
@@ -40,11 +40,11 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub',
'iTopHub:Explanation' => 'Door op deze knop te klikken, wordt je doorgestuurd naar iTop Hub.',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s vrije schijfruimte in %2$s.',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Kon niet controleren hoeveel schijfruimte nog vrij is.',
- 'iTopHub:BackupOk' => 'Backup geslaagd.',
- 'iTopHub:BackupFailed' => 'Backup mislukt!',
- 'iTopHub:Landing:Status' => 'Installatiestatus',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s vrije schijfruimte in %2$s.',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Kon niet controleren hoeveel schijfruimte nog vrij is.',
+ 'iTopHub:BackupOk' => 'Backup geslaagd.',
+ 'iTopHub:BackupFailed' => 'Backup mislukt!',
+ 'iTopHub:Landing:Status' => 'Installatiestatus',
'iTopHub:Landing:Install' => 'Bezig met extensies te installeren...',
'iTopHub:CompiledOK' => 'Compilatie geslaagd.',
'iTopHub:ConfigurationSafelyReverted' => 'Er trad een fout op bij de installatie!
iTop-configuratie werd NIET aangepast.',
@@ -58,7 +58,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'iTopHub:NoExtensionInThisCategory' => 'Er is geen extensie in deze categorie.
Blader op iTop Hub en ontdek welke extensies te vinden die je helpen om iTop aan te passen aan jouw manier van werken.',
'iTopHub:ExtensionNotInstalled' => 'Niet geïnstalleerd',
'iTopHub:GetMoreExtensions' => 'Extensies zoeken op iTop Hub...',
-
+
'iTopHub:LandingWelcome' => 'Gefeliciteerd! Deze extensies werden gedownload via iTop Hub en op jouw iTop geïnstalleerd.',
'iTopHub:GoBackToITopBtn' => 'Terug naar iTop',
'iTopHub:Uncompressing' => 'Extensies aan het uitpakken...',
@@ -67,7 +67,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'iTopHub:DBBackupSentence' => 'Neem vooraf een backup van de database en iTop-configuratie de update door te voeren',
'iTopHub:DeployBtn' => 'Installeer!',
'iTopHub:DatabaseBackupProgress' => 'Backup omgeving...',
-
+
'iTopHub:InstallationEffect:Install' => 'Versie: %1$s zal geïnstalleerd worden.',
'iTopHub:InstallationEffect:NoChange' => 'Versie: %1$s is al geïnstalleerd.',
'iTopHub:InstallationEffect:Upgrade' => 'Er zal een upgrade gebeuren van versie %1$s naar %2$s.',
@@ -77,7 +77,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'Deze extensie kan niet geïnstalleerd worden omdat er niet aan vereisten voldaan is.',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'De extensie vereist de module(s): %1$s',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installatie gelukt!',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s versie: %2$s.',
'iTopHub:InstallationStatus:Installed' => 'Geïnstalleerd',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Versie %1$s is NIET geïnstalleerd.',
diff --git a/datamodels/2.x/itop-hub-connector/pt_br.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/pt_br.dict.itop-hub-connector.php
index e0e48ab6c..abf268473 100644
--- a/datamodels/2.x/itop-hub-connector/pt_br.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/pt_br.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/ru.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/ru.dict.itop-hub-connector.php
index 25e57099c..9631c27ab 100644
--- a/datamodels/2.x/itop-hub-connector/ru.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/ru.dict.itop-hub-connector.php
@@ -11,15 +11,15 @@
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:MyExtensions' => 'Установленные расширения',
- 'Menu:iTopHub:MyExtensions+' => 'Расширения, развернутые на данном экземпляре iTop',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Установленные расширения',
+ 'Menu:iTopHub:MyExtensions+' => 'Расширения, развернутые на данном экземпляре iTop',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -27,11 +27,11 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -45,7 +45,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -54,7 +54,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -64,7 +64,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/sk.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/sk.dict.itop-hub-connector.php
index 0605ed2df..b86ee3bd3 100644
--- a/datamodels/2.x/itop-hub-connector/sk.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/sk.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/tr.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/tr.dict.itop-hub-connector.php
index 324e081b5..8ab2d4ff9 100644
--- a/datamodels/2.x/itop-hub-connector/tr.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/tr.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
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:MyExtensions' => 'Deployed extensions~~',
- 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
- '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.
~~',
- 'iTopHub:GoBtn' => 'Go To 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:MyExtensions' => 'Deployed extensions~~',
+ 'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
+ '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.
~~',
+ 'iTopHub:GoBtn' => 'Go To iTop Hub~~',
'iTopHub:CloseBtn' => 'Close~~',
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
@@ -39,11 +39,11 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
- 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
- 'iTopHub:BackupOk' => 'Backup Ok.~~',
- 'iTopHub:BackupFailed' => 'Backup failed!~~',
- 'iTopHub:Landing:Status' => 'Deployment status~~',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
+ 'iTopHub:BackupOk' => 'Backup Ok.~~',
+ 'iTopHub:BackupFailed' => 'Backup failed!~~',
+ '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.~~',
@@ -57,7 +57,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.
Browse iTop Hub to find the extensions that will help you customize and adapt iTop 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:Uncompressing' => 'Uncompressing extensions...~~',
@@ -66,7 +66,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
'iTopHub:DeployBtn' => 'Deploy !~~',
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
'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.~~',
@@ -76,7 +76,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s NOT installed.~~',
diff --git a/datamodels/2.x/itop-hub-connector/zh_cn.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/zh_cn.dict.itop-hub-connector.php
index d1b89ac36..4f83e14a2 100644
--- a/datamodels/2.x/itop-hub-connector/zh_cn.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/zh_cn.dict.itop-hub-connector.php
@@ -23,15 +23,15 @@
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Dictionary entries go here
'Menu:iTopHub' => 'iTop Hub',
- 'Menu:iTopHub:Register' => '进入iTop Hub ',
- 'Menu:iTopHub:Register+' => '进入iTop Hub 更新您的组件',
- 'Menu:iTopHub:Register:Description' => '进入iTop Hub 社区平台!寻找您想要的内容和信息, 管理本机扩展或安装新的扩展.
通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.
',
- 'Menu:iTopHub:MyExtensions' => '已安装的扩展',
- 'Menu:iTopHub:MyExtensions+' => '查看本机已安装的扩展',
- 'Menu:iTopHub:BrowseExtensions' => '从iTop Hub 获取扩展',
- 'Menu:iTopHub:BrowseExtensions+' => '去iTop Hub 浏览更多的扩展',
- 'Menu:iTopHub:BrowseExtensions:Description' => '进入iTop Hub 商店, 一站式查找各种iTop 扩展的地方 !寻找符合您要求的扩展.
通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.
',
- 'iTopHub:GoBtn' => '进入iTop Hub',
+ 'Menu:iTopHub:Register' => '进入iTop Hub ',
+ 'Menu:iTopHub:Register+' => '进入iTop Hub 更新您的组件',
+ 'Menu:iTopHub:Register:Description' => '进入iTop Hub 社区平台!寻找您想要的内容和信息, 管理本机扩展或安装新的扩展.
通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.
',
+ 'Menu:iTopHub:MyExtensions' => '已安装的扩展',
+ 'Menu:iTopHub:MyExtensions+' => '查看本机已安装的扩展',
+ 'Menu:iTopHub:BrowseExtensions' => '从iTop Hub 获取扩展',
+ 'Menu:iTopHub:BrowseExtensions+' => '去iTop Hub 浏览更多的扩展',
+ 'Menu:iTopHub:BrowseExtensions:Description' => '进入iTop Hub 商店, 一站式查找各种iTop 扩展的地方 !寻找符合您要求的扩展.
通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.
',
+ 'iTopHub:GoBtn' => '进入iTop Hub',
'iTopHub:CloseBtn' => '关闭',
'iTopHub:GoBtn:Tooltip' => '跳到 www.itophub.io',
'iTopHub:OpenInNewWindow' => '从新窗口打开iTop Hub',
@@ -39,11 +39,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:About:RemoteExtensionSource' => 'iTop Hub',
'iTopHub:Explanation' => '点击这个按钮您将被引导至iTop Hub.',
- 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.',
- 'iTopHub:FailedToCheckFreeDiskSpace' => '检查空闲的磁盘空间失败.',
- 'iTopHub:BackupOk' => '备份成功.',
- 'iTopHub:BackupFailed' => '备份失败!',
- 'iTopHub:Landing:Status' => '安装状态',
+ 'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.',
+ 'iTopHub:FailedToCheckFreeDiskSpace' => '检查空闲的磁盘空间失败.',
+ 'iTopHub:BackupOk' => '备份成功.',
+ 'iTopHub:BackupFailed' => '备份失败!',
+ 'iTopHub:Landing:Status' => '安装状态',
'iTopHub:Landing:Install' => '扩展安装进行中...',
'iTopHub:CompiledOK' => '编译成功.',
'iTopHub:ConfigurationSafelyReverted' => '安装时发生错误!
iTop 配置将不会改变.',
@@ -57,7 +57,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'iTopHub:NoExtensionInThisCategory' => '尚未安装扩展.
浏览iTop Hub ,去寻找符合您要求的扩展.',
'iTopHub:ExtensionNotInstalled' => '未安装',
'iTopHub:GetMoreExtensions' => '从iTop Hub 获取扩展...',
-
+
'iTopHub:LandingWelcome' => '恭喜! 下列来自iTop Hub 的扩展已被下载并安装到本机.',
'iTopHub:GoBackToITopBtn' => '返回iTop',
'iTopHub:Uncompressing' => '扩展解压中...',
@@ -66,7 +66,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'iTopHub:DBBackupSentence' => '在升级之前,备份数据库和iTop 配置文件',
'iTopHub:DeployBtn' => '安装 !',
'iTopHub:DatabaseBackupProgress' => '本机备份...',
-
+
'iTopHub:InstallationEffect:Install' => 'Version: %1$s 将被安装.',
'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s 已安装. 保持不变.',
'iTopHub:InstallationEffect:Upgrade' => '将从 version %1$s 升级 到 version %2$s.',
@@ -76,7 +76,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'iTopHub:InstallationEffect:MissingDependencies' => '扩展无法安装,因为未知的依赖.',
'iTopHub:InstallationEffect:MissingDependencies_Details' => '该扩展依赖模块: %1$s',
'iTopHub:InstallationProgress:InstallationSuccessful' => '安装成功!',
-
+
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.',
'iTopHub:InstallationStatus:Installed' => '已安装',
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s 未 安装.',
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/cs.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/cs.dict.itop-incident-mgmt-itil.php
index 6f01097b3..ed91d3a90 100755
--- a/datamodels/2.x/itop-incident-mgmt-itil/cs.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/cs.dict.itop-incident-mgmt-itil.php
@@ -48,8 +48,6 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -241,14 +239,3 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Otevřené incidenty',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('CS CZ', 'Czech', 'Čeština', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Nadřazený problém',
- 'Class:Incident/Attribute:parent_problem_id+' => '',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Odkaz na nadřazený problém',
- 'Class:Incident/Attribute:parent_problem_ref+' => '',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/da.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/da.dict.itop-incident-mgmt-itil.php
index 52ff549d2..940d292e0 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/da.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/da.dict.itop-incident-mgmt-itil.php
@@ -45,8 +45,6 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -238,14 +236,3 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('DA DA', 'Danish', 'Dansk', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
- 'Class:Incident/Attribute:parent_problem_id+' => '~~',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/de.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/de.dict.itop-incident-mgmt-itil.php
index 8884c84b6..60d548dbf 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/de.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/de.dict.itop-incident-mgmt-itil.php
@@ -47,8 +47,6 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -240,14 +238,3 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Lösung auf Kind-Tickets übertragen (ev_autoresolve), und folgende Ticket-Eigenschaften angleichen: Service, Team, Agent, Lösungsinformationen',
'Tickets:Related:OpenIncidents' => 'Offene Incidents',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('DE DE', 'German', 'Deutsch', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent-Problem',
- 'Class:Incident/Attribute:parent_problem_id+' => '',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent-Problem-Referenz',
- 'Class:Incident/Attribute:parent_problem_ref+' => '',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php
index be9874c1f..36c39a539 100755
--- a/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -46,8 +46,6 @@ Dict::Add('EN US', 'English', 'English', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -239,14 +237,3 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info',
'Tickets:Related:OpenIncidents' => 'Open incidents',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('EN US', 'English', 'English', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id',
- 'Class:Incident/Attribute:parent_problem_id+' => '',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref',
- 'Class:Incident/Attribute:parent_problem_ref+' => '',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/es_cr.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/es_cr.dict.itop-incident-mgmt-itil.php
index ff50cda42..fe87ebafb 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/es_cr.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/es_cr.dict.itop-incident-mgmt-itil.php
@@ -47,8 +47,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -240,14 +238,3 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascadear la solución a los tickets hijos (ev_autoresolve), y alinear las siguientes características: servicio, equipo, agente, información de solución',
'Tickets:Related:OpenIncidents' => 'Incidentes Abiertos',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Problema Padre',
- 'Class:Incident/Attribute:parent_problem_id+' => 'Problema Padre',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php
index cd245680c..412aa526c 100755
--- a/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php
@@ -47,8 +47,6 @@ Dict::Add('FR FR', 'French', 'Français', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -194,8 +192,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Incident/Attribute:parent_change_ref+' => '',
'Class:Incident/Attribute:parent_problem_id' => 'Problème lié',
'Class:Incident/Attribute:parent_problem_id+' => '',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
+ 'Class:Incident/Attribute:parent_problem_ref' => 'Référence problème lié',
+ 'Class:Incident/Attribute:parent_problem_ref+' => '',
'Class:Incident/Attribute:related_request_list' => 'Requêtes filles',
'Class:Incident/Attribute:related_request_list+' => '',
'Class:Incident/Attribute:child_incidents_list' => 'Incidents fils',
@@ -240,14 +238,3 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascader l\'action de résolution du ticket (ev_autoresolve) vers les requêtes et incidents fils, et aligner les caractéristiques suivantes : service, équipe, agent, information de résolution',
'Tickets:Related:OpenIncidents' => 'Open incidents',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('FR FR', 'French', 'Français', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Problème lié',
- 'Class:Incident/Attribute:parent_problem_id+' => '',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/hu.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/hu.dict.itop-incident-mgmt-itil.php
index 4006a262e..cea6e36b5 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/hu.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/hu.dict.itop-incident-mgmt-itil.php
@@ -45,8 +45,6 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -238,14 +236,3 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
- 'Class:Incident/Attribute:parent_problem_id+' => '~~',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/it.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/it.dict.itop-incident-mgmt-itil.php
index 86d719f51..c447d6900 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/it.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/it.dict.itop-incident-mgmt-itil.php
@@ -45,8 +45,6 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/ja.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/ja.dict.itop-incident-mgmt-itil.php
index 91de2bf80..efbc4c2d3 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/ja.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/ja.dict.itop-incident-mgmt-itil.php
@@ -44,8 +44,6 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -237,14 +235,3 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('JA JP', 'Japanese', '日本語', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
- 'Class:Incident/Attribute:parent_problem_id+' => '~~',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/nl.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/nl.dict.itop-incident-mgmt-itil.php
index 596f4b7d0..8b8dfeefe 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/nl.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/nl.dict.itop-incident-mgmt-itil.php
@@ -32,8 +32,6 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -225,14 +223,3 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Pas de oplossing ook toe op subverzoeken (ev_autoresolve) en neem de kenmerken over wat betreft service, team, agent, oplossing',
'Tickets:Related:OpenIncidents' => 'Open incidenten',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
- 'Class:Incident/Attribute:parent_problem_id+' => '~~',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/pt_br.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/pt_br.dict.itop-incident-mgmt-itil.php
index 77c7767e5..3be110b85 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/pt_br.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/pt_br.dict.itop-incident-mgmt-itil.php
@@ -46,8 +46,6 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -239,14 +237,3 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Conecte a resolução ao ticket filho (ev_autoresolve) e alinhe as seguintes características: service, team, agent, resolution info',
'Tickets:Related:OpenIncidents' => 'Incidentes abertos',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Problema principal',
- 'Class:Incident/Attribute:parent_problem_id+' => '',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Ref problema principal',
- 'Class:Incident/Attribute:parent_problem_ref+' => '',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/ru.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/ru.dict.itop-incident-mgmt-itil.php
index 6a67fe5e1..0ca45512e 100755
--- a/datamodels/2.x/itop-incident-mgmt-itil/ru.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/ru.dict.itop-incident-mgmt-itil.php
@@ -33,8 +33,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -226,14 +224,3 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Каскадное решение дочерних тикетов (ev_autoresolve) с установкой следующих параметров: услуга, команда, агент, информация о решении.',
'Tickets:Related:OpenIncidents' => 'Открытые инциденты',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('RU RU', 'Russian', 'Русский', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Родительская проблема',
- 'Class:Incident/Attribute:parent_problem_id+' => '',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Родительская проблема',
- 'Class:Incident/Attribute:parent_problem_ref+' => '',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/sk.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/sk.dict.itop-incident-mgmt-itil.php
index b31e6a7fe..7c0e22ba4 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/sk.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/sk.dict.itop-incident-mgmt-itil.php
@@ -45,8 +45,6 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -238,14 +236,3 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
- 'Class:Incident/Attribute:parent_problem_id+' => '~~',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/tr.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/tr.dict.itop-incident-mgmt-itil.php
index aaddb6877..79720acda 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/tr.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/tr.dict.itop-incident-mgmt-itil.php
@@ -45,8 +45,6 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -238,14 +236,3 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
- 'Class:Incident/Attribute:parent_problem_id+' => '~~',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-incident-mgmt-itil/zh_cn.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/zh_cn.dict.itop-incident-mgmt-itil.php
index 35820fbb3..432c10d96 100644
--- a/datamodels/2.x/itop-incident-mgmt-itil/zh_cn.dict.itop-incident-mgmt-itil.php
+++ b/datamodels/2.x/itop-incident-mgmt-itil/zh_cn.dict.itop-incident-mgmt-itil.php
@@ -45,8 +45,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
));
-
-
// Dictionnay conventions
// Class:
// Class:+
@@ -238,14 +236,3 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Incident/Method:ResolveChildTickets+' => '级联解决子Ticket(事件自动解决),和调整以下内容保持一至: 服务, 团队, 办理人, 解决方案',
'Tickets:Related:OpenIncidents' => '打开的事件',
));
-
-//
-// Class: Incident
-//
-
-Dict::Add('ZH CN', 'Chinese', '简体中文', array(
- 'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
- 'Class:Incident/Attribute:parent_problem_id+' => '~~',
- 'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
- 'Class:Incident/Attribute:parent_problem_ref+' => '~~',
-));
diff --git a/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php
index 86cf47425..64fc0b15c 100755
--- a/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php
+++ b/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php
index 2e353c569..127428b4f 100644
--- a/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php
@@ -30,9 +30,9 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Page:Home' => 'Domů',
'Page:GoPortalHome' => 'Domů',
'Page:GoPreviousPage' => 'Předchozí stránka',
- 'Page:ReloadPage' => 'Reload page~~',
+ 'Page:ReloadPage' => 'Reload page~~',
'Portal:Button:Submit' => 'Odeslat',
- 'Portal:Button:Apply' => 'Update~~',
+ 'Portal:Button:Apply' => 'Update~~',
'Portal:Button:Cancel' => 'Zrušit',
'Portal:Button:Close' => 'Zavřít',
'Portal:Button:Add' => 'Přidat',
@@ -40,14 +40,14 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Portal:Button:Delete' => 'Smazat',
'Portal:EnvironmentBanner:Title' => 'You are currently in %1$s mode~~',
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode~~',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Authentication~~',
- 'Error:HTTP:404' => 'Stránka nenalezena',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Authentication~~',
+ 'Error:HTTP:404' => 'Stránka nenalezena',
'Error:HTTP:500' => 'Jejda! Nastal problém',
'Error:HTTP:GetHelp' => 'Kontaktujte prosím administrátora, pokud problém přetrvá.',
'Error:XHR:Fail' => 'Data se nepodařilo načíst, kontaktujte prosím administrátora.',
- 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
- 'Portal:Datatables:Language:Processing' => 'Počkejte prosím',
+ 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
+ 'Portal:Datatables:Language:Processing' => 'Počkejte prosím',
'Portal:Datatables:Language:Search' => 'Filtr :',
'Portal:Datatables:Language:LengthMenu' => 'Zobrazit _MENU_ položek na stránku',
'Portal:Datatables:Language:ZeroRecords' => 'Žádný výsledek',
@@ -94,7 +94,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Brick:Portal:Browse:Name' => 'Procházet položky',
'Brick:Portal:Browse:Mode:List' => 'Seznam',
'Brick:Portal:Browse:Mode:Tree' => 'Strom',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Rozpad',
'Brick:Portal:Browse:Action:View' => 'Podrobnosti',
'Brick:Portal:Browse:Action:Edit' => 'Upravit',
@@ -109,8 +109,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Brick:Portal:Manage:Name' => 'Spravovat položky',
'Brick:Portal:Manage:Table:NoData' => 'Žádná položka',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart',
'Brick:Portal:Manage:Others' => 'Others~~',
@@ -138,12 +138,12 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
// CreateBrick brick
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Brick:Portal:Create:Name' => 'Rychlé vytvoření',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));
diff --git a/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php
index 5e26c66aa..3d85da984 100644
--- a/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Page:Home' => 'Home~~',
'Page:GoPortalHome' => 'Home page~~',
'Page:GoPreviousPage' => 'Previous page~~',
- 'Page:ReloadPage' => 'Reload page~~',
+ 'Page:ReloadPage' => 'Reload page~~',
'Portal:Button:Submit' => 'Submit~~',
- 'Portal:Button:Apply' => 'Update~~',
+ 'Portal:Button:Apply' => 'Update~~',
'Portal:Button:Cancel' => 'Cancel~~',
'Portal:Button:Close' => 'Close~~',
'Portal:Button:Add' => 'Add~~',
@@ -37,14 +37,14 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Portal:Button:Delete' => 'Delete~~',
'Portal:EnvironmentBanner:Title' => 'You are currently in %1$s mode~~',
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode~~',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Authentication~~',
- 'Error:HTTP:404' => 'Page not found~~',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Authentication~~',
+ 'Error:HTTP:404' => 'Page not found~~',
'Error:HTTP:500' => 'Oops! An error has occured.~~',
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.~~',
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator~~',
- 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
- 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
+ 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
+ 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
'Portal:Datatables:Language:Search' => 'Filter:~~',
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page~~',
'Portal:Datatables:Language:ZeroRecords' => 'No result~~',
@@ -91,7 +91,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
'Brick:Portal:Browse:Mode:List' => 'List~~',
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
'Brick:Portal:Browse:Action:View' => 'Details~~',
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
@@ -106,8 +106,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Brick:Portal:Manage:Name' => 'Manage items~~',
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
'Brick:Portal:Manage:Others' => 'Others~~',
@@ -135,12 +135,12 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
// CreateBrick brick
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Brick:Portal:Create:Name' => 'Quick creation~~',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('DA DA', 'Danish', 'Dansk', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));
diff --git a/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php
index f69ec0dc7..c45c8c023 100644
--- a/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Page:Home' => 'Start',
'Page:GoPortalHome' => 'Startseite',
'Page:GoPreviousPage' => 'vorherige Seite',
- 'Page:ReloadPage' => 'Seite neu laden',
+ 'Page:ReloadPage' => 'Seite neu laden',
'Portal:Button:Submit' => 'Abschicken',
- 'Portal:Button:Apply' => 'Anwenden',
+ 'Portal:Button:Apply' => 'Anwenden',
'Portal:Button:Cancel' => 'Zurück',
'Portal:Button:Close' => 'Schließen',
'Portal:Button:Add' => 'Hinzu',
@@ -37,14 +37,14 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Portal:Button:Delete' => 'Löschen',
'Portal:EnvironmentBanner:Title' => 'Sie sind im Moment im %1$s Modus',
'Portal:EnvironmentBanner:GoToProduction' => 'Zurück zum PRODUCTION Modus',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Authentifizierung',
- 'Error:HTTP:404' => 'Seite nicht gefunden.',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Authentifizierung',
+ 'Error:HTTP:404' => 'Seite nicht gefunden.',
'Error:HTTP:500' => 'Oops! Es ist ein Fehler aufgetreten.',
'Error:HTTP:GetHelp' => 'Bitte kontaktieren Sie Ihren %1$s administrator falls das Problem öfter auftaucht.',
'Error:XHR:Fail' => 'Konnte Daten nicht laden, bitte kontaktieren Sie Ihren %1$s administrator',
- 'Portal:ErrorUserLoggedOut' => 'Sie sind ausgeloggt und müssen sich erneut einloggen, um fortfahren zu können.',
- 'Portal:Datatables:Language:Processing' => 'Bitte warten...',
+ 'Portal:ErrorUserLoggedOut' => 'Sie sind ausgeloggt und müssen sich erneut einloggen, um fortfahren zu können.',
+ 'Portal:Datatables:Language:Processing' => 'Bitte warten...',
'Portal:Datatables:Language:Search' => 'Filter :',
'Portal:Datatables:Language:LengthMenu' => 'Anzahl _MENU_ Einträge pro Seite',
'Portal:Datatables:Language:ZeroRecords' => 'Keine Resultate',
@@ -91,7 +91,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Brick:Portal:Browse:Name' => 'List durchgehen',
'Brick:Portal:Browse:Mode:List' => 'Liste',
'Brick:Portal:Browse:Mode:Tree' => 'Baum',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Kachel',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Kachel',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown',
'Brick:Portal:Browse:Action:View' => 'Details',
'Brick:Portal:Browse:Action:Edit' => 'Editieren',
@@ -106,8 +106,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
Dict::Add('DE DE', 'German', 'Deutsch', array(
'Brick:Portal:Manage:Name' => 'Einträge managen',
'Brick:Portal:Manage:Table:NoData' => 'Kein Eintrag.',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Aktionen',
- 'Brick:Portal:Manage:DisplayMode:list' => 'Liste',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Aktionen',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'Liste',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Tortendiagramm',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Balkendiagramm',
'Brick:Portal:Manage:Others' => 'Andere',
@@ -135,12 +135,12 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
// CreateBrick brick
Dict::Add('DE DE', 'German', 'Deutsch', array(
'Brick:Portal:Create:Name' => 'Schnelles Erstellen',
- 'Brick:Portal:Create:ChooseType' => 'Bitte wählen Sie einen Typ',
+ 'Brick:Portal:Create:ChooseType' => 'Bitte wählen Sie einen Typ',
));
// Filter brick
Dict::Add('DE DE', 'German', 'Deutsch', array(
- 'Brick:Portal:Filter:Name' => 'Brick vorfiltern',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'z.B. connect wifi',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Suchen',
+ 'Brick:Portal:Filter:Name' => 'Brick vorfiltern',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'z.B. connect wifi',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Suchen',
));
diff --git a/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php
index 04a841502..e0c4774df 100644
--- a/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -28,9 +28,9 @@ Dict::Add('EN US', 'English', 'English', array(
'Page:Home' => 'Home',
'Page:GoPortalHome' => 'Home page',
'Page:GoPreviousPage' => 'Previous page',
- 'Page:ReloadPage' => 'Reload page',
+ 'Page:ReloadPage' => 'Reload page',
'Portal:Button:Submit' => 'Submit',
- 'Portal:Button:Apply' => 'Update',
+ 'Portal:Button:Apply' => 'Update',
'Portal:Button:Cancel' => 'Cancel',
'Portal:Button:Close' => 'Close',
'Portal:Button:Add' => 'Add',
@@ -38,14 +38,14 @@ Dict::Add('EN US', 'English', 'English', array(
'Portal:Button:Delete' => 'Delete',
'Portal:EnvironmentBanner:Title' => 'You are currently in %1$s mode',
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode',
- 'Error:HTTP:400' => 'Bad request',
- 'Error:HTTP:401' => 'Authentication',
- 'Error:HTTP:404' => 'Page not found',
+ 'Error:HTTP:400' => 'Bad request',
+ 'Error:HTTP:401' => 'Authentication',
+ 'Error:HTTP:404' => 'Page not found',
'Error:HTTP:500' => 'Oops! An error has occured.',
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.',
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator',
- 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.',
- 'Portal:Datatables:Language:Processing' => 'Please wait...',
+ 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.',
+ 'Portal:Datatables:Language:Processing' => 'Please wait...',
'Portal:Datatables:Language:Search' => 'Filter:',
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page',
'Portal:Datatables:Language:ZeroRecords' => 'No result',
@@ -92,7 +92,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Brick:Portal:Browse:Name' => 'Browse throught items',
'Brick:Portal:Browse:Mode:List' => 'List',
'Brick:Portal:Browse:Mode:Tree' => 'Tree',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown',
'Brick:Portal:Browse:Action:View' => 'Details',
'Brick:Portal:Browse:Action:Edit' => 'Edit',
@@ -107,8 +107,8 @@ Dict::Add('EN US', 'English', 'English', array(
Dict::Add('EN US', 'English', 'English', array(
'Brick:Portal:Manage:Name' => 'Manage items',
'Brick:Portal:Manage:Table:NoData' => 'No item.',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart',
'Brick:Portal:Manage:Others' => 'Others',
@@ -136,12 +136,12 @@ Dict::Add('EN US', 'English', 'English', array(
// CreateBrick brick
Dict::Add('EN US', 'English', 'English', array(
'Brick:Portal:Create:Name' => 'Quick creation',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type',
));
// Filter brick
Dict::Add('EN US', 'English', 'English', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search',
));
diff --git a/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php
index 5be01e92c..792d93c7e 100644
--- a/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php
@@ -26,9 +26,9 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Page:Home' => 'Inicio',
'Page:GoPortalHome' => 'Regresar a Inicio',
'Page:GoPreviousPage' => 'Página anterior',
- 'Page:ReloadPage' => 'Recargar página',
+ 'Page:ReloadPage' => 'Recargar página',
'Portal:Button:Submit' => 'Enviar',
- 'Portal:Button:Apply' => 'Actualizar',
+ 'Portal:Button:Apply' => 'Actualizar',
'Portal:Button:Cancel' => 'Cancelar',
'Portal:Button:Close' => 'Cerrar',
'Portal:Button:Add' => 'Añadir',
@@ -36,14 +36,14 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Portal:Button:Delete' => 'Borrar',
'Portal:EnvironmentBanner:Title' => 'Se encuentra en modo %1$s',
'Portal:EnvironmentBanner:GoToProduction' => 'Regresar a modo PRODUCTION',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Autenticación',
- 'Error:HTTP:404' => 'Página no encontrada',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Autenticación',
+ 'Error:HTTP:404' => 'Página no encontrada',
'Error:HTTP:500' => '¡Vaya! Ha ocurrido un error.',
'Error:HTTP:GetHelp' => 'Póngase en contacto con el administrador de %1$s si el problema persiste.',
'Error:XHR:Fail' => 'No se pudieron cargar datos, póngase en contacto con su administrador de %1$s',
- 'Portal:ErrorUserLoggedOut' => 'Se encuentra desconectado y necesita volver a identificarse para continuar.',
- 'Portal:Datatables:Language:Processing' => 'Por favor esperar...',
+ 'Portal:ErrorUserLoggedOut' => 'Se encuentra desconectado y necesita volver a identificarse para continuar.',
+ 'Portal:Datatables:Language:Processing' => 'Por favor esperar...',
'Portal:Datatables:Language:Search' => 'Filtrar:',
'Portal:Datatables:Language:LengthMenu' => 'Mostrar _MENU_ elementos por página',
'Portal:Datatables:Language:ZeroRecords' => 'Sin resultados',
@@ -90,7 +90,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Brick:Portal:Browse:Name' => 'Buscar en todos los elementos',
'Brick:Portal:Browse:Mode:List' => 'Lista',
'Brick:Portal:Browse:Mode:Tree' => 'Árbol',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaico',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaico',
'Brick:Portal:Browse:Action:Drilldown' => 'Desglose',
'Brick:Portal:Browse:Action:View' => 'Detalles',
'Brick:Portal:Browse:Action:Edit' => 'Editar',
@@ -105,8 +105,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Brick:Portal:Manage:Name' => 'Administrar elementos',
'Brick:Portal:Manage:Table:NoData' => 'Sin elementos',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Acciones',
- 'Brick:Portal:Manage:DisplayMode:list' => 'Lista',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Acciones',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'Lista',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Gráfica de Pastel',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Gráfica de Barra',
'Brick:Portal:Manage:Others' => 'Otros',
@@ -134,12 +134,12 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
// CreateBrick brick
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Brick:Portal:Create:Name' => 'Creación rápida',
- 'Brick:Portal:Create:ChooseType' => 'Por favor, seleccione un tipo',
+ 'Brick:Portal:Create:ChooseType' => 'Por favor, seleccione un tipo',
));
// Filter brick
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
- 'Brick:Portal:Filter:Name' => 'Prefiltre un bloquek',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'Ej.:. Conectar a WiFi',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Buscar',
+ 'Brick:Portal:Filter:Name' => 'Prefiltre un bloquek',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'Ej.:. Conectar a WiFi',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Buscar',
));
diff --git a/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php
index 40d9cb7ef..6a306580f 100644
--- a/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php
@@ -26,9 +26,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Page:Home' => 'Accueil',
'Page:GoPortalHome' => 'Revenir à l\'accueil',
'Page:GoPreviousPage' => 'Page précédente',
- 'Page:ReloadPage' => 'Recharger la page',
+ 'Page:ReloadPage' => 'Recharger la page',
'Portal:Button:Submit' => 'Valider',
- 'Portal:Button:Apply' => 'Mettre à jour',
+ 'Portal:Button:Apply' => 'Mettre à jour',
'Portal:Button:Cancel' => 'Annuler',
'Portal:Button:Close' => 'Fermer',
'Portal:Button:Add' => 'Ajouter',
@@ -36,14 +36,14 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Portal:Button:Delete' => 'Supprimer',
'Portal:EnvironmentBanner:Title' => 'Vous êtes dans le mode %1$s',
'Portal:EnvironmentBanner:GoToProduction' => 'Retourner au mode PRODUCTION',
- 'Error:HTTP:400' => 'Requête incorrecte',
- 'Error:HTTP:401' => 'Authentification',
- 'Error:HTTP:404' => 'Page non trouvée',
+ 'Error:HTTP:400' => 'Requête incorrecte',
+ 'Error:HTTP:401' => 'Authentification',
+ 'Error:HTTP:404' => 'Page non trouvée',
'Error:HTTP:500' => 'Oups ! Une erreur est survenue.',
'Error:HTTP:GetHelp' => 'Si le problème persiste, veuillez contacter votre administrateur %1$s.',
'Error:XHR:Fail' => 'Impossible de charger les données, veuillez contacter votre administrateur %1$s si le problème persiste.',
- 'Portal:ErrorUserLoggedOut' => 'Vous êtes déconnecté et devez vous reconnecter pour continuer.',
- 'Portal:Datatables:Language:Processing' => 'Veuillez patienter...',
+ 'Portal:ErrorUserLoggedOut' => 'Vous êtes déconnecté et devez vous reconnecter pour continuer.',
+ 'Portal:Datatables:Language:Processing' => 'Veuillez patienter...',
'Portal:Datatables:Language:Search' => 'Filtrer :',
'Portal:Datatables:Language:LengthMenu' => 'Afficher _MENU_ éléments par page',
'Portal:Datatables:Language:ZeroRecords' => 'Aucun résultat',
@@ -90,7 +90,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Brick:Portal:Browse:Name' => 'Navigation dans les éléments',
'Brick:Portal:Browse:Mode:List' => 'Liste',
'Brick:Portal:Browse:Mode:Tree' => 'Hiérarchie',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaïque',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaïque',
'Brick:Portal:Browse:Action:Drilldown' => 'Parcourir',
'Brick:Portal:Browse:Action:View' => 'Détails',
'Brick:Portal:Browse:Action:Edit' => 'Modifier',
@@ -105,8 +105,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
Dict::Add('FR FR', 'French', 'Français', array(
'Brick:Portal:Manage:Name' => 'Gestion d\'éléments',
'Brick:Portal:Manage:Table:NoData' => 'Aucun élément',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
- 'Brick:Portal:Manage:DisplayMode:list' => 'Liste',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'Liste',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Secteur',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Histogramme',
'Brick:Portal:Manage:Others' => 'Autres',
@@ -134,12 +134,12 @@ Dict::Add('FR FR', 'French', 'Français', array(
// CreateBrick brick
Dict::Add('FR FR', 'French', 'Français', array(
'Brick:Portal:Create:Name' => 'Création rapide',
- 'Brick:Portal:Create:ChooseType' => 'Veuillez choisir le type',
+ 'Brick:Portal:Create:ChooseType' => 'Veuillez choisir le type',
));
// Filter brick
Dict::Add('FR FR', 'French', 'Français', array(
- 'Brick:Portal:Filter:Name' => 'Préfiltre une brique',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'ex : connecter wifi',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Rechercher',
+ 'Brick:Portal:Filter:Name' => 'Préfiltre une brique',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'ex : connecter wifi',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Rechercher',
));
diff --git a/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php
index 463195f31..42411c69a 100644
--- a/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Page:Home' => 'Home~~',
'Page:GoPortalHome' => 'Home page~~',
'Page:GoPreviousPage' => 'Previous page~~',
- 'Page:ReloadPage' => 'Reload page~~',
+ 'Page:ReloadPage' => 'Reload page~~',
'Portal:Button:Submit' => 'Submit~~',
- 'Portal:Button:Apply' => 'Update~~',
+ 'Portal:Button:Apply' => 'Update~~',
'Portal:Button:Cancel' => 'Cancel~~',
'Portal:Button:Close' => 'Close~~',
'Portal:Button:Add' => 'Add~~',
@@ -37,14 +37,14 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Portal:Button:Delete' => 'Delete~~',
'Portal:EnvironmentBanner:Title' => 'You are currently in %1$s mode~~',
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode~~',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Authentication~~',
- 'Error:HTTP:404' => 'Page not found~~',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Authentication~~',
+ 'Error:HTTP:404' => 'Page not found~~',
'Error:HTTP:500' => 'Oops! An error has occured.~~',
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.~~',
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator~~',
- 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
- 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
+ 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
+ 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
'Portal:Datatables:Language:Search' => 'Filter:~~',
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page~~',
'Portal:Datatables:Language:ZeroRecords' => 'No result~~',
@@ -91,7 +91,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
'Brick:Portal:Browse:Mode:List' => 'List~~',
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
'Brick:Portal:Browse:Action:View' => 'Details~~',
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
@@ -106,8 +106,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Brick:Portal:Manage:Name' => 'Manage items~~',
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
'Brick:Portal:Manage:Others' => 'Others~~',
@@ -135,12 +135,12 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
// CreateBrick brick
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Brick:Portal:Create:Name' => 'Quick creation~~',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));
diff --git a/datamodels/2.x/itop-portal-base/it.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/it.dict.itop-portal-base.php
index e23a04636..84dd3e150 100644
--- a/datamodels/2.x/itop-portal-base/it.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/it.dict.itop-portal-base.php
@@ -37,6 +37,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Portal:Button:Delete' => 'Elimina',
'Portal:EnvironmentBanner:Title' => 'Sei attualmente in modalità %1$s',
'Portal:EnvironmentBanner:GoToProduction' => 'Ritorna alla modalità Produzione',
+ 'Error:HTTP:400' => 'Bad request~~',
'Error:HTTP:401' => 'Autenticazione',
'Error:HTTP:404' => 'La Pagina non funziona',
'Error:HTTP:500' => 'Oops, si è presentato un errore',
@@ -90,7 +91,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
'Brick:Portal:Browse:Mode:List' => 'List~~',
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
'Brick:Portal:Browse:Action:View' => 'Details~~',
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
@@ -105,8 +106,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Manage:Name' => 'Manage items~~',
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
'Brick:Portal:Manage:Others' => 'Others~~',
@@ -134,12 +135,12 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
// CreateBrick brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Create:Name' => 'Quick creation~~',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));
diff --git a/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php
index 44328bb26..480fa3c1c 100644
--- a/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Page:Home' => 'Home~~',
'Page:GoPortalHome' => 'Home page~~',
'Page:GoPreviousPage' => 'Previous page~~',
- 'Page:ReloadPage' => 'Reload page~~',
+ 'Page:ReloadPage' => 'Reload page~~',
'Portal:Button:Submit' => 'Submit~~',
- 'Portal:Button:Apply' => 'Update~~',
+ 'Portal:Button:Apply' => 'Update~~',
'Portal:Button:Cancel' => 'Cancel~~',
'Portal:Button:Close' => 'Close~~',
'Portal:Button:Add' => 'Add~~',
@@ -37,14 +37,14 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Portal:Button:Delete' => 'Delete~~',
'Portal:EnvironmentBanner:Title' => 'You are currently in %1$s mode~~',
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode~~',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Authentication~~',
- 'Error:HTTP:404' => 'Page not found~~',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Authentication~~',
+ 'Error:HTTP:404' => 'Page not found~~',
'Error:HTTP:500' => 'Oops! An error has occured.~~',
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.~~',
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator~~',
- 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
- 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
+ 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
+ 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
'Portal:Datatables:Language:Search' => 'Filter:~~',
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page~~',
'Portal:Datatables:Language:ZeroRecords' => 'No result~~',
@@ -91,7 +91,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
'Brick:Portal:Browse:Mode:List' => 'List~~',
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
'Brick:Portal:Browse:Action:View' => 'Details~~',
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
@@ -106,8 +106,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
Dict::Add('JA JP', 'Japanese', '日本語', array(
'Brick:Portal:Manage:Name' => 'Manage items~~',
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
'Brick:Portal:Manage:Others' => 'Others~~',
@@ -135,12 +135,12 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
// CreateBrick brick
Dict::Add('JA JP', 'Japanese', '日本語', array(
'Brick:Portal:Create:Name' => 'Quick creation~~',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('JA JP', 'Japanese', '日本語', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));
diff --git a/datamodels/2.x/itop-portal-base/nl.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/nl.dict.itop-portal-base.php
index 360118771..e9144a326 100644
--- a/datamodels/2.x/itop-portal-base/nl.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/nl.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Page:Home' => 'Welkom',
'Page:GoPortalHome' => 'Startpagina',
'Page:GoPreviousPage' => 'Vorige pagina',
- 'Page:ReloadPage' => 'Pagina herladen',
+ 'Page:ReloadPage' => 'Pagina herladen',
'Portal:Button:Submit' => 'Verstuur',
- 'Portal:Button:Apply' => 'Update',
+ 'Portal:Button:Apply' => 'Update',
'Portal:Button:Cancel' => 'Afbreken',
'Portal:Button:Close' => 'Sluiten',
'Portal:Button:Add' => 'Toevoegen',
@@ -37,14 +37,14 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Portal:Button:Delete' => 'Verwijderen',
'Portal:EnvironmentBanner:Title' => 'Je werkt momenteel in de %1$s-omgeving',
'Portal:EnvironmentBanner:GoToProduction' => 'Keer terug naar de productie-omgeving',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Aanmelden is vereist',
- 'Error:HTTP:404' => 'Pagina kan niet worden gevonden',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Aanmelden is vereist',
+ 'Error:HTTP:404' => 'Pagina kan niet worden gevonden',
'Error:HTTP:500' => 'Oeps! Er is een fout opgetreden',
'Error:HTTP:GetHelp' => 'Neem contact op met de beheerder als dit probleem zich blijft voordoen',
'Error:XHR:Fail' => 'De data kan niet worden geladen, neem contact op met de beheerder',
- 'Portal:ErrorUserLoggedOut' => 'Je bent afgemeld en moet opnieuw aanmelden om verder te kunnen werken.',
- 'Portal:Datatables:Language:Processing' => 'Even geduld...',
+ 'Portal:ErrorUserLoggedOut' => 'Je bent afgemeld en moet opnieuw aanmelden om verder te kunnen werken.',
+ 'Portal:Datatables:Language:Processing' => 'Even geduld...',
'Portal:Datatables:Language:Search' => 'Filter :',
'Portal:Datatables:Language:LengthMenu' => 'Toon _MENU_ items per pagina',
'Portal:Datatables:Language:ZeroRecords' => 'Geen resultaten',
@@ -91,7 +91,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Brick:Portal:Browse:Name' => 'Bladeren',
'Brick:Portal:Browse:Mode:List' => 'Lijst',
'Brick:Portal:Browse:Mode:Tree' => 'Boomstructuur',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mozaïek',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mozaïek',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown',
'Brick:Portal:Browse:Action:View' => 'Details',
'Brick:Portal:Browse:Action:Edit' => 'Wijzigen',
@@ -106,8 +106,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Brick:Portal:Manage:Name' => 'Beheer items',
'Brick:Portal:Manage:Table:NoData' => 'Geen gegevens',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Acties',
- 'Brick:Portal:Manage:DisplayMode:list' => 'Lijst',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Acties',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'Lijst',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Taartgrafiek',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Staafgrafiek',
'Brick:Portal:Manage:Others' => 'Andere',
@@ -135,12 +135,12 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
// CreateBrick brick
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Brick:Portal:Create:Name' => 'Snel aanmaken',
- 'Brick:Portal:Create:ChooseType' => 'Geef een type op.',
+ 'Brick:Portal:Create:ChooseType' => 'Geef een type op.',
));
// Filter brick
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'bv. wifi-verbinding',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Zoek',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'bv. wifi-verbinding',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Zoek',
));
diff --git a/datamodels/2.x/itop-portal-base/pt_br.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/pt_br.dict.itop-portal-base.php
index 46fef5530..a563bd995 100644
--- a/datamodels/2.x/itop-portal-base/pt_br.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/pt_br.dict.itop-portal-base.php
@@ -26,9 +26,9 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Page:Home' => 'Home',
'Page:GoPortalHome' => 'Página Inicial',
'Page:GoPreviousPage' => 'Página anterior',
- 'Page:ReloadPage' => 'Atualizar página',
+ 'Page:ReloadPage' => 'Atualizar página',
'Portal:Button:Submit' => 'Enviar',
- 'Portal:Button:Apply' => 'Alterar',
+ 'Portal:Button:Apply' => 'Alterar',
'Portal:Button:Cancel' => 'Cancelar',
'Portal:Button:Close' => 'Fechar',
'Portal:Button:Add' => 'Adicionar',
@@ -37,13 +37,13 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Portal:EnvironmentBanner:Title' => 'Você está atualmente em %1$s',
'Portal:EnvironmentBanner:GoToProduction' => 'Volte para o modo PRODUÇÃO',
'Error:HTTP:400' => 'Pedido ruim',
- 'Error:HTTP:401' => 'Autenticação',
- 'Error:HTTP:404' => 'Está página não existe',
+ 'Error:HTTP:401' => 'Autenticação',
+ 'Error:HTTP:404' => 'Está página não existe',
'Error:HTTP:500' => 'Oops! Ocorreu um erro, informe a T.I.',
'Error:HTTP:GetHelp' => 'Por favor, entre em contato com a T.I para verificar este problema.',
'Error:XHR:Fail' => 'Não foi possível carregar dados, entre em contato com o T.I.',
- 'Portal:ErrorUserLoggedOut' => 'Você está desconectado e precisa fazer o login novamente para continuar.',
- 'Portal:Datatables:Language:Processing' => 'Aguarde...',
+ 'Portal:ErrorUserLoggedOut' => 'Você está desconectado e precisa fazer o login novamente para continuar.',
+ 'Portal:Datatables:Language:Processing' => 'Aguarde...',
'Portal:Datatables:Language:Search' => 'Filtro:',
'Portal:Datatables:Language:LengthMenu' => 'Lista _MENU_ itens por página',
'Portal:Datatables:Language:ZeroRecords' => 'Sem resultados',
@@ -90,7 +90,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Brick:Portal:Browse:Name' => 'Navegar por itens',
'Brick:Portal:Browse:Mode:List' => 'Lista',
'Brick:Portal:Browse:Mode:Tree' => 'Cascata',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaico',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaico',
'Brick:Portal:Browse:Action:Drilldown' => 'Detalhamento',
'Brick:Portal:Browse:Action:View' => 'Detalhes',
'Brick:Portal:Browse:Action:Edit' => 'Editar',
@@ -105,7 +105,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Brick:Portal:Manage:Name' => 'Gerenciar itens',
'Brick:Portal:Manage:Table:NoData' => 'Sem dados.',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Ações',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Ações',
'Brick:Portal:Manage:DisplayMode:list' => 'List',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Gráfico de pizza',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart',
@@ -134,12 +134,12 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
// CreateBrick brick
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Brick:Portal:Create:Name' => 'Criação rápida',
- 'Brick:Portal:Create:ChooseType' => 'Por favor, escolha um tipo:',
+ 'Brick:Portal:Create:ChooseType' => 'Por favor, escolha um tipo:',
));
// Filter brick
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
- 'Brick:Portal:Filter:Name' => 'Filtro ativado',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Pesquisa',
+ 'Brick:Portal:Filter:Name' => 'Filtro ativado',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Pesquisa',
));
diff --git a/datamodels/2.x/itop-portal-base/sk.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/sk.dict.itop-portal-base.php
index e077f71a1..cbfc2a0f5 100644
--- a/datamodels/2.x/itop-portal-base/sk.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/sk.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Page:Home' => 'Home~~',
'Page:GoPortalHome' => 'Home page~~',
'Page:GoPreviousPage' => 'Previous page~~',
- 'Page:ReloadPage' => 'Reload page~~',
+ 'Page:ReloadPage' => 'Reload page~~',
'Portal:Button:Submit' => 'Submit~~',
- 'Portal:Button:Apply' => 'Update~~',
+ 'Portal:Button:Apply' => 'Update~~',
'Portal:Button:Cancel' => 'Cancel~~',
'Portal:Button:Close' => 'Close~~',
'Portal:Button:Add' => 'Add~~',
@@ -37,14 +37,14 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Portal:Button:Delete' => 'Delete~~',
'Portal:EnvironmentBanner:Title' => 'You are currently in %1$s mode~~',
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode~~',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Authentication~~',
- 'Error:HTTP:404' => 'Page not found~~',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Authentication~~',
+ 'Error:HTTP:404' => 'Page not found~~',
'Error:HTTP:500' => 'Oops! An error has occured.~~',
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.~~',
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator~~',
- 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
- 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
+ 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
+ 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
'Portal:Datatables:Language:Search' => 'Filter:~~',
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page~~',
'Portal:Datatables:Language:ZeroRecords' => 'No result~~',
@@ -91,7 +91,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
'Brick:Portal:Browse:Mode:List' => 'List~~',
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
'Brick:Portal:Browse:Action:View' => 'Details~~',
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
@@ -106,8 +106,8 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Brick:Portal:Manage:Name' => 'Manage items~~',
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
'Brick:Portal:Manage:Others' => 'Others~~',
@@ -135,12 +135,12 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
// CreateBrick brick
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Brick:Portal:Create:Name' => 'Quick creation~~',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));
diff --git a/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php
index 9380f7524..c64d1c930 100644
--- a/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Page:Home' => 'Home~~',
'Page:GoPortalHome' => 'Home page~~',
'Page:GoPreviousPage' => 'Previous page~~',
- 'Page:ReloadPage' => 'Reload page~~',
+ 'Page:ReloadPage' => 'Reload page~~',
'Portal:Button:Submit' => 'Submit~~',
- 'Portal:Button:Apply' => 'Update~~',
+ 'Portal:Button:Apply' => 'Update~~',
'Portal:Button:Cancel' => 'Cancel~~',
'Portal:Button:Close' => 'Close~~',
'Portal:Button:Add' => 'Add~~',
@@ -37,14 +37,14 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Portal:Button:Delete' => 'Delete~~',
'Portal:EnvironmentBanner:Title' => 'You are currently in %1$s mode~~',
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode~~',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => 'Authentication~~',
- 'Error:HTTP:404' => 'Page not found~~',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => 'Authentication~~',
+ 'Error:HTTP:404' => 'Page not found~~',
'Error:HTTP:500' => 'Oops! An error has occured.~~',
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.~~',
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator~~',
- 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
- 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
+ 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
+ 'Portal:Datatables:Language:Processing' => 'Please wait...~~',
'Portal:Datatables:Language:Search' => 'Filter:~~',
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page~~',
'Portal:Datatables:Language:ZeroRecords' => 'No result~~',
@@ -91,7 +91,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
'Brick:Portal:Browse:Mode:List' => 'List~~',
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
- 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
+ 'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
'Brick:Portal:Browse:Action:View' => 'Details~~',
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
@@ -106,8 +106,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Brick:Portal:Manage:Name' => 'Manage items~~',
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
- 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
+ 'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
'Brick:Portal:Manage:Others' => 'Others~~',
@@ -135,12 +135,12 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
// CreateBrick brick
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Brick:Portal:Create:Name' => 'Quick creation~~',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
- 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
+ 'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));
diff --git a/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php
index de4262a8f..42e1d4cff 100644
--- a/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php
+++ b/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php
@@ -27,9 +27,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Page:Home' => '主页',
'Page:GoPortalHome' => '主页面',
'Page:GoPreviousPage' => '上一页',
- 'Page:ReloadPage' => '重新加载',
+ 'Page:ReloadPage' => '重新加载',
'Portal:Button:Submit' => '提交',
- 'Portal:Button:Apply' => '更新',
+ 'Portal:Button:Apply' => '更新',
'Portal:Button:Cancel' => '取消',
'Portal:Button:Close' => '关闭',
'Portal:Button:Add' => '添加',
@@ -37,14 +37,14 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Portal:Button:Delete' => '删除',
'Portal:EnvironmentBanner:Title' => '您目前处于 %1$s 模式',
'Portal:EnvironmentBanner:GoToProduction' => '回到产品模式',
- 'Error:HTTP:400' => 'Bad request~~',
- 'Error:HTTP:401' => '认证',
- 'Error:HTTP:404' => '页面找不到',
+ 'Error:HTTP:400' => 'Bad request~~',
+ 'Error:HTTP:401' => '认证',
+ 'Error:HTTP:404' => '页面找不到',
'Error:HTTP:500' => 'Oops! 发生了一个错误.',
'Error:HTTP:GetHelp' => '如果问题仍然存在,请联系管理员.',
'Error:XHR:Fail' => '无法加载数据, 请联系管理员',
- 'Portal:ErrorUserLoggedOut' => '您已退出,请重新登录.',
- 'Portal:Datatables:Language:Processing' => '请稍后...',
+ 'Portal:ErrorUserLoggedOut' => '您已退出,请重新登录.',
+ 'Portal:Datatables:Language:Processing' => '请稍后...',
'Portal:Datatables:Language:Search' => '过滤器:',
'Portal:Datatables:Language:LengthMenu' => '每页显示 _MENU_ 项',
'Portal:Datatables:Language:ZeroRecords' => '没有结果',
@@ -91,7 +91,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Brick:Portal:Browse:Name' => '浏览项目',
'Brick:Portal:Browse:Mode:List' => '列表',
'Brick:Portal:Browse:Mode:Tree' => '树形',
- 'Brick:Portal:Browse:Mode:Mosaic' => '嵌套',
+ 'Brick:Portal:Browse:Mode:Mosaic' => '嵌套',
'Brick:Portal:Browse:Action:Drilldown' => '明细',
'Brick:Portal:Browse:Action:View' => '详情',
'Brick:Portal:Browse:Action:Edit' => '编辑',
@@ -106,8 +106,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Brick:Portal:Manage:Name' => '管理项目',
'Brick:Portal:Manage:Table:NoData' => '没有项目.',
- 'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
- 'Brick:Portal:Manage:DisplayMode:list' => '列表',
+ 'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
+ 'Brick:Portal:Manage:DisplayMode:list' => '列表',
'Brick:Portal:Manage:DisplayMode:pie-chart' => '饼图',
'Brick:Portal:Manage:DisplayMode:bar-chart' => '条形图',
'Brick:Portal:Manage:Others' => 'Others',
@@ -135,12 +135,12 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// CreateBrick brick
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Brick:Portal:Create:Name' => '快速创建',
- 'Brick:Portal:Create:ChooseType' => 'Please, choose a type',
+ 'Brick:Portal:Create:ChooseType' => 'Please, choose a type',
));
// Filter brick
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
- 'Brick:Portal:Filter:Name' => 'Prefilter a brick',
- 'Brick:Portal:Filter:SearchInput:Placeholder' => '例如. 连接 wifi',
- 'Brick:Portal:Filter:SearchInput:Submit' => '搜素',
+ 'Brick:Portal:Filter:Name' => 'Prefilter a brick',
+ 'Brick:Portal:Filter:SearchInput:Placeholder' => '例如. 连接 wifi',
+ 'Brick:Portal:Filter:SearchInput:Submit' => '搜素',
));
diff --git a/datamodels/2.x/itop-problem-mgmt/cs.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/cs.dict.itop-problem-mgmt.php
index 59d9d8313..98cf33a3a 100755
--- a/datamodels/2.x/itop-problem-mgmt/cs.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/cs.dict.itop-problem-mgmt.php
@@ -46,19 +46,19 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
- 'Menu:ProblemManagement' => 'Správa problémů',
- 'Menu:ProblemManagement+' => 'Správa problémů',
- 'Menu:Problem:Overview' => 'Přehled',
- 'Menu:Problem:Overview+' => 'Přehled',
- 'Menu:NewProblem' => 'Nový problém',
- 'Menu:NewProblem+' => 'Nový problém',
- 'Menu:SearchProblems' => 'Hledat problémy',
- 'Menu:SearchProblems+' => 'Hledat problémy',
- 'Menu:Problem:Shortcuts' => 'Odkazy',
- 'Menu:Problem:MyProblems' => 'Mé problémy',
- 'Menu:Problem:MyProblems+' => 'Mé problémy',
- 'Menu:Problem:OpenProblems' => 'Všechny otevřené problémy',
- 'Menu:Problem:OpenProblems+' => 'Všechny otevřené problémy',
+ 'Menu:ProblemManagement' => 'Správa problémů',
+ 'Menu:ProblemManagement+' => 'Správa problémů',
+ 'Menu:Problem:Overview' => 'Přehled',
+ 'Menu:Problem:Overview+' => 'Přehled',
+ 'Menu:NewProblem' => 'Nový problém',
+ 'Menu:NewProblem+' => 'Nový problém',
+ 'Menu:SearchProblems' => 'Hledat problémy',
+ 'Menu:SearchProblems+' => 'Hledat problémy',
+ 'Menu:Problem:Shortcuts' => 'Odkazy',
+ 'Menu:Problem:MyProblems' => 'Mé problémy',
+ 'Menu:Problem:MyProblems+' => 'Mé problémy',
+ 'Menu:Problem:OpenProblems' => 'Všechny otevřené problémy',
+ 'Menu:Problem:OpenProblems+' => 'Všechny otevřené problémy',
'UI-ProblemManagementOverview-ProblemByService' => 'Problémy podle služby',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problémy podle služby',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problémy podle priority',
diff --git a/datamodels/2.x/itop-problem-mgmt/da.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/da.dict.itop-problem-mgmt.php
index 895aeb3a7..4cdceb7ba 100644
--- a/datamodels/2.x/itop-problem-mgmt/da.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/da.dict.itop-problem-mgmt.php
@@ -21,19 +21,19 @@
* @licence http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('DA DA', 'Danish', 'Dansk', array(
- 'Menu:ProblemManagement' => 'Problem Management',
- 'Menu:ProblemManagement+' => 'Problem Management',
- 'Menu:Problem:Overview' => 'Oversigt',
- 'Menu:Problem:Overview+' => 'Oversigt',
- 'Menu:NewProblem' => 'Nyt Problem',
- 'Menu:NewProblem+' => 'Nyt Problem',
- 'Menu:SearchProblems' => 'Søg efter problem',
- 'Menu:SearchProblems+' => 'Søg efter problem',
- 'Menu:Problem:Shortcuts' => 'Genvej',
- 'Menu:Problem:MyProblems' => 'Mine Problemer',
- 'Menu:Problem:MyProblems+' => 'Mine Problemer',
- 'Menu:Problem:OpenProblems' => 'Alle uløste problemer',
- 'Menu:Problem:OpenProblems+' => 'Alle uløste problemer',
+ 'Menu:ProblemManagement' => 'Problem Management',
+ 'Menu:ProblemManagement+' => 'Problem Management',
+ 'Menu:Problem:Overview' => 'Oversigt',
+ 'Menu:Problem:Overview+' => 'Oversigt',
+ 'Menu:NewProblem' => 'Nyt Problem',
+ 'Menu:NewProblem+' => 'Nyt Problem',
+ 'Menu:SearchProblems' => 'Søg efter problem',
+ 'Menu:SearchProblems+' => 'Søg efter problem',
+ 'Menu:Problem:Shortcuts' => 'Genvej',
+ 'Menu:Problem:MyProblems' => 'Mine Problemer',
+ 'Menu:Problem:MyProblems+' => 'Mine Problemer',
+ 'Menu:Problem:OpenProblems' => 'Alle uløste problemer',
+ 'Menu:Problem:OpenProblems+' => 'Alle uløste problemer',
'UI-ProblemManagementOverview-ProblemByService' => 'Problemer efter ydelse',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problemer efter ydelse',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemer efter prioritet',
diff --git a/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php
index 147c08a46..bed4d28b4 100755
--- a/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php
@@ -23,19 +23,19 @@
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', array(
- 'Menu:ProblemManagement' => 'Problem Management',
- 'Menu:ProblemManagement+' => 'Problem Management',
- 'Menu:Problem:Overview' => 'Übersicht',
- 'Menu:Problem:Overview+' => 'Übersicht',
- 'Menu:NewProblem' => 'Neues Problem',
- 'Menu:NewProblem+' => 'Neues Problem',
- 'Menu:SearchProblems' => 'Nach Problemen suchen',
- 'Menu:SearchProblems+' => 'Nach Problemen suchen',
- 'Menu:Problem:Shortcuts' => 'Shortcuts',
- 'Menu:Problem:MyProblems' => 'Meine Probleme',
- 'Menu:Problem:MyProblems+' => 'Meine Probleme',
- 'Menu:Problem:OpenProblems' => 'Alle offenen Probleme',
- 'Menu:Problem:OpenProblems+' => 'Alle offenen (noch nicht geschlossenen) Probleme',
+ 'Menu:ProblemManagement' => 'Problem Management',
+ 'Menu:ProblemManagement+' => 'Problem Management',
+ 'Menu:Problem:Overview' => 'Übersicht',
+ 'Menu:Problem:Overview+' => 'Übersicht',
+ 'Menu:NewProblem' => 'Neues Problem',
+ 'Menu:NewProblem+' => 'Neues Problem',
+ 'Menu:SearchProblems' => 'Nach Problemen suchen',
+ 'Menu:SearchProblems+' => 'Nach Problemen suchen',
+ 'Menu:Problem:Shortcuts' => 'Shortcuts',
+ 'Menu:Problem:MyProblems' => 'Meine Probleme',
+ 'Menu:Problem:MyProblems+' => 'Meine Probleme',
+ 'Menu:Problem:OpenProblems' => 'Alle offenen Probleme',
+ 'Menu:Problem:OpenProblems+' => 'Alle offenen (noch nicht geschlossenen) Probleme',
'UI-ProblemManagementOverview-ProblemByService' => 'Probleme nach Service',
'UI-ProblemManagementOverview-ProblemByService+' => 'Probleme nach Service',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Probleme nach Priorität',
diff --git a/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php
index 1f0bf9232..f483f75cd 100755
--- a/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -47,22 +47,20 @@
// Class:/Stimulus:+
-
-
Dict::Add('EN US', 'English', 'English', array(
- 'Menu:ProblemManagement' => 'Problem Management',
- 'Menu:ProblemManagement+' => 'Problem Management',
- 'Menu:Problem:Overview' => 'Overview',
- 'Menu:Problem:Overview+' => 'Overview',
- 'Menu:NewProblem' => 'New problem',
- 'Menu:NewProblem+' => 'New problem',
- 'Menu:SearchProblems' => 'Search for problems',
- 'Menu:SearchProblems+' => 'Search for problems',
- 'Menu:Problem:Shortcuts' => 'Shortcuts',
- 'Menu:Problem:MyProblems' => 'My problems',
- 'Menu:Problem:MyProblems+' => 'My problems',
- 'Menu:Problem:OpenProblems' => 'All open problems',
- 'Menu:Problem:OpenProblems+' => 'All open problems',
+ 'Menu:ProblemManagement' => 'Problem Management',
+ 'Menu:ProblemManagement+' => 'Problem Management',
+ 'Menu:Problem:Overview' => 'Overview',
+ 'Menu:Problem:Overview+' => 'Overview',
+ 'Menu:NewProblem' => 'New problem',
+ 'Menu:NewProblem+' => 'New problem',
+ 'Menu:SearchProblems' => 'Search for problems',
+ 'Menu:SearchProblems+' => 'Search for problems',
+ 'Menu:Problem:Shortcuts' => 'Shortcuts',
+ 'Menu:Problem:MyProblems' => 'My problems',
+ 'Menu:Problem:MyProblems+' => 'My problems',
+ 'Menu:Problem:OpenProblems' => 'All open problems',
+ 'Menu:Problem:OpenProblems+' => 'All open problems',
'UI-ProblemManagementOverview-ProblemByService' => 'Problems by service',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problems by service',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problems by priority',
diff --git a/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php
index dd78ed34b..433ada5ce 100755
--- a/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php
@@ -45,19 +45,19 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
- 'Menu:ProblemManagement' => 'Administración de Problemas',
- 'Menu:ProblemManagement+' => 'Administración de Problemas',
- 'Menu:Problem:Overview' => 'Resumen de Problemas',
- 'Menu:Problem:Overview+' => 'Resumen de Problemas',
- 'Menu:NewProblem' => 'Nuevo Problema',
- 'Menu:NewProblem+' => 'Nuevo Problema',
- 'Menu:SearchProblems' => 'Búsqueda de Problemas',
- 'Menu:SearchProblems+' => 'Búsqueda de Problemas',
- 'Menu:Problem:Shortcuts' => 'Acceso Rápido',
- 'Menu:Problem:MyProblems' => 'Problemas Asignados a Mí',
- 'Menu:Problem:MyProblems+' => 'Problemas Asignados a Mí',
- 'Menu:Problem:OpenProblems' => 'Problemas Abiertos',
- 'Menu:Problem:OpenProblems+' => 'Problemas Abiertos',
+ 'Menu:ProblemManagement' => 'Administración de Problemas',
+ 'Menu:ProblemManagement+' => 'Administración de Problemas',
+ 'Menu:Problem:Overview' => 'Resumen de Problemas',
+ 'Menu:Problem:Overview+' => 'Resumen de Problemas',
+ 'Menu:NewProblem' => 'Nuevo Problema',
+ 'Menu:NewProblem+' => 'Nuevo Problema',
+ 'Menu:SearchProblems' => 'Búsqueda de Problemas',
+ 'Menu:SearchProblems+' => 'Búsqueda de Problemas',
+ 'Menu:Problem:Shortcuts' => 'Acceso Rápido',
+ 'Menu:Problem:MyProblems' => 'Problemas Asignados a Mí',
+ 'Menu:Problem:MyProblems+' => 'Problemas Asignados a Mí',
+ 'Menu:Problem:OpenProblems' => 'Problemas Abiertos',
+ 'Menu:Problem:OpenProblems+' => 'Problemas Abiertos',
'UI-ProblemManagementOverview-ProblemByService' => 'Problemas por Servicio',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problemas por Servicio',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemas por Prioridad',
diff --git a/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php
index 62008ea55..6433bac0d 100755
--- a/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php
@@ -23,19 +23,19 @@
// Class: Problem
//
Dict::Add('FR FR', 'French', 'Français', array(
- 'Menu:ProblemManagement' => 'Gestion des problèmes',
- 'Menu:ProblemManagement+' => 'Gestion des problèmes',
- 'Menu:Problem:Overview' => 'Vue d\'ensemble',
- 'Menu:Problem:Overview+' => 'Vue d\'ensemble',
- 'Menu:NewProblem' => 'Nouveau problème',
- 'Menu:NewProblem+' => 'Nouveau problème',
- 'Menu:SearchProblems' => 'Rechercher des problèmes',
- 'Menu:SearchProblems+' => 'Rechercher des problèmes',
- 'Menu:Problem:Shortcuts' => 'Raccourcis',
- 'Menu:Problem:MyProblems' => 'Mes problèmes',
- 'Menu:Problem:MyProblems+' => 'Mes problèmes',
- 'Menu:Problem:OpenProblems' => 'Problèmes ouverts',
- 'Menu:Problem:OpenProblems+' => 'Problèmes ouverts',
+ 'Menu:ProblemManagement' => 'Gestion des problèmes',
+ 'Menu:ProblemManagement+' => 'Gestion des problèmes',
+ 'Menu:Problem:Overview' => 'Vue d\'ensemble',
+ 'Menu:Problem:Overview+' => 'Vue d\'ensemble',
+ 'Menu:NewProblem' => 'Nouveau problème',
+ 'Menu:NewProblem+' => 'Nouveau problème',
+ 'Menu:SearchProblems' => 'Rechercher des problèmes',
+ 'Menu:SearchProblems+' => 'Rechercher des problèmes',
+ 'Menu:Problem:Shortcuts' => 'Raccourcis',
+ 'Menu:Problem:MyProblems' => 'Mes problèmes',
+ 'Menu:Problem:MyProblems+' => 'Mes problèmes',
+ 'Menu:Problem:OpenProblems' => 'Problèmes ouverts',
+ 'Menu:Problem:OpenProblems+' => 'Problèmes ouverts',
'UI-ProblemManagementOverview-ProblemByService' => 'Problèmes par service',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problèmes par service',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problèmes par priorité',
diff --git a/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php
index 6062ecb2d..7e1c670d8 100755
--- a/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php
@@ -20,19 +20,19 @@
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Menu:ProblemManagement' => 'Probléma menedzsment',
- 'Menu:ProblemManagement+' => '',
- 'Menu:Problem:Overview' => 'Áttekintő',
- 'Menu:Problem:Overview+' => '',
- 'Menu:NewProblem' => 'Új probléma',
- 'Menu:NewProblem+' => '',
- 'Menu:SearchProblems' => 'Probléma keresés',
- 'Menu:SearchProblems+' => '',
- 'Menu:Problem:Shortcuts' => 'Gyorsmenü',
- 'Menu:Problem:MyProblems' => 'Saját problémák',
- 'Menu:Problem:MyProblems+' => '',
- 'Menu:Problem:OpenProblems' => 'Összes nyitott probléma',
- 'Menu:Problem:OpenProblems+' => '',
+ 'Menu:ProblemManagement' => 'Probléma menedzsment',
+ 'Menu:ProblemManagement+' => '',
+ 'Menu:Problem:Overview' => 'Áttekintő',
+ 'Menu:Problem:Overview+' => '',
+ 'Menu:NewProblem' => 'Új probléma',
+ 'Menu:NewProblem+' => '',
+ 'Menu:SearchProblems' => 'Probléma keresés',
+ 'Menu:SearchProblems+' => '',
+ 'Menu:Problem:Shortcuts' => 'Gyorsmenü',
+ 'Menu:Problem:MyProblems' => 'Saját problémák',
+ 'Menu:Problem:MyProblems+' => '',
+ 'Menu:Problem:OpenProblems' => 'Összes nyitott probléma',
+ 'Menu:Problem:OpenProblems+' => '',
'UI-ProblemManagementOverview-ProblemByService' => 'Problémák szolgáltatásonként',
'UI-ProblemManagementOverview-ProblemByService+' => '',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problémák prioritás szerint',
diff --git a/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php
index 103568f42..4adb4cabc 100755
--- a/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php
@@ -121,4 +121,3 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Problem/Stimulus:ev_close' => 'Chiudere',
'Class:Problem/Stimulus:ev_close+' => '',
));
-
diff --git a/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php
index b1d43b2da..d55b02277 100755
--- a/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php
@@ -20,19 +20,19 @@
* @licence http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('JA JP', 'Japanese', '日本語', array(
- 'Menu:ProblemManagement' => '問題管理',
- 'Menu:ProblemManagement+' => '問題管理',
- 'Menu:Problem:Overview' => '概要',
- 'Menu:Problem:Overview+' => '概要',
- 'Menu:NewProblem' => '新規問題',
- 'Menu:NewProblem+' => '新規問題',
- 'Menu:SearchProblems' => '問題検索',
- 'Menu:SearchProblems+' => '問題検索',
- 'Menu:Problem:Shortcuts' => 'ショートカット',
- 'Menu:Problem:MyProblems' => '担当してる問題',
- 'Menu:Problem:MyProblems+' => '担当している問題',
- 'Menu:Problem:OpenProblems' => '全オープン問題',
- 'Menu:Problem:OpenProblems+' => '全オープン問題',
+ 'Menu:ProblemManagement' => '問題管理',
+ 'Menu:ProblemManagement+' => '問題管理',
+ 'Menu:Problem:Overview' => '概要',
+ 'Menu:Problem:Overview+' => '概要',
+ 'Menu:NewProblem' => '新規問題',
+ 'Menu:NewProblem+' => '新規問題',
+ 'Menu:SearchProblems' => '問題検索',
+ 'Menu:SearchProblems+' => '問題検索',
+ 'Menu:Problem:Shortcuts' => 'ショートカット',
+ 'Menu:Problem:MyProblems' => '担当してる問題',
+ 'Menu:Problem:MyProblems+' => '担当している問題',
+ 'Menu:Problem:OpenProblems' => '全オープン問題',
+ 'Menu:Problem:OpenProblems+' => '全オープン問題',
'UI-ProblemManagementOverview-ProblemByService' => 'サービス別問題',
'UI-ProblemManagementOverview-ProblemByService+' => 'サービス別問題',
'UI-ProblemManagementOverview-ProblemByPriority' => '優先度別問題',
diff --git a/datamodels/2.x/itop-problem-mgmt/nl.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/nl.dict.itop-problem-mgmt.php
index 68d9bd215..d4356c379 100644
--- a/datamodels/2.x/itop-problem-mgmt/nl.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/nl.dict.itop-problem-mgmt.php
@@ -50,19 +50,19 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
- 'Menu:ProblemManagement' => 'Probleem Management',
- 'Menu:ProblemManagement+' => 'Probleem Management',
- 'Menu:Problem:Overview' => 'Overzicht',
- 'Menu:Problem:Overview+' => 'Overzicht',
- 'Menu:NewProblem' => 'Nieuw probleem',
- 'Menu:NewProblem+' => 'Maak nieuw probleem aan',
- 'Menu:SearchProblems' => 'Zoek naar problemen',
- 'Menu:SearchProblems+' => 'Zoek naar problemen',
- 'Menu:Problem:Shortcuts' => 'Snelkoppelingen',
- 'Menu:Problem:MyProblems' => 'Mijn problemen',
- 'Menu:Problem:MyProblems+' => 'Mijn problemen',
- 'Menu:Problem:OpenProblems' => 'Alle open problemen',
- 'Menu:Problem:OpenProblems+' => 'Alle open problemen',
+ 'Menu:ProblemManagement' => 'Probleem Management',
+ 'Menu:ProblemManagement+' => 'Probleem Management',
+ 'Menu:Problem:Overview' => 'Overzicht',
+ 'Menu:Problem:Overview+' => 'Overzicht',
+ 'Menu:NewProblem' => 'Nieuw probleem',
+ 'Menu:NewProblem+' => 'Maak nieuw probleem aan',
+ 'Menu:SearchProblems' => 'Zoek naar problemen',
+ 'Menu:SearchProblems+' => 'Zoek naar problemen',
+ 'Menu:Problem:Shortcuts' => 'Snelkoppelingen',
+ 'Menu:Problem:MyProblems' => 'Mijn problemen',
+ 'Menu:Problem:MyProblems+' => 'Mijn problemen',
+ 'Menu:Problem:OpenProblems' => 'Alle open problemen',
+ 'Menu:Problem:OpenProblems+' => 'Alle open problemen',
'UI-ProblemManagementOverview-ProblemByService' => 'Problemen per service',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problemen per service',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemen per prioriteit',
diff --git a/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php
index 8b18a88ad..5ac8cd648 100755
--- a/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php
@@ -44,19 +44,19 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
- 'Menu:ProblemManagement' => 'Gerenciamento Problemas',
- 'Menu:ProblemManagement+' => 'Gerenciamento Problemas',
- 'Menu:Problem:Overview' => 'Visão geral',
- 'Menu:Problem:Overview+' => 'Visão geral',
- 'Menu:NewProblem' => 'Novo problema',
- 'Menu:NewProblem+' => 'Novo problema',
- 'Menu:SearchProblems' => 'Pesquisar por problemas',
- 'Menu:SearchProblems+' => 'Pesquisar por problemas',
- 'Menu:Problem:Shortcuts' => 'Atalho',
- 'Menu:Problem:MyProblems' => 'Meus problemas',
- 'Menu:Problem:MyProblems+' => 'Meus problemas',
- 'Menu:Problem:OpenProblems' => 'Todos problemas abertos',
- 'Menu:Problem:OpenProblems+' => 'Todos problemas abertos',
+ 'Menu:ProblemManagement' => 'Gerenciamento Problemas',
+ 'Menu:ProblemManagement+' => 'Gerenciamento Problemas',
+ 'Menu:Problem:Overview' => 'Visão geral',
+ 'Menu:Problem:Overview+' => 'Visão geral',
+ 'Menu:NewProblem' => 'Novo problema',
+ 'Menu:NewProblem+' => 'Novo problema',
+ 'Menu:SearchProblems' => 'Pesquisar por problemas',
+ 'Menu:SearchProblems+' => 'Pesquisar por problemas',
+ 'Menu:Problem:Shortcuts' => 'Atalho',
+ 'Menu:Problem:MyProblems' => 'Meus problemas',
+ 'Menu:Problem:MyProblems+' => 'Meus problemas',
+ 'Menu:Problem:OpenProblems' => 'Todos problemas abertos',
+ 'Menu:Problem:OpenProblems+' => 'Todos problemas abertos',
'UI-ProblemManagementOverview-ProblemByService' => 'Problemas por serviço',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problemas por serviço',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemas por prioridade',
diff --git a/datamodels/2.x/itop-problem-mgmt/sk.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/sk.dict.itop-problem-mgmt.php
index 56d527d78..579364f7b 100644
--- a/datamodels/2.x/itop-problem-mgmt/sk.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/sk.dict.itop-problem-mgmt.php
@@ -43,19 +43,19 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
- 'Menu:ProblemManagement' => 'Problem Management~~',
- 'Menu:ProblemManagement+' => 'Problem Management~~',
- 'Menu:Problem:Overview' => 'Overview~~',
- 'Menu:Problem:Overview+' => 'Overview~~',
- 'Menu:NewProblem' => 'New problem~~',
- 'Menu:NewProblem+' => 'New problem~~',
- 'Menu:SearchProblems' => 'Search for problems~~',
- 'Menu:SearchProblems+' => 'Search for problems~~',
- 'Menu:Problem:Shortcuts' => 'Shortcuts~~',
- 'Menu:Problem:MyProblems' => 'My problems~~',
- 'Menu:Problem:MyProblems+' => 'My problems~~',
- 'Menu:Problem:OpenProblems' => 'All open problems~~',
- 'Menu:Problem:OpenProblems+' => 'All open problems~~',
+ 'Menu:ProblemManagement' => 'Problem Management~~',
+ 'Menu:ProblemManagement+' => 'Problem Management~~',
+ 'Menu:Problem:Overview' => 'Overview~~',
+ 'Menu:Problem:Overview+' => 'Overview~~',
+ 'Menu:NewProblem' => 'New problem~~',
+ 'Menu:NewProblem+' => 'New problem~~',
+ 'Menu:SearchProblems' => 'Search for problems~~',
+ 'Menu:SearchProblems+' => 'Search for problems~~',
+ 'Menu:Problem:Shortcuts' => 'Shortcuts~~',
+ 'Menu:Problem:MyProblems' => 'My problems~~',
+ 'Menu:Problem:MyProblems+' => 'My problems~~',
+ 'Menu:Problem:OpenProblems' => 'All open problems~~',
+ 'Menu:Problem:OpenProblems+' => 'All open problems~~',
'UI-ProblemManagementOverview-ProblemByService' => 'Problems by service~~',
'UI-ProblemManagementOverview-ProblemByService+' => 'Problems by service~~',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problems by priority~~',
diff --git a/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php
index 76029e75e..673840dea 100755
--- a/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php
@@ -45,19 +45,19 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Menu:ProblemManagement' => 'Problem Yönetimi',
- 'Menu:ProblemManagement+' => 'Problem Yönetimi',
- 'Menu:Problem:Overview' => 'Özet',
- 'Menu:Problem:Overview+' => 'Özet',
- 'Menu:NewProblem' => 'Yeni Problem',
- 'Menu:NewProblem+' => 'Yeni Problem',
- 'Menu:SearchProblems' => 'Problem Ara',
- 'Menu:SearchProblems+' => 'Problem Ara',
- 'Menu:Problem:Shortcuts' => 'Kısayollar',
- 'Menu:Problem:MyProblems' => 'Problemlerim',
- 'Menu:Problem:MyProblems+' => 'Problemlerim',
- 'Menu:Problem:OpenProblems' => 'Tüm açık problemler',
- 'Menu:Problem:OpenProblems+' => 'Tüm açık problemler',
+ 'Menu:ProblemManagement' => 'Problem Yönetimi',
+ 'Menu:ProblemManagement+' => 'Problem Yönetimi',
+ 'Menu:Problem:Overview' => 'Özet',
+ 'Menu:Problem:Overview+' => 'Özet',
+ 'Menu:NewProblem' => 'Yeni Problem',
+ 'Menu:NewProblem+' => 'Yeni Problem',
+ 'Menu:SearchProblems' => 'Problem Ara',
+ 'Menu:SearchProblems+' => 'Problem Ara',
+ 'Menu:Problem:Shortcuts' => 'Kısayollar',
+ 'Menu:Problem:MyProblems' => 'Problemlerim',
+ 'Menu:Problem:MyProblems+' => 'Problemlerim',
+ 'Menu:Problem:OpenProblems' => 'Tüm açık problemler',
+ 'Menu:Problem:OpenProblems+' => 'Tüm açık problemler',
'UI-ProblemManagementOverview-ProblemByService' => 'Servis problemleri',
'UI-ProblemManagementOverview-ProblemByService+' => 'Servis problemleri',
'UI-ProblemManagementOverview-ProblemByPriority' => 'Önceliklere göre problemler',
diff --git a/datamodels/2.x/itop-problem-mgmt/zh_cn.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/zh_cn.dict.itop-problem-mgmt.php
index d131653f2..88331cb07 100755
--- a/datamodels/2.x/itop-problem-mgmt/zh_cn.dict.itop-problem-mgmt.php
+++ b/datamodels/2.x/itop-problem-mgmt/zh_cn.dict.itop-problem-mgmt.php
@@ -43,19 +43,19 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
- 'Menu:ProblemManagement' => '问题管理',
- 'Menu:ProblemManagement+' => '问题管理',
- 'Menu:Problem:Overview' => '概况',
- 'Menu:Problem:Overview+' => '概况',
- 'Menu:NewProblem' => '新建问题',
- 'Menu:NewProblem+' => '新建问题',
- 'Menu:SearchProblems' => '搜索问题',
- 'Menu:SearchProblems+' => '搜索问题',
- 'Menu:Problem:Shortcuts' => '快捷方式',
- 'Menu:Problem:MyProblems' => '我的问题',
- 'Menu:Problem:MyProblems+' => '我的问题',
- 'Menu:Problem:OpenProblems' => '所有打开的问题',
- 'Menu:Problem:OpenProblems+' => '所有打开的问题',
+ 'Menu:ProblemManagement' => '问题管理',
+ 'Menu:ProblemManagement+' => '问题管理',
+ 'Menu:Problem:Overview' => '概况',
+ 'Menu:Problem:Overview+' => '概况',
+ 'Menu:NewProblem' => '新建问题',
+ 'Menu:NewProblem+' => '新建问题',
+ 'Menu:SearchProblems' => '搜索问题',
+ 'Menu:SearchProblems+' => '搜索问题',
+ 'Menu:Problem:Shortcuts' => '快捷方式',
+ 'Menu:Problem:MyProblems' => '我的问题',
+ 'Menu:Problem:MyProblems+' => '我的问题',
+ 'Menu:Problem:OpenProblems' => '所有打开的问题',
+ 'Menu:Problem:OpenProblems+' => '所有打开的问题',
'UI-ProblemManagementOverview-ProblemByService' => '按服务划分的问题',
'UI-ProblemManagementOverview-ProblemByService+' => '按服务划分的问题',
'UI-ProblemManagementOverview-ProblemByPriority' => '按优先级划分的问题',
diff --git a/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php
index 76a20df42..6e2a927eb 100755
--- a/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php
+++ b/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php
index b8f3e60bf..e74b57c23 100755
--- a/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php
+++ b/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-service-mgmt-provider/hu.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/hu.dict.itop-service-mgmt-provider.php
index 72e1efc06..047e793c8 100644
--- a/datamodels/2.x/itop-service-mgmt-provider/hu.dict.itop-service-mgmt-provider.php
+++ b/datamodels/2.x/itop-service-mgmt-provider/hu.dict.itop-service-mgmt-provider.php
@@ -30,28 +30,28 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Menu:ServiceManagement' => 'Service Management~~',
- 'Menu:ServiceManagement+' => 'Service Management Overview~~',
- 'Menu:Service:Overview' => 'Overview~~',
+ 'Menu:ServiceManagement' => 'Szolgáltatás menedzsment',
+ 'Menu:ServiceManagement+' => '~~',
+ 'Menu:Service:Overview' => 'Áttekintő',
'Menu:Service:Overview+' => '~~',
- 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
- 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
- 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
+ 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Szerződések szolgáltatás szintenként',
+ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Szerződések státuszonként',
+ 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 napon belül lejáró szerződések',
- 'Menu:ProviderContract' => 'Provider contracts~~',
- 'Menu:ProviderContract+' => 'Provider contracts~~',
- 'Menu:CustomerContract' => 'Customer contracts~~',
- 'Menu:CustomerContract+' => 'Customer contracts~~',
- 'Menu:ServiceSubcategory' => 'Service subcategories~~',
- 'Menu:ServiceSubcategory+' => 'Service subcategories~~',
- 'Menu:Service' => 'Services~~',
- 'Menu:Service+' => 'Services~~',
+ 'Menu:ProviderContract' => 'Szállítói szerződés',
+ 'Menu:ProviderContract+' => '~~',
+ 'Menu:CustomerContract' => 'Ügyfél szerződés',
+ 'Menu:CustomerContract+' => '~~',
+ 'Menu:ServiceSubcategory' => 'Szolgáltatás alkategóriák',
+ 'Menu:ServiceSubcategory+' => '~~',
+ 'Menu:Service' => 'Szolgáltatások',
+ 'Menu:Service+' => '~~',
'Menu:ServiceElement' => 'Sevice elements~~',
'Menu:ServiceElement+' => 'Sevice elements~~',
- 'Menu:SLA' => 'SLAs~~',
- 'Menu:SLA+' => 'Service Level Agreements~~',
- 'Menu:SLT' => 'SLTs~~',
- 'Menu:SLT+' => 'Service Level Targets~~',
+ 'Menu:SLA' => 'SLA-k',
+ 'Menu:SLA+' => '~~',
+ 'Menu:SLT' => 'SLT-k',
+ 'Menu:SLT+' => '~~',
'Menu:DeliveryModel' => 'Delivery models~~',
'Menu:DeliveryModel+' => 'Delivery models~~',
'Menu:ServiceFamily' => 'Service families~~',
@@ -96,11 +96,11 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:Contract' => 'Contract~~',
+ 'Class:Contract' => 'Szerződés',
'Class:Contract+' => '~~',
- 'Class:Contract/Attribute:name' => 'Name~~',
+ 'Class:Contract/Attribute:name' => 'Neve',
'Class:Contract/Attribute:name+' => '~~',
- 'Class:Contract/Attribute:org_id' => 'Organization~~',
+ 'Class:Contract/Attribute:org_id' => 'Customer~~',
'Class:Contract/Attribute:org_id+' => '~~',
'Class:Contract/Attribute:organization_name' => 'Organization Name~~',
'Class:Contract/Attribute:organization_name+' => 'Common name~~',
@@ -108,32 +108,32 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Contract/Attribute:contacts_list+' => 'All the contacts for this customer contract~~',
'Class:Contract/Attribute:documents_list' => 'Documents~~',
'Class:Contract/Attribute:documents_list+' => 'All the documents for this customer contract~~',
- 'Class:Contract/Attribute:description' => 'Description~~',
+ 'Class:Contract/Attribute:description' => 'Leírás',
'Class:Contract/Attribute:description+' => '~~',
- 'Class:Contract/Attribute:start_date' => 'Start date~~',
+ 'Class:Contract/Attribute:start_date' => 'Érvényesség kezdete',
'Class:Contract/Attribute:start_date+' => '~~',
- 'Class:Contract/Attribute:end_date' => 'End date~~',
+ 'Class:Contract/Attribute:end_date' => 'Érvényesség vége',
'Class:Contract/Attribute:end_date+' => '~~',
- 'Class:Contract/Attribute:cost' => 'Cost~~',
+ 'Class:Contract/Attribute:cost' => 'Költség',
'Class:Contract/Attribute:cost+' => '~~',
- 'Class:Contract/Attribute:cost_currency' => 'Cost Currency~~',
+ 'Class:Contract/Attribute:cost_currency' => 'Költség pénznem',
'Class:Contract/Attribute:cost_currency+' => '~~',
- 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'Dollars~~',
+ 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'Dollars',
'Class:Contract/Attribute:cost_currency/Value:dollars+' => '~~',
- 'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euros~~',
+ 'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euros',
'Class:Contract/Attribute:cost_currency/Value:euros+' => '~~',
'Class:Contract/Attribute:contracttype_id' => 'Contract type~~',
'Class:Contract/Attribute:contracttype_id+' => '~~',
'Class:Contract/Attribute:contracttype_name' => 'Contract type Name~~',
'Class:Contract/Attribute:contracttype_name+' => '~~',
- 'Class:Contract/Attribute:billing_frequency' => 'Billing frequency~~',
+ 'Class:Contract/Attribute:billing_frequency' => 'Számlázási gyakoriság',
'Class:Contract/Attribute:billing_frequency+' => '~~',
- 'Class:Contract/Attribute:cost_unit' => 'Cost unit~~',
+ 'Class:Contract/Attribute:cost_unit' => 'Költség egység',
'Class:Contract/Attribute:cost_unit+' => '~~',
'Class:Contract/Attribute:provider_id' => 'Provider~~',
'Class:Contract/Attribute:provider_id+' => '~~',
'Class:Contract/Attribute:provider_name' => 'Provider Name~~',
- 'Class:Contract/Attribute:provider_name+' => '~~',
+ 'Class:Contract/Attribute:provider_name+' => 'Common name~~',
'Class:Contract/Attribute:status' => 'Status~~',
'Class:Contract/Attribute:status+' => '~~',
'Class:Contract/Attribute:status/Value:implementation' => 'implementation~~',
@@ -142,8 +142,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Contract/Attribute:status/Value:obsolete+' => 'obsolete~~',
'Class:Contract/Attribute:status/Value:production' => 'production~~',
'Class:Contract/Attribute:status/Value:production+' => 'production~~',
- 'Class:Contract/Attribute:finalclass' => 'Contract sub-class~~',
- 'Class:Contract/Attribute:finalclass+' => 'Name of the final class~~',
+ 'Class:Contract/Attribute:finalclass' => 'Típus',
+ 'Class:Contract/Attribute:finalclass+' => '~~',
));
//
@@ -151,7 +151,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:CustomerContract' => 'Customer Contract~~',
+ 'Class:CustomerContract' => 'Ügyfél kapcsolattartó',
'Class:CustomerContract+' => '~~',
'Class:CustomerContract/Attribute:services_list' => 'Services~~',
'Class:CustomerContract/Attribute:services_list+' => 'All the services purchased for this contract~~',
@@ -166,13 +166,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:ProviderContract' => 'Provider Contract~~',
+ 'Class:ProviderContract' => 'Szolgáltatói szerződés',
'Class:ProviderContract+' => '~~',
'Class:ProviderContract/Attribute:functionalcis_list' => 'CIs~~',
'Class:ProviderContract/Attribute:functionalcis_list+' => 'All the configuration items covered by this contract~~',
'Class:ProviderContract/Attribute:sla' => 'SLA~~',
'Class:ProviderContract/Attribute:sla+' => 'Service Level Agreement~~',
- 'Class:ProviderContract/Attribute:coverage' => 'Service hours~~',
+ 'Class:ProviderContract/Attribute:coverage' => 'Szolgáltatási idő',
'Class:ProviderContract/Attribute:coverage+' => '~~',
));
@@ -247,15 +247,15 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:Service' => 'Service~~',
+ 'Class:Service' => 'Szolgáltatás',
'Class:Service+' => '~~',
- 'Class:Service/Attribute:name' => 'Name~~',
+ 'Class:Service/Attribute:name' => 'Neve',
'Class:Service/Attribute:name+' => '~~',
- 'Class:Service/Attribute:org_id' => 'Provider~~',
+ 'Class:Service/Attribute:org_id' => 'Szállító',
'Class:Service/Attribute:org_id+' => '~~',
'Class:Service/Attribute:organization_name' => 'Provider Name~~',
'Class:Service/Attribute:organization_name+' => '~~',
- 'Class:Service/Attribute:description' => 'Description~~',
+ 'Class:Service/Attribute:description' => 'Leírás',
'Class:Service/Attribute:description+' => '~~',
'Class:Service/Attribute:servicefamily_id' => 'Service Family~~',
'Class:Service/Attribute:servicefamily_id+' => '~~',
@@ -265,13 +265,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
'Class:Service/Attribute:contacts_list+' => 'All the contacts for this service~~',
- 'Class:Service/Attribute:status' => 'Status~~',
+ 'Class:Service/Attribute:status' => 'Státusz',
'Class:Service/Attribute:status+' => '~~',
'Class:Service/Attribute:status/Value:implementation' => 'implementation~~',
'Class:Service/Attribute:status/Value:implementation+' => 'implementation~~',
- 'Class:Service/Attribute:status/Value:obsolete' => 'obsolete~~',
+ 'Class:Service/Attribute:status/Value:obsolete' => 'Elavult',
'Class:Service/Attribute:status/Value:obsolete+' => '~~',
- 'Class:Service/Attribute:status/Value:production' => 'production~~',
+ 'Class:Service/Attribute:status/Value:production' => 'Élesben',
'Class:Service/Attribute:status/Value:production+' => '~~',
'Class:Service/Attribute:icon' => 'Icon~~',
'Class:Service/Attribute:icon+' => '~~',
@@ -320,15 +320,15 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:ServiceSubcategory' => 'Service Subcategory~~',
+ 'Class:ServiceSubcategory' => 'Szolgáltatás alkategória',
'Class:ServiceSubcategory+' => '~~',
- 'Class:ServiceSubcategory/Attribute:name' => 'Name~~',
+ 'Class:ServiceSubcategory/Attribute:name' => 'Neve',
'Class:ServiceSubcategory/Attribute:name+' => '~~',
- 'Class:ServiceSubcategory/Attribute:description' => 'Description~~',
+ 'Class:ServiceSubcategory/Attribute:description' => 'Leírás',
'Class:ServiceSubcategory/Attribute:description+' => '~~',
- 'Class:ServiceSubcategory/Attribute:service_id' => 'Service~~',
+ 'Class:ServiceSubcategory/Attribute:service_id' => 'Szolgáltatás',
'Class:ServiceSubcategory/Attribute:service_id+' => '~~',
- 'Class:ServiceSubcategory/Attribute:service_name' => 'Service Name~~',
+ 'Class:ServiceSubcategory/Attribute:service_name' => 'Szolgáltatás',
'Class:ServiceSubcategory/Attribute:service_name+' => '~~',
'Class:ServiceSubcategory/Attribute:status' => 'Status~~',
'Class:ServiceSubcategory/Attribute:status+' => '~~',
@@ -353,10 +353,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:SLA' => 'SLA~~',
- 'Class:SLA+' => '~~',
- 'Class:SLA/Attribute:name' => 'Name~~',
- 'Class:SLA/Attribute:name+' => '~~',
+ 'Class:SLA' => 'SLA',
+ 'Class:SLA+' => '',
+ 'Class:SLA/Attribute:name' => 'Neve',
+ 'Class:SLA/Attribute:name+' => '',
'Class:SLA/Attribute:description' => 'description~~',
'Class:SLA/Attribute:description+' => '~~',
'Class:SLA/Attribute:org_id' => 'Organization~~',
@@ -374,10 +374,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:SLT' => 'SLT~~',
- 'Class:SLT+' => '~~',
- 'Class:SLT/Attribute:name' => 'Name~~',
- 'Class:SLT/Attribute:name+' => '~~',
+ 'Class:SLT' => 'SLT',
+ 'Class:SLT+' => '',
+ 'Class:SLT/Attribute:name' => 'Neve',
+ 'Class:SLT/Attribute:name+' => '',
'Class:SLT/Attribute:priority' => 'Priority~~',
'Class:SLT/Attribute:priority+' => '~~',
'Class:SLT/Attribute:priority/Value:1' => 'critical~~',
@@ -394,14 +394,14 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:SLT/Attribute:request_type/Value:incident+' => 'incident~~',
'Class:SLT/Attribute:request_type/Value:service_request' => 'service request~~',
'Class:SLT/Attribute:request_type/Value:service_request+' => 'service request~~',
- 'Class:SLT/Attribute:metric' => 'Metric~~',
- 'Class:SLT/Attribute:metric+' => '~~',
+ 'Class:SLT/Attribute:metric' => 'Metrika',
+ 'Class:SLT/Attribute:metric+' => '',
'Class:SLT/Attribute:metric/Value:tto' => 'TTO~~',
'Class:SLT/Attribute:metric/Value:tto+' => 'TTO~~',
'Class:SLT/Attribute:metric/Value:ttr' => 'TTR~~',
'Class:SLT/Attribute:metric/Value:ttr+' => 'TTR~~',
- 'Class:SLT/Attribute:value' => 'Value~~',
- 'Class:SLT/Attribute:value+' => '~~',
+ 'Class:SLT/Attribute:value' => 'Érték',
+ 'Class:SLT/Attribute:value+' => '',
'Class:SLT/Attribute:unit' => 'Unit~~',
'Class:SLT/Attribute:unit+' => '~~',
'Class:SLT/Attribute:unit/Value:hours' => 'hours~~',
@@ -463,8 +463,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
- 'Class:lnkCustomerContractToProviderContract' => 'Link Customer Contract / Provider Contract~~',
- 'Class:lnkCustomerContractToProviderContract+' => '~~',
+ 'Class:lnkCustomerContractToProviderContract' => 'Ügyfél szerződés / Szállítói szerződés',
+ 'Class:lnkCustomerContractToProviderContract+' => '',
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id' => 'Customer contract~~',
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id+' => '~~',
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_name' => 'Customer contract Name~~',
diff --git a/datamodels/2.x/itop-service-mgmt-provider/it.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/it.dict.itop-service-mgmt-provider.php
index 3310414df..5d99ac107 100644
--- a/datamodels/2.x/itop-service-mgmt-provider/it.dict.itop-service-mgmt-provider.php
+++ b/datamodels/2.x/itop-service-mgmt-provider/it.dict.itop-service-mgmt-provider.php
@@ -30,22 +30,22 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Menu:ServiceManagement' => 'Service Management~~',
- 'Menu:ServiceManagement+' => 'Service Management Overview~~',
- 'Menu:Service:Overview' => 'Overview~~',
- 'Menu:Service:Overview+' => '~~',
- 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
- 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
- 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
+ 'Menu:ServiceManagement' => 'Gestione del Servizio',
+ 'Menu:ServiceManagement+' => 'Panoramica della Gestione del Servizio',
+ 'Menu:Service:Overview' => 'Panoramica',
+ 'Menu:Service:Overview+' => '',
+ 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratti per livello di servizio',
+ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratti per stato',
+ 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratti che terminano in meno di 30 giorni',
- 'Menu:ProviderContract' => 'Provider contracts~~',
- 'Menu:ProviderContract+' => 'Provider contracts~~',
- 'Menu:CustomerContract' => 'Customer contracts~~',
- 'Menu:CustomerContract+' => 'Customer contracts~~',
- 'Menu:ServiceSubcategory' => 'Service subcategories~~',
- 'Menu:ServiceSubcategory+' => 'Service subcategories~~',
- 'Menu:Service' => 'Services~~',
- 'Menu:Service+' => 'Services~~',
+ 'Menu:ProviderContract' => 'Contratti con Provider',
+ 'Menu:ProviderContract+' => 'Contratti con Provider',
+ 'Menu:CustomerContract' => 'Contratti con Clienti',
+ 'Menu:CustomerContract+' => 'Contratti con Clienti',
+ 'Menu:ServiceSubcategory' => 'Sottocategorie di Servizio',
+ 'Menu:ServiceSubcategory+' => 'Sottocategorie di Servizio',
+ 'Menu:Service' => 'Servizi',
+ 'Menu:Service+' => 'Servizi',
'Menu:ServiceElement' => 'Sevice elements~~',
'Menu:ServiceElement+' => 'Sevice elements~~',
'Menu:SLA' => 'SLAs~~',
@@ -96,9 +96,9 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Class:Contract' => 'Contract~~',
+ 'Class:Contract' => 'Contratto',
'Class:Contract+' => '~~',
- 'Class:Contract/Attribute:name' => 'Name~~',
+ 'Class:Contract/Attribute:name' => 'Nome',
'Class:Contract/Attribute:name+' => '~~',
'Class:Contract/Attribute:org_id' => 'Organization~~',
'Class:Contract/Attribute:org_id+' => '~~',
@@ -108,28 +108,28 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Contract/Attribute:contacts_list+' => 'All the contacts for this customer contract~~',
'Class:Contract/Attribute:documents_list' => 'Documents~~',
'Class:Contract/Attribute:documents_list+' => 'All the documents for this customer contract~~',
- 'Class:Contract/Attribute:description' => 'Description~~',
- 'Class:Contract/Attribute:description+' => '~~',
- 'Class:Contract/Attribute:start_date' => 'Start date~~',
- 'Class:Contract/Attribute:start_date+' => '~~',
- 'Class:Contract/Attribute:end_date' => 'End date~~',
- 'Class:Contract/Attribute:end_date+' => '~~',
- 'Class:Contract/Attribute:cost' => 'Cost~~',
- 'Class:Contract/Attribute:cost+' => '~~',
- 'Class:Contract/Attribute:cost_currency' => 'Cost Currency~~',
- 'Class:Contract/Attribute:cost_currency+' => '~~',
- 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'Dollars~~',
- 'Class:Contract/Attribute:cost_currency/Value:dollars+' => '~~',
- 'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euros~~',
- 'Class:Contract/Attribute:cost_currency/Value:euros+' => '~~',
+ 'Class:Contract/Attribute:description' => 'Descrizione',
+ 'Class:Contract/Attribute:description+' => '',
+ 'Class:Contract/Attribute:start_date' => 'Data di inzio',
+ 'Class:Contract/Attribute:start_date+' => '',
+ 'Class:Contract/Attribute:end_date' => 'Data di fine',
+ 'Class:Contract/Attribute:end_date+' => '',
+ 'Class:Contract/Attribute:cost' => 'Costo',
+ 'Class:Contract/Attribute:cost+' => '',
+ 'Class:Contract/Attribute:cost_currency' => 'Valuta',
+ 'Class:Contract/Attribute:cost_currency+' => '',
+ 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'Dollari',
+ 'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
+ 'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euro',
+ 'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
'Class:Contract/Attribute:contracttype_id' => 'Contract type~~',
'Class:Contract/Attribute:contracttype_id+' => '~~',
'Class:Contract/Attribute:contracttype_name' => 'Contract type Name~~',
'Class:Contract/Attribute:contracttype_name+' => '~~',
- 'Class:Contract/Attribute:billing_frequency' => 'Billing frequency~~',
- 'Class:Contract/Attribute:billing_frequency+' => '~~',
- 'Class:Contract/Attribute:cost_unit' => 'Cost unit~~',
- 'Class:Contract/Attribute:cost_unit+' => '~~',
+ 'Class:Contract/Attribute:billing_frequency' => 'Frequenza di fatturazione',
+ 'Class:Contract/Attribute:billing_frequency+' => '',
+ 'Class:Contract/Attribute:cost_unit' => 'Costo unitario',
+ 'Class:Contract/Attribute:cost_unit+' => '',
'Class:Contract/Attribute:provider_id' => 'Provider~~',
'Class:Contract/Attribute:provider_id+' => '~~',
'Class:Contract/Attribute:provider_name' => 'Provider Name~~',
@@ -142,8 +142,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Contract/Attribute:status/Value:obsolete+' => 'obsolete~~',
'Class:Contract/Attribute:status/Value:production' => 'production~~',
'Class:Contract/Attribute:status/Value:production+' => 'production~~',
- 'Class:Contract/Attribute:finalclass' => 'Contract sub-class~~',
- 'Class:Contract/Attribute:finalclass+' => 'Name of the final class~~',
+ 'Class:Contract/Attribute:finalclass' => 'Tipo',
+ 'Class:Contract/Attribute:finalclass+' => '',
));
//
@@ -151,8 +151,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Class:CustomerContract' => 'Customer Contract~~',
- 'Class:CustomerContract+' => '~~',
+ 'Class:CustomerContract' => 'Contratto con cliente',
+ 'Class:CustomerContract+' => '',
'Class:CustomerContract/Attribute:services_list' => 'Services~~',
'Class:CustomerContract/Attribute:services_list+' => 'All the services purchased for this contract~~',
'Class:CustomerContract/Attribute:functionalcis_list' => 'CIs~~',
@@ -166,13 +166,13 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Class:ProviderContract' => 'Provider Contract~~',
- 'Class:ProviderContract+' => '~~',
+ 'Class:ProviderContract' => 'Contratto con Provider',
+ 'Class:ProviderContract+' => '',
'Class:ProviderContract/Attribute:functionalcis_list' => 'CIs~~',
'Class:ProviderContract/Attribute:functionalcis_list+' => 'All the configuration items covered by this contract~~',
'Class:ProviderContract/Attribute:sla' => 'SLA~~',
'Class:ProviderContract/Attribute:sla+' => 'Service Level Agreement~~',
- 'Class:ProviderContract/Attribute:coverage' => 'Service hours~~',
+ 'Class:ProviderContract/Attribute:coverage' => 'Ore di servizio',
'Class:ProviderContract/Attribute:coverage+' => '~~',
));
@@ -247,15 +247,15 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Class:Service' => 'Service~~',
- 'Class:Service+' => '~~',
- 'Class:Service/Attribute:name' => 'Name~~',
- 'Class:Service/Attribute:name+' => '~~',
- 'Class:Service/Attribute:org_id' => 'Provider~~',
- 'Class:Service/Attribute:org_id+' => '~~',
+ 'Class:Service' => 'Servizio',
+ 'Class:Service+' => '',
+ 'Class:Service/Attribute:name' => 'Nome',
+ 'Class:Service/Attribute:name+' => '',
+ 'Class:Service/Attribute:org_id' => 'Provider',
+ 'Class:Service/Attribute:org_id+' => '',
'Class:Service/Attribute:organization_name' => 'Provider Name~~',
'Class:Service/Attribute:organization_name+' => '~~',
- 'Class:Service/Attribute:description' => 'Description~~',
+ 'Class:Service/Attribute:description' => 'Descrizione',
'Class:Service/Attribute:description+' => '~~',
'Class:Service/Attribute:servicefamily_id' => 'Service Family~~',
'Class:Service/Attribute:servicefamily_id+' => '~~',
@@ -265,14 +265,14 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
'Class:Service/Attribute:contacts_list+' => 'All the contacts for this service~~',
- 'Class:Service/Attribute:status' => 'Status~~',
- 'Class:Service/Attribute:status+' => '~~',
+ 'Class:Service/Attribute:status' => 'Stato',
+ 'Class:Service/Attribute:status+' => '',
'Class:Service/Attribute:status/Value:implementation' => 'implementation~~',
'Class:Service/Attribute:status/Value:implementation+' => 'implementation~~',
- 'Class:Service/Attribute:status/Value:obsolete' => 'obsolete~~',
- 'Class:Service/Attribute:status/Value:obsolete+' => '~~',
- 'Class:Service/Attribute:status/Value:production' => 'production~~',
- 'Class:Service/Attribute:status/Value:production+' => '~~',
+ 'Class:Service/Attribute:status/Value:obsolete' => 'Obsoleto',
+ 'Class:Service/Attribute:status/Value:obsolete+' => '',
+ 'Class:Service/Attribute:status/Value:production' => 'Produzione',
+ 'Class:Service/Attribute:status/Value:production+' => '',
'Class:Service/Attribute:icon' => 'Icon~~',
'Class:Service/Attribute:icon+' => '~~',
'Class:Service/Attribute:customercontracts_list' => 'Customer contracts~~',
@@ -320,16 +320,16 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Class:ServiceSubcategory' => 'Service Subcategory~~',
- 'Class:ServiceSubcategory+' => '~~',
- 'Class:ServiceSubcategory/Attribute:name' => 'Name~~',
- 'Class:ServiceSubcategory/Attribute:name+' => '~~',
- 'Class:ServiceSubcategory/Attribute:description' => 'Description~~',
- 'Class:ServiceSubcategory/Attribute:description+' => '~~',
- 'Class:ServiceSubcategory/Attribute:service_id' => 'Service~~',
- 'Class:ServiceSubcategory/Attribute:service_id+' => '~~',
- 'Class:ServiceSubcategory/Attribute:service_name' => 'Service Name~~',
- 'Class:ServiceSubcategory/Attribute:service_name+' => '~~',
+ 'Class:ServiceSubcategory' => 'Sottocategorie del servizio',
+ 'Class:ServiceSubcategory+' => '',
+ 'Class:ServiceSubcategory/Attribute:name' => 'Nome',
+ 'Class:ServiceSubcategory/Attribute:name+' => '',
+ 'Class:ServiceSubcategory/Attribute:description' => 'Descrizione',
+ 'Class:ServiceSubcategory/Attribute:description+' => '',
+ 'Class:ServiceSubcategory/Attribute:service_id' => 'Servizio',
+ 'Class:ServiceSubcategory/Attribute:service_id+' => '',
+ 'Class:ServiceSubcategory/Attribute:service_name' => 'Servizio',
+ 'Class:ServiceSubcategory/Attribute:service_name+' => '',
'Class:ServiceSubcategory/Attribute:status' => 'Status~~',
'Class:ServiceSubcategory/Attribute:status+' => '~~',
'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'implementation~~',
@@ -374,10 +374,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
- 'Class:SLT' => 'SLT~~',
- 'Class:SLT+' => '~~',
- 'Class:SLT/Attribute:name' => 'Name~~',
- 'Class:SLT/Attribute:name+' => '~~',
+ 'Class:SLT' => 'SLT',
+ 'Class:SLT+' => '',
+ 'Class:SLT/Attribute:name' => 'Nome',
+ 'Class:SLT/Attribute:name+' => '',
'Class:SLT/Attribute:priority' => 'Priority~~',
'Class:SLT/Attribute:priority+' => '~~',
'Class:SLT/Attribute:priority/Value:1' => 'critical~~',
@@ -394,14 +394,14 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:SLT/Attribute:request_type/Value:incident+' => 'incident~~',
'Class:SLT/Attribute:request_type/Value:service_request' => 'service request~~',
'Class:SLT/Attribute:request_type/Value:service_request+' => 'service request~~',
- 'Class:SLT/Attribute:metric' => 'Metric~~',
- 'Class:SLT/Attribute:metric+' => '~~',
+ 'Class:SLT/Attribute:metric' => 'Metrica',
+ 'Class:SLT/Attribute:metric+' => '',
'Class:SLT/Attribute:metric/Value:tto' => 'TTO~~',
'Class:SLT/Attribute:metric/Value:tto+' => 'TTO~~',
'Class:SLT/Attribute:metric/Value:ttr' => 'TTR~~',
'Class:SLT/Attribute:metric/Value:ttr+' => 'TTR~~',
- 'Class:SLT/Attribute:value' => 'Value~~',
- 'Class:SLT/Attribute:value+' => '~~',
+ 'Class:SLT/Attribute:value' => 'Valore',
+ 'Class:SLT/Attribute:value+' => '',
'Class:SLT/Attribute:unit' => 'Unit~~',
'Class:SLT/Attribute:unit+' => '~~',
'Class:SLT/Attribute:unit/Value:hours' => 'hours~~',
diff --git a/datamodels/2.x/itop-service-mgmt-provider/tr.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/tr.dict.itop-service-mgmt-provider.php
index a0587a938..a519e3713 100644
--- a/datamodels/2.x/itop-service-mgmt-provider/tr.dict.itop-service-mgmt-provider.php
+++ b/datamodels/2.x/itop-service-mgmt-provider/tr.dict.itop-service-mgmt-provider.php
@@ -30,28 +30,28 @@
// Class:/Stimulus:
// Class:/Stimulus:+
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Menu:ServiceManagement' => 'Service Management~~',
- 'Menu:ServiceManagement+' => 'Service Management Overview~~',
- 'Menu:Service:Overview' => 'Overview~~',
- 'Menu:Service:Overview+' => '~~',
- 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
- 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
- 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
+ 'Menu:ServiceManagement' => 'Hizmet Yönetimi',
+ 'Menu:ServiceManagement+' => 'Hizmet Yönetimi',
+ 'Menu:Service:Overview' => 'Özet',
+ 'Menu:Service:Overview+' => '',
+ 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Hizmet seviyesine göre sözleşmeler',
+ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Durumuna göre sözleşmeler',
+ 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 gün çinde biten sözleşmeler',
- 'Menu:ProviderContract' => 'Provider contracts~~',
- 'Menu:ProviderContract+' => 'Provider contracts~~',
- 'Menu:CustomerContract' => 'Customer contracts~~',
- 'Menu:CustomerContract+' => 'Customer contracts~~',
- 'Menu:ServiceSubcategory' => 'Service subcategories~~',
- 'Menu:ServiceSubcategory+' => 'Service subcategories~~',
- 'Menu:Service' => 'Services~~',
- 'Menu:Service+' => 'Services~~',
+ 'Menu:ProviderContract' => 'Tedarikçi Sözleşmeleri',
+ 'Menu:ProviderContract+' => 'Tedarikçi Sözleşmeleri',
+ 'Menu:CustomerContract' => 'Müşteri Sözleşmeleri',
+ 'Menu:CustomerContract+' => 'Müşteri Sözleşmeleri',
+ 'Menu:ServiceSubcategory' => 'Hizmet alt kategorileri',
+ 'Menu:ServiceSubcategory+' => 'Hizmet alt kategorileri',
+ 'Menu:Service' => 'Hizmetler',
+ 'Menu:Service+' => 'Hizmetler',
'Menu:ServiceElement' => 'Sevice elements~~',
'Menu:ServiceElement+' => 'Sevice elements~~',
- 'Menu:SLA' => 'SLAs~~',
- 'Menu:SLA+' => 'Service Level Agreements~~',
- 'Menu:SLT' => 'SLTs~~',
- 'Menu:SLT+' => 'Service Level Targets~~',
+ 'Menu:SLA' => 'SLAs',
+ 'Menu:SLA+' => 'Hizmet Seviyesi Anlaşmaları',
+ 'Menu:SLT' => 'SLTs',
+ 'Menu:SLT+' => 'Hizmet Seviyesi Taahütleri',
'Menu:DeliveryModel' => 'Delivery models~~',
'Menu:DeliveryModel+' => 'Delivery models~~',
'Menu:ServiceFamily' => 'Service families~~',
@@ -96,9 +96,9 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:Contract' => 'Contract~~',
+ 'Class:Contract' => 'Sözleşme',
'Class:Contract+' => '~~',
- 'Class:Contract/Attribute:name' => 'Name~~',
+ 'Class:Contract/Attribute:name' => 'Adı',
'Class:Contract/Attribute:name+' => '~~',
'Class:Contract/Attribute:org_id' => 'Organization~~',
'Class:Contract/Attribute:org_id+' => '~~',
@@ -108,28 +108,28 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Contract/Attribute:contacts_list+' => 'All the contacts for this customer contract~~',
'Class:Contract/Attribute:documents_list' => 'Documents~~',
'Class:Contract/Attribute:documents_list+' => 'All the documents for this customer contract~~',
- 'Class:Contract/Attribute:description' => 'Description~~',
- 'Class:Contract/Attribute:description+' => '~~',
- 'Class:Contract/Attribute:start_date' => 'Start date~~',
- 'Class:Contract/Attribute:start_date+' => '~~',
- 'Class:Contract/Attribute:end_date' => 'End date~~',
- 'Class:Contract/Attribute:end_date+' => '~~',
- 'Class:Contract/Attribute:cost' => 'Cost~~',
- 'Class:Contract/Attribute:cost+' => '~~',
- 'Class:Contract/Attribute:cost_currency' => 'Cost Currency~~',
- 'Class:Contract/Attribute:cost_currency+' => '~~',
- 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'Dollars~~',
- 'Class:Contract/Attribute:cost_currency/Value:dollars+' => '~~',
- 'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euros~~',
- 'Class:Contract/Attribute:cost_currency/Value:euros+' => '~~',
+ 'Class:Contract/Attribute:description' => 'Tanımlama',
+ 'Class:Contract/Attribute:description+' => '',
+ 'Class:Contract/Attribute:start_date' => 'Başlangıç Tarihi',
+ 'Class:Contract/Attribute:start_date+' => '',
+ 'Class:Contract/Attribute:end_date' => 'Bitiş Tarihi',
+ 'Class:Contract/Attribute:end_date+' => '',
+ 'Class:Contract/Attribute:cost' => 'Maliyet',
+ 'Class:Contract/Attribute:cost+' => '',
+ 'Class:Contract/Attribute:cost_currency' => 'Para Birimi',
+ 'Class:Contract/Attribute:cost_currency+' => '',
+ 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'ABD Doları',
+ 'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
+ 'Class:Contract/Attribute:cost_currency/Value:euros' => 'Avro',
+ 'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
'Class:Contract/Attribute:contracttype_id' => 'Contract type~~',
'Class:Contract/Attribute:contracttype_id+' => '~~',
'Class:Contract/Attribute:contracttype_name' => 'Contract type Name~~',
'Class:Contract/Attribute:contracttype_name+' => '~~',
- 'Class:Contract/Attribute:billing_frequency' => 'Billing frequency~~',
- 'Class:Contract/Attribute:billing_frequency+' => '~~',
- 'Class:Contract/Attribute:cost_unit' => 'Cost unit~~',
- 'Class:Contract/Attribute:cost_unit+' => '~~',
+ 'Class:Contract/Attribute:billing_frequency' => 'Faturlandırma dönemleri',
+ 'Class:Contract/Attribute:billing_frequency+' => '',
+ 'Class:Contract/Attribute:cost_unit' => 'Cost unit',
+ 'Class:Contract/Attribute:cost_unit+' => '',
'Class:Contract/Attribute:provider_id' => 'Provider~~',
'Class:Contract/Attribute:provider_id+' => '~~',
'Class:Contract/Attribute:provider_name' => 'Provider Name~~',
@@ -142,8 +142,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Contract/Attribute:status/Value:obsolete+' => 'obsolete~~',
'Class:Contract/Attribute:status/Value:production' => 'production~~',
'Class:Contract/Attribute:status/Value:production+' => 'production~~',
- 'Class:Contract/Attribute:finalclass' => 'Contract sub-class~~',
- 'Class:Contract/Attribute:finalclass+' => 'Name of the final class~~',
+ 'Class:Contract/Attribute:finalclass' => 'Tip',
+ 'Class:Contract/Attribute:finalclass+' => '',
));
//
@@ -151,8 +151,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:CustomerContract' => 'Customer Contract~~',
- 'Class:CustomerContract+' => '~~',
+ 'Class:CustomerContract' => 'Müşteri Sözleşmesi',
+ 'Class:CustomerContract+' => '',
'Class:CustomerContract/Attribute:services_list' => 'Services~~',
'Class:CustomerContract/Attribute:services_list+' => 'All the services purchased for this contract~~',
'Class:CustomerContract/Attribute:functionalcis_list' => 'CIs~~',
@@ -166,8 +166,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:ProviderContract' => 'Provider Contract~~',
- 'Class:ProviderContract+' => '~~',
+ 'Class:ProviderContract' => 'Tedarikçi Sözleşmesi',
+ 'Class:ProviderContract+' => '',
'Class:ProviderContract/Attribute:functionalcis_list' => 'CIs~~',
'Class:ProviderContract/Attribute:functionalcis_list+' => 'All the configuration items covered by this contract~~',
'Class:ProviderContract/Attribute:sla' => 'SLA~~',
@@ -247,15 +247,15 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:Service' => 'Service~~',
- 'Class:Service+' => '~~',
- 'Class:Service/Attribute:name' => 'Name~~',
- 'Class:Service/Attribute:name+' => '~~',
- 'Class:Service/Attribute:org_id' => 'Provider~~',
- 'Class:Service/Attribute:org_id+' => '~~',
+ 'Class:Service' => 'Hizmet',
+ 'Class:Service+' => '',
+ 'Class:Service/Attribute:name' => 'Adı',
+ 'Class:Service/Attribute:name+' => '',
+ 'Class:Service/Attribute:org_id' => 'Hizmet Sağlayıcı',
+ 'Class:Service/Attribute:org_id+' => '',
'Class:Service/Attribute:organization_name' => 'Provider Name~~',
'Class:Service/Attribute:organization_name+' => '~~',
- 'Class:Service/Attribute:description' => 'Description~~',
+ 'Class:Service/Attribute:description' => 'Tanımlama',
'Class:Service/Attribute:description+' => '~~',
'Class:Service/Attribute:servicefamily_id' => 'Service Family~~',
'Class:Service/Attribute:servicefamily_id+' => '~~',
@@ -265,14 +265,14 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
'Class:Service/Attribute:contacts_list+' => 'All the contacts for this service~~',
- 'Class:Service/Attribute:status' => 'Status~~',
- 'Class:Service/Attribute:status+' => '~~',
+ 'Class:Service/Attribute:status' => 'Durum',
+ 'Class:Service/Attribute:status+' => '',
'Class:Service/Attribute:status/Value:implementation' => 'implementation~~',
'Class:Service/Attribute:status/Value:implementation+' => 'implementation~~',
- 'Class:Service/Attribute:status/Value:obsolete' => 'obsolete~~',
- 'Class:Service/Attribute:status/Value:obsolete+' => '~~',
- 'Class:Service/Attribute:status/Value:production' => 'production~~',
- 'Class:Service/Attribute:status/Value:production+' => '~~',
+ 'Class:Service/Attribute:status/Value:obsolete' => 'Üretimden Kalkan',
+ 'Class:Service/Attribute:status/Value:obsolete+' => '',
+ 'Class:Service/Attribute:status/Value:production' => 'Kullanımda',
+ 'Class:Service/Attribute:status/Value:production+' => '',
'Class:Service/Attribute:icon' => 'Icon~~',
'Class:Service/Attribute:icon+' => '~~',
'Class:Service/Attribute:customercontracts_list' => 'Customer contracts~~',
@@ -320,16 +320,16 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:ServiceSubcategory' => 'Service Subcategory~~',
- 'Class:ServiceSubcategory+' => '~~',
- 'Class:ServiceSubcategory/Attribute:name' => 'Name~~',
- 'Class:ServiceSubcategory/Attribute:name+' => '~~',
- 'Class:ServiceSubcategory/Attribute:description' => 'Description~~',
- 'Class:ServiceSubcategory/Attribute:description+' => '~~',
- 'Class:ServiceSubcategory/Attribute:service_id' => 'Service~~',
- 'Class:ServiceSubcategory/Attribute:service_id+' => '~~',
- 'Class:ServiceSubcategory/Attribute:service_name' => 'Service Name~~',
- 'Class:ServiceSubcategory/Attribute:service_name+' => '~~',
+ 'Class:ServiceSubcategory' => 'Hizmet alt kategorisi',
+ 'Class:ServiceSubcategory+' => '',
+ 'Class:ServiceSubcategory/Attribute:name' => 'Adı',
+ 'Class:ServiceSubcategory/Attribute:name+' => '',
+ 'Class:ServiceSubcategory/Attribute:description' => 'Tanımlama',
+ 'Class:ServiceSubcategory/Attribute:description+' => '',
+ 'Class:ServiceSubcategory/Attribute:service_id' => 'Hizmet',
+ 'Class:ServiceSubcategory/Attribute:service_id+' => '',
+ 'Class:ServiceSubcategory/Attribute:service_name' => 'Hizmet',
+ 'Class:ServiceSubcategory/Attribute:service_name+' => '',
'Class:ServiceSubcategory/Attribute:status' => 'Status~~',
'Class:ServiceSubcategory/Attribute:status+' => '~~',
'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'implementation~~',
@@ -353,10 +353,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:SLA' => 'SLA~~',
- 'Class:SLA+' => '~~',
- 'Class:SLA/Attribute:name' => 'Name~~',
- 'Class:SLA/Attribute:name+' => '~~',
+ 'Class:SLA' => 'SLA',
+ 'Class:SLA+' => 'Hizmet Seviyesi Anlaşması',
+ 'Class:SLA/Attribute:name' => 'Adı',
+ 'Class:SLA/Attribute:name+' => '',
'Class:SLA/Attribute:description' => 'description~~',
'Class:SLA/Attribute:description+' => '~~',
'Class:SLA/Attribute:org_id' => 'Organization~~',
@@ -374,10 +374,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:SLT' => 'SLT~~',
- 'Class:SLT+' => '~~',
- 'Class:SLT/Attribute:name' => 'Name~~',
- 'Class:SLT/Attribute:name+' => '~~',
+ 'Class:SLT' => 'SLT',
+ 'Class:SLT+' => 'Hizmet Seviyesi Taahütler',
+ 'Class:SLT/Attribute:name' => 'Adı',
+ 'Class:SLT/Attribute:name+' => '',
'Class:SLT/Attribute:priority' => 'Priority~~',
'Class:SLT/Attribute:priority+' => '~~',
'Class:SLT/Attribute:priority/Value:1' => 'critical~~',
@@ -394,14 +394,14 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:SLT/Attribute:request_type/Value:incident+' => 'incident~~',
'Class:SLT/Attribute:request_type/Value:service_request' => 'service request~~',
'Class:SLT/Attribute:request_type/Value:service_request+' => 'service request~~',
- 'Class:SLT/Attribute:metric' => 'Metric~~',
- 'Class:SLT/Attribute:metric+' => '~~',
+ 'Class:SLT/Attribute:metric' => 'Metrik',
+ 'Class:SLT/Attribute:metric+' => '',
'Class:SLT/Attribute:metric/Value:tto' => 'TTO~~',
'Class:SLT/Attribute:metric/Value:tto+' => 'TTO~~',
'Class:SLT/Attribute:metric/Value:ttr' => 'TTR~~',
'Class:SLT/Attribute:metric/Value:ttr+' => 'TTR~~',
- 'Class:SLT/Attribute:value' => 'Value~~',
- 'Class:SLT/Attribute:value+' => '~~',
+ 'Class:SLT/Attribute:value' => 'Değer',
+ 'Class:SLT/Attribute:value+' => '',
'Class:SLT/Attribute:unit' => 'Unit~~',
'Class:SLT/Attribute:unit+' => '~~',
'Class:SLT/Attribute:unit/Value:hours' => 'hours~~',
@@ -463,8 +463,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
- 'Class:lnkCustomerContractToProviderContract' => 'Link Customer Contract / Provider Contract~~',
- 'Class:lnkCustomerContractToProviderContract+' => '~~',
+ 'Class:lnkCustomerContractToProviderContract' => 'Müşteri ve Tedarikçi Sözleşmesi ilişkilendirmesi',
+ 'Class:lnkCustomerContractToProviderContract+' => '',
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id' => 'Customer contract~~',
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id+' => '~~',
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_name' => 'Customer contract Name~~',
diff --git a/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php
index 7f4b1f897..f63362e80 100755
--- a/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php
+++ b/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2019 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/datamodels/2.x/itop-tickets/cs.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/cs.dict.itop-tickets.php
index e7ee8a7ab..b3e7199af 100755
--- a/datamodels/2.x/itop-tickets/cs.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/cs.dict.itop-tickets.php
@@ -70,7 +70,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Interní záznam',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
+ 'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
'Class:Ticket/Attribute:contacts_list+' => 'Všechny kontakty spojené s tímto tiketem',
'Class:Ticket/Attribute:functionalcis_list' => 'Konfigurační položky',
'Class:Ticket/Attribute:functionalcis_list+' => 'Všechny konfigurační položky ovlivněné tímto tiketem',
diff --git a/datamodels/2.x/itop-tickets/da.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/da.dict.itop-tickets.php
index 429aadde9..ee24f1095 100644
--- a/datamodels/2.x/itop-tickets/da.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/da.dict.itop-tickets.php
@@ -55,7 +55,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Privat Log',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Kontakt',
+ 'Class:Ticket/Attribute:contacts_list' => 'Kontakt',
'Class:Ticket/Attribute:contacts_list+' => '',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
'Class:Ticket/Attribute:functionalcis_list+' => '',
diff --git a/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php
index f5549f675..30f1ac24c 100755
--- a/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php
@@ -57,7 +57,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Privates Log',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Kontakte',
+ 'Class:Ticket/Attribute:contacts_list' => 'Kontakte',
'Class:Ticket/Attribute:contacts_list+' => '',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
'Class:Ticket/Attribute:functionalcis_list+' => '',
diff --git a/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php
index da6d0344f..006c67e3a 100755
--- a/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -71,7 +71,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Private log',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Contacts',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contacts',
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted by this ticket. Items marked as "Computed" have been automatically marked as impacted. Items marked as "Not impacted" are excluded from the impact.',
@@ -253,12 +253,3 @@ Dict::Add('EN US', 'English', 'English', array(
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved',
'Brick:Portal:ClosedRequests:Title' => 'Closed requests',
));
-
-//
-// Class: lnkFunctionalCIToTicket
-//
-
-Dict::Add('EN US', 'English', 'English', array(
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '',
-));
diff --git a/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php
index e2d749e91..41e3016f5 100755
--- a/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php
@@ -69,7 +69,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:Ticket/Attribute:close_date+' => 'Fecha de Cierre',
'Class:Ticket/Attribute:private_log' => 'Bitácora Privada',
'Class:Ticket/Attribute:private_log+' => 'Bitácora Privada',
- 'Class:Ticket/Attribute:contacts_list' => 'Contactos',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contactos',
'Class:Ticket/Attribute:contacts_list+' => 'Contactos',
'Class:Ticket/Attribute:functionalcis_list' => 'ECs',
'Class:Ticket/Attribute:functionalcis_list+' => 'Elementos de Configuración',
@@ -251,12 +251,3 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Solucionado',
'Brick:Portal:ClosedRequests:Title' => 'Requerimientos Cerrados',
));
-
-//
-// Class: lnkFunctionalCIToTicket
-//
-
-Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
-));
diff --git a/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php
index aa5be3682..0ed6db14f 100755
--- a/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php
@@ -57,7 +57,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Journal privé',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Contacts',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contacts',
'Class:Ticket/Attribute:contacts_list+' => '',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
'Class:Ticket/Attribute:functionalcis_list+' => 'Tous les éléments de configuration impactés par ce ticket. Les éléments marqués comme "Calculés" sont le résultat du calcul de l\'analyse d\'impact. Les éléments marqués comme "Non impactés" sont exclus de cette analyse.',
diff --git a/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php
index de6799133..ced75222f 100755
--- a/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php
@@ -54,7 +54,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Ticket/Attribute:close_date+' => '~~',
'Class:Ticket/Attribute:private_log' => 'Private log~~',
'Class:Ticket/Attribute:private_log+' => '~~',
- 'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
diff --git a/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php
index 527a13902..d71680576 100755
--- a/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php
@@ -54,7 +54,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Private log~~',
'Class:Ticket/Attribute:private_log+' => '~~',
- 'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
diff --git a/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php
index 3d7cb910a..229df77d2 100755
--- a/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php
@@ -54,7 +54,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => '個人ログ',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => '連絡先',
+ 'Class:Ticket/Attribute:contacts_list' => '連絡先',
'Class:Ticket/Attribute:contacts_list+' => '',
'Class:Ticket/Attribute:functionalcis_list' => 'CI',
'Class:Ticket/Attribute:functionalcis_list+' => '',
diff --git a/datamodels/2.x/itop-tickets/nl.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/nl.dict.itop-tickets.php
index 8af20c645..42176d196 100644
--- a/datamodels/2.x/itop-tickets/nl.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/nl.dict.itop-tickets.php
@@ -73,7 +73,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Privélog',
'Class:Ticket/Attribute:private_log+' => 'Interne commentaar',
- 'Class:Ticket/Attribute:contacts_list' => 'Contacten',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contacten',
'Class:Ticket/Attribute:contacts_list+' => 'Alle contacten gerelateerd aan dit ticket',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
'Class:Ticket/Attribute:functionalcis_list+' => 'Alle configuratie-items die impact hebben op dit ticket',
diff --git a/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php
index e7f3dc6f1..5841d5cdc 100755
--- a/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php
@@ -68,7 +68,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Log privado',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Contatos',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contatos',
'Class:Ticket/Attribute:contacts_list+' => 'Todos os contatos vinculados a essa solicitação',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
'Class:Ticket/Attribute:functionalcis_list+' => 'Todos os itens de configuração afetados por essa solicitação',
@@ -122,8 +122,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref',
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
+ 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Título do bilhete',
+ 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '',
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CIs',
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'Nome CI',
@@ -250,12 +250,3 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolvido',
'Brick:Portal:ClosedRequests:Title' => 'Fechar solicitações',
));
-
-//
-// Class: lnkFunctionalCIToTicket
-//
-
-Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Título do bilhete',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '',
-));
diff --git a/datamodels/2.x/itop-tickets/sk.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/sk.dict.itop-tickets.php
index a9671a42e..cb217cb6c 100644
--- a/datamodels/2.x/itop-tickets/sk.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/sk.dict.itop-tickets.php
@@ -67,7 +67,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => 'Skrytý záznam',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
+ 'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
'Class:Ticket/Attribute:contacts_list+' => '',
'Class:Ticket/Attribute:functionalcis_list' => 'Komponenty',
'Class:Ticket/Attribute:functionalcis_list+' => '',
@@ -249,12 +249,3 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
));
-
-//
-// Class: lnkFunctionalCIToTicket
-//
-
-Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
-));
diff --git a/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php
index 2b00ff27e..b3ac9341e 100755
--- a/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php
@@ -72,7 +72,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Ticket/Attribute:close_date+' => '~~',
'Class:Ticket/Attribute:private_log' => 'Private log~~',
'Class:Ticket/Attribute:private_log+' => '~~',
- 'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
+ 'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
diff --git a/datamodels/2.x/itop-tickets/zh_cn.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/zh_cn.dict.itop-tickets.php
index 91127a04d..deef5656f 100755
--- a/datamodels/2.x/itop-tickets/zh_cn.dict.itop-tickets.php
+++ b/datamodels/2.x/itop-tickets/zh_cn.dict.itop-tickets.php
@@ -67,7 +67,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Ticket/Attribute:close_date+' => '',
'Class:Ticket/Attribute:private_log' => '私信',
'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => '联系人',
+ 'Class:Ticket/Attribute:contacts_list' => '联系人',
'Class:Ticket/Attribute:contacts_list+' => '该工单相关的所有联系人',
'Class:Ticket/Attribute:functionalcis_list' => '配置项',
'Class:Ticket/Attribute:functionalcis_list+' => '该工单相关的所有配置项.',
diff --git a/datamodels/2.x/itop-welcome-itil/da.dict.itop-welcome-itil.php b/datamodels/2.x/itop-welcome-itil/da.dict.itop-welcome-itil.php
index 46813427d..d009f36e0 100644
--- a/datamodels/2.x/itop-welcome-itil/da.dict.itop-welcome-itil.php
+++ b/datamodels/2.x/itop-welcome-itil/da.dict.itop-welcome-itil.php
@@ -21,39 +21,39 @@
* along with iTop. If not, see
*/
Dict::Add('DA DA', 'Danish', 'Dansk', array(
- 'Menu:DataSources' => 'Synchronization Data Sources~~',
+ 'Menu:DataSources' => 'Synkroniserings Data Kilder',
'Menu:DataSources+' => 'All Synchronization Data Sources~~',
- 'Menu:WelcomeMenu' => 'Welcome~~',
- 'Menu:WelcomeMenu+' => 'Welcome to iTop~~',
- 'Menu:WelcomeMenuPage' => 'Welcome~~',
- 'Menu:WelcomeMenuPage+' => 'Welcome to iTop~~',
- 'Menu:AdminTools' => 'Admin tools~~',
+ 'Menu:WelcomeMenu' => 'Velkomen',
+ 'Menu:WelcomeMenu+' => 'Velkommen til iTop',
+ 'Menu:WelcomeMenuPage' => 'Velkomen',
+ 'Menu:WelcomeMenuPage+' => 'Velkommen til iTop',
+ 'Menu:AdminTools' => 'Admin værktøjer',
'Menu:AdminTools+' => 'Administration tools~~',
- 'Menu:AdminTools?' => 'Tools accessible only to users having the administrator profile~~',
+ 'Menu:AdminTools?' => 'Værktøjer kun tilgængelige for brugere med administrator profil',
'Menu:DataModelMenu' => 'Data Model~~',
'Menu:DataModelMenu+' => 'Overview of the Data Model~~',
'Menu:ExportMenu' => 'Export~~',
'Menu:ExportMenu+' => 'Export the results of any query in HTML, CSV or XML~~',
- 'Menu:NotificationsMenu' => 'Notifications~~',
+ 'Menu:NotificationsMenu' => 'Notifikationer',
'Menu:NotificationsMenu+' => 'Configuration of the Notifications~~',
- 'Menu:AuditCategories' => 'Audit Categories~~',
+ 'Menu:AuditCategories' => 'Audit Kategorier',
'Menu:AuditCategories+' => 'Audit Categories~~',
- 'Menu:Notifications:Title' => 'Audit Categories~~',
- 'Menu:RunQueriesMenu' => 'Run Queries~~',
+ 'Menu:Notifications:Title' => 'Audit Kategorier',
+ 'Menu:RunQueriesMenu' => 'Kør forespørgsler',
'Menu:RunQueriesMenu+' => 'Run any query~~',
- 'Menu:QueryMenu' => 'Query phrasebook~~',
+ 'Menu:QueryMenu' => 'Query parlør',
'Menu:QueryMenu+' => 'Query phrasebook~~',
- 'Menu:UniversalSearchMenu' => 'Universal Search~~',
+ 'Menu:UniversalSearchMenu' => 'Universal Søgning',
'Menu:UniversalSearchMenu+' => 'Search for anything...~~',
- 'Menu:UserManagementMenu' => 'User Management~~',
+ 'Menu:UserManagementMenu' => 'Bruger styring',
'Menu:UserManagementMenu+' => 'User management~~',
- 'Menu:ProfilesMenu' => 'Profiles~~',
+ 'Menu:ProfilesMenu' => 'Profiler',
'Menu:ProfilesMenu+' => 'Profiles~~',
- 'Menu:ProfilesMenu:Title' => 'Profiles~~',
- 'Menu:UserAccountsMenu' => 'User Accounts~~',
+ 'Menu:ProfilesMenu:Title' => 'Profiler',
+ 'Menu:UserAccountsMenu' => 'Bruger konti',
'Menu:UserAccountsMenu+' => 'User Accounts~~',
- 'Menu:UserAccountsMenu:Title' => 'User Accounts~~',
- 'Menu:MyShortcuts' => 'My Shortcuts~~',
+ 'Menu:UserAccountsMenu:Title' => 'Bruger konti',
+ 'Menu:MyShortcuts' => 'Mine Genveje',
));
//
diff --git a/datamodels/2.x/itop-welcome-itil/en.dict.itop-welcome-itil.php b/datamodels/2.x/itop-welcome-itil/en.dict.itop-welcome-itil.php
index 561715913..f3efad0de 100644
--- a/datamodels/2.x/itop-welcome-itil/en.dict.itop-welcome-itil.php
+++ b/datamodels/2.x/itop-welcome-itil/en.dict.itop-welcome-itil.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
diff --git a/dictionaries/cs.dictionary.itop.core.php b/dictionaries/cs.dictionary.itop.core.php
index 78fb4fd6e..3dd5f694d 100755
--- a/dictionaries/cs.dictionary.itop.core.php
+++ b/dictionaries/cs.dictionary.itop.core.php
@@ -44,20 +44,20 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'List of tags~~',
- 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
'Core:AttributeSet:placeholder' => 'click to add~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'Pole objektů (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Pole objektů (N-N)',
'Core:AttributeLinkedSetIndirect+' => 'Jakékoli objekty stejné třídy, nebo podtřídy',
'Core:AttributeInteger' => 'Celé číslo (integer)',
@@ -105,7 +105,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Core:AttributePassword' => 'Heslo',
'Core:AttributePassword+' => 'Heslo k externímu zařízení',
- 'Core:AttributeEncryptedString' => 'Šifrovaný řetězec',
+ 'Core:AttributeEncryptedString' => 'Šifrovaný řetězec',
'Core:AttributeEncryptedString+' => 'Řetězec šifrovaný lokálním klíčem',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
@@ -863,8 +863,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing/runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
@@ -908,7 +908,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Core:BulkExport:XMLOptions' => 'Možnosti XML',
'Core:BulkExport:SpreadsheetFormat' => 'HTML tabulka (*.html)',
'Core:BulkExport:SpreadsheetOptions' => 'Možnosti tabulky',
- 'Core:BulkExport:OptionNoLocalize' => 'Export Code instead of Label~~',
+ 'Core:BulkExport:OptionNoLocalize' => 'Nepřekládat hodnoty číselníků',
'Core:BulkExport:OptionLinkSets' => 'Zahrnout odkazované objekty',
'Core:BulkExport:OptionFormattedText' => 'Zachovat formátování textu',
'Core:BulkExport:ScopeDefinition' => 'Definice objektů k exportu',
diff --git a/dictionaries/cs.dictionary.itop.ui.php b/dictionaries/cs.dictionary.itop.ui.php
index 7291c8ec9..8796de9c9 100755
--- a/dictionaries/cs.dictionary.itop.ui.php
+++ b/dictionaries/cs.dictionary.itop.ui.php
@@ -132,7 +132,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:User/Attribute:status+' => '',
'Class:User/Attribute:status/Value:enabled' => 'Aktivní',
'Class:User/Attribute:status/Value:disabled' => 'Neaktivní',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Uživatelské jméno musí být jedinečné - "%1s" je již použito.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Uživateli musí být přidělen alespoň jeden profil.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~',
@@ -343,7 +343,7 @@ 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 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:WelcomeMenuPage' => 'Vítejte', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -418,7 +418,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Button:Insert' => 'Insert~~',
'UI:Button:More' => 'More~~',
'UI:Button:Less' => 'Less~~',
-
+
'UI:SearchToggle' => 'Hledání',
'UI:ClickToCreateNew' => 'Nový objekt (%1$s)',
'UI:SearchFor_Class' => 'Hledat objekty třídy %1$s',
@@ -438,7 +438,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Nemohu zapisovat do dočasného adresáře (tmp). upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Nahrávání zastaveno díky příponě. (Původní jméno souboru = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Nahrávání selhalo z neznámé příčiny. (Kód chyby = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Chyba: pro tuto operaci musí být uveden následující parametr: %1$s.',
'UI:Error:2ParametersMissing' => 'Chyba: pro tuto operaci musí být uvedeny následující parametry: %1$s a %2$s.',
'UI:Error:3ParametersMissing' => 'Chyba: pro tuto operaci musí být uvedeny následující parametry: %1$s, %2$s a %3$s.',
@@ -615,7 +615,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Vyberte prosím mapování pro každé pole.',
'UI:CSVImport:AlertMultipleMapping' => 'Ujistěte se prosím, že cílové pole je mapováno pouze jednou.',
'UI:CSVImport:AlertNoSearchCriteria' => 'Vyberte prosím alespoň jedno vyhledávací kritérium.',
- 'UI:CSVImport:Encoding' => 'Kódování znaků',
+ 'UI:CSVImport:Encoding' => 'Kódování znaků',
'UI:UniversalSearchTitle' => 'iTop - Univerzální hledání',
'UI:UniversalSearch:Error' => 'Chyba: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Vyberte třídu pro hledání: ',
@@ -706,7 +706,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Schema:Label' => 'Název',
'UI:Schema:Label+' => 'Název atributu',
'UI:Schema:Type' => 'Typ',
-
+
'UI:Schema:Type+' => 'Datový typ atributu',
'UI:Schema:Origin' => 'Původ',
'UI:Schema:Origin+' => 'Základní třída, ve které je tento atribut definován',
@@ -796,7 +796,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Mělo být automaticky aktualizováno, ale: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'bude automaticky aktualizováno (obnova: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objekty/linky odkazují na %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objekty/linky odkazují na některé objekty k odstranění',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objekty/linky odkazují na některé objekty k odstranění',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Pro zajištění integrity databáze by měly být odstraněny všechny reference',
'UI:Delete:Consequence+' => 'Co bude vykonáno',
'UI:Delete:SorryDeletionNotAllowed' => 'Nemáte oprávnění k odstranění tohoto objektu',
@@ -845,7 +845,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:FatalErrorMessage' => 'Závažná chyba, iTop nemůže pokračovat.',
'UI:Error_Details' => 'Chyba: %1$s',
- 'UI:PageTitle:ClassProjections' => 'iTop správa uživatelů - projekce tříd',
+ 'UI:PageTitle:ClassProjections' => 'iTop správa uživatelů - projekce tříd',
'UI:PageTitle:ProfileProjections' => 'iTop správa uživatelů - projekce profilů',
'UI:UserManagement:Class' => 'Třída',
'UI:UserManagement:Class+' => 'Třída objektů',
@@ -884,7 +884,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:UserManagement:GrantMatrix' => 'Matice oprávnění',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Spojení mezi uživatelem %1$s a profilem %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Spojení mezi uživatelem %1$s a organizací %2$s',
-
+
'Menu:AdminTools' => 'Administrace', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Nástroje pro administraci', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Nástroje přístupné pouze uživatelům, kteří mají potřbná oprávnění', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -903,28 +903,28 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Objekty infrastruktury podle typu',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Objekty infrastruktury podle stavu',
-'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard pro správu konfigurací (Configuration management)',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Konfigurační položky podle stavu',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Konfigurační položky podle typu',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard pro správu konfigurací (Configuration management)',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Konfigurační položky podle stavu',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Konfigurační položky podle typu',
-'UI:RequestMgmtMenuOverview:Title' => 'Dashboard pro správu požadavků (Request management)',
-'UI-RequestManagementOverview-RequestByService' => 'Požadavky uživatelů podle služby',
-'UI-RequestManagementOverview-RequestByPriority' => 'Požadavky uživatelů podle priority',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Nepřidělené požadavky',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Dashboard pro správu požadavků (Request management)',
+ 'UI-RequestManagementOverview-RequestByService' => 'Požadavky uživatelů podle služby',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Požadavky uživatelů podle priority',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Nepřidělené požadavky',
-'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard pro správu incidentů (Incident management)',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidenty podle služby',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidenty podle priority',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Nepřidělené incidenty',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard pro správu incidentů (Incident management)',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidenty podle služby',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidenty podle priority',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Nepřidělené incidenty',
-'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard pro řízení změn (Change management)',
-'UI-ChangeManagementOverview-ChangeByType' => 'Změny podle typu',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Nepřidělené změny',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Výpadky z důvodu změn',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard pro řízení změn (Change management)',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Změny podle typu',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Nepřidělené změny',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Výpadky z důvodu změn',
-'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard pro správu služeb (Service Management)',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Smlouvy se zákazníky k obnovení do 30 dní',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Smlouvy s poskytovateli k obnovení do 30 dní',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard pro správu služeb (Service Management)',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Smlouvy se zákazníky k obnovení do 30 dní',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Smlouvy s poskytovateli k obnovení do 30 dní',
'UI:ContactsMenu' => 'Kontakty',
'UI:ContactsMenu+' => 'Kontakty',
@@ -935,13 +935,13 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Menu:CSVImportMenu' => 'CSV import', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'Hromadné vytvoření nebo aktualizace', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Datový model', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Přehled datového modelu', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Exportovat', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Exportovat výsledky jakéhokoli dotazu do HTML, CSV nebo XML', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Upozornění', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Konfigurace upozornění', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Konfigurace upozornění',
@@ -976,19 +976,19 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Menu:AuditCategories' => 'Kategorie auditu', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Kategorie auditu', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Kategorie auditu', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Provést dotaz', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => 'Provést dotaz', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Knihovna dotazů', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Knihovna dotazů', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Správa dat', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Správa dat', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Univerzální hledání', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Hledejte cokoli...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Správa uživatelů', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'Správa uživatelů', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1010,9 +1010,9 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Download-CSV' => 'Stáhnout %1$s',
'UI:DeadlineMissedBy_duration' => 'Zmeškáno o %1$s',
- 'UI:Deadline_LessThan1Min' => 'méně než 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => 'méně než 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dd %2$dh %3$dmin',
'UI:Help' => 'Nápověda',
'UI:PasswordConfirm' => '(Potvrzení)',
@@ -1064,8 +1064,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Portal:ChangeMyPassword' => 'Změnit heslo',
'Portal:Disconnect' => 'Odpojit',
'Portal:OpenRequests' => 'Mé otevřené požadavky',
- 'Portal:ClosedRequests' => 'Mé uzavřené požadavky',
- 'Portal:ResolvedRequests' => 'Mé vyřešené požadavky',
+ 'Portal:ClosedRequests' => 'Mé uzavřené požadavky',
+ 'Portal:ResolvedRequests' => 'Mé vyřešené požadavky',
'Portal:SelectService' => 'Vyberte službu z katalogu:',
'Portal:PleaseSelectOneService' => 'Vyberte prosím jednu službu',
'Portal:SelectSubcategoryFrom_Service' => 'Vyberte podkategorii pro službu %1$s:',
@@ -1084,7 +1084,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Portal:RemoveAttachment' => ' Odstranit přílohu ',
'Portal:Attachment_No_To_Ticket_Name' => 'Příloha č. %1$d k %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Zvolte šablonu pro %1$s',
- 'Enum:Undefined' => 'Nedefinováno',
+ 'Enum:Undefined' => 'Nedefinováno',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$sd %2$sh %3$sm %4$ss',
'UI:ModifyAllPageTitle' => 'Upravit vše',
'UI:Modify_N_ObjectsOf_Class' => 'Úprava %1$d objektů třídy %2$s',
@@ -1096,7 +1096,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:BulkModifyStatus' => 'Stav',
'UI:BulkModifyStatus+' => 'Stav operace',
'UI:BulkModifyErrors' => 'Chyby',
- 'UI:BulkModifyErrors+' => 'Chyby zabraňující úpravám',
+ 'UI:BulkModifyErrors+' => 'Chyby zabraňující úpravám',
'UI:BulkModifyStatusOk' => 'OK',
'UI:BulkModifyStatusError' => 'Chyba',
'UI:BulkModifyStatusModified' => 'Upraveno',
@@ -1190,8 +1190,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:DashboardEdit:Layout' => 'Uspořádání',
'UI:DashboardEdit:Properties' => 'Dashboard - vlastnosti',
- 'UI:DashboardEdit:Dashlets' => 'Dostupné dashlety',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet - vlastnosti',
+ 'UI:DashboardEdit:Dashlets' => 'Dostupné dashlety',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet - vlastnosti',
'UI:Form:Property' => 'Vlastnost',
'UI:Form:Value' => 'Hodnota',
@@ -1302,7 +1302,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Month-10' => 'Říjen',
'Month-11' => 'Listopad',
'Month-12' => 'Prosinec',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Ne',
'DayOfWeek-Monday-Min' => 'Po',
@@ -1324,7 +1324,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Month-11-Short' => 'Lis',
'Month-12-Short' => 'Pro',
'Calendar-FirstDayOfWeek' => '1', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Vytvořit odkaz',
'UI:ShortcutRenameDlg:Title' => 'Přejmenovat odkaz',
'UI:ShortcutListDlg:Title' => 'Vytvořit odkaz na seznam',
@@ -1374,7 +1374,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
| i | minuty (2 znaky, např. 00..59) |
| s | sekundy (2 znaky, např. 00..59) |
',
-
+
'UI:Button:Remove' => 'Odstranit',
'UI:AddAnExisting_Class' => 'Přidat objekty typu %1$s...',
'UI:SelectionOf_Class' => 'Výběr objektů typu %1$s',
@@ -1387,13 +1387,13 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:About:InstallationOptions' => 'Installation options~~',
'UI:About:ManualExtensionSource' => 'Extension~~',
'UI:About:Extension_Version' => 'Version: %1$s~~',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'Data~~',
+
'UI:DisconnectedDlgMessage' => 'Byli jste odpojeni. Pokud chcete aplikaci nadále používat, musíte se znovu přihlásit.',
'UI:DisconnectedDlgTitle' => 'Varování!',
'UI:LoginAgain' => 'Znovu přihlásit',
'UI:StayOnThePage' => 'Zůstat na této stránce',
-
+
'ExcelExporter:ExportMenu' => 'Export do Excelu',
'ExcelExporter:ExportDialogTitle' => 'Export do Excelu',
'ExcelExporter:ExportButton' => 'Export',
@@ -1413,16 +1413,16 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:CurrentObjectLockExpired_Explanation' => 'Objekt byl znovu odemčen. Nemůžete odeslat své úpravy, protože objekt mezitím mohl být upraven někým jiným.',
'UI:ConcurrentLockKilled' => 'Váš zámek tohoto objektu byl odstraněn někým jiným.',
'UI:Menu:KillConcurrentLock' => 'Odtranit zámek. (Znemožní uložení úprav osobě, která zámek vytvořila)',
-
+
'UI:Menu:ExportPDF' => 'PDF export',
'UI:Menu:PrintableVersion' => 'Verze pro tisk',
-
+
'UI:BrowseInlineImages' => 'Procházet obrázky...',
'UI:UploadInlineImageLegend' => 'Nahrát nový obrázek',
'UI:SelectInlineImageToUpload' => 'Vyberte obrázek',
'UI:AvailableInlineImagesLegend' => 'Dostupné obrázky',
'UI:NoInlineImage' => 'Na serveru není dostupný žádný obrázek. Nahrajte nějaký pomocí tlačítka výše.',
-
+
'UI:ToggleFullScreen' => 'Přepnout zobrazení',
'UI:Button:ResetImage' => 'Obnovit původní obrázek',
'UI:Button:RemoveImage' => 'Odebrat obrázek',
@@ -1472,20 +1472,20 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any~~',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/da.dictionary.itop.core.php b/dictionaries/da.dictionary.itop.core.php
index 75fdd1c9d..b4fc4d471 100644
--- a/dictionaries/da.dictionary.itop.core.php
+++ b/dictionaries/da.dictionary.itop.core.php
@@ -42,20 +42,20 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'List of tags~~',
- 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
'Core:AttributeSet:placeholder' => 'click to add~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'Array af objekter (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Array af objekter (N-N)',
'Core:AttributeLinkedSetIndirect+' => '',
'Core:AttributeInteger' => 'Integer',
@@ -103,7 +103,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Core:AttributePassword' => 'Password',
'Core:AttributePassword+' => '',
- 'Core:AttributeEncryptedString' => 'Krypteret streng',
+ 'Core:AttributeEncryptedString' => 'Krypteret streng',
'Core:AttributeEncryptedString+' => '',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
@@ -861,8 +861,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
diff --git a/dictionaries/da.dictionary.itop.ui.php b/dictionaries/da.dictionary.itop.ui.php
index c8ce43a1a..353f5b6c7 100644
--- a/dictionaries/da.dictionary.itop.ui.php
+++ b/dictionaries/da.dictionary.itop.ui.php
@@ -119,7 +119,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.~~',
'Class:User/Attribute:status/Value:enabled' => 'Enabled~~',
'Class:User/Attribute:status/Value:disabled' => 'Disabled~~',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Login skal være entydig - "%1s" er allerede i brug.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Mindst en profil skal knyttes til denne bruger.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~',
@@ -330,7 +330,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'BooleanLabel:yes' => 'yes~~',
'BooleanLabel:no' => 'no~~',
- 'UI:Login:Title' => 'iTop login~~',
+ 'UI:Login:Title' => 'iTop login~~',
'Menu:WelcomeMenu' => 'Velkomen', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'Velkommen til iTop', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Velkomen', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -405,7 +405,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Button:Insert' => 'Insert~~',
'UI:Button:More' => 'More~~',
'UI:Button:Less' => 'Less~~',
-
+
'UI:SearchToggle' => 'Søg',
'UI:ClickToCreateNew' => 'Opret nyt objekt af typen %1$s ',
'UI:SearchFor_Class' => 'Søg efter objekter af typen %1$s ',
@@ -425,7 +425,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Kan ikke skrive den midlertidige fil til disken: upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Upload stoppet på grund af filtype. (Original fil navn = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Fil upload fejlede, ukendt årsag. (Fejl kode = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Fejl: følgende parameter skal angives for denne operation: %1$s.',
'UI:Error:2ParametersMissing' => 'Fejl: følgende parametre skal angives for denne operation: %1$s and %2$s.',
'UI:Error:3ParametersMissing' => 'Fejl: følgende parametre skal angives for denne operation: %1$s, %2$s and %3$s.',
@@ -602,7 +602,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Vælg venligst en mapning for hvert felt.',
'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
'UI:CSVImport:AlertNoSearchCriteria' => 'Vælg venligst mindst et søgekriterie',
- 'UI:CSVImport:Encoding' => 'Karakter encoding',
+ 'UI:CSVImport:Encoding' => 'Karakter encoding',
'UI:UniversalSearchTitle' => 'iTop - Universal Søgning',
'UI:UniversalSearch:Error' => 'Fejl: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Vælg klasse at søge efter: ',
@@ -693,7 +693,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Schema:Label' => 'Label',
'UI:Schema:Label+' => 'Label for attributten',
'UI:Schema:Type' => 'Type',
-
+
'UI:Schema:Type+' => 'Datatype for attributten',
'UI:Schema:Origin' => 'Oprindelse',
'UI:Schema:Origin+' => 'Basisklasse, hvor denne attribut er defineret',
@@ -783,7 +783,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Skulle blive automatisk opdateret, men: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'Vil blive automatisk opdateret (reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objekter/links refererer %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objekter/links refererer til nogle af de objekter som slettes',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objekter/links refererer til nogle af de objekter som slettes',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'For at sikre Database integritet, skal alle referencer slettes',
'UI:Delete:Consequence+' => '',
'UI:Delete:SorryDeletionNotAllowed' => 'Beklager, du har ikke tilladelse til at slette dette objekt, se the detaljeret forklaring ovenfor',
@@ -832,7 +832,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:FatalErrorMessage' => 'Fatal fejl, iTop kan ikke fortsætte.',
'UI:Error_Details' => 'Fejl: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop bruger styring - klasse projection',
+ 'UI:PageTitle:ClassProjections' => 'iTop bruger styring - klasse projection',
'UI:PageTitle:ProfileProjections' => 'iTop bruger styring - profil projection',
'UI:UserManagement:Class' => 'Klasse',
'UI:UserManagement:Class+' => '',
@@ -871,7 +871,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:UserManagement:GrantMatrix' => 'Grant Matrix',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Link mellem %1$s and %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Link mellem %1$s og %2$s',
-
+
'Menu:AdminTools' => 'Admin værktøjer', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Værktøjer kun tilgængelige for brugere med administrator profil', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -890,28 +890,28 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Infrastruktur objekter efter type',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infrastruktur objekter efter status',
-'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard for Configuration Management',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items efter status',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items efter type',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard for Configuration Management',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items efter status',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items efter type',
-'UI:RequestMgmtMenuOverview:Title' => 'Dashboard for Anmodnings styring',
-'UI-RequestManagementOverview-RequestByService' => 'Bruger anmodninger efter service',
-'UI-RequestManagementOverview-RequestByPriority' => 'Bruger anmodninger efter prioritet',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Bruger anmodninger endnu ikke tildelt',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Dashboard for Anmodnings styring',
+ 'UI-RequestManagementOverview-RequestByService' => 'Bruger anmodninger efter service',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Bruger anmodninger efter prioritet',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Bruger anmodninger endnu ikke tildelt',
-'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard for Incident Management',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidents efter service',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents efter prioritet',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents endnu ikke tildelt',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard for Incident Management',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidents efter service',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents efter prioritet',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents endnu ikke tildelt',
-'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard for Change Management~~',
-'UI-ChangeManagementOverview-ChangeByType' => 'Changes efter type',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes endnu ikke tildelt',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Udfald på grund af changes (ændringer)',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard for Change Management~~',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Changes efter type',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes endnu ikke tildelt',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Udfald på grund af changes (ændringer)',
-'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard for Service Management',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Kunde kontrakter til fornyelse indenfor 30 dage',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Leverandør kontrakter til fornyelse indenfor 30 dage',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard for Service Management',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Kunde kontrakter til fornyelse indenfor 30 dage',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Leverandør kontrakter til fornyelse indenfor 30 dage',
'UI:ContactsMenu' => 'Kontakter',
'UI:ContactsMenu+' => '',
@@ -922,13 +922,13 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Menu:CSVImportMenu' => 'CSV import', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Data Model', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Export', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Notifikationer', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Konfiguration af Notifikationer~~',
@@ -965,19 +965,19 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'Menu:AuditCategories' => 'Audit Kategorier', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Audit Kategorier', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Kør forespørgsler', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Query parlør', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Data administration', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Universal Søgning', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Bruger styring', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -999,9 +999,9 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'UI:Download-CSV' => 'Download %1$s',
'UI:DeadlineMissedBy_duration' => 'Overskredet med %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dd %2$dh %3$dmin',
'UI:Help' => 'Hjælp',
'UI:PasswordConfirm' => '(Bekræft)',
@@ -1053,8 +1053,8 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'Portal:ChangeMyPassword' => 'Skift password',
'Portal:Disconnect' => 'Disconnect',
'Portal:OpenRequests' => 'Mine åbne anmodninger',
- 'Portal:ClosedRequests' => 'Mine lukkede anmodninger',
- 'Portal:ResolvedRequests' => 'Mine løste anmodninger',
+ 'Portal:ClosedRequests' => 'Mine lukkede anmodninger',
+ 'Portal:ResolvedRequests' => 'Mine løste anmodninger',
'Portal:SelectService' => 'Vælg en ydelse fra kataloget:',
'Portal:PleaseSelectOneService' => 'Vælg venligst en ydelse',
'Portal:SelectSubcategoryFrom_Service' => 'Vælg en under-kategori for ydelsen %1$s:',
@@ -1073,7 +1073,7 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'Portal:RemoveAttachment' => ' Fjern vedhæftning ',
'Portal:Attachment_No_To_Ticket_Name' => 'Vedhæftning #%1$d til %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Vælg en skabelon for %1$s',
- 'Enum:Undefined' => 'Udefineret',
+ 'Enum:Undefined' => 'Udefineret',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Dage %2$s Timer %3$s Minutter %4$s Sekunder',
'UI:ModifyAllPageTitle' => 'Modificer Alle',
'UI:Modify_N_ObjectsOf_Class' => 'Ændrer %1$d objekter af klasse %2$s',
@@ -1085,7 +1085,7 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'UI:BulkModifyStatus' => 'Operation',
'UI:BulkModifyStatus+' => '',
'UI:BulkModifyErrors' => 'Fejl (hvis nogen)',
- 'UI:BulkModifyErrors+' => '',
+ 'UI:BulkModifyErrors+' => '',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Fejl',
'UI:BulkModifyStatusModified' => 'Ændret',
@@ -1179,8 +1179,8 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'UI:DashboardEdit:Layout' => 'Layout',
'UI:DashboardEdit:Properties' => 'Dashboard Egenskaber',
- 'UI:DashboardEdit:Dashlets' => 'Tilgængelige Dashlets',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet Egenskaber',
+ 'UI:DashboardEdit:Dashlets' => 'Tilgængelige Dashlets',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet Egenskaber',
'UI:Form:Property' => 'Egenskab',
'UI:Form:Value' => 'Værdi',
@@ -1291,7 +1291,7 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'Month-10' => 'October~~',
'Month-11' => 'November~~',
'Month-12' => 'December~~',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Su~~',
'DayOfWeek-Monday-Min' => 'Mo~~',
@@ -1313,7 +1313,7 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'Month-11-Short' => 'Nov~~',
'Month-12-Short' => 'Dec~~',
'Calendar-FirstDayOfWeek' => '0~~', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Opret Genvej...',
'UI:ShortcutRenameDlg:Title' => 'Omdøb genvej',
'UI:ShortcutListDlg:Title' => 'Opret en genvej for denne liste',
@@ -1363,7 +1363,7 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
~~',
-
+
'UI:Button:Remove' => 'Remove~~',
'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
@@ -1376,13 +1376,13 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'UI:About:InstallationOptions' => 'Installation options~~',
'UI:About:ManualExtensionSource' => 'Extension~~',
'UI:About:Extension_Version' => 'Version: %1$s~~',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'Data~~',
+
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
'UI:DisconnectedDlgTitle' => 'Warning!~~',
'UI:LoginAgain' => 'Login again~~',
'UI:StayOnThePage' => 'Stay on this page~~',
-
+
'ExcelExporter:ExportMenu' => 'Excel Export...~~',
'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
'ExcelExporter:ExportButton' => 'Export~~',
@@ -1402,16 +1402,16 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.~~',
'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.~~',
'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
-
+
'UI:Menu:ExportPDF' => 'Export as PDF...~~',
'UI:Menu:PrintableVersion' => 'Printer friendly version~~',
-
+
'UI:BrowseInlineImages' => 'Browse images...~~',
'UI:UploadInlineImageLegend' => 'Upload a new image~~',
'UI:SelectInlineImageToUpload' => 'Select the image to upload~~',
'UI:AvailableInlineImagesLegend' => 'Available images~~',
'UI:NoInlineImage' => 'There is no image available on the server. Use the "Browse" button above to select an image from your computer and upload it to the server.~~',
-
+
'UI:ToggleFullScreen' => 'Toggle Maximize / Minimize~~',
'UI:Button:ResetImage' => 'Recover the previous image~~',
'UI:Button:RemoveImage' => 'Remove the image~~',
@@ -1461,20 +1461,20 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any~~',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/de.dictionary.itop.core.php b/dictionaries/de.dictionary.itop.core.php
index 98707ee7a..3e1dfa706 100644
--- a/dictionaries/de.dictionary.itop.core.php
+++ b/dictionaries/de.dictionary.itop.core.php
@@ -41,20 +41,20 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'Liste von Tags',
- 'Core:AttributeTagSet+' => 'List von Tags',
+ 'Core:AttributeTagSet' => 'Liste von Tags',
+ 'Core:AttributeTagSet+' => 'List von Tags',
'Core:AttributeSet:placeholder' => 'Zum Hinzufügen klicken',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log',
- 'Core:AttributeCaseLog+' => '',
+ 'Core:AttributeCaseLog' => 'Log',
+ 'Core:AttributeCaseLog+' => '',
- 'Core:AttributeMetaEnum' => 'Berechnetes Enum',
- 'Core:AttributeMetaEnum+' => 'Liste berechneter alphanumerischer Strings',
+ 'Core:AttributeMetaEnum' => 'Berechnetes Enum',
+ 'Core:AttributeMetaEnum+' => 'Liste berechneter alphanumerischer Strings',
- 'Core:AttributeLinkedSetIndirect' => 'Array von Objekten (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Array von Objekten (N-N)',
'Core:AttributeLinkedSetIndirect+' => 'Beliebige Art von Objekten der [subclass] der selben Klasse',
'Core:AttributeInteger' => 'Integer',
@@ -102,7 +102,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Core:AttributePassword' => 'Passwort',
'Core:AttributePassword+' => 'Passwort eines externen Geräts',
- 'Core:AttributeEncryptedString' => 'verschlüsselter String',
+ 'Core:AttributeEncryptedString' => 'verschlüsselter String',
'Core:AttributeEncryptedString+' => 'mit einem lokalen Schüssel verschlüsselter String',
'Core:AttributeEncryptUnknownLibrary' => 'Angegebene Library zur Verschlüsslung (%1$s) ist unbekannt',
'Core:AttributeEncryptFailedToDecrypt' => '** Entschlüsslungsfehler **',
@@ -860,8 +860,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Core:ExecProcess:Code255' => 'PHP-Fehler (Parsing oder Laufzeit)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
diff --git a/dictionaries/de.dictionary.itop.ui.php b/dictionaries/de.dictionary.itop.ui.php
index 374e32932..fdb16a4a5 100644
--- a/dictionaries/de.dictionary.itop.ui.php
+++ b/dictionaries/de.dictionary.itop.ui.php
@@ -118,7 +118,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:User/Attribute:status+' => 'Ist das Benutzer aktiviert oder deaktiviert ?',
'Class:User/Attribute:status/Value:enabled' => 'Aktiv',
'Class:User/Attribute:status/Value:disabled' => 'Inaktiv',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Login-Namen müssen unterschiedlich sein - "%1s" benutzt diesen Login-Name bereits.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Mindestens ein Profil muss diesem Benutzer zugewiesen sein.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'Mindestens eine Organisation muss diesem Benutzer zugewiesen sein.',
@@ -329,7 +329,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
Dict::Add('DE DE', 'German', 'Deutsch', array(
'BooleanLabel:yes' => 'Ja',
'BooleanLabel:no' => 'Nein',
- 'UI:Login:Title' => 'iTop Login',
+ 'UI:Login:Title' => 'iTop Login',
'Menu:WelcomeMenu' => 'Willkommen', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'Willkommen bei iTop', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Willkommen', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -404,7 +404,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Button:Insert' => 'Einfügen',
'UI:Button:More' => 'Mehr',
'UI:Button:Less' => 'Weniger',
-
+
'UI:SearchToggle' => 'Suche',
'UI:ClickToCreateNew' => 'Klicken Sie hier, um eine neues Objekt vom Typ %1$s zu erstellen',
'UI:SearchFor_Class' => 'Suche nach Objekten vom Typ "%1$s"',
@@ -424,7 +424,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Nicht möglich, die tempöräre Datei auf die Festplatte zu speichern: upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Der Upload wurde von der Erweiterung gestoppt. (urspünglicher Dateiname = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Dateiupload fehlgeschlagen, unbekannte Ursache (Fehlercode = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Fehler: der folgende Parameter muss für diese Operation spezifiziert sein: %1$s.',
'UI:Error:2ParametersMissing' => 'Fehler: die folgenden Parameter müssen für diese Operation spezifiziert sein: %1$s und %2$s.',
'UI:Error:3ParametersMissing' => 'Fehler: die folgenden Parameter müssen für diese Operation spezifiziert sein: %1$s, %2$s und %3$s.',
@@ -601,7 +601,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Bitte wählen Sie ein Mapping für jedes Feld aus.',
'UI:CSVImport:AlertMultipleMapping' => 'Bitte stellen Sie sicher, dass jedes Zielfeld nur einmal gemapped wird. ',
'UI:CSVImport:AlertNoSearchCriteria' => 'Bitte wählen Sie mindestens ein Suchkriterium aus.',
- 'UI:CSVImport:Encoding' => 'Buchstaben-Codierung',
+ 'UI:CSVImport:Encoding' => 'Buchstaben-Codierung',
'UI:UniversalSearchTitle' => 'iTop - universelle Suche',
'UI:UniversalSearch:Error' => 'Fehler: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Wählen Sie für die Suche die Klasse aus: ',
@@ -692,7 +692,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Schema:Label' => 'Label',
'UI:Schema:Label+' => 'Label des Attributes',
'UI:Schema:Type' => 'Typ',
-
+
'UI:Schema:Type+' => 'Datentyp des Attributes',
'UI:Schema:Origin' => 'Ursprung',
'UI:Schema:Origin+' => 'Die Basisklasse, in welcher dieses Attribut definiert ist.',
@@ -782,7 +782,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Sollte automatisch aktualisiert werden, aber: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'Wird automatisch aktualisiert (Reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d Objekte/Links referenzieren %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d Objekte/Links referenzieren einige der zu löschenden Objekte',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d Objekte/Links referenzieren einige der zu löschenden Objekte',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Um Datenbankintegrität sicherzustellen sollten alle weiteren Referenzen entfernt werden.',
'UI:Delete:Consequence+' => 'Was getan wird',
'UI:Delete:SorryDeletionNotAllowed' => 'Leider ist Ihnen nicht gestattet, dieses Objekt zu löschen. Eine ausführliche Erklärung dazu finden Sie oben',
@@ -831,7 +831,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:FatalErrorMessage' => 'Fataler Fehler! iTop kann leider nicht fortfahren.',
'UI:Error_Details' => 'Fehler: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop Benutzerverwaltung - Klassenabbildung',
+ 'UI:PageTitle:ClassProjections' => 'iTop Benutzerverwaltung - Klassenabbildung',
'UI:PageTitle:ProfileProjections' => 'iTop Benutzerverwaltung - Profilabbildung',
'UI:UserManagement:Class' => 'Klasse',
'UI:UserManagement:Class+' => 'Klasse von Objekten',
@@ -870,7 +870,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:UserManagement:GrantMatrix' => 'Zugriffsmatrix',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Verbindung zwischen %1$s und %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Verbindung zwischen %1$s und %2$s',
-
+
'Menu:AdminTools' => 'Admin-Tools', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Administrationswerkzeuge', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Werkzeuge, die nur für Benutzer mit Adminstratorprofil zugänglich sind', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -889,28 +889,28 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Infrastrukturbestandteile nach Typ',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infrastrukturbestandteile nach Status',
-'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard für das Configuration Management',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items nach Status',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items nach Typ',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard für das Configuration Management',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items nach Status',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items nach Typ',
-'UI:RequestMgmtMenuOverview:Title' => 'Dashboard für das Request Management',
-'UI-RequestManagementOverview-RequestByService' => 'Benutzeranfragen nach Service gegliedert',
-'UI-RequestManagementOverview-RequestByPriority' => 'Benutzeranfragen nach Priorität gegliedert',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Benutzeranfragen, die noch nicht an einen Bearbeiter zugeteilt wurden',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Dashboard für das Request Management',
+ 'UI-RequestManagementOverview-RequestByService' => 'Benutzeranfragen nach Service gegliedert',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Benutzeranfragen nach Priorität gegliedert',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Benutzeranfragen, die noch nicht an einen Bearbeiter zugeteilt wurden',
-'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard für Incident Management',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidents nach Service',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents nach Priorität',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents, die noch nicht an einen Bearbeiter zugeteilt wurden',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard für Incident Management',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidents nach Service',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents nach Priorität',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents, die noch nicht an einen Bearbeiter zugeteilt wurden',
-'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard für das Change Management',
-'UI-ChangeManagementOverview-ChangeByType' => 'Changes nach Typ',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes, die noch nicht an einen Bearbeiter zugeteilt wurden',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Ausfälle bedingt durch Changes',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard für das Change Management',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Changes nach Typ',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes, die noch nicht an einen Bearbeiter zugeteilt wurden',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Ausfälle bedingt durch Changes',
-'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard für das Service Management',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Kundenverträge, die in weniger als 30 Tagen erneuert werden müssen',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Provider-Verträge, die in weniger als 30 Tagen erneuert werden müssen',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard für das Service Management',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Kundenverträge, die in weniger als 30 Tagen erneuert werden müssen',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Provider-Verträge, die in weniger als 30 Tagen erneuert werden müssen',
'UI:ContactsMenu' => 'Kontakte',
'UI:ContactsMenu+' => 'Kontakte',
@@ -921,13 +921,13 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Menu:CSVImportMenu' => 'CSV-Import', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'Massenerstellung oder -aktualisierung', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Datenmodell', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Übersicht des Datenmodells', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Export', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Export einer beliebigen Abfrage in HTML, CSV oder XML', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Benachrichtigungen', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Einstellungen der Benachrichtigungen', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Einstellungen der Benachrichtigungen',
@@ -963,19 +963,19 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'Menu:AuditCategories' => 'Audit-Kategorien', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Audit-Kategorien', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Audit-Kategorien', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Abfrage ausführen', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => 'Eine beliebige Abfrage ausführen', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Query-Bibliothek', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Data Management', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Data Management', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Universelle Suche', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Suchen Sie nach beliebigen Inhalt...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'User-Management', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'User-Management', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -997,9 +997,9 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:Download-CSV' => '%1$s herunterladen',
'UI:DeadlineMissedBy_duration' => 'Verpasst um %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 Minute',
- 'UI:Deadline_Minutes' => '%1$d Minuten',
- 'UI:Deadline_Hours_Minutes' => '%1$dStunden %2$dMinuten',
+ 'UI:Deadline_LessThan1Min' => '< 1 Minute',
+ 'UI:Deadline_Minutes' => '%1$d Minuten',
+ 'UI:Deadline_Hours_Minutes' => '%1$dStunden %2$dMinuten',
'UI:Deadline_Days_Hours_Minutes' => '%1$dTage %2$dStunden %3$dMinuten',
'UI:Help' => 'Hilfe',
'UI:PasswordConfirm' => '(Bestätigen)',
@@ -1051,8 +1051,8 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'Portal:ChangeMyPassword' => 'Mein Passwort ändern',
'Portal:Disconnect' => 'Abmelden',
'Portal:OpenRequests' => 'Meine offenen Requests',
- 'Portal:ClosedRequests' => 'Meine geschlossenen Requests',
- 'Portal:ResolvedRequests' => 'Meine gelösten Requests',
+ 'Portal:ClosedRequests' => 'Meine geschlossenen Requests',
+ 'Portal:ResolvedRequests' => 'Meine gelösten Requests',
'Portal:SelectService' => 'Wählen Sie einen Service aus dem Katalog:',
'Portal:PleaseSelectOneService' => 'Bitte wählen Sie einen Service',
'Portal:SelectSubcategoryFrom_Service' => 'Wählen Sie einen Unterkategorie für diesen Service vom Typ "%1$s":',
@@ -1071,7 +1071,7 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'Portal:RemoveAttachment' => 'Attachment entfernen',
'Portal:Attachment_No_To_Ticket_Name' => 'Attachment #%1$d an %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Wählen Sie eine Template für %1$s',
- 'Enum:Undefined' => 'Nicht definiert',
+ 'Enum:Undefined' => 'Nicht definiert',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Tage %2$s Stunden %3$s Minuten %4$s Sekunden',
'UI:ModifyAllPageTitle' => 'Alle modifizieren',
'UI:Modify_N_ObjectsOf_Class' => 'Modifiziere %1$d Objekte der Klasse %2$s',
@@ -1083,7 +1083,7 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:BulkModifyStatus' => 'Operation',
'UI:BulkModifyStatus+' => '',
'UI:BulkModifyErrors' => 'Fehler (falls vorhanden)',
- 'UI:BulkModifyErrors+' => '',
+ 'UI:BulkModifyErrors+' => '',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Fehler',
'UI:BulkModifyStatusModified' => 'Modifiziert',
@@ -1177,8 +1177,8 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:DashboardEdit:Layout' => 'Layout',
'UI:DashboardEdit:Properties' => 'Dashboard-Einstellungen',
- 'UI:DashboardEdit:Dashlets' => 'Verfügbare Dashlets',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet-Einstellungen',
+ 'UI:DashboardEdit:Dashlets' => 'Verfügbare Dashlets',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet-Einstellungen',
'UI:Form:Property' => 'Einstellung',
'UI:Form:Value' => 'Wert',
@@ -1289,7 +1289,7 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'Month-10' => 'Oktober',
'Month-11' => 'November',
'Month-12' => 'Dezember',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'So',
'DayOfWeek-Monday-Min' => 'Mo',
@@ -1311,7 +1311,7 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'Month-11-Short' => 'Nov',
'Month-12-Short' => 'Dez',
'Calendar-FirstDayOfWeek' => '1', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Shortcut anlegen',
'UI:ShortcutRenameDlg:Title' => 'Shortcut umbenennen',
'UI:ShortcutListDlg:Title' => 'Shortcut für die Liste anlegen',
@@ -1361,7 +1361,7 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
| i | Minuten (2 Ziffern, z.B. 00..59) |
| s | Sekunden (2 Ziffern, z.B. 00..59) |
',
-
+
'UI:Button:Remove' => 'Entfernen',
'UI:AddAnExisting_Class' => 'Objekte des Typs %1$s hinzufügen...',
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s',
@@ -1374,13 +1374,13 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:About:InstallationOptions' => 'Installationsoptionen',
'UI:About:ManualExtensionSource' => 'Erweiterungen',
'UI:About:Extension_Version' => 'Version: %1$s',
- 'UI:About:RemoteExtensionSource' => 'Data',
-
+ 'UI:About:RemoteExtensionSource' => 'Data',
+
'UI:DisconnectedDlgMessage' => 'Sie sind abgemeldet. Sie müssen sich identifizeren, um die Anwendung weiter zu benutzen.',
'UI:DisconnectedDlgTitle' => 'Warnung!',
'UI:LoginAgain' => 'Erneut einloggen',
'UI:StayOnThePage' => 'Auf dieser Seite bleiben',
-
+
'ExcelExporter:ExportMenu' => 'Excel-Export...',
'ExcelExporter:ExportDialogTitle' => 'Excel-Export',
'ExcelExporter:ExportButton' => 'Export',
@@ -1400,16 +1400,16 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:CurrentObjectLockExpired_Explanation' => 'Die Sperre um simultane Änderungen des Objekts zu verhindern ist abgelaufen. Sie können Ihre Änderungen nicht mehr absenden, da andere User jetzt das Objekt verändern können. ',
'UI:ConcurrentLockKilled' => 'Die Sperre um simultane Änderungen an dem Objekt zu verhindern ist gelöscht worden. ',
'UI:Menu:KillConcurrentLock' => 'Sperre für simultane Änderungen löschen! ',
-
+
'UI:Menu:ExportPDF' => 'Als PDF exportieren... ',
'UI:Menu:PrintableVersion' => 'Druckversion',
-
+
'UI:BrowseInlineImages' => 'Bilder durchsuchen...',
'UI:UploadInlineImageLegend' => 'Neues Bild hochladen',
'UI:SelectInlineImageToUpload' => 'Wähle das Bild für den Upload aus',
'UI:AvailableInlineImagesLegend' => 'Verfügbare Bilder',
'UI:NoInlineImage' => 'Es sind keine Bilder auf dem Server verfügbar. Nutze den "Durchsuchen" Button oben, um ein Bild vom Computer hochzuladen.',
-
+
'UI:ToggleFullScreen' => 'Maximieren / Minimieren',
'UI:Button:ResetImage' => 'Vorheriges Bild wiederherstellen',
'UI:Button:RemoveImage' => 'Bild löschen',
@@ -1459,20 +1459,20 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Beliebig',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s ist definiert',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s ist nicht definiert',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s und %3$s andere',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Beliebig',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s ist definiert',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s ist nicht definiert',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s und %3$s andere',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Beliebig',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s ist definiert',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s ist nicht definiert',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s und %3$s andere',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Beliebig',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s ist definiert',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s ist nicht definiert',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s und %3$s andere',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Beliebig',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php
index fbae83f62..ad1ac55af 100644
--- a/dictionaries/en.dictionary.itop.core.php
+++ b/dictionaries/en.dictionary.itop.core.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -42,20 +42,20 @@ Dict::Add('EN US', 'English', 'English', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date',
'Core:AttributeObsolescenceDate+' => '',
- 'Core:AttributeTagSet' => 'List of tags',
- 'Core:AttributeTagSet+' => '',
+ 'Core:AttributeTagSet' => 'List of tags',
+ 'Core:AttributeTagSet+' => '',
'Core:AttributeSet:placeholder' => 'click to add',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)',
- 'Core:AttributeCaseLog' => 'Log',
- 'Core:AttributeCaseLog+' => '',
+ 'Core:AttributeCaseLog' => 'Log',
+ 'Core:AttributeCaseLog+' => '',
- 'Core:AttributeMetaEnum' => 'Computed enum',
- 'Core:AttributeMetaEnum+' => '',
+ 'Core:AttributeMetaEnum' => 'Computed enum',
+ 'Core:AttributeMetaEnum+' => '',
- 'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)',
'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class',
'Core:AttributeInteger' => 'Integer',
@@ -103,7 +103,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Core:AttributePassword' => 'Password',
'Core:AttributePassword+' => 'Password of an external device',
- 'Core:AttributeEncryptedString' => 'Encrypted string',
+ 'Core:AttributeEncryptedString' => 'Encrypted string',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **',
@@ -861,8 +861,8 @@ Dict::Add('EN US', 'English', 'English', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
diff --git a/dictionaries/en.dictionary.itop.ui.php b/dictionaries/en.dictionary.itop.ui.php
index 8264c8e53..c1cc987a1 100644
--- a/dictionaries/en.dictionary.itop.ui.php
+++ b/dictionaries/en.dictionary.itop.ui.php
@@ -3,7 +3,7 @@
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
+ * @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
@@ -134,7 +134,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.',
'Class:User/Attribute:status/Value:enabled' => 'Enabled',
'Class:User/Attribute:status/Value:disabled' => 'Disabled',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Login must be unique - "%1s" is already being used.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'At least one profile must be assigned to this user.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.',
@@ -345,7 +345,7 @@ Dict::Add('EN US', 'English', 'English', array(
Dict::Add('EN US', 'English', 'English', array(
'BooleanLabel:yes' => 'yes',
'BooleanLabel:no' => 'no',
- 'UI:Login:Title' => 'iTop login',
+ 'UI:Login:Title' => 'iTop login',
'Menu:WelcomeMenu' => 'Welcome', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'Welcome to iTop', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Welcome', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -420,7 +420,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:Button:Insert' => 'Insert',
'UI:Button:More' => 'More',
'UI:Button:Less' => 'Less',
-
+
'UI:SearchToggle' => 'Search',
'UI:ClickToCreateNew' => 'Create a new %1$s',
'UI:SearchFor_Class' => 'Search for %1$s objects',
@@ -440,7 +440,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Unable to write the temporary file to the disk. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Upload stopped by extension. (Original file name = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'File upload failed, unknown cause. (Error code = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Error: the following parameter must be specified for this operation: %1$s.',
'UI:Error:2ParametersMissing' => 'Error: the following parameters must be specified for this operation: %1$s and %2$s.',
'UI:Error:3ParametersMissing' => 'Error: the following parameters must be specified for this operation: %1$s, %2$s and %3$s.',
@@ -609,8 +609,8 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:CSVImport:CommentsAndHeader' => 'Comments and header',
'UI:CSVImport:SelectClass' => 'Select the class to import:',
'UI:CSVImport:AdvancedMode' => 'Advanced mode',
- 'UI:CSVImport:AdvancedMode+' => 'In advanced mode the "id" (primary key) of the objects can be used to update and rename objects.' .
- 'However the column "id" (if present) can only be used as a search criteria and can not be combined with any other search criteria.',
+ 'UI:CSVImport:AdvancedMode+' => 'In advanced mode the "id" (primary key) of the objects can be used to update and rename objects.'.
+ 'However the column "id" (if present) can only be used as a search criteria and can not be combined with any other search criteria.',
'UI:CSVImport:SelectAClassFirst' => 'To configure the mapping, select a class first.',
'UI:CSVImport:HeaderFields' => 'Fields',
'UI:CSVImport:HeaderMappings' => 'Mappings',
@@ -618,7 +618,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Please select a mapping for every field.',
'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.',
'UI:CSVImport:AlertNoSearchCriteria' => 'Please select at least one search criteria',
- 'UI:CSVImport:Encoding' => 'Character encoding',
+ 'UI:CSVImport:Encoding' => 'Character encoding',
'UI:UniversalSearchTitle' => 'iTop - Universal Search',
'UI:UniversalSearch:Error' => 'Error: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Select the class to search: ',
@@ -709,7 +709,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:Schema:Label' => 'Label',
'UI:Schema:Label+' => 'Label of the attribute',
'UI:Schema:Type' => 'Type',
-
+
'UI:Schema:Type+' => 'Data type of the attribute',
'UI:Schema:Origin' => 'Origin',
'UI:Schema:Origin+' => 'The base class in which this attribute is defined',
@@ -799,7 +799,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Should be automatically updated, but: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'will be automaticaly updated (reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objects/links are referencing %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objects/links are referencing some of the objects to be deleted',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objects/links are referencing some of the objects to be deleted',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'To ensure Database integrity, any reference should be further eliminated',
'UI:Delete:Consequence+' => 'What will be done',
'UI:Delete:SorryDeletionNotAllowed' => 'Sorry, you are not allowed to delete this object, see the detailed explanations above',
@@ -848,7 +848,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:FatalErrorMessage' => 'Fatal error, iTop cannot continue.',
'UI:Error_Details' => 'Error: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop user management - class projections',
+ 'UI:PageTitle:ClassProjections' => 'iTop user management - class projections',
'UI:PageTitle:ProfileProjections' => 'iTop user management - profile projections',
'UI:UserManagement:Class' => 'Class',
'UI:UserManagement:Class+' => 'Class of objects',
@@ -887,7 +887,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:UserManagement:GrantMatrix' => 'Grant Matrix',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Link between %1$s and %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Link between %1$s and %2$s',
-
+
'Menu:AdminTools' => 'Admin tools', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Administration tools', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Tools accessible only to users having the administrator profile', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -906,28 +906,28 @@ Dict::Add('EN US', 'English', 'English', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Infrastructure objects by type',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infrastructure objects by status',
-'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard for Configuration Management',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items by status',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items by type',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard for Configuration Management',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items by status',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items by type',
-'UI:RequestMgmtMenuOverview:Title' => 'Dashboard for Request Management',
-'UI-RequestManagementOverview-RequestByService' => 'User Requests by service',
-'UI-RequestManagementOverview-RequestByPriority' => 'User Requests by priority',
-'UI-RequestManagementOverview-RequestUnassigned' => 'User Requests not yet assigned to an agent',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Dashboard for Request Management',
+ 'UI-RequestManagementOverview-RequestByService' => 'User Requests by service',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'User Requests by priority',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'User Requests not yet assigned to an agent',
-'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard for Incident Management',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidents by service',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents by priority',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents not yet assigned to an agent',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard for Incident Management',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidents by service',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents by priority',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents not yet assigned to an agent',
-'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard for Change Management',
-'UI-ChangeManagementOverview-ChangeByType' => 'Changes by type',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes not yet assigned to an agent',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Outages due to changes',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard for Change Management',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Changes by type',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes not yet assigned to an agent',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Outages due to changes',
-'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard for Service Management',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Customer contracts to be renewed in 30 days',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Provider contracts to be renewed in 30 days',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard for Service Management',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Customer contracts to be renewed in 30 days',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Provider contracts to be renewed in 30 days',
'UI:ContactsMenu' => 'Contacts',
'UI:ContactsMenu+' => 'Contacts',
@@ -938,13 +938,13 @@ Dict::Add('EN US', 'English', 'English', array(
'Menu:CSVImportMenu' => 'CSV import', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'Bulk creation or update', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Data Model', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Overview of the Data Model', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Export', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Export the results of any query in HTML, CSV or XML', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Notifications', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Configuration of the Notifications', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Configuration of the Notifications',
@@ -981,19 +981,19 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Menu:AuditCategories' => 'Audit Categories', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Audit Categories', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Audit Categories', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Run Queries', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => 'Run any query', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Query phrasebook', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Query phrasebook', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Data administration', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Data administration', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Universal Search', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Search for anything...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'User Management', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'User management', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1015,9 +1015,9 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:Download-CSV' => 'Download %1$s',
'UI:DeadlineMissedBy_duration' => 'Missed by %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dd %2$dh %3$dmin',
'UI:Help' => 'Help',
'UI:PasswordConfirm' => '(Confirm)',
@@ -1069,8 +1069,8 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Portal:ChangeMyPassword' => 'Change my password',
'Portal:Disconnect' => 'Disconnect',
'Portal:OpenRequests' => 'My open requests',
- 'Portal:ClosedRequests' => 'My closed requests',
- 'Portal:ResolvedRequests' => 'My resolved requests',
+ 'Portal:ClosedRequests' => 'My closed requests',
+ 'Portal:ResolvedRequests' => 'My resolved requests',
'Portal:SelectService' => 'Select a service from the catalog:',
'Portal:PleaseSelectOneService' => 'Please select one service',
'Portal:SelectSubcategoryFrom_Service' => 'Select a sub-category for the service %1$s:',
@@ -1089,7 +1089,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Portal:RemoveAttachment' => ' Remove Attachment ',
'Portal:Attachment_No_To_Ticket_Name' => 'Attachment #%1$d to %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Select a template for %1$s',
- 'Enum:Undefined' => 'Undefined',
+ 'Enum:Undefined' => 'Undefined',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s d %2$s h %3$s min %4$s s',
'UI:ModifyAllPageTitle' => 'Modify All',
'UI:Modify_N_ObjectsOf_Class' => 'Modifying %1$d objects of class %2$s',
@@ -1101,7 +1101,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:BulkModifyStatus' => 'Operation',
'UI:BulkModifyStatus+' => 'Status of the operation',
'UI:BulkModifyErrors' => 'Errors (if any)',
- 'UI:BulkModifyErrors+' => 'Errors preventing the modification',
+ 'UI:BulkModifyErrors+' => 'Errors preventing the modification',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Error',
'UI:BulkModifyStatusModified' => 'Modified',
@@ -1132,7 +1132,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:ArchiveMode:Banner+' => 'Archived objects are visible, and no modification is allowed',
'UI:FavoriteOrganizations' => 'Favorite Organizations',
'UI:FavoriteOrganizations+' => 'Check in the list below the organizations that you want to see in the drop-down menu for a quick access. '.
- 'Note that this is not a security setting, objects from any organization are still visible and can be accessed by selecting "All Organizations" in the drop-down list.',
+ 'Note that this is not a security setting, objects from any organization are still visible and can be accessed by selecting "All Organizations" in the drop-down list.',
'UI:FavoriteLanguage' => 'Language of the User Interface',
'UI:Favorites:SelectYourLanguage' => 'Select your preferred language',
'UI:FavoriteOtherSettings' => 'Other Settings',
@@ -1196,8 +1196,8 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:DashboardEdit:Layout' => 'Layout',
'UI:DashboardEdit:Properties' => 'Dashboard Properties',
- 'UI:DashboardEdit:Dashlets' => 'Available Dashlets',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties',
+ 'UI:DashboardEdit:Dashlets' => 'Available Dashlets',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties',
'UI:Form:Property' => 'Property',
'UI:Form:Value' => 'Value',
@@ -1308,7 +1308,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Month-10' => 'October',
'Month-11' => 'November',
'Month-12' => 'December',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Su',
'DayOfWeek-Monday-Min' => 'Mo',
@@ -1330,7 +1330,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Month-11-Short' => 'Nov',
'Month-12-Short' => 'Dec',
'Calendar-FirstDayOfWeek' => 0, // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Create a Shortcut...',
'UI:ShortcutRenameDlg:Title' => 'Rename the shortcut',
'UI:ShortcutListDlg:Title' => 'Create a shortcut for the list',
@@ -1380,7 +1380,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
',
-
+
'UI:Button:Remove' => 'Remove',
'UI:AddAnExisting_Class' => 'Add objects of type %1$s...',
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s',
@@ -1393,13 +1393,13 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:About:InstallationOptions' => 'Installation options',
'UI:About:ManualExtensionSource' => 'Extension',
'UI:About:Extension_Version' => 'Version: %1$s',
- 'UI:About:RemoteExtensionSource' => 'Data',
-
+ 'UI:About:RemoteExtensionSource' => 'Data',
+
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.',
'UI:DisconnectedDlgTitle' => 'Warning!',
'UI:LoginAgain' => 'Login again',
'UI:StayOnThePage' => 'Stay on this page',
-
+
'ExcelExporter:ExportMenu' => 'Excel Export...',
'ExcelExporter:ExportDialogTitle' => 'Excel Export',
'ExcelExporter:ExportButton' => 'Export',
@@ -1419,16 +1419,16 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.',
'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.',
'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !',
-
+
'UI:Menu:ExportPDF' => 'Export as PDF...',
'UI:Menu:PrintableVersion' => 'Printer friendly version',
-
+
'UI:BrowseInlineImages' => 'Browse images...',
'UI:UploadInlineImageLegend' => 'Upload a new image',
'UI:SelectInlineImageToUpload' => 'Select the image to upload',
'UI:AvailableInlineImagesLegend' => 'Available images',
'UI:NoInlineImage' => 'There is no image available on the server. Use the "Browse" button above to select an image from your computer and upload it to the server.',
-
+
'UI:ToggleFullScreen' => 'Toggle Maximize / Minimize',
'UI:Button:ResetImage' => 'Recover the previous image',
'UI:Button:RemoveImage' => 'Remove the image',
@@ -1478,20 +1478,20 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/es_cr.dictionary.itop.core.php b/dictionaries/es_cr.dictionary.itop.core.php
index e5787e864..4e1f2aeb4 100644
--- a/dictionaries/es_cr.dictionary.itop.core.php
+++ b/dictionaries/es_cr.dictionary.itop.core.php
@@ -42,20 +42,20 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'List of tags~~',
- 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
'Core:AttributeSet:placeholder' => 'click to add~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'Arreglo de objetos (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Arreglo de objetos (N-N)',
'Core:AttributeLinkedSetIndirect+' => 'Cualquier tipo de objetos [subclass] de la misma clase',
'Core:AttributeInteger' => 'Entero',
@@ -103,7 +103,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Core:AttributePassword' => 'Contraseña',
'Core:AttributePassword+' => 'Contraseña para dispositivo externo',
- 'Core:AttributeEncryptedString' => 'Cadena encriptada',
+ 'Core:AttributeEncryptedString' => 'Cadena encriptada',
'Core:AttributeEncryptedString+' => 'Cadena encriptada con llave local',
'Core:AttributeEncryptUnknownLibrary' => 'Librería de Encriptación especificada (%1$s) es desconocida',
'Core:AttributeEncryptFailedToDecrypt' => '** Error de Desencripción **',
@@ -549,7 +549,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:TriggerOnObject/Attribute:filter' => 'Filtro',
'Class:TriggerOnObject/Attribute:filter+' => '',
'TriggerOnObject:WrongFilterQuery' => 'Filtro de consulta incorrecto: %1$s',
- 'TriggerOnObject:WrongFilterClass' => 'El filtro de consulta debe regresar un objeto de la clase "%1$s"',
+ 'TriggerOnObject:WrongFilterClass' => 'El filtro de consulta debe regresar un objeto de la clase \\"%1$s\\"',
));
//
@@ -861,8 +861,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
diff --git a/dictionaries/es_cr.dictionary.itop.ui.php b/dictionaries/es_cr.dictionary.itop.ui.php
index c625c4a36..6d7623070 100644
--- a/dictionaries/es_cr.dictionary.itop.ui.php
+++ b/dictionaries/es_cr.dictionary.itop.ui.php
@@ -130,7 +130,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:User/Attribute:status+' => 'Cuando el usuario se encuentra habilitado o deshabilitado.',
'Class:User/Attribute:status/Value:enabled' => 'Habilitado',
'Class:User/Attribute:status/Value:disabled' => 'Deshabilitado',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Usuario debe ser único - "%1s" ya se encuentra en uso.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Al menos un Perfil debe ser asignado a este usuario.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'Al menos una organización debe ser asignada a este usuario.',
@@ -341,7 +341,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'BooleanLabel:yes' => 'Si',
'BooleanLabel:no' => 'No',
- 'UI:Login:Title' => 'Inicio de Sesión',
+ 'UI:Login:Title' => 'Inicio de Sesión',
'Menu:WelcomeMenu' => 'Bienvenido', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'Bienvenido a iTop', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Bienvenido', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -416,7 +416,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:Button:Insert' => 'Insertar',
'UI:Button:More' => 'Más',
'UI:Button:Less' => 'Menos',
-
+
'UI:SearchToggle' => 'Buscar',
'UI:ClickToCreateNew' => 'Crear %1$s',
'UI:SearchFor_Class' => 'Buscar %1$s',
@@ -436,7 +436,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:Error:CannotWriteToTmp_Dir' => 'No fue posible escribir el archivo temporal al disco. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Carga de archivo interrumpida por la extension. (Nombre de archivo original = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Carga de archivo fallida, causa desconocida. (Codigo de error = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Error: El siguiente parámetro debe ser especificado para esta operacion: %1$s.',
'UI:Error:2ParametersMissing' => 'Error: Los siguientes parámetros deben ser especificados para esta operacion: %1$s y %2$s.',
'UI:Error:3ParametersMissing' => 'Error: Los siguientes parámetros deben ser especificados para esta operacion: %1$s, %2$s y %3$s.',
@@ -613,7 +613,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Por favor seleccione un mapeo para cada categoria.',
'UI:CSVImport:AlertMultipleMapping' => 'Por favor asegurese que el campo objetivo esté mapeado una sola vez',
'UI:CSVImport:AlertNoSearchCriteria' => 'Por favor seleccione al menos un criterio de busqueda',
- 'UI:CSVImport:Encoding' => 'Código de Caracteres',
+ 'UI:CSVImport:Encoding' => 'Código de Caracteres',
'UI:UniversalSearchTitle' => 'iTop - Busqueda Universal',
'UI:UniversalSearch:Error' => 'Error: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Seleccione la clase a buscar: ',
@@ -704,7 +704,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:Schema:Label' => 'Etiqueta',
'UI:Schema:Label+' => 'Etiqueta del Atributo',
'UI:Schema:Type' => 'Tipo',
-
+
'UI:Schema:Type+' => 'Tipo de dato del Atributo',
'UI:Schema:Origin' => 'Origen',
'UI:Schema:Origin+' => 'La clase base en dónde está definido este atributo',
@@ -794,7 +794,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Debe ser actualizado automaticamente, pero: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'Será actualizado automaticamente (reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objetos/vinculos están referenciando %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objetos/vinculos están referenciando algunos de los objetos a ser borrados',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objetos/vinculos están referenciando algunos de los objetos a ser borrados',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Para asegurar la integridad de la Base de Datos, cualquier referencia debera ser completamente eliminada',
'UI:Delete:Consequence+' => 'Lo que se hará',
'UI:Delete:SorryDeletionNotAllowed' => 'Disculpe, usted no está autorizado a eliminar este objeto, vea la explicación detallada abajo',
@@ -817,8 +817,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:SearchResultsTitle' => 'Resultados de la Búsqueda',
'UI:SearchResultsTitle+' => 'Resultados de la Búsqueda',
'UI:Search:NoSearch' => 'Nada para buscar',
- 'UI:Search:NeedleTooShort' => 'La cadena de búsqueda "%1$s" es demasiado corta. Por favor escriba al menos %2$d caracteres.',
- 'UI:Search:Ongoing' => 'Buscando por "%1$s"',
+ 'UI:Search:NeedleTooShort' => 'La cadena de búsqueda \\"%1$s\\" es demasiado corta. Por favor escriba al menos %2$d caracteres.',
+ 'UI:Search:Ongoing' => 'Buscando por \\"%1$s\\"',
'UI:Search:Enlarge' => 'Ampliar la búsqueda',
'UI:FullTextSearchTitle_Text' => 'Resultados para "%1$s":',
'UI:Search:Count_ObjectsOf_Class_Found' => '%1$d objeto(s) de la clase %2$s encontrado(s).',
@@ -843,7 +843,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:FatalErrorMessage' => 'Error fatal, iTop no puede continuar.',
'UI:Error_Details' => 'Error: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'Administración de usuarios iTop - proyecciones de clases',
+ 'UI:PageTitle:ClassProjections' => 'Administración de usuarios iTop - proyecciones de clases',
'UI:PageTitle:ProfileProjections' => 'Administración de usuarios iTop - proyecciones de Perfil',
'UI:UserManagement:Class' => 'Clase',
'UI:UserManagement:Class+' => 'Clase de objetos',
@@ -882,7 +882,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:UserManagement:GrantMatrix' => 'Matriz de Acceso',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Vinculo entre %1$s y %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Vínculo entre %1$s y %2$s',
-
+
'Menu:AdminTools' => 'Herramientas Administrativas', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Herramientas Administrativas', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Herramientas accesibles sólo a usuarios con Perfil de administrador', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -901,28 +901,28 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Objetos de Infraestructura por Tipo',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Objetos de Infraestructura por Estatus',
-'UI:ConfigMgmtMenuOverview:Title' => 'Panel de Control para Administración de la Configuración',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Elementos de Configuración por Estatus',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Elementos de Configuración por Tipo',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Panel de Control para Administración de la Configuración',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Elementos de Configuración por Estatus',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Elementos de Configuración por Tipo',
-'UI:RequestMgmtMenuOverview:Title' => 'Panel de Control para Administración de Requerimientos',
-'UI-RequestManagementOverview-RequestByService' => 'Requerimientos de Usuario por Servicio',
-'UI-RequestManagementOverview-RequestByPriority' => 'Requerimientos de Usuario por Prioridad',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Requerimientos de Usuario Sin Asignar a un Analista',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Panel de Control para Administración de Requerimientos',
+ 'UI-RequestManagementOverview-RequestByService' => 'Requerimientos de Usuario por Servicio',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Requerimientos de Usuario por Prioridad',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Requerimientos de Usuario Sin Asignar a un Analista',
-'UI:IncidentMgmtMenuOverview:Title' => 'Panel de Control para Administración de Incidentes',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidentes por Servicio',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidentes por Prioridad',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidentes No Asignados a un Analista',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Panel de Control para Administración de Incidentes',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidentes por Servicio',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidentes por Prioridad',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidentes No Asignados a un Analista',
-'UI:ChangeMgmtMenuOverview:Title' => 'Panel de Control para Control de Cambios',
-'UI-ChangeManagementOverview-ChangeByType' => 'Cambios por Tipo',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Cambios No Asignados a un Analista',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interrupciones de Servicios debida a Cambios',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Panel de Control para Control de Cambios',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Cambios por Tipo',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Cambios No Asignados a un Analista',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interrupciones de Servicios debida a Cambios',
-'UI:ServiceMgmtMenuOverview:Title' => 'Panel de Control para Administración de Servicios',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contratos de Clientes a ser Renovados en 30 días',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contratos de Proveedores a ser Renovados en 30 días',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Panel de Control para Administración de Servicios',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contratos de Clientes a ser Renovados en 30 días',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contratos de Proveedores a ser Renovados en 30 días',
'UI:ContactsMenu' => 'Contactos',
'UI:ContactsMenu+' => 'Contactos',
@@ -933,13 +933,13 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Menu:CSVImportMenu' => 'Importar CSV', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'Creación o Actualización Másiva', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Modelo de Datos', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Resumen del Modelo de Datos', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Exportar', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Exportar los Resultados de Cualquier Consulta en HTML, CSV o XML', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Notificaciones', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Configuración de las Notificaciones', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Configuración de las Notificaciones',
@@ -978,19 +978,19 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'Menu:AuditCategories' => 'Auditar Categorías', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Auditar Categorías', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Auditar Categorías', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Ejecutar Consultas', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => 'Ejecutar Cualquier Consulta', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Libreta de Consultas', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Libreta de Consultas', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Administración de Datos', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Administración de Datos', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Búsqueda Universal', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Buscar cualquier cosa', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Administración de Usuarios', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'Administración de Usuarios', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1012,9 +1012,9 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'UI:Download-CSV' => 'Descargar %1$s',
'UI:DeadlineMissedBy_duration' => 'No se cumplió por %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dd %2$dh %3$dmin',
'UI:Help' => 'Ayuda',
'UI:PasswordConfirm' => '(Confirmar)',
@@ -1066,8 +1066,8 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'Portal:ChangeMyPassword' => 'Cambiar Contraseña',
'Portal:Disconnect' => 'Cerrar Sesión',
'Portal:OpenRequests' => 'Mis Requerimientos Abiertos',
- 'Portal:ClosedRequests' => 'Mis Requerimientos Cerrados',
- 'Portal:ResolvedRequests' => 'Mis Requerimientos Solucionados',
+ 'Portal:ClosedRequests' => 'Mis Requerimientos Cerrados',
+ 'Portal:ResolvedRequests' => 'Mis Requerimientos Solucionados',
'Portal:SelectService' => 'Selecciona un Servicio del Catálogo:',
'Portal:PleaseSelectOneService' => 'Por favor, selecciona un Servicio',
'Portal:SelectSubcategoryFrom_Service' => 'Selecciona una Subcategoría para el Servicio %1$s:',
@@ -1086,7 +1086,7 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'Portal:RemoveAttachment' => 'Borrar Anexo',
'Portal:Attachment_No_To_Ticket_Name' => 'Anexo #%1$d to %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Seleccione una Plantilla para %1$s',
- 'Enum:Undefined' => 'No Definido',
+ 'Enum:Undefined' => 'No Definido',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Días %2$s Hrs. %3$s Mins. %4$s Segs.',
'UI:ModifyAllPageTitle' => 'Modificar Todos',
'UI:Modify_N_ObjectsOf_Class' => 'Modificando %1$d objetos de la clase %2$s',
@@ -1098,7 +1098,7 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'UI:BulkModifyStatus' => 'Operación',
'UI:BulkModifyStatus+' => 'Estatus de la operación',
'UI:BulkModifyErrors' => 'Errores (si los hubiera)',
- 'UI:BulkModifyErrors+' => 'Errores que evitan la modificación',
+ 'UI:BulkModifyErrors+' => 'Errores que evitan la modificación',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Error',
'UI:BulkModifyStatusModified' => 'Modificado',
@@ -1192,8 +1192,8 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'UI:DashboardEdit:Layout' => 'Distribución',
'UI:DashboardEdit:Properties' => 'Propiedades',
- 'UI:DashboardEdit:Dashlets' => 'Dashlets disponibles',
- 'UI:DashboardEdit:DashletProperties' => 'Propiedades de Dashlet',
+ 'UI:DashboardEdit:Dashlets' => 'Dashlets disponibles',
+ 'UI:DashboardEdit:DashletProperties' => 'Propiedades de Dashlet',
'UI:Form:Property' => 'Propiedad',
'UI:Form:Value' => 'Valor',
@@ -1304,7 +1304,7 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'Month-10' => 'Octubre',
'Month-11' => 'Noviembre',
'Month-12' => 'Diciembre',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Do',
'DayOfWeek-Monday-Min' => 'Lu',
@@ -1326,7 +1326,7 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'Month-11-Short' => 'Nov',
'Month-12-Short' => 'Dic',
'Calendar-FirstDayOfWeek' => '0', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Crear Acceso Rápido',
'UI:ShortcutRenameDlg:Title' => 'Renombrar Acceso Rápido',
'UI:ShortcutListDlg:Title' => 'Crear Acceso Rápido para la Lista',
@@ -1376,7 +1376,7 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
~~',
-
+
'UI:Button:Remove' => 'Remover',
'UI:AddAnExisting_Class' => 'Agregar objetos del tipo %1$s...',
'UI:SelectionOf_Class' => 'Selección de objetos del tipo %1$s',
@@ -1389,13 +1389,13 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'UI:About:InstallationOptions' => 'Opciones de Instalación',
'UI:About:ManualExtensionSource' => 'Extension~~',
'UI:About:Extension_Version' => 'Version: %1$s~~',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'Data~~',
+
'UI:DisconnectedDlgMessage' => 'Está desconectado. Debe identificarse para continuar usando la aplicación.',
'UI:DisconnectedDlgTitle' => 'Advertencia',
'UI:LoginAgain' => 'Conectarse nuevamente',
'UI:StayOnThePage' => 'Mantenerse en esta página',
-
+
'ExcelExporter:ExportMenu' => 'Exportar a Excel...',
'ExcelExporter:ExportDialogTitle' => 'Exportar a Excel',
'ExcelExporter:ExportButton' => 'Exportar',
@@ -1415,16 +1415,16 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'UI:CurrentObjectLockExpired_Explanation' => 'TEl bloqueo que prevenia modificaciones concurrentes ha expirado. Sus modificaiones no pueden ser guardadas debido a que otros usuario tiene el permiso para modificar este objeto.',
'UI:ConcurrentLockKilled' => 'El bloqueo que prevenia modificaciones concurrentes ha sido eliminado.',
'UI:Menu:KillConcurrentLock' => 'Detener el bloque por modificaciones concurrentes!',
-
+
'UI:Menu:ExportPDF' => 'Exportar como PDF...',
'UI:Menu:PrintableVersion' => 'Versión imprimible',
-
+
'UI:BrowseInlineImages' => 'Ver imágenes...',
'UI:UploadInlineImageLegend' => 'Subir nueva imágen',
'UI:SelectInlineImageToUpload' => 'Seleccione la imágen a subir',
'UI:AvailableInlineImagesLegend' => 'Imágenes disponibles',
'UI:NoInlineImage' => 'No hay imágenes disponibles en el servidor. Use el botón "Seleccionar archivo" para seleccionar una imágen de su equipo local y subirla al servidor.',
-
+
'UI:ToggleFullScreen' => 'Cambiar Maximizar / Minimizar',
'UI:Button:ResetImage' => 'Recuperar imágen previa',
'UI:Button:RemoveImage' => 'Remover imágen',
@@ -1474,20 +1474,20 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden",
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Cualquier',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s está definido',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s no está definido',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s y %3$s otros',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Cualquier',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s está definido',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s no está definido',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s y %3$s otros',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Cualquier',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s está definido',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s no está definido',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s y %3$s otros',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Cualquier',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s está definido',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s no está definido',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s y %3$s otros',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Cualquier',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php
index 4f8f6e610..2e2e0e7d2 100644
--- a/dictionaries/fr.dictionary.itop.core.php
+++ b/dictionaries/fr.dictionary.itop.core.php
@@ -40,20 +40,20 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Core:AttributeObsolescenceDate' => 'Date d\'obsolescence',
'Core:AttributeObsolescenceDate+' => '',
- 'Core:AttributeTagSet' => 'Liste d\'étiquettes',
- 'Core:AttributeTagSet+' => '',
+ 'Core:AttributeTagSet' => 'Liste d\'étiquettes',
+ 'Core:AttributeTagSet+' => '',
'Core:AttributeSet:placeholder' => 'cliquer pour ajouter',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s de la classe %3$s)',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s d\'une sous-classe)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s de la classe %3$s)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s d\'une sous-classe)',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'Objets liés (1-n)',
+ 'Core:AttributeLinkedSetIndirect' => 'Objets liés (1-n)',
'Core:AttributeLinkedSetIndirect+' => 'Liste d\'objets d\'une classe donnée et liés à l\'objet courant via une classe intermédiaire',
'Core:AttributeInteger' => 'Nombre entier',
@@ -101,7 +101,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Core:AttributePassword' => 'Mot de passe',
'Core:AttributePassword+' => 'Mot de passe qui peut être lu en clair',
- 'Core:AttributeEncryptedString' => 'Chaîne encryptée',
+ 'Core:AttributeEncryptedString' => 'Chaîne encryptée',
'Core:AttributeEncryptedString+' => 'Chaîne encryptée avec une clé locale',
'Core:AttributeEncryptUnknownLibrary' => 'La bibliothèque de chiffrement specifée (%1$s) est inconnue',
'Core:AttributeEncryptFailedToDecrypt' => '** erreur de déchiffrage **',
@@ -859,8 +859,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sj %2$dh %3$dmin %4$ds',
@@ -975,63 +975,63 @@ Dict::Add('FR FR', 'French', 'Français', array(
//
Dict::Add('FR FR', 'French', 'Français', array(
'Class:DBProperty' => 'DB property~~',
- 'Class:DBProperty+' => '~~',
- 'Class:DBProperty/Attribute:name' => 'Name~~',
- 'Class:DBProperty/Attribute:name+' => '~~',
- 'Class:DBProperty/Attribute:description' => 'Description~~',
- 'Class:DBProperty/Attribute:description+' => '~~',
- 'Class:DBProperty/Attribute:value' => 'Value~~',
- 'Class:DBProperty/Attribute:value+' => '~~',
- 'Class:DBProperty/Attribute:change_date' => 'Change date~~',
- 'Class:DBProperty/Attribute:change_date+' => '~~',
- 'Class:DBProperty/Attribute:change_comment' => 'Change comment~~',
- 'Class:DBProperty/Attribute:change_comment+' => '~~',
+ 'Class:DBProperty+' => '',
+ 'Class:DBProperty/Attribute:name' => 'Nom',
+ 'Class:DBProperty/Attribute:name+' => '',
+ 'Class:DBProperty/Attribute:description' => 'Description',
+ 'Class:DBProperty/Attribute:description+' => '',
+ 'Class:DBProperty/Attribute:value' => 'Valeur',
+ 'Class:DBProperty/Attribute:value+' => '',
+ 'Class:DBProperty/Attribute:change_date' => 'Date de modification',
+ 'Class:DBProperty/Attribute:change_date+' => '',
+ 'Class:DBProperty/Attribute:change_comment' => 'Commentaire',
+ 'Class:DBProperty/Attribute:change_comment+' => '',
));
//
// Class: BackgroundTask
//
Dict::Add('FR FR', 'French', 'Français', array(
- 'Class:BackgroundTask' => 'Background task~~',
- 'Class:BackgroundTask+' => '~~',
- 'Class:BackgroundTask/Attribute:class_name' => 'Class name~~',
- 'Class:BackgroundTask/Attribute:class_name+' => '~~',
- 'Class:BackgroundTask/Attribute:first_run_date' => 'First run date~~',
- 'Class:BackgroundTask/Attribute:first_run_date+' => '~~',
- 'Class:BackgroundTask/Attribute:latest_run_date' => 'Latest run date~~',
- 'Class:BackgroundTask/Attribute:latest_run_date+' => '~~',
- 'Class:BackgroundTask/Attribute:next_run_date' => 'Next run date~~',
- 'Class:BackgroundTask/Attribute:next_run_date+' => '~~',
- 'Class:BackgroundTask/Attribute:total_exec_count' => 'Total exec. count~~',
- 'Class:BackgroundTask/Attribute:total_exec_count+' => '~~',
- 'Class:BackgroundTask/Attribute:latest_run_duration' => 'Latest run duration~~',
- 'Class:BackgroundTask/Attribute:latest_run_duration+' => '~~',
- 'Class:BackgroundTask/Attribute:min_run_duration' => 'Min. run duration~~',
- 'Class:BackgroundTask/Attribute:min_run_duration+' => '~~',
- 'Class:BackgroundTask/Attribute:max_run_duration' => 'Max. run duration~~',
- 'Class:BackgroundTask/Attribute:max_run_duration+' => '~~',
- 'Class:BackgroundTask/Attribute:average_run_duration' => 'Average run duration~~',
- 'Class:BackgroundTask/Attribute:average_run_duration+' => '~~',
- 'Class:BackgroundTask/Attribute:running' => 'Running~~',
- 'Class:BackgroundTask/Attribute:running+' => '~~',
- 'Class:BackgroundTask/Attribute:status' => 'Status~~',
- 'Class:BackgroundTask/Attribute:status+' => '~~',
+ 'Class:BackgroundTask' => 'Tâche de fond',
+ 'Class:BackgroundTask+' => '',
+ 'Class:BackgroundTask/Attribute:class_name' => 'Nom de la classe',
+ 'Class:BackgroundTask/Attribute:class_name+' => '',
+ 'Class:BackgroundTask/Attribute:first_run_date' => 'Date de première exécution',
+ 'Class:BackgroundTask/Attribute:first_run_date+' => '',
+ 'Class:BackgroundTask/Attribute:latest_run_date' => 'Date de dernière exécution',
+ 'Class:BackgroundTask/Attribute:latest_run_date+' => '',
+ 'Class:BackgroundTask/Attribute:next_run_date' => 'Prochaine date d\'exécution',
+ 'Class:BackgroundTask/Attribute:next_run_date+' => '',
+ 'Class:BackgroundTask/Attribute:total_exec_count' => 'Nombre d\'exécutions',
+ 'Class:BackgroundTask/Attribute:total_exec_count+' => '',
+ 'Class:BackgroundTask/Attribute:latest_run_duration' => 'Durée de la dernière exécution',
+ 'Class:BackgroundTask/Attribute:latest_run_duration+' => '',
+ 'Class:BackgroundTask/Attribute:min_run_duration' => 'Durée minimum d\'exécution',
+ 'Class:BackgroundTask/Attribute:min_run_duration+' => '',
+ 'Class:BackgroundTask/Attribute:max_run_duration' => 'Durée maximum d\'exécution',
+ 'Class:BackgroundTask/Attribute:max_run_duration+' => '',
+ 'Class:BackgroundTask/Attribute:average_run_duration' => 'Durée moyenne d\'exécution',
+ 'Class:BackgroundTask/Attribute:average_run_duration+' => '',
+ 'Class:BackgroundTask/Attribute:running' => 'En cours',
+ 'Class:BackgroundTask/Attribute:running+' => '',
+ 'Class:BackgroundTask/Attribute:status' => 'État',
+ 'Class:BackgroundTask/Attribute:status+' => '',
));
//
// Class: AsyncTask
//
Dict::Add('FR FR', 'French', 'Français', array(
- 'Class:AsyncTask' => 'Async. task~~',
- 'Class:AsyncTask+' => '~~',
- 'Class:AsyncTask/Attribute:created' => 'Created~~',
- 'Class:AsyncTask/Attribute:created+' => '~~',
- 'Class:AsyncTask/Attribute:started' => 'Started~~',
- 'Class:AsyncTask/Attribute:started+' => '~~',
- 'Class:AsyncTask/Attribute:planned' => 'Planned~~',
+ 'Class:AsyncTask' => 'Tâche asynchrone',
+ 'Class:AsyncTask+' => '',
+ 'Class:AsyncTask/Attribute:created' => 'Date de création',
+ 'Class:AsyncTask/Attribute:created+' => '',
+ 'Class:AsyncTask/Attribute:started' => 'Date d\'exécution',
+ 'Class:AsyncTask/Attribute:started+' => '',
+ 'Class:AsyncTask/Attribute:planned' => 'Date de prochaine exécution',
'Class:AsyncTask/Attribute:planned+' => '~~',
- 'Class:AsyncTask/Attribute:event_id' => 'Event~~',
- 'Class:AsyncTask/Attribute:event_id+' => '~~',
- 'Class:AsyncTask/Attribute:finalclass' => 'Final class~~',
- 'Class:AsyncTask/Attribute:finalclass+' => '~~',
+ 'Class:AsyncTask/Attribute:event_id' => 'Évènement',
+ 'Class:AsyncTask/Attribute:event_id+' => '',
+ 'Class:AsyncTask/Attribute:finalclass' => 'Sous-classe de tâche asynchrone',
+ 'Class:AsyncTask/Attribute:finalclass+' => '',
));
diff --git a/dictionaries/fr.dictionary.itop.ui.php b/dictionaries/fr.dictionary.itop.ui.php
index b71c42ec3..54bbef61d 100644
--- a/dictionaries/fr.dictionary.itop.ui.php
+++ b/dictionaries/fr.dictionary.itop.ui.php
@@ -43,9 +43,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:AuditRule/Attribute:name+' => '',
'Class:AuditRule/Attribute:description' => 'Description',
'Class:AuditRule/Attribute:description+' => '',
- 'Class:TagSetFieldData/Attribute:finalclass' => 'Tag class~~',
- 'Class:TagSetFieldData/Attribute:obj_class' => 'Object class~~',
- 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Field code~~',
+ 'Class:TagSetFieldData/Attribute:finalclass' => 'Sous-classe d\'étiquette',
+ 'Class:TagSetFieldData/Attribute:obj_class' => 'Classe de l\'objet',
+ 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Attribut',
'Class:AuditRule/Attribute:query' => 'Requête',
'Class:AuditRule/Attribute:query+' => 'Expression OQL de calcul des éléments incorrects',
'Class:AuditRule/Attribute:valid_flag' => 'Interprétation',
@@ -117,7 +117,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:User/Attribute:status+' => 'Est-ce que ce compte utilisateur est actif, ou non?',
'Class:User/Attribute:status/Value:enabled' => 'Actif',
'Class:User/Attribute:status/Value:disabled' => 'Désactivé',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Le login doit être unique - "%1s" est déjà utilisé.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'L\'utilisateur doit avoir au moins un profil.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'L\'utilisateur doit avoir au moins une organisation.',
@@ -300,14 +300,14 @@ Dict::Add('FR FR', 'French', 'Français', array(
// Class: UserDashboard
//
Dict::Add('FR FR', 'French', 'Français', array(
- 'Class:UserDashboard' => 'User dashboard~~',
- 'Class:UserDashboard+' => '~~',
- 'Class:UserDashboard/Attribute:user_id' => 'User~~',
- 'Class:UserDashboard/Attribute:user_id+' => '~~',
- 'Class:UserDashboard/Attribute:menu_code' => 'Menu code~~',
- 'Class:UserDashboard/Attribute:menu_code+' => '~~',
- 'Class:UserDashboard/Attribute:contents' => 'Contents~~',
- 'Class:UserDashboard/Attribute:contents+' => '~~',
+ 'Class:UserDashboard' => 'Tableau de bord utilisateur',
+ 'Class:UserDashboard+' => '',
+ 'Class:UserDashboard/Attribute:user_id' => 'Utilisateur',
+ 'Class:UserDashboard/Attribute:user_id+' => '',
+ 'Class:UserDashboard/Attribute:menu_code' => 'Menu',
+ 'Class:UserDashboard/Attribute:menu_code+' => '',
+ 'Class:UserDashboard/Attribute:contents' => 'Contenu',
+ 'Class:UserDashboard/Attribute:contents+' => '',
));
//
@@ -328,7 +328,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
Dict::Add('FR FR', 'French', 'Français', array(
'BooleanLabel:yes' => 'oui',
'BooleanLabel:no' => 'non',
- 'UI:Login:Title' => 'iTop login',
+ 'UI:Login:Title' => 'iTop login',
'Menu:WelcomeMenu' => 'Bienvenue', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'Bienvenue dans iTop', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Bienvenue', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -377,7 +377,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:Button:Ok' => 'Ok',
'UI:Button:Save' => 'Sauver',
'UI:Button:Cancel' => 'Annuler',
- 'UI:Button:Close' => 'Close~~',
+ 'UI:Button:Close' => 'Fermer',
'UI:Button:Apply' => 'Appliquer',
'UI:Button:Back' => ' << Retour ',
'UI:Button:Restart' => ' |<< Recommencer ',
@@ -403,7 +403,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:Button:Insert' => 'Insérer',
'UI:Button:More' => 'Plus',
'UI:Button:Less' => 'Moins',
-
+
'UI:SearchToggle' => 'Recherche',
'UI:ClickToCreateNew' => 'Créer un nouvel objet de type %1$s',
'UI:SearchFor_Class' => 'Rechercher des objets de type %1$s',
@@ -423,7 +423,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Impossible d\'écrire le fichier temporaire sur disque. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Téléchargement arrêté à cause de l\'extension. (Nom du fichier original = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Le téléchargement a échoué pour une raison inconnue. (Code d\'erreur = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Erreur: Pour effectuer cette opération il manque le paramètre suivant: %1$s.',
'UI:Error:2ParametersMissing' => 'Erreur: Pour effectuer cette opération il manque les paramètres suivants: %1$s and %2$s.',
'UI:Error:3ParametersMissing' => 'Erreur: Pour effectuer cette opération il manque les paramètres suivants: %1$s, %2$s and %3$s.',
@@ -600,7 +600,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Veuillez choisir la correspondance pour chacun des champs.',
'UI:CSVImport:AlertMultipleMapping' => 'Veuillez vous assurer que chaque champ cible est sélectionné une seule fois.',
'UI:CSVImport:AlertNoSearchCriteria' => 'Veuillez choisir au moins une clef de recherche.',
- 'UI:CSVImport:Encoding' => 'Encodage des caractères',
+ 'UI:CSVImport:Encoding' => 'Encodage des caractères',
'UI:UniversalSearchTitle' => 'iTop - Recherche Universelle',
'UI:UniversalSearch:Error' => 'Erreur : %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Sélectionnez le type d\'objets à rechercher : ',
@@ -691,7 +691,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:Schema:Label' => 'Label',
'UI:Schema:Label+' => 'Label de l\'attribut',
'UI:Schema:Type' => 'Type',
-
+
'UI:Schema:Type+' => 'Type de données de l\'attribut',
'UI:Schema:Origin' => 'Origine',
'UI:Schema:Origin+' => 'La classe de base dans laquelle l\'attribut est défini',
@@ -781,7 +781,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Devrait être mis à jour automatiquement, mais: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'Va être mis à jour automatiquement (champs impactés : %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objets ou liens font référence à %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objets ou liens font référence à certain des objets à supprimer',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objets ou liens font référence à certain des objets à supprimer',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'pour garantir l\'intégrité de la base de données, toutes les références doivent être supprimées.',
'UI:Delete:Consequence+' => 'Ce qui va être effectué',
'UI:Delete:SorryDeletionNotAllowed' => 'Désolé, vous n\'êtes pas autorisé à supprimer cette objet. Voir les explications détaillées ci-dessus.',
@@ -830,7 +830,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:FatalErrorMessage' => 'Erreur fatale, iTop ne peut pas continuer.',
'UI:Error_Details' => 'Erreur: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop gestion des utilisateurs - projections des classes',
+ 'UI:PageTitle:ClassProjections' => 'iTop gestion des utilisateurs - projections des classes',
'UI:PageTitle:ProfileProjections' => 'iTop gestion des utilisateurs - projections des profils',
'UI:UserManagement:Class' => 'Type',
'UI:UserManagement:Class+' => 'Type des objets',
@@ -869,7 +869,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:UserManagement:GrantMatrix' => 'Matrice des droits',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Lien entre %1$s et %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Lien entre %1$s et %2$s',
-
+
'Menu:AdminTools' => 'Outils d\'admin', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Outils d\'administration', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Ces outils sont accessibles uniquement aux utilisateurs possédant le profil Administrateur.', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -888,28 +888,28 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Nombre d\'éléments par type',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Nombre d\'éléments par état',
-'UI:ConfigMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion de Configuration',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Actifs par état',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Actifs par type',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion de Configuration',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Actifs par état',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Actifs par type',
-'UI:RequestMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Demandes Utilisateurs',
-'UI-RequestManagementOverview-RequestByService' => 'Demandes par service',
-'UI-RequestManagementOverview-RequestByPriority' => 'Demandes par priorité',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Demandes non affectées à un agent',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Demandes Utilisateurs',
+ 'UI-RequestManagementOverview-RequestByService' => 'Demandes par service',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Demandes par priorité',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Demandes non affectées à un agent',
-'UI:IncidentMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Incidents',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidents par service',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents par priorité',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents non affectés à un agent',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Incidents',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidents par service',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidents par priorité',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents non affectés à un agent',
-'UI:ChangeMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Changements',
-'UI-ChangeManagementOverview-ChangeByType' => 'Changes par type',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes non affectés à un agent',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interruptions de service liées à un changement',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Changements',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Changes par type',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes non affectés à un agent',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interruptions de service liées à un changement',
-'UI:ServiceMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Services',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contrats clients à renouveler dans les 30 jours',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contrats fournisseurs à renouveler dans les 30 jours',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Services',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contrats clients à renouveler dans les 30 jours',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contrats fournisseurs à renouveler dans les 30 jours',
'UI:ContactsMenu' => 'Contacts',
'UI:ContactsMenu+' => 'Contacts',
@@ -920,13 +920,13 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Menu:CSVImportMenu' => 'Import CSV', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'Import ou mise à jour en masse', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Modèle de Données', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Résumé du Modèle de Données', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Exportation', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Exportation des résultats d\'une requête en HTML, CSV ou XML', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Notifications', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Configuration des Notifications', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Configuration des Notifications',
@@ -953,7 +953,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:NotificationsMenu:Actions' => 'Actions',
'UI:NotificationsMenu:AvailableActions' => 'Actions existantes',
- 'Menu:TagAdminMenu' => 'Etiquettes',
+ 'Menu:TagAdminMenu' => 'Étiquettes',
'Menu:TagAdminMenu+' => 'Gestion des étiquettes',
'UI:TagAdminMenu:Title' => 'Gestion des étiquettes',
'UI:TagAdminMenu:NoTags' => 'Pas de champ étiquette configuré',
@@ -962,19 +962,19 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'Menu:AuditCategories' => 'Catégories d\'audit', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Catégories d\'audit', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Catégories d\'audit', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Requêtes OQL', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:RunQueriesMenu+' => 'Executer une requête OQL', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+ 'Menu:RunQueriesMenu+' => 'Exécuter une requête OQL', // Duplicated into itop-welcome-itil (will be removed from here...)
+
'Menu:QueryMenu' => 'Livre des requêtes', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Livre des requêtes', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Administration des données', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Administration des données', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Recherche Universelle', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Rechercher n\'importe quel objet...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Gestion des Utilisateurs', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'Gestion des Utilisateurs', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -996,9 +996,9 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:Download-CSV' => 'Télécharger %1$s',
'UI:DeadlineMissedBy_duration' => 'Passé de %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dj %2$dh %3$dmin',
'UI:Help' => 'Aide',
'UI:PasswordConfirm' => '(Confirmer)',
@@ -1050,8 +1050,8 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'Portal:ChangeMyPassword' => 'Changer mon mot de passe',
'Portal:Disconnect' => 'Déconnexion',
'Portal:OpenRequests' => 'Mes requêtes en cours',
- 'Portal:ClosedRequests' => 'Mes requêtes fermées',
- 'Portal:ResolvedRequests' => 'Mes requêtes résolues',
+ 'Portal:ClosedRequests' => 'Mes requêtes fermées',
+ 'Portal:ResolvedRequests' => 'Mes requêtes résolues',
'Portal:SelectService' => 'Choisissez un service dans le catalogue:',
'Portal:PleaseSelectOneService' => 'Veuillez choisir un service',
'Portal:SelectSubcategoryFrom_Service' => 'Choisissez une sous-catégorie du service %1$s:',
@@ -1070,7 +1070,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'Portal:RemoveAttachment' => ' Enlever la pièce jointe ',
'Portal:Attachment_No_To_Ticket_Name' => 'Pièce jointe #%1$d à %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Sélectionnez un modèle de requête pour %1$s',
- 'Enum:Undefined' => 'Non défini',
+ 'Enum:Undefined' => 'Non défini',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s J %2$s H %3$s min %4$s s',
'UI:ModifyAllPageTitle' => 'Modification par lots',
'UI:Modify_N_ObjectsOf_Class' => 'Modification de %1$d objet(s) de type %2$s',
@@ -1082,7 +1082,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:BulkModifyStatus' => 'Opération',
'UI:BulkModifyStatus+' => '',
'UI:BulkModifyErrors' => 'Erreur',
- 'UI:BulkModifyErrors+' => '',
+ 'UI:BulkModifyErrors+' => '',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Erreur',
'UI:BulkModifyStatusModified' => 'Modifié',
@@ -1176,8 +1176,8 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:DashboardEdit:Layout' => 'Mise en page',
'UI:DashboardEdit:Properties' => 'Propriétés du tableau de bord',
- 'UI:DashboardEdit:Dashlets' => 'Indicateurs',
- 'UI:DashboardEdit:DashletProperties' => 'Propriétés de l\'Indicateur',
+ 'UI:DashboardEdit:Dashlets' => 'Indicateurs',
+ 'UI:DashboardEdit:DashletProperties' => 'Propriétés de l\'Indicateur',
'UI:Form:Property' => 'Propriété',
'UI:Form:Value' => 'Valeur',
@@ -1288,7 +1288,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'Month-10' => 'Octobre',
'Month-11' => 'Novembre',
'Month-12' => 'Décembre',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Di',
'DayOfWeek-Monday-Min' => 'Lu',
@@ -1310,7 +1310,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'Month-11-Short' => 'Nov',
'Month-12-Short' => 'Déc',
'Calendar-FirstDayOfWeek' => '1', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Créer un Raccourci...',
'UI:ShortcutRenameDlg:Title' => 'Renommer le raccourci',
'UI:ShortcutListDlg:Title' => 'Créer un raccourci pour la liste',
@@ -1360,7 +1360,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
| i | minutes (sur 2 chiffres: 00..59) |
| s | secondes (sur 2 chiffres: 00..59) |
',
-
+
'UI:Button:Remove' => 'Enlever',
'UI:AddAnExisting_Class' => 'Ajouter des objets de type %1$s...',
'UI:SelectionOf_Class' => 'Sélection d\'objets de type %1$s',
@@ -1373,13 +1373,13 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:About:InstallationOptions' => 'Options d\'installation',
'UI:About:ManualExtensionSource' => 'Extension',
'UI:About:Extension_Version' => 'Version: %1$s',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'iTop Hub',
+
'UI:DisconnectedDlgMessage' => 'Vous êtes déconnecté(e). Vous devez vous identifier pour pouvoir continuer à utiliser l\'application.',
'UI:DisconnectedDlgTitle' => 'Attention !',
'UI:LoginAgain' => 'S\'identifier',
'UI:StayOnThePage' => 'Rester sur cette page',
-
+
'ExcelExporter:ExportMenu' => 'Exporter pour Excel...',
'ExcelExporter:ExportDialogTitle' => 'Export au format Excel',
'ExcelExporter:ExportButton' => 'Exporter',
@@ -1399,16 +1399,16 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:CurrentObjectLockExpired_Explanation' => 'Le verrouillage interdisant les modifications concurrentes a expiré. Vos modifications ne peuvent pas être acceptées car d\'autres utilisateurs peuvent modifier cet objet.',
'UI:ConcurrentLockKilled' => 'Le verrouillage en édition de l\'objet courant a été supprimé.',
'UI:Menu:KillConcurrentLock' => 'Supprimer le verrouillage !',
-
+
'UI:Menu:ExportPDF' => 'Exporter en PDF...',
'UI:Menu:PrintableVersion' => 'Version imprimable',
-
+
'UI:BrowseInlineImages' => 'Parcourir les images...',
'UI:UploadInlineImageLegend' => 'Ajouter une image',
'UI:SelectInlineImageToUpload' => 'Sélectionnez l\'image à ajouter',
'UI:AvailableInlineImagesLegend' => 'Images disponibles',
'UI:NoInlineImage' => 'Il n\'y a aucune image de disponible sur le serveur. Utilisez le bouton "Parcourir" (ci-dessus) pour sélectionner une image sur votre ordinateur et la télécharger sur le serveur.',
-
+
'UI:ToggleFullScreen' => 'Agrandir / Minimiser',
'UI:Button:ResetImage' => 'Récupérer l\'image initiale',
'UI:Button:RemoveImage' => 'Supprimer l\'image',
@@ -1458,20 +1458,20 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s : Indifférent',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s : %2$s',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s est renseigné',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s n\'est pas renseigné',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s : %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s : %2$s et %3$s autres',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s : Indifférent',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s est renseigné',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s n\'est pas renseigné',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s : %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s : %2$s et %3$s autres',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s : Indifférent',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s est renseigné',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s n\'est pas renseigné',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s : %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s : %2$s et %3$s autres',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s : Indifférent',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s est renseigné',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s n\'est pas renseigné',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s : %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s : %2$s et %3$s autres',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s : Indifférent',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/hu.dictionary.itop.core.php b/dictionaries/hu.dictionary.itop.core.php
index 31d8ffdbf..bb73186a4 100755
--- a/dictionaries/hu.dictionary.itop.core.php
+++ b/dictionaries/hu.dictionary.itop.core.php
@@ -40,20 +40,20 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'List of tags~~',
- 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
'Core:AttributeSet:placeholder' => 'click to add~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'Objektum tömbök (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Objektum tömbök (N-N)',
'Core:AttributeLinkedSetIndirect+' => '',
'Core:AttributeInteger' => 'Integer',
@@ -101,7 +101,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Core:AttributePassword' => 'Jelszó',
'Core:AttributePassword+' => '',
- 'Core:AttributeEncryptedString' => 'Encrypted string',
+ 'Core:AttributeEncryptedString' => 'Encrypted string',
'Core:AttributeEncryptedString+' => '',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
@@ -859,8 +859,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$sds',
- 'Core:Duration_Minutes_Seconds' =>'%1$sdmin %2$sds',
+ 'Core:Duration_Seconds' => '%1$sds',
+ 'Core:Duration_Minutes_Seconds' => '%1$sdmin %2$sds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$sdh %2$sdmin %3$sds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$sdh %3$sdmin %4$ds',
diff --git a/dictionaries/hu.dictionary.itop.ui.php b/dictionaries/hu.dictionary.itop.ui.php
index 6db83c621..0808caad8 100755
--- a/dictionaries/hu.dictionary.itop.ui.php
+++ b/dictionaries/hu.dictionary.itop.ui.php
@@ -117,7 +117,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.~~',
'Class:User/Attribute:status/Value:enabled' => 'Enabled~~',
'Class:User/Attribute:status/Value:disabled' => 'Disabled~~',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Bejelentkezési névnek egyedinek kell lennie - "%1s" már létezik.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Legalább egy profilt a felhasználóhoz kell rendelni.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~',
@@ -328,7 +328,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'BooleanLabel:yes' => 'Igen',
'BooleanLabel:no' => 'Nem',
- 'UI:Login:Title' => 'iTop login~~',
+ 'UI:Login:Title' => 'iTop login~~',
'Menu:WelcomeMenu' => 'Üdvözlöm', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Üdvözlöm', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -403,7 +403,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Button:Insert' => 'Insert~~',
'UI:Button:More' => 'More~~',
'UI:Button:Less' => 'Less~~',
-
+
'UI:SearchToggle' => 'Keresés',
'UI:ClickToCreateNew' => 'Új %1$s létrehozása',
'UI:SearchFor_Class' => '%1$s objektumok keresése',
@@ -423,7 +423,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Az átmeneti fájl nem írható. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Feltöltés megállt a fájl kiterjesztés miatt. (Eredeti fájl név = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Fájl feltöltés sikertelen ismeretlen hiba miatt. (Hibakód = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Hiba: a következő paramétert meg kell adni ennél a műveletnél: %1$s.',
'UI:Error:2ParametersMissing' => 'Hiba: a következő paramétereket meg kell adni ennél a műveletnél: %1$s és %2$s.',
'UI:Error:3ParametersMissing' => 'Hiba: a következő paramétereket meg kell adni ennél a műveletnél: %1$s, %2$s és %3$s.',
@@ -600,7 +600,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Kérem adja meg az összes mezőre az összerendelési szabályokat.',
'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
'UI:CSVImport:AlertNoSearchCriteria' => 'Kérem adjon eg legalább egy keresési kritériumot',
- 'UI:CSVImport:Encoding' => 'Karakter kódolása',
+ 'UI:CSVImport:Encoding' => 'Karakter kódolása',
'UI:UniversalSearchTitle' => 'iTop - Univerzális kereső',
'UI:UniversalSearch:Error' => 'Hiba: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Keresendő osztály kiválasztása:',
@@ -691,7 +691,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Schema:Label' => 'Cimke',
'UI:Schema:Label+' => '',
'UI:Schema:Type' => 'Típus',
-
+
'UI:Schema:Type+' => '',
'UI:Schema:Origin' => 'Származás',
'UI:Schema:Origin+' => '',
@@ -781,7 +781,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Automatikus frissítés sikeretelen: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'Automatikusan lesznek frissítve (reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objektumok / kapcsolatok hivatkoznak erre: %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objektumok / kapcsolatok hivatkoznak törlendő objektumokra',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objektumok / kapcsolatok hivatkoznak törlendő objektumokra',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Adatbázis integritás ellenőrzés szükséges. Néhány hivatkozás megszüntetésre kerül.',
'UI:Delete:Consequence+' => '',
'UI:Delete:SorryDeletionNotAllowed' => 'Az objektum törlése nem engedélyezett. Részletes magyarázat a következő sorokban.',
@@ -830,7 +830,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:FatalErrorMessage' => 'Fatális hiba, iTop nem tudja a működését folytatni',
'UI:Error_Details' => 'Hiba: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop felhasználó menedzsmet - osztály nézet',
+ 'UI:PageTitle:ClassProjections' => 'iTop felhasználó menedzsmet - osztály nézet',
'UI:PageTitle:ProfileProjections' => 'iTop felhasználó menedzsmet - profil nézet',
'UI:UserManagement:Class' => 'Osztály',
'UI:UserManagement:Class+' => '',
@@ -869,7 +869,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:UserManagement:GrantMatrix' => 'Jogosutlsági mátrix',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Kapcsolat %1$s és %2$s között',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Kapcsolat %1$s és %2$s között',
-
+
'Menu:AdminTools' => 'Adminisztrációs eszközök', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Eszközök csak az adminisztrátori profilhoz rendlet felhasználók számára elérhetők.', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -888,28 +888,28 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Infrastruktúra objetumok típusok szerint',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infrastruktúra objetumok státuszok szerint',
-'UI:ConfigMgmtMenuOverview:Title' => 'Konfiguráció menedzsment dashboard',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Konfigurációs elemek státusz szerint',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Konfigurációs elemek típus szerint',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Konfiguráció menedzsment dashboard',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Konfigurációs elemek státusz szerint',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Konfigurációs elemek típus szerint',
-'UI:RequestMgmtMenuOverview:Title' => 'Igény menedzsment dashboard',
-'UI-RequestManagementOverview-RequestByService' => 'Felhasználói kérések szolgáltatásonként',
-'UI-RequestManagementOverview-RequestByPriority' => 'Felhasználói kérések prioritás szerint',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Felhasználói kérések, amelyek még nem lettek felelőshöz rendelve',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Igény menedzsment dashboard',
+ 'UI-RequestManagementOverview-RequestByService' => 'Felhasználói kérések szolgáltatásonként',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Felhasználói kérések prioritás szerint',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Felhasználói kérések, amelyek még nem lettek felelőshöz rendelve',
-'UI:IncidentMgmtMenuOverview:Title' => 'Incidens menedzsment dashboard',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidensek szolgáltatásonként',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidensek prioritás szerint',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidensek, amelyek még nem lettek felelőshöz rendelve',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Incidens menedzsment dashboard',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidensek szolgáltatásonként',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidensek prioritás szerint',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidensek, amelyek még nem lettek felelőshöz rendelve',
-'UI:ChangeMgmtMenuOverview:Title' => 'Változás menedzsment dashboard',
-'UI-ChangeManagementOverview-ChangeByType' => 'Változások típusonként',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Változások, amelyek még nem lettek felelőshöz rendelve',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Változások által okozott leállási idő',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Változás menedzsment dashboard',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Változások típusonként',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Változások, amelyek még nem lettek felelőshöz rendelve',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Változások által okozott leállási idő',
-'UI:ServiceMgmtMenuOverview:Title' => 'Szolgáltatás menedszment dashboard',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'A következő 30 napban lejáró ügyfél szerződések',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'A következő 30 napban lejáró szállítói szerződések',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Szolgáltatás menedszment dashboard',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'A következő 30 napban lejáró ügyfél szerződések',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'A következő 30 napban lejáró szállítói szerződések',
'UI:ContactsMenu' => 'Kapcsolattartók',
'UI:ContactsMenu+' => '',
@@ -920,13 +920,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Menu:CSVImportMenu' => 'CSV import', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Adatmodell', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Export', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Értesítések', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Értesítések beállítása',
@@ -962,19 +962,19 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'Menu:AuditCategories' => 'Audit kategóriák', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Audit kategóriák', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Lekérdezés futtatás', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Query phrasebook~~', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Query phrasebook~~', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Adat adminisztráció', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Univerzális keresés', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Felhasználó menedzsment', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -996,9 +996,9 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'UI:Download-CSV' => 'Download %1$s~~',
'UI:DeadlineMissedBy_duration' => 'Elmulsztva %1$s által',
- 'UI:Deadline_LessThan1Min' => '< 1 perc',
- 'UI:Deadline_Minutes' => '%1$d perc',
- 'UI:Deadline_Hours_Minutes' => '%1$dóra %2$dperc',
+ 'UI:Deadline_LessThan1Min' => '< 1 perc',
+ 'UI:Deadline_Minutes' => '%1$d perc',
+ 'UI:Deadline_Hours_Minutes' => '%1$dóra %2$dperc',
'UI:Deadline_Days_Hours_Minutes' => '%1$nap %2$dóra %3$dperc',
'UI:Help' => 'Segítség',
'UI:PasswordConfirm' => '(Jóváhagyás)',
@@ -1050,8 +1050,8 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'Portal:ChangeMyPassword' => 'Jelszó változtatás',
'Portal:Disconnect' => 'Kilépés',
'Portal:OpenRequests' => 'Nyitott kéréseim',
- 'Portal:ClosedRequests' => 'My closed requests',
- 'Portal:ResolvedRequests' => 'Megoldott kéréseim',
+ 'Portal:ClosedRequests' => 'My closed requests',
+ 'Portal:ResolvedRequests' => 'Megoldott kéréseim',
'Portal:SelectService' => 'Válasszon szolgáltatást a katalógusból:',
'Portal:PleaseSelectOneService' => 'Kérem válasszon egy szolgáltatást',
'Portal:SelectSubcategoryFrom_Service' => 'Válassza ki a %1$s szolgáltatás alkategóriáját:',
@@ -1070,7 +1070,7 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'Portal:RemoveAttachment' => 'Csatolmány eltávolítása',
'Portal:Attachment_No_To_Ticket_Name' => 'Csatolmányok: #%1$d a %2$s (%3$s) hibajegyhez',
'Portal:SelectRequestTemplate' => 'Select a template for %1$s~~',
- 'Enum:Undefined' => 'Nem meghatározott',
+ 'Enum:Undefined' => 'Nem meghatározott',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s nap %2$s óra %3$s perc %4$s másodperc',
'UI:ModifyAllPageTitle' => 'Összes módosítása',
'UI:Modify_N_ObjectsOf_Class' => '%2$s osztály %1$d objketumainak módosítása',
@@ -1082,7 +1082,7 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'UI:BulkModifyStatus' => 'Művelet',
'UI:BulkModifyStatus+' => '',
'UI:BulkModifyErrors' => 'Hibák (ha vannak)',
- 'UI:BulkModifyErrors+' => '',
+ 'UI:BulkModifyErrors+' => '',
'UI:BulkModifyStatusOk' => 'OK',
'UI:BulkModifyStatusError' => 'Hiba',
'UI:BulkModifyStatusModified' => 'Módosítva',
@@ -1176,8 +1176,8 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'UI:DashboardEdit:Layout' => 'Layout~~',
'UI:DashboardEdit:Properties' => 'Dashboard Properties~~',
- 'UI:DashboardEdit:Dashlets' => 'Available Dashlets~~',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties~~',
+ 'UI:DashboardEdit:Dashlets' => 'Available Dashlets~~',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties~~',
'UI:Form:Property' => 'Property~~',
'UI:Form:Value' => 'Value~~',
@@ -1288,7 +1288,7 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'Month-10' => 'October~~',
'Month-11' => 'November~~',
'Month-12' => 'December~~',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Su~~',
'DayOfWeek-Monday-Min' => 'Mo~~',
@@ -1310,7 +1310,7 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'Month-11-Short' => 'Nov~~',
'Month-12-Short' => 'Dec~~',
'Calendar-FirstDayOfWeek' => '0~~', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Create a Shortcut...~~',
'UI:ShortcutRenameDlg:Title' => 'Rename the shortcut~~',
'UI:ShortcutListDlg:Title' => 'Create a shortcut for the list~~',
@@ -1360,7 +1360,7 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
~~',
-
+
'UI:Button:Remove' => 'Remove~~',
'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
@@ -1373,13 +1373,13 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'UI:About:InstallationOptions' => 'Installation options~~',
'UI:About:ManualExtensionSource' => 'Extension~~',
'UI:About:Extension_Version' => 'Version: %1$s~~',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'Data~~',
+
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
'UI:DisconnectedDlgTitle' => 'Warning!~~',
'UI:LoginAgain' => 'Login again~~',
'UI:StayOnThePage' => 'Stay on this page~~',
-
+
'ExcelExporter:ExportMenu' => 'Excel Export...~~',
'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
'ExcelExporter:ExportButton' => 'Export~~',
@@ -1399,16 +1399,16 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.~~',
'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.~~',
'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
-
+
'UI:Menu:ExportPDF' => 'Export as PDF...~~',
'UI:Menu:PrintableVersion' => 'Printer friendly version~~',
-
+
'UI:BrowseInlineImages' => 'Browse images...~~',
'UI:UploadInlineImageLegend' => 'Upload a new image~~',
'UI:SelectInlineImageToUpload' => 'Select the image to upload~~',
'UI:AvailableInlineImagesLegend' => 'Available images~~',
'UI:NoInlineImage' => 'There is no image available on the server. Use the "Browse" button above to select an image from your computer and upload it to the server.~~',
-
+
'UI:ToggleFullScreen' => 'Toggle Maximize / Minimize~~',
'UI:Button:ResetImage' => 'Recover the previous image~~',
'UI:Button:RemoveImage' => 'Remove the image~~',
@@ -1458,20 +1458,20 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any~~',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/it.dictionary.itop.core.php b/dictionaries/it.dictionary.itop.core.php
index c39566c31..9ca2ee445 100644
--- a/dictionaries/it.dictionary.itop.core.php
+++ b/dictionaries/it.dictionary.itop.core.php
@@ -42,20 +42,20 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'List of tags~~',
- 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
'Core:AttributeSet:placeholder' => 'click to add~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'Array di oggetti (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Array di oggetti (N-N)',
'Core:AttributeLinkedSetIndirect+' => 'ogni tipo di oggetti [sottoclasse] della stessa classe',
'Core:AttributeInteger' => 'Integer',
@@ -103,7 +103,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Core:AttributePassword' => 'Password',
'Core:AttributePassword+' => 'Password per un dispositivo',
- 'Core:AttributeEncryptedString' => 'Stringa criptata',
+ 'Core:AttributeEncryptedString' => 'Stringa criptata',
'Core:AttributeEncryptedString+' => 'Stringa cripta con una chiave locale',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
@@ -861,8 +861,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$sec',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sg %2$dh %3$dmin %4$ds',
diff --git a/dictionaries/it.dictionary.itop.ui.php b/dictionaries/it.dictionary.itop.ui.php
index e4c66017f..0d8fe969a 100644
--- a/dictionaries/it.dictionary.itop.ui.php
+++ b/dictionaries/it.dictionary.itop.ui.php
@@ -130,7 +130,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.~~',
'Class:User/Attribute:status/Value:enabled' => 'Enabled~~',
'Class:User/Attribute:status/Value:disabled' => 'Disabled~~',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Il Login deve essere unico - "%1s" già usato',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Almeno un profilo deve essere assegnato all\'utente.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~',
@@ -341,7 +341,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'BooleanLabel:yes' => 'si',
'BooleanLabel:no' => 'no',
- 'UI:Login:Title' => 'iTop login~~',
+ 'UI:Login:Title' => 'iTop login~~',
'Menu:WelcomeMenu' => 'Benveuto', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Benvenuto', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -416,7 +416,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Button:Insert' => 'Insert~~',
'UI:Button:More' => 'More~~',
'UI:Button:Less' => 'Less~~',
-
+
'UI:SearchToggle' => 'Cerca',
'UI:ClickToCreateNew' => 'Crea un nuovo %1$s~~',
'UI:SearchFor_Class' => 'Cerca l\'oggetto %1$s',
@@ -436,7 +436,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Impossibile scrivere il file temporaneo sul disco. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Caricamento fermato per estensione. (Nome del file originale = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Il caricamento del file non riuscito, causa sconosciuta. (Codice errore = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Errore: il seguente parametro deve essere specificato per questa operazione: %1$s.',
'UI:Error:2ParametersMissing' => 'Errore: i seguenti parametri devono essere specificati per questa operazione: %1$s e %2$s.',
'UI:Error:3ParametersMissing' => 'Errore: i seguenti parametri devono essere specificati per questa operazione: %1$s, %2$s e %3$s.',
@@ -613,7 +613,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Per favore seleziona una mappatura per ogni campo.',
'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
'UI:CSVImport:AlertNoSearchCriteria' => 'Per favore seleziona almeno un criterio di ricerca',
- 'UI:CSVImport:Encoding' => 'Codifica dei caratteri',
+ 'UI:CSVImport:Encoding' => 'Codifica dei caratteri',
'UI:UniversalSearchTitle' => 'iTop - Ricerca Universale',
'UI:UniversalSearch:Error' => 'Errore: %1$s~~',
'UI:UniversalSearch:LabelSelectTheClass' => 'Seleziona la classe per la ricerca: ',
@@ -704,7 +704,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Schema:Label' => 'Etichetta',
'UI:Schema:Label+' => '',
'UI:Schema:Type' => 'Tipo',
-
+
'UI:Schema:Type+' => '',
'UI:Schema:Origin' => 'Origine',
'UI:Schema:Origin+' => '',
@@ -794,7 +794,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Dovrebbero essere automaticamente aggiornati, ma: %1$s~~',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'Sarà automaticamente aggiornato (reset: %1$s)~~',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d oggetti/link fanno riferimento %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d oggetti / link fanno riferimento alcuni degli oggetti da eliminare',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d oggetti / link fanno riferimento alcuni degli oggetti da eliminare',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Per garantire l\'integrità del database, ogni riferimento dovrebbe essere ulteriormente eliminato',
'UI:Delete:Consequence+' => '',
'UI:Delete:SorryDeletionNotAllowed' => 'Spiacenti, non sei autorizzato a cancellare questo oggetto, vedere le spiegazioni di cui sopra',
@@ -843,7 +843,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:FatalErrorMessage' => 'Fatal error, iTop non può continuare.',
'UI:Error_Details' => 'Errore: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop gestione degli utenti - proiezioni classe',
+ 'UI:PageTitle:ClassProjections' => 'iTop gestione degli utenti - proiezioni classe',
'UI:PageTitle:ProfileProjections' => 'iTop gestione degli utenti - proiezioni profilo',
'UI:UserManagement:Class' => 'Classe',
'UI:UserManagement:Class+' => '',
@@ -882,7 +882,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:UserManagement:GrantMatrix' => 'Grant Matrix',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Collegamento tra %1$s e %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Collegamento tra %1$s e %2$s',
-
+
'Menu:AdminTools' => 'Strumenti di amministrazione', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Strumenti accessibile solo agli utenti con il profilo di amministratore', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -901,28 +901,28 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Oggetti infrastruttutura per tipo',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Oggetti infrastruttutura per stato',
-'UI:ConfigMgmtMenuOverview:Title' => 'Cruscotto per Gestione configurazione',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items per stato',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items per tipo',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Cruscotto per Gestione configurazione',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items per stato',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items per tipo',
-'UI:RequestMgmtMenuOverview:Title' => 'Cruscotto per Gestione Richieste',
-'UI-RequestManagementOverview-RequestByService' => 'Richieste degli utenti per servizio',
-'UI-RequestManagementOverview-RequestByPriority' => 'Richieste degli utenti per priorità',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Richieste degli utenti non ancora assegnate ad un agente',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Cruscotto per Gestione Richieste',
+ 'UI-RequestManagementOverview-RequestByService' => 'Richieste degli utenti per servizio',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Richieste degli utenti per priorità',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Richieste degli utenti non ancora assegnate ad un agente',
-'UI:IncidentMgmtMenuOverview:Title' => 'Cruscotto Gestione degli Incidenti',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidenti per servizio',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidenti per priorità',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidenti non ancora assegnati ad un agente',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Cruscotto Gestione degli Incidenti',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidenti per servizio',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidenti per priorità',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidenti non ancora assegnati ad un agente',
-'UI:ChangeMgmtMenuOverview:Title' => 'Cruscotto per Gestione dei Cambi',
-'UI-ChangeManagementOverview-ChangeByType' => 'Cambi per tipo',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Cambi non ancora assegnati ad un agente',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interruzioni dovute ai cambi',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Cruscotto per Gestione dei Cambi',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Cambi per tipo',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Cambi non ancora assegnati ad un agente',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interruzioni dovute ai cambi',
-'UI:ServiceMgmtMenuOverview:Title' => 'Cruscotto per Gestione dei Cambi',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contratti con i clienti da rinnovarsi in 30 giorni',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contratti con i fornitori da rinnovarsi in 30 giorni',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Cruscotto per Gestione dei Cambi',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contratti con i clienti da rinnovarsi in 30 giorni',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contratti con i fornitori da rinnovarsi in 30 giorni',
'UI:ContactsMenu' => 'Contatti',
'UI:ContactsMenu+' => '',
@@ -933,13 +933,13 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Menu:CSVImportMenu' => 'Importazione CSV', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Modello Dati', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Esporta', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Notifiche', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Configurazione delle Notifiche',
@@ -977,19 +977,19 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'Menu:AuditCategories' => 'Categorie di Audit', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Categorie di Audit', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Esegui query', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Query phrasebook~~', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Query phrasebook~~', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Dati di amministrazione', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Ricerca universale', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Gestione degli utenti', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1011,9 +1011,9 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'UI:Download-CSV' => 'Download %1$s~~',
'UI:DeadlineMissedBy_duration' => 'Mancati %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dg %2$dh %3$dmin',
'UI:Help' => 'Aiuto',
'UI:PasswordConfirm' => '(Conferma)',
@@ -1065,8 +1065,8 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'Portal:ChangeMyPassword' => 'Cambia la mia password',
'Portal:Disconnect' => 'Disconnetti',
'Portal:OpenRequests' => 'Le mie richieste aperte',
- 'Portal:ClosedRequests' => 'My closed requests',
- 'Portal:ResolvedRequests' => 'Le mie richieste risolte',
+ 'Portal:ClosedRequests' => 'My closed requests',
+ 'Portal:ResolvedRequests' => 'Le mie richieste risolte',
'Portal:SelectService' => 'Seleziona un servizio dal catalogo:',
'Portal:PleaseSelectOneService' => 'Si prega di selezionare un servizio',
'Portal:SelectSubcategoryFrom_Service' => 'Seleziona una sotto-categoria per il servizio %1$s:',
@@ -1085,7 +1085,7 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'Portal:RemoveAttachment' => ' Rimuovi allegati ',
'Portal:Attachment_No_To_Ticket_Name' => 'Allegato #%1$d a %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Select a template for %1$s~~',
- 'Enum:Undefined' => 'Non definito',
+ 'Enum:Undefined' => 'Non definito',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Giorni %2$s Ore %3$s Minuti %4$s Secondi',
'UI:ModifyAllPageTitle' => 'Modifica Tutto',
'UI:Modify_N_ObjectsOf_Class' => 'Modifica %1$d oggetto della classe %2$s',
@@ -1097,7 +1097,7 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'UI:BulkModifyStatus' => 'Operazioni',
'UI:BulkModifyStatus+' => '',
'UI:BulkModifyErrors' => 'Errori (eventuali)',
- 'UI:BulkModifyErrors+' => '',
+ 'UI:BulkModifyErrors+' => '',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Errore',
'UI:BulkModifyStatusModified' => 'Modificato',
@@ -1191,8 +1191,8 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'UI:DashboardEdit:Layout' => 'Layout~~',
'UI:DashboardEdit:Properties' => 'Dashboard Properties~~',
- 'UI:DashboardEdit:Dashlets' => 'Available Dashlets~~',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties~~',
+ 'UI:DashboardEdit:Dashlets' => 'Available Dashlets~~',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties~~',
'UI:Form:Property' => 'Property~~',
'UI:Form:Value' => 'Value~~',
@@ -1303,7 +1303,7 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'Month-10' => 'October~~',
'Month-11' => 'November~~',
'Month-12' => 'December~~',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Su~~',
'DayOfWeek-Monday-Min' => 'Mo~~',
@@ -1325,7 +1325,7 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'Month-11-Short' => 'Nov~~',
'Month-12-Short' => 'Dec~~',
'Calendar-FirstDayOfWeek' => '0~~', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Create a Shortcut...~~',
'UI:ShortcutRenameDlg:Title' => 'Rename the shortcut~~',
'UI:ShortcutListDlg:Title' => 'Create a shortcut for the list~~',
@@ -1375,7 +1375,7 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
~~',
-
+
'UI:Button:Remove' => 'Remove~~',
'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
@@ -1388,13 +1388,13 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'UI:About:InstallationOptions' => 'Installation options~~',
'UI:About:ManualExtensionSource' => 'Extension~~',
'UI:About:Extension_Version' => 'Version: %1$s~~',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'Data~~',
+
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
'UI:DisconnectedDlgTitle' => 'Warning!~~',
'UI:LoginAgain' => 'Login again~~',
'UI:StayOnThePage' => 'Stay on this page~~',
-
+
'ExcelExporter:ExportMenu' => 'Excel Export...~~',
'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
'ExcelExporter:ExportButton' => 'Export~~',
@@ -1414,16 +1414,16 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.~~',
'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.~~',
'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
-
+
'UI:Menu:ExportPDF' => 'Export as PDF...~~',
'UI:Menu:PrintableVersion' => 'Printer friendly version~~',
-
+
'UI:BrowseInlineImages' => 'Browse images...~~',
'UI:UploadInlineImageLegend' => 'Upload a new image~~',
'UI:SelectInlineImageToUpload' => 'Select the image to upload~~',
'UI:AvailableInlineImagesLegend' => 'Available images~~',
'UI:NoInlineImage' => 'There is no image available on the server. Use the "Browse" button above to select an image from your computer and upload it to the server.~~',
-
+
'UI:ToggleFullScreen' => 'Toggle Maximize / Minimize~~',
'UI:Button:ResetImage' => 'Recover the previous image~~',
'UI:Button:RemoveImage' => 'Remove the image~~',
@@ -1473,20 +1473,20 @@ Quando è associata a un trigger, ad ogni azione è assegnato un numero "ordine"
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any~~',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/ja.dictionary.itop.core.php b/dictionaries/ja.dictionary.itop.core.php
index cd94170ba..4d42d7d80 100644
--- a/dictionaries/ja.dictionary.itop.core.php
+++ b/dictionaries/ja.dictionary.itop.core.php
@@ -40,20 +40,20 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'List of tags~~',
- 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
'Core:AttributeSet:placeholder' => 'click to add~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'オブジェクト配列 (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'オブジェクト配列 (N-N)',
'Core:AttributeLinkedSetIndirect+' => '同一クラスの任意のオブジェクト(サブクラス)',
'Core:AttributeInteger' => 'Int型',
@@ -101,7 +101,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Core:AttributePassword' => 'パスワード',
'Core:AttributePassword+' => '外部デバイス用パスワード',
- 'Core:AttributeEncryptedString' => '暗号化文字列',
+ 'Core:AttributeEncryptedString' => '暗号化文字列',
'Core:AttributeEncryptedString+' => 'ローカルキーで暗号化された文字列',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
@@ -859,8 +859,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Core:ExecProcess:Code255' => 'PHP エラー (parsing, or runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$d分 %2$d秒',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$d分 %2$d秒',
'Core:Duration_Hours_Minutes_Seconds' => '%1$d時 %2$d分 %3$d秒',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$s日 %2$d時 %3$d分 %4$d秒',
diff --git a/dictionaries/ja.dictionary.itop.ui.php b/dictionaries/ja.dictionary.itop.ui.php
index bec69c1eb..f35111cbe 100644
--- a/dictionaries/ja.dictionary.itop.ui.php
+++ b/dictionaries/ja.dictionary.itop.ui.php
@@ -117,7 +117,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.~~',
'Class:User/Attribute:status/Value:enabled' => 'Enabled~~',
'Class:User/Attribute:status/Value:disabled' => 'Disabled~~',
-
+
'Class:User/Error:LoginMustBeUnique' => 'ログイン名は一意でないといけません。- "%1s" はすでに使われています。',
'Class:User/Error:AtLeastOneProfileIsNeeded' => '少なくとも1件のプロフィールがこのユーザに指定されなければなりません。',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~',
@@ -328,7 +328,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
Dict::Add('JA JP', 'Japanese', '日本語', array(
'BooleanLabel:yes' => 'はい',
'BooleanLabel:no' => 'いいえ',
- 'UI:Login:Title' => 'iTop login~~',
+ 'UI:Login:Title' => 'iTop login~~',
'Menu:WelcomeMenu' => 'ようこそ', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'ようこそ、iTopへ', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'ようこそ', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -403,7 +403,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Button:Insert' => 'Insert~~',
'UI:Button:More' => 'More~~',
'UI:Button:Less' => 'Less~~',
-
+
'UI:SearchToggle' => '検索(トグル↓↑)',
'UI:ClickToCreateNew' => '新規 %1$s を作成',
'UI:SearchFor_Class' => '%1$s オブジェクトを検索',
@@ -423,7 +423,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Error:CannotWriteToTmp_Dir' => '一時ファイルをディスクに書き込めません。upload_tmp_dir = "%1$s"',
'UI:Error:UploadStoppedByExtension_FileName' => 'extensionにより、アップロードを停止しました。(オリジナルのファイル名は"%1$s"です)。',
'UI:Error:UploadFailedUnknownCause_Code' => 'ファイルのアップロードに失敗しました。原因は不明(エラーコード: "%1$s")です。',
-
+
'UI:Error:1ParametersMissing' => 'エラー: この操作には下記のパラメータを指定する必要があります:%1$s',
'UI:Error:2ParametersMissing' => 'エラー:この操作には、下記のパラメータを指定する必要があります:%1$s , %2$s',
'UI:Error:3ParametersMissing' => 'エラー:この操作には、下記のパラメータを指定する必要があります:%1$s, %2$s, %3$s',
@@ -600,7 +600,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:CSVImport:AlertIncompleteMapping' => 'すべてのフィールドのマッピングを選択してください。',
'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
'UI:CSVImport:AlertNoSearchCriteria' => '少なくとも1つ以上の検索条件を選択してください。',
- 'UI:CSVImport:Encoding' => '文字エンコーディング',
+ 'UI:CSVImport:Encoding' => '文字エンコーディング',
'UI:UniversalSearchTitle' => 'iTop - ユニバーサル検索',
'UI:UniversalSearch:Error' => 'エラー:%1$s',
'UI:UniversalSearch:LabelSelectTheClass' => '検索するクラスを選択してください。',
@@ -691,7 +691,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Schema:Label' => 'ラベル',
'UI:Schema:Label+' => '属性のラベル',
'UI:Schema:Type' => '型',
-
+
'UI:Schema:Type+' => '属性のデータ型',
'UI:Schema:Origin' => 'オリジン',
'UI:Schema:Origin+' => 'この属性が定義されているベースクラス',
@@ -781,7 +781,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Delete:CannotUpdateBecause_Issue' => '自動的に更新されるべきですが、しかし: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => '自動的に更新されます。(reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$dオブジェクト/リンクは%2$sを参照しています。',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$dオブジェクト/リンクは削除されるオブジェクトを参照しています。',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$dオブジェクト/リンクは削除されるオブジェクトを参照しています。',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'データベースの整合性を確保するために、いくつかの参照を削除する必要があります。',
'UI:Delete:Consequence+' => '行われます。',
'UI:Delete:SorryDeletionNotAllowed' => '申し訳ありませんが、あなたは、このオブジェクトを削除する権限がありません、上記の詳細な説明を参照してください。',
@@ -830,7 +830,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:FatalErrorMessage' => '致命的なエラー、ITOPを続行することはできません。',
'UI:Error_Details' => 'エラー:%1$s',
- 'UI:PageTitle:ClassProjections' => 'iTop ユーザ管理 - クラスプロジェクション',
+ 'UI:PageTitle:ClassProjections' => 'iTop ユーザ管理 - クラスプロジェクション',
'UI:PageTitle:ProfileProjections' => 'iTop ユーザ管理 - プロフィールプロジェクション',
'UI:UserManagement:Class' => 'クラス',
'UI:UserManagement:Class+' => 'オブジェクトのクラス',
@@ -869,7 +869,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:UserManagement:GrantMatrix' => '権限マトリクス',
'UI:UserManagement:LinkBetween_User_And_Profile' => '%1$s と %2$s間のリンク',
'UI:UserManagement:LinkBetween_User_And_Org' => '%1$s と %2$s 間のリンク',
-
+
'Menu:AdminTools' => '管理ツール', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => '管理ツール', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'このツールは管理者プロフィールを持つユーザのみアクセスが可能です。', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -888,28 +888,28 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'タイプ別のインフラ',
'UI-ConfigurationManagementMenu-InfraByStatus' => '状態別のインフラ',
-'UI:ConfigMgmtMenuOverview:Title' => '構成管理ダッシュボード',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => '状態別構成項目(CI)',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'タイプ別構成項目(CI)',
+ 'UI:ConfigMgmtMenuOverview:Title' => '構成管理ダッシュボード',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => '状態別構成項目(CI)',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'タイプ別構成項目(CI)',
-'UI:RequestMgmtMenuOverview:Title' => '要求管理ダッシュボード',
-'UI-RequestManagementOverview-RequestByService' => 'サービス別要求',
-'UI-RequestManagementOverview-RequestByPriority' => '優先度別要求',
-'UI-RequestManagementOverview-RequestUnassigned' => 'エージェントへ未割り当て要求',
+ 'UI:RequestMgmtMenuOverview:Title' => '要求管理ダッシュボード',
+ 'UI-RequestManagementOverview-RequestByService' => 'サービス別要求',
+ 'UI-RequestManagementOverview-RequestByPriority' => '優先度別要求',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'エージェントへ未割り当て要求',
-'UI:IncidentMgmtMenuOverview:Title' => 'インシデント管理ダッシュボード',
-'UI-IncidentManagementOverview-IncidentByService' => 'サービス別インシデント',
-'UI-IncidentManagementOverview-IncidentByPriority' => '優先度別インシデント',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'エージェントへ未割り当てインシデント',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'インシデント管理ダッシュボード',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'サービス別インシデント',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => '優先度別インシデント',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'エージェントへ未割り当てインシデント',
-'UI:ChangeMgmtMenuOverview:Title' => '変更管理ダッシュボード',
-'UI-ChangeManagementOverview-ChangeByType' => 'タイプ別変更内容',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'エージェントへ未割り当て変更内容',
-'UI-ChangeManagementOverview-ChangeWithOutage' => '変更に伴う停止',
+ 'UI:ChangeMgmtMenuOverview:Title' => '変更管理ダッシュボード',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'タイプ別変更内容',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'エージェントへ未割り当て変更内容',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => '変更に伴う停止',
-'UI:ServiceMgmtMenuOverview:Title' => 'サービス管理ダッシュボード',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => '30日以内に契約更新が必要な顧客',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => '30日以内に契約更新が必要なプロバイダ',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'サービス管理ダッシュボード',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => '30日以内に契約更新が必要な顧客',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => '30日以内に契約更新が必要なプロバイダ',
'UI:ContactsMenu' => '連絡先',
'UI:ContactsMenu+' => '連絡先',
@@ -920,13 +920,13 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Menu:CSVImportMenu' => 'CSV インポート', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => '一括作成/一括更新', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'データモデル', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'データモデル概要', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'エクスポート', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => '任意のクエリ結果をHTML、CSV、XMLでエクスポートする', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => '通知', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => '通知の設定', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => '通知の設定',
@@ -963,19 +963,19 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Menu:AuditCategories' => '監査カテゴリ', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => '監査カテゴリ', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => '監査カテゴリ', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'クエリ実行', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => '任意のクエリを実行', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'クエリのフレーズブック', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'クエリのフレーズブック', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'データ管理', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'データ管理', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => '全検索', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => '何か...検索', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'ユーザ管理', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'ユーザ管理', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -997,9 +997,9 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Download-CSV' => 'ダウンロード-CSV %1$s',
'UI:DeadlineMissedBy_duration' => '%1$s によって消去されました。',
- 'UI:Deadline_LessThan1Min' => ' < 1分',
- 'UI:Deadline_Minutes' => '%1$d 分',
- 'UI:Deadline_Hours_Minutes' => '%1$d時間%2$d分',
+ 'UI:Deadline_LessThan1Min' => ' < 1分',
+ 'UI:Deadline_Minutes' => '%1$d 分',
+ 'UI:Deadline_Hours_Minutes' => '%1$d時間%2$d分',
'UI:Deadline_Days_Hours_Minutes' => '%1$d日%2$d時間%3$d分',
'UI:Help' => 'ヘルプ',
'UI:PasswordConfirm' => '(確認)',
@@ -1051,8 +1051,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Portal:ChangeMyPassword' => 'パスワードを変更',
'Portal:Disconnect' => '切断する',
'Portal:OpenRequests' => '担当のオープン中の要求',
- 'Portal:ClosedRequests' => '担当のクローズした要求',
- 'Portal:ResolvedRequests' => '担当の解決済み要求',
+ 'Portal:ClosedRequests' => '担当のクローズした要求',
+ 'Portal:ResolvedRequests' => '担当の解決済み要求',
'Portal:SelectService' => 'カタログからサービスを選択してください:',
'Portal:PleaseSelectOneService' => 'サービスを1つ選んでください',
'Portal:SelectSubcategoryFrom_Service' => 'サービス%1$sのサブカテゴリを選んでください:',
@@ -1071,7 +1071,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Portal:RemoveAttachment' => ' 添付を削除 ',
'Portal:Attachment_No_To_Ticket_Name' => '$2$s ($3$s)への添付 #%1$d',
'Portal:SelectRequestTemplate' => 'Select a template for %1$s のテンプレートを選択',
- 'Enum:Undefined' => '未定義',
+ 'Enum:Undefined' => '未定義',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s 日 %2$s 時 %3$s 分 %4$s 秒',
'UI:ModifyAllPageTitle' => '全てを修正',
'UI:Modify_N_ObjectsOf_Class' => 'クラス%2$Sの%1$dオブジェクトを修正',
@@ -1083,7 +1083,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:BulkModifyStatus' => '操作',
'UI:BulkModifyStatus+' => '操作の状態',
'UI:BulkModifyErrors' => 'エラー (もしあれば)',
- 'UI:BulkModifyErrors+' => '修正を出来ないようにしているエラー',
+ 'UI:BulkModifyErrors+' => '修正を出来ないようにしているエラー',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'エラー',
'UI:BulkModifyStatusModified' => '修正',
@@ -1177,8 +1177,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:DashboardEdit:Layout' => 'レイアウト',
'UI:DashboardEdit:Properties' => 'ダッシュボードプロパティ',
- 'UI:DashboardEdit:Dashlets' => '利用可能なダッシュレット',
- 'UI:DashboardEdit:DashletProperties' => 'ダッシュレットプロパティ',
+ 'UI:DashboardEdit:Dashlets' => '利用可能なダッシュレット',
+ 'UI:DashboardEdit:DashletProperties' => 'ダッシュレットプロパティ',
'UI:Form:Property' => 'プロパティ',
'UI:Form:Value' => '値',
@@ -1289,7 +1289,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Month-10' => 'October~~',
'Month-11' => 'November~~',
'Month-12' => 'December~~',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Su~~',
'DayOfWeek-Monday-Min' => 'Mo~~',
@@ -1311,7 +1311,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Month-11-Short' => 'Nov~~',
'Month-12-Short' => 'Dec~~',
'Calendar-FirstDayOfWeek' => '0~~', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'ショートカットを作成',
'UI:ShortcutRenameDlg:Title' => 'ショートカットの名前変更',
'UI:ShortcutListDlg:Title' => 'このリストのショートカットを作成',
@@ -1361,7 +1361,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
~~',
-
+
'UI:Button:Remove' => 'Remove~~',
'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
@@ -1374,13 +1374,13 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:About:InstallationOptions' => 'Installation options~~',
'UI:About:ManualExtensionSource' => 'Extension~~',
'UI:About:Extension_Version' => 'Version: %1$s~~',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'Data~~',
+
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
'UI:DisconnectedDlgTitle' => 'Warning!~~',
'UI:LoginAgain' => 'Login again~~',
'UI:StayOnThePage' => 'Stay on this page~~',
-
+
'ExcelExporter:ExportMenu' => 'Excel Export...~~',
'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
'ExcelExporter:ExportButton' => 'Export~~',
@@ -1400,16 +1400,16 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.~~',
'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.~~',
'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
-
+
'UI:Menu:ExportPDF' => 'Export as PDF...~~',
'UI:Menu:PrintableVersion' => 'Printer friendly version~~',
-
+
'UI:BrowseInlineImages' => 'Browse images...~~',
'UI:UploadInlineImageLegend' => 'Upload a new image~~',
'UI:SelectInlineImageToUpload' => 'Select the image to upload~~',
'UI:AvailableInlineImagesLegend' => 'Available images~~',
'UI:NoInlineImage' => 'There is no image available on the server. Use the "Browse" button above to select an image from your computer and upload it to the server.~~',
-
+
'UI:ToggleFullScreen' => 'Toggle Maximize / Minimize~~',
'UI:Button:ResetImage' => 'Recover the previous image~~',
'UI:Button:RemoveImage' => 'Remove the image~~',
@@ -1459,20 +1459,20 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any~~',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/nl.dictionary.itop.core.php b/dictionaries/nl.dictionary.itop.core.php
index 7e6301cfb..c2506e0c7 100644
--- a/dictionaries/nl.dictionary.itop.core.php
+++ b/dictionaries/nl.dictionary.itop.core.php
@@ -48,20 +48,20 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Core:AttributeObsolescenceDate' => 'Buiten gebruik sinds',
'Core:AttributeObsolescenceDate+' => 'Tijdstip sinds wanneer dit object buiten gebruik is',
- 'Core:AttributeTagSet' => 'Lijst van tags',
- 'Core:AttributeTagSet+' => '',
+ 'Core:AttributeTagSet' => 'Lijst van tags',
+ 'Core:AttributeTagSet+' => '',
'Core:AttributeSet:placeholder' => 'klik om toe te voegen',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s van %3$s)',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s van subklasses)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s van %3$s)',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s van subklasses)',
- 'Core:AttributeCaseLog' => 'Log',
- 'Core:AttributeCaseLog+' => '',
+ 'Core:AttributeCaseLog' => 'Log',
+ 'Core:AttributeCaseLog+' => '',
- 'Core:AttributeMetaEnum' => 'Afgeleide oplijsting',
- 'Core:AttributeMetaEnum+' => '',
+ 'Core:AttributeMetaEnum' => 'Afgeleide oplijsting',
+ 'Core:AttributeMetaEnum+' => '',
- 'Core:AttributeLinkedSetIndirect' => 'Reeks van objecten (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Reeks van objecten (N-N)',
'Core:AttributeLinkedSetIndirect+' => 'Elke soort objecten [subklasse] van dezelfde klasse',
'Core:AttributeInteger' => 'Integer',
@@ -109,7 +109,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Core:AttributePassword' => 'Wachtwoord',
'Core:AttributePassword+' => 'Wachtwoord van een extern apparaat',
- 'Core:AttributeEncryptedString' => 'Gecodeerde string',
+ 'Core:AttributeEncryptedString' => 'Gecodeerde string',
'Core:AttributeEncryptedString+' => 'String gecodeerd met een lokale sleutel (key)',
'Core:AttributeEncryptUnknownLibrary' => 'De encryptie-bibliotheek (%1$s) is onbekend',
'Core:AttributeEncryptFailedToDecrypt' => '** fout bij decryptie **',
@@ -867,8 +867,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, of runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
diff --git a/dictionaries/nl.dictionary.itop.ui.php b/dictionaries/nl.dictionary.itop.ui.php
index 7bcfe534d..0a5422d4c 100644
--- a/dictionaries/nl.dictionary.itop.ui.php
+++ b/dictionaries/nl.dictionary.itop.ui.php
@@ -136,7 +136,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:User/Attribute:status+' => 'Of de gebruikersaccount in- of uitgeschakeld is.',
'Class:User/Attribute:status/Value:enabled' => 'Ingeschakeld',
'Class:User/Attribute:status/Value:disabled' => 'Uitgeschakeld',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Login moet uniek zijn - "%1s" is al in gebruik',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Er moet minstens één profiel toegewezen zijn aan deze gebruiker',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'Minstens één organisatie moet toegewezen zijn aan deze gebruiker',
@@ -347,7 +347,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'BooleanLabel:yes' => 'Ja',
'BooleanLabel:no' => 'Nee',
- 'UI:Login:Title' => 'Aanmelden in iTop',
+ 'UI:Login:Title' => 'Aanmelden in iTop',
'Menu:WelcomeMenu' => 'Welkom', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'Welkom in iTop', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Welkom', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -422,7 +422,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Button:Insert' => 'Invoegen',
'UI:Button:More' => 'Meer',
'UI:Button:Less' => 'Minder',
-
+
'UI:SearchToggle' => 'Zoek',
'UI:ClickToCreateNew' => 'Maak een %1$s aan',
'UI:SearchFor_Class' => 'Zoek naar %1$s objecten',
@@ -442,7 +442,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Niet mogelijk om het tijdelijke bestand naar een tijdelijke map weg te schrijven. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Upload gestopt door bestandsextensie. (Oorspronkelijke bestandsnaam = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Uploaden van bestand mislukt, oorzaak onbekend. (Foutcode = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Fout: de volgende parameter moet worden gespecificeerd voor deze actie: %1$s.',
'UI:Error:2ParametersMissing' => 'Fout: de volgende parameters moeten worden gespecificeerd voor deze actie: %1$s and %2$s.',
'UI:Error:3ParametersMissing' => 'Fout: de volgende parameters moeten worden gespecificeerd voor deze actie: %1$s, %2$s and %3$s.',
@@ -619,7 +619,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Selecteer een mapping voor ieder veld',
'UI:CSVImport:AlertMultipleMapping' => 'Zorg dat er voor elk veld slechts één mapping is',
'UI:CSVImport:AlertNoSearchCriteria' => 'Selecteer tenminste een zoekcriterium.',
- 'UI:CSVImport:Encoding' => 'Tekstencodering',
+ 'UI:CSVImport:Encoding' => 'Tekstencodering',
'UI:UniversalSearchTitle' => 'iTop - Universele zoekopdracht',
'UI:UniversalSearch:Error' => 'Fout: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Selecteer de klasse om te zoeken: ',
@@ -710,7 +710,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Schema:Label' => 'Label',
'UI:Schema:Label+' => 'Label van het attribuut',
'UI:Schema:Type' => 'Type',
-
+
'UI:Schema:Type+' => 'Datatype van het attribuut',
'UI:Schema:Origin' => 'Oorsprong',
'UI:Schema:Origin+' => 'De basisklasse waarin dit attribuut is gedefinieerd',
@@ -800,7 +800,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Zou automatisch moeten geüpdated worden, maar: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'Zal automatisch geüpdated worden (reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objecten/links refereren naar %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objecten/links refereren naar sommige objecten die verwijderd worden',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objecten/links refereren naar sommige objecten die verwijderd worden',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Elke verdere referentie moet verwijderd worden om de integriteit van de database te verzekeren',
'UI:Delete:Consequence+' => 'Wat er zal gebeuren',
'UI:Delete:SorryDeletionNotAllowed' => 'Sorry, je bent niet gemachtigd om dit object te verwijderen. Voor uitgebreide uitleg, zie hierboven',
@@ -849,7 +849,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:FatalErrorMessage' => 'Fatale fout, iTop kan niet doorgaan.',
'UI:Error_Details' => 'Fout: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop gebruikersmanagement - klasse-projecties',
+ 'UI:PageTitle:ClassProjections' => 'iTop gebruikersmanagement - klasse-projecties',
'UI:PageTitle:ProfileProjections' => 'iTop gebuikersmanagement - profiel-projecties',
'UI:UserManagement:Class' => 'Klasse',
'UI:UserManagement:Class+' => 'Klasse van objecten',
@@ -888,7 +888,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:UserManagement:GrantMatrix' => 'Grant Matrix',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Link tussen %1$s en %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Link tussen %1$s en %2$s',
-
+
'Menu:AdminTools' => 'Administratietools', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Administratietools', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Tools die alleen toegankelijk zijn voor gebruikers met een beheerdersprofiel', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -907,28 +907,28 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Objecten van de infrastructuur aan de hand van type',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Objecten van de infrastructuur aan de hand van status',
-'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard voor Configuratie Management',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuratie Items aan de hand van status',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items aan de hand van type',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard voor Configuratie Management',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuratie Items aan de hand van status',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items aan de hand van type',
-'UI:RequestMgmtMenuOverview:Title' => 'Dashboard voor Request Management',
-'UI-RequestManagementOverview-RequestByService' => 'Gebruikersaanvragen aan de hand van service',
-'UI-RequestManagementOverview-RequestByPriority' => 'Gebruikersaanvragen aan de hand van prioriteit',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Nog niet toegewezen gebruikersaanvragen',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Dashboard voor Request Management',
+ 'UI-RequestManagementOverview-RequestByService' => 'Gebruikersaanvragen aan de hand van service',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Gebruikersaanvragen aan de hand van prioriteit',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Nog niet toegewezen gebruikersaanvragen',
-'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard voor Incident Management',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidenten aan de hand van service',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidenten aan de hand van prioriteit',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Nog niet toegewezen incidenten',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard voor Incident Management',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidenten aan de hand van service',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidenten aan de hand van prioriteit',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Nog niet toegewezen incidenten',
-'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard voor Change Management',
-'UI-ChangeManagementOverview-ChangeByType' => 'Changes aan de hand van type',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Nog niet toegewezen Changes',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Outages door changes',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard voor Change Management',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Changes aan de hand van type',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Nog niet toegewezen Changes',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Outages door changes',
-'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard voor Service Management',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Klantencontracten die binnen 30 dagen vernieuwd moeten worden',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Providercontracten die binnen 30 dagen vernieuwd moeten worden',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard voor Service Management',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Klantencontracten die binnen 30 dagen vernieuwd moeten worden',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Providercontracten die binnen 30 dagen vernieuwd moeten worden',
'UI:ContactsMenu' => 'Contacten',
'UI:ContactsMenu+' => 'Contacten',
@@ -939,13 +939,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Menu:CSVImportMenu' => 'CSV import', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'In bulk aanmaken of updaten', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Datamodel', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Overzicht van het Datamodel', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Exporteer', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Exporteer de resultaten van elke query in HTML, CSV or XML', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Notificaties', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Configuratie van de Notificaties', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Configuratie van Notificaties',
@@ -981,19 +981,19 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'Menu:AuditCategories' => 'Auditcategorieën', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Auditcategorieën', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Auditcategorieën', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Queries uitvoeren', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => 'Voer een query uit', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Query phrasebook', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Query phrasebook', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Databeheer', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Databeheer', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Universele Zoekopdracht', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Zoek naar alles...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Gebruikersmanagement', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'Gebruikersmanagement', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1015,9 +1015,9 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'UI:Download-CSV' => 'Download %1$s',
'UI:DeadlineMissedBy_duration' => 'Gemist op %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dd %2$dh %3$dmin',
'UI:Help' => 'Help',
'UI:PasswordConfirm' => '(Bevestig)',
@@ -1069,8 +1069,8 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'Portal:ChangeMyPassword' => 'Verander mijn wachtwoord',
'Portal:Disconnect' => 'Disconnect',
'Portal:OpenRequests' => 'Mijn lopende aanvragen',
- 'Portal:ClosedRequests' => 'Mijn gesloten aanvragen',
- 'Portal:ResolvedRequests' => 'Mijn opgeloste aanvragen',
+ 'Portal:ClosedRequests' => 'Mijn gesloten aanvragen',
+ 'Portal:ResolvedRequests' => 'Mijn opgeloste aanvragen',
'Portal:SelectService' => 'Selecteer een service uit de catalogus:',
'Portal:PleaseSelectOneService' => 'Selecteer een service',
'Portal:SelectSubcategoryFrom_Service' => 'Selecteer een subcategorie voor de service %1$s:',
@@ -1089,7 +1089,7 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'Portal:RemoveAttachment' => ' Verwijder bijlage ',
'Portal:Attachment_No_To_Ticket_Name' => 'Bijlage #%1$d to %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Selecteer een template voor %1$s',
- 'Enum:Undefined' => 'Ongedefinieerd',
+ 'Enum:Undefined' => 'Ongedefinieerd',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Dagen %2$s Uren %3$s Minuten %4$s Seconden',
'UI:ModifyAllPageTitle' => 'Bewerk alles',
'UI:Modify_N_ObjectsOf_Class' => 'Bezig met het aanpassen van %1$d objecten van klasse %2$s',
@@ -1101,7 +1101,7 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'UI:BulkModifyStatus' => 'Operatie',
'UI:BulkModifyStatus+' => 'Status van de operatie',
'UI:BulkModifyErrors' => 'Fouten (indien van toepassing)',
- 'UI:BulkModifyErrors+' => 'Fouten die de bewerking verhinderen',
+ 'UI:BulkModifyErrors+' => 'Fouten die de bewerking verhinderen',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Fout',
'UI:BulkModifyStatusModified' => 'Aangepast',
@@ -1195,8 +1195,8 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'UI:DashboardEdit:Layout' => 'Layout',
'UI:DashboardEdit:Properties' => 'Dashboard Eigenschappen',
- 'UI:DashboardEdit:Dashlets' => 'Beschikbare Dashlets',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet Eigenschappen',
+ 'UI:DashboardEdit:Dashlets' => 'Beschikbare Dashlets',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet Eigenschappen',
'UI:Form:Property' => 'Eigenschap',
'UI:Form:Value' => 'Waarde',
@@ -1307,7 +1307,7 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'Month-10' => 'Oktober',
'Month-11' => 'November',
'Month-12' => 'December',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Zo',
'DayOfWeek-Monday-Min' => 'Ma',
@@ -1329,7 +1329,7 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'Month-11-Short' => 'Nov',
'Month-12-Short' => 'Dec',
'Calendar-FirstDayOfWeek' => '0', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Maak een Snelkoppeling aan...',
'UI:ShortcutRenameDlg:Title' => 'Hernoem de snelkoppeling',
'UI:ShortcutListDlg:Title' => 'Maak een snelkoppeling voor de lijst aan',
@@ -1379,7 +1379,7 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
| i | minuten (2 cijfers, bv. 00..59) |
| s | secondn (2 cijfers, bv. 00..59) |
',
-
+
'UI:Button:Remove' => 'Verwijder',
'UI:AddAnExisting_Class' => 'Voeg objecten van type %1$s toe...',
'UI:SelectionOf_Class' => 'Selectie van objecten van type %1$s',
@@ -1392,13 +1392,13 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'UI:About:InstallationOptions' => 'Installatie-opties',
'UI:About:ManualExtensionSource' => 'Extensie',
'UI:About:Extension_Version' => 'Versie: %1$s',
- 'UI:About:RemoteExtensionSource' => 'Data',
-
+ 'UI:About:RemoteExtensionSource' => 'Data',
+
'UI:DisconnectedDlgMessage' => 'Je bent afgemeld. Je moet je opnieuw aanmelden om de toepassing verder te gebruiken.',
'UI:DisconnectedDlgTitle' => 'Waarschuwing!',
'UI:LoginAgain' => 'Opnieuw aanmelden',
'UI:StayOnThePage' => 'Op deze pagina blijven',
-
+
'ExcelExporter:ExportMenu' => 'Exporteer naar Excel',
'ExcelExporter:ExportDialogTitle' => 'Exporteer als Excel-bestand',
'ExcelExporter:ExportButton' => 'Exporteer',
@@ -1418,16 +1418,16 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'UI:CurrentObjectLockExpired_Explanation' => 'De vergrendeling om gelijktijdige wijzigingen te voorkomen, is opgeheven.Je kan je wijzigingen niet meer opslaan aangezien andere gebruikers ondertussen dit object kunnen aanpassen.',
'UI:ConcurrentLockKilled' => 'De vergrendeling voor gelijktijdige gebruikers is opgeheven.',
'UI:Menu:KillConcurrentLock' => 'Verwijder de vergrendeling voor gelijktijdige gebruikers!',
-
+
'UI:Menu:ExportPDF' => 'Exporteer als PDF...',
'UI:Menu:PrintableVersion' => 'Printvriendelijke versie',
-
+
'UI:BrowseInlineImages' => 'Afbeeldingen doorbladeren...',
'UI:UploadInlineImageLegend' => 'Voeg een afbeelding toe',
'UI:SelectInlineImageToUpload' => 'Selecteer een afbeelding om up te loaden',
'UI:AvailableInlineImagesLegend' => 'Beschikbare afbeeldingen',
'UI:NoInlineImage' => 'Er is geen afbeelding beschikbaar op de server. Gebruik de "Afbeeldingen doorbladeren..." knop hierboven om een afbeelding te kiezen op je PC.',
-
+
'UI:ToggleFullScreen' => 'Minimaliseren / Maximaliseren',
'UI:Button:ResetImage' => 'Vorige afbeelding herstellen',
'UI:Button:RemoveImage' => 'Afbeelding verwijderen',
@@ -1477,20 +1477,20 @@ Indien gekoppeld aan een Trigger, wordt aan elke actie een "orde" nummer gegeven
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Alle',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is gedefinieerd',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is niet gedefinieerd',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s en %3$s andere',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Alle',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is gedefinieerd',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is niet gedefinieerd',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s en %3$s andere',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Alle',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is gedefinieerd',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is niet gedefinieerd',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s en %3$s andere',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Alle',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is gedefinieerd',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is niet gedefinieerd',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s en %3$s andere',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Alle',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/pt_br.dictionary.itop.core.php b/dictionaries/pt_br.dictionary.itop.core.php
index 64b876349..3b1288d58 100644
--- a/dictionaries/pt_br.dictionary.itop.core.php
+++ b/dictionaries/pt_br.dictionary.itop.core.php
@@ -55,7 +55,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Core:AttributeMetaEnum' => 'Computed enum~~',
'Core:AttributeMetaEnum+' => '',
- 'Core:AttributeLinkedSetIndirect' => 'Array de objetos (N-N)',
+ 'Core:AttributeLinkedSetIndirect' => 'Array de objetos (N-N)',
'Core:AttributeLinkedSetIndirect+' => 'Qualquer tipo de objetos [sub-classe] da mesma classe',
'Core:AttributeInteger' => 'Inteiro',
@@ -103,7 +103,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Core:AttributePassword' => 'Senha',
'Core:AttributePassword+' => 'Senha para o dispositivo externo',
- 'Core:AttributeEncryptedString' => 'String encriptada',
+ 'Core:AttributeEncryptedString' => 'String encriptada',
'Core:AttributeEncryptedString+' => 'String encriptada com uma chave local',
'Core:AttributeEncryptUnknownLibrary' => 'Biblioteca de criptografia especificada (%1$s) desconhecida',
'Core:AttributeEncryptFailedToDecrypt' => '** erro de decriptação **',
@@ -861,8 +861,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Core:ExecProcess:Code255' => 'PHP erro (parsing, or runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
@@ -923,20 +923,20 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Core:BulkExport:DateTimeFormatDefault_Example' => 'Formato padrão (%1$s), por ex. %2$s',
'Core:BulkExport:DateTimeFormatCustom_Format' => 'Formato personalizado: %1$s',
'Core:BulkExport:PDF:PageNumber' => 'Página %1$s',
- 'Core:DateTime:Placeholder_d' => 'DD', // Dia do mês: 2 dígitos (com zero à esquerda)
- 'Core:DateTime:Placeholder_j' => 'D', // Dia do mês: 1 ou 2 dígitos (sem zero)
- 'Core:DateTime:Placeholder_m' => 'MM', // Mês com 2 dígitos, ou seja, 01-12
- 'Core:DateTime:Placeholder_n' => 'M', // Mês em 1 ou 2 dígitos 1-12
- 'Core:DateTime:Placeholder_Y' => 'YYYY', // Ano com 4 dígitos
- 'Core:DateTime:Placeholder_y' => 'YY', // Ano em 2 dígitos
- 'Core:DateTime:Placeholder_H' => 'hh', // Hora 00..23
- 'Core:DateTime:Placeholder_h' => 'h', // Hora 01..12
- 'Core:DateTime:Placeholder_G' => 'hh', // Hora 0..23
- 'Core:DateTime:Placeholder_g' => 'h', // Hora 1.12
- 'Core:DateTime:Placeholder_a' => 'am/pm', // am / pm (minúscula)
- 'Core:DateTime:Placeholder_A' => 'AM/PM', // AM / PM (maiúscula)
- 'Core:DateTime:Placeholder_i' => 'mm', // minutos, 2 dígitos: 00..59
- 'Core:DateTime:Placeholder_s' => 'ss', // segundos, 2 dígitos 00..59
+ 'Core:DateTime:Placeholder_d' => 'DD', // Day of the month: 2 digits (with leading zero)
+ 'Core:DateTime:Placeholder_j' => 'D', // Day of the month: 1 or 2 digits (without leading zero)
+ 'Core:DateTime:Placeholder_m' => 'MM', // Month on 2 digits i.e. 01-12
+ 'Core:DateTime:Placeholder_n' => 'M', // Month on 1 or 2 digits 1-12
+ 'Core:DateTime:Placeholder_Y' => 'YYYY', // Year on 4 digits
+ 'Core:DateTime:Placeholder_y' => 'YY', // Year on 2 digits
+ 'Core:DateTime:Placeholder_H' => 'hh', // Hour 00..23
+ 'Core:DateTime:Placeholder_h' => 'h', // Hour 01..12
+ 'Core:DateTime:Placeholder_G' => 'hh', // Hour 0..23
+ 'Core:DateTime:Placeholder_g' => 'h', // Hour 1..12
+ 'Core:DateTime:Placeholder_a' => 'am/pm', // am/pm (lowercase)
+ 'Core:DateTime:Placeholder_A' => 'AM/PM', // AM/PM (uppercase)
+ 'Core:DateTime:Placeholder_i' => 'mm', // minutes, 2 digits: 00..59
+ 'Core:DateTime:Placeholder_s' => 'ss', // seconds, 2 digits 00..59
'Core:Validator:Default' => 'Formato errado',
'Core:Validator:Mandatory' => 'Por favor, preencha este campo',
'Core:Validator:MustBeInteger' => 'Deve ser um inteiro',
diff --git a/dictionaries/pt_br.dictionary.itop.ui.php b/dictionaries/pt_br.dictionary.itop.ui.php
index 7a7b326fa..9c16db184 100644
--- a/dictionaries/pt_br.dictionary.itop.ui.php
+++ b/dictionaries/pt_br.dictionary.itop.ui.php
@@ -416,7 +416,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:Button:Insert' => 'Inserir',
'UI:Button:More' => 'Mais',
'UI:Button:Less' => 'Menos',
-
+
'UI:SearchToggle' => 'Pesquisar',
'UI:ClickToCreateNew' => 'Criar um(a) novo(a) %1$s',
'UI:SearchFor_Class' => 'Pesquisar por objeto(s) %1$s',
@@ -436,7 +436,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Não foi possível gravar o arquivo temporário para o disco. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Upload parou por extensão. (Nome do arquivo original = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Arquivo carregado falhou, causa desconhecida. (Código erro = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Erro: o parâmetro a seguir deve ser especificado para esta operação: %1$s.',
'UI:Error:2ParametersMissing' => 'Erro: os seguintes parâmetros devem ser especificados para esta operação: %1$s e %2$s.',
'UI:Error:3ParametersMissing' => 'Erro: os seguintes parâmetros devem ser especificados para esta operação: %1$s, %2$s e %3$s.',
@@ -613,7 +613,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Por favor, selecione um mapeamento para cada campo.',
'UI:CSVImport:AlertMultipleMapping' => 'Por favor, certifique-se que um campo de destino é mapeado apenas uma vez.',
'UI:CSVImport:AlertNoSearchCriteria' => 'Selecione ao menos um critério de busca',
- 'UI:CSVImport:Encoding' => 'Codificação de caracteres',
+ 'UI:CSVImport:Encoding' => 'Codificação de caracteres',
'UI:UniversalSearchTitle' => 'Pesquisa Universal',
'UI:UniversalSearch:Error' => 'Erro: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Selecione a classe para pesquisar: ',
@@ -704,7 +704,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:Schema:Label' => 'Label',
'UI:Schema:Label+' => 'Label of the attribute',
'UI:Schema:Type' => 'Tipo',
-
+
'UI:Schema:Type+' => 'Tipo dado do atributo',
'UI:Schema:Origin' => 'Origem',
'UI:Schema:Origin+' => 'The base class in which this attribute is defined',
@@ -794,7 +794,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Devem ser atualizados automaticamente, mas: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'será automaticamente atualizada (redefinir: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objetos/links são referências %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objetos/links fazem referências a alguns dos objetos a serem excluídos',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objetos/links fazem referências a alguns dos objetos a serem excluídos',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Para garantir a integridade do banco de dados, qualquer referência deve ser eliminada',
'UI:Delete:Consequence+' => 'O que será feito',
'UI:Delete:SorryDeletionNotAllowed' => 'Por favor, realize as operações manuais listados acima antes de solicitar a exclusão do referido objeto',
@@ -843,7 +843,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:FatalErrorMessage' => 'Erro fatal, o sistema não pode continuar.',
'UI:Error_Details' => 'Erro: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'Gerenciamento Usuários - projeções de classe',
+ 'UI:PageTitle:ClassProjections' => 'Gerenciamento Usuários - projeções de classe',
'UI:PageTitle:ProfileProjections' => 'Gerenciamento Usuários - projeções de classe',
'UI:UserManagement:Class' => 'Classe',
'UI:UserManagement:Class+' => 'Classe de objetos',
@@ -882,7 +882,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:UserManagement:GrantMatrix' => 'Permissões concedidas',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Link entre %1$s e %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Link entre %1$s e %2$s',
-
+
'Menu:AdminTools' => 'Ferramentas Administrativas', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Ferramentas Administrativas', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Ferramentas acessíveis apenas para usuários com o perfil do administrador', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -901,28 +901,28 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Objetos Infra-estrutura por tipo',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Objetos Infra-estrutura por status',
-'UI:ConfigMgmtMenuOverview:Title' => 'Painel para Gerenciamento Configurações',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Itens de configuração por status',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Itens de configuração por tipo',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Painel para Gerenciamento Configurações',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Itens de configuração por status',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Itens de configuração por tipo',
-'UI:RequestMgmtMenuOverview:Title' => 'Painel para Gerenciamento Solicitações',
-'UI-RequestManagementOverview-RequestByService' => 'Solicitações usuários por serviço',
-'UI-RequestManagementOverview-RequestByPriority' => 'Solicitações usuários por prioridade',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Solicitações usuários não atribuídos a um agente',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Painel para Gerenciamento Solicitações',
+ 'UI-RequestManagementOverview-RequestByService' => 'Solicitações usuários por serviço',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Solicitações usuários por prioridade',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Solicitações usuários não atribuídos a um agente',
-'UI:IncidentMgmtMenuOverview:Title' => 'Painel para Gerenciamento Incidentes',
-'UI-IncidentManagementOverview-IncidentByService' => 'Incidentes por serviço',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidentes por prioridade',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidentes por ainda atribuído a um agente',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Painel para Gerenciamento Incidentes',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Incidentes por serviço',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidentes por prioridade',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidentes por ainda atribuído a um agente',
-'UI:ChangeMgmtMenuOverview:Title' => 'Painel para Gerenciamento Mudanças',
-'UI-ChangeManagementOverview-ChangeByType' => 'Mudanças por tipo',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Mudanças ainda não atribuído a um agente',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interrupções devido a alterações',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Painel para Gerenciamento Mudanças',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Mudanças por tipo',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Mudanças ainda não atribuído a um agente',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Interrupções devido a alterações',
-'UI:ServiceMgmtMenuOverview:Title' => 'Painel para Gerenciamento Serviços',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contratos clientes a serem renovados em 30 dias',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contratos provedores a serem renovados em 30 dias',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Painel para Gerenciamento Serviços',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Contratos clientes a serem renovados em 30 dias',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Contratos provedores a serem renovados em 30 dias',
'UI:ContactsMenu' => 'Contatos',
'UI:ContactsMenu+' => 'Contatos',
@@ -933,13 +933,13 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Menu:CSVImportMenu' => 'Importar CSV', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'Criação ou atualização em massa', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Modelo Dados', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Visão geral do Modelo Dados', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Exportar', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Exportar o resultado de qualquer consulta em HTML, CSV ou XML', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Notificações', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Configuração de Notificações', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Configuração de Notificações',
@@ -976,19 +976,19 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Menu:AuditCategories' => 'Categoria Auditorias', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Categoria Auditorias', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Categoria Auditorias', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Executar consultas', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => 'Executar qualquer consulta', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Consulta definida', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Consulta definida', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Administração Dados', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Administração Dados', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Pesquisa Universal', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Pesquisar por nada...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Gerenciamento Usuários', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'Gerenciamento Usuários', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1010,9 +1010,9 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:Download-CSV' => 'Download %1$s',
'UI:DeadlineMissedBy_duration' => 'Perdida por %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 min',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 min',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dd %2$dh %3$dmin',
'UI:Help' => 'Ajuda',
'UI:PasswordConfirm' => '(Confirmar)',
@@ -1064,8 +1064,8 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Portal:ChangeMyPassword' => 'Alterar minha senha',
'Portal:Disconnect' => 'Sair',
'Portal:OpenRequests' => 'Minhas solicitações abertas',
- 'Portal:ClosedRequests' => 'Minhas solicitações fechadas',
- 'Portal:ResolvedRequests' => 'Minhas solicitações resolvidas',
+ 'Portal:ClosedRequests' => 'Minhas solicitações fechadas',
+ 'Portal:ResolvedRequests' => 'Minhas solicitações resolvidas',
'Portal:SelectService' => 'Selecione um serviço de um catálogo:',
'Portal:PleaseSelectOneService' => 'Selecione um serviço',
'Portal:SelectSubcategoryFrom_Service' => 'Selecione um sub-serviço do serviço %1$s:',
@@ -1084,7 +1084,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Portal:RemoveAttachment' => ' Remover anexo ',
'Portal:Attachment_No_To_Ticket_Name' => 'Anexo #%1$d para %2$s (%3$s)',
'Portal:SelectRequestTemplate' => 'Selecione um modelo para %1$s',
- 'Enum:Undefined' => 'Indefinido',
+ 'Enum:Undefined' => 'Indefinido',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s dias %2$s horas %3$s minutos %4$s segundos',
'UI:ModifyAllPageTitle' => 'Modificar todos',
'UI:Modify_N_ObjectsOf_Class' => 'Modificando objeto %1$d da classe %2$s',
@@ -1096,7 +1096,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:BulkModifyStatus' => 'Operação',
'UI:BulkModifyStatus+' => 'Status da operação',
'UI:BulkModifyErrors' => 'Erros (se qualquer)',
- 'UI:BulkModifyErrors+' => 'Erros que impedem a modificação',
+ 'UI:BulkModifyErrors+' => 'Erros que impedem a modificação',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => 'Erro',
'UI:BulkModifyStatusModified' => 'Modificado',
@@ -1190,8 +1190,8 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:DashboardEdit:Layout' => 'Layout',
'UI:DashboardEdit:Properties' => 'Propriedades',
- 'UI:DashboardEdit:Dashlets' => 'Painel disponível',
- 'UI:DashboardEdit:DashletProperties' => 'Propriedades',
+ 'UI:DashboardEdit:Dashlets' => 'Painel disponível',
+ 'UI:DashboardEdit:DashletProperties' => 'Propriedades',
'UI:Form:Property' => 'Propriedade',
'UI:Form:Value' => 'Valor',
@@ -1302,7 +1302,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Month-10' => 'Outubro',
'Month-11' => 'Novembro',
'Month-12' => 'Dezembro',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Su~~',
'DayOfWeek-Monday-Min' => 'Mo~~',
@@ -1323,7 +1323,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Month-10-Short' => 'Oct~~',
'Month-11-Short' => 'Nov~~',
'Month-12-Short' => 'Dec~~',
- 'Calendar-FirstDayOfWeek' => '0', // 0 = domingo, 1 = segunda-feira, etc …
+ 'Calendar-FirstDayOfWeek' => '0', // 0 = Sunday, 1 = Monday, etc...
'UI:Menu:ShortcutList' => 'Criar um atalho...',
'UI:ShortcutRenameDlg:Title' => 'Renomear o atalho',
@@ -1374,7 +1374,7 @@ When associated with a trigger, each action is given an "order" number, specifyi
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
~~',
-
+
'UI:Button:Remove' => 'Excluir',
'UI:AddAnExisting_Class' => 'Adicionar objetos do tipo %1$s...',
'UI:SelectionOf_Class' => 'Selecionar objetos do tipo %1$s',
@@ -1472,14 +1472,14 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: qualquer',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s',
- // - External key widget
+ // - External key widget
'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s está definido',
'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s não está definido',
'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s = %2$s',
'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s e %3$s outros',
'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: qualquer',
- // - Hierarchical key widget
+ // - Hierarchical key widget
'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s está definido',
'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s não está definido',
'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s = %2$s',
@@ -1499,12 +1499,12 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:Search:Criteria:Operator:String:EndsWith' => 'Termina com',
'UI:Search:Criteria:Operator:String:RegExp' => 'Exp. Regular ',
// - Numeric widget
- 'UI:Search:Criteria:Operator:Numeric:Equals' => 'Equals~~', // => '='
- 'UI:Search:Criteria:Operator:Numeric:GreaterThan' => 'Maior', // => '>'
- 'UI:Search:Criteria:Operator:Numeric:GreaterThanOrEquals' => 'Maior', // => '>'
- 'UI:Search:Criteria:Operator:Numeric:LessThan' => 'Menos', // => '<'
- 'UI:Search:Criteria:Operator:Numeric:LessThanOrEquals' => 'Menos / igual a', // => '<='
- 'UI:Search:Criteria:Operator:Numeric:Different' => 'Diferente', // => '≠'
+ 'UI:Search:Criteria:Operator:Numeric:Equals' => 'Equals~~', // => '=',
+ 'UI:Search:Criteria:Operator:Numeric:GreaterThan' => 'Maior', // => '>',
+ 'UI:Search:Criteria:Operator:Numeric:GreaterThanOrEquals' => 'Maior', // > '>=',
+ 'UI:Search:Criteria:Operator:Numeric:LessThan' => 'Menos', // => '<',
+ 'UI:Search:Criteria:Operator:Numeric:LessThanOrEquals' => 'Menos / igual a', // > '<=',
+ 'UI:Search:Criteria:Operator:Numeric:Different' => 'Diferente', // => '≠',
// - Tag Set Widget
'UI:Search:Criteria:Operator:TagSet:Matches' => 'Matches~~',
diff --git a/dictionaries/ru.dictionary.itop.core.php b/dictionaries/ru.dictionary.itop.core.php
index 1ce9d2ead..910918e82 100644
--- a/dictionaries/ru.dictionary.itop.core.php
+++ b/dictionaries/ru.dictionary.itop.core.php
@@ -848,8 +848,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Core:ExecProcess:Code255' => 'Ошибка PHP (parsing, or runtime)~~',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$d с',
- 'Core:Duration_Minutes_Seconds' =>'%1$d мин %2$d с',
+ 'Core:Duration_Seconds' => '%1$d с',
+ 'Core:Duration_Minutes_Seconds' => '%1$d мин %2$d с',
'Core:Duration_Hours_Minutes_Seconds' => '%1$d ч %2$d мин %3$d с',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$s д %2$d ч %3$d мин %4$d с',
diff --git a/dictionaries/ru.dictionary.itop.ui.php b/dictionaries/ru.dictionary.itop.ui.php
index f5341df06..3ba867c80 100644
--- a/dictionaries/ru.dictionary.itop.ui.php
+++ b/dictionaries/ru.dictionary.itop.ui.php
@@ -35,6 +35,9 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Class:AuditRule/Attribute:name+' => 'Краткое название этого правила',
'Class:AuditRule/Attribute:description' => 'Описание правила аудита',
'Class:AuditRule/Attribute:description+' => 'Полное описание этого правила аудита',
+ 'Class:TagSetFieldData/Attribute:finalclass' => 'Класс тега',
+ 'Class:TagSetFieldData/Attribute:obj_class' => 'Класс объекта',
+ 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Код поля',
'Class:AuditRule/Attribute:query' => 'Запрос для выполнения',
'Class:AuditRule/Attribute:query+' => 'OQL выражение, выполняющее проверку набора объектов категории аудита',
'Class:AuditRule/Attribute:valid_flag' => 'Валидные объекты?',
@@ -819,7 +822,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:FatalErrorMessage' => 'Критическая ошибка, iTop не может продолжать работу.',
'UI:Error_Details' => 'Ошибка: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop управление пользователями - проектирование классов',
+ 'UI:PageTitle:ClassProjections' => 'iTop управление пользователями - проектирование классов',
'UI:PageTitle:ProfileProjections' => 'iTop управление пользователями - проектирование профилей',
'UI:UserManagement:Class' => 'Классs',
'UI:UserManagement:Class+' => 'Класс объектов',
@@ -953,28 +956,28 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Menu:AuditCategories+' => 'Категории аудита', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Категории аудита', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:RunQueriesMenu' => 'Выполнение запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:RunQueriesMenu+' => 'Выполнение любых запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:RunQueriesMenu' => 'Выполнение запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:RunQueriesMenu+' => 'Выполнение любых запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:QueryMenu' => 'Книга запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:QueryMenu+' => 'Книга запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:QueryMenu' => 'Книга запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:QueryMenu+' => 'Книга запросов', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:DataAdministration' => 'Администрирование данных', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:DataAdministration+' => 'Администрирование данных', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:DataAdministration' => 'Администрирование данных', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:DataAdministration+' => 'Администрирование данных', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:UniversalSearchMenu' => 'Универсальный поиск', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:UniversalSearchMenu+' => 'Поиск чего угодно...', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UniversalSearchMenu' => 'Универсальный поиск', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UniversalSearchMenu+' => 'Поиск чего угодно...', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:UserManagementMenu' => 'Управление пользователями', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:UserManagementMenu+' => 'Управление пользователями', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserManagementMenu' => 'Управление пользователями', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserManagementMenu+' => 'Управление пользователями', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:ProfilesMenu' => 'Профили пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:ProfilesMenu+' => 'Профили пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:ProfilesMenu:Title' => 'Профили пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:ProfilesMenu' => 'Профили пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:ProfilesMenu+' => 'Профили пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:ProfilesMenu:Title' => 'Профили пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:UserAccountsMenu' => 'Учетные записи пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:UserAccountsMenu+' => 'Учетные записи пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
- 'Menu:UserAccountsMenu:Title' => 'Учетные записи пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserAccountsMenu' => 'Учетные записи пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserAccountsMenu+' => 'Учетные записи пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserAccountsMenu:Title' => 'Учетные записи пользователей', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:iTopVersion:Short' => '%1$s версия %2$s',
'UI:iTopVersion:Long' => '%1$s версия %2$s-%3$s основан на %4$s',
@@ -1040,8 +1043,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Portal:ChangeMyPassword' => 'Изменить пароль',
'Portal:Disconnect' => 'Выйти',
'Portal:OpenRequests' => 'Мои открытые запросы',
- 'Portal:ClosedRequests' => 'Мои закрытые запросы',
- 'Portal:ResolvedRequests' => 'Мои решённые запросы',
+ 'Portal:ClosedRequests' => 'Мои закрытые запросы',
+ 'Portal:ResolvedRequests' => 'Мои решённые запросы',
'Portal:SelectService' => 'Выберите услугу из каталога:',
'Portal:PleaseSelectOneService' => 'Пожалуйста, выберите услугу для создания запроса',
'Portal:SelectSubcategoryFrom_Service' => 'Выберите подкатегорию услуги %1$s:',
diff --git a/dictionaries/sk.dictionary.itop.core.php b/dictionaries/sk.dictionary.itop.core.php
index 9b2b6a07b..1d59bf771 100644
--- a/dictionaries/sk.dictionary.itop.core.php
+++ b/dictionaries/sk.dictionary.itop.core.php
@@ -18,6 +18,477 @@
*
*
*/
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Core:DeletedObjectLabel' => '%1s (odstránené)',
+ 'Core:DeletedObjectTip' => 'Objekt bol odstránený o %1$s (%2$s)',
+
+ 'Core:UnknownObjectLabel' => 'Objekt nebol nájdený (trieda: %1$s, id: %2$d)',
+ 'Core:UnknownObjectTip' => 'Objekt nebol nájdený. Mohol byť odstránený pred nejakým časom a záznam bol odvtedy nenávratne zmazaný.',
+
+ 'Core:UniquenessDefaultError' => 'Uniqueness rule \'%1$s\' in error~~',
+
+ 'Core:AttributeLinkedSet' => 'Pole objektov',
+ 'Core:AttributeLinkedSet+' => '',
+
+ 'Core:AttributeDashboard' => 'Dashboard~~',
+ 'Core:AttributeDashboard+' => '~~',
+
+ 'Core:AttributePhoneNumber' => 'Phone number~~',
+ 'Core:AttributePhoneNumber+' => '~~',
+
+ 'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
+ 'Core:AttributeObsolescenceDate+' => '~~',
+
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeSet:placeholder' => 'click to add~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
+
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
+
+ 'Core:AttributeLinkedSetIndirect' => 'Pole objektov (N-N)',
+ 'Core:AttributeLinkedSetIndirect+' => '',
+
+ 'Core:AttributeInteger' => 'Celé číslo',
+ 'Core:AttributeInteger+' => '',
+
+ 'Core:AttributeDecimal' => 'Desatinné číslo',
+ 'Core:AttributeDecimal+' => '',
+
+ 'Core:AttributeBoolean' => 'Boolean',
+ 'Core:AttributeBoolean+' => '',
+ 'Core:AttributeBoolean/Value:null' => '~~',
+ 'Core:AttributeBoolean/Value:yes' => 'Yes~~',
+ 'Core:AttributeBoolean/Value:no' => 'No~~',
+
+ 'Core:AttributeArchiveFlag' => 'Archive flag~~',
+ 'Core:AttributeArchiveFlag/Value:yes' => 'Yes~~',
+ 'Core:AttributeArchiveFlag/Value:yes+' => 'This object is visible only in archive mode~~',
+ 'Core:AttributeArchiveFlag/Value:no' => 'No~~',
+ 'Core:AttributeArchiveFlag/Label' => 'Archived~~',
+ 'Core:AttributeArchiveFlag/Label+' => '~~',
+ 'Core:AttributeArchiveDate/Label' => 'Archive date~~',
+ 'Core:AttributeArchiveDate/Label+' => '~~',
+
+ 'Core:AttributeObsolescenceFlag' => 'Obsolescence flag~~',
+ 'Core:AttributeObsolescenceFlag/Value:yes' => 'Yes~~',
+ 'Core:AttributeObsolescenceFlag/Value:yes+' => 'This object is excluded from the impact analysis, and hidden from search results~~',
+ 'Core:AttributeObsolescenceFlag/Value:no' => 'No~~',
+ 'Core:AttributeObsolescenceFlag/Label' => 'Obsolete~~',
+ 'Core:AttributeObsolescenceFlag/Label+' => 'Computed dynamically on other attributes~~',
+ 'Core:AttributeObsolescenceDate/Label' => 'Obsolescence date~~',
+ 'Core:AttributeObsolescenceDate/Label+' => 'Approximative date at which the object has been considered obsolete~~',
+
+ 'Core:AttributeString' => 'Reťazec',
+ 'Core:AttributeString+' => '',
+
+ 'Core:AttributeClass' => 'Trieda',
+ 'Core:AttributeClass+' => '',
+
+ 'Core:AttributeApplicationLanguage' => 'Užívateľský jazyk',
+ 'Core:AttributeApplicationLanguage+' => '',
+
+ 'Core:AttributeFinalClass' => 'Trieda (auto)',
+ 'Core:AttributeFinalClass+' => '',
+
+ 'Core:AttributePassword' => 'Heslo',
+ 'Core:AttributePassword+' => '',
+
+ 'Core:AttributeEncryptedString' => 'Zakódovaný reťazec',
+ 'Core:AttributeEncryptedString+' => '',
+ 'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
+ 'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
+
+ 'Core:AttributeText' => 'Text',
+ 'Core:AttributeText+' => '',
+
+ 'Core:AttributeHTML' => 'HTML',
+ 'Core:AttributeHTML+' => '',
+
+ 'Core:AttributeEmailAddress' => 'Emailova Adresa',
+ 'Core:AttributeEmailAddress+' => '',
+
+ 'Core:AttributeIPAddress' => 'IP Adresa',
+ 'Core:AttributeIPAddress+' => '',
+
+ 'Core:AttributeOQL' => 'OQL',
+ 'Core:AttributeOQL+' => '',
+
+ 'Core:AttributeEnum' => 'Enum',
+ 'Core:AttributeEnum+' => '',
+
+ 'Core:AttributeTemplateString' => 'Predloha reťazca',
+ 'Core:AttributeTemplateString+' => '',
+
+ 'Core:AttributeTemplateText' => 'Predloha textu',
+ 'Core:AttributeTemplateText+' => '',
+
+ 'Core:AttributeTemplateHTML' => 'Predloha HTML',
+ 'Core:AttributeTemplateHTML+' => '',
+
+ 'Core:AttributeDateTime' => 'Dátum/čas',
+ 'Core:AttributeDateTime+' => '',
+ 'Core:AttributeDateTime?SmartSearch' => '
+
+ Formát dátumu:
+ yyyy-mm-dd hh:mm:ss
+ Príklad: 2011-07-19 18:40:00
+
+
+Operatori:
+ >dátum
+ <dátum
+ [dátum,dátum]
+
+
+Ak je čas vynechaný, predvolený čas je 00:00:00
+
',
+
+ 'Core:AttributeDate' => 'Dátum',
+ 'Core:AttributeDate+' => '',
+ 'Core:AttributeDate?SmartSearch' => '
+
+ Formát dátumu:
+ yyyy-mm-dd
+ Príklad: 2011-07-19
+
+
+Operatori:
+ >dátum
+ <dátum
+ [dátum,dátum]
+
',
+
+ 'Core:AttributeDeadline' => 'Dátum eskalácie',
+ 'Core:AttributeDeadline+' => '',
+
+ 'Core:AttributeExternalKey' => 'Externý kľúč',
+ 'Core:AttributeExternalKey+' => '',
+
+ 'Core:AttributeHierarchicalKey' => 'Hierarchický kľúč',
+ 'Core:AttributeHierarchicalKey+' => '',
+
+ 'Core:AttributeExternalField' => 'Externé pole',
+ 'Core:AttributeExternalField+' => '',
+
+ 'Core:AttributeURL' => 'URL',
+ 'Core:AttributeURL+' => '',
+
+ 'Core:AttributeBlob' => 'Binarny object',
+ 'Core:AttributeBlob+' => '',
+
+ 'Core:AttributeOneWayPassword' => 'Jednorazové heslo',
+ 'Core:AttributeOneWayPassword+' => '',
+
+ 'Core:AttributeTable' => 'Tabuľka',
+ 'Core:AttributeTable+' => '',
+
+ 'Core:AttributePropertySet' => 'Vlastnosti',
+ 'Core:AttributePropertySet+' => '',
+
+ 'Core:AttributeFriendlyName' => 'Ľahko čitateľný názov',
+ 'Core:AttributeFriendlyName+' => '',
+
+ 'Core:FriendlyName-Label' => 'Ľahko čitateľný názov',
+ 'Core:FriendlyName-Description' => 'Ľahko čitateľný názov',
+
+ 'Core:AttributeTag' => 'Tags~~',
+ 'Core:AttributeTag+' => 'Tags~~',
+));
+
+
+//////////////////////////////////////////////////////////////////////
+// Classes in 'core/cmdb'
+//////////////////////////////////////////////////////////////////////
+//
+
+//
+// Class: CMDBChange
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChange' => 'Zmena',
+ 'Class:CMDBChange+' => '',
+ 'Class:CMDBChange/Attribute:date' => 'Dátum',
+ 'Class:CMDBChange/Attribute:date+' => '',
+ 'Class:CMDBChange/Attribute:userinfo' => 'Rozl. info',
+ 'Class:CMDBChange/Attribute:userinfo+' => '',
+));
+
+//
+// Class: CMDBChangeOp
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChangeOp' => 'Vykonanie Zmeny',
+ 'Class:CMDBChangeOp+' => '',
+ 'Class:CMDBChangeOp/Attribute:change' => 'Zmena',
+ 'Class:CMDBChangeOp/Attribute:change+' => '',
+ 'Class:CMDBChangeOp/Attribute:date' => 'dátum',
+ 'Class:CMDBChangeOp/Attribute:date+' => '',
+ 'Class:CMDBChangeOp/Attribute:userinfo' => 'užívateľ',
+ 'Class:CMDBChangeOp/Attribute:userinfo+' => '',
+ 'Class:CMDBChangeOp/Attribute:objclass' => 'Trieda objektu',
+ 'Class:CMDBChangeOp/Attribute:objclass+' => '',
+ 'Class:CMDBChangeOp/Attribute:objkey' => 'ID objektu',
+ 'Class:CMDBChangeOp/Attribute:objkey+' => '',
+ 'Class:CMDBChangeOp/Attribute:finalclass' => 'Typ',
+ 'Class:CMDBChangeOp/Attribute:finalclass+' => '',
+));
+
+//
+// Class: CMDBChangeOpCreate
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChangeOpCreate' => 'Vytvorenie objektu',
+ 'Class:CMDBChangeOpCreate+' => '',
+));
+
+//
+// Class: CMDBChangeOpDelete
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChangeOpDelete' => 'Vymazanie objektu',
+ 'Class:CMDBChangeOpDelete+' => '',
+));
+
+//
+// Class: CMDBChangeOpSetAttribute
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChangeOpSetAttribute' => 'Zmena objektu',
+ 'Class:CMDBChangeOpSetAttribute+' => '',
+ 'Class:CMDBChangeOpSetAttribute/Attribute:attcode' => 'Atribút',
+ 'Class:CMDBChangeOpSetAttribute/Attribute:attcode+' => '',
+));
+
+//
+// Class: CMDBChangeOpSetAttributeScalar
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChangeOpSetAttributeScalar' => 'Zmena vlastnosti',
+ 'Class:CMDBChangeOpSetAttributeScalar+' => '',
+ 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue' => 'Predchádzajúca hodnota',
+ 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue+' => '',
+ 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue' => 'Nová hodnota',
+ 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue+' => '',
+));
+// Used by CMDBChangeOp... & derived classes
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Change:ObjectCreated' => 'Objekt vytvorený',
+ 'Change:ObjectDeleted' => 'Objekt odstránený',
+ 'Change:ObjectModified' => 'Objekt upravený',
+ 'Change:AttName_SetTo_NewValue_PreviousValue_OldValue' => '%1$s nastavené na %2$s (predchádzajúca hodnota: %3$s)',
+ 'Change:AttName_SetTo' => '%1$s nastavené na %2$s',
+ 'Change:Text_AppendedTo_AttName' => '%1$s pripojené k %2$s',
+ 'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s upravené, predchádzajúca hodnota: %2$s',
+ 'Change:AttName_Changed' => '%1$s upravené',
+ 'Change:AttName_EntryAdded' => '%1$s upravené, nový záznam pridaný.',
+ 'Change:LinkSet:Added' => 'Pridané %1$s',
+ 'Change:LinkSet:Removed' => 'Odstránené %1$s',
+ 'Change:LinkSet:Modified' => 'Upravené %1$s',
+));
+
+//
+// Class: CMDBChangeOpSetAttributeBlob
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChangeOpSetAttributeBlob' => 'Zmena údajov',
+ 'Class:CMDBChangeOpSetAttributeBlob+' => '',
+ 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata' => 'Predchádzajúce údaje',
+ 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata+' => '',
+));
+
+//
+// Class: CMDBChangeOpSetAttributeText
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:CMDBChangeOpSetAttributeText' => 'Zmena textu',
+ 'Class:CMDBChangeOpSetAttributeText+' => '',
+ 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata' => 'Predchádzajúce dáta',
+ 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata+' => '',
+));
+
+//
+// Class: Event
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:Event' => 'Logovacia Udalosť',
+ 'Class:Event+' => '',
+ 'Class:Event/Attribute:message' => 'Správa',
+ 'Class:Event/Attribute:message+' => '',
+ 'Class:Event/Attribute:date' => 'Dátum',
+ 'Class:Event/Attribute:date+' => '',
+ 'Class:Event/Attribute:userinfo' => 'Informácie o užívateľovi',
+ 'Class:Event/Attribute:userinfo+' => '',
+ 'Class:Event/Attribute:finalclass' => 'Typ',
+ 'Class:Event/Attribute:finalclass+' => '',
+));
+
+//
+// Class: EventNotification
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:EventNotification' => 'Notifikačná Udalosť',
+ 'Class:EventNotification+' => '',
+ 'Class:EventNotification/Attribute:trigger_id' => 'Spúštač',
+ 'Class:EventNotification/Attribute:trigger_id+' => '',
+ 'Class:EventNotification/Attribute:action_id' => 'Akcia',
+ 'Class:EventNotification/Attribute:action_id+' => '',
+ 'Class:EventNotification/Attribute:object_id' => 'ID objektu',
+ 'Class:EventNotification/Attribute:object_id+' => '',
+));
+
+//
+// Class: EventNotificationEmail
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:EventNotificationEmail' => 'Udalosť emitovania emailu',
+ 'Class:EventNotificationEmail+' => '',
+ 'Class:EventNotificationEmail/Attribute:to' => 'Komu',
+ 'Class:EventNotificationEmail/Attribute:to+' => '',
+ 'Class:EventNotificationEmail/Attribute:cc' => 'Kópia',
+ 'Class:EventNotificationEmail/Attribute:cc+' => '',
+ 'Class:EventNotificationEmail/Attribute:bcc' => 'Skrytá Kópia',
+ 'Class:EventNotificationEmail/Attribute:bcc+' => '',
+ 'Class:EventNotificationEmail/Attribute:from' => 'Od',
+ 'Class:EventNotificationEmail/Attribute:from+' => '',
+ 'Class:EventNotificationEmail/Attribute:subject' => 'Predmet',
+ 'Class:EventNotificationEmail/Attribute:subject+' => '',
+ 'Class:EventNotificationEmail/Attribute:body' => 'Telo',
+ 'Class:EventNotificationEmail/Attribute:body+' => '',
+ 'Class:EventNotificationEmail/Attribute:attachments' => 'Prílohy',
+ 'Class:EventNotificationEmail/Attribute:attachments+' => '',
+));
+
+//
+// Class: EventIssue
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:EventIssue' => 'Issue event',
+ 'Class:EventIssue+' => '',
+ 'Class:EventIssue/Attribute:issue' => 'Issue',
+ 'Class:EventIssue/Attribute:issue+' => '',
+ 'Class:EventIssue/Attribute:impact' => 'Dopad',
+ 'Class:EventIssue/Attribute:impact+' => '',
+ 'Class:EventIssue/Attribute:page' => 'Strana',
+ 'Class:EventIssue/Attribute:page+' => '',
+ 'Class:EventIssue/Attribute:arguments_post' => 'Odoslané argumenty (POST)',
+ 'Class:EventIssue/Attribute:arguments_post+' => '',
+ 'Class:EventIssue/Attribute:arguments_get' => 'URL argumenty (GET)',
+ 'Class:EventIssue/Attribute:arguments_get+' => '',
+ 'Class:EventIssue/Attribute:callstack' => 'Zásobník volaní',
+ 'Class:EventIssue/Attribute:callstack+' => '',
+ 'Class:EventIssue/Attribute:data' => 'Dáta',
+ 'Class:EventIssue/Attribute:data+' => '',
+));
+
+//
+// Class: EventWebService
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:EventWebService' => 'Udalosť Webovej služby',
+ 'Class:EventWebService+' => '',
+ 'Class:EventWebService/Attribute:verb' => 'Slovný',
+ 'Class:EventWebService/Attribute:verb+' => '',
+ 'Class:EventWebService/Attribute:result' => 'Výsledok',
+ 'Class:EventWebService/Attribute:result+' => '',
+ 'Class:EventWebService/Attribute:log_info' => 'Záznam Informácie',
+ 'Class:EventWebService/Attribute:log_info+' => '',
+ 'Class:EventWebService/Attribute:log_warning' => 'Záznam Upozorenia',
+ 'Class:EventWebService/Attribute:log_warning+' => '',
+ 'Class:EventWebService/Attribute:log_error' => 'Záznam Chyby',
+ 'Class:EventWebService/Attribute:log_error+' => '',
+ 'Class:EventWebService/Attribute:data' => 'Dáta',
+ 'Class:EventWebService/Attribute:data+' => '',
+));
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:EventRestService' => 'REST/JSON call~~',
+ 'Class:EventRestService+' => 'Trace of a REST/JSON service call~~',
+ 'Class:EventRestService/Attribute:operation' => 'Operation~~',
+ 'Class:EventRestService/Attribute:operation+' => 'Argument \'operation\'~~',
+ 'Class:EventRestService/Attribute:version' => 'Version~~',
+ 'Class:EventRestService/Attribute:version+' => 'Argument \'version\'~~',
+ 'Class:EventRestService/Attribute:json_input' => 'Input~~',
+ 'Class:EventRestService/Attribute:json_input+' => 'Argument \'json_data\'~~',
+ 'Class:EventRestService/Attribute:code' => 'Code~~',
+ 'Class:EventRestService/Attribute:code+' => 'Result code~~',
+ 'Class:EventRestService/Attribute:json_output' => 'Response~~',
+ 'Class:EventRestService/Attribute:json_output+' => 'HTTP response (json)~~',
+ 'Class:EventRestService/Attribute:provider' => 'Provider~~',
+ 'Class:EventRestService/Attribute:provider+' => 'PHP class implementing the expected operation~~',
+));
+
+//
+// Class: EventLoginUsage
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:EventLoginUsage' => 'Využívanosť prihlasovacieho mena',
+ 'Class:EventLoginUsage+' => '',
+ 'Class:EventLoginUsage/Attribute:user_id' => 'Prihlasovacie meno',
+ 'Class:EventLoginUsage/Attribute:user_id+' => '',
+ 'Class:EventLoginUsage/Attribute:contact_name' => 'Užívateľské meno',
+ 'Class:EventLoginUsage/Attribute:contact_name+' => '',
+ 'Class:EventLoginUsage/Attribute:contact_email' => 'Užívateľský email',
+ 'Class:EventLoginUsage/Attribute:contact_email+' => '',
+));
+
+//
+// Class: Action
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:Action' => 'Vlastná akcia',
+ 'Class:Action+' => '',
+ 'Class:Action/Attribute:name' => 'Názov',
+ 'Class:Action/Attribute:name+' => '',
+ 'Class:Action/Attribute:description' => 'Popis',
+ 'Class:Action/Attribute:description+' => '',
+ 'Class:Action/Attribute:status' => 'Stav',
+ 'Class:Action/Attribute:status+' => '',
+ 'Class:Action/Attribute:status/Value:test' => 'Test',
+ 'Class:Action/Attribute:status/Value:test+' => '',
+ 'Class:Action/Attribute:status/Value:enabled' => 'V produkcií',
+ 'Class:Action/Attribute:status/Value:enabled+' => '',
+ 'Class:Action/Attribute:status/Value:disabled' => 'Neaktívna',
+ 'Class:Action/Attribute:status/Value:disabled+' => '',
+ 'Class:Action/Attribute:trigger_list' => 'Súvisiace spúštače',
+ 'Class:Action/Attribute:trigger_list+' => '',
+ 'Class:Action/Attribute:finalclass' => 'Typ',
+ 'Class:Action/Attribute:finalclass+' => '',
+));
+
+//
+// Class: ActionNotification
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:ActionNotification' => 'Upozornenie',
+ 'Class:ActionNotification+' => '',
+));
+
+//
+// Class: ActionEmail
+//
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:ActionEmail' => 'Emailová notifikácia',
@@ -40,1251 +511,279 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:ActionEmail/Attribute:body+' => '',
'Class:ActionEmail/Attribute:importance' => 'Dôležitosť',
'Class:ActionEmail/Attribute:importance+' => '',
- 'Class:ActionEmail/Attribute:importance/Value:high' => 'Vysoká',
- 'Class:ActionEmail/Attribute:importance/Value:high+' => '',
'Class:ActionEmail/Attribute:importance/Value:low' => 'Nízka',
'Class:ActionEmail/Attribute:importance/Value:low+' => '',
'Class:ActionEmail/Attribute:importance/Value:normal' => 'Normálna',
'Class:ActionEmail/Attribute:importance/Value:normal+' => '',
+ 'Class:ActionEmail/Attribute:importance/Value:high' => 'Vysoká',
+ 'Class:ActionEmail/Attribute:importance/Value:high+' => '',
+));
+
+//
+// Class: Trigger
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:Trigger' => 'Spúštač',
+ 'Class:Trigger+' => '',
+ 'Class:Trigger/Attribute:description' => 'Popis',
+ 'Class:Trigger/Attribute:description+' => '',
+ 'Class:Trigger/Attribute:action_list' => 'Spúšťané akcie',
+ 'Class:Trigger/Attribute:action_list+' => '',
+ 'Class:Trigger/Attribute:finalclass' => 'Typ',
+ 'Class:Trigger/Attribute:finalclass+' => '',
+));
+
+//
+// Class: TriggerOnObject
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:TriggerOnObject' => 'Spúštač (pre danú triedu)',
+ 'Class:TriggerOnObject+' => '',
+ 'Class:TriggerOnObject/Attribute:target_class' => 'Cieľová trieda',
+ 'Class:TriggerOnObject/Attribute:target_class+' => '',
+ 'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
+ 'Class:TriggerOnObject/Attribute:filter+' => '~~',
+ 'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
+ 'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class "%1$s"~~',
+));
+
+//
+// Class: TriggerOnPortalUpdate
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:TriggerOnPortalUpdate' => 'Spúštač (pri aktualizácií z portálu)',
'Class:TriggerOnPortalUpdate+' => '',
+));
+
+//
+// Class: TriggerOnStateChange
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:TriggerOnStateChange' => 'Spúšťač (pri zmene stavu)',
+ 'Class:TriggerOnStateChange+' => '',
+ 'Class:TriggerOnStateChange/Attribute:state' => 'Stav',
+ 'Class:TriggerOnStateChange/Attribute:state+' => '',
+));
+
+//
+// Class: TriggerOnStateEnter
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:TriggerOnStateEnter' => 'Spúštač (pri vstupe do stavu)',
'Class:TriggerOnStateEnter+' => '',
+));
+
+//
+// Class: TriggerOnStateLeave
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:TriggerOnStateLeave' => 'Spúštač (pri opustení stavu)',
'Class:TriggerOnStateLeave+' => '',
+));
+
+//
+// Class: TriggerOnObjectCreate
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:TriggerOnObjectCreate' => 'Spúštač (pri vytvoreni objektu)',
'Class:TriggerOnObjectCreate+' => '',
- 'Class:lnkTriggerAction' => 'Akcia/Spúštač',
- 'Class:lnkTriggerAction+' => '',
- 'Class:lnkTriggerAction/Attribute:action_id' => 'Akcia',
- 'Class:lnkTriggerAction/Attribute:action_id+' => '',
- 'Class:lnkTriggerAction/Attribute:trigger_id' => 'Spúštač',
- 'Class:lnkTriggerAction/Attribute:trigger_id+' => '',
- 'Class:lnkTriggerAction/Attribute:order' => 'Príkaz',
- 'Class:lnkTriggerAction/Attribute:order+' => '',
+));
+
+//
+// Class: TriggerOnObjectDelete
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:TriggerOnObjectDelete' => 'Trigger (on object deletion)~~',
+ 'Class:TriggerOnObjectDelete+' => 'Trigger on object deletion of [a child class of] the given class~~',
+));
+
+//
+// Class: TriggerOnObjectUpdate
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:TriggerOnObjectUpdate' => 'Trigger (on object update)~~',
+ 'Class:TriggerOnObjectUpdate+' => 'Trigger on object update of [a child class of] the given class~~',
+ 'Class:TriggerOnObjectUpdate/Attribute:target_attcodes' => 'Target fields~~',
+ 'Class:TriggerOnObjectUpdate/Attribute:target_attcodes+' => '~~',
+));
+
+//
+// Class: TriggerOnThresholdReached
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:TriggerOnThresholdReached' => 'Spúštač (pri prekročení hranice)',
'Class:TriggerOnThresholdReached+' => '',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stopky',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code+' => '',
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Hranica',
'Class:TriggerOnThresholdReached/Attribute:threshold_index+' => '',
- 'Class:lnkVirtualDeviceToVolume' => 'väzba Virtuálne zariadenie / Logický disk',
- 'Class:lnkVirtualDeviceToVolume+' => '',
- 'Class:lnkVirtualDeviceToVolume/Attribute:volume_id' => 'Logický disk',
- 'Class:lnkVirtualDeviceToVolume/Attribute:volume_id+' => '',
- 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_id' => 'Virtuálne zariadenie',
- 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_id+' => '',
- 'Class:lnkVirtualDeviceToVolume/Attribute:size_used' => 'Použité miesto',
- 'Class:lnkVirtualDeviceToVolume/Attribute:size_used+' => '',
- 'Class:Organization' => 'Organizácia',
- 'Class:Organization+' => '',
- 'Class:Organization/Attribute:name' => 'Názov',
- 'Class:Organization/Attribute:name+' => '',
- 'Class:Organization/Attribute:code' => 'Kód',
- 'Class:Organization/Attribute:code+' => '',
- 'Class:Organization/Attribute:status' => 'Stav',
- 'Class:Organization/Attribute:status+' => '',
- 'Class:Organization/Attribute:status/Value:active' => 'Aktívna',
- 'Class:Organization/Attribute:status/Value:active+' => '',
- 'Class:Organization/Attribute:status/Value:inactive' => 'Neaktívna',
- 'Class:Organization/Attribute:status/Value:inactive+' => '',
- 'Class:Organization/Attribute:parent_id' => 'Nadradená organizácia',
- 'Class:Organization/Attribute:parent_id+' => '',
- 'Class:Organization/Attribute:deliverymodel_id' => 'Model dodávky',
- 'Class:Organization/Attribute:deliverymodel_id+' => '',
- 'Class:Location' => 'Poloha',
- 'Class:Location+' => '',
- 'Class:Location/Attribute:name' => 'Názov',
- 'Class:Location/Attribute:name+' => '',
- 'Class:Location/Attribute:status' => 'Stav',
- 'Class:Location/Attribute:status+' => '',
- 'Class:Location/Attribute:status/Value:active' => 'Aktívna',
- 'Class:Location/Attribute:status/Value:active+' => '',
- 'Class:Location/Attribute:status/Value:inactive' => 'Neaktívna',
- 'Class:Location/Attribute:status/Value:inactive+' => '',
- 'Class:Location/Attribute:org_id' => 'Organizácia vlastníka',
- 'Class:Location/Attribute:org_id+' => '',
- 'Class:Location/Attribute:address' => 'Adresa',
- 'Class:Location/Attribute:address+' => '',
- 'Class:Location/Attribute:postal_code' => 'PSČ',
- 'Class:Location/Attribute:postal_code+' => '',
- 'Class:Location/Attribute:city' => 'Mesto',
- 'Class:Location/Attribute:city+' => '',
- 'Class:Location/Attribute:country' => 'Štát',
- 'Class:Location/Attribute:country+' => '',
- 'Class:Location/Attribute:physicaldevice_list' => 'Zariadenia',
- 'Class:Location/Attribute:physicaldevice_list+' => '',
- 'Class:Location/Attribute:person_list' => 'Kontakty',
- 'Class:Location/Attribute:person_list+' => '',
- 'Class:Person' => 'Osoba',
- 'Class:Person+' => '',
- 'Class:Person/Attribute:first_name' => 'Krstné meno',
- 'Class:Person/Attribute:first_name+' => '',
- 'Class:Person/Attribute:employee_number' => 'Číslo zamestnanca',
- 'Class:Person/Attribute:employee_number+' => '',
- 'Class:Person/Attribute:mobile_phone' => 'Telefónne číslo',
- 'Class:Person/Attribute:mobile_phone+' => '',
- 'Class:Person/Attribute:location_id' => 'Poloha',
- 'Class:Person/Attribute:location_id+' => '',
- 'Class:Person/Attribute:manager_id' => 'Manažér',
- 'Class:Person/Attribute:manager_id+' => '',
- 'Class:Person/Attribute:team_list' => 'Tímy',
- 'Class:Person/Attribute:team_list+' => '',
- 'Class:Person/Attribute:tickets_list' => 'Tickety',
- 'Class:Person/Attribute:tickets_list+' => '',
- 'Class:Team' => 'Tím',
- 'Class:Team+' => '',
- 'Class:Team/Attribute:persons_list' => 'Osoby',
- 'Class:Team/Attribute:persons_list+' => '',
- 'Class:Team/Attribute:tickets_list' => 'Tickety',
- 'Class:Team/Attribute:tickets_list+' => '',
- 'Class:DocumentFile' => 'Dokumentový súbor',
- 'Class:DocumentFile+' => '',
- 'Class:DocumentFile/Attribute:file' => 'Súbor',
- 'Class:DocumentFile/Attribute:file+' => '',
- 'Class:DocumentNote' => 'Poznámka dokumentu',
- 'Class:DocumentNote+' => '',
- 'Class:DocumentNote/Attribute:text' => 'Text',
- 'Class:DocumentNote/Attribute:text+' => '',
- 'Class:DocumentWeb' => 'Web stránka dokumentu',
- 'Class:DocumentWeb+' => '',
- 'Class:DocumentWeb/Attribute:url' => 'URL',
- 'Class:DocumentWeb/Attribute:url+' => '',
- 'Class:NetworkDevice' => 'Sieťové zariadenie',
- 'Class:NetworkDevice+' => '',
- 'Class:NetworkDevice/Attribute:networkdevicetype_id' => 'Typ sieťového zariadenia',
- 'Class:NetworkDevice/Attribute:networkdevicetype_id+' => '',
- 'Class:NetworkDevice/Attribute:connectablecis_list' => 'Zariadenia',
- 'Class:NetworkDevice/Attribute:connectablecis_list+' => '',
- 'Class:NetworkDevice/Attribute:iosversion_id' => 'IVerzia OS',
- 'Class:NetworkDevice/Attribute:iosversion_id+' => '',
- 'Class:NetworkDevice/Attribute:ram' => 'Operačná pamäť',
- 'Class:NetworkDevice/Attribute:ram+' => '',
- 'Class:Server' => 'Server',
- 'Class:Server+' => '',
- 'Class:Server/Attribute:osfamily_id' => 'Kategória OS',
- 'Class:Server/Attribute:osfamily_id+' => '',
- 'Class:Server/Attribute:osversion_id' => 'Verzia OS',
- 'Class:Server/Attribute:osversion_id+' => '',
- 'Class:Server/Attribute:oslicence_id' => 'Licencia OS',
- 'Class:Server/Attribute:oslicence_id+' => '',
- 'Class:Server/Attribute:cpu' => 'Procesor',
- 'Class:Server/Attribute:cpu+' => '',
- 'Class:Server/Attribute:ram' => 'Operačna pamäť',
- 'Class:Server/Attribute:ram+' => '',
- 'Class:Server/Attribute:logicalvolumes_list' => 'Logické disky',
- 'Class:Server/Attribute:logicalvolumes_list+' => '',
- 'Class:ApplicationSolution' => 'Aplikačné riešenie',
- 'Class:ApplicationSolution+' => '',
- 'Class:ApplicationSolution/Attribute:functionalcis_list' => 'Komponenty',
- 'Class:ApplicationSolution/Attribute:functionalcis_list+' => '',
- 'Class:ApplicationSolution/Attribute:businessprocess_list' => 'Biznis procesy',
- 'Class:ApplicationSolution/Attribute:businessprocess_list+' => '',
- 'Class:ApplicationSolution/Attribute:status' => 'Stav',
- 'Class:ApplicationSolution/Attribute:status+' => '',
- 'Class:ApplicationSolution/Attribute:status/Value:active' => 'Aktívne',
- 'Class:ApplicationSolution/Attribute:status/Value:active+' => '',
- 'Class:ApplicationSolution/Attribute:status/Value:inactive' => 'Neaktívne',
- 'Class:ApplicationSolution/Attribute:status/Value:inactive+' => '',
- 'Class:BusinessProcess' => 'Biznis proces',
- 'Class:BusinessProcess+' => '',
- 'Class:BusinessProcess/Attribute:applicationsolutions_list' => 'Aplikačné riešenia',
- 'Class:BusinessProcess/Attribute:applicationsolutions_list+' => '',
- 'Class:BusinessProcess/Attribute:status' => 'Stav',
- 'Class:BusinessProcess/Attribute:status+' => '',
- 'Class:BusinessProcess/Attribute:status/Value:active' => 'Aktívny',
- 'Class:BusinessProcess/Attribute:status/Value:active+' => '',
- 'Class:BusinessProcess/Attribute:status/Value:inactive' => 'Neaktívny',
- 'Class:BusinessProcess/Attribute:status/Value:inactive+' => '',
- 'Class:Middleware' => 'Middleware', // ????
- 'Class:Middleware+' => '',
- 'Class:Middleware/Attribute:middlewareinstance_list' => 'Middleware inštancie', // ????
- 'Class:Middleware/Attribute:middlewareinstance_list+' => '',
- 'Class:DBServer' => 'DB Server',
- 'Class:DBServer+' => '',
- 'Class:DBServer/Attribute:dbschema_list' => 'DB schémy',
- 'Class:DBServer/Attribute:dbschema_list+' => '',
- 'Class:WebServer' => 'Web server',
- 'Class:WebServer+' => '',
- 'Class:WebServer/Attribute:webapp_list' => 'Webové aplikácie',
- 'Class:WebServer/Attribute:webapp_list+' => '',
- 'Class:PCSoftware' => 'PC softvér',
- 'Class:PCSoftware+' => '',
- 'Class:OtherSoftware' => 'Iný softvér',
- 'Class:OtherSoftware+' => '',
- 'Class:MiddlewareInstance' => 'Middleware inštancia', // ????
- 'Class:MiddlewareInstance+' => '',
- 'Class:MiddlewareInstance/Attribute:middleware_id' => 'Middleware',
- 'Class:MiddlewareInstance/Attribute:middleware_id+' => '',
- 'Class:DatabaseSchema' => 'Databázová schéma',
- 'Class:DatabaseSchema+' => '',
- 'Class:DatabaseSchema/Attribute:dbserver_id' => 'DB server',
- 'Class:DatabaseSchema/Attribute:dbserver_id+' => '',
- 'Class:WebApplication' => 'Webová Aplikácia',
- 'Class:WebApplication+' => '',
- 'Class:WebApplication/Attribute:webserver_id' => 'Web server',
- 'Class:WebApplication/Attribute:webserver_id+' => '',
- 'Class:WebApplication/Attribute:url' => 'URL',
- 'Class:WebApplication/Attribute:url+' => '',
- 'Class:Software' => 'Softvér',
- 'Class:Software+' => '',
- 'Class:Software/Attribute:name' => 'Názov',
- 'Class:Software/Attribute:name+' => '',
- 'Class:Software/Attribute:vendor' => 'Dodávateľ',
- 'Class:Software/Attribute:vendor+' => '',
- 'Class:Software/Attribute:version' => 'Verzia',
- 'Class:Software/Attribute:version+' => '',
- 'Class:Software/Attribute:documents_list' => 'Dokumenty',
- 'Class:Software/Attribute:documents_list+' => '',
- 'Class:Software/Attribute:type' => 'Typ',
- 'Class:Software/Attribute:type+' => '',
- 'Class:Software/Attribute:type/Value:DBServer' => 'DB Server',
- 'Class:Software/Attribute:type/Value:DBServer+' => '',
- 'Class:Software/Attribute:type/Value:Middleware' => 'Middleware', // ????
- 'Class:Software/Attribute:type/Value:Middleware+' => '',
- 'Class:Software/Attribute:type/Value:OtherSoftware' => 'Iný softvér',
- 'Class:Software/Attribute:type/Value:OtherSoftware+' => '',
- 'Class:Software/Attribute:type/Value:PCSoftware' => 'PC softvér',
- 'Class:Software/Attribute:type/Value:PCSoftware+' => '',
- 'Class:Software/Attribute:type/Value:WebServer' => 'Web Server',
- 'Class:Software/Attribute:type/Value:WebServer+' => '',
- 'Class:Software/Attribute:softwareinstance_list' => 'Softvérové inštancie',
- 'Class:Software/Attribute:softwareinstance_list+' => '',
- 'Class:Software/Attribute:softwarepatch_list' => 'Softvérové záplaty',
- 'Class:Software/Attribute:softwarepatch_list+' => '',
- 'Class:Software/Attribute:softwarelicence_list' => 'Softvérové licencie',
- 'Class:Software/Attribute:softwarelicence_list+' => '',
- 'Class:OSPatch' => 'Záplata OS',
- 'Class:OSPatch+' => '',
- 'Class:OSPatch/Attribute:functionalcis_list' => 'Zariadenia',
- 'Class:OSPatch/Attribute:functionalcis_list+' => '',
- 'Class:OSPatch/Attribute:osversion_id' => 'Verzia OS',
- 'Class:OSPatch/Attribute:osversion_id+' => '',
- 'Class:SoftwarePatch' => 'Softvérová záplata',
- 'Class:SoftwarePatch+' => '',
- 'Class:SoftwarePatch/Attribute:software_id' => 'Softvér',
- 'Class:SoftwarePatch/Attribute:software_id+' => '',
- 'Class:SoftwarePatch/Attribute:softwareinstances_list' => 'Inštancie softvéru',
- 'Class:SoftwarePatch/Attribute:softwareinstances_list+' => '',
- 'Class:OSLicence' => 'Licencia OS',
- 'Class:OSLicence+' => '',
- 'Class:OSLicence/Attribute:osversion_id' => 'Verzia OS',
- 'Class:OSLicence/Attribute:osversion_id+' => '',
- 'Class:OSLicence/Attribute:virtualmachines_list' => 'Virtuálne zariadenia',
- 'Class:OSLicence/Attribute:virtualmachines_list+' => '',
- 'Class:OSLicence/Attribute:servers_list' => 'Servery',
- 'Class:OSLicence/Attribute:servers_list+' => '',
- 'Class:SoftwareLicence' => 'Softvérová licencia',
- 'Class:SoftwareLicence+' => '',
- 'Class:SoftwareLicence/Attribute:software_id' => 'Softvér',
- 'Class:SoftwareLicence/Attribute:software_id+' => '',
- 'Class:SoftwareLicence/Attribute:softwareinstance_list' => 'Inštancie softvéru',
- 'Class:SoftwareLicence/Attribute:softwareinstance_list+' => '',
- 'Class:lnkDocumentToLicence' => 'väzba Dokument/Licencia',
- 'Class:lnkDocumentToLicence+' => '',
- 'Class:lnkDocumentToLicence/Attribute:licence_id' => 'Licencia',
- 'Class:lnkDocumentToLicence/Attribute:licence_id+' => '',
- 'Class:lnkDocumentToLicence/Attribute:document_id' => 'Dokument',
- 'Class:lnkDocumentToLicence/Attribute:document_id+' => '',
- 'Class:OSVersion' => 'Verzia OS',
- 'Class:OSVersion+' => '',
- 'Class:OSVersion/Attribute:osfamily_id' => 'Kategória OS',
- 'Class:OSVersion/Attribute:osfamily_id+' => '',
- 'Class:OSFamily' => 'Kategória OS',
- 'Class:OSFamily+' => '',
- 'Class:DocumentType' => 'Typ dokumentu',
- 'Class:DocumentType+' => '',
- 'Class:ContactType' => 'Typ kontaktu',
- 'Class:ContactType+' => '',
- 'Class:Brand' => 'Značka',
- 'Class:Brand+' => '',
- 'Class:Brand/Attribute:physicaldevices_list' => 'Zariadenia',
- 'Class:Brand/Attribute:physicaldevices_list+' => '',
- 'Class:Model' => 'Model',
- 'Class:Model+' => '',
- 'Class:Model/Attribute:brand_id' => 'Značka',
- 'Class:Model/Attribute:brand_id+' => '',
- 'Class:Model/Attribute:type' => 'Typ zariadena',
- 'Class:Model/Attribute:type+' => '',
- 'Class:Model/Attribute:type/Value:DiskArray' => 'Diskové pole',
- 'Class:Model/Attribute:type/Value:DiskArray+' => '',
- 'Class:Model/Attribute:type/Value:Enclosure' => 'Kryt',
- 'Class:Model/Attribute:type/Value:Enclosure+' => '',
- 'Class:Model/Attribute:type/Value:IPPhone' => 'IP Telefón',
- 'Class:Model/Attribute:type/Value:IPPhone+' => '',
- 'Class:Model/Attribute:type/Value:MobilePhone' => 'Mobilný telefón',
- 'Class:Model/Attribute:type/Value:MobilePhone+' => '',
- 'Class:Model/Attribute:type/Value:NAS' => 'NAS',
- 'Class:Model/Attribute:type/Value:NAS+' => '',
- 'Class:Model/Attribute:type/Value:NetworkDevice' => 'Sieťové zariadenie',
- 'Class:Model/Attribute:type/Value:NetworkDevice+' => '',
- 'Class:Model/Attribute:type/Value:PC' => 'PC',
- 'Class:Model/Attribute:type/Value:PC+' => '',
- 'Class:Model/Attribute:type/Value:PDU' => 'PDU',
- 'Class:Model/Attribute:type/Value:PDU+' => '',
- 'Class:Model/Attribute:type/Value:Peripheral' => 'Periférie',
- 'Class:Model/Attribute:type/Value:Peripheral+' => '',
- 'Class:Model/Attribute:type/Value:PowerSource' => 'Zdroj napájania',
- 'Class:Model/Attribute:type/Value:PowerSource+' => '',
- 'Class:Model/Attribute:type/Value:Printer' => 'Tlačiareň',
- 'Class:Model/Attribute:type/Value:Printer+' => '',
- 'Class:Model/Attribute:type/Value:Rack' => 'stojan (Rack)',
- 'Class:Model/Attribute:type/Value:Rack+' => '',
- 'Class:Model/Attribute:type/Value:SANSwitch' => 'SAN prepínač',
- 'Class:Model/Attribute:type/Value:SANSwitch+' => '',
- 'Class:Model/Attribute:type/Value:Server' => 'Server',
- 'Class:Model/Attribute:type/Value:Server+' => '',
- 'Class:Model/Attribute:type/Value:StorageSystem' => 'Úložiskový systém',
- 'Class:Model/Attribute:type/Value:StorageSystem+' => '',
- 'Class:Model/Attribute:type/Value:Tablet' => 'Tablet',
- 'Class:Model/Attribute:type/Value:Tablet+' => '',
- 'Class:Model/Attribute:type/Value:TapeLibrary' => 'Pásková knižnica',
- 'Class:Model/Attribute:type/Value:TapeLibrary+' => '',
- 'Class:Model/Attribute:type/Value:Telephone' => 'Telefón',
- 'Class:Model/Attribute:type/Value:Telephone+' => '',
- 'Class:Model/Attribute:physicaldevices_list' => 'Zariadenia',
- 'Class:Model/Attribute:physicaldevices_list+' => '',
- 'Class:NetworkDeviceType' => 'Typ sieťového zariadenia',
- 'Class:NetworkDeviceType+' => '',
- 'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list' => 'Sieťové zariadenia',
- 'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list+' => '',
- 'Class:IOSVersion' => 'Verzia IOSu',
- 'Class:IOSVersion+' => '',
- 'Class:IOSVersion/Attribute:brand_id' => 'Značka',
- 'Class:IOSVersion/Attribute:brand_id+' => '',
- 'Class:lnkDocumentToPatch' => 'väzba - Dokument / Záplata',
- 'Class:lnkDocumentToPatch+' => '',
- 'Class:lnkDocumentToPatch/Attribute:patch_id' => 'Záplata',
- 'Class:lnkDocumentToPatch/Attribute:patch_id+' => '',
- 'Class:lnkDocumentToPatch/Attribute:document_id' => 'Dokument',
- 'Class:lnkDocumentToPatch/Attribute:document_id+' => '',
- 'Class:lnkSoftwareInstanceToSoftwarePatch' => 'väzba - Softvérová inštancia / Softvérová záplata',
- 'Class:lnkSoftwareInstanceToSoftwarePatch+' => '',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_id' => 'Softvérová záplata',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_id+' => '',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_id' => 'Softvérová inštancia',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_id+' => '',
- 'Class:lnkFunctionalCIToOSPatch' => 'väzba - Komponent / Záplata OS',
- 'Class:lnkFunctionalCIToOSPatch+' => '',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_id' => 'Záplata OS',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_id+' => '',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_id' => 'Komponent',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_id+' => '',
- 'Class:lnkDocumentToSoftware' => 'väzba Dokument / Softvér',
- 'Class:lnkDocumentToSoftware+' => '',
- 'Class:lnkDocumentToSoftware/Attribute:software_id' => 'Softvér',
- 'Class:lnkDocumentToSoftware/Attribute:software_id+' => '',
- 'Class:lnkDocumentToSoftware/Attribute:document_id' => 'Dokument',
- 'Class:lnkDocumentToSoftware/Attribute:document_id+' => '',
- 'Class:lnkContactToFunctionalCI' => 'väzba - Kontakt / Komponent',
- 'Class:lnkContactToFunctionalCI+' => '',
- 'Class:lnkContactToFunctionalCI/Attribute:functionalci_id' => 'Komponent',
- 'Class:lnkContactToFunctionalCI/Attribute:functionalci_id+' => '',
- 'Class:lnkContactToFunctionalCI/Attribute:contact_id' => 'Kontakt',
- 'Class:lnkContactToFunctionalCI/Attribute:contact_id+' => '',
- 'Class:lnkDocumentToFunctionalCI' => 'väzba - Dokument / Komponent',
- 'Class:lnkDocumentToFunctionalCI+' => '',
- 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_id' => 'Komponent',
- 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_id+' => '',
- 'Class:lnkDocumentToFunctionalCI/Attribute:document_id' => 'Dokument',
- 'Class:lnkDocumentToFunctionalCI/Attribute:document_id+' => '',
- 'Class:Subnet' => 'Podsieť',
- 'Class:Subnet+' => '',
- 'Class:Subnet/Attribute:description' => 'Popis',
- 'Class:Subnet/Attribute:description+' => '',
- 'Class:Subnet/Attribute:org_id' => 'Organizácia',
- 'Class:Subnet/Attribute:org_id+' => '',
- 'Class:Subnet/Attribute:ip' => 'IP Adresa',
- 'Class:Subnet/Attribute:ip+' => '',
- 'Class:Subnet/Attribute:ip_mask' => 'Maska IP adresy',
- 'Class:Subnet/Attribute:ip_mask+' => '',
- 'Class:PhysicalInterface' => 'Fyzické rozhranie',
- 'Class:PhysicalInterface+' => '',
- 'Class:PhysicalInterface/Attribute:connectableci_id' => 'Pripojitelné Zariadenie',
- 'Class:PhysicalInterface/Attribute:connectableci_id+' => '',
- 'Class:lnkConnectableCIToNetworkDevice' => 'väzba - Komponent / Sieťové zariadenie',
- 'Class:lnkConnectableCIToNetworkDevice+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_id' => 'Sieťové zariadenie',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_id+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_id' => 'Pripojiteľné zariadenie',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_id+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:network_port' => 'Sieťový port',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:network_port+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:device_port' => 'Port zariadenia',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:device_port+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type' => 'Typ pripojenia',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:downlink' => 'downlink',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:downlink+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:uplink' => 'uplink',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:uplink+' => '',
- 'Class:lnkApplicationSolutionToFunctionalCI' => 'väzba - Aplikačné riešenie / Komponent',
- 'Class:lnkApplicationSolutionToFunctionalCI+' => '',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id' => 'Aplikačné riešenie',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id+' => '',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_id' => 'Komponent',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_id+' => '',
- 'Class:lnkApplicationSolutionToBusinessProcess' => 'väzba - Aplikačné riešenie / Biznis proces',
- 'Class:lnkApplicationSolutionToBusinessProcess+' => '',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_id' => 'Biznis proces',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_id+' => '',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_id' => 'Aplikačné riešenie',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_id+' => '',
- 'Class:lnkPersonToTeam' => 'väzba - Osoba / Tím',
- 'Class:lnkPersonToTeam+' => '',
- 'Class:lnkPersonToTeam/Attribute:team_id' => 'Tím',
- 'Class:lnkPersonToTeam/Attribute:team_id+' => '',
- 'Class:lnkPersonToTeam/Attribute:person_id' => 'Osoba',
- 'Class:lnkPersonToTeam/Attribute:person_id+' => '',
- 'Class:lnkPersonToTeam/Attribute:role_id' => 'Rola',
- 'Class:lnkPersonToTeam/Attribute:role_id+' => '',
- 'Class:Group' => 'Skupina',
- 'Class:Group+' => '',
- 'Class:Group/Attribute:name' => 'Názov',
- 'Class:Group/Attribute:name+' => '',
- 'Class:Group/Attribute:status' => 'Stav',
- 'Class:Group/Attribute:status+' => '',
- 'Class:Group/Attribute:status/Value:implementation' => 'Implementácia',
- 'Class:Group/Attribute:status/Value:implementation+' => '',
- 'Class:Group/Attribute:status/Value:obsolete' => 'Vyradená',
- 'Class:Group/Attribute:status/Value:obsolete+' => '',
- 'Class:Group/Attribute:status/Value:production' => 'Produkcia',
- 'Class:Group/Attribute:status/Value:production+' => '',
- 'Class:Group/Attribute:org_id' => 'Organizácia',
- 'Class:Group/Attribute:org_id+' => '',
- 'Class:Group/Attribute:description' => 'Popis',
- 'Class:Group/Attribute:description+' => '',
- 'Class:Group/Attribute:type' => 'Typ',
- 'Class:Group/Attribute:type+' => '',
- 'Class:Group/Attribute:parent_id' => 'Nadradená skupina',
- 'Class:Group/Attribute:parent_id+' => '',
- 'Class:Group/Attribute:ci_list' => 'Prislúchajúce zariadenia',
- 'Class:Group/Attribute:ci_list+' => '',
- 'Class:lnkGroupToCI' => 'väzba - Skupina / Zariadenie',
- 'Class:lnkGroupToCI+' => '',
- 'Class:lnkGroupToCI/Attribute:group_id' => 'Skupina',
- 'Class:lnkGroupToCI/Attribute:group_id+' => '',
- 'Class:lnkGroupToCI/Attribute:ci_id' => 'Zariadenie',
- 'Class:lnkGroupToCI/Attribute:ci_id+' => '',
- 'Class:lnkGroupToCI/Attribute:reason' => 'Dôvod',
- 'Class:lnkGroupToCI/Attribute:reason+' => '',
- 'Class:Rack' => 'stojan (Rack)',
- 'Class:Rack+' => '',
- 'Class:Rack/Attribute:nb_u' => 'NB U',
- 'Class:Rack/Attribute:nb_u+' => '',
- 'Class:Rack/Attribute:device_list' => 'Zariadenia',
- 'Class:Rack/Attribute:device_list+' => '',
- 'Class:Rack/Attribute:enclosure_list' => 'Kryt',
- 'Class:Rack/Attribute:enclosure_list+' => '',
- 'Class:Enclosure' => 'Kryt (enclosure)',
- 'Class:Enclosure+' => '',
- 'Class:Enclosure/Attribute:rack_id' => 'stojan (Rack)',
- 'Class:Enclosure/Attribute:rack_id+' => '',
- 'Class:Enclosure/Attribute:nb_u' => 'NB U',
- 'Class:Enclosure/Attribute:nb_u+' => '',
- 'Class:Enclosure/Attribute:device_list' => 'Zariadenia',
- 'Class:Enclosure/Attribute:device_list+' => '',
- 'Class:PowerSource' => 'Napájací zdroj',
- 'Class:PowerSource+' => '',
- 'Class:PowerSource/Attribute:pdus_list' => 'Napäťové distribučné jednotky (PDU)',
- 'Class:PowerSource/Attribute:pdus_list+' => '',
- 'Class:PDU' => 'Napäťová distribučná jednotka (PDU)',
- 'Class:PDU+' => '',
- 'Class:PDU/Attribute:rack_id' => 'stojan (Rack)',
- 'Class:PDU/Attribute:rack_id+' => '',
- 'Class:PDU/Attribute:powerstart_id' => 'Power start',
- 'Class:PDU/Attribute:powerstart_id+' => '',
- 'Class:PC' => 'PC',
- 'Class:PC+' => '',
- 'Class:PC/Attribute:osfamily_id' => 'Kategória OS',
- 'Class:PC/Attribute:osfamily_id+' => '',
- 'Class:PC/Attribute:osversion_id' => 'Verzia OS',
- 'Class:PC/Attribute:osversion_id+' => '',
- 'Class:PC/Attribute:cpu' => 'Procesor',
- 'Class:PC/Attribute:cpu+' => '',
- 'Class:PC/Attribute:ram' => 'Operačná pamäť',
- 'Class:PC/Attribute:ram+' => '',
- 'Class:PC/Attribute:type' => 'Typ',
- 'Class:PC/Attribute:type+' => '',
- 'Class:PC/Attribute:type/Value:desktop' => 'Stolový počítač',
- 'Class:PC/Attribute:type/Value:desktop+' => '',
- 'Class:PC/Attribute:type/Value:laptop' => 'Laptop',
- 'Class:PC/Attribute:type/Value:laptop+' => '',
- 'Class:Printer' => 'Tlačiareň',
- 'Class:Printer+' => '',
- 'Class:Phone' => 'Telefón',
- 'Class:Phone+' => '',
- 'Class:MobilePhone' => 'Mobilný telefón',
- 'Class:MobilePhone+' => '',
- 'Class:MobilePhone/Attribute:imei' => 'IMEI',
- 'Class:MobilePhone/Attribute:imei+' => '',
- 'Class:MobilePhone/Attribute:hw_pin' => 'HW PIN',
- 'Class:MobilePhone/Attribute:hw_pin+' => '',
- 'Class:IPPhone' => 'IP telefón',
- 'Class:IPPhone+' => '',
- 'Class:Tablet' => 'Tablet',
- 'Class:Tablet+' => '',
- 'Class:Peripheral' => 'Periférie',
- 'Class:Peripheral+' => '',
- 'Class:ContractType' => 'Typ zmluvy',
- 'Class:ContractType+' => '',
- 'Class:CustomerContract' => 'Zákaznícka zmluva',
- 'Class:CustomerContract+' => '',
- 'Class:CustomerContract/Attribute:services_list' => 'Služby',
- 'Class:CustomerContract/Attribute:services_list+' => '',
- 'Class:ProviderContract' => 'Poskytovateľská zmluva',
- 'Class:ProviderContract+' => '',
- 'Class:ProviderContract/Attribute:functionalcis_list' => 'Zariadenia',
- 'Class:ProviderContract/Attribute:functionalcis_list+' => '',
- 'Class:ProviderContract/Attribute:sla' => 'SLA',
- 'Class:ProviderContract/Attribute:sla+' => '',
- 'Class:ProviderContract/Attribute:coverage' => 'Časy pokrytia',
- 'Class:ProviderContract/Attribute:coverage+' => '',
- 'Class:lnkContactToContract' => 'väzba - Kontakt / zmluva',
- 'Class:lnkContactToContract+' => '',
- 'Class:lnkContactToContract/Attribute:contract_id' => 'zmluva',
- 'Class:lnkContactToContract/Attribute:contract_id+' => '',
- 'Class:lnkContactToContract/Attribute:contact_id' => 'Kontakt',
- 'Class:lnkContactToContract/Attribute:contact_id+' => '',
- 'Class:lnkContractToDocument' => 'väzba - zmluva / Dokument',
- 'Class:lnkContractToDocument+' => '',
- 'Class:lnkContractToDocument/Attribute:contract_id' => 'zmluva',
- 'Class:lnkContractToDocument/Attribute:contract_id+' => '',
- 'Class:lnkContractToDocument/Attribute:document_id' => 'Dokument',
- 'Class:lnkContractToDocument/Attribute:document_id+' => '',
- 'Class:lnkFunctionalCIToProviderContract' => 'väzba - Komponent / Poskytovateľská zmluva',
- 'Class:lnkFunctionalCIToProviderContract+' => '',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Poskytovateľská zmluva',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id+' => '',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id' => 'Zariadenie',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id+' => '',
- 'Class:ServiceFamily' => 'Kategória služieb',
- 'Class:ServiceFamily+' => '',
- 'Class:ServiceFamily/Attribute:name' => 'Názov',
- 'Class:ServiceFamily/Attribute:name+' => '',
- 'Class:ServiceFamily/Attribute:services_list' => 'Služby',
- 'Class:ServiceFamily/Attribute:services_list+' => '',
- 'Class:Service' => 'Služby',
- 'Class:Service+' => '',
- 'Class:Service/Attribute:name' => 'Názov',
- 'Class:Service/Attribute:name+' => '',
- 'Class:Service/Attribute:org_id' => 'Poskytovateľ',
- 'Class:Service/Attribute:org_id+' => '',
- 'Class:Service/Attribute:servicefamily_id' => 'Kategória služieb',
- 'Class:Service/Attribute:servicefamily_id+' => '',
- 'Class:Service/Attribute:description' => 'Popis',
- 'Class:Service/Attribute:description+' => '',
- 'Class:Service/Attribute:documents_list' => 'Dokumenty',
- 'Class:Service/Attribute:documents_list+' => '',
- 'Class:Service/Attribute:contacts_list' => 'Kontakty',
- 'Class:Service/Attribute:contacts_list+' => '',
- 'Class:Service/Attribute:status' => 'Stav',
- 'Class:Service/Attribute:status+' => '',
- 'Class:Service/Attribute:status/Value:implementation' => 'Implementácia',
- 'Class:Service/Attribute:status/Value:implementation+' => '',
- 'Class:Service/Attribute:status/Value:obsolete' => 'Vyradená',
- 'Class:Service/Attribute:status/Value:obsolete+' => '',
- 'Class:Service/Attribute:status/Value:production' => 'Produkcia',
- 'Class:Service/Attribute:status/Value:production+' => '',
- 'Class:Service/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
- 'Class:Service/Attribute:customercontracts_list+' => '',
- 'Class:Service/Attribute:providercontracts_list' => 'Poskytovateľské zmluvy',
- 'Class:Service/Attribute:providercontracts_list+' => '',
- 'Class:Service/Attribute:functionalcis_list' => 'Zariadenia',
- 'Class:Service/Attribute:functionalcis_list+' => '',
- 'Class:Service/Attribute:servicesubcategories_list' => 'Podkategórie služieb',
- 'Class:Service/Attribute:servicesubcategories_list+' => '',
- 'Class:lnkDocumentToService' => 'väzba - Dokument / Služba',
- 'Class:lnkDocumentToService+' => '',
- 'Class:lnkDocumentToService/Attribute:service_id' => 'Služba',
- 'Class:lnkDocumentToService/Attribute:service_id+' => '',
- 'Class:lnkDocumentToService/Attribute:document_id' => 'Dokument',
- 'Class:lnkDocumentToService/Attribute:document_id+' => '',
- 'Class:lnkContactToService' => 'väzba - Kontakt / Služba',
- 'Class:lnkContactToService+' => '',
- 'Class:lnkContactToService/Attribute:service_id' => 'Služba',
- 'Class:lnkContactToService/Attribute:service_id+' => '',
- 'Class:lnkContactToService/Attribute:contact_id' => 'Kontakt',
- 'Class:lnkContactToService/Attribute:contact_id+' => '',
- 'Class:ServiceSubcategory' => 'Podkategória služieb',
- 'Class:ServiceSubcategory+' => '',
- 'Class:ServiceSubcategory/Attribute:name' => 'Názov',
- 'Class:ServiceSubcategory/Attribute:name+' => '',
- 'Class:ServiceSubcategory/Attribute:description' => 'Popis',
- 'Class:ServiceSubcategory/Attribute:description+' => '',
- 'Class:ServiceSubcategory/Attribute:service_id' => 'Služba',
- 'Class:ServiceSubcategory/Attribute:service_id+' => '',
- 'Class:ServiceSubcategory/Attribute:request_type' => 'Typ požiadavky',
- 'Class:ServiceSubcategory/Attribute:request_type+' => '',
- 'Class:ServiceSubcategory/Attribute:request_type/Value:incident' => 'Incident',
- 'Class:ServiceSubcategory/Attribute:request_type/Value:incident+' => '',
- 'Class:ServiceSubcategory/Attribute:request_type/Value:service_request' => 'Požiadavka',
- 'Class:ServiceSubcategory/Attribute:request_type/Value:service_request+' => '',
- 'Class:ServiceSubcategory/Attribute:status' => 'Stav',
- 'Class:ServiceSubcategory/Attribute:status+' => '',
- 'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'Implementácia',
- 'Class:ServiceSubcategory/Attribute:status/Value:implementation+' => '',
- 'Class:ServiceSubcategory/Attribute:status/Value:obsolete' => 'Vyradená',
- 'Class:ServiceSubcategory/Attribute:status/Value:obsolete+' => '',
- 'Class:ServiceSubcategory/Attribute:status/Value:production' => 'Produkcia',
- 'Class:ServiceSubcategory/Attribute:status/Value:production+' => '',
- 'Class:SLA' => 'SLA',
- 'Class:SLA+' => '',
- 'Class:SLA/Attribute:name' => 'Názov',
- 'Class:SLA/Attribute:name+' => '',
- 'Class:SLA/Attribute:description' => 'Popis',
- 'Class:SLA/Attribute:description+' => '',
- 'Class:SLA/Attribute:org_id' => 'Poskytovateľ',
- 'Class:SLA/Attribute:org_id+' => '',
- 'Class:SLA/Attribute:slts_list' => 'SLTs',
- 'Class:SLA/Attribute:slts_list+' => '',
- 'Class:SLA/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
- 'Class:SLA/Attribute:customercontracts_list+' => '',
- 'Class:SLT' => 'SLT',
- 'Class:SLT+' => '',
- 'Class:SLT/Attribute:name' => 'Názov',
- 'Class:SLT/Attribute:name+' => '',
- 'Class:SLT/Attribute:priority' => 'Priorita',
- 'Class:SLT/Attribute:priority+' => '',
- 'Class:SLT/Attribute:priority/Value:1' => 'Kritická',
- 'Class:SLT/Attribute:priority/Value:1+' => '',
- 'Class:SLT/Attribute:priority/Value:2' => 'Vysoká',
- 'Class:SLT/Attribute:priority/Value:2+' => '',
- 'Class:SLT/Attribute:priority/Value:3' => 'Stredná',
- 'Class:SLT/Attribute:priority/Value:3+' => '',
- 'Class:SLT/Attribute:priority/Value:4' => 'Nízka',
- 'Class:SLT/Attribute:priority/Value:4+' => '',
- 'Class:SLT/Attribute:request_type' => 'Typ požiadavky',
- 'Class:SLT/Attribute:request_type+' => '',
- 'Class:SLT/Attribute:request_type/Value:incident' => 'Incident',
- 'Class:SLT/Attribute:request_type/Value:incident+' => '',
- 'Class:SLT/Attribute:request_type/Value:service_request' => 'Požiadavka',
- 'Class:SLT/Attribute:request_type/Value:service_request+' => '',
- 'Class:SLT/Attribute:metric' => 'Metrika',
- 'Class:SLT/Attribute:metric+' => '',
- 'Class:SLT/Attribute:metric/Value:tto' => 'TTO',
- 'Class:SLT/Attribute:metric/Value:tto+' => '',
- 'Class:SLT/Attribute:metric/Value:ttr' => 'TTR',
- 'Class:SLT/Attribute:metric/Value:ttr+' => '',
- 'Class:SLT/Attribute:value' => 'Hodnota',
- 'Class:SLT/Attribute:value+' => '',
- 'Class:SLT/Attribute:unit' => 'Jednotka',
- 'Class:SLT/Attribute:unit+' => '',
- 'Class:SLT/Attribute:unit/Value:hours' => 'Hodiny',
- 'Class:SLT/Attribute:unit/Value:hours+' => '',
- 'Class:SLT/Attribute:unit/Value:minutes' => 'Minúty',
- 'Class:SLT/Attribute:unit/Value:minutes+' => '',
- 'Class:lnkSLAToSLT' => 'väzba - SLA / SLT',
- 'Class:lnkSLAToSLT+' => '',
- 'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA',
- 'Class:lnkSLAToSLT/Attribute:sla_id+' => '',
- 'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT',
- 'Class:lnkSLAToSLT/Attribute:slt_id+' => '',
- 'Class:lnkCustomerContractToService' => 'väzba - Zákaznícka zmluva / Služba',
- 'Class:lnkCustomerContractToService+' => '',
- 'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Zákaznícka zmluva',
- 'Class:lnkCustomerContractToService/Attribute:customercontract_id+' => '',
- 'Class:lnkCustomerContractToService/Attribute:service_id' => 'Služba',
- 'Class:lnkCustomerContractToService/Attribute:service_id+' => '',
- 'Class:lnkCustomerContractToService/Attribute:sla_id' => 'SLA',
- 'Class:lnkCustomerContractToService/Attribute:sla_id+' => '',
- 'Class:lnkProviderContractToService' => 'väzba - Poskytovateľská zmluva / Služba',
- 'Class:lnkProviderContractToService+' => '',
- 'Class:lnkProviderContractToService/Attribute:service_id' => 'Služba',
- 'Class:lnkProviderContractToService/Attribute:service_id+' => '',
- 'Class:lnkProviderContractToService/Attribute:providercontract_id' => 'Poskytovateľská zmluva',
- 'Class:lnkProviderContractToService/Attribute:providercontract_id+' => '',
- 'Class:lnkFunctionalCIToService' => 'väzba - Komponent / Služba',
- 'Class:lnkFunctionalCIToService+' => '',
- 'Class:lnkFunctionalCIToService/Attribute:service_id' => 'Služba',
- 'Class:lnkFunctionalCIToService/Attribute:service_id+' => '',
- 'Class:lnkFunctionalCIToService/Attribute:functionalci_id' => 'Zariadenie',
- 'Class:lnkFunctionalCIToService/Attribute:functionalci_id+' => '',
- 'Class:DeliveryModel' => 'Model dodávky',
- 'Class:DeliveryModel+' => '',
- 'Class:DeliveryModel/Attribute:name' => 'Názov',
- 'Class:DeliveryModel/Attribute:name+' => '',
- 'Class:DeliveryModel/Attribute:org_id' => 'Organizácia',
- 'Class:DeliveryModel/Attribute:org_id+' => '',
- 'Class:DeliveryModel/Attribute:description' => 'Popis',
- 'Class:DeliveryModel/Attribute:description+' => '',
- 'Class:DeliveryModel/Attribute:contacts_list' => 'Kontakty',
- 'Class:DeliveryModel/Attribute:contacts_list+' => '',
- 'Class:DeliveryModel/Attribute:customers_list' => 'Zákazníci',
- 'Class:DeliveryModel/Attribute:customers_list+' => '',
- 'Class:lnkDeliveryModelToContact' => 'väzba - Model dodávky / Kontakt',
- 'Class:lnkDeliveryModelToContact+' => '',
- 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Model dodávky',
- 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id+' => '',
- 'Class:lnkDeliveryModelToContact/Attribute:contact_id' => 'Kontakt',
- 'Class:lnkDeliveryModelToContact/Attribute:contact_id+' => '',
- 'Class:lnkDeliveryModelToContact/Attribute:role_id' => 'Rola',
- 'Class:lnkDeliveryModelToContact/Attribute:role_id+' => '',
- 'Class:StorageSystem' => 'Úložiskový systém',
- 'Class:StorageSystem+' => '',
- 'Class:StorageSystem/Attribute:logicalvolume_list' => 'Logické disky',
- 'Class:StorageSystem/Attribute:logicalvolume_list+' => '',
- 'Class:SANSwitch' => 'SAN prepínač',
- 'Class:SANSwitch+' => '',
- 'Class:SANSwitch/Attribute:datacenterdevice_list' => 'Zariadenia',
- 'Class:SANSwitch/Attribute:datacenterdevice_list+' => '',
- 'Class:TapeLibrary' => 'Pásková knižnica',
- 'Class:TapeLibrary+' => '',
- 'Class:TapeLibrary/Attribute:tapes_list' => 'Pásky',
- 'Class:TapeLibrary/Attribute:tapes_list+' => '',
- 'Class:NAS' => 'NAS',
- 'Class:NAS+' => '',
- 'Class:NAS/Attribute:nasfilesystem_list' => 'Súborové systémy',
- 'Class:NAS/Attribute:nasfilesystem_list+' => '',
- 'Class:FiberChannelInterface' => 'Optické rozhranie',
- 'Class:FiberChannelInterface+' => '',
- 'Class:FiberChannelInterface/Attribute:speed' => 'Rýchlosť',
- 'Class:FiberChannelInterface/Attribute:speed+' => '',
- 'Class:FiberChannelInterface/Attribute:topology' => 'Topológia',
- 'Class:FiberChannelInterface/Attribute:topology+' => '',
- 'Class:FiberChannelInterface/Attribute:wwn' => 'WWN',
- 'Class:FiberChannelInterface/Attribute:wwn+' => '',
- 'Class:FiberChannelInterface/Attribute:datacenterdevice_id' => 'Zariadenie',
- 'Class:FiberChannelInterface/Attribute:datacenterdevice_id+' => '',
- 'Class:Tape' => 'Páska',
- 'Class:Tape+' => '',
- 'Class:Tape/Attribute:name' => 'Názov',
- 'Class:Tape/Attribute:name+' => '',
- 'Class:Tape/Attribute:description' => 'Popis',
- 'Class:Tape/Attribute:description+' => '',
- 'Class:Tape/Attribute:size' => 'Veľkosť',
- 'Class:Tape/Attribute:size+' => '',
- 'Class:Tape/Attribute:tapelibrary_id' => 'Pásková knižnica',
- 'Class:Tape/Attribute:tapelibrary_id+' => '',
- 'Class:NASFileSystem' => 'NAS Súborový systém',
- 'Class:NASFileSystem+' => '',
- 'Class:NASFileSystem/Attribute:name' => 'Názov',
- 'Class:NASFileSystem/Attribute:name+' => '',
- 'Class:NASFileSystem/Attribute:description' => 'Popis',
- 'Class:NASFileSystem/Attribute:description+' => '',
- 'Class:NASFileSystem/Attribute:raid_level' => 'Raid úroveň',
- 'Class:NASFileSystem/Attribute:raid_level+' => '',
- 'Class:NASFileSystem/Attribute:size' => 'Veľkosť',
- 'Class:NASFileSystem/Attribute:size+' => '',
- 'Class:NASFileSystem/Attribute:nas_id' => 'NAS',
- 'Class:NASFileSystem/Attribute:nas_id+' => '',
- 'Class:LogicalVolume' => 'Logické disky',
- 'Class:LogicalVolume+' => '',
- 'Class:LogicalVolume/Attribute:name' => 'Názov',
- 'Class:LogicalVolume/Attribute:name+' => '',
- 'Class:LogicalVolume/Attribute:lun_id' => 'LUN ID',
- 'Class:LogicalVolume/Attribute:lun_id+' => '',
- 'Class:LogicalVolume/Attribute:description' => 'Popis',
- 'Class:LogicalVolume/Attribute:description+' => '',
- 'Class:LogicalVolume/Attribute:raid_level' => 'Raid úroveň',
- 'Class:LogicalVolume/Attribute:raid_level+' => '',
- 'Class:LogicalVolume/Attribute:size' => 'Veľkosť',
- 'Class:LogicalVolume/Attribute:size+' => '',
- 'Class:LogicalVolume/Attribute:storagesystem_id' => 'Úložiskový systém',
- 'Class:LogicalVolume/Attribute:storagesystem_id+' => '',
- 'Class:LogicalVolume/Attribute:servers_list' => 'Servery',
- 'Class:LogicalVolume/Attribute:servers_list+' => '',
- 'Class:LogicalVolume/Attribute:virtualdevices_list' => 'Virtuálne zariadenia',
- 'Class:LogicalVolume/Attribute:virtualdevices_list+' => '',
- 'Class:lnkServerToVolume' => 'väzba - Server / Logický Disk',
- 'Class:lnkServerToVolume+' => '',
- 'Class:lnkServerToVolume/Attribute:volume_id' => 'Logický Disk',
- 'Class:lnkServerToVolume/Attribute:volume_id+' => '',
- 'Class:lnkServerToVolume/Attribute:server_id' => 'Server',
- 'Class:lnkServerToVolume/Attribute:server_id+' => '',
- 'Class:lnkServerToVolume/Attribute:size_used' => 'Použité miesto',
- 'Class:lnkServerToVolume/Attribute:size_used+' => '',
- 'Class:lnkSanToDatacenterDevice' => 'väzba - SAN / Zariadenie',
- 'Class:lnkSanToDatacenterDevice+' => '',
- 'Class:lnkSanToDatacenterDevice/Attribute:san_id' => 'SAN prepínač',
- 'Class:lnkSanToDatacenterDevice/Attribute:san_id+' => '',
- 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_id' => 'Zariadenie',
- 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_id+' => '',
- 'Class:lnkSanToDatacenterDevice/Attribute:san_port' => 'SAN port',
- 'Class:lnkSanToDatacenterDevice/Attribute:san_port+' => '',
- 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_port' => '(FC) Port zariadenia',
- 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_port+' => '',
- 'Class:Ticket' => 'Ticket',
- 'Class:Ticket+' => '',
- 'Class:Ticket/Attribute:ref' => 'Referencia',
- 'Class:Ticket/Attribute:ref+' => '',
- 'Class:Ticket/Attribute:org_id' => 'Organizácia',
- 'Class:Ticket/Attribute:org_id+' => '',
- 'Class:Ticket/Attribute:caller_id' => 'Zadávateľ',
- 'Class:Ticket/Attribute:caller_id+' => '',
- 'Class:Ticket/Attribute:team_id' => 'Tím',
- 'Class:Ticket/Attribute:team_id+' => '',
- 'Class:Ticket/Attribute:agent_id' => 'Agent',
- 'Class:Ticket/Attribute:agent_id+' => '',
- 'Class:Ticket/Attribute:title' => 'Nadpis',
- 'Class:Ticket/Attribute:title+' => '',
- 'Class:Ticket/Attribute:description' => 'Popis',
- 'Class:Ticket/Attribute:description+' => '',
- 'Class:Ticket/Attribute:start_date' => 'Dátum začiatku',
- 'Class:Ticket/Attribute:start_date+' => '',
- 'Class:Ticket/Attribute:end_date' => 'Dátum ukončenia',
- 'Class:Ticket/Attribute:end_date+' => '',
- 'Class:Ticket/Attribute:last_update' => 'Posledná aktualizácia',
- 'Class:Ticket/Attribute:last_update+' => '',
- 'Class:Ticket/Attribute:close_date' => 'Dátum uzavretia',
- 'Class:Ticket/Attribute:close_date+' => '',
- 'Class:Ticket/Attribute:private_log' => 'Skrytý záznam',
- 'Class:Ticket/Attribute:private_log+' => '',
- 'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
- 'Class:Ticket/Attribute:contacts_list+' => '',
- 'Class:Ticket/Attribute:functionalcis_list' => 'Komponenty',
- 'Class:Ticket/Attribute:functionalcis_list+' => '',
- 'Class:Ticket/Attribute:workorders_list' => 'Pracovné príkazy',
- 'Class:Ticket/Attribute:workorders_list+' => '',
- 'Class:Ticket/Attribute:finalclass' => 'Typ',
- 'Class:Ticket/Attribute:finalclass+' => '',
- 'Class:lnkContactToTicket' => 'väzba - Kontakt / Ticket',
- 'Class:lnkContactToTicket+' => '',
- 'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
- 'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
- 'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
- 'Class:lnkContactToTicket/Attribute:contact_id+' => '',
- 'Class:lnkContactToTicket/Attribute:role' => 'Rola',
- 'Class:lnkContactToTicket/Attribute:role+' => '',
- 'Class:lnkFunctionalCIToTicket' => 'väzba - Komponent / Ticket',
- 'Class:lnkFunctionalCIToTicket+' => '',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
- 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Komponent',
- 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
- 'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Dopad',
- 'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
- 'Class:WorkOrder' => 'Pracovný príkaz',
- 'Class:WorkOrder+' => '',
- 'Class:WorkOrder/Attribute:name' => 'Názov',
- 'Class:WorkOrder/Attribute:name+' => '',
- 'Class:WorkOrder/Attribute:status' => 'Stav',
- 'Class:WorkOrder/Attribute:status+' => '',
- 'Class:WorkOrder/Attribute:status/Value:open' => 'Otvorený',
- 'Class:WorkOrder/Attribute:status/Value:open+' => '',
- 'Class:WorkOrder/Attribute:status/Value:closed' => 'Zatvorený',
- 'Class:WorkOrder/Attribute:status/Value:closed+' => '',
- 'Class:WorkOrder/Attribute:description' => 'Popis',
- 'Class:WorkOrder/Attribute:description+' => '',
- 'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
- 'Class:WorkOrder/Attribute:ticket_id+' => '',
- 'Class:WorkOrder/Attribute:team_id' => 'Tím',
- 'Class:WorkOrder/Attribute:team_id+' => '',
- 'Class:WorkOrder/Attribute:agent_id' => 'Agent',
- 'Class:WorkOrder/Attribute:agent_id+' => '',
- 'Class:WorkOrder/Attribute:start_date' => 'Dátum začiatku',
- 'Class:WorkOrder/Attribute:start_date+' => '',
- 'Class:WorkOrder/Attribute:end_date' => 'Dátum ukončenia',
- 'Class:WorkOrder/Attribute:end_date+' => '',
- 'Class:WorkOrder/Attribute:log' => 'Záznam',
- 'Class:WorkOrder/Attribute:log+' => '',
- 'Class:WorkOrder/Stimulus:ev_close' => 'Zatvoriť',
- 'Class:WorkOrder/Stimulus:ev_close+' => '',
- 'Class:Hypervisor' => 'Hypervisor',
- 'Class:Hypervisor+' => '',
- 'Class:Hypervisor/Attribute:farm_id' => 'Farma',
- 'Class:Hypervisor/Attribute:farm_id+' => '',
- 'Class:Hypervisor/Attribute:server_id' => 'Server',
- 'Class:Hypervisor/Attribute:server_id+' => '',
- 'Class:Farm' => 'Farma',
- 'Class:Farm+' => '',
- 'Class:Farm/Attribute:hypervisor_list' => 'Hypervisori',
- 'Class:Farm/Attribute:hypervisor_list+' => '',
- 'Class:VirtualMachine' => 'Virtuálne zariadenie',
- 'Class:VirtualMachine+' => '',
- 'Class:VirtualMachine/Attribute:virtualhost_id' => 'Virtuálny host',
- 'Class:VirtualMachine/Attribute:virtualhost_id+' => '',
- 'Class:VirtualMachine/Attribute:osfamily_id' => 'Kategória OS',
- 'Class:VirtualMachine/Attribute:osfamily_id+' => '',
- 'Class:VirtualMachine/Attribute:osversion_id' => 'Verzia OS',
- 'Class:VirtualMachine/Attribute:osversion_id+' => '',
- 'Class:VirtualMachine/Attribute:oslicence_id' => 'Licencia OS',
- 'Class:VirtualMachine/Attribute:oslicence_id+' => '',
- 'Class:VirtualMachine/Attribute:cpu' => 'Procesor',
- 'Class:VirtualMachine/Attribute:cpu+' => '',
- 'Class:VirtualMachine/Attribute:ram' => 'Operačná pamäť',
- 'Class:VirtualMachine/Attribute:ram+' => '',
- 'Class:VirtualMachine/Attribute:logicalinterface_list' => 'Zoznam sieťových rozhraní',
- 'Class:VirtualMachine/Attribute:logicalinterface_list+' => '',
- 'Class:LogicalInterface' => 'Logické rozhranie',
- 'Class:LogicalInterface+' => '',
- 'Class:LogicalInterface/Attribute:virtualmachine_id' => 'Virtuálne zariadenie',
- 'Class:LogicalInterface/Attribute:virtualmachine_id+' => '',
- 'Class:Change' => 'Zmena',
- 'Class:Change+' => '',
- 'Class:Change/Attribute:status' => 'Stav',
- 'Class:Change/Attribute:status+' => '',
- 'Class:Change/Attribute:status/Value:new' => 'Nová',
- 'Class:Change/Attribute:status/Value:new+' => '',
- 'Class:Change/Attribute:status/Value:assigned' => 'Pridelená',
- 'Class:Change/Attribute:status/Value:assigned+' => '',
- 'Class:Change/Attribute:status/Value:planned' => 'Plánovaná',
- 'Class:Change/Attribute:status/Value:planned+' => '',
- 'Class:Change/Attribute:status/Value:rejected' => 'Zamietnutá',
- 'Class:Change/Attribute:status/Value:rejected+' => '',
- 'Class:Change/Attribute:status/Value:approved' => 'Schválená',
- 'Class:Change/Attribute:status/Value:approved+' => '',
- 'Class:Change/Attribute:status/Value:closed' => 'Zatvorená',
- 'Class:Change/Attribute:status/Value:closed+' => '',
- 'Class:Change/Attribute:category' => 'Kategória',
- 'Class:Change/Attribute:category+' => '',
- 'Class:Change/Attribute:category/Value:application' => 'Aplikácia',
- 'Class:Change/Attribute:category/Value:application+' => '',
- 'Class:Change/Attribute:category/Value:hardware' => 'Hardvér',
- 'Class:Change/Attribute:category/Value:hardware+' => '',
- 'Class:Change/Attribute:category/Value:network' => 'Sieť',
- 'Class:Change/Attribute:category/Value:network+' => '',
- 'Class:Change/Attribute:category/Value:other' => 'Iné',
- 'Class:Change/Attribute:category/Value:other+' => '',
- 'Class:Change/Attribute:category/Value:software' => 'Softvér',
- 'Class:Change/Attribute:category/Value:software+' => '',
- 'Class:Change/Attribute:category/Value:system' => 'Systém',
- 'Class:Change/Attribute:category/Value:system+' => '',
- 'Class:Change/Attribute:reject_reason' => 'Dôvod zamietnutia',
- 'Class:Change/Attribute:reject_reason+' => '',
- 'Class:Change/Attribute:changeManažér_id' => 'Manažér zmien',
- 'Class:Change/Attribute:changemanager_id+' => '',
- 'Class:Change/Attribute:parent_id' => 'Nadradená zmena',
- 'Class:Change/Attribute:parent_id+' => '',
- 'Class:Change/Attribute:creation_date' => 'Dátum vytvorenia',
- 'Class:Change/Attribute:creation_date+' => '',
- 'Class:Change/Attribute:approval_date' => 'Dátum schválenia',
- 'Class:Change/Attribute:approval_date+' => '',
- 'Class:Change/Attribute:fallback_plan' => 'Návratový plán',
- 'Class:Change/Attribute:fallback_plan+' => '',
- 'Class:Change/Attribute:related_request_list' => 'Súvisiace požiadavky',
- 'Class:Change/Attribute:related_request_list+' => '',
- 'Class:Change/Attribute:child_changes_list' => 'Podriadené zmeny',
- 'Class:Change/Attribute:child_changes_list+' => '',
- 'Class:Change/Stimulus:ev_assign' => 'Prideiť',
- 'Class:Change/Stimulus:ev_assign+' => '',
- 'Class:Change/Stimulus:ev_plan' => 'Naplánuj',
- 'Class:Change/Stimulus:ev_plan+' => '',
- 'Class:Change/Stimulus:ev_reject' => 'Zamietnúť',
- 'Class:Change/Stimulus:ev_reject+' => '',
- 'Class:Change/Stimulus:ev_reopen' => 'Znova otvoriť',
- 'Class:Change/Stimulus:ev_reopen+' => '',
- 'Class:Change/Stimulus:ev_approve' => 'Schváliť',
- 'Class:Change/Stimulus:ev_approve+' => '',
- 'Class:Change/Stimulus:ev_finish' => 'Zatvoriť',
- 'Class:Change/Stimulus:ev_finish+' => '',
- 'Class:UserRequest' => 'Požiadavka užívateľa',
- 'Class:UserRequest+' => '',
- 'Class:UserRequest/Attribute:status' => 'Stav',
- 'Class:UserRequest/Attribute:status+' => '',
- 'Class:UserRequest/Attribute:status/Value:new' => 'Nová',
- 'Class:UserRequest/Attribute:status/Value:new+' => '',
- 'Class:UserRequest/Attribute:status/Value:escalated_tto' => 'Eskalované TTO',
- 'Class:UserRequest/Attribute:status/Value:escalated_tto+' => '',
- 'Class:UserRequest/Attribute:status/Value:assigned' => 'Pridelené',
- 'Class:UserRequest/Attribute:status/Value:assigned+' => '',
- 'Class:UserRequest/Attribute:status/Value:escalated_ttr' => 'Eskalované TTR',
- 'Class:UserRequest/Attribute:status/Value:escalated_ttr+' => '',
- 'Class:UserRequest/Attribute:status/Value:waiting_for_approval' => 'Čaká sa na schválenie',
- 'Class:UserRequest/Attribute:status/Value:waiting_for_approval+' => '',
- 'Class:UserRequest/Attribute:status/Value:approved' => 'Schválená',
- 'Class:UserRequest/Attribute:status/Value:approved+' => '',
- 'Class:UserRequest/Attribute:status/Value:rejected' => 'Zamietnutá',
- 'Class:UserRequest/Attribute:status/Value:rejected+' => '',
- 'Class:UserRequest/Attribute:status/Value:pending' => 'Pozdržaná',
- 'Class:UserRequest/Attribute:status/Value:pending+' => '',
- 'Class:UserRequest/Attribute:status/Value:resolved' => 'Vyriešená',
- 'Class:UserRequest/Attribute:status/Value:resolved+' => '',
- 'Class:UserRequest/Attribute:status/Value:closed' => 'Zatvorená',
- 'Class:UserRequest/Attribute:status/Value:closed+' => '',
- 'Class:UserRequest/Attribute:request_type' => 'Typ požiadavky',
- 'Class:UserRequest/Attribute:request_type+' => '',
- 'Class:UserRequest/Attribute:request_type/Value:incident' => 'Incident',
- 'Class:UserRequest/Attribute:request_type/Value:incident+' => '',
- 'Class:UserRequest/Attribute:request_type/Value:service_request' => 'Požiadavka',
- 'Class:UserRequest/Attribute:request_type/Value:service_request+' => '',
- 'Class:UserRequest/Attribute:impact' => 'Dopad',
- 'Class:UserRequest/Attribute:impact+' => '',
- 'Class:UserRequest/Attribute:impact/Value:1' => 'Oddelenie',
- 'Class:UserRequest/Attribute:impact/Value:1+' => '',
- 'Class:UserRequest/Attribute:impact/Value:2' => 'Služba',
- 'Class:UserRequest/Attribute:impact/Value:2+' => '',
- 'Class:UserRequest/Attribute:impact/Value:3' => 'Osoba',
- 'Class:UserRequest/Attribute:impact/Value:3+' => '',
- 'Class:UserRequest/Attribute:priority' => 'Priorita',
- 'Class:UserRequest/Attribute:priority+' => '',
- 'Class:UserRequest/Attribute:priority/Value:1' => 'Kritická',
- 'Class:UserRequest/Attribute:priority/Value:1+' => '',
- 'Class:UserRequest/Attribute:priority/Value:2' => 'Vysoká',
- 'Class:UserRequest/Attribute:priority/Value:2+' => '',
- 'Class:UserRequest/Attribute:priority/Value:3' => 'Stredná',
- 'Class:UserRequest/Attribute:priority/Value:3+' => '',
- 'Class:UserRequest/Attribute:priority/Value:4' => 'Nízka',
- 'Class:UserRequest/Attribute:priority/Value:4+' => '',
- 'Class:UserRequest/Attribute:urgency' => 'Naliehavosť',
- 'Class:UserRequest/Attribute:urgency+' => '',
- 'Class:UserRequest/Attribute:urgency/Value:1' => 'Kritická',
- 'Class:UserRequest/Attribute:urgency/Value:1+' => '',
- 'Class:UserRequest/Attribute:urgency/Value:2' => 'Vysoká',
- 'Class:UserRequest/Attribute:urgency/Value:2+' => '',
- 'Class:UserRequest/Attribute:urgency/Value:3' => 'Stredná',
- 'Class:UserRequest/Attribute:urgency/Value:3+' => '',
- 'Class:UserRequest/Attribute:urgency/Value:4' => 'Nízka',
- 'Class:UserRequest/Attribute:urgency/Value:4+' => '',
- 'Class:UserRequest/Attribute:origin' => 'Pôvod',
- 'Class:UserRequest/Attribute:origin+' => '',
- 'Class:UserRequest/Attribute:origin/Value:mail' => 'Mail',
- 'Class:UserRequest/Attribute:origin/Value:mail+' => '',
- 'Class:UserRequest/Attribute:origin/Value:monitoring' => 'Dohľad',
- 'Class:UserRequest/Attribute:origin/Value:monitoring+' => '',
- 'Class:UserRequest/Attribute:origin/Value:phone' => 'Telefón',
- 'Class:UserRequest/Attribute:origin/Value:phone+' => '',
- 'Class:UserRequest/Attribute:origin/Value:portal' => 'Portál',
- 'Class:UserRequest/Attribute:origin/Value:portal+' => '',
- 'Class:UserRequest/Attribute:approver_id' => 'Schvalovateľ',
- 'Class:UserRequest/Attribute:approver_id+' => '',
- 'Class:UserRequest/Attribute:service_id' => 'Služba',
- 'Class:UserRequest/Attribute:service_id+' => '',
- 'Class:UserRequest/Attribute:servicesubcategory_id' => 'Subkategórie služieb',
- 'Class:UserRequest/Attribute:servicesubcategory_id+' => '',
- 'Class:UserRequest/Attribute:escalation_flag' => 'Eskalačný príznak',
- 'Class:UserRequest/Attribute:escalation_flag+' => '',
- 'Class:UserRequest/Attribute:escalation_flag/Value:no' => 'Nie',
- 'Class:UserRequest/Attribute:escalation_flag/Value:no+' => '',
- 'Class:UserRequest/Attribute:escalation_flag/Value:yes' => 'Áno',
- 'Class:UserRequest/Attribute:escalation_flag/Value:yes+' => '',
- 'Class:UserRequest/Attribute:escalation_reason' => 'Dôvod eskalácie',
- 'Class:UserRequest/Attribute:escalation_reason+' => '',
- 'Class:UserRequest/Attribute:assignment_date' => 'Dátum pridelenia',
- 'Class:UserRequest/Attribute:assignment_date+' => '',
- 'Class:UserRequest/Attribute:resolution_date' => 'Dátum vyriešenia',
- 'Class:UserRequest/Attribute:resolution_date+' => '',
- 'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania',
- 'Class:UserRequest/Attribute:last_pending_date+' => '',
- 'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulatívne pozdržané',
- 'Class:UserRequest/Attribute:cumulatedpending+' => '',
- 'Class:UserRequest/Attribute:tto' => 'TTO',
- 'Class:UserRequest/Attribute:tto+' => '',
- 'Class:UserRequest/Attribute:ttr' => 'TTR',
- 'Class:UserRequest/Attribute:ttr+' => '',
- 'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Dátum eskalácie TTO',
- 'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
- 'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dodržané',
- 'Class:UserRequest/Attribute:sla_tto_passed+' => '',
- 'Class:UserRequest/Attribute:sla_tto_over' => 'SLA TTO prekročené',
- 'Class:UserRequest/Attribute:sla_tto_over+' => '',
- 'Class:UserRequest/Attribute:ttr_escalation_deadline' => 'Dátum eskalácie TTR',
- 'Class:UserRequest/Attribute:ttr_escalation_deadline+' => '',
- 'Class:UserRequest/Attribute:sla_ttr_passed' => 'SLA TTR dodržané',
- 'Class:UserRequest/Attribute:sla_ttr_passed+' => '',
- 'Class:UserRequest/Attribute:sla_ttr_over' => 'SLA TTR prekročené',
- 'Class:UserRequest/Attribute:sla_ttr_over+' => '',
- 'Class:UserRequest/Attribute:time_spent' => 'Oneskorenie vyriešenia',
- 'Class:UserRequest/Attribute:time_spent+' => '',
- 'Class:UserRequest/Attribute:resolution_code' => 'Kód riešenia',
- 'Class:UserRequest/Attribute:resolution_code+' => '',
- 'Class:UserRequest/Attribute:resolution_code/Value:assistance' => 'Asistencia',
- 'Class:UserRequest/Attribute:resolution_code/Value:assistance+' => '',
- 'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => 'Chyba opravená',
- 'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => '',
- 'Class:UserRequest/Attribute:resolution_code/Value:hardware repair' => 'Oprava hardvéru',
- 'Class:UserRequest/Attribute:resolution_code/Value:hardware repair+' => '',
- 'Class:UserRequest/Attribute:resolution_code/Value:other' => 'Iné',
- 'Class:UserRequest/Attribute:resolution_code/Value:other+' => '',
- 'Class:UserRequest/Attribute:resolution_code/Value:software patch' => 'Softvérová záplata',
- 'Class:UserRequest/Attribute:resolution_code/Value:software patch+' => '',
- 'Class:UserRequest/Attribute:resolution_code/Value:system update' => 'Aktualizácia systému',
- 'Class:UserRequest/Attribute:resolution_code/Value:system update+' => '',
- 'Class:UserRequest/Attribute:resolution_code/Value:training' => 'Školenie',
- 'Class:UserRequest/Attribute:resolution_code/Value:training+' => '',
- 'Class:UserRequest/Attribute:solution' => 'Riešenie',
- 'Class:UserRequest/Attribute:solution+' => '',
- 'Class:UserRequest/Attribute:pending_reason' => 'Dôvod pozdržania',
- 'Class:UserRequest/Attribute:pending_reason+' => '',
- 'Class:UserRequest/Attribute:parent_request_id' => 'Nadradená Požiadavka',
- 'Class:UserRequest/Attribute:parent_request_id+' => '',
- 'Class:UserRequest/Attribute:parent_change_id' => 'Nadradená Zmena',
- 'Class:UserRequest/Attribute:parent_change_id+' => '',
- 'Class:UserRequest/Attribute:related_request_list' => 'Podriadené požiadavky',
- 'Class:UserRequest/Attribute:related_request_list+' => '',
- 'Class:UserRequest/Attribute:public_log' => 'Verejný záznam',
- 'Class:UserRequest/Attribute:public_log+' => '',
- 'Class:UserRequest/Attribute:user_satisfaction' => 'Spokojnosť užívateľa',
- 'Class:UserRequest/Attribute:user_satisfaction+' => '',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Veľmi spokojný',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => '',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Pomerne spokojný',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => '',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Skôr nespokojný',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => '',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Veľmi nespokojný',
- 'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '',
- 'Class:UserRequest/Attribute:user_comment' => 'Komentár užívateľa',
- 'Class:UserRequest/Attribute:user_comment+' => '',
- 'Class:UserRequest/Stimulus:ev_assign' => 'Prideiť',
- 'Class:UserRequest/Stimulus:ev_assign+' => '',
- 'Class:UserRequest/Stimulus:ev_reassign' => 'Znovu Prideiť',
- 'Class:UserRequest/Stimulus:ev_reassign+' => '',
- 'Class:UserRequest/Stimulus:ev_approve' => 'Schváliť',
- 'Class:UserRequest/Stimulus:ev_approve+' => '',
- 'Class:UserRequest/Stimulus:ev_reject' => 'Zamietnúť',
- 'Class:UserRequest/Stimulus:ev_reject+' => '',
- 'Class:UserRequest/Stimulus:ev_pending' => 'Pozdržať',
- 'Class:UserRequest/Stimulus:ev_pending+' => '',
- 'Class:UserRequest/Stimulus:ev_timeout' => 'Vypršanie času',
- 'Class:UserRequest/Stimulus:ev_timeout+' => '',
- 'Class:UserRequest/Stimulus:ev_autoresolve' => 'Automatické vyriešenie',
- 'Class:UserRequest/Stimulus:ev_autoresolve+' => '',
- 'Class:UserRequest/Stimulus:ev_autoclose' => 'Automatické zatvorenie',
- 'Class:UserRequest/Stimulus:ev_autoclose+' => '',
- 'Class:UserRequest/Stimulus:ev_resolve' => 'Vyriešiť',
- 'Class:UserRequest/Stimulus:ev_resolve+' => '',
- 'Class:UserRequest/Stimulus:ev_close' => 'Zatvoriť',
- 'Class:UserRequest/Stimulus:ev_close+' => '',
- 'Class:UserRequest/Stimulus:ev_reopen' => 'Znova otvoriť',
- 'Class:UserRequest/Stimulus:ev_reopen+' => '',
- 'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Počkať na schválenie',
- 'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '',
- 'Class:AsyncSendEmail' => 'Email (asynchrónny)',
- 'Class:AsyncSendEmail/Attribute:to' => 'Komu',
- 'Class:AsyncSendEmail/Attribute:subject' => 'Predmet',
- 'Class:CMDBChange' => 'Zmena',
- 'Class:CMDBChange+' => '',
- 'Class:CMDBChange/Attribute:date' => 'Dátum',
- 'Class:CMDBChange/Attribute:date+' => '',
- 'Class:CMDBChange/Attribute:userinfo' => 'Rozl. info',
- 'Class:CMDBChange/Attribute:userinfo+' => '',
- 'Class:CMDBChangeOp' => 'Vykonanie Zmeny',
- 'Class:CMDBChangeOp+' => '',
- 'Class:CMDBChangeOp/Attribute:change' => 'Zmena',
- 'Class:CMDBChangeOp/Attribute:change+' => '',
- 'Class:CMDBChangeOp/Attribute:objclass' => 'Trieda objektu',
- 'Class:CMDBChangeOp/Attribute:objclass+' => '',
- 'Class:CMDBChangeOp/Attribute:objkey' => 'ID objektu',
- 'Class:CMDBChangeOp/Attribute:objkey+' => '',
- 'Class:CMDBChangeOp/Attribute:finalclass' => 'Typ',
- 'Class:CMDBChangeOp/Attribute:finalclass+' => '',
- 'Class:CMDBChangeOpCreate' => 'Vytvorenie objektu',
- 'Class:CMDBChangeOpCreate+' => '',
- 'Class:CMDBChangeOpDelete' => 'Vymazanie objektu',
- 'Class:CMDBChangeOpDelete+' => '',
- 'Class:CMDBChangeOpSetAttribute' => 'Zmena objektu',
- 'Class:CMDBChangeOpSetAttribute+' => '',
- 'Class:CMDBChangeOpSetAttribute/Attribute:attcode' => 'Atribút',
- 'Class:CMDBChangeOpSetAttribute/Attribute:attcode+' => '',
- 'Class:CMDBChangeOpSetAttributeScalar' => 'Zmena vlastnosti',
- 'Class:CMDBChangeOpSetAttributeScalar+' => '',
- 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue' => 'Predchádzajúca hodnota',
- 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue+' => '',
- 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue' => 'Nová hodnota',
- 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue+' => '',
- 'Class:CMDBChangeOpSetAttributeBlob' => 'Zmena údajov',
- 'Class:CMDBChangeOpSetAttributeBlob+' => '',
- 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata' => 'Predchádzajúce údaje',
- 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata+' => '',
- 'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Zakódované heslo',
- 'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Predchádzajúca hodnota',
- 'Class:CMDBChangeOpSetAttributeEncrypted' => 'Zakódované pole',
- 'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Predchádzajúca hodnota',
- 'Class:CMDBChangeOpSetAttributeText' => 'Zmena textu',
- 'Class:CMDBChangeOpSetAttributeText+' => '',
- 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata' => 'Predchádzajúce dáta',
- 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata+' => '',
- 'Class:CMDBChangeOpSetAttributeCaseLog' => 'Záznam o riešení',
- 'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Posledný záznam',
- 'Class:Event' => 'Logovacia Udalosť',
- 'Class:Event+' => '',
- 'Class:Event/Attribute:message' => 'Správa',
- 'Class:Event/Attribute:message+' => '',
- 'Class:Event/Attribute:date' => 'Dátum',
- 'Class:Event/Attribute:date+' => '',
- 'Class:Event/Attribute:userinfo' => 'Informácie o užívateľovi',
- 'Class:Event/Attribute:userinfo+' => '',
- 'Class:Event/Attribute:finalclass' => 'Typ',
- 'Class:Event/Attribute:finalclass+' => '',
- 'Class:EventNotification' => 'Notifikačná Udalosť',
- 'Class:EventNotification+' => '',
- 'Class:EventNotification/Attribute:trigger_id' => 'Spúštač',
- 'Class:EventNotification/Attribute:trigger_id+' => '',
- 'Class:EventNotification/Attribute:action_id' => 'Akcia',
- 'Class:EventNotification/Attribute:action_id+' => '',
- 'Class:EventNotification/Attribute:object_id' => 'ID objektu',
- 'Class:EventNotification/Attribute:object_id+' => '',
- 'Class:EventNotificationEmail' => 'Udalosť emitovania emailu',
- 'Class:EventNotificationEmail+' => '',
- 'Class:EventNotificationEmail/Attribute:to' => 'Komu',
- 'Class:EventNotificationEmail/Attribute:to+' => '',
- 'Class:EventNotificationEmail/Attribute:cc' => 'Kópia',
- 'Class:EventNotificationEmail/Attribute:cc+' => '',
- 'Class:EventNotificationEmail/Attribute:bcc' => 'Skrytá Kópia',
- 'Class:EventNotificationEmail/Attribute:bcc+' => '',
- 'Class:EventNotificationEmail/Attribute:from' => 'Od',
- 'Class:EventNotificationEmail/Attribute:from+' => '',
- 'Class:EventNotificationEmail/Attribute:subject' => 'Predmet',
- 'Class:EventNotificationEmail/Attribute:subject+' => '',
- 'Class:EventNotificationEmail/Attribute:body' => 'Telo',
- 'Class:EventNotificationEmail/Attribute:body+' => '',
- 'Class:EventNotificationEmail/Attribute:attachments' => 'Prílohy',
- 'Class:EventNotificationEmail/Attribute:attachments+' => '',
- 'Class:EventIssue' => 'Issue event',
- 'Class:EventIssue+' => '',
- 'Class:EventIssue/Attribute:issue' => 'Issue',
- 'Class:EventIssue/Attribute:issue+' => '',
- 'Class:EventIssue/Attribute:impact' => 'Dopad',
- 'Class:EventIssue/Attribute:impact+' => '',
- 'Class:EventIssue/Attribute:page' => 'Strana',
- 'Class:EventIssue/Attribute:page+' => '',
- 'Class:EventIssue/Attribute:arguments_post' => 'Odoslané argumenty (POST)',
- 'Class:EventIssue/Attribute:arguments_post+' => '',
- 'Class:EventIssue/Attribute:arguments_get' => 'URL argumenty (GET)',
- 'Class:EventIssue/Attribute:arguments_get+' => '',
- 'Class:EventIssue/Attribute:callstack' => 'Zásobník volaní',
- 'Class:EventIssue/Attribute:callstack+' => '',
- 'Class:EventIssue/Attribute:data' => 'Dáta',
- 'Class:EventIssue/Attribute:data+' => '',
- 'Class:EventWebService' => 'Udalosť Webovej služby',
- 'Class:EventWebService+' => '',
- 'Class:EventWebService/Attribute:verb' => 'Slovný',
- 'Class:EventWebService/Attribute:verb+' => '',
- 'Class:EventWebService/Attribute:result' => 'Výsledok',
- 'Class:EventWebService/Attribute:result+' => '',
- 'Class:EventWebService/Attribute:log_info' => 'Záznam Informácie',
- 'Class:EventWebService/Attribute:log_info+' => '',
- 'Class:EventWebService/Attribute:log_warning' => 'Záznam Upozorenia',
- 'Class:EventWebService/Attribute:log_warning+' => '',
- 'Class:EventWebService/Attribute:log_error' => 'Záznam Chyby',
- 'Class:EventWebService/Attribute:log_error+' => '',
- 'Class:EventWebService/Attribute:data' => 'Dáta',
- 'Class:EventWebService/Attribute:data+' => '',
- 'Class:EventLoginUsage' => 'Využívanosť prihlasovacieho mena',
- 'Class:EventLoginUsage+' => '',
- 'Class:EventLoginUsage/Attribute:user_id' => 'Prihlasovacie meno',
- 'Class:EventLoginUsage/Attribute:user_id+' => '',
- 'Class:SynchroDataSource' => 'Synchronizovaný zdroj dát',
+));
+
+//
+// Class: lnkTriggerAction
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:lnkTriggerAction' => 'Akcia/Spúštač',
+ 'Class:lnkTriggerAction+' => '',
+ 'Class:lnkTriggerAction/Attribute:action_id' => 'Akcia',
+ 'Class:lnkTriggerAction/Attribute:action_id+' => '',
+ 'Class:lnkTriggerAction/Attribute:action_name' => 'Akcia',
+ 'Class:lnkTriggerAction/Attribute:action_name+' => '',
+ 'Class:lnkTriggerAction/Attribute:trigger_id' => 'Spúštač',
+ 'Class:lnkTriggerAction/Attribute:trigger_id+' => '',
+ 'Class:lnkTriggerAction/Attribute:trigger_name' => 'Spúštač',
+ 'Class:lnkTriggerAction/Attribute:trigger_name+' => '',
+ 'Class:lnkTriggerAction/Attribute:order' => 'Príkaz',
+ 'Class:lnkTriggerAction/Attribute:order+' => '',
+));
+
+//
+// Synchro Data Source
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:SynchroDataSource/Attribute:name' => 'Názov',
'Class:SynchroDataSource/Attribute:name+' => '',
'Class:SynchroDataSource/Attribute:description' => 'Popis',
'Class:SynchroDataSource/Attribute:status' => 'Stav',
- 'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementácia',
- 'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Vyradené',
- 'Class:SynchroDataSource/Attribute:status/Value:production' => 'Produkcia',
+ 'Class:SynchroDataSource/Attribute:scope_class' => 'Cieľová trieda',
'Class:SynchroDataSource/Attribute:user_id' => 'Užívateľ',
'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Notifikovať kontakt',
'Class:SynchroDataSource/Attribute:notify_contact_id+' => '',
- 'Class:SynchroDataSource/Attribute:scope_class' => 'Cieľová trieda',
- 'Class:SynchroDataSource/Attribute:database_table_name' => 'Tabuľka dát',
- 'Class:SynchroDataSource/Attribute:database_table_name+' => '',
- 'Class:SynchroDataSource/Attribute:scope_restriction' => 'Obmedzenie rozsahu',
+ 'Class:SynchroDataSource/Attribute:url_icon' => 'URL ikonky',
+ 'Class:SynchroDataSource/Attribute:url_icon+' => '',
+ 'Class:SynchroDataSource/Attribute:url_application' => 'URL aplikácie',
+ 'Class:SynchroDataSource/Attribute:url_application+' => '',
+ 'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Harmonizačná politika',
'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Intervaly plného zaťaženia',
'Class:SynchroDataSource/Attribute:full_load_periodicity+' => '',
- 'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Harmonizačná politika',
- 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Použiť atribúty',
- 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Použiť pole "Primárny kľúč"',
'Class:SynchroDataSource/Attribute:action_on_zero' => 'Akcia pri hodnote nula',
'Class:SynchroDataSource/Attribute:action_on_zero+' => '',
- 'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Vytvoriť',
- 'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Chyba',
'Class:SynchroDataSource/Attribute:action_on_one' => 'Akcia pri hodnote jedna',
'Class:SynchroDataSource/Attribute:action_on_one+' => '',
- 'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Chyba',
- 'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Aktualizácia',
'Class:SynchroDataSource/Attribute:action_on_multiple' => 'Akcia pri viacerých',
'Class:SynchroDataSource/Attribute:action_on_multiple+' => '',
+ 'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Užívatelia s povolením',
+ 'Class:SynchroDataSource/Attribute:user_delete_policy+' => '',
+ 'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Nikto',
+ 'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Len administrátori',
+ 'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'Všetci povolení užívatelia',
+ 'Class:SynchroDataSource/Attribute:delete_policy_update' => 'Aktualizačné pravidlá',
+ 'Class:SynchroDataSource/Attribute:delete_policy_update+' => '',
+ 'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Doba po ktorú je odstraňovanie pozdržané',
+ 'Class:SynchroDataSource/Attribute:delete_policy_retention+' => '',
+ 'Class:SynchroDataSource/Attribute:database_table_name' => 'Tabuľka dát',
+ 'Class:SynchroDataSource/Attribute:database_table_name+' => '',
+ 'SynchroDataSource:Description' => 'Popis',
+ 'SynchroDataSource:Reconciliation' => 'Hľadať & harmonizáciu',
+ 'SynchroDataSource:Deletion' => 'Pravidlá odstraňovania',
+ 'SynchroDataSource:Status' => 'Stav',
+ 'SynchroDataSource:Information' => 'Informácia',
+ 'SynchroDataSource:Definition' => 'Definícia',
+ 'Core:SynchroAttributes' => 'Atribúty',
+ 'Core:SynchroStatus' => 'Stav',
+ 'Core:Synchro:ErrorsLabel' => 'Chyby',
+ 'Core:Synchro:CreatedLabel' => 'Vytvorené',
+ 'Core:Synchro:ModifiedLabel' => 'Upravené',
+ 'Core:Synchro:UnchangedLabel' => 'Nezmenené',
+ 'Core:Synchro:ReconciledErrorsLabel' => 'Chyby',
+ 'Core:Synchro:ReconciledLabel' => 'Schválené',
+ 'Core:Synchro:ReconciledNewLabel' => 'Vytvorené',
+ 'Core:SynchroReconcile:Yes' => 'Áno',
+ 'Core:SynchroReconcile:No' => 'Nie',
+ 'Core:SynchroUpdate:Yes' => 'Áno',
+ 'Core:SynchroUpdate:No' => 'Nie',
+ 'Core:Synchro:LastestStatus' => 'Posledný stav',
+ 'Core:Synchro:History' => 'Synchronizačná História',
+ 'Core:Synchro:NeverRun' => 'Táto synchronizácia nikdy nebežala. Zatiaľ bez záznamu .',
+ 'Core:Synchro:SynchroEndedOn_Date' => 'Posledná synchronizácia skončila: %1$s.',
+ 'Core:Synchro:SynchroRunningStartedOn_Date' => 'The Synchronizácia spustené %1$s stále beží...',
+ 'Menu:DataSources' => 'Synchronizované zdroje dát', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:DataSources+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Core:Synchro:label_repl_ignored' => 'Ignorované (%1$s)',
+ 'Core:Synchro:label_repl_disappeared' => 'Zmiznuté (%1$s)',
+ 'Core:Synchro:label_repl_existing' => 'Existujúce (%1$s)',
+ 'Core:Synchro:label_repl_new' => 'Nové (%1$s)',
+ 'Core:Synchro:label_obj_deleted' => 'Odstránené (%1$s)',
+ 'Core:Synchro:label_obj_obsoleted' => 'Vyradené (%1$s)',
+ 'Core:Synchro:label_obj_disappeared_errors' => 'Chyby (%1$s)',
+ 'Core:Synchro:label_obj_disappeared_no_action' => 'Bez akcie (%1$s)',
+ 'Core:Synchro:label_obj_unchanged' => 'Nezmenené (%1$s)',
+ 'Core:Synchro:label_obj_updated' => 'Aktualizované (%1$s)',
+ 'Core:Synchro:label_obj_updated_errors' => 'Chyby (%1$s)',
+ 'Core:Synchro:label_obj_new_unchanged' => 'Nezmenené (%1$s)',
+ 'Core:Synchro:label_obj_new_updated' => 'Aktualizované (%1$s)',
+ 'Core:Synchro:label_obj_created' => 'Vytvorené (%1$s)',
+ 'Core:Synchro:label_obj_new_errors' => 'Chyby (%1$s)',
+ 'Core:SynchroLogTitle' => '%1$s - %2$s',
+ 'Core:Synchro:Nb_Replica' => 'Spracovaných replík: %1$s',
+ 'Core:Synchro:Nb_Class:Objects' => '%1$s: %2$s',
+ 'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'Aspoň jeden harmonizačný kľúč musí byť špecifikovaný, alebo harmonizačná politika musí obsahovať používanie primárneho kľúča.',
+ 'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'Doba po ktorú je odstraňovanie pozdržané musí byť špecifikovaná, keďže objekty budú odstránené po ich označení ako vyradené',
+ 'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Vyradené objekty majú byť aktualizované, ale žiadna aktualizácia nie je špecifikovaná.',
+ 'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'Tabuľka %1$s už existuje v databáze. Prosím použite iné meno pre synchronizačnú dátovú tabuľku.',
+ 'Core:SynchroReplica:PublicData' => 'Verejné dáta',
+ 'Core:SynchroReplica:PrivateDetails' => 'Skryté detaily',
+ 'Core:SynchroReplica:BackToDataSource' => 'Návrat späť na synchronizáčný zdroj dát: %1$s',
+ 'Core:SynchroReplica:ListOfReplicas' => 'Zoznam replík',
+ 'Core:SynchroAttExtKey:ReconciliationById' => 'ID (primárny kľúč)',
+ 'Core:SynchroAtt:attcode' => 'Atribút',
+ 'Core:SynchroAtt:attcode+' => '',
+ 'Core:SynchroAtt:reconciliation' => 'Harmonizácia ?',
+ 'Core:SynchroAtt:reconciliation+' => '',
+ 'Core:SynchroAtt:update' => 'Aktualizácia',
+ 'Core:SynchroAtt:update+' => '',
+ 'Core:SynchroAtt:update_policy' => 'Politika aktualizácií',
+ 'Core:SynchroAtt:update_policy+' => '',
+ 'Core:SynchroAtt:reconciliation_attcode' => 'Harmonizačný kľúč',
+ 'Core:SynchroAtt:reconciliation_attcode+' => '',
+ 'Core:SyncDataExchangeComment' => '(Synchronizácia dát)',
+ 'Core:Synchro:ListOfDataSources' => 'Zoznam zdrojov dát:',
+ 'Core:Synchro:LastSynchro' => 'Posledná synchronizácia:',
+ 'Core:Synchro:ThisObjectIsSynchronized' => 'Tento objekt je synchronizovaný s externým zdrojom dát',
+ 'Core:Synchro:TheObjectWasCreatedBy_Source' => 'Objekt bol vytvorený externým zdrojom dát %1$s',
+ 'Core:Synchro:TheObjectCanBeDeletedBy_Source' => 'Objekt môže byť odstránený externým zdrojom dát %1$s',
+ 'Core:Synchro:TheObjectCannotBeDeletedByUser_Source' => 'Nemôžete odstrániť tento objekt pretože je vlastnený externým zdrojom dát %1$s',
+ 'TitleSynchroExecution' => 'Vykonanie synchronizácie',
+ 'Class:SynchroDataSource:DataTable' => 'Databázová tabuľka: %1$s',
+ 'Core:SyncDataSourceObsolete' => 'Dátový zdroj je označený ako vyradený. Operácia zrušená.',
+ 'Core:SyncDataSourceAccessRestriction' => 'Iba adminstrátori alebo užívateľ špecifikovaný v dátovom zdroji môžu vykonať túto operáciu. Operácia zrušená.',
+ 'Core:SyncTooManyMissingReplicas' => 'Žiaden záznam nebol po určitý čas dotknutý (všetky objekty by mohli byť odstránené). Prosím skontrolujte, že proces, ktorý zapisuje do synchronizačnej tabuľky, stále beží. Operácia zrušená.',
+ 'Core:SyncSplitModeCLIOnly' => 'Synchronizácia môže byť vykonaná po častiach iba ak bola spustená v móde CLI',
+ 'Core:Synchro:ListReplicas_AllReplicas_Errors_Warnings' => '%1$s replík, %2$s chýb, %3$s upozornení.',
+ 'Core:SynchroReplica:TargetObject' => 'Synchronizovaný objekt: %1$s',
+ 'Class:AsyncSendEmail' => 'Email (asynchrónny)',
+ 'Class:AsyncSendEmail/Attribute:to' => 'Komu',
+ 'Class:AsyncSendEmail/Attribute:subject' => 'Predmet',
+ 'Class:AsyncSendEmail/Attribute:body' => 'Telo',
+ 'Class:AsyncSendEmail/Attribute:header' => 'Hlavička',
+ 'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Zakódované heslo',
+ 'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Predchádzajúca hodnota',
+ 'Class:CMDBChangeOpSetAttributeEncrypted' => 'Zakódované pole',
+ 'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Predchádzajúca hodnota',
+ 'Class:CMDBChangeOpSetAttributeCaseLog' => 'Záznam o riešení',
+ 'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Posledný záznam',
+ 'Class:SynchroDataSource' => 'Synchronizovaný zdroj dát',
+ 'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementácia',
+ 'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Vyradené',
+ 'Class:SynchroDataSource/Attribute:status/Value:production' => 'Produkcia',
+ 'Class:SynchroDataSource/Attribute:scope_restriction' => 'Obmedzenie rozsahu',
+ 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Použiť atribúty',
+ 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Použiť pole "Primárny kľúč"',
+ 'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Vytvoriť',
+ 'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Chyba',
+ 'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Chyba',
+ 'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Aktualizácia',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:create' => 'Vytvoriť',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:error' => 'Chyba',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:take_first' => 'Vziať prvý (náhodný?)',
@@ -1293,20 +792,10 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:SynchroDataSource/Attribute:delete_policy/Value:ignore' => 'Ignorovať',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update' => 'Aktualizovať',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update_then_delete' => 'Aktualizovať, potom odstrániť',
- 'Class:SynchroDataSource/Attribute:delete_policy_update' => 'Aktualizačné pravidlá',
- 'Class:SynchroDataSource/Attribute:delete_policy_update+' => '',
- 'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Doba po ktorú je odstraňovanie pozdržané',
- 'Class:SynchroDataSource/Attribute:delete_policy_retention+' => '',
'Class:SynchroDataSource/Attribute:attribute_list' => 'Zoznam atribútov',
- 'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Užívatelia s povolením',
- 'Class:SynchroDataSource/Attribute:user_delete_policy+' => '',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:administrators' => 'Len administrátori',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:everybody' => 'Všetci majú povolené odstraňovať takéto objekty',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:nobody' => 'Nikto',
- 'Class:SynchroDataSource/Attribute:url_icon' => 'URL ikonky',
- 'Class:SynchroDataSource/Attribute:url_icon+' => '',
- 'Class:SynchroDataSource/Attribute:url_application' => 'URL aplikácie',
- 'Class:SynchroDataSource/Attribute:url_application+' => '',
'Class:SynchroAttribute' => 'Synchronizovaný atribút',
'Class:SynchroAttribute/Attribute:sync_source_id' => 'Synchronizovaný zdroj dát',
'Class:SynchroAttribute/Attribute:attcode' => 'Kód atribútu',
@@ -1365,1059 +854,2065 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:appUserPreferences' => 'Užívateľské preferencie',
'Class:appUserPreferences/Attribute:userid' => 'Užívateľ',
'Class:appUserPreferences/Attribute:preferences' => 'Preferencie',
- 'Core:DeletedObjectLabel' => '%1s (odstránené)',
- 'Core:DeletedObjectTip' => 'Objekt bol odstránený o %1$s (%2$s)',
- 'Core:UnknownObjectLabel' => 'Objekt nebol nájdený (trieda: %1$s, id: %2$d)',
- 'Core:UnknownObjectTip' => 'Objekt nebol nájdený. Mohol byť odstránený pred nejakým časom a záznam bol odvtedy nenávratne zmazaný.',
- 'Core:AttributeLinkedSet' => 'Pole objektov',
- 'Core:AttributeLinkedSet+' => '',
- 'Core:AttributeLinkedSetIndirect' => 'Pole objektov (N-N)',
- 'Core:AttributeLinkedSetIndirect+' => '',
- 'Core:AttributeInteger' => 'Celé číslo',
- 'Core:AttributeInteger+' => '',
- 'Core:AttributeDecimal' => 'Desatinné číslo',
- 'Core:AttributeDecimal+' => '',
- 'Core:AttributeBoolean' => 'Boolean',
- 'Core:AttributeBoolean+' => '',
- 'Core:AttributeString' => 'Reťazec',
- 'Core:AttributeString+' => '',
- 'Core:AttributeClass' => 'Trieda',
- 'Core:AttributeClass+' => '',
- 'Core:AttributeApplicationLanguage' => 'Užívateľský jazyk',
- 'Core:AttributeApplicationLanguage+' => '',
- 'Core:AttributeFinalClass' => 'Trieda (auto)',
- 'Core:AttributeFinalClass+' => '',
- 'Core:AttributePassword' => 'Heslo',
- 'Core:AttributePassword+' => '',
- 'Core:AttributeEncryptedString' => 'Zakódovaný reťazec',
- 'Core:AttributeEncryptedString+' => '',
- 'Core:AttributeText' => 'Text',
- 'Core:AttributeText+' => '',
- 'Core:AttributeHTML' => 'HTML',
- 'Core:AttributeHTML+' => '',
- 'Core:AttributeEmailAddress' => 'Emailova Adresa',
- 'Core:AttributeEmailAddress+' => '',
- 'Core:AttributeIPAddress' => 'IP Adresa',
- 'Core:AttributeIPAddress+' => '',
- 'Core:AttributeOQL' => 'OQL',
- 'Core:AttributeOQL+' => '',
- 'Core:AttributeEnum' => 'Enum',
- 'Core:AttributeEnum+' => '',
- 'Core:AttributeTemplateString' => 'Predloha reťazca',
- 'Core:AttributeTemplateString+' => '',
- 'Core:AttributeTemplateText' => 'Predloha textu',
- 'Core:AttributeTemplateText+' => '',
- 'Core:AttributeTemplateHTML' => 'Predloha HTML',
- 'Core:AttributeTemplateHTML+' => '',
- 'Core:AttributeDateTime' => 'Dátum/čas',
- 'Core:AttributeDateTime+' => '',
- 'Core:AttributeDateTime?SmartSearch' => '
-
- Formát dátumu:
- yyyy-mm-dd hh:mm:ss
- Príklad: 2011-07-19 18:40:00
-
-
-Operatori:
- >dátum
- <dátum
- [dátum,dátum]
-
-
-Ak je čas vynechaný, predvolený čas je 00:00:00
-
',
- 'Core:AttributeDate' => 'Dátum',
- 'Core:AttributeDate+' => '',
- 'Core:AttributeDate?SmartSearch' => '
-
- Formát dátumu:
- yyyy-mm-dd
- Príklad: 2011-07-19
-
-
-Operatori:
- >dátum
- <dátum
- [dátum,dátum]
-
',
- 'Core:AttributeDeadline' => 'Dátum eskalácie',
- 'Core:AttributeDeadline+' => '',
- 'Core:AttributeExternalKey' => 'Externý kľúč',
- 'Core:AttributeExternalKey+' => '',
- 'Core:AttributeHierarchicalKey' => 'Hierarchický kľúč',
- 'Core:AttributeHierarchicalKey+' => '',
- 'Core:AttributeExternalField' => 'Externé pole',
- 'Core:AttributeExternalField+' => '',
- 'Core:AttributeURL' => 'URL',
- 'Core:AttributeURL+' => '',
- 'Core:AttributeBlob' => 'Binarny object',
- 'Core:AttributeBlob+' => '',
- 'Core:AttributeOneWayPassword' => 'Jednorazové heslo',
- 'Core:AttributeOneWayPassword+' => '',
- 'Core:AttributeTable' => 'Tabuľka',
- 'Core:AttributeTable+' => '',
- 'Core:AttributePropertySet' => 'Vlastnosti',
- 'Core:AttributePropertySet+' => '',
- 'Core:AttributeFriendlyName' => 'Ľahko čitateľný názov',
- 'Core:AttributeFriendlyName+' => '',
- 'Core:FriendlyName-Label' => 'Ľahko čitateľný názov',
- 'Core:FriendlyName-Description' => 'Ľahko čitateľný názov',
- 'Class:CMDBChangeOp/Attribute:date' => 'dátum',
- 'Class:CMDBChangeOp/Attribute:date+' => '',
- 'Class:CMDBChangeOp/Attribute:userinfo' => 'užívateľ',
- 'Class:CMDBChangeOp/Attribute:userinfo+' => '',
- 'Change:ObjectCreated' => 'Objekt vytvorený',
- 'Change:ObjectDeleted' => 'Objekt odstránený',
- 'Change:ObjectModified' => 'Objekt upravený',
- 'Change:AttName_SetTo_NewValue_PreviousValue_OldValue' => '%1$s nastavené na %2$s (predchádzajúca hodnota: %3$s)',
- 'Change:AttName_SetTo' => '%1$s nastavené na %2$s',
- 'Change:Text_AppendedTo_AttName' => '%1$s pripojené k %2$s',
- 'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s upravené, predchádzajúca hodnota: %2$s',
- 'Change:AttName_Changed' => '%1$s upravené',
- 'Change:AttName_EntryAdded' => '%1$s upravené, nový záznam pridaný.',
- 'Change:LinkSet:Added' => 'Pridané %1$s',
- 'Change:LinkSet:Removed' => 'Odstránené %1$s',
- 'Change:LinkSet:Modified' => 'Upravené %1$s',
- 'Class:EventLoginUsage/Attribute:contact_name' => 'Užívateľské meno',
- 'Class:EventLoginUsage/Attribute:contact_name+' => '',
- 'Class:EventLoginUsage/Attribute:contact_email' => 'Užívateľský email',
- 'Class:EventLoginUsage/Attribute:contact_email+' => '',
- 'Class:Action' => 'Vlastná akcia',
- 'Class:Action+' => '',
- 'Class:Action/Attribute:name' => 'Názov',
- 'Class:Action/Attribute:name+' => '',
- 'Class:Action/Attribute:description' => 'Popis',
- 'Class:Action/Attribute:description+' => '',
- 'Class:Action/Attribute:status' => 'Stav',
- 'Class:Action/Attribute:status+' => '',
- 'Class:Action/Attribute:status/Value:test' => 'Test',
- 'Class:Action/Attribute:status/Value:test+' => '',
- 'Class:Action/Attribute:status/Value:enabled' => 'V produkcií',
- 'Class:Action/Attribute:status/Value:enabled+' => '',
- 'Class:Action/Attribute:status/Value:disabled' => 'Neaktívna',
- 'Class:Action/Attribute:status/Value:disabled+' => '',
- 'Class:Action/Attribute:trigger_list' => 'Súvisiace spúštače',
- 'Class:Action/Attribute:trigger_list+' => '',
- 'Class:Action/Attribute:finalclass' => 'Typ',
- 'Class:Action/Attribute:finalclass+' => '',
- 'Class:ActionNotification' => 'Upozornenie',
- 'Class:ActionNotification+' => '',
- 'Class:Trigger' => 'Spúštač',
- 'Class:Trigger+' => '',
- 'Class:Trigger/Attribute:description' => 'Popis',
- 'Class:Trigger/Attribute:description+' => '',
- 'Class:Trigger/Attribute:action_list' => 'Spúšťané akcie',
- 'Class:Trigger/Attribute:action_list+' => '',
- 'Class:Trigger/Attribute:finalclass' => 'Typ',
- 'Class:Trigger/Attribute:finalclass+' => '',
- 'Class:TriggerOnObject' => 'Spúštač (pre danú triedu)',
- 'Class:TriggerOnObject+' => '',
- 'Class:TriggerOnObject/Attribute:target_class' => 'Cieľová trieda',
- 'Class:TriggerOnObject/Attribute:target_class+' => '',
- 'Class:TriggerOnStateChange' => 'Spúšťač (pri zmene stavu)',
- 'Class:TriggerOnStateChange+' => '',
- 'Class:TriggerOnStateChange/Attribute:state' => 'Stav',
- 'Class:TriggerOnStateChange/Attribute:state+' => '',
- 'Class:lnkTriggerAction/Attribute:action_name' => 'Akcia',
- 'Class:lnkTriggerAction/Attribute:action_name+' => '',
- 'Class:lnkTriggerAction/Attribute:trigger_name' => 'Spúštač',
- 'Class:lnkTriggerAction/Attribute:trigger_name+' => '',
- 'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Nikto',
- 'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Len administrátori',
- 'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'Všetci povolení užívatelia',
- 'SynchroDataSource:Description' => 'Popis',
- 'SynchroDataSource:Reconciliation' => 'Hľadať & harmonizáciu',
- 'SynchroDataSource:Deletion' => 'Pravidlá odstraňovania',
- 'SynchroDataSource:Status' => 'Stav',
- 'SynchroDataSource:Information' => 'Informácia',
- 'SynchroDataSource:Definition' => 'Definícia',
- 'Core:SynchroAttributes' => 'Atribúty',
- 'Core:SynchroStatus' => 'Stav',
- 'Core:Synchro:ErrorsLabel' => 'Chyby',
- 'Core:Synchro:CreatedLabel' => 'Vytvorené',
- 'Core:Synchro:ModifiedLabel' => 'Upravené',
- 'Core:Synchro:UnchangedLabel' => 'Nezmenené',
- 'Core:Synchro:ReconciledErrorsLabel' => 'Chyby',
- 'Core:Synchro:ReconciledLabel' => 'Schválené',
- 'Core:Synchro:ReconciledNewLabel' => 'Vytvorené',
- 'Core:SynchroReconcile:Yes' => 'Áno',
- 'Core:SynchroReconcile:No' => 'Nie',
- 'Core:SynchroUpdate:Yes' => 'Áno',
- 'Core:SynchroUpdate:No' => 'Nie',
- 'Core:Synchro:LastestStatus' => 'Posledný stav',
- 'Core:Synchro:History' => 'Synchronizačná História',
- 'Core:Synchro:NeverRun' => 'Táto synchronizácia nikdy nebežala. Zatiaľ bez záznamu .',
- 'Core:Synchro:SynchroEndedOn_Date' => 'Posledná synchronizácia skončila: %1$s.',
- 'Core:Synchro:SynchroRunningStartedOn_Date' => 'The Synchronizácia spustené %1$s stále beží...',
- 'Menu:DataSources' => 'Synchronizované zdroje dát',
- 'Menu:DataSources+' => '',
- 'Core:Synchro:label_repl_ignored' => 'Ignorované (%1$s)',
- 'Core:Synchro:label_repl_disappeared' => 'Zmiznuté (%1$s)',
- 'Core:Synchro:label_repl_existing' => 'Existujúce (%1$s)',
- 'Core:Synchro:label_repl_new' => 'Nové (%1$s)',
- 'Core:Synchro:label_obj_deleted' => 'Odstránené (%1$s)',
- 'Core:Synchro:label_obj_obsoleted' => 'Vyradené (%1$s)',
- 'Core:Synchro:label_obj_disappeared_errors' => 'Chyby (%1$s)',
- 'Core:Synchro:label_obj_disappeared_no_action' => 'Bez akcie (%1$s)',
- 'Core:Synchro:label_obj_unchanged' => 'Nezmenené (%1$s)',
- 'Core:Synchro:label_obj_updated' => 'Aktualizované (%1$s)',
- 'Core:Synchro:label_obj_updated_errors' => 'Chyby (%1$s)',
- 'Core:Synchro:label_obj_new_unchanged' => 'Nezmenené (%1$s)',
- 'Core:Synchro:label_obj_new_updated' => 'Aktualizované (%1$s)',
- 'Core:Synchro:label_obj_created' => 'Vytvorené (%1$s)',
- 'Core:Synchro:label_obj_new_errors' => 'Chyby (%1$s)',
- 'Core:SynchroLogTitle' => '%1$s - %2$s',
- 'Core:Synchro:Nb_Replica' => 'Spracovaných replík: %1$s',
- 'Core:Synchro:Nb_Class:Objects' => '%1$s: %2$s',
- 'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'Aspoň jeden harmonizačný kľúč musí byť špecifikovaný, alebo harmonizačná politika musí obsahovať používanie primárneho kľúča.',
- 'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'Doba po ktorú je odstraňovanie pozdržané musí byť špecifikovaná, keďže objekty budú odstránené po ich označení ako vyradené',
- 'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Vyradené objekty majú byť aktualizované, ale žiadna aktualizácia nie je špecifikovaná.',
- 'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'Tabuľka %1$s už existuje v databáze. Prosím použite iné meno pre synchronizačnú dátovú tabuľku.',
- 'Core:SynchroReplica:PublicData' => 'Verejné dáta',
- 'Core:SynchroReplica:PrivateDetails' => 'Skryté detaily',
- 'Core:SynchroReplica:BackToDataSource' => 'Návrat späť na synchronizáčný zdroj dát: %1$s',
- 'Core:SynchroReplica:ListOfReplicas' => 'Zoznam replík',
- 'Core:SynchroAttExtKey:ReconciliationById' => 'ID (primárny kľúč)',
- 'Core:SynchroAtt:attcode' => 'Atribút',
- 'Core:SynchroAtt:attcode+' => '',
- 'Core:SynchroAtt:reconciliation' => 'Harmonizácia ?',
- 'Core:SynchroAtt:reconciliation+' => '',
- 'Core:SynchroAtt:update' => 'Aktualizácia',
- 'Core:SynchroAtt:update+' => '',
- 'Core:SynchroAtt:update_policy' => 'Politika aktualizácií',
- 'Core:SynchroAtt:update_policy+' => '',
- 'Core:SynchroAtt:reconciliation_attcode' => 'Harmonizačný kľúč',
- 'Core:SynchroAtt:reconciliation_attcode+' => '',
- 'Core:SyncDataExchangeComment' => '(Synchronizácia dát)',
- 'Core:Synchro:ListOfDataSources' => 'Zoznam zdrojov dát:',
- 'Core:Synchro:LastSynchro' => 'Posledná synchronizácia:',
- 'Core:Synchro:ThisObjectIsSynchronized' => 'Tento objekt je synchronizovaný s externým zdrojom dát',
- 'Core:Synchro:TheObjectWasCreatedBy_Source' => 'Objekt bol vytvorený externým zdrojom dát %1$s',
- 'Core:Synchro:TheObjectCanBeDeletedBy_Source' => 'Objekt môže byť odstránený externým zdrojom dát %1$s',
- 'Core:Synchro:TheObjectCannotBeDeletedByUser_Source' => 'Nemôžete odstrániť tento objekt pretože je vlastnený externým zdrojom dát %1$s',
- 'TitleSynchroExecution' => 'Vykonanie synchronizácie',
- 'Class:SynchroDataSource:DataTable' => 'Databázová tabuľka: %1$s',
- 'Core:SyncDataSourceObsolete' => 'Dátový zdroj je označený ako vyradený. Operácia zrušená.',
- 'Core:SyncDataSourceAccessRestriction' => 'Iba adminstrátori alebo užívateľ špecifikovaný v dátovom zdroji môžu vykonať túto operáciu. Operácia zrušená.',
- 'Core:SyncTooManyMissingReplicas' => 'Žiaden záznam nebol po určitý čas dotknutý (všetky objekty by mohli byť odstránené). Prosím skontrolujte, že proces, ktorý zapisuje do synchronizačnej tabuľky, stále beží. Operácia zrušená.',
- 'Core:SyncSplitModeCLIOnly' => 'Synchronizácia môže byť vykonaná po častiach iba ak bola spustená v móde CLI',
- 'Core:Synchro:ListReplicas_AllReplicas_Errors_Warnings' => '%1$s replík, %2$s chýb, %3$s upozornení.',
- 'Core:SynchroReplica:TargetObject' => 'Synchronizovaný objekt: %1$s',
- 'Class:AsyncSendEmail/Attribute:body' => 'Telo',
- 'Class:AsyncSendEmail/Attribute:header' => 'Hlavička',
'Core:ExecProcess:Code1' => 'Nesprávny príkaz alebo príkaz skončil s chybami (napr. nesprávne meno skriptu)',
'Core:ExecProcess:Code255' => 'PHP chyba (pri parsovaní, alebo počas behu)',
+
+ // Attribute Duration
'Core:Duration_Seconds' => '%1$ds',
'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
- 'Class:UserExternal' => 'Externý užívateľ',
- 'Class:UserExternal+' => '',
- 'Class:UserLDAP' => 'LDAP užívateľ',
- 'Class:UserLDAP+' => '',
- 'Class:UserLDAP/Attribute:password' => 'Heslo',
- 'Class:UserLDAP/Attribute:password+' => '',
- 'Class:UserLocal' => 'iTop užívateľ',
- 'Class:UserLocal+' => '',
- 'Class:UserLocal/Attribute:password' => 'Heslo',
- 'Class:UserLocal/Attribute:password+' => '',
- 'Attachments:TabTitle_Count' => 'Prílohy (%1$d)',
- 'Attachments:EmptyTabTitle' => 'Prílohy',
- 'Attachments:FieldsetTitle' => 'Prílohy',
- 'Attachments:DeleteBtn' => 'Odstrániť',
- 'Attachments:History_File_Added' => 'Príloha %1$s pridaná.',
- 'Attachments:History_File_Removed' => 'Príloha %1$s odstránená.',
- 'Attachments:AddAttachment' => 'Pridaj prílohu: ',
- 'Attachments:UploadNotAllowedOnThisSystem' => 'Nahrávanie súboru NIE JE povolené na tomto systéme.',
- 'Attachment:Max_Go' => '(Maximálna Veľkosť súboru : %1$s Go)',
- 'Attachment:Max_Mo' => '(Maximálna Veľkosť súboru : %1$s Mo)',
- 'Attachment:Max_Ko' => '(Maximálna Veľkosť súboru : %1$s Ko)',
- 'Attachments:NoAttachment' => 'Bez prílohy. ',
- 'Relation:impacts/Description' => 'Prvky zasiahnuté',
- 'Relation:impacts/VerbUp' => 'Dopad...',
- 'Relation:impacts/VerbDown' => 'Prvky zasiahnuté ...',
- 'Relation:depends on/Description' => 'Prvky, od ktorých závisí tento prvok',
- 'Relation:depends on/VerbUp' => 'Závisí od...',
- 'Relation:depends on/VerbDown' => 'Dopady...',
- 'Class:Organization/Attribute:parent_name' => 'Nadradená organizácia',
- 'Class:Organization/Attribute:parent_name+' => '',
- 'Class:Organization/Attribute:deliverymodel_name' => 'Názov modelu dodávky',
- 'Class:Organization/Attribute:deliverymodel_name+' => '',
- 'Class:Organization/Attribute:parent_id_friendlyname' => 'Nadradená organizácia',
- 'Class:Organization/Attribute:parent_id_friendlyname+' => '',
- 'Class:Location/Attribute:org_name' => 'Názov organizácie vlastníka',
- 'Class:Location/Attribute:org_name+' => '',
- 'Class:Contact' => 'Kontakt',
- 'Class:Contact+' => '',
- 'Class:Contact/Attribute:name' => 'Meno',
- 'Class:Contact/Attribute:name+' => '',
- 'Class:Contact/Attribute:status' => 'Stav',
- 'Class:Contact/Attribute:status+' => '',
- 'Class:Contact/Attribute:status/Value:active' => 'Aktívny',
- 'Class:Contact/Attribute:status/Value:active+' => '',
- 'Class:Contact/Attribute:status/Value:inactive' => 'Neaktívny',
- 'Class:Contact/Attribute:status/Value:inactive+' => '',
- 'Class:Contact/Attribute:org_id' => 'Organizácia',
- 'Class:Contact/Attribute:org_id+' => '',
- 'Class:Contact/Attribute:org_name' => 'Názov Organizácie',
- 'Class:Contact/Attribute:org_name+' => '',
- 'Class:Contact/Attribute:email' => 'Email',
- 'Class:Contact/Attribute:email+' => '',
- 'Class:Contact/Attribute:phone' => 'Telefón',
- 'Class:Contact/Attribute:phone+' => '',
- 'Class:Contact/Attribute:notify' => 'Upozornenie',
- 'Class:Contact/Attribute:notify+' => '',
- 'Class:Contact/Attribute:notify/Value:no' => 'nie',
- 'Class:Contact/Attribute:notify/Value:no+' => '',
- 'Class:Contact/Attribute:notify/Value:yes' => 'áno',
- 'Class:Contact/Attribute:notify/Value:yes+' => '',
- 'Class:Contact/Attribute:function' => 'Funkcia',
- 'Class:Contact/Attribute:function+' => '',
- 'Class:Contact/Attribute:cis_list' => 'Zariadenia',
- 'Class:Contact/Attribute:cis_list+' => '',
- 'Class:Contact/Attribute:finalclass' => 'Typ kontaktu',
- 'Class:Contact/Attribute:finalclass+' => '',
- 'Class:Person/Attribute:name' => 'Priezvisko',
- 'Class:Person/Attribute:name+' => '',
- 'Class:Person/Attribute:location_name' => 'Názov lokality',
- 'Class:Person/Attribute:location_name+' => '',
- 'Class:Person/Attribute:manager_name' => 'Meno manažéra',
- 'Class:Person/Attribute:manager_name+' => '',
- 'Class:Person/Attribute:manager_id_friendlyname' => 'Ľahko čitateľné meno manažéra',
- 'Class:Person/Attribute:manager_id_friendlyname+' => '',
- 'Class:Document' => 'Dokument',
- 'Class:Document+' => '',
- 'Class:Document/Attribute:name' => 'Názov',
- 'Class:Document/Attribute:name+' => '',
- 'Class:Document/Attribute:org_id' => 'Organizácia',
- 'Class:Document/Attribute:org_id+' => '',
- 'Class:Document/Attribute:org_name' => 'Názov Organizácie',
- 'Class:Document/Attribute:org_name+' => '',
- 'Class:Document/Attribute:documenttype_id' => 'Typ dokumentu',
- 'Class:Document/Attribute:documenttype_id+' => '',
- 'Class:Document/Attribute:documenttype_name' => 'Názov typu dokumentu',
- 'Class:Document/Attribute:documenttype_name+' => '',
- 'Class:Document/Attribute:description' => 'Popis',
- 'Class:Document/Attribute:description+' => '',
- 'Class:Document/Attribute:status' => 'Stav',
- 'Class:Document/Attribute:status+' => '',
- 'Class:Document/Attribute:status/Value:draft' => 'Návrh',
- 'Class:Document/Attribute:status/Value:draft+' => '',
- 'Class:Document/Attribute:status/Value:obsolete' => 'Vyradený',
- 'Class:Document/Attribute:status/Value:obsolete+' => '',
- 'Class:Document/Attribute:status/Value:published' => 'Publikovaný',
- 'Class:Document/Attribute:status/Value:published+' => '',
- 'Class:Document/Attribute:cis_list' => 'Komponenty',
- 'Class:Document/Attribute:cis_list+' => '',
- 'Class:Document/Attribute:contracts_list' => 'Zmluvy',
- 'Class:Document/Attribute:contracts_list+' => '',
- 'Class:Document/Attribute:services_list' => 'Služby',
- 'Class:Document/Attribute:services_list+' => '',
- 'Class:Document/Attribute:finalclass' => 'Typ dokumentu',
- 'Class:Document/Attribute:finalclass+' => '',
- 'Class:FunctionalCI' => 'Komponent',
- 'Class:FunctionalCI+' => '',
- 'Class:FunctionalCI/Attribute:name' => 'Názov',
- 'Class:FunctionalCI/Attribute:name+' => '',
- 'Class:FunctionalCI/Attribute:description' => 'Popis',
- 'Class:FunctionalCI/Attribute:description+' => '',
- 'Class:FunctionalCI/Attribute:org_id' => 'Organizácia',
- 'Class:FunctionalCI/Attribute:org_id+' => '',
- 'Class:FunctionalCI/Attribute:organization_name' => 'Názov Organizácie',
- 'Class:FunctionalCI/Attribute:organization_name+' => '',
- 'Class:FunctionalCI/Attribute:business_criticity' => 'Dôležitosť pre biznis',
- 'Class:FunctionalCI/Attribute:business_criticity+' => '',
- 'Class:FunctionalCI/Attribute:business_criticity/Value:high' => 'vysoká',
- 'Class:FunctionalCI/Attribute:business_criticity/Value:high+' => '',
- 'Class:FunctionalCI/Attribute:business_criticity/Value:low' => 'nízka',
- 'Class:FunctionalCI/Attribute:business_criticity/Value:low+' => '',
- 'Class:FunctionalCI/Attribute:business_criticity/Value:medium' => 'stredná',
- 'Class:FunctionalCI/Attribute:business_criticity/Value:medium+' => '',
- 'Class:FunctionalCI/Attribute:move2production' => 'Dátum presunu do produkcie',
- 'Class:FunctionalCI/Attribute:move2production+' => '',
- 'Class:FunctionalCI/Attribute:contacts_list' => 'Kontakty',
- 'Class:FunctionalCI/Attribute:contacts_list+' => '',
- 'Class:FunctionalCI/Attribute:documents_list' => 'Zoznam dokumentov',
- 'Class:FunctionalCI/Attribute:documents_list+' => '',
- 'Class:FunctionalCI/Attribute:applicationsolution_list' => 'Zoznam aplikačných riešení',
- 'Class:FunctionalCI/Attribute:applicationsolution_list+' => '',
- 'Class:FunctionalCI/Attribute:providercontracts_list' => 'Poskytovateľské zmluvy',
- 'Class:FunctionalCI/Attribute:providercontracts_list+' => '',
- 'Class:FunctionalCI/Attribute:services_list' => 'Služby',
- 'Class:FunctionalCI/Attribute:services_list+' => '',
- 'Class:FunctionalCI/Attribute:softwares_list' => 'Softvér',
- 'Class:FunctionalCI/Attribute:softwares_list+' => '',
- 'Class:FunctionalCI/Attribute:tickets_list' => 'Tickety',
- 'Class:FunctionalCI/Attribute:tickets_list+' => '',
- 'Class:FunctionalCI/Attribute:finalclass' => 'Typ komponentu',
- 'Class:FunctionalCI/Attribute:finalclass+' => '',
- 'Class:PhysicalDevice' => 'Fyzické zariadenie',
- 'Class:PhysicalDevice+' => '',
- 'Class:PhysicalDevice/Attribute:serialnumber' => 'Sériové číslo',
- 'Class:PhysicalDevice/Attribute:serialnumber+' => '',
- 'Class:PhysicalDevice/Attribute:location_id' => 'Lokalita',
- 'Class:PhysicalDevice/Attribute:location_id+' => '',
- 'Class:PhysicalDevice/Attribute:location_name' => 'Názov lokality',
- 'Class:PhysicalDevice/Attribute:location_name+' => '',
- 'Class:PhysicalDevice/Attribute:status' => 'Stav',
- 'Class:PhysicalDevice/Attribute:status+' => '',
- 'Class:PhysicalDevice/Attribute:status/Value:implementation' => 'Implementácia',
- 'Class:PhysicalDevice/Attribute:status/Value:implementation+' => '',
- 'Class:PhysicalDevice/Attribute:status/Value:obsolete' => 'vyradené',
- 'Class:PhysicalDevice/Attribute:status/Value:obsolete+' => '',
- 'Class:PhysicalDevice/Attribute:status/Value:production' => 'v produkcií',
- 'Class:PhysicalDevice/Attribute:status/Value:production+' => '',
- 'Class:PhysicalDevice/Attribute:status/Value:stock' => 'na sklade',
- 'Class:PhysicalDevice/Attribute:status/Value:stock+' => '',
- 'Class:PhysicalDevice/Attribute:brand_id' => 'Značka',
- 'Class:PhysicalDevice/Attribute:brand_id+' => '',
- 'Class:PhysicalDevice/Attribute:brand_name' => 'Názov značky',
- 'Class:PhysicalDevice/Attribute:brand_name+' => '',
- 'Class:PhysicalDevice/Attribute:model_id' => 'Model',
- 'Class:PhysicalDevice/Attribute:model_id+' => '',
- 'Class:PhysicalDevice/Attribute:model_name' => 'Názov modelu',
- 'Class:PhysicalDevice/Attribute:model_name+' => '',
- 'Class:PhysicalDevice/Attribute:asset_number' => 'Číslo položky',
- 'Class:PhysicalDevice/Attribute:asset_number+' => '',
- 'Class:PhysicalDevice/Attribute:purchase_date' => 'Dátum zakúpenia',
- 'Class:PhysicalDevice/Attribute:purchase_date+' => '',
- 'Class:PhysicalDevice/Attribute:end_of_warranty' => 'Koniec záruky',
- 'Class:PhysicalDevice/Attribute:end_of_warranty+' => '',
- 'Class:TelephonyCI' => 'Telefónne zariadenie',
- 'Class:TelephonyCI+' => '',
- 'Class:TelephonyCI/Attribute:phonenumber' => 'Telefónne číslo',
- 'Class:TelephonyCI/Attribute:phonenumber+' => '',
- 'Class:ConnectableCI' => 'Pripojiteľné zariadenie',
- 'Class:ConnectableCI+' => '',
- 'Class:ConnectableCI/Attribute:networkdevice_list' => 'Sieťové zariadenia',
- 'Class:ConnectableCI/Attribute:networkdevice_list+' => '',
- 'Class:ConnectableCI/Attribute:physicalinterface_list' => 'Sieťové rozhrania',
- 'Class:ConnectableCI/Attribute:physicalinterface_list+' => '',
- 'Class:DatacenterDevice' => 'Zariadenie dátového centra',
- 'Class:DatacenterDevice+' => '',
- 'Class:DatacenterDevice/Attribute:rack_id' => 'stojan (Rack)',
- 'Class:DatacenterDevice/Attribute:rack_id+' => '',
- 'Class:DatacenterDevice/Attribute:rack_name' => 'Názov stojanu',
- 'Class:DatacenterDevice/Attribute:rack_name+' => '',
- 'Class:DatacenterDevice/Attribute:enclosure_id' => 'Kryt',
- 'Class:DatacenterDevice/Attribute:enclosure_id+' => '',
- 'Class:DatacenterDevice/Attribute:enclosure_name' => 'Názov krytu',
- 'Class:DatacenterDevice/Attribute:enclosure_name+' => '',
- 'Class:DatacenterDevice/Attribute:nb_u' => 'NB U',
- 'Class:DatacenterDevice/Attribute:nb_u+' => '',
- 'Class:DatacenterDevice/Attribute:managementip' => 'Menežmentová IP adresa',
- 'Class:DatacenterDevice/Attribute:managementip+' => '',
- 'Class:DatacenterDevice/Attribute:powerA_id' => 'Zdroj napájania A',
- 'Class:DatacenterDevice/Attribute:powerA_id+' => '',
- 'Class:DatacenterDevice/Attribute:powerA_name' => 'Názov zdroja napájania A',
- 'Class:DatacenterDevice/Attribute:powerA_name+' => '',
- 'Class:DatacenterDevice/Attribute:powerB_id' => 'Zdroj napájania B',
- 'Class:DatacenterDevice/Attribute:powerB_id+' => '',
- 'Class:DatacenterDevice/Attribute:powerB_name' => 'Názov zdroja napájania B',
- 'Class:DatacenterDevice/Attribute:powerB_name+' => '',
- 'Class:DatacenterDevice/Attribute:fiberinterfacelist_list' => 'Zoznam optických rozhraní',
- 'Class:DatacenterDevice/Attribute:fiberinterfacelist_list+' => '',
- 'Class:DatacenterDevice/Attribute:san_list' => 'Úložiská (SAN)',
- 'Class:DatacenterDevice/Attribute:san_list+' => '',
- 'Class:NetworkDevice/Attribute:networkdevicetype_name' => 'Názov typu sieťového zariadenia',
- 'Class:NetworkDevice/Attribute:networkdevicetype_name+' => '',
- 'Class:NetworkDevice/Attribute:iosversion_name' => 'Názov IOS verzie',
- 'Class:NetworkDevice/Attribute:iosversion_name+' => '',
- 'Class:Server/Attribute:osfamily_name' => 'Názov kategórie OS',
- 'Class:Server/Attribute:osfamily_name+' => '',
- 'Class:Server/Attribute:osversion_name' => 'Názov verzie OS',
- 'Class:Server/Attribute:osversion_name+' => '',
- 'Class:Server/Attribute:oslicence_name' => 'Názov licence OS',
- 'Class:Server/Attribute:oslicence_name+' => '',
- 'Class:PC/Attribute:osfamily_name' => 'Názov kategórie OS',
- 'Class:PC/Attribute:osfamily_name+' => '',
- 'Class:PC/Attribute:osversion_name' => 'Názov verzie OS',
- 'Class:PC/Attribute:osversion_name+' => '',
- 'Class:PowerConnection' => 'Elektrická prípojka',
- 'Class:PowerConnection+' => '',
- 'Class:PDU/Attribute:rack_name' => 'Názov stojanu (rack)',
- 'Class:PDU/Attribute:rack_name+' => '',
- 'Class:PDU/Attribute:powerstart_name' => 'Názov Power start-u',
- 'Class:PDU/Attribute:powerstart_name+' => '',
- 'Class:Enclosure/Attribute:rack_name' => 'Názov stojanu (rack)',
- 'Class:Enclosure/Attribute:rack_name+' => '',
- 'Class:SoftwareInstance' => 'Softvérová inštancia',
- 'Class:SoftwareInstance+' => '',
- 'Class:SoftwareInstance/Attribute:system_id' => 'Systém',
- 'Class:SoftwareInstance/Attribute:system_id+' => '',
- 'Class:SoftwareInstance/Attribute:system_name' => 'Názov systému',
- 'Class:SoftwareInstance/Attribute:system_name+' => '',
- 'Class:SoftwareInstance/Attribute:software_id' => 'Softvér',
- 'Class:SoftwareInstance/Attribute:software_id+' => '',
- 'Class:SoftwareInstance/Attribute:software_name' => 'Názov softvéru',
- 'Class:SoftwareInstance/Attribute:software_name+' => '',
- 'Class:SoftwareInstance/Attribute:softwarelicence_id' => 'Softvérová licencia',
- 'Class:SoftwareInstance/Attribute:softwarelicence_id+' => '',
- 'Class:SoftwareInstance/Attribute:softwarelicence_name' => 'Názov softvérovej licencie',
- 'Class:SoftwareInstance/Attribute:softwarelicence_name+' => '',
- 'Class:SoftwareInstance/Attribute:path' => 'Cesta',
- 'Class:SoftwareInstance/Attribute:path+' => '',
- 'Class:SoftwareInstance/Attribute:status' => 'Stav',
- 'Class:SoftwareInstance/Attribute:status+' => '',
- 'Class:SoftwareInstance/Attribute:status/Value:active' => 'aktívna',
- 'Class:SoftwareInstance/Attribute:status/Value:active+' => '',
- 'Class:SoftwareInstance/Attribute:status/Value:inactive' => 'neaktívna',
- 'Class:SoftwareInstance/Attribute:status/Value:inactive+' => '',
- 'Class:MiddlewareInstance/Attribute:middleware_name' => 'Názov Middleware-u',
- 'Class:MiddlewareInstance/Attribute:middleware_name+' => '',
- 'Class:DatabaseSchema/Attribute:dbserver_name' => 'Názov DB serveru',
- 'Class:DatabaseSchema/Attribute:dbserver_name+' => '',
- 'Class:WebApplication/Attribute:webserver_name' => 'Názov Web serveru',
- 'Class:WebApplication/Attribute:webserver_name+' => '',
- 'Class:VirtualDevice' => 'Virtuálne zariadenie',
- 'Class:VirtualDevice+' => '',
- 'Class:VirtualDevice/Attribute:status' => 'Stav',
- 'Class:VirtualDevice/Attribute:status+' => '',
- 'Class:VirtualDevice/Attribute:status/Value:implementation' => 'Implementácia',
- 'Class:VirtualDevice/Attribute:status/Value:implementation+' => '',
- 'Class:VirtualDevice/Attribute:status/Value:obsolete' => 'Vyradené',
- 'Class:VirtualDevice/Attribute:status/Value:obsolete+' => '',
- 'Class:VirtualDevice/Attribute:status/Value:production' => 'Produkcia',
- 'Class:VirtualDevice/Attribute:status/Value:production+' => '',
- 'Class:VirtualDevice/Attribute:status/Value:stock' => 'Zásoby',
- 'Class:VirtualDevice/Attribute:status/Value:stock+' => '',
- 'Class:VirtualDevice/Attribute:logicalvolumes_list' => 'Zoznam logických dielov',
- 'Class:VirtualDevice/Attribute:logicalvolumes_list+' => '',
- 'Class:VirtualHost' => 'Virtuálny host',
- 'Class:VirtualHost+' => '',
- 'Class:VirtualHost/Attribute:virtualmachine_list' => 'Zoznam virtuálnych strojov',
- 'Class:VirtualHost/Attribute:virtualmachine_list+' => '',
- 'Class:Hypervisor/Attribute:farm_name' => 'Názov farmy',
- 'Class:Hypervisor/Attribute:farm_name+' => '',
- 'Class:Hypervisor/Attribute:server_name' => 'Názov serveru',
- 'Class:Hypervisor/Attribute:server_name+' => '',
- 'Class:VirtualMachine/Attribute:virtualhost_name' => 'Názov virtuálneho hosta',
- 'Class:VirtualMachine/Attribute:virtualhost_name+' => '',
- 'Class:VirtualMachine/Attribute:osfamily_name' => 'Názov kategórie OS',
- 'Class:VirtualMachine/Attribute:osfamily_name+' => '',
- 'Class:VirtualMachine/Attribute:osversion_name' => 'Názov OS verzie',
- 'Class:VirtualMachine/Attribute:osversion_name+' => '',
- 'Class:VirtualMachine/Attribute:oslicence_name' => 'OS licence Názov',
- 'Class:VirtualMachine/Attribute:oslicence_name+' => '',
- 'Class:LogicalVolume/Attribute:storagesystem_name' => 'Názov úložného systému',
- 'Class:LogicalVolume/Attribute:storagesystem_name+' => '',
- 'Class:lnkServerToVolume/Attribute:volume_name' => 'Názov dielu',
- 'Class:lnkServerToVolume/Attribute:volume_name+' => '',
- 'Class:lnkServerToVolume/Attribute:server_name' => 'Názov serveru',
- 'Class:lnkServerToVolume/Attribute:server_name+' => '',
- 'Class:lnkVirtualDeviceToVolume/Attribute:volume_name' => 'Názov dielu',
- 'Class:lnkVirtualDeviceToVolume/Attribute:volume_name+' => '',
- 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_name' => 'Názov virtuálneho zariadenia',
- 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_name+' => '',
- 'Class:lnkSanToDatacenterDevice/Attribute:san_name' => 'Názov SAN prepínaču',
- 'Class:lnkSanToDatacenterDevice/Attribute:san_name+' => '',
- 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_name' => 'Názov zariadenia',
- 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_name+' => '',
- 'Class:Tape/Attribute:tapelibrary_name' => 'Názov knižnice pásiek',
- 'Class:Tape/Attribute:tapelibrary_name+' => '',
- 'Class:NASFileSystem/Attribute:nas_name' => 'Názov NAS',
- 'Class:NASFileSystem/Attribute:nas_name+' => '',
- 'Class:Patch' => 'Záplata',
- 'Class:Patch+' => '',
- 'Class:Patch/Attribute:name' => 'Názov',
- 'Class:Patch/Attribute:name+' => '',
- 'Class:Patch/Attribute:documents_list' => 'Zoznam dokumentov',
- 'Class:Patch/Attribute:documents_list+' => '',
- 'Class:Patch/Attribute:description' => 'Popis',
- 'Class:Patch/Attribute:description+' => '',
- 'Class:Patch/Attribute:finalclass' => 'Typ',
- 'Class:Patch/Attribute:finalclass+' => '',
- 'Class:OSPatch/Attribute:osversion_name' => 'Názov OS verzie',
- 'Class:OSPatch/Attribute:osversion_name+' => '',
- 'Class:SoftwarePatch/Attribute:software_name' => 'Názov softvéru',
- 'Class:SoftwarePatch/Attribute:software_name+' => '',
- 'Class:Licence' => 'Licencia',
- 'Class:Licence+' => '',
- 'Class:Licence/Attribute:name' => 'Názov',
- 'Class:Licence/Attribute:name+' => '',
- 'Class:Licence/Attribute:documents_list' => 'Zoznam dokumentov',
- 'Class:Licence/Attribute:documents_list+' => '',
- 'Class:Licence/Attribute:org_id' => 'Organizácia',
- 'Class:Licence/Attribute:org_id+' => '',
- 'Class:Licence/Attribute:organization_name' => 'Názov organizácie',
- 'Class:Licence/Attribute:organization_name+' => '',
- 'Class:Licence/Attribute:usage_limit' => 'Limit používania',
- 'Class:Licence/Attribute:usage_limit+' => '',
- 'Class:Licence/Attribute:description' => 'Popis',
- 'Class:Licence/Attribute:description+' => '',
- 'Class:Licence/Attribute:start_date' => 'Dátum začiatku',
- 'Class:Licence/Attribute:start_date+' => '',
- 'Class:Licence/Attribute:end_date' => 'Dátum ukončenia',
- 'Class:Licence/Attribute:end_date+' => '',
- 'Class:Licence/Attribute:licence_key' => 'Licenčný kľúč',
- 'Class:Licence/Attribute:licence_key+' => '',
- 'Class:Licence/Attribute:perpetual' => 'Pretrvávajúci',
- 'Class:Licence/Attribute:perpetual+' => '',
- 'Class:Licence/Attribute:perpetual/Value:no' => 'Nie',
- 'Class:Licence/Attribute:perpetual/Value:no+' => '',
- 'Class:Licence/Attribute:perpetual/Value:yes' => 'Áno',
- 'Class:Licence/Attribute:perpetual/Value:yes+' => '',
- 'Class:Licence/Attribute:finalclass' => 'Typ',
- 'Class:Licence/Attribute:finalclass+' => '',
- 'Class:OSLicence/Attribute:osversion_name' => 'Názov OS verzie',
- 'Class:OSLicence/Attribute:osversion_name+' => '',
- 'Class:SoftwareLicence/Attribute:software_name' => 'Názov softvéru',
- 'Class:SoftwareLicence/Attribute:software_name+' => '',
- 'Class:lnkDocumentToLicence/Attribute:licence_name' => 'Názov licence',
- 'Class:lnkDocumentToLicence/Attribute:licence_name+' => '',
- 'Class:lnkDocumentToLicence/Attribute:document_name' => 'Názov dokumentu',
- 'Class:lnkDocumentToLicence/Attribute:document_name+' => '',
- 'Class:Typology' => 'Typológia',
- 'Class:Typology+' => '',
- 'Class:Typology/Attribute:name' => 'Názov',
- 'Class:Typology/Attribute:name+' => '',
- 'Class:Typology/Attribute:finalclass' => 'Typ',
- 'Class:Typology/Attribute:finalclass+' => '',
- 'Class:OSVersion/Attribute:osfamily_name' => 'Názov kategórie OS',
- 'Class:OSVersion/Attribute:osfamily_name+' => '',
- 'Class:Model/Attribute:brand_name' => 'Názov značky',
- 'Class:Model/Attribute:brand_name+' => '',
- 'Class:IOSVersion/Attribute:brand_name' => 'Názov značky',
- 'Class:IOSVersion/Attribute:brand_name+' => '',
- 'Class:lnkDocumentToPatch/Attribute:patch_name' => 'Názov záplaty',
- 'Class:lnkDocumentToPatch/Attribute:patch_name+' => '',
- 'Class:lnkDocumentToPatch/Attribute:document_name' => 'Názov dokumentu',
- 'Class:lnkDocumentToPatch/Attribute:document_name+' => '',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_name' => 'Názov softvérovej záplaty',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_name+' => '',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_name' => 'Názov softvérovej inštancie',
- 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_name+' => '',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_name' => 'Názov OS záplaty',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_name+' => '',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_name' => 'Názov funkčných CI',
- 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_name+' => '',
- 'Class:lnkDocumentToSoftware/Attribute:software_name' => 'Názov softvéru',
- 'Class:lnkDocumentToSoftware/Attribute:software_name+' => '',
- 'Class:lnkDocumentToSoftware/Attribute:document_name' => 'Názov dokumentu',
- 'Class:lnkDocumentToSoftware/Attribute:document_name+' => '',
- 'Class:lnkContactToFunctionalCI/Attribute:functionalci_name' => 'Názov funkčných CI',
- 'Class:lnkContactToFunctionalCI/Attribute:functionalci_name+' => '',
- 'Class:lnkContactToFunctionalCI/Attribute:contact_name' => 'Názov kontaktu',
- 'Class:lnkContactToFunctionalCI/Attribute:contact_name+' => '',
- 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_name' => 'Názov funkčných CI',
- 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_name+' => '',
- 'Class:lnkDocumentToFunctionalCI/Attribute:document_name' => 'Názov dokumentu',
- 'Class:lnkDocumentToFunctionalCI/Attribute:document_name+' => '',
- 'Class:Subnet/Attribute:org_name' => 'Názov organizácie',
- 'Class:Subnet/Attribute:org_name+' => '',
- 'Class:NetworkInterface' => 'Sieťové rozhranie',
- 'Class:NetworkInterface+' => '',
- 'Class:NetworkInterface/Attribute:name' => 'Názov',
- 'Class:NetworkInterface/Attribute:name+' => '',
- 'Class:NetworkInterface/Attribute:finalclass' => 'Typ',
- 'Class:NetworkInterface/Attribute:finalclass+' => '',
- 'Class:IPInterface' => 'IP rozhranie',
- 'Class:IPInterface+' => '',
- 'Class:IPInterface/Attribute:ipaddress' => 'IP Adresa',
- 'Class:IPInterface/Attribute:ipaddress+' => '',
- 'Class:IPInterface/Attribute:macaddress' => 'MAC Adresa',
- 'Class:IPInterface/Attribute:macaddress+' => '',
- 'Class:IPInterface/Attribute:comment' => 'Komentár',
- 'Class:IPInterface/Attribute:coment+' => '',
- 'Class:IPInterface/Attribute:ipgateway' => 'Východzia brána IP',
- 'Class:IPInterface/Attribute:ipgateway+' => '',
- 'Class:IPInterface/Attribute:ipmask' => 'Maska IP adresy',
- 'Class:IPInterface/Attribute:ipmask+' => '',
- 'Class:IPInterface/Attribute:speed' => 'Rýchlosť',
- 'Class:IPInterface/Attribute:speed+' => '',
- 'Class:PhysicalInterface/Attribute:connectableci_name' => 'Názov zariadenia',
- 'Class:PhysicalInterface/Attribute:connectableci_name+' => '',
- 'Class:LogicalInterface/Attribute:virtualmachine_name' => 'Názov virtuálneho stroja',
- 'Class:LogicalInterface/Attribute:virtualmachine_name+' => '',
- 'Class:FiberChannelInterface/Attribute:datacenterdevice_name' => 'Názov zariadenia',
- 'Class:FiberChannelInterface/Attribute:datacenterdevice_name+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_name' => 'Názov sieťového zariadenia',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_name+' => '',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_name' => 'Názov pripojeného zariadenia',
- 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_name+' => '',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_name' => 'Názov aplikačného riešenia',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_name+' => '',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_name' => 'Názov funkčných CI',
- 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_name+' => '',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_name' => 'Názov biznisových procesov',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_name+' => '',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_name' => 'Názov aplikačného riešenia',
- 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_name+' => '',
- 'Class:lnkPersonToTeam/Attribute:team_name' => 'Názov tímu',
- 'Class:lnkPersonToTeam/Attribute:team_name+' => '',
- 'Class:lnkPersonToTeam/Attribute:person_name' => 'Meno osoby',
- 'Class:lnkPersonToTeam/Attribute:person_name+' => '',
- 'Class:lnkPersonToTeam/Attribute:role_name' => 'Názov role',
- 'Class:lnkPersonToTeam/Attribute:role_name+' => '',
- 'Class:Group/Attribute:owner_name' => 'Meno vlastníka',
- 'Class:Group/Attribute:owner_name+' => '',
- 'Class:Group/Attribute:parent_name' => 'Meno rodiča',
- 'Class:Group/Attribute:parent_name+' => '',
- 'Class:Group/Attribute:parent_id_friendlyname' => 'Priateľské meno rodičovskej skupiny',
- 'Class:Group/Attribute:parent_id_friendlyname+' => '',
- 'Class:lnkGroupToCI/Attribute:group_name' => 'Názov',
- 'Class:lnkGroupToCI/Attribute:group_name+' => '',
- 'Class:lnkGroupToCI/Attribute:ci_name' => 'Názov',
- 'Class:lnkGroupToCI/Attribute:ci_name+' => '',
- 'Menu:Catalogs' => 'Katalógy',
- 'Menu:Catalogs+' => '',
- 'Menu:Audit' => 'Audity',
- 'Menu:Audit+' => '',
- 'Menu:Organization' => 'Organizácia',
- 'Menu:Organization+' => '',
- 'Menu:Application' => 'Aplikácie',
- 'Menu:Application+' => '',
- 'Menu:DBServer' => 'Databázové servery',
- 'Menu:DBServer+' => '',
- 'Menu:ConfigManagement' => 'Manažment konfigurácie',
- 'Menu:ConfigManagement+' => '',
- 'Menu:ConfigManagementOverview' => 'Prehľad',
- 'Menu:ConfigManagementOverview+' => '',
- 'Menu:Contact' => 'Kontakty',
- 'Menu:Contact+' => '',
- 'Menu:Contact:Count' => '%1$d kontakt/y/ov',
- 'Menu:Person' => 'Osoby',
- 'Menu:Person+' => '',
- 'Menu:Team' => 'Tímy',
- 'Menu:Team+' => '',
- 'Menu:Document' => 'Dokumenty',
- 'Menu:Document+' => '',
- 'Menu:Location' => 'Poloha',
- 'Menu:Location+' => '',
- 'Menu:ConfigManagementCI' => 'Konfiguračné položky',
- 'Menu:ConfigManagementCI+' => '',
- 'Menu:BusinessProcess' => 'Biznisové procesy',
- 'Menu:BusinessProcess+' => '',
- 'Menu:ApplicationSolution' => 'Aplikačné riešenia',
- 'Menu:ApplicationSolution+' => '',
- 'Menu:ConfigManagementSoftware' => 'Aplikačný manažment',
- 'Menu:Licence' => 'Licencie',
- 'Menu:Licence+' => '',
- 'Menu:Patch' => 'Záplaty',
- 'Menu:Patch+' => '',
- 'Menu:ApplicationInstance' => 'Nainštalovaný softvér',
- 'Menu:ApplicationInstance+' => '',
- 'Menu:ConfigManagementHardware' => 'Manažment infraštruktúry',
- 'Menu:Subnet' => 'Podsiete',
- 'Menu:Subnet+' => '',
- 'Menu:NetworkDevice' => 'Sieťové zariadenia',
- 'Menu:NetworkDevice+' => '',
- 'Menu:Server' => 'Servery',
- 'Menu:Server+' => '',
- 'Menu:Printer' => 'Tlačiarne',
- 'Menu:Printer+' => '',
- 'Menu:MobilePhone' => 'Mobilné telefóny',
- 'Menu:MobilePhone+' => '',
- 'Menu:PC' => 'Osobné počítače',
- 'Menu:PC+' => '',
- 'Menu:NewContact' => 'Nový kontakt',
- 'Menu:NewContact+' => '',
- 'Menu:SearchContacts' => 'Vyhľadať kontakty',
- 'Menu:SearchContacts+' => '',
- 'Menu:NewCI' => 'Nové CI',
- 'Menu:NewCI+' => '',
- 'Menu:SearchCIs' => 'Vyhľadať CIs',
- 'Menu:SearchCIs+' => '',
- 'Menu:ConfigManagement:Devices' => 'Zariadenia',
- 'Menu:ConfigManagement:AllDevices' => 'Infraštruktúra',
- 'Menu:ConfigManagement:virtualization' => 'Virtualizácia',
- 'Menu:ConfigManagement:EndUsers' => 'Koncové užívateľské zariadenia',
- 'Menu:ConfigManagement:SWAndApps' => 'Softvér a aplikácie',
- 'Menu:ConfigManagement:Misc' => 'Rôzne',
- 'Menu:Group' => 'Skupiny CI',
- 'Menu:Group+' => '',
- 'Menu:ConfigManagement:Shortcuts' => 'Skratky',
- 'Menu:ConfigManagement:AllContacts' => 'Všetky kontakty: %1$d',
- 'Menu:Typology' => 'Konfiguračná typológia',
- 'Menu:Typology+' => '',
- 'Menu:OSVersion' => 'OS verzie',
- 'Menu:OSVersion+' => '',
- 'Menu:Software' => 'Katalóg softvéru',
- 'Menu:Software+' => '',
- 'UI_WelcomeMenu_AllConfigItems' => 'Zhrnutie',
- 'Menu:ConfigManagement:Typology' => 'Konfiguračná typológia',
- 'Server:baseinfo' => 'Všeobecné informácie',
- 'Server:Date' => 'Dátum',
- 'Server:moreinfo' => 'Viac informácií',
- 'Server:otherinfo' => 'Iné informácie',
- 'Person:info' => 'Všeobecné informácie',
- 'Person:notifiy' => 'Upozornenie',
- 'Class:Subnet/Tab:IPUsage' => 'Využívanosť IP adries',
- 'Class:Subnet/Tab:IPUsage-explain' => 'Rozhrania majúce IP adresu v rozsahu: %1$s do %2$s',
- 'Class:Subnet/Tab:FreeIPs' => 'Voľné IP adresy',
- 'Class:Subnet/Tab:FreeIPs-count' => 'Voľných IP adries: %1$s',
- 'Class:Subnet/Tab:FreeIPs-explain' => 'Tu je extrakt 10 voľných IP adries',
- 'Menu:ServiceManagement' => 'Manažment služieb',
- 'Menu:ServiceManagement+' => '',
- 'Menu:Service:Overview' => 'Prehľad',
- 'Menu:Service:Overview+' => '',
- 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'zmluvy podľa úrovne služby',
- 'UI-ServiceManagementMenu-ContractsByStatus' => 'zmluvy podla stavu',
- 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'zmluvy končiace za menej ako 30 dní',
- 'Menu:ServiceType' => 'Typy služieb',
- 'Menu:ServiceType+' => '',
- 'Menu:ProviderContract' => 'Poskytovateľské zmluvy',
- 'Menu:ProviderContract+' => '',
- 'Menu:CustomerContract' => 'Zákaznícke zmluvy',
- 'Menu:CustomerContract+' => '',
- 'Menu:ServiceSubcategory' => 'Subkategórie služieb',
- 'Menu:ServiceSubcategory+' => '',
- 'Menu:Service' => 'Služby',
- 'Menu:Service+' => '',
- 'Menu:ServiceElement' => 'Prvky služby',
- 'Menu:ServiceElement+' => '',
- 'Menu:SLA' => 'SLAs',
- 'Menu:SLA+' => '',
- 'Menu:SLT' => 'SLTs',
- 'Menu:SLT+' => '',
- 'Menu:DeliveryModel' => 'Typy dodávky',
- 'Menu:DeliveryModel+' => '',
- 'Menu:ServiceFamily' => 'Rodiny služieb',
- 'Menu:ServiceFamily+' => '',
- 'Menu:Procedure' => 'Katalóg procedúr',
- 'Menu:Procedure+' => '',
- 'Class:Contract' => 'zmluva',
- 'Class:Contract+' => '',
- 'Class:Contract/Attribute:name' => 'Názov',
- 'Class:Contract/Attribute:name+' => '',
- 'Class:Contract/Attribute:org_id' => 'Zákazník',
- 'Class:Contract/Attribute:org_id+' => '',
- 'Class:Contract/Attribute:organization_name' => 'Meno zákazníka',
- 'Class:Contract/Attribute:organization_name+' => '',
- 'Class:Contract/Attribute:contacts_list' => 'Kontakty',
- 'Class:Contract/Attribute:contacts_list+' => '',
- 'Class:Contract/Attribute:documents_list' => 'Zoznam dokumentov',
- 'Class:Contract/Attribute:documents_list+' => '',
- 'Class:Contract/Attribute:description' => 'Popis',
- 'Class:Contract/Attribute:description+' => '',
- 'Class:Contract/Attribute:start_date' => 'Dátum začiatku',
- 'Class:Contract/Attribute:start_date+' => '',
- 'Class:Contract/Attribute:end_date' => 'Dátum ukončenia',
- 'Class:Contract/Attribute:end_date+' => '',
- 'Class:Contract/Attribute:cost' => 'Cena',
- 'Class:Contract/Attribute:cost+' => '',
- 'Class:Contract/Attribute:cost_currency' => 'Mena ceny',
- 'Class:Contract/Attribute:cost_currency+' => '',
- 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'USD',
- 'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
- 'Class:Contract/Attribute:cost_currency/Value:euros' => 'EUR',
- 'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
- 'Class:Contract/Attribute:contracttype_id' => 'Typ zmluvy',
- 'Class:Contract/Attribute:contracttype_id+' => '',
- 'Class:Contract/Attribute:contracttype_name' => 'Názov typu zmluvy',
- 'Class:Contract/Attribute:contracttype_name+' => '',
- 'Class:Contract/Attribute:billing_frequency' => 'Frekvencia faktúrovania',
- 'Class:Contract/Attribute:billing_frequency+' => '',
- 'Class:Contract/Attribute:cost_unit' => 'Cenová jednotka',
- 'Class:Contract/Attribute:cost_unit+' => '',
- 'Class:Contract/Attribute:provider_id' => 'Poskytovateľ',
- 'Class:Contract/Attribute:provider_id+' => '',
- 'Class:Contract/Attribute:provider_name' => 'Meno poskytovateľa',
- 'Class:Contract/Attribute:provider_name+' => '',
- 'Class:Contract/Attribute:status' => 'Stav',
- 'Class:Contract/Attribute:status+' => '',
- 'Class:Contract/Attribute:status/Value:implementation' => 'Implementácia',
- 'Class:Contract/Attribute:status/Value:implementation+' => '',
- 'Class:Contract/Attribute:status/Value:obsolete' => 'Vyradený',
- 'Class:Contract/Attribute:status/Value:obsolete+' => '',
- 'Class:Contract/Attribute:status/Value:production' => 'Produkcia',
- 'Class:Contract/Attribute:status/Value:production+' => '',
- 'Class:Contract/Attribute:finalclass' => 'Typ',
- 'Class:Contract/Attribute:finalclass+' => '',
- 'Class:ProviderContract/Attribute:contracttype_id' => 'Typ zmluvy',
- 'Class:ProviderContract/Attribute:contracttype_id+' => '',
- 'Class:ProviderContract/Attribute:contracttype_name' => 'Názov typu zmluvy',
- 'Class:ProviderContract/Attribute:contracttype_name+' => '',
- 'Class:lnkContactToContract/Attribute:contract_name' => 'Názov zmluvy',
- 'Class:lnkContactToContract/Attribute:contract_name+' => '',
- 'Class:lnkContactToContract/Attribute:contact_name' => 'Názov kontaktu',
- 'Class:lnkContactToContract/Attribute:contact_name+' => '',
- 'Class:lnkContractToDocument/Attribute:contract_name' => 'Názov zmluvy',
- 'Class:lnkContractToDocument/Attribute:contract_name+' => '',
- 'Class:lnkContractToDocument/Attribute:document_name' => 'Názov dokumentu',
- 'Class:lnkContractToDocument/Attribute:document_name+' => '',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name' => 'Názov poskytovateľského zmluvy',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name+' => '',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name' => 'Názov CI',
- 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name+' => '',
- 'Class:Service/Attribute:organization_name' => 'Meno poskytovateľa',
- 'Class:Service/Attribute:organization_name+' => '',
- 'Class:Service/Attribute:servicefamily_name' => 'Názov rodiny služieb',
- 'Class:Service/Attribute:servicefamily_name+' => '',
- 'Class:lnkDocumentToService/Attribute:service_name' => 'Názov služby',
- 'Class:lnkDocumentToService/Attribute:service_name+' => '',
- 'Class:lnkDocumentToService/Attribute:document_name' => 'Názov dokumentu',
- 'Class:lnkDocumentToService/Attribute:document_name+' => '',
- 'Class:lnkContactToService/Attribute:service_name' => 'Názov služby',
- 'Class:lnkContactToService/Attribute:service_name+' => '',
- 'Class:lnkContactToService/Attribute:contact_name' => 'Názov kontaktu',
- 'Class:lnkContactToService/Attribute:contact_name+' => '',
- 'Class:ServiceSubcategory/Attribute:service_name' => 'Názov služby',
- 'Class:ServiceSubcategory/Attribute:service_name+' => '',
- 'Class:SLA/Attribute:organization_name' => 'Názov organizácie poskytovateľa',
- 'Class:SLA/Attribute:organization_name+' => '',
- 'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA Názov',
- 'Class:lnkSLAToSLT/Attribute:sla_name+' => '',
- 'Class:lnkSLAToSLT/Attribute:slt_name' => 'SLT Názov',
- 'Class:lnkSLAToSLT/Attribute:slt_name+' => '',
- 'Class:lnkCustomerContractToService/Attribute:customercontract_name' => 'Názov zákazníckeho zmluvy',
- 'Class:lnkCustomerContractToService/Attribute:customercontract_name+' => '',
- 'Class:lnkCustomerContractToService/Attribute:service_name' => 'Názov služby',
- 'Class:lnkCustomerContractToService/Attribute:service_name+' => '',
- 'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA Názov',
- 'Class:lnkCustomerContractToService/Attribute:sla_name+' => '',
- 'Class:lnkProviderContractToService/Attribute:service_name' => 'Názov služby',
- 'Class:lnkProviderContractToService/Attribute:service_name+' => '',
- 'Class:lnkProviderContractToService/Attribute:providercontract_name' => 'Názov poskytovateľského zmluvy',
- 'Class:lnkProviderContractToService/Attribute:providercontract_name+' => '',
- 'Class:lnkFunctionalCIToService/Attribute:service_name' => 'Názov služby',
- 'Class:lnkFunctionalCIToService/Attribute:service_name+' => '',
- 'Class:lnkFunctionalCIToService/Attribute:functionalci_name' => 'Názov CI',
- 'Class:lnkFunctionalCIToService/Attribute:functionalci_name+' => '',
- 'Class:DeliveryModel/Attribute:organization_name' => 'Názov organizácie',
- 'Class:DeliveryModel/Attribute:organization_name+' => '',
- 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name' => 'Názov typu dodávky',
- 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name+' => '',
- 'Class:lnkDeliveryModelToContact/Attribute:contact_name' => 'Meno kontaktu',
- 'Class:lnkDeliveryModelToContact/Attribute:contact_name+' => '',
- 'Class:lnkDeliveryModelToContact/Attribute:role_name' => 'Názov role',
- 'Class:lnkDeliveryModelToContact/Attribute:role_name+' => '',
- 'Class:Ticket/Attribute:org_name' => 'Názov organizácie',
- 'Class:Ticket/Attribute:org_name+' => '',
- 'Class:Ticket/Attribute:caller_name' => 'Meno volajúceho',
- 'Class:Ticket/Attribute:caller_name+' => '',
- 'Class:Ticket/Attribute:team_name' => 'Názov tímu',
- 'Class:Ticket/Attribute:team_name+' => '',
- 'Class:Ticket/Attribute:agent_name' => 'Meno agenta',
- 'Class:Ticket/Attribute:agent_name+' => '',
- 'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Referencia na Ticket',
- 'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
- 'Class:lnkContactToTicket/Attribute:contact_email' => 'Email kontaktu',
- 'Class:lnkContactToTicket/Attribute:contact_email+' => '',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Referencia na Ticket',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
- 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'Názov CI',
- 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
- 'Class:WorkOrder/Attribute:ticket_ref' => 'Referencia na Ticket',
- 'Class:WorkOrder/Attribute:ticket_ref+' => '',
- 'Class:WorkOrder/Attribute:team_name' => 'Názov tímu',
- 'Class:WorkOrder/Attribute:team_name+' => '',
- 'Class:WorkOrder/Attribute:agent_email' => 'Email agenta',
- 'Class:WorkOrder/Attribute:agent_email+' => '',
- 'Ticket:baseinfo' => 'Všeobecné informácia',
- 'Ticket:date' => 'Dátumy',
- 'Ticket:contact' => 'Kontakt',
- 'Ticket:moreinfo' => 'Viac informácií',
- 'Ticket:relation' => 'Vzťahy',
- 'Ticket:log' => 'Komunikácie',
- 'Ticket:Type' => 'Kvalifikácia',
- 'Ticket:support' => 'Podpora',
- 'Ticket:resolution' => 'Riešenie',
- 'Ticket:SLA' => 'SLA report',
- 'WorkOrder:Details' => 'Detaily',
- 'WorkOrder:Moreinfo' => 'Viac informácií',
- 'Menu:ChangeManagement' => 'Manažment zmien',
- 'Menu:Change:Overview' => 'Prehľad',
- 'Menu:Change:Overview+' => '',
- 'Menu:NewChange' => 'Nová zmena',
- 'Menu:NewChange+' => '',
- 'Menu:SearchChanges' => 'Vyhľadať zmeny',
- 'Menu:SearchChanges+' => '',
- 'Menu:Change:Shortcuts' => 'Skratky',
- 'Menu:Change:Shortcuts+' => '',
- 'Menu:WaitingAcceptance' => 'Zmeny očakávajúce prijatie',
- 'Menu:WaitingAcceptance+' => '',
- 'Menu:WaitingApproval' => 'Zmeny očakávajúce schválenie',
- 'Menu:WaitingApproval+' => '',
- 'Menu:Changes' => 'Otvorené zmeny',
- 'Menu:Changes+' => '',
- 'Menu:MyChanges' => 'Zmeny pridelené mne',
- 'Menu:MyChanges+' => '',
- 'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Zmeny podľa kategórie za posledných 7 dní',
- 'UI-ChangeManagementOverview-Last-7-days' => 'Počet zmien za posledných 7 dní',
- 'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Zmeny podľa domény za posledných 7 dní',
- 'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Zmeny podľa stavu za posledných 7 dní',
- 'Class:Change/Attribute:changemanager_email' => 'Email manažéra zmien',
- 'Class:Change/Attribute:changemanager_email+' => '',
- 'Class:Change/Attribute:parent_name' => 'Referencia na rodičovskú zmenu',
- 'Class:Change/Attribute:parent_name+' => '',
- 'Class:Change/Attribute:related_incident_list' => 'Súvisiace incidenty',
- 'Class:Change/Attribute:related_incident_list+' => '',
- 'Class:Change/Attribute:related_problems_list' => 'Súvisiace problémy',
- 'Class:Change/Attribute:related_problems_list+' => '',
- 'Class:Change/Attribute:parent_id_friendlyname' => 'Priateľské meno rodičovskej zmeny',
- 'Class:Change/Attribute:parent_id_friendlyname+' => '',
- 'Menu:RequestManagement' => 'Helpdesk',
- 'Menu:RequestManagement+' => '',
- 'Menu:RequestManagementProvider' => 'Poskytovateľ Helpdesku',
- 'Menu:RequestManagementProvider+' => '',
- 'Menu:UserRequest:Provider' => 'Otvorené požiadavky prenesené na poskytovateľa',
- 'Menu:UserRequest:Provider+' => '',
- 'Menu:UserRequest:Overview' => 'Prehľad',
- 'Menu:UserRequest:Overview+' => '',
- 'Menu:NewUserRequest' => 'Nové požiadavky užívateľa',
- 'Menu:NewUserRequest+' => '',
- 'Menu:SearchUserRequests' => 'Vyhľadať užívateľské požiadavky',
- 'Menu:SearchUserRequests+' => '',
- 'Menu:UserRequest:Shortcuts' => 'Skratky',
- 'Menu:UserRequest:Shortcuts+' => '',
- 'Menu:UserRequest:MyRequests' => 'požiadavky pridelené mne',
- 'Menu:UserRequest:MyRequests+' => '',
- 'Menu:UserRequest:MySupportRequests' => 'Moje hovory podpory',
- 'Menu:UserRequest:MySupportRequests+' => '',
- 'Menu:UserRequest:EscalatedRequests' => 'Eskalované požiadavky',
- 'Menu:UserRequest:EscalatedRequests+' => '',
- 'Menu:UserRequest:OpenRequests' => 'Všetky otvorené požiadavky',
- 'Menu:UserRequest:OpenRequests+' => '',
- 'UI:WelcomeMenu:MyAssignedCalls' => 'požiadavky pridelené mne',
- 'UI-RequestManagementOverview-RequestByType-last-14-days' => 'požiadavky za posledných 14 dní (po typoch)',
- 'UI-RequestManagementOverview-Last-14-days' => 'požiadavky posledných 14 dní (po dňoch)',
- 'UI-RequestManagementOverview-OpenRequestByStatus' => 'Otvorené požiadavky podľa stavu',
- 'UI-RequestManagementOverview-OpenRequestByAgent' => 'Otvorené požiadavky podľa agenta',
- 'UI-RequestManagementOverview-OpenRequestByType' => 'Otvorené požiadavky podľa typu',
- 'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Otvorené požiadavky podľa organizácie',
- 'Class:UserRequest:KnownErrorList' => 'Známe chyby',
- 'Menu:UserRequest:MyWorkOrders' => 'Pracovné príkazy pridelené mne',
- 'Menu:UserRequest:MyWorkOrders+' => '',
- 'Class:Problem:KnownProblemList' => 'Známe problémy',
- 'Class:UserRequest/Attribute:approver_email' => 'Email schvalovateľa',
- 'Class:UserRequest/Attribute:approver_email+' => '',
- 'Class:UserRequest/Attribute:service_name' => 'Názov služby',
- 'Class:UserRequest/Attribute:service_name+' => '',
- 'Class:UserRequest/Attribute:servicesubcategory_name' => 'Názov subkategórie služieb',
- 'Class:UserRequest/Attribute:servicesubcategory_name+' => '',
- 'Class:UserRequest/Attribute:parent_request_ref' => 'Požiadavka o odporúčanie',
- 'Class:UserRequest/Attribute:parent_request_ref+' => '',
- 'Class:UserRequest/Attribute:parent_problem_id' => 'Rodičovský problém',
- 'Class:UserRequest/Attribute:parent_problem_id+' => '',
- 'Class:UserRequest/Attribute:parent_problem_ref' => 'Referencia na problém',
- 'Class:UserRequest/Attribute:parent_problem_ref+' => '',
- 'Class:UserRequest/Attribute:parent_change_ref' => 'Referencia na zmenu',
- 'Class:UserRequest/Attribute:parent_change_ref+' => '',
- 'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'Priateľské meno ID požiadavky rodiča',
- 'Class:UserRequest/Attribute:parent_request_id_friendlyname+' => '',
- 'Portal:TitleDetailsFor_Request' => 'Detaily pre požiadavky',
- 'Portal:ButtonUpdate' => 'Aktualizácia',
- 'Portal:ButtonClose' => 'Zatvoriť',
- 'Portal:ButtonReopen' => 'Znova otvoriť',
- 'Portal:ShowServices' => 'Katalóg služieb',
- 'Portal:SelectRequestType' => 'Zvoľ typ požiadavky',
- 'Portal:SelectServiceElementFrom_Service' => 'Zvoľ služby prvku pre %1$s',
- 'Portal:SelectRequestTemplate' => 'Zvoľ predlohu pre %1$s',
- 'Portal:ListServices' => 'Zoznam služieb',
- 'Portal:TitleDetailsFor_Service' => 'Detaily pre službu',
- 'Portal:Button:CreateRequestFromService' => 'Vytvor Požiadavka pre túto službu',
- 'Portal:ListOpenRequests' => 'Vypíš otvorené požiadavky',
- 'Portal:UserRequest:MoreInfo' => 'Viac informácií',
- 'Portal:Details-Service-Element' => 'Prvky služieb',
- 'Portal:NoClosedTicket' => 'Žiadne zatvorené požiadavky',
- 'Portal:NoService' => '',
- 'Portal:ListOpenProblems' => 'Prebiehajúce problémy',
- 'Portal:ShowProblem' => 'Problémy',
- 'Portal:ShowFaqs' => 'Často kladené otázky',
- 'Portal:NoOpenProblem' => 'Žiadny otvorený problém',
- 'Portal:SelectLanguage' => 'Zmeň svoj jazyk',
- 'Portal:LanguageChangedTo_Lang' => 'Jazyk zmenený na',
- 'Portal:ChooseYourFavoriteLanguage' => 'Vyberte si svoj obľúbený jazyk',
+
+ // Explain working time computing
+ 'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as "%1$s")~~',
+ 'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for "%1$s"~~',
+ 'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for "%1$s" at %2$d%%~~',
+
+ // Bulk export
+ 'Core:BulkExport:MissingParameter_Param' => 'Missing parameter "%1$s"~~',
+ 'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter "query". There is no Query Phrasebook corresponding to the id: "%1$s".~~',
+ 'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
+ 'Core:BulkExportOf_Class' => '%1$s Export~~',
+ 'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
+ 'Core:BulkExport:ExportResult' => 'Result of the export:~~',
+ 'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
+ 'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
+ 'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
+ 'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
+ 'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
+ 'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
+ 'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
+ 'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
+ 'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
+ 'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
+ 'Core:BulkExport:CheckAll' => 'Check All~~',
+ 'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
+ 'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
+ 'Core:BulkExport:CSVOptions' => 'CSV Options~~',
+ 'Core:BulkExport:CSVLocalization' => 'Localization~~',
+ 'Core:BulkExport:PDFOptions' => 'PDF Options~~',
+ 'Core:BulkExport:PDFPageFormat' => 'Page Format~~',
+ 'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
+ 'Core:BulkExport:PageSize-A4' => 'A4~~',
+ 'Core:BulkExport:PageSize-A3' => 'A3~~',
+ 'Core:BulkExport:PageSize-Letter' => 'Letter~~',
+ 'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
+ 'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
+ 'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
+ 'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
+ 'Core:BulkExport:XMLOptions' => 'XML Options~~',
+ 'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
+ 'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
+ 'Core:BulkExport:OptionNoLocalize' => 'Export Code instead of Label~~',
+ 'Core:BulkExport:OptionLinkSets' => 'Include linked objects~~',
+ 'Core:BulkExport:OptionFormattedText' => 'Preserve text formatting~~',
+ 'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
+ 'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
+ 'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
+ 'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
+ 'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
+ 'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
+ 'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
+ 'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
+ 'Core:BulkExport:XLSXOptions' => 'Excel Options~~',
+ 'Core:BulkExport:TextFormat' => 'Text fields containing some HTML markup~~',
+ 'Core:BulkExport:DateTimeFormat' => 'Date and Time format~~',
+ 'Core:BulkExport:DateTimeFormatDefault_Example' => 'Default format (%1$s), e.g. %2$s~~',
+ 'Core:BulkExport:DateTimeFormatCustom_Format' => 'Custom format: %1$s~~',
+ 'Core:BulkExport:PDF:PageNumber' => 'Page %1$s~~',
+ 'Core:DateTime:Placeholder_d' => 'DD~~', // Day of the month: 2 digits (with leading zero)
+ 'Core:DateTime:Placeholder_j' => 'D~~', // Day of the month: 1 or 2 digits (without leading zero)
+ 'Core:DateTime:Placeholder_m' => 'MM~~', // Month on 2 digits i.e. 01-12
+ 'Core:DateTime:Placeholder_n' => 'M~~', // Month on 1 or 2 digits 1-12
+ 'Core:DateTime:Placeholder_Y' => 'YYYY~~', // Year on 4 digits
+ 'Core:DateTime:Placeholder_y' => 'YY~~', // Year on 2 digits
+ 'Core:DateTime:Placeholder_H' => 'hh~~', // Hour 00..23
+ 'Core:DateTime:Placeholder_h' => 'h~~', // Hour 01..12
+ 'Core:DateTime:Placeholder_G' => 'hh~~', // Hour 0..23
+ 'Core:DateTime:Placeholder_g' => 'h~~', // Hour 1..12
+ 'Core:DateTime:Placeholder_a' => 'am/pm~~', // am/pm (lowercase)
+ 'Core:DateTime:Placeholder_A' => 'AM/PM~~', // AM/PM (uppercase)
+ 'Core:DateTime:Placeholder_i' => 'mm~~', // minutes, 2 digits: 00..59
+ 'Core:DateTime:Placeholder_s' => 'ss~~', // seconds, 2 digits 00..59
+ 'Core:Validator:Default' => 'Wrong format~~',
+ 'Core:Validator:Mandatory' => 'Please, fill this field~~',
+ 'Core:Validator:MustBeInteger' => 'Must be an integer~~',
+ 'Core:Validator:MustSelectOne' => 'Please, select one~~',
+));
+
+//
+// Class: TagSetFieldData
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:TagSetFieldData' => '%2$s for class %1$s~~',
+ 'Class:TagSetFieldData+' => '~~',
+
+ 'Class:TagSetFieldData/Attribute:code' => 'Code~~',
+ 'Class:TagSetFieldData/Attribute:code+' => 'Internal code. Must contain at least 3 alphanumeric characters~~',
+ 'Class:TagSetFieldData/Attribute:label' => 'Label~~',
+ 'Class:TagSetFieldData/Attribute:label+' => 'Displayed label~~',
+ 'Class:TagSetFieldData/Attribute:description' => 'Description~~',
+ 'Class:TagSetFieldData/Attribute:description+' => 'Description~~',
+ 'Class:TagSetFieldData/Attribute:finalclass' => 'Tag class~~~~',
+ 'Class:TagSetFieldData/Attribute:obj_class' => 'Object class~~~~',
+ 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Field code~~~~',
+
+ 'Core:TagSetFieldData:ErrorDeleteUsedTag' => 'Used tags cannot be deleted~~',
+ 'Core:TagSetFieldData:ErrorDuplicateTagCodeOrLabel' => 'Tags codes or labels must be unique~~',
+ 'Core:TagSetFieldData:ErrorTagCodeSyntax' => 'Tags code must contain between 3 and %1$d alphanumeric characters, starting with a letter.~~',
+ 'Core:TagSetFieldData:ErrorTagCodeReservedWord' => 'The chosen tag code is a reserved word~~',
+ 'Core:TagSetFieldData:ErrorTagLabelSyntax' => 'Tags label must not contain \'%1$s\' nor be empty~~',
+ 'Core:TagSetFieldData:ErrorCodeUpdateNotAllowed' => 'Tags Code cannot be changed when used~~',
+ 'Core:TagSetFieldData:ErrorClassUpdateNotAllowed' => 'Tags "Object Class" cannot be changed~~',
+ 'Core:TagSetFieldData:ErrorAttCodeUpdateNotAllowed' => 'Tags "Attribute Code" cannot be changed~~',
+ 'Core:TagSetFieldData:WhereIsThisTagTab' => 'Tag usage (%1$d)~~',
+ 'Core:TagSetFieldData:NoEntryFound' => 'No entry found for this tag~~',
+));
+
+//
+// Class: DBProperty
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:DBProperty' => 'DB property~~',
+ 'Class:DBProperty+' => '~~',
+ 'Class:DBProperty/Attribute:name' => 'Name~~',
+ 'Class:DBProperty/Attribute:name+' => '~~',
+ 'Class:DBProperty/Attribute:description' => 'Description~~',
+ 'Class:DBProperty/Attribute:description+' => '~~',
+ 'Class:DBProperty/Attribute:value' => 'Value~~',
+ 'Class:DBProperty/Attribute:value+' => '~~',
+ 'Class:DBProperty/Attribute:change_date' => 'Change date~~',
+ 'Class:DBProperty/Attribute:change_date+' => '~~',
+ 'Class:DBProperty/Attribute:change_comment' => 'Change comment~~',
+ 'Class:DBProperty/Attribute:change_comment+' => '~~',
+));
+
+//
+// Class: BackgroundTask
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:BackgroundTask' => 'Background task~~',
+ 'Class:BackgroundTask+' => '~~',
+ 'Class:BackgroundTask/Attribute:class_name' => 'Class name~~',
+ 'Class:BackgroundTask/Attribute:class_name+' => '~~',
+ 'Class:BackgroundTask/Attribute:first_run_date' => 'First run date~~',
+ 'Class:BackgroundTask/Attribute:first_run_date+' => '~~',
+ 'Class:BackgroundTask/Attribute:latest_run_date' => 'Latest run date~~',
+ 'Class:BackgroundTask/Attribute:latest_run_date+' => '~~',
+ 'Class:BackgroundTask/Attribute:next_run_date' => 'Next run date~~',
+ 'Class:BackgroundTask/Attribute:next_run_date+' => '~~',
+ 'Class:BackgroundTask/Attribute:total_exec_count' => 'Total exec. count~~',
+ 'Class:BackgroundTask/Attribute:total_exec_count+' => '~~',
+ 'Class:BackgroundTask/Attribute:latest_run_duration' => 'Latest run duration~~',
+ 'Class:BackgroundTask/Attribute:latest_run_duration+' => '~~',
+ 'Class:BackgroundTask/Attribute:min_run_duration' => 'Min. run duration~~',
+ 'Class:BackgroundTask/Attribute:min_run_duration+' => '~~',
+ 'Class:BackgroundTask/Attribute:max_run_duration' => 'Max. run duration~~',
+ 'Class:BackgroundTask/Attribute:max_run_duration+' => '~~',
+ 'Class:BackgroundTask/Attribute:average_run_duration' => 'Average run duration~~',
+ 'Class:BackgroundTask/Attribute:average_run_duration+' => '~~',
+ 'Class:BackgroundTask/Attribute:running' => 'Running~~',
+ 'Class:BackgroundTask/Attribute:running+' => '~~',
+ 'Class:BackgroundTask/Attribute:status' => 'Status~~',
+ 'Class:BackgroundTask/Attribute:status+' => '~~',
+));
+
+//
+// Class: AsyncTask
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:AsyncTask' => 'Async. task~~',
+ 'Class:AsyncTask+' => '~~',
+ 'Class:AsyncTask/Attribute:created' => 'Created~~',
+ 'Class:AsyncTask/Attribute:created+' => '~~',
+ 'Class:AsyncTask/Attribute:started' => 'Started~~',
+ 'Class:AsyncTask/Attribute:started+' => '~~',
+ 'Class:AsyncTask/Attribute:planned' => 'Planned~~',
+ 'Class:AsyncTask/Attribute:planned+' => '~~',
+ 'Class:AsyncTask/Attribute:event_id' => 'Event~~',
+ 'Class:AsyncTask/Attribute:event_id+' => '~~',
+ 'Class:AsyncTask/Attribute:finalclass' => 'Final class~~',
+ 'Class:AsyncTask/Attribute:finalclass+' => '~~',
+));
+
+// Additional language entries not present in English dict
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:lnkVirtualDeviceToVolume' => 'väzba Virtuálne zariadenie / Logický disk',
+ 'Class:lnkVirtualDeviceToVolume+' => '',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:volume_id' => 'Logický disk',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:volume_id+' => '',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_id' => 'Virtuálne zariadenie',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_id+' => '',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:size_used' => 'Použité miesto',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:size_used+' => '',
+ 'Class:Organization' => 'Organizácia',
+ 'Class:Organization+' => '',
+ 'Class:Organization/Attribute:name' => 'Názov',
+ 'Class:Organization/Attribute:name+' => '',
+ 'Class:Organization/Attribute:code' => 'Kód',
+ 'Class:Organization/Attribute:code+' => '',
+ 'Class:Organization/Attribute:status' => 'Stav',
+ 'Class:Organization/Attribute:status+' => '',
+ 'Class:Organization/Attribute:status/Value:active' => 'Aktívna',
+ 'Class:Organization/Attribute:status/Value:active+' => '',
+ 'Class:Organization/Attribute:status/Value:inactive' => 'Neaktívna',
+ 'Class:Organization/Attribute:status/Value:inactive+' => '',
+ 'Class:Organization/Attribute:parent_id' => 'Nadradená organizácia',
+ 'Class:Organization/Attribute:parent_id+' => '',
+ 'Class:Organization/Attribute:deliverymodel_id' => 'Model dodávky',
+ 'Class:Organization/Attribute:deliverymodel_id+' => '',
+ 'Class:Location' => 'Poloha',
+ 'Class:Location+' => '',
+ 'Class:Location/Attribute:name' => 'Názov',
+ 'Class:Location/Attribute:name+' => '',
+ 'Class:Location/Attribute:status' => 'Stav',
+ 'Class:Location/Attribute:status+' => '',
+ 'Class:Location/Attribute:status/Value:active' => 'Aktívna',
+ 'Class:Location/Attribute:status/Value:active+' => '',
+ 'Class:Location/Attribute:status/Value:inactive' => 'Neaktívna',
+ 'Class:Location/Attribute:status/Value:inactive+' => '',
+ 'Class:Location/Attribute:org_id' => 'Organizácia vlastníka',
+ 'Class:Location/Attribute:org_id+' => '',
+ 'Class:Location/Attribute:address' => 'Adresa',
+ 'Class:Location/Attribute:address+' => '',
+ 'Class:Location/Attribute:postal_code' => 'PSČ',
+ 'Class:Location/Attribute:postal_code+' => '',
+ 'Class:Location/Attribute:city' => 'Mesto',
+ 'Class:Location/Attribute:city+' => '',
+ 'Class:Location/Attribute:country' => 'Štát',
+ 'Class:Location/Attribute:country+' => '',
+ 'Class:Location/Attribute:physicaldevice_list' => 'Zariadenia',
+ 'Class:Location/Attribute:physicaldevice_list+' => '',
+ 'Class:Location/Attribute:person_list' => 'Kontakty',
+ 'Class:Location/Attribute:person_list+' => '',
+ 'Class:Person' => 'Osoba',
+ 'Class:Person+' => '',
+ 'Class:Person/Attribute:first_name' => 'Krstné meno',
+ 'Class:Person/Attribute:first_name+' => '',
+ 'Class:Person/Attribute:employee_number' => 'Číslo zamestnanca',
+ 'Class:Person/Attribute:employee_number+' => '',
+ 'Class:Person/Attribute:mobile_phone' => 'Telefónne číslo',
+ 'Class:Person/Attribute:mobile_phone+' => '',
+ 'Class:Person/Attribute:location_id' => 'Poloha',
+ 'Class:Person/Attribute:location_id+' => '',
+ 'Class:Person/Attribute:manager_id' => 'Manažér',
+ 'Class:Person/Attribute:manager_id+' => '',
+ 'Class:Person/Attribute:team_list' => 'Tímy',
+ 'Class:Person/Attribute:team_list+' => '',
+ 'Class:Person/Attribute:tickets_list' => 'Tickety',
+ 'Class:Person/Attribute:tickets_list+' => '',
+ 'Class:Team' => 'Tím',
+ 'Class:Team+' => '',
+ 'Class:Team/Attribute:persons_list' => 'Osoby',
+ 'Class:Team/Attribute:persons_list+' => '',
+ 'Class:Team/Attribute:tickets_list' => 'Tickety',
+ 'Class:Team/Attribute:tickets_list+' => '',
+ 'Class:DocumentFile' => 'Dokumentový súbor',
+ 'Class:DocumentFile+' => '',
+ 'Class:DocumentFile/Attribute:file' => 'Súbor',
+ 'Class:DocumentFile/Attribute:file+' => '',
+ 'Class:DocumentNote' => 'Poznámka dokumentu',
+ 'Class:DocumentNote+' => '',
+ 'Class:DocumentNote/Attribute:text' => 'Text',
+ 'Class:DocumentNote/Attribute:text+' => '',
+ 'Class:DocumentWeb' => 'Web stránka dokumentu',
+ 'Class:DocumentWeb+' => '',
+ 'Class:DocumentWeb/Attribute:url' => 'URL',
+ 'Class:DocumentWeb/Attribute:url+' => '',
+ 'Class:NetworkDevice' => 'Sieťové zariadenie',
+ 'Class:NetworkDevice+' => '',
+ 'Class:NetworkDevice/Attribute:networkdevicetype_id' => 'Typ sieťového zariadenia',
+ 'Class:NetworkDevice/Attribute:networkdevicetype_id+' => '',
+ 'Class:NetworkDevice/Attribute:connectablecis_list' => 'Zariadenia',
+ 'Class:NetworkDevice/Attribute:connectablecis_list+' => '',
+ 'Class:NetworkDevice/Attribute:iosversion_id' => 'IVerzia OS',
+ 'Class:NetworkDevice/Attribute:iosversion_id+' => '',
+ 'Class:NetworkDevice/Attribute:ram' => 'Operačná pamäť',
+ 'Class:NetworkDevice/Attribute:ram+' => '',
+ 'Class:Server' => 'Server',
+ 'Class:Server+' => '',
+ 'Class:Server/Attribute:osfamily_id' => 'Kategória OS',
+ 'Class:Server/Attribute:osfamily_id+' => '',
+ 'Class:Server/Attribute:osversion_id' => 'Verzia OS',
+ 'Class:Server/Attribute:osversion_id+' => '',
+ 'Class:Server/Attribute:oslicence_id' => 'Licencia OS',
+ 'Class:Server/Attribute:oslicence_id+' => '',
+ 'Class:Server/Attribute:cpu' => 'Procesor',
+ 'Class:Server/Attribute:cpu+' => '',
+ 'Class:Server/Attribute:ram' => 'Operačna pamäť',
+ 'Class:Server/Attribute:ram+' => '',
+ 'Class:Server/Attribute:logicalvolumes_list' => 'Logické disky',
+ 'Class:Server/Attribute:logicalvolumes_list+' => '',
+ 'Class:ApplicationSolution' => 'Aplikačné riešenie',
+ 'Class:ApplicationSolution+' => '',
+ 'Class:ApplicationSolution/Attribute:functionalcis_list' => 'Komponenty',
+ 'Class:ApplicationSolution/Attribute:functionalcis_list+' => '',
+ 'Class:ApplicationSolution/Attribute:businessprocess_list' => 'Biznis procesy',
+ 'Class:ApplicationSolution/Attribute:businessprocess_list+' => '',
+ 'Class:ApplicationSolution/Attribute:status' => 'Stav',
+ 'Class:ApplicationSolution/Attribute:status+' => '',
+ 'Class:ApplicationSolution/Attribute:status/Value:active' => 'Aktívne',
+ 'Class:ApplicationSolution/Attribute:status/Value:active+' => '',
+ 'Class:ApplicationSolution/Attribute:status/Value:inactive' => 'Neaktívne',
+ 'Class:ApplicationSolution/Attribute:status/Value:inactive+' => '',
+ 'Class:BusinessProcess' => 'Biznis proces',
+ 'Class:BusinessProcess+' => '',
+ 'Class:BusinessProcess/Attribute:applicationsolutions_list' => 'Aplikačné riešenia',
+ 'Class:BusinessProcess/Attribute:applicationsolutions_list+' => '',
+ 'Class:BusinessProcess/Attribute:status' => 'Stav',
+ 'Class:BusinessProcess/Attribute:status+' => '',
+ 'Class:BusinessProcess/Attribute:status/Value:active' => 'Aktívny',
+ 'Class:BusinessProcess/Attribute:status/Value:active+' => '',
+ 'Class:BusinessProcess/Attribute:status/Value:inactive' => 'Neaktívny',
+ 'Class:BusinessProcess/Attribute:status/Value:inactive+' => '',
+ 'Class:Middleware' => 'Middleware',
+ 'Class:Middleware+' => '',
+ 'Class:Middleware/Attribute:middlewareinstance_list' => 'Middleware inštancie',
+ 'Class:Middleware/Attribute:middlewareinstance_list+' => '',
+ 'Class:DBServer' => 'DB Server',
+ 'Class:DBServer+' => '',
+ 'Class:DBServer/Attribute:dbschema_list' => 'DB schémy',
+ 'Class:DBServer/Attribute:dbschema_list+' => '',
+ 'Class:WebServer' => 'Web server',
+ 'Class:WebServer+' => '',
+ 'Class:WebServer/Attribute:webapp_list' => 'Webové aplikácie',
+ 'Class:WebServer/Attribute:webapp_list+' => '',
+ 'Class:PCSoftware' => 'PC softvér',
+ 'Class:PCSoftware+' => '',
+ 'Class:OtherSoftware' => 'Iný softvér',
+ 'Class:OtherSoftware+' => '',
+ 'Class:MiddlewareInstance' => 'Middleware inštancia',
+ 'Class:MiddlewareInstance+' => '',
+ 'Class:MiddlewareInstance/Attribute:middleware_id' => 'Middleware',
+ 'Class:MiddlewareInstance/Attribute:middleware_id+' => '',
+ 'Class:DatabaseSchema' => 'Databázová schéma',
+ 'Class:DatabaseSchema+' => '',
+ 'Class:DatabaseSchema/Attribute:dbserver_id' => 'DB server',
+ 'Class:DatabaseSchema/Attribute:dbserver_id+' => '',
+ 'Class:WebApplication' => 'Webová Aplikácia',
+ 'Class:WebApplication+' => '',
+ 'Class:WebApplication/Attribute:webserver_id' => 'Web server',
+ 'Class:WebApplication/Attribute:webserver_id+' => '',
+ 'Class:WebApplication/Attribute:url' => 'URL',
+ 'Class:WebApplication/Attribute:url+' => '',
+ 'Class:Software' => 'Softvér',
+ 'Class:Software+' => '',
+ 'Class:Software/Attribute:name' => 'Názov',
+ 'Class:Software/Attribute:name+' => '',
+ 'Class:Software/Attribute:vendor' => 'Dodávateľ',
+ 'Class:Software/Attribute:vendor+' => '',
+ 'Class:Software/Attribute:version' => 'Verzia',
+ 'Class:Software/Attribute:version+' => '',
+ 'Class:Software/Attribute:documents_list' => 'Dokumenty',
+ 'Class:Software/Attribute:documents_list+' => '',
+ 'Class:Software/Attribute:type' => 'Typ',
+ 'Class:Software/Attribute:type+' => '',
+ 'Class:Software/Attribute:type/Value:DBServer' => 'DB Server',
+ 'Class:Software/Attribute:type/Value:DBServer+' => '',
+ 'Class:Software/Attribute:type/Value:Middleware' => 'Middleware',
+ 'Class:Software/Attribute:type/Value:Middleware+' => '',
+ 'Class:Software/Attribute:type/Value:OtherSoftware' => 'Iný softvér',
+ 'Class:Software/Attribute:type/Value:OtherSoftware+' => '',
+ 'Class:Software/Attribute:type/Value:PCSoftware' => 'PC softvér',
+ 'Class:Software/Attribute:type/Value:PCSoftware+' => '',
+ 'Class:Software/Attribute:type/Value:WebServer' => 'Web Server',
+ 'Class:Software/Attribute:type/Value:WebServer+' => '',
+ 'Class:Software/Attribute:softwareinstance_list' => 'Softvérové inštancie',
+ 'Class:Software/Attribute:softwareinstance_list+' => '',
+ 'Class:Software/Attribute:softwarepatch_list' => 'Softvérové záplaty',
+ 'Class:Software/Attribute:softwarepatch_list+' => '',
+ 'Class:Software/Attribute:softwarelicence_list' => 'Softvérové licencie',
+ 'Class:Software/Attribute:softwarelicence_list+' => '',
+ 'Class:OSPatch' => 'Záplata OS',
+ 'Class:OSPatch+' => '',
+ 'Class:OSPatch/Attribute:functionalcis_list' => 'Zariadenia',
+ 'Class:OSPatch/Attribute:functionalcis_list+' => '',
+ 'Class:OSPatch/Attribute:osversion_id' => 'Verzia OS',
+ 'Class:OSPatch/Attribute:osversion_id+' => '',
+ 'Class:SoftwarePatch' => 'Softvérová záplata',
+ 'Class:SoftwarePatch+' => '',
+ 'Class:SoftwarePatch/Attribute:software_id' => 'Softvér',
+ 'Class:SoftwarePatch/Attribute:software_id+' => '',
+ 'Class:SoftwarePatch/Attribute:softwareinstances_list' => 'Inštancie softvéru',
+ 'Class:SoftwarePatch/Attribute:softwareinstances_list+' => '',
+ 'Class:OSLicence' => 'Licencia OS',
+ 'Class:OSLicence+' => '',
+ 'Class:OSLicence/Attribute:osversion_id' => 'Verzia OS',
+ 'Class:OSLicence/Attribute:osversion_id+' => '',
+ 'Class:OSLicence/Attribute:virtualmachines_list' => 'Virtuálne zariadenia',
+ 'Class:OSLicence/Attribute:virtualmachines_list+' => '',
+ 'Class:OSLicence/Attribute:servers_list' => 'Servery',
+ 'Class:OSLicence/Attribute:servers_list+' => '',
+ 'Class:SoftwareLicence' => 'Softvérová licencia',
+ 'Class:SoftwareLicence+' => '',
+ 'Class:SoftwareLicence/Attribute:software_id' => 'Softvér',
+ 'Class:SoftwareLicence/Attribute:software_id+' => '',
+ 'Class:SoftwareLicence/Attribute:softwareinstance_list' => 'Inštancie softvéru',
+ 'Class:SoftwareLicence/Attribute:softwareinstance_list+' => '',
+ 'Class:lnkDocumentToLicence' => 'väzba Dokument/Licencia',
+ 'Class:lnkDocumentToLicence+' => '',
+ 'Class:lnkDocumentToLicence/Attribute:licence_id' => 'Licencia',
+ 'Class:lnkDocumentToLicence/Attribute:licence_id+' => '',
+ 'Class:lnkDocumentToLicence/Attribute:document_id' => 'Dokument',
+ 'Class:lnkDocumentToLicence/Attribute:document_id+' => '',
+ 'Class:OSVersion' => 'Verzia OS',
+ 'Class:OSVersion+' => '',
+ 'Class:OSVersion/Attribute:osfamily_id' => 'Kategória OS',
+ 'Class:OSVersion/Attribute:osfamily_id+' => '',
+ 'Class:OSFamily' => 'Kategória OS',
+ 'Class:OSFamily+' => '',
+ 'Class:DocumentType' => 'Typ dokumentu',
+ 'Class:DocumentType+' => '',
+ 'Class:ContactType' => 'Typ kontaktu',
+ 'Class:ContactType+' => '',
+ 'Class:Brand' => 'Značka',
+ 'Class:Brand+' => '',
+ 'Class:Brand/Attribute:physicaldevices_list' => 'Zariadenia',
+ 'Class:Brand/Attribute:physicaldevices_list+' => '',
+ 'Class:Model' => 'Model',
+ 'Class:Model+' => '',
+ 'Class:Model/Attribute:brand_id' => 'Značka',
+ 'Class:Model/Attribute:brand_id+' => '',
+ 'Class:Model/Attribute:type' => 'Typ zariadena',
+ 'Class:Model/Attribute:type+' => '',
+ 'Class:Model/Attribute:type/Value:DiskArray' => 'Diskové pole',
+ 'Class:Model/Attribute:type/Value:DiskArray+' => '',
+ 'Class:Model/Attribute:type/Value:Enclosure' => 'Kryt',
+ 'Class:Model/Attribute:type/Value:Enclosure+' => '',
+ 'Class:Model/Attribute:type/Value:IPPhone' => 'IP Telefón',
+ 'Class:Model/Attribute:type/Value:IPPhone+' => '',
+ 'Class:Model/Attribute:type/Value:MobilePhone' => 'Mobilný telefón',
+ 'Class:Model/Attribute:type/Value:MobilePhone+' => '',
+ 'Class:Model/Attribute:type/Value:NAS' => 'NAS',
+ 'Class:Model/Attribute:type/Value:NAS+' => '',
+ 'Class:Model/Attribute:type/Value:NetworkDevice' => 'Sieťové zariadenie',
+ 'Class:Model/Attribute:type/Value:NetworkDevice+' => '',
+ 'Class:Model/Attribute:type/Value:PC' => 'PC',
+ 'Class:Model/Attribute:type/Value:PC+' => '',
+ 'Class:Model/Attribute:type/Value:PDU' => 'PDU',
+ 'Class:Model/Attribute:type/Value:PDU+' => '',
+ 'Class:Model/Attribute:type/Value:Peripheral' => 'Periférie',
+ 'Class:Model/Attribute:type/Value:Peripheral+' => '',
+ 'Class:Model/Attribute:type/Value:PowerSource' => 'Zdroj napájania',
+ 'Class:Model/Attribute:type/Value:PowerSource+' => '',
+ 'Class:Model/Attribute:type/Value:Printer' => 'Tlačiareň',
+ 'Class:Model/Attribute:type/Value:Printer+' => '',
+ 'Class:Model/Attribute:type/Value:Rack' => 'stojan (Rack)',
+ 'Class:Model/Attribute:type/Value:Rack+' => '',
+ 'Class:Model/Attribute:type/Value:SANSwitch' => 'SAN prepínač',
+ 'Class:Model/Attribute:type/Value:SANSwitch+' => '',
+ 'Class:Model/Attribute:type/Value:Server' => 'Server',
+ 'Class:Model/Attribute:type/Value:Server+' => '',
+ 'Class:Model/Attribute:type/Value:StorageSystem' => 'Úložiskový systém',
+ 'Class:Model/Attribute:type/Value:StorageSystem+' => '',
+ 'Class:Model/Attribute:type/Value:Tablet' => 'Tablet',
+ 'Class:Model/Attribute:type/Value:Tablet+' => '',
+ 'Class:Model/Attribute:type/Value:TapeLibrary' => 'Pásková knižnica',
+ 'Class:Model/Attribute:type/Value:TapeLibrary+' => '',
+ 'Class:Model/Attribute:type/Value:Telephone' => 'Telefón',
+ 'Class:Model/Attribute:type/Value:Telephone+' => '',
+ 'Class:Model/Attribute:physicaldevices_list' => 'Zariadenia',
+ 'Class:Model/Attribute:physicaldevices_list+' => '',
+ 'Class:NetworkDeviceType' => 'Typ sieťového zariadenia',
+ 'Class:NetworkDeviceType+' => '',
+ 'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list' => 'Sieťové zariadenia',
+ 'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list+' => '',
+ 'Class:IOSVersion' => 'Verzia IOSu',
+ 'Class:IOSVersion+' => '',
+ 'Class:IOSVersion/Attribute:brand_id' => 'Značka',
+ 'Class:IOSVersion/Attribute:brand_id+' => '',
+ 'Class:lnkDocumentToPatch' => 'väzba - Dokument / Záplata',
+ 'Class:lnkDocumentToPatch+' => '',
+ 'Class:lnkDocumentToPatch/Attribute:patch_id' => 'Záplata',
+ 'Class:lnkDocumentToPatch/Attribute:patch_id+' => '',
+ 'Class:lnkDocumentToPatch/Attribute:document_id' => 'Dokument',
+ 'Class:lnkDocumentToPatch/Attribute:document_id+' => '',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch' => 'väzba - Softvérová inštancia / Softvérová záplata',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch+' => '',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_id' => 'Softvérová záplata',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_id+' => '',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_id' => 'Softvérová inštancia',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_id+' => '',
+ 'Class:lnkFunctionalCIToOSPatch' => 'väzba - Komponent / Záplata OS',
+ 'Class:lnkFunctionalCIToOSPatch+' => '',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_id' => 'Záplata OS',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_id+' => '',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_id' => 'Komponent',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_id+' => '',
+ 'Class:lnkDocumentToSoftware' => 'väzba Dokument / Softvér',
+ 'Class:lnkDocumentToSoftware+' => '',
+ 'Class:lnkDocumentToSoftware/Attribute:software_id' => 'Softvér',
+ 'Class:lnkDocumentToSoftware/Attribute:software_id+' => '',
+ 'Class:lnkDocumentToSoftware/Attribute:document_id' => 'Dokument',
+ 'Class:lnkDocumentToSoftware/Attribute:document_id+' => '',
+ 'Class:lnkContactToFunctionalCI' => 'väzba - Kontakt / Komponent',
+ 'Class:lnkContactToFunctionalCI+' => '',
+ 'Class:lnkContactToFunctionalCI/Attribute:functionalci_id' => 'Komponent',
+ 'Class:lnkContactToFunctionalCI/Attribute:functionalci_id+' => '',
+ 'Class:lnkContactToFunctionalCI/Attribute:contact_id' => 'Kontakt',
+ 'Class:lnkContactToFunctionalCI/Attribute:contact_id+' => '',
+ 'Class:lnkDocumentToFunctionalCI' => 'väzba - Dokument / Komponent',
+ 'Class:lnkDocumentToFunctionalCI+' => '',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_id' => 'Komponent',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_id+' => '',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:document_id' => 'Dokument',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:document_id+' => '',
+ 'Class:Subnet' => 'Podsieť',
+ 'Class:Subnet+' => '',
+ 'Class:Subnet/Attribute:description' => 'Popis',
+ 'Class:Subnet/Attribute:description+' => '',
+ 'Class:Subnet/Attribute:org_id' => 'Organizácia',
+ 'Class:Subnet/Attribute:org_id+' => '',
+ 'Class:Subnet/Attribute:ip' => 'IP Adresa',
+ 'Class:Subnet/Attribute:ip+' => '',
+ 'Class:Subnet/Attribute:ip_mask' => 'Maska IP adresy',
+ 'Class:Subnet/Attribute:ip_mask+' => '',
+ 'Class:PhysicalInterface' => 'Fyzické rozhranie',
+ 'Class:PhysicalInterface+' => '',
+ 'Class:PhysicalInterface/Attribute:connectableci_id' => 'Pripojitelné Zariadenie',
+ 'Class:PhysicalInterface/Attribute:connectableci_id+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice' => 'väzba - Komponent / Sieťové zariadenie',
+ 'Class:lnkConnectableCIToNetworkDevice+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_id' => 'Sieťové zariadenie',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_id+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_id' => 'Pripojiteľné zariadenie',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_id+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:network_port' => 'Sieťový port',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:network_port+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:device_port' => 'Port zariadenia',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:device_port+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type' => 'Typ pripojenia',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:downlink' => 'downlink',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:downlink+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:uplink' => 'uplink',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connection_type/Value:uplink+' => '',
+ 'Class:lnkApplicationSolutionToFunctionalCI' => 'väzba - Aplikačné riešenie / Komponent',
+ 'Class:lnkApplicationSolutionToFunctionalCI+' => '',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id' => 'Aplikačné riešenie',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id+' => '',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_id' => 'Komponent',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_id+' => '',
+ 'Class:lnkApplicationSolutionToBusinessProcess' => 'väzba - Aplikačné riešenie / Biznis proces',
+ 'Class:lnkApplicationSolutionToBusinessProcess+' => '',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_id' => 'Biznis proces',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_id+' => '',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_id' => 'Aplikačné riešenie',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_id+' => '',
+ 'Class:lnkPersonToTeam' => 'väzba - Osoba / Tím',
+ 'Class:lnkPersonToTeam+' => '',
+ 'Class:lnkPersonToTeam/Attribute:team_id' => 'Tím',
+ 'Class:lnkPersonToTeam/Attribute:team_id+' => '',
+ 'Class:lnkPersonToTeam/Attribute:person_id' => 'Osoba',
+ 'Class:lnkPersonToTeam/Attribute:person_id+' => '',
+ 'Class:lnkPersonToTeam/Attribute:role_id' => 'Rola',
+ 'Class:lnkPersonToTeam/Attribute:role_id+' => '',
+ 'Class:Group' => 'Skupina',
+ 'Class:Group+' => '',
+ 'Class:Group/Attribute:name' => 'Názov',
+ 'Class:Group/Attribute:name+' => '',
+ 'Class:Group/Attribute:status' => 'Stav',
+ 'Class:Group/Attribute:status+' => '',
+ 'Class:Group/Attribute:status/Value:implementation' => 'Implementácia',
+ 'Class:Group/Attribute:status/Value:implementation+' => '',
+ 'Class:Group/Attribute:status/Value:obsolete' => 'Vyradená',
+ 'Class:Group/Attribute:status/Value:obsolete+' => '',
+ 'Class:Group/Attribute:status/Value:production' => 'Produkcia',
+ 'Class:Group/Attribute:status/Value:production+' => '',
+ 'Class:Group/Attribute:org_id' => 'Organizácia',
+ 'Class:Group/Attribute:org_id+' => '',
+ 'Class:Group/Attribute:description' => 'Popis',
+ 'Class:Group/Attribute:description+' => '',
+ 'Class:Group/Attribute:type' => 'Typ',
+ 'Class:Group/Attribute:type+' => '',
+ 'Class:Group/Attribute:parent_id' => 'Nadradená skupina',
+ 'Class:Group/Attribute:parent_id+' => '',
+ 'Class:Group/Attribute:ci_list' => 'Prislúchajúce zariadenia',
+ 'Class:Group/Attribute:ci_list+' => '',
+ 'Class:lnkGroupToCI' => 'väzba - Skupina / Zariadenie',
+ 'Class:lnkGroupToCI+' => '',
+ 'Class:lnkGroupToCI/Attribute:group_id' => 'Skupina',
+ 'Class:lnkGroupToCI/Attribute:group_id+' => '',
+ 'Class:lnkGroupToCI/Attribute:ci_id' => 'Zariadenie',
+ 'Class:lnkGroupToCI/Attribute:ci_id+' => '',
+ 'Class:lnkGroupToCI/Attribute:reason' => 'Dôvod',
+ 'Class:lnkGroupToCI/Attribute:reason+' => '',
+ 'Class:Rack' => 'stojan (Rack)',
+ 'Class:Rack+' => '',
+ 'Class:Rack/Attribute:nb_u' => 'NB U',
+ 'Class:Rack/Attribute:nb_u+' => '',
+ 'Class:Rack/Attribute:device_list' => 'Zariadenia',
+ 'Class:Rack/Attribute:device_list+' => '',
+ 'Class:Rack/Attribute:enclosure_list' => 'Kryt',
+ 'Class:Rack/Attribute:enclosure_list+' => '',
+ 'Class:Enclosure' => 'Kryt (enclosure)',
+ 'Class:Enclosure+' => '',
+ 'Class:Enclosure/Attribute:rack_id' => 'stojan (Rack)',
+ 'Class:Enclosure/Attribute:rack_id+' => '',
+ 'Class:Enclosure/Attribute:nb_u' => 'NB U',
+ 'Class:Enclosure/Attribute:nb_u+' => '',
+ 'Class:Enclosure/Attribute:device_list' => 'Zariadenia',
+ 'Class:Enclosure/Attribute:device_list+' => '',
+ 'Class:PowerSource' => 'Napájací zdroj',
+ 'Class:PowerSource+' => '',
+ 'Class:PowerSource/Attribute:pdus_list' => 'Napäťové distribučné jednotky (PDU)',
+ 'Class:PowerSource/Attribute:pdus_list+' => '',
+ 'Class:PDU' => 'Napäťová distribučná jednotka (PDU)',
+ 'Class:PDU+' => '',
+ 'Class:PDU/Attribute:rack_id' => 'stojan (Rack)',
+ 'Class:PDU/Attribute:rack_id+' => '',
+ 'Class:PDU/Attribute:powerstart_id' => 'Power start',
+ 'Class:PDU/Attribute:powerstart_id+' => '',
+ 'Class:PC' => 'PC',
+ 'Class:PC+' => '',
+ 'Class:PC/Attribute:osfamily_id' => 'Kategória OS',
+ 'Class:PC/Attribute:osfamily_id+' => '',
+ 'Class:PC/Attribute:osversion_id' => 'Verzia OS',
+ 'Class:PC/Attribute:osversion_id+' => '',
+ 'Class:PC/Attribute:cpu' => 'Procesor',
+ 'Class:PC/Attribute:cpu+' => '',
+ 'Class:PC/Attribute:ram' => 'Operačná pamäť',
+ 'Class:PC/Attribute:ram+' => '',
+ 'Class:PC/Attribute:type' => 'Typ',
+ 'Class:PC/Attribute:type+' => '',
+ 'Class:PC/Attribute:type/Value:desktop' => 'Stolový počítač',
+ 'Class:PC/Attribute:type/Value:desktop+' => '',
+ 'Class:PC/Attribute:type/Value:laptop' => 'Laptop',
+ 'Class:PC/Attribute:type/Value:laptop+' => '',
+ 'Class:Printer' => 'Tlačiareň',
+ 'Class:Printer+' => '',
+ 'Class:Phone' => 'Telefón',
+ 'Class:Phone+' => '',
+ 'Class:MobilePhone' => 'Mobilný telefón',
+ 'Class:MobilePhone+' => '',
+ 'Class:MobilePhone/Attribute:imei' => 'IMEI',
+ 'Class:MobilePhone/Attribute:imei+' => '',
+ 'Class:MobilePhone/Attribute:hw_pin' => 'HW PIN',
+ 'Class:MobilePhone/Attribute:hw_pin+' => '',
+ 'Class:IPPhone' => 'IP telefón',
+ 'Class:IPPhone+' => '',
+ 'Class:Tablet' => 'Tablet',
+ 'Class:Tablet+' => '',
+ 'Class:Peripheral' => 'Periférie',
+ 'Class:Peripheral+' => '',
+ 'Class:ContractType' => 'Typ zmluvy',
+ 'Class:ContractType+' => '',
+ 'Class:CustomerContract' => 'Zákaznícka zmluva',
+ 'Class:CustomerContract+' => '',
+ 'Class:CustomerContract/Attribute:services_list' => 'Služby',
+ 'Class:CustomerContract/Attribute:services_list+' => '',
+ 'Class:ProviderContract' => 'Poskytovateľská zmluva',
+ 'Class:ProviderContract+' => '',
+ 'Class:ProviderContract/Attribute:functionalcis_list' => 'Zariadenia',
+ 'Class:ProviderContract/Attribute:functionalcis_list+' => '',
+ 'Class:ProviderContract/Attribute:sla' => 'SLA',
+ 'Class:ProviderContract/Attribute:sla+' => '',
+ 'Class:ProviderContract/Attribute:coverage' => 'Časy pokrytia',
+ 'Class:ProviderContract/Attribute:coverage+' => '',
+ 'Class:lnkContactToContract' => 'väzba - Kontakt / zmluva',
+ 'Class:lnkContactToContract+' => '',
+ 'Class:lnkContactToContract/Attribute:contract_id' => 'zmluva',
+ 'Class:lnkContactToContract/Attribute:contract_id+' => '',
+ 'Class:lnkContactToContract/Attribute:contact_id' => 'Kontakt',
+ 'Class:lnkContactToContract/Attribute:contact_id+' => '',
+ 'Class:lnkContractToDocument' => 'väzba - zmluva / Dokument',
+ 'Class:lnkContractToDocument+' => '',
+ 'Class:lnkContractToDocument/Attribute:contract_id' => 'zmluva',
+ 'Class:lnkContractToDocument/Attribute:contract_id+' => '',
+ 'Class:lnkContractToDocument/Attribute:document_id' => 'Dokument',
+ 'Class:lnkContractToDocument/Attribute:document_id+' => '',
+ 'Class:lnkFunctionalCIToProviderContract' => 'väzba - Komponent / Poskytovateľská zmluva',
+ 'Class:lnkFunctionalCIToProviderContract+' => '',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Poskytovateľská zmluva',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id+' => '',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id' => 'Zariadenie',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id+' => '',
+ 'Class:ServiceFamily' => 'Kategória služieb',
+ 'Class:ServiceFamily+' => '',
+ 'Class:ServiceFamily/Attribute:name' => 'Názov',
+ 'Class:ServiceFamily/Attribute:name+' => '',
+ 'Class:ServiceFamily/Attribute:services_list' => 'Služby',
+ 'Class:ServiceFamily/Attribute:services_list+' => '',
+ 'Class:Service' => 'Služby',
+ 'Class:Service+' => '',
+ 'Class:Service/Attribute:name' => 'Názov',
+ 'Class:Service/Attribute:name+' => '',
+ 'Class:Service/Attribute:org_id' => 'Poskytovateľ',
+ 'Class:Service/Attribute:org_id+' => '',
+ 'Class:Service/Attribute:servicefamily_id' => 'Kategória služieb',
+ 'Class:Service/Attribute:servicefamily_id+' => '',
+ 'Class:Service/Attribute:description' => 'Popis',
+ 'Class:Service/Attribute:description+' => '',
+ 'Class:Service/Attribute:documents_list' => 'Dokumenty',
+ 'Class:Service/Attribute:documents_list+' => '',
+ 'Class:Service/Attribute:contacts_list' => 'Kontakty',
+ 'Class:Service/Attribute:contacts_list+' => '',
+ 'Class:Service/Attribute:status' => 'Stav',
+ 'Class:Service/Attribute:status+' => '',
+ 'Class:Service/Attribute:status/Value:implementation' => 'Implementácia',
+ 'Class:Service/Attribute:status/Value:implementation+' => '',
+ 'Class:Service/Attribute:status/Value:obsolete' => 'Vyradená',
+ 'Class:Service/Attribute:status/Value:obsolete+' => '',
+ 'Class:Service/Attribute:status/Value:production' => 'Produkcia',
+ 'Class:Service/Attribute:status/Value:production+' => '',
+ 'Class:Service/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
+ 'Class:Service/Attribute:customercontracts_list+' => '',
+ 'Class:Service/Attribute:providercontracts_list' => 'Poskytovateľské zmluvy',
+ 'Class:Service/Attribute:providercontracts_list+' => '',
+ 'Class:Service/Attribute:functionalcis_list' => 'Zariadenia',
+ 'Class:Service/Attribute:functionalcis_list+' => '',
+ 'Class:Service/Attribute:servicesubcategories_list' => 'Podkategórie služieb',
+ 'Class:Service/Attribute:servicesubcategories_list+' => '',
+ 'Class:lnkDocumentToService' => 'väzba - Dokument / Služba',
+ 'Class:lnkDocumentToService+' => '',
+ 'Class:lnkDocumentToService/Attribute:service_id' => 'Služba',
+ 'Class:lnkDocumentToService/Attribute:service_id+' => '',
+ 'Class:lnkDocumentToService/Attribute:document_id' => 'Dokument',
+ 'Class:lnkDocumentToService/Attribute:document_id+' => '',
+ 'Class:lnkContactToService' => 'väzba - Kontakt / Služba',
+ 'Class:lnkContactToService+' => '',
+ 'Class:lnkContactToService/Attribute:service_id' => 'Služba',
+ 'Class:lnkContactToService/Attribute:service_id+' => '',
+ 'Class:lnkContactToService/Attribute:contact_id' => 'Kontakt',
+ 'Class:lnkContactToService/Attribute:contact_id+' => '',
+ 'Class:ServiceSubcategory' => 'Podkategória služieb',
+ 'Class:ServiceSubcategory+' => '',
+ 'Class:ServiceSubcategory/Attribute:name' => 'Názov',
+ 'Class:ServiceSubcategory/Attribute:name+' => '',
+ 'Class:ServiceSubcategory/Attribute:description' => 'Popis',
+ 'Class:ServiceSubcategory/Attribute:description+' => '',
+ 'Class:ServiceSubcategory/Attribute:service_id' => 'Služba',
+ 'Class:ServiceSubcategory/Attribute:service_id+' => '',
+ 'Class:ServiceSubcategory/Attribute:request_type' => 'Typ požiadavky',
+ 'Class:ServiceSubcategory/Attribute:request_type+' => '',
+ 'Class:ServiceSubcategory/Attribute:request_type/Value:incident' => 'Incident',
+ 'Class:ServiceSubcategory/Attribute:request_type/Value:incident+' => '',
+ 'Class:ServiceSubcategory/Attribute:request_type/Value:service_request' => 'Požiadavka',
+ 'Class:ServiceSubcategory/Attribute:request_type/Value:service_request+' => '',
+ 'Class:ServiceSubcategory/Attribute:status' => 'Stav',
+ 'Class:ServiceSubcategory/Attribute:status+' => '',
+ 'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'Implementácia',
+ 'Class:ServiceSubcategory/Attribute:status/Value:implementation+' => '',
+ 'Class:ServiceSubcategory/Attribute:status/Value:obsolete' => 'Vyradená',
+ 'Class:ServiceSubcategory/Attribute:status/Value:obsolete+' => '',
+ 'Class:ServiceSubcategory/Attribute:status/Value:production' => 'Produkcia',
+ 'Class:ServiceSubcategory/Attribute:status/Value:production+' => '',
+ 'Class:SLA' => 'SLA',
+ 'Class:SLA+' => '',
+ 'Class:SLA/Attribute:name' => 'Názov',
+ 'Class:SLA/Attribute:name+' => '',
+ 'Class:SLA/Attribute:description' => 'Popis',
+ 'Class:SLA/Attribute:description+' => '',
+ 'Class:SLA/Attribute:org_id' => 'Poskytovateľ',
+ 'Class:SLA/Attribute:org_id+' => '',
+ 'Class:SLA/Attribute:slts_list' => 'SLTs',
+ 'Class:SLA/Attribute:slts_list+' => '',
+ 'Class:SLA/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
+ 'Class:SLA/Attribute:customercontracts_list+' => '',
+ 'Class:SLT' => 'SLT',
+ 'Class:SLT+' => '',
+ 'Class:SLT/Attribute:name' => 'Názov',
+ 'Class:SLT/Attribute:name+' => '',
+ 'Class:SLT/Attribute:priority' => 'Priorita',
+ 'Class:SLT/Attribute:priority+' => '',
+ 'Class:SLT/Attribute:priority/Value:1' => 'Kritická',
+ 'Class:SLT/Attribute:priority/Value:1+' => '',
+ 'Class:SLT/Attribute:priority/Value:2' => 'Vysoká',
+ 'Class:SLT/Attribute:priority/Value:2+' => '',
+ 'Class:SLT/Attribute:priority/Value:3' => 'Stredná',
+ 'Class:SLT/Attribute:priority/Value:3+' => '',
+ 'Class:SLT/Attribute:priority/Value:4' => 'Nízka',
+ 'Class:SLT/Attribute:priority/Value:4+' => '',
+ 'Class:SLT/Attribute:request_type' => 'Typ požiadavky',
+ 'Class:SLT/Attribute:request_type+' => '',
+ 'Class:SLT/Attribute:request_type/Value:incident' => 'Incident',
+ 'Class:SLT/Attribute:request_type/Value:incident+' => '',
+ 'Class:SLT/Attribute:request_type/Value:service_request' => 'Požiadavka',
+ 'Class:SLT/Attribute:request_type/Value:service_request+' => '',
+ 'Class:SLT/Attribute:metric' => 'Metrika',
+ 'Class:SLT/Attribute:metric+' => '',
+ 'Class:SLT/Attribute:metric/Value:tto' => 'TTO',
+ 'Class:SLT/Attribute:metric/Value:tto+' => '',
+ 'Class:SLT/Attribute:metric/Value:ttr' => 'TTR',
+ 'Class:SLT/Attribute:metric/Value:ttr+' => '',
+ 'Class:SLT/Attribute:value' => 'Hodnota',
+ 'Class:SLT/Attribute:value+' => '',
+ 'Class:SLT/Attribute:unit' => 'Jednotka',
+ 'Class:SLT/Attribute:unit+' => '',
+ 'Class:SLT/Attribute:unit/Value:hours' => 'Hodiny',
+ 'Class:SLT/Attribute:unit/Value:hours+' => '',
+ 'Class:SLT/Attribute:unit/Value:minutes' => 'Minúty',
+ 'Class:SLT/Attribute:unit/Value:minutes+' => '',
+ 'Class:lnkSLAToSLT' => 'väzba - SLA / SLT',
+ 'Class:lnkSLAToSLT+' => '',
+ 'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA',
+ 'Class:lnkSLAToSLT/Attribute:sla_id+' => '',
+ 'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT',
+ 'Class:lnkSLAToSLT/Attribute:slt_id+' => '',
+ 'Class:lnkCustomerContractToService' => 'väzba - Zákaznícka zmluva / Služba',
+ 'Class:lnkCustomerContractToService+' => '',
+ 'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Zákaznícka zmluva',
+ 'Class:lnkCustomerContractToService/Attribute:customercontract_id+' => '',
+ 'Class:lnkCustomerContractToService/Attribute:service_id' => 'Služba',
+ 'Class:lnkCustomerContractToService/Attribute:service_id+' => '',
+ 'Class:lnkCustomerContractToService/Attribute:sla_id' => 'SLA',
+ 'Class:lnkCustomerContractToService/Attribute:sla_id+' => '',
+ 'Class:lnkProviderContractToService' => 'väzba - Poskytovateľská zmluva / Služba',
+ 'Class:lnkProviderContractToService+' => '',
+ 'Class:lnkProviderContractToService/Attribute:service_id' => 'Služba',
+ 'Class:lnkProviderContractToService/Attribute:service_id+' => '',
+ 'Class:lnkProviderContractToService/Attribute:providercontract_id' => 'Poskytovateľská zmluva',
+ 'Class:lnkProviderContractToService/Attribute:providercontract_id+' => '',
+ 'Class:lnkFunctionalCIToService' => 'väzba - Komponent / Služba',
+ 'Class:lnkFunctionalCIToService+' => '',
+ 'Class:lnkFunctionalCIToService/Attribute:service_id' => 'Služba',
+ 'Class:lnkFunctionalCIToService/Attribute:service_id+' => '',
+ 'Class:lnkFunctionalCIToService/Attribute:functionalci_id' => 'Zariadenie',
+ 'Class:lnkFunctionalCIToService/Attribute:functionalci_id+' => '',
+ 'Class:DeliveryModel' => 'Model dodávky',
+ 'Class:DeliveryModel+' => '',
+ 'Class:DeliveryModel/Attribute:name' => 'Názov',
+ 'Class:DeliveryModel/Attribute:name+' => '',
+ 'Class:DeliveryModel/Attribute:org_id' => 'Organizácia',
+ 'Class:DeliveryModel/Attribute:org_id+' => '',
+ 'Class:DeliveryModel/Attribute:description' => 'Popis',
+ 'Class:DeliveryModel/Attribute:description+' => '',
+ 'Class:DeliveryModel/Attribute:contacts_list' => 'Kontakty',
+ 'Class:DeliveryModel/Attribute:contacts_list+' => '',
+ 'Class:DeliveryModel/Attribute:customers_list' => 'Zákazníci',
+ 'Class:DeliveryModel/Attribute:customers_list+' => '',
+ 'Class:lnkDeliveryModelToContact' => 'väzba - Model dodávky / Kontakt',
+ 'Class:lnkDeliveryModelToContact+' => '',
+ 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Model dodávky',
+ 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id+' => '',
+ 'Class:lnkDeliveryModelToContact/Attribute:contact_id' => 'Kontakt',
+ 'Class:lnkDeliveryModelToContact/Attribute:contact_id+' => '',
+ 'Class:lnkDeliveryModelToContact/Attribute:role_id' => 'Rola',
+ 'Class:lnkDeliveryModelToContact/Attribute:role_id+' => '',
+ 'Class:StorageSystem' => 'Úložiskový systém',
+ 'Class:StorageSystem+' => '',
+ 'Class:StorageSystem/Attribute:logicalvolume_list' => 'Logické disky',
+ 'Class:StorageSystem/Attribute:logicalvolume_list+' => '',
+ 'Class:SANSwitch' => 'SAN prepínač',
+ 'Class:SANSwitch+' => '',
+ 'Class:SANSwitch/Attribute:datacenterdevice_list' => 'Zariadenia',
+ 'Class:SANSwitch/Attribute:datacenterdevice_list+' => '',
+ 'Class:TapeLibrary' => 'Pásková knižnica',
+ 'Class:TapeLibrary+' => '',
+ 'Class:TapeLibrary/Attribute:tapes_list' => 'Pásky',
+ 'Class:TapeLibrary/Attribute:tapes_list+' => '',
+ 'Class:NAS' => 'NAS',
+ 'Class:NAS+' => '',
+ 'Class:NAS/Attribute:nasfilesystem_list' => 'Súborové systémy',
+ 'Class:NAS/Attribute:nasfilesystem_list+' => '',
+ 'Class:FiberChannelInterface' => 'Optické rozhranie',
+ 'Class:FiberChannelInterface+' => '',
+ 'Class:FiberChannelInterface/Attribute:speed' => 'Rýchlosť',
+ 'Class:FiberChannelInterface/Attribute:speed+' => '',
+ 'Class:FiberChannelInterface/Attribute:topology' => 'Topológia',
+ 'Class:FiberChannelInterface/Attribute:topology+' => '',
+ 'Class:FiberChannelInterface/Attribute:wwn' => 'WWN',
+ 'Class:FiberChannelInterface/Attribute:wwn+' => '',
+ 'Class:FiberChannelInterface/Attribute:datacenterdevice_id' => 'Zariadenie',
+ 'Class:FiberChannelInterface/Attribute:datacenterdevice_id+' => '',
+ 'Class:Tape' => 'Páska',
+ 'Class:Tape+' => '',
+ 'Class:Tape/Attribute:name' => 'Názov',
+ 'Class:Tape/Attribute:name+' => '',
+ 'Class:Tape/Attribute:description' => 'Popis',
+ 'Class:Tape/Attribute:description+' => '',
+ 'Class:Tape/Attribute:size' => 'Veľkosť',
+ 'Class:Tape/Attribute:size+' => '',
+ 'Class:Tape/Attribute:tapelibrary_id' => 'Pásková knižnica',
+ 'Class:Tape/Attribute:tapelibrary_id+' => '',
+ 'Class:NASFileSystem' => 'NAS Súborový systém',
+ 'Class:NASFileSystem+' => '',
+ 'Class:NASFileSystem/Attribute:name' => 'Názov',
+ 'Class:NASFileSystem/Attribute:name+' => '',
+ 'Class:NASFileSystem/Attribute:description' => 'Popis',
+ 'Class:NASFileSystem/Attribute:description+' => '',
+ 'Class:NASFileSystem/Attribute:raid_level' => 'Raid úroveň',
+ 'Class:NASFileSystem/Attribute:raid_level+' => '',
+ 'Class:NASFileSystem/Attribute:size' => 'Veľkosť',
+ 'Class:NASFileSystem/Attribute:size+' => '',
+ 'Class:NASFileSystem/Attribute:nas_id' => 'NAS',
+ 'Class:NASFileSystem/Attribute:nas_id+' => '',
+ 'Class:LogicalVolume' => 'Logické disky',
+ 'Class:LogicalVolume+' => '',
+ 'Class:LogicalVolume/Attribute:name' => 'Názov',
+ 'Class:LogicalVolume/Attribute:name+' => '',
+ 'Class:LogicalVolume/Attribute:lun_id' => 'LUN ID',
+ 'Class:LogicalVolume/Attribute:lun_id+' => '',
+ 'Class:LogicalVolume/Attribute:description' => 'Popis',
+ 'Class:LogicalVolume/Attribute:description+' => '',
+ 'Class:LogicalVolume/Attribute:raid_level' => 'Raid úroveň',
+ 'Class:LogicalVolume/Attribute:raid_level+' => '',
+ 'Class:LogicalVolume/Attribute:size' => 'Veľkosť',
+ 'Class:LogicalVolume/Attribute:size+' => '',
+ 'Class:LogicalVolume/Attribute:storagesystem_id' => 'Úložiskový systém',
+ 'Class:LogicalVolume/Attribute:storagesystem_id+' => '',
+ 'Class:LogicalVolume/Attribute:servers_list' => 'Servery',
+ 'Class:LogicalVolume/Attribute:servers_list+' => '',
+ 'Class:LogicalVolume/Attribute:virtualdevices_list' => 'Virtuálne zariadenia',
+ 'Class:LogicalVolume/Attribute:virtualdevices_list+' => '',
+ 'Class:lnkServerToVolume' => 'väzba - Server / Logický Disk',
+ 'Class:lnkServerToVolume+' => '',
+ 'Class:lnkServerToVolume/Attribute:volume_id' => 'Logický Disk',
+ 'Class:lnkServerToVolume/Attribute:volume_id+' => '',
+ 'Class:lnkServerToVolume/Attribute:server_id' => 'Server',
+ 'Class:lnkServerToVolume/Attribute:server_id+' => '',
+ 'Class:lnkServerToVolume/Attribute:size_used' => 'Použité miesto',
+ 'Class:lnkServerToVolume/Attribute:size_used+' => '',
+ 'Class:lnkSanToDatacenterDevice' => 'väzba - SAN / Zariadenie',
+ 'Class:lnkSanToDatacenterDevice+' => '',
+ 'Class:lnkSanToDatacenterDevice/Attribute:san_id' => 'SAN prepínač',
+ 'Class:lnkSanToDatacenterDevice/Attribute:san_id+' => '',
+ 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_id' => 'Zariadenie',
+ 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_id+' => '',
+ 'Class:lnkSanToDatacenterDevice/Attribute:san_port' => 'SAN port',
+ 'Class:lnkSanToDatacenterDevice/Attribute:san_port+' => '',
+ 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_port' => '(FC) Port zariadenia',
+ 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_port+' => '',
+ 'Class:Ticket' => 'Ticket',
+ 'Class:Ticket+' => '',
+ 'Class:Ticket/Attribute:ref' => 'Referencia',
+ 'Class:Ticket/Attribute:ref+' => '',
+ 'Class:Ticket/Attribute:org_id' => 'Organizácia',
+ 'Class:Ticket/Attribute:org_id+' => '',
+ 'Class:Ticket/Attribute:caller_id' => 'Zadávateľ',
+ 'Class:Ticket/Attribute:caller_id+' => '',
+ 'Class:Ticket/Attribute:team_id' => 'Tím',
+ 'Class:Ticket/Attribute:team_id+' => '',
+ 'Class:Ticket/Attribute:agent_id' => 'Agent',
+ 'Class:Ticket/Attribute:agent_id+' => '',
+ 'Class:Ticket/Attribute:title' => 'Nadpis',
+ 'Class:Ticket/Attribute:title+' => '',
+ 'Class:Ticket/Attribute:description' => 'Popis',
+ 'Class:Ticket/Attribute:description+' => '',
+ 'Class:Ticket/Attribute:start_date' => 'Dátum začiatku',
+ 'Class:Ticket/Attribute:start_date+' => '',
+ 'Class:Ticket/Attribute:end_date' => 'Dátum ukončenia',
+ 'Class:Ticket/Attribute:end_date+' => '',
+ 'Class:Ticket/Attribute:last_update' => 'Posledná aktualizácia',
+ 'Class:Ticket/Attribute:last_update+' => '',
+ 'Class:Ticket/Attribute:close_date' => 'Dátum uzavretia',
+ 'Class:Ticket/Attribute:close_date+' => '',
+ 'Class:Ticket/Attribute:private_log' => 'Skrytý záznam',
+ 'Class:Ticket/Attribute:private_log+' => '',
+ 'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
+ 'Class:Ticket/Attribute:contacts_list+' => '',
+ 'Class:Ticket/Attribute:functionalcis_list' => 'Komponenty',
+ 'Class:Ticket/Attribute:functionalcis_list+' => '',
+ 'Class:Ticket/Attribute:workorders_list' => 'Pracovné príkazy',
+ 'Class:Ticket/Attribute:workorders_list+' => '',
+ 'Class:Ticket/Attribute:finalclass' => 'Typ',
+ 'Class:Ticket/Attribute:finalclass+' => '',
+ 'Class:lnkContactToTicket' => 'väzba - Kontakt / Ticket',
+ 'Class:lnkContactToTicket+' => '',
+ 'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
+ 'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
+ 'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
+ 'Class:lnkContactToTicket/Attribute:contact_id+' => '',
+ 'Class:lnkContactToTicket/Attribute:role' => 'Rola',
+ 'Class:lnkContactToTicket/Attribute:role+' => '',
+ 'Class:lnkFunctionalCIToTicket' => 'väzba - Komponent / Ticket',
+ 'Class:lnkFunctionalCIToTicket+' => '',
+ 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
+ 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
+ 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Komponent',
+ 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
+ 'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Dopad',
+ 'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
+ 'Class:WorkOrder' => 'Pracovný príkaz',
+ 'Class:WorkOrder+' => '',
+ 'Class:WorkOrder/Attribute:name' => 'Názov',
+ 'Class:WorkOrder/Attribute:name+' => '',
+ 'Class:WorkOrder/Attribute:status' => 'Stav',
+ 'Class:WorkOrder/Attribute:status+' => '',
+ 'Class:WorkOrder/Attribute:status/Value:open' => 'Otvorený',
+ 'Class:WorkOrder/Attribute:status/Value:open+' => '',
+ 'Class:WorkOrder/Attribute:status/Value:closed' => 'Zatvorený',
+ 'Class:WorkOrder/Attribute:status/Value:closed+' => '',
+ 'Class:WorkOrder/Attribute:description' => 'Popis',
+ 'Class:WorkOrder/Attribute:description+' => '',
+ 'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
+ 'Class:WorkOrder/Attribute:ticket_id+' => '',
+ 'Class:WorkOrder/Attribute:team_id' => 'Tím',
+ 'Class:WorkOrder/Attribute:team_id+' => '',
+ 'Class:WorkOrder/Attribute:agent_id' => 'Agent',
+ 'Class:WorkOrder/Attribute:agent_id+' => '',
+ 'Class:WorkOrder/Attribute:start_date' => 'Dátum začiatku',
+ 'Class:WorkOrder/Attribute:start_date+' => '',
+ 'Class:WorkOrder/Attribute:end_date' => 'Dátum ukončenia',
+ 'Class:WorkOrder/Attribute:end_date+' => '',
+ 'Class:WorkOrder/Attribute:log' => 'Záznam',
+ 'Class:WorkOrder/Attribute:log+' => '',
+ 'Class:WorkOrder/Stimulus:ev_close' => 'Zatvoriť',
+ 'Class:WorkOrder/Stimulus:ev_close+' => '',
+ 'Class:Hypervisor' => 'Hypervisor',
+ 'Class:Hypervisor+' => '',
+ 'Class:Hypervisor/Attribute:farm_id' => 'Farma',
+ 'Class:Hypervisor/Attribute:farm_id+' => '',
+ 'Class:Hypervisor/Attribute:server_id' => 'Server',
+ 'Class:Hypervisor/Attribute:server_id+' => '',
+ 'Class:Farm' => 'Farma',
+ 'Class:Farm+' => '',
+ 'Class:Farm/Attribute:hypervisor_list' => 'Hypervisori',
+ 'Class:Farm/Attribute:hypervisor_list+' => '',
+ 'Class:VirtualMachine' => 'Virtuálne zariadenie',
+ 'Class:VirtualMachine+' => '',
+ 'Class:VirtualMachine/Attribute:virtualhost_id' => 'Virtuálny host',
+ 'Class:VirtualMachine/Attribute:virtualhost_id+' => '',
+ 'Class:VirtualMachine/Attribute:osfamily_id' => 'Kategória OS',
+ 'Class:VirtualMachine/Attribute:osfamily_id+' => '',
+ 'Class:VirtualMachine/Attribute:osversion_id' => 'Verzia OS',
+ 'Class:VirtualMachine/Attribute:osversion_id+' => '',
+ 'Class:VirtualMachine/Attribute:oslicence_id' => 'Licencia OS',
+ 'Class:VirtualMachine/Attribute:oslicence_id+' => '',
+ 'Class:VirtualMachine/Attribute:cpu' => 'Procesor',
+ 'Class:VirtualMachine/Attribute:cpu+' => '',
+ 'Class:VirtualMachine/Attribute:ram' => 'Operačná pamäť',
+ 'Class:VirtualMachine/Attribute:ram+' => '',
+ 'Class:VirtualMachine/Attribute:logicalinterface_list' => 'Zoznam sieťových rozhraní',
+ 'Class:VirtualMachine/Attribute:logicalinterface_list+' => '',
+ 'Class:LogicalInterface' => 'Logické rozhranie',
+ 'Class:LogicalInterface+' => '',
+ 'Class:LogicalInterface/Attribute:virtualmachine_id' => 'Virtuálne zariadenie',
+ 'Class:LogicalInterface/Attribute:virtualmachine_id+' => '',
+ 'Class:Change' => 'Zmena',
+ 'Class:Change+' => '',
+ 'Class:Change/Attribute:status' => 'Stav',
+ 'Class:Change/Attribute:status+' => '',
+ 'Class:Change/Attribute:status/Value:new' => 'Nová',
+ 'Class:Change/Attribute:status/Value:new+' => '',
+ 'Class:Change/Attribute:status/Value:assigned' => 'Pridelená',
+ 'Class:Change/Attribute:status/Value:assigned+' => '',
+ 'Class:Change/Attribute:status/Value:planned' => 'Plánovaná',
+ 'Class:Change/Attribute:status/Value:planned+' => '',
+ 'Class:Change/Attribute:status/Value:rejected' => 'Zamietnutá',
+ 'Class:Change/Attribute:status/Value:rejected+' => '',
+ 'Class:Change/Attribute:status/Value:approved' => 'Schválená',
+ 'Class:Change/Attribute:status/Value:approved+' => '',
+ 'Class:Change/Attribute:status/Value:closed' => 'Zatvorená',
+ 'Class:Change/Attribute:status/Value:closed+' => '',
+ 'Class:Change/Attribute:category' => 'Kategória',
+ 'Class:Change/Attribute:category+' => '',
+ 'Class:Change/Attribute:category/Value:application' => 'Aplikácia',
+ 'Class:Change/Attribute:category/Value:application+' => '',
+ 'Class:Change/Attribute:category/Value:hardware' => 'Hardvér',
+ 'Class:Change/Attribute:category/Value:hardware+' => '',
+ 'Class:Change/Attribute:category/Value:network' => 'Sieť',
+ 'Class:Change/Attribute:category/Value:network+' => '',
+ 'Class:Change/Attribute:category/Value:other' => 'Iné',
+ 'Class:Change/Attribute:category/Value:other+' => '',
+ 'Class:Change/Attribute:category/Value:software' => 'Softvér',
+ 'Class:Change/Attribute:category/Value:software+' => '',
+ 'Class:Change/Attribute:category/Value:system' => 'Systém',
+ 'Class:Change/Attribute:category/Value:system+' => '',
+ 'Class:Change/Attribute:reject_reason' => 'Dôvod zamietnutia',
+ 'Class:Change/Attribute:reject_reason+' => '',
+ 'Class:Change/Attribute:changeManažér_id' => 'Manažér zmien',
+ 'Class:Change/Attribute:changemanager_id+' => '',
+ 'Class:Change/Attribute:parent_id' => 'Nadradená zmena',
+ 'Class:Change/Attribute:parent_id+' => '',
+ 'Class:Change/Attribute:creation_date' => 'Dátum vytvorenia',
+ 'Class:Change/Attribute:creation_date+' => '',
+ 'Class:Change/Attribute:approval_date' => 'Dátum schválenia',
+ 'Class:Change/Attribute:approval_date+' => '',
+ 'Class:Change/Attribute:fallback_plan' => 'Návratový plán',
+ 'Class:Change/Attribute:fallback_plan+' => '',
+ 'Class:Change/Attribute:related_request_list' => 'Súvisiace požiadavky',
+ 'Class:Change/Attribute:related_request_list+' => '',
+ 'Class:Change/Attribute:child_changes_list' => 'Podriadené zmeny',
+ 'Class:Change/Attribute:child_changes_list+' => '',
+ 'Class:Change/Stimulus:ev_assign' => 'Prideiť',
+ 'Class:Change/Stimulus:ev_assign+' => '',
+ 'Class:Change/Stimulus:ev_plan' => 'Naplánuj',
+ 'Class:Change/Stimulus:ev_plan+' => '',
+ 'Class:Change/Stimulus:ev_reject' => 'Zamietnúť',
+ 'Class:Change/Stimulus:ev_reject+' => '',
+ 'Class:Change/Stimulus:ev_reopen' => 'Znova otvoriť',
+ 'Class:Change/Stimulus:ev_reopen+' => '',
+ 'Class:Change/Stimulus:ev_approve' => 'Schváliť',
+ 'Class:Change/Stimulus:ev_approve+' => '',
+ 'Class:Change/Stimulus:ev_finish' => 'Zatvoriť',
+ 'Class:Change/Stimulus:ev_finish+' => '',
+ 'Class:UserRequest' => 'Požiadavka užívateľa',
+ 'Class:UserRequest+' => '',
+ 'Class:UserRequest/Attribute:status' => 'Stav',
+ 'Class:UserRequest/Attribute:status+' => '',
+ 'Class:UserRequest/Attribute:status/Value:new' => 'Nová',
+ 'Class:UserRequest/Attribute:status/Value:new+' => '',
+ 'Class:UserRequest/Attribute:status/Value:escalated_tto' => 'Eskalované TTO',
+ 'Class:UserRequest/Attribute:status/Value:escalated_tto+' => '',
+ 'Class:UserRequest/Attribute:status/Value:assigned' => 'Pridelené',
+ 'Class:UserRequest/Attribute:status/Value:assigned+' => '',
+ 'Class:UserRequest/Attribute:status/Value:escalated_ttr' => 'Eskalované TTR',
+ 'Class:UserRequest/Attribute:status/Value:escalated_ttr+' => '',
+ 'Class:UserRequest/Attribute:status/Value:waiting_for_approval' => 'Čaká sa na schválenie',
+ 'Class:UserRequest/Attribute:status/Value:waiting_for_approval+' => '',
+ 'Class:UserRequest/Attribute:status/Value:approved' => 'Schválená',
+ 'Class:UserRequest/Attribute:status/Value:approved+' => '',
+ 'Class:UserRequest/Attribute:status/Value:rejected' => 'Zamietnutá',
+ 'Class:UserRequest/Attribute:status/Value:rejected+' => '',
+ 'Class:UserRequest/Attribute:status/Value:pending' => 'Pozdržaná',
+ 'Class:UserRequest/Attribute:status/Value:pending+' => '',
+ 'Class:UserRequest/Attribute:status/Value:resolved' => 'Vyriešená',
+ 'Class:UserRequest/Attribute:status/Value:resolved+' => '',
+ 'Class:UserRequest/Attribute:status/Value:closed' => 'Zatvorená',
+ 'Class:UserRequest/Attribute:status/Value:closed+' => '',
+ 'Class:UserRequest/Attribute:request_type' => 'Typ požiadavky',
+ 'Class:UserRequest/Attribute:request_type+' => '',
+ 'Class:UserRequest/Attribute:request_type/Value:incident' => 'Incident',
+ 'Class:UserRequest/Attribute:request_type/Value:incident+' => '',
+ 'Class:UserRequest/Attribute:request_type/Value:service_request' => 'Požiadavka',
+ 'Class:UserRequest/Attribute:request_type/Value:service_request+' => '',
+ 'Class:UserRequest/Attribute:impact' => 'Dopad',
+ 'Class:UserRequest/Attribute:impact+' => '',
+ 'Class:UserRequest/Attribute:impact/Value:1' => 'Oddelenie',
+ 'Class:UserRequest/Attribute:impact/Value:1+' => '',
+ 'Class:UserRequest/Attribute:impact/Value:2' => 'Služba',
+ 'Class:UserRequest/Attribute:impact/Value:2+' => '',
+ 'Class:UserRequest/Attribute:impact/Value:3' => 'Osoba',
+ 'Class:UserRequest/Attribute:impact/Value:3+' => '',
+ 'Class:UserRequest/Attribute:priority' => 'Priorita',
+ 'Class:UserRequest/Attribute:priority+' => '',
+ 'Class:UserRequest/Attribute:priority/Value:1' => 'Kritická',
+ 'Class:UserRequest/Attribute:priority/Value:1+' => '',
+ 'Class:UserRequest/Attribute:priority/Value:2' => 'Vysoká',
+ 'Class:UserRequest/Attribute:priority/Value:2+' => '',
+ 'Class:UserRequest/Attribute:priority/Value:3' => 'Stredná',
+ 'Class:UserRequest/Attribute:priority/Value:3+' => '',
+ 'Class:UserRequest/Attribute:priority/Value:4' => 'Nízka',
+ 'Class:UserRequest/Attribute:priority/Value:4+' => '',
+ 'Class:UserRequest/Attribute:urgency' => 'Naliehavosť',
+ 'Class:UserRequest/Attribute:urgency+' => '',
+ 'Class:UserRequest/Attribute:urgency/Value:1' => 'Kritická',
+ 'Class:UserRequest/Attribute:urgency/Value:1+' => '',
+ 'Class:UserRequest/Attribute:urgency/Value:2' => 'Vysoká',
+ 'Class:UserRequest/Attribute:urgency/Value:2+' => '',
+ 'Class:UserRequest/Attribute:urgency/Value:3' => 'Stredná',
+ 'Class:UserRequest/Attribute:urgency/Value:3+' => '',
+ 'Class:UserRequest/Attribute:urgency/Value:4' => 'Nízka',
+ 'Class:UserRequest/Attribute:urgency/Value:4+' => '',
+ 'Class:UserRequest/Attribute:origin' => 'Pôvod',
+ 'Class:UserRequest/Attribute:origin+' => '',
+ 'Class:UserRequest/Attribute:origin/Value:mail' => 'Mail',
+ 'Class:UserRequest/Attribute:origin/Value:mail+' => '',
+ 'Class:UserRequest/Attribute:origin/Value:monitoring' => 'Dohľad',
+ 'Class:UserRequest/Attribute:origin/Value:monitoring+' => '',
+ 'Class:UserRequest/Attribute:origin/Value:phone' => 'Telefón',
+ 'Class:UserRequest/Attribute:origin/Value:phone+' => '',
+ 'Class:UserRequest/Attribute:origin/Value:portal' => 'Portál',
+ 'Class:UserRequest/Attribute:origin/Value:portal+' => '',
+ 'Class:UserRequest/Attribute:approver_id' => 'Schvalovateľ',
+ 'Class:UserRequest/Attribute:approver_id+' => '',
+ 'Class:UserRequest/Attribute:service_id' => 'Služba',
+ 'Class:UserRequest/Attribute:service_id+' => '',
+ 'Class:UserRequest/Attribute:servicesubcategory_id' => 'Subkategórie služieb',
+ 'Class:UserRequest/Attribute:servicesubcategory_id+' => '',
+ 'Class:UserRequest/Attribute:escalation_flag' => 'Eskalačný príznak',
+ 'Class:UserRequest/Attribute:escalation_flag+' => '',
+ 'Class:UserRequest/Attribute:escalation_flag/Value:no' => 'Nie',
+ 'Class:UserRequest/Attribute:escalation_flag/Value:no+' => '',
+ 'Class:UserRequest/Attribute:escalation_flag/Value:yes' => 'Áno',
+ 'Class:UserRequest/Attribute:escalation_flag/Value:yes+' => '',
+ 'Class:UserRequest/Attribute:escalation_reason' => 'Dôvod eskalácie',
+ 'Class:UserRequest/Attribute:escalation_reason+' => '',
+ 'Class:UserRequest/Attribute:assignment_date' => 'Dátum pridelenia',
+ 'Class:UserRequest/Attribute:assignment_date+' => '',
+ 'Class:UserRequest/Attribute:resolution_date' => 'Dátum vyriešenia',
+ 'Class:UserRequest/Attribute:resolution_date+' => '',
+ 'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania',
+ 'Class:UserRequest/Attribute:last_pending_date+' => '',
+ 'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulatívne pozdržané',
+ 'Class:UserRequest/Attribute:cumulatedpending+' => '',
+ 'Class:UserRequest/Attribute:tto' => 'TTO',
+ 'Class:UserRequest/Attribute:tto+' => '',
+ 'Class:UserRequest/Attribute:ttr' => 'TTR',
+ 'Class:UserRequest/Attribute:ttr+' => '',
+ 'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Dátum eskalácie TTO',
+ 'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
+ 'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dodržané',
+ 'Class:UserRequest/Attribute:sla_tto_passed+' => '',
+ 'Class:UserRequest/Attribute:sla_tto_over' => 'SLA TTO prekročené',
+ 'Class:UserRequest/Attribute:sla_tto_over+' => '',
+ 'Class:UserRequest/Attribute:ttr_escalation_deadline' => 'Dátum eskalácie TTR',
+ 'Class:UserRequest/Attribute:ttr_escalation_deadline+' => '',
+ 'Class:UserRequest/Attribute:sla_ttr_passed' => 'SLA TTR dodržané',
+ 'Class:UserRequest/Attribute:sla_ttr_passed+' => '',
+ 'Class:UserRequest/Attribute:sla_ttr_over' => 'SLA TTR prekročené',
+ 'Class:UserRequest/Attribute:sla_ttr_over+' => '',
+ 'Class:UserRequest/Attribute:time_spent' => 'Oneskorenie vyriešenia',
+ 'Class:UserRequest/Attribute:time_spent+' => '',
+ 'Class:UserRequest/Attribute:resolution_code' => 'Kód riešenia',
+ 'Class:UserRequest/Attribute:resolution_code+' => '',
+ 'Class:UserRequest/Attribute:resolution_code/Value:assistance' => 'Asistencia',
+ 'Class:UserRequest/Attribute:resolution_code/Value:assistance+' => '',
+ 'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => 'Chyba opravená',
+ 'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => '',
+ 'Class:UserRequest/Attribute:resolution_code/Value:hardware repair' => 'Oprava hardvéru',
+ 'Class:UserRequest/Attribute:resolution_code/Value:hardware repair+' => '',
+ 'Class:UserRequest/Attribute:resolution_code/Value:other' => 'Iné',
+ 'Class:UserRequest/Attribute:resolution_code/Value:other+' => '',
+ 'Class:UserRequest/Attribute:resolution_code/Value:software patch' => 'Softvérová záplata',
+ 'Class:UserRequest/Attribute:resolution_code/Value:software patch+' => '',
+ 'Class:UserRequest/Attribute:resolution_code/Value:system update' => 'Aktualizácia systému',
+ 'Class:UserRequest/Attribute:resolution_code/Value:system update+' => '',
+ 'Class:UserRequest/Attribute:resolution_code/Value:training' => 'Školenie',
+ 'Class:UserRequest/Attribute:resolution_code/Value:training+' => '',
+ 'Class:UserRequest/Attribute:solution' => 'Riešenie',
+ 'Class:UserRequest/Attribute:solution+' => '',
+ 'Class:UserRequest/Attribute:pending_reason' => 'Dôvod pozdržania',
+ 'Class:UserRequest/Attribute:pending_reason+' => '',
+ 'Class:UserRequest/Attribute:parent_request_id' => 'Nadradená Požiadavka',
+ 'Class:UserRequest/Attribute:parent_request_id+' => '',
+ 'Class:UserRequest/Attribute:parent_change_id' => 'Nadradená Zmena',
+ 'Class:UserRequest/Attribute:parent_change_id+' => '',
+ 'Class:UserRequest/Attribute:related_request_list' => 'Podriadené požiadavky',
+ 'Class:UserRequest/Attribute:related_request_list+' => '',
+ 'Class:UserRequest/Attribute:public_log' => 'Verejný záznam',
+ 'Class:UserRequest/Attribute:public_log+' => '',
+ 'Class:UserRequest/Attribute:user_satisfaction' => 'Spokojnosť užívateľa',
+ 'Class:UserRequest/Attribute:user_satisfaction+' => '',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Veľmi spokojný',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => '',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Pomerne spokojný',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => '',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Skôr nespokojný',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => '',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Veľmi nespokojný',
+ 'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '',
+ 'Class:UserRequest/Attribute:user_comment' => 'Komentár užívateľa',
+ 'Class:UserRequest/Attribute:user_comment+' => '',
+ 'Class:UserRequest/Stimulus:ev_assign' => 'Prideiť',
+ 'Class:UserRequest/Stimulus:ev_assign+' => '',
+ 'Class:UserRequest/Stimulus:ev_reassign' => 'Znovu Prideiť',
+ 'Class:UserRequest/Stimulus:ev_reassign+' => '',
+ 'Class:UserRequest/Stimulus:ev_approve' => 'Schváliť',
+ 'Class:UserRequest/Stimulus:ev_approve+' => '',
+ 'Class:UserRequest/Stimulus:ev_reject' => 'Zamietnúť',
+ 'Class:UserRequest/Stimulus:ev_reject+' => '',
+ 'Class:UserRequest/Stimulus:ev_pending' => 'Pozdržať',
+ 'Class:UserRequest/Stimulus:ev_pending+' => '',
+ 'Class:UserRequest/Stimulus:ev_timeout' => 'Vypršanie času',
+ 'Class:UserRequest/Stimulus:ev_timeout+' => '',
+ 'Class:UserRequest/Stimulus:ev_autoresolve' => 'Automatické vyriešenie',
+ 'Class:UserRequest/Stimulus:ev_autoresolve+' => '',
+ 'Class:UserRequest/Stimulus:ev_autoclose' => 'Automatické zatvorenie',
+ 'Class:UserRequest/Stimulus:ev_autoclose+' => '',
+ 'Class:UserRequest/Stimulus:ev_resolve' => 'Vyriešiť',
+ 'Class:UserRequest/Stimulus:ev_resolve+' => '',
+ 'Class:UserRequest/Stimulus:ev_close' => 'Zatvoriť',
+ 'Class:UserRequest/Stimulus:ev_close+' => '',
+ 'Class:UserRequest/Stimulus:ev_reopen' => 'Znova otvoriť',
+ 'Class:UserRequest/Stimulus:ev_reopen+' => '',
+ 'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Počkať na schválenie',
+ 'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '',
+ 'Class:UserExternal' => 'Externý užívateľ',
+ 'Class:UserExternal+' => '',
+ 'Class:UserLDAP' => 'LDAP užívateľ',
+ 'Class:UserLDAP+' => '',
+ 'Class:UserLocal' => 'iTop užívateľ',
+ 'Class:UserLocal+' => '',
+ 'Class:UserLocal/Attribute:password' => 'Heslo',
+ 'Class:UserLocal/Attribute:password+' => '',
+ 'Attachments:TabTitle_Count' => 'Prílohy (%1$d)',
+ 'Attachments:EmptyTabTitle' => 'Prílohy',
+ 'Attachments:FieldsetTitle' => 'Prílohy',
+ 'Attachments:DeleteBtn' => 'Odstrániť',
+ 'Attachments:History_File_Added' => 'Príloha %1$s pridaná.',
+ 'Attachments:History_File_Removed' => 'Príloha %1$s odstránená.',
+ 'Attachments:AddAttachment' => 'Pridaj prílohu: ',
+ 'Attachments:UploadNotAllowedOnThisSystem' => 'Nahrávanie súboru NIE JE povolené na tomto systéme.',
+ 'Attachment:Max_Go' => '(Maximálna Veľkosť súboru : %1$s Go)',
+ 'Attachment:Max_Mo' => '(Maximálna Veľkosť súboru : %1$s Mo)',
+ 'Attachment:Max_Ko' => '(Maximálna Veľkosť súboru : %1$s Ko)',
+ 'Attachments:NoAttachment' => 'Bez prílohy. ',
+ 'Relation:impacts/Description' => 'Prvky zasiahnuté',
+ 'Relation:impacts/VerbUp' => 'Dopad...',
+ 'Relation:impacts/VerbDown' => 'Prvky zasiahnuté ...',
+ 'Relation:depends on/Description' => 'Prvky, od ktorých závisí tento prvok',
+ 'Relation:depends on/VerbUp' => 'Závisí od...',
+ 'Relation:depends on/VerbDown' => 'Dopady...',
+ 'Class:Organization/Attribute:parent_name' => 'Nadradená organizácia',
+ 'Class:Organization/Attribute:parent_name+' => '',
+ 'Class:Organization/Attribute:deliverymodel_name' => 'Názov modelu dodávky',
+ 'Class:Organization/Attribute:deliverymodel_name+' => '',
+ 'Class:Organization/Attribute:parent_id_friendlyname' => 'Nadradená organizácia',
+ 'Class:Organization/Attribute:parent_id_friendlyname+' => '',
+ 'Class:Location/Attribute:org_name' => 'Názov organizácie vlastníka',
+ 'Class:Location/Attribute:org_name+' => '',
+ 'Class:Contact' => 'Kontakt',
+ 'Class:Contact+' => '',
+ 'Class:Contact/Attribute:name' => 'Meno',
+ 'Class:Contact/Attribute:name+' => '',
+ 'Class:Contact/Attribute:status' => 'Stav',
+ 'Class:Contact/Attribute:status+' => '',
+ 'Class:Contact/Attribute:status/Value:active' => 'Aktívny',
+ 'Class:Contact/Attribute:status/Value:active+' => '',
+ 'Class:Contact/Attribute:status/Value:inactive' => 'Neaktívny',
+ 'Class:Contact/Attribute:status/Value:inactive+' => '',
+ 'Class:Contact/Attribute:org_id' => 'Organizácia',
+ 'Class:Contact/Attribute:org_id+' => '',
+ 'Class:Contact/Attribute:org_name' => 'Názov Organizácie',
+ 'Class:Contact/Attribute:org_name+' => '',
+ 'Class:Contact/Attribute:email' => 'Email',
+ 'Class:Contact/Attribute:email+' => '',
+ 'Class:Contact/Attribute:phone' => 'Telefón',
+ 'Class:Contact/Attribute:phone+' => '',
+ 'Class:Contact/Attribute:notify' => 'Upozornenie',
+ 'Class:Contact/Attribute:notify+' => '',
+ 'Class:Contact/Attribute:notify/Value:no' => 'nie',
+ 'Class:Contact/Attribute:notify/Value:no+' => '',
+ 'Class:Contact/Attribute:notify/Value:yes' => 'áno',
+ 'Class:Contact/Attribute:notify/Value:yes+' => '',
+ 'Class:Contact/Attribute:function' => 'Funkcia',
+ 'Class:Contact/Attribute:function+' => '',
+ 'Class:Contact/Attribute:cis_list' => 'Zariadenia',
+ 'Class:Contact/Attribute:cis_list+' => '',
+ 'Class:Contact/Attribute:finalclass' => 'Typ kontaktu',
+ 'Class:Contact/Attribute:finalclass+' => '',
+ 'Class:Person/Attribute:name' => 'Priezvisko',
+ 'Class:Person/Attribute:name+' => '',
+ 'Class:Person/Attribute:location_name' => 'Názov lokality',
+ 'Class:Person/Attribute:location_name+' => '',
+ 'Class:Person/Attribute:manager_name' => 'Meno manažéra',
+ 'Class:Person/Attribute:manager_name+' => '',
+ 'Class:Person/Attribute:manager_id_friendlyname' => 'Ľahko čitateľné meno manažéra',
+ 'Class:Person/Attribute:manager_id_friendlyname+' => '',
+ 'Class:Document' => 'Dokument',
+ 'Class:Document+' => '',
+ 'Class:Document/Attribute:name' => 'Názov',
+ 'Class:Document/Attribute:name+' => '',
+ 'Class:Document/Attribute:org_id' => 'Organizácia',
+ 'Class:Document/Attribute:org_id+' => '',
+ 'Class:Document/Attribute:org_name' => 'Názov Organizácie',
+ 'Class:Document/Attribute:org_name+' => '',
+ 'Class:Document/Attribute:documenttype_id' => 'Typ dokumentu',
+ 'Class:Document/Attribute:documenttype_id+' => '',
+ 'Class:Document/Attribute:documenttype_name' => 'Názov typu dokumentu',
+ 'Class:Document/Attribute:documenttype_name+' => '',
+ 'Class:Document/Attribute:description' => 'Popis',
+ 'Class:Document/Attribute:description+' => '',
+ 'Class:Document/Attribute:status' => 'Stav',
+ 'Class:Document/Attribute:status+' => '',
+ 'Class:Document/Attribute:status/Value:draft' => 'Návrh',
+ 'Class:Document/Attribute:status/Value:draft+' => '',
+ 'Class:Document/Attribute:status/Value:obsolete' => 'Vyradený',
+ 'Class:Document/Attribute:status/Value:obsolete+' => '',
+ 'Class:Document/Attribute:status/Value:published' => 'Publikovaný',
+ 'Class:Document/Attribute:status/Value:published+' => '',
+ 'Class:Document/Attribute:cis_list' => 'Komponenty',
+ 'Class:Document/Attribute:cis_list+' => '',
+ 'Class:Document/Attribute:contracts_list' => 'Zmluvy',
+ 'Class:Document/Attribute:contracts_list+' => '',
+ 'Class:Document/Attribute:services_list' => 'Služby',
+ 'Class:Document/Attribute:services_list+' => '',
+ 'Class:Document/Attribute:finalclass' => 'Typ dokumentu',
+ 'Class:Document/Attribute:finalclass+' => '',
+ 'Class:FunctionalCI' => 'Komponent',
+ 'Class:FunctionalCI+' => '',
+ 'Class:FunctionalCI/Attribute:name' => 'Názov',
+ 'Class:FunctionalCI/Attribute:name+' => '',
+ 'Class:FunctionalCI/Attribute:description' => 'Popis',
+ 'Class:FunctionalCI/Attribute:description+' => '',
+ 'Class:FunctionalCI/Attribute:org_id' => 'Organizácia',
+ 'Class:FunctionalCI/Attribute:org_id+' => '',
+ 'Class:FunctionalCI/Attribute:organization_name' => 'Názov Organizácie',
+ 'Class:FunctionalCI/Attribute:organization_name+' => '',
+ 'Class:FunctionalCI/Attribute:business_criticity' => 'Dôležitosť pre biznis',
+ 'Class:FunctionalCI/Attribute:business_criticity+' => '',
+ 'Class:FunctionalCI/Attribute:business_criticity/Value:high' => 'vysoká',
+ 'Class:FunctionalCI/Attribute:business_criticity/Value:high+' => '',
+ 'Class:FunctionalCI/Attribute:business_criticity/Value:low' => 'nízka',
+ 'Class:FunctionalCI/Attribute:business_criticity/Value:low+' => '',
+ 'Class:FunctionalCI/Attribute:business_criticity/Value:medium' => 'stredná',
+ 'Class:FunctionalCI/Attribute:business_criticity/Value:medium+' => '',
+ 'Class:FunctionalCI/Attribute:move2production' => 'Dátum presunu do produkcie',
+ 'Class:FunctionalCI/Attribute:move2production+' => '',
+ 'Class:FunctionalCI/Attribute:contacts_list' => 'Kontakty',
+ 'Class:FunctionalCI/Attribute:contacts_list+' => '',
+ 'Class:FunctionalCI/Attribute:documents_list' => 'Zoznam dokumentov',
+ 'Class:FunctionalCI/Attribute:documents_list+' => '',
+ 'Class:FunctionalCI/Attribute:applicationsolution_list' => 'Zoznam aplikačných riešení',
+ 'Class:FunctionalCI/Attribute:applicationsolution_list+' => '',
+ 'Class:FunctionalCI/Attribute:providercontracts_list' => 'Poskytovateľské zmluvy',
+ 'Class:FunctionalCI/Attribute:providercontracts_list+' => '',
+ 'Class:FunctionalCI/Attribute:services_list' => 'Služby',
+ 'Class:FunctionalCI/Attribute:services_list+' => '',
+ 'Class:FunctionalCI/Attribute:softwares_list' => 'Softvér',
+ 'Class:FunctionalCI/Attribute:softwares_list+' => '',
+ 'Class:FunctionalCI/Attribute:tickets_list' => 'Tickety',
+ 'Class:FunctionalCI/Attribute:tickets_list+' => '',
+ 'Class:FunctionalCI/Attribute:finalclass' => 'Typ komponentu',
+ 'Class:FunctionalCI/Attribute:finalclass+' => '',
+ 'Class:PhysicalDevice' => 'Fyzické zariadenie',
+ 'Class:PhysicalDevice+' => '',
+ 'Class:PhysicalDevice/Attribute:serialnumber' => 'Sériové číslo',
+ 'Class:PhysicalDevice/Attribute:serialnumber+' => '',
+ 'Class:PhysicalDevice/Attribute:location_id' => 'Lokalita',
+ 'Class:PhysicalDevice/Attribute:location_id+' => '',
+ 'Class:PhysicalDevice/Attribute:location_name' => 'Názov lokality',
+ 'Class:PhysicalDevice/Attribute:location_name+' => '',
+ 'Class:PhysicalDevice/Attribute:status' => 'Stav',
+ 'Class:PhysicalDevice/Attribute:status+' => '',
+ 'Class:PhysicalDevice/Attribute:status/Value:implementation' => 'Implementácia',
+ 'Class:PhysicalDevice/Attribute:status/Value:implementation+' => '',
+ 'Class:PhysicalDevice/Attribute:status/Value:obsolete' => 'vyradené',
+ 'Class:PhysicalDevice/Attribute:status/Value:obsolete+' => '',
+ 'Class:PhysicalDevice/Attribute:status/Value:production' => 'v produkcií',
+ 'Class:PhysicalDevice/Attribute:status/Value:production+' => '',
+ 'Class:PhysicalDevice/Attribute:status/Value:stock' => 'na sklade',
+ 'Class:PhysicalDevice/Attribute:status/Value:stock+' => '',
+ 'Class:PhysicalDevice/Attribute:brand_id' => 'Značka',
+ 'Class:PhysicalDevice/Attribute:brand_id+' => '',
+ 'Class:PhysicalDevice/Attribute:brand_name' => 'Názov značky',
+ 'Class:PhysicalDevice/Attribute:brand_name+' => '',
+ 'Class:PhysicalDevice/Attribute:model_id' => 'Model',
+ 'Class:PhysicalDevice/Attribute:model_id+' => '',
+ 'Class:PhysicalDevice/Attribute:model_name' => 'Názov modelu',
+ 'Class:PhysicalDevice/Attribute:model_name+' => '',
+ 'Class:PhysicalDevice/Attribute:asset_number' => 'Číslo položky',
+ 'Class:PhysicalDevice/Attribute:asset_number+' => '',
+ 'Class:PhysicalDevice/Attribute:purchase_date' => 'Dátum zakúpenia',
+ 'Class:PhysicalDevice/Attribute:purchase_date+' => '',
+ 'Class:PhysicalDevice/Attribute:end_of_warranty' => 'Koniec záruky',
+ 'Class:PhysicalDevice/Attribute:end_of_warranty+' => '',
+ 'Class:TelephonyCI' => 'Telefónne zariadenie',
+ 'Class:TelephonyCI+' => '',
+ 'Class:TelephonyCI/Attribute:phonenumber' => 'Telefónne číslo',
+ 'Class:TelephonyCI/Attribute:phonenumber+' => '',
+ 'Class:ConnectableCI' => 'Pripojiteľné zariadenie',
+ 'Class:ConnectableCI+' => '',
+ 'Class:ConnectableCI/Attribute:networkdevice_list' => 'Sieťové zariadenia',
+ 'Class:ConnectableCI/Attribute:networkdevice_list+' => '',
+ 'Class:ConnectableCI/Attribute:physicalinterface_list' => 'Sieťové rozhrania',
+ 'Class:ConnectableCI/Attribute:physicalinterface_list+' => '',
+ 'Class:DatacenterDevice' => 'Zariadenie dátového centra',
+ 'Class:DatacenterDevice+' => '',
+ 'Class:DatacenterDevice/Attribute:rack_id' => 'stojan (Rack)',
+ 'Class:DatacenterDevice/Attribute:rack_id+' => '',
+ 'Class:DatacenterDevice/Attribute:rack_name' => 'Názov stojanu',
+ 'Class:DatacenterDevice/Attribute:rack_name+' => '',
+ 'Class:DatacenterDevice/Attribute:enclosure_id' => 'Kryt',
+ 'Class:DatacenterDevice/Attribute:enclosure_id+' => '',
+ 'Class:DatacenterDevice/Attribute:enclosure_name' => 'Názov krytu',
+ 'Class:DatacenterDevice/Attribute:enclosure_name+' => '',
+ 'Class:DatacenterDevice/Attribute:nb_u' => 'NB U',
+ 'Class:DatacenterDevice/Attribute:nb_u+' => '',
+ 'Class:DatacenterDevice/Attribute:managementip' => 'Menežmentová IP adresa',
+ 'Class:DatacenterDevice/Attribute:managementip+' => '',
+ 'Class:DatacenterDevice/Attribute:powerA_id' => 'Zdroj napájania A',
+ 'Class:DatacenterDevice/Attribute:powerA_id+' => '',
+ 'Class:DatacenterDevice/Attribute:powerA_name' => 'Názov zdroja napájania A',
+ 'Class:DatacenterDevice/Attribute:powerA_name+' => '',
+ 'Class:DatacenterDevice/Attribute:powerB_id' => 'Zdroj napájania B',
+ 'Class:DatacenterDevice/Attribute:powerB_id+' => '',
+ 'Class:DatacenterDevice/Attribute:powerB_name' => 'Názov zdroja napájania B',
+ 'Class:DatacenterDevice/Attribute:powerB_name+' => '',
+ 'Class:DatacenterDevice/Attribute:fiberinterfacelist_list' => 'Zoznam optických rozhraní',
+ 'Class:DatacenterDevice/Attribute:fiberinterfacelist_list+' => '',
+ 'Class:DatacenterDevice/Attribute:san_list' => 'Úložiská (SAN)',
+ 'Class:DatacenterDevice/Attribute:san_list+' => '',
+ 'Class:NetworkDevice/Attribute:networkdevicetype_name' => 'Názov typu sieťového zariadenia',
+ 'Class:NetworkDevice/Attribute:networkdevicetype_name+' => '',
+ 'Class:NetworkDevice/Attribute:iosversion_name' => 'Názov IOS verzie',
+ 'Class:NetworkDevice/Attribute:iosversion_name+' => '',
+ 'Class:Server/Attribute:osfamily_name' => 'Názov kategórie OS',
+ 'Class:Server/Attribute:osfamily_name+' => '',
+ 'Class:Server/Attribute:osversion_name' => 'Názov verzie OS',
+ 'Class:Server/Attribute:osversion_name+' => '',
+ 'Class:Server/Attribute:oslicence_name' => 'Názov licence OS',
+ 'Class:Server/Attribute:oslicence_name+' => '',
+ 'Class:PC/Attribute:osfamily_name' => 'Názov kategórie OS',
+ 'Class:PC/Attribute:osfamily_name+' => '',
+ 'Class:PC/Attribute:osversion_name' => 'Názov verzie OS',
+ 'Class:PC/Attribute:osversion_name+' => '',
+ 'Class:PowerConnection' => 'Elektrická prípojka',
+ 'Class:PowerConnection+' => '',
+ 'Class:PDU/Attribute:rack_name' => 'Názov stojanu (rack)',
+ 'Class:PDU/Attribute:rack_name+' => '',
+ 'Class:PDU/Attribute:powerstart_name' => 'Názov Power start-u',
+ 'Class:PDU/Attribute:powerstart_name+' => '',
+ 'Class:Enclosure/Attribute:rack_name' => 'Názov stojanu (rack)',
+ 'Class:Enclosure/Attribute:rack_name+' => '',
+ 'Class:SoftwareInstance' => 'Softvérová inštancia',
+ 'Class:SoftwareInstance+' => '',
+ 'Class:SoftwareInstance/Attribute:system_id' => 'Systém',
+ 'Class:SoftwareInstance/Attribute:system_id+' => '',
+ 'Class:SoftwareInstance/Attribute:system_name' => 'Názov systému',
+ 'Class:SoftwareInstance/Attribute:system_name+' => '',
+ 'Class:SoftwareInstance/Attribute:software_id' => 'Softvér',
+ 'Class:SoftwareInstance/Attribute:software_id+' => '',
+ 'Class:SoftwareInstance/Attribute:software_name' => 'Názov softvéru',
+ 'Class:SoftwareInstance/Attribute:software_name+' => '',
+ 'Class:SoftwareInstance/Attribute:softwarelicence_id' => 'Softvérová licencia',
+ 'Class:SoftwareInstance/Attribute:softwarelicence_id+' => '',
+ 'Class:SoftwareInstance/Attribute:softwarelicence_name' => 'Názov softvérovej licencie',
+ 'Class:SoftwareInstance/Attribute:softwarelicence_name+' => '',
+ 'Class:SoftwareInstance/Attribute:path' => 'Cesta',
+ 'Class:SoftwareInstance/Attribute:path+' => '',
+ 'Class:SoftwareInstance/Attribute:status' => 'Stav',
+ 'Class:SoftwareInstance/Attribute:status+' => '',
+ 'Class:SoftwareInstance/Attribute:status/Value:active' => 'aktívna',
+ 'Class:SoftwareInstance/Attribute:status/Value:active+' => '',
+ 'Class:SoftwareInstance/Attribute:status/Value:inactive' => 'neaktívna',
+ 'Class:SoftwareInstance/Attribute:status/Value:inactive+' => '',
+ 'Class:MiddlewareInstance/Attribute:middleware_name' => 'Názov Middleware-u',
+ 'Class:MiddlewareInstance/Attribute:middleware_name+' => '',
+ 'Class:DatabaseSchema/Attribute:dbserver_name' => 'Názov DB serveru',
+ 'Class:DatabaseSchema/Attribute:dbserver_name+' => '',
+ 'Class:WebApplication/Attribute:webserver_name' => 'Názov Web serveru',
+ 'Class:WebApplication/Attribute:webserver_name+' => '',
+ 'Class:VirtualDevice' => 'Virtuálne zariadenie',
+ 'Class:VirtualDevice+' => '',
+ 'Class:VirtualDevice/Attribute:status' => 'Stav',
+ 'Class:VirtualDevice/Attribute:status+' => '',
+ 'Class:VirtualDevice/Attribute:status/Value:implementation' => 'Implementácia',
+ 'Class:VirtualDevice/Attribute:status/Value:implementation+' => '',
+ 'Class:VirtualDevice/Attribute:status/Value:obsolete' => 'Vyradené',
+ 'Class:VirtualDevice/Attribute:status/Value:obsolete+' => '',
+ 'Class:VirtualDevice/Attribute:status/Value:production' => 'Produkcia',
+ 'Class:VirtualDevice/Attribute:status/Value:production+' => '',
+ 'Class:VirtualDevice/Attribute:status/Value:stock' => 'Zásoby',
+ 'Class:VirtualDevice/Attribute:status/Value:stock+' => '',
+ 'Class:VirtualDevice/Attribute:logicalvolumes_list' => 'Zoznam logických dielov',
+ 'Class:VirtualDevice/Attribute:logicalvolumes_list+' => '',
+ 'Class:VirtualHost' => 'Virtuálny host',
+ 'Class:VirtualHost+' => '',
+ 'Class:VirtualHost/Attribute:virtualmachine_list' => 'Zoznam virtuálnych strojov',
+ 'Class:VirtualHost/Attribute:virtualmachine_list+' => '',
+ 'Class:Hypervisor/Attribute:farm_name' => 'Názov farmy',
+ 'Class:Hypervisor/Attribute:farm_name+' => '',
+ 'Class:Hypervisor/Attribute:server_name' => 'Názov serveru',
+ 'Class:Hypervisor/Attribute:server_name+' => '',
+ 'Class:VirtualMachine/Attribute:virtualhost_name' => 'Názov virtuálneho hosta',
+ 'Class:VirtualMachine/Attribute:virtualhost_name+' => '',
+ 'Class:VirtualMachine/Attribute:osfamily_name' => 'Názov kategórie OS',
+ 'Class:VirtualMachine/Attribute:osfamily_name+' => '',
+ 'Class:VirtualMachine/Attribute:osversion_name' => 'Názov OS verzie',
+ 'Class:VirtualMachine/Attribute:osversion_name+' => '',
+ 'Class:VirtualMachine/Attribute:oslicence_name' => 'OS licence Názov',
+ 'Class:VirtualMachine/Attribute:oslicence_name+' => '',
+ 'Class:LogicalVolume/Attribute:storagesystem_name' => 'Názov úložného systému',
+ 'Class:LogicalVolume/Attribute:storagesystem_name+' => '',
+ 'Class:lnkServerToVolume/Attribute:volume_name' => 'Názov dielu',
+ 'Class:lnkServerToVolume/Attribute:volume_name+' => '',
+ 'Class:lnkServerToVolume/Attribute:server_name' => 'Názov serveru',
+ 'Class:lnkServerToVolume/Attribute:server_name+' => '',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:volume_name' => 'Názov dielu',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:volume_name+' => '',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_name' => 'Názov virtuálneho zariadenia',
+ 'Class:lnkVirtualDeviceToVolume/Attribute:virtualdevice_name+' => '',
+ 'Class:lnkSanToDatacenterDevice/Attribute:san_name' => 'Názov SAN prepínaču',
+ 'Class:lnkSanToDatacenterDevice/Attribute:san_name+' => '',
+ 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_name' => 'Názov zariadenia',
+ 'Class:lnkSanToDatacenterDevice/Attribute:datacenterdevice_name+' => '',
+ 'Class:Tape/Attribute:tapelibrary_name' => 'Názov knižnice pásiek',
+ 'Class:Tape/Attribute:tapelibrary_name+' => '',
+ 'Class:NASFileSystem/Attribute:nas_name' => 'Názov NAS',
+ 'Class:NASFileSystem/Attribute:nas_name+' => '',
+ 'Class:Patch' => 'Záplata',
+ 'Class:Patch+' => '',
+ 'Class:Patch/Attribute:name' => 'Názov',
+ 'Class:Patch/Attribute:name+' => '',
+ 'Class:Patch/Attribute:documents_list' => 'Zoznam dokumentov',
+ 'Class:Patch/Attribute:documents_list+' => '',
+ 'Class:Patch/Attribute:description' => 'Popis',
+ 'Class:Patch/Attribute:description+' => '',
+ 'Class:Patch/Attribute:finalclass' => 'Typ',
+ 'Class:Patch/Attribute:finalclass+' => '',
+ 'Class:OSPatch/Attribute:osversion_name' => 'Názov OS verzie',
+ 'Class:OSPatch/Attribute:osversion_name+' => '',
+ 'Class:SoftwarePatch/Attribute:software_name' => 'Názov softvéru',
+ 'Class:SoftwarePatch/Attribute:software_name+' => '',
+ 'Class:Licence' => 'Licencia',
+ 'Class:Licence+' => '',
+ 'Class:Licence/Attribute:name' => 'Názov',
+ 'Class:Licence/Attribute:name+' => '',
+ 'Class:Licence/Attribute:documents_list' => 'Zoznam dokumentov',
+ 'Class:Licence/Attribute:documents_list+' => '',
+ 'Class:Licence/Attribute:org_id' => 'Organizácia',
+ 'Class:Licence/Attribute:org_id+' => '',
+ 'Class:Licence/Attribute:organization_name' => 'Názov organizácie',
+ 'Class:Licence/Attribute:organization_name+' => '',
+ 'Class:Licence/Attribute:usage_limit' => 'Limit používania',
+ 'Class:Licence/Attribute:usage_limit+' => '',
+ 'Class:Licence/Attribute:description' => 'Popis',
+ 'Class:Licence/Attribute:description+' => '',
+ 'Class:Licence/Attribute:start_date' => 'Dátum začiatku',
+ 'Class:Licence/Attribute:start_date+' => '',
+ 'Class:Licence/Attribute:end_date' => 'Dátum ukončenia',
+ 'Class:Licence/Attribute:end_date+' => '',
+ 'Class:Licence/Attribute:licence_key' => 'Licenčný kľúč',
+ 'Class:Licence/Attribute:licence_key+' => '',
+ 'Class:Licence/Attribute:perpetual' => 'Pretrvávajúci',
+ 'Class:Licence/Attribute:perpetual+' => '',
+ 'Class:Licence/Attribute:perpetual/Value:no' => 'Nie',
+ 'Class:Licence/Attribute:perpetual/Value:no+' => '',
+ 'Class:Licence/Attribute:perpetual/Value:yes' => 'Áno',
+ 'Class:Licence/Attribute:perpetual/Value:yes+' => '',
+ 'Class:Licence/Attribute:finalclass' => 'Typ',
+ 'Class:Licence/Attribute:finalclass+' => '',
+ 'Class:OSLicence/Attribute:osversion_name' => 'Názov OS verzie',
+ 'Class:OSLicence/Attribute:osversion_name+' => '',
+ 'Class:SoftwareLicence/Attribute:software_name' => 'Názov softvéru',
+ 'Class:SoftwareLicence/Attribute:software_name+' => '',
+ 'Class:lnkDocumentToLicence/Attribute:licence_name' => 'Názov licence',
+ 'Class:lnkDocumentToLicence/Attribute:licence_name+' => '',
+ 'Class:lnkDocumentToLicence/Attribute:document_name' => 'Názov dokumentu',
+ 'Class:lnkDocumentToLicence/Attribute:document_name+' => '',
+ 'Class:Typology' => 'Typológia',
+ 'Class:Typology+' => '',
+ 'Class:Typology/Attribute:name' => 'Názov',
+ 'Class:Typology/Attribute:name+' => '',
+ 'Class:Typology/Attribute:finalclass' => 'Typ',
+ 'Class:Typology/Attribute:finalclass+' => '',
+ 'Class:OSVersion/Attribute:osfamily_name' => 'Názov kategórie OS',
+ 'Class:OSVersion/Attribute:osfamily_name+' => '',
+ 'Class:Model/Attribute:brand_name' => 'Názov značky',
+ 'Class:Model/Attribute:brand_name+' => '',
+ 'Class:IOSVersion/Attribute:brand_name' => 'Názov značky',
+ 'Class:IOSVersion/Attribute:brand_name+' => '',
+ 'Class:lnkDocumentToPatch/Attribute:patch_name' => 'Názov záplaty',
+ 'Class:lnkDocumentToPatch/Attribute:patch_name+' => '',
+ 'Class:lnkDocumentToPatch/Attribute:document_name' => 'Názov dokumentu',
+ 'Class:lnkDocumentToPatch/Attribute:document_name+' => '',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_name' => 'Názov softvérovej záplaty',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_name+' => '',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_name' => 'Názov softvérovej inštancie',
+ 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwareinstance_name+' => '',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_name' => 'Názov OS záplaty',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_name+' => '',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_name' => 'Názov funkčných CI',
+ 'Class:lnkFunctionalCIToOSPatch/Attribute:functionalci_name+' => '',
+ 'Class:lnkDocumentToSoftware/Attribute:software_name' => 'Názov softvéru',
+ 'Class:lnkDocumentToSoftware/Attribute:software_name+' => '',
+ 'Class:lnkDocumentToSoftware/Attribute:document_name' => 'Názov dokumentu',
+ 'Class:lnkDocumentToSoftware/Attribute:document_name+' => '',
+ 'Class:lnkContactToFunctionalCI/Attribute:functionalci_name' => 'Názov funkčných CI',
+ 'Class:lnkContactToFunctionalCI/Attribute:functionalci_name+' => '',
+ 'Class:lnkContactToFunctionalCI/Attribute:contact_name' => 'Názov kontaktu',
+ 'Class:lnkContactToFunctionalCI/Attribute:contact_name+' => '',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_name' => 'Názov funkčných CI',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_name+' => '',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:document_name' => 'Názov dokumentu',
+ 'Class:lnkDocumentToFunctionalCI/Attribute:document_name+' => '',
+ 'Class:Subnet/Attribute:org_name' => 'Názov organizácie',
+ 'Class:Subnet/Attribute:org_name+' => '',
+ 'Class:NetworkInterface' => 'Sieťové rozhranie',
+ 'Class:NetworkInterface+' => '',
+ 'Class:NetworkInterface/Attribute:name' => 'Názov',
+ 'Class:NetworkInterface/Attribute:name+' => '',
+ 'Class:NetworkInterface/Attribute:finalclass' => 'Typ',
+ 'Class:NetworkInterface/Attribute:finalclass+' => '',
+ 'Class:IPInterface' => 'IP rozhranie',
+ 'Class:IPInterface+' => '',
+ 'Class:IPInterface/Attribute:ipaddress' => 'IP Adresa',
+ 'Class:IPInterface/Attribute:ipaddress+' => '',
+ 'Class:IPInterface/Attribute:macaddress' => 'MAC Adresa',
+ 'Class:IPInterface/Attribute:macaddress+' => '',
+ 'Class:IPInterface/Attribute:comment' => 'Komentár',
+ 'Class:IPInterface/Attribute:coment+' => '',
+ 'Class:IPInterface/Attribute:ipgateway' => 'Východzia brána IP',
+ 'Class:IPInterface/Attribute:ipgateway+' => '',
+ 'Class:IPInterface/Attribute:ipmask' => 'Maska IP adresy',
+ 'Class:IPInterface/Attribute:ipmask+' => '',
+ 'Class:IPInterface/Attribute:speed' => 'Rýchlosť',
+ 'Class:IPInterface/Attribute:speed+' => '',
+ 'Class:PhysicalInterface/Attribute:connectableci_name' => 'Názov zariadenia',
+ 'Class:PhysicalInterface/Attribute:connectableci_name+' => '',
+ 'Class:LogicalInterface/Attribute:virtualmachine_name' => 'Názov virtuálneho stroja',
+ 'Class:LogicalInterface/Attribute:virtualmachine_name+' => '',
+ 'Class:FiberChannelInterface/Attribute:datacenterdevice_name' => 'Názov zariadenia',
+ 'Class:FiberChannelInterface/Attribute:datacenterdevice_name+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_name' => 'Názov sieťového zariadenia',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_name+' => '',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_name' => 'Názov pripojeného zariadenia',
+ 'Class:lnkConnectableCIToNetworkDevice/Attribute:connectableci_name+' => '',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_name' => 'Názov aplikačného riešenia',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_name+' => '',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_name' => 'Názov funkčných CI',
+ 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:functionalci_name+' => '',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_name' => 'Názov biznisových procesov',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_name+' => '',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_name' => 'Názov aplikačného riešenia',
+ 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:applicationsolution_name+' => '',
+ 'Class:lnkPersonToTeam/Attribute:team_name' => 'Názov tímu',
+ 'Class:lnkPersonToTeam/Attribute:team_name+' => '',
+ 'Class:lnkPersonToTeam/Attribute:person_name' => 'Meno osoby',
+ 'Class:lnkPersonToTeam/Attribute:person_name+' => '',
+ 'Class:lnkPersonToTeam/Attribute:role_name' => 'Názov role',
+ 'Class:lnkPersonToTeam/Attribute:role_name+' => '',
+ 'Class:Group/Attribute:owner_name' => 'Meno vlastníka',
+ 'Class:Group/Attribute:owner_name+' => '',
+ 'Class:Group/Attribute:parent_name' => 'Meno rodiča',
+ 'Class:Group/Attribute:parent_name+' => '',
+ 'Class:Group/Attribute:parent_id_friendlyname' => 'Priateľské meno rodičovskej skupiny',
+ 'Class:Group/Attribute:parent_id_friendlyname+' => '',
+ 'Class:lnkGroupToCI/Attribute:group_name' => 'Názov',
+ 'Class:lnkGroupToCI/Attribute:group_name+' => '',
+ 'Class:lnkGroupToCI/Attribute:ci_name' => 'Názov',
+ 'Class:lnkGroupToCI/Attribute:ci_name+' => '',
+ 'Menu:Catalogs' => 'Katalógy',
+ 'Menu:Catalogs+' => '',
+ 'Menu:Audit' => 'Audity',
+ 'Menu:Audit+' => '',
+ 'Menu:Organization' => 'Organizácia',
+ 'Menu:Organization+' => '',
+ 'Menu:Application' => 'Aplikácie',
+ 'Menu:Application+' => '',
+ 'Menu:DBServer' => 'Databázové servery',
+ 'Menu:DBServer+' => '',
+ 'Menu:ConfigManagement' => 'Manažment konfigurácie',
+ 'Menu:ConfigManagement+' => '',
+ 'Menu:ConfigManagementOverview' => 'Prehľad',
+ 'Menu:ConfigManagementOverview+' => '',
+ 'Menu:Contact' => 'Kontakty',
+ 'Menu:Contact+' => '',
+ 'Menu:Contact:Count' => '%1$d kontakt/y/ov',
+ 'Menu:Person' => 'Osoby',
+ 'Menu:Person+' => '',
+ 'Menu:Team' => 'Tímy',
+ 'Menu:Team+' => '',
+ 'Menu:Document' => 'Dokumenty',
+ 'Menu:Document+' => '',
+ 'Menu:Location' => 'Poloha',
+ 'Menu:Location+' => '',
+ 'Menu:ConfigManagementCI' => 'Konfiguračné položky',
+ 'Menu:ConfigManagementCI+' => '',
+ 'Menu:BusinessProcess' => 'Biznisové procesy',
+ 'Menu:BusinessProcess+' => '',
+ 'Menu:ApplicationSolution' => 'Aplikačné riešenia',
+ 'Menu:ApplicationSolution+' => '',
+ 'Menu:ConfigManagementSoftware' => 'Aplikačný manažment',
+ 'Menu:Licence' => 'Licencie',
+ 'Menu:Licence+' => '',
+ 'Menu:Patch' => 'Záplaty',
+ 'Menu:Patch+' => '',
+ 'Menu:ApplicationInstance' => 'Nainštalovaný softvér',
+ 'Menu:ApplicationInstance+' => '',
+ 'Menu:ConfigManagementHardware' => 'Manažment infraštruktúry',
+ 'Menu:Subnet' => 'Podsiete',
+ 'Menu:Subnet+' => '',
+ 'Menu:NetworkDevice' => 'Sieťové zariadenia',
+ 'Menu:NetworkDevice+' => '',
+ 'Menu:Server' => 'Servery',
+ 'Menu:Server+' => '',
+ 'Menu:Printer' => 'Tlačiarne',
+ 'Menu:Printer+' => '',
+ 'Menu:MobilePhone' => 'Mobilné telefóny',
+ 'Menu:MobilePhone+' => '',
+ 'Menu:PC' => 'Osobné počítače',
+ 'Menu:PC+' => '',
+ 'Menu:NewContact' => 'Nový kontakt',
+ 'Menu:NewContact+' => '',
+ 'Menu:SearchContacts' => 'Vyhľadať kontakty',
+ 'Menu:SearchContacts+' => '',
+ 'Menu:NewCI' => 'Nové CI',
+ 'Menu:NewCI+' => '',
+ 'Menu:SearchCIs' => 'Vyhľadať CIs',
+ 'Menu:SearchCIs+' => '',
+ 'Menu:ConfigManagement:Devices' => 'Zariadenia',
+ 'Menu:ConfigManagement:AllDevices' => 'Infraštruktúra',
+ 'Menu:ConfigManagement:virtualization' => 'Virtualizácia',
+ 'Menu:ConfigManagement:EndUsers' => 'Koncové užívateľské zariadenia',
+ 'Menu:ConfigManagement:SWAndApps' => 'Softvér a aplikácie',
+ 'Menu:ConfigManagement:Misc' => 'Rôzne',
+ 'Menu:Group' => 'Skupiny CI',
+ 'Menu:Group+' => '',
+ 'Menu:ConfigManagement:Shortcuts' => 'Skratky',
+ 'Menu:ConfigManagement:AllContacts' => 'Všetky kontakty: %1$d',
+ 'Menu:Typology' => 'Konfiguračná typológia',
+ 'Menu:Typology+' => '',
+ 'Menu:OSVersion' => 'OS verzie',
+ 'Menu:OSVersion+' => '',
+ 'Menu:Software' => 'Katalóg softvéru',
+ 'Menu:Software+' => '',
+ 'UI_WelcomeMenu_AllConfigItems' => 'Zhrnutie',
+ 'Menu:ConfigManagement:Typology' => 'Konfiguračná typológia',
+ 'Server:baseinfo' => 'Všeobecné informácie',
+ 'Server:Date' => 'Dátum',
+ 'Server:moreinfo' => 'Viac informácií',
+ 'Server:otherinfo' => 'Iné informácie',
+ 'Person:info' => 'Všeobecné informácie',
+ 'Person:notifiy' => 'Upozornenie',
+ 'Class:Subnet/Tab:IPUsage' => 'Využívanosť IP adries',
+ 'Class:Subnet/Tab:IPUsage-explain' => 'Rozhrania majúce IP adresu v rozsahu: %1$s do %2$s',
+ 'Class:Subnet/Tab:FreeIPs' => 'Voľné IP adresy',
+ 'Class:Subnet/Tab:FreeIPs-count' => 'Voľných IP adries: %1$s',
+ 'Class:Subnet/Tab:FreeIPs-explain' => 'Tu je extrakt 10 voľných IP adries',
+ 'Menu:ServiceManagement' => 'Manažment služieb',
+ 'Menu:ServiceManagement+' => '',
+ 'Menu:Service:Overview' => 'Prehľad',
+ 'Menu:Service:Overview+' => '',
+ 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'zmluvy podľa úrovne služby',
+ 'UI-ServiceManagementMenu-ContractsByStatus' => 'zmluvy podla stavu',
+ 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'zmluvy končiace za menej ako 30 dní',
+ 'Menu:ServiceType' => 'Typy služieb',
+ 'Menu:ServiceType+' => '',
+ 'Menu:ProviderContract' => 'Poskytovateľské zmluvy',
+ 'Menu:ProviderContract+' => '',
+ 'Menu:CustomerContract' => 'Zákaznícke zmluvy',
+ 'Menu:CustomerContract+' => '',
+ 'Menu:ServiceSubcategory' => 'Subkategórie služieb',
+ 'Menu:ServiceSubcategory+' => '',
+ 'Menu:Service' => 'Služby',
+ 'Menu:Service+' => '',
+ 'Menu:ServiceElement' => 'Prvky služby',
+ 'Menu:ServiceElement+' => '',
+ 'Menu:SLA' => 'SLAs',
+ 'Menu:SLA+' => '',
+ 'Menu:SLT' => 'SLTs',
+ 'Menu:SLT+' => '',
+ 'Menu:DeliveryModel' => 'Typy dodávky',
+ 'Menu:DeliveryModel+' => '',
+ 'Menu:ServiceFamily' => 'Rodiny služieb',
+ 'Menu:ServiceFamily+' => '',
+ 'Menu:Procedure' => 'Katalóg procedúr',
+ 'Menu:Procedure+' => '',
+ 'Class:Contract' => 'zmluva',
+ 'Class:Contract+' => '',
+ 'Class:Contract/Attribute:name' => 'Názov',
+ 'Class:Contract/Attribute:name+' => '',
+ 'Class:Contract/Attribute:org_id' => 'Zákazník',
+ 'Class:Contract/Attribute:org_id+' => '',
+ 'Class:Contract/Attribute:organization_name' => 'Meno zákazníka',
+ 'Class:Contract/Attribute:organization_name+' => '',
+ 'Class:Contract/Attribute:contacts_list' => 'Kontakty',
+ 'Class:Contract/Attribute:contacts_list+' => '',
+ 'Class:Contract/Attribute:documents_list' => 'Zoznam dokumentov',
+ 'Class:Contract/Attribute:documents_list+' => '',
+ 'Class:Contract/Attribute:description' => 'Popis',
+ 'Class:Contract/Attribute:description+' => '',
+ 'Class:Contract/Attribute:start_date' => 'Dátum začiatku',
+ 'Class:Contract/Attribute:start_date+' => '',
+ 'Class:Contract/Attribute:end_date' => 'Dátum ukončenia',
+ 'Class:Contract/Attribute:end_date+' => '',
+ 'Class:Contract/Attribute:cost' => 'Cena',
+ 'Class:Contract/Attribute:cost+' => '',
+ 'Class:Contract/Attribute:cost_currency' => 'Mena ceny',
+ 'Class:Contract/Attribute:cost_currency+' => '',
+ 'Class:Contract/Attribute:cost_currency/Value:dollars' => 'USD',
+ 'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
+ 'Class:Contract/Attribute:cost_currency/Value:euros' => 'EUR',
+ 'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
+ 'Class:Contract/Attribute:contracttype_id' => 'Typ zmluvy',
+ 'Class:Contract/Attribute:contracttype_id+' => '',
+ 'Class:Contract/Attribute:contracttype_name' => 'Názov typu zmluvy',
+ 'Class:Contract/Attribute:contracttype_name+' => '',
+ 'Class:Contract/Attribute:billing_frequency' => 'Frekvencia faktúrovania',
+ 'Class:Contract/Attribute:billing_frequency+' => '',
+ 'Class:Contract/Attribute:cost_unit' => 'Cenová jednotka',
+ 'Class:Contract/Attribute:cost_unit+' => '',
+ 'Class:Contract/Attribute:provider_id' => 'Poskytovateľ',
+ 'Class:Contract/Attribute:provider_id+' => '',
+ 'Class:Contract/Attribute:provider_name' => 'Meno poskytovateľa',
+ 'Class:Contract/Attribute:provider_name+' => '',
+ 'Class:Contract/Attribute:status' => 'Stav',
+ 'Class:Contract/Attribute:status+' => '',
+ 'Class:Contract/Attribute:status/Value:implementation' => 'Implementácia',
+ 'Class:Contract/Attribute:status/Value:implementation+' => '',
+ 'Class:Contract/Attribute:status/Value:obsolete' => 'Vyradený',
+ 'Class:Contract/Attribute:status/Value:obsolete+' => '',
+ 'Class:Contract/Attribute:status/Value:production' => 'Produkcia',
+ 'Class:Contract/Attribute:status/Value:production+' => '',
+ 'Class:Contract/Attribute:finalclass' => 'Typ',
+ 'Class:Contract/Attribute:finalclass+' => '',
+ 'Class:ProviderContract/Attribute:contracttype_id' => 'Typ zmluvy',
+ 'Class:ProviderContract/Attribute:contracttype_id+' => '',
+ 'Class:ProviderContract/Attribute:contracttype_name' => 'Názov typu zmluvy',
+ 'Class:ProviderContract/Attribute:contracttype_name+' => '',
+ 'Class:lnkContactToContract/Attribute:contract_name' => 'Názov zmluvy',
+ 'Class:lnkContactToContract/Attribute:contract_name+' => '',
+ 'Class:lnkContactToContract/Attribute:contact_name' => 'Názov kontaktu',
+ 'Class:lnkContactToContract/Attribute:contact_name+' => '',
+ 'Class:lnkContractToDocument/Attribute:contract_name' => 'Názov zmluvy',
+ 'Class:lnkContractToDocument/Attribute:contract_name+' => '',
+ 'Class:lnkContractToDocument/Attribute:document_name' => 'Názov dokumentu',
+ 'Class:lnkContractToDocument/Attribute:document_name+' => '',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name' => 'Názov poskytovateľského zmluvy',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name+' => '',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name' => 'Názov CI',
+ 'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name+' => '',
+ 'Class:Service/Attribute:organization_name' => 'Meno poskytovateľa',
+ 'Class:Service/Attribute:organization_name+' => '',
+ 'Class:Service/Attribute:servicefamily_name' => 'Názov rodiny služieb',
+ 'Class:Service/Attribute:servicefamily_name+' => '',
+ 'Class:lnkDocumentToService/Attribute:service_name' => 'Názov služby',
+ 'Class:lnkDocumentToService/Attribute:service_name+' => '',
+ 'Class:lnkDocumentToService/Attribute:document_name' => 'Názov dokumentu',
+ 'Class:lnkDocumentToService/Attribute:document_name+' => '',
+ 'Class:lnkContactToService/Attribute:service_name' => 'Názov služby',
+ 'Class:lnkContactToService/Attribute:service_name+' => '',
+ 'Class:lnkContactToService/Attribute:contact_name' => 'Názov kontaktu',
+ 'Class:lnkContactToService/Attribute:contact_name+' => '',
+ 'Class:ServiceSubcategory/Attribute:service_name' => 'Názov služby',
+ 'Class:ServiceSubcategory/Attribute:service_name+' => '',
+ 'Class:SLA/Attribute:organization_name' => 'Názov organizácie poskytovateľa',
+ 'Class:SLA/Attribute:organization_name+' => '',
+ 'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA Názov',
+ 'Class:lnkSLAToSLT/Attribute:sla_name+' => '',
+ 'Class:lnkSLAToSLT/Attribute:slt_name' => 'SLT Názov',
+ 'Class:lnkSLAToSLT/Attribute:slt_name+' => '',
+ 'Class:lnkCustomerContractToService/Attribute:customercontract_name' => 'Názov zákazníckeho zmluvy',
+ 'Class:lnkCustomerContractToService/Attribute:customercontract_name+' => '',
+ 'Class:lnkCustomerContractToService/Attribute:service_name' => 'Názov služby',
+ 'Class:lnkCustomerContractToService/Attribute:service_name+' => '',
+ 'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA Názov',
+ 'Class:lnkCustomerContractToService/Attribute:sla_name+' => '',
+ 'Class:lnkProviderContractToService/Attribute:service_name' => 'Názov služby',
+ 'Class:lnkProviderContractToService/Attribute:service_name+' => '',
+ 'Class:lnkProviderContractToService/Attribute:providercontract_name' => 'Názov poskytovateľského zmluvy',
+ 'Class:lnkProviderContractToService/Attribute:providercontract_name+' => '',
+ 'Class:lnkFunctionalCIToService/Attribute:service_name' => 'Názov služby',
+ 'Class:lnkFunctionalCIToService/Attribute:service_name+' => '',
+ 'Class:lnkFunctionalCIToService/Attribute:functionalci_name' => 'Názov CI',
+ 'Class:lnkFunctionalCIToService/Attribute:functionalci_name+' => '',
+ 'Class:DeliveryModel/Attribute:organization_name' => 'Názov organizácie',
+ 'Class:DeliveryModel/Attribute:organization_name+' => '',
+ 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name' => 'Názov typu dodávky',
+ 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name+' => '',
+ 'Class:lnkDeliveryModelToContact/Attribute:contact_name' => 'Meno kontaktu',
+ 'Class:lnkDeliveryModelToContact/Attribute:contact_name+' => '',
+ 'Class:lnkDeliveryModelToContact/Attribute:role_name' => 'Názov role',
+ 'Class:lnkDeliveryModelToContact/Attribute:role_name+' => '',
+ 'Class:Ticket/Attribute:org_name' => 'Názov organizácie',
+ 'Class:Ticket/Attribute:org_name+' => '',
+ 'Class:Ticket/Attribute:caller_name' => 'Meno volajúceho',
+ 'Class:Ticket/Attribute:caller_name+' => '',
+ 'Class:Ticket/Attribute:team_name' => 'Názov tímu',
+ 'Class:Ticket/Attribute:team_name+' => '',
+ 'Class:Ticket/Attribute:agent_name' => 'Meno agenta',
+ 'Class:Ticket/Attribute:agent_name+' => '',
+ 'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Referencia na Ticket',
+ 'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
+ 'Class:lnkContactToTicket/Attribute:contact_email' => 'Email kontaktu',
+ 'Class:lnkContactToTicket/Attribute:contact_email+' => '',
+ 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Referencia na Ticket',
+ 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
+ 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'Názov CI',
+ 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
+ 'Class:WorkOrder/Attribute:ticket_ref' => 'Referencia na Ticket',
+ 'Class:WorkOrder/Attribute:ticket_ref+' => '',
+ 'Class:WorkOrder/Attribute:team_name' => 'Názov tímu',
+ 'Class:WorkOrder/Attribute:team_name+' => '',
+ 'Class:WorkOrder/Attribute:agent_email' => 'Email agenta',
+ 'Class:WorkOrder/Attribute:agent_email+' => '',
+ 'Ticket:baseinfo' => 'Všeobecné informácia',
+ 'Ticket:date' => 'Dátumy',
+ 'Ticket:contact' => 'Kontakt',
+ 'Ticket:moreinfo' => 'Viac informácií',
+ 'Ticket:relation' => 'Vzťahy',
+ 'Ticket:log' => 'Komunikácie',
+ 'Ticket:Type' => 'Kvalifikácia',
+ 'Ticket:support' => 'Podpora',
+ 'Ticket:resolution' => 'Riešenie',
+ 'Ticket:SLA' => 'SLA report',
+ 'WorkOrder:Details' => 'Detaily',
+ 'WorkOrder:Moreinfo' => 'Viac informácií',
+ 'Menu:ChangeManagement' => 'Manažment zmien',
+ 'Menu:Change:Overview' => 'Prehľad',
+ 'Menu:Change:Overview+' => '',
+ 'Menu:NewChange' => 'Nová zmena',
+ 'Menu:NewChange+' => '',
+ 'Menu:SearchChanges' => 'Vyhľadať zmeny',
+ 'Menu:SearchChanges+' => '',
+ 'Menu:Change:Shortcuts' => 'Skratky',
+ 'Menu:Change:Shortcuts+' => '',
+ 'Menu:WaitingAcceptance' => 'Zmeny očakávajúce prijatie',
+ 'Menu:WaitingAcceptance+' => '',
+ 'Menu:WaitingApproval' => 'Zmeny očakávajúce schválenie',
+ 'Menu:WaitingApproval+' => '',
+ 'Menu:Changes' => 'Otvorené zmeny',
+ 'Menu:Changes+' => '',
+ 'Menu:MyChanges' => 'Zmeny pridelené mne',
+ 'Menu:MyChanges+' => '',
+ 'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Zmeny podľa kategórie za posledných 7 dní',
+ 'UI-ChangeManagementOverview-Last-7-days' => 'Počet zmien za posledných 7 dní',
+ 'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Zmeny podľa domény za posledných 7 dní',
+ 'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Zmeny podľa stavu za posledných 7 dní',
+ 'Class:Change/Attribute:changemanager_email' => 'Email manažéra zmien',
+ 'Class:Change/Attribute:changemanager_email+' => '',
+ 'Class:Change/Attribute:parent_name' => 'Referencia na rodičovskú zmenu',
+ 'Class:Change/Attribute:parent_name+' => '',
+ 'Class:Change/Attribute:related_incident_list' => 'Súvisiace incidenty',
+ 'Class:Change/Attribute:related_incident_list+' => '',
+ 'Class:Change/Attribute:related_problems_list' => 'Súvisiace problémy',
+ 'Class:Change/Attribute:related_problems_list+' => '',
+ 'Class:Change/Attribute:parent_id_friendlyname' => 'Priateľské meno rodičovskej zmeny',
+ 'Class:Change/Attribute:parent_id_friendlyname+' => '',
+ 'Menu:RequestManagement' => 'Helpdesk',
+ 'Menu:RequestManagement+' => '',
+ 'Menu:RequestManagementProvider' => 'Poskytovateľ Helpdesku',
+ 'Menu:RequestManagementProvider+' => '',
+ 'Menu:UserRequest:Provider' => 'Otvorené požiadavky prenesené na poskytovateľa',
+ 'Menu:UserRequest:Provider+' => '',
+ 'Menu:UserRequest:Overview' => 'Prehľad',
+ 'Menu:UserRequest:Overview+' => '',
+ 'Menu:NewUserRequest' => 'Nové požiadavky užívateľa',
+ 'Menu:NewUserRequest+' => '',
+ 'Menu:SearchUserRequests' => 'Vyhľadať užívateľské požiadavky',
+ 'Menu:SearchUserRequests+' => '',
+ 'Menu:UserRequest:Shortcuts' => 'Skratky',
+ 'Menu:UserRequest:Shortcuts+' => '',
+ 'Menu:UserRequest:MyRequests' => 'požiadavky pridelené mne',
+ 'Menu:UserRequest:MyRequests+' => '',
+ 'Menu:UserRequest:MySupportRequests' => 'Moje hovory podpory',
+ 'Menu:UserRequest:MySupportRequests+' => '',
+ 'Menu:UserRequest:EscalatedRequests' => 'Eskalované požiadavky',
+ 'Menu:UserRequest:EscalatedRequests+' => '',
+ 'Menu:UserRequest:OpenRequests' => 'Všetky otvorené požiadavky',
+ 'Menu:UserRequest:OpenRequests+' => '',
+ 'UI:WelcomeMenu:MyAssignedCalls' => 'požiadavky pridelené mne',
+ 'UI-RequestManagementOverview-RequestByType-last-14-days' => 'požiadavky za posledných 14 dní (po typoch)',
+ 'UI-RequestManagementOverview-Last-14-days' => 'požiadavky posledných 14 dní (po dňoch)',
+ 'UI-RequestManagementOverview-OpenRequestByStatus' => 'Otvorené požiadavky podľa stavu',
+ 'UI-RequestManagementOverview-OpenRequestByAgent' => 'Otvorené požiadavky podľa agenta',
+ 'UI-RequestManagementOverview-OpenRequestByType' => 'Otvorené požiadavky podľa typu',
+ 'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Otvorené požiadavky podľa organizácie',
+ 'Class:UserRequest:KnownErrorList' => 'Známe chyby',
+ 'Menu:UserRequest:MyWorkOrders' => 'Pracovné príkazy pridelené mne',
+ 'Menu:UserRequest:MyWorkOrders+' => '',
+ 'Class:Problem:KnownProblemList' => 'Známe problémy',
+ 'Class:UserRequest/Attribute:approver_email' => 'Email schvalovateľa',
+ 'Class:UserRequest/Attribute:approver_email+' => '',
+ 'Class:UserRequest/Attribute:service_name' => 'Názov služby',
+ 'Class:UserRequest/Attribute:service_name+' => '',
+ 'Class:UserRequest/Attribute:servicesubcategory_name' => 'Názov subkategórie služieb',
+ 'Class:UserRequest/Attribute:servicesubcategory_name+' => '',
+ 'Class:UserRequest/Attribute:parent_request_ref' => 'Požiadavka o odporúčanie',
+ 'Class:UserRequest/Attribute:parent_request_ref+' => '',
+ 'Class:UserRequest/Attribute:parent_problem_id' => 'Rodičovský problém',
+ 'Class:UserRequest/Attribute:parent_problem_id+' => '',
+ 'Class:UserRequest/Attribute:parent_problem_ref' => 'Referencia na problém',
+ 'Class:UserRequest/Attribute:parent_problem_ref+' => '',
+ 'Class:UserRequest/Attribute:parent_change_ref' => 'Referencia na zmenu',
+ 'Class:UserRequest/Attribute:parent_change_ref+' => '',
+ 'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'Priateľské meno ID požiadavky rodiča',
+ 'Class:UserRequest/Attribute:parent_request_id_friendlyname+' => '',
+ 'Portal:TitleDetailsFor_Request' => 'Detaily pre požiadavky',
+ 'Portal:ButtonUpdate' => 'Aktualizácia',
+ 'Portal:ButtonClose' => 'Zatvoriť',
+ 'Portal:ButtonReopen' => 'Znova otvoriť',
+ 'Portal:ShowServices' => 'Katalóg služieb',
+ 'Portal:SelectRequestType' => 'Zvoľ typ požiadavky',
+ 'Portal:SelectServiceElementFrom_Service' => 'Zvoľ služby prvku pre %1$s',
+ 'Portal:SelectRequestTemplate' => 'Zvoľ predlohu pre %1$s',
+ 'Portal:ListServices' => 'Zoznam služieb',
+ 'Portal:TitleDetailsFor_Service' => 'Detaily pre službu',
+ 'Portal:Button:CreateRequestFromService' => 'Vytvor Požiadavka pre túto službu',
+ 'Portal:ListOpenRequests' => 'Vypíš otvorené požiadavky',
+ 'Portal:UserRequest:MoreInfo' => 'Viac informácií',
+ 'Portal:Details-Service-Element' => 'Prvky služieb',
+ 'Portal:NoClosedTicket' => 'Žiadne zatvorené požiadavky',
+ 'Portal:NoService' => '',
+ 'Portal:ListOpenProblems' => 'Prebiehajúce problémy',
+ 'Portal:ShowProblem' => 'Problémy',
+ 'Portal:ShowFaqs' => 'Často kladené otázky',
+ 'Portal:NoOpenProblem' => 'Žiadny otvorený problém',
+ 'Portal:SelectLanguage' => 'Zmeň svoj jazyk',
+ 'Portal:LanguageChangedTo_Lang' => 'Jazyk zmenený na',
+ 'Portal:ChooseYourFavoriteLanguage' => 'Vyberte si svoj obľúbený jazyk',
));
-?>
diff --git a/dictionaries/sk.dictionary.itop.ui.php b/dictionaries/sk.dictionary.itop.ui.php
index 4178ff86d..38d987e70 100644
--- a/dictionaries/sk.dictionary.itop.ui.php
+++ b/dictionaries/sk.dictionary.itop.ui.php
@@ -18,76 +18,76 @@
*
*
*/
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:AuditCategory' => 'Kategória auditu',
+ 'Class:AuditCategory+' => '',
+ 'Class:AuditCategory/Attribute:name' => 'Názov kategórie',
+ 'Class:AuditCategory/Attribute:name+' => '',
+ 'Class:AuditCategory/Attribute:description' => 'Popis kategórie auditu',
+ 'Class:AuditCategory/Attribute:description+' => '',
+ 'Class:AuditCategory/Attribute:definition_set' => 'Definícia nastavená',
+ 'Class:AuditCategory/Attribute:definition_set+' => '',
+ 'Class:AuditCategory/Attribute:rules_list' => 'Pravidlá auditu',
+ 'Class:AuditCategory/Attribute:rules_list+' => '',
+));
+
+//
+// Class: AuditRule
+//
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
- 'Class:QueryOQL' => 'OQL Dopyt',
- 'Class:QueryOQL+' => '',
- 'Class:QueryOQL/Attribute:oql' => 'Výraz',
- 'Class:QueryOQL/Attribute:oql+' => '',
- 'Class:ShortcutOQL' => 'Skratka výsledkov vyhľadávania',
- 'Class:ShortcutOQL+' => '',
- 'Class:ShortcutOQL/Attribute:oql' => 'Dopyt',
- 'Class:ShortcutOQL/Attribute:oql+' => '',
'Class:AuditRule' => 'Pravidlo auditu',
'Class:AuditRule+' => '',
'Class:AuditRule/Attribute:name' => 'Názov pravidla',
- 'Class:AuditRule/Attribute:name+' => '',
- 'Class:AuditRule/Attribute:description' => 'Popis pravidla auditu',
+ 'Class:AuditRule/Attribute:name+' => '',
+ 'Class:AuditRule/Attribute:description' => 'Popis pravidla auditu',
'Class:AuditRule/Attribute:description+' => '',
+ 'Class:TagSetFieldData/Attribute:finalclass' => 'Tag class~~',
+ 'Class:TagSetFieldData/Attribute:obj_class' => 'Object class~~',
+ 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Field code~~',
'Class:AuditRule/Attribute:query' => 'Spustenie dopytu',
'Class:AuditRule/Attribute:query+' => '',
'Class:AuditRule/Attribute:valid_flag' => 'Platný objekt?',
'Class:AuditRule/Attribute:valid_flag+' => '',
- 'Class:AuditRule/Attribute:valid_flag/Value:false' => 'Nesprávný',
- 'Class:AuditRule/Attribute:valid_flag/Value:false+' => '',
'Class:AuditRule/Attribute:valid_flag/Value:true' => 'Správny',
'Class:AuditRule/Attribute:valid_flag/Value:true+' => '',
+ 'Class:AuditRule/Attribute:valid_flag/Value:false' => 'Nesprávný',
+ 'Class:AuditRule/Attribute:valid_flag/Value:false+' => '',
'Class:AuditRule/Attribute:category_id' => 'Kategória',
- 'Class:AuditRule/Attribute:category_id+' => '',
- 'Class:AuditCategory' => 'Kategória auditu',
- 'Class:AuditCategory+' => '',
- 'Class:AuditCategory/Attribute:name' => 'Názov kategórie',
- 'Class:AuditCategory/Attribute:name+' => '',
- 'Class:AuditCategory/Attribute:description' => 'Popis kategórie auditu',
- 'Class:AuditCategory/Attribute:description+' => '',
- 'Class:AuditCategory/Attribute:definition_set' => 'Definícia nastavená',
- 'Class:AuditCategory/Attribute:definition_set+' => '',
- 'Class:AuditCategory/Attribute:rules_list' => 'Pravidlá auditu',
- 'Class:AuditCategory/Attribute:rules_list+' => '',
- 'Class:URP_Profiles' => 'Profily',
- 'Class:URP_Profiles+' => '',
- 'Class:URP_Profiles/Attribute:name' => 'Názov',
- 'Class:URP_Profiles/Attribute:name+' => '',
- 'Class:URP_Profiles/Attribute:description' => 'Popis',
- 'Class:URP_Profiles/Attribute:description+' => '',
- 'Class:URP_Profiles/Attribute:user_list' => 'Užívatelia',
- 'Class:URP_Profiles/Attribute:user_list+' => '',
- 'Class:URP_UserProfile' => 'Z užívateľa na profil',
- 'Class:URP_UserProfile+' => '',
- 'Class:URP_UserProfile/Attribute:userid' => 'Užívateľ',
- 'Class:URP_UserProfile/Attribute:userid+' => '',
- 'Class:URP_UserProfile/Attribute:profileid' => 'Profil',
- 'Class:URP_UserProfile/Attribute:profileid+' => '',
- 'Class:URP_UserProfile/Attribute:reason' => 'Dôvod',
- 'Class:URP_UserProfile/Attribute:reason+' => '',
- 'Class:URP_UserOrg' => 'Užívateľské organizácie',
- 'Class:URP_UserOrg+' => '',
- 'Class:URP_UserOrg/Attribute:userid' => 'Užívateľ',
- 'Class:URP_UserOrg/Attribute:userid+' => '',
- 'Class:URP_UserOrg/Attribute:allowed_org_id' => 'Organizácia',
- 'Class:URP_UserOrg/Attribute:allowed_org_id+' => '',
- 'Class:URP_UserOrg/Attribute:reason' => 'Dôvod',
- 'Class:URP_UserOrg/Attribute:reason+' => '',
+ 'Class:AuditRule/Attribute:category_id+' => '',
'Class:AuditRule/Attribute:category_name' => 'Kategória',
'Class:AuditRule/Attribute:category_name+' => '',
+));
+
+//
+// Class: QueryOQL
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:Query' => 'Dopyt',
'Class:Query+' => '',
'Class:Query/Attribute:name' => 'Názov',
'Class:Query/Attribute:name+' => '',
'Class:Query/Attribute:description' => 'Popis',
'Class:Query/Attribute:description+' => '',
- 'Class:Query/Attribute:fields' => 'Polia',
- 'Class:Query/Attribute:fields+' => '',
+ 'Class:QueryOQL/Attribute:fields' => 'Polia',
+ 'Class:QueryOQL/Attribute:fields+' => 'Coma separated list of attributes (or alias.attribute) to export~~',
+ 'Class:QueryOQL' => 'OQL Dopyt',
+ 'Class:QueryOQL+' => '',
+ 'Class:QueryOQL/Attribute:oql' => 'Výraz',
+ 'Class:QueryOQL/Attribute:oql+' => '',
+));
+
+//////////////////////////////////////////////////////////////////////
+// Classes in 'addon/userrights'
+//////////////////////////////////////////////////////////////////////
+//
+
+//
+// Class: User
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:User' => 'Užívateľ',
'Class:User+' => '',
'Class:User/Attribute:finalclass' => 'Typ účtu',
@@ -100,9 +100,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:User/Attribute:first_name+' => '',
'Class:User/Attribute:email' => 'Email',
'Class:User/Attribute:email+' => '',
-
'Class:User/Attribute:login' => 'Prihlasovacie meno',
-
'Class:User/Attribute:login+' => '',
'Class:User/Attribute:language' => 'Jazyk',
'Class:User/Attribute:language+' => '',
@@ -111,11 +109,44 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:User/Attribute:language/Value:FR FR' => 'Francúzština',
'Class:User/Attribute:language/Value:FR FR+' => '',
'Class:User/Attribute:profile_list' => 'Profily',
- 'Class:User/Attribute:profile_list+' => '',
- 'Class:User/Attribute:allowed_org_list' => 'Povolené organizácie',
+ 'Class:User/Attribute:profile_list+' => '',
+ 'Class:User/Attribute:allowed_org_list' => 'Povolené organizácie',
'Class:User/Attribute:allowed_org_list+' => '',
+ 'Class:User/Attribute:status' => 'Status~~',
+ 'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.~~',
+ 'Class:User/Attribute:status/Value:enabled' => 'Enabled~~',
+ 'Class:User/Attribute:status/Value:disabled' => 'Disabled~~',
+
'Class:User/Error:LoginMustBeUnique' => 'Prihlasovacie meno musí byť jedinečné - "%1s" sa už používa.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Aspoň jeden profil musí byť priradený k profilu.',
+ 'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~',
+ 'Class:User/Error:OrganizationNotAllowed' => 'Organization not allowed.~~',
+ 'Class:User/Error:UserOrganizationNotAllowed' => 'The user account does not belong to your allowed organizations.~~',
+ 'Class:User/Error:PersonIsMandatory' => 'The Contact is mandatory.~~',
+ 'Class:UserInternal' => 'User Internal~~',
+ 'Class:UserInternal+' => 'User defined within iTop~~',
+));
+
+//
+// Class: URP_Profiles
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:URP_Profiles' => 'Profily',
+ 'Class:URP_Profiles+' => '',
+ 'Class:URP_Profiles/Attribute:name' => 'Názov',
+ 'Class:URP_Profiles/Attribute:name+' => '',
+ 'Class:URP_Profiles/Attribute:description' => 'Popis',
+ 'Class:URP_Profiles/Attribute:description+' => '',
+ 'Class:URP_Profiles/Attribute:user_list' => 'Užívatelia',
+ 'Class:URP_Profiles/Attribute:user_list+' => '',
+));
+
+//
+// Class: URP_Dimensions
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_Dimensions' => 'Rozmery',
'Class:URP_Dimensions+' => '',
'Class:URP_Dimensions/Attribute:name' => 'Názov rozmeru',
@@ -124,19 +155,53 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_Dimensions/Attribute:description+' => '',
'Class:URP_Dimensions/Attribute:type' => 'Typ rozmeru',
'Class:URP_Dimensions/Attribute:type+' => '',
-
+));
+
+//
+// Class: URP_UserProfile
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:URP_UserProfile' => 'Z užívateľa na profil',
+ 'Class:URP_UserProfile+' => '',
+ 'Class:URP_UserProfile/Attribute:userid' => 'Užívateľ',
+ 'Class:URP_UserProfile/Attribute:userid+' => '',
'Class:URP_UserProfile/Attribute:userlogin' => 'Prihlasovacie meno',
-
'Class:URP_UserProfile/Attribute:userlogin+' => '',
+ 'Class:URP_UserProfile/Attribute:profileid' => 'Profil',
+ 'Class:URP_UserProfile/Attribute:profileid+' => '',
'Class:URP_UserProfile/Attribute:profile' => 'Profil',
'Class:URP_UserProfile/Attribute:profile+' => '',
-
+ 'Class:URP_UserProfile/Attribute:reason' => 'Dôvod',
+ 'Class:URP_UserProfile/Attribute:reason+' => '',
+));
+
+//
+// Class: URP_UserOrg
+//
+
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:URP_UserOrg' => 'Užívateľské organizácie',
+ 'Class:URP_UserOrg+' => '',
+ 'Class:URP_UserOrg/Attribute:userid' => 'Užívateľ',
+ 'Class:URP_UserOrg/Attribute:userid+' => '',
'Class:URP_UserOrg/Attribute:userlogin' => 'Prihlasovacie meno',
-
'Class:URP_UserOrg/Attribute:userlogin+' => '',
+ 'Class:URP_UserOrg/Attribute:allowed_org_id' => 'Organizácia',
+ 'Class:URP_UserOrg/Attribute:allowed_org_id+' => '',
'Class:URP_UserOrg/Attribute:allowed_org_name' => 'Názov povolenej organizácie',
- 'Class:URP_UserOrg/Attribute:allowed_org_name+' => '',
- 'Class:URP_ProfileProjection' => 'Projekcia profilu',
+ 'Class:URP_UserOrg/Attribute:allowed_org_name+' => '',
+ 'Class:URP_UserOrg/Attribute:reason' => 'Dôvod',
+ 'Class:URP_UserOrg/Attribute:reason+' => '',
+));
+
+//
+// Class: URP_ProfileProjection
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:URP_ProfileProjection' => 'Projekcia profilu',
'Class:URP_ProfileProjection+' => '',
'Class:URP_ProfileProjection/Attribute:dimensionid' => 'ID rozmeru',
'Class:URP_ProfileProjection/Attribute:dimensionid+' => '',
@@ -150,6 +215,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_ProfileProjection/Attribute:value+' => '',
'Class:URP_ProfileProjection/Attribute:attribute' => 'Atribút',
'Class:URP_ProfileProjection/Attribute:attribute+' => '',
+));
+
+//
+// Class: URP_ClassProjection
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_ClassProjection' => 'Projekcia triedy',
'Class:URP_ClassProjection+' => '',
'Class:URP_ClassProjection/Attribute:dimensionid' => 'ID rozmeru',
@@ -162,6 +234,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_ClassProjection/Attribute:value+' => '',
'Class:URP_ClassProjection/Attribute:attribute' => 'Atribút',
'Class:URP_ClassProjection/Attribute:attribute+' => '',
+));
+
+//
+// Class: URP_ActionGrant
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_ActionGrant' => 'Povolenia akcie',
'Class:URP_ActionGrant+' => '',
'Class:URP_ActionGrant/Attribute:profileid' => 'Profil',
@@ -177,8 +256,15 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_ActionGrant/Attribute:permission/Value:no' => 'Nie',
'Class:URP_ActionGrant/Attribute:permission/Value:no+' => '',
'Class:URP_ActionGrant/Attribute:action' => 'Akcia',
- 'Class:URP_ActionGrant/Attribute:action+' => '',
- 'Class:URP_StimulusGrant' => 'Povolenia stimulu',
+ 'Class:URP_ActionGrant/Attribute:action+' => '',
+));
+
+//
+// Class: URP_StimulusGrant
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:URP_StimulusGrant' => 'Povolenia stimulu',
'Class:URP_StimulusGrant+' => '',
'Class:URP_StimulusGrant/Attribute:profileid' => 'ID Profilu',
'Class:URP_StimulusGrant/Attribute:profileid+' => '',
@@ -191,20 +277,63 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:URP_StimulusGrant/Attribute:permission/Value:yes' => 'Áno',
'Class:URP_StimulusGrant/Attribute:permission/Value:yes+' => '',
'Class:URP_StimulusGrant/Attribute:permission/Value:no' => 'Nie',
- 'Class:URP_StimulusGrant/Attribute:permission/Value:no+' => '',
- 'Class:URP_StimulusGrant/Attribute:stimulus' => 'Podnet',
- 'Class:URP_StimulusGrant/Attribute:stimulus+' => '',
- 'Class:URP_AttributeGrant' => 'Udelenie atribútu',
- 'Class:URP_AttributeGrant+' => '',
- 'Class:URP_AttributeGrant/Attribute:actiongrantid' => 'Udelenie akcie',
+ 'Class:URP_StimulusGrant/Attribute:permission/Value:no+' => '',
+ 'Class:URP_StimulusGrant/Attribute:stimulus' => 'Podnet',
+ 'Class:URP_StimulusGrant/Attribute:stimulus+' => '',
+));
+
+//
+// Class: URP_AttributeGrant
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:URP_AttributeGrant' => 'Udelenie atribútu',
+ 'Class:URP_AttributeGrant+' => '',
+ 'Class:URP_AttributeGrant/Attribute:actiongrantid' => 'Udelenie akcie',
'Class:URP_AttributeGrant/Attribute:actiongrantid+' => '',
'Class:URP_AttributeGrant/Attribute:attcode' => 'Kód atribútu',
'Class:URP_AttributeGrant/Attribute:attcode+' => '',
- 'Menu:WelcomeMenu' => 'Vitajte',
- 'Menu:WelcomeMenu+' => '',
- 'Menu:WelcomeMenuPage' => 'Vitajte',
- 'Menu:WelcomeMenuPage+' => '',
+));
+
+//
+// Class: UserDashboard
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Class:UserDashboard' => 'User dashboard~~',
+ 'Class:UserDashboard+' => '~~',
+ 'Class:UserDashboard/Attribute:user_id' => 'User~~',
+ 'Class:UserDashboard/Attribute:user_id+' => '~~',
+ 'Class:UserDashboard/Attribute:menu_code' => 'Menu code~~',
+ 'Class:UserDashboard/Attribute:menu_code+' => '~~',
+ 'Class:UserDashboard/Attribute:contents' => 'Contents~~',
+ 'Class:UserDashboard/Attribute:contents+' => '~~',
+));
+
+//
+// Expression to Natural language
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Expression:Unit:Short:DAY' => 'd~~',
+ 'Expression:Unit:Short:WEEK' => 'w~~',
+ 'Expression:Unit:Short:MONTH' => 'm~~',
+ 'Expression:Unit:Short:YEAR' => 'y~~',
+));
+
+
+//
+// String from the User Interface: menu, messages, buttons, etc...
+//
+
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'BooleanLabel:yes' => 'yes~~',
+ 'BooleanLabel:no' => 'no~~',
+ 'UI:Login:Title' => 'iTop login~~',
+ 'Menu:WelcomeMenu' => 'Vitajte', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:WelcomeMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:WelcomeMenuPage' => 'Vitajte', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:WelcomeMenuPage+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:WelcomeMenu:Title' => 'Vitajte v iTop',
+
'UI:WelcomeMenu:LeftBlock' => 'iTop je kompletne voľne šíriteľný operačný IT program.
Zahŕňa:
@@ -216,6 +345,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
- Dashboard panel pre rýchle získanie prehľadu o Vašom IT.
Všetky moduly môžu byť nastavené, krok po kroku, nezávisle jeden od druhého.
',
+
'UI:WelcomeMenu:RightBlock' => 'iTop orientovaný na poskytovateľa služieb, dovoľuje IT technikom ľahko manažovať viacerých zákazníkov alebo organizácií.
iTop, dodáva súbor biznis procesov bohatých na služby, ktoré:
- Zdokonalujú efektivitu IT manažmentu
@@ -247,6 +377,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Button:Ok' => 'OK',
'UI:Button:Save' => 'Uložiť',
'UI:Button:Cancel' => 'Zrušiť',
+ 'UI:Button:Close' => 'Close~~',
'UI:Button:Apply' => 'Použiť',
'UI:Button:Back' => ' << Späť ',
'UI:Button:Restart' => ' |<< Reštart ',
@@ -257,6 +388,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Button:SimulateImport' => ' Simulovať importáciu ',
'UI:Button:Test' => 'Test!',
'UI:Button:Evaluate' => ' Vyhodnotiť ',
+ 'UI:Button:Evaluate:Title' => ' Evaluate (Ctrl+Enter)~~',
'UI:Button:AddObject' => ' Pridať... ',
'UI:Button:BrowseObjects' => ' Vyhľadať objekt... ',
'UI:Button:Add' => ' Pridať ',
@@ -268,10 +400,15 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Button:Rename' => ' Premenovať... ',
'UI:Button:ChangePassword' => ' Zmeniť heslo ',
'UI:Button:ResetPassword' => ' Reset hesla ',
+ 'UI:Button:Insert' => 'Insert~~',
+ 'UI:Button:More' => 'More~~',
+ 'UI:Button:Less' => 'Less~~',
+
'UI:SearchToggle' => 'Vyhľadávanie',
'UI:ClickToCreateNew' => 'Vytvoriť nové %1$s',
'UI:SearchFor_Class' => 'Vyhľadávanie pre %1$s objekty',
'UI:NoObjectToDisplay' => 'Žiadny objekt na zobrazenie.',
+ 'UI:Error:SaveFailed' => 'The object cannot be saved :~~',
'UI:Error:MandatoryTemplateParameter_object_id' => 'Parameter objekt_id je potrebný, keď je špecifikovaný link_attr . Skontrolujte definíciu šablóny zobrazenia.',
'UI:Error:MandatoryTemplateParameter_target_attr' => 'Parameter target_attr je potrebný, keď je špecifikovaný link_attr . Skontrolujte definíciu šablóny zobrazenia.',
'UI:Error:MandatoryTemplateParameter_group_by' => 'Parameter group_by je povinný. Skontrolujte definíciu šablóny zobrazenia.',
@@ -286,6 +423,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Nepodarilo sa zapísať dočasný súbor na disk . upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Nahrávanie zastavené rozšírením. (Pôvodné meno súboru = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Nahranie súboru zlyhalo z neznámej príčiny . ( Kód chyby = "%1$s").',
+
'UI:Error:1ParametersMissing' => 'Chyba: následujúci parameter musí byť zadaný pre túto operáciu: %1$s.',
'UI:Error:2ParametersMissing' => 'Chyba: následujúce parametre musia byť zadané pre túto operáciu: %1$s a %2$s.',
'UI:Error:3ParametersMissing' => 'Chyba: následujúce parametre musia byť zadané pre túto operáciu: %1$s, %2$s a %3$s.',
@@ -301,6 +439,9 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Error:ObjectAlreadyCloned' => 'Chyba: objekt už bol klonovaný!',
'UI:Error:ObjectAlreadyCreated' => 'Chyba: objekt už bol vytvorený!',
'UI:Error:Invalid_Stimulus_On_Object_In_State' => 'Chyba: neplatný podnet "%1$s" na objekt %2$s v stave "%3$s".',
+ 'UI:Error:InvalidDashboardFile' => 'Error: invalid dashboard file~~',
+ 'UI:Error:InvalidDashboard' => 'Error: invalid dashboard~~',
+
'UI:GroupBy:Count' => 'Počet',
'UI:GroupBy:Count+' => '',
'UI:CountOfObjects' => '%1$d objekt/y/ov sa nezhoduje s kritériami.',
@@ -337,7 +478,6 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Menu:BulkDelete' => 'Vymazať...',
'UI:UndefinedObject' => 'Nedefinovaný objekt',
'UI:Document:OpenInNewWindow:Download' => 'Otvoriť v novom okne: %1$s, stiahnuť: %2$s',
- 'UI:SelectAllToggle+' => '',
'UI:SplitDateTime-Date' => 'Dátum',
'UI:SplitDateTime-Time' => 'Čas',
'UI:TruncatedResults' => '%1$d objektov zobrazených z %2$d',
@@ -354,12 +494,37 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:SearchValue:Any' => '* Akýkoľvek *',
'UI:SearchValue:Mixed' => '* Kombinovaný *',
'UI:SearchValue:NbSelected' => '# vybraných',
+ 'UI:SearchValue:CheckAll' => 'Check All~~',
+ 'UI:SearchValue:UncheckAll' => 'Uncheck All~~',
'UI:SelectOne' => '-- Vyberte jeden --',
'UI:Login:Welcome' => 'Vitajte v iTop!',
'UI:Login:IncorrectLoginPassword' => 'Nesprávne prihlasovacie meno/heslo, prosím skúste znova.',
'UI:Login:IdentifyYourself' => 'Identifikujte sa pred pokračovaním',
'UI:Login:UserNamePrompt' => 'Užívateľské meno',
'UI:Login:PasswordPrompt' => 'Heslo',
+ 'UI:Login:ForgotPwd' => 'Forgot your password?~~',
+ 'UI:Login:ForgotPwdForm' => 'Forgot your password~~',
+ 'UI:Login:ForgotPwdForm+' => 'iTop can send you an email in which you will find instructions to follow to reset your account.~~',
+ 'UI:Login:ResetPassword' => 'Send now!~~',
+ 'UI:Login:ResetPwdFailed' => 'Failed to send an email: %1$s~~',
+
+ 'UI:ResetPwd-Error-WrongLogin' => '\'%1$s\' is not a valid login~~',
+ 'UI:ResetPwd-Error-NotPossible' => 'external accounts do not allow password reset.~~',
+ 'UI:ResetPwd-Error-FixedPwd' => 'the account does not allow password reset.~~',
+ 'UI:ResetPwd-Error-NoContact' => 'the account is not associated to a person.~~',
+ 'UI:ResetPwd-Error-NoEmailAtt' => 'the account is not associated to a person having an email attribute. Please Contact your administrator.~~',
+ 'UI:ResetPwd-Error-NoEmail' => 'missing an email address. Please Contact your administrator.~~',
+ 'UI:ResetPwd-Error-Send' => 'email transport technical issue. Please Contact your administrator.~~',
+ 'UI:ResetPwd-EmailSent' => 'Please check your email box and follow the instructions...~~',
+ 'UI:ResetPwd-EmailSubject' => 'Reset your iTop password~~',
+ 'UI:ResetPwd-EmailBody' => 'You have requested to reset your iTop password.
Please follow this link (single usage) to enter a new password
.~~',
+
+ 'UI:ResetPwd-Title' => 'Reset password~~',
+ 'UI:ResetPwd-Error-InvalidToken' => 'Sorry, either the password has already been reset, or you have received several emails. Please make sure that you use the link provided in the very last email received.~~',
+ 'UI:ResetPwd-Error-EnterPassword' => 'Enter a new password for the account \'%1$s\'.~~',
+ 'UI:ResetPwd-Ready' => 'The password has been changed.~~',
+ 'UI:ResetPwd-Login' => 'Click here to login...~~',
+
'UI:Login:About' => 'O účte',
'UI:Login:ChangeYourPassword' => 'Zmeň heslo',
'UI:Login:OldPasswordPrompt' => 'Staré heslo',
@@ -423,9 +588,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:CSVImport:PasteData' => 'Vložiť dáta na importovanie:',
'UI:CSVImport:PickClassForTemplate' => 'Vyberte šablónu na stiahnutie: ',
'UI:CSVImport:SeparatorCharacter' => 'Oddeľovací znak:',
-
'UI:CSVImport:TextQualifierCharacter' => 'Znak kvalifikátoru textu',
-
'UI:CSVImport:CommentsAndHeader' => 'Komentáre a hlavička',
'UI:CSVImport:SelectClass' => 'Vyberte triedu na importovanie:',
'UI:CSVImport:AdvancedMode' => 'Rozšírený režim',
@@ -435,11 +598,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:CSVImport:HeaderMappings' => 'Mapovanie',
'UI:CSVImport:HeaderSearch' => 'Vyhľadávanie?',
'UI:CSVImport:AlertIncompleteMapping' => 'Vyberte mapovanie pre každé pole.',
+ 'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
'UI:CSVImport:AlertNoSearchCriteria' => 'Vyberte aspoň jedno alebo viac kritérií vyhladávania',
'UI:CSVImport:Encoding' => 'Kódovanie znakov',
'UI:UniversalSearchTitle' => 'iTop - Univerzálne vyhľadávanie',
'UI:UniversalSearch:Error' => 'Chyba: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Vyberte triedu na vyhľadávanie: ',
+
'UI:CSVReport-Value-Modified' => 'Upravený',
'UI:CSVReport-Value-SetIssue' => 'Nemožno zmeniť - dôvod: %1$s',
'UI:CSVReport-Value-ChangeIssue' => 'Nemožno zmeniť na %1$s - dôvod: %2$s',
@@ -448,10 +613,8 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:CSVReport-Value-Ambiguous' => 'Nejednoznačné: nájdených %1$s objektov',
'UI:CSVReport-Row-Unchanged' => 'Nezmený',
'UI:CSVReport-Row-Created' => 'Vytvorený',
-
'UI:CSVReport-Row-Updated' => 'Aktualizovaných %1$d stĺpcov',
'UI:CSVReport-Row-Disappeared' => 'Zmiznutých, zmenených %1$d stĺpcov',
-
'UI:CSVReport-Row-Issue' => 'Problém: %1$s',
'UI:CSVReport-Value-Issue-Null' => 'Null nie je povolený',
'UI:CSVReport-Value-Issue-NotFound' => 'Objekt nenájdený',
@@ -464,11 +627,10 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:CSVReport-Row-Issue-Attribute' => 'Neočakávaná/é hodnota/y atribútu/ov ',
'UI:CSVReport-Row-Issue-MissingExtKey' => 'Nemôže byť vytvorený, v dôsledku chýbajúceho kľúča/ov: %1$s',
'UI:CSVReport-Row-Issue-DateFormat' => 'Nesprávny formát dátumu',
-
- 'UI:CSVReport-Row-Issue-Reconciliation' => 'Zlyhalo schválenie',
+ 'UI:CSVReport-Row-Issue-Reconciliation' => 'Zlyhalo schválenie',
'UI:CSVReport-Row-Issue-Ambiguous' => 'Nejednoznačné schválenie',
-
'UI:CSVReport-Row-Issue-Internal' => 'Interná chyba: %1$s, %2$s',
+
'UI:CSVReport-Icon-Unchanged' => 'Nezmené',
'UI:CSVReport-Icon-Modified' => 'Upravené',
'UI:CSVReport-Icon-Missing' => 'Chýbajúce',
@@ -483,10 +645,12 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:CSVReport-Stats-Errors' => '%1$.0f %% načitaných objektov má chyby a budú ignorované.',
'UI:CSVReport-Stats-Created' => '%1$.0f %% načitaných objektov bude vytvorených.',
'UI:CSVReport-Stats-Modified' => '%1$.0f %% načitaných objektov bude upravených.',
+
'UI:CSVExport:AdvancedMode' => 'Rozšírený režim',
'UI:CSVExport:AdvancedMode+' => '',
'UI:CSVExport:LostChars' => 'Kódovanie problému',
'UI:CSVExport:LostChars+' => '',
+
'UI:Audit:Title' => 'iTop - CMDB audit',
'UI:Audit:InteractiveAudit' => 'Interaktívny audit',
'UI:Audit:HeaderAuditRule' => 'Pravidlo auditu',
@@ -495,6 +659,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Audit:PercentageOk' => '% OK',
'UI:Audit:ErrorIn_Rule_Reason' => 'OQL chyba v pravidle %1$s: %2$s.',
'UI:Audit:ErrorIn_Category_Reason' => 'OQL chyba v kategórii %1$s: %2$s.',
+
'UI:RunQuery:Title' => 'iTop - Určenie OQL Dopytu',
'UI:RunQuery:QueryExamples' => 'Príklad dopytu',
'UI:RunQuery:HeaderPurpose' => 'Účel',
@@ -504,11 +669,10 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:RunQuery:ExpressionToEvaluate' => 'Výraz k určeniu: ',
'UI:RunQuery:MoreInfo' => 'Viac informácií o dopyte: ',
'UI:RunQuery:DevelopedQuery' => 'Dopyt rozvinutého výrazu: ',
-
'UI:RunQuery:SerializedFilter' => 'Serializovaný filter: ',
-
'UI:RunQuery:Error' => 'Vyskytla sa chyba počas dopytu: %1$s',
'UI:Query:UrlForExcel' => 'URL pre použitie MS-Excel webového dopytu',
+ 'UI:Query:UrlV1' => 'The list of fields has been left unspecified. The page export-V2.php cannot be invoked without this information. Therefore, the URL suggested here below points to the legacy page: export.php. This legacy version of the export has the following limitation: the list of exported fields may vary depending on the output format and the data model of iTop.
Should you want to guarantee that the list of exported columns will remain stable on the long run, then you must specify a value for the attribute "Fields" and use the page export-V2.php.~~',
'UI:Schema:Title' => 'iTop objektová schéma',
'UI:Schema:CategoryMenuItem' => 'Kategória %1$s',
'UI:Schema:Relationships' => 'Vzťahy',
@@ -527,6 +691,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Schema:Label' => 'Označenie',
'UI:Schema:Label+' => '',
'UI:Schema:Type' => 'Typ',
+
'UI:Schema:Type+' => '',
'UI:Schema:Origin' => 'Pôvod',
'UI:Schema:Origin+' => '',
@@ -567,12 +732,20 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Schema:LifeCycleAttributeMustChange' => 'Musí sa zmeniť',
'UI:Schema:LifeCycleAttributeMustPrompt' => 'Užívateľ bude vyzvaný aby si zmenil danú hodnotu',
'UI:Schema:LifeCycleEmptyList' => 'Prázdny zoznam',
+ 'UI:Schema:ClassFilter' => 'Class:~~~~',
+ 'UI:Schema:DisplayLabel' => 'Display:~~~~',
+ 'UI:Schema:DisplaySelector/LabelAndCode' => 'Label and code~~~~',
+ 'UI:Schema:DisplaySelector/Label' => 'Label~~~~',
+ 'UI:Schema:DisplaySelector/Code' => 'Code~~~~',
+ 'UI:Schema:Attribute/Filter' => 'Filter~~~~',
+ 'UI:Schema:DefaultNullValue' => 'Default null : "%1$s"~~~~',
'UI:LinksWidget:Autocomplete+' => '',
'UI:Edit:TestQuery' => 'Testovací dopyt',
'UI:Combo:SelectValue' => '--- výber hodnoty ---',
'UI:Label:SelectedObjects' => 'Zvolené objekty: ',
'UI:Label:AvailableObjects' => 'Dostupné objekty: ',
'UI:Link_Class_Attributes' => '%1$s atribút/y/ov',
+ 'UI:SelectAllToggle+' => '',
'UI:AddObjectsOf_Class_LinkedWith_Class_Instance' => 'Pridať %1$s objektov prepojených s %2$s: %3$s',
'UI:AddObjectsOf_Class_LinkedWith_Class' => 'Pridať %1$s objektov na prepojenie s %2$s',
'UI:ManageObjectsOf_Class_LinkedWith_Class_Instance' => 'Manažovať %1$s objektov prpojených s %2$s: %3$s',
@@ -585,6 +758,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Title:BulkDeletionOf_Count_ObjectsOf_Class' => 'Hromadné odstránenie of %1$d objektov triedy %2$s',
'UI:Delete:NotAllowedToDelete' => 'Nie ste oprávnený vymazať tento objekt',
'UI:Delete:NotAllowedToUpdate_Fields' => 'Nemáte povolenie aktualizovať nasledovné pole/ia: %1$s',
+ 'UI:Error:ActionNotAllowed' => 'You are not allowed to do this action~~',
'UI:Error:NotEnoughRightsToDelete' => 'Tento objekt nemohol byť vymazaný pretože súčasný užívateľ nemá postačujúce práva',
'UI:Error:CannotDeleteBecause' => 'Tento objekt nemohol byť vymazaný pretože: %1$s',
'UI:Error:CannotDeleteBecauseOfDepencies' => 'Tento objekt nemohol byť vymazaný pretože niektoré manuálne operácie musia byť vykonané ešte predtým',
@@ -618,15 +792,28 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:DetailsPageTitle' => 'iTop - %1$s - %2$s detaily',
'UI:ErrorPageTitle' => 'iTop - Chyba',
'UI:ObjectDoesNotExist' => 'Prepáčte, tento objekt neexistuje (alebo nemáte povolenie na jeho čítanie).',
+ 'UI:ObjectArchived' => 'This object has been archived. Please enable the archive mode or contact your administrator.~~',
+ 'Tag:Archived' => 'Archived~~',
+ 'Tag:Archived+' => 'Can be accessed only in archive mode~~',
+ 'Tag:Obsolete' => 'Obsolete~~',
+ 'Tag:Obsolete+' => 'Excluded from the impact analysis and search results~~',
+ 'Tag:Synchronized' => 'Synchronized~~',
+ 'ObjectRef:Archived' => 'Archived~~',
+ 'ObjectRef:Obsolete' => 'Obsolete~~',
'UI:SearchResultsPageTitle' => 'iTop - Výsledky vyhľadávania',
+ 'UI:SearchResultsTitle' => 'Search Results~~',
+ 'UI:SearchResultsTitle+' => 'Full-text search results~~',
'UI:Search:NoSearch' => 'Nie je nič na vyhľadávanie',
+ 'UI:Search:NeedleTooShort' => 'The search string "%1$s" is too short. Please type at least %2$d characters.~~',
+ 'UI:Search:Ongoing' => 'Searching for "%1$s"~~',
+ 'UI:Search:Enlarge' => 'Broaden the search~~',
'UI:FullTextSearchTitle_Text' => 'Výsledky pre "%1$s":',
'UI:Search:Count_ObjectsOf_Class_Found' => '%1$d objekt/y/ov triedy %2$s nájdených.',
'UI:Search:NoObjectFound' => 'Žiadny objekt nebol nájdený.',
'UI:ModificationPageTitle_Object_Class' => 'iTop - %1$s - %2$s úprava',
- 'UI:ModificationTitle_Class_Object' => 'Úprava of %1$s: %2$s',
+ 'UI:ModificationTitle_Class_Object' => 'Úprava of %1$s: %2$s',
'UI:ClonePageTitle_Object_Class' => 'iTop - Klon %1$s - %2$s úprava',
- 'UI:CloneTitle_Class_Object' => 'Klon of %1$s: %2$s',
+ 'UI:CloneTitle_Class_Object' => 'Klon of %1$s: %2$s',
'UI:CreationPageTitle_Class' => 'iTop - Vytvorenie nového %1$s ',
'UI:CreationTitle_Class' => 'Vytvorenie nového %1$s',
'UI:SelectTheTypeOf_Class_ToCreate' => 'Zvoľte typ %1$s na vytvorenie:',
@@ -642,6 +829,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:SystemIntrusion' => 'Prístup zamietnutý. Snažili ste sa vykonať operáciu, ktorá Vám nie je povolená.',
'UI:FatalErrorMessage' => 'Fatálna chyba, iTop nemôže pokračovať.',
'UI:Error_Details' => 'Chyba: %1$s.',
+
'UI:PageTitle:ClassProjections' => 'iTop užívateľský manažment - projekcie tried',
'UI:PageTitle:ProfileProjections' => 'iTop užívateľský manažment - projekcie profilov',
'UI:UserManagement:Class' => 'Trieda',
@@ -681,9 +869,11 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:UserManagement:GrantMatrix' => 'Udelovacia matica',
'UI:UserManagement:LinkBetween_User_And_Profile' => 'Spojenie medzi %1$s a %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => 'Spojenie medzi %1$s a %2$s',
- 'Menu:AdminTools' => 'Administrátorské pomôcky',
- 'Menu:AdminTools+' => '',
- 'Menu:AdminTools?' => 'Pomôcky prístupné iba užívateľom majúcim administrátorský profil',
+
+ 'Menu:AdminTools' => 'Administrátorské pomôcky', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:AdminTools+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:AdminTools?' => 'Pomôcky prístupné iba užívateľom majúcim administrátorský profil', // Duplicated into itop-welcome-itil (will be removed from here...)
+
'UI:ChangeManagementMenu' => 'Manažment zmien',
'UI:ChangeManagementMenu+' => '',
'UI:ChangeManagementMenu:Title' => 'Prehľad zmien',
@@ -691,43 +881,54 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI-ChangeManagementMenu-ChangesByStatus' => 'Zmeny podľa stavu',
'UI-ChangeManagementMenu-ChangesByWorkgroup' => 'Zmeny podľa pracovnej skupiny',
'UI-ChangeManagementMenu-ChangesNotYetAssigned' => 'Zmeny ešte nepriradené',
+
'UI:ConfigurationManagementMenu' => 'Konfiguračný manažment',
'UI:ConfigurationManagementMenu+' => '',
'UI:ConfigurationManagementMenu:Title' => 'Prehľad infraštruktúry',
'UI-ConfigurationManagementMenu-InfraByType' => 'Infraštruktúra objektov podľa typu',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infraštruktúra objektov podľa stavu',
+
'UI:ConfigMgmtMenuOverview:Title' => 'Panel pre konfiguračný manažment',
'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Konfiguračné položky podľa stavu',
'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Konfiguračné položky podľa typu',
+
'UI:RequestMgmtMenuOverview:Title' => 'Panel pre manažment žiadostí',
'UI-RequestManagementOverview-RequestByService' => 'Užívateľská žiadosť podľa služby',
'UI-RequestManagementOverview-RequestByPriority' => 'Užívateľská žiadosť podľa priority',
'UI-RequestManagementOverview-RequestUnassigned' => 'Užívateľská žiadosť zatiaľ nepriradená agentovi',
+
'UI:IncidentMgmtMenuOverview:Title' => 'Panel pre manažment incidentov',
'UI-IncidentManagementOverview-IncidentByService' => 'Incidenty podľa služby',
'UI-IncidentManagementOverview-IncidentByPriority' => 'Incidenty podľa priority',
'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidenty zatiaľ nepriradené agentovi',
+
'UI:ChangeMgmtMenuOverview:Title' => 'Panel pre manažment zmien',
'UI-ChangeManagementOverview-ChangeByType' => 'Zmeny podľa typu',
'UI-ChangeManagementOverview-ChangeUnassigned' => 'Zmeny zatiaľ nepriradené agentovi',
'UI-ChangeManagementOverview-ChangeWithOutage' => 'Výpadky v dôsledku zmien',
+
'UI:ServiceMgmtMenuOverview:Title' => 'Panel manažment služieb',
'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Zákaznícke kontrakty na obnovenie v najbližších 30 dňoch',
'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Poskytovateľské kontrakty na obnovenie v najbližších 30 dňoch',
+
'UI:ContactsMenu' => 'Kontakty',
'UI:ContactsMenu+' => '',
'UI:ContactsMenu:Title' => 'Prehľad kontaktov',
'UI-ContactsMenu-ContactsByLocation' => 'Kontakty podľa polohy',
'UI-ContactsMenu-ContactsByType' => 'Kontakty podľa typu',
'UI-ContactsMenu-ContactsByStatus' => 'Kontakty podľa stavu',
- 'Menu:CSVImportMenu' => 'CSV import',
- 'Menu:CSVImportMenu+' => '',
- 'Menu:DataModelMenu' => 'Dátový model',
- 'Menu:DataModelMenu+' => '',
- 'Menu:ExportMenu' => 'Export',
- 'Menu:ExportMenu+' => '',
- 'Menu:NotificationsMenu' => 'Upozornenia',
- 'Menu:NotificationsMenu+' => '',
+
+ 'Menu:CSVImportMenu' => 'CSV import', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:CSVImportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:DataModelMenu' => 'Dátový model', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:DataModelMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:ExportMenu' => 'Export', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:ExportMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:NotificationsMenu' => 'Upozornenia', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:NotificationsMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Konfigurácia Upozornení',
'UI:NotificationsMenu:Help' => 'Pomoc',
'UI:NotificationsMenu:HelpContent' => 'In iTop upozornenia sú plne upraviteľné. Sú založené na dvoch setoch objektov: spúštače a akcie.
@@ -754,35 +955,49 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:NotificationsMenu:OnStateLeave' => 'Keď objekt vychádza z daného stavu',
'UI:NotificationsMenu:Actions' => 'Akcie',
'UI:NotificationsMenu:AvailableActions' => 'Dostupné akcie',
- 'Menu:AuditCategories' => 'Kategórie auditu',
- 'Menu:AuditCategories+' => '',
- 'Menu:Notifications:Title' => 'Kategórie auditu',
- 'Menu:RunQueriesMenu' => 'Spustiť dopyty',
- 'Menu:RunQueriesMenu+' => '',
- 'Menu:QueryMenu' => 'Dopyt frázy',
- 'Menu:QueryMenu+' => '',
- 'Menu:DataAdministration' => 'Dátová administrácia',
- 'Menu:DataAdministration+' => '',
- 'Menu:UniversalSearchMenu' => 'Univerzálne vyhľadávanie',
- 'Menu:UniversalSearchMenu+' => '',
- 'Menu:ApplicationLogMenu' => 'Záznamy z l\'application',
- 'Menu:ApplicationLogMenu+' => '',
- 'Menu:ApplicationLogMenu:Title' => 'Záznamy z l\'application',
- 'Menu:UserManagementMenu' => 'Užívateľský manažment',
- 'Menu:UserManagementMenu+' => '',
- 'Menu:ProfilesMenu' => 'Profily',
- 'Menu:ProfilesMenu+' => '',
- 'Menu:ProfilesMenu:Title' => 'Profily',
- 'Menu:UserAccountsMenu' => 'Užívateľské účty',
- 'Menu:UserAccountsMenu+' => '',
- 'Menu:UserAccountsMenu:Title' => 'Užívateľské účty',
+
+ 'Menu:TagAdminMenu' => 'Tags configuration~~',
+ 'Menu:TagAdminMenu+' => 'Tags values management~~',
+ 'UI:TagAdminMenu:Title' => 'Tags configuration~~',
+ 'UI:TagAdminMenu:NoTags' => 'No Tag field configured~~',
+ 'UI:TagSetFieldData:Error' => 'Error: %1$s~~',
+
+ 'Menu:AuditCategories' => 'Kategórie auditu', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:AuditCategories+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:Notifications:Title' => 'Kategórie auditu', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:RunQueriesMenu' => 'Spustiť dopyty', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:RunQueriesMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:QueryMenu' => 'Dopyt frázy', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:QueryMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:DataAdministration' => 'Dátová administrácia', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:DataAdministration+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:UniversalSearchMenu' => 'Univerzálne vyhľadávanie', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UniversalSearchMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:UserManagementMenu' => 'Užívateľský manažment', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserManagementMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:ProfilesMenu' => 'Profily', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:ProfilesMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:ProfilesMenu:Title' => 'Profily', // Duplicated into itop-welcome-itil (will be removed from here...)
+
+ 'Menu:UserAccountsMenu' => 'Užívateľské účty', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserAccountsMenu+' => '', // Duplicated into itop-welcome-itil (will be removed from here...)
+ 'Menu:UserAccountsMenu:Title' => 'Užívateľské účty', // Duplicated into itop-welcome-itil (will be removed from here...)
+
'UI:iTopVersion:Short' => 'iTop verzia %1$s',
'UI:iTopVersion:Long' => 'iTop verzia %1$s-%2$s postavená na %3$s',
'UI:PropertiesTab' => 'Vlastnosti',
+
'UI:OpenDocumentInNewWindow_' => 'Otvoriť tento dokument v novom okne: %1$s',
'UI:DownloadDocument_' => 'Stiahnuť tento dokument: %1$s',
'UI:Document:NoPreview' => 'Žiadny náhľad nie je dostupný pre tento typ dokumentu',
'UI:Download-CSV' => 'Stiahnuť %1$s',
+
'UI:DeadlineMissedBy_duration' => 'Prekročené o %1$s',
'UI:Deadline_LessThan1Min' => '< 1 min',
'UI:Deadline_Minutes' => '%1$d min',
@@ -794,16 +1009,47 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:DisplayThisMessageAtStartup' => 'Zobraziť túto správu pri spustení',
'UI:RelationshipGraph' => 'Grafický pohľad',
'UI:RelationshipList' => 'Zoznam',
+ 'UI:RelationGroups' => 'Groups~~',
'UI:OperationCancelled' => 'Zrušené operácie',
'UI:ElementsDisplayed' => 'Filtrovanie',
+ 'UI:RelationGroupNumber_N' => 'Group #%1$d~~',
+ 'UI:Relation:ExportAsPDF' => 'Export as PDF...~~',
+ 'UI:RelationOption:GroupingThreshold' => 'Grouping threshold~~',
+ 'UI:Relation:AdditionalContextInfo' => 'Additional context info~~',
+ 'UI:Relation:NoneSelected' => 'None~~',
+ 'UI:Relation:Zoom' => 'Zoom~~',
+ 'UI:Relation:ExportAsAttachment' => 'Export as Attachment...~~',
+ 'UI:Relation:DrillDown' => 'Details...~~',
+ 'UI:Relation:PDFExportOptions' => 'PDF Export Options~~',
+ 'UI:Relation:AttachmentExportOptions_Name' => 'Options for Attachment to %1$s~~',
+ 'UI:RelationOption:Untitled' => 'Untitled~~',
+ 'UI:Relation:Key' => 'Key~~',
+ 'UI:Relation:Comments' => 'Comments~~',
+ 'UI:RelationOption:Title' => 'Title~~',
+ 'UI:RelationOption:IncludeList' => 'Include the list of objects~~',
+ 'UI:RelationOption:Comments' => 'Comments~~',
+ 'UI:Button:Export' => 'Export~~',
+ 'UI:Relation:PDFExportPageFormat' => 'Page format~~',
+ 'UI:PageFormat_A3' => 'A3~~',
+ 'UI:PageFormat_A4' => 'A4~~',
+ 'UI:PageFormat_Letter' => 'Letter~~',
+ 'UI:Relation:PDFExportPageOrientation' => 'Page orientation~~',
+ 'UI:PageOrientation_Portrait' => 'Portrait~~',
+ 'UI:PageOrientation_Landscape' => 'Landscape~~',
+ 'UI:RelationTooltip:Redundancy' => 'Redundancy~~',
+ 'UI:RelationTooltip:ImpactedItems_N_of_M' => '# of impacted items: %1$d / %2$d~~',
+ 'UI:RelationTooltip:CriticalThreshold_N_of_M' => 'Critical threshold: %1$d / %2$d~~',
'Portal:Title' => 'iTop užívateľský portál',
'Portal:NoRequestMgmt' => 'Drahý/á %1$s, boli ste presmerovaný na túto stránku pretože Váš účet je nastavený na profil \'Užívateľ portálu\'. Nanešťastie, iTop nebol nainštalovaný s funkciou \'Manažment žiadostí\'. Prosím kontaktujte Vášho administrátora.',
'Portal:Refresh' => 'Obnoviť',
'Portal:Back' => 'Späť',
'Portal:WelcomeUserOrg' => 'Vitajte %1$s, z %2$s',
+ 'Portal:TitleDetailsFor_Request' => 'Detaily pre požiadavky',
'Portal:ShowOngoing' => 'Ukázať otvorené žiadosti',
'Portal:ShowClosed' => 'Ukázať zatvorené žiadosti',
'Portal:CreateNewRequest' => 'Vytvoriť novú žiadosť',
+ 'Portal:CreateNewRequestItil' => 'Create a new request~~',
+ 'Portal:CreateNewIncidentItil' => 'Create a new incident report~~',
'Portal:ChangeMyPassword' => 'Zmeniť moje heslo',
'Portal:Disconnect' => 'Odpojiť',
'Portal:OpenRequests' => 'Moje otvorené žiadosti',
@@ -826,10 +1072,11 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'Portal:AddAttachment' => ' Pridať prílohu ',
'Portal:RemoveAttachment' => ' Odstrániť prílohu ',
'Portal:Attachment_No_To_Ticket_Name' => 'Príloha #%1$d do %2$s (%3$s)',
+ 'Portal:SelectRequestTemplate' => 'Zvoľ predlohu pre %1$s',
'Enum:Undefined' => 'Nedefinovaný',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Dní %2$s Hodín %3$s Minút %4$s Sekúnd',
'UI:ModifyAllPageTitle' => 'Upraviť všetko',
- 'UI:Modify_N_objektovOf_Class' => 'Upravovanie %1$d objektov triedy %2$s',
+ 'UI:Modify_N_ObjectsOf_Class' => 'Modifying %1$d objects of class %2$s~~',
'UI:Modify_M_ObjectsOf_Class_OutOf_N' => 'Upravovanie %1$d objektov triedy %2$s z %3$d',
'UI:Menu:ModifyAll' => 'Upraviť...',
'UI:Button:ModifyAll' => 'Upraviť všetko',
@@ -850,7 +1097,6 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:FailedToApplyStimuli' => 'Akcia zlyhala.',
'UI:StimulusModify_N_ObjectsOf_Class' => '%1$s: Upravovanie %2$d objektov triedy %3$s',
'UI:CaseLogTypeYourTextHere' => 'Napíšte Váš text tu:',
- 'UI:CaseLog:DateFormat' => 'R-M-D h:m:s',
'UI:CaseLog:Header_Date_UserName' => '%1$s - %2$s:',
'UI:CaseLog:InitialValue' => 'Počiatočná hodnota:',
'UI:AttemptingToSetASlaveAttribute_Name' => 'Pole %1$s nie je upravovateľné pretože je spravované dátovou synchronizáciou. Hodnota nenastavená.',
@@ -864,12 +1110,18 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:Pagination:All' => 'Všetko',
'UI:HierarchyOf_Class' => 'Hierarchia of %1$s',
'UI:Preferences' => 'Preferencie...',
+ 'UI:ArchiveModeOn' => 'Activate archive mode~~',
+ 'UI:ArchiveModeOff' => 'Deactivate archive mode~~',
+ 'UI:ArchiveMode:Banner' => 'Archive mode~~',
+ 'UI:ArchiveMode:Banner+' => 'Archived objects are visible, and no modification is allowed~~',
'UI:FavoriteOrganizations' => 'Obľúbené organizácie',
'UI:FavoriteOrganizations+' => '',
'UI:FavoriteLanguage' => 'Jazyk užívateľského rozhrania',
'UI:Favorites:SelectYourLanguage' => 'Vyberte si svoj preferovaný jazyk',
'UI:FavoriteOtherSettings' => 'Iné nastavenia',
'UI:Favorites:Default_X_ItemsPerPage' => 'Štandardná dĺžka pre zoznamy: %1$s položiek na stránku',
+ 'UI:Favorites:ShowObsoleteData' => 'Show obsolete data~~',
+ 'UI:Favorites:ShowObsoleteData+' => 'Show obsolete data in search results and lists of items to select~~',
'UI:NavigateAwayConfirmationMessage' => 'Akákoľvek úprava bude zahodená.',
'UI:CancelConfirmationMessage' => 'Prídete o všetky svoje zmeny. Chcete pokračovať?',
'UI:AutoApplyConfirmationMessage' => 'Niektoré zmeny neboli použité zatiaľ. Chcete aby ich iTop vzal do úvahy?',
@@ -877,6 +1129,16 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:OrderByHint_Values' => 'Triediaci príkaz: %1$s',
'UI:Menu:AddToDashboard' => 'Pridať na panel...',
'UI:Button:Refresh' => 'Obnoviť',
+ 'UI:Button:GoPrint' => 'Print...~~',
+ 'UI:ExplainPrintable' => 'Click onto the %1$s icon to hide items from the print.
Use the "print preview" feature of your browser to preview before printing.
Note: this header and the other tuning controls will not be printed.~~',
+ 'UI:PrintResolution:FullSize' => 'Full size~~',
+ 'UI:PrintResolution:A4Portrait' => 'A4 Portrait~~',
+ 'UI:PrintResolution:A4Landscape' => 'A4 Landscape~~',
+ 'UI:PrintResolution:LetterPortrait' => 'Letter Portrait~~',
+ 'UI:PrintResolution:LetterLandscape' => 'Letter Landscape~~',
+ 'UI:Toggle:StandardDashboard' => 'Standard~~',
+ 'UI:Toggle:CustomDashboard' => 'Custom~~',
+
'UI:ConfigureThisList' => 'Konfigurovať tento zoznam...',
'UI:ListConfigurationTitle' => 'Zoznam konfigurácii',
'UI:ColumnsAndSortOrder' => 'Stĺpce a triediaci príkaz:',
@@ -891,8 +1153,10 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:ExtField_AsRemoteField' => '%1$s (%2$s)',
'UI:Button:MoveUp' => 'Posunúť hore',
'UI:Button:MoveDown' => 'Posunúť dole',
+
'UI:OQL:UnknownClassAndFix' => 'Neznáma trieda "%1$s". Môžete skúsiť "%2$s" namiesto toho.',
'UI:OQL:UnknownClassNoFix' => 'Neznáma trieda "%1$s"',
+
'UI:Dashboard:Edit' => 'Upraviť túto stránku...',
'UI:Dashboard:Revert' => 'Vrátiť sa do originálnej verzie...',
'UI:Dashboard:RevertConfirm' => 'Každá zmena spravená do originálnej verzie bude stratená. Prosím potvrďte, že to chcete urobiť.',
@@ -900,27 +1164,50 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:ImportDashBoard' => 'Importovať zo súboru...',
'UI:ImportDashboardTitle' => 'Importovať zo súboru',
'UI:ImportDashboardText' => 'Zvoľte panel súboru na importovanie:',
+
+
'UI:DashletCreation:Title' => 'Vytvoriť a nový Dashlet',
'UI:DashletCreation:Dashboard' => 'Panel',
'UI:DashletCreation:DashletType' => 'Typ Dashletu',
'UI:DashletCreation:EditNow' => 'Upraviť panel',
+
'UI:DashboardEdit:Title' => 'Panel Editor',
'UI:DashboardEdit:DashboardTitle' => 'Nadpis',
+ 'UI:DashboardEdit:AutoReload' => 'Automatic refresh~~',
+ 'UI:DashboardEdit:AutoReloadSec' => 'Automatic refresh interval (seconds)~~',
+ 'UI:DashboardEdit:AutoReloadSec+' => 'The minimum allowed is %1$d seconds~~',
+
'UI:DashboardEdit:Layout' => 'Rozloženie',
'UI:DashboardEdit:Properties' => 'Vlastnosti panelu',
'UI:DashboardEdit:Dashlets' => 'Dostupné Dashlety',
'UI:DashboardEdit:DashletProperties' => 'Vlastnosti Dashletu',
+
'UI:Form:Property' => 'Vlastnosť',
'UI:Form:Value' => 'Hodnota',
+
+ 'UI:DashletUnknown:Label' => 'Unknown~~',
+ 'UI:DashletUnknown:Description' => 'Unknown dashlet (might have been uninstalled)~~',
+ 'UI:DashletUnknown:RenderText:View' => 'Unable to render this dashlet.~~',
+ 'UI:DashletUnknown:RenderText:Edit' => 'Unable to render this dashlet (class "%1$s"). Check with your administrator if it is still available.~~',
+ 'UI:DashletUnknown:RenderNoDataText:Edit' => 'No preview available for this dashlet (class "%1$s").~~',
+ 'UI:DashletUnknown:Prop-XMLConfiguration' => 'Configuration (shown as raw XML)~~',
+
+ 'UI:DashletProxy:Label' => 'Proxy~~',
+ 'UI:DashletProxy:Description' => 'Proxy dashlet~~',
+ 'UI:DashletProxy:RenderNoDataText:Edit' => 'No preview available for this third-party dashlet (class "%1$s").~~',
+ 'UI:DashletProxy:Prop-XMLConfiguration' => 'Configuration (shown as raw XML)~~',
+
'UI:DashletPlainText:Label' => 'Text',
'UI:DashletPlainText:Description' => 'Obyčajný text (žiadne formátovanie)',
'UI:DashletPlainText:Prop-Text' => 'Text',
'UI:DashletPlainText:Prop-Text:Default' => 'Prosím vložte nejaký text sem...',
+
'UI:DashletObjectList:Label' => 'Zoznam objektu',
'UI:DashletObjectList:Description' => 'Zoznam objektu dashlet',
'UI:DashletObjectList:Prop-Title' => 'Nadpis',
'UI:DashletObjectList:Prop-Query' => 'Dopyt',
'UI:DashletObjectList:Prop-Menu' => 'Menu',
+
'UI:DashletGroupBy:Prop-Title' => 'Nadpis',
'UI:DashletGroupBy:Prop-Query' => 'Dopyt',
'UI:DashletGroupBy:Prop-Style' => 'Štýl',
@@ -934,17 +1221,42 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:DashletGroupBy:Prop-GroupBy:Select-DayOfWeek' => '%1$ (deň v týžni)',
'UI:DashletGroupBy:Prop-GroupBy:Select-DayOfMonth' => '%1$s (deň v mesiaci)',
'UI:DashletGroupBy:MissingGroupBy' => 'Prosím zvoľte pole na ktorom objekty budú zoskupené spolu',
+
'UI:DashletGroupByPie:Label' => 'Koláčový graf',
'UI:DashletGroupByPie:Description' => 'Koláčový graf',
'UI:DashletGroupByBars:Label' => 'Tyčinkový graf',
'UI:DashletGroupByBars:Description' => 'Tyčinkový graf',
'UI:DashletGroupByTable:Label' => 'Zoskupiť podľa tabuliek (table)',
'UI:DashletGroupByTable:Description' => 'Zoznam (zoskupené podľa polí)',
+
+ // New in 2.5
+ 'UI:DashletGroupBy:Prop-Function' => 'Aggregation function~~',
+ 'UI:DashletGroupBy:Prop-FunctionAttribute' => 'Function attribute~~',
+ 'UI:DashletGroupBy:Prop-OrderDirection' => 'Direction~~',
+ 'UI:DashletGroupBy:Prop-OrderField' => 'Order by~~',
+ 'UI:DashletGroupBy:Prop-Limit' => 'Limit~~',
+
+ 'UI:DashletGroupBy:Order:asc' => 'Ascending~~',
+ 'UI:DashletGroupBy:Order:desc' => 'Descending~~',
+
+ 'UI:GroupBy:count' => 'Count~~',
+ 'UI:GroupBy:count+' => 'Number of elements~~',
+ 'UI:GroupBy:sum' => 'Sum~~',
+ 'UI:GroupBy:sum+' => 'Sum of %1$s~~',
+ 'UI:GroupBy:avg' => 'Average~~',
+ 'UI:GroupBy:avg+' => 'Average of %1$s~~',
+ 'UI:GroupBy:min' => 'Minimum~~',
+ 'UI:GroupBy:min+' => 'Minimum of %1$s~~',
+ 'UI:GroupBy:max' => 'Maximum~~',
+ 'UI:GroupBy:max+' => 'Maximum of %1$s~~',
+ // ---
+
'UI:DashletHeaderStatic:Label' => 'Hlavička',
'UI:DashletHeaderStatic:Description' => 'Zobrazuje an horizontálny oddelovač',
'UI:DashletHeaderStatic:Prop-Title' => 'Nadpis',
'UI:DashletHeaderStatic:Prop-Title:Default' => 'Kontakty',
'UI:DashletHeaderStatic:Prop-Icon' => 'Ikonka',
+
'UI:DashletHeaderDynamic:Label' => 'Hlavička so štatistikami',
'UI:DashletHeaderDynamic:Description' => 'Hlavička s vlastnosťami (zoskupené podľa...)',
'UI:DashletHeaderDynamic:Prop-Title' => 'Nadpis',
@@ -955,9 +1267,11 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'UI:DashletHeaderDynamic:Prop-Query' => 'Dopyt',
'UI:DashletHeaderDynamic:Prop-GroupBy' => 'Zoskupiť podľa',
'UI:DashletHeaderDynamic:Prop-Values' => 'Hodnoty',
+
'UI:DashletBadge:Label' => 'Odznak',
'UI:DashletBadge:Description' => 'Ikonka objektu s novým/vyhľadávanie',
'UI:DashletBadge:Prop-Class' => 'Trieda',
+
'DayOfWeek-Sunday' => 'Nedeľa',
'DayOfWeek-Monday' => 'Pondelok',
'DayOfWeek-Tuesday' => 'Utorok',
@@ -965,15 +1279,283 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
'DayOfWeek-Thursday' => 'Štvrtok',
'DayOfWeek-Friday' => 'Piatok',
'DayOfWeek-Saturday' => 'Sobota',
+ 'Month-01' => 'January~~',
+ 'Month-02' => 'February~~',
+ 'Month-03' => 'March~~',
+ 'Month-04' => 'April~~',
+ 'Month-05' => 'May~~',
+ 'Month-06' => 'June~~',
+ 'Month-07' => 'July~~',
+ 'Month-08' => 'August~~',
+ 'Month-09' => 'September~~',
+ 'Month-10' => 'October~~',
+ 'Month-11' => 'November~~',
+ 'Month-12' => 'December~~',
+
+ // Short version for the DatePicker
+ 'DayOfWeek-Sunday-Min' => 'Su~~',
+ 'DayOfWeek-Monday-Min' => 'Mo~~',
+ 'DayOfWeek-Tuesday-Min' => 'Tu~~',
+ 'DayOfWeek-Wednesday-Min' => 'We~~',
+ 'DayOfWeek-Thursday-Min' => 'Th~~',
+ 'DayOfWeek-Friday-Min' => 'Fr~~',
+ 'DayOfWeek-Saturday-Min' => 'Sa~~',
+ 'Month-01-Short' => 'Jan~~',
+ 'Month-02-Short' => 'Feb~~',
+ 'Month-03-Short' => 'Mar~~',
+ 'Month-04-Short' => 'Apr~~',
+ 'Month-05-Short' => 'May~~',
+ 'Month-06-Short' => 'Jun~~',
+ 'Month-07-Short' => 'Jul~~',
+ 'Month-08-Short' => 'Aug~~',
+ 'Month-09-Short' => 'Sep~~',
+ 'Month-10-Short' => 'Oct~~',
+ 'Month-11-Short' => 'Nov~~',
+ 'Month-12-Short' => 'Dec~~',
+ 'Calendar-FirstDayOfWeek' => '0~~', // 0 = Sunday, 1 = Monday, etc...
+
'UI:Menu:ShortcutList' => 'Vytvorenie skratky...',
'UI:ShortcutRenameDlg:Title' => 'Premenovanie skratky',
'UI:ShortcutListDlg:Title' => 'Vytvoriť skratku pre zoznam',
'UI:ShortcutDelete:Confirm' => 'Prosím potvrďte, že si želáte vymazať skratku/y.',
- 'Menu:MyShortcuts' => 'Moje skratky',
+ 'Menu:MyShortcuts' => 'Moje skratky', // Duplicated into itop-welcome-itil (will be removed from here...)
'Class:Shortcut' => 'Skratka',
'Class:Shortcut+' => '',
'Class:Shortcut/Attribute:name' => 'Názov',
'Class:Shortcut/Attribute:name+' => '',
+ 'Class:ShortcutOQL' => 'Skratka výsledkov vyhľadávania',
+ 'Class:ShortcutOQL+' => '',
+ 'Class:ShortcutOQL/Attribute:oql' => 'Dopyt',
+ 'Class:ShortcutOQL/Attribute:oql+' => '',
+ 'Class:ShortcutOQL/Attribute:auto_reload' => 'Automatic refresh~~',
+ 'Class:ShortcutOQL/Attribute:auto_reload/Value:none' => 'Disabled~~',
+ 'Class:ShortcutOQL/Attribute:auto_reload/Value:custom' => 'Custom rate~~',
+ 'Class:ShortcutOQL/Attribute:auto_reload_sec' => 'Automatic refresh interval (seconds)~~',
+ 'Class:ShortcutOQL/Attribute:auto_reload_sec/tip' => 'The minimum allowed is %1$d seconds~~',
+
'UI:FillAllMandatoryFields' => 'Prosím vyplňte všetky povinné políčka.',
+ 'UI:ValueMustBeSet' => 'Please specify a value~~',
+ 'UI:ValueMustBeChanged' => 'Please change the value~~',
+ 'UI:ValueInvalidFormat' => 'Invalid format~~',
+
+ 'UI:CSVImportConfirmTitle' => 'Please confirm the operation~~',
+ 'UI:CSVImportConfirmMessage' => 'Are you sure you want to do this?~~',
+ 'UI:CSVImportError_items' => 'Errors: %1$d~~',
+ 'UI:CSVImportCreated_items' => 'Created: %1$d~~',
+ 'UI:CSVImportModified_items' => 'Modified: %1$d~~',
+ 'UI:CSVImportUnchanged_items' => 'Unchanged: %1$d~~',
+ 'UI:CSVImport:DateAndTimeFormats' => 'Date and time format~~',
+ 'UI:CSVImport:DefaultDateTimeFormat_Format_Example' => 'Default format: %1$s (e.g. %2$s)~~',
+ 'UI:CSVImport:CustomDateTimeFormat' => 'Custom format: %1$s~~',
+ 'UI:CSVImport:CustomDateTimeFormatTooltip' => 'Available placeholders:
+| Y | year (4 digits, e.g. 2016) |
+| y | year (2 digits, e.g. 16 for 2016) |
+| m | month (2 digits, e.g. 01..12) |
+| n | month (1 or 2 digits no leading zero, e.g. 1..12) |
+| d | day (2 digits, e.g. 01..31) |
+| j | day (1 or 2 digits no leading zero, e.g. 1..31) |
+| H | hour (24 hour, 2 digits, e.g. 00..23) |
+| h | hour (12 hour, 2 digits, e.g. 01..12) |
+| G | hour (24 hour, 1 or 2 digits no leading zero, e.g. 0..23) |
+| g | hour (12 hour, 1 or 2 digits no leading zero, e.g. 1..12) |
+| a | hour, am or pm (lowercase) |
+| A | hour, AM or PM (uppercase) |
+| i | minutes (2 digits, e.g. 00..59) |
+| s | seconds (2 digits, e.g. 00..59) |
+
~~',
+
+ 'UI:Button:Remove' => 'Remove~~',
+ 'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
+ 'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
+
+ 'UI:AboutBox' => 'About iTop...~~',
+ 'UI:About:Title' => 'About iTop~~',
+ 'UI:About:DataModel' => 'Data model~~',
+ 'UI:About:Support' => 'Support information~~',
+ 'UI:About:Licenses' => 'Licenses~~',
+ 'UI:About:InstallationOptions' => 'Installation options~~',
+ 'UI:About:ManualExtensionSource' => 'Extension~~',
+ 'UI:About:Extension_Version' => 'Version: %1$s~~',
+ 'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
+
+ 'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
+ 'UI:DisconnectedDlgTitle' => 'Warning!~~',
+ 'UI:LoginAgain' => 'Login again~~',
+ 'UI:StayOnThePage' => 'Stay on this page~~',
+
+ 'ExcelExporter:ExportMenu' => 'Excel Export...~~',
+ 'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
+ 'ExcelExporter:ExportButton' => 'Export~~',
+ 'ExcelExporter:DownloadButton' => 'Download %1$s~~',
+ 'ExcelExporter:RetrievingData' => 'Retrieving data...~~',
+ 'ExcelExporter:BuildingExcelFile' => 'Building the Excel file...~~',
+ 'ExcelExporter:Done' => 'Done.~~',
+ 'ExcelExport:AutoDownload' => 'Start the download automatically when the export is ready~~',
+ 'ExcelExport:PreparingExport' => 'Preparing the export...~~',
+ 'ExcelExport:Statistics' => 'Statistics~~',
+ 'portal:legacy_portal' => 'End-User Portal~~',
+ 'portal:backoffice' => 'iTop Back-Office User Interface~~',
+
+ 'UI:CurrentObjectIsLockedBy_User' => 'The object is locked since it is currently being modified by %1$s.~~',
+ 'UI:CurrentObjectIsLockedBy_User_Explanation' => 'The object is currently being modified by %1$s. Your modifications cannot be submitted since they would be overwritten.~~',
+ 'UI:CurrentObjectLockExpired' => 'The lock to prevent concurrent modifications of the object has expired.~~',
+ 'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.~~',
+ 'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.~~',
+ 'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
+
+ 'UI:Menu:ExportPDF' => 'Export as PDF...~~',
+ 'UI:Menu:PrintableVersion' => 'Printer friendly version~~',
+
+ 'UI:BrowseInlineImages' => 'Browse images...~~',
+ 'UI:UploadInlineImageLegend' => 'Upload a new image~~',
+ 'UI:SelectInlineImageToUpload' => 'Select the image to upload~~',
+ 'UI:AvailableInlineImagesLegend' => 'Available images~~',
+ 'UI:NoInlineImage' => 'There is no image available on the server. Use the "Browse" button above to select an image from your computer and upload it to the server.~~',
+
+ 'UI:ToggleFullScreen' => 'Toggle Maximize / Minimize~~',
+ 'UI:Button:ResetImage' => 'Recover the previous image~~',
+ 'UI:Button:RemoveImage' => 'Remove the image~~',
+ 'UI:UploadNotSupportedInThisMode' => 'The modification of images or files is not supported in this mode.~~',
+
+ // Search form
+ 'UI:Search:Toggle' => 'Minimize / Expand~~',
+ 'UI:Search:AutoSubmit:DisabledHint' => 'Auto submit has been disabled for this class~~',
+ 'UI:Search:NoAutoSubmit:ExplainText' => 'Add some criterion on the search box or click the search button to view the objects.~~',
+ 'UI:Search:Criterion:MoreMenu:AddCriteria' => 'Add new criteria~~',
+ // - Add new criteria button
+ 'UI:Search:AddCriteria:List:RecentlyUsed:Title' => 'Recently used~~',
+ 'UI:Search:AddCriteria:List:MostPopular:Title' => 'Most popular~~',
+ 'UI:Search:AddCriteria:List:Others:Title' => 'Others~~',
+ 'UI:Search:AddCriteria:List:RecentlyUsed:Placeholder' => 'None yet.~~',
+
+ // - Criteria titles
+ // - Default widget
+ 'UI:Search:Criteria:Title:Default:Any' => '%1$s: Any~~',
+ 'UI:Search:Criteria:Title:Default:Empty' => '%1$s is empty~~',
+ 'UI:Search:Criteria:Title:Default:NotEmpty' => '%1$s is not empty~~',
+ 'UI:Search:Criteria:Title:Default:Equals' => '%1$s equals %2$s~~',
+ 'UI:Search:Criteria:Title:Default:Contains' => '%1$s contains %2$s~~',
+ 'UI:Search:Criteria:Title:Default:StartsWith' => '%1$s starts with %2$s~~',
+ 'UI:Search:Criteria:Title:Default:EndsWith' => '%1$s ends with %2$s~~',
+ 'UI:Search:Criteria:Title:Default:RegExp' => '%1$s matches %2$s~~',
+ 'UI:Search:Criteria:Title:Default:GreaterThan' => '%1$s > %2$s~~',
+ 'UI:Search:Criteria:Title:Default:GreaterThanOrEquals' => '%1$s >= %2$s~~',
+ 'UI:Search:Criteria:Title:Default:LessThan' => '%1$s < %2$s~~',
+ 'UI:Search:Criteria:Title:Default:LessThanOrEquals' => '%1$s <= %2$s~~',
+ 'UI:Search:Criteria:Title:Default:Different' => '%1$s ≠ %2$s~~',
+ 'UI:Search:Criteria:Title:Default:Between' => '%1$s between [%2$s]~~',
+ 'UI:Search:Criteria:Title:Default:BetweenDates' => '%1$s [%2$s]~~',
+ 'UI:Search:Criteria:Title:Default:BetweenDates:All' => '%1$s: Any~~',
+ 'UI:Search:Criteria:Title:Default:BetweenDates:From' => '%1$s from %2$s~~',
+ 'UI:Search:Criteria:Title:Default:BetweenDates:Until' => '%1$s until %2$s~~',
+ 'UI:Search:Criteria:Title:Default:Between:All' => '%1$s: Any~~',
+ 'UI:Search:Criteria:Title:Default:Between:From' => '%1$s from %2$s~~',
+ 'UI:Search:Criteria:Title:Default:Between:Until' => '%1$s up to %2$s~~',
+ // - Numeric widget
+ // None yet
+ // - DateTime widget
+ 'UI:Search:Criteria:Title:DateTime:Between' => '%2$s <= 1$s <= %3$s~~',
+ // - Enum widget
+ 'UI:Search:Criteria:Title:Enum:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:Enum:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any~~',
+ // - TagSet widget
+ 'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
+
+ // - Criteria operators
+ // - Default widget
+ 'UI:Search:Criteria:Operator:Default:Empty' => 'Is empty~~',
+ 'UI:Search:Criteria:Operator:Default:NotEmpty' => 'Is not empty~~',
+ 'UI:Search:Criteria:Operator:Default:Equals' => 'Equals~~',
+ 'UI:Search:Criteria:Operator:Default:Between' => 'Between~~',
+ // - String widget
+ 'UI:Search:Criteria:Operator:String:Contains' => 'Contains~~',
+ 'UI:Search:Criteria:Operator:String:StartsWith' => 'Starts with~~',
+ 'UI:Search:Criteria:Operator:String:EndsWith' => 'Ends with~~',
+ 'UI:Search:Criteria:Operator:String:RegExp' => 'Regular exp.~~',
+ // - Numeric widget
+ 'UI:Search:Criteria:Operator:Numeric:Equals' => 'Equals~~', // => '=',
+ 'UI:Search:Criteria:Operator:Numeric:GreaterThan' => 'Greater~~', // => '>',
+ 'UI:Search:Criteria:Operator:Numeric:GreaterThanOrEquals' => 'Greater / equals~~', // > '>=',
+ 'UI:Search:Criteria:Operator:Numeric:LessThan' => 'Less~~', // => '<',
+ 'UI:Search:Criteria:Operator:Numeric:LessThanOrEquals' => 'Less / equals~~', // > '<=',
+ 'UI:Search:Criteria:Operator:Numeric:Different' => 'Different~~', // => '≠',
+ // - Tag Set Widget
+ 'UI:Search:Criteria:Operator:TagSet:Matches' => 'Matches~~',
+
+ // - Other translations
+ 'UI:Search:Value:Filter:Placeholder' => 'Filter...~~',
+ 'UI:Search:Value:Search:Placeholder' => 'Search...~~',
+ 'UI:Search:Value:Autocomplete:StartTyping' => 'Start typing for possible values.~~',
+ 'UI:Search:Value:Autocomplete:Wait' => 'Please wait...~~',
+ 'UI:Search:Value:Autocomplete:NoResult' => 'No result.~~',
+ 'UI:Search:Value:Toggler:CheckAllNone' => 'Check all / none~~',
+ 'UI:Search:Value:Toggler:CheckAllNoneFiltered' => 'Check all / none visibles~~',
+
+ // - Widget other translations
+ 'UI:Search:Criteria:Numeric:From' => 'From~~',
+ 'UI:Search:Criteria:Numeric:Until' => 'To~~',
+ 'UI:Search:Criteria:Numeric:PlaceholderFrom' => 'Any~~',
+ 'UI:Search:Criteria:Numeric:PlaceholderUntil' => 'Any~~',
+ 'UI:Search:Criteria:DateTime:From' => 'From~~',
+ 'UI:Search:Criteria:DateTime:FromTime' => 'From~~',
+ 'UI:Search:Criteria:DateTime:Until' => 'until~~',
+ 'UI:Search:Criteria:DateTime:UntilTime' => 'until~~',
+ 'UI:Search:Criteria:DateTime:PlaceholderFrom' => 'Any date~~',
+ 'UI:Search:Criteria:DateTime:PlaceholderFromTime' => 'Any date~~',
+ 'UI:Search:Criteria:DateTime:PlaceholderUntil' => 'Any date~~',
+ 'UI:Search:Criteria:DateTime:PlaceholderUntilTime' => 'Any date~~',
+ 'UI:Search:Criteria:HierarchicalKey:ChildrenIncluded:Hint' => 'Children of the selected objects will be included.~~',
+
+ 'UI:Search:Criteria:Raw:Filtered' => 'Filtered~~',
+ 'UI:Search:Criteria:Raw:FilteredOn' => 'Filtered on %1$s~~',
+));
+
+//
+// Expression to Natural language
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'Expression:Operator:AND' => ' AND ~~',
+ 'Expression:Operator:OR' => ' OR ~~',
+ 'Expression:Operator:=' => ': ~~',
+
+ 'Expression:Unit:Short:DAY' => 'd~~',
+ 'Expression:Unit:Short:WEEK' => 'w~~',
+ 'Expression:Unit:Short:MONTH' => 'm~~',
+ 'Expression:Unit:Short:YEAR' => 'y~~',
+
+ 'Expression:Unit:Long:DAY' => 'day(s)~~',
+ 'Expression:Unit:Long:HOUR' => 'hour(s)~~',
+ 'Expression:Unit:Long:MINUTE' => 'minute(s)~~',
+
+ 'Expression:Verb:NOW' => 'now~~',
+ 'Expression:Verb:ISNULL' => ': undefined~~',
+));
+
+//
+// iTop Newsroom menu
+//
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'UI:Newsroom:NoNewMessage' => 'No new message~~',
+ 'UI:Newsroom:MarkAllAsRead' => 'Mark all messages as read~~',
+ 'UI:Newsroom:ViewAllMessages' => 'View all messages~~',
+ 'UI:Newsroom:Preferences' => 'Newsroom preferences~~',
+ 'UI:Newsroom:ConfigurationLink' => 'Configuration~~',
+ 'UI:Newsroom:ResetCache' => 'Reset cache~~',
+ 'UI:Newsroom:DisplayMessagesFor_Provider' => 'Display messages from %1$s~~',
+ 'UI:Newsroom:DisplayAtMost_X_Messages' => 'Display up to %1$s messages in the %2$s menu.~~',
));
-?>
\ No newline at end of file
diff --git a/dictionaries/tr.dictionary.itop.core.php b/dictionaries/tr.dictionary.itop.core.php
index bd4737964..cfd21c5b8 100644
--- a/dictionaries/tr.dictionary.itop.core.php
+++ b/dictionaries/tr.dictionary.itop.core.php
@@ -50,20 +50,20 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => 'List of tags~~',
- 'Core:AttributeTagSet+' => '~~',
+ 'Core:AttributeTagSet' => 'List of tags~~',
+ 'Core:AttributeTagSet+' => '~~',
'Core:AttributeSet:placeholder' => 'click to add~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => 'Log~~',
- 'Core:AttributeCaseLog+' => '~~',
+ 'Core:AttributeCaseLog' => 'Log~~',
+ 'Core:AttributeCaseLog+' => '~~',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)~~',
+ 'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)~~',
'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class~~',
'Core:AttributeInteger' => 'Integer~~',
@@ -111,7 +111,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Core:AttributePassword' => 'Password~~',
'Core:AttributePassword+' => 'Password of an external device~~',
- 'Core:AttributeEncryptedString' => 'Encrypted string~~',
+ 'Core:AttributeEncryptedString' => 'Encrypted string~~',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key~~',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
@@ -869,8 +869,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds~~',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds~~',
+ 'Core:Duration_Seconds' => '%1$ds~~',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds~~',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds~~',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds~~',
diff --git a/dictionaries/tr.dictionary.itop.ui.php b/dictionaries/tr.dictionary.itop.ui.php
index 17108d295..56daeb316 100644
--- a/dictionaries/tr.dictionary.itop.ui.php
+++ b/dictionaries/tr.dictionary.itop.ui.php
@@ -131,7 +131,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.~~',
'Class:User/Attribute:status/Value:enabled' => 'Enabled~~',
'Class:User/Attribute:status/Value:disabled' => 'Disabled~~',
-
+
'Class:User/Error:LoginMustBeUnique' => 'Kullanıcı adı tekil olmalı - "%1s" mevcut bir kullanıcıya ait.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'En az bir profil kullanıcıya atanmalı',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~',
@@ -342,7 +342,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'BooleanLabel:yes' => 'evet',
'BooleanLabel:no' => 'hayır',
- 'UI:Login:Title' => 'iTop login~~',
+ 'UI:Login:Title' => 'iTop login~~',
'Menu:WelcomeMenu' => 'Hoşgeldiniz', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => 'iTop\'a Hoşgeldiniz', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => 'Hoşgeldiniz', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -417,7 +417,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:Button:Insert' => 'Insert~~',
'UI:Button:More' => 'More~~',
'UI:Button:Less' => 'Less~~',
-
+
'UI:SearchToggle' => 'Ara',
'UI:ClickToCreateNew' => 'Yeni %1$s yarat',
'UI:SearchFor_Class' => '%1$s Arama',
@@ -437,7 +437,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:Error:CannotWriteToTmp_Dir' => 'Geçici dosya diske yazılamadı. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => 'Dosya yükleme dosya uzantısı nedeniyle duruduruldu. (Dosya adı = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => 'Dosya yükleme bilinmeyen bir sebeple başarısız oldu. (Hata kodu = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => 'Hata: Bu operasyon için %1$s parametresi tanımlanmalı.',
'UI:Error:2ParametersMissing' => 'Hata: Bu operasyon için %1$s ve %2$s parametreleri tanımlanmalı.',
'UI:Error:3ParametersMissing' => 'Hata: Bu operasyon için %1$s, %2$s ve %3$s parametreleri tanımlanmalı.',
@@ -614,7 +614,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:CSVImport:AlertIncompleteMapping' => 'Lütfen tüm alanlar için alan eşlemesini yapınız.',
'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
'UI:CSVImport:AlertNoSearchCriteria' => 'Lütfen en az bir sorgu kriteri seçiniz.',
- 'UI:CSVImport:Encoding' => 'Karakter kodlaması',
+ 'UI:CSVImport:Encoding' => 'Karakter kodlaması',
'UI:UniversalSearchTitle' => 'iTop - Genel arama',
'UI:UniversalSearch:Error' => 'Hata: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => 'Aranacak sınıfı seçiniz: ',
@@ -705,7 +705,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:Schema:Label' => 'Etiket',
'UI:Schema:Label+' => 'Özellik etiketi',
'UI:Schema:Type' => 'Tip',
-
+
'UI:Schema:Type+' => 'Özellik veri tipi',
'UI:Schema:Origin' => 'Kaynak',
'UI:Schema:Origin+' => 'Özelliğin tanımlandığı ana sınıf',
@@ -795,7 +795,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:Delete:CannotUpdateBecause_Issue' => 'Otomatik güncellenmeli, ancak: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => 'otomatik güncellenecek (reset: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d nesne/ilişki %2$s\'yi referans ediyor',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d silinmek istenen nesne/bağlantıları referans veriyor',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d silinmek istenen nesne/bağlantıları referans veriyor',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Veri tabanı doğruluğu(Database integrity) için yeni referans verilmesi engellenmelidir',
'UI:Delete:Consequence+' => 'Ne yapılacak',
'UI:Delete:SorryDeletionNotAllowed' => 'Bu nesneyi silmeye yetkiniz yok, yukarıdaki açıklamayı bakınız',
@@ -844,7 +844,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:FatalErrorMessage' => 'Kritik Hata, iTop devam edemiyor.',
'UI:Error_Details' => 'Hata: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop Kullanıcı Yönetimi - sınıf koruması',
+ 'UI:PageTitle:ClassProjections' => 'iTop Kullanıcı Yönetimi - sınıf koruması',
'UI:PageTitle:ProfileProjections' => 'iTop Kullanıcı Yönetimi - profil koruması',
'UI:UserManagement:Class' => 'Sınıf',
'UI:UserManagement:Class+' => 'Nesnin sınıfı',
@@ -883,7 +883,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:UserManagement:GrantMatrix' => 'Yetkiler',
'UI:UserManagement:LinkBetween_User_And_Profile' => '%1$s ve %2$s arasındaki ilişki',
'UI:UserManagement:LinkBetween_User_And_Org' => '%1$s ve %2$s arasındaki ilişki',
-
+
'Menu:AdminTools' => 'Yönetim Araçları', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => 'Yönetim Araçları', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => 'Yönetici profiline izin verilen araçlar', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -902,28 +902,28 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI-ConfigurationManagementMenu-InfraByType' => 'Infrastructure objects by type',
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infrastructure objects by status',
-'UI:ConfigMgmtMenuOverview:Title' => 'Konfigürasyon Yönetimi Gösterge Tablosu',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Durumlarına göre Konfigürasyon Kalemleri(KK)',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Tiplerine göre Konfigürasyon Kalemleri(KK)',
+ 'UI:ConfigMgmtMenuOverview:Title' => 'Konfigürasyon Yönetimi Gösterge Tablosu',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Durumlarına göre Konfigürasyon Kalemleri(KK)',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Tiplerine göre Konfigürasyon Kalemleri(KK)',
-'UI:RequestMgmtMenuOverview:Title' => 'Çağrı Yönetimi Gösterge Tablosu',
-'UI-RequestManagementOverview-RequestByService' => 'Hizmetlere göre çağrılar',
-'UI-RequestManagementOverview-RequestByPriority' => 'Önceliklere göre çağrılar',
-'UI-RequestManagementOverview-RequestUnassigned' => 'Henüz atanmamış çağrılar',
+ 'UI:RequestMgmtMenuOverview:Title' => 'Çağrı Yönetimi Gösterge Tablosu',
+ 'UI-RequestManagementOverview-RequestByService' => 'Hizmetlere göre çağrılar',
+ 'UI-RequestManagementOverview-RequestByPriority' => 'Önceliklere göre çağrılar',
+ 'UI-RequestManagementOverview-RequestUnassigned' => 'Henüz atanmamış çağrılar',
-'UI:IncidentMgmtMenuOverview:Title' => 'Arıza Gösterge Tablosu',
-'UI-IncidentManagementOverview-IncidentByService' => 'Servislere göre arızalar',
-'UI-IncidentManagementOverview-IncidentByPriority' => 'Önceliklere göre arızalar',
-'UI-IncidentManagementOverview-IncidentUnassigned' => 'Henüz atanmamış arızalar',
+ 'UI:IncidentMgmtMenuOverview:Title' => 'Arıza Gösterge Tablosu',
+ 'UI-IncidentManagementOverview-IncidentByService' => 'Servislere göre arızalar',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => 'Önceliklere göre arızalar',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Henüz atanmamış arızalar',
-'UI:ChangeMgmtMenuOverview:Title' => 'Değişiklik Yönetimi Gösterge Tablosu',
-'UI-ChangeManagementOverview-ChangeByType' => 'Tiplerine göre değişiklikler',
-'UI-ChangeManagementOverview-ChangeUnassigned' => 'Henüz atanmamış değişiklikler',
-'UI-ChangeManagementOverview-ChangeWithOutage' => 'Değişiklik nedeniyle devre dışı',
+ 'UI:ChangeMgmtMenuOverview:Title' => 'Değişiklik Yönetimi Gösterge Tablosu',
+ 'UI-ChangeManagementOverview-ChangeByType' => 'Tiplerine göre değişiklikler',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Henüz atanmamış değişiklikler',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Değişiklik nedeniyle devre dışı',
-'UI:ServiceMgmtMenuOverview:Title' => 'Hizmet Yönetimi Gösterge Tablosu',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => '30 gün içinde biten Müşteri Sözleşmeleri',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => '30 gün içinde biten Tedarikçi Sözleşmeleri',
+ 'UI:ServiceMgmtMenuOverview:Title' => 'Hizmet Yönetimi Gösterge Tablosu',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => '30 gün içinde biten Müşteri Sözleşmeleri',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => '30 gün içinde biten Tedarikçi Sözleşmeleri',
'UI:ContactsMenu' => 'İrtibatlar',
'UI:ContactsMenu+' => 'İrtibatlar',
@@ -934,13 +934,13 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Menu:CSVImportMenu' => 'CSV dışardan al', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => 'Çoklu yaratım veya güncelleme', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => 'Veri Modeli', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => 'Veri Modeli Özeti', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => 'Dışarı ver', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => 'Sorgu sonucunu HTML, CSV veya XML olarak dışarı aktar', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => 'Uyarılar', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => 'Uyarıların yapılandırılması', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => 'Uyarıların yapılandırılması',
@@ -977,19 +977,19 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'Menu:AuditCategories' => 'Denetleme Kategorileri', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => 'Denetleme Kategorileri', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => 'Denetleme Kategorileri', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => 'Sorgu çalıştır', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => 'Sorgu çalıştır', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => 'Query phrasebook~~', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => 'Query phrasebook~~', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => 'Veri Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => 'Veri Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => 'Genel sorgu', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => 'Herhangi bir arama...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => 'Kullanıcı Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => 'Kullanıcı Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1011,9 +1011,9 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'UI:Download-CSV' => 'Download %1$s~~',
'UI:DeadlineMissedBy_duration' => '%1$s ile kaçırıldı',
- 'UI:Deadline_LessThan1Min' => '< 1 dk.',
- 'UI:Deadline_Minutes' => '%1$d dk.',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$ddk',
+ 'UI:Deadline_LessThan1Min' => '< 1 dk.',
+ 'UI:Deadline_Minutes' => '%1$d dk.',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$ddk',
'UI:Deadline_Days_Hours_Minutes' => '%1$d gün %2$d saat %3$d dk',
'UI:Help' => 'Yardım',
'UI:PasswordConfirm' => '(Onay)',
@@ -1065,8 +1065,8 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'Portal:ChangeMyPassword' => 'Şifre değiştir',
'Portal:Disconnect' => 'Çıkış',
'Portal:OpenRequests' => 'Açık isteklerim',
- 'Portal:ClosedRequests' => 'My closed requests',
- 'Portal:ResolvedRequests' => 'Çözdüğüm istekler',
+ 'Portal:ClosedRequests' => 'My closed requests',
+ 'Portal:ResolvedRequests' => 'Çözdüğüm istekler',
'Portal:SelectService' => 'Kataloğdan servis seçiniz:',
'Portal:PleaseSelectOneService' => 'Sevis seçiniz',
'Portal:SelectSubcategoryFrom_Service' => '%1$s servis için alt kategorsi seçiniz:',
@@ -1085,7 +1085,7 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'Portal:RemoveAttachment' => ' Remove Attachment ~~',
'Portal:Attachment_No_To_Ticket_Name' => 'Attachment #%1$d to %2$s (%3$s)~~',
'Portal:SelectRequestTemplate' => 'Select a template for %1$s~~',
- 'Enum:Undefined' => 'Tanımsız',
+ 'Enum:Undefined' => 'Tanımsız',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Days %2$s Hours %3$s Minutes %4$s Seconds~~',
'UI:ModifyAllPageTitle' => 'Modify All~~',
'UI:Modify_N_ObjectsOf_Class' => 'Modifying %1$d objects of class %2$s~~',
@@ -1097,7 +1097,7 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'UI:BulkModifyStatus' => 'Operation~~',
'UI:BulkModifyStatus+' => 'Status of the operation~~',
'UI:BulkModifyErrors' => 'Errors (if any)~~',
- 'UI:BulkModifyErrors+' => 'Errors preventing the modification~~',
+ 'UI:BulkModifyErrors+' => 'Errors preventing the modification~~',
'UI:BulkModifyStatusOk' => 'Ok~~',
'UI:BulkModifyStatusError' => 'Error~~',
'UI:BulkModifyStatusModified' => 'Modified~~',
@@ -1191,8 +1191,8 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'UI:DashboardEdit:Layout' => 'Layout~~',
'UI:DashboardEdit:Properties' => 'Dashboard Properties~~',
- 'UI:DashboardEdit:Dashlets' => 'Available Dashlets~~',
- 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties~~',
+ 'UI:DashboardEdit:Dashlets' => 'Available Dashlets~~',
+ 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties~~',
'UI:Form:Property' => 'Property~~',
'UI:Form:Value' => 'Value~~',
@@ -1303,7 +1303,7 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'Month-10' => 'October~~',
'Month-11' => 'November~~',
'Month-12' => 'December~~',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => 'Su~~',
'DayOfWeek-Monday-Min' => 'Mo~~',
@@ -1325,7 +1325,7 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'Month-11-Short' => 'Nov~~',
'Month-12-Short' => 'Dec~~',
'Calendar-FirstDayOfWeek' => '0~~', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => 'Create a Shortcut...~~',
'UI:ShortcutRenameDlg:Title' => 'Rename the shortcut~~',
'UI:ShortcutListDlg:Title' => 'Create a shortcut for the list~~',
@@ -1375,7 +1375,7 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |
~~',
-
+
'UI:Button:Remove' => 'Remove~~',
'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
@@ -1388,13 +1388,13 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'UI:About:InstallationOptions' => 'Installation options~~',
'UI:About:ManualExtensionSource' => 'Extension~~',
'UI:About:Extension_Version' => 'Version: %1$s~~',
- 'UI:About:RemoteExtensionSource' => 'Data~~',
-
+ 'UI:About:RemoteExtensionSource' => 'Data~~',
+
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
'UI:DisconnectedDlgTitle' => 'Warning!~~',
'UI:LoginAgain' => 'Login again~~',
'UI:StayOnThePage' => 'Stay on this page~~',
-
+
'ExcelExporter:ExportMenu' => 'Excel Export...~~',
'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
'ExcelExporter:ExportButton' => 'Export~~',
@@ -1414,16 +1414,16 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.~~',
'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.~~',
'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
-
+
'UI:Menu:ExportPDF' => 'Export as PDF...~~',
'UI:Menu:PrintableVersion' => 'Printer friendly version~~',
-
+
'UI:BrowseInlineImages' => 'Browse images...~~',
'UI:UploadInlineImageLegend' => 'Upload a new image~~',
'UI:SelectInlineImageToUpload' => 'Select the image to upload~~',
'UI:AvailableInlineImagesLegend' => 'Available images~~',
'UI:NoInlineImage' => 'There is no image available on the server. Use the "Browse" button above to select an image from your computer and upload it to the server.~~',
-
+
'UI:ToggleFullScreen' => 'Toggle Maximize / Minimize~~',
'UI:Button:ResetImage' => 'Recover the previous image~~',
'UI:Button:RemoveImage' => 'Remove the image~~',
@@ -1473,20 +1473,20 @@ Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçe
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: Any~~',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: Any~~',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s is defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s is not defined~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s and %3$s others~~',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: Any~~',
// - Criteria operators
// - Default widget
diff --git a/dictionaries/zh_cn.dictionary.itop.core.php b/dictionaries/zh_cn.dictionary.itop.core.php
index 91ef72f88..17031f82f 100644
--- a/dictionaries/zh_cn.dictionary.itop.core.php
+++ b/dictionaries/zh_cn.dictionary.itop.core.php
@@ -41,20 +41,20 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Core:AttributeObsolescenceDate' => '报废日期',
'Core:AttributeObsolescenceDate+' => '~~',
- 'Core:AttributeTagSet' => '清单',
- 'Core:AttributeTagSet+' => '',
+ 'Core:AttributeTagSet' => '清单',
+ 'Core:AttributeTagSet+' => '',
'Core:AttributeSet:placeholder' => '请点击这里添加',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
- 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromClass' => '%1$s (%2$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromOneChildClass' => '%1$s (%2$s from %3$s)~~',
+ 'Core:AttributeClassAttCodeSet:ItemLabel:AttributeFromSeveralChildClasses' => '%1$s (%2$s from child classes)~~',
- 'Core:AttributeCaseLog' => '日志',
- 'Core:AttributeCaseLog+' => '',
+ 'Core:AttributeCaseLog' => '日志',
+ 'Core:AttributeCaseLog+' => '',
- 'Core:AttributeMetaEnum' => 'Computed enum~~',
- 'Core:AttributeMetaEnum+' => '~~',
+ 'Core:AttributeMetaEnum' => 'Computed enum~~',
+ 'Core:AttributeMetaEnum+' => '~~',
- 'Core:AttributeLinkedSetIndirect' => '对象数组(N-N)',
+ 'Core:AttributeLinkedSetIndirect' => '对象数组(N-N)',
'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class',
'Core:AttributeInteger' => '整数',
@@ -102,7 +102,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Core:AttributePassword' => '密码',
'Core:AttributePassword+' => 'Password of an external device',
- 'Core:AttributeEncryptedString' => '加密字符串',
+ 'Core:AttributeEncryptedString' => '加密字符串',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
@@ -860,8 +860,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)',
// Attribute Duration
- 'Core:Duration_Seconds' => '%1$ds',
- 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
+ 'Core:Duration_Seconds' => '%1$ds',
+ 'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
diff --git a/dictionaries/zh_cn.dictionary.itop.ui.php b/dictionaries/zh_cn.dictionary.itop.ui.php
index 0d16dbd28..8637bd2f4 100644
--- a/dictionaries/zh_cn.dictionary.itop.ui.php
+++ b/dictionaries/zh_cn.dictionary.itop.ui.php
@@ -2,6 +2,7 @@
/**
* Localized data
*
+ * @author Robert Deng
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
@@ -129,7 +130,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:User/Attribute:status+' => '账户是否启用.',
'Class:User/Attribute:status/Value:enabled' => '启用',
'Class:User/Attribute:status/Value:disabled' => '停用',
-
+
'Class:User/Error:LoginMustBeUnique' => '登录名必须唯一 - "%1s" 已经被使用.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => '必须指定至少一个角色给该用户.',
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => '必须为该用户指定一个组织.',
@@ -340,7 +341,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'BooleanLabel:yes' => '是',
'BooleanLabel:no' => '否',
- 'UI:Login:Title' => 'iTop 登录',
+ 'UI:Login:Title' => 'iTop 登录',
'Menu:WelcomeMenu' => '欢迎', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenu+' => '欢迎使用iTop', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:WelcomeMenuPage' => '欢迎', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -415,7 +416,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Button:Insert' => '插入',
'UI:Button:More' => '更多',
'UI:Button:Less' => '更少',
-
+
'UI:SearchToggle' => '搜索',
'UI:ClickToCreateNew' => '新建 %1$s',
'UI:SearchFor_Class' => '搜索 %1$s ',
@@ -435,7 +436,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Error:CannotWriteToTmp_Dir' => '无法向硬盘写入临时文件. upload_tmp_dir = "%1$s".',
'UI:Error:UploadStoppedByExtension_FileName' => '上传因为扩展名被停止. (Original file name = "%1$s").',
'UI:Error:UploadFailedUnknownCause_Code' => '文件上传失败, 原因未知. (Error code = "%1$s").',
-
+
'UI:Error:1ParametersMissing' => '错误: 必须为该操作指定以下参数: %1$s.',
'UI:Error:2ParametersMissing' => '错误: 必须为该操作指定以下参数: %1$s and %2$s.',
'UI:Error:3ParametersMissing' => '错误: 必须为该操作指定以下参数: %1$s, %2$s and %3$s.',
@@ -604,7 +605,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:CSVImport:CommentsAndHeader' => '注释和头',
'UI:CSVImport:SelectClass' => '选择要导入的类别:',
'UI:CSVImport:AdvancedMode' => '高级模式',
- 'UI:CSVImport:AdvancedMode+' => 'In advanced mode the "id" (primary key) of the objects can be used to update and rename objects.However the column "id" (if present) can only be used as a search criteria and can not be combined with any other search criteria.',
+ 'UI:CSVImport:AdvancedMode+' => '在高级模式中,对象的"id" (主键) 可以被用来修改和重命名对象.不管怎样,列 "id" (如果存在) 只能被用做一个搜索条件,不能与其它搜索条件混用.',
'UI:CSVImport:SelectAClassFirst' => '要配置映射,请先选择一个类.',
'UI:CSVImport:HeaderFields' => '栏目',
'UI:CSVImport:HeaderMappings' => '映射',
@@ -612,7 +613,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:CSVImport:AlertIncompleteMapping' => '请为每个栏选择一个映射.',
'UI:CSVImport:AlertMultipleMapping' => '请确保目标区域仅被映射一次.',
'UI:CSVImport:AlertNoSearchCriteria' => '请选择至少一个搜索条件',
- 'UI:CSVImport:Encoding' => '字符编码',
+ 'UI:CSVImport:Encoding' => '字符编码',
'UI:UniversalSearchTitle' => 'iTop - 全局搜索',
'UI:UniversalSearch:Error' => '错误: %1$s',
'UI:UniversalSearch:LabelSelectTheClass' => '选择要搜索的类别: ',
@@ -703,7 +704,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Schema:Label' => '标签',
'UI:Schema:Label+' => '属性标签',
'UI:Schema:Type' => '类别',
-
+
'UI:Schema:Type+' => '属性的数据类型',
'UI:Schema:Origin' => '来自',
'UI:Schema:Origin+' => '该属性被定义的基类',
@@ -793,7 +794,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Delete:CannotUpdateBecause_Issue' => '应该被自动更新, 但是: %1$s',
'UI:Delete:WillAutomaticallyUpdate_Fields' => '将被自动更新 (重置: %1$s)',
'UI:Delete:Count_Objects/LinksReferencing_Object' => '一共 %1$d 个对象/链接 关联了 %2$s',
- 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d 个对象/链接 关联了一些即将要删除的对象',
+ 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d 个对象/链接 关联了一些即将要删除的对象',
'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => '为了确保数据库的完整性, 任何与之关联的项目也会被删除',
'UI:Delete:Consequence+' => '要做什么',
'UI:Delete:SorryDeletionNotAllowed' => '抱歉, 您无权删除该对象, 请看上述详细解释',
@@ -842,7 +843,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:FatalErrorMessage' => '致命错误, iTop 无法继续.',
'UI:Error_Details' => '错误: %1$s.',
- 'UI:PageTitle:ClassProjections' => 'iTop 用户管理 - 类映射',
+ 'UI:PageTitle:ClassProjections' => 'iTop 用户管理 - 类映射',
'UI:PageTitle:ProfileProjections' => 'iTop 用户管理 - 角色映射',
'UI:UserManagement:Class' => '类',
'UI:UserManagement:Class+' => '对象的类',
@@ -881,7 +882,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:UserManagement:GrantMatrix' => '授权矩阵',
'UI:UserManagement:LinkBetween_User_And_Profile' => '链接 %1$s 和 %2$s',
'UI:UserManagement:LinkBetween_User_And_Org' => '链接 %1$s 和 %2$s',
-
+
'Menu:AdminTools' => '管理工具', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools+' => '管理工具', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AdminTools?' => '具有管理员角色的用户才能获得的工具', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -900,28 +901,28 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI-ConfigurationManagementMenu-InfraByType' => '按类别划分基础架构对象',
'UI-ConfigurationManagementMenu-InfraByStatus' => '按状态划分基础架构对象',
-'UI:ConfigMgmtMenuOverview:Title' => '配置管理仪表盘',
-'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => '按状态配置项目',
-'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => '按类别配置项目',
+ 'UI:ConfigMgmtMenuOverview:Title' => '配置管理仪表盘',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => '按状态配置项目',
+ 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => '按类别配置项目',
-'UI:RequestMgmtMenuOverview:Title' => '需求管理仪表盘',
-'UI-RequestManagementOverview-RequestByService' => '按服务划分用户需求',
-'UI-RequestManagementOverview-RequestByPriority' => '按优先级划分用户需求',
-'UI-RequestManagementOverview-RequestUnassigned' => '尚未分配给办理人的用户需求',
+ 'UI:RequestMgmtMenuOverview:Title' => '需求管理仪表盘',
+ 'UI-RequestManagementOverview-RequestByService' => '按服务划分用户需求',
+ 'UI-RequestManagementOverview-RequestByPriority' => '按优先级划分用户需求',
+ 'UI-RequestManagementOverview-RequestUnassigned' => '尚未分配给办理人的用户需求',
-'UI:IncidentMgmtMenuOverview:Title' => '事件管理仪表盘',
-'UI-IncidentManagementOverview-IncidentByService' => '按服务级划分事件',
-'UI-IncidentManagementOverview-IncidentByPriority' => '按优先级划分事件',
-'UI-IncidentManagementOverview-IncidentUnassigned' => '尚未分配给办理人的事件',
+ 'UI:IncidentMgmtMenuOverview:Title' => '事件管理仪表盘',
+ 'UI-IncidentManagementOverview-IncidentByService' => '按服务级划分事件',
+ 'UI-IncidentManagementOverview-IncidentByPriority' => '按优先级划分事件',
+ 'UI-IncidentManagementOverview-IncidentUnassigned' => '尚未分配给办理人的事件',
-'UI:ChangeMgmtMenuOverview:Title' => '变更管理仪表盘',
-'UI-ChangeManagementOverview-ChangeByType' => '按类别划分变更',
-'UI-ChangeManagementOverview-ChangeUnassigned' => '尚未分配给办理人的变更',
-'UI-ChangeManagementOverview-ChangeWithOutage' => '变更引起的停机',
+ 'UI:ChangeMgmtMenuOverview:Title' => '变更管理仪表盘',
+ 'UI-ChangeManagementOverview-ChangeByType' => '按类别划分变更',
+ 'UI-ChangeManagementOverview-ChangeUnassigned' => '尚未分配给办理人的变更',
+ 'UI-ChangeManagementOverview-ChangeWithOutage' => '变更引起的停机',
-'UI:ServiceMgmtMenuOverview:Title' => '服务管理仪表盘',
-'UI-ServiceManagementOverview-CustomerContractToRenew' => '客户合同需在30日内更新',
-'UI-ServiceManagementOverview-ProviderContractToRenew' => '供应商合同需在30日内更新',
+ 'UI:ServiceMgmtMenuOverview:Title' => '服务管理仪表盘',
+ 'UI-ServiceManagementOverview-CustomerContractToRenew' => '客户合同需在30日内更新',
+ 'UI-ServiceManagementOverview-ProviderContractToRenew' => '供应商合同需在30日内更新',
'UI:ContactsMenu' => '联系人',
'UI:ContactsMenu+' => '联系人',
@@ -932,13 +933,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:CSVImportMenu' => 'CSV 导入', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:CSVImportMenu+' => '批量创建或修改', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataModelMenu' => '数据模型', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataModelMenu+' => '数据模型概况', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:ExportMenu' => '导出', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:ExportMenu+' => '以HTML, CSV or XML格式导出任何查询的结果', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:NotificationsMenu' => '通知', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:NotificationsMenu+' => '通知的配置', // Duplicated into itop-welcome-itil (will be removed from here...)
'UI:NotificationsMenu:Title' => '配置 通知',
@@ -957,7 +958,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
这里有一个专用的页面: email.test.php 可用于测试和调试PHP 的邮件配置.
若要执行, 操作必须和触发器相关联.
-当与一个触发器关联时, 每个操作都被赋予一个顺序号, 规定了按什么样的顺序执行这些操作.
',
+当与一个触发器关联时, 每个操作都被赋予一个顺序号, 规定了按什么样的顺序执行这些操作.~~',
'UI:NotificationsMenu:Triggers' => '触发器',
'UI:NotificationsMenu:AvailableTriggers' => '可用的触发器',
'UI:NotificationsMenu:OnCreate' => '当对象被创建',
@@ -975,19 +976,19 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:AuditCategories' => '审计类别', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:AuditCategories+' => '审计类别', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:Notifications:Title' => '审计类别', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:RunQueriesMenu' => '运行查询', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:RunQueriesMenu+' => '运行任何查询', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:QueryMenu' => '查询手册', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:QueryMenu+' => '查询手册', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:DataAdministration' => '数据管理', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:DataAdministration+' => '数据管理', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UniversalSearchMenu' => '全局搜索', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UniversalSearchMenu+' => '搜索所有...', // Duplicated into itop-welcome-itil (will be removed from here...)
-
+
'Menu:UserManagementMenu' => '用户管理', // Duplicated into itop-welcome-itil (will be removed from here...)
'Menu:UserManagementMenu+' => '用户管理', // Duplicated into itop-welcome-itil (will be removed from here...)
@@ -1009,9 +1010,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Download-CSV' => '下载 %1$s',
'UI:DeadlineMissedBy_duration' => '超过 %1$s',
- 'UI:Deadline_LessThan1Min' => '< 1 分钟',
- 'UI:Deadline_Minutes' => '%1$d min',
- 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
+ 'UI:Deadline_LessThan1Min' => '< 1 分钟',
+ 'UI:Deadline_Minutes' => '%1$d min',
+ 'UI:Deadline_Hours_Minutes' => '%1$dh %2$dmin',
'UI:Deadline_Days_Hours_Minutes' => '%1$dd %2$dh %3$dmin',
'UI:Help' => '帮助',
'UI:PasswordConfirm' => '(确认)',
@@ -1063,8 +1064,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Portal:ChangeMyPassword' => '修改密码',
'Portal:Disconnect' => '断开',
'Portal:OpenRequests' => '我打开的需求',
- 'Portal:ClosedRequests' => '我已关闭的需求',
- 'Portal:ResolvedRequests' => '已解决的需求',
+ 'Portal:ClosedRequests' => '我已关闭的需求',
+ 'Portal:ResolvedRequests' => '已解决的需求',
'Portal:SelectService' => '从类别中选择一项服务:',
'Portal:PleaseSelectOneService' => '请选择一项服务',
'Portal:SelectSubcategoryFrom_Service' => '从服务中选择子类 %1$s:',
@@ -1083,7 +1084,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Portal:RemoveAttachment' => ' 移除附件 ',
'Portal:Attachment_No_To_Ticket_Name' => '添加 #%1$d 到 %2$s (%3$s)',
'Portal:SelectRequestTemplate' => '请为 %1$s 选择一个模板',
- 'Enum:Undefined' => '未定义',
+ 'Enum:Undefined' => '未定义',
'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s 天 %2$s 小时 %3$s 分 %4$s 秒',
'UI:ModifyAllPageTitle' => '修改所有',
'UI:Modify_N_ObjectsOf_Class' => '正在修改 %1$d 个 %2$s',
@@ -1095,7 +1096,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:BulkModifyStatus' => '操作',
'UI:BulkModifyStatus+' => '操作状态',
'UI:BulkModifyErrors' => 'Errors (if any)',
- 'UI:BulkModifyErrors+' => '阻止修改时报错',
+ 'UI:BulkModifyErrors+' => '阻止修改时报错',
'UI:BulkModifyStatusOk' => 'Ok',
'UI:BulkModifyStatusError' => '错误',
'UI:BulkModifyStatusModified' => '已修改',
@@ -1189,8 +1190,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:DashboardEdit:Layout' => '布局',
'UI:DashboardEdit:Properties' => '仪表盘属性',
- 'UI:DashboardEdit:Dashlets' => '可用的组件',
- 'UI:DashboardEdit:DashletProperties' => '组件属性',
+ 'UI:DashboardEdit:Dashlets' => '可用的组件',
+ 'UI:DashboardEdit:DashletProperties' => '组件属性',
'UI:Form:Property' => '属性',
'UI:Form:Value' => '值',
@@ -1301,7 +1302,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Month-10' => '十月',
'Month-11' => '十一月',
'Month-12' => '十二月',
-
+
// Short version for the DatePicker
'DayOfWeek-Sunday-Min' => '日',
'DayOfWeek-Monday-Min' => '一',
@@ -1323,7 +1324,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Month-11-Short' => '11月',
'Month-12-Short' => '12月',
'Calendar-FirstDayOfWeek' => '0', // 0 = Sunday, 1 = Monday, etc...
-
+
'UI:Menu:ShortcutList' => '创建快捷方式...',
'UI:ShortcutRenameDlg:Title' => '重命名快捷方式',
'UI:ShortcutListDlg:Title' => '为该列表创建快捷方式',
@@ -1373,7 +1374,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
| i | 分 (2位数, 比如 00..59) |
| s | 秒 (2位数, 比如 00..59) |
',
-
+
'UI:Button:Remove' => '移除',
'UI:AddAnExisting_Class' => '添加 %1$s...',
'UI:SelectionOf_Class' => '选择 %1$s',
@@ -1386,13 +1387,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:About:InstallationOptions' => '已安装的模块',
'UI:About:ManualExtensionSource' => '扩展',
'UI:About:Extension_Version' => '版本: %1$s',
- 'UI:About:RemoteExtensionSource' => '数据',
-
+ 'UI:About:RemoteExtensionSource' => '数据',
+
'UI:DisconnectedDlgMessage' => '您已断开. 要继续使用,需要重新验证您的用户名和密码.',
'UI:DisconnectedDlgTitle' => '警告!',
'UI:LoginAgain' => '再次登录',
'UI:StayOnThePage' => '保持在当前页面',
-
+
'ExcelExporter:ExportMenu' => 'Excel 导出...',
'ExcelExporter:ExportDialogTitle' => 'Excel 导出',
'ExcelExporter:ExportButton' => '导出',
@@ -1412,16 +1413,16 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.',
'UI:ConcurrentLockKilled' => '阻止并发修改当前对象的锁已被删除.',
'UI:Menu:KillConcurrentLock' => '消除并发修改锁定!',
-
+
'UI:Menu:ExportPDF' => '导出PDF...',
'UI:Menu:PrintableVersion' => '打印',
-
+
'UI:BrowseInlineImages' => '浏览图片...',
'UI:UploadInlineImageLegend' => '上传新图片',
'UI:SelectInlineImageToUpload' => '选择要上传的图片',
'UI:AvailableInlineImagesLegend' => '可用的图片',
'UI:NoInlineImage' => '服务器上没有图片. 使用上面的 "浏览" 按钮,从您的电脑上选择并上传到服务器.',
-
+
'UI:ToggleFullScreen' => '切换 最大化 / 最小化',
'UI:Button:ResetImage' => '恢复之前的图片',
'UI:Button:RemoveImage' => '移除图片',
@@ -1471,20 +1472,20 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Search:Criteria:Title:Enum:In:All' => '%1$s: 任何',
// - TagSet widget
'UI:Search:Criteria:Title:TagSet:Matches' => '%1$s: %2$s~~',
- // - External key widget
- 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s 已定义',
- 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s 未被定义',
- 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s 和 %3$s others',
- 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: 任何',
- // - Hierarchical key widget
- 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s 已定义',
- 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s 未被定义',
- 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s 和 %3$s others',
- 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: 任何',
+ // - External key widget
+ 'UI:Search:Criteria:Title:ExternalKey:Empty' => '%1$s 已定义',
+ 'UI:Search:Criteria:Title:ExternalKey:NotEmpty' => '%1$s 未被定义',
+ 'UI:Search:Criteria:Title:ExternalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:ExternalKey:In:Many' => '%1$s: %2$s 和 %3$s others',
+ 'UI:Search:Criteria:Title:ExternalKey:In:All' => '%1$s: 任何',
+ // - Hierarchical key widget
+ 'UI:Search:Criteria:Title:HierarchicalKey:Empty' => '%1$s 已定义',
+ 'UI:Search:Criteria:Title:HierarchicalKey:NotEmpty' => '%1$s 未被定义',
+ 'UI:Search:Criteria:Title:HierarchicalKey:Equals' => '%1$s %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In' => '%1$s: %2$s',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:Many' => '%1$s: %2$s 和 %3$s others',
+ 'UI:Search:Criteria:Title:HierarchicalKey:In:All' => '%1$s: 任何',
// - Criteria operators
// - Default widget