X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=WEB-INF%2Fresources%2Fde.lang.php;h=a588ad4938a91b215a716f291838c823879fee78;hb=d6bf190b01c2effb9f37df80f024ef588c5367d0;hp=63195c8a8c4cb5063b4969154cdbf4bfd4ad0a43;hpb=75e0e453be12791cc012f1f9a1c3c14f970fc285;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 63195c8a..a588ad49 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = 'Deutsch'; +$i18n_language = 'German (Deutsch)'; $i18n_months = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'); $i18n_weekdays = array('Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'); $i18n_weekdays_short = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); @@ -157,6 +157,8 @@ $i18n_key_words = array( 'label.notes' => 'Beschreibungen', 'label.item' => 'Position', 'label.cost' => 'Kosten', +// TODO: translate the following. +// 'label.ip' => 'IP', 'label.day_total' => 'Summe (Tag)', 'label.week_total' => 'Summe (Woche)', 'label.month_total' => 'Summe (Monat)', @@ -202,7 +204,7 @@ $i18n_key_words = array( 'label.type_text' => 'Text', 'label.required' => 'Benötigt', 'label.fav_report' => 'Bevorzugter Report', -'label.cron_schedule' => 'Cronjob Zeitplan', +'label.schedule' => 'Zeitplan', 'label.what_is_it' => 'Was ist es?', 'label.expense' => 'Ausgaben', 'label.quantity' => 'Menge', @@ -278,6 +280,7 @@ $i18n_key_words = array( 'title.locking' => 'Sperren', // TODO: translate the following. // '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. @@ -471,6 +474,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',