]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ro.lang.php
Work in progress on translations.
[timetracker.git] / WEB-INF / resources / ro.lang.php
index e1535b98c94bea7860fc7d891a52c1b8ab016c60..bcb744eeb72d447eac4d671215480c37228c0b80 100644 (file)
@@ -100,27 +100,31 @@ $i18n_key_words = array(
 // 'error.task_exists' => 'Task with this name already exists.',
 // 'error.client_exists' => 'Client with this name already exists.',
 // 'error.invoice_exists' => 'Invoice with this number already exists.',
+// 'error.no_invoiceable_items' => 'There are no invoiceable items.',
+// 'error.no_login' => 'No user with this login.',
+// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
+'error.upload' => 'Eroare la upload-ul fisierului.',
+// TODO: translate the following.
+// 'error.range_locked' => 'Date range is locked.',
+// 'error.mail_send' => 'Error sending mail.',
+// 'error.no_email' => 'No email associated with this login.',
+// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
+// 'error.goto_uncompleted' => 'Go to uncompleted entry.',
+// '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',
 
 
-// TODO: refactoring ongoing down from here.
 
-// 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',
-// TODO: translate the following.
-// 'error.range_locked' => 'Date range is locked.',
-// 'error.mail_send' => 'error sending mail',
-// 'error.no_email' => 'no email associated with this login',
-// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
-// 'error.goto_uncompleted' => 'go to uncompleted entry.',
+// 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',
@@ -158,6 +162,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.