More refactoring in translation files.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index 17ab223..852799e 100644 (file)
@@ -26,7 +26,7 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
-// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
+// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
 $i18n_language = 'Català';
@@ -38,112 +38,365 @@ $i18n_holidays = array('01/01', '01/16', '02/20', '03/29', '07/04', '09/04', '10
 
 $i18n_key_words = array(
 
-// menu entries
+// Menus - short selection strings that are displayed on top of application web pages.
+// Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Iniciar sessió',
 'menu.logout' => 'Finalitzar sessió',
-'menu.feedback' => 'Retroalimentació',
+// TODO: translate the following.
+// 'menu.forum' => 'Forum',
 'menu.help' => 'Ajuda',
-// Note to translators: menu.create_team needs to be translated more accurately.
-'menu.create_team' => 'Crear un nou compte de manejador',
-'menu.edit_profile' => 'Editar perfil',
-'menu.time' => 'El meu temps',
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
+'menu.profile' => 'Perfil',
+// TODO: translate the following.
+// 'menu.time' => 'Time',
+// 'menu.expenses' => 'Expenses',
 'menu.reports' => 'Informes',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
+// TODO: translate the following.
+// 'menu.charts' => 'Charts',
 'menu.projects' => 'Projectes',
-'menu.activities' => 'Activitats',
-'menu.people' => 'Persones',
+// TODO: translate the following.
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
 'menu.teams' => 'Equips',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'export',
-'menu.clients' => 'Clients',
-// Note to translators: menu.options needs to be translated.
-// 'menu.options' => 'options',
-'menu.admin' => 'admin',
-
-// error strings
-'error.db' => 'Error de la Base de Dades',
-'error.field' => 'Dada "{0}" incorrecta',
-'error.empty' => 'L\\\'Arxiu "{0}" està buit',
-'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}"',
-'error.interval' => 'Interval incorrecte',
-'error.project' => 'Sel·leccionar Projecte',
-'error.activity' => 'Sel·leccionar Actividat',
-'error.auth' => 'Usuari o parula de pas incorrecta',
-// Note to translators: this string needs to be translated.
-// 'error.user_exists' => 'user with this login already exists',
-'error.project_exists' => 'Ja existeix un projecte amb aquest nom',
-'error.activity_exists' => 'Ja existeix una activitat amb aquest nom',
-// TODO: translate error.client_exists.
-// 'error.client_exists' => 'client with this name already exists',
-// Note to translators: error.no_login needs to be properly translated (e-mail replaced with login).
-// 'error.no_login' => 'No existeix cap usuari amb aquest e-mail',
-'error.upload' => 'Error pujant l\\\'arxiu',
-// Note to translators: the 5 strings below are missing from the translation and must be added.
-// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
-// '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.',
-
-// labels for various buttons
+// TODO: translate the following.
+// 'menu.export' => 'Export',
+// 'menu.clients' => 'Clients',
+// 'menu.options' => 'Options',
+
+// Footer - strings on the bottom of most pages.
+// TODO: translate the following.
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
+// 'footer.credits' => 'Credits',
+// 'footer.license' => 'License',
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                     // This is a link to a webpage that describes how to contribute to the project.
+
+// Error messages.
+// TODO: translate the following.
+// 'error.access_denied' => 'Access denied.',
+// 'error.sys' => 'System error.',
+'error.db' => 'Error de la base de dades.',
+'error.field' => 'Dada "{0}" incorrecta.',
+'error.empty' => 'L\\\'Arxiu "{0}" està buit.',
+'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".',
+// TODO: translate the following.
+// 'error.interval' => 'Field "{0}" must be greater than "{1}".',
+'error.project' => 'Selleccionar projecte.',
+// TODO: translate the following.
+// 'error.task' => 'Select task.',
+// 'error.client' => 'Select client.',
+// 'error.report' => 'Select report.',
+// 'error.record' => 'Select record.',
+'error.auth' => 'Usuari o parula de pas incorrecta.',
+// TODO: translate the following.
+// 'error.user_exists' => 'User with this login already exists.',
+'error.project_exists' => 'Ja existeix un projecte amb aquest nom.',
+// TODO: translate the following.
+// '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' => 'Error pujant l\\\'arxiu.',
+// 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' => 'Iniciar sessió',
 'button.now' => 'Ara',
-// 'button.set' => 'Establir',
 'button.save' => 'Guardar',
-'button.delete' => 'Eliminar',
+// TODO: translate the following.
+// 'button.copy' => 'Copy',
 'button.cancel' => 'Cancel·lar',
 'button.submit' => 'Enviar',
-'button.add_user' => 'Agregar usuari ',
+'button.add_user' => 'Agregar usuari',
 'button.add_project' => 'Agregar projecte',
-'button.add_activity' => 'Agregar activitat',
+// TODO: translate the following.
+// 'button.add_task' => 'Add task',
 'button.add_client' => 'Agregar client',
+// TODO: translate the following.
+// 'button.add_invoice' => 'Add invoice',
+// 'button.add_option' => 'Add option',
 'button.add' => 'Agregar',
 'button.generate' => 'Generar',
-// Note to translators: button.reset_password needs an improved translation.
-'button.reset_password' => 'Anar',
+// TODO: translate the following.
+// 'button.reset_password' => 'Reset password',
 'button.send' => 'Enviar',
 'button.send_by_email' => 'Enviar per correu',
-'button.save_as_new' => 'Guardar com a nou',
 'button.create_team' => 'Crear grup',
 'button.export' => 'Exportar grup',
 'button.import' => 'Importar grup',
-'button.apply' => 'Aplicar',
+// TODO: translate the following.
+// 'button.close' => 'Close',
+// 'button.stop' => 'Stop',
 
-// labels for controls on various forms
-// TODO: translate label.team_name.
-// 'label.team_name' => 'team name',
+// 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' => 'Moneda',
-// TODO: translate these 2 strings below.
-// 'label.manager_name' => 'manager name',
-// 'label.manager_login' => 'manager login',
-'label.name' => 'Nom',
-
+// TODO: translate the following.
+// 'label.manager_name' => 'Manager name',
+// 'label.manager_login' => 'Manager login',
+'label.person_name' => 'Nom',
+'label.thing_name' => 'Nom',
+// TODO: translate the following.
+// 'label.login' => 'Login',
 'label.password' => 'Paraula de pas',
 'label.confirm_password' => 'Confirmar paraula de pas',
-'label.email' => 'e-mail',
-// Translate the following string.
+'label.email' => 'E-mail',
+'label.cc' => 'Cc',
+// TODO: translate the following.
+// 'label.bcc' => 'Bcc',
+'label.subject' => 'Assumpte',
+'label.date' => 'Data',
+// TODO: translate the following.
+// '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' => 'Modificar',
+'label.delete' => 'Eliminar',
+// 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' => 'Total',
+// 'label.client_name' => 'Client name',
+// 'label.client_address' => 'Client address',
+// 'label.or' => 'or',
+// 'label.error' => 'Error',
+// 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
+// 'label.required_fields' => '* - required fields',
+'label.on_behalf' => 'a nom de',
+'label.role_manager' => '(manejador)',
+'label.role_comanager' => '(auxiliar del manejador)',
+'label.role_admin' => '(administrador)',
+// TODO: translate the following.
 // 'label.page' => 'Page',
+// 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
+// Labels for plugins (extensions to Time Tracker that provide additional features).
+// TODO: translate the following.
+// 'label.custom_fields' => 'Custom fields',
+// 'label.monthly_quotas' => 'Monthly quotas',
+// 'label.type' => 'Type',
+// 'label.type_dropdown' => 'dropdown',
+// 'label.type_text' => 'text',
+// 'label.required' => 'Required',
+'label.fav_report' => 'Report favorit',
+// TODO: translate the following.
+// 'label.cron_schedule' => 'Cron schedule',
+// 'label.what_is_it' => 'What is it?',
+// 'label.expense' => 'Expense',
+// 'label.quantity' => 'Quantity',
+// 'label.paid_status' => 'Paid status',
+// 'label.paid' => 'Paid',
+// 'label.mark_paid' => 'Mark paid',
+// 'label.week_note' => 'Week note',
+// 'label.week_list' => 'Week list',
 
-"form.filter.project" => 'Projecte',
-"form.filter.filter" => 'Report favorit',
-"form.filter.filter_new" => 'Guardar com a favorit',
+// Form titles.
+'title.login' => 'Sessió iniciada',
+// TODO: translate the following.
+// 'title.teams' => 'Teams',
+// 'title.create_team' => 'Creating Team',
+// 'title.edit_team' => 'Editing Team',
+// 'title.delete_team' => 'Deleting Team',
+'title.reset_password' => 'Restablir paraula de pas',
+// TODO: translate the following.
+// 'title.change_password' => 'Changing Password',
+// 'title.time' => 'Time',
+// 'title.edit_time_record' => 'Editing Time Record',
+// 'title.delete_time_record' => 'Deleting Time Record',
+// 'title.expenses' => 'Expenses',
+// 'title.edit_expense' => 'Editing Expense Item',
+// 'title.delete_expense' => 'Deleting Expense Item',
+// 'title.predefined_expenses' => 'Predefined Expenses',
+// 'title.add_predefined_expense' => 'Adding Predefined Expense',
+// 'title.edit_predefined_expense' => 'Editing Predefined Expense',
+// 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
+'title.reports' => 'Informes',
+'title.report' => 'Informe',
+// TODO: translate the following.
+// 'title.send_report' => 'Sending Report',
+// 'title.invoice' => 'Invoice',
+// 'title.send_invoice' => 'Sending Invoice',
+// 'title.charts' => 'Charts',
+// 'title.projects' => 'Projects',
+// 'title.add_project' => 'Adding Project',
+// 'title.edit_project' => 'Editing Project',
+// 'title.delete_project' => 'Deleting Project',
+// 'title.tasks' => 'Tasks',
+// 'title.add_task' => 'Adding Task',
+// 'title.edit_task' => 'Editing Task',
+// 'title.delete_task' => 'Deleting Task',
+// 'title.users' => 'Users',
+// 'title.add_user' => 'Adding User',
+// 'title.edit_user' => 'Editing User',
+// 'title.delete_user' => 'Deleting User',
+// 'title.clients' => 'Clients',
+// 'title.add_client' => 'Adding Client',
+// 'title.edit_client' => 'Editing Client',
+// 'title.delete_client' => 'Deleting Client',
+// 'title.invoices' => 'Invoices',
+// 'title.add_invoice' => 'Adding Invoice',
+// 'title.view_invoice' => 'Viewing Invoice',
+// 'title.delete_invoice' => 'Deleting Invoice',
+// 'title.notifications' => 'Notifications',
+// 'title.add_notification' => 'Adding Notification',
+// 'title.edit_notification' => 'Editing Notification',
+// 'title.delete_notification' => 'Deleting Notification',
+// 'title.monthly_quotas' => 'Monthly Quotas',
+// 'title.export' => 'Exporting Team Data',
+// 'title.import' => 'Importing Team Data',
+// 'title.options' => 'Options',
+// 'title.profile' => 'Profile',
+// 'title.cf_custom_fields' => 'Custom Fields',
+// 'title.cf_add_custom_field' => 'Adding Custom Field',
+// 'title.cf_edit_custom_field' => 'Editing Custom Field',
+// 'title.cf_delete_custom_field' => 'Deleting Custom Field',
+// 'title.cf_dropdown_options' => 'Dropdown Options',
+// 'title.cf_add_dropdown_option' => 'Adding Option',
+// 'title.cf_edit_dropdown_option' => 'Editing Option',
+// 'title.cf_delete_dropdown_option' => 'Deleting Option',
+// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
+// It is also a name for the Locking plugin on the Team profile page.
+// 'title.locking' => 'Locking',
+// 'title.week_view' => 'Week View',
 
-// login form attributes
-"form.login.title" => 'Sessió iniciada',
-"form.login.login" => 'e-mail',
+// 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.
+// 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',
+// 'dropdown.all_time' => 'all time',
+// 'dropdown.projects' => 'projects',
+// 'dropdown.tasks' => 'tasks',
+// 'dropdown.clients' => 'clients',
+// 'dropdown.select' => '--- select ---',
+// 'dropdown.select_invoice' => '--- select invoice ---',
+// 'dropdown.status_active' => 'active',
+// 'dropdown.status_inactive' => 'inactive',
+// 'dropdown.delete'=>'delete',
+// 'dropdown.do_not_delete'=>'do not delete',
+// 'dropdown.paid' => 'paid',
+// 'dropdown.not_paid' => 'not paid',
 
-// password reminder form attributes
-"form.fpass.title" => 'Restablir paraula de pas',
-"form.fpass.login" => 'e-mail',
-"form.fpass.send_pass_str" => 's\\\'ha enviat la petició de restablir paraula de pas',
-"form.fpass.send_pass_subj" => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
-// Note to translators: this string needs to be translated.
-// "form.fpass.send_pass_body" => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
-"form.fpass.reset_comment" => "Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar",
+
+
+// TODO: refactoring ongoing down from here.
+
+// Login form. See example at https://timetracker.anuko.com/login.php.
+// TODO: translate the following.
+// 'form.login.forgot_password' => 'Forgot password?',
+// 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
+
+// Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
+'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.',
+'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
+// TODO: translate the following.
+// 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
+
+// Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
+'form.change_password.tip' => 'Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar.',
+
+// Time form. See example at https://timetracker.anuko.com/time.php.
+// TODO: translate the following.
+// 'form.time.duration_format' => '(hh:mm or 0.0h)',
+// 'form.time.billable' => 'Billable',
+// 'form.time.uncompleted' => 'Uncompleted',
+// 'form.time.remaining_quota' => 'Remaining quota',
+// 'form.time.over_quota' => 'Over quota',
+
+// Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
+// TODO: translate the following.
+// 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
+
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// 'form.week.new_entry' => 'New entry',
+
+// Reports form. See example at https://timetracker.anuko.com/reports.php
+'form.reports.save_as_favorite' => 'Guardar com a favorit',
+// TODO: translate the following.
+// 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
+// 'form.reports.include_billable' => 'billable',
+// 'form.reports.include_not_billable' => 'not billable',
+// 'form.reports.include_invoiced' => 'invoiced',
+// 'form.reports.include_not_invoiced' => 'not invoiced',
+// 'form.reports.select_period' => 'Select time period',
+// 'form.reports.set_period' => 'or set dates',
+// 'form.reports.show_fields' => 'Show fields',
+// 'form.reports.group_by' => 'Group by',
+// 'form.reports.group_by_no' => '--- no grouping ---',
+'form.reports.group_by_date' => 'data',
+// TODO: translate the following.
+// 'form.reports.group_by_user' => 'user',
+// 'form.reports.group_by_client' => 'client',
+'form.reports.group_by_project' => 'projecte',
+// TODO: translate the following.
+// 'form.reports.group_by_task' => 'task',
+// 'form.reports.totals_only' => 'Totals only',
+
+// TODO: the entire section from here to bottom needs refactoring.
 
 // administrator form
-"form.admin.title" => 'Administrador',
 "form.admin.duty_text" => 'Crear un nou grup, creant un nou compte del manejador de l\\\'equip.<br>També pot importar dades de grups, d\\\'un arxiu xml d\\\'un altre servidor Anuko Time Tracker.(No està permès col·lisions de e-mail).',
 
 "form.admin.change_pass" => 'Canviar la paraula de pas de l\\\'administrador de compte',
@@ -151,11 +404,7 @@ $i18n_key_words = array(
 "form.admin.profile.noprofiles" => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.',
 "form.admin.profile.comment" => 'Eliminar grup',
 "form.admin.profile.th.id" => 'Identificació',
-"form.admin.profile.th.name" => 'Nom',
-"form.admin.profile.th.edit" => 'Modificar',
-"form.admin.profile.th.del" => 'Eliminar',
 "form.admin.profile.th.active" => 'Actiu',
-"form.admin.lock.period" => 'interval de tancament en dies',
 
 // my time form attributes
 "form.mytime.title" => 'El meu temps',
@@ -178,8 +427,6 @@ $i18n_key_words = array(
 "form.mytime.th.finish" => 'Fi',
 "form.mytime.th.duration" => 'Durada',
 "form.mytime.th.note" => 'Nota',
-"form.mytime.th.edit" => 'Modificar',
-"form.mytime.th.delete" => 'Eliminar',
 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
 "form.mytime.no_finished_rec" => 'Aquest historial s\\\'ha guardat únicament amb l\\\'hora d\\\'inici. Aixó no és un error. Finalitzi sessió si ho necessita.',
 "form.mytime.billable" => 'facturable',
@@ -188,26 +435,20 @@ $i18n_key_words = array(
 // Note to translators: we need a more accurate translation of form.profile.create_title
 "form.profile.create_title" => 'Crear un nou compte de manejador',
 "form.profile.edit_title" => 'Modificant perfil',
-"form.profile.name" => 'Nom',
-// Note to translators: a few strings in this section a missing. Please check against the English file.
 
 // people form attributes
 "form.people.ppl_str" => 'Persones',
 "form.people.createu_str" => 'Creant nou usuari',
 "form.people.edit_str" => 'Modificant usuari',
 "form.people.del_str" => 'Eliminant usuari',
-"form.people.th.name" => 'Nom',
 "form.people.th.email" => 'e-mail',
 "form.people.th.role" => 'Rol',
-"form.people.th.edit" => 'Modificar',
-"form.people.th.del" => 'Eliminar',
 "form.people.th.status" => 'Estat',
 "form.people.th.project" => 'Projecte',
 "form.people.th.rate" => 'Taxa',
 "form.people.manager" => 'Manejador',
 "form.people.comanager" => 'Auxiliar del manejador',
 "form.people.empl" => 'Usuari',
-"form.people.name" => 'Nom',
 
 "form.people.rate" => 'Taxa per defecte en hores',
 "form.people.comanager" => 'Auxiliar del manejador',
@@ -218,34 +459,17 @@ $i18n_key_words = array(
 "form.project.edit_str" => 'Modificant projecte',
 "form.project.add_str" => 'Agregant nou projecte',
 "form.project.del_str" => 'Eliminant projecte',
-"form.project.th.name" => 'Nom',
-"form.project.th.edit" => 'Modificar',
-"form.project.th.del" => 'Eliminar',
-"form.project.name" => 'Nom',
 
 // activities form attributes
-"form.activity.act_title" => 'Activitats',
-"form.activity.add_title" => 'Agregant nova activitat',
-"form.activity.edit_str" => 'Modificant activitat',
-"form.activity.del_str" => 'Eliminant activitat',
-"form.activity.name" => 'Nom',
 "form.activity.project" => 'Projecte',
-"form.activity.th.name" => 'Nom',
-"form.activity.th.project" => 'Projecte',
-"form.activity.th.edit" => 'Editar',
-"form.activity.th.del" => 'Eliminar',
 
 // report attributes
-"form.report.title" => 'Reports',
 "form.report.from" => 'Data d\\\'inici',
 "form.report.to" => 'Data de fi',
 "form.report.groupby_user" => 'Usuari',
 "form.report.groupby_project" => 'Projecte',
-"form.report.groupby_activity" => 'Activitat',
 "form.report.duration" => 'Durada',
 "form.report.start" => 'Inici',
-"form.report.activity" => 'Activitat',
-"form.report.show_idle" => 'Mostrar ausent',
 "form.report.finish" => 'Fi',
 "form.report.note" => 'Nota',
 "form.report.project" => 'Projecte',
@@ -254,7 +478,6 @@ $i18n_key_words = array(
 "form.report.th.empllist" => 'Usuari',
 "form.report.th.date" => 'Data',
 "form.report.th.project" => 'Projecte',
-"form.report.th.activity" => 'Activitat',
 "form.report.th.start" => 'Inici',
 "form.report.th.finish" => 'Fi',
 "form.report.th.duration" => 'Durada',
@@ -267,8 +490,6 @@ $i18n_key_words = array(
 // mail form attributes
 "form.mail.from" => 'De',
 "form.mail.to" => 'Per a',
-"form.mail.cc" => 'cc',
-"form.mail.subject" => 'Assumpte',
 "form.mail.comment" => 'Comentari',
 "form.mail.above" => 'Enviar aquest report por e-mail',
 // Note to translators: this string needs to be translated.
@@ -284,9 +505,6 @@ $i18n_key_words = array(
 "form.invoice.date" => 'Data',
 "form.invoice.number" => 'Número de factura',
 "form.invoice.tax" => 'Impost',
-"form.invoice.daily_subtotals" => 'Subtotals diaris',
-"form.invoice.yourcoo" => 'El seu nom <br> i direcció',
-"form.invoice.custcoo" => 'Nom del client <br> i direcció',
 "form.invoice.comment" => 'Comentari ',
 "form.invoice.th.username" => 'Persona',
 "form.invoice.th.time" => 'Hores',
@@ -310,14 +528,7 @@ $i18n_key_words = array(
 "form.client.add_title" => 'Agregar client',
 "form.client.edit_title" => 'Modificar client',
 "form.client.del_title" => 'Eliminar client',
-"form.client.th.name" => 'Nom',
-"form.client.th.edit" => 'Modificar',
-"form.client.th.del" => 'Eliminar',
-"form.client.name" => 'Nom',
 "form.client.tax" => 'Impost',
-"form.client.daily_subtotals" => 'Subtotals diaris',
-"form.client.yourcoo" => 'El seu nou <br> i direcció a la factura',
-"form.client.custcoo" => 'Direcció',
 "form.client.comment" => 'Comentari ',
 
 // miscellaneous strings
@@ -347,20 +558,11 @@ $i18n_key_words = array(
 "controls.inc_nbillable" => 'no facturable',
 
 // labels
-"label.chart.title1" => 'activitats per usuari',
 "label.chart.period" => 'gràfica por període',
 
-"label.pinfo" => '%s, %s',
-"label.pinfo2" => '%s',
-"label.pbehalf_info" => '%s %s <b>A nom de %s</b>',
-"label.pminfo" => ' (Manejador)',
-"label.pcminfo" => ' (Auxiliar del manejador)',
-"label.painfo" => ' (Administrador)',
 "label.time_noentry" => 'Sense entrada',
-"label.today" => 'Data Actual',
 "label.req_fields" => '* camps requerits',
 "label.sel_project" => 'Seleccionar projecte',
-"label.sel_activity" => 'Seleccionar activitat',
 "label.sel_tp" => 'Seleccionar període de temps',
 "label.set_tp" => 'o establir dates',
 "label.fields" => 'Mostrar camps',
@@ -375,14 +577,4 @@ $i18n_key_words = array(
 "label.enable" => 'Habilitar',
 "label.filter" => 'Filtrar',
 "label.timeweek" => 'total setmanal',
-// Note to translators: strings below are missing from the translation and need to be added.
-// "label.hrs" => 'hrs',
-// "label.errors" => 'errors',
-// "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
-// "label.calendar_today" => 'today',
-// "label.calendar_close" => 'close',
-
-// login hello text
-// "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
 );
-?>
\ No newline at end of file