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