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