X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fda.lang.php;h=aa4e97beaa1175e092e23f46afa73ba2ba946ce6;hb=8bc57bab34ec45117348070eec17fb3d00f327fd;hp=98ef4d0a3694f78f2f6d0f7d03aa474c32532bd3;hpb=b53f880dcd61797fd2e6609477add03ca757d813;p=timetracker.git diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 98ef4d0a..aa4e97be 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Danish (Dansk)'; $i18n_months = array('Januar', 'Februar', 'Marts', 'April', 'Maj', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'December'); $i18n_weekdays = array('Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag'); $i18n_weekdays_short = array('Sø', 'Ma', 'Ti', 'On', 'To', 'Fr', 'Lø'); -// format mm/dd -$i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '05/08', '05/21', '05/31', '06/01', '06/05', '12/24', '12/25', '12/26'); $i18n_key_words = array( @@ -51,6 +49,8 @@ $i18n_key_words = array( // 'menu.group' => 'Group', 'menu.plugins' => 'Plugins', 'menu.time' => 'Tid', +// TODO: translate the following. +// 'menu.week' => 'Week', 'menu.expenses' => 'Udgifter', 'menu.reports' => 'Rapporter', // TODO: translate the following. @@ -266,6 +266,8 @@ $i18n_key_words = array( // 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', +'label.active_users' => 'Aktive Brugere', +'label.inactive_users' => 'Inaktive Brugere', // Form titles. 'title.error' => 'Fejl', @@ -365,6 +367,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. @@ -497,8 +505,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Inaktive Opgaver', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Aktive Brugere', -'form.users.inactive_users' => 'Inaktive Brugere', 'form.users.uncompleted_entry' => 'Bruger har en uafsluttet tidsregistrering', 'form.users.role' => 'Rolle', 'form.users.manager' => 'Manager', @@ -548,7 +554,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 timers', // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', -// 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Registrerings tilstand', 'form.group_edit.mode_time' => 'Tid', 'form.group_edit.mode_projects' => 'Projekter', @@ -629,6 +635,7 @@ $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', );