@@ -84,7 +84,7 class Attachment < ActiveRecord::Base | |||||
84 | end |
|
84 | end | |
85 |
|
85 | |||
86 | def project |
|
86 | def project | |
87 | container.is_a?(Project) ? container : container.project |
|
87 | container.project | |
88 | end |
|
88 | end | |
89 |
|
89 | |||
90 | def image? |
|
90 | def image? |
@@ -6,16 +6,16 actionview_datehelper_select_month_names_abbr: Jan,Feb,Mär,Apr,Mai,Jun,Jul,Aug, | |||||
6 | actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 | actionview_datehelper_time_in_words_day: 1 Tag |
|
8 | actionview_datehelper_time_in_words_day: 1 Tag | |
9 | actionview_datehelper_time_in_words_day_plural: %d Tage |
|
9 | actionview_datehelper_time_in_words_day_plural: %d Tagen | |
10 | actionview_datehelper_time_in_words_hour_about: ungefähr eine Stunde |
|
10 | actionview_datehelper_time_in_words_hour_about: ungefähr einer Stunde | |
11 | actionview_datehelper_time_in_words_hour_about_plural: ungefähr %d Stunden |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: ungefähr %d Stunden | |
12 | actionview_datehelper_time_in_words_hour_about_single: ungefähr eine Stunde |
|
12 | actionview_datehelper_time_in_words_hour_about_single: ungefähr einer Stunde | |
13 | actionview_datehelper_time_in_words_minute: 1 Minute |
|
13 | actionview_datehelper_time_in_words_minute: 1 Minute | |
14 | actionview_datehelper_time_in_words_minute_half: halbe Minute |
|
14 | actionview_datehelper_time_in_words_minute_half: einer halben Minute | |
15 | actionview_datehelper_time_in_words_minute_less_than: weniger als eine Minute |
|
15 | actionview_datehelper_time_in_words_minute_less_than: weniger als einer Minute | |
16 | actionview_datehelper_time_in_words_minute_plural: %d Minuten |
|
16 | actionview_datehelper_time_in_words_minute_plural: %d Minuten | |
17 | actionview_datehelper_time_in_words_minute_single: 1 Minute |
|
17 | actionview_datehelper_time_in_words_minute_single: 1 Minute | |
18 |
actionview_datehelper_time_in_words_second_less_than: |
|
18 | actionview_datehelper_time_in_words_second_less_than: weniger als einer Sekunde | |
19 | actionview_datehelper_time_in_words_second_less_than_plural: weniger als %d Sekunden |
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: weniger als %d Sekunden | |
20 | actionview_instancetag_blank_option: Bitte auswählen |
|
20 | actionview_instancetag_blank_option: Bitte auswählen | |
21 |
|
21 | |||
@@ -74,10 +74,10 notice_email_sent: Eine E-Mail wurde an %s gesendet. | |||||
74 | notice_email_error: Beim Senden einer E-Mail ist ein Fehler aufgetreten (%s). |
|
74 | notice_email_error: Beim Senden einer E-Mail ist ein Fehler aufgetreten (%s). | |
75 | notice_feeds_access_key_reseted: Ihr RSS-Zugriffsschlüssel wurde zurückgesetzt. |
|
75 | notice_feeds_access_key_reseted: Ihr RSS-Zugriffsschlüssel wurde zurückgesetzt. | |
76 |
|
76 | |||
77 |
mail_subject_lost_password: Ihr Redmine |
|
77 | mail_subject_lost_password: Ihr Redmine-Kennwort | |
78 |
mail_body_lost_password: 'Benutzen Sie folgenden Link, um |
|
78 | mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:' | |
79 | mail_subject_register: Redmine Kontoaktivierung |
|
79 | mail_subject_register: Redmine Kontoaktivierung | |
80 |
mail_body_register: 'Um Ihr |
|
80 | mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:' | |
81 |
|
81 | |||
82 | gui_validation_error: 1 Fehler |
|
82 | gui_validation_error: 1 Fehler | |
83 | gui_validation_error_plural: %d Fehler |
|
83 | gui_validation_error_plural: %d Fehler | |
@@ -88,7 +88,7 field_summary: Zusammenfassung | |||||
88 | field_is_required: Erforderlich |
|
88 | field_is_required: Erforderlich | |
89 | field_firstname: Vorname |
|
89 | field_firstname: Vorname | |
90 | field_lastname: Nachname |
|
90 | field_lastname: Nachname | |
91 |
field_mail: E |
|
91 | field_mail: E-Mail | |
92 | field_filename: Datei |
|
92 | field_filename: Datei | |
93 | field_filesize: Größe |
|
93 | field_filesize: Größe | |
94 | field_downloads: Downloads |
|
94 | field_downloads: Downloads | |
@@ -146,7 +146,7 field_onthefly: On-the-fly-Benutzererstellung | |||||
146 | field_start_date: Beginn |
|
146 | field_start_date: Beginn | |
147 | field_done_ratio: %% erledigt |
|
147 | field_done_ratio: %% erledigt | |
148 | field_auth_source: Authentifizierungs-Modus |
|
148 | field_auth_source: Authentifizierungs-Modus | |
149 |
field_hide_mail: E |
|
149 | field_hide_mail: E-Mail-Adresse nicht anzeigen | |
150 | field_comments: Kommentar |
|
150 | field_comments: Kommentar | |
151 | field_url: URL |
|
151 | field_url: URL | |
152 | field_start_page: Hauptseite |
|
152 | field_start_page: Hauptseite | |
@@ -421,7 +421,7 label_feeds_access_key_created_on: RSS-Zugriffsschlüssel vor %s erstellt | |||||
421 | label_module_plural: Module |
|
421 | label_module_plural: Module | |
422 | label_added_time_by: Von %s vor %s hinzugefügt |
|
422 | label_added_time_by: Von %s vor %s hinzugefügt | |
423 | label_updated_time: Vor %s aktualisiert |
|
423 | label_updated_time: Vor %s aktualisiert | |
424 |
label_jump_to_a_project: |
|
424 | label_jump_to_a_project: Zu einem Projekt springen... | |
425 |
|
425 | |||
426 | button_login: Anmelden |
|
426 | button_login: Anmelden | |
427 | button_submit: OK |
|
427 | button_submit: OK | |
@@ -470,8 +470,8 text_journal_changed: geändert von %s zu %s | |||||
470 | text_journal_set_to: gestellt zu %s |
|
470 | text_journal_set_to: gestellt zu %s | |
471 | text_journal_deleted: gelöscht |
|
471 | text_journal_deleted: gelöscht | |
472 | text_tip_task_begin_day: Aufgabe, die an diesem Tag beginnt |
|
472 | text_tip_task_begin_day: Aufgabe, die an diesem Tag beginnt | |
473 |
text_tip_task_end_day: Aufgabe, die an diesem Tag |
|
473 | text_tip_task_end_day: Aufgabe, die an diesem Tag endet | |
474 |
text_tip_task_begin_end_day: Aufgabe, die an diesem Tag beginnt und |
|
474 | text_tip_task_begin_end_day: Aufgabe, die an diesem Tag beginnt und endet | |
475 | text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern und Bindestriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.' |
|
475 | text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern und Bindestriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.' | |
476 | text_caracters_maximum: Max. %d Zeichen. |
|
476 | text_caracters_maximum: Max. %d Zeichen. | |
477 | text_length_between: Länge zwischen %d und %d Zeichen. |
|
477 | text_length_between: Länge zwischen %d und %d Zeichen. | |
@@ -482,9 +482,9 text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log | |||||
482 | text_issue_added: Ticket %s wurde erstellt. |
|
482 | text_issue_added: Ticket %s wurde erstellt. | |
483 | text_issue_updated: Ticket %s wurde aktualisiert. |
|
483 | text_issue_updated: Ticket %s wurde aktualisiert. | |
484 | text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten? |
|
484 | text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten? | |
485 |
text_issue_category_destroy_question: |
|
485 | text_issue_category_destroy_question: Einige Tickets (%d) sind dieser Kategorie zugeodnet. Was möchten Sie tun? | |
486 |
text_issue_category_destroy_assignments: |
|
486 | text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen | |
487 |
text_issue_category_reassign_to: |
|
487 | text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen | |
488 |
|
488 | |||
489 | default_role_manager: Manager |
|
489 | default_role_manager: Manager | |
490 | default_role_developper: Developer |
|
490 | default_role_developper: Developer | |
@@ -511,38 +511,38 default_activity_development: Development | |||||
511 | enumeration_issue_priorities: Ticket-Prioritäten |
|
511 | enumeration_issue_priorities: Ticket-Prioritäten | |
512 | enumeration_doc_categories: Dokumentenkategorien |
|
512 | enumeration_doc_categories: Dokumentenkategorien | |
513 | enumeration_activities: Aktivitäten (Zeiterfassung) |
|
513 | enumeration_activities: Aktivitäten (Zeiterfassung) | |
514 |
label_file_plural: |
|
514 | label_file_plural: Dateien | |
515 | label_changeset_plural: Changesets |
|
515 | label_changeset_plural: Changesets | |
516 |
field_column_names: |
|
516 | field_column_names: Spalten | |
517 |
label_default_columns: Default |
|
517 | label_default_columns: Default-Spalten | |
518 |
setting_issue_list_default_columns: Default |
|
518 | setting_issue_list_default_columns: Default-Spalten in der Ticket-Auflistung | |
519 |
setting_repositories_encodings: Repositor |
|
519 | setting_repositories_encodings: Repository-Kodierung | |
520 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
520 | notice_no_issue_selected: "Kein Ticket ausgewählt! Bitte wählen Sie die Tickets, die Sie bearbeiten möchten." | |
521 |
label_bulk_edit_selected_issues: |
|
521 | label_bulk_edit_selected_issues: Alle ausgewählten Tickets bearbeiten | |
522 |
label_no_change_option: ( |
|
522 | label_no_change_option: (Keine Änderung) | |
523 | notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." |
|
523 | notice_failed_to_save_issues: "%d von %d ausgewählten Tickets konnte(n) nicht gespeichert werden: %s." | |
524 |
label_theme: |
|
524 | label_theme: Stil | |
525 | label_default: Default |
|
525 | label_default: Default | |
526 |
label_search_titles_only: |
|
526 | label_search_titles_only: Nur Titel durchsuchen | |
527 |
label_nobody: n |
|
527 | label_nobody: Niemand | |
528 |
button_change_password: |
|
528 | button_change_password: Kennwort ändern | |
529 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
529 | text_user_mail_option: "Für nicht ausgewählte Projekte werden Sie nur Benachrichtigungen für Dinge erhalten, die Sie beobachten oder an denen Sie beteiligt sind (z.B. Tickets, deren Autor Sie sind oder die Ihnen zugewiesen sind)." | |
530 |
label_user_mail_option_selected: "F |
|
530 | label_user_mail_option_selected: "Für alle Ereignisse in den ausgewählten Projekten..." | |
531 |
label_user_mail_option_all: "F |
|
531 | label_user_mail_option_all: "Für alle Ereignisse in all meinen Projekten" | |
532 |
label_user_mail_option_none: " |
|
532 | label_user_mail_option_none: "Nur für Dinge, die ich beobachte oder an denen ich beteiligt bin" | |
533 |
setting_emails_footer: E |
|
533 | setting_emails_footer: E-Mail-Fußzeile | |
534 |
label_float: Fl |
|
534 | label_float: Fließkommazahl | |
535 |
button_copy: |
|
535 | button_copy: Kopieren | |
536 |
mail_body_account_information_external: |
|
536 | mail_body_account_information_external: Sie können sich mit Ihrem Konto "%s" an Redmine anmelden. | |
537 |
mail_body_account_information: |
|
537 | mail_body_account_information: Ihre Redmine Konto-Informationen | |
538 |
setting_protocol: Proto |
|
538 | setting_protocol: Protokoll | |
539 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
539 | label_user_mail_no_self_notified: "Ich möchte nicht über Änderungen benachrichtigt werden, die ich selbst durchführe." | |
540 |
setting_time_format: |
|
540 | setting_time_format: Zeitformat | |
541 |
label_registration_activation_by_email: |
|
541 | label_registration_activation_by_email: Kontoaktivierung durch E-Mail | |
542 |
mail_subject_account_activation_request: Redmine |
|
542 | mail_subject_account_activation_request: Antrag auf Redmine Kontoaktivierung | |
543 |
mail_body_account_activation_request: ' |
|
543 | mail_body_account_activation_request: 'Ein neuer Benutzer (%s) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:' | |
544 |
label_registration_automatic_activation: |
|
544 | label_registration_automatic_activation: Automatische Kontoaktivierung | |
545 |
label_registration_manual_activation: |
|
545 | label_registration_manual_activation: Manuelle Kontoaktivierung | |
546 |
notice_account_pending: " |
|
546 | notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators." | |
547 |
field_time_zone: |
|
547 | field_time_zone: Zeitzone | |
548 |
text_caracters_minimum: Mus |
|
548 | text_caracters_minimum: Muss mindestens %d Zeichen lang sein. |
@@ -29,7 +29,7 activerecord_error_blank: no puede estar en blanco | |||||
29 | activerecord_error_too_long: es demasiado largo |
|
29 | activerecord_error_too_long: es demasiado largo | |
30 | activerecord_error_too_short: es demasiado corto |
|
30 | activerecord_error_too_short: es demasiado corto | |
31 | activerecord_error_wrong_length: la longitud es incorrecta |
|
31 | activerecord_error_wrong_length: la longitud es incorrecta | |
32 |
activerecord_error_taken: |
|
32 | activerecord_error_taken: ya está siendo usado | |
33 | activerecord_error_not_a_number: no es un número |
|
33 | activerecord_error_not_a_number: no es un número | |
34 | activerecord_error_not_a_date: no es una fecha válida |
|
34 | activerecord_error_not_a_date: no es una fecha válida | |
35 | activerecord_error_greater_than_start_date: debe ser la fecha mayor que del comienzo |
|
35 | activerecord_error_greater_than_start_date: debe ser la fecha mayor que del comienzo | |
@@ -60,7 +60,7 notice_account_wrong_password: Contraseña incorrecta. | |||||
60 | notice_account_register_done: Cuenta creada correctamente. |
|
60 | notice_account_register_done: Cuenta creada correctamente. | |
61 | notice_account_unknown_email: Usuario desconocido. |
|
61 | notice_account_unknown_email: Usuario desconocido. | |
62 | notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña. |
|
62 | notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña. | |
63 |
notice_account_lost_email_sent: |
|
63 | notice_account_lost_email_sent: Se le ha enviado un correo con instrucciones para elegir una nueva contraseña. | |
64 | notice_account_activated: Su cuenta ha sido activada. Ahora se encuentra conectado. |
|
64 | notice_account_activated: Su cuenta ha sido activada. Ahora se encuentra conectado. | |
65 | notice_successful_create: Creación correcta. |
|
65 | notice_successful_create: Creación correcta. | |
66 | notice_successful_update: Modificación correcta. |
|
66 | notice_successful_update: Modificación correcta. | |
@@ -226,7 +226,7 label_administration: Administración | |||||
226 | label_login: Conexión |
|
226 | label_login: Conexión | |
227 | label_logout: Desconexión |
|
227 | label_logout: Desconexión | |
228 | label_help: Ayuda |
|
228 | label_help: Ayuda | |
229 | label_reported_issues: Peticiones registradas |
|
229 | label_reported_issues: Peticiones registradas por mí | |
230 | label_assigned_to_me_issues: Peticiones que me están asignadas |
|
230 | label_assigned_to_me_issues: Peticiones que me están asignadas | |
231 | label_last_login: Última conexión |
|
231 | label_last_login: Última conexión | |
232 | label_last_updates: Actualizado |
|
232 | label_last_updates: Actualizado | |
@@ -257,7 +257,7 label_change_status: Cambiar el estado | |||||
257 | label_history: Histórico |
|
257 | label_history: Histórico | |
258 | label_attachment: Fichero |
|
258 | label_attachment: Fichero | |
259 | label_attachment_new: Nuevo fichero |
|
259 | label_attachment_new: Nuevo fichero | |
260 |
label_attachment_delete: |
|
260 | label_attachment_delete: Borrar el fichero | |
261 | label_attachment_plural: Ficheros |
|
261 | label_attachment_plural: Ficheros | |
262 | label_report: Informe |
|
262 | label_report: Informe | |
263 | label_report_plural: Informes |
|
263 | label_report_plural: Informes | |
@@ -303,10 +303,10 label_comment: Comentario | |||||
303 | label_comment_plural: Comentarios |
|
303 | label_comment_plural: Comentarios | |
304 | label_comment_add: Añadir un comentario |
|
304 | label_comment_add: Añadir un comentario | |
305 | label_comment_added: Comentario añadido |
|
305 | label_comment_added: Comentario añadido | |
306 |
label_comment_delete: |
|
306 | label_comment_delete: Borrar comentarios | |
307 |
label_query: |
|
307 | label_query: Consulta personalizada | |
308 |
label_query_plural: |
|
308 | label_query_plural: Consultas personalizadas | |
309 |
label_query_new: Nueva |
|
309 | label_query_new: Nueva consulta | |
310 | label_filter_add: Añadir el filtro |
|
310 | label_filter_add: Añadir el filtro | |
311 | label_filter_plural: Filtros |
|
311 | label_filter_plural: Filtros | |
312 | label_equals: igual |
|
312 | label_equals: igual | |
@@ -334,7 +334,7 label_latest_revision: La revisión más actual | |||||
334 | label_latest_revision_plural: Las revisiones más actuales |
|
334 | label_latest_revision_plural: Las revisiones más actuales | |
335 | label_view_revisions: Ver las revisiones |
|
335 | label_view_revisions: Ver las revisiones | |
336 | label_max_size: Tamaño máximo |
|
336 | label_max_size: Tamaño máximo | |
337 |
label_on: e |
|
337 | label_on: de | |
338 | label_sort_highest: Primero |
|
338 | label_sort_highest: Primero | |
339 | label_sort_higher: Subir |
|
339 | label_sort_higher: Subir | |
340 | label_sort_lower: Bajar |
|
340 | label_sort_lower: Bajar | |
@@ -344,7 +344,7 label_roadmap_due_in: Realizado en | |||||
344 | label_roadmap_no_issues: No hay peticiones para esta versión |
|
344 | label_roadmap_no_issues: No hay peticiones para esta versión | |
345 | label_search: Búsqueda |
|
345 | label_search: Búsqueda | |
346 | label_result: %d resultado |
|
346 | label_result: %d resultado | |
347 |
label_result_plural: |
|
347 | label_result_plural: Resultados | |
348 | label_all_words: Todas las palabras |
|
348 | label_all_words: Todas las palabras | |
349 | label_wiki: Wiki |
|
349 | label_wiki: Wiki | |
350 | label_wiki_edit: Wiki edicción |
|
350 | label_wiki_edit: Wiki edicción | |
@@ -353,7 +353,7 label_wiki_page: Wiki página | |||||
353 | label_wiki_page_plural: Wiki páginas |
|
353 | label_wiki_page_plural: Wiki páginas | |
354 | label_page_index: Índice |
|
354 | label_page_index: Índice | |
355 | label_current_version: Versión actual |
|
355 | label_current_version: Versión actual | |
356 |
label_preview: Previ |
|
356 | label_preview: Previsualizar | |
357 | label_feed_plural: Feeds |
|
357 | label_feed_plural: Feeds | |
358 | label_changes_details: Detalles de todos los cambios |
|
358 | label_changes_details: Detalles de todos los cambios | |
359 | label_issue_tracking: Peticiones |
|
359 | label_issue_tracking: Peticiones | |
@@ -391,10 +391,10 label_stay_logged_in: Recordar conexión | |||||
391 | label_disabled: deshabilitado |
|
391 | label_disabled: deshabilitado | |
392 | label_show_completed_versions: Muestra las versiones completas |
|
392 | label_show_completed_versions: Muestra las versiones completas | |
393 | label_me: me |
|
393 | label_me: me | |
394 |
label_board: For |
|
394 | label_board: Foro | |
395 |
label_board_new: Nuevo for |
|
395 | label_board_new: Nuevo foro | |
396 |
label_board_plural: For |
|
396 | label_board_plural: Foros | |
397 |
label_topic_plural: T |
|
397 | label_topic_plural: Temas | |
398 | label_message_plural: Mensajes |
|
398 | label_message_plural: Mensajes | |
399 | label_message_last: Último mensaje |
|
399 | label_message_last: Último mensaje | |
400 | label_message_new: Nuevo mensaje |
|
400 | label_message_new: Nuevo mensaje | |
@@ -409,10 +409,10 label_language_based: Badado en el idioma | |||||
409 |
|
409 | |||
410 | button_login: Conexión |
|
410 | button_login: Conexión | |
411 | button_submit: Aceptar |
|
411 | button_submit: Aceptar | |
412 |
button_save: |
|
412 | button_save: Guardar | |
413 | button_check_all: Seleccionar todo |
|
413 | button_check_all: Seleccionar todo | |
414 | button_uncheck_all: No seleccionar nada |
|
414 | button_uncheck_all: No seleccionar nada | |
415 |
button_delete: |
|
415 | button_delete: Borrar | |
416 | button_create: Crear |
|
416 | button_create: Crear | |
417 | button_test: Testar |
|
417 | button_test: Testar | |
418 | button_edit: Modificar |
|
418 | button_edit: Modificar | |
@@ -455,30 +455,30 text_tip_task_begin_day: tarea que comienza este día | |||||
455 | text_tip_task_end_day: tarea que termina este día |
|
455 | text_tip_task_end_day: tarea que termina este día | |
456 | text_tip_task_begin_end_day: tarea que comienza y termina este día |
|
456 | text_tip_task_begin_end_day: tarea que comienza y termina este día | |
457 | text_project_identifier_info: 'Letras minúsculas (a-z), números y signos de puntuación permitidos.<br />Una vez guardado, el identificador no puede modificarse.' |
|
457 | text_project_identifier_info: 'Letras minúsculas (a-z), números y signos de puntuación permitidos.<br />Una vez guardado, el identificador no puede modificarse.' | |
458 |
text_caracters_maximum: %d car |
|
458 | text_caracters_maximum: %d carácteres como máximo. | |
459 |
text_length_between: Longitud entre %d y %d car |
|
459 | text_length_between: Longitud entre %d y %d carácteres. | |
460 | text_tracker_no_workflow: No hay ningún workflow definido para este tracker |
|
460 | text_tracker_no_workflow: No hay ningún workflow definido para este tracker | |
461 |
text_unallowed_characters: Car |
|
461 | text_unallowed_characters: Carácteres no permitidos | |
462 | text_comma_separated: Múltiples valores permitidos (separados por coma). |
|
462 | text_comma_separated: Múltiples valores permitidos (separados por coma). | |
463 | text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes |
|
463 | text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes | |
464 |
|
464 | |||
465 |
default_role_manager: |
|
465 | default_role_manager: Jefe de proyecto | |
466 | default_role_developper: Desarrollador |
|
466 | default_role_developper: Desarrollador | |
467 | default_role_reporter: Informador |
|
467 | default_role_reporter: Informador | |
468 |
default_tracker_bug: |
|
468 | default_tracker_bug: Errores | |
469 |
default_tracker_feature: |
|
469 | default_tracker_feature: Tareas | |
470 |
default_tracker_support: |
|
470 | default_tracker_support: Soporte | |
471 |
default_issue_status_new: Nuev |
|
471 | default_issue_status_new: Nueva | |
472 | default_issue_status_assigned: Asignada |
|
472 | default_issue_status_assigned: Asignada | |
473 | default_issue_status_resolved: Resuelta |
|
473 | default_issue_status_resolved: Resuelta | |
474 | default_issue_status_feedback: Comentario |
|
474 | default_issue_status_feedback: Comentarios | |
475 | default_issue_status_closed: Cerrada |
|
475 | default_issue_status_closed: Cerrada | |
476 | default_issue_status_rejected: Rechazada |
|
476 | default_issue_status_rejected: Rechazada | |
477 |
default_doc_category_user: Documentación de |
|
477 | default_doc_category_user: Documentación de usuario | |
478 | default_doc_category_tech: Documentación tecnica |
|
478 | default_doc_category_tech: Documentación tecnica | |
479 |
default_priority_low: Baj |
|
479 | default_priority_low: Baja | |
480 | default_priority_normal: Normal |
|
480 | default_priority_normal: Normal | |
481 |
default_priority_high: Alt |
|
481 | default_priority_high: Alta | |
482 | default_priority_urgent: Urgente |
|
482 | default_priority_urgent: Urgente | |
483 | default_priority_immediate: Inmediata |
|
483 | default_priority_immediate: Inmediata | |
484 | default_activity_design: Diseño |
|
484 | default_activity_design: Diseño | |
@@ -494,13 +494,13 text_issue_category_destroy_question: Algunas peticiones (%d) están asignadas a | |||||
494 | label_feeds_access_key_created_on: Clave de acceso por RSS creada hace %s |
|
494 | label_feeds_access_key_created_on: Clave de acceso por RSS creada hace %s | |
495 | label_default_columns: Columnas por defecto |
|
495 | label_default_columns: Columnas por defecto | |
496 | setting_cross_project_issue_relations: Permitir relacionar peticiones de distintos proyectos |
|
496 | setting_cross_project_issue_relations: Permitir relacionar peticiones de distintos proyectos | |
497 |
label_roadmap_overdue: %s |
|
497 | label_roadmap_overdue: %s tarde | |
498 | label_module_plural: Módulos |
|
498 | label_module_plural: Módulos | |
499 |
label_this_week: |
|
499 | label_this_week: esta semana | |
500 |
label_index_by_title: |
|
500 | label_index_by_title: Índice por título | |
501 | label_jump_to_a_project: Ir al proyecto... |
|
501 | label_jump_to_a_project: Ir al proyecto... | |
502 | field_assignable: Se pueden asignar peticiones a este perfil |
|
502 | field_assignable: Se pueden asignar peticiones a este perfil | |
503 |
label_sort_by: |
|
503 | label_sort_by: Ordenar por %s | |
504 | setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones |
|
504 | setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones | |
505 | text_issue_updated: La petición %s ha sido actualizada. |
|
505 | text_issue_updated: La petición %s ha sido actualizada. | |
506 | notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada |
|
506 | notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada | |
@@ -518,7 +518,7 label_send_test_email: Enviar un correo de prueba | |||||
518 | button_reset: Reset |
|
518 | button_reset: Reset | |
519 | label_added_time_by: Añadido por %s hace %s |
|
519 | label_added_time_by: Añadido por %s hace %s | |
520 | field_estimated_hours: Tiempo estimado |
|
520 | field_estimated_hours: Tiempo estimado | |
521 |
label_changeset_plural: C |
|
521 | label_changeset_plural: Cambios | |
522 | setting_repositories_encodings: Codificaciones del repositorio |
|
522 | setting_repositories_encodings: Codificaciones del repositorio | |
523 | notice_no_issue_selected: "Ninguna petición seleccionada. Por favor, compruebe la petición que quiere modificar" |
|
523 | notice_no_issue_selected: "Ninguna petición seleccionada. Por favor, compruebe la petición que quiere modificar" | |
524 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
524 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
@@ -539,13 +539,13 button_copy: Copiar | |||||
539 | mail_body_account_information_external: Puede usar su cuenta "%s" para conectarse a Redmine. |
|
539 | mail_body_account_information_external: Puede usar su cuenta "%s" para conectarse a Redmine. | |
540 | mail_body_account_information: Información sobre su cuenta de Redmine |
|
540 | mail_body_account_information: Información sobre su cuenta de Redmine | |
541 | setting_protocol: Protocolo |
|
541 | setting_protocol: Protocolo | |
542 |
text_caracters_minimum: |
|
542 | text_caracters_minimum: %d carácteres como mínimo | |
543 |
field_time_zone: |
|
543 | field_time_zone: Zona horaria | |
544 |
label_registration_activation_by_email: ac |
|
544 | label_registration_activation_by_email: activación de cuenta por correo | |
545 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
545 | label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí" | |
546 |
mail_subject_account_activation_request: Redmine |
|
546 | mail_subject_account_activation_request: Petición de activación de cuenta Redmine | |
547 |
mail_body_account_activation_request: |
|
547 | mail_body_account_activation_request: "Un nuevo usuario (%s) ha sido registrado. Esta cuenta está pendiende de aprobación" | |
548 |
label_registration_automatic_activation: a |
|
548 | label_registration_automatic_activation: activación automática de cuenta | |
549 |
label_registration_manual_activation: manual |
|
549 | label_registration_manual_activation: activación manual de cuenta | |
550 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
550 | notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte de administrador" | |
551 |
setting_time_format: |
|
551 | setting_time_format: Formato de hora |
@@ -1,40 +1,55 | |||||
1 | # General Apache options |
|
1 | # General Apache options | |
2 | AddHandler fastcgi-script .fcgi |
|
2 | <IfModule mod_fastcgi.c> | |
3 | AddHandler cgi-script .cgi |
|
3 | AddHandler fastcgi-script .fcgi | |
4 | Options +FollowSymLinks +ExecCGI |
|
4 | </IfModule> | |
5 |
|
5 | <IfModule mod_fcgid.c> | ||
6 | # If you don't want Rails to look in certain directories, |
|
6 | AddHandler fcgid-script .fcgi | |
7 | # use the following rewrite rules so that Apache won't rewrite certain requests |
|
7 | </IfModule> | |
8 | # |
|
8 | <IfModule mod_cgi.c> | |
9 | # Example: |
|
9 | AddHandler cgi-script .cgi | |
10 | # RewriteCond %{REQUEST_URI} ^/notrails.* |
|
10 | </IfModule> | |
11 | # RewriteRule .* - [L] |
|
11 | Options +FollowSymLinks +ExecCGI | |
12 |
|
12 | |||
13 | # Redirect all requests not available on the filesystem to Rails |
|
13 | # If you don't want Rails to look in certain directories, | |
14 | # By default the cgi dispatcher is used which is very slow |
|
14 | # use the following rewrite rules so that Apache won't rewrite certain requests | |
15 | # |
|
15 | # | |
16 | # For better performance replace the dispatcher with the fastcgi one |
|
16 | # Example: | |
17 | # |
|
17 | # RewriteCond %{REQUEST_URI} ^/notrails.* | |
18 | # Example: |
|
18 | # RewriteRule .* - [L] | |
19 | # RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] |
|
19 | ||
20 | RewriteEngine On |
|
20 | # Redirect all requests not available on the filesystem to Rails | |
21 |
|
21 | # By default the cgi dispatcher is used which is very slow | ||
22 | # If your Rails application is accessed via an Alias directive, |
|
22 | # | |
23 | # then you MUST also set the RewriteBase in this htaccess file. |
|
23 | # For better performance replace the dispatcher with the fastcgi one | |
24 | # |
|
24 | # | |
25 | # Example: |
|
25 | # Example: | |
26 | # Alias /myrailsapp /path/to/myrailsapp/public |
|
26 | # RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] | |
27 | # RewriteBase /myrailsapp |
|
27 | RewriteEngine On | |
28 |
|
28 | |||
29 | RewriteRule ^$ index.html [QSA] |
|
29 | # If your Rails application is accessed via an Alias directive, | |
30 | RewriteRule ^([^.]+)$ $1.html [QSA] |
|
30 | # then you MUST also set the RewriteBase in this htaccess file. | |
31 | RewriteCond %{REQUEST_FILENAME} !-f |
|
31 | # | |
32 | RewriteRule ^(.*)$ dispatch.cgi [QSA,L] |
|
32 | # Example: | |
33 |
|
33 | # Alias /myrailsapp /path/to/myrailsapp/public | ||
34 | # In case Rails experiences terminal errors |
|
34 | # RewriteBase /myrailsapp | |
35 | # Instead of displaying this message you can supply a file here which will be rendered instead |
|
35 | ||
36 | # |
|
36 | RewriteRule ^$ index.html [QSA] | |
37 | # Example: |
|
37 | RewriteRule ^([^.]+)$ $1.html [QSA] | |
38 | # ErrorDocument 500 /500.html |
|
38 | RewriteCond %{REQUEST_FILENAME} !-f | |
39 |
|
39 | <IfModule mod_fastcgi.c> | ||
|
40 | RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] | |||
|
41 | </IfModule> | |||
|
42 | <IfModule mod_fcgid.c> | |||
|
43 | RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] | |||
|
44 | </IfModule> | |||
|
45 | <IfModule mod_cgi.c> | |||
|
46 | RewriteRule ^(.*)$ dispatch.cgi [QSA,L] | |||
|
47 | </IfModule> | |||
|
48 | ||||
|
49 | # In case Rails experiences terminal errors | |||
|
50 | # Instead of displaying this message you can supply a file here which will be rendered instead | |||
|
51 | # | |||
|
52 | # Example: | |||
|
53 | # ErrorDocument 500 /500.html | |||
|
54 | ||||
40 | ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly" No newline at end of file |
|
55 | ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly" |
General Comments 0
You need to be logged in to leave comments.
Login now