Removed terminating PHP tags in language 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.
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
90 // Refactoring needs to be done down from here to sync with English file.       
91 'error.auth' => 'Usuari o parula de pas incorrecta',
92 // Note to translators: this string needs to be translated.
93 // 'error.user_exists' => 'user with this login already exists',
94 'error.project_exists' => 'Ja existeix un projecte amb aquest nom',
95 'error.activity_exists' => 'Ja existeix una activitat amb aquest nom',
96 // TODO: translate error.client_exists.
97 // 'error.client_exists' => 'client with this name already exists',
98 // Note to translators: error.no_login needs to be properly translated (e-mail replaced with login).
99 // 'error.no_login' => 'No existeix cap usuari amb aquest e-mail',
100 'error.upload' => 'Error pujant l\\\'arxiu',
101 // Note to translators: the 5 strings below are missing from the translation and must be added.
102 // 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
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
108 // labels for various buttons
109 'button.login' => 'Iniciar sessió',
110 'button.now' => 'Ara',
111 // 'button.set' => 'Establir',
112 'button.save' => 'Guardar',
113 'button.delete' => 'Eliminar',
114 'button.cancel' => 'Cancel·lar',
115 'button.submit' => 'Enviar',
116 'button.add_user' => 'Agregar usuari ',
117 'button.add_project' => 'Agregar projecte',
118 'button.add_activity' => 'Agregar activitat',
119 'button.add_client' => 'Agregar client',
120 'button.add' => 'Agregar',
121 'button.generate' => 'Generar',
122 // Note to translators: button.reset_password needs an improved translation.
123 'button.reset_password' => 'Anar',
124 'button.send' => 'Enviar',
125 'button.send_by_email' => 'Enviar per correu',
126 'button.save_as_new' => 'Guardar com a nou',
127 'button.create_team' => 'Crear grup',
128 'button.export' => 'Exportar grup',
129 'button.import' => 'Importar grup',
130 'button.apply' => 'Aplicar',
131
132 // labels for controls on various forms
133 // TODO: translate label.team_name.
134 // 'label.team_name' => 'team name',
135 'label.currency' => 'Moneda',
136 // TODO: translate these 2 strings below.
137 // 'label.manager_name' => 'manager name',
138 // 'label.manager_login' => 'manager login',
139 'label.name' => 'Nom',
140
141 'label.password' => 'Paraula de pas',
142 'label.confirm_password' => 'Confirmar paraula de pas',
143 'label.email' => 'e-mail',
144 // Translate the following string.
145 // 'label.page' => 'Page',
146
147 "form.filter.project" => 'Projecte',
148 "form.filter.filter" => 'Report favorit',
149 "form.filter.filter_new" => 'Guardar com a favorit',
150
151 // login form attributes
152 "form.login.title" => 'Sessió iniciada',
153 "form.login.login" => 'e-mail',
154
155 // password reminder form attributes
156 "form.fpass.title" => 'Restablir paraula de pas',
157 "form.fpass.login" => 'e-mail',
158 "form.fpass.send_pass_str" => 's\\\'ha enviat la petició de restablir paraula de pas',
159 "form.fpass.send_pass_subj" => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
160 // Note to translators: this string needs to be translated.
161 // "form.fpass.send_pass_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",
162 "form.fpass.reset_comment" => "Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar",
163
164 // administrator form
165 "form.admin.title" => 'Administrador',
166 "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).',
167
168 "form.admin.change_pass" => 'Canviar la paraula de pas de l\\\'administrador de compte',
169 "form.admin.profile.title" => 'Grups',
170 "form.admin.profile.noprofiles" => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.',
171 "form.admin.profile.comment" => 'Eliminar grup',
172 "form.admin.profile.th.id" => 'Identificació',
173 "form.admin.profile.th.name" => 'Nom',
174 "form.admin.profile.th.edit" => 'Modificar',
175 "form.admin.profile.th.del" => 'Eliminar',
176 "form.admin.profile.th.active" => 'Actiu',
177 "form.admin.lock.period" => 'interval de tancament en dies',
178
179 // my time form attributes
180 "form.mytime.title" => 'El meu temps',
181 "form.mytime.edit_title" => 'Modificant l\\\'historial de temps',
182 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
183 "form.mytime.time_form" => ' (hh:mm)',
184 "form.mytime.date" => 'Data',
185 "form.mytime.project" => 'Projecte',
186 "form.mytime.activity" => 'Activitat',
187 "form.mytime.start" => 'Inici',
188 "form.mytime.finish" => 'Fi',
189 "form.mytime.duration" => 'Durada',
190 "form.mytime.note" => 'Nota',
191 "form.mytime.behalf" => 'Treball del dia per a',
192 "form.mytime.daily" => 'Treball diari',
193 "form.mytime.total" => 'Hores totals: ',
194 "form.mytime.th.project" => 'Projecte',
195 "form.mytime.th.activity" => 'Activitat',
196 "form.mytime.th.start" => 'Inici',
197 "form.mytime.th.finish" => 'Fi',
198 "form.mytime.th.duration" => 'Durada',
199 "form.mytime.th.note" => 'Nota',
200 "form.mytime.th.edit" => 'Modificar',
201 "form.mytime.th.delete" => 'Eliminar',
202 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
203 "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.',
204 "form.mytime.billable" => 'facturable',
205
206 // profile form attributes
207 // Note to translators: we need a more accurate translation of form.profile.create_title
208 "form.profile.create_title" => 'Crear un nou compte de manejador',
209 "form.profile.edit_title" => 'Modificant perfil',
210 "form.profile.name" => 'Nom',
211 // Note to translators: a few strings in this section a missing. Please check against the English file.
212
213 // people form attributes
214 "form.people.ppl_str" => 'Persones',
215 "form.people.createu_str" => 'Creant nou usuari',
216 "form.people.edit_str" => 'Modificant usuari',
217 "form.people.del_str" => 'Eliminant usuari',
218 "form.people.th.name" => 'Nom',
219 "form.people.th.email" => 'e-mail',
220 "form.people.th.role" => 'Rol',
221 "form.people.th.edit" => 'Modificar',
222 "form.people.th.del" => 'Eliminar',
223 "form.people.th.status" => 'Estat',
224 "form.people.th.project" => 'Projecte',
225 "form.people.th.rate" => 'Taxa',
226 "form.people.manager" => 'Manejador',
227 "form.people.comanager" => 'Auxiliar del manejador',
228 "form.people.empl" => 'Usuari',
229 "form.people.name" => 'Nom',
230
231 "form.people.rate" => 'Taxa per defecte en hores',
232 "form.people.comanager" => 'Auxiliar del manejador',
233 "form.people.projects" => 'Projectes',
234
235 // projects form attributes
236 "form.project.proj_title" => 'Projectes',
237 "form.project.edit_str" => 'Modificant projecte',
238 "form.project.add_str" => 'Agregant nou projecte',
239 "form.project.del_str" => 'Eliminant projecte',
240 "form.project.th.name" => 'Nom',
241 "form.project.th.edit" => 'Modificar',
242 "form.project.th.del" => 'Eliminar',
243 "form.project.name" => 'Nom',
244
245 // activities form attributes
246 "form.activity.act_title" => 'Activitats',
247 "form.activity.add_title" => 'Agregant nova activitat',
248 "form.activity.edit_str" => 'Modificant activitat',
249 "form.activity.del_str" => 'Eliminant activitat',
250 "form.activity.name" => 'Nom',
251 "form.activity.project" => 'Projecte',
252 "form.activity.th.name" => 'Nom',
253 "form.activity.th.project" => 'Projecte',
254 "form.activity.th.edit" => 'Editar',
255 "form.activity.th.del" => 'Eliminar',
256
257 // report attributes
258 "form.report.title" => 'Reports',
259 "form.report.from" => 'Data d\\\'inici',
260 "form.report.to" => 'Data de fi',
261 "form.report.groupby_user" => 'Usuari',
262 "form.report.groupby_project" => 'Projecte',
263 "form.report.groupby_activity" => 'Activitat',
264 "form.report.duration" => 'Durada',
265 "form.report.start" => 'Inici',
266 "form.report.activity" => 'Activitat',
267 "form.report.show_idle" => 'Mostrar ausent',
268 "form.report.finish" => 'Fi',
269 "form.report.note" => 'Nota',
270 "form.report.project" => 'Projecte',
271 "form.report.totals_only" => 'Només totals',
272 "form.report.total" => 'Hores Totals',
273 "form.report.th.empllist" => 'Usuari',
274 "form.report.th.date" => 'Data',
275 "form.report.th.project" => 'Projecte',
276 "form.report.th.activity" => 'Activitat',
277 "form.report.th.start" => 'Inici',
278 "form.report.th.finish" => 'Fi',
279 "form.report.th.duration" => 'Durada',
280 "form.report.th.note" => 'Nota',
281
282 // charts form attributes
283 // Note to translators: form.charts.title needs to be translated.
284 // 'form.charts.title' => 'charts',
285
286 // mail form attributes
287 "form.mail.from" => 'De',
288 "form.mail.to" => 'Per a',
289 "form.mail.cc" => 'cc',
290 "form.mail.subject" => 'Assumpte',
291 "form.mail.comment" => 'Comentari',
292 "form.mail.above" => 'Enviar aquest report por e-mail',
293 // Note to translators: this string needs to be translated.
294 // "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.',
295 "form.mail.sending_str" => '<b>Missatge enviat</b>',
296
297 // invoice attributes
298 "form.invoice.title" => 'Factura',
299 "form.invoice.caption" => 'Factura',
300 "form.invoice.above" => 'Informació addicional per factura',
301 "form.invoice.select_cust" => 'Seleccioni el client',
302 "form.invoice.fillform" => 'Empleni els camps',
303 "form.invoice.date" => 'Data',
304 "form.invoice.number" => 'Número de factura',
305 "form.invoice.tax" => 'Impost',
306 "form.invoice.daily_subtotals" => 'Subtotals diaris',
307 "form.invoice.yourcoo" => 'El seu nom <br> i direcció',
308 "form.invoice.custcoo" => 'Nom del client <br> i direcció',
309 "form.invoice.comment" => 'Comentari ',
310 "form.invoice.th.username" => 'Persona',
311 "form.invoice.th.time" => 'Hores',
312 "form.invoice.th.rate" => 'Taxa',
313 "form.invoice.th.summ" => 'Quantitat',
314 "form.invoice.subtotal" => 'Subtotal',
315 "form.invoice.customer" => 'Client',
316 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
317 "form.invoice.sending_str" => '<b>Factura enviada</b>',
318
319 "form.migration.zip" => 'Comprimir',
320 "form.migration.file" => 'Sel·leccioni l\\\'arxiu',
321 "form.migration.import.title" => 'Importar dades',
322 "form.migration.import.success" => 'Importació finalitzada amb èxit',
323 "form.migration.import.text" => 'Importar dades del grup des d\\\'un arxiu xml',
324 "form.migration.export.title" => 'Exportar dades',
325 "form.migration.export.success" => 'Exportació finalitzada amb èxit',
326 "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.',
327
328 "form.client.title" => 'Clients',
329 "form.client.add_title" => 'Agregar client',
330 "form.client.edit_title" => 'Modificar client',
331 "form.client.del_title" => 'Eliminar client',
332 "form.client.th.name" => 'Nom',
333 "form.client.th.edit" => 'Modificar',
334 "form.client.th.del" => 'Eliminar',
335 "form.client.name" => 'Nom',
336 "form.client.tax" => 'Impost',
337 "form.client.daily_subtotals" => 'Subtotals diaris',
338 "form.client.yourcoo" => 'El seu nou <br> i direcció a la factura',
339 "form.client.custcoo" => 'Direcció',
340 "form.client.comment" => 'Comentari ',
341
342 // miscellaneous strings
343 "forward.forgot_password" => '¿Ha oblidat la seva paraula de pas?',
344 "forward.edit" => 'Modificar',
345 "forward.delete" => 'Eliminar',
346 "forward.tocsvfile" => 'Exportar dades a un arxiu .csv',
347 "forward.geninvoice" => 'Generar factura',
348 "forward.change" => 'Configurar clients',
349
350 // strings inside contols on forms
351 "controls.select.project" => '--- Sel·leccionar projecte ---',
352 "controls.select.activity" => '--- Sel·leccionar activitat ---',
353 "controls.select.client" => '--- Sel·leccionar client ---',
354 "controls.project_bind" => '--- Tots ---',
355 "controls.all" => '--- Tots ---',
356 "controls.notbind" => '--- No ---',
357 "controls.per_tm" => 'Aquest mes',
358 "controls.per_lm" => 'El mes passat',
359 "controls.per_tw" => 'Aquestat setmana',
360 "controls.per_lw" => 'La setmana passada',
361 "controls.per_td" => 'Aquest dia',
362 "controls.per_lw" => 'La setmana passada',
363 "controls.sel_period" => '--- Seleccionar període de temps ---',
364 "controls.sel_groupby" => '--- No agrupar ---',
365 "controls.inc_billable" => 'facturable',
366 "controls.inc_nbillable" => 'no facturable',
367
368 // labels
369 "label.chart.title1" => 'activitats per usuari',
370 "label.chart.period" => 'gràfica por període',
371
372 "label.pinfo" => '%s, %s',
373 "label.pinfo2" => '%s',
374 "label.pbehalf_info" => '%s %s <b>A nom de %s</b>',
375 "label.pminfo" => ' (Manejador)',
376 "label.pcminfo" => ' (Auxiliar del manejador)',
377 "label.painfo" => ' (Administrador)',
378 "label.time_noentry" => 'Sense entrada',
379 "label.today" => 'Data Actual',
380 "label.req_fields" => '* camps requerits',
381 "label.sel_project" => 'Seleccionar projecte',
382 "label.sel_activity" => 'Seleccionar activitat',
383 "label.sel_tp" => 'Seleccionar període de temps',
384 "label.set_tp" => 'o establir dates',
385 "label.fields" => 'Mostrar camps',
386 "label.group_title" => 'Agrupar per',
387 "label.include_title" => 'include records',
388 "label.inv_str" => 'Factura',
389 "label.set_empl" => 'Seleccionar usuaris',
390 "label.sel_all" => 'Seleccionar tots',
391 "label.sel_none" => 'Treure totes las seleccions',
392 "label.or" => 'o',
393 "label.disable" => 'Deshabilitar',
394 "label.enable" => 'Habilitar',
395 "label.filter" => 'Filtrar',
396 "label.timeweek" => 'total setmanal',
397 // Note to translators: strings below are missing from the translation and need to be added.
398 // "label.hrs" => 'hrs',
399 // "label.errors" => 'errors',
400 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
401 // "label.calendar_today" => 'today',
402 // "label.calendar_close" => 'close',
403
404 // login hello text
405 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
406 );