Started to work on refactoring form titles.
[timetracker.git] / WEB-INF / resources / da.lang.php
index 2beb6db..3b8944d 100644 (file)
@@ -29,8 +29,6 @@
 // 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.
 
-// Note to translators: Please use proper capitalization rules for your language.
-
 $i18n_language = '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');
@@ -40,7 +38,8 @@ $i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '05/08', '05
 
 $i18n_key_words = array(
 
-// Menus.
+// Menus - short selection strings that are displayed on top of application web pages.
+// Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Log ind',
 'menu.logout' => 'Log ud',
 'menu.forum' => 'Forum',
@@ -77,6 +76,8 @@ $i18n_key_words = array(
 'error.task' => 'Vælg opgave.',
 'error.client' => 'Vælg klient.',
 'error.report' => 'Vælg rapport.',
+// TODO: translate the following.
+// 'error.record' => 'Select record.',
 'error.auth' => 'Forkert brugernavn eller adgangskode.',
 'error.user_exists' => 'Brugernavn eksistere allerede.',
 'error.project_exists' => 'Der eksiterer allerede et projekt med det navn.',
@@ -118,8 +119,6 @@ $i18n_key_words = array(
 'button.import' => 'Importer team',
 'button.close' => 'Luk',
 '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' => 'Team navn',
@@ -197,6 +196,9 @@ $i18n_key_words = array(
 'label.role_admin' => '(Administrator)',
 'label.page' => 'Side',
 'label.condition' => 'Betingelse',
+// TODO: translate the following.
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Brugerdefineret felt',
 'label.monthly_quotas' => 'Månedlig kvota',
@@ -212,6 +214,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
+// 'label.mark_paid' => 'Mark paid',
 
 // Form titles.
 'title.login' => 'Login',
@@ -357,6 +360,8 @@ $i18n_key_words = array(
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
 'form.report.export' => 'Eksport',
+// TODO: translate the following.
+// 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).