]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/zh-tw.lang.php
More refactoring of labels.
[timetracker.git] / WEB-INF / resources / zh-tw.lang.php
index e2975397ec4d6a21dd715fabce187a4c88047276..604df70a9801027178650373c76b2cba52239c01 100644 (file)
@@ -173,6 +173,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' => '刪除',
 
 
 
@@ -184,7 +197,6 @@ $i18n_key_words = array(
 // 'label.condition' => 'Condition',
 // 'label.yes' => 'yes',
 // 'label.no' => 'no',
-'label.delete' => '刪除',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.