diff --git a/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php
index efb52cc6ba..8f9396f348 100644
--- a/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php
@@ -359,3 +359,9 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Person:personal_info' => 'Personal information~~',
'Person:notifiy' => 'Upozornění',
));
+
+// Themes
+Dict::Add('CS CZ', 'Czech', 'Čeština', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php
index c95b1aa0ac..5c6875ae79 100644
--- a/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/da.dict.itop-structure.php
@@ -349,3 +349,9 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Person:personal_info' => 'Personal information~~',
'Person:notifiy' => 'Underretning',
));
+
+// Themes
+Dict::Add('DA DA', 'Danish', 'Dansk', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php
index 1ad1afd5f6..aeb94558cb 100644
--- a/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/de.dict.itop-structure.php
@@ -358,3 +358,9 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Person:personal_info' => 'Persönliche Informationen',
'Person:notifiy' => 'Benachrichtigungen',
));
+
+// Themes
+Dict::Add('DE DE', 'German', 'Deutsch', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php
index ebeba3c3a9..e8aac3ae18 100644
--- a/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php
@@ -353,3 +353,9 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Person:personal_info' => 'Información Personal',
'Person:notifiy' => 'Notificación',
));
+
+// Themes
+Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php
index 42090bee71..f38c95d79f 100644
--- a/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php
@@ -383,7 +383,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
));
// Themes
-Dict::Add('EN US', 'English', 'English', array(
+Dict::Add('FR FR', 'French', 'Français', array(
'theme:fullmoon' => 'Full moon 🌕',
'theme:test-red' => 'Instance de test (Rouge)',
));
diff --git a/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php
index bb2e7ccc1d..189f19b43a 100644
--- a/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/hu.dict.itop-structure.php
@@ -351,3 +351,9 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Person:personal_info' => 'Personal information~~',
'Person:notifiy' => 'Notification~~',
));
+
+// Themes
+Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php
index d87192e710..cd01380753 100644
--- a/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/it.dict.itop-structure.php
@@ -351,3 +351,9 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Person:personal_info' => 'Personal information~~',
'Person:notifiy' => 'Notification~~',
));
+
+// Themes
+Dict::Add('IT IT', 'Italian', 'Italiano', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php
index 4fcef0ad76..23a151f421 100644
--- a/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/ja.dict.itop-structure.php
@@ -351,3 +351,9 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Person:personal_info' => 'Personal information~~',
'Person:notifiy' => '通知',
));
+
+// Themes
+Dict::Add('JA JP', 'Japanese', '日本語', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php
index 26b3f47259..2261219f1f 100644
--- a/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/nl.dict.itop-structure.php
@@ -358,3 +358,9 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Person:personal_info' => 'Persoonlijke informatie',
'Person:notifiy' => 'Notificeer',
));
+
+// Themes
+Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php
index 1d8f8e60dc..6b6393d49e 100644
--- a/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/pt_br.dict.itop-structure.php
@@ -352,3 +352,9 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Person:personal_info' => 'Informação pessoal',
'Person:notifiy' => 'Notificação',
));
+
+// Themes
+Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php
index 4fb5548171..70068f851a 100644
--- a/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/ru.dict.itop-structure.php
@@ -339,3 +339,9 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Person:personal_info' => 'Личная информация',
'Person:notifiy' => 'Уведомления',
));
+
+// Themes
+Dict::Add('RU RU', 'Russian', 'Русский', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php
index eebe214f8a..4beb911fa4 100644
--- a/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/sk.dict.itop-structure.php
@@ -351,3 +351,9 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Person:personal_info' => 'Personal information~~',
'Person:notifiy' => 'Upozornenie',
));
+
+// Themes
+Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php
index 2558242d02..7af46e4470 100644
--- a/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/tr.dict.itop-structure.php
@@ -353,3 +353,9 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Person:personal_info' => 'Personal information~~',
'Person:notifiy' => 'Notification~~',
));
+
+// Themes
+Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/datamodels/2.x/itop-structure/dictionaries/zh_cn.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/zh_cn.dict.itop-structure.php
index 5b4afc9a48..b15279d30b 100644
--- a/datamodels/2.x/itop-structure/dictionaries/zh_cn.dict.itop-structure.php
+++ b/datamodels/2.x/itop-structure/dictionaries/zh_cn.dict.itop-structure.php
@@ -20,10 +20,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see
*/
-
-
-
-
// Dictionnary conventions
// Class:
// Class:+
@@ -35,8 +31,6 @@
// Class:/Stimulus:+
// Class:/UniquenessRule:
// Class:/UniquenessRule:+
-
-
//////////////////////////////////////////////////////////////////////
// Note: The classes have been grouped by categories: bizmodel
//////////////////////////////////////////////////////////////////////
@@ -44,12 +38,9 @@
// Classes in 'bizmodel'
//////////////////////////////////////////////////////////////////////
//
-
-
//
// Class: Organization
//
-
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Organization' => '组织',
'Class:Organization+' => '',
@@ -371,3 +362,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Person:personal_info' => '个人信息',
'Person:notifiy' => '通知',
));
+
+// Themes
+Dict::Add('ZH CN', 'Chinese', '简体中文', array(
+ 'theme:fullmoon' => 'Full moon 🌕~~',
+ 'theme:test-red' => 'Test instance (Red)~~',
+));
diff --git a/dictionaries/ui/pages/cs.dictionary.itop.preferences.php b/dictionaries/ui/pages/cs.dictionary.itop.preferences.php
index f6752a596e..e48b6bf4e6 100644
--- a/dictionaries/ui/pages/cs.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/cs.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/da.dictionary.itop.preferences.php b/dictionaries/ui/pages/da.dictionary.itop.preferences.php
index 4485d31235..273fecb04b 100644
--- a/dictionaries/ui/pages/da.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/da.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/de.dictionary.itop.preferences.php b/dictionaries/ui/pages/de.dictionary.itop.preferences.php
index d050c78fd2..657741cef9 100644
--- a/dictionaries/ui/pages/de.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/de.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/es_cr.dictionary.itop.preferences.php b/dictionaries/ui/pages/es_cr.dictionary.itop.preferences.php
index a2ab542b3f..089324624a 100644
--- a/dictionaries/ui/pages/es_cr.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/es_cr.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/fr.dictionary.itop.preferences.php b/dictionaries/ui/pages/fr.dictionary.itop.preferences.php
index f92291ce80..de9b6c7c40 100644
--- a/dictionaries/ui/pages/fr.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/fr.dictionary.itop.preferences.php
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('FR FR', 'French', 'Français', array(
'UI:Preferences:Title' => 'Préférences',
diff --git a/dictionaries/ui/pages/hu.dictionary.itop.preferences.php b/dictionaries/ui/pages/hu.dictionary.itop.preferences.php
index 351410144e..20fe617f61 100644
--- a/dictionaries/ui/pages/hu.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/hu.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/it.dictionary.itop.preferences.php b/dictionaries/ui/pages/it.dictionary.itop.preferences.php
index 2cf68601bb..6ec23a2201 100644
--- a/dictionaries/ui/pages/it.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/it.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/ja.dictionary.itop.preferences.php b/dictionaries/ui/pages/ja.dictionary.itop.preferences.php
index 767c11f8ba..e8d6395423 100644
--- a/dictionaries/ui/pages/ja.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/ja.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/nl.dictionary.itop.preferences.php b/dictionaries/ui/pages/nl.dictionary.itop.preferences.php
index 791336f543..6249c91262 100644
--- a/dictionaries/ui/pages/nl.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/nl.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/pt_br.dictionary.itop.preferences.php b/dictionaries/ui/pages/pt_br.dictionary.itop.preferences.php
index 1a7539b514..55cdcf03d5 100644
--- a/dictionaries/ui/pages/pt_br.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/pt_br.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/ru.dictionary.itop.preferences.php b/dictionaries/ui/pages/ru.dictionary.itop.preferences.php
index b6d25c9166..a5c44c3ea7 100644
--- a/dictionaries/ui/pages/ru.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/ru.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/sk.dictionary.itop.preferences.php b/dictionaries/ui/pages/sk.dictionary.itop.preferences.php
index 176b0bab87..80e5fd988c 100644
--- a/dictionaries/ui/pages/sk.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/sk.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/tr.dictionary.itop.preferences.php b/dictionaries/ui/pages/tr.dictionary.itop.preferences.php
index 1f97935914..5e210a5f1d 100644
--- a/dictionaries/ui/pages/tr.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/tr.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
diff --git a/dictionaries/ui/pages/zh_cn.dictionary.itop.preferences.php b/dictionaries/ui/pages/zh_cn.dictionary.itop.preferences.php
index 2deb244a44..c42db44431 100644
--- a/dictionaries/ui/pages/zh_cn.dictionary.itop.preferences.php
+++ b/dictionaries/ui/pages/zh_cn.dictionary.itop.preferences.php
@@ -16,11 +16,13 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
-
// Navigation menu
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
+ 'UI:Preferences:General:Title' => 'General~~',
+ 'UI:Preferences:General:Theme' => 'Theme~~',
+ 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',