X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=bd4ce17d8fce393ba23e68c45e211b176bf8666a;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=0a300d8e454be63003517c4fca5a44ea0c4cc437;hpb=7bce64d44641b6fa36877db2bc9a1f1f78ac73eb;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 0a300d8e..bd4ce17d 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -125,9 +125,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.add_task' => 'Add task', 'button.add_client' => 'Přidat zákazníka', -// TODO: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => 'Přidat', 'button.generate' => 'Vytvořit', 'button.reset_password' => 'Resetovat heslo', @@ -166,6 +163,8 @@ $i18n_key_words = array( 'label.end_date' => 'Koncové datum', 'label.user' => 'Uživatel', 'label.users' => 'Uživatelů', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Zákazník', 'label.clients' => 'Zákazníci', // TODO: translate the following. @@ -460,6 +459,12 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.users.default_rate' => 'Default hourly rate', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -500,7 +505,9 @@ $i18n_key_words = array( // 'form.profile.type_all' => 'all', // 'form.profile.type_start_finish' => 'start and finish', // 'form.profile.type_duration' => 'duration', +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', // 'form.profile.plugins' => 'Plugins',