]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ja.lang.php
More refactoring of labels.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index aaba10cfee3aea6e07cc4861f97356b70b3f7581..02d40ad78a91757d0324fc48d42eccd49eb06f18 100644 (file)
@@ -176,6 +176,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' => '削除',
 
 
 
@@ -187,7 +200,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.