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