X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1593111c571fb4ab79ed1a7239552767f5e2dce0..3f154984d083cf6627f5c6f1ca8f4e165b035ca0:/WEB-INF/resources/ro.lang.php diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 005badda..9d4feff4 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -86,10 +86,12 @@ $i18n_key_words = array( 'error.not_equal' => 'Campul "{0}" nu este egal cu campul "{1}".', // TODO: translate the following. // 'error.interval' => 'Field "{0}" must be greater than "{1}".', +// TODO: for "select" errors: Selecteaza or Alege? We need consistent usage. 'error.project' => 'Selecteaza proiect.', // TODO: translate the following. // 'error.task' => 'Select task.', -// 'error.client' => 'Select client.', +'error.client' => 'Alege client.', +// TODO: translate the following. // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', 'error.auth' => 'Nume de utilizator sau parola incorecta.', @@ -206,9 +208,10 @@ $i18n_key_words = array( // 'label.date_format' => 'Date format', // 'label.time_format' => 'Time format', // 'label.week_start' => 'First day of week', -// 'label.comment' => 'Comment', -// 'label.status' => 'Status', -// 'label.tax' => 'Tax', +'label.comment' => 'Comentariu', +'label.status' => 'Stare', +'label.tax' => 'Taxa', +// TODO: translate the following. // 'label.subtotal' => 'Subtotal', 'label.total' => 'Total', // TODO: translate the following. @@ -459,7 +462,6 @@ $i18n_key_words = array( "form.people.edit_str" => 'editare utilizator', "form.people.del_str" => 'stergee utilizator', "form.people.th.role" => 'functie', -"form.people.th.status" => 'stare', "form.people.th.project" => 'proiect', "form.people.th.rate" => 'rata', "form.people.manager" => 'manager', @@ -501,7 +503,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'de la', "form.mail.to" => 'catre', -"form.mail.comment" => 'comentariu', "form.mail.above" => 'trimite acest raport pe e-mail', // Note to translators: this string needs to be translated. // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', @@ -515,8 +516,6 @@ $i18n_key_words = array( "form.invoice.fillform" => 'comleteaza campurile', "form.invoice.date" => 'data', "form.invoice.number" => 'numar factura', -"form.invoice.tax" => 'taxa', -"form.invoice.comment" => 'comentariu ', "form.invoice.th.username" => 'persoana', "form.invoice.th.time" => 'ore', "form.invoice.th.rate" => 'rata', @@ -543,14 +542,11 @@ $i18n_key_words = array( "form.client.add_title" => 'adauga client', "form.client.edit_title" => 'editeaza client', "form.client.del_title" => 'sterge client', -"form.client.tax" => 'taxa', -"form.client.comment" => 'comentariu ', // miscellaneous strings "forward.tocsvfile" => 'exporta date in fisier .csv', "forward.geninvoice" => 'genereaza factura', -"controls.select.client" => '--- alege client ---', "controls.project_bind" => '--- toate ---', "controls.all" => '--- toate ---', "controls.notbind" => '--- nu ---',