More cleanup and recycling in translation files.
[timetracker.git] / WEB-INF / resources / ro.lang.php
index 54c5850..6f768ed 100644 (file)
@@ -194,8 +194,8 @@ $i18n_key_words = array(
 // TODO: confirm that label.edit and label.delete are translated correctly.
 'label.edit' => 'Editează',
 'label.delete' => 'Șterge',
+'label.configure' => 'Configureaza',
 // TODO: translate the following.
-// 'label.configure' => 'Configure',
 // 'label.select_all' => 'Select all',
 // 'label.select_none' => 'Deselect all',
 // 'label.day_view' => 'Day view',
@@ -217,7 +217,7 @@ $i18n_key_words = array(
 // 'label.or' => 'or',
 // 'label.error' => 'Error',
 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
-// 'label.required_fields' => '* - required fields',
+'label.required_fields' => '* date obligatorii',
 'label.on_behalf' => 'in numele',
 // TODO: translate the following.
 // 'label.role_manager' => '(manager)',
@@ -367,6 +367,35 @@ $i18n_key_words = array(
 // 'form.time.remaining_quota' => 'Remaining quota',
 // 'form.time.over_quota' => 'Over quota',
 
+// Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
+// TODO: translate the following.
+// 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
+
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// TODO: translate the following.
+// 'form.week.new_entry' => 'New entry',
+
+// Reports form. See example at https://timetracker.anuko.com/reports.php
+// TODO: translate the following.
+// 'form.reports.save_as_favorite' => 'Save as favorite',
+// 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
+// 'form.reports.include_billable' => 'billable',
+// 'form.reports.include_not_billable' => 'not billable',
+// 'form.reports.include_invoiced' => 'invoiced',
+// 'form.reports.include_not_invoiced' => 'not invoiced',
+// 'form.reports.select_period' => 'Select time period',
+// 'form.reports.set_period' => 'or set dates',
+// 'form.reports.show_fields' => 'Show fields',
+// 'form.reports.group_by' => 'Group by',
+'form.reports.group_by_no' => '--- fara grupare ---',
+// TODO: translate the following.
+// 'form.reports.group_by_date' => 'date',
+// 'form.reports.group_by_user' => 'user',
+// 'form.reports.group_by_client' => 'client',
+// 'form.reports.group_by_project' => 'project',
+// 'form.reports.group_by_task' => 'task',
+// 'form.reports.totals_only' => 'Totals only',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -406,7 +435,6 @@ $i18n_key_words = array(
 "form.mytime.time_form" => ' (hh:mm)',
 "form.mytime.date" => 'data',
 "form.mytime.project" => 'proiect',
-"form.mytime.activity" => 'activitate',
 "form.mytime.start" => 'inceput',
 "form.mytime.finish" => 'sfarsit',
 "form.mytime.duration" => 'durata',
@@ -525,11 +553,7 @@ $i18n_key_words = array(
 "forward.forgot_password" => 'parola pierduta?',
 "forward.tocsvfile" => 'exporta date in fisier .csv',
 "forward.geninvoice" => 'genereaza factura',
-"forward.change" => 'configureaza clienti',
 
-// strings inside contols on forms
-"controls.select.project" => '--- alege proiect    ---',
-"controls.select.activity" => '--- alege activitate ---',
 "controls.select.client" => '--- alege client     ---',
 "controls.project_bind" => '--- toate ---',
 "controls.all" => '--- toate ---',
@@ -538,23 +562,13 @@ $i18n_key_words = array(
 "controls.per_lm" => 'luna trecuta',
 "controls.per_tw" => 'saptamana curenta',
 "controls.per_lw" => 'saptamana trecuta',
-// Note to translators: the strings below must be translated
-// "controls.per_td" => 'this day',
-// "controls.per_at" => 'all time',
-// "controls.per_ty" => 'this year'
 "controls.sel_period" => '--- alege perioada ---',
-"controls.sel_groupby" => '--- fara grupare   ---',
 
 // labels
-"label.req_fields" => '* date obligatorii',
-"label.sel_project" => 'alege proiect',
-"label.sel_activity" => 'alege activitate',
 "label.sel_tp" => 'alege perioada',
 "label.set_tp" => 'sau introdu intervalul de date',
 "label.fields" => 'arata campuri',
 "label.group_title" => 'grupat dupa',
-// Note to translators: the string below is missing and must be added and translated 
-// "label.include_title" => 'include records',
 "label.inv_str" => 'factura',
 "label.set_empl" => 'alege utilizatori',
 "label.sel_all" => 'selecteaza   tot',
@@ -562,5 +576,4 @@ $i18n_key_words = array(
 "label.or" => 'sau',
 "label.disable" => 'inactiv',
 "label.enable" => 'activ',
-"label.filter" => 'filtru',
 );