Some more recycling.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index 9326ef3..2bc1a06 100644 (file)
@@ -57,7 +57,7 @@ $i18n_key_words = array(
 'menu.projects' => 'Projectes',
 // TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
-// 'menu.users' => 'Users',
+'menu.users' => 'Usuaris',
 'menu.teams' => 'Grups',
 // TODO: translate the following.
 // 'menu.export' => 'Export',
@@ -193,9 +193,9 @@ $i18n_key_words = array(
 'label.edit' => 'Modificar',
 'label.delete' => 'Eliminar',
 'label.configure' => 'Configurar',
+'label.select_all' => 'Seleccionar tots',
+'label.select_none' => 'Treure totes las seleccions',
 // TODO: translate the following.
-// 'label.select_all' => 'Select all',
-// 'label.select_none' => 'Deselect all',
 // 'label.day_view' => 'Day view',
 // 'label.week_view' => 'Week view',
 // 'label.id' => 'ID',
@@ -286,7 +286,8 @@ $i18n_key_words = array(
 // 'title.add_task' => 'Adding Task',
 // 'title.edit_task' => 'Editing Task',
 // 'title.delete_task' => 'Deleting Task',
-// 'title.users' => 'Users',
+'title.users' => 'Usuaris',
+// TODO: translate the following.
 // 'title.add_user' => 'Adding User',
 // 'title.edit_user' => 'Editing User',
 // 'title.delete_user' => 'Deleting User',
@@ -307,7 +308,8 @@ $i18n_key_words = array(
 // 'title.export' => 'Exporting Team Data',
 // 'title.import' => 'Importing Team Data',
 // 'title.options' => 'Options',
-// 'title.profile' => 'Profile',
+'title.profile' => 'Perfil',
+// TODO: translate the following.
 // 'title.cf_custom_fields' => 'Custom Fields',
 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
@@ -323,18 +325,18 @@ $i18n_key_words = array(
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
+'dropdown.all' => '--- tots ---',
+'dropdown.no' => '--- no ---',
+'dropdown.current_day' => 'avui',
+'dropdown.previous_day' => 'ahir',
+'dropdown.selected_day' => 'dia',
+'dropdown.current_week' => 'aquestat setmana',
+'dropdown.previous_week' => 'la setmana passada',
+'dropdown.selected_week' => 'setmana',
+'dropdown.current_month' => 'aquest mes',
+'dropdown.previous_month' => 'el mes passat',
+'dropdown.selected_month' => 'mes',
 // TODO: translate the following.
-// 'dropdown.all' => '--- all ---',
-// 'dropdown.no' => '--- no ---',
-// 'dropdown.current_day' => 'today',
-// 'dropdown.previous_day' => 'yesterday',
-// 'dropdown.selected_day' => 'day',
-// 'dropdown.current_week' => 'this week',
-// 'dropdown.previous_week' => 'previous week',
-// 'dropdown.selected_week' => 'week',
-// 'dropdown.current_month' => 'this month',
-// 'dropdown.previous_month' => 'previous month',
-// 'dropdown.selected_month' => 'month',
 // 'dropdown.current_year' => 'this year',
 // 'dropdown.previous_year' => 'previous year',
 // 'dropdown.selected_year' => 'year',
@@ -438,6 +440,44 @@ $i18n_key_words = array(
 // 'form.tasks.active_tasks' => 'Active Tasks',
 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
+// Users form. See example at https://timetracker.anuko.com/users.php
+// TODO: translate the following.
+// 'form.users.active_users' => 'Active Users',
+// 'form.users.inactive_users' => 'Inactive Users',
+// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
+// 'form.users.role' => 'Role',
+// 'form.users.manager' => 'Manager',
+// 'form.users.comanager' => 'Co-manager',
+// 'form.users.rate' => 'Rate',
+// 'form.users.default_rate' => 'Default hourly rate',
+
+// Clients form. See example at https://timetracker.anuko.com/clients.php
+// TODO: translate the following.
+// 'form.clients.active_clients' => 'Active Clients',
+// 'form.clients.inactive_clients' => 'Inactive Clients',
+
+// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
+// TODO: translate the following.
+// 'form.client.client_to_delete' => 'Client to delete',
+// 'form.client.client_entries' => 'Client entries',
+
+// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+// TODO: translate the following.
+// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
+// 'form.export.compression' => 'Compression',
+// 'form.export.compression_none' => 'none',
+// 'form.export.compression_bzip' => 'bzip',
+
+// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+// TODO: translate the following.
+// 'form.import.hint' => 'Import team data from an xml file.',
+// 'form.import.file' => 'Select file',
+// 'form.import.success' => 'Import completed successfully.',
+
+// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
+// TODO: translate the following.
+// 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -504,20 +544,4 @@ $i18n_key_words = array(
 
 // miscellaneous strings
 "forward.tocsvfile" => 'Exportar dades a un arxiu .csv',
-
-"controls.project_bind" => '--- Tots ---',
-"controls.all" => '--- Tots ---',
-"controls.notbind" => '--- No ---',
-"controls.per_tm" => 'Aquest mes',
-"controls.per_lm" => 'El mes passat',
-"controls.per_tw" => 'Aquestat setmana',
-"controls.per_lw" => 'La setmana passada',
-"controls.per_td" => 'Aquest dia',
-"controls.per_lw" => 'La setmana passada',
-
-"label.set_empl" => 'Seleccionar usuaris',
-"label.sel_all" => 'Seleccionar tots',
-"label.sel_none" => 'Treure totes las seleccions',
-"label.disable" => 'Deshabilitar',
-"label.enable" => 'Habilitar',
 );