Mercurial > hg > soundsoftware-site
comparison .svn/pristine/59/59db122aa445e58a80de4de5174f1cea934a1801.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 # Galician (Spain) for Ruby on Rails | |
2 # by Marcos Arias Pena (markus@agil-e.com) | |
3 | |
4 gl: | |
5 number: | |
6 format: | |
7 separator: "," | |
8 delimiter: "." | |
9 precision: 3 | |
10 | |
11 currency: | |
12 format: | |
13 format: "%n %u" | |
14 unit: "€" | |
15 separator: "," | |
16 delimiter: "." | |
17 precision: 2 | |
18 | |
19 percentage: | |
20 format: | |
21 # separator: | |
22 delimiter: "" | |
23 # precision: | |
24 | |
25 precision: | |
26 format: | |
27 # separator: | |
28 delimiter: "" | |
29 # precision: | |
30 | |
31 human: | |
32 format: | |
33 # separator: | |
34 delimiter: "" | |
35 precision: 3 | |
36 storage_units: | |
37 format: "%n %u" | |
38 units: | |
39 byte: | |
40 one: "Byte" | |
41 other: "Bytes" | |
42 kb: "KB" | |
43 mb: "MB" | |
44 gb: "GB" | |
45 tb: "TB" | |
46 | |
47 direction: ltr | |
48 date: | |
49 formats: | |
50 default: "%e/%m/%Y" | |
51 short: "%e %b" | |
52 long: "%A %e de %B de %Y" | |
53 day_names: [Domingo, Luns, Martes, Mércores, Xoves, Venres, Sábado] | |
54 abbr_day_names: [Dom, Lun, Mar, Mer, Xov, Ven, Sab] | |
55 month_names: [~, Xaneiro, Febreiro, Marzo, Abril, Maio, Xunio, Xullo, Agosto, Setembro, Outubro, Novembro, Decembro] | |
56 abbr_month_names: [~, Xan, Feb, Maz, Abr, Mai, Xun, Xul, Ago, Set, Out, Nov, Dec] | |
57 order: | |
58 - :day | |
59 - :month | |
60 - :year | |
61 | |
62 time: | |
63 formats: | |
64 default: "%A, %e de %B de %Y, %H:%M hs" | |
65 time: "%H:%M hs" | |
66 short: "%e/%m, %H:%M hs" | |
67 long: "%A %e de %B de %Y ás %H:%M horas" | |
68 | |
69 am: '' | |
70 pm: '' | |
71 | |
72 datetime: | |
73 distance_in_words: | |
74 half_a_minute: 'medio minuto' | |
75 less_than_x_seconds: | |
76 zero: 'menos dun segundo' | |
77 one: '1 segundo' | |
78 few: 'poucos segundos' | |
79 other: '%{count} segundos' | |
80 x_seconds: | |
81 one: '1 segundo' | |
82 other: '%{count} segundos' | |
83 less_than_x_minutes: | |
84 zero: 'menos dun minuto' | |
85 one: '1 minuto' | |
86 other: '%{count} minutos' | |
87 x_minutes: | |
88 one: '1 minuto' | |
89 other: '%{count} minuto' | |
90 about_x_hours: | |
91 one: 'aproximadamente unha hora' | |
92 other: '%{count} horas' | |
93 x_hours: | |
94 one: "1 hour" | |
95 other: "%{count} hours" | |
96 x_days: | |
97 one: '1 día' | |
98 other: '%{count} días' | |
99 x_weeks: | |
100 one: '1 semana' | |
101 other: '%{count} semanas' | |
102 about_x_months: | |
103 one: 'aproximadamente 1 mes' | |
104 other: '%{count} meses' | |
105 x_months: | |
106 one: '1 mes' | |
107 other: '%{count} meses' | |
108 about_x_years: | |
109 one: 'aproximadamente 1 ano' | |
110 other: '%{count} anos' | |
111 over_x_years: | |
112 one: 'máis dun ano' | |
113 other: '%{count} anos' | |
114 almost_x_years: | |
115 one: "almost 1 year" | |
116 other: "almost %{count} years" | |
117 now: 'agora' | |
118 today: 'hoxe' | |
119 tomorrow: 'mañá' | |
120 in: 'dentro de' | |
121 | |
122 support: | |
123 array: | |
124 sentence_connector: e | |
125 | |
126 activerecord: | |
127 models: | |
128 attributes: | |
129 errors: | |
130 template: | |
131 header: | |
132 one: "1 erro evitou que se poidese gardar o %{model}" | |
133 other: "%{count} erros evitaron que se poidese gardar o %{model}" | |
134 body: "Atopáronse os seguintes problemas:" | |
135 messages: | |
136 inclusion: "non está incluido na lista" | |
137 exclusion: "xa existe" | |
138 invalid: "non é válido" | |
139 confirmation: "non coincide coa confirmación" | |
140 accepted: "debe ser aceptado" | |
141 empty: "non pode estar valeiro" | |
142 blank: "non pode estar en blanco" | |
143 too_long: "é demasiado longo (non máis de %{count} carácteres)" | |
144 too_short: "é demasiado curto (non menos de %{count} carácteres)" | |
145 wrong_length: "non ten a lonxitude correcta (debe ser de %{count} carácteres)" | |
146 taken: "non está dispoñible" | |
147 not_a_number: "non é un número" | |
148 greater_than: "debe ser maior que %{count}" | |
149 greater_than_or_equal_to: "debe ser maior ou igual que %{count}" | |
150 equal_to: "debe ser igual a %{count}" | |
151 less_than: "debe ser menor que %{count}" | |
152 less_than_or_equal_to: "debe ser menor ou igual que %{count}" | |
153 odd: "debe ser par" | |
154 even: "debe ser impar" | |
155 greater_than_start_date: "debe ser posterior á data de comezo" | |
156 not_same_project: "non pertence ao mesmo proxecto" | |
157 circular_dependency: "Esta relación podería crear unha dependencia circular" | |
158 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" | |
159 | |
160 actionview_instancetag_blank_option: Por favor seleccione | |
161 | |
162 button_activate: Activar | |
163 button_add: Engadir | |
164 button_annotate: Anotar | |
165 button_apply: Aceptar | |
166 button_archive: Arquivar | |
167 button_back: Atrás | |
168 button_cancel: Cancelar | |
169 button_change: Cambiar | |
170 button_change_password: Cambiar contrasinal | |
171 button_check_all: Seleccionar todo | |
172 button_clear: Anular | |
173 button_configure: Configurar | |
174 button_copy: Copiar | |
175 button_create: Crear | |
176 button_delete: Borrar | |
177 button_download: Descargar | |
178 button_edit: Modificar | |
179 button_list: Listar | |
180 button_lock: Bloquear | |
181 button_log_time: Tempo dedicado | |
182 button_login: Conexión | |
183 button_move: Mover | |
184 button_quote: Citar | |
185 button_rename: Renomear | |
186 button_reply: Respostar | |
187 button_reset: Restablecer | |
188 button_rollback: Volver a esta versión | |
189 button_save: Gardar | |
190 button_sort: Ordenar | |
191 button_submit: Aceptar | |
192 button_test: Probar | |
193 button_unarchive: Desarquivar | |
194 button_uncheck_all: Non seleccionar nada | |
195 button_unlock: Desbloquear | |
196 button_unwatch: Non monitorizar | |
197 button_update: Actualizar | |
198 button_view: Ver | |
199 button_watch: Monitorizar | |
200 default_activity_design: Deseño | |
201 default_activity_development: Desenvolvemento | |
202 default_doc_category_tech: Documentación técnica | |
203 default_doc_category_user: Documentación de usuario | |
204 default_issue_status_in_progress: In Progress | |
205 default_issue_status_closed: Pechada | |
206 default_issue_status_feedback: Comentarios | |
207 default_issue_status_new: Nova | |
208 default_issue_status_rejected: Rexeitada | |
209 default_issue_status_resolved: Resolta | |
210 default_priority_high: Alta | |
211 default_priority_immediate: Inmediata | |
212 default_priority_low: Baixa | |
213 default_priority_normal: Normal | |
214 default_priority_urgent: Urxente | |
215 default_role_developer: Desenvolvedor | |
216 default_role_manager: Xefe de proxecto | |
217 default_role_reporter: Informador | |
218 default_tracker_bug: Erros | |
219 default_tracker_feature: Tarefas | |
220 default_tracker_support: Soporte | |
221 enumeration_activities: Actividades (tempo dedicado) | |
222 enumeration_doc_categories: Categorías do documento | |
223 enumeration_issue_priorities: Prioridade das peticións | |
224 error_can_t_load_default_data: "Non se puido cargar a configuración por defecto: %{value}" | |
225 error_issue_not_found_in_project: 'A petición non se atopa ou non está asociada a este proxecto' | |
226 error_scm_annotate: "Non existe a entrada ou non se puido anotar" | |
227 error_scm_command_failed: "Aconteceu un erro ao acceder ó repositorio: %{value}" | |
228 error_scm_not_found: "A entrada e/ou revisión non existe no repositorio." | |
229 field_account: Conta | |
230 field_activity: Actividade | |
231 field_admin: Administrador | |
232 field_assignable: Pódense asignar peticións a este perfil | |
233 field_assigned_to: Asignado a | |
234 field_attr_firstname: Atributo do nome | |
235 field_attr_lastname: Atributo do apelido | |
236 field_attr_login: Atributo do identificador | |
237 field_attr_mail: Atributo do Email | |
238 field_auth_source: Modo de identificación | |
239 field_author: Autor | |
240 field_base_dn: DN base | |
241 field_category: Categoría | |
242 field_column_names: Columnas | |
243 field_comments: Comentario | |
244 field_comments_sorting: Mostrar comentarios | |
245 field_created_on: Creado | |
246 field_default_value: Estado por defecto | |
247 field_delay: Retraso | |
248 field_description: Descrición | |
249 field_done_ratio: "% Realizado" | |
250 field_downloads: Descargas | |
251 field_due_date: Data fin | |
252 field_effective_date: Data | |
253 field_estimated_hours: Tempo estimado | |
254 field_field_format: Formato | |
255 field_filename: Arquivo | |
256 field_filesize: Tamaño | |
257 field_firstname: Nome | |
258 field_fixed_version: Versión prevista | |
259 field_hide_mail: Ocultar a miña dirección de correo | |
260 field_homepage: Sitio web | |
261 field_host: Anfitrión | |
262 field_hours: Horas | |
263 field_identifier: Identificador | |
264 field_is_closed: Petición resolta | |
265 field_is_default: Estado por defecto | |
266 field_is_filter: Usado como filtro | |
267 field_is_for_all: Para todos os proxectos | |
268 field_is_in_roadmap: Consultar as peticións na planificación | |
269 field_is_public: Público | |
270 field_is_required: Obrigatorio | |
271 field_issue: Petición | |
272 field_issue_to: Petición relacionada | |
273 field_language: Idioma | |
274 field_last_login_on: Última conexión | |
275 field_lastname: Apelido | |
276 field_login: Identificador | |
277 field_mail: Correo electrónico | |
278 field_mail_notification: Notificacións por correo | |
279 field_max_length: Lonxitude máxima | |
280 field_min_length: Lonxitude mínima | |
281 field_name: Nome | |
282 field_new_password: Novo contrasinal | |
283 field_notes: Notas | |
284 field_onthefly: Creación do usuario "ao voo" | |
285 field_parent: Proxecto pai | |
286 field_parent_title: Páxina pai | |
287 field_password: Contrasinal | |
288 field_password_confirmation: Confirmación | |
289 field_port: Porto | |
290 field_possible_values: Valores posibles | |
291 field_priority: Prioridade | |
292 field_project: Proxecto | |
293 field_redirect_existing_links: Redireccionar enlaces existentes | |
294 field_regexp: Expresión regular | |
295 field_role: Perfil | |
296 field_searchable: Incluír nas búsquedas | |
297 field_spent_on: Data | |
298 field_start_date: Data de inicio | |
299 field_start_page: Páxina principal | |
300 field_status: Estado | |
301 field_subject: Tema | |
302 field_subproject: Proxecto secundario | |
303 field_summary: Resumo | |
304 field_time_zone: Zona horaria | |
305 field_title: Título | |
306 field_tracker: Tipo | |
307 field_type: Tipo | |
308 field_updated_on: Actualizado | |
309 field_url: URL | |
310 field_user: Usuario | |
311 field_value: Valor | |
312 field_version: Versión | |
313 general_csv_decimal_separator: ',' | |
314 general_csv_encoding: ISO-8859-15 | |
315 general_csv_separator: ';' | |
316 general_first_day_of_week: '1' | |
317 general_lang_name: 'Galego' | |
318 general_pdf_encoding: UTF-8 | |
319 general_text_No: 'Non' | |
320 general_text_Yes: 'Si' | |
321 general_text_no: 'non' | |
322 general_text_yes: 'si' | |
323 gui_validation_error: 1 erro | |
324 gui_validation_error_plural: "%{count} erros" | |
325 label_activity: Actividade | |
326 label_add_another_file: Engadir outro arquivo | |
327 label_add_note: Engadir unha nota | |
328 label_added: engadido | |
329 label_added_time_by: "Engadido por %{author} fai %{age}" | |
330 label_administration: Administración | |
331 label_age: Idade | |
332 label_ago: fai | |
333 label_all: todos | |
334 label_all_time: todo o tempo | |
335 label_all_words: Tódalas palabras | |
336 label_and_its_subprojects: "%{value} e proxectos secundarios" | |
337 label_applied_status: Aplicar estado | |
338 label_assigned_to_me_issues: Peticións asignadas a min | |
339 label_associated_revisions: Revisións asociadas | |
340 label_attachment: Arquivo | |
341 label_attachment_delete: Borrar o arquivo | |
342 label_attachment_new: Novo arquivo | |
343 label_attachment_plural: Arquivos | |
344 label_attribute: Atributo | |
345 label_attribute_plural: Atributos | |
346 label_auth_source: Modo de autenticación | |
347 label_auth_source_new: Novo modo de autenticación | |
348 label_auth_source_plural: Modos de autenticación | |
349 label_authentication: Autenticación | |
350 label_blocked_by: bloqueado por | |
351 label_blocks: bloquea a | |
352 label_board: Foro | |
353 label_board_new: Novo foro | |
354 label_board_plural: Foros | |
355 label_boolean: Booleano | |
356 label_browse: Ollar | |
357 label_bulk_edit_selected_issues: Editar as peticións seleccionadas | |
358 label_calendar: Calendario | |
359 label_change_plural: Cambios | |
360 label_change_properties: Cambiar propiedades | |
361 label_change_status: Cambiar o estado | |
362 label_change_view_all: Ver tódolos cambios | |
363 label_changes_details: Detalles de tódolos cambios | |
364 label_changeset_plural: Cambios | |
365 label_chronological_order: En orde cronolóxica | |
366 label_closed_issues: pechada | |
367 label_closed_issues_plural: pechadas | |
368 label_x_open_issues_abbr_on_total: | |
369 zero: 0 open / %{total} | |
370 one: 1 open / %{total} | |
371 other: "%{count} open / %{total}" | |
372 label_x_open_issues_abbr: | |
373 zero: 0 open | |
374 one: 1 open | |
375 other: "%{count} open" | |
376 label_x_closed_issues_abbr: | |
377 zero: 0 closed | |
378 one: 1 closed | |
379 other: "%{count} closed" | |
380 label_comment: Comentario | |
381 label_comment_add: Engadir un comentario | |
382 label_comment_added: Comentario engadido | |
383 label_comment_delete: Borrar comentarios | |
384 label_comment_plural: Comentarios | |
385 label_x_comments: | |
386 zero: no comments | |
387 one: 1 comment | |
388 other: "%{count} comments" | |
389 label_commits_per_author: Commits por autor | |
390 label_commits_per_month: Commits por mes | |
391 label_confirmation: Confirmación | |
392 label_contains: conten | |
393 label_copied: copiado | |
394 label_copy_workflow_from: Copiar fluxo de traballo dende | |
395 label_current_status: Estado actual | |
396 label_current_version: Versión actual | |
397 label_custom_field: Campo personalizado | |
398 label_custom_field_new: Novo campo personalizado | |
399 label_custom_field_plural: Campos personalizados | |
400 label_date: Data | |
401 label_date_from: Dende | |
402 label_date_range: Rango de datas | |
403 label_date_to: Ata | |
404 label_day_plural: días | |
405 label_default: Por defecto | |
406 label_default_columns: Columnas por defecto | |
407 label_deleted: suprimido | |
408 label_details: Detalles | |
409 label_diff_inline: en liña | |
410 label_diff_side_by_side: cara a cara | |
411 label_disabled: deshabilitado | |
412 label_display_per_page: "Por páxina: %{value}" | |
413 label_document: Documento | |
414 label_document_added: Documento engadido | |
415 label_document_new: Novo documento | |
416 label_document_plural: Documentos | |
417 label_download: "%{count} Descarga" | |
418 label_download_plural: "%{count} Descargas" | |
419 label_downloads_abbr: D/L | |
420 label_duplicated_by: duplicada por | |
421 label_duplicates: duplicada de | |
422 label_end_to_end: fin a fin | |
423 label_end_to_start: fin a principio | |
424 label_enumeration_new: Novo valor | |
425 label_enumerations: Listas de valores | |
426 label_environment: Entorno | |
427 label_equals: igual | |
428 label_example: Exemplo | |
429 label_export_to: 'Exportar a:' | |
430 label_f_hour: "%{value} hora" | |
431 label_f_hour_plural: "%{value} horas" | |
432 label_feed_plural: Feeds | |
433 label_feeds_access_key_created_on: "Clave de acceso por RSS creada fai %{value}" | |
434 label_file_added: Arquivo engadido | |
435 label_file_plural: Arquivos | |
436 label_filter_add: Engadir o filtro | |
437 label_filter_plural: Filtros | |
438 label_float: Flotante | |
439 label_follows: posterior a | |
440 label_gantt: Gantt | |
441 label_general: Xeral | |
442 label_generate_key: Xerar clave | |
443 label_help: Axuda | |
444 label_history: Histórico | |
445 label_home: Inicio | |
446 label_in: en | |
447 label_in_less_than: en menos que | |
448 label_in_more_than: en mais que | |
449 label_incoming_emails: Correos entrantes | |
450 label_index_by_date: Índice por data | |
451 label_index_by_title: Índice por título | |
452 label_information: Información | |
453 label_information_plural: Información | |
454 label_integer: Número | |
455 label_internal: Interno | |
456 label_issue: Petición | |
457 label_issue_added: Petición engadida | |
458 label_issue_category: Categoría das peticións | |
459 label_issue_category_new: Nova categoría | |
460 label_issue_category_plural: Categorías das peticións | |
461 label_issue_new: Nova petición | |
462 label_issue_plural: Peticións | |
463 label_issue_status: Estado da petición | |
464 label_issue_status_new: Novo estado | |
465 label_issue_status_plural: Estados das peticións | |
466 label_issue_tracking: Peticións | |
467 label_issue_updated: Petición actualizada | |
468 label_issue_view_all: Ver tódalas peticións | |
469 label_issue_watchers: Seguidores | |
470 label_issues_by: "Peticións por %{value}" | |
471 label_jump_to_a_project: Ir ao proxecto... | |
472 label_language_based: Baseado no idioma | |
473 label_last_changes: "últimos %{count} cambios" | |
474 label_last_login: Última conexión | |
475 label_last_month: último mes | |
476 label_last_n_days: "últimos %{count} días" | |
477 label_last_week: última semana | |
478 label_latest_revision: Última revisión | |
479 label_latest_revision_plural: Últimas revisións | |
480 label_ldap_authentication: Autenticación LDAP | |
481 label_less_than_ago: fai menos de | |
482 label_list: Lista | |
483 label_loading: Cargando... | |
484 label_logged_as: Conectado como | |
485 label_login: Conexión | |
486 label_logout: Desconexión | |
487 label_max_size: Tamaño máximo | |
488 label_me: eu mesmo | |
489 label_member: Membro | |
490 label_member_new: Novo membro | |
491 label_member_plural: Membros | |
492 label_message_last: Última mensaxe | |
493 label_message_new: Nova mensaxe | |
494 label_message_plural: Mensaxes | |
495 label_message_posted: Mensaxe engadida | |
496 label_min_max_length: Lonxitude mín - máx | |
497 label_modification: "%{count} modificación" | |
498 label_modification_plural: "%{count} modificacións" | |
499 label_modified: modificado | |
500 label_module_plural: Módulos | |
501 label_month: Mes | |
502 label_months_from: meses de | |
503 label_more: Mais | |
504 label_more_than_ago: fai mais de | |
505 label_my_account: A miña conta | |
506 label_my_page: A miña páxina | |
507 label_my_projects: Os meus proxectos | |
508 label_new: Novo | |
509 label_new_statuses_allowed: Novos estados autorizados | |
510 label_news: Noticia | |
511 label_news_added: Noticia engadida | |
512 label_news_latest: Últimas noticias | |
513 label_news_new: Nova noticia | |
514 label_news_plural: Noticias | |
515 label_news_view_all: Ver tódalas noticias | |
516 label_next: Seguinte | |
517 label_no_change_option: (Sen cambios) | |
518 label_no_data: Ningún dato a mostrar | |
519 label_nobody: ninguén | |
520 label_none: ningún | |
521 label_not_contains: non conten | |
522 label_not_equals: non igual | |
523 label_open_issues: aberta | |
524 label_open_issues_plural: abertas | |
525 label_optional_description: Descrición opcional | |
526 label_options: Opcións | |
527 label_overall_activity: Actividade global | |
528 label_overview: Vistazo | |
529 label_password_lost: ¿Esqueciches o contrasinal? | |
530 label_per_page: Por páxina | |
531 label_permissions: Permisos | |
532 label_permissions_report: Informe de permisos | |
533 label_personalize_page: Personalizar esta páxina | |
534 label_planning: Planificación | |
535 label_please_login: Conexión | |
536 label_plugins: Extensións | |
537 label_precedes: anterior a | |
538 label_preferences: Preferencias | |
539 label_preview: Previsualizar | |
540 label_previous: Anterior | |
541 label_project: Proxecto | |
542 label_project_all: Tódolos proxectos | |
543 label_project_latest: Últimos proxectos | |
544 label_project_new: Novo proxecto | |
545 label_project_plural: Proxectos | |
546 label_x_projects: | |
547 zero: no projects | |
548 one: 1 project | |
549 other: "%{count} projects" | |
550 label_public_projects: Proxectos públicos | |
551 label_query: Consulta personalizada | |
552 label_query_new: Nova consulta | |
553 label_query_plural: Consultas personalizadas | |
554 label_read: Ler... | |
555 label_register: Rexistrar | |
556 label_registered_on: Inscrito o | |
557 label_registration_activation_by_email: activación de conta por correo | |
558 label_registration_automatic_activation: activación automática de conta | |
559 label_registration_manual_activation: activación manual de conta | |
560 label_related_issues: Peticións relacionadas | |
561 label_relates_to: relacionada con | |
562 label_relation_delete: Eliminar relación | |
563 label_relation_new: Nova relación | |
564 label_renamed: renomeado | |
565 label_reply_plural: Respostas | |
566 label_report: Informe | |
567 label_report_plural: Informes | |
568 label_reported_issues: Peticións rexistradas por min | |
569 label_repository: Repositorio | |
570 label_repository_plural: Repositorios | |
571 label_result_plural: Resultados | |
572 label_reverse_chronological_order: En orde cronolóxica inversa | |
573 label_revision: Revisión | |
574 label_revision_plural: Revisións | |
575 label_roadmap: Planificación | |
576 label_roadmap_due_in: "Remata en %{value}" | |
577 label_roadmap_no_issues: Non hai peticións para esta versión | |
578 label_roadmap_overdue: "%{value} tarde" | |
579 label_role: Perfil | |
580 label_role_and_permissions: Perfiles e permisos | |
581 label_role_new: Novo perfil | |
582 label_role_plural: Perfiles | |
583 label_scm: SCM | |
584 label_search: Búsqueda | |
585 label_search_titles_only: Buscar só en títulos | |
586 label_send_information: Enviar información da conta ó usuario | |
587 label_send_test_email: Enviar un correo de proba | |
588 label_settings: Configuración | |
589 label_show_completed_versions: Mostra as versións rematadas | |
590 label_sort_by: "Ordenar por %{value}" | |
591 label_sort_higher: Subir | |
592 label_sort_highest: Primeiro | |
593 label_sort_lower: Baixar | |
594 label_sort_lowest: Último | |
595 label_spent_time: Tempo dedicado | |
596 label_start_to_end: comezo a fin | |
597 label_start_to_start: comezo a comezo | |
598 label_statistics: Estatísticas | |
599 label_stay_logged_in: Lembrar contrasinal | |
600 label_string: Texto | |
601 label_subproject_plural: Proxectos secundarios | |
602 label_text: Texto largo | |
603 label_theme: Tema | |
604 label_this_month: este mes | |
605 label_this_week: esta semana | |
606 label_this_year: este ano | |
607 label_time_tracking: Control de tempo | |
608 label_today: hoxe | |
609 label_topic_plural: Temas | |
610 label_total: Total | |
611 label_tracker: Tipo | |
612 label_tracker_new: Novo tipo | |
613 label_tracker_plural: Tipos de peticións | |
614 label_updated_time: "Actualizado fai %{value}" | |
615 label_updated_time_by: "Actualizado por %{author} fai %{age}" | |
616 label_used_by: Utilizado por | |
617 label_user: Usuario | |
618 label_user_activity: "Actividade de %{value}" | |
619 label_user_mail_no_self_notified: "Non quero ser avisado de cambios feitos por min" | |
620 label_user_mail_option_all: "Para calquera evento en tódolos proxectos" | |
621 label_user_mail_option_selected: "Para calquera evento dos proxectos seleccionados..." | |
622 label_user_new: Novo usuario | |
623 label_user_plural: Usuarios | |
624 label_version: Versión | |
625 label_version_new: Nova versión | |
626 label_version_plural: Versións | |
627 label_view_diff: Ver diferencias | |
628 label_view_revisions: Ver as revisións | |
629 label_watched_issues: Peticións monitorizadas | |
630 label_week: Semana | |
631 label_wiki: Wiki | |
632 label_wiki_edit: Wiki edición | |
633 label_wiki_edit_plural: Wiki edicións | |
634 label_wiki_page: Wiki páxina | |
635 label_wiki_page_plural: Wiki páxinas | |
636 label_workflow: Fluxo de traballo | |
637 label_year: Ano | |
638 label_yesterday: onte | |
639 mail_body_account_activation_request: "Inscribiuse un novo usuario (%{value}). A conta está pendente de aprobación:" | |
640 mail_body_account_information: Información sobre a súa conta | |
641 mail_body_account_information_external: "Pode usar a súa conta %{value} para conectarse." | |
642 mail_body_lost_password: 'Para cambiar o seu contrasinal, faga clic no seguinte enlace:' | |
643 mail_body_register: 'Para activar a súa conta, faga clic no seguinte enlace:' | |
644 mail_body_reminder: "%{count} petición(s) asignadas a ti rematan nos próximos %{days} días:" | |
645 mail_subject_account_activation_request: "Petición de activación de conta %{value}" | |
646 mail_subject_lost_password: "O teu contrasinal de %{value}" | |
647 mail_subject_register: "Activación da conta de %{value}" | |
648 mail_subject_reminder: "%{count} petición(s) rematarán nos próximos %{days} días" | |
649 notice_account_activated: A súa conta foi activada. Xa pode conectarse. | |
650 notice_account_invalid_creditentials: Usuario ou contrasinal inválido. | |
651 notice_account_lost_email_sent: Enviouse un correo con instrucións para elixir un novo contrasinal. | |
652 notice_account_password_updated: Contrasinal modificado correctamente. | |
653 notice_account_pending: "A súa conta creouse e está pendente da aprobación por parte do administrador." | |
654 notice_account_register_done: Conta creada correctamente. Para activala, faga clic sobre o enlace que se lle enviou por correo. | |
655 notice_account_unknown_email: Usuario descoñecido. | |
656 notice_account_updated: Conta actualizada correctamente. | |
657 notice_account_wrong_password: Contrasinal incorrecto. | |
658 notice_can_t_change_password: Esta conta utiliza unha fonte de autenticación externa. Non é posible cambiar o contrasinal. | |
659 notice_default_data_loaded: Configuración por defecto cargada correctamente. | |
660 notice_email_error: "Ocorreu un error enviando o correo (%{value})" | |
661 notice_email_sent: "Enviouse un correo a %{value}" | |
662 notice_failed_to_save_issues: "Imposible gravar %{count} petición(s) de %{total} seleccionada(s): %{ids}." | |
663 notice_feeds_access_key_reseted: A súa clave de acceso para RSS reiniciouse. | |
664 notice_file_not_found: A páxina á que tenta acceder non existe. | |
665 notice_locking_conflict: Os datos modificáronse por outro usuario. | |
666 notice_no_issue_selected: "Ningunha petición seleccionada. Por favor, comprobe a petición que quere modificar" | |
667 notice_not_authorized: Non ten autorización para acceder a esta páxina. | |
668 notice_successful_connection: Conexión correcta. | |
669 notice_successful_create: Creación correcta. | |
670 notice_successful_delete: Borrado correcto. | |
671 notice_successful_update: Modificación correcta. | |
672 notice_unable_delete_version: Non se pode borrar a versión | |
673 permission_add_issue_notes: Engadir notas | |
674 permission_add_issue_watchers: Engadir seguidores | |
675 permission_add_issues: Engadir peticións | |
676 permission_add_messages: Enviar mensaxes | |
677 permission_browse_repository: Ollar repositorio | |
678 permission_comment_news: Comentar noticias | |
679 permission_commit_access: Acceso de escritura | |
680 permission_delete_issues: Borrar peticións | |
681 permission_delete_messages: Borrar mensaxes | |
682 permission_delete_own_messages: Borrar mensaxes propios | |
683 permission_delete_wiki_pages: Borrar páxinas wiki | |
684 permission_delete_wiki_pages_attachments: Borrar arquivos | |
685 permission_edit_issue_notes: Modificar notas | |
686 permission_edit_issues: Modificar peticións | |
687 permission_edit_messages: Modificar mensaxes | |
688 permission_edit_own_issue_notes: Modificar notas propias | |
689 permission_edit_own_messages: Editar mensaxes propios | |
690 permission_edit_own_time_entries: Modificar tempos dedicados propios | |
691 permission_edit_project: Modificar proxecto | |
692 permission_edit_time_entries: Modificar tempos dedicados | |
693 permission_edit_wiki_pages: Modificar páxinas wiki | |
694 permission_log_time: Anotar tempo dedicado | |
695 permission_manage_boards: Administrar foros | |
696 permission_manage_categories: Administrar categorías de peticións | |
697 permission_manage_documents: Administrar documentos | |
698 permission_manage_files: Administrar arquivos | |
699 permission_manage_issue_relations: Administrar relación con outras peticións | |
700 permission_manage_members: Administrar membros | |
701 permission_manage_news: Administrar noticias | |
702 permission_manage_public_queries: Administrar consultas públicas | |
703 permission_manage_repository: Administrar repositorio | |
704 permission_manage_versions: Administrar versións | |
705 permission_manage_wiki: Administrar wiki | |
706 permission_move_issues: Mover peticións | |
707 permission_protect_wiki_pages: Protexer páxinas wiki | |
708 permission_rename_wiki_pages: Renomear páxinas wiki | |
709 permission_save_queries: Gravar consultas | |
710 permission_select_project_modules: Seleccionar módulos do proxecto | |
711 permission_view_calendar: Ver calendario | |
712 permission_view_changesets: Ver cambios | |
713 permission_view_documents: Ver documentos | |
714 permission_view_files: Ver arquivos | |
715 permission_view_gantt: Ver diagrama de Gantt | |
716 permission_view_issue_watchers: Ver lista de seguidores | |
717 permission_view_messages: Ver mensaxes | |
718 permission_view_time_entries: Ver tempo dedicado | |
719 permission_view_wiki_edits: Ver histórico do wiki | |
720 permission_view_wiki_pages: Ver wiki | |
721 project_module_boards: Foros | |
722 project_module_documents: Documentos | |
723 project_module_files: Arquivos | |
724 project_module_issue_tracking: Peticións | |
725 project_module_news: Noticias | |
726 project_module_repository: Repositorio | |
727 project_module_time_tracking: Control de tempo | |
728 project_module_wiki: Wiki | |
729 setting_activity_days_default: Días a mostrar na actividade do proxecto | |
730 setting_app_subtitle: Subtítulo da aplicación | |
731 setting_app_title: Título da aplicación | |
732 setting_attachment_max_size: Tamaño máximo do arquivo | |
733 setting_autofetch_changesets: Autorechear os commits do repositorio | |
734 setting_autologin: Conexión automática | |
735 setting_bcc_recipients: Ocultar as copias de carbón (bcc) | |
736 setting_commit_fix_keywords: Palabras clave para a corrección | |
737 setting_commit_ref_keywords: Palabras clave para a referencia | |
738 setting_cross_project_issue_relations: Permitir relacionar peticións de distintos proxectos | |
739 setting_date_format: Formato da data | |
740 setting_default_language: Idioma por defecto | |
741 setting_default_projects_public: Os proxectos novos son públicos por defecto | |
742 setting_diff_max_lines_displayed: Número máximo de diferencias mostradas | |
743 setting_display_subprojects_issues: Mostrar por defecto peticións de prox. secundarios no principal | |
744 setting_emails_footer: Pe de mensaxes | |
745 setting_enabled_scm: Activar SCM | |
746 setting_feeds_limit: Límite de contido para sindicación | |
747 setting_gravatar_enabled: Usar iconas de usuario (Gravatar) | |
748 setting_host_name: Nome e ruta do servidor | |
749 setting_issue_list_default_columns: Columnas por defecto para a lista de peticións | |
750 setting_issues_export_limit: Límite de exportación de peticións | |
751 setting_login_required: Requírese identificación | |
752 setting_mail_from: Correo dende o que enviar mensaxes | |
753 setting_mail_handler_api_enabled: Activar SW para mensaxes entrantes | |
754 setting_mail_handler_api_key: Clave da API | |
755 setting_per_page_options: Obxectos por páxina | |
756 setting_plain_text_mail: só texto plano (non HTML) | |
757 setting_protocol: Protocolo | |
758 setting_self_registration: Rexistro permitido | |
759 setting_sequential_project_identifiers: Xerar identificadores de proxecto | |
760 setting_sys_api_enabled: Habilitar SW para a xestión do repositorio | |
761 setting_text_formatting: Formato de texto | |
762 setting_time_format: Formato de hora | |
763 setting_user_format: Formato de nome de usuario | |
764 setting_welcome_text: Texto de benvida | |
765 setting_wiki_compression: Compresión do historial do Wiki | |
766 status_active: activo | |
767 status_locked: bloqueado | |
768 status_registered: rexistrado | |
769 text_are_you_sure: ¿Está seguro? | |
770 text_assign_time_entries_to_project: Asignar as horas ó proxecto | |
771 text_caracters_maximum: "%{count} caracteres como máximo." | |
772 text_caracters_minimum: "%{count} caracteres como mínimo" | |
773 text_comma_separated: Múltiples valores permitidos (separados por coma). | |
774 text_default_administrator_account_changed: Conta de administrador por defecto modificada | |
775 text_destroy_time_entries: Borrar as horas | |
776 text_destroy_time_entries_question: Existen %{hours} horas asignadas á petición que quere borrar. ¿Que quere facer ? | |
777 text_diff_truncated: '... Diferencia truncada por exceder o máximo tamaño visualizable.' | |
778 text_email_delivery_not_configured: "O envío de correos non está configurado, e as notificacións desactiváronse. \n Configure o servidor de SMTP en config/configuration.yml e reinicie a aplicación para activar os cambios." | |
779 text_enumeration_category_reassign_to: 'Reasignar ó seguinte valor:' | |
780 text_enumeration_destroy_question: "%{count} obxectos con este valor asignado." | |
781 text_file_repository_writable: Pódese escribir no repositorio | |
782 text_issue_added: "Petición %{id} engadida por %{author}." | |
783 text_issue_category_destroy_assignments: Deixar as peticións sen categoría | |
784 text_issue_category_destroy_question: "Algunhas peticións (%{count}) están asignadas a esta categoría. ¿Que desexa facer?" | |
785 text_issue_category_reassign_to: Reasignar as peticións á categoría | |
786 text_issue_updated: "A petición %{id} actualizouse por %{author}." | |
787 text_issues_destroy_confirmation: '¿Seguro que quere borrar as peticións seleccionadas?' | |
788 text_issues_ref_in_commit_messages: Referencia e petición de corrección nas mensaxes | |
789 text_length_between: "Lonxitude entre %{min} e %{max} caracteres." | |
790 text_load_default_configuration: Cargar a configuración por defecto | |
791 text_min_max_length_info: 0 para ningunha restrición | |
792 text_no_configuration_data: "Inda non se configuraron perfiles, nin tipos, estados e fluxo de traballo asociado a peticións. Recoméndase encarecidamente cargar a configuración por defecto. Unha vez cargada, poderá modificala." | |
793 text_project_destroy_confirmation: ¿Estás seguro de querer eliminar o proxecto? | |
794 text_reassign_time_entries: 'Reasignar as horas a esta petición:' | |
795 text_regexp_info: ex. ^[A-Z0-9]+$ | |
796 text_repository_usernames_mapping: "Estableza a correspondencia entre os usuarios de Redmine e os presentes no log do repositorio.\nOs usuarios co mesmo nome ou correo en Redmine e no repositorio serán asociados automaticamente." | |
797 text_rmagick_available: RMagick dispoñible (opcional) | |
798 text_select_mail_notifications: Seleccionar os eventos a notificar | |
799 text_select_project_modules: 'Seleccione os módulos a activar para este proxecto:' | |
800 text_status_changed_by_changeset: "Aplicado nos cambios %{value}" | |
801 text_subprojects_destroy_warning: "Os proxectos secundarios: %{value} tamén se eliminarán" | |
802 text_tip_issue_begin_day: tarefa que comeza este día | |
803 text_tip_issue_begin_end_day: tarefa que comeza e remata este día | |
804 text_tip_issue_end_day: tarefa que remata este día | |
805 text_tracker_no_workflow: Non hai ningún fluxo de traballo definido para este tipo de petición | |
806 text_unallowed_characters: Caracteres non permitidos | |
807 text_user_mail_option: "Dos proxectos non seleccionados, só recibirá notificacións sobre elementos monitorizados ou elementos nos que estea involucrado (por exemplo, peticións das que vostede sexa autor ou asignadas a vostede)." | |
808 text_user_wrote: "%{value} escribiu:" | |
809 text_wiki_destroy_confirmation: ¿Seguro que quere borrar o wiki e todo o seu contido? | |
810 text_workflow_edit: Seleccionar un fluxo de traballo para actualizar | |
811 warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
812 field_editable: Editable | |
813 text_plugin_assets_writable: Plugin assets directory writable | |
814 label_display: Display | |
815 button_create_and_continue: Create and continue | |
816 text_custom_field_possible_values_info: 'One line for each value' | |
817 setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
818 setting_file_max_size_displayed: Max size of text files displayed inline | |
819 field_watcher: Watcher | |
820 setting_openid: Allow OpenID login and registration | |
821 field_identity_url: OpenID URL | |
822 label_login_with_open_id_option: or login with OpenID | |
823 field_content: Content | |
824 label_descending: Descending | |
825 label_sort: Sort | |
826 label_ascending: Ascending | |
827 label_date_from_to: From %{start} to %{end} | |
828 label_greater_or_equal: ">=" | |
829 label_less_or_equal: <= | |
830 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? | |
831 text_wiki_page_reassign_children: Reassign child pages to this parent page | |
832 text_wiki_page_nullify_children: Keep child pages as root pages | |
833 text_wiki_page_destroy_children: Delete child pages and all their descendants | |
834 setting_password_min_length: Minimum password length | |
835 field_group_by: Group results by | |
836 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
837 label_wiki_content_added: Wiki page added | |
838 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
839 mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}. | |
840 label_wiki_content_updated: Wiki page updated | |
841 mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}. | |
842 permission_add_project: Create project | |
843 setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
844 label_view_all_revisions: View all revisions | |
845 label_tag: Tag | |
846 label_branch: Branch | |
847 error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
848 error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). | |
849 text_journal_changed: "%{label} changed from %{old} to %{new}" | |
850 text_journal_set_to: "%{label} set to %{value}" | |
851 text_journal_deleted: "%{label} deleted (%{old})" | |
852 label_group_plural: Groups | |
853 label_group: Group | |
854 label_group_new: New group | |
855 label_time_entry_plural: Spent time | |
856 text_journal_added: "%{label} %{value} added" | |
857 field_active: Active | |
858 enumeration_system_activity: System Activity | |
859 permission_delete_issue_watchers: Delete watchers | |
860 version_status_closed: closed | |
861 version_status_locked: locked | |
862 version_status_open: open | |
863 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened | |
864 label_user_anonymous: Anonymous | |
865 button_move_and_follow: Move and follow | |
866 setting_default_projects_modules: Default enabled modules for new projects | |
867 setting_gravatar_default: Default Gravatar image | |
868 field_sharing: Sharing | |
869 label_version_sharing_hierarchy: With project hierarchy | |
870 label_version_sharing_system: With all projects | |
871 label_version_sharing_descendants: With subprojects | |
872 label_version_sharing_tree: With project tree | |
873 label_version_sharing_none: Not shared | |
874 error_can_not_archive_project: This project can not be archived | |
875 button_duplicate: Duplicate | |
876 button_copy_and_follow: Copy and follow | |
877 label_copy_source: Source | |
878 setting_issue_done_ratio: Calculate the issue done ratio with | |
879 setting_issue_done_ratio_issue_status: Use the issue status | |
880 error_issue_done_ratios_not_updated: Issue done ratios not updated. | |
881 error_workflow_copy_target: Please select target tracker(s) and role(s) | |
882 setting_issue_done_ratio_issue_field: Use the issue field | |
883 label_copy_same_as_target: Same as target | |
884 label_copy_target: Target | |
885 notice_issue_done_ratios_updated: Issue done ratios updated. | |
886 error_workflow_copy_source: Please select a source tracker or role | |
887 label_update_issue_done_ratios: Update issue done ratios | |
888 setting_start_of_week: Start calendars on | |
889 permission_view_issues: View Issues | |
890 label_display_used_statuses_only: Only display statuses that are used by this tracker | |
891 label_revision_id: Revision %{value} | |
892 label_api_access_key: API access key | |
893 label_api_access_key_created_on: API access key created %{value} ago | |
894 label_feeds_access_key: RSS access key | |
895 notice_api_access_key_reseted: Your API access key was reset. | |
896 setting_rest_api_enabled: Enable REST web service | |
897 label_missing_api_access_key: Missing an API access key | |
898 label_missing_feeds_access_key: Missing a RSS access key | |
899 button_show: Show | |
900 text_line_separated: Multiple values allowed (one line for each value). | |
901 setting_mail_handler_body_delimiters: Truncate emails after one of these lines | |
902 permission_add_subprojects: Create subprojects | |
903 label_subproject_new: New subproject | |
904 text_own_membership_delete_confirmation: |- | |
905 You are about to remove some or all of your permissions and may no longer be able to edit this project after that. | |
906 Are you sure you want to continue? | |
907 label_close_versions: Close completed versions | |
908 label_board_sticky: Sticky | |
909 label_board_locked: Locked | |
910 permission_export_wiki_pages: Export wiki pages | |
911 setting_cache_formatted_text: Cache formatted text | |
912 permission_manage_project_activities: Manage project activities | |
913 error_unable_delete_issue_status: Unable to delete issue status | |
914 label_profile: Profile | |
915 permission_manage_subtasks: Manage subtasks | |
916 field_parent_issue: Parent task | |
917 label_subtask_plural: Subtasks | |
918 label_project_copy_notifications: Send email notifications during the project copy | |
919 error_can_not_delete_custom_field: Unable to delete custom field | |
920 error_unable_to_connect: Unable to connect (%{value}) | |
921 error_can_not_remove_role: This role is in use and can not be deleted. | |
922 error_can_not_delete_tracker: This tracker contains issues and can't be deleted. | |
923 field_principal: Principal | |
924 label_my_page_block: My page block | |
925 notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
926 text_zoom_out: Zoom out | |
927 text_zoom_in: Zoom in | |
928 notice_unable_delete_time_entry: Unable to delete time log entry. | |
929 label_overall_spent_time: Overall spent time | |
930 field_time_entries: Log time | |
931 project_module_gantt: Gantt | |
932 project_module_calendar: Calendar | |
933 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
934 field_text: Text field | |
935 label_user_mail_option_only_owner: Only for things I am the owner of | |
936 setting_default_notification_option: Default notification option | |
937 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in | |
938 label_user_mail_option_only_assigned: Only for things I am assigned to | |
939 label_user_mail_option_none: No events | |
940 field_member_of_group: Assignee's group | |
941 field_assigned_to_role: Assignee's role | |
942 notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
943 label_principal_search: "Search for user or group:" | |
944 label_user_search: "Search for user:" | |
945 field_visible: Visible | |
946 setting_emails_header: Emails header | |
947 setting_commit_logtime_activity_id: Activity for logged time | |
948 text_time_logged_by_changeset: Applied in changeset %{value}. | |
949 setting_commit_logtime_enabled: Enable time logging | |
950 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) | |
951 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
952 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text | |
953 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. | |
954 label_my_queries: My custom queries | |
955 text_journal_changed_no_detail: "%{label} updated" | |
956 label_news_comment_added: Comment added to a news | |
957 button_expand_all: Expand all | |
958 button_collapse_all: Collapse all | |
959 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
960 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
961 label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
962 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | |
963 label_role_anonymous: Anonymous | |
964 label_role_non_member: Non member | |
965 label_issue_note_added: Note added | |
966 label_issue_status_updated: Status updated | |
967 label_issue_priority_updated: Priority updated | |
968 label_issues_visibility_own: Issues created by or assigned to the user | |
969 field_issues_visibility: Issues visibility | |
970 label_issues_visibility_all: All issues | |
971 permission_set_own_issues_private: Set own issues public or private | |
972 field_is_private: Private | |
973 permission_set_issues_private: Set issues public or private | |
974 label_issues_visibility_public: All non private issues | |
975 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | |
976 field_commit_logs_encoding: Codificación das mensaxes de commit | |
977 field_scm_path_encoding: Path encoding | |
978 text_scm_path_encoding_note: "Default: UTF-8" | |
979 field_path_to_repository: Path to repository | |
980 field_root_directory: Root directory | |
981 field_cvs_module: Module | |
982 field_cvsroot: CVSROOT | |
983 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | |
984 text_scm_command: Command | |
985 text_scm_command_version: Version | |
986 label_git_report_last_commit: Report last commit for files and directories | |
987 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. | |
988 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. | |
989 notice_issue_successful_create: Issue %{id} created. | |
990 label_between: between | |
991 setting_issue_group_assignment: Allow issue assignment to groups | |
992 label_diff: diff | |
993 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
994 description_query_sort_criteria_direction: Sort direction | |
995 description_project_scope: Search scope | |
996 description_filter: Filter | |
997 description_user_mail_notification: Mail notification settings | |
998 description_date_from: Enter start date | |
999 description_message_content: Message content | |
1000 description_available_columns: Available Columns | |
1001 description_date_range_interval: Choose range by selecting start and end date | |
1002 description_issue_category_reassign: Choose issue category | |
1003 description_search: Searchfield | |
1004 description_notes: Notes | |
1005 description_date_range_list: Choose range from list | |
1006 description_choose_project: Projects | |
1007 description_date_to: Enter end date | |
1008 description_query_sort_criteria_attribute: Sort attribute | |
1009 description_wiki_subpages_reassign: Choose new parent page | |
1010 description_selected_columns: Selected Columns | |
1011 label_parent_revision: Parent | |
1012 label_child_revision: Child | |
1013 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. | |
1014 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | |
1015 button_edit_section: Edit this section | |
1016 setting_repositories_encodings: Attachments and repositories encodings | |
1017 description_all_columns: All Columns | |
1018 button_export: Export | |
1019 label_export_options: "%{export_format} export options" | |
1020 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) | |
1021 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." | |
1022 label_x_issues: | |
1023 zero: 0 petición | |
1024 one: 1 petición | |
1025 other: "%{count} peticións" | |
1026 label_repository_new: New repository | |
1027 field_repository_is_default: Main repository | |
1028 label_copy_attachments: Copy attachments | |
1029 label_item_position: "%{position}/%{count}" | |
1030 label_completed_versions: Completed versions | |
1031 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1032 field_multiple: Multiple values | |
1033 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | |
1034 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes | |
1035 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) | |
1036 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1037 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1038 permission_manage_related_issues: Manage related issues | |
1039 field_auth_source_ldap_filter: LDAP filter | |
1040 label_search_for_watchers: Search for watchers to add | |
1041 notice_account_deleted: Your account has been permanently deleted. | |
1042 setting_unsubscribe: Allow users to delete their own account | |
1043 button_delete_my_account: Delete my account | |
1044 text_account_destroy_confirmation: |- | |
1045 Are you sure you want to proceed? | |
1046 Your account will be permanently deleted, with no way to reactivate it. | |
1047 error_session_expired: Your session has expired. Please login again. | |
1048 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | |
1049 setting_session_lifetime: Session maximum lifetime | |
1050 setting_session_timeout: Session inactivity timeout | |
1051 label_session_expiration: Session expiration | |
1052 permission_close_project: Close / reopen the project | |
1053 label_show_closed_projects: View closed projects | |
1054 button_close: Close | |
1055 button_reopen: Reopen | |
1056 project_status_active: active | |
1057 project_status_closed: closed | |
1058 project_status_archived: archived | |
1059 text_project_closed: This project is closed and read-only. | |
1060 notice_user_successful_create: User %{id} created. | |
1061 field_core_fields: Standard fields | |
1062 field_timeout: Timeout (in seconds) | |
1063 setting_thumbnails_enabled: Display attachment thumbnails | |
1064 setting_thumbnails_size: Thumbnails size (in pixels) | |
1065 label_status_transitions: Status transitions | |
1066 label_fields_permissions: Fields permissions | |
1067 label_readonly: Read-only | |
1068 label_required: Required | |
1069 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1070 field_board_parent: Parent forum | |
1071 label_attribute_of_project: Project's %{name} | |
1072 label_attribute_of_author: Author's %{name} | |
1073 label_attribute_of_assigned_to: Assignee's %{name} | |
1074 label_attribute_of_fixed_version: Target version's %{name} | |
1075 label_copy_subtasks: Copy subtasks | |
1076 label_copied_to: copied to | |
1077 label_copied_from: copied from | |
1078 label_any_issues_in_project: any issues in project | |
1079 label_any_issues_not_in_project: any issues not in project | |
1080 field_private_notes: Private notes | |
1081 permission_view_private_notes: View private notes | |
1082 permission_set_notes_private: Set notes as private | |
1083 label_no_issues_in_project: no issues in project | |
1084 label_any: todos | |
1085 label_last_n_weeks: last %{count} weeks | |
1086 setting_cross_project_subtasks: Allow cross-project subtasks | |
1087 label_cross_project_descendants: With subprojects | |
1088 label_cross_project_tree: With project tree | |
1089 label_cross_project_hierarchy: With project hierarchy | |
1090 label_cross_project_system: With all projects | |
1091 button_hide: Hide | |
1092 setting_non_working_week_days: Non-working days | |
1093 label_in_the_next_days: in the next | |
1094 label_in_the_past_days: in the past |