Introduced warn.confirm_save string in translation files.
[timetracker.git] / WEB-INF / resources / es.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 = 'Spanish (Español)';
33 $i18n_months = array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre');
34 $i18n_weekdays = array('Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado');
35 $i18n_weekdays_short = array('Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sá');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/06', '04/05', '04/06', '05/01', '08/15', '10/12', '11/01', '12/06', '12/08', '12/25');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Iniciar sesión',
44 'menu.logout' => 'Finalizar sesión',
45 'menu.forum' => 'Foro',
46 'menu.help' => 'Ayuda',
47 // TODO: translate the following.
48 // 'menu.create_group' => 'Create Group',
49 'menu.profile' => 'Perfil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 // 'menu.plugins' => 'Plugins',
53 'menu.time' => 'Tiempo',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Reportes',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Proyectos',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 'menu.users' => 'Personas',
63 // TODO: translate the following.
64 // 'menu.groups' => 'Groups',
65 // 'menu.subgroups' => 'Subgroups',
66 // 'menu.export' => 'Export',
67 'menu.clients' => 'Clientes',
68 'menu.options' => 'Opciones',
69
70 // Footer - strings on the bottom of most pages.
71 // TODO: translate the following.
72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.'
73 // 'footer.credits' => 'Credits',
74 // 'footer.license' => 'License',
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 // TODO: translate the following.
80 // 'error.access_denied' => 'Access denied.',
81 // 'error.sys' => 'System error.',
82 'error.db' => 'Error de la base de datos.',
83 // TODO: translate the following.
84 // 'error.feature_disabled' => 'Feature is disabled.',
85 'error.field' => 'Dato "{0}" incorrecto.',
86 'error.empty' => 'El archivo "{0}" esta vacío.',
87 'error.not_equal' => 'El archivo "{0}" no es igual al archivo "{1}".',
88 // TODO: translate the following.
89 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
90 'error.project' => 'Seleccionar proyecto.',
91 // TODO: translate the following.
92 // 'error.task' => 'Select task.',
93 // 'error.client' => 'Select client.',
94 // 'error.report' => 'Select report.',
95 // 'error.record' => 'Select record.',
96 'error.auth' => 'Usuario o contraseña incorrecta.',
97 // TODO: translate the following.
98 // 'error.user_exists' => 'User with this login already exists.',
99 // 'error.object_exists' => 'Object with this name already exists.',
100 // 'error.invoice_exists' => 'Invoice with this number already exists.',
101 // 'error.role_exists' => 'Role with this rank already exists.',
102 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
103 // 'error.no_login' => 'No user with this login.',
104 'error.no_groups' => 'Su base de datos esta vacía. Inicie sesión como administrador y cree un nuevo grupo.',
105 'error.upload' => 'Error subiendo el archivo.',
106 // TODO: translate the following.
107 // 'error.range_locked' => 'Date range is locked.',
108 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
109 // 'error.no_email' => 'No email associated with this login.',
110 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
111 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
112 // 'error.overlap' => 'Time interval overlaps with existing records.',
113 // 'error.future_date' => 'Date is in future.',
114 // 'error.xml' => 'Error in XML file at line %d: %s.',
115 // 'error.cannot_import' => 'Cannot import: %s.',
116 // 'error.format' => 'Invalid file format.',
117
118 // Warning messages.
119 // TODO: translate the following.
120 // 'warn.sure' => 'Are you sure?',
121 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
122
123 // Success messages.
124 // TODO: translate the following.
125 // 'msg.success' => 'Operation completed successfully.',
126
127 // Labels for buttons.
128 'button.login' => 'Iniciar sesion',
129 'button.now' => 'Ahora',
130 'button.save' => 'Guardar',
131 // TODO: translate the following.
132 // 'button.copy' => 'Copy',
133 'button.cancel' => 'Cancelar',
134 'button.submit' => 'Enviar',
135 'button.add' => 'Agregar',
136 'button.delete' => 'Eliminar',
137 'button.generate' => 'Generar',
138 // TODO: translate the following.
139 // 'button.reset_password' => 'Reset password',
140 'button.send' => 'Enviar',
141 'button.send_by_email' => 'Enviar por correo',
142 'button.create_group' => 'Crear grupo',
143 'button.export' => 'Exportar grupo',
144 'button.import' => 'Importar grupo',
145 // TODO: translate the following.
146 // 'button.close' => 'Close',
147 // 'button.stop' => 'Stop',
148
149 // Labels for controls on forms. Labels in this section are used on multiple forms.
150 // TODO: translate the following.
151 // 'label.group_name' => 'Group name',
152 'label.address' => 'Dirección',
153 'label.currency' => 'Moneda',
154 // TODO: translate the following.
155 // 'label.manager_name' => 'Manager name',
156 // 'label.manager_login' => 'Manager login',
157 'label.person_name' => 'Nombre',
158 'label.thing_name' => 'Nombre',
159 // TODO: translate the following.
160 // 'label.login' => 'Login',
161 'label.password' => 'Contraseña',
162 'label.confirm_password' => 'Confirmar contraseña',
163 'label.email' => 'Email',
164 'label.cc' => 'Cc',
165 // TODO: translate the following.
166 // 'label.bcc' => 'Bcc',
167 'label.subject' => 'Asunto',
168 'label.date' => 'Fecha',
169 'label.start_date' => 'Fecha de inicio',
170 'label.end_date' => 'Fecha de fin',
171 'label.user' => 'Usuario',
172 // TODO: translate the following.
173 // 'label.users' => 'Users',
174 // 'label.group' => 'Group',
175 // 'label.subgroups' => 'Subgroups',
176 // 'label.roles' => 'Roles',
177 // 'label.client' => 'Client',
178 // 'label.clients' => 'Clients',
179 'label.option' => 'Opción',
180 // TODO: translate the following.
181 // 'label.invoice' => 'Invoice',
182 'label.project' => 'Proyecto',
183 'label.projects' => 'Proyectos',
184 // TODO: translate the following.
185 // 'label.task' => 'Task',
186 // 'label.tasks' => 'Tasks',
187 // 'label.description' => 'Description',
188 'label.start' => 'Inicio',
189 'label.finish' => 'Fin',
190 'label.duration' => 'Duración',
191 'label.note' => 'Nota',
192 // 'label.notes' => 'Notes',
193 // 'label.item' => 'Item',
194 // 'label.cost' => 'Cost',
195 // 'label.ip' => 'IP',
196 // 'label.day_total' => 'Day total',
197 // 'label.week_total' => 'Week total',
198 // 'label.month_total' => 'Month total',
199 'label.today' => 'Hoy',
200 // TODO: translate the following.
201 // 'label.view' => 'View',
202 'label.edit' => 'Modificar',
203 'label.delete' => 'Eliminar',
204 // TODO: translate the following.
205 // 'label.configure' => 'Configure',
206 'label.select_all' => 'Seleccionar todos',
207 'label.select_none' => 'Quitar todas las selecciones',
208 // TODO: translate the following.
209 // 'label.day_view' => 'Day view',
210 // 'label.week_view' => 'Week view',
211 'label.id' => 'Identificación',
212 // TODO: translate the following.
213 // 'label.language' => 'Language',
214 // 'label.decimal_mark' => 'Decimal mark',
215 // 'label.date_format' => 'Date format',
216 // 'label.time_format' => 'Time format',
217 // 'label.week_start' => 'First day of week',
218 'label.comment' => 'Comentario',
219 // TODO: translate the following.
220 // 'label.status' => 'Status',
221 'label.tax' => 'Impuesto',
222 // TODO: translate the following.
223 'label.subtotal' => 'Subtotal',
224 'label.total' => 'Total',
225 // TODO: translate the following.
226 // 'label.client_name' => 'Client name',
227 // 'label.client_address' => 'Client address',
228 'label.or' => 'o',
229 // TODO: translate the following.
230 // 'label.error' => 'Error',
231 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
232 'label.required_fields' => '* - campos requeridos',
233 'label.on_behalf' => 'a nombre de',
234 'label.role_manager' => '(manejador)',
235 'label.role_comanager' => '(auxiliar del manejador)',
236 'label.role_admin' => '(administrador)',
237 // TODO: translate the following.
238 // 'label.page' => 'Page',
239 // 'label.condition' => 'Condition',
240 // 'label.yes' => 'yes',
241 // 'label.no' => 'no',
242 // Labels for plugins (extensions to Time Tracker that provide additional features).
243 // TODO: translate the following.
244 // 'label.custom_fields' => 'Custom fields',
245 // 'label.monthly_quotas' => 'Monthly quotas',
246 // 'label.type' => 'Type',
247 // 'label.type_dropdown' => 'dropdown',
248 // 'label.type_text' => 'text',
249 // 'label.required' => 'Required',
250 'label.fav_report' => 'Reporte favorito',
251 // TODO: translate the following.
252 // 'label.schedule' => 'Schedule',
253 // 'label.what_is_it' => 'What is it?',
254 // 'label.expense' => 'Expense',
255 // 'label.quantity' => 'Quantity',
256 // 'label.paid_status' => 'Paid status',
257 // 'label.paid' => 'Paid',
258 // 'label.mark_paid' => 'Mark paid',
259 // 'label.week_note' => 'Week note',
260 // 'label.week_list' => 'Week list',
261 // 'label.work_units' => 'Work units',
262 // 'label.work_units_short' => 'Units',
263 'label.totals_only' => 'Solo totales',
264
265 // Form titles.
266 // TODO: Translate the following.
267 // 'title.error' => 'Error',
268 // 'title.success' => 'Success',
269 'title.login' => 'Sesión iniciada',
270 'title.groups' => 'Grupos',
271 // TODO: translate the following.
272 // 'title.subgroups' => 'Subgroups',
273 // 'title.add_group' => 'Adding Group',
274 // 'title.edit_group' => 'Editing Group',
275 // 'title.delete_group' => 'Deleting Group',
276 'title.reset_password' => 'Reestablecer contraseña',
277 // TODO: translate the following.
278 // 'title.change_password' => 'Changing Password',
279 'title.time' => 'Tiempo',
280 'title.edit_time_record' => 'Modificando el historial de tiempo',
281 'title.delete_time_record' => 'Eliminando el historial de tiempo',
282 // TODO: translate the following.
283 // 'title.expenses' => 'Expenses',
284 // 'title.edit_expense' => 'Editing Expense Item',
285 // 'title.delete_expense' => 'Deleting Expense Item',
286 // 'title.predefined_expenses' => 'Predefined Expenses',
287 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
288 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
289 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
290 'title.reports' => 'Reportes',
291 // TODO: translate the following.
292 // 'title.report' => 'Report',
293 // 'title.send_report' => 'Sending Report',
294 'title.invoice' => 'Factura',
295 // TODO: translate the following.
296 // 'title.send_invoice' => 'Sending Invoice',
297 // 'title.charts' => 'Charts',
298 'title.projects' => 'Proyectos',
299 'title.add_project' => 'Agregando proyecto',
300 'title.edit_project' => 'Modificando proyecto',
301 'title.delete_project' => 'Eliminando proyecto',
302 // TODO: translate the following.
303 // 'title.tasks' => 'Tasks',
304 // 'title.add_task' => 'Adding Task',
305 // 'title.edit_task' => 'Editing Task',
306 // 'title.delete_task' => 'Deleting Task',
307 'title.users' => 'Personas',
308 'title.add_user' => 'Creando usuario',
309 'title.edit_user' => 'Modificando usuario',
310 'title.delete_user' => 'Eliminando usuario',
311 // TODO: translate the following.
312 // 'title.roles' => 'Roles',
313 // 'title.add_role' => 'Adding Role',
314 // 'title.edit_role' => 'Editing Role',
315 // 'title.delete_role' => 'Deleting Role',
316 'title.clients' => 'Clientes',
317 'title.add_client' => 'Agregar cliente',
318 'title.edit_client' => 'Modificando cliente',
319 'title.delete_client' => 'Eliminando cliente',
320 // TODO: translate the following.
321 // 'title.invoices' => 'Invoices',
322 // 'title.add_invoice' => 'Adding Invoice',
323 // 'title.view_invoice' => 'Viewing Invoice',
324 // 'title.delete_invoice' => 'Deleting Invoice',
325 // 'title.notifications' => 'Notifications',
326 // 'title.add_notification' => 'Adding Notification',
327 // 'title.edit_notification' => 'Editing Notification',
328 // 'title.delete_notification' => 'Deleting Notification',
329 // 'title.monthly_quotas' => 'Monthly Quotas',
330 'title.export' => 'Exportar datos', // TODO: Consider changing to exportando for consistency with other titles.
331 'title.import' => 'Importar datos', // TODO: Consider changing to importando for consistency with other titles.
332 'title.options' => 'Opciones',
333 'title.profile' => 'Perfil',
334 // TODO: translate the following.
335 // 'title.plugins' => 'Plugins',
336 // 'title.cf_custom_fields' => 'Custom Fields',
337 // 'title.cf_add_custom_field' => 'Adding Custom Field',
338 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
339 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
340 // 'title.cf_dropdown_options' => 'Dropdown Options',
341 // 'title.cf_add_dropdown_option' => 'Adding Option',
342 // 'title.cf_edit_dropdown_option' => 'Editing Option',
343 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
344 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
345 // It is also a name for the Locking plugin on the group settings page.
346 // 'title.locking' => 'Locking',
347 // 'title.week_view' => 'Week View',
348 // 'title.swap_roles' => 'Swapping Roles',
349 // 'title.work_units' => 'Work Units',
350
351 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
352 // Strings that are used in a single form must go to the specific form section.
353 'dropdown.all' => '--- todos ---',
354 'dropdown.no' => '--- no ---',
355 'dropdown.current_day' => 'hoy',
356 'dropdown.previous_day' => 'ayer',
357 'dropdown.selected_day' => 'dia',
358 'dropdown.current_week' => 'esta semana',
359 'dropdown.previous_week' => 'la semana pasada',
360 'dropdown.selected_week' => 'semana',
361 'dropdown.current_month' => 'este mes',
362 'dropdown.previous_month' => 'el mes pasado',
363 'dropdown.selected_month' => 'mes',
364 // TODO: translate the following.
365 // 'dropdown.current_year' => 'this year',
366 // 'dropdown.previous_year' => 'previous year',
367 'dropdown.selected_year' => 'año',
368 // TODO: translate the following.
369 // 'dropdown.all_time' => 'all time',
370 'dropdown.projects' => 'proyectos',
371 // TODO: translate the following.
372 // 'dropdown.tasks' => 'tasks',
373 // 'dropdown.clients' => 'clients',
374 'dropdown.select' => '--- seleccionar ---',
375 // TODO: translate the following.
376 // 'dropdown.select_invoice' => '--- select invoice ---',
377 // 'dropdown.status_active' => 'active',
378 // 'dropdown.status_inactive' => 'inactive',
379 // 'dropdown.delete' => 'delete',
380 // 'dropdown.do_not_delete' => 'do not delete',
381 // 'dropdown.paid' => 'paid',
382 // 'dropdown.not_paid' => 'not paid',
383
384 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
385 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
386 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
387 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
388
389 // Login form. See example at https://timetracker.anuko.com/login.php.
390 'form.login.forgot_password' => '¿Olvido su contraseña?',
391 // TODO: translate the following.
392 // '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.',
393
394 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
395 // TODO: check / improve translation of form.reset_password.message.
396 // English form is: 'form.reset_password.message' => 'Password reset request sent by email.',
397 // "by email" is missing here, and it is unclear how exactly it was sent.
398 'form.reset_password.message' => 'Se ha enviado la petición de reestablecer contraseña.',
399 'form.reset_password.email_subject' => 'Solicitud de reestablecimiento de la contraseña de Anuko Time Tracker',
400 // Note to translators: the ending of this string needs to be translated.
401 // TODO: English string has changed. "from IP added. Re-translate the beginning.
402 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
403 // "IP %s" probably sounds awkward.
404 'form.reset_password.email_body' => "Querido usuario, Alguien, IP %s, solicitó reestablecer su contraseña de Anuko Time Tracker. Por favor visite este enlace si quiere reestablecer su contraseña.\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",
405
406 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
407 // TODO: improve translation of form.change_password.tip.
408 // The English form is: 'form.change_password.tip' => 'Type new password and click on Save.',
409 'form.change_password.tip' => 'Para reestablecer su contraseña, por favor digítela y de clic en Guardar.',
410
411 // Time form. See example at https://timetracker.anuko.com/time.php.
412 // Note to translators: translate form.time.duration_format.
413 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
414 'form.time.billable' => 'Facturable',
415 // TODO: translate the following.
416 // 'form.time.uncompleted' => 'Uncompleted',
417 // 'form.time.remaining_quota' => 'Remaining quota',
418 // 'form.time.over_quota' => 'Over quota',
419
420 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
421 'form.time_edit.uncompleted' => 'Este historial fue guardado solamente con la hora de Inicio. Esto no es un error.',
422
423 // Week view form. See example at https://timetracker.anuko.com/week.php.
424 // TODO: translate the following.
425 // 'form.week.new_entry' => 'New entry',
426
427 // Reports form. See example at https://timetracker.anuko.com/reports.php
428 'form.reports.save_as_favorite' => 'Guardar como favorito',
429 // TODO: translate form.reports.confirm_delete.
430 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
431 'form.reports.include_billable' => 'facturable',
432 'form.reports.include_not_billable' => 'no facturable',
433 // TODO: translate the following.
434 // 'form.reports.include_invoiced' => 'invoiced',
435 // 'form.reports.include_not_invoiced' => 'not invoiced',
436 'form.reports.select_period' => 'Seleccionar período de tiempo',
437 'form.reports.set_period' => 'o establecer fechas',
438 'form.reports.show_fields' => 'Mostrar campos',
439 'form.reports.group_by' => 'Agrupar por',
440 'form.reports.group_by_no' => '--- no agrupar ---',
441 'form.reports.group_by_date' => 'fecha',
442 'form.reports.group_by_user' => 'usuario',
443 // TODO: translate the following.
444 // 'form.reports.group_by_client' => 'client',
445 'form.reports.group_by_project' => 'proyecto',
446 // TODO: traslate the following string.
447 // 'form.reports.group_by_task' => 'task',
448
449 // Report form. See example at https://timetracker.anuko.com/report.php
450 // (after generating a report at https://timetracker.anuko.com/reports.php).
451 'form.report.export' => 'Exportar',
452 // TODO: translate the following.
453 // 'form.report.assign_to_invoice' => 'Assign to invoice',
454
455 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
456 // (you can get to this form after generating a report).
457 'form.invoice.number' => 'Número de factura',
458 'form.invoice.person' => 'Persona',
459
460 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
461 // TODO: translate the following.
462 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
463 // 'form.invoice.invoice_entries' => 'Invoice entries',
464 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
465
466 // Charts form. See example at https://timetracker.anuko.com/charts.php
467 // TODO: translate the following.
468 // 'form.charts.interval' => 'Interval',
469 // 'form.charts.chart' => 'Chart',
470
471 // Projects form. See example at https://timetracker.anuko.com/projects.php
472 // TODO: translate the following.
473 // 'form.projects.active_projects' => 'Active Projects',
474 // 'form.projects.inactive_projects' => 'Inactive Projects',
475
476 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
477 // 'form.tasks.active_tasks' => 'Active Tasks',
478 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
479
480 // Users form. See example at https://timetracker.anuko.com/users.php
481 // TODO: translate the following.
482 // 'form.users.active_users' => 'Active Users',
483 // 'form.users.inactive_users' => 'Inactive Users',
484 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
485 'form.users.role' => 'Rol',
486 'form.users.manager' => 'Manejador',
487 'form.users.comanager' => 'Auxiliar del manejador',
488 'form.users.rate' => 'Tasa',
489 // TODO: translate the following.
490 // 'form.users.default_rate' => 'Default hourly rate',
491
492 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
493 // TODO: translate the following.
494 // 'form.user_edit.swap_roles' => 'Swap roles',
495
496 // Roles form. See example at https://timetracker.anuko.com/roles.php
497 // TODO: translate the following.
498 // 'form.roles.active_roles' => 'Active Roles',
499 // 'form.roles.inactive_roles' => 'Inactive Roles',
500 // 'form.roles.rank' => 'Rank',
501 // 'form.roles.rights' => 'Rights',
502 // 'form.roles.assigned' => 'Assigned',
503 // 'form.roles.not_assigned' => 'Not assigned',
504
505 // Clients form. See example at https://timetracker.anuko.com/clients.php
506 // TODO: translate the following.
507 // 'form.clients.active_clients' => 'Active Clients',
508 // 'form.clients.inactive_clients' => 'Inactive Clients',
509
510 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
511 // TODO: translate the following.
512 // 'form.client.client_to_delete' => 'Client to delete',
513 // 'form.client.client_entries' => 'Client entries',
514
515 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
516 'form.export.hint' => 'Usted puede exportar todos los datos del grupo dentro de un archivo xml. Ésto puede ser útil si necesita migrar datos a su propio sevidor.',
517 'form.export.compression' => 'Comprimir',
518 // Note to translators: the strings below are missing in the translation and must be added.
519 // 'form.export.compression_none' => 'none',
520 // 'form.export.compression_bzip' => 'bzip',
521
522 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
523 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.',
524 'form.import.file' => 'Seleccione el archivo',
525 'form.import.success' => 'Importación finalizada con éxito.',
526
527 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
528 // TODO: improve translation of form.admin.hint - no login collisions are allowed.
529 // ALSO TODO: replace "team" with "group" in the string below.
530 'form.groups.hint' => 'Crear un nuevo grupo, creando una nueva cuenta del manejador del equipo.<br>También puede importar datos de grupos, de un archivo xml de otro servidor Anuko Time Tracker (no estan permitidad colisiones de e-mail).',
531
532 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
533 'form.group_edit.12_hours' => '12 horas',
534 'form.group_edit.24_hours' => '24 horas',
535 // TODO: translate the following.
536 // 'form.group_edit.show_holidays' => 'Show holidays',
537 // 'form.group_edit.tracking_mode' => 'Tracking mode',
538 // 'form.group_edit.mode_time' => 'time',
539 // 'form.group_edit.mode_projects' => 'projects',
540 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
541 // 'form.group_edit.record_type' => 'Record type',
542 // 'form.group_edit.type_all' => 'all',
543 // 'form.group_edit.type_start_finish' => 'start and finish',
544 // 'form.group_edit.type_duration' => 'duration',
545 // 'form.group_edit.punch_mode' => 'Punch mode',
546 // 'form.group_edit.allow_overlap' => 'Allow overlap',
547 // 'form.group_edit.future_entries' => 'Future entries',
548 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
549 // 'form.group_edit.copy_warning' => 'Warn on copy',
550 // 'form.group_edit.allow_ip' => 'Allow IP',
551
552 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
553 // TODO: translate the following.
554 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
555
556 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
557 'form.mail.from' => 'De',
558 'form.mail.to' => 'Para',
559 // TODO: translate form.mail.report_subject.
560 // 'form.mail.report_subject' => 'Time Tracker Report',
561 // Note to translators: the following strings need to be translated.
562 // 'form.mail.footer' => '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.',
563 // 'form.mail.report_sent' => 'Report sent.',
564 'form.mail.invoice_sent' => 'Factura enviada.',
565
566 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
567 // TODO: translate the following.
568 // 'form.quota.year' => 'Year',
569 // 'form.quota.month' => 'Month',
570 // 'form.quota.quota' => 'Quota',
571 // 'form.quota.workday_hours' => 'Hours in work day',
572 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
573
574 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
575 // TODO: translate the following.
576 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
577 // 'form.swap.swap_with' => 'Swap roles with',
578
579 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
580 // TODO: translate the following.
581 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
582 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
583
584 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
585 // TODO: translate the following.
586 // 'role.user.label' => 'User',
587 // 'role.user.low_case_label' => 'user',
588 // 'role.user.description' => 'A regular member without management rights.',
589 // 'role.client.label' => 'Client',
590 // 'role.client.low_case_label' => 'client',
591 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
592 // 'role.supervisor.label' => 'Supervisor',
593 // 'role.supervisor.low_case_label' => 'supervisor',
594 // 'role.supervisor.description' => 'A person with a small set of management rights.',
595 // 'role.comanager.label' => 'Co-manager',
596 // 'role.comanager.low_case_label' => 'co-manager',
597 // 'role.comanager.description' => 'A person with a big set of management functions.',
598 // 'role.manager.label' => 'Manager',
599 // 'role.manager.low_case_label' => 'manager',
600 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
601 // 'role.top_manager.label' => 'Top manager',
602 // 'role.top_manager.low_case_label' => 'top manager',
603 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
604 // 'role.admin.label' => 'Administrator',
605 // 'role.admin.low_case_label' => 'administrator',
606 // 'role.admin.description' => 'Site adminsitrator.',
607 );