X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=bd3af0488859624216da5f0111237fead634a60c;hb=f22a586b11af9c617fdc4241d3ffa0344d4d6a50;hp=ff7a3a35d2d034fc51512aaef62b3f44366a8a6e;hpb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index ff7a3a35..bd3af048 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Catalan (Català)'; $i18n_months = array('Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'Juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre'); $i18n_weekdays = array('Diumenge', 'Dilluns', 'Dimarts', 'Dimecres', 'Dijous', 'Divendres', 'Dissabte'); $i18n_weekdays_short = array('Dg', 'Dl', 'Dm', 'Dc', 'Dj', 'Dv', 'Ds'); -// format mm/dd -$i18n_holidays = array('01/01', '01/16', '02/20', '03/29', '07/04', '09/04', '10/09', '11/11', '11/23', '12/25'); $i18n_key_words = array( @@ -53,6 +51,7 @@ $i18n_key_words = array( // 'menu.plugins' => 'Plugins', 'menu.time' => 'Temps', // TODO: translate the following. +// 'menu.week' => 'Week', // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Informes', // TODO: translate the following. @@ -260,6 +259,7 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_menu' => 'Week menu', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', @@ -389,6 +389,11 @@ $i18n_key_words = array( // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', // 'title.work' => 'Work', +// 'title.add_work' => 'Adding Work', +// 'title.edit_work' => 'Editing Work', +// 'title.delete_work' => 'Deleting Work', +// 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +// 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // 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. @@ -578,7 +583,7 @@ $i18n_key_words = array( // 'form.group_edit.12_hours' => '12 hours', // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', -// 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', @@ -659,5 +664,6 @@ $i18n_key_words = array( // Display Options form. See example at https://timetracker.anuko.com/display_options.php. // TODO: translate the following. +// 'form.display_options.menu' => 'Menu', // 'form.display_options.note_on_separate_row' => 'Note on separate row', );