Some more recycling in translation files.
[timetracker.git] / WEB-INF / resources / ro.lang.php
index ba4760b..f47d1b5 100644 (file)
@@ -326,18 +326,19 @@ $i18n_key_words = array(
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
+'dropdown.all' => '--- toate ---',
+'dropdown.no' => '--- nu ---',
 // TODO: translate the following.
-// 'dropdown.all' => '--- all ---',
-// 'dropdown.no' => '--- no ---',
 // 'dropdown.current_day' => 'today',
 // 'dropdown.previous_day' => 'yesterday',
 // 'dropdown.selected_day' => 'day',
-// 'dropdown.current_week' => 'this week',
-// 'dropdown.previous_week' => 'previous week',
-// 'dropdown.selected_week' => 'week',
-// 'dropdown.current_month' => 'this month',
-// 'dropdown.previous_month' => 'previous month',
-// 'dropdown.selected_month' => 'month',
+'dropdown.current_week' => 'saptamana curenta',
+'dropdown.previous_week' => 'saptamana trecuta',
+'dropdown.selected_week' => 'saptamana',
+'dropdown.current_month' => 'luna curenta',
+'dropdown.previous_month' => 'luna trecuta',
+'dropdown.selected_month' => 'luna',
+// TODO: translate the following.
 // 'dropdown.current_year' => 'this year',
 // 'dropdown.previous_year' => 'previous year',
 // 'dropdown.selected_year' => 'year',
@@ -474,16 +475,14 @@ $i18n_key_words = array(
 // 'form.import.success' => 'Import completed successfully.',
 
 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
-// TODO: translate the following.
-// 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
+// TODO: check form.teams.hint for accuracy.
+'form.teams.hint' => 'Adauga o noua echipa prin adaugarea unui nou cont de tip manager.<br>Deasemeni poti importa datele despre echipa dintr-un fisier xml generat de un alt server Anuko Time Tracker (nu sunt permise duplicate pentru login).',
 
 
 
 // TODO: refactoring ongoing down from here.
 
 // administrator form
-"form.admin.duty_text" => 'adauga o noua echipa prin adaugarea unui nou cont de tip manager.<br>deasemeni poti importa datele despre echipa dintr-un fisier xml generat de un alt server Anuko Time Tracker  (nu sunt permise duplicate pentru emailuri).',
-
 "form.admin.profile.title" => 'echipe',
 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
 "form.admin.profile.comment" => 'sterge echipa',
@@ -565,13 +564,4 @@ $i18n_key_words = array(
 
 // miscellaneous strings
 "forward.tocsvfile" => 'exporta date in fisier .csv',
-"forward.geninvoice" => 'genereaza factura',
-
-"controls.project_bind" => '--- toate ---',
-"controls.all" => '--- toate ---',
-"controls.notbind" => '--- nu ---',
-"controls.per_tm" => 'luna curenta',
-"controls.per_lm" => 'luna trecuta',
-"controls.per_tw" => 'saptamana curenta',
-"controls.per_lw" => 'saptamana trecuta',
 );