X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=549e8ed52d60a7ba97e858ffbbcd5c572fff4131;hb=d6bf190b01c2effb9f37df80f024ef588c5367d0;hp=45a73fbd192e57b41a77ca0afd93a880a1827c72;hpb=75e0e453be12791cc012f1f9a1c3c14f970fc285;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 45a73fbd..549e8ed5 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -31,7 +31,7 @@ // Note to translators: Use proper capitalization rules for your language. -$i18n_language = 'Česky'; +$i18n_language = 'Czech (Česky)'; $i18n_months = array('Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'); $i18n_weekdays = array('Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'); $i18n_weekdays_short = array('Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'); @@ -182,6 +182,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.item' => 'Item', // 'label.cost' => 'Cost', +// 'label.ip' => 'IP', // 'label.day_total' => 'Day total', 'label.week_total' => 'Celkem za týden', // TODO: translate the following. @@ -238,7 +239,7 @@ $i18n_key_words = array( // 'label.required' => 'Required', 'label.fav_report' => 'Oblíbená sestava', // TODO: translate the following. -// 'label.cron_schedule' => 'Cron schedule', +// 'label.schedule' => 'Schedule', // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', 'label.quantity' => 'Množství', @@ -332,6 +333,7 @@ $i18n_key_words = array( // It is also a name for the Locking plugin on the Team profile page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', +// 'title.swap_roles' => 'Swapping Roles', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -533,6 +535,10 @@ $i18n_key_words = array( // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', +// Swap roles form. +// TODO: translate the following. +// 'form.swap.swap_with' => 'Swap roles with', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',