]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/cs.lang.php
A bit more progress on renaming.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 57f5f57e019aa6c16b8dcd60f7e93168e397ed46..48122a1f5b0903149bce4c3c030c7db66fa0a41b 100644 (file)
@@ -107,7 +107,7 @@ $i18n_key_words = array(
 // 'error.role_exists' => 'Role with this rank already exists.',
 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 // 'error.no_login' => 'No user with this login.',
-'error.no_teams' => 'Vaše databáze je prázdná. Přihlašte se jako admin a vytvořte nový tým.',
+'error.no_groups' => 'Vaše databáze je prázdná. Přihlašte se jako admin a vytvořte nový tým.', // TODO: replace "team" with "group".
 'error.upload' => 'Chyba přenosu souboru.',
 // TODO: translate the following.
 // 'error.range_locked' => 'Date range is locked.',
@@ -132,16 +132,16 @@ $i18n_key_words = array(
 'button.reset_password' => 'Resetovat heslo',
 'button.send' => 'Poslat',
 'button.send_by_email' => 'Poslat e-mailem',
-'button.create_team' => 'Vytvořit tým',
-'button.export' => 'Exportovat tým',
-'button.import' => 'Importovat tým',
+'button.create_group' => 'Vytvořit tým', // TODO: replace "team" with "group".
+'button.export' => 'Exportovat tým', // TODO: replace "team" with "group".
+'button.import' => 'Importovat tým', // TODO: replace "team" with "group".
 // TODO: translate the following.
 // 'button.close' => 'Close',
 // 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Měna',
 // TODO: translate the following.
@@ -260,11 +260,11 @@ $i18n_key_words = array(
 // Compare with English file to see how it is done there and do Czech titles similarly.
 // Specifically: Vytváření vs Pridat, etc.
 'title.login' => 'Přihlásit',
-'title.teams' => 'Týmy',
+'title.groups' => 'Týmy', // TODO: change "teams" to "groups".
 // TODO: translate the following.
-// 'title.create_team' => 'Creating Team',
-// 'title.edit_team' => 'Editing Team',
-'title.delete_team' => 'Smazat tým',
+// 'title.create_group' => 'Creating Group',
+// 'title.edit_group' => 'Editing Group',
+'title.delete_group' => 'Smazat tým', // TODO: change "team" to "group".
 'title.reset_password' => 'Resetovat heslo',
 // TODO: translate the following.
 // 'title.change_password' => 'Changing Password',
@@ -320,8 +320,8 @@ $i18n_key_words = array(
 // 'title.edit_notification' => 'Editing Notification',
 // 'title.delete_notification' => 'Deleting Notification',
 // 'title.monthly_quotas' => 'Monthly Quotas',
-// 'title.export' => 'Exporting Team Data',
-// 'title.import' => 'Importing Team Data',
+// 'title.export' => 'Exporting Group Data',
+// 'title.import' => 'Importing Group Data',
 // 'title.options' => 'Options',
 'title.profile' => 'Profil',
 // TODO: translate the following.