]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/cs.lang.php
Refactoring - renamed title.create_group with title.add_group for consistency.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index d407dccf6895274c754e9492cf11888a0e090a0e..12cf6ba1caedd37bfaa6cafb345a69377ea5a569 100644 (file)
@@ -64,6 +64,7 @@ $i18n_key_words = array(
 'menu.users' => 'Uživatelů',
 // TODO: translate the following.
 // 'menu.groups' => 'Groups',
+// 'menu.subgroups' => 'Subgroups',
 'menu.export' => 'Export',
 'menu.clients' => 'Zákazníci',
 // TODO: translate the following.
@@ -120,6 +121,7 @@ $i18n_key_words = array(
 // 'error.future_date' => 'Date is in future.',
 // 'error.xml' => 'Error in XML file at line %d: %s.',
 // 'error.cannot_import' => 'Cannot import: %s.',
+// 'error.format' => 'Invalid file format.',
 
 // Labels for buttons.
 'button.login' => 'Přihlásit',
@@ -170,6 +172,7 @@ $i18n_key_words = array(
 'label.users' => 'Uživatelů',
 // TODO: translate the following.
 // 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 'label.client' => 'Zákazník',
 'label.clients' => 'Zákazníci',
@@ -269,7 +272,8 @@ $i18n_key_words = array(
 'title.login' => 'Přihlásit',
 'title.groups' => 'Týmy', // TODO: change "teams" to "groups".
 // TODO: translate the following.
-// 'title.create_group' => 'Creating Group',
+// 'title.subgroups' => 'Subgroups',
+// 'title.add_group' => 'Adding Group',
 // 'title.edit_group' => 'Editing Group',
 'title.delete_group' => 'Smazat tým', // TODO: change "team" to "group".
 'title.reset_password' => 'Resetovat heslo',
@@ -333,6 +337,7 @@ $i18n_key_words = array(
 'title.profile' => 'Profil',
 // TODO: translate the following.
 // 'title.group' => 'Group Settings',
+// 'title.subgroups' => 'Subgroups',
 // 'title.plugins' => 'Plugins',
 // 'title.cf_custom_fields' => 'Custom Fields',
 // 'title.cf_add_custom_field' => 'Adding Custom Field',