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