]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ca.lang.php
More recycling in translations.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index 44ff343ed5ec803fe3843b1167549259f2cdaeb4..bb10b3f3fcfba766492201af890f857ea8e69bb7 100644 (file)
@@ -176,9 +176,9 @@ $i18n_key_words = array(
 // 'label.task' => 'Task',
 // 'label.tasks' => 'Tasks',
 // 'label.description' => 'Description',
-// 'label.start' => 'Start',
-// 'label.finish' => 'Finish',
-// 'label.duration' => 'Duration',
+'label.start' => 'Inici',
+'label.finish' => 'Fi',
+'label.duration' => 'Durada',
 'label.note' => 'Nota',
 'label.notes' => 'Notes',
 // TODO: translate the following.
@@ -424,6 +424,21 @@ $i18n_key_words = array(
 // 'form.invoice.invoice_entries' => 'Invoice entries',
 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
+// Charts form. See example at https://timetracker.anuko.com/charts.php
+// TODO: translate the following.
+// 'form.charts.interval' => 'Interval',
+// 'form.charts.chart' => 'Chart',
+
+// Projects form. See example at https://timetracker.anuko.com/projects.php
+// TODO: translate the following.
+// 'form.projects.active_projects' => 'Active Projects',
+// 'form.projects.inactive_projects' => 'Inactive Projects',
+
+// Tasks form. See example at https://timetracker.anuko.com/tasks.php
+// TODO: translate the following.
+// 'form.tasks.active_tasks' => 'Active Tasks',
+// 'form.tasks.inactive_tasks' => 'Inactive Tasks',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -437,14 +452,8 @@ $i18n_key_words = array(
 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
 "form.mytime.time_form" => ' (hh:mm)',
 "form.mytime.date" => 'Data',
-"form.mytime.start" => 'Inici',
-"form.mytime.finish" => 'Fi',
-"form.mytime.duration" => 'Durada',
 "form.mytime.daily" => 'Treball diari',
 "form.mytime.total" => 'Hores totals: ',
-"form.mytime.th.start" => 'Inici',
-"form.mytime.th.finish" => 'Fi',
-"form.mytime.th.duration" => 'Durada',
 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
 "form.mytime.no_finished_rec" => 'Aquest historial s\\\'ha guardat únicament amb l\\\'hora d\\\'inici. Aixó no és un error. Finalitzi sessió si ho necessita.',
 
@@ -467,17 +476,10 @@ $i18n_key_words = array(
 "form.report.from" => 'Data d\\\'inici',
 "form.report.to" => 'Data de fi',
 "form.report.groupby_user" => 'Usuari',
-"form.report.groupby_project" => 'Projecte',
-"form.report.duration" => 'Durada',
-"form.report.start" => 'Inici',
-"form.report.finish" => 'Fi',
 "form.report.totals_only" => 'Només totals',
 "form.report.total" => 'Hores Totals',
 "form.report.th.empllist" => 'Usuari',
 "form.report.th.date" => 'Data',
-"form.report.th.start" => 'Inici',
-"form.report.th.finish" => 'Fi',
-"form.report.th.duration" => 'Durada',
 
 // charts form attributes
 // Note to translators: form.charts.title needs to be translated.