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