##// END OF EJS Templates
added missing string en de, en, es...
Jean-Philippe Lang -
r165:9a2753931bd4
parent child
Show More
@@ -1,359 +1,360
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2
2
3 actionview_datehelper_select_day_prefix:
3 actionview_datehelper_select_day_prefix:
4 actionview_datehelper_select_month_names: January,February,March,April,May,June,July,August,September,October,November,December
4 actionview_datehelper_select_month_names: January,February,March,April,May,June,July,August,September,October,November,December
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
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 day
8 actionview_datehelper_time_in_words_day: 1 day
9 actionview_datehelper_time_in_words_day_plural: %d days
9 actionview_datehelper_time_in_words_day_plural: %d days
10 actionview_datehelper_time_in_words_hour_about: about an hour
10 actionview_datehelper_time_in_words_hour_about: about an hour
11 actionview_datehelper_time_in_words_hour_about_plural: about %d hours
11 actionview_datehelper_time_in_words_hour_about_plural: about %d hours
12 actionview_datehelper_time_in_words_hour_about_single: about an hour
12 actionview_datehelper_time_in_words_hour_about_single: about an hour
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: half a minute
14 actionview_datehelper_time_in_words_minute_half: half a minute
15 actionview_datehelper_time_in_words_minute_less_than: less than a minute
15 actionview_datehelper_time_in_words_minute_less_than: less than a minute
16 actionview_datehelper_time_in_words_minute_plural: %d minutes
16 actionview_datehelper_time_in_words_minute_plural: %d minutes
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: less than a second
18 actionview_datehelper_time_in_words_second_less_than: less than a second
19 actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds
19 actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds
20 actionview_instancetag_blank_option: Bitte auserwählt
20 actionview_instancetag_blank_option: Bitte auserwählt
21
21
22 activerecord_error_inclusion: ist nicht in der Liste eingeschlossen
22 activerecord_error_inclusion: ist nicht in der Liste eingeschlossen
23 activerecord_error_exclusion: ist reserviert
23 activerecord_error_exclusion: ist reserviert
24 activerecord_error_invalid: ist unzulässig
24 activerecord_error_invalid: ist unzulässig
25 activerecord_error_confirmation: bringt nicht Bestätigung zusammen
25 activerecord_error_confirmation: bringt nicht Bestätigung zusammen
26 activerecord_error_accepted: muß angenommen werden
26 activerecord_error_accepted: muß angenommen werden
27 activerecord_error_empty: kann nicht leer sein
27 activerecord_error_empty: kann nicht leer sein
28 activerecord_error_blank: kann nicht leer sein
28 activerecord_error_blank: kann nicht leer sein
29 activerecord_error_too_long: ist zu lang
29 activerecord_error_too_long: ist zu lang
30 activerecord_error_too_short: ist zu kurz
30 activerecord_error_too_short: ist zu kurz
31 activerecord_error_wrong_length: ist die falsche Länge
31 activerecord_error_wrong_length: ist die falsche Länge
32 activerecord_error_taken: ist bereits genommen worden
32 activerecord_error_taken: ist bereits genommen worden
33 activerecord_error_not_a_number: ist nicht eine Zahl
33 activerecord_error_not_a_number: ist nicht eine Zahl
34 activerecord_error_not_a_date: ist nicht ein gültiges Datum
34 activerecord_error_not_a_date: ist nicht ein gültiges Datum
35 activerecord_error_greater_than_start_date: muß als grösser sein beginnen Datum
35 activerecord_error_greater_than_start_date: muß als grösser sein beginnen Datum
36
36
37 general_fmt_age: %d yr
37 general_fmt_age: %d yr
38 general_fmt_age_plural: %d yrs
38 general_fmt_age_plural: %d yrs
39 general_fmt_date: %%b %%d, %%Y (%%a)
39 general_fmt_date: %%b %%d, %%Y (%%a)
40 general_fmt_datetime: %%b %%d, %%Y (%%a), %%I:%%M %%p
40 general_fmt_datetime: %%b %%d, %%Y (%%a), %%I:%%M %%p
41 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
41 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
42 general_fmt_time: %%I:%%M %%p
42 general_fmt_time: %%I:%%M %%p
43 general_text_No: 'Nein'
43 general_text_No: 'Nein'
44 general_text_Yes: 'Ja'
44 general_text_Yes: 'Ja'
45 general_text_no: 'nein'
45 general_text_no: 'nein'
46 general_text_yes: 'ja'
46 general_text_yes: 'ja'
47 general_lang_de: 'Deutsch'
47 general_lang_de: 'Deutsch'
48 general_csv_separator: ';'
48 general_csv_separator: ';'
49 general_day_names: Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag,Sonntag
49 general_day_names: Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag,Sonntag
50
50
51 notice_account_updated: Konto wurde erfolgreich aktualisiert.
51 notice_account_updated: Konto wurde erfolgreich aktualisiert.
52 notice_account_invalid_creditentials: Unzulässiger Benutzer oder Passwort
52 notice_account_invalid_creditentials: Unzulässiger Benutzer oder Passwort
53 notice_account_password_updated: Passwort wurde erfolgreich aktualisiert.
53 notice_account_password_updated: Passwort wurde erfolgreich aktualisiert.
54 notice_account_wrong_password: Falsches Passwort
54 notice_account_wrong_password: Falsches Passwort
55 notice_account_register_done: Konto wurde erfolgreich verursacht.
55 notice_account_register_done: Konto wurde erfolgreich verursacht.
56 notice_account_unknown_email: Unbekannter Benutzer.
56 notice_account_unknown_email: Unbekannter Benutzer.
57 notice_can_t_change_password: Dieses Konto verwendet eine externe Authentisierung Quelle. Unmöglich, das Kennwort zu ändern.
57 notice_can_t_change_password: Dieses Konto verwendet eine externe Authentisierung Quelle. Unmöglich, das Kennwort zu ändern.
58 notice_account_lost_email_sent: Ein email mit Anweisungen, ein neues Kennwort zu wählen ist dir geschickt worden.
58 notice_account_lost_email_sent: Ein email mit Anweisungen, ein neues Kennwort zu wählen ist dir geschickt worden.
59 notice_account_activated: Dein Konto ist aktiviert worden. Du kannst jetzt einloggen.
59 notice_account_activated: Dein Konto ist aktiviert worden. Du kannst jetzt einloggen.
60 notice_successful_create: Erfolgreiche Kreation.
60 notice_successful_create: Erfolgreiche Kreation.
61 notice_successful_update: Erfolgreiches Update.
61 notice_successful_update: Erfolgreiches Update.
62 notice_successful_delete: Erfolgreiche Auslassung.
62 notice_successful_delete: Erfolgreiche Auslassung.
63 notice_successful_connection: Erfolgreicher Anschluß.
63 notice_successful_connection: Erfolgreicher Anschluß.
64 notice_file_not_found: Erbetene Akte besteht nicht oder ist gelöscht worden.
64 notice_file_not_found: Erbetene Akte besteht nicht oder ist gelöscht worden.
65 notice_locking_conflict: Data have been updated by another user.
65 notice_locking_conflict: Data have been updated by another user.
66 notice_scm_error: Eintragung und/oder Neuausgabe besteht nicht im Behälter.
66 notice_scm_error: Eintragung und/oder Neuausgabe besteht nicht im Behälter.
67
67
68 mail_subject_lost_password: Dein redMine Kennwort
68 mail_subject_lost_password: Dein redMine Kennwort
69 mail_subject_register: redMine Kontoaktivierung
69 mail_subject_register: redMine Kontoaktivierung
70
70
71 gui_validation_error: 1 Störung
71 gui_validation_error: 1 Störung
72 gui_validation_error_plural: %d Störungen
72 gui_validation_error_plural: %d Störungen
73
73
74 field_name: Name
74 field_name: Name
75 field_description: Beschreibung
75 field_description: Beschreibung
76 field_summary: Zusammenfassung
76 field_summary: Zusammenfassung
77 field_is_required: Erforderlich
77 field_is_required: Erforderlich
78 field_firstname: Vorname
78 field_firstname: Vorname
79 field_lastname: Nachname
79 field_lastname: Nachname
80 field_mail: Email
80 field_mail: Email
81 field_filename: Datei
81 field_filename: Datei
82 field_filesize: Grootte
82 field_filesize: Grootte
83 field_downloads: Downloads
83 field_downloads: Downloads
84 field_author: Autor
84 field_author: Autor
85 field_created_on: Angelegt
85 field_created_on: Angelegt
86 field_updated_on: aktualisiert
86 field_updated_on: aktualisiert
87 field_field_format: Format
87 field_field_format: Format
88 field_is_for_all: Für alle Projekte
88 field_is_for_all: Für alle Projekte
89 field_possible_values: Mögliche Werte
89 field_possible_values: Mögliche Werte
90 field_regexp: Regulärer Ausdruck
90 field_regexp: Regulärer Ausdruck
91 field_min_length: Minimale Länge
91 field_min_length: Minimale Länge
92 field_max_length: Maximale Länge
92 field_max_length: Maximale Länge
93 field_value: Wert
93 field_value: Wert
94 field_category: Kategorie
94 field_category: Kategorie
95 field_title: Títel
95 field_title: Títel
96 field_project: Projekt
96 field_project: Projekt
97 field_issue: Antrag
97 field_issue: Antrag
98 field_status: Status
98 field_status: Status
99 field_notes: Anmerkungen
99 field_notes: Anmerkungen
100 field_is_closed: Problem erledigt
100 field_is_closed: Problem erledigt
101 field_is_default: Rückstellung status
101 field_is_default: Rückstellung status
102 field_html_color: Farbe
102 field_html_color: Farbe
103 field_tracker: Tracker
103 field_tracker: Tracker
104 field_subject: Thema
104 field_subject: Thema
105 field_due_date: Abgabedatum
105 field_due_date: Abgabedatum
106 field_assigned_to: Zugewiesen an
106 field_assigned_to: Zugewiesen an
107 field_priority: Priorität
107 field_priority: Priorität
108 field_fixed_version: Erledigt in Version
108 field_fixed_version: Erledigt in Version
109 field_user: Benutzer
109 field_user: Benutzer
110 field_role: Rolle
110 field_role: Rolle
111 field_homepage: Startseite
111 field_homepage: Startseite
112 field_is_public: Öffentlich
112 field_is_public: Öffentlich
113 field_parent: Subprojekt von
113 field_parent: Subprojekt von
114 field_is_in_chlog: Ansicht der Issues in der Historie
114 field_is_in_chlog: Ansicht der Issues in der Historie
115 field_login: Mitgliedsname
115 field_login: Mitgliedsname
116 field_mail_notification: Mailbenachrichtigung
116 field_mail_notification: Mailbenachrichtigung
117 field_admin: Administrator
117 field_admin: Administrator
118 field_locked: Gesperrt
118 field_locked: Gesperrt
119 field_last_login_on: Letzte Anmeldung
119 field_last_login_on: Letzte Anmeldung
120 field_language: Sprache
120 field_language: Sprache
121 field_effective_date: Datum
121 field_effective_date: Datum
122 field_password: Passwort
122 field_password: Passwort
123 field_new_password: Neues Passwort
123 field_new_password: Neues Passwort
124 field_password_confirmation: Bestätigung
124 field_password_confirmation: Bestätigung
125 field_version: Version
125 field_version: Version
126 field_type: Typ
126 field_type: Typ
127 field_host: Host
127 field_host: Host
128 field_port: Port
128 field_port: Port
129 field_account: Konto
129 field_account: Konto
130 field_base_dn: Base DN
130 field_base_dn: Base DN
131 field_attr_login: Mitgliedsnameattribut
131 field_attr_login: Mitgliedsnameattribut
132 field_attr_firstname: Vornamensattribut
132 field_attr_firstname: Vornamensattribut
133 field_attr_lastname: Namenattribut
133 field_attr_lastname: Namenattribut
134 field_attr_mail: Emailattribut
134 field_attr_mail: Emailattribut
135 field_onthefly: On-the-fly Benutzerkreation
135 field_onthefly: On-the-fly Benutzerkreation
136 field_start_date: Beginn
136 field_start_date: Beginn
137 field_done_ratio: %% Getan
137 field_done_ratio: %% Getan
138 field_auth_source: Authentisierung Modus
138 field_hide_mail: Mein email address verstecken
139 field_hide_mail: Mein email address verstecken
139 field_comment: Anmerkung
140 field_comment: Anmerkung
140 field_url: URL
141 field_url: URL
141
142
142 label_user: Benutzer
143 label_user: Benutzer
143 label_user_plural: Benutzer
144 label_user_plural: Benutzer
144 label_user_new: Neuer Benutzer
145 label_user_new: Neuer Benutzer
145 label_project: Projekt
146 label_project: Projekt
146 label_project_new: Neues Projekt
147 label_project_new: Neues Projekt
147 label_project_plural: Projekte
148 label_project_plural: Projekte
148 label_project_latest: Neueste Projekte
149 label_project_latest: Neueste Projekte
149 label_issue: Antrag
150 label_issue: Antrag
150 label_issue_new: Neue Antrag
151 label_issue_new: Neue Antrag
151 label_issue_plural: Anträge
152 label_issue_plural: Anträge
152 label_issue_view_all: Alle Anträge ansehen
153 label_issue_view_all: Alle Anträge ansehen
153 label_document: Dokument
154 label_document: Dokument
154 label_document_new: Neues Dokument
155 label_document_new: Neues Dokument
155 label_document_plural: Dokumente
156 label_document_plural: Dokumente
156 label_role: Rolle
157 label_role: Rolle
157 label_role_plural: Rollen
158 label_role_plural: Rollen
158 label_role_new: Neue Rolle
159 label_role_new: Neue Rolle
159 label_role_and_permissions: Rollen und Rechte
160 label_role_and_permissions: Rollen und Rechte
160 label_member: Mitglied
161 label_member: Mitglied
161 label_member_new: Neues Mitglied
162 label_member_new: Neues Mitglied
162 label_member_plural: Mitglieder
163 label_member_plural: Mitglieder
163 label_tracker: Tracker
164 label_tracker: Tracker
164 label_tracker_plural: Tracker
165 label_tracker_plural: Tracker
165 label_tracker_new: Neuer Tracker
166 label_tracker_new: Neuer Tracker
166 label_workflow: Workflow
167 label_workflow: Workflow
167 label_issue_status: Antrag Status
168 label_issue_status: Antrag Status
168 label_issue_status_plural: Antrag Stati
169 label_issue_status_plural: Antrag Stati
169 label_issue_status_new: Neuer Status
170 label_issue_status_new: Neuer Status
170 label_issue_category: Antrag Kategorie
171 label_issue_category: Antrag Kategorie
171 label_issue_category_plural: Antrag Kategorien
172 label_issue_category_plural: Antrag Kategorien
172 label_issue_category_new: Neue Kategorie
173 label_issue_category_new: Neue Kategorie
173 label_custom_field: Benutzerdefiniertes Feld
174 label_custom_field: Benutzerdefiniertes Feld
174 label_custom_field_plural: Benutzerdefinierte Felder
175 label_custom_field_plural: Benutzerdefinierte Felder
175 label_custom_field_new: Neues Feld
176 label_custom_field_new: Neues Feld
176 label_enumerations: Enumerationen
177 label_enumerations: Enumerationen
177 label_enumeration_new: Neuer Wert
178 label_enumeration_new: Neuer Wert
178 label_information: Information
179 label_information: Information
179 label_information_plural: Informationen
180 label_information_plural: Informationen
180 label_please_login: Anmelden
181 label_please_login: Anmelden
181 label_register: Anmelden
182 label_register: Anmelden
182 label_password_lost: Passwort vergessen
183 label_password_lost: Passwort vergessen
183 label_home: Hauptseite
184 label_home: Hauptseite
184 label_my_page: Meine Seite
185 label_my_page: Meine Seite
185 label_my_account: Mein Konto
186 label_my_account: Mein Konto
186 label_my_projects: Meine Projekte
187 label_my_projects: Meine Projekte
187 label_administration: Administration
188 label_administration: Administration
188 label_login: Einloggen
189 label_login: Einloggen
189 label_logout: Abmelden
190 label_logout: Abmelden
190 label_help: Hilfe
191 label_help: Hilfe
191 label_reported_issues: Gemeldete Issues
192 label_reported_issues: Gemeldete Issues
192 label_assigned_to_me_issues: Mir zugewiesen
193 label_assigned_to_me_issues: Mir zugewiesen
193 label_last_login: Letzte Anmeldung
194 label_last_login: Letzte Anmeldung
194 label_last_updates: Letztes aktualisiertes
195 label_last_updates: Letztes aktualisiertes
195 label_last_updates_plural: %d Letztes aktualisiertes
196 label_last_updates_plural: %d Letztes aktualisiertes
196 label_registered_on: Angemeldet am
197 label_registered_on: Angemeldet am
197 label_activity: Aktivität
198 label_activity: Aktivität
198 label_new: Neue
199 label_new: Neue
199 label_logged_as: Angemeldet als
200 label_logged_as: Angemeldet als
200 label_environment: Environment
201 label_environment: Environment
201 label_authentication: Authentisierung
202 label_authentication: Authentisierung
202 label_auth_source: Authentisierung Modus
203 label_auth_source: Authentisierung Modus
203 label_auth_source_new: Neuer Authentisierung Modus
204 label_auth_source_new: Neuer Authentisierung Modus
204 label_auth_source_plural: Authentisierung Modi
205 label_auth_source_plural: Authentisierung Modi
205 label_subproject: Vorprojekt von
206 label_subproject: Vorprojekt von
206 label_subproject_plural: Vorprojekte
207 label_subproject_plural: Vorprojekte
207 label_min_max_length: Min - Max Länge
208 label_min_max_length: Min - Max Länge
208 label_list: Liste
209 label_list: Liste
209 label_date: Date
210 label_date: Date
210 label_integer: Zahl
211 label_integer: Zahl
211 label_boolean: Boolesch
212 label_boolean: Boolesch
212 label_string: Text
213 label_string: Text
213 label_text: Langer Text
214 label_text: Langer Text
214 label_attribute: Attribut
215 label_attribute: Attribut
215 label_attribute_plural: Attribute
216 label_attribute_plural: Attribute
216 label_download: %d Herunterlade
217 label_download: %d Herunterlade
217 label_download_plural: %d Herunterlade
218 label_download_plural: %d Herunterlade
218 label_no_data: Nichts anzuzeigen
219 label_no_data: Nichts anzuzeigen
219 label_change_status: Statuswechsel
220 label_change_status: Statuswechsel
220 label_history: Historie
221 label_history: Historie
221 label_attachment: Datei
222 label_attachment: Datei
222 label_attachment_new: Neue Datei
223 label_attachment_new: Neue Datei
223 label_attachment_delete: Löschungakten
224 label_attachment_delete: Löschungakten
224 label_attachment_plural: Dateien
225 label_attachment_plural: Dateien
225 label_report: Bericht
226 label_report: Bericht
226 label_report_plural: Berichte
227 label_report_plural: Berichte
227 label_news: Neuigkeit
228 label_news: Neuigkeit
228 label_news_new: Neuigkeite addieren
229 label_news_new: Neuigkeite addieren
229 label_news_plural: Neuigkeiten
230 label_news_plural: Neuigkeiten
230 label_news_latest: Letzte Neuigkeiten
231 label_news_latest: Letzte Neuigkeiten
231 label_news_view_all: Alle Neuigkeiten anzeigen
232 label_news_view_all: Alle Neuigkeiten anzeigen
232 label_change_log: Change log
233 label_change_log: Change log
233 label_settings: Konfiguration
234 label_settings: Konfiguration
234 label_overview: Übersicht
235 label_overview: Übersicht
235 label_version: Version
236 label_version: Version
236 label_version_new: Neue Version
237 label_version_new: Neue Version
237 label_version_plural: Versionen
238 label_version_plural: Versionen
238 label_confirmation: Bestätigung
239 label_confirmation: Bestätigung
239 label_export_to: Export zu
240 label_export_to: Export zu
240 label_read: Lesen...
241 label_read: Lesen...
241 label_public_projects: Öffentliche Projekte
242 label_public_projects: Öffentliche Projekte
242 label_open_issues: geöffnet
243 label_open_issues: geöffnet
243 label_open_issues_plural: geöffnet
244 label_open_issues_plural: geöffnet
244 label_closed_issues: geschlossen
245 label_closed_issues: geschlossen
245 label_closed_issues_plural: geschlossen
246 label_closed_issues_plural: geschlossen
246 label_total: Gesamtzahl
247 label_total: Gesamtzahl
247 label_permissions: Berechtigungen
248 label_permissions: Berechtigungen
248 label_current_status: Gegenwärtiger Status
249 label_current_status: Gegenwärtiger Status
249 label_new_statuses_allowed: Neue Status gewährten
250 label_new_statuses_allowed: Neue Status gewährten
250 label_all: alle
251 label_all: alle
251 label_none: kein
252 label_none: kein
252 label_next: Weiter
253 label_next: Weiter
253 label_previous: Zurück
254 label_previous: Zurück
254 label_used_by: Benutzt von
255 label_used_by: Benutzt von
255 label_details: Details...
256 label_details: Details...
256 label_add_note: Eine Anmerkung addieren
257 label_add_note: Eine Anmerkung addieren
257 label_per_page: Pro Seite
258 label_per_page: Pro Seite
258 label_calendar: Kalender
259 label_calendar: Kalender
259 label_months_from: Monate von
260 label_months_from: Monate von
260 label_gantt: Gantt
261 label_gantt: Gantt
261 label_internal: Intern
262 label_internal: Intern
262 label_last_changes: %d änderungen des Letzten
263 label_last_changes: %d änderungen des Letzten
263 label_change_view_all: Alle änderungen ansehen
264 label_change_view_all: Alle änderungen ansehen
264 label_personalize_page: Diese Seite personifizieren
265 label_personalize_page: Diese Seite personifizieren
265 label_comment: Anmerkung
266 label_comment: Anmerkung
266 label_comment_plural: Anmerkungen
267 label_comment_plural: Anmerkungen
267 label_comment_add: Anmerkung addieren
268 label_comment_add: Anmerkung addieren
268 label_comment_added: Anmerkung fügte hinzu
269 label_comment_added: Anmerkung fügte hinzu
269 label_comment_delete: Anmerkungen löschen
270 label_comment_delete: Anmerkungen löschen
270 label_query: Benutzerdefiniertes Frage
271 label_query: Benutzerdefiniertes Frage
271 label_query_plural: Benutzerdefinierte Fragen
272 label_query_plural: Benutzerdefinierte Fragen
272 label_query_new: Neue Frage
273 label_query_new: Neue Frage
273 label_filter_add: Filter addieren
274 label_filter_add: Filter addieren
274 label_filter_plural: Filter
275 label_filter_plural: Filter
275 label_equals: ist
276 label_equals: ist
276 label_not_equals: ist nicht
277 label_not_equals: ist nicht
277 label_in_less_than: an weniger als
278 label_in_less_than: an weniger als
278 label_in_more_than: an mehr als
279 label_in_more_than: an mehr als
279 label_in: an
280 label_in: an
280 label_today: heute
281 label_today: heute
281 label_less_than_ago: vor weniger als
282 label_less_than_ago: vor weniger als
282 label_more_than_ago: vor mehr als
283 label_more_than_ago: vor mehr als
283 label_ago: vor
284 label_ago: vor
284 label_contains: enthält
285 label_contains: enthält
285 label_not_contains: enthält nicht
286 label_not_contains: enthält nicht
286 label_day_plural: Tage
287 label_day_plural: Tage
287 label_repository: SVN Behälter
288 label_repository: SVN Behälter
288 label_browse: Grasen
289 label_browse: Grasen
289 label_modification: %d änderung
290 label_modification: %d änderung
290 label_modification_plural: %d änderungen
291 label_modification_plural: %d änderungen
291 label_revision: Neuausgabe
292 label_revision: Neuausgabe
292 label_revision_plural: Neuausgaben
293 label_revision_plural: Neuausgaben
293 label_added: hinzugefügt
294 label_added: hinzugefügt
294 label_modified: geändert
295 label_modified: geändert
295 label_deleted: gelöscht
296 label_deleted: gelöscht
296 label_latest_revision: Neueste Neuausgabe
297 label_latest_revision: Neueste Neuausgabe
297 label_view_revisions: Die Neuausgaben ansehen
298 label_view_revisions: Die Neuausgaben ansehen
298 label_max_size: Maximale Größe
299 label_max_size: Maximale Größe
299 label_on: auf
300 label_on: auf
300
301
301 button_login: Einloggen
302 button_login: Einloggen
302 button_submit: Einreichen
303 button_submit: Einreichen
303 button_save: Speichern
304 button_save: Speichern
304 button_check_all: Alles auswählen
305 button_check_all: Alles auswählen
305 button_uncheck_all: Alles abwählen
306 button_uncheck_all: Alles abwählen
306 button_delete: Löschen
307 button_delete: Löschen
307 button_create: Anlegen
308 button_create: Anlegen
308 button_test: Testen
309 button_test: Testen
309 button_edit: Bearbeiten
310 button_edit: Bearbeiten
310 button_add: Hinzufügen
311 button_add: Hinzufügen
311 button_change: Wechseln
312 button_change: Wechseln
312 button_apply: Anwenden
313 button_apply: Anwenden
313 button_clear: Zurücksetzen
314 button_clear: Zurücksetzen
314 button_lock: Verriegeln
315 button_lock: Verriegeln
315 button_unlock: Entriegeln
316 button_unlock: Entriegeln
316 button_download: Fernzuladen
317 button_download: Fernzuladen
317 button_list: Aufzulisten
318 button_list: Aufzulisten
318 button_view: Siehe
319 button_view: Siehe
319 button_move: Bewegen
320 button_move: Bewegen
320 button_back: Rückkehr
321 button_back: Rückkehr
321 button_cancel: Annullieren
322 button_cancel: Annullieren
322 button_activate: Aktivieren
323 button_activate: Aktivieren
323
324
324 text_select_mail_notifications: Aktionen für die Mailbenachrichtigung aktiviert werden soll.
325 text_select_mail_notifications: Aktionen für die Mailbenachrichtigung aktiviert werden soll.
325 text_regexp_info: eg. ^[A-Z0-9]+$
326 text_regexp_info: eg. ^[A-Z0-9]+$
326 text_min_max_length_info: 0 heisst keine Beschränkung
327 text_min_max_length_info: 0 heisst keine Beschränkung
327 text_possible_values_info: Werte trennten sich mit |
328 text_possible_values_info: Werte trennten sich mit |
328 text_project_destroy_confirmation: Sind sie sicher, daß sie das Projekt löschen wollen ?
329 text_project_destroy_confirmation: Sind sie sicher, daß sie das Projekt löschen wollen ?
329 text_workflow_edit: Auswahl Workflow zum Bearbeiten
330 text_workflow_edit: Auswahl Workflow zum Bearbeiten
330 text_are_you_sure: Sind sie sicher ?
331 text_are_you_sure: Sind sie sicher ?
331 text_journal_changed: geändert von %s zu %s
332 text_journal_changed: geändert von %s zu %s
332 text_journal_set_to: gestellt zu %s
333 text_journal_set_to: gestellt zu %s
333 text_journal_deleted: gelöscht
334 text_journal_deleted: gelöscht
334 text_tip_task_begin_day: Aufgabe, die an diesem Tag beginnt
335 text_tip_task_begin_day: Aufgabe, die an diesem Tag beginnt
335 text_tip_task_end_day: Aufgabe, die an diesem Tag beendet
336 text_tip_task_end_day: Aufgabe, die an diesem Tag beendet
336 text_tip_task_begin_end_day: Aufgabe, die an diesem Tag beginnt und beendet
337 text_tip_task_begin_end_day: Aufgabe, die an diesem Tag beginnt und beendet
337
338
338 default_role_manager: Manager
339 default_role_manager: Manager
339 default_role_developper: Developer
340 default_role_developper: Developer
340 default_role_reporter: Reporter
341 default_role_reporter: Reporter
341 default_tracker_bug: Fehler
342 default_tracker_bug: Fehler
342 default_tracker_feature: Feature
343 default_tracker_feature: Feature
343 default_tracker_support: Support
344 default_tracker_support: Support
344 default_issue_status_new: Neu
345 default_issue_status_new: Neu
345 default_issue_status_assigned: Zugewiesen
346 default_issue_status_assigned: Zugewiesen
346 default_issue_status_resolved: Gelöst
347 default_issue_status_resolved: Gelöst
347 default_issue_status_feedback: Feedback
348 default_issue_status_feedback: Feedback
348 default_issue_status_closed: Erledigt
349 default_issue_status_closed: Erledigt
349 default_issue_status_rejected: Abgewiesen
350 default_issue_status_rejected: Abgewiesen
350 default_doc_category_user: Benutzerdokumentation
351 default_doc_category_user: Benutzerdokumentation
351 default_doc_category_tech: Technische Dokumentation
352 default_doc_category_tech: Technische Dokumentation
352 default_priority_low: Niedrig
353 default_priority_low: Niedrig
353 default_priority_normal: Normal
354 default_priority_normal: Normal
354 default_priority_high: Hoch
355 default_priority_high: Hoch
355 default_priority_urgent: Dringend
356 default_priority_urgent: Dringend
356 default_priority_immediate: Sofort
357 default_priority_immediate: Sofort
357
358
358 enumeration_issue_priorities: Issue-Prioritäten
359 enumeration_issue_priorities: Issue-Prioritäten
359 enumeration_doc_categories: Dokumentenkategorien
360 enumeration_doc_categories: Dokumentenkategorien
@@ -1,359 +1,360
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2
2
3 actionview_datehelper_select_day_prefix:
3 actionview_datehelper_select_day_prefix:
4 actionview_datehelper_select_month_names: January,February,March,April,May,June,July,August,September,October,November,December
4 actionview_datehelper_select_month_names: January,February,March,April,May,June,July,August,September,October,November,December
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
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 day
8 actionview_datehelper_time_in_words_day: 1 day
9 actionview_datehelper_time_in_words_day_plural: %d days
9 actionview_datehelper_time_in_words_day_plural: %d days
10 actionview_datehelper_time_in_words_hour_about: about an hour
10 actionview_datehelper_time_in_words_hour_about: about an hour
11 actionview_datehelper_time_in_words_hour_about_plural: about %d hours
11 actionview_datehelper_time_in_words_hour_about_plural: about %d hours
12 actionview_datehelper_time_in_words_hour_about_single: about an hour
12 actionview_datehelper_time_in_words_hour_about_single: about an hour
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: half a minute
14 actionview_datehelper_time_in_words_minute_half: half a minute
15 actionview_datehelper_time_in_words_minute_less_than: less than a minute
15 actionview_datehelper_time_in_words_minute_less_than: less than a minute
16 actionview_datehelper_time_in_words_minute_plural: %d minutes
16 actionview_datehelper_time_in_words_minute_plural: %d minutes
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: less than a second
18 actionview_datehelper_time_in_words_second_less_than: less than a second
19 actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds
19 actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds
20 actionview_instancetag_blank_option: Please select
20 actionview_instancetag_blank_option: Please select
21
21
22 activerecord_error_inclusion: is not included in the list
22 activerecord_error_inclusion: is not included in the list
23 activerecord_error_exclusion: is reserved
23 activerecord_error_exclusion: is reserved
24 activerecord_error_invalid: is invalid
24 activerecord_error_invalid: is invalid
25 activerecord_error_confirmation: doesn't match confirmation
25 activerecord_error_confirmation: doesn't match confirmation
26 activerecord_error_accepted: must be accepted
26 activerecord_error_accepted: must be accepted
27 activerecord_error_empty: can't be empty
27 activerecord_error_empty: can't be empty
28 activerecord_error_blank: can't be blank
28 activerecord_error_blank: can't be blank
29 activerecord_error_too_long: is too long
29 activerecord_error_too_long: is too long
30 activerecord_error_too_short: is too short
30 activerecord_error_too_short: is too short
31 activerecord_error_wrong_length: is the wrong length
31 activerecord_error_wrong_length: is the wrong length
32 activerecord_error_taken: has already been taken
32 activerecord_error_taken: has already been taken
33 activerecord_error_not_a_number: is not a number
33 activerecord_error_not_a_number: is not a number
34 activerecord_error_not_a_date: is not a valid date
34 activerecord_error_not_a_date: is not a valid date
35 activerecord_error_greater_than_start_date: must be greater than start date
35 activerecord_error_greater_than_start_date: must be greater than start date
36
36
37 general_fmt_age: %d yr
37 general_fmt_age: %d yr
38 general_fmt_age_plural: %d yrs
38 general_fmt_age_plural: %d yrs
39 general_fmt_date: %%m/%%d/%%Y
39 general_fmt_date: %%m/%%d/%%Y
40 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
40 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
41 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
41 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
42 general_fmt_time: %%I:%%M %%p
42 general_fmt_time: %%I:%%M %%p
43 general_text_No: 'No'
43 general_text_No: 'No'
44 general_text_Yes: 'Yes'
44 general_text_Yes: 'Yes'
45 general_text_no: 'no'
45 general_text_no: 'no'
46 general_text_yes: 'yes'
46 general_text_yes: 'yes'
47 general_lang_en: 'English'
47 general_lang_en: 'English'
48 general_csv_separator: ','
48 general_csv_separator: ','
49 general_day_names: Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
49 general_day_names: Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
50
50
51 notice_account_updated: Account was successfully updated.
51 notice_account_updated: Account was successfully updated.
52 notice_account_invalid_creditentials: Invalid user or password
52 notice_account_invalid_creditentials: Invalid user or password
53 notice_account_password_updated: Password was successfully updated.
53 notice_account_password_updated: Password was successfully updated.
54 notice_account_wrong_password: Wrong password
54 notice_account_wrong_password: Wrong password
55 notice_account_register_done: Account was successfully created.
55 notice_account_register_done: Account was successfully created.
56 notice_account_unknown_email: Unknown user.
56 notice_account_unknown_email: Unknown user.
57 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
57 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
58 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
58 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
59 notice_account_activated: Your account has been activated. You can now log in.
59 notice_account_activated: Your account has been activated. You can now log in.
60 notice_successful_create: Successful creation.
60 notice_successful_create: Successful creation.
61 notice_successful_update: Successful update.
61 notice_successful_update: Successful update.
62 notice_successful_delete: Successful deletion.
62 notice_successful_delete: Successful deletion.
63 notice_successful_connection: Successful connection.
63 notice_successful_connection: Successful connection.
64 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
64 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
65 notice_locking_conflict: Data have been updated by another user.
65 notice_locking_conflict: Data have been updated by another user.
66 notice_scm_error: Entry and/or revision doesn't exist in the repository.
66 notice_scm_error: Entry and/or revision doesn't exist in the repository.
67
67
68 mail_subject_lost_password: Your redMine password
68 mail_subject_lost_password: Your redMine password
69 mail_subject_register: redMine account activation
69 mail_subject_register: redMine account activation
70
70
71 gui_validation_error: 1 error
71 gui_validation_error: 1 error
72 gui_validation_error_plural: %d errors
72 gui_validation_error_plural: %d errors
73
73
74 field_name: Name
74 field_name: Name
75 field_description: Description
75 field_description: Description
76 field_summary: Summary
76 field_summary: Summary
77 field_is_required: Required
77 field_is_required: Required
78 field_firstname: Firstname
78 field_firstname: Firstname
79 field_lastname: Lastname
79 field_lastname: Lastname
80 field_mail: Email
80 field_mail: Email
81 field_filename: File
81 field_filename: File
82 field_filesize: Size
82 field_filesize: Size
83 field_downloads: Downloads
83 field_downloads: Downloads
84 field_author: Author
84 field_author: Author
85 field_created_on: Created
85 field_created_on: Created
86 field_updated_on: Updated
86 field_updated_on: Updated
87 field_field_format: Format
87 field_field_format: Format
88 field_is_for_all: For all projects
88 field_is_for_all: For all projects
89 field_possible_values: Possible values
89 field_possible_values: Possible values
90 field_regexp: Regular expression
90 field_regexp: Regular expression
91 field_min_length: Minimum length
91 field_min_length: Minimum length
92 field_max_length: Maximum length
92 field_max_length: Maximum length
93 field_value: Value
93 field_value: Value
94 field_category: Category
94 field_category: Category
95 field_title: Title
95 field_title: Title
96 field_project: Project
96 field_project: Project
97 field_issue: Issue
97 field_issue: Issue
98 field_status: Status
98 field_status: Status
99 field_notes: Notes
99 field_notes: Notes
100 field_is_closed: Issue closed
100 field_is_closed: Issue closed
101 field_is_default: Default status
101 field_is_default: Default status
102 field_html_color: Color
102 field_html_color: Color
103 field_tracker: Tracker
103 field_tracker: Tracker
104 field_subject: Subject
104 field_subject: Subject
105 field_due_date: Due date
105 field_due_date: Due date
106 field_assigned_to: Assigned to
106 field_assigned_to: Assigned to
107 field_priority: Priority
107 field_priority: Priority
108 field_fixed_version: Fixed version
108 field_fixed_version: Fixed version
109 field_user: User
109 field_user: User
110 field_role: Role
110 field_role: Role
111 field_homepage: Homepage
111 field_homepage: Homepage
112 field_is_public: Public
112 field_is_public: Public
113 field_parent: Subproject of
113 field_parent: Subproject of
114 field_is_in_chlog: Issues displayed in changelog
114 field_is_in_chlog: Issues displayed in changelog
115 field_login: Login
115 field_login: Login
116 field_mail_notification: Mail notifications
116 field_mail_notification: Mail notifications
117 field_admin: Administrator
117 field_admin: Administrator
118 field_locked: Locked
118 field_locked: Locked
119 field_last_login_on: Last connection
119 field_last_login_on: Last connection
120 field_language: Language
120 field_language: Language
121 field_effective_date: Date
121 field_effective_date: Date
122 field_password: Password
122 field_password: Password
123 field_new_password: New password
123 field_new_password: New password
124 field_password_confirmation: Confirmation
124 field_password_confirmation: Confirmation
125 field_version: Version
125 field_version: Version
126 field_type: Type
126 field_type: Type
127 field_host: Host
127 field_host: Host
128 field_port: Port
128 field_port: Port
129 field_account: Account
129 field_account: Account
130 field_base_dn: Base DN
130 field_base_dn: Base DN
131 field_attr_login: Login attribute
131 field_attr_login: Login attribute
132 field_attr_firstname: Firstname attribute
132 field_attr_firstname: Firstname attribute
133 field_attr_lastname: Lastname attribute
133 field_attr_lastname: Lastname attribute
134 field_attr_mail: Email attribute
134 field_attr_mail: Email attribute
135 field_onthefly: On-the-fly user creation
135 field_onthefly: On-the-fly user creation
136 field_start_date: Start
136 field_start_date: Start
137 field_done_ratio: %% Done
137 field_done_ratio: %% Done
138 field_auth_source: Authentication mode
138 field_hide_mail: Hide my email address
139 field_hide_mail: Hide my email address
139 field_comment: Comment
140 field_comment: Comment
140 field_url: URL
141 field_url: URL
141
142
142 label_user: User
143 label_user: User
143 label_user_plural: Users
144 label_user_plural: Users
144 label_user_new: New user
145 label_user_new: New user
145 label_project: Project
146 label_project: Project
146 label_project_new: New project
147 label_project_new: New project
147 label_project_plural: Projects
148 label_project_plural: Projects
148 label_project_latest: Latest projects
149 label_project_latest: Latest projects
149 label_issue: Issue
150 label_issue: Issue
150 label_issue_new: New issue
151 label_issue_new: New issue
151 label_issue_plural: Issues
152 label_issue_plural: Issues
152 label_issue_view_all: View all issues
153 label_issue_view_all: View all issues
153 label_document: Document
154 label_document: Document
154 label_document_new: New document
155 label_document_new: New document
155 label_document_plural: Documents
156 label_document_plural: Documents
156 label_role: Role
157 label_role: Role
157 label_role_plural: Roles
158 label_role_plural: Roles
158 label_role_new: New role
159 label_role_new: New role
159 label_role_and_permissions: Roles and permissions
160 label_role_and_permissions: Roles and permissions
160 label_member: Member
161 label_member: Member
161 label_member_new: New member
162 label_member_new: New member
162 label_member_plural: Members
163 label_member_plural: Members
163 label_tracker: Tracker
164 label_tracker: Tracker
164 label_tracker_plural: Trackers
165 label_tracker_plural: Trackers
165 label_tracker_new: New tracker
166 label_tracker_new: New tracker
166 label_workflow: Workflow
167 label_workflow: Workflow
167 label_issue_status: Issue status
168 label_issue_status: Issue status
168 label_issue_status_plural: Issue statuses
169 label_issue_status_plural: Issue statuses
169 label_issue_status_new: New status
170 label_issue_status_new: New status
170 label_issue_category: Issue category
171 label_issue_category: Issue category
171 label_issue_category_plural: Issue categories
172 label_issue_category_plural: Issue categories
172 label_issue_category_new: New category
173 label_issue_category_new: New category
173 label_custom_field: Custom field
174 label_custom_field: Custom field
174 label_custom_field_plural: Custom fields
175 label_custom_field_plural: Custom fields
175 label_custom_field_new: New custom field
176 label_custom_field_new: New custom field
176 label_enumerations: Enumerations
177 label_enumerations: Enumerations
177 label_enumeration_new: New value
178 label_enumeration_new: New value
178 label_information: Information
179 label_information: Information
179 label_information_plural: Information
180 label_information_plural: Information
180 label_please_login: Please login
181 label_please_login: Please login
181 label_register: Register
182 label_register: Register
182 label_password_lost: Lost password
183 label_password_lost: Lost password
183 label_home: Home
184 label_home: Home
184 label_my_page: My page
185 label_my_page: My page
185 label_my_account: My account
186 label_my_account: My account
186 label_my_projects: My projects
187 label_my_projects: My projects
187 label_administration: Administration
188 label_administration: Administration
188 label_login: Login
189 label_login: Login
189 label_logout: Logout
190 label_logout: Logout
190 label_help: Help
191 label_help: Help
191 label_reported_issues: Reported issues
192 label_reported_issues: Reported issues
192 label_assigned_to_me_issues: Issues assigned to me
193 label_assigned_to_me_issues: Issues assigned to me
193 label_last_login: Last connection
194 label_last_login: Last connection
194 label_last_updates: Last updated
195 label_last_updates: Last updated
195 label_last_updates_plural: %d last updated
196 label_last_updates_plural: %d last updated
196 label_registered_on: Registered on
197 label_registered_on: Registered on
197 label_activity: Activity
198 label_activity: Activity
198 label_new: New
199 label_new: New
199 label_logged_as: Logged as
200 label_logged_as: Logged as
200 label_environment: Environment
201 label_environment: Environment
201 label_authentication: Authentication
202 label_authentication: Authentication
202 label_auth_source: Authentication mode
203 label_auth_source: Authentication mode
203 label_auth_source_new: New authentication mode
204 label_auth_source_new: New authentication mode
204 label_auth_source_plural: Authentication modes
205 label_auth_source_plural: Authentication modes
205 label_subproject: Subproject
206 label_subproject: Subproject
206 label_subproject_plural: Subprojects
207 label_subproject_plural: Subprojects
207 label_min_max_length: Min - Max length
208 label_min_max_length: Min - Max length
208 label_list: List
209 label_list: List
209 label_date: Date
210 label_date: Date
210 label_integer: Integer
211 label_integer: Integer
211 label_boolean: Boolean
212 label_boolean: Boolean
212 label_string: Text
213 label_string: Text
213 label_text: Long text
214 label_text: Long text
214 label_attribute: Attribute
215 label_attribute: Attribute
215 label_attribute_plural: Attributes
216 label_attribute_plural: Attributes
216 label_download: %d Download
217 label_download: %d Download
217 label_download_plural: %d Downloads
218 label_download_plural: %d Downloads
218 label_no_data: No data to display
219 label_no_data: No data to display
219 label_change_status: Change status
220 label_change_status: Change status
220 label_history: History
221 label_history: History
221 label_attachment: File
222 label_attachment: File
222 label_attachment_new: New file
223 label_attachment_new: New file
223 label_attachment_delete: Delete file
224 label_attachment_delete: Delete file
224 label_attachment_plural: Files
225 label_attachment_plural: Files
225 label_report: Report
226 label_report: Report
226 label_report_plural: Reports
227 label_report_plural: Reports
227 label_news: News
228 label_news: News
228 label_news_new: Add news
229 label_news_new: Add news
229 label_news_plural: News
230 label_news_plural: News
230 label_news_latest: Latest news
231 label_news_latest: Latest news
231 label_news_view_all: View all news
232 label_news_view_all: View all news
232 label_change_log: Change log
233 label_change_log: Change log
233 label_settings: Settings
234 label_settings: Settings
234 label_overview: Overview
235 label_overview: Overview
235 label_version: Version
236 label_version: Version
236 label_version_new: New version
237 label_version_new: New version
237 label_version_plural: Versions
238 label_version_plural: Versions
238 label_confirmation: Confirmation
239 label_confirmation: Confirmation
239 label_export_to: Export to
240 label_export_to: Export to
240 label_read: Read...
241 label_read: Read...
241 label_public_projects: Public projects
242 label_public_projects: Public projects
242 label_open_issues: open
243 label_open_issues: open
243 label_open_issues_plural: open
244 label_open_issues_plural: open
244 label_closed_issues: closed
245 label_closed_issues: closed
245 label_closed_issues_plural: closed
246 label_closed_issues_plural: closed
246 label_total: Total
247 label_total: Total
247 label_permissions: Permissions
248 label_permissions: Permissions
248 label_current_status: Current status
249 label_current_status: Current status
249 label_new_statuses_allowed: New statuses allowed
250 label_new_statuses_allowed: New statuses allowed
250 label_all: all
251 label_all: all
251 label_none: none
252 label_none: none
252 label_next: Next
253 label_next: Next
253 label_previous: Previous
254 label_previous: Previous
254 label_used_by: Used by
255 label_used_by: Used by
255 label_details: Details...
256 label_details: Details...
256 label_add_note: Add a note
257 label_add_note: Add a note
257 label_per_page: Per page
258 label_per_page: Per page
258 label_calendar: Calendar
259 label_calendar: Calendar
259 label_months_from: months from
260 label_months_from: months from
260 label_gantt: Gantt
261 label_gantt: Gantt
261 label_internal: Internal
262 label_internal: Internal
262 label_last_changes: last %d changes
263 label_last_changes: last %d changes
263 label_change_view_all: View all changes
264 label_change_view_all: View all changes
264 label_personalize_page: Personalize this page
265 label_personalize_page: Personalize this page
265 label_comment: Comment
266 label_comment: Comment
266 label_comment_plural: Comments
267 label_comment_plural: Comments
267 label_comment_add: Add a comment
268 label_comment_add: Add a comment
268 label_comment_added: Comment added
269 label_comment_added: Comment added
269 label_comment_delete: Delete comments
270 label_comment_delete: Delete comments
270 label_query: Custom query
271 label_query: Custom query
271 label_query_plural: Custom queries
272 label_query_plural: Custom queries
272 label_query_new: New query
273 label_query_new: New query
273 label_filter_add: Add filter
274 label_filter_add: Add filter
274 label_filter_plural: Filters
275 label_filter_plural: Filters
275 label_equals: is
276 label_equals: is
276 label_not_equals: is not
277 label_not_equals: is not
277 label_in_less_than: in less than
278 label_in_less_than: in less than
278 label_in_more_than: in more than
279 label_in_more_than: in more than
279 label_in: in
280 label_in: in
280 label_today: today
281 label_today: today
281 label_less_than_ago: less than days ago
282 label_less_than_ago: less than days ago
282 label_more_than_ago: more than days ago
283 label_more_than_ago: more than days ago
283 label_ago: days ago
284 label_ago: days ago
284 label_contains: contains
285 label_contains: contains
285 label_not_contains: doesn't contain
286 label_not_contains: doesn't contain
286 label_day_plural: days
287 label_day_plural: days
287 label_repository: SVN Repository
288 label_repository: SVN Repository
288 label_browse: Browse
289 label_browse: Browse
289 label_modification: %d change
290 label_modification: %d change
290 label_modification_plural: %d changes
291 label_modification_plural: %d changes
291 label_revision: Revision
292 label_revision: Revision
292 label_revision_plural: Revisions
293 label_revision_plural: Revisions
293 label_added: added
294 label_added: added
294 label_modified: modified
295 label_modified: modified
295 label_deleted: deleted
296 label_deleted: deleted
296 label_latest_revision: Latest revision
297 label_latest_revision: Latest revision
297 label_view_revisions: View revisions
298 label_view_revisions: View revisions
298 label_max_size: Maximum size
299 label_max_size: Maximum size
299 label_on: 'on'
300 label_on: 'on'
300
301
301 button_login: Login
302 button_login: Login
302 button_submit: Submit
303 button_submit: Submit
303 button_save: Save
304 button_save: Save
304 button_check_all: Check all
305 button_check_all: Check all
305 button_uncheck_all: Uncheck all
306 button_uncheck_all: Uncheck all
306 button_delete: Delete
307 button_delete: Delete
307 button_create: Create
308 button_create: Create
308 button_test: Test
309 button_test: Test
309 button_edit: Edit
310 button_edit: Edit
310 button_add: Add
311 button_add: Add
311 button_change: Change
312 button_change: Change
312 button_apply: Apply
313 button_apply: Apply
313 button_clear: Clear
314 button_clear: Clear
314 button_lock: Lock
315 button_lock: Lock
315 button_unlock: Unlock
316 button_unlock: Unlock
316 button_download: Download
317 button_download: Download
317 button_list: List
318 button_list: List
318 button_view: View
319 button_view: View
319 button_move: Move
320 button_move: Move
320 button_back: Back
321 button_back: Back
321 button_cancel: Cancel
322 button_cancel: Cancel
322 button_activate: Activate
323 button_activate: Activate
323
324
324 text_select_mail_notifications: Select actions for which mail notifications should be sent.
325 text_select_mail_notifications: Select actions for which mail notifications should be sent.
325 text_regexp_info: eg. ^[A-Z0-9]+$
326 text_regexp_info: eg. ^[A-Z0-9]+$
326 text_min_max_length_info: 0 means no restriction
327 text_min_max_length_info: 0 means no restriction
327 text_possible_values_info: values separated with |
328 text_possible_values_info: values separated with |
328 text_project_destroy_confirmation: Are you sure you want to delete this project and all related data ?
329 text_project_destroy_confirmation: Are you sure you want to delete this project and all related data ?
329 text_workflow_edit: Select a role and a tracker to edit the workflow
330 text_workflow_edit: Select a role and a tracker to edit the workflow
330 text_are_you_sure: Are you sure ?
331 text_are_you_sure: Are you sure ?
331 text_journal_changed: changed from %s to %s
332 text_journal_changed: changed from %s to %s
332 text_journal_set_to: set to %s
333 text_journal_set_to: set to %s
333 text_journal_deleted: deleted
334 text_journal_deleted: deleted
334 text_tip_task_begin_day: task beginning this day
335 text_tip_task_begin_day: task beginning this day
335 text_tip_task_end_day: task ending this day
336 text_tip_task_end_day: task ending this day
336 text_tip_task_begin_end_day: task beginning and ending this day
337 text_tip_task_begin_end_day: task beginning and ending this day
337
338
338 default_role_manager: Manager
339 default_role_manager: Manager
339 default_role_developper: Developer
340 default_role_developper: Developer
340 default_role_reporter: Reporter
341 default_role_reporter: Reporter
341 default_tracker_bug: Bug
342 default_tracker_bug: Bug
342 default_tracker_feature: Feature
343 default_tracker_feature: Feature
343 default_tracker_support: Support
344 default_tracker_support: Support
344 default_issue_status_new: New
345 default_issue_status_new: New
345 default_issue_status_assigned: Assigned
346 default_issue_status_assigned: Assigned
346 default_issue_status_resolved: Resolved
347 default_issue_status_resolved: Resolved
347 default_issue_status_feedback: Feedback
348 default_issue_status_feedback: Feedback
348 default_issue_status_closed: Closed
349 default_issue_status_closed: Closed
349 default_issue_status_rejected: Rejected
350 default_issue_status_rejected: Rejected
350 default_doc_category_user: User documentation
351 default_doc_category_user: User documentation
351 default_doc_category_tech: Technical documentation
352 default_doc_category_tech: Technical documentation
352 default_priority_low: Low
353 default_priority_low: Low
353 default_priority_normal: Normal
354 default_priority_normal: Normal
354 default_priority_high: High
355 default_priority_high: High
355 default_priority_urgent: Urgent
356 default_priority_urgent: Urgent
356 default_priority_immediate: Immediate
357 default_priority_immediate: Immediate
357
358
358 enumeration_issue_priorities: Issue priorities
359 enumeration_issue_priorities: Issue priorities
359 enumeration_doc_categories: Document categories
360 enumeration_doc_categories: Document categories
@@ -1,359 +1,360
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2
2
3 actionview_datehelper_select_day_prefix:
3 actionview_datehelper_select_day_prefix:
4 actionview_datehelper_select_month_names: Enero,Febrero,Marzo,Abril,Mayo,Junio,Julio,Agosto,Septiembre,Octubre,Noviembre,Diciembre
4 actionview_datehelper_select_month_names: Enero,Febrero,Marzo,Abril,Mayo,Junio,Julio,Agosto,Septiembre,Octubre,Noviembre,Diciembre
5 actionview_datehelper_select_month_names_abbr: Ene,Feb,Mar,Abr,Mayo,Jun,Jul,Ago,Sep,Oct,Nov,Dic
5 actionview_datehelper_select_month_names_abbr: Ene,Feb,Mar,Abr,Mayo,Jun,Jul,Ago,Sep,Oct,Nov,Dic
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 day
8 actionview_datehelper_time_in_words_day: 1 day
9 actionview_datehelper_time_in_words_day_plural: %d days
9 actionview_datehelper_time_in_words_day_plural: %d days
10 actionview_datehelper_time_in_words_hour_about: about an hour
10 actionview_datehelper_time_in_words_hour_about: about an hour
11 actionview_datehelper_time_in_words_hour_about_plural: about %d hours
11 actionview_datehelper_time_in_words_hour_about_plural: about %d hours
12 actionview_datehelper_time_in_words_hour_about_single: about an hour
12 actionview_datehelper_time_in_words_hour_about_single: about an hour
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: half a minute
14 actionview_datehelper_time_in_words_minute_half: half a minute
15 actionview_datehelper_time_in_words_minute_less_than: less than a minute
15 actionview_datehelper_time_in_words_minute_less_than: less than a minute
16 actionview_datehelper_time_in_words_minute_plural: %d minutes
16 actionview_datehelper_time_in_words_minute_plural: %d minutes
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: less than a second
18 actionview_datehelper_time_in_words_second_less_than: less than a second
19 actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds
19 actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds
20 actionview_instancetag_blank_option: Please select
20 actionview_instancetag_blank_option: Please select
21
21
22 activerecord_error_inclusion: is not included in the list
22 activerecord_error_inclusion: is not included in the list
23 activerecord_error_exclusion: is reserved
23 activerecord_error_exclusion: is reserved
24 activerecord_error_invalid: is invalid
24 activerecord_error_invalid: is invalid
25 activerecord_error_confirmation: doesn't match confirmation
25 activerecord_error_confirmation: doesn't match confirmation
26 activerecord_error_accepted: must be accepted
26 activerecord_error_accepted: must be accepted
27 activerecord_error_empty: can't be empty
27 activerecord_error_empty: can't be empty
28 activerecord_error_blank: can't be blank
28 activerecord_error_blank: can't be blank
29 activerecord_error_too_long: is too long
29 activerecord_error_too_long: is too long
30 activerecord_error_too_short: is too short
30 activerecord_error_too_short: is too short
31 activerecord_error_wrong_length: is the wrong length
31 activerecord_error_wrong_length: is the wrong length
32 activerecord_error_taken: has already been taken
32 activerecord_error_taken: has already been taken
33 activerecord_error_not_a_number: is not a number
33 activerecord_error_not_a_number: is not a number
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
36
36
37 general_fmt_age: %d año
37 general_fmt_age: %d año
38 general_fmt_age_plural: %d años
38 general_fmt_age_plural: %d años
39 general_fmt_date: %%d/%%m/%%Y
39 general_fmt_date: %%d/%%m/%%Y
40 general_fmt_datetime: %%d/%%m/%%Y %%H:%%M
40 general_fmt_datetime: %%d/%%m/%%Y %%H:%%M
41 general_fmt_datetime_short: %%d/%%m %%H:%%M
41 general_fmt_datetime_short: %%d/%%m %%H:%%M
42 general_fmt_time: %%H:%%M
42 general_fmt_time: %%H:%%M
43 general_text_No: 'No'
43 general_text_No: 'No'
44 general_text_Yes: 'Sí'
44 general_text_Yes: 'Sí'
45 general_text_no: 'no'
45 general_text_no: 'no'
46 general_text_yes: 'sí'
46 general_text_yes: 'sí'
47 general_lang_es: 'Español'
47 general_lang_es: 'Español'
48 general_csv_separator: ';'
48 general_csv_separator: ';'
49 general_day_names: Lunes,Martes,Miércoles,Jueves,Viernes,Sábado,Domingo
49 general_day_names: Lunes,Martes,Miércoles,Jueves,Viernes,Sábado,Domingo
50
50
51 notice_account_updated: Account was successfully updated.
51 notice_account_updated: Account was successfully updated.
52 notice_account_invalid_creditentials: Invalid user or password
52 notice_account_invalid_creditentials: Invalid user or password
53 notice_account_password_updated: Password was successfully updated.
53 notice_account_password_updated: Password was successfully updated.
54 notice_account_wrong_password: Wrong password
54 notice_account_wrong_password: Wrong password
55 notice_account_register_done: Account was successfully created.
55 notice_account_register_done: Account was successfully created.
56 notice_account_unknown_email: Unknown user.
56 notice_account_unknown_email: Unknown user.
57 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
57 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
58 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
58 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
59 notice_account_activated: Your account has been activated. You can now log in.
59 notice_account_activated: Your account has been activated. You can now log in.
60 notice_successful_create: Successful creation.
60 notice_successful_create: Successful creation.
61 notice_successful_update: Successful update.
61 notice_successful_update: Successful update.
62 notice_successful_delete: Successful deletion.
62 notice_successful_delete: Successful deletion.
63 notice_successful_connection: Successful connection.
63 notice_successful_connection: Successful connection.
64 notice_file_not_found: La página que intentabas tener acceso no existe ni se ha quitado.
64 notice_file_not_found: La página que intentabas tener acceso no existe ni se ha quitado.
65 notice_locking_conflict: Data have been updated by another user.
65 notice_locking_conflict: Data have been updated by another user.
66 notice_scm_error: La entrada y/o la revisión no existe en el depósito.
66 notice_scm_error: La entrada y/o la revisión no existe en el depósito.
67
67
68 mail_subject_lost_password: Tu contraseña del redMine
68 mail_subject_lost_password: Tu contraseña del redMine
69 mail_subject_register: Activación de la cuenta del redMine
69 mail_subject_register: Activación de la cuenta del redMine
70
70
71 gui_validation_error: 1 error
71 gui_validation_error: 1 error
72 gui_validation_error_plural: %d errores
72 gui_validation_error_plural: %d errores
73
73
74 field_name: Nombre
74 field_name: Nombre
75 field_description: Descripción
75 field_description: Descripción
76 field_summary: Resumen
76 field_summary: Resumen
77 field_is_required: Obligatorio
77 field_is_required: Obligatorio
78 field_firstname: Nombre
78 field_firstname: Nombre
79 field_lastname: Apellido
79 field_lastname: Apellido
80 field_mail: Email
80 field_mail: Email
81 field_filename: Fichero
81 field_filename: Fichero
82 field_filesize: Tamaño
82 field_filesize: Tamaño
83 field_downloads: Telecargas
83 field_downloads: Telecargas
84 field_author: Autor
84 field_author: Autor
85 field_created_on: Creado
85 field_created_on: Creado
86 field_updated_on: Actualizado
86 field_updated_on: Actualizado
87 field_field_format: Formato
87 field_field_format: Formato
88 field_is_for_all: Para todos los proyectos
88 field_is_for_all: Para todos los proyectos
89 field_possible_values: Valores posibles
89 field_possible_values: Valores posibles
90 field_regexp: Expresión regular
90 field_regexp: Expresión regular
91 field_min_length: Longitud mínima
91 field_min_length: Longitud mínima
92 field_max_length: Longitud máxima
92 field_max_length: Longitud máxima
93 field_value: Valor
93 field_value: Valor
94 field_category: Categoría
94 field_category: Categoría
95 field_title: Título
95 field_title: Título
96 field_project: Proyecto
96 field_project: Proyecto
97 field_issue: Petición
97 field_issue: Petición
98 field_status: Estatuto
98 field_status: Estatuto
99 field_notes: Notas
99 field_notes: Notas
100 field_is_closed: Petición resuelta
100 field_is_closed: Petición resuelta
101 field_is_default: Estatuto por defecto
101 field_is_default: Estatuto por defecto
102 field_html_color: Color
102 field_html_color: Color
103 field_tracker: Tracker
103 field_tracker: Tracker
104 field_subject: Tema
104 field_subject: Tema
105 field_due_date: Fecha debida
105 field_due_date: Fecha debida
106 field_assigned_to: Asignado a
106 field_assigned_to: Asignado a
107 field_priority: Prioridad
107 field_priority: Prioridad
108 field_fixed_version: Versión corregida
108 field_fixed_version: Versión corregida
109 field_user: Usuario
109 field_user: Usuario
110 field_role: Papel
110 field_role: Papel
111 field_homepage: Sitio web
111 field_homepage: Sitio web
112 field_is_public: Público
112 field_is_public: Público
113 field_parent: Proyecto secundario de
113 field_parent: Proyecto secundario de
114 field_is_in_chlog: Consultar las peticiones en el histórico
114 field_is_in_chlog: Consultar las peticiones en el histórico
115 field_login: Identificador
115 field_login: Identificador
116 field_mail_notification: Notificación por mail
116 field_mail_notification: Notificación por mail
117 field_admin: Administrador
117 field_admin: Administrador
118 field_locked: Cerrado
118 field_locked: Cerrado
119 field_last_login_on: Última conexión
119 field_last_login_on: Última conexión
120 field_language: Lengua
120 field_language: Lengua
121 field_effective_date: Fecha
121 field_effective_date: Fecha
122 field_password: Contraseña
122 field_password: Contraseña
123 field_new_password: Nueva contraseña
123 field_new_password: Nueva contraseña
124 field_password_confirmation: Confirmación
124 field_password_confirmation: Confirmación
125 field_version: Versión
125 field_version: Versión
126 field_type: Tipo
126 field_type: Tipo
127 field_host: Anfitrión
127 field_host: Anfitrión
128 field_port: Puerto
128 field_port: Puerto
129 field_account: Cuenta
129 field_account: Cuenta
130 field_base_dn: Base DN
130 field_base_dn: Base DN
131 field_attr_login: Cualidad del identificador
131 field_attr_login: Cualidad del identificador
132 field_attr_firstname: Cualidad del nombre
132 field_attr_firstname: Cualidad del nombre
133 field_attr_lastname: Cualidad del apellido
133 field_attr_lastname: Cualidad del apellido
134 field_attr_mail: Cualidad del Email
134 field_attr_mail: Cualidad del Email
135 field_onthefly: Creación del usuario On-the-fly
135 field_onthefly: Creación del usuario On-the-fly
136 field_start_date: Comienzo
136 field_start_date: Comienzo
137 field_done_ratio: %% Realizado
137 field_done_ratio: %% Realizado
138 field_auth_source: Modo de la autentificación
138 field_hide_mail: Ocultar mi email address
139 field_hide_mail: Ocultar mi email address
139 field_comment: Comentario
140 field_comment: Comentario
140 field_url: URL
141 field_url: URL
141
142
142 label_user: Usuario
143 label_user: Usuario
143 label_user_plural: Usuarios
144 label_user_plural: Usuarios
144 label_user_new: Nuevo usuario
145 label_user_new: Nuevo usuario
145 label_project: Proyecto
146 label_project: Proyecto
146 label_project_new: Nuevo proyecto
147 label_project_new: Nuevo proyecto
147 label_project_plural: Proyectos
148 label_project_plural: Proyectos
148 label_project_latest: Los proyectos más últimos
149 label_project_latest: Los proyectos más últimos
149 label_issue: Petición
150 label_issue: Petición
150 label_issue_new: Nueva petición
151 label_issue_new: Nueva petición
151 label_issue_plural: Peticiones
152 label_issue_plural: Peticiones
152 label_issue_view_all: Ver todas las peticiones
153 label_issue_view_all: Ver todas las peticiones
153 label_document: Documento
154 label_document: Documento
154 label_document_new: Nuevo documento
155 label_document_new: Nuevo documento
155 label_document_plural: Documentos
156 label_document_plural: Documentos
156 label_role: Papel
157 label_role: Papel
157 label_role_plural: Papeles
158 label_role_plural: Papeles
158 label_role_new: Nuevo papel
159 label_role_new: Nuevo papel
159 label_role_and_permissions: Papeles y permisos
160 label_role_and_permissions: Papeles y permisos
160 label_member: Miembro
161 label_member: Miembro
161 label_member_new: Nuevo miembro
162 label_member_new: Nuevo miembro
162 label_member_plural: Miembros
163 label_member_plural: Miembros
163 label_tracker: Tracker
164 label_tracker: Tracker
164 label_tracker_plural: Trackers
165 label_tracker_plural: Trackers
165 label_tracker_new: Nuevo tracker
166 label_tracker_new: Nuevo tracker
166 label_workflow: Workflow
167 label_workflow: Workflow
167 label_issue_status: Estatuto de petición
168 label_issue_status: Estatuto de petición
168 label_issue_status_plural: Estatutos de las peticiones
169 label_issue_status_plural: Estatutos de las peticiones
169 label_issue_status_new: Nuevo estatuto
170 label_issue_status_new: Nuevo estatuto
170 label_issue_category: Categoría de las peticiones
171 label_issue_category: Categoría de las peticiones
171 label_issue_category_plural: Categorías de las peticiones
172 label_issue_category_plural: Categorías de las peticiones
172 label_issue_category_new: Nueva categoría
173 label_issue_category_new: Nueva categoría
173 label_custom_field: Campo personalizado
174 label_custom_field: Campo personalizado
174 label_custom_field_plural: Campos personalizados
175 label_custom_field_plural: Campos personalizados
175 label_custom_field_new: Nuevo campo personalizado
176 label_custom_field_new: Nuevo campo personalizado
176 label_enumerations: Listas de valores
177 label_enumerations: Listas de valores
177 label_enumeration_new: Nuevo valor
178 label_enumeration_new: Nuevo valor
178 label_information: Informacion
179 label_information: Informacion
179 label_information_plural: Informaciones
180 label_information_plural: Informaciones
180 label_please_login: Conexión
181 label_please_login: Conexión
181 label_register: Registrar
182 label_register: Registrar
182 label_password_lost: ¿Olvidaste la contraseña?
183 label_password_lost: ¿Olvidaste la contraseña?
183 label_home: Acogida
184 label_home: Acogida
184 label_my_page: Mi página
185 label_my_page: Mi página
185 label_my_account: Mi cuenta
186 label_my_account: Mi cuenta
186 label_my_projects: Mis proyectos
187 label_my_projects: Mis proyectos
187 label_administration: Administración
188 label_administration: Administración
188 label_login: Conexión
189 label_login: Conexión
189 label_logout: Desconexión
190 label_logout: Desconexión
190 label_help: Ayuda
191 label_help: Ayuda
191 label_reported_issues: Peticiones registradas
192 label_reported_issues: Peticiones registradas
192 label_assigned_to_me_issues: Peticiones que me están asignadas
193 label_assigned_to_me_issues: Peticiones que me están asignadas
193 label_last_login: Última conexión
194 label_last_login: Última conexión
194 label_last_updates: Actualizado
195 label_last_updates: Actualizado
195 label_last_updates_plural: %d Actualizados
196 label_last_updates_plural: %d Actualizados
196 label_registered_on: Inscrito el
197 label_registered_on: Inscrito el
197 label_activity: Actividad
198 label_activity: Actividad
198 label_new: Nuevo
199 label_new: Nuevo
199 label_logged_as: Conectado como
200 label_logged_as: Conectado como
200 label_environment: Environment
201 label_environment: Environment
201 label_authentication: Autentificación
202 label_authentication: Autentificación
202 label_auth_source: Modo de la autentificación
203 label_auth_source: Modo de la autentificación
203 label_auth_source_new: Nuevo modo de la autentificación
204 label_auth_source_new: Nuevo modo de la autentificación
204 label_auth_source_plural: Modos de la autentificación
205 label_auth_source_plural: Modos de la autentificación
205 label_subproject: Proyecto secundario
206 label_subproject: Proyecto secundario
206 label_subproject_plural: Proyectos secundarios
207 label_subproject_plural: Proyectos secundarios
207 label_min_max_length: Longitud mín - máx
208 label_min_max_length: Longitud mín - máx
208 label_list: Lista
209 label_list: Lista
209 label_date: Fecha
210 label_date: Fecha
210 label_integer: Número
211 label_integer: Número
211 label_boolean: Boleano
212 label_boolean: Boleano
212 label_string: Texto
213 label_string: Texto
213 label_text: Texto largo
214 label_text: Texto largo
214 label_attribute: Cualidad
215 label_attribute: Cualidad
215 label_attribute_plural: Cualidades
216 label_attribute_plural: Cualidades
216 label_download: %d Telecarga
217 label_download: %d Telecarga
217 label_download_plural: %d Telecargas
218 label_download_plural: %d Telecargas
218 label_no_data: Ningunos datos a exhibir
219 label_no_data: Ningunos datos a exhibir
219 label_change_status: Cambiar el estatuto
220 label_change_status: Cambiar el estatuto
220 label_history: Histórico
221 label_history: Histórico
221 label_attachment: Fichero
222 label_attachment: Fichero
222 label_attachment_new: Nuevo fichero
223 label_attachment_new: Nuevo fichero
223 label_attachment_delete: Suprimir el fichero
224 label_attachment_delete: Suprimir el fichero
224 label_attachment_plural: Ficheros
225 label_attachment_plural: Ficheros
225 label_report: Informe
226 label_report: Informe
226 label_report_plural: Informes
227 label_report_plural: Informes
227 label_news: Noticia
228 label_news: Noticia
228 label_news_new: Nueva noticia
229 label_news_new: Nueva noticia
229 label_news_plural: Noticias
230 label_news_plural: Noticias
230 label_news_latest: Últimas noticias
231 label_news_latest: Últimas noticias
231 label_news_view_all: Ver todas las noticias
232 label_news_view_all: Ver todas las noticias
232 label_change_log: Cambios
233 label_change_log: Cambios
233 label_settings: Configuración
234 label_settings: Configuración
234 label_overview: Vistazo
235 label_overview: Vistazo
235 label_version: Versión
236 label_version: Versión
236 label_version_new: Nueva versión
237 label_version_new: Nueva versión
237 label_version_plural: Versiónes
238 label_version_plural: Versiónes
238 label_confirmation: Confirmación
239 label_confirmation: Confirmación
239 label_export_to: Exportar a
240 label_export_to: Exportar a
240 label_read: Leer...
241 label_read: Leer...
241 label_public_projects: Proyectos publicos
242 label_public_projects: Proyectos publicos
242 label_open_issues: abierta
243 label_open_issues: abierta
243 label_open_issues_plural: abiertas
244 label_open_issues_plural: abiertas
244 label_closed_issues: cerrada
245 label_closed_issues: cerrada
245 label_closed_issues_plural: cerradas
246 label_closed_issues_plural: cerradas
246 label_total: Total
247 label_total: Total
247 label_permissions: Permisos
248 label_permissions: Permisos
248 label_current_status: Estado actual
249 label_current_status: Estado actual
249 label_new_statuses_allowed: Nuevos estatutos autorizados
250 label_new_statuses_allowed: Nuevos estatutos autorizados
250 label_all: todos
251 label_all: todos
251 label_none: ninguno
252 label_none: ninguno
252 label_next: Próximo
253 label_next: Próximo
253 label_previous: Precedente
254 label_previous: Precedente
254 label_used_by: Utilizado por
255 label_used_by: Utilizado por
255 label_details: Detalles...
256 label_details: Detalles...
256 label_add_note: Agregar una nota
257 label_add_note: Agregar una nota
257 label_per_page: Por la página
258 label_per_page: Por la página
258 label_calendar: Calendario
259 label_calendar: Calendario
259 label_months_from: meses de
260 label_months_from: meses de
260 label_gantt: Gantt
261 label_gantt: Gantt
261 label_internal: Interno
262 label_internal: Interno
262 label_last_changes: %d cambios del último
263 label_last_changes: %d cambios del último
263 label_change_view_all: Ver todos los cambios
264 label_change_view_all: Ver todos los cambios
264 label_personalize_page: Personalizar esta página
265 label_personalize_page: Personalizar esta página
265 label_comment: Comentario
266 label_comment: Comentario
266 label_comment_plural: Comentarios
267 label_comment_plural: Comentarios
267 label_comment_add: Agregar un comentario
268 label_comment_add: Agregar un comentario
268 label_comment_added: Comentario agregó
269 label_comment_added: Comentario agregó
269 label_comment_delete: Suprimir comentarios
270 label_comment_delete: Suprimir comentarios
270 label_query: Pregunta personalizada
271 label_query: Pregunta personalizada
271 label_query_plural: Preguntas personalizadas
272 label_query_plural: Preguntas personalizadas
272 label_query_new: Nueva preguntas
273 label_query_new: Nueva preguntas
273 label_filter_add: Agregar el filtro
274 label_filter_add: Agregar el filtro
274 label_filter_plural: Filtros
275 label_filter_plural: Filtros
275 label_equals: igual
276 label_equals: igual
276 label_not_equals: no igual
277 label_not_equals: no igual
277 label_in_less_than: en menos que
278 label_in_less_than: en menos que
278 label_in_more_than: en más que
279 label_in_more_than: en más que
279 label_in: en
280 label_in: en
280 label_today: hoy
281 label_today: hoy
281 label_less_than_ago: hace menos de
282 label_less_than_ago: hace menos de
282 label_more_than_ago: hace más de
283 label_more_than_ago: hace más de
283 label_ago: hace
284 label_ago: hace
284 label_contains: contiene
285 label_contains: contiene
285 label_not_contains: no contiene
286 label_not_contains: no contiene
286 label_day_plural: días
287 label_day_plural: días
287 label_repository: Depósito SVN
288 label_repository: Depósito SVN
288 label_browse: Hojear
289 label_browse: Hojear
289 label_modification: %d modificación
290 label_modification: %d modificación
290 label_modification_plural: %d modificaciones
291 label_modification_plural: %d modificaciones
291 label_revision: Revisión
292 label_revision: Revisión
292 label_revision_plural: Revisiones
293 label_revision_plural: Revisiones
293 label_added: agregado
294 label_added: agregado
294 label_modified: modificado
295 label_modified: modificado
295 label_deleted: suprimido
296 label_deleted: suprimido
296 label_latest_revision: La revisión más última
297 label_latest_revision: La revisión más última
297 label_view_revisions: Ver las revisiones
298 label_view_revisions: Ver las revisiones
298 label_max_size: Tamaño máximo
299 label_max_size: Tamaño máximo
299 label_on: en
300 label_on: en
300
301
301 button_login: Conexión
302 button_login: Conexión
302 button_submit: Someter
303 button_submit: Someter
303 button_save: Validar
304 button_save: Validar
304 button_check_all: Seleccionar todo
305 button_check_all: Seleccionar todo
305 button_uncheck_all: No seleccionar nada
306 button_uncheck_all: No seleccionar nada
306 button_delete: Suprimir
307 button_delete: Suprimir
307 button_create: Crear
308 button_create: Crear
308 button_test: Testar
309 button_test: Testar
309 button_edit: Modificar
310 button_edit: Modificar
310 button_add: Añadir
311 button_add: Añadir
311 button_change: Cambiar
312 button_change: Cambiar
312 button_apply: Aplicar
313 button_apply: Aplicar
313 button_clear: Anular
314 button_clear: Anular
314 button_lock: Bloquear
315 button_lock: Bloquear
315 button_unlock: Desbloquear
316 button_unlock: Desbloquear
316 button_download: Telecargar
317 button_download: Telecargar
317 button_list: Listar
318 button_list: Listar
318 button_view: Ver
319 button_view: Ver
319 button_move: Mover
320 button_move: Mover
320 button_back: Atrás
321 button_back: Atrás
321 button_cancel: Cancelar
322 button_cancel: Cancelar
322 button_activate: Activar
323 button_activate: Activar
323
324
324 text_select_mail_notifications: Seleccionar las actividades que necesitan la activación de la notificación por mail.
325 text_select_mail_notifications: Seleccionar las actividades que necesitan la activación de la notificación por mail.
325 text_regexp_info: eg. ^[A-Z0-9]+$
326 text_regexp_info: eg. ^[A-Z0-9]+$
326 text_min_max_length_info: 0 para ninguna restricción
327 text_min_max_length_info: 0 para ninguna restricción
327 text_possible_values_info: Los valores se separaron con |
328 text_possible_values_info: Los valores se separaron con |
328 text_project_destroy_confirmation: ¿ Estás seguro de querer eliminar el proyecto ?
329 text_project_destroy_confirmation: ¿ Estás seguro de querer eliminar el proyecto ?
329 text_workflow_edit: Seleccionar un workflow para actualizar
330 text_workflow_edit: Seleccionar un workflow para actualizar
330 text_are_you_sure: ¿ Estás seguro ?
331 text_are_you_sure: ¿ Estás seguro ?
331 text_journal_changed: cambiado de %s a %s
332 text_journal_changed: cambiado de %s a %s
332 text_journal_set_to: fijado a %s
333 text_journal_set_to: fijado a %s
333 text_journal_deleted: suprimido
334 text_journal_deleted: suprimido
334 text_tip_task_begin_day: tarea que comienza este día
335 text_tip_task_begin_day: tarea que comienza este día
335 text_tip_task_end_day: tarea que termina este día
336 text_tip_task_end_day: tarea que termina este día
336 text_tip_task_begin_end_day: tarea que comienza y termina este día
337 text_tip_task_begin_end_day: tarea que comienza y termina este día
337
338
338 default_role_manager: Manager
339 default_role_manager: Manager
339 default_role_developper: Desarrollador
340 default_role_developper: Desarrollador
340 default_role_reporter: Informador
341 default_role_reporter: Informador
341 default_tracker_bug: Anomalía
342 default_tracker_bug: Anomalía
342 default_tracker_feature: Evolución
343 default_tracker_feature: Evolución
343 default_tracker_support: Asistencia
344 default_tracker_support: Asistencia
344 default_issue_status_new: Nuevo
345 default_issue_status_new: Nuevo
345 default_issue_status_assigned: Asignada
346 default_issue_status_assigned: Asignada
346 default_issue_status_resolved: Resuelta
347 default_issue_status_resolved: Resuelta
347 default_issue_status_feedback: Comentario
348 default_issue_status_feedback: Comentario
348 default_issue_status_closed: Cerrada
349 default_issue_status_closed: Cerrada
349 default_issue_status_rejected: Rechazada
350 default_issue_status_rejected: Rechazada
350 default_doc_category_user: Documentación del usuario
351 default_doc_category_user: Documentación del usuario
351 default_doc_category_tech: Documentación tecnica
352 default_doc_category_tech: Documentación tecnica
352 default_priority_low: Bajo
353 default_priority_low: Bajo
353 default_priority_normal: Normal
354 default_priority_normal: Normal
354 default_priority_high: Alto
355 default_priority_high: Alto
355 default_priority_urgent: Urgente
356 default_priority_urgent: Urgente
356 default_priority_immediate: Ahora
357 default_priority_immediate: Ahora
357
358
358 enumeration_issue_priorities: Prioridad de las peticiones
359 enumeration_issue_priorities: Prioridad de las peticiones
359 enumeration_doc_categories: Categorías del documento
360 enumeration_doc_categories: Categorías del documento
General Comments 0
You need to be logged in to leave comments. Login now