Some more renaming.
[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 = 'Catalan (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_group' => 'Create Group',
50 'menu.profile' => 'Perfil',
51 // TODO: translate the following.
52 // 'menu.group' => 'Group',
53 'menu.time' => 'Temps',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Informes',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Projectes',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 'menu.users' => 'Usuaris',
63 'menu.groups' => 'Grups',
64 // TODO: translate the following.
65 // 'menu.export' => 'Export',
66 'menu.clients' => 'Clients',
67 'menu.options' => 'Opcions',
68
69 // Footer - strings on the bottom of most pages.
70 // TODO: translate the following.
71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
72 // 'footer.credits' => 'Credits',
73 // 'footer.license' => 'License',
74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
75                                      // This is a link to a webpage that describes how to contribute to the project.
76
77 // Error messages.
78 // TODO: translate the following.
79 // 'error.access_denied' => 'Access denied.',
80 // 'error.sys' => 'System error.',
81 'error.db' => 'Error de la base de dades.',
82 // TODO: translate the following.
83 // 'error.feature_disabled' => 'Feature is disabled.',
84 'error.field' => 'Dada "{0}" incorrecta.',
85 'error.empty' => 'L\\\'Arxiu "{0}" està buit.',
86 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".',
87 // TODO: translate the following.
88 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
89 'error.project' => 'Sel·leccionar projecte.',
90 // TODO: translate the following.
91 // 'error.task' => 'Select task.',
92 'error.client' => 'Sel·leccionar client.',
93 // TODO: translate the following.
94 // 'error.report' => 'Select report.',
95 // 'error.record' => 'Select record.',
96 'error.auth' => 'Usuari o parula de pas incorrecta.',
97 // TODO: translate the following.
98 // 'error.user_exists' => 'User with this login already exists.',
99 // 'error.object_exists' => 'Object with this name already exists.',
100 'error.project_exists' => 'Ja existeix un projecte amb aquest nom.',
101 // TODO: translate the following.
102 // 'error.task_exists' => 'Task with this name already exists.',
103 // 'error.client_exists' => 'Client with this name already exists.',
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // 'error.role_exists' => 'Role with this rank already exists.',
106 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
107 // 'error.no_login' => 'No user with this login.',
108 'error.no_groups' => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.',
109 'error.upload' => 'Error pujant l\\\'arxiu.',
110 // TODO: translate the following.
111 // 'error.range_locked' => 'Date range is locked.',
112 // 'error.mail_send' => 'Error sending mail.',
113 // 'error.no_email' => 'No email associated with this login.',
114 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
115 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
116 // 'error.overlap' => 'Time interval overlaps with existing records.',
117 // 'error.future_date' => 'Date is in future.',
118
119 // Labels for buttons.
120 'button.login' => 'Iniciar sessió',
121 'button.now' => 'Ara',
122 'button.save' => 'Guardar',
123 'button.copy' => 'Copiar',
124 'button.cancel' => 'Cancel·lar',
125 'button.submit' => 'Enviar',
126 'button.add' => 'Agregar',
127 'button.delete' => 'Eliminar',
128 'button.generate' => 'Generar',
129 // TODO: translate the following.
130 // 'button.reset_password' => 'Reset password',
131 'button.send' => 'Enviar',
132 'button.send_by_email' => 'Enviar per correu',
133 'button.create_group' => 'Crear grup',
134 'button.export' => 'Exportar grup',
135 'button.import' => 'Importar grup',
136 // TODO: translate the following.
137 // 'button.close' => 'Close',
138 // 'button.stop' => 'Stop',
139
140 // Labels for controls on forms. Labels in this section are used on multiple forms.
141 // TODO: translate the following.
142 // 'label.group_name' => 'Group name',
143 // 'label.address' => 'Address',
144 'label.currency' => 'Moneda',
145 // TODO: translate the following.
146 // 'label.manager_name' => 'Manager name',
147 // 'label.manager_login' => 'Manager login',
148 'label.person_name' => 'Nom',
149 'label.thing_name' => 'Nom',
150 // TODO: translate the following.
151 // 'label.login' => 'Login',
152 'label.password' => 'Paraula de pas',
153 'label.confirm_password' => 'Confirmar paraula de pas',
154 'label.email' => 'E-mail',
155 'label.cc' => 'Cc',
156 // TODO: translate the following.
157 // 'label.bcc' => 'Bcc',
158 'label.subject' => 'Assumpte',
159 'label.date' => 'Data',
160 'label.start_date' => 'Data d\\\'inici',
161 'label.end_date' => 'Data de fi',
162 'label.user' => 'Usuari',
163 'label.users' => 'Usuaris',
164 // TODO: translate the following.
165 // 'label.roles' => 'Roles',
166 'label.client' => 'Client',
167 'label.clients' => 'Clients',
168 'label.option' => 'Opció',
169 'label.invoice' => 'Factura',
170 'label.project' => 'Projecte',
171 'label.projects' => 'Projectes',
172 // TODO: translate the following.
173 // 'label.task' => 'Task',
174 // 'label.tasks' => 'Tasks',
175 // 'label.description' => 'Description',
176 'label.start' => 'Inici',
177 'label.finish' => 'Fi',
178 'label.duration' => 'Durada',
179 'label.note' => 'Nota',
180 'label.notes' => 'Notes',
181 // TODO: translate the following.
182 // 'label.item' => 'Item',
183 // 'label.cost' => 'Cost',
184 // 'label.ip' => 'IP',
185 // 'label.day_total' => 'Day total',
186 // 'label.week_total' => 'Week total',
187 // 'label.month_total' => 'Month total',
188 'label.today' => 'Avui',
189 // 'label.view' => 'View',
190 'label.edit' => 'Modificar',
191 'label.delete' => 'Eliminar',
192 'label.configure' => 'Configurar',
193 'label.select_all' => 'Seleccionar tots',
194 'label.select_none' => 'Treure totes las seleccions',
195 // TODO: translate the following.
196 // 'label.day_view' => 'Day view',
197 // 'label.week_view' => 'Week view',
198 // 'label.id' => 'ID',
199 // 'label.language' => 'Language',
200 // 'label.decimal_mark' => 'Decimal mark',
201 // 'label.date_format' => 'Date format',
202 // 'label.time_format' => 'Time format',
203 // 'label.week_start' => 'First day of week',
204 'label.comment' => 'Comentari',
205 'label.status' => 'Estat',
206 'label.tax' => 'Impost',
207 'label.subtotal' => 'Subtotal',
208 'label.total' => 'Total',
209 // TODO: translate the following.
210 // 'label.client_name' => 'Client name',
211 // 'label.client_address' => 'Client address',
212 'label.or' => 'o',
213 // TODO: translate the following.
214 // 'label.error' => 'Error',
215 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
216 'label.required_fields' => '* camps requerits',
217 'label.on_behalf' => 'a nom de',
218 'label.role_manager' => '(manejador)',
219 'label.role_comanager' => '(auxiliar del manejador)',
220 'label.role_admin' => '(administrador)',
221 // TODO: translate the following.
222 // 'label.page' => 'Page',
223 // 'label.condition' => 'Condition',
224 // 'label.yes' => 'yes',
225 // 'label.no' => 'no',
226 // Labels for plugins (extensions to Time Tracker that provide additional features).
227 // TODO: translate the following.
228 // 'label.custom_fields' => 'Custom fields',
229 // 'label.monthly_quotas' => 'Monthly quotas',
230 // 'label.type' => 'Type',
231 // 'label.type_dropdown' => 'dropdown',
232 // 'label.type_text' => 'text',
233 // 'label.required' => 'Required',
234 'label.fav_report' => 'Report favorit',
235 // TODO: translate the following.
236 // 'label.schedule' => 'Schedule',
237 // 'label.what_is_it' => 'What is it?',
238 // 'label.expense' => 'Expense',
239 'label.quantity' => 'Quantitat',
240 // TODO: translate the following.
241 // 'label.paid_status' => 'Paid status',
242 // 'label.paid' => 'Paid',
243 // 'label.mark_paid' => 'Mark paid',
244 // 'label.week_note' => 'Week note',
245 // 'label.week_list' => 'Week list',
246
247 // Form titles.
248 // TODO: Improve titles for consistency, so that each title explains correctly what each
249 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
250 // Compare with English file to see how it is done there and do Catalan titles similarly.
251 // Specifically: Agregant vs Agregar, etc.
252 'title.login' => 'Sessió iniciada',
253 'title.groups' => 'Grups',
254 // TODO: translate the following.
255 // 'title.create_group' => 'Creating Group',
256 // 'title.edit_group' => 'Editing Group',
257 'title.delete_group' => 'Eliminar grup',
258 'title.reset_password' => 'Restablir paraula de pas',
259 // TODO: translate the following.
260 // 'title.change_password' => 'Changing Password',
261 'title.time' => 'Temps',
262 'title.edit_time_record' => 'Modificant l\\\'historial de temps',
263 'title.delete_time_record' => 'Eliminant l\\\'historial de temps',
264 // TODO: translate the following.
265 // 'title.expenses' => 'Expenses',
266 // 'title.edit_expense' => 'Editing Expense Item',
267 // 'title.delete_expense' => 'Deleting Expense Item',
268 // 'title.predefined_expenses' => 'Predefined Expenses',
269 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
270 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
271 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
272 'title.reports' => 'Informes',
273 'title.report' => 'Informe',
274 // TODO: translate the following.
275 // 'title.send_report' => 'Sending Report',
276 'title.invoice' => 'Factura',
277 // TODO: translate the following.
278 // 'title.send_invoice' => 'Sending Invoice',
279 // 'title.charts' => 'Charts',
280 'title.projects' => 'Projectes',
281 'title.add_project' => 'Agregant projecte',
282 'title.edit_project' => 'Modificant projecte',
283 'title.delete_project' => 'Eliminant projecte',
284 // TODO: translate the following.
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 'title.add_user' => 'Agregant usuari',
291 'title.edit_user' => 'Modificant usuari',
292 'title.delete_user' => 'Eliminant usuari',
293 // TODO: translate the following.
294 // 'title.roles' => 'Roles',
295 // 'title.add_role' => 'Adding Role',
296 // 'title.edit_role' => 'Editing Role',
297 // 'title.delete_role' => 'Deleting Role',
298 'title.clients' => 'Clients',
299 'title.add_client' => 'Agregar client',
300 'title.edit_client' => 'Modificar client',
301 'title.delete_client' => 'Eliminar client',
302 'title.invoices' => 'Factures',
303 // TODO: translate the following.
304 // 'title.add_invoice' => 'Adding Invoice',
305 // 'title.view_invoice' => 'Viewing Invoice',
306 // 'title.delete_invoice' => 'Deleting Invoice',
307 // 'title.notifications' => 'Notifications',
308 // 'title.add_notification' => 'Adding Notification',
309 // 'title.edit_notification' => 'Editing Notification',
310 // 'title.delete_notification' => 'Deleting Notification',
311 // 'title.monthly_quotas' => 'Monthly Quotas',
312 // 'title.export' => 'Exporting Team Data',
313 // 'title.import' => 'Importing Team Data',
314 'title.options' => 'Opcions',
315 'title.profile' => 'Perfil',
316 // TODO: translate the following.
317 // 'title.group' => 'Group Settings',
318 // 'title.cf_custom_fields' => 'Custom Fields',
319 // 'title.cf_add_custom_field' => 'Adding Custom Field',
320 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
321 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
322 // 'title.cf_dropdown_options' => 'Dropdown Options',
323 // 'title.cf_add_dropdown_option' => 'Adding Option',
324 // 'title.cf_edit_dropdown_option' => 'Editing Option',
325 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
326 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
327 // It is also a name for the Locking plugin on the Team profile page.
328 // 'title.locking' => 'Locking',
329 // 'title.week_view' => 'Week View',
330 // 'title.swap_roles' => 'Swapping Roles',
331
332 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
333 // Strings that are used in a single form must go to the specific form section.
334 'dropdown.all' => '--- tots ---',
335 'dropdown.no' => '--- no ---',
336 'dropdown.current_day' => 'avui',
337 'dropdown.previous_day' => 'ahir',
338 'dropdown.selected_day' => 'dia',
339 'dropdown.current_week' => 'aquestat setmana',
340 'dropdown.previous_week' => 'la setmana passada',
341 'dropdown.selected_week' => 'setmana',
342 'dropdown.current_month' => 'aquest mes',
343 'dropdown.previous_month' => 'el mes passat',
344 'dropdown.selected_month' => 'mes',
345 // TODO: translate the following.
346 // 'dropdown.current_year' => 'this year',
347 // 'dropdown.previous_year' => 'previous year',
348 // 'dropdown.selected_year' => 'year',
349 // 'dropdown.all_time' => 'all time',
350 'dropdown.projects' => 'projectes',
351 // TODO: translate the following.
352 // 'dropdown.tasks' => 'tasks',
353 'dropdown.clients' => 'clients',
354 // TODO: translate the following.
355 // 'dropdown.select' => '--- select ---',
356 // 'dropdown.select_invoice' => '--- select invoice ---',
357 'dropdown.status_active' => 'actiu',
358 // TODO: translate the following.
359 // 'dropdown.status_inactive' => 'inactive',
360 // 'dropdown.delete' => 'delete',
361 // 'dropdown.do_not_delete' => 'do not delete',
362 // 'dropdown.paid' => 'paid',
363 // 'dropdown.not_paid' => 'not paid',
364
365 // Login form. See example at https://timetracker.anuko.com/login.php.
366 'form.login.forgot_password' => '¿Ha oblidat la seva paraula de pas?',
367 // TODO: translate the following.
368 // '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.',
369
370 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
371 'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.', // TODO: add "by email" to match the English string.
372 'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
373 // TODO: translate the following.
374 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
375
376 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
377 'form.change_password.tip' => 'Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar.',
378
379 // Time form. See example at https://timetracker.anuko.com/time.php.
380 'form.time.duration_format' => '(hh:mm o 0.0h)',
381 'form.time.billable' => 'Facturable',
382 // TODO: translate the following.
383 // 'form.time.uncompleted' => 'Uncompleted',
384 // 'form.time.remaining_quota' => 'Remaining quota',
385 // 'form.time.over_quota' => 'Over quota',
386
387 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
388 'form.time_edit.uncompleted' => 'Aquest historial s\\\'ha guardat únicament amb l\\\'hora d\\\'inici. Aixó no és un error.',
389
390 // Week view form. See example at https://timetracker.anuko.com/week.php.
391 // TODO: translate the following.
392 // 'form.week.new_entry' => 'New entry',
393
394 // Reports form. See example at https://timetracker.anuko.com/reports.php
395 'form.reports.save_as_favorite' => 'Guardar com a favorit',
396 // TODO: translate the following.
397 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
398 'form.reports.include_billable' => 'facturable',
399 'form.reports.include_not_billable' => 'no facturable',
400 // TODO: translate the following.
401 // 'form.reports.include_invoiced' => 'invoiced',
402 // 'form.reports.include_not_invoiced' => 'not invoiced',
403 'form.reports.select_period' => 'Seleccionar període de temps',
404 'form.reports.set_period' => 'o establir dates',
405 'form.reports.show_fields' => 'Mostrar camps',
406 'form.reports.group_by' => 'Agrupar per',
407 'form.reports.group_by_no' => '--- no agrupar ---',
408 'form.reports.group_by_date' => 'data',
409 'form.reports.group_by_user' => 'usuari',
410 // TODO: translate the following.
411 // 'form.reports.group_by_client' => 'client',
412 'form.reports.group_by_project' => 'projecte',
413 // TODO: translate the following.
414 // 'form.reports.group_by_task' => 'task',
415 'form.reports.totals_only' => 'Només totals',
416
417 // Report form. See example at https://timetracker.anuko.com/report.php
418 // (after generating a report at https://timetracker.anuko.com/reports.php).
419 'form.report.export' => 'Exportar',
420 // TODO: translate the following.
421 // 'form.report.assign_to_invoice' => 'Assign to invoice',
422
423 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
424 // (you can get to this form after generating a report).
425 'form.invoice.number' => 'Número de factura',
426 'form.invoice.person' => 'Persona',
427
428 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
429 // TODO: translate the following.
430 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
431 // 'form.invoice.invoice_entries' => 'Invoice entries',
432 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
433
434 // Charts form. See example at https://timetracker.anuko.com/charts.php
435 // TODO: translate the following.
436 // 'form.charts.interval' => 'Interval',
437 // 'form.charts.chart' => 'Chart',
438
439 // Projects form. See example at https://timetracker.anuko.com/projects.php
440 // TODO: translate the following.
441 // 'form.projects.active_projects' => 'Active Projects',
442 // 'form.projects.inactive_projects' => 'Inactive Projects',
443
444 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
445 // TODO: translate the following.
446 // 'form.tasks.active_tasks' => 'Active Tasks',
447 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
448
449 // Users form. See example at https://timetracker.anuko.com/users.php
450 // TODO: translate the following.
451 // 'form.users.active_users' => 'Active Users',
452 // 'form.users.inactive_users' => 'Inactive Users',
453 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
454 'form.users.role' => 'Rol',
455 'form.users.manager' => 'Manejador',
456 'form.users.comanager' => 'Auxiliar del manejador',
457 'form.users.rate' => 'Taxa',
458 'form.users.default_rate' => 'Taxa per defecte per hora',
459
460 // Roles form. See example at https://timetracker.anuko.com/roles.php
461 // TODO: translate the following.
462 // 'form.roles.active_roles' => 'Active Roles',
463 // 'form.roles.inactive_roles' => 'Inactive Roles',
464 // 'form.roles.rank' => 'Rank',
465 // 'form.roles.rights' => 'Rights',
466 // 'form.roles.assigned' => 'Assigned',
467 // 'form.roles.not_assigned' => 'Not assigned',
468
469 // Clients form. See example at https://timetracker.anuko.com/clients.php
470 // TODO: translate the following.
471 // 'form.clients.active_clients' => 'Active Clients',
472 // 'form.clients.inactive_clients' => 'Inactive Clients',
473
474 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
475 // TODO: translate the following.
476 // 'form.client.client_to_delete' => 'Client to delete',
477 // 'form.client.client_entries' => 'Client entries',
478
479 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
480 'form.export.hint' => '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.',
481 'form.export.compression' => 'Compressió',
482 // TODO: translate the following.
483 // 'form.export.compression_none' => 'none',
484 // 'form.export.compression_bzip' => 'bzip',
485
486 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
487 'form.import.hint' => 'Importar dades del grup des d\\\'un arxiu xml.',
488 'form.import.file' => 'Sel·leccioni l\\\'arxiu',
489 'form.import.success' => 'Importació finalitzada amb èxit.',
490
491 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
492 '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).',
493
494 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
495 // TODO: translate the following.
496 // 'form.profile.swap_roles' => 'Swap roles',
497 // 'form.profile.12_hours' => '12 hours',
498 // 'form.profile.24_hours' => '24 hours',
499 // 'form.profile.show_holidays' => 'Show holidays',
500 // 'form.profile.tracking_mode' => 'Tracking mode',
501 // 'form.profile.mode_time' => 'time',
502 // 'form.profile.mode_projects' => 'projects',
503 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
504 // 'form.profile.record_type' => 'Record type',
505 // 'form.profile.type_all' => 'all',
506 // 'form.profile.type_start_finish' => 'start and finish',
507 // 'form.profile.type_duration' => 'duration',
508 // 'form.profile.punch_mode' => 'Punch mode',
509 // 'form.profile.allow_overlap' => 'Allow overlap',
510 // 'form.profile.future_entries' => 'Future entries',
511 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
512 // 'form.profile.allow_ip' => 'Allow IP',
513 // 'form.profile.plugins' => 'Plugins',
514
515 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
516 'form.mail.from' => 'De',
517 'form.mail.to' => 'Per a',
518 // TODO: translate the following.
519 // 'form.mail.report_subject' => 'Time Tracker Report',
520 // 'form.mail.footer' => '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.',
521 // 'form.mail.report_sent' => 'Report sent.',
522 'form.mail.invoice_sent' => 'Factura enviada.',
523
524 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
525 // TODO: translate the following.
526 // 'form.quota.year' => 'Year',
527 // 'form.quota.month' => 'Month',
528 // 'form.quota.quota' => 'Quota',
529 // 'form.quota.workday_hours' => 'Hours in work day',
530 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
531
532 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
533 // TODO: translate the following.
534 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
535 // 'form.swap.swap_with' => 'Swap roles with',
536
537 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
538 // TODO: translate the following.
539 // 'role.user.label' => 'User',
540 // 'role.user.low_case_label' => 'user',
541 // 'role.user.description' => 'A regular member without management rights.',
542 // 'role.client.label' => 'Client',
543 // 'role.client.low_case_label' => 'client',
544 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
545 // 'role.supervisor.label' => 'Supervisor',
546 // 'role.supervisor.low_case_label' => 'supervisor',
547 // 'role.supervisor.description' => 'A person with a small set of management rights.',
548 // 'role.comanager.label' => 'Co-manager',
549 // 'role.comanager.low_case_label' => 'co-manager',
550 // 'role.comanager.description' => 'A person with a big set of management functions.',
551 // 'role.manager.label' => 'Manager',
552 // 'role.manager.low_case_label' => 'manager',
553 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
554 // 'role.top_manager.label' => 'Top manager',
555 // 'role.top_manager.low_case_label' => 'top manager',
556 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
557 // 'role.admin.label' => 'Administrator',
558 // 'role.admin.low_case_label' => 'administrator',
559 // 'role.admin.description' => 'Site adminsitrator.',
560 );