Work in progress on translation files.
[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' => 'Equips',
62 // TODO: translate the following.
63 // 'menu.export' => 'Export',
64 // 'menu.clients' => 'Clients',
65 // 'menu.options' => 'Options',
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' => 'Selleccionar Projecte.',
86 // TODO: translate the following.
87 // 'error.task' => 'Select task.',
88 // 'error.client' => 'Select client.',
89 // 'error.report' => 'Select report.',
90 // 'error.record' => 'Select record.',
91 'error.auth' => 'Usuari o parula de pas incorrecta.',
92 // TODO: translate the following.
93 // 'error.user_exists' => 'User with this login already exists.',
94 'error.project_exists' => 'Ja existeix un projecte amb aquest nom.',
95 // TODO: translate the following.
96 // 'error.task_exists' => 'Task with this name already exists.',
97 // 'error.client_exists' => 'Client with this name already exists.',
98 // 'error.invoice_exists' => 'Invoice with this number already exists.',
99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
100 // 'error.no_login' => 'No user with this login.',
101 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
102 'error.upload' => 'Error pujant l\\\'arxiu.',
103 // TODO: translate the following.
104 // 'error.range_locked' => 'Date range is locked.',
105 // 'error.mail_send' => 'Error sending mail.',
106 // 'error.no_email' => 'No email associated with this login.',
107 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
108 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
109 // 'error.overlap' => 'Time interval overlaps with existing records.',
110 // 'error.future_date' => 'Date is in future.',
111
112
113
114 // TODO: refactoring ongoing down from here.
115
116 // Labels for buttons.
117 'button.login' => 'Iniciar sessió',
118 'button.now' => 'Ara',
119 'button.save' => 'Guardar',
120 // TODO: translate the following.
121 // 'button.copy' => 'Copy',
122 'button.cancel' => 'Cancel·lar',
123 'button.submit' => 'Enviar',
124 'button.add_user' => 'Agregar usuari ',
125 'button.add_project' => 'Agregar projecte',
126 // TODO: translate the following.
127 // 'button.add_task' => 'Add task',
128 'button.add_client' => 'Agregar client',
129 // TODO: translate the folllowing:
130 // 'button.add_invoice' => 'Add invoice',
131 // 'button.add_option' => 'Add option',
132 'button.add' => 'Agregar',
133 'button.generate' => 'Generar',
134 // TODO: translate the following.
135 // 'button.reset_password' => 'Reset password',
136 'button.send' => 'Enviar',
137 'button.send_by_email' => 'Enviar per correu',
138 'button.create_team' => 'Crear grup',
139 'button.export' => 'Exportar grup',
140 'button.import' => 'Importar grup',
141 // TODO: translate the following.
142 // 'button.close' => 'Close',
143 // 'button.stop' => 'Stop',
144
145 // Labels for controls on forms. Labels in this section are used on multiple forms.
146 // TODO: translate the following.
147 // 'label.team_name' => 'Team name',
148 // 'label.address' => 'Address',
149 'label.currency' => 'Moneda',
150 // TODO: translate the following.
151 // 'label.manager_name' => 'Manager name',
152 // 'label.manager_login' => 'Manager login',
153 // 'label.person_name' => 'Name',
154 // 'label.thing_name' => 'Name',
155 // 'label.login' => 'Login',
156 'label.password' => 'Paraula de pas',
157 'label.confirm_password' => 'Confirmar paraula de pas',
158 'label.email' => 'E-mail',
159 'label.cc' => 'Cc',
160 // TODO: translate the following.
161 // 'label.bcc' => 'Bcc',
162 'label.subject' => 'Assumpte',
163 'label.date' => 'Data',
164 // TODO: translate the following.
165 // 'label.start_date' => 'Start date',
166 // 'label.end_date' => 'End date',
167 // 'label.user' => 'User',
168 // 'label.users' => 'Users',
169 // 'label.client' => 'Client',
170 // 'label.clients' => 'Clients',
171 // 'label.option' => 'Option',
172 // 'label.invoice' => 'Invoice',
173 // 'label.project' => 'Project',
174 // 'label.projects' => 'Projects',
175 // 'label.task' => 'Task',
176 // 'label.tasks' => 'Tasks',
177 // 'label.description' => 'Description',
178 // 'label.start' => 'Start',
179 // 'label.finish' => 'Finish',
180 // 'label.duration' => 'Duration',
181 // 'label.note' => 'Note',
182 // 'label.notes' => 'Notes',
183 // 'label.item' => 'Item',
184 // 'label.cost' => 'Cost',
185 // 'label.day_total' => 'Day total',
186 // 'label.week_total' => 'Week total',
187 // 'label.month_total' => 'Month total',
188 // 'label.today' => 'Today',
189 // 'label.total_hours' => 'Total hours',
190 // 'label.total_cost' => 'Total cost',
191 // 'label.view' => 'View',
192 // 'label.edit' => 'Edit',
193 'label.delete' => 'Eliminar',
194 // TODO: translate the following.
195 // 'label.configure' => 'Configure',
196 // 'label.select_all' => 'Select all',
197 // 'label.select_none' => 'Deselect all',
198 // 'label.day_view' => 'Day view',
199 // 'label.week_view' => 'Week view',
200 // 'label.id' => 'ID',
201 // 'label.language' => 'Language',
202 // 'label.decimal_mark' => 'Decimal mark',
203 // 'label.date_format' => 'Date format',
204 // 'label.time_format' => 'Time format',
205 // 'label.week_start' => 'First day of week',
206 // 'label.comment' => 'Comment',
207 // 'label.status' => 'Status',
208 // 'label.tax' => 'Tax',
209 // 'label.subtotal' => 'Subtotal',
210 // 'label.total' => 'Total',
211 // 'label.client_name' => 'Client name',
212 // 'label.client_address' => 'Client address',
213 // 'label.or' => 'or',
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' => '* - required fields',
217 // 'label.on_behalf' => 'on behalf of',
218 // 'label.role_manager' => '(manager)',
219 // 'label.role_comanager' => '(co-manager)',
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 // 'label.custom_fields' => 'Custom fields',
228 // 'label.monthly_quotas' => 'Monthly quotas',
229 // 'label.type' => 'Type',
230 // 'label.type_dropdown' => 'dropdown',
231 // 'label.type_text' => 'text',
232 // 'label.required' => 'Required',
233 'label.fav_report' => 'Report favorit',
234 // 'label.cron_schedule' => 'Cron schedule',
235 // 'label.what_is_it' => 'What is it?',
236 // 'label.expense' => 'Expense',
237 // 'label.quantity' => 'Quantity',
238 // 'label.paid_status' => 'Paid status',
239 // 'label.paid' => 'Paid',
240 // 'label.mark_paid' => 'Mark paid',
241
242 // Form titles.
243 'title.login' => 'Sessió iniciada',
244 // TODO: translate the following.
245 // 'title.teams' => 'Teams',
246 // 'title.create_team' => 'Creating Team',
247 // 'title.edit_team' => 'Editing Team',
248 // 'title.delete_team' => 'Deleting Team',
249 'title.reset_password' => 'Restablir paraula de pas',
250 // TODO: translate the following.
251 // 'title.change_password' => 'Changing Password',
252 // 'title.time' => 'Time',
253 // 'title.edit_time_record' => 'Editing Time Record',
254 // 'title.delete_time_record' => 'Deleting Time Record',
255 // 'title.expenses' => 'Expenses',
256 // 'title.edit_expense' => 'Editing Expense Item',
257 // 'title.delete_expense' => 'Deleting Expense Item',
258 // 'title.reports' => 'Reports',
259 // 'title.report' => 'Report',
260 // 'title.send_report' => 'Sending Report',
261 // 'title.invoice' => 'Invoice',
262 // 'title.send_invoice' => 'Sending Invoice',
263 // 'title.charts' => 'Charts',
264 // 'title.projects' => 'Projects',
265 // 'title.add_project' => 'Adding Project',
266 // 'title.edit_project' => 'Editing Project',
267 // 'title.delete_project' => 'Deleting Project',
268 // 'title.tasks' => 'Tasks',
269 // 'title.add_task' => 'Adding Task',
270 // 'title.edit_task' => 'Editing Task',
271 // 'title.delete_task' => 'Deleting Task',
272 // 'title.users' => 'Users',
273 // 'title.add_user' => 'Adding User',
274 // 'title.edit_user' => 'Editing User',
275 // 'title.delete_user' => 'Deleting User',
276 // 'title.clients' => 'Clients',
277 // 'title.add_client' => 'Adding Client',
278 // 'title.edit_client' => 'Editing Client',
279 // 'title.delete_client' => 'Deleting Client',
280 // 'title.invoices' => 'Invoices',
281 // 'title.add_invoice' => 'Adding Invoice',
282 // 'title.view_invoice' => 'Viewing Invoice',
283 // 'title.delete_invoice' => 'Deleting Invoice',
284 // 'title.notifications' => 'Notifications',
285 // 'title.add_notification' => 'Adding Notification',
286 // 'title.edit_notification' => 'Editing Notification',
287 // 'title.delete_notification' => 'Deleting Notification',
288 // 'title.monthly_quotas' => 'Monthly Quotas',
289 // 'title.export' => 'Exporting Team Data',
290 // 'title.import' => 'Importing Team Data',
291 // 'title.options' => 'Options',
292 // 'title.profile' => 'Profile',
293 // 'title.cf_custom_fields' => 'Custom Fields',
294 // 'title.cf_add_custom_field' => 'Adding Custom Field',
295 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
296 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
297 // 'title.cf_dropdown_options' => 'Dropdown Options',
298 // 'title.cf_add_dropdown_option' => 'Adding Option',
299 // 'title.cf_edit_dropdown_option' => 'Editing Option',
300 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
301 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
302 // It is also a name for the Locking plugin on the Team profile page.
303 // 'title.locking' => 'Locking',
304
305 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
306 // Strings that are used in a single form must go to the specific form section.
307 // TODO: translate the following.
308 // 'dropdown.all' => '--- all ---',
309 // 'dropdown.no' => '--- no ---',
310 // 'dropdown.current_day' => 'today',
311 // 'dropdown.previous_day' => 'yesterday',
312 // 'dropdown.selected_day' => 'day',
313 // 'dropdown.current_week' => 'this week',
314 // 'dropdown.previous_week' => 'previous week',
315 // 'dropdown.selected_week' => 'week',
316 // 'dropdown.current_month' => 'this month',
317 // 'dropdown.previous_month' => 'previous month',
318 // 'dropdown.selected_month' => 'month',
319 // 'dropdown.current_year' => 'this year',
320 // 'dropdown.previous_year' => 'previous year',
321 // 'dropdown.selected_year' => 'year',
322 // 'dropdown.all_time' => 'all time',
323 // 'dropdown.projects' => 'projects',
324 // 'dropdown.tasks' => 'tasks',
325 // 'dropdown.clients' => 'clients',
326 // 'dropdown.select' => '--- select ---',
327 // 'dropdown.select_invoice' => '--- select invoice ---',
328 // 'dropdown.status_active' => 'active',
329 // 'dropdown.status_inactive' => 'inactive',
330 // 'dropdown.delete'=>'delete',
331 // 'dropdown.do_not_delete'=>'do not delete',
332 // 'dropdown.paid' => 'paid',
333 // 'dropdown.not_paid' => 'not paid',
334
335 // Login form. See example at https://timetracker.anuko.com/login.php.
336 // TODO: translate the following.
337 // 'form.login.forgot_password' => 'Forgot password?',
338 // '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.',
339
340 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
341 'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.',
342 'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
343 // TODO: translate the following.
344 // '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",
345
346 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
347 'form.change_password.tip' => 'Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar.',
348
349 // Time form. See example at https://timetracker.anuko.com/time.php.
350 // TODO: translate the following.
351 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
352 // 'form.time.billable' => 'Billable',
353 // 'form.time.uncompleted' => 'Uncompleted',
354 // 'form.time.remaining_quota' => 'Remaining quota',
355 // 'form.time.over_quota' => 'Over quota',
356
357 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
358 // TODO: translate the following.
359 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
360
361 // Week view form. See example at https://timetracker.anuko.com/week.php.
362 // 'form.week.new_entry' => 'New entry',
363
364 // Reports form. See example at https://timetracker.anuko.com/reports.php
365 'form.reports.save_as_favorite' => 'Guardar com a favorit',
366 // TODO: translate the following.
367 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
368 // 'form.reports.include_records' => 'Include records',
369 // 'form.reports.include_billable' => 'billable',
370 // 'form.reports.include_not_billable' => 'not billable',
371 // 'form.reports.include_invoiced' => 'invoiced',
372 // 'form.reports.include_not_invoiced' => 'not invoiced',
373 // 'form.reports.select_period' => 'Select time period',
374 // 'form.reports.set_period' => 'or set dates',
375 // 'form.reports.show_fields' => 'Show fields',
376 // 'form.reports.group_by' => 'Group by',
377 // 'form.reports.group_by_no' => '--- no grouping ---',
378 'form.reports.group_by_date' => 'data',
379 // TODO: translate the following.
380 // 'form.reports.group_by_user' => 'user',
381 // 'form.reports.group_by_client' => 'client',
382 'form.reports.group_by_project' => 'projecte',
383 // TODO: translate the following.
384 // 'form.reports.group_by_task' => 'task',
385 // 'form.reports.totals_only' => 'Totals only',
386
387 // TODO: the entire section from here to bottom needs refactoring.
388
389 // administrator form
390 "form.admin.duty_text" => '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).',
391
392 "form.admin.change_pass" => 'Canviar la paraula de pas de l\\\'administrador de compte',
393 "form.admin.profile.title" => 'Grups',
394 "form.admin.profile.noprofiles" => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.',
395 "form.admin.profile.comment" => 'Eliminar grup',
396 "form.admin.profile.th.id" => 'Identificació',
397 "form.admin.profile.th.name" => 'Nom',
398 "form.admin.profile.th.edit" => 'Modificar',
399 "form.admin.profile.th.del" => 'Eliminar',
400 "form.admin.profile.th.active" => 'Actiu',
401
402 // my time form attributes
403 "form.mytime.title" => 'El meu temps',
404 "form.mytime.edit_title" => 'Modificant l\\\'historial de temps',
405 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
406 "form.mytime.time_form" => ' (hh:mm)',
407 "form.mytime.date" => 'Data',
408 "form.mytime.project" => 'Projecte',
409 "form.mytime.activity" => 'Activitat',
410 "form.mytime.start" => 'Inici',
411 "form.mytime.finish" => 'Fi',
412 "form.mytime.duration" => 'Durada',
413 "form.mytime.note" => 'Nota',
414 "form.mytime.behalf" => 'Treball del dia per a',
415 "form.mytime.daily" => 'Treball diari',
416 "form.mytime.total" => 'Hores totals: ',
417 "form.mytime.th.project" => 'Projecte',
418 "form.mytime.th.activity" => 'Activitat',
419 "form.mytime.th.start" => 'Inici',
420 "form.mytime.th.finish" => 'Fi',
421 "form.mytime.th.duration" => 'Durada',
422 "form.mytime.th.note" => 'Nota',
423 "form.mytime.th.edit" => 'Modificar',
424 "form.mytime.th.delete" => 'Eliminar',
425 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
426 "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.',
427 "form.mytime.billable" => 'facturable',
428
429 // profile form attributes
430 // Note to translators: we need a more accurate translation of form.profile.create_title
431 "form.profile.create_title" => 'Crear un nou compte de manejador',
432 "form.profile.edit_title" => 'Modificant perfil',
433 "form.profile.name" => 'Nom',
434 // Note to translators: a few strings in this section a missing. Please check against the English file.
435 // TODO: translate the following.
436 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
437 // 'form.profile.uncompleted_indicators_none' => 'do not show',
438 // 'form.profile.uncompleted_indicators_show' => 'show',
439
440 // people form attributes
441 "form.people.ppl_str" => 'Persones',
442 "form.people.createu_str" => 'Creant nou usuari',
443 "form.people.edit_str" => 'Modificant usuari',
444 "form.people.del_str" => 'Eliminant usuari',
445 "form.people.th.name" => 'Nom',
446 "form.people.th.email" => 'e-mail',
447 "form.people.th.role" => 'Rol',
448 "form.people.th.edit" => 'Modificar',
449 "form.people.th.del" => 'Eliminar',
450 "form.people.th.status" => 'Estat',
451 "form.people.th.project" => 'Projecte',
452 "form.people.th.rate" => 'Taxa',
453 "form.people.manager" => 'Manejador',
454 "form.people.comanager" => 'Auxiliar del manejador',
455 "form.people.empl" => 'Usuari',
456 "form.people.name" => 'Nom',
457
458 "form.people.rate" => 'Taxa per defecte en hores',
459 "form.people.comanager" => 'Auxiliar del manejador',
460 "form.people.projects" => 'Projectes',
461
462 // projects form attributes
463 "form.project.proj_title" => 'Projectes',
464 "form.project.edit_str" => 'Modificant projecte',
465 "form.project.add_str" => 'Agregant nou projecte',
466 "form.project.del_str" => 'Eliminant projecte',
467 "form.project.th.name" => 'Nom',
468 "form.project.th.edit" => 'Modificar',
469 "form.project.th.del" => 'Eliminar',
470 "form.project.name" => 'Nom',
471
472 // activities form attributes
473 "form.activity.act_title" => 'Activitats',
474 "form.activity.add_title" => 'Agregant nova activitat',
475 "form.activity.edit_str" => 'Modificant activitat',
476 "form.activity.del_str" => 'Eliminant activitat',
477 "form.activity.name" => 'Nom',
478 "form.activity.project" => 'Projecte',
479 "form.activity.th.name" => 'Nom',
480 "form.activity.th.project" => 'Projecte',
481 "form.activity.th.edit" => 'Editar',
482 "form.activity.th.del" => 'Eliminar',
483
484 // report attributes
485 "form.report.title" => 'Reports',
486 "form.report.from" => 'Data d\\\'inici',
487 "form.report.to" => 'Data de fi',
488 "form.report.groupby_user" => 'Usuari',
489 "form.report.groupby_project" => 'Projecte',
490 "form.report.groupby_activity" => 'Activitat',
491 "form.report.duration" => 'Durada',
492 "form.report.start" => 'Inici',
493 "form.report.activity" => 'Activitat',
494 "form.report.show_idle" => 'Mostrar ausent',
495 "form.report.finish" => 'Fi',
496 "form.report.note" => 'Nota',
497 "form.report.project" => 'Projecte',
498 "form.report.totals_only" => 'Només totals',
499 "form.report.total" => 'Hores Totals',
500 "form.report.th.empllist" => 'Usuari',
501 "form.report.th.date" => 'Data',
502 "form.report.th.project" => 'Projecte',
503 "form.report.th.activity" => 'Activitat',
504 "form.report.th.start" => 'Inici',
505 "form.report.th.finish" => 'Fi',
506 "form.report.th.duration" => 'Durada',
507 "form.report.th.note" => 'Nota',
508
509 // charts form attributes
510 // Note to translators: form.charts.title needs to be translated.
511 // 'form.charts.title' => 'charts',
512
513 // mail form attributes
514 "form.mail.from" => 'De',
515 "form.mail.to" => 'Per a',
516 "form.mail.comment" => 'Comentari',
517 "form.mail.above" => 'Enviar aquest report por e-mail',
518 // Note to translators: this string needs to be translated.
519 // "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.',
520 "form.mail.sending_str" => '<b>Missatge enviat</b>',
521
522 // invoice attributes
523 "form.invoice.title" => 'Factura',
524 "form.invoice.caption" => 'Factura',
525 "form.invoice.above" => 'Informació addicional per factura',
526 "form.invoice.select_cust" => 'Seleccioni el client',
527 "form.invoice.fillform" => 'Empleni els camps',
528 "form.invoice.date" => 'Data',
529 "form.invoice.number" => 'Número de factura',
530 "form.invoice.tax" => 'Impost',
531 "form.invoice.comment" => 'Comentari ',
532 "form.invoice.th.username" => 'Persona',
533 "form.invoice.th.time" => 'Hores',
534 "form.invoice.th.rate" => 'Taxa',
535 "form.invoice.th.summ" => 'Quantitat',
536 "form.invoice.subtotal" => 'Subtotal',
537 "form.invoice.customer" => 'Client',
538 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
539 "form.invoice.sending_str" => '<b>Factura enviada</b>',
540
541 "form.migration.zip" => 'Comprimir',
542 "form.migration.file" => 'Sel·leccioni l\\\'arxiu',
543 "form.migration.import.title" => 'Importar dades',
544 "form.migration.import.success" => 'Importació finalitzada amb èxit',
545 "form.migration.import.text" => 'Importar dades del grup des d\\\'un arxiu xml',
546 "form.migration.export.title" => 'Exportar dades',
547 "form.migration.export.success" => 'Exportació finalitzada amb èxit',
548 "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.',
549
550 "form.client.title" => 'Clients',
551 "form.client.add_title" => 'Agregar client',
552 "form.client.edit_title" => 'Modificar client',
553 "form.client.del_title" => 'Eliminar client',
554 "form.client.th.name" => 'Nom',
555 "form.client.th.edit" => 'Modificar',
556 "form.client.th.del" => 'Eliminar',
557 "form.client.name" => 'Nom',
558 "form.client.tax" => 'Impost',
559 "form.client.comment" => 'Comentari ',
560
561 // miscellaneous strings
562 "forward.forgot_password" => '¿Ha oblidat la seva paraula de pas?',
563 "forward.edit" => 'Modificar',
564 "forward.delete" => 'Eliminar',
565 "forward.tocsvfile" => 'Exportar dades a un arxiu .csv',
566 "forward.geninvoice" => 'Generar factura',
567 "forward.change" => 'Configurar clients',
568
569 // strings inside contols on forms
570 "controls.select.project" => '--- Sel·leccionar projecte ---',
571 "controls.select.activity" => '--- Sel·leccionar activitat ---',
572 "controls.select.client" => '--- Sel·leccionar client ---',
573 "controls.project_bind" => '--- Tots ---',
574 "controls.all" => '--- Tots ---',
575 "controls.notbind" => '--- No ---',
576 "controls.per_tm" => 'Aquest mes',
577 "controls.per_lm" => 'El mes passat',
578 "controls.per_tw" => 'Aquestat setmana',
579 "controls.per_lw" => 'La setmana passada',
580 "controls.per_td" => 'Aquest dia',
581 "controls.per_lw" => 'La setmana passada',
582 "controls.sel_period" => '--- Seleccionar període de temps ---',
583 "controls.sel_groupby" => '--- No agrupar ---',
584 "controls.inc_billable" => 'facturable',
585 "controls.inc_nbillable" => 'no facturable',
586
587 // labels
588 "label.chart.title1" => 'activitats per usuari',
589 "label.chart.period" => 'gràfica por període',
590
591 "label.pinfo" => '%s, %s',
592 "label.pinfo2" => '%s',
593 "label.pbehalf_info" => '%s %s <b>A nom de %s</b>',
594 "label.pminfo" => ' (Manejador)',
595 "label.pcminfo" => ' (Auxiliar del manejador)',
596 "label.painfo" => ' (Administrador)',
597 "label.time_noentry" => 'Sense entrada',
598 "label.today" => 'Data Actual',
599 "label.req_fields" => '* camps requerits',
600 "label.sel_project" => 'Seleccionar projecte',
601 "label.sel_activity" => 'Seleccionar activitat',
602 "label.sel_tp" => 'Seleccionar període de temps',
603 "label.set_tp" => 'o establir dates',
604 "label.fields" => 'Mostrar camps',
605 "label.group_title" => 'Agrupar per',
606 "label.include_title" => 'include records',
607 "label.inv_str" => 'Factura',
608 "label.set_empl" => 'Seleccionar usuaris',
609 "label.sel_all" => 'Seleccionar tots',
610 "label.sel_none" => 'Treure totes las seleccions',
611 "label.or" => 'o',
612 "label.disable" => 'Deshabilitar',
613 "label.enable" => 'Habilitar',
614 "label.filter" => 'Filtrar',
615 "label.timeweek" => 'total setmanal',
616 // Note to translators: strings below are missing from the translation and need to be added.
617 // "label.hrs" => 'hrs',
618 // "label.errors" => 'errors',
619 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
620 // "label.calendar_today" => 'today',
621 // "label.calendar_close" => 'close',
622
623 // login hello text
624 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
625 );