X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fro.lang.php;h=7379697e3674876324a61f455c876dc455f9b10f;hb=ca12dda7161c4b5ea73974864c3af0d174fd7ba4;hp=cee01c55d0a61e5a55ba30a51480bad8ab9ef1e8;hpb=8ee49f1b739cb1212fed94074082b01154e928e0;p=timetracker.git diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index cee01c55..7379697e 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -113,32 +113,38 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', +// Labels for buttons. +'button.login' => 'Autentifica', +'button.now' => 'Acum', +'button.save' => 'Salveaza', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Renunta', +'button.submit' => 'Trimite', +'button.add_user' => 'Adauga utilizator', +'button.add_project' => 'Adauga proiect', +// TODO: translate the following. +// 'button.add_task' => 'Add task', +'button.add_client' => 'Adauga client', +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', +'button.add' => 'Adauga', +'button.generate' => 'Genereaza', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', +'button.send' => 'Trimite', +'button.send_by_email' => 'Trimite pe e-mail', +'button.create_team' => 'Adauga echipa', +'button.export' => 'Exporta echipa', +'button.import' => 'Importa echipa', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', -// TODO: refactoring ongoing down from here. -// Labels for buttons. -'button.login' => 'autentifica', -'button.now' => 'acum', -'button.save' => 'salveaza', -'button.delete' => 'sterge', -'button.cancel' => 'renunta', -'button.submit' => 'trimite', -'button.add_user' => 'adauga utilizator', -'button.add_project' => 'adauga proiect', -'button.add_activity' => 'adauga activitate', -'button.add_client' => 'adauga client', -'button.add' => 'adauga', -'button.generate' => 'genereaza', -// Note to translators: button.reset_password needs an improved translation. -// 'button.reset_password' => 'reset password', -'button.send' => 'trimite', -'button.send_by_email' => 'trimite pe e-mail', -// TODO: button.create_team needs an improved translation. -'button.create_team' => 'adauga echipa noua', -'button.export' => 'exporta echipa', -'button.import' => 'importa echipa', -'button.apply' => 'aplica', +// TODO: refactoring ongoing down from here. // labels for controls on various forms // TODO: translate label.team_name @@ -160,6 +166,7 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', +'label.delete' => 'Sterge', // Form titles. // TODO: the entire title section is missing here. See the English file.