X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb14c12d3be2cd31e20988b6abf7585f6af0b34d..0a468c6ddf27775230bbebdf3de2995243156602:/WEB-INF/resources/ro.lang.php diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index ea64a58c..fbd6aadc 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -85,14 +85,18 @@ $i18n_key_words = array( 'error.not_equal' => 'campul "{0}" nu este egal cu campul "{1}"', 'error.interval' => 'interval incorect', 'error.project' => 'selecteaza proiect', -'error.activity' => 'selecteaza activitate', +// TODO: translate the following. +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'nume de utilizator sau parola incorecta', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', 'error.project_exists' => 'proiectul cu acest nume exista deja', -'error.activity_exists' => 'activitatea cu acest nume exista deja', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'nu exista utilizator cu acest email', 'error.upload' => 'eroare la upload-ul fisierului', @@ -135,13 +139,17 @@ $i18n_key_words = array( // 'label.manager_login' => 'manager login', 'label.password' => 'parola', 'label.confirm_password' => 'confirma parola', +'label.email' => 'E-mail', +'label.cc' => 'Copie', // TODO: translate the following. -// 'label.email' => 'email', // 'label.bcc' => 'Bcc', +'label.subject' => 'Subiect', 'label.total' => 'total', // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Form titles. // TODO: the entire title section is missing here. See the English file. @@ -304,8 +312,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'de la', "form.mail.to" => 'catre', -"form.mail.cc" => 'copie', -"form.mail.subject" => 'subiect', "form.mail.comment" => 'comentariu', "form.mail.above" => 'trimite acest raport pe e-mail', // Note to translators: this string needs to be translated.