]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/tr.lang.php
More refactoring of labels.
[timetracker.git] / WEB-INF / resources / tr.lang.php
index a23cf3dcc2e2e47f8789c22b2a0115afee525362..41d7e52e180918059d8adea8472d474140fab4c0 100644 (file)
@@ -183,6 +183,19 @@ $i18n_key_words = array(
 // 'label.start' => 'Start',
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
+// 'label.note' => 'Note',
+// 'label.notes' => 'Notes',
+// 'label.item' => 'Item',
+// 'label.cost' => 'Cost',
+// 'label.day_total' => 'Day total',
+// 'label.week_total' => 'Week total',
+// 'label.month_total' => 'Month total',
+// 'label.today' => 'Today',
+// 'label.total_hours' => 'Total hours',
+// 'label.total_cost' => 'Total cost',
+// 'label.view' => 'View',
+// 'label.edit' => 'Edit',
+'label.delete' => 'Sil',
 
 
 
@@ -195,7 +208,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.yes' => 'yes',
 // 'label.no' => 'no',
-'label.delete' => 'Sil',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.