X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc..cd2030962fdd5e3a3069d085acef37278e2e58eb:/WEB-INF/resources/ro.lang.php diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 1e60ed3f..7eb1ab2c 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -191,8 +191,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Astazi', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', // TODO: confirm that label.edit and label.delete are translated correctly. 'label.edit' => 'Editează', @@ -256,8 +254,8 @@ $i18n_key_words = array( // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere. // Compare with English file to see how it is done there and do Romanian titles similarly. 'title.login' => 'Autentificare', +'title.teams' => 'Echipe', // TODO: translate the following. -// 'title.teams' => 'Teams', // 'title.create_team' => 'Creating Team', // 'title.edit_team' => 'Editing Team', // 'title.delete_team' => 'Deleting Team', @@ -274,8 +272,9 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => 'Rapoarte', +'title.report' => 'Raport', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Factura', // TODO: translate the following. @@ -355,8 +354,8 @@ $i18n_key_words = array( 'dropdown.status_active' => 'activ', 'dropdown.status_inactive' => 'inactiv', // TODO: translate the following. -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -481,6 +480,40 @@ $i18n_key_words = array( // TODO: check form.teams.hint for accuracy. 'form.teams.hint' => 'Adauga o noua echipa prin adaugarea unui nou cont de tip manager.
Deasemeni poti importa datele despre echipa dintr-un fisier xml generat de un alt server Anuko Time Tracker (nu sunt permise duplicate pentru login).', +// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// TODO: translate the following. +// 'form.profile.12_hours' => '12 hours', +// 'form.profile.24_hours' => '24 hours', +// 'form.profile.tracking_mode' => 'Tracking mode', +// 'form.profile.mode_time' => 'time', +// 'form.profile.mode_projects' => 'projects', +// 'form.profile.mode_projects_and_tasks' => 'projects and tasks', +// 'form.profile.record_type' => 'Record type', +// 'form.profile.type_all' => 'all', +// 'form.profile.type_start_finish' => 'start and finish', +// 'form.profile.type_duration' => 'duration', +// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.uncompleted_indicators_none' => 'do not show', +// 'form.profile.uncompleted_indicators_show' => 'show', +// 'form.profile.plugins' => 'Plugins', + +// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. +'form.mail.from' => 'De la', +'form.mail.to' => 'Catre', +// TODO: translate the following. +// 'form.mail.report_subject' => 'Time Tracker Report', +// 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', +// 'form.mail.report_sent' => 'Report sent.', +'form.mail.invoice_sent' => 'Factura trimisa.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', + // TODO: refactoring ongoing down from here. @@ -515,23 +548,5 @@ $i18n_key_words = array( "form.people.th.rate" => 'rata', "form.people.manager" => 'manager', "form.people.comanager" => 'comanager', - "form.people.rate" => 'pret pe ora implicit', -"form.people.comanager" => 'co-manager', - -// report attributes -"form.report.title" => 'rapoarte', -"form.report.total" => 'ore total', - -// mail form attributes -"form.mail.from" => 'de la', -"form.mail.to" => 'catre', -"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.', -"form.mail.sending_str" => 'mesaj trimis', - -// invoice attributes -"form.invoice.mailinv_above" => 'trimite aceasta factura pe email', -"form.invoice.sending_str" => 'factura trimisa', );