A bit more label refactoring in translation files.
[timetracker.git] / WEB-INF / resources / it.lang.php
index f15cce8..c08fda6 100644 (file)
@@ -114,12 +114,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'button.copy' => 'Copy',
 'button.cancel' => 'Cancella',
-
-
-
-// TODO: refactoring ongoing down from here.
-
-'button.submit' => 'invia',
+'button.submit' => 'Invia',
 'button.add_user' => 'Aggiungi utente',
 'button.add_project' => 'Aggiungi progetto',
 // TODO: translate the following.
@@ -130,40 +125,94 @@ $i18n_key_words = array(
 // 'button.add_option' => 'Add option',
 // 'button.add' => 'Add',
 'button.generate' => 'Genera',
-// Note to translators: button.reset_password needs an improved translation.
-// 'button.reset_password' => 'reset password',
-'button.send' => 'invia',
-'button.send_by_email' => 'invia tramite e-mail',
-'button.save_as_new' => 'salva come nuovo',
-'button.create_team' => 'crea team',
-'button.export' => 'esporta team',
-'button.import' => 'importa team',
-'button.apply' => 'applica',
-
-// labels for controls on various forms
-// TODO: translate label.team_name
-// 'label.team_name' => 'team name',
-'label.currency' => 'moneta',
-// TODO: translate label.manager_name and label.manager_login.
-// 'label.manager_name' => 'manager name',
-// 'label.manager_login' => 'manager login',
-'label.password' => 'password',
-'label.confirm_password' => 'conferma password',
-'label.email' => 'e-mail',
 // TODO: translate the following.
-// 'label.email' => 'Email',
+// 'button.reset_password' => 'Reset password',
+'button.send' => 'Invia',
+'button.send_by_email' => 'Invia tramite e-mail',
+'button.create_team' => 'Crea team',
+'button.export' => 'Esporta team',
+'button.import' => 'Importa team',
+// TODO: translate the following.
+// 'button.close' => 'Close',
+// 'button.stop' => 'Stop',
+
+// Labels for controls on forms. Labels in this section are used on multiple forms.
+// TODO: translate the following.
+// 'label.team_name' => 'Team name',
+// 'label.address' => 'Address',
+'label.currency' => 'Moneta',
+// TODO: translate the following.
+// 'label.manager_name' => 'Manager name',
+// 'label.manager_login' => 'Manager login',
+// 'label.person_name' => 'Name',
+// 'label.thing_name' => 'Name',
+// 'label.login' => 'Login',
+'label.password' => 'Password',
+'label.confirm_password' => 'Conferma password',
+'label.email' => 'E-mail',
 'label.cc' => 'Cc',
 // TODO: translate the following.
 // 'label.bcc' => 'Bcc',
-'label.subject' => 'oggetto',
-'label.total' => 'totale',
+'label.subject' => 'Oggetto',
+// TODO: translate the following.
+// 'label.date' => 'Date',
+// 'label.start_date' => 'Start date',
+// 'label.end_date' => 'End date',
+// 'label.user' => 'User',
+// 'label.users' => 'Users',
+// 'label.client' => 'Client',
+// 'label.clients' => 'Clients',
+// 'label.option' => 'Option',
+// 'label.invoice' => 'Invoice',
+// 'label.project' => 'Project',
+// 'label.projects' => 'Projects',
+// 'label.task' => 'Task',
+// 'label.tasks' => 'Tasks',
+// 'label.description' => 'Description',
+// 'label.start' => 'Start',
+// 'label.finish' => 'Finish',
+// 'label.duration' => 'Duration',
+// 'label.note' => 'Note',
+// 'label.notes' => 'Notes',
+// 'label.item' => 'Item',
+// 'label.cost' => 'Cost',
+// 'label.day_total' => 'Day total',
+// 'label.week_total' => 'Week total',
+// 'label.month_total' => 'Month total',
+// 'label.today' => 'Today',
+// 'label.total_hours' => 'Total hours',
+// 'label.total_cost' => 'Total cost',
+// 'label.view' => 'View',
+// 'label.edit' => 'Edit',
+'label.delete' => 'Elimina',
+// TODO: translate the following.
+// 'label.configure' => 'Configure',
+// 'label.select_all' => 'Select all',
+// 'label.select_none' => 'Deselect all',
+// 'label.day_view' => 'Day view',
+// 'label.week_view' => 'Week view',
+// 'label.id' => 'ID',
+// 'label.language' => 'Language',
+// 'label.decimal_mark' => 'Decimal mark',
+// '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.subtotal' => 'Subtotal',
+'label.total' => 'Totale',
+
+
+
+// TODO: refactoring ongoing down from here.
+
 // Translate the following.
 // 'label.page' => 'Page',
 // 'label.condition' => 'Condition',
 // TODO: translate the following.
 // 'label.yes' => 'yes',
 // 'label.no' => 'no',
-'label.delete' => 'Elimina',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.