Recycled some more translations, hopefully correctly.
[timetracker.git] / WEB-INF / resources / ca.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Català';
33 $i18n_months = array('Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'Juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre');
34 $i18n_weekdays = array('Diumenge', 'Dilluns', 'Dimarts', 'Dimecres', 'Dijous', 'Divendres', 'Dissabte');
35 $i18n_weekdays_short = array('Dg', 'Dl', 'Dm', 'Dc', 'Dj', 'Dv', 'Ds');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/16', '02/20', '03/29', '07/04', '09/04', '10/09', '11/11', '11/23', '12/25');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Iniciar sessió',
44 'menu.logout' => 'Finalitzar sessió',
45 // TODO: translate the following.
46 // 'menu.forum' => 'Forum',
47 'menu.help' => 'Ajuda',
48 // TODO: translate the following.
49 // 'menu.create_team' => 'Create Team',
50 'menu.profile' => 'Perfil',
51 // TODO: translate the following.
52 // 'menu.time' => 'Time',
53 // 'menu.expenses' => 'Expenses',
54 'menu.reports' => 'Informes',
55 // TODO: translate the following.
56 // 'menu.charts' => 'Charts',
57 'menu.projects' => 'Projectes',
58 // TODO: translate the following.
59 // 'menu.tasks' => 'Tasks',
60 'menu.users' => 'Usuaris',
61 'menu.teams' => 'Grups',
62 // TODO: translate the following.
63 // 'menu.export' => 'Export',
64 'menu.clients' => 'Clients',
65 // TODO: translate the following.
66 // 'menu.options' => 'Options',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
71 // 'footer.credits' => 'Credits',
72 // 'footer.license' => 'License',
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 'error.db' => 'Error de la base de dades.',
81 'error.field' => 'Dada "{0}" incorrecta.',
82 'error.empty' => 'L\\\'Arxiu "{0}" està buit.',
83 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".',
84 // TODO: translate the following.
85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
86 'error.project' => 'Sel·leccionar projecte.',
87 // TODO: translate the following.
88 // 'error.task' => 'Select task.',
89 'error.client' => 'Sel·leccionar client.',
90 // TODO: translate the following.
91 // 'error.report' => 'Select report.',
92 // 'error.record' => 'Select record.',
93 'error.auth' => 'Usuari o parula de pas incorrecta.',
94 // TODO: translate the following.
95 // 'error.user_exists' => 'User with this login already exists.',
96 'error.project_exists' => 'Ja existeix un projecte amb aquest nom.',
97 // TODO: translate the following.
98 // 'error.task_exists' => 'Task with this name already exists.',
99 // 'error.client_exists' => 'Client with this name already exists.',
100 // 'error.invoice_exists' => 'Invoice with this number already exists.',
101 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
102 // 'error.no_login' => 'No user with this login.',
103 'error.no_teams' => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.',
104 'error.upload' => 'Error pujant l\\\'arxiu.',
105 // TODO: translate the following.
106 // 'error.range_locked' => 'Date range is locked.',
107 // 'error.mail_send' => 'Error sending mail.',
108 // 'error.no_email' => 'No email associated with this login.',
109 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
110 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
111 // 'error.overlap' => 'Time interval overlaps with existing records.',
112 // 'error.future_date' => 'Date is in future.',
113
114 // Labels for buttons.
115 'button.login' => 'Iniciar sessió',
116 'button.now' => 'Ara',
117 'button.save' => 'Guardar',
118 // TODO: translate the following.
119 // 'button.copy' => 'Copy',
120 'button.cancel' => 'Cancel·lar',
121 'button.submit' => 'Enviar',
122 'button.add_user' => 'Agregar usuari',
123 'button.add_project' => 'Agregar projecte',
124 // TODO: translate the following.
125 // 'button.add_task' => 'Add task',
126 'button.add_client' => 'Agregar client',
127 // TODO: translate the following.
128 // 'button.add_invoice' => 'Add invoice',
129 // 'button.add_option' => 'Add option',
130 'button.add' => 'Agregar',
131 'button.generate' => 'Generar',
132 // TODO: translate the following.
133 // 'button.reset_password' => 'Reset password',
134 'button.send' => 'Enviar',
135 'button.send_by_email' => 'Enviar per correu',
136 'button.create_team' => 'Crear grup',
137 'button.export' => 'Exportar grup',
138 'button.import' => 'Importar grup',
139 // TODO: translate the following.
140 // 'button.close' => 'Close',
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.team_name' => 'Team name',
146 // 'label.address' => 'Address',
147 'label.currency' => 'Moneda',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 'label.person_name' => 'Nom',
152 'label.thing_name' => 'Nom',
153 // TODO: translate the following.
154 // 'label.login' => 'Login',
155 'label.password' => 'Paraula de pas',
156 'label.confirm_password' => 'Confirmar paraula de pas',
157 'label.email' => 'E-mail',
158 'label.cc' => 'Cc',
159 // TODO: translate the following.
160 // 'label.bcc' => 'Bcc',
161 'label.subject' => 'Assumpte',
162 'label.date' => 'Data',
163 'label.start_date' => 'Data d\\\'inici',
164 'label.end_date' => 'Data de fi',
165 'label.user' => 'Usuari',
166 'label.users' => 'Usuaris',
167 'label.client' => 'Client',
168 'label.clients' => 'Clients',
169 // TODO: translate the following.
170 // 'label.option' => 'Option',
171 'label.invoice' => 'Factura',
172 'label.project' => 'Projecte',
173 'label.projects' => 'Projectes',
174 // TODO: translate the following.
175 // 'label.task' => 'Task',
176 // 'label.tasks' => 'Tasks',
177 // 'label.description' => 'Description',
178 'label.start' => 'Inici',
179 'label.finish' => 'Fi',
180 'label.duration' => 'Durada',
181 'label.note' => 'Nota',
182 'label.notes' => 'Notes',
183 // TODO: translate the following.
184 // 'label.item' => 'Item',
185 // 'label.cost' => 'Cost',
186 // 'label.day_total' => 'Day total',
187 // 'label.week_total' => 'Week total',
188 // 'label.month_total' => 'Month total',
189 // 'label.today' => 'Today',
190 // 'label.total_hours' => 'Total hours',
191 // 'label.total_cost' => 'Total cost',
192 // 'label.view' => 'View',
193 'label.edit' => 'Modificar',
194 'label.delete' => 'Eliminar',
195 'label.configure' => 'Configurar',
196 'label.select_all' => 'Seleccionar tots',
197 'label.select_none' => 'Treure totes las seleccions',
198 // TODO: translate the following.
199 // 'label.day_view' => 'Day view',
200 // 'label.week_view' => 'Week view',
201 // 'label.id' => 'ID',
202 // 'label.language' => 'Language',
203 // 'label.decimal_mark' => 'Decimal mark',
204 // 'label.date_format' => 'Date format',
205 // 'label.time_format' => 'Time format',
206 // 'label.week_start' => 'First day of week',
207 'label.comment' => 'Comentari',
208 'label.status' => 'Estat',
209 'label.tax' => 'Impost',
210 // TODO: translate the following.
211 // 'label.subtotal' => 'Subtotal',
212 // 'label.total' => 'Total',
213 // 'label.client_name' => 'Client name',
214 // 'label.client_address' => 'Client address',
215 'label.or' => 'o',
216 // TODO: translate the following.
217 // 'label.error' => 'Error',
218 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
219 'label.required_fields' => '* camps requerits',
220 'label.on_behalf' => 'a nom de',
221 'label.role_manager' => '(manejador)',
222 'label.role_comanager' => '(auxiliar del manejador)',
223 'label.role_admin' => '(administrador)',
224 // TODO: translate the following.
225 // 'label.page' => 'Page',
226 // 'label.condition' => 'Condition',
227 // 'label.yes' => 'yes',
228 // 'label.no' => 'no',
229 // Labels for plugins (extensions to Time Tracker that provide additional features).
230 // TODO: translate the following.
231 // 'label.custom_fields' => 'Custom fields',
232 // 'label.monthly_quotas' => 'Monthly quotas',
233 // 'label.type' => 'Type',
234 // 'label.type_dropdown' => 'dropdown',
235 // 'label.type_text' => 'text',
236 // 'label.required' => 'Required',
237 'label.fav_report' => 'Report favorit',
238 // TODO: translate the following.
239 // 'label.cron_schedule' => 'Cron schedule',
240 // 'label.what_is_it' => 'What is it?',
241 // 'label.expense' => 'Expense',
242 // 'label.quantity' => 'Quantity',
243 // 'label.paid_status' => 'Paid status',
244 // 'label.paid' => 'Paid',
245 // 'label.mark_paid' => 'Mark paid',
246 // 'label.week_note' => 'Week note',
247 // 'label.week_list' => 'Week list',
248
249 // Form titles.
250 // TODO: Improve titles for consistency, so that each title explains correctly what each
251 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
252 // Compare with English file to see how it is done there and do Catalan titles similarly.
253 // Specifically: Agregant vs Agregar, etc.
254 'title.login' => 'Sessió iniciada',
255 'title.teams' => 'Grups',
256 // TODO: translate the following.
257 // 'title.create_team' => 'Creating Team',
258 // 'title.edit_team' => 'Editing Team',
259 'title.delete_team' => 'Eliminar grup',
260 'title.reset_password' => 'Restablir paraula de pas',
261 // TODO: translate the following.
262 // 'title.change_password' => 'Changing Password',
263 // 'title.time' => 'Time',
264 // 'title.edit_time_record' => 'Editing Time Record',
265 // 'title.delete_time_record' => 'Deleting Time Record',
266 // 'title.expenses' => 'Expenses',
267 // 'title.edit_expense' => 'Editing Expense Item',
268 // 'title.delete_expense' => 'Deleting Expense Item',
269 // 'title.predefined_expenses' => 'Predefined Expenses',
270 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
271 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
272 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
273 'title.reports' => 'Informes',
274 'title.report' => 'Informe',
275 // TODO: translate the following.
276 // 'title.send_report' => 'Sending Report',
277 'title.invoice' => 'Factura',
278 // TODO: translate the following.
279 // 'title.send_invoice' => 'Sending Invoice',
280 // 'title.charts' => 'Charts',
281 'title.projects' => 'Projectes',
282 'title.add_project' => 'Agregant projecte',
283 'title.edit_project' => 'Modificant projecte',
284 'title.delete_project' => 'Eliminant projecte',
285 // 'title.tasks' => 'Tasks',
286 // 'title.add_task' => 'Adding Task',
287 // 'title.edit_task' => 'Editing Task',
288 // 'title.delete_task' => 'Deleting Task',
289 'title.users' => 'Usuaris',
290 // TODO: translate the following.
291 // 'title.add_user' => 'Adding User',
292 // 'title.edit_user' => 'Editing User',
293 // 'title.delete_user' => 'Deleting User',
294 'title.clients' => 'Clients',
295 'title.add_client' => 'Agregar client',
296 'title.edit_client' => 'Modificar client',
297 'title.delete_client' => 'Eliminar client',
298 'title.invoices' => 'Factures',
299 // TODO: translate the following.
300 // 'title.add_invoice' => 'Adding Invoice',
301 // 'title.view_invoice' => 'Viewing Invoice',
302 // 'title.delete_invoice' => 'Deleting Invoice',
303 // 'title.notifications' => 'Notifications',
304 // 'title.add_notification' => 'Adding Notification',
305 // 'title.edit_notification' => 'Editing Notification',
306 // 'title.delete_notification' => 'Deleting Notification',
307 // 'title.monthly_quotas' => 'Monthly Quotas',
308 // 'title.export' => 'Exporting Team Data',
309 // 'title.import' => 'Importing Team Data',
310 // 'title.options' => 'Options',
311 'title.profile' => 'Perfil',
312 // TODO: translate the following.
313 // 'title.cf_custom_fields' => 'Custom Fields',
314 // 'title.cf_add_custom_field' => 'Adding Custom Field',
315 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
316 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
317 // 'title.cf_dropdown_options' => 'Dropdown Options',
318 // 'title.cf_add_dropdown_option' => 'Adding Option',
319 // 'title.cf_edit_dropdown_option' => 'Editing Option',
320 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
321 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
322 // It is also a name for the Locking plugin on the Team profile page.
323 // 'title.locking' => 'Locking',
324 // 'title.week_view' => 'Week View',
325
326 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
327 // Strings that are used in a single form must go to the specific form section.
328 'dropdown.all' => '--- tots ---',
329 'dropdown.no' => '--- no ---',
330 'dropdown.current_day' => 'avui',
331 'dropdown.previous_day' => 'ahir',
332 'dropdown.selected_day' => 'dia',
333 'dropdown.current_week' => 'aquestat setmana',
334 'dropdown.previous_week' => 'la setmana passada',
335 'dropdown.selected_week' => 'setmana',
336 'dropdown.current_month' => 'aquest mes',
337 'dropdown.previous_month' => 'el mes passat',
338 'dropdown.selected_month' => 'mes',
339 // TODO: translate the following.
340 // 'dropdown.current_year' => 'this year',
341 // 'dropdown.previous_year' => 'previous year',
342 // 'dropdown.selected_year' => 'year',
343 // 'dropdown.all_time' => 'all time',
344 'dropdown.projects' => 'projectes',
345 // TODO: translate the following.
346 // 'dropdown.tasks' => 'tasks',
347 'dropdown.clients' => 'clients',
348 // TODO: translate the following.
349 // 'dropdown.select' => '--- select ---',
350 // 'dropdown.select_invoice' => '--- select invoice ---',
351 'dropdown.status_active' => 'actiu',
352 // TODO: translate the following.
353 // 'dropdown.status_inactive' => 'inactive',
354 // 'dropdown.delete'=>'delete',
355 // 'dropdown.do_not_delete'=>'do not delete',
356 // 'dropdown.paid' => 'paid',
357 // 'dropdown.not_paid' => 'not paid',
358
359 // Login form. See example at https://timetracker.anuko.com/login.php.
360 'form.login.forgot_password' => '¿Ha oblidat la seva paraula de pas?',
361 // TODO: translate the following.
362 // '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.',
363
364 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
365 'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.', // TODO: add "by email" to match the English string.
366 'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
367 // TODO: translate the following.
368 // '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",
369
370 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
371 'form.change_password.tip' => 'Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar.',
372
373 // Time form. See example at https://timetracker.anuko.com/time.php.
374 // TODO: translate the following.
375 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
376 'form.time.billable' => 'Facturable',
377 // TODO: translate the following.
378 // 'form.time.uncompleted' => 'Uncompleted',
379 // 'form.time.remaining_quota' => 'Remaining quota',
380 // 'form.time.over_quota' => 'Over quota',
381
382 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
383 // TODO: translate the following.
384 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
385
386 // Week view form. See example at https://timetracker.anuko.com/week.php.
387 // TODO: translate the following.
388 // 'form.week.new_entry' => 'New entry',
389
390 // Reports form. See example at https://timetracker.anuko.com/reports.php
391 'form.reports.save_as_favorite' => 'Guardar com a favorit',
392 // TODO: translate the following.
393 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
394 'form.reports.include_billable' => 'facturable',
395 'form.reports.include_not_billable' => 'no facturable',
396 // TODO: translate the following.
397 // 'form.reports.include_invoiced' => 'invoiced',
398 // 'form.reports.include_not_invoiced' => 'not invoiced',
399 'form.reports.select_period' => 'Seleccionar període de temps',
400 'form.reports.set_period' => 'o establir dates',
401 'form.reports.show_fields' => 'Mostrar camps',
402 'form.reports.group_by' => 'Agrupar per',
403 'form.reports.group_by_no' => '--- no agrupar ---',
404 'form.reports.group_by_date' => 'data',
405 'form.reports.group_by_user' => 'usuari',
406 // TODO: translate the following.
407 // 'form.reports.group_by_client' => 'client',
408 'form.reports.group_by_project' => 'projecte',
409 // TODO: translate the following.
410 // 'form.reports.group_by_task' => 'task',
411 'form.reports.totals_only' => 'Només totals',
412
413 // Report form. See example at https://timetracker.anuko.com/report.php
414 // (after generating a report at https://timetracker.anuko.com/reports.php).
415 'form.report.export' => 'Exportar',
416 // TODO: translate the following.
417 // 'form.report.assign_to_invoice' => 'Assign to invoice',
418
419 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
420 // (you can get to this form after generating a report).
421 // TODO: translate the following.
422 // 'form.invoice.number' => 'Invoice number',
423 // 'form.invoice.person' => 'Person',
424 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
425 // 'form.invoice.invoice_entries' => 'Invoice entries',
426 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
427
428 // Charts form. See example at https://timetracker.anuko.com/charts.php
429 // TODO: translate the following.
430 // 'form.charts.interval' => 'Interval',
431 // 'form.charts.chart' => 'Chart',
432
433 // Projects form. See example at https://timetracker.anuko.com/projects.php
434 // TODO: translate the following.
435 // 'form.projects.active_projects' => 'Active Projects',
436 // 'form.projects.inactive_projects' => 'Inactive Projects',
437
438 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
439 // TODO: translate the following.
440 // 'form.tasks.active_tasks' => 'Active Tasks',
441 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
442
443 // Users form. See example at https://timetracker.anuko.com/users.php
444 // TODO: translate the following.
445 // 'form.users.active_users' => 'Active Users',
446 // 'form.users.inactive_users' => 'Inactive Users',
447 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
448 // 'form.users.role' => 'Role',
449 // 'form.users.manager' => 'Manager',
450 // 'form.users.comanager' => 'Co-manager',
451 // 'form.users.rate' => 'Rate',
452 // 'form.users.default_rate' => 'Default hourly rate',
453
454 // Clients form. See example at https://timetracker.anuko.com/clients.php
455 // TODO: translate the following.
456 // 'form.clients.active_clients' => 'Active Clients',
457 // 'form.clients.inactive_clients' => 'Inactive Clients',
458
459 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
460 // TODO: translate the following.
461 // 'form.client.client_to_delete' => 'Client to delete',
462 // 'form.client.client_entries' => 'Client entries',
463
464 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
465 // TODO: translate the following.
466 // '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.',
467 // 'form.export.compression' => 'Compression',
468 // 'form.export.compression_none' => 'none',
469 // 'form.export.compression_bzip' => 'bzip',
470
471 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
472 // TODO: translate the following.
473 // 'form.import.hint' => 'Import team data from an xml file.',
474 // 'form.import.file' => 'Select file',
475 // 'form.import.success' => 'Import completed successfully.',
476
477 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
478 'form.teams.hint' => '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 login).',
479
480
481
482 // TODO: refactoring ongoing down from here.
483
484 // my time form attributes
485 "form.mytime.title" => 'El meu temps',
486 "form.mytime.edit_title" => 'Modificant l\\\'historial de temps',
487 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
488 "form.mytime.time_form" => ' (hh:mm)',
489 "form.mytime.total" => 'Hores totals: ',
490 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
491 "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.',
492
493 // people form attributes
494 "form.people.ppl_str" => 'Persones',
495 "form.people.createu_str" => 'Creant nou usuari',
496 "form.people.edit_str" => 'Modificant usuari',
497 "form.people.del_str" => 'Eliminant usuari',
498 "form.people.th.email" => 'e-mail',
499 "form.people.th.role" => 'Rol',
500 "form.people.th.rate" => 'Taxa',
501 "form.people.manager" => 'Manejador',
502 "form.people.comanager" => 'Auxiliar del manejador',
503
504 "form.people.rate" => 'Taxa per defecte en hores',
505 "form.people.comanager" => 'Auxiliar del manejador',
506
507 // report attributes
508 "form.report.totals_only" => 'Només totals',
509 "form.report.total" => 'Hores Totals',
510
511 // mail form attributes
512 "form.mail.from" => 'De',
513 "form.mail.to" => 'Per a',
514 "form.mail.above" => 'Enviar aquest report por e-mail',
515 // Note to translators: this string needs to be translated.
516 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
517 "form.mail.sending_str" => '<b>Missatge enviat</b>',
518
519 // invoice attributes
520 "form.invoice.above" => 'Informació addicional per factura',
521 "form.invoice.select_cust" => 'Seleccioni el client',
522 "form.invoice.fillform" => 'Empleni els camps',
523 "form.invoice.number" => 'Número de factura',
524 "form.invoice.th.username" => 'Persona',
525 "form.invoice.th.time" => 'Hores',
526 "form.invoice.th.rate" => 'Taxa',
527 "form.invoice.th.summ" => 'Quantitat',
528 "form.invoice.subtotal" => 'Subtotal',
529 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
530 "form.invoice.sending_str" => '<b>Factura enviada</b>',
531
532 "form.migration.zip" => 'Comprimir',
533 "form.migration.file" => 'Sel·leccioni l\\\'arxiu',
534 "form.migration.import.title" => 'Importar dades',
535 "form.migration.import.success" => 'Importació finalitzada amb èxit',
536 "form.migration.import.text" => 'Importar dades del grup des d\\\'un arxiu xml',
537 "form.migration.export.title" => 'Exportar dades',
538 "form.migration.export.success" => 'Exportació finalitzada amb èxit',
539 "form.migration.export.text" => 'Vosté pot exportar totes les dades del grup dins d\\\'un archivo xml. Això pot ser útil si necessita migrar dades al seu propi servidor.',
540 );