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