X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=0a25f8b389841dc7a52d0325bd1070c122a34279;hb=61284ea9e69220c9fc6a537bf0437584b1525367;hp=ce42aa218ad5cd7a93b28352b0099c6424411880;hpb=331afa6cc2e76915cbe7fce163803cbe5a93f9da;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index ce42aa21..0a25f8b3 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Dutch (Nederlands)'; $i18n_months = array('Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'); $i18n_weekdays = array('Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag'); $i18n_weekdays_short = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'); -// format mm/dd -$i18n_holidays = array('01/01', '04/09', '04/30', '05/18', '05/28', '12/25', '12/26'); $i18n_key_words = array( @@ -49,6 +47,8 @@ $i18n_key_words = array( 'menu.group' => 'Groep', 'menu.plugins' => 'Plugins', 'menu.time' => 'Tijden', +// TODO: translate the following. +// 'menu.week' => 'Week', 'menu.expenses' => 'Kosten', 'menu.reports' => 'Rapporten', 'menu.timesheets' => 'Tijdenoverzichten', @@ -240,9 +240,13 @@ $i18n_key_words = array( 'label.template' => 'Sjabloon', 'label.attachments' => 'Bijlagen', 'label.files' => 'Bestanden', +// TODO: translate the following. +// 'label.file' => 'File', 'label.image' => 'Afbeelding', // TODO: translate the following. // 'label.download' => 'Download', +'label.active_users' => 'Actieve medewerkers', +'label.inactive_users' => 'Inactieve medewerkers', // Form titles. 'title.error' => 'Fout', @@ -272,6 +276,8 @@ $i18n_key_words = array( 'title.send_report' => 'Rapport aan het versturen', 'title.timesheets' => 'Tijdenoverzichten', 'title.timesheet' => 'Tijdenoverzicht', +// TODO: Translate the following. +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'Factuur', 'title.send_invoice' => 'Factuur verzenden', 'title.charts' => 'Grafieken', @@ -335,6 +341,12 @@ $i18n_key_words = array( // 'title.edit_file' => 'Editing File', // '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. @@ -458,8 +470,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Inactieve taken', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Actieve medewerkers', -'form.users.inactive_users' => 'Inactieve medewerkers', 'form.users.uncompleted_entry' => 'Gebruiker heeft tijd ingevoerd die niet compleet is', 'form.users.role' => 'Rol', 'form.users.manager' => 'Manager', @@ -503,7 +513,11 @@ $i18n_key_words = array( // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. 'form.group_edit.12_hours' => '12 uurs', 'form.group_edit.24_hours' => '24 uurs', +// TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Toon vakantiedagen', +// TODO: translate the following. +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Bijhouden', 'form.group_edit.mode_time' => 'tijd', 'form.group_edit.mode_projects' => 'projecten', @@ -574,4 +588,9 @@ $i18n_key_words = array( 'form.timesheet_view.approve_body' => "Jouw tijdenoverzicht %s is goedgekeurd.

%s", 'form.timesheet_view.disapprove_subject' => 'Tijdenoverzicht afgekeurd', 'form.timesheet_view.disapprove_body' => "Jouw tijdenoverzicht %s is afgekeurd.

%s", + +// 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', );