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