X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=8c7d153dc6c596e53ec51ed3260ef46b293d006b;hb=2bfbf9aa34b4e672ceba72003e294a0a6c5c7972;hp=348cb5b146db351cd207191076964cc08fd677ba;hpb=6e543aee2b2758d24d4ab4886f8a623c24104327;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 348cb5b1..8c7d153d 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -114,6 +114,8 @@ $i18n_key_words = array( 'button.import' => 'Team importieren', 'button.close' => 'Schließen', 'button.stop' => 'Stop', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Teamname', @@ -149,6 +151,8 @@ $i18n_key_words = array( 'label.finish' => 'Ende', 'label.duration' => 'Dauer', 'label.note' => 'Beschreibung', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Position', 'label.cost' => 'Kosten', 'label.day_total' => 'Summe (Tag)', @@ -190,6 +194,8 @@ $i18n_key_words = array( 'label.page' => 'Seite', // TODO: translate the following. // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Benutzerfelder', 'label.monthly_quotas' => 'Monatliche Quoten', @@ -200,6 +206,11 @@ $i18n_key_words = array( 'label.fav_report' => 'Bevorzugter Report', 'label.cron_schedule' => 'Cronjob Zeitplan', 'label.what_is_it' => 'Was ist es?', +// TODO: translate the following. +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', // Form titles. 'title.login' => 'Anmelden', @@ -290,6 +301,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inaktiv', 'dropdown.delete'=>'löschen', 'dropdown.do_not_delete'=>'nicht löschen', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -318,6 +332,10 @@ $i18n_key_words = array( // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Dieser Eintrag wurde ohne Startzeit gespeichert. Dies ist kein Fehler.', +// Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. +// 'form.week.new_entry' => 'New entry', + // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Als bevorzugt speichern', 'form.reports.confirm_delete' => 'Sind Sie sicher, dass der bevorzugte Report gelöscht werden soll?', @@ -355,6 +373,8 @@ $i18n_key_words = array( // The settings tells whether we are deleting invoiced items when deleting an invoice. // If we select "do not delete" then the items stay, and can be included in another invoice. 'form.invoice.invoice_entries' => 'Rechnungseintrag', +// TODO: translate the following. +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', // Charts form. See example at https://timetracker.anuko.com/charts.php 'form.charts.interval' => 'Zeitraum',