More recycling.
[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' => 'Users',
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 // TODO: translate the following.
164 // 'label.start_date' => 'Start date',
165 // 'label.end_date' => 'End date',
166 // 'label.user' => 'User',
167 // 'label.users' => 'Users',
168 'label.client' => 'Client',
169 'label.clients' => 'Clients',
170 // TODO: translate the following.
171 // 'label.option' => 'Option',
172 'label.invoice' => 'Factura',
173 'label.project' => 'Projecte',
174 'label.projects' => 'Projectes',
175 // TODO: translate the following.
176 // 'label.task' => 'Task',
177 // 'label.tasks' => 'Tasks',
178 // 'label.description' => 'Description',
179 'label.start' => 'Inici',
180 'label.finish' => 'Fi',
181 'label.duration' => 'Durada',
182 'label.note' => 'Nota',
183 'label.notes' => 'Notes',
184 // TODO: translate the following.
185 // 'label.item' => 'Item',
186 // 'label.cost' => 'Cost',
187 // 'label.day_total' => 'Day total',
188 // 'label.week_total' => 'Week total',
189 // 'label.month_total' => 'Month total',
190 // 'label.today' => 'Today',
191 // 'label.total_hours' => 'Total hours',
192 // 'label.total_cost' => 'Total cost',
193 // 'label.view' => 'View',
194 'label.edit' => 'Modificar',
195 'label.delete' => 'Eliminar',
196 'label.configure' => 'Configurar',
197 // TODO: translate the following.
198 // 'label.select_all' => 'Select all',
199 // 'label.select_none' => 'Deselect all',
200 // 'label.day_view' => 'Day view',
201 // 'label.week_view' => 'Week view',
202 // 'label.id' => 'ID',
203 // 'label.language' => 'Language',
204 // 'label.decimal_mark' => 'Decimal mark',
205 // 'label.date_format' => 'Date format',
206 // 'label.time_format' => 'Time format',
207 // 'label.week_start' => 'First day of week',
208 'label.comment' => 'Comentari',
209 'label.status' => 'Estat',
210 'label.tax' => 'Impost',
211 // TODO: translate the following.
212 // 'label.subtotal' => 'Subtotal',
213 // 'label.total' => 'Total',
214 // 'label.client_name' => 'Client name',
215 // 'label.client_address' => 'Client address',
216 'label.or' => 'o',
217 // TODO: translate the following.
218 // 'label.error' => 'Error',
219 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
220 'label.required_fields' => '* camps requerits',
221 'label.on_behalf' => 'a nom de',
222 'label.role_manager' => '(manejador)',
223 'label.role_comanager' => '(auxiliar del manejador)',
224 'label.role_admin' => '(administrador)',
225 // TODO: translate the following.
226 // 'label.page' => 'Page',
227 // 'label.condition' => 'Condition',
228 // 'label.yes' => 'yes',
229 // 'label.no' => 'no',
230 // Labels for plugins (extensions to Time Tracker that provide additional features).
231 // TODO: translate the following.
232 // 'label.custom_fields' => 'Custom fields',
233 // 'label.monthly_quotas' => 'Monthly quotas',
234 // 'label.type' => 'Type',
235 // 'label.type_dropdown' => 'dropdown',
236 // 'label.type_text' => 'text',
237 // 'label.required' => 'Required',
238 'label.fav_report' => 'Report favorit',
239 // TODO: translate the following.
240 // 'label.cron_schedule' => 'Cron schedule',
241 // 'label.what_is_it' => 'What is it?',
242 // 'label.expense' => 'Expense',
243 // 'label.quantity' => 'Quantity',
244 // 'label.paid_status' => 'Paid status',
245 // 'label.paid' => 'Paid',
246 // 'label.mark_paid' => 'Mark paid',
247 // 'label.week_note' => 'Week note',
248 // 'label.week_list' => 'Week list',
249
250 // Form titles.
251 // TODO: Improve titles for consistency, so that each title explains correctly what each
252 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
253 // Compare with English file to see how it is done there and do Catalan titles similarly.
254 // Specifically: Agregant vs Agregar, etc.
255 'title.login' => 'Sessió iniciada',
256 'title.teams' => 'Grups',
257 // TODO: translate the following.
258 // 'title.create_team' => 'Creating Team',
259 // 'title.edit_team' => 'Editing Team',
260 'title.delete_team' => 'Eliminar grup',
261 'title.reset_password' => 'Restablir paraula de pas',
262 // TODO: translate the following.
263 // 'title.change_password' => 'Changing Password',
264 // 'title.time' => 'Time',
265 // 'title.edit_time_record' => 'Editing Time Record',
266 // 'title.delete_time_record' => 'Deleting Time Record',
267 // 'title.expenses' => 'Expenses',
268 // 'title.edit_expense' => 'Editing Expense Item',
269 // 'title.delete_expense' => 'Deleting Expense Item',
270 // 'title.predefined_expenses' => 'Predefined Expenses',
271 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
272 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
273 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
274 'title.reports' => 'Informes',
275 'title.report' => 'Informe',
276 // TODO: translate the following.
277 // 'title.send_report' => 'Sending Report',
278 'title.invoice' => 'Factura',
279 // TODO: translate the following.
280 // 'title.send_invoice' => 'Sending Invoice',
281 // 'title.charts' => 'Charts',
282 'title.projects' => 'Projectes',
283 'title.add_project' => 'Agregant projecte',
284 'title.edit_project' => 'Modificant projecte',
285 'title.delete_project' => 'Eliminant projecte',
286 // 'title.tasks' => 'Tasks',
287 // 'title.add_task' => 'Adding Task',
288 // 'title.edit_task' => 'Editing Task',
289 // 'title.delete_task' => 'Deleting Task',
290 // 'title.users' => 'Users',
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' => 'Profile',
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 // TODO: translate the following.
328 // 'dropdown.all' => '--- all ---',
329 // 'dropdown.no' => '--- no ---',
330 // 'dropdown.current_day' => 'today',
331 // 'dropdown.previous_day' => 'yesterday',
332 // 'dropdown.selected_day' => 'day',
333 // 'dropdown.current_week' => 'this week',
334 // 'dropdown.previous_week' => 'previous week',
335 // 'dropdown.selected_week' => 'week',
336 // 'dropdown.current_month' => 'this month',
337 // 'dropdown.previous_month' => 'previous month',
338 // 'dropdown.selected_month' => 'month',
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.',
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, 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",
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 // TODO: translate the following.
374 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
375 'form.time.billable' => 'Facturable',
376 // TODO: translate the following.
377 // 'form.time.uncompleted' => 'Uncompleted',
378 // 'form.time.remaining_quota' => 'Remaining quota',
379 // 'form.time.over_quota' => 'Over quota',
380
381 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
382 // TODO: translate the following.
383 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
384
385 // Week view form. See example at https://timetracker.anuko.com/week.php.
386 // TODO: translate the following.
387 // 'form.week.new_entry' => 'New entry',
388
389 // Reports form. See example at https://timetracker.anuko.com/reports.php
390 'form.reports.save_as_favorite' => 'Guardar com a favorit',
391 // TODO: translate the following.
392 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
393 'form.reports.include_billable' => 'facturable',
394 'form.reports.include_not_billable' => 'no facturable',
395 // TODO: translate the following.
396 // 'form.reports.include_invoiced' => 'invoiced',
397 // 'form.reports.include_not_invoiced' => 'not invoiced',
398 'form.reports.select_period' => 'Seleccionar període de temps',
399 'form.reports.set_period' => 'o establir dates',
400 'form.reports.show_fields' => 'Mostrar camps',
401 'form.reports.group_by' => 'Agrupar per',
402 'form.reports.group_by_no' => '--- no agrupar ---',
403 'form.reports.group_by_date' => 'data',
404 // TODO: translate the following.
405 // 'form.reports.group_by_user' => 'user',
406 // 'form.reports.group_by_client' => 'client',
407 'form.reports.group_by_project' => 'projecte',
408 // TODO: translate the following.
409 // 'form.reports.group_by_task' => 'task',
410 // 'form.reports.totals_only' => 'Totals only',
411
412 // Report form. See example at https://timetracker.anuko.com/report.php
413 // (after generating a report at https://timetracker.anuko.com/reports.php).
414 // TODO: translate the following.
415 // 'form.report.export' => 'Export',
416 // 'form.report.assign_to_invoice' => 'Assign to invoice',
417
418 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
419 // (you can get to this form after generating a report).
420 // TODO: translate the following.
421 // 'form.invoice.number' => 'Invoice number',
422 // 'form.invoice.person' => 'Person',
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
443
444 // TODO: refactoring ongoing down from here.
445
446 // form.admin.duty_text is now used in form.teams.hint with email changed to login.
447 "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 e-mail).',
448
449 // my time form attributes
450 "form.mytime.title" => 'El meu temps',
451 "form.mytime.edit_title" => 'Modificant l\\\'historial de temps',
452 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
453 "form.mytime.time_form" => ' (hh:mm)',
454 "form.mytime.daily" => 'Treball diari',
455 "form.mytime.total" => 'Hores totals: ',
456 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
457 "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.',
458
459 // people form attributes
460 "form.people.ppl_str" => 'Persones',
461 "form.people.createu_str" => 'Creant nou usuari',
462 "form.people.edit_str" => 'Modificant usuari',
463 "form.people.del_str" => 'Eliminant usuari',
464 "form.people.th.email" => 'e-mail',
465 "form.people.th.role" => 'Rol',
466 "form.people.th.rate" => 'Taxa',
467 "form.people.manager" => 'Manejador',
468 "form.people.comanager" => 'Auxiliar del manejador',
469 "form.people.empl" => 'Usuari',
470
471 "form.people.rate" => 'Taxa per defecte en hores',
472 "form.people.comanager" => 'Auxiliar del manejador',
473
474 // report attributes
475 "form.report.from" => 'Data d\\\'inici',
476 "form.report.to" => 'Data de fi',
477 "form.report.groupby_user" => 'Usuari',
478 "form.report.totals_only" => 'Només totals',
479 "form.report.total" => 'Hores Totals',
480 "form.report.th.empllist" => 'Usuari',
481
482 // charts form attributes
483 // Note to translators: form.charts.title needs to be translated.
484 // 'form.charts.title' => 'charts',
485
486 // mail form attributes
487 "form.mail.from" => 'De',
488 "form.mail.to" => 'Per a',
489 "form.mail.above" => 'Enviar aquest report por e-mail',
490 // Note to translators: this string needs to be translated.
491 // "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.',
492 "form.mail.sending_str" => '<b>Missatge enviat</b>',
493
494 // invoice attributes
495 "form.invoice.above" => 'Informació addicional per factura',
496 "form.invoice.select_cust" => 'Seleccioni el client',
497 "form.invoice.fillform" => 'Empleni els camps',
498 "form.invoice.number" => 'Número de factura',
499 "form.invoice.th.username" => 'Persona',
500 "form.invoice.th.time" => 'Hores',
501 "form.invoice.th.rate" => 'Taxa',
502 "form.invoice.th.summ" => 'Quantitat',
503 "form.invoice.subtotal" => 'Subtotal',
504 "form.invoice.customer" => 'Client',
505 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
506 "form.invoice.sending_str" => '<b>Factura enviada</b>',
507
508 "form.migration.zip" => 'Comprimir',
509 "form.migration.file" => 'Sel·leccioni l\\\'arxiu',
510 "form.migration.import.title" => 'Importar dades',
511 "form.migration.import.success" => 'Importació finalitzada amb èxit',
512 "form.migration.import.text" => 'Importar dades del grup des d\\\'un arxiu xml',
513 "form.migration.export.title" => 'Exportar dades',
514 "form.migration.export.success" => 'Exportació finalitzada amb èxit',
515 "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.',
516
517 // miscellaneous strings
518 "forward.tocsvfile" => 'Exportar dades a un arxiu .csv',
519
520 "controls.project_bind" => '--- Tots ---',
521 "controls.all" => '--- Tots ---',
522 "controls.notbind" => '--- No ---',
523 "controls.per_tm" => 'Aquest mes',
524 "controls.per_lm" => 'El mes passat',
525 "controls.per_tw" => 'Aquestat setmana',
526 "controls.per_lw" => 'La setmana passada',
527 "controls.per_td" => 'Aquest dia',
528 "controls.per_lw" => 'La setmana passada',
529
530 "label.set_empl" => 'Seleccionar usuaris',
531 "label.sel_all" => 'Seleccionar tots',
532 "label.sel_none" => 'Treure totes las seleccions',
533 "label.disable" => 'Deshabilitar',
534 "label.enable" => 'Habilitar',
535 );