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