##// END OF EJS Templates
Added polish translation (Tomasz Gawryl)....
Jean-Philippe Lang -
r738:fe7c0d648444
parent child
Show More
@@ -0,0 +1,9
1 <% if @user.auth_source %>Możesz użyć twojego "<%= @user.auth_source.name %>" konta do zalogowania do Redmine.
2 <% else %>Twoje konto w Redmine:
3 * Login: <%= @user.login %>
4 * Hasło: <%= @password %>
5 <% end %>
6 Zaloguj: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'login' %>
7 <% unless @user.auth_source %>
8 Możesz zmienić swoje hasło tutaj: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'my', :action => 'account' %>
9 <% end %>
@@ -0,0 +1,6
1 <%= @added_to %>
2 <%= @attachments.size %> plik(ów) dodane.
3 <% @attachments.each do |attachment | %>
4 - <%= attachment.filename %><% end %>
5
6 <%= @url %> No newline at end of file
@@ -0,0 +1,4
1 Dokument został dodany do <%= @document.project.name %> (<%= @document.category.name %>):
2 <%= l(:field_title) %>: <%= @document.title %>
3
4 http://<%= Setting.host_name %>/documents/show/<%= @document.id %> No newline at end of file
@@ -0,0 +1,3
1 W celu zmiany swojego hasła użyj poniższego odnośnika:
2
3 http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> No newline at end of file
@@ -0,0 +1,3
1 W celu aktywacji Twojego konta w redMine, użyj poniższego odnośnika:
2
3 http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> No newline at end of file
This diff has been collapsed as it changes many lines, (511 lines changed) Show them Hide them
@@ -0,0 +1,511
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2
3 actionview_datehelper_select_day_prefix:
4 actionview_datehelper_select_month_names: Styczeń,Luty,Marzec,Kwiecień,Maj,Czerwiec,Lipiec,Sierpień,Wrzesień,Październik,Listopad,Grudzień
5 actionview_datehelper_select_month_names_abbr: Sty,Lut,Mar,Kwi,Maj,Cze,Lip,Sie,Wrz,Paź,Lis,Gru
6 actionview_datehelper_select_month_prefix:
7 actionview_datehelper_select_year_prefix:
8 actionview_datehelper_time_in_words_day: 1 dzień
9 actionview_datehelper_time_in_words_day_plural: %d dni
10 actionview_datehelper_time_in_words_hour_about: około godziny
11 actionview_datehelper_time_in_words_hour_about_plural: około %d godzin
12 actionview_datehelper_time_in_words_hour_about_single: około godziny
13 actionview_datehelper_time_in_words_minute: 1 minuta
14 actionview_datehelper_time_in_words_minute_half: pół minuty
15 actionview_datehelper_time_in_words_minute_less_than: mniej niż minuta
16 actionview_datehelper_time_in_words_minute_plural: %d minut
17 actionview_datehelper_time_in_words_minute_single: 1 minuta
18 actionview_datehelper_time_in_words_second_less_than: mniej niż sekunda
19 actionview_datehelper_time_in_words_second_less_than_plural: mniej niż %d sekund
20 actionview_instancetag_blank_option: Proszę wybierz
21
22 activerecord_error_inclusion: nie jest zawarte na liście
23 activerecord_error_exclusion: jest zarezerwowane
24 activerecord_error_invalid: jest nieprawidłowe
25 activerecord_error_confirmation: nie pasuje do potwierdzenia
26 activerecord_error_accepted: musi być zaakceptowane
27 activerecord_error_empty: nie może być puste
28 activerecord_error_blank: nie może być czyste
29 activerecord_error_too_long: jest za długie
30 activerecord_error_too_short: jest za krótkie
31 activerecord_error_wrong_length: ma złą długość
32 activerecord_error_taken: jest już wybrane
33 activerecord_error_not_a_number: nie jest numerem
34 activerecord_error_not_a_date: nie jest prawidłową datą
35 activerecord_error_greater_than_start_date: musi być większe niż początkowa data
36 activerecord_error_not_same_project: nie należy do tego samego projektu
37 activerecord_error_circular_dependency: Ta relacja może wytworzyć kołową zależność
38
39 general_fmt_age: %d lat
40 general_fmt_age_plural: %d lat
41 general_fmt_date: %%m/%%d/%%Y
42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
45 general_text_No: 'Nie'
46 general_text_Yes: 'Tak'
47 general_text_no: 'nie'
48 general_text_yes: 'tak'
49 general_lang_name: 'Polski'
50 general_csv_separator: ','
51 general_csv_encoding: ISO-8859-2
52 general_pdf_encoding: ISO-8859-2
53 general_day_names: Poniedziałek,Wtorek,Środa,Czwartek,Piątek,Sobota,Niedziela
54
55 notice_account_updated: Konto prawidłowo zaktualizowane.
56 notice_account_invalid_creditentials: Zły użytkownik lub hasło
57 notice_account_password_updated: Hasło prawidłowo zmienione.
58 notice_account_wrong_password: Złe hasło
59 notice_account_register_done: Konto prawidłowo stworzone.
60 notice_account_unknown_email: Nieznany użytkownik.
61 notice_can_t_change_password: To konto ma zewnętrzne źródło identyfikacji. Nie możesz zmienić hasła.
62 notice_account_lost_email_sent: Email z instrukcjami zmiany hasła został wysłany do Ciebie.
63 notice_account_activated: Twoje konto zostało aktywowane. Możesz się zalogować.
64 notice_successful_create: Udane stworzenie.
65 notice_successful_update: Udane poprawienie.
66 notice_successful_delete: Udane usunięcie.
67 notice_successful_connection: Udane nawiązanie połączenia.
68 notice_file_not_found: Strona do której próbujesz się dostać nie istnieje lub została usunięta.
69 notice_locking_conflict: Dane poprawione przez innego użytkownika.
70 notice_scm_error: Wejście i/lub zmiana nie istnieje w repozytorium.
71 notice_not_authorized: Nie jesteś autoryzowany by zobaczyć stronę.
72
73 mail_subject_lost_password: Twoje hasło do redMine
74 mail_subject_register: Aktywacja konta w redMine
75
76 gui_validation_error: 1 błąd
77 gui_validation_error_plural: %d błędów
78
79 field_name: Nazwa
80 field_description: Opis
81 field_summary: Podsumowanie
82 field_is_required: Wymagane
83 field_firstname: Imię
84 field_lastname: Nazwisko
85 field_mail: Email
86 field_filename: Plik
87 field_filesize: Rozmiar
88 field_downloads: Pobrań
89 field_author: Autor
90 field_created_on: Stworzone
91 field_updated_on: Zmienione
92 field_field_format: Format
93 field_is_for_all: Dla wszystkich projektów
94 field_possible_values: Możliwe wartości
95 field_regexp: Wyrażenie regularne
96 field_min_length: Minimalna długość
97 field_max_length: Maksymalna długość
98 field_value: Wartość
99 field_category: Kategoria
100 field_title: Tytuł
101 field_project: Projekt
102 field_issue: Zgłoszenie
103 field_status: Status
104 field_notes: Notatki
105 field_is_closed: Zgłoszenie zamknięte
106 field_is_default: Domyślny status
107 field_html_color: Kolor
108 field_tracker: Tracker
109 field_subject: Temat
110 field_due_date: Data oddania
111 field_assigned_to: Przydzielony do
112 field_priority: Priorytet
113 field_fixed_version: Stała wersja
114 field_user: Użytkownik
115 field_role: Rola
116 field_homepage: Strona www
117 field_is_public: Publiczny
118 field_parent: Subprojekt
119 field_is_in_chlog: Zgłoszenia pokazane w zapisie zmian
120 field_is_in_roadmap: Zgłoszenia pokazane na mapie
121 field_login: Login
122 field_mail_notification: Powiadomienia Email
123 field_admin: Administrator
124 field_last_login_on: Ostatnie połączenie
125 field_language: Język
126 field_effective_date: Data
127 field_password: Hasło
128 field_new_password: Nowe hasło
129 field_password_confirmation: Potwierdzenie
130 field_version: Wersja
131 field_type: Typ
132 field_host: Host
133 field_port: Port
134 field_account: Konto
135 field_base_dn: Base DN
136 field_attr_login: Login atrybut
137 field_attr_firstname: Imię atrybut
138 field_attr_lastname: Nazwisko atrybut
139 field_attr_mail: Email atrybut
140 field_onthefly: Tworzenie użytkownika w locie
141 field_start_date: Start
142 field_done_ratio: %% Wykonane
143 field_auth_source: Tryb identyfikacji
144 field_hide_mail: Ukryj mój adres email
145 field_comments: Komentarz
146 field_url: URL
147 field_start_page: Strona startowa
148 field_subproject: Podprojekt
149 field_hours: Godzin
150 field_activity: Aktywność
151 field_spent_on: Data
152 field_identifier: Identifikator
153 field_is_filter: Używane jako filter
154 field_issue_to_id: Powiązane zgłoszenie
155 field_delay: Opóźnienie
156
157 setting_app_title: Tytuł aplikacji
158 setting_app_subtitle: Podtytuł aplikacji
159 setting_welcome_text: Tekst powitalny
160 setting_default_language: Domyślny język
161 setting_login_required: Identyfikacja wymagana
162 setting_self_registration: Własna rejestracja umożliwiona
163 setting_attachment_max_size: Maks. rozm. załącznika
164 setting_issues_export_limit: Limit eksportu zgłoszeń
165 setting_mail_from: Adres email wysyłki
166 setting_host_name: Nazwa hosta
167 setting_text_formatting: Formatowanie tekstu
168 setting_wiki_compression: Kompresja historii Wiki
169 setting_feeds_limit: Limit danych RSS
170 setting_autofetch_changesets: Auto-odświeżanie CVS
171 setting_sys_api_enabled: Włączenie WS do zarządzania repozytorium
172 setting_commit_ref_keywords: Terminy odnoszące (CVS)
173 setting_commit_fix_keywords: Terminy ustalające (CVS)
174 setting_autologin: Auto logowanie
175 setting_date_format: Format daty
176
177 label_user: Użytkownik
178 label_user_plural: Użytkownicy
179 label_user_new: Nowy użytkownik
180 label_project: Projekt
181 label_project_new: Nowy projekt
182 label_project_plural: Projekty
183 label_project_all: Wszystkie projekty
184 label_project_latest: Ostatnie projekty
185 label_issue: Zgłoszenie
186 label_issue_new: Nowe zgłoszenie
187 label_issue_plural: Zgłoszenia
188 label_issue_view_all: Zobacz wszystkie zgłoszenia
189 label_document: Dokument
190 label_document_new: Nowy dokument
191 label_document_plural: Dokumenty
192 label_role: Rola
193 label_role_plural: Role
194 label_role_new: Nowa rola
195 label_role_and_permissions: Role i Uprawnienia
196 label_member: Uczestnik
197 label_member_new: Nowy uczestnik
198 label_member_plural: Uczestnicy
199 label_tracker: Ślad
200 label_tracker_plural: Ślady
201 label_tracker_new: Nowy ślad
202 label_workflow: Przepływ
203 label_issue_status: Status zgłoszenia
204 label_issue_status_plural: Statusy zgłoszeń
205 label_issue_status_new: Nowy status
206 label_issue_category: Kategoria zgłoszenia
207 label_issue_category_plural: Kategorie zgłoszeń
208 label_issue_category_new: Nowa kategoria
209 label_custom_field: Dowolne pole
210 label_custom_field_plural: Dowolne pola
211 label_custom_field_new: Nowe dowolne pole
212 label_enumerations: Wyliczenia
213 label_enumeration_new: Nowa wartość
214 label_information: Informacja
215 label_information_plural: Informacje
216 label_please_login: Zaloguj się
217 label_register: Rejestracja
218 label_password_lost: Zapomniane hasło
219 label_home: Główna
220 label_my_page: Moja strona
221 label_my_account: Moje konto
222 label_my_projects: Moje projekty
223 label_administration: Administracja
224 label_login: Login
225 label_logout: Wylogowanie
226 label_help: Pomoc
227 label_reported_issues: Zaraportowane zgłoszenia
228 label_assigned_to_me_issues: Zgłoszenia przypisane do mnie
229 label_last_login: Ostatnie połączenie
230 label_last_updates: Ostatnia zmieniana
231 label_last_updates_plural: %d ostatnie zmiany
232 label_registered_on: Zarejestrowany
233 label_activity: Aktywność
234 label_new: Nowy
235 label_logged_as: Zalogowany jako
236 label_environment: Środowisko
237 label_authentication: Identyfikacja
238 label_auth_source: Tryb identyfikacji
239 label_auth_source_new: Nowy tryb identyfikacji
240 label_auth_source_plural: Tryby identyfikacji
241 label_subproject_plural: Podprojekty
242 label_min_max_length: Min - Maks długość
243 label_list: Lista
244 label_date: Data
245 label_integer: L. pojedyńcza
246 label_boolean: Wart. logiczna
247 label_string: Tekst
248 label_text: Długi tekst
249 label_attribute: Atrybut
250 label_attribute_plural: Atrybuty
251 label_download: %d Pobranie
252 label_download_plural: %d Pobrania
253 label_no_data: Brak danych do pokazania
254 label_change_status: Status zmian
255 label_history: Historia
256 label_attachment: Plik
257 label_attachment_new: Nowy plik
258 label_attachment_delete: Skasuj plik
259 label_attachment_plural: Pliki
260 label_report: Raport
261 label_report_plural: Raporty
262 label_news: Nowość
263 label_news_new: Dodaj nowość
264 label_news_plural: Nowości
265 label_news_latest: Ostatnie nowości
266 label_news_view_all: Pokaż wszystkie nowości
267 label_change_log: Lista zmian
268 label_settings: Ustawienia
269 label_overview: Przegląd
270 label_version: Wersja
271 label_version_new: Nowa wersja
272 label_version_plural: Wersje
273 label_confirmation: Potwierdzenie
274 label_export_to: Eksportuj do
275 label_read: Czytanie...
276 label_public_projects: Projekty publiczne
277 label_open_issues: otwarte
278 label_open_issues_plural: otwarte
279 label_closed_issues: zamknięte
280 label_closed_issues_plural: zamknięte
281 label_total: Ogółem
282 label_permissions: Uprawnienia
283 label_current_status: Obecny status
284 label_new_statuses_allowed: Uprawnione nowe statusy
285 label_all: wszystko
286 label_none: brak
287 label_next: Następne
288 label_previous: Poprzednie
289 label_used_by: Używane przez
290 label_details: Szczegóły
291 label_add_note: Dodaj notatkę
292 label_per_page: Na stronę
293 label_calendar: Kalendarz
294 label_months_from: miesiące od
295 label_gantt: Gantt
296 label_internal: Wewnętrzny
297 label_last_changes: ostatnie %d zmian
298 label_change_view_all: Pokaż wszystkie zmiany
299 label_personalize_page: Personalizuj tą stronę
300 label_comment: Komentarz
301 label_comment_plural: Komentarze
302 label_comment_add: Dodaj komentarz
303 label_comment_added: Komentarz dodany
304 label_comment_delete: Usuń komentarze
305 label_query: Dowolne zapytanie
306 label_query_plural: Dowolne zapytania
307 label_query_new: Nowe zapytanie
308 label_filter_add: Dodaj filter
309 label_filter_plural: Filtry
310 label_equals: jest
311 label_not_equals: nie jest
312 label_in_less_than: w mniejszych od
313 label_in_more_than: w większych niż
314 label_in: w
315 label_today: dzisiaj
316 label_less_than_ago: dni mniej
317 label_more_than_ago: dni więcej
318 label_ago: dni temu
319 label_contains: zawiera
320 label_not_contains: nie zawiera
321 label_day_plural: dni
322 label_repository: Repozytorium
323 label_browse: Przegląd
324 label_modification: %d modyfikacja
325 label_modification_plural: %d modyfikacja
326 label_revision: Zmiana
327 label_revision_plural: Zmiany
328 label_added: dodane
329 label_modified: zmodufikowane
330 label_deleted: usunięte
331 label_latest_revision: Ostatnia zmiana
332 label_latest_revision_plural: Ostatnie zmiany
333 label_view_revisions: Pokaż zmiany
334 label_max_size: Kamsymalny rozmiar
335 label_on: 'włączone'
336 label_sort_highest: Przesuń na górę
337 label_sort_higher: Do góry
338 label_sort_lower: Do dołu
339 label_sort_lowest: Przesuń na dół
340 label_roadmap: Mapa
341 label_roadmap_due_in: W czasie
342 label_roadmap_no_issues: Brak zgłoszeń do tej wersji
343 label_search: Szukaj
344 label_result: %d rezultat
345 label_result_plural: %d rezultatów
346 label_all_words: Wszystkie słowa
347 label_wiki: Wiki
348 label_wiki_edit: Edycja wiki
349 label_wiki_edit_plural: Edycje wiki
350 label_wiki_page: Strona wiki
351 label_wiki_page_plural: Strony wiki
352 label_page_index: Indeks
353 label_current_version: Obecna wersja
354 label_preview: Podgląd
355 label_feed_plural: Ilość RSS
356 label_changes_details: Szczegóły wszystkich zmian
357 label_issue_tracking: Śledzenie zgłoszeń
358 label_spent_time: Spędzony czas
359 label_f_hour: %.2f godzina
360 label_f_hour_plural: %.2f godzin
361 label_time_tracking: Śledzenie czasu
362 label_change_plural: Zmiany
363 label_statistics: Statystyki
364 label_commits_per_month: Wrzutek CVS w miesiącu
365 label_commits_per_author: Wrzutek CVS przez autora
366 label_view_diff: Pokaż różnice
367 label_diff_inline: w linii
368 label_diff_side_by_side: obok siebie
369 label_options: Opcje
370 label_copy_workflow_from: Kopiuj przepływ z
371 label_permissions_report: Raport uprawnień
372 label_watched_issues: Obserwowane zgłoszenia
373 label_related_issues: Powiązane zgłoszenia
374 label_applied_status: Stosowany status
375 label_loading: Ładowanie...
376 label_relation_new: Nowe powiązanie
377 label_relation_delete: Usuń powiązanie
378 label_relates_to: powiązane z
379 label_duplicates: duplikaty
380 label_blocks: blokady
381 label_blocked_by: zablokowane przez
382 label_precedes: poprzedza
383 label_follows: podąża
384 label_end_to_start: koniec do początku
385 label_end_to_end: koniec do końca
386 label_start_to_start: początek do początku
387 label_start_to_end: początek do końca
388 label_stay_logged_in: Pozostań zalogowany
389 label_disabled: zablokowany
390 label_show_completed_versions: Pokaż kompletne wersje
391 label_me: ja
392 label_board: Forum
393 label_board_new: Nowe forum
394 label_board_plural: Fora
395 label_topic_plural: Tematy
396 label_message_plural: Wiadomości
397 label_message_last: Ostatnia wiadomość
398 label_message_new: Nowa wiadomość
399 label_reply_plural: Odpowiedzi
400 label_send_information: Wyślij informację użytkownikowi
401 label_year: Rok
402 label_month: Miesiąc
403 label_week: Tydzień
404 label_date_from: Z
405 label_date_to: Do
406 label_language_based: Na podstawie języka
407
408 button_login: Login
409 button_submit: Wyślij
410 button_save: Nagraj
411 button_check_all: Zaznacz wszystko
412 button_uncheck_all: Odznacz wszystko
413 button_delete: Usuń
414 button_create: Stwórz
415 button_test: Testuj
416 button_edit: Edytuj
417 button_add: Dodaj
418 button_change: Zmień
419 button_apply: Ustaw
420 button_clear: Wyczyść
421 button_lock: Zablokuj
422 button_unlock: Odblokuj
423 button_download: Pobierz
424 button_list: Lista
425 button_view: Pokaż
426 button_move: Przenieś
427 button_back: Wstecz
428 button_cancel: Anuluj
429 button_activate: Aktywuj
430 button_sort: Sortuj
431 button_log_time: Czas logowania
432 button_rollback: Przywróc do tej wersji
433 button_watch: Obserwuj
434 button_unwatch: Nie obserwuj
435 button_reply: Odpowiedz
436 button_archive: Orchiwizuj
437 button_unarchive: Przywróc z archiwum
438
439 status_active: aktywny
440 status_registered: zarejestrowany
441 status_locked: zablokowany
442
443 text_select_mail_notifications: Zaznacz czynności przy których użytkownik powinien być powiadomiony mailem.
444 text_regexp_info: np. ^[A-Z0-9]+$
445 text_min_max_length_info: 0 oznacza brak restrykcji
446 text_project_destroy_confirmation: Jesteś pewien, że chcesz usunąć ten projekt i wszyskie powiązane dane?
447 text_workflow_edit: Zaznacz rolę i ślad do edycji przepływu
448 text_are_you_sure: Jesteś pewien ?
449 text_journal_changed: zmienione %s do %s
450 text_journal_set_to: ustawione na %s
451 text_journal_deleted: usunięte
452 text_tip_task_begin_day: zadanie zaczynające się dzisiaj
453 text_tip_task_end_day: zadanie kończące się dzisiaj
454 text_tip_task_begin_end_day: zadanie zaczynające i kończące się dzisiaj
455 text_project_identifier_info: 'Małe litery (a-z), liczby i myślniki dozwolone.<br />Raz zapisany, identyfikator nie może być zmieniony.'
456 text_caracters_maximum: %d znaków maksymalnie.
457 text_length_between: Długość pomiędzy %d i %d znaków.
458 text_tracker_no_workflow: Brak przepływu zefiniowanego dla tego śladu
459 text_unallowed_characters: Niedozwolone znaki
460 text_comma_separated: Wielokrotne wartości dozwolone (rozdzielone przecinkami).
461 text_issues_ref_in_commit_messages: Zgłoszenia odnoszące i ustalające we wrzutkach CVS
462
463 default_role_manager: Manager
464 default_role_developper: Developer
465 default_role_reporter: Reporter
466 default_tracker_bug: Błąd
467 default_tracker_feature: Funkcjonalność
468 default_tracker_support: Wsparcie
469 default_issue_status_new: Nowy
470 default_issue_status_assigned: Przypisany
471 default_issue_status_resolved: Rozwiązany
472 default_issue_status_feedback: Odpowiedź
473 default_issue_status_closed: Zamknięty
474 default_issue_status_rejected: Odrzucony
475 default_doc_category_user: Dokumentacja użytkownika
476 default_doc_category_tech: Dokumentacja techniczna
477 default_priority_low: Niski
478 default_priority_normal: Normalny
479 default_priority_high: Wysoki
480 default_priority_urgent: Pilny
481 default_priority_immediate: Natyczmiastowy
482 default_activity_design: Projektowanie
483 default_activity_development: Rozwój
484
485 enumeration_issue_priorities: Priorytety zgłoszeń
486 enumeration_doc_categories: Kategorie dokumentów
487 enumeration_activities: Działania (śledzenie czasu)
488 button_rename: Rename
489 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
490 label_feeds_access_key_created_on: RSS access key created %s ago
491 setting_cross_project_issue_relations: Allow cross-project issue relations
492 label_roadmap_overdue: %s late
493 label_module_plural: Modules
494 label_this_week: this week
495 label_jump_to_a_project: Jump to a project...
496 field_assignable: Issues can be assigned to this role
497 label_sort_by: Sort by "%s"
498 text_issue_updated: Issue %s has been updated.
499 notice_feeds_access_key_reseted: Your RSS access key was reseted.
500 field_redirect_existing_links: Redirect existing links
501 text_issue_category_reassign_to: Reassing issues to this category
502 notice_email_sent: An email was sent to %s
503 text_issue_added: Issue %s has been reported.
504 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
505 notice_email_error: An error occurred while sending mail (%s)
506 label_updated_time: Updated %s ago
507 text_issue_category_destroy_assignments: Remove category assignments
508 label_send_test_email: Send a test email
509 button_reset: Reset
510 label_added_time_by: Added by %s %s ago
511 field_estimated_hours: Estimated time
@@ -0,0 +1,127
1 // ** I18N
2
3 // Calendar EN language
4 // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
5 // Encoding: any
6 // Distributed under the same terms as the calendar itself.
7
8 // For translators: please use UTF-8 if possible. We strongly believe that
9 // Unicode is the answer to a real internationalized world. Also please
10 // include your contact information in the header, as can be seen above.
11
12 // full day names
13 Calendar._DN = new Array
14 ("Niedziela",
15 "Poniedziałek",
16 "Wtorek",
17 "Środa",
18 "Czwartek",
19 "Piątek",
20 "Sobota",
21 "Niedziela");
22
23 // Please note that the following array of short day names (and the same goes
24 // for short month names, _SMN) isn't absolutely necessary. We give it here
25 // for exemplification on how one can customize the short day names, but if
26 // they are simply the first N letters of the full name you can simply say:
27 //
28 // Calendar._SDN_len = N; // short day name length
29 // Calendar._SMN_len = N; // short month name length
30 //
31 // If N = 3 then this is not needed either since we assume a value of 3 if not
32 // present, to be compatible with translation files that were written before
33 // this feature.
34
35 // short day names
36 Calendar._SDN = new Array
37 ("Nie",
38 "Pon",
39 "Wto",
40 "Śro",
41 "Czw",
42 "Pią",
43 "Sob",
44 "Nie");
45
46 // First day of the week. "0" means display Sunday first, "1" means display
47 // Monday first, etc.
48 Calendar._FD = 1;
49
50 // full month names
51 Calendar._MN = new Array
52 ("Styczeń",
53 "Luty",
54 "Marzec",
55 "Kwiecień",
56 "Maj",
57 "Czerwiec",
58 "Lipiec",
59 "Sierpień",
60 "Wrzesień",
61 "Październik",
62 "Listopad",
63 "Grudzień");
64
65 // short month names
66 Calendar._SMN = new Array
67 ("Sty",
68 "Lut",
69 "Mar",
70 "Kwi",
71 "Maj",
72 "Cze",
73 "Lip",
74 "Sie",
75 "Wrz",
76 "Paź",
77 "Lis",
78 "Gru");
79
80 // tooltips
81 Calendar._TT = {};
82 Calendar._TT["INFO"] = "O kalendarzu";
83
84 Calendar._TT["ABOUT"] =
85 "DHTML Date/Time Selector\n" +
86 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
87 "Po ostatnią wersję odwiedź: http://www.dynarch.com/projects/calendar/\n" +
88 "Rozpowszechniany pod licencją GNU LGPL. Zobacz: http://gnu.org/licenses/lgpl.html z celu zapoznania się ze szczegółami." +
89 "\n\n" +
90 "Wybór daty:\n" +
91 "- Użyj \xab, \xbb przycisków by zaznaczyć rok\n" +
92 "- Użyj " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " przycisków by zaznaczyć miesiąc\n" +
93 "- Trzymaj wciśnięty przycisk myszy na każdym z powyższych przycisków by przyśpieszyć zaznaczanie.";
94 Calendar._TT["ABOUT_TIME"] = "\n\n" +
95 "Wybór czasu:\n" +
96 "- Kliknij na każdym przedziale czasu aby go powiększyć\n" +
97 "- lub kliknij z przyciskiem Shift by go zmniejszyć\n" +
98 "- lub kliknij i przeciągnij dla szybszego zaznaczenia.";
99
100 Calendar._TT["PREV_YEAR"] = "Poprz. rok (przytrzymaj dla menu)";
101 Calendar._TT["PREV_MONTH"] = "Poprz. miesiąc (przytrzymaj dla menu)";
102 Calendar._TT["GO_TODAY"] = "Idź do Dzisiaj";
103 Calendar._TT["NEXT_MONTH"] = "Następny miesiąc(przytrzymaj dla menu)";
104 Calendar._TT["NEXT_YEAR"] = "Następny rok (przytrzymaj dla menu)";
105 Calendar._TT["SEL_DATE"] = "Zaznacz datę";
106 Calendar._TT["DRAG_TO_MOVE"] = "Przeciągnij by przenieść";
107 Calendar._TT["PART_TODAY"] = " (dzisiaj)";
108
109 // the following is to inform that "%s" is to be the first day of week
110 // %s will be replaced with the day name.
111 Calendar._TT["DAY_FIRST"] = "Pokaż %s pierwszy";
112
113 // This may be locale-dependent. It specifies the week-end days, as an array
114 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
115 // means Monday, etc.
116 Calendar._TT["WEEKEND"] = "0,6";
117
118 Calendar._TT["CLOSE"] = "Zamknij";
119 Calendar._TT["TODAY"] = "Dzisiaj";
120 Calendar._TT["TIME_PART"] = "(Shift-)Kliknij lub upuść by zmienić wartość";
121
122 // date formats
123 Calendar._TT["DEF_DATE_FORMAT"] = "%R-%m-%d";
124 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
125
126 Calendar._TT["WK"] = "wk";
127 Calendar._TT["TIME"] = "Czas:";
@@ -1,511 +1,512
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: Januari,Februari,Maart,April,Mei,Juni,Juli,Augustus,September,Oktober,November,December
4 actionview_datehelper_select_month_names: Januari,Februari,Maart,April,Mei,Juni,Juli,Augustus,September,Oktober,November,December
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Maa,Apr,Mei,Jun,Jul,Aug,Sep,Okt,Nov,Dec
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Maa,Apr,Mei,Jun,Jul,Aug,Sep,Okt,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 dag
8 actionview_datehelper_time_in_words_day: 1 dag
9 actionview_datehelper_time_in_words_day_plural: %d dagen
9 actionview_datehelper_time_in_words_day_plural: %d dagen
10 actionview_datehelper_time_in_words_hour_about: ongeveer een uur
10 actionview_datehelper_time_in_words_hour_about: ongeveer een uur
11 actionview_datehelper_time_in_words_hour_about_plural: ongeveer %d uur
11 actionview_datehelper_time_in_words_hour_about_plural: ongeveer %d uur
12 actionview_datehelper_time_in_words_hour_about_single: ongeveer een uur
12 actionview_datehelper_time_in_words_hour_about_single: ongeveer een uur
13 actionview_datehelper_time_in_words_minute: 1 minuut
13 actionview_datehelper_time_in_words_minute: 1 minuut
14 actionview_datehelper_time_in_words_minute_half: een halve minuut
14 actionview_datehelper_time_in_words_minute_half: een halve minuut
15 actionview_datehelper_time_in_words_minute_less_than: minder dan een minuut
15 actionview_datehelper_time_in_words_minute_less_than: minder dan een minuut
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 minuut
17 actionview_datehelper_time_in_words_minute_single: 1 minuut
18 actionview_datehelper_time_in_words_second_less_than: minder dan een seconde
18 actionview_datehelper_time_in_words_second_less_than: minder dan een seconde
19 actionview_datehelper_time_in_words_second_less_than_plural: minder dan %d seconden
19 actionview_datehelper_time_in_words_second_less_than_plural: minder dan %d seconden
20 actionview_instancetag_blank_option: Selecteer
20 actionview_instancetag_blank_option: Selecteer
21
21
22 activerecord_error_inclusion: staat niet in de lijst
22 activerecord_error_inclusion: staat niet in de lijst
23 activerecord_error_exclusion: is gereserveerd
23 activerecord_error_exclusion: is gereserveerd
24 activerecord_error_invalid: is ongeldig
24 activerecord_error_invalid: is ongeldig
25 activerecord_error_confirmation: komt niet overeen met confirmatie
25 activerecord_error_confirmation: komt niet overeen met confirmatie
26 activerecord_error_accepted: moet geaccepteerd worden
26 activerecord_error_accepted: moet geaccepteerd worden
27 activerecord_error_empty: mag niet leeg zijn
27 activerecord_error_empty: mag niet leeg zijn
28 activerecord_error_blank: mag niet blanco zijn
28 activerecord_error_blank: mag niet blanco zijn
29 activerecord_error_too_long: is te lang
29 activerecord_error_too_long: is te lang
30 activerecord_error_too_short: is te kort
30 activerecord_error_too_short: is te kort
31 activerecord_error_wrong_length: heeft de verkeerde lengte
31 activerecord_error_wrong_length: heeft de verkeerde lengte
32 activerecord_error_taken: is al in gebruik
32 activerecord_error_taken: is al in gebruik
33 activerecord_error_not_a_number: is geen getal
33 activerecord_error_not_a_number: is geen getal
34 activerecord_error_not_a_date: is geen valide datum
34 activerecord_error_not_a_date: is geen valide datum
35 activerecord_error_greater_than_start_date: moet hoger zijn dan startdatum
35 activerecord_error_greater_than_start_date: moet hoger zijn dan startdatum
36 activerecord_error_not_same_project: hoort niet bij hetzelfde project
36 activerecord_error_not_same_project: hoort niet bij hetzelfde project
37 activerecord_error_circular_dependency: Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben
37 activerecord_error_circular_dependency: Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben
38
38
39 general_fmt_age: %d jr
39 general_fmt_age: %d jr
40 general_fmt_age_plural: %d jr
40 general_fmt_age_plural: %d jr
41 general_fmt_date: %%m/%%d/%%Y
41 general_fmt_date: %%m/%%d/%%Y
42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
45 general_text_No: 'Nee'
45 general_text_No: 'Nee'
46 general_text_Yes: 'Ja'
46 general_text_Yes: 'Ja'
47 general_text_no: 'nee'
47 general_text_no: 'nee'
48 general_text_yes: 'ja'
48 general_text_yes: 'ja'
49 general_lang_name: 'Nederlands'
49 general_lang_name: 'Nederlands'
50 general_csv_separator: ','
50 general_csv_separator: ','
51 general_csv_encoding: ISO-8859-1
51 general_csv_encoding: ISO-8859-1
52 general_pdf_encoding: ISO-8859-1
52 general_pdf_encoding: ISO-8859-1
53 general_day_names: Maandag, Dinsdag, Woensdag, Donderdag, Vrijdag, Zaterdag, Zondag
53 general_day_names: Maandag, Dinsdag, Woensdag, Donderdag, Vrijdag, Zaterdag, Zondag
54
54
55 notice_account_updated: Account is met succes gewijzigd
55 notice_account_updated: Account is met succes gewijzigd
56 notice_account_invalid_creditentials: Incorrecte gebruikersnaam of wachtwoord
56 notice_account_invalid_creditentials: Incorrecte gebruikersnaam of wachtwoord
57 notice_account_password_updated: Wachtwoord is met succes gewijzigd
57 notice_account_password_updated: Wachtwoord is met succes gewijzigd
58 notice_account_wrong_password: Incorrect wachtwoord
58 notice_account_wrong_password: Incorrect wachtwoord
59 notice_account_register_done: Account is met succes aangemaakt.
59 notice_account_register_done: Account is met succes aangemaakt.
60 notice_account_unknown_email: Onbekende gebruiker.
60 notice_account_unknown_email: Onbekende gebruiker.
61 notice_can_t_change_password: Dit account gebruikt een externe bron voor authenticatie. Het is niet mogelijk om het wachtwoord te veranderen.
61 notice_can_t_change_password: Dit account gebruikt een externe bron voor authenticatie. Het is niet mogelijk om het wachtwoord te veranderen.
62 notice_account_lost_email_sent: Er is een email naar U verstuurd met instructies over het kiezen van een nieuw wachtwoord.
62 notice_account_lost_email_sent: Er is een email naar U verstuurd met instructies over het kiezen van een nieuw wachtwoord.
63 notice_account_activated: Uw account is geactiveerd. U kunt nu inloggen.
63 notice_account_activated: Uw account is geactiveerd. U kunt nu inloggen.
64 notice_successful_create: Maken succesvol.
64 notice_successful_create: Maken succesvol.
65 notice_successful_update: Wijzigen succesvol.
65 notice_successful_update: Wijzigen succesvol.
66 notice_successful_delete: Verwijderen succesvol.
66 notice_successful_delete: Verwijderen succesvol.
67 notice_successful_connection: Verbinding succesvol.
67 notice_successful_connection: Verbinding succesvol.
68 notice_file_not_found: De pagina die U probeerde te benaderen bestaat niet of is verwijderd.
68 notice_file_not_found: De pagina die U probeerde te benaderen bestaat niet of is verwijderd.
69 notice_locking_conflict: De gegevens zijn gewijzigd door een andere gebruiker.
69 notice_locking_conflict: De gegevens zijn gewijzigd door een andere gebruiker.
70 notice_scm_error: Deze ingang of revisie bestaat niet in de repository.
70 notice_scm_error: Deze ingang of revisie bestaat niet in de repository.
71 notice_not_authorized: Het is U niet toegestaan om deze pagina te raadplegen.
71 notice_not_authorized: Het is U niet toegestaan om deze pagina te raadplegen.
72 notice_email_sent: An email was sent to %s
72 notice_email_sent: An email was sent to %s
73 notice_email_error: An error occurred while sending mail (%s)
73 notice_email_error: An error occurred while sending mail (%s)
74 notice_feeds_access_key_reseted: Your RSS access key was reseted.
74 notice_feeds_access_key_reseted: Your RSS access key was reseted.
75
75
76 mail_subject_lost_password: Uw redMine wachtwoord
76 mail_subject_lost_password: Uw redMine wachtwoord
77 mail_subject_register: redMine account activatie
77 mail_subject_register: redMine account activatie
78
78
79 gui_validation_error: 1 fout
79 gui_validation_error: 1 fout
80 gui_validation_error_plural: %d fouten
80 gui_validation_error_plural: %d fouten
81
81
82 field_name: Naam
82 field_name: Naam
83 field_description: Beschrijving
83 field_description: Beschrijving
84 field_summary: Samenvatting
84 field_summary: Samenvatting
85 field_is_required: Verplicht
85 field_is_required: Verplicht
86 field_firstname: Voornaam
86 field_firstname: Voornaam
87 field_lastname: Achternaam
87 field_lastname: Achternaam
88 field_mail: Email
88 field_mail: Email
89 field_filename: Bestand
89 field_filename: Bestand
90 field_filesize: Grootte
90 field_filesize: Grootte
91 field_downloads: Downloads
91 field_downloads: Downloads
92 field_author: Auteur
92 field_author: Auteur
93 field_created_on: Aangemaakt
93 field_created_on: Aangemaakt
94 field_updated_on: Gewijzigd
94 field_updated_on: Gewijzigd
95 field_field_format: Formaat
95 field_field_format: Formaat
96 field_is_for_all: Voor alle projecten
96 field_is_for_all: Voor alle projecten
97 field_possible_values: Mogelijke waarden
97 field_possible_values: Mogelijke waarden
98 field_regexp: Reguliere expressie
98 field_regexp: Reguliere expressie
99 field_min_length: Minimale lengte
99 field_min_length: Minimale lengte
100 field_max_length: Maximale lengte
100 field_max_length: Maximale lengte
101 field_value: Waarde
101 field_value: Waarde
102 field_category: Categorie
102 field_category: Categorie
103 field_title: Titel
103 field_title: Titel
104 field_project: Project
104 field_project: Project
105 field_issue: Issue
105 field_issue: Issue
106 field_status: Status
106 field_status: Status
107 field_notes: Notities
107 field_notes: Notities
108 field_is_closed: Issue gesloten
108 field_is_closed: Issue gesloten
109 field_is_default: Default status
109 field_is_default: Default status
110 field_html_color: Kleur
110 field_html_color: Kleur
111 field_tracker: Tracker
111 field_tracker: Tracker
112 field_subject: Onderwerp
112 field_subject: Onderwerp
113 field_due_date: Verwachte datum gereed
113 field_due_date: Verwachte datum gereed
114 field_assigned_to: Toegewezen aan
114 field_assigned_to: Toegewezen aan
115 field_priority: Prioriteit
115 field_priority: Prioriteit
116 field_fixed_version: Opgeloste versie
116 field_fixed_version: Opgeloste versie
117 field_user: Gebruiker
117 field_user: Gebruiker
118 field_role: Rol
118 field_role: Rol
119 field_homepage: Homepage
119 field_homepage: Homepage
120 field_is_public: Publiek
120 field_is_public: Publiek
121 field_parent: Subproject van
121 field_parent: Subproject van
122 field_is_in_chlog: Issues weergegeven in wijzigingslog
122 field_is_in_chlog: Issues weergegeven in wijzigingslog
123 field_is_in_roadmap: Issues weergegeven in roadmap
123 field_is_in_roadmap: Issues weergegeven in roadmap
124 field_login: Inloggen
124 field_login: Inloggen
125 field_mail_notification: Mail mededelingen
125 field_mail_notification: Mail mededelingen
126 field_admin: Administrateur
126 field_admin: Administrateur
127 field_last_login_on: Laatste bezoek
127 field_last_login_on: Laatste bezoek
128 field_language: Taal
128 field_language: Taal
129 field_effective_date: Datum
129 field_effective_date: Datum
130 field_password: Wachtwoord
130 field_password: Wachtwoord
131 field_new_password: Nieuw wachtwoord
131 field_new_password: Nieuw wachtwoord
132 field_password_confirmation: Bevestigen
132 field_password_confirmation: Bevestigen
133 field_version: Versie
133 field_version: Versie
134 field_type: Type
134 field_type: Type
135 field_host: Host
135 field_host: Host
136 field_port: Port
136 field_port: Port
137 field_account: Account
137 field_account: Account
138 field_base_dn: Base DN
138 field_base_dn: Base DN
139 field_attr_login: Login attribuut
139 field_attr_login: Login attribuut
140 field_attr_firstname: Voornaam attribuut
140 field_attr_firstname: Voornaam attribuut
141 field_attr_lastname: Achternaam attribuut
141 field_attr_lastname: Achternaam attribuut
142 field_attr_mail: Email attribuut
142 field_attr_mail: Email attribuut
143 field_onthefly: On-the-fly aanmaken van een gebruiker
143 field_onthefly: On-the-fly aanmaken van een gebruiker
144 field_start_date: Start
144 field_start_date: Start
145 field_done_ratio: %% Gereed
145 field_done_ratio: %% Gereed
146 field_auth_source: Authenticatiemethode
146 field_auth_source: Authenticatiemethode
147 field_hide_mail: Verberg mijn emailadres
147 field_hide_mail: Verberg mijn emailadres
148 field_comments: Commentaar
148 field_comments: Commentaar
149 field_url: URL
149 field_url: URL
150 field_start_page: Startpagina
150 field_start_page: Startpagina
151 field_subproject: Subproject
151 field_subproject: Subproject
152 field_hours: Uren
152 field_hours: Uren
153 field_activity: Activiteit
153 field_activity: Activiteit
154 field_spent_on: Datum
154 field_spent_on: Datum
155 field_identifier: Identificatiecode
155 field_identifier: Identificatiecode
156 field_is_filter: Gebruikt als een filter
156 field_is_filter: Gebruikt als een filter
157 field_issue_to_id: Gerelateerd issue
157 field_issue_to_id: Gerelateerd issue
158 field_delay: Vertraging
158 field_delay: Vertraging
159 field_assignable: Issues can be assigned to this role
159 field_assignable: Issues can be assigned to this role
160 field_redirect_existing_links: Redirect existing links
160 field_redirect_existing_links: Redirect existing links
161 field_estimated_hours: Estimated time
161 field_estimated_hours: Estimated time
162
162
163 setting_app_title: Applicatie titel
163 setting_app_title: Applicatie titel
164 setting_app_subtitle: Applicatie ondertitel
164 setting_app_subtitle: Applicatie ondertitel
165 setting_welcome_text: Welkomsttekst
165 setting_welcome_text: Welkomsttekst
166 setting_default_language: Default taal
166 setting_default_language: Default taal
167 setting_login_required: Authent. nodig
167 setting_login_required: Authent. nodig
168 setting_self_registration: Zelf-registratie toegestaan
168 setting_self_registration: Zelf-registratie toegestaan
169 setting_attachment_max_size: Attachment max. grootte
169 setting_attachment_max_size: Attachment max. grootte
170 setting_issues_export_limit: Limiet export issues
170 setting_issues_export_limit: Limiet export issues
171 setting_mail_from: Afzender mail adres
171 setting_mail_from: Afzender mail adres
172 setting_host_name: Host naam
172 setting_host_name: Host naam
173 setting_text_formatting: Tekst formaat
173 setting_text_formatting: Tekst formaat
174 setting_wiki_compression: Wiki geschiedenis comprimeren
174 setting_wiki_compression: Wiki geschiedenis comprimeren
175 setting_feeds_limit: Feed inhoud limiet
175 setting_feeds_limit: Feed inhoud limiet
176 setting_autofetch_changesets: Haal commits automatisch op
176 setting_autofetch_changesets: Haal commits automatisch op
177 setting_sys_api_enabled: Gebruik WS voor repository beheer
177 setting_sys_api_enabled: Gebruik WS voor repository beheer
178 setting_commit_ref_keywords: Referencing keywords
178 setting_commit_ref_keywords: Referencing keywords
179 setting_commit_fix_keywords: Fixing keywords
179 setting_commit_fix_keywords: Fixing keywords
180 setting_autologin: Autologin
180 setting_autologin: Autologin
181 setting_date_format: Date format
181 setting_date_format: Date format
182 setting_cross_project_issue_relations: Allow cross-project issue relations
182 setting_cross_project_issue_relations: Allow cross-project issue relations
183
183
184 label_user: Gebruiker
184 label_user: Gebruiker
185 label_user_plural: Gebruikers
185 label_user_plural: Gebruikers
186 label_user_new: Nieuwe gebruiker
186 label_user_new: Nieuwe gebruiker
187 label_project: Project
187 label_project: Project
188 label_project_new: Nieuw project
188 label_project_new: Nieuw project
189 label_project_plural: Projecten
189 label_project_plural: Projecten
190 label_project_all: Alle Projecten
190 label_project_all: Alle Projecten
191 label_project_latest: Nieuwste projecten
191 label_project_latest: Nieuwste projecten
192 label_issue: Issue
192 label_issue: Issue
193 label_issue_new: Nieuw issue
193 label_issue_new: Nieuw issue
194 label_issue_plural: Issues
194 label_issue_plural: Issues
195 label_issue_view_all: Bekijk alle issues
195 label_issue_view_all: Bekijk alle issues
196 label_document: Document
196 label_document: Document
197 label_document_new: Nieuw document
197 label_document_new: Nieuw document
198 label_document_plural: Documenten
198 label_document_plural: Documenten
199 label_role: Rol
199 label_role: Rol
200 label_role_plural: Rollen
200 label_role_plural: Rollen
201 label_role_new: Nieuwe rol
201 label_role_new: Nieuwe rol
202 label_role_and_permissions: Rollen en permissies
202 label_role_and_permissions: Rollen en permissies
203 label_member: Lid
203 label_member: Lid
204 label_member_new: Nieuw lid
204 label_member_new: Nieuw lid
205 label_member_plural: Leden
205 label_member_plural: Leden
206 label_tracker: Tracker
206 label_tracker: Tracker
207 label_tracker_plural: Trackers
207 label_tracker_plural: Trackers
208 label_tracker_new: Nieuwe tracker
208 label_tracker_new: Nieuwe tracker
209 label_workflow: Workflow
209 label_workflow: Workflow
210 label_issue_status: Issue status
210 label_issue_status: Issue status
211 label_issue_status_plural: Issue statussen
211 label_issue_status_plural: Issue statussen
212 label_issue_status_new: Nieuwe status
212 label_issue_status_new: Nieuwe status
213 label_issue_category: Issue categorie
213 label_issue_category: Issue categorie
214 label_issue_category_plural: Issue categorieën
214 label_issue_category_plural: Issue categorieën
215 label_issue_category_new: Nieuwe categorie
215 label_issue_category_new: Nieuwe categorie
216 label_custom_field: Custom veld
216 label_custom_field: Custom veld
217 label_custom_field_plural: Custom velden
217 label_custom_field_plural: Custom velden
218 label_custom_field_new: Nieuw custom veld
218 label_custom_field_new: Nieuw custom veld
219 label_enumerations: Enumeraties
219 label_enumerations: Enumeraties
220 label_enumeration_new: Nieuwe waarde
220 label_enumeration_new: Nieuwe waarde
221 label_information: Informatie
221 label_information: Informatie
222 label_information_plural: Informatie
222 label_information_plural: Informatie
223 label_please_login: Gaarne inloggen
223 label_please_login: Gaarne inloggen
224 label_register: Registreer
224 label_register: Registreer
225 label_password_lost: Wachtwoord verloren
225 label_password_lost: Wachtwoord verloren
226 label_home: Home
226 label_home: Home
227 label_my_page: Mijn pagina
227 label_my_page: Mijn pagina
228 label_my_account: Mijn account
228 label_my_account: Mijn account
229 label_my_projects: Mijn projecten
229 label_my_projects: Mijn projecten
230 label_administration: Administratie
230 label_administration: Administratie
231 label_login: Inloggen
231 label_login: Inloggen
232 label_logout: Uitloggen
232 label_logout: Uitloggen
233 label_help: Help
233 label_help: Help
234 label_reported_issues: Gemelde issues
234 label_reported_issues: Gemelde issues
235 label_assigned_to_me_issues: Aan mij toegewezen issues
235 label_assigned_to_me_issues: Aan mij toegewezen issues
236 label_last_login: Laatste bezoek
236 label_last_login: Laatste bezoek
237 label_last_updates: Laatste wijziging
237 label_last_updates: Laatste wijziging
238 label_last_updates_plural: %d laatste wijziging
238 label_last_updates_plural: %d laatste wijziging
239 label_registered_on: Geregistreerd op
239 label_registered_on: Geregistreerd op
240 label_activity: Activiteit
240 label_activity: Activiteit
241 label_new: Nieuw
241 label_new: Nieuw
242 label_logged_as: Ingelogd als
242 label_logged_as: Ingelogd als
243 label_environment: Omgeving
243 label_environment: Omgeving
244 label_authentication: Authenticatie
244 label_authentication: Authenticatie
245 label_auth_source: Authenticatie modus
245 label_auth_source: Authenticatie modus
246 label_auth_source_new: Nieuwe authenticatie modus
246 label_auth_source_new: Nieuwe authenticatie modus
247 label_auth_source_plural: Authenticatie modi
247 label_auth_source_plural: Authenticatie modi
248 label_subproject_plural: Subprojecten
248 label_subproject_plural: Subprojecten
249 label_min_max_length: Min - Max lengte
249 label_min_max_length: Min - Max lengte
250 label_list: Lijst
250 label_list: Lijst
251 label_date: Datum
251 label_date: Datum
252 label_integer: Integer
252 label_integer: Integer
253 label_boolean: Boolean
253 label_boolean: Boolean
254 label_string: Tekst
254 label_string: Tekst
255 label_text: Lange tekst
255 label_text: Lange tekst
256 label_attribute: Attribuut
256 label_attribute: Attribuut
257 label_attribute_plural: Attributen
257 label_attribute_plural: Attributen
258 label_download: %d Download
258 label_download: %d Download
259 label_download_plural: %d Downloads
259 label_download_plural: %d Downloads
260 label_no_data: Geen gegevens om te tonen
260 label_no_data: Geen gegevens om te tonen
261 label_change_status: Wijzig status
261 label_change_status: Wijzig status
262 label_history: Geschiedenis
262 label_history: Geschiedenis
263 label_attachment: Bestand
263 label_attachment: Bestand
264 label_attachment_new: Nieuw bestand
264 label_attachment_new: Nieuw bestand
265 label_attachment_delete: Verwijder bestand
265 label_attachment_delete: Verwijder bestand
266 label_attachment_plural: Bestanden
266 label_attachment_plural: Bestanden
267 label_report: Rapport
267 label_report: Rapport
268 label_report_plural: Rapporten
268 label_report_plural: Rapporten
269 label_news: Nieuws
269 label_news: Nieuws
270 label_news_new: Voeg nieuws toe
270 label_news_new: Voeg nieuws toe
271 label_news_plural: Nieuws
271 label_news_plural: Nieuws
272 label_news_latest: Laatste nieuws
272 label_news_latest: Laatste nieuws
273 label_news_view_all: Bekijk al het nieuws
273 label_news_view_all: Bekijk al het nieuws
274 label_change_log: Wijzigingslog
274 label_change_log: Wijzigingslog
275 label_settings: Instellingen
275 label_settings: Instellingen
276 label_overview: Overzicht
276 label_overview: Overzicht
277 label_version: Versie
277 label_version: Versie
278 label_version_new: Nieuwe versie
278 label_version_new: Nieuwe versie
279 label_version_plural: Versies
279 label_version_plural: Versies
280 label_confirmation: Bevestiging
280 label_confirmation: Bevestiging
281 label_export_to: Exporteer naar
281 label_export_to: Exporteer naar
282 label_read: Lees...
282 label_read: Lees...
283 label_public_projects: Publieke projecten
283 label_public_projects: Publieke projecten
284 label_open_issues: open
284 label_open_issues: open
285 label_open_issues_plural: open
285 label_open_issues_plural: open
286 label_closed_issues: gesloten
286 label_closed_issues: gesloten
287 label_closed_issues_plural: gesloten
287 label_closed_issues_plural: gesloten
288 label_total: Totaal
288 label_total: Totaal
289 label_permissions: Permissies
289 label_permissions: Permissies
290 label_current_status: Huidige status
290 label_current_status: Huidige status
291 label_new_statuses_allowed: Nieuwe statuses toegestaan
291 label_new_statuses_allowed: Nieuwe statuses toegestaan
292 label_all: alle
292 label_all: alle
293 label_none: geen
293 label_none: geen
294 label_next: Volgende
294 label_next: Volgende
295 label_previous: Vorige
295 label_previous: Vorige
296 label_used_by: Gebruikt door
296 label_used_by: Gebruikt door
297 label_details: Details
297 label_details: Details
298 label_add_note: Voeg een notitie toe
298 label_add_note: Voeg een notitie toe
299 label_per_page: Per pagina
299 label_per_page: Per pagina
300 label_calendar: Kalender
300 label_calendar: Kalender
301 label_months_from: maanden vanaf
301 label_months_from: maanden vanaf
302 label_gantt: Gantt
302 label_gantt: Gantt
303 label_internal: Intern
303 label_internal: Intern
304 label_last_changes: laatste %d wijzigingen
304 label_last_changes: laatste %d wijzigingen
305 label_change_view_all: Bekijk alle wijzigingen
305 label_change_view_all: Bekijk alle wijzigingen
306 label_personalize_page: Personaliseer deze pagina
306 label_personalize_page: Personaliseer deze pagina
307 label_comment: Commentaar
307 label_comment: Commentaar
308 label_comment_plural: Commentaar
308 label_comment_plural: Commentaar
309 label_comment_add: Voeg commentaar toe
309 label_comment_add: Voeg commentaar toe
310 label_comment_added: Commentaar toegevoegd
310 label_comment_added: Commentaar toegevoegd
311 label_comment_delete: Verwijder commentaar
311 label_comment_delete: Verwijder commentaar
312 label_query: Eigen zoekvraag
312 label_query: Eigen zoekvraag
313 label_query_plural: Eigen zoekvragen
313 label_query_plural: Eigen zoekvragen
314 label_query_new: Nieuwe zoekvraag
314 label_query_new: Nieuwe zoekvraag
315 label_filter_add: Voeg filter toe
315 label_filter_add: Voeg filter toe
316 label_filter_plural: Filters
316 label_filter_plural: Filters
317 label_equals: is gelijk
317 label_equals: is gelijk
318 label_not_equals: is niet gelijk
318 label_not_equals: is niet gelijk
319 label_in_less_than: in minder dan
319 label_in_less_than: in minder dan
320 label_in_more_than: in meer dan
320 label_in_more_than: in meer dan
321 label_in: in
321 label_in: in
322 label_today: vandaag
322 label_today: vandaag
323 label_this_week: this week
323 label_this_week: this week
324 label_less_than_ago: minder dan dagen geleden
324 label_less_than_ago: minder dan dagen geleden
325 label_more_than_ago: meer dan dagen geleden
325 label_more_than_ago: meer dan dagen geleden
326 label_ago: dagen geleden
326 label_ago: dagen geleden
327 label_contains: bevat
327 label_contains: bevat
328 label_not_contains: bevat niet
328 label_not_contains: bevat niet
329 label_day_plural: dagen
329 label_day_plural: dagen
330 label_repository: Repository
330 label_repository: Repository
331 label_browse: Blader
331 label_browse: Blader
332 label_modification: %d wijziging
332 label_modification: %d wijziging
333 label_modification_plural: %d wijzigingen
333 label_modification_plural: %d wijzigingen
334 label_revision: Revisie
334 label_revision: Revisie
335 label_revision_plural: Revisies
335 label_revision_plural: Revisies
336 label_added: toegevoegd
336 label_added: toegevoegd
337 label_modified: gewijzigd
337 label_modified: gewijzigd
338 label_deleted: verwijderd
338 label_deleted: verwijderd
339 label_latest_revision: Meest recente revisie
339 label_latest_revision: Meest recente revisie
340 label_latest_revision_plural: Meest recente revisies
340 label_latest_revision_plural: Meest recente revisies
341 label_view_revisions: Bekijk revisies
341 label_view_revisions: Bekijk revisies
342 label_max_size: Maximum grootte
342 label_max_size: Maximum grootte
343 label_on: 'van'
343 label_on: 'van'
344 label_sort_highest: Verplaats naar begin
344 label_sort_highest: Verplaats naar begin
345 label_sort_higher: Verplaats naar boven
345 label_sort_higher: Verplaats naar boven
346 label_sort_lower: Verplaats naar beneden
346 label_sort_lower: Verplaats naar beneden
347 label_sort_lowest: Verplaats naar eind
347 label_sort_lowest: Verplaats naar eind
348 label_roadmap: Roadmap
348 label_roadmap: Roadmap
349 label_roadmap_due_in: Due in
349 label_roadmap_due_in: Due in
350 label_roadmap_overdue: %s late
350 label_roadmap_overdue: %s late
351 label_roadmap_no_issues: Geen issues voor deze versie
351 label_roadmap_no_issues: Geen issues voor deze versie
352 label_search: Zoeken
352 label_search: Zoeken
353 label_result: %d resultaat
353 label_result: %d resultaat
354 label_result_plural: %d resultaten
354 label_result_plural: %d resultaten
355 label_all_words: Alle woorden
355 label_all_words: Alle woorden
356 label_wiki: Wiki
356 label_wiki: Wiki
357 label_wiki_edit: Wiki edit
357 label_wiki_edit: Wiki edit
358 label_wiki_edit_plural: Wiki edits
358 label_wiki_edit_plural: Wiki edits
359 label_wiki_page: Wiki page
359 label_wiki_page: Wiki page
360 label_wiki_page_plural: Wiki pages
360 label_wiki_page_plural: Wiki pages
361 label_page_index: Index
361 label_page_index: Index
362 label_current_version: Huidige versie
362 label_current_version: Huidige versie
363 label_preview: Testweergave
363 label_preview: Testweergave
364 label_feed_plural: Feeds
364 label_feed_plural: Feeds
365 label_changes_details: Details van alle wijzigingen
365 label_changes_details: Details van alle wijzigingen
366 label_issue_tracking: Issue tracking
366 label_issue_tracking: Issue tracking
367 label_spent_time: Gespendeerde tijd
367 label_spent_time: Gespendeerde tijd
368 label_f_hour: %.2f uur
368 label_f_hour: %.2f uur
369 label_f_hour_plural: %.2f uren
369 label_f_hour_plural: %.2f uren
370 label_time_tracking: Tijd tracking
370 label_time_tracking: Tijd tracking
371 label_change_plural: Wijzigingen
371 label_change_plural: Wijzigingen
372 label_statistics: Statistieken
372 label_statistics: Statistieken
373 label_commits_per_month: Commits per maand
373 label_commits_per_month: Commits per maand
374 label_commits_per_author: Commits per auteur
374 label_commits_per_author: Commits per auteur
375 label_view_diff: Bekijk verschillen
375 label_view_diff: Bekijk verschillen
376 label_diff_inline: inline
376 label_diff_inline: inline
377 label_diff_side_by_side: naast elkaar
377 label_diff_side_by_side: naast elkaar
378 label_options: Opties
378 label_options: Opties
379 label_copy_workflow_from: Kopieer workflow van
379 label_copy_workflow_from: Kopieer workflow van
380 label_permissions_report: Permissies rapport
380 label_permissions_report: Permissies rapport
381 label_watched_issues: Gemonitorde issues
381 label_watched_issues: Gemonitorde issues
382 label_related_issues: Gerelateerde issues
382 label_related_issues: Gerelateerde issues
383 label_applied_status: Toegekende status
383 label_applied_status: Toegekende status
384 label_loading: Laden...
384 label_loading: Laden...
385 label_relation_new: Nieuwe relatie
385 label_relation_new: Nieuwe relatie
386 label_relation_delete: Verwijder relatie
386 label_relation_delete: Verwijder relatie
387 label_relates_to: gerelateerd aan
387 label_relates_to: gerelateerd aan
388 label_duplicates: dupliceert
388 label_duplicates: dupliceert
389 label_blocks: blokkeert
389 label_blocks: blokkeert
390 label_blocked_by: geblokkeerd door
390 label_blocked_by: geblokkeerd door
391 label_precedes: gaat vooraf aan
391 label_precedes: gaat vooraf aan
392 label_follows: volgt op
392 label_follows: volgt op
393 label_end_to_start: eind tot start
393 label_end_to_start: eind tot start
394 label_end_to_end: eind tot eind
394 label_end_to_end: eind tot eind
395 label_start_to_start: start tot start
395 label_start_to_start: start tot start
396 label_start_to_end: start tot eind
396 label_start_to_end: start tot eind
397 label_stay_logged_in: Blijf ingelogd
397 label_stay_logged_in: Blijf ingelogd
398 label_disabled: uitgeschakeld
398 label_disabled: uitgeschakeld
399 label_show_completed_versions: Toon afgeronde versies
399 label_show_completed_versions: Toon afgeronde versies
400 label_me: ik
400 label_me: ik
401 label_board: Forum
401 label_board: Forum
402 label_board_new: Nieuw forum
402 label_board_new: Nieuw forum
403 label_board_plural: Forums
403 label_board_plural: Forums
404 label_topic_plural: Onderwerpen
404 label_topic_plural: Onderwerpen
405 label_message_plural: Berichten
405 label_message_plural: Berichten
406 label_message_last: Laatste bericht
406 label_message_last: Laatste bericht
407 label_message_new: Nieuw bericht
407 label_message_new: Nieuw bericht
408 label_reply_plural: Antwoorden
408 label_reply_plural: Antwoorden
409 label_send_information: Send account information to the user
409 label_send_information: Send account information to the user
410 label_year: Year
410 label_year: Year
411 label_month: Month
411 label_month: Month
412 label_week: Week
412 label_week: Week
413 label_date_from: From
413 label_date_from: From
414 label_date_to: To
414 label_date_to: To
415 label_language_based: Language based
415 label_language_based: Language based
416 label_sort_by: Sort by "%s"
416 label_sort_by: Sort by "%s"
417 label_send_test_email: Send a test email
417 label_send_test_email: Send a test email
418 label_feeds_access_key_created_on: RSS access key created %s ago
418 label_feeds_access_key_created_on: RSS access key created %s ago
419 label_module_plural: Modules
419 label_module_plural: Modules
420 label_added_time_by: Added by %s %s ago
420 label_added_time_by: Added by %s %s ago
421 label_updated_time: Updated %s ago
421 label_updated_time: Updated %s ago
422 label_jump_to_a_project: Jump to a project...
422 label_jump_to_a_project: Jump to a project...
423
423
424 button_login: Inloggen
424 button_login: Inloggen
425 button_submit: Toevoegen
425 button_submit: Toevoegen
426 button_save: Bewaren
426 button_save: Bewaren
427 button_check_all: Selecteer alle
427 button_check_all: Selecteer alle
428 button_uncheck_all: Deselecteer alle
428 button_uncheck_all: Deselecteer alle
429 button_delete: Verwijder
429 button_delete: Verwijder
430 button_create: Maak
430 button_create: Maak
431 button_test: Test
431 button_test: Test
432 button_edit: Bewerk
432 button_edit: Bewerk
433 button_add: Voeg toe
433 button_add: Voeg toe
434 button_change: Wijzig
434 button_change: Wijzig
435 button_apply: Pas toe
435 button_apply: Pas toe
436 button_clear: Leeg maken
436 button_clear: Leeg maken
437 button_lock: Lock
437 button_lock: Lock
438 button_unlock: Unlock
438 button_unlock: Unlock
439 button_download: Download
439 button_download: Download
440 button_list: Lijst
440 button_list: Lijst
441 button_view: Bekijken
441 button_view: Bekijken
442 button_move: Verplaatsen
442 button_move: Verplaatsen
443 button_back: Terug
443 button_back: Terug
444 button_cancel: Annuleer
444 button_cancel: Annuleer
445 button_activate: Activeer
445 button_activate: Activeer
446 button_sort: Sorteer
446 button_sort: Sorteer
447 button_log_time: Log tijd
447 button_log_time: Log tijd
448 button_rollback: Rollback naar deze versie
448 button_rollback: Rollback naar deze versie
449 button_watch: Monitor
449 button_watch: Monitor
450 button_unwatch: Niet meer monitoren
450 button_unwatch: Niet meer monitoren
451 button_reply: Antwoord
451 button_reply: Antwoord
452 button_archive: Archive
452 button_archive: Archive
453 button_unarchive: Unarchive
453 button_unarchive: Unarchive
454 button_reset: Reset
454 button_reset: Reset
455 button_rename: Rename
455 button_rename: Rename
456
456
457 status_active: Actief
457 status_active: Actief
458 status_registered: geregistreerd
458 status_registered: geregistreerd
459 status_locked: gelockt
459 status_locked: gelockt
460
460
461 text_select_mail_notifications: Selecteer acties waarvoor mededelingen via mail moeten worden verstuurd.
461 text_select_mail_notifications: Selecteer acties waarvoor mededelingen via mail moeten worden verstuurd.
462 text_regexp_info: bv. ^[A-Z0-9]+$
462 text_regexp_info: bv. ^[A-Z0-9]+$
463 text_min_max_length_info: 0 betekent geen restrictie
463 text_min_max_length_info: 0 betekent geen restrictie
464 text_project_destroy_confirmation: Weet U zeker dat U dit project en alle gerelateerde gegevens wilt verwijderen ?
464 text_project_destroy_confirmation: Weet U zeker dat U dit project en alle gerelateerde gegevens wilt verwijderen ?
465 text_workflow_edit: Selecteer een rol en een tracker om de workflow te wijzigen
465 text_workflow_edit: Selecteer een rol en een tracker om de workflow te wijzigen
466 text_are_you_sure: Weet U het zeker ?
466 text_are_you_sure: Weet U het zeker ?
467 text_journal_changed: gewijzigd van %s naar %s
467 text_journal_changed: gewijzigd van %s naar %s
468 text_journal_set_to: ingesteld op %s
468 text_journal_set_to: ingesteld op %s
469 text_journal_deleted: verwijderd
469 text_journal_deleted: verwijderd
470 text_tip_task_begin_day: taak die op deze dag begint
470 text_tip_task_begin_day: taak die op deze dag begint
471 text_tip_task_end_day: taak die op deze dag eindigt
471 text_tip_task_end_day: taak die op deze dag eindigt
472 text_tip_task_begin_end_day: taak die op deze dag begint en eindigt
472 text_tip_task_begin_end_day: taak die op deze dag begint en eindigt
473 text_project_identifier_info: 'kleine letters (a-z), cijfers en liggende streepjes toegestaan.<br />Eenmaal bewaard kan de identificatiecode niet meer worden gewijzigd.'
473 text_project_identifier_info: 'kleine letters (a-z), cijfers en liggende streepjes toegestaan.<br />Eenmaal bewaard kan de identificatiecode niet meer worden gewijzigd.'
474 text_caracters_maximum: %d van maximum aantal tekens.
474 text_caracters_maximum: %d van maximum aantal tekens.
475 text_length_between: Lengte tussen %d en %d tekens.
475 text_length_between: Lengte tussen %d en %d tekens.
476 text_tracker_no_workflow: Geen workflow gedefinieerd voor deze tracker
476 text_tracker_no_workflow: Geen workflow gedefinieerd voor deze tracker
477 text_unallowed_characters: Niet toegestane tekens
477 text_unallowed_characters: Niet toegestane tekens
478 text_coma_separated: Meerdere waarden toegestaan (door komma's gescheiden).
478 text_coma_separated: Meerdere waarden toegestaan (door komma's gescheiden).
479 text_issues_ref_in_commit_messages: Opzoeken en aanpassen van issues in commit berichten
479 text_issues_ref_in_commit_messages: Opzoeken en aanpassen van issues in commit berichten
480 text_issue_added: Issue %s is gerapporteerd.
480 text_issue_added: Issue %s is gerapporteerd.
481 text_issue_updated: Issue %s is gewijzigd.
481 text_issue_updated: Issue %s is gewijzigd.
482 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
482 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
483 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
483 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
484 text_issue_category_destroy_assignments: Remove category assignments
484 text_issue_category_destroy_assignments: Remove category assignments
485 text_issue_category_reassign_to: Reassing issues to this category
485 text_issue_category_reassign_to: Reassing issues to this category
486
486
487 default_role_manager: Manager
487 default_role_manager: Manager
488 default_role_developper: Ontwikkelaar
488 default_role_developper: Ontwikkelaar
489 default_role_reporter: Rapporteur
489 default_role_reporter: Rapporteur
490 default_tracker_bug: Bug
490 default_tracker_bug: Bug
491 default_tracker_feature: Feature
491 default_tracker_feature: Feature
492 default_tracker_support: Support
492 default_tracker_support: Support
493 default_issue_status_new: Nieuw
493 default_issue_status_new: Nieuw
494 default_issue_status_assigned: Toegewezen
494 default_issue_status_assigned: Toegewezen
495 default_issue_status_resolved: Opgelost
495 default_issue_status_resolved: Opgelost
496 default_issue_status_feedback: Terugkoppeling
496 default_issue_status_feedback: Terugkoppeling
497 default_issue_status_closed: Gesloten
497 default_issue_status_closed: Gesloten
498 default_issue_status_rejected: Afgewezen
498 default_issue_status_rejected: Afgewezen
499 default_doc_category_user: Gebruikersdocumentatie
499 default_doc_category_user: Gebruikersdocumentatie
500 default_doc_category_tech: Technische documentatie
500 default_doc_category_tech: Technische documentatie
501 default_priority_low: Laag
501 default_priority_low: Laag
502 default_priority_normal: Normaal
502 default_priority_normal: Normaal
503 default_priority_high: Hoog
503 default_priority_high: Hoog
504 default_priority_urgent: Spoed
504 default_priority_urgent: Spoed
505 default_priority_immediate: Onmiddellijk
505 default_priority_immediate: Onmiddellijk
506 default_activity_design: Design
506 default_activity_design: Design
507 default_activity_development: Development
507 default_activity_development: Development
508
508
509 enumeration_issue_priorities: Issue prioriteiten
509 enumeration_issue_priorities: Issue prioriteiten
510 enumeration_doc_categories: Document categorieën
510 enumeration_doc_categories: Document categorieën
511 enumeration_activities: Activiteiten (tijd tracking)
511 enumeration_activities: Activiteiten (tijd tracking)
512 text_comma_separated: Multiple values allowed (comma separated).
@@ -1,511 +1,512
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: Januari,Februari,Mars,April,Maj,Juni,Juli,Augusti,September,Oktober,November,December
4 actionview_datehelper_select_month_names: Januari,Februari,Mars,April,Maj,Juni,Juli,Augusti,September,Oktober,November,December
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,Maj,Jun,Jul,Aug,Sep,Okt,Nov,Dec
5 actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,Maj,Jun,Jul,Aug,Sep,Okt,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 dag
8 actionview_datehelper_time_in_words_day: 1 dag
9 actionview_datehelper_time_in_words_day_plural: %d dagar
9 actionview_datehelper_time_in_words_day_plural: %d dagar
10 actionview_datehelper_time_in_words_hour_about: cirka en timme
10 actionview_datehelper_time_in_words_hour_about: cirka en timme
11 actionview_datehelper_time_in_words_hour_about_plural: cirka %d timmar
11 actionview_datehelper_time_in_words_hour_about_plural: cirka %d timmar
12 actionview_datehelper_time_in_words_hour_about_single: cirka en timme
12 actionview_datehelper_time_in_words_hour_about_single: cirka en timme
13 actionview_datehelper_time_in_words_minute: 1 minut
13 actionview_datehelper_time_in_words_minute: 1 minut
14 actionview_datehelper_time_in_words_minute_half: en halv minute
14 actionview_datehelper_time_in_words_minute_half: en halv minute
15 actionview_datehelper_time_in_words_minute_less_than: mindre än en minut
15 actionview_datehelper_time_in_words_minute_less_than: mindre än en minut
16 actionview_datehelper_time_in_words_minute_plural: %d minuter
16 actionview_datehelper_time_in_words_minute_plural: %d minuter
17 actionview_datehelper_time_in_words_minute_single: 1 minut
17 actionview_datehelper_time_in_words_minute_single: 1 minut
18 actionview_datehelper_time_in_words_second_less_than: mindre än en sekund
18 actionview_datehelper_time_in_words_second_less_than: mindre än en sekund
19 actionview_datehelper_time_in_words_second_less_than_plural: mindre än %d sekunder
19 actionview_datehelper_time_in_words_second_less_than_plural: mindre än %d sekunder
20 actionview_instancetag_blank_option: Var god välj
20 actionview_instancetag_blank_option: Var god välj
21
21
22 activerecord_error_inclusion: finns inte i listan
22 activerecord_error_inclusion: finns inte i listan
23 activerecord_error_exclusion: är reserverad
23 activerecord_error_exclusion: är reserverad
24 activerecord_error_invalid: är ogiltig
24 activerecord_error_invalid: är ogiltig
25 activerecord_error_confirmation: överränsstämmer inte med bekräftelsen
25 activerecord_error_confirmation: överränsstämmer inte med bekräftelsen
26 activerecord_error_accepted: måste accepteras
26 activerecord_error_accepted: måste accepteras
27 activerecord_error_empty: får inte vara tom
27 activerecord_error_empty: får inte vara tom
28 activerecord_error_blank: får inte vara tom
28 activerecord_error_blank: får inte vara tom
29 activerecord_error_too_long: är för lång
29 activerecord_error_too_long: är för lång
30 activerecord_error_too_short: är för kort
30 activerecord_error_too_short: är för kort
31 activerecord_error_wrong_length: har fel längd
31 activerecord_error_wrong_length: har fel längd
32 activerecord_error_taken: har redan blivit tagen
32 activerecord_error_taken: har redan blivit tagen
33 activerecord_error_not_a_number: är inte ett nummer
33 activerecord_error_not_a_number: är inte ett nummer
34 activerecord_error_not_a_date: är inte ett korrekt datum
34 activerecord_error_not_a_date: är inte ett korrekt datum
35 activerecord_error_greater_than_start_date: måste vara senare än startdatumet
35 activerecord_error_greater_than_start_date: måste vara senare än startdatumet
36 activerecord_error_not_same_project: doesn't belong to the same project
36 activerecord_error_not_same_project: doesn't belong to the same project
37 activerecord_error_circular_dependency: This relation would create a circular dependency
37 activerecord_error_circular_dependency: This relation would create a circular dependency
38
38
39 general_fmt_age: %d år
39 general_fmt_age: %d år
40 general_fmt_age_plural: %d år
40 general_fmt_age_plural: %d år
41 general_fmt_date: %%Y-%%m-%%d
41 general_fmt_date: %%Y-%%m-%%d
42 general_fmt_datetime: %%Y-%%m-%%d %%I:%%M %%p
42 general_fmt_datetime: %%Y-%%m-%%d %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
45 general_text_No: 'Nej'
45 general_text_No: 'Nej'
46 general_text_Yes: 'Ja'
46 general_text_Yes: 'Ja'
47 general_text_no: 'nej'
47 general_text_no: 'nej'
48 general_text_yes: 'ja'
48 general_text_yes: 'ja'
49 general_lang_name: 'Svenska'
49 general_lang_name: 'Svenska'
50 general_csv_separator: ','
50 general_csv_separator: ','
51 general_csv_encoding: ISO-8859-1
51 general_csv_encoding: ISO-8859-1
52 general_pdf_encoding: ISO-8859-1
52 general_pdf_encoding: ISO-8859-1
53 general_day_names: Måndag,Tisdag,Onsdag,Torsdag,Fredag,Lördag,Söndag
53 general_day_names: Måndag,Tisdag,Onsdag,Torsdag,Fredag,Lördag,Söndag
54
54
55 notice_account_updated: Kontot har uppdaterats
55 notice_account_updated: Kontot har uppdaterats
56 notice_account_invalid_creditentials: Fel användarnamn eller lösenord
56 notice_account_invalid_creditentials: Fel användarnamn eller lösenord
57 notice_account_password_updated: Lösenordet har uppdaterats
57 notice_account_password_updated: Lösenordet har uppdaterats
58 notice_account_wrong_password: Fel lösenord
58 notice_account_wrong_password: Fel lösenord
59 notice_account_register_done: Kontot har skapats.
59 notice_account_register_done: Kontot har skapats.
60 notice_account_unknown_email: Okäns användare.
60 notice_account_unknown_email: Okäns användare.
61 notice_can_t_change_password: Detta konto använder en extern authentikeringskälla. Det går inte att byta lösenord.
61 notice_can_t_change_password: Detta konto använder en extern authentikeringskälla. Det går inte att byta lösenord.
62 notice_account_lost_email_sent: Ett email med instruktioner om hur man väljer ett nytt lösenord har skickats till dig.
62 notice_account_lost_email_sent: Ett email med instruktioner om hur man väljer ett nytt lösenord har skickats till dig.
63 notice_account_activated: Ditt konto har blivit aktiverat. Du kan nu logga in.
63 notice_account_activated: Ditt konto har blivit aktiverat. Du kan nu logga in.
64 notice_successful_create: Lyckat skapande.
64 notice_successful_create: Lyckat skapande.
65 notice_successful_update: Lyckad uppdatering.
65 notice_successful_update: Lyckad uppdatering.
66 notice_successful_delete: Lyckad borttagning.
66 notice_successful_delete: Lyckad borttagning.
67 notice_successful_connection: Lyckad uppkoppling.
67 notice_successful_connection: Lyckad uppkoppling.
68 notice_file_not_found: Sidan du försökte komma åt existerar inte eller har blivit borttagen.
68 notice_file_not_found: Sidan du försökte komma åt existerar inte eller har blivit borttagen.
69 notice_locking_conflict: Data har uppdaterats av en annan användare.
69 notice_locking_conflict: Data har uppdaterats av en annan användare.
70 notice_scm_error: Inlägg och/eller revision finns inte i repositoriet.
70 notice_scm_error: Inlägg och/eller revision finns inte i repositoriet.
71 notice_not_authorized: You are not authorized to access this page.
71 notice_not_authorized: You are not authorized to access this page.
72 notice_email_sent: An email was sent to %s
72 notice_email_sent: An email was sent to %s
73 notice_email_error: An error occurred while sending mail (%s)
73 notice_email_error: An error occurred while sending mail (%s)
74 notice_feeds_access_key_reseted: Your RSS access key was reseted.
74 notice_feeds_access_key_reseted: Your RSS access key was reseted.
75
75
76 mail_subject_lost_password: Ditt redMine lösenord
76 mail_subject_lost_password: Ditt redMine lösenord
77 mail_subject_register: redMine kontoaktivering
77 mail_subject_register: redMine kontoaktivering
78
78
79 gui_validation_error: 1 fel
79 gui_validation_error: 1 fel
80 gui_validation_error_plural: %d fel
80 gui_validation_error_plural: %d fel
81
81
82 field_name: Namn
82 field_name: Namn
83 field_description: Beskrivning
83 field_description: Beskrivning
84 field_summary: Sammanfattning
84 field_summary: Sammanfattning
85 field_is_required: Obligatorisk
85 field_is_required: Obligatorisk
86 field_firstname: Förnamn
86 field_firstname: Förnamn
87 field_lastname: Efternamn
87 field_lastname: Efternamn
88 field_mail: Email
88 field_mail: Email
89 field_filename: Fil
89 field_filename: Fil
90 field_filesize: Storlek
90 field_filesize: Storlek
91 field_downloads: Nerladdningar
91 field_downloads: Nerladdningar
92 field_author: Författare
92 field_author: Författare
93 field_created_on: Skapad
93 field_created_on: Skapad
94 field_updated_on: Uppdaterad
94 field_updated_on: Uppdaterad
95 field_field_format: Format
95 field_field_format: Format
96 field_is_for_all: För alla projekt
96 field_is_for_all: För alla projekt
97 field_possible_values: Möjliga värden
97 field_possible_values: Möjliga värden
98 field_regexp: Regular expression
98 field_regexp: Regular expression
99 field_min_length: Minimilängd
99 field_min_length: Minimilängd
100 field_max_length: Maximumlängd
100 field_max_length: Maximumlängd
101 field_value: Värde
101 field_value: Värde
102 field_category: Kategori
102 field_category: Kategori
103 field_title: Titel
103 field_title: Titel
104 field_project: Projekt
104 field_project: Projekt
105 field_issue: Brist
105 field_issue: Brist
106 field_status: Status
106 field_status: Status
107 field_notes: Anteckningar
107 field_notes: Anteckningar
108 field_is_closed: Brist stängd
108 field_is_closed: Brist stängd
109 field_is_default: Defaultstatus
109 field_is_default: Defaultstatus
110 field_html_color: Färg
110 field_html_color: Färg
111 field_tracker: Tracker
111 field_tracker: Tracker
112 field_subject: Rubrik
112 field_subject: Rubrik
113 field_due_date: Färdigdatum
113 field_due_date: Färdigdatum
114 field_assigned_to: Tilldelad
114 field_assigned_to: Tilldelad
115 field_priority: Prioritet
115 field_priority: Prioritet
116 field_fixed_version: Fixed version
116 field_fixed_version: Fixed version
117 field_user: Användare
117 field_user: Användare
118 field_role: Roll
118 field_role: Roll
119 field_homepage: Hemsida
119 field_homepage: Hemsida
120 field_is_public: Offentlig
120 field_is_public: Offentlig
121 field_parent: Delprojekt av
121 field_parent: Delprojekt av
122 field_is_in_chlog: Brister visade i ändringslogg
122 field_is_in_chlog: Brister visade i ändringslogg
123 field_is_in_roadmap: Bsiter visade i roadmap
123 field_is_in_roadmap: Bsiter visade i roadmap
124 field_login: Inloggning
124 field_login: Inloggning
125 field_mail_notification: Emailnotifieringar
125 field_mail_notification: Emailnotifieringar
126 field_admin: Administratör
126 field_admin: Administratör
127 field_last_login_on: Senaste inloggning
127 field_last_login_on: Senaste inloggning
128 field_language: Språk
128 field_language: Språk
129 field_effective_date: Datum
129 field_effective_date: Datum
130 field_password: Lösenord
130 field_password: Lösenord
131 field_new_password: Nytt lösenord
131 field_new_password: Nytt lösenord
132 field_password_confirmation: Bekräfta
132 field_password_confirmation: Bekräfta
133 field_version: Version
133 field_version: Version
134 field_type: Typ
134 field_type: Typ
135 field_host: Värddator
135 field_host: Värddator
136 field_port: Port
136 field_port: Port
137 field_account: Konto
137 field_account: Konto
138 field_base_dn: Bas DN
138 field_base_dn: Bas DN
139 field_attr_login: Inloggningsattribut
139 field_attr_login: Inloggningsattribut
140 field_attr_firstname: Förnamnattribut
140 field_attr_firstname: Förnamnattribut
141 field_attr_lastname: Efternamnattribut
141 field_attr_lastname: Efternamnattribut
142 field_attr_mail: Emailattribut
142 field_attr_mail: Emailattribut
143 field_onthefly: On-the-fly användarskapning
143 field_onthefly: On-the-fly användarskapning
144 field_start_date: Start
144 field_start_date: Start
145 field_done_ratio: %% Done
145 field_done_ratio: %% Done
146 field_auth_source: Authentikeringsläge
146 field_auth_source: Authentikeringsläge
147 field_hide_mail: Dölj min emailadress
147 field_hide_mail: Dölj min emailadress
148 field_comment: Kommentar
148 field_comment: Kommentar
149 field_url: URL
149 field_url: URL
150 field_start_page: Startsida
150 field_start_page: Startsida
151 field_subproject: Delprojekt
151 field_subproject: Delprojekt
152 field_hours: Timmar
152 field_hours: Timmar
153 field_activity: Aktivitet
153 field_activity: Aktivitet
154 field_spent_on: Datum
154 field_spent_on: Datum
155 field_identifier: Identifierare
155 field_identifier: Identifierare
156 field_is_filter: Used as a filter
156 field_is_filter: Used as a filter
157 field_issue_to_id: Related issue
157 field_issue_to_id: Related issue
158 field_delay: Delay
158 field_delay: Delay
159 field_assignable: Issues can be assigned to this role
159 field_assignable: Issues can be assigned to this role
160 field_redirect_existing_links: Redirect existing links
160 field_redirect_existing_links: Redirect existing links
161 field_estimated_hours: Estimated time
161 field_estimated_hours: Estimated time
162
162
163 setting_app_title: Applikationstitel
163 setting_app_title: Applikationstitel
164 setting_app_subtitle: Applicationsunderrubrik
164 setting_app_subtitle: Applicationsunderrubrik
165 setting_welcome_text: Välkommentext
165 setting_welcome_text: Välkommentext
166 setting_default_language: Default språk
166 setting_default_language: Default språk
167 setting_login_required: Authent. obligatoriskt
167 setting_login_required: Authent. obligatoriskt
168 setting_self_registration: Självregistrering påslaget
168 setting_self_registration: Självregistrering påslaget
169 setting_attachment_max_size: Bifogad maxstorlek
169 setting_attachment_max_size: Bifogad maxstorlek
170 setting_issues_export_limit: Brist exportgräns
170 setting_issues_export_limit: Brist exportgräns
171 setting_mail_from: Emailavsändare
171 setting_mail_from: Emailavsändare
172 setting_host_name: Värddatornamn
172 setting_host_name: Värddatornamn
173 setting_text_formatting: Textformattering
173 setting_text_formatting: Textformattering
174 setting_wiki_compression: Wiki historiekomprimering
174 setting_wiki_compression: Wiki historiekomprimering
175 setting_feeds_limit: Feed innehållsgräns
175 setting_feeds_limit: Feed innehållsgräns
176 setting_autofetch_changesets: Automatisk hämtning av commits
176 setting_autofetch_changesets: Automatisk hämtning av commits
177 setting_sys_api_enabled: Aktivera WS för repository management
177 setting_sys_api_enabled: Aktivera WS för repository management
178 setting_commit_ref_keywords: Referencing keywords
178 setting_commit_ref_keywords: Referencing keywords
179 setting_commit_fix_keywords: Fixing keywords
179 setting_commit_fix_keywords: Fixing keywords
180 setting_autologin: Autologin
180 setting_autologin: Autologin
181 setting_date_format: Date format
181 setting_date_format: Date format
182 setting_cross_project_issue_relations: Allow cross-project issue relations
182 setting_cross_project_issue_relations: Allow cross-project issue relations
183
183
184 label_user: Användare
184 label_user: Användare
185 label_user_plural: Användare
185 label_user_plural: Användare
186 label_user_new: Ny användare
186 label_user_new: Ny användare
187 label_project: Projekt
187 label_project: Projekt
188 label_project_new: Nytt projekt
188 label_project_new: Nytt projekt
189 label_project_plural: Projekt
189 label_project_plural: Projekt
190 label_project_all: All Projects
190 label_project_all: All Projects
191 label_project_latest: Senaste projekt
191 label_project_latest: Senaste projekt
192 label_issue: Brist
192 label_issue: Brist
193 label_issue_new: Ny brist
193 label_issue_new: Ny brist
194 label_issue_plural: Brister
194 label_issue_plural: Brister
195 label_issue_view_all: Visa alla brister
195 label_issue_view_all: Visa alla brister
196 label_document: Dokument
196 label_document: Dokument
197 label_document_new: Nytt dokument
197 label_document_new: Nytt dokument
198 label_document_plural: Dokument
198 label_document_plural: Dokument
199 label_role: Roll
199 label_role: Roll
200 label_role_plural: Roller
200 label_role_plural: Roller
201 label_role_new: Ny roll
201 label_role_new: Ny roll
202 label_role_and_permissions: Roller och rättigheter
202 label_role_and_permissions: Roller och rättigheter
203 label_member: Medlem
203 label_member: Medlem
204 label_member_new: Ny medlem
204 label_member_new: Ny medlem
205 label_member_plural: Medlemmar
205 label_member_plural: Medlemmar
206 label_tracker: Tracker
206 label_tracker: Tracker
207 label_tracker_plural: Trackers
207 label_tracker_plural: Trackers
208 label_tracker_new: Ny tracker
208 label_tracker_new: Ny tracker
209 label_workflow: Workflow
209 label_workflow: Workflow
210 label_issue_status: Briststatus
210 label_issue_status: Briststatus
211 label_issue_status_plural: Briststatusar
211 label_issue_status_plural: Briststatusar
212 label_issue_status_new: Ny status
212 label_issue_status_new: Ny status
213 label_issue_category: Bristkategori
213 label_issue_category: Bristkategori
214 label_issue_category_plural: Bristkategorier
214 label_issue_category_plural: Bristkategorier
215 label_issue_category_new: Ny kategori
215 label_issue_category_new: Ny kategori
216 label_custom_field: Användardefinerat fält
216 label_custom_field: Användardefinerat fält
217 label_custom_field_plural: Användardefinerade fält
217 label_custom_field_plural: Användardefinerade fält
218 label_custom_field_new: Nytt Användardefinerat fält
218 label_custom_field_new: Nytt Användardefinerat fält
219 label_enumerations: Uppräkningar
219 label_enumerations: Uppräkningar
220 label_enumeration_new: Nytt värde
220 label_enumeration_new: Nytt värde
221 label_information: Information
221 label_information: Information
222 label_information_plural: Information
222 label_information_plural: Information
223 label_please_login: Var god logga in
223 label_please_login: Var god logga in
224 label_register: Registrera
224 label_register: Registrera
225 label_password_lost: Glömt lösenord
225 label_password_lost: Glömt lösenord
226 label_home: Hem
226 label_home: Hem
227 label_my_page: Min sida
227 label_my_page: Min sida
228 label_my_account: Mitt konto
228 label_my_account: Mitt konto
229 label_my_projects: Mina projekt
229 label_my_projects: Mina projekt
230 label_administration: Administration
230 label_administration: Administration
231 label_login: Logga in
231 label_login: Logga in
232 label_logout: Logga ut
232 label_logout: Logga ut
233 label_help: Hjälp
233 label_help: Hjälp
234 label_reported_issues: Rapporterade brister
234 label_reported_issues: Rapporterade brister
235 label_assigned_to_me_issues: Brister tilldelade mig
235 label_assigned_to_me_issues: Brister tilldelade mig
236 label_last_login: Senaste inloggning
236 label_last_login: Senaste inloggning
237 label_last_updates: Senast uppdaterad
237 label_last_updates: Senast uppdaterad
238 label_last_updates_plural: %d senaste uppdateringarna
238 label_last_updates_plural: %d senaste uppdateringarna
239 label_registered_on: Registrerad
239 label_registered_on: Registrerad
240 label_activity: Aktivitet
240 label_activity: Aktivitet
241 label_new: Ny
241 label_new: Ny
242 label_logged_as: Loggad som
242 label_logged_as: Loggad som
243 label_environment: Miljö
243 label_environment: Miljö
244 label_authentication: Authentikering
244 label_authentication: Authentikering
245 label_auth_source: Authentikeringsläge
245 label_auth_source: Authentikeringsläge
246 label_auth_source_new: Nytt authentikeringsläge
246 label_auth_source_new: Nytt authentikeringsläge
247 label_auth_source_plural: Authentikeringslägen
247 label_auth_source_plural: Authentikeringslägen
248 label_subproject_plural: Delprojekt
248 label_subproject_plural: Delprojekt
249 label_min_max_length: Min - Max längd
249 label_min_max_length: Min - Max längd
250 label_list: Lista
250 label_list: Lista
251 label_date: Datum
251 label_date: Datum
252 label_integer: Heltal
252 label_integer: Heltal
253 label_boolean: Boolean
253 label_boolean: Boolean
254 label_string: Text
254 label_string: Text
255 label_text: Long text
255 label_text: Long text
256 label_attribute: Attribut
256 label_attribute: Attribut
257 label_attribute_plural: Attribut
257 label_attribute_plural: Attribut
258 label_download: %d Nerladdning
258 label_download: %d Nerladdning
259 label_download_plural: %d Nerladdningar
259 label_download_plural: %d Nerladdningar
260 label_no_data: Ingen data att visa
260 label_no_data: Ingen data att visa
261 label_change_status: Ändra status
261 label_change_status: Ändra status
262 label_history: Historia
262 label_history: Historia
263 label_attachment: Fil
263 label_attachment: Fil
264 label_attachment_new: Ny fil
264 label_attachment_new: Ny fil
265 label_attachment_delete: Ta bort fil
265 label_attachment_delete: Ta bort fil
266 label_attachment_plural: Filer
266 label_attachment_plural: Filer
267 label_report: Rapport
267 label_report: Rapport
268 label_report_plural: Rapporter
268 label_report_plural: Rapporter
269 label_news: Nyhet
269 label_news: Nyhet
270 label_news_new: Lägg till nyhet
270 label_news_new: Lägg till nyhet
271 label_news_plural: Nyheter
271 label_news_plural: Nyheter
272 label_news_latest: Senaste neheten
272 label_news_latest: Senaste neheten
273 label_news_view_all: Visa alla nyheter
273 label_news_view_all: Visa alla nyheter
274 label_change_log: Ändringslogg
274 label_change_log: Ändringslogg
275 label_settings: Inställningar
275 label_settings: Inställningar
276 label_overview: Överblick
276 label_overview: Överblick
277 label_version: Version
277 label_version: Version
278 label_version_new: Ny version
278 label_version_new: Ny version
279 label_version_plural: Versioner
279 label_version_plural: Versioner
280 label_confirmation: Bekräftelse
280 label_confirmation: Bekräftelse
281 label_export_to: Exportera till
281 label_export_to: Exportera till
282 label_read: Läs...
282 label_read: Läs...
283 label_public_projects: Offentligt projekt
283 label_public_projects: Offentligt projekt
284 label_open_issues: öppen
284 label_open_issues: öppen
285 label_open_issues_plural: öppna
285 label_open_issues_plural: öppna
286 label_closed_issues: stängd
286 label_closed_issues: stängd
287 label_closed_issues_plural: stängda
287 label_closed_issues_plural: stängda
288 label_total: Total
288 label_total: Total
289 label_permissions: Rättigheter
289 label_permissions: Rättigheter
290 label_current_status: Nuvarande status
290 label_current_status: Nuvarande status
291 label_new_statuses_allowed: Nya statusar tillåtna
291 label_new_statuses_allowed: Nya statusar tillåtna
292 label_all: alla
292 label_all: alla
293 label_none: inga
293 label_none: inga
294 label_next: Nästa
294 label_next: Nästa
295 label_previous: Föregående
295 label_previous: Föregående
296 label_used_by: Använd av
296 label_used_by: Använd av
297 label_details: Detaljer
297 label_details: Detaljer
298 label_add_note: Lägg till anteckning
298 label_add_note: Lägg till anteckning
299 label_per_page: Per sida
299 label_per_page: Per sida
300 label_calendar: Kalender
300 label_calendar: Kalender
301 label_months_from: månader från
301 label_months_from: månader från
302 label_gantt: Gantt
302 label_gantt: Gantt
303 label_internal: Intern
303 label_internal: Intern
304 label_last_changes: senaste %d ändringar
304 label_last_changes: senaste %d ändringar
305 label_change_view_all: Visa alla ändringar
305 label_change_view_all: Visa alla ändringar
306 label_personalize_page: Anpassa denna sida
306 label_personalize_page: Anpassa denna sida
307 label_comment: Kommentar
307 label_comment: Kommentar
308 label_comment_plural: Kommentarer
308 label_comment_plural: Kommentarer
309 label_comment_add: Lägg till kommentar
309 label_comment_add: Lägg till kommentar
310 label_comment_added: Kommentar tillagd
310 label_comment_added: Kommentar tillagd
311 label_comment_delete: Ta bort kommentar
311 label_comment_delete: Ta bort kommentar
312 label_query: Användardefinerad fråga
312 label_query: Användardefinerad fråga
313 label_query_plural: Användardefinerade frågor
313 label_query_plural: Användardefinerade frågor
314 label_query_new: Ny fråga
314 label_query_new: Ny fråga
315 label_filter_add: Lägg till filter
315 label_filter_add: Lägg till filter
316 label_filter_plural: Filter
316 label_filter_plural: Filter
317 label_equals: är
317 label_equals: är
318 label_not_equals: är inte
318 label_not_equals: är inte
319 label_in_less_than: i mindre än
319 label_in_less_than: i mindre än
320 label_in_more_than: i mer än
320 label_in_more_than: i mer än
321 label_in: i
321 label_in: i
322 label_today: idag
322 label_today: idag
323 label_this_week: this week
323 label_this_week: this week
324 label_less_than_ago: mindre än dagar sedan
324 label_less_than_ago: mindre än dagar sedan
325 label_more_than_ago: mer än dagar sedan
325 label_more_than_ago: mer än dagar sedan
326 label_ago: dagar sedan
326 label_ago: dagar sedan
327 label_contains: innehåller
327 label_contains: innehåller
328 label_not_contains: innehåller inte
328 label_not_contains: innehåller inte
329 label_day_plural: dagar
329 label_day_plural: dagar
330 label_repository: Repositorie
330 label_repository: Repositorie
331 label_browse: Bläddra
331 label_browse: Bläddra
332 label_modification: %d ändring
332 label_modification: %d ändring
333 label_modification_plural: %d ändringar
333 label_modification_plural: %d ändringar
334 label_revision: Revision
334 label_revision: Revision
335 label_revision_plural: Revisioner
335 label_revision_plural: Revisioner
336 label_added: tillagd
336 label_added: tillagd
337 label_modified: modifierad
337 label_modified: modifierad
338 label_deleted: borttagen
338 label_deleted: borttagen
339 label_latest_revision: Senaste revisionen
339 label_latest_revision: Senaste revisionen
340 label_latest_revision_plural: Senaste revisionerna
340 label_latest_revision_plural: Senaste revisionerna
341 label_view_revisions: Visa revisioner
341 label_view_revisions: Visa revisioner
342 label_max_size: Maximumstorlek
342 label_max_size: Maximumstorlek
343 label_on: 'på'
343 label_on: 'på'
344 label_sort_highest: Flytta till top
344 label_sort_highest: Flytta till top
345 label_sort_higher: Flytta up
345 label_sort_higher: Flytta up
346 label_sort_lower: Flytta ner
346 label_sort_lower: Flytta ner
347 label_sort_lowest: Flytta till botten
347 label_sort_lowest: Flytta till botten
348 label_roadmap: Roadmap
348 label_roadmap: Roadmap
349 label_roadmap_due_in: Färdig om
349 label_roadmap_due_in: Färdig om
350 label_roadmap_overdue: %s late
350 label_roadmap_overdue: %s late
351 label_roadmap_no_issues: Inga brister för denna version
351 label_roadmap_no_issues: Inga brister för denna version
352 label_search: Sök
352 label_search: Sök
353 label_result: %d resultat
353 label_result: %d resultat
354 label_result_plural: %d resultat
354 label_result_plural: %d resultat
355 label_all_words: Alla ord
355 label_all_words: Alla ord
356 label_wiki: Wiki
356 label_wiki: Wiki
357 label_wiki_edit: Wiki editera
357 label_wiki_edit: Wiki editera
358 label_wiki_edit_plural: Wiki editeringar
358 label_wiki_edit_plural: Wiki editeringar
359 label_wiki_page: Wiki page
359 label_wiki_page: Wiki page
360 label_wiki_page_plural: Wiki pages
360 label_wiki_page_plural: Wiki pages
361 label_page_index: Index
361 label_page_index: Index
362 label_current_version: Nuvarande version
362 label_current_version: Nuvarande version
363 label_preview: Preview
363 label_preview: Preview
364 label_feed_plural: Feeder
364 label_feed_plural: Feeder
365 label_changes_details: Detaljer om alla ändringar
365 label_changes_details: Detaljer om alla ändringar
366 label_issue_tracking: Bristspårning
366 label_issue_tracking: Bristspårning
367 label_spent_time: Spenderad tid
367 label_spent_time: Spenderad tid
368 label_f_hour: %.2f timmar
368 label_f_hour: %.2f timmar
369 label_f_hour_plural: %.2f timmar
369 label_f_hour_plural: %.2f timmar
370 label_time_tracking: Tidsspårning
370 label_time_tracking: Tidsspårning
371 label_change_plural: Ändringar
371 label_change_plural: Ändringar
372 label_statistics: Statistik
372 label_statistics: Statistik
373 label_commits_per_month: Commit per månad
373 label_commits_per_month: Commit per månad
374 label_commits_per_author: Commit per författare
374 label_commits_per_author: Commit per författare
375 label_view_diff: Visa skillnader
375 label_view_diff: Visa skillnader
376 label_diff_inline: inline
376 label_diff_inline: inline
377 label_diff_side_by_side: sida vid sida
377 label_diff_side_by_side: sida vid sida
378 label_options: Inställningar
378 label_options: Inställningar
379 label_copy_workflow_from: Kopiera workflow från
379 label_copy_workflow_from: Kopiera workflow från
380 label_permissions_report: Rättighetsrapport
380 label_permissions_report: Rättighetsrapport
381 label_watched_issues: Watched issues
381 label_watched_issues: Watched issues
382 label_related_issues: Related issues
382 label_related_issues: Related issues
383 label_applied_status: Applied status
383 label_applied_status: Applied status
384 label_loading: Loading...
384 label_loading: Loading...
385 label_relation_new: New relation
385 label_relation_new: New relation
386 label_relation_delete: Delete relation
386 label_relation_delete: Delete relation
387 label_relates_to: related to
387 label_relates_to: related to
388 label_duplicates: duplicates
388 label_duplicates: duplicates
389 label_blocks: blocks
389 label_blocks: blocks
390 label_blocked_by: blocked by
390 label_blocked_by: blocked by
391 label_precedes: precedes
391 label_precedes: precedes
392 label_follows: follows
392 label_follows: follows
393 label_end_to_start: end to start
393 label_end_to_start: end to start
394 label_end_to_end: end to end
394 label_end_to_end: end to end
395 label_start_to_start: start to start
395 label_start_to_start: start to start
396 label_start_to_end: start to end
396 label_start_to_end: start to end
397 label_stay_logged_in: Stay logged in
397 label_stay_logged_in: Stay logged in
398 label_disabled: disabled
398 label_disabled: disabled
399 label_show_completed_versions: Show completed versions
399 label_show_completed_versions: Show completed versions
400 label_me: me
400 label_me: me
401 label_board: Forum
401 label_board: Forum
402 label_board_new: New forum
402 label_board_new: New forum
403 label_board_plural: Forums
403 label_board_plural: Forums
404 label_topic_plural: Topics
404 label_topic_plural: Topics
405 label_message_plural: Messages
405 label_message_plural: Messages
406 label_message_last: Last message
406 label_message_last: Last message
407 label_message_new: New message
407 label_message_new: New message
408 label_reply_plural: Replies
408 label_reply_plural: Replies
409 label_send_information: Send account information to the user
409 label_send_information: Send account information to the user
410 label_year: Year
410 label_year: Year
411 label_month: Month
411 label_month: Month
412 label_week: Week
412 label_week: Week
413 label_date_from: From
413 label_date_from: From
414 label_date_to: To
414 label_date_to: To
415 label_language_based: Language based
415 label_language_based: Language based
416 label_sort_by: Sort by "%s"
416 label_sort_by: Sort by "%s"
417 label_send_test_email: Send a test email
417 label_send_test_email: Send a test email
418 label_feeds_access_key_created_on: RSS access key created %s ago
418 label_feeds_access_key_created_on: RSS access key created %s ago
419 label_module_plural: Modules
419 label_module_plural: Modules
420 label_added_time_by: Added by %s %s ago
420 label_added_time_by: Added by %s %s ago
421 label_updated_time: Updated %s ago
421 label_updated_time: Updated %s ago
422 label_jump_to_a_project: Jump to a project...
422 label_jump_to_a_project: Jump to a project...
423
423
424 button_login: Logga in
424 button_login: Logga in
425 button_submit: Skicka
425 button_submit: Skicka
426 button_save: Spara
426 button_save: Spara
427 button_check_all: Markera alla
427 button_check_all: Markera alla
428 button_uncheck_all: Avmarkera alla
428 button_uncheck_all: Avmarkera alla
429 button_delete: Ta bort
429 button_delete: Ta bort
430 button_create: Skapa
430 button_create: Skapa
431 button_test: Testa
431 button_test: Testa
432 button_edit: Editera
432 button_edit: Editera
433 button_add: Lägg till
433 button_add: Lägg till
434 button_change: Ändra
434 button_change: Ändra
435 button_apply: Värkställ
435 button_apply: Värkställ
436 button_clear: Rensa
436 button_clear: Rensa
437 button_lock: Lås
437 button_lock: Lås
438 button_unlock: Lås upp
438 button_unlock: Lås upp
439 button_download: Ladda ner
439 button_download: Ladda ner
440 button_list: Lista
440 button_list: Lista
441 button_view: Visa
441 button_view: Visa
442 button_move: Flytta
442 button_move: Flytta
443 button_back: Tillbaka
443 button_back: Tillbaka
444 button_cancel: Avbryt
444 button_cancel: Avbryt
445 button_activate: Aktivera
445 button_activate: Aktivera
446 button_sort: Sortera
446 button_sort: Sortera
447 button_log_time: Logga tid
447 button_log_time: Logga tid
448 button_rollback: Rulla tillbaka till denna version
448 button_rollback: Rulla tillbaka till denna version
449 button_watch: Watch
449 button_watch: Watch
450 button_unwatch: Unwatch
450 button_unwatch: Unwatch
451 button_reply: Reply
451 button_reply: Reply
452 button_archive: Archive
452 button_archive: Archive
453 button_unarchive: Unarchive
453 button_unarchive: Unarchive
454 button_reset: Reset
454 button_reset: Reset
455 button_rename: Rename
455 button_rename: Rename
456
456
457 status_active: activ
457 status_active: activ
458 status_registered: registrerad
458 status_registered: registrerad
459 status_locked: låst
459 status_locked: låst
460
460
461 text_select_mail_notifications: Väl action för vilka email ska skickas.
461 text_select_mail_notifications: Väl action för vilka email ska skickas.
462 text_regexp_info: eg. ^[A-Z0-9]+$
462 text_regexp_info: eg. ^[A-Z0-9]+$
463 text_min_max_length_info: 0 betyder ingen gräns
463 text_min_max_length_info: 0 betyder ingen gräns
464 text_project_destroy_confirmation: Är du säker på att du vill ta bort detta projekt och all relaterad data?
464 text_project_destroy_confirmation: Är du säker på att du vill ta bort detta projekt och all relaterad data?
465 text_workflow_edit: Väl en roll och en tracker för att editera workflow.
465 text_workflow_edit: Väl en roll och en tracker för att editera workflow.
466 text_are_you_sure: Är du säker?
466 text_are_you_sure: Är du säker?
467 text_journal_changed: ändrad från %s till %s
467 text_journal_changed: ändrad från %s till %s
468 text_journal_set_to: satt till %s
468 text_journal_set_to: satt till %s
469 text_journal_deleted: borttagen
469 text_journal_deleted: borttagen
470 text_tip_task_begin_day: arbetsuppgift börjar denna dag
470 text_tip_task_begin_day: arbetsuppgift börjar denna dag
471 text_tip_task_end_day: arbetsuppgift slutar denna dag
471 text_tip_task_end_day: arbetsuppgift slutar denna dag
472 text_tip_task_begin_end_day: arbetsuppgift börjar och slutar denna dag
472 text_tip_task_begin_end_day: arbetsuppgift börjar och slutar denna dag
473 text_project_identifier_info: 'Små bokstäver (a-z), siffror och streck tillåtna.<br />När den är sparad kan identifieraren inte ändras.'
473 text_project_identifier_info: 'Små bokstäver (a-z), siffror och streck tillåtna.<br />När den är sparad kan identifieraren inte ändras.'
474 text_caracters_maximum: %d tecken maximum.
474 text_caracters_maximum: %d tecken maximum.
475 text_length_between: Längd mellan %d och %d tecken.
475 text_length_between: Längd mellan %d och %d tecken.
476 text_tracker_no_workflow: Inget workflow definerat för denna tracker
476 text_tracker_no_workflow: Inget workflow definerat för denna tracker
477 text_unallowed_characters: Unallowed characters
477 text_unallowed_characters: Unallowed characters
478 text_comma_separated: Multiple values allowed (comma separated).
478 text_comma_separated: Multiple values allowed (comma separated).
479 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
479 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
480 text_issue_added: Brist %s har rapporterats.
480 text_issue_added: Brist %s har rapporterats.
481 text_issue_updated: Brist %s har uppdaterats.
481 text_issue_updated: Brist %s har uppdaterats.
482 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
482 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
483 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
483 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
484 text_issue_category_destroy_assignments: Remove category assignments
484 text_issue_category_destroy_assignments: Remove category assignments
485 text_issue_category_reassign_to: Reassing issues to this category
485 text_issue_category_reassign_to: Reassing issues to this category
486
486
487 default_role_manager: Förvaltare
487 default_role_manager: Förvaltare
488 default_role_developper: Utvecklare
488 default_role_developper: Utvecklare
489 default_role_reporter: Rapporterare
489 default_role_reporter: Rapporterare
490 default_tracker_bug: Bugg
490 default_tracker_bug: Bugg
491 default_tracker_feature: Finess
491 default_tracker_feature: Finess
492 default_tracker_support: Support
492 default_tracker_support: Support
493 default_issue_status_new: Ny
493 default_issue_status_new: Ny
494 default_issue_status_assigned: Tilldelad
494 default_issue_status_assigned: Tilldelad
495 default_issue_status_resolved: Löst
495 default_issue_status_resolved: Löst
496 default_issue_status_feedback: Feedback
496 default_issue_status_feedback: Feedback
497 default_issue_status_closed: Stängd
497 default_issue_status_closed: Stängd
498 default_issue_status_rejected: Avslagen
498 default_issue_status_rejected: Avslagen
499 default_doc_category_user: Användardokumentation
499 default_doc_category_user: Användardokumentation
500 default_doc_category_tech: Teknisk dokumentation
500 default_doc_category_tech: Teknisk dokumentation
501 default_priority_low: Låg
501 default_priority_low: Låg
502 default_priority_normal: Normal
502 default_priority_normal: Normal
503 default_priority_high: Hög
503 default_priority_high: Hög
504 default_priority_urgent: Bråttom
504 default_priority_urgent: Bråttom
505 default_priority_immediate: Omedelbar
505 default_priority_immediate: Omedelbar
506 default_activity_design: Design
506 default_activity_design: Design
507 default_activity_development: Utveckling
507 default_activity_development: Utveckling
508
508
509 enumeration_issue_priorities: Bristprioriteringar
509 enumeration_issue_priorities: Bristprioriteringar
510 enumeration_doc_categories: Dokumentkategorier
510 enumeration_doc_categories: Dokumentkategorier
511 enumeration_activities: Aktiviteter (tidsspårning)
511 enumeration_activities: Aktiviteter (tidsspårning)
512 field_comments: Comment
@@ -1,513 +1,514
1 # translated by andy wu
1 # translated by andy wu
2 # email:andywu.zh@gmail.com
2 # email:andywu.zh@gmail.com
3
3
4 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
4 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
5
5
6 actionview_datehelper_select_day_prefix:
6 actionview_datehelper_select_day_prefix:
7 actionview_datehelper_select_month_names: 一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月
7 actionview_datehelper_select_month_names: 一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月
8 actionview_datehelper_select_month_names_abbr: 一,二,三,四,五,六,七,八,九,十,十一,十二
8 actionview_datehelper_select_month_names_abbr: 一,二,三,四,五,六,七,八,九,十,十一,十二
9 actionview_datehelper_select_month_prefix:
9 actionview_datehelper_select_month_prefix:
10 actionview_datehelper_select_year_prefix:
10 actionview_datehelper_select_year_prefix:
11 actionview_datehelper_time_in_words_day: 1 天
11 actionview_datehelper_time_in_words_day: 1 天
12 actionview_datehelper_time_in_words_day_plural: %d 天
12 actionview_datehelper_time_in_words_day_plural: %d 天
13 actionview_datehelper_time_in_words_hour_about: 约1小时
13 actionview_datehelper_time_in_words_hour_about: 约1小时
14 actionview_datehelper_time_in_words_hour_about_plural: 约 %d 小时
14 actionview_datehelper_time_in_words_hour_about_plural: 约 %d 小时
15 actionview_datehelper_time_in_words_hour_about_single: 约1小时
15 actionview_datehelper_time_in_words_hour_about_single: 约1小时
16 actionview_datehelper_time_in_words_minute: 1分钟
16 actionview_datehelper_time_in_words_minute: 1分钟
17 actionview_datehelper_time_in_words_minute_half: 半分钟
17 actionview_datehelper_time_in_words_minute_half: 半分钟
18 actionview_datehelper_time_in_words_minute_less_than: 1分钟以内
18 actionview_datehelper_time_in_words_minute_less_than: 1分钟以内
19 actionview_datehelper_time_in_words_minute_plural: %d 分钟
19 actionview_datehelper_time_in_words_minute_plural: %d 分钟
20 actionview_datehelper_time_in_words_minute_single: 1分钟
20 actionview_datehelper_time_in_words_minute_single: 1分钟
21 actionview_datehelper_time_in_words_second_less_than: 1秒以内
21 actionview_datehelper_time_in_words_second_less_than: 1秒以内
22 actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内
22 actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内
23 actionview_instancetag_blank_option: 请选择
23 actionview_instancetag_blank_option: 请选择
24
24
25 activerecord_error_inclusion: 未包含在列表中
25 activerecord_error_inclusion: 未包含在列表中
26 activerecord_error_exclusion: 保留的
26 activerecord_error_exclusion: 保留的
27 activerecord_error_invalid: 无效的
27 activerecord_error_invalid: 无效的
28 activerecord_error_confirmation: 和确认输入不匹配
28 activerecord_error_confirmation: 和确认输入不匹配
29 activerecord_error_accepted: 必需被接受
29 activerecord_error_accepted: 必需被接受
30 activerecord_error_empty: 不能为空
30 activerecord_error_empty: 不能为空
31 activerecord_error_blank: 不能是空格
31 activerecord_error_blank: 不能是空格
32 activerecord_error_too_long: 太长
32 activerecord_error_too_long: 太长
33 activerecord_error_too_short: 太短
33 activerecord_error_too_short: 太短
34 activerecord_error_wrong_length: 长度有问题
34 activerecord_error_wrong_length: 长度有问题
35 activerecord_error_taken: has already been taken
35 activerecord_error_taken: has already been taken
36 activerecord_error_not_a_number: 不是数字
36 activerecord_error_not_a_number: 不是数字
37 activerecord_error_not_a_date: 不是有效的日期
37 activerecord_error_not_a_date: 不是有效的日期
38 activerecord_error_greater_than_start_date: 必需大于开始日期
38 activerecord_error_greater_than_start_date: 必需大于开始日期
39 activerecord_error_not_same_project: doesn't belong to the same project
39 activerecord_error_not_same_project: doesn't belong to the same project
40 activerecord_error_circular_dependency: This relation would create a circular dependency
40 activerecord_error_circular_dependency: This relation would create a circular dependency
41
41
42 general_fmt_age: %d yr
42 general_fmt_age: %d yr
43 general_fmt_age_plural: %d yrs
43 general_fmt_age_plural: %d yrs
44 general_fmt_date: %%m/%%d/%%Y
44 general_fmt_date: %%m/%%d/%%Y
45 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
45 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
46 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
46 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
47 general_fmt_time: %%I:%%M %%p
47 general_fmt_time: %%I:%%M %%p
48 general_text_No: '否'
48 general_text_No: '否'
49 general_text_Yes: '是'
49 general_text_Yes: '是'
50 general_text_no: '否'
50 general_text_no: '否'
51 general_text_yes: '是'
51 general_text_yes: '是'
52 general_lang_name: 'Chinese (简体中文)'
52 general_lang_name: 'Chinese (简体中文)'
53 general_csv_separator: ','
53 general_csv_separator: ','
54 general_csv_encoding: gb2312
54 general_csv_encoding: gb2312
55 general_pdf_encoding: Big5
55 general_pdf_encoding: Big5
56 general_day_names: 一,二,三,四,五,六,日
56 general_day_names: 一,二,三,四,五,六,日
57
57
58 notice_account_updated: 帐户更新成功。
58 notice_account_updated: 帐户更新成功。
59 notice_account_invalid_creditentials: 用户名或密码不正确
59 notice_account_invalid_creditentials: 用户名或密码不正确
60 notice_account_password_updated: 成功更新口令
60 notice_account_password_updated: 成功更新口令
61 notice_account_wrong_password: 错误的口令
61 notice_account_wrong_password: 错误的口令
62 notice_account_register_done: 帐户已创建成功
62 notice_account_register_done: 帐户已创建成功
63 notice_account_unknown_email: 未知用户
63 notice_account_unknown_email: 未知用户
64 notice_can_t_change_password: 该帐户使用了外部认证。无法更改口令。
64 notice_can_t_change_password: 该帐户使用了外部认证。无法更改口令。
65 notice_account_lost_email_sent: 邮件已被发送,邮件中有关于选择新口令的指导
65 notice_account_lost_email_sent: 邮件已被发送,邮件中有关于选择新口令的指导
66 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
66 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
67 notice_successful_create: 创建成功
67 notice_successful_create: 创建成功
68 notice_successful_update: 更新成功
68 notice_successful_update: 更新成功
69 notice_successful_delete: 删除成功
69 notice_successful_delete: 删除成功
70 notice_successful_connection: 连接成功
70 notice_successful_connection: 连接成功
71 notice_file_not_found: 您访问的页面不存在或已被删除。
71 notice_file_not_found: 您访问的页面不存在或已被删除。
72 notice_locking_conflict: 数据已被另一个用户更新
72 notice_locking_conflict: 数据已被另一个用户更新
73 notice_scm_error: 在版本库中不存在该条目或修订
73 notice_scm_error: 在版本库中不存在该条目或修订
74 notice_not_authorized: You are not authorized to access this page.
74 notice_not_authorized: You are not authorized to access this page.
75 notice_email_sent: An email was sent to %s
75 notice_email_sent: An email was sent to %s
76 notice_email_error: An error occurred while sending mail (%s)
76 notice_email_error: An error occurred while sending mail (%s)
77 notice_feeds_access_key_reseted: Your RSS access key was reseted.
77 notice_feeds_access_key_reseted: Your RSS access key was reseted.
78
78
79 mail_subject_lost_password: 您的redMine口令
79 mail_subject_lost_password: 您的redMine口令
80 mail_subject_register: redMine帐户激活
80 mail_subject_register: redMine帐户激活
81
81
82 gui_validation_error: 1 个错误
82 gui_validation_error: 1 个错误
83 gui_validation_error_plural: %d 个错误
83 gui_validation_error_plural: %d 个错误
84
84
85 field_name: 名称
85 field_name: 名称
86 field_description: 描述
86 field_description: 描述
87 field_summary: 摘要
87 field_summary: 摘要
88 field_is_required: 必填
88 field_is_required: 必填
89 field_firstname: 名字
89 field_firstname: 名字
90 field_lastname:
90 field_lastname:
91 field_mail: 邮件地址
91 field_mail: 邮件地址
92 field_filename: 文件
92 field_filename: 文件
93 field_filesize: 大小
93 field_filesize: 大小
94 field_downloads: 下载次数
94 field_downloads: 下载次数
95 field_author: 作者
95 field_author: 作者
96 field_created_on: 创建于
96 field_created_on: 创建于
97 field_updated_on: 更新于
97 field_updated_on: 更新于
98 field_field_format: 格式
98 field_field_format: 格式
99 field_is_for_all: 应用于所有项目
99 field_is_for_all: 应用于所有项目
100 field_possible_values: 可能的值
100 field_possible_values: 可能的值
101 field_regexp: 正则表达式
101 field_regexp: 正则表达式
102 field_min_length: 最小长度
102 field_min_length: 最小长度
103 field_max_length: 最大长度
103 field_max_length: 最大长度
104 field_value:
104 field_value:
105 field_category: 分类
105 field_category: 分类
106 field_title: 标题
106 field_title: 标题
107 field_project: 项目
107 field_project: 项目
108 field_issue: 任务
108 field_issue: 任务
109 field_status: 状态
109 field_status: 状态
110 field_notes: 说明
110 field_notes: 说明
111 field_is_closed: 已关闭的任务
111 field_is_closed: 已关闭的任务
112 field_is_default: 默认状态
112 field_is_default: 默认状态
113 field_html_color: 颜色
113 field_html_color: 颜色
114 field_tracker: 跟踪
114 field_tracker: 跟踪
115 field_subject: 主题
115 field_subject: 主题
116 field_due_date: 到期日
116 field_due_date: 到期日
117 field_assigned_to: 指派
117 field_assigned_to: 指派
118 field_priority: 优先级
118 field_priority: 优先级
119 field_fixed_version: 修订版本
119 field_fixed_version: 修订版本
120 field_user: 用户
120 field_user: 用户
121 field_role: 角色
121 field_role: 角色
122 field_homepage: 主页
122 field_homepage: 主页
123 field_is_public: 公开
123 field_is_public: 公开
124 field_parent: 上级项目
124 field_parent: 上级项目
125 field_is_in_chlog: 在更新日志中显示任务
125 field_is_in_chlog: 在更新日志中显示任务
126 field_is_in_roadmap: 在路线图中显示任务
126 field_is_in_roadmap: 在路线图中显示任务
127 field_login: 登录名
127 field_login: 登录名
128 field_mail_notification: 邮件通知
128 field_mail_notification: 邮件通知
129 field_admin: 管理员
129 field_admin: 管理员
130 field_last_login_on: 最后登录
130 field_last_login_on: 最后登录
131 field_language: 语言
131 field_language: 语言
132 field_effective_date: 日期
132 field_effective_date: 日期
133 field_password: 口令
133 field_password: 口令
134 field_new_password: 新口令
134 field_new_password: 新口令
135 field_password_confirmation: 确认
135 field_password_confirmation: 确认
136 field_version: 版本
136 field_version: 版本
137 field_type: 类别
137 field_type: 类别
138 field_host: 主机
138 field_host: 主机
139 field_port: 端口
139 field_port: 端口
140 field_account: 帐号
140 field_account: 帐号
141 field_base_dn: Base DN
141 field_base_dn: Base DN
142 field_attr_login: 登录名属性
142 field_attr_login: 登录名属性
143 field_attr_firstname: 名字属性
143 field_attr_firstname: 名字属性
144 field_attr_lastname: 姓属性
144 field_attr_lastname: 姓属性
145 field_attr_mail: 邮件属性
145 field_attr_mail: 邮件属性
146 field_onthefly: On-the-fly user creation
146 field_onthefly: On-the-fly user creation
147 field_start_date: 开始
147 field_start_date: 开始
148 field_done_ratio: %% 完成
148 field_done_ratio: %% 完成
149 field_auth_source: 认证模式
149 field_auth_source: 认证模式
150 field_hide_mail: 隐藏我的邮件
150 field_hide_mail: 隐藏我的邮件
151 field_comments: 注释
151 field_comments: 注释
152 field_url: URL
152 field_url: URL
153 field_start_page: 起始页
153 field_start_page: 起始页
154 field_subproject: 子项目
154 field_subproject: 子项目
155 field_hours: Hours
155 field_hours: Hours
156 field_activity: 活动
156 field_activity: 活动
157 field_spent_on: 日期
157 field_spent_on: 日期
158 field_identifier: Identifier
158 field_identifier: Identifier
159 field_is_filter: Used as a filter
159 field_is_filter: Used as a filter
160 field_issue_to_id: Related issue
160 field_issue_to_id: Related issue
161 field_delay: Delay
161 field_delay: Delay
162 field_assignable: Issues can be assigned to this role
162 field_assignable: Issues can be assigned to this role
163 field_redirect_existing_links: Redirect existing links
163 field_redirect_existing_links: Redirect existing links
164 field_estimated_hours: Estimated time
164 field_estimated_hours: Estimated time
165
165
166 setting_app_title: 应用程序标题
166 setting_app_title: 应用程序标题
167 setting_app_subtitle: 应用程序子标题
167 setting_app_subtitle: 应用程序子标题
168 setting_welcome_text: 欢迎文字
168 setting_welcome_text: 欢迎文字
169 setting_default_language: 默认语言
169 setting_default_language: 默认语言
170 setting_login_required: 要求认证
170 setting_login_required: 要求认证
171 setting_self_registration: 允许自注册
171 setting_self_registration: 允许自注册
172 setting_attachment_max_size: 附件最大尺寸
172 setting_attachment_max_size: 附件最大尺寸
173 setting_issues_export_limit: Issues export limit
173 setting_issues_export_limit: Issues export limit
174 setting_mail_from: Emission mail address
174 setting_mail_from: Emission mail address
175 setting_host_name: 主机名称
175 setting_host_name: 主机名称
176 setting_text_formatting: 文本格式
176 setting_text_formatting: 文本格式
177 setting_wiki_compression: Wiki history compression
177 setting_wiki_compression: Wiki history compression
178 setting_feeds_limit: Feed content limit
178 setting_feeds_limit: Feed content limit
179 setting_autofetch_changesets: Autofetch commits
179 setting_autofetch_changesets: Autofetch commits
180 setting_sys_api_enabled: Enable WS for repository management
180 setting_sys_api_enabled: Enable WS for repository management
181 setting_commit_ref_keywords: Referencing keywords
181 setting_commit_ref_keywords: Referencing keywords
182 setting_commit_fix_keywords: Fixing keywords
182 setting_commit_fix_keywords: Fixing keywords
183 setting_autologin: Autologin
183 setting_autologin: Autologin
184 setting_date_format: Date format
184 setting_date_format: Date format
185 setting_cross_project_issue_relations: Allow cross-project issue relations
185 setting_cross_project_issue_relations: Allow cross-project issue relations
186
186
187 label_user: 用户
187 label_user: 用户
188 label_user_plural: 用户列表
188 label_user_plural: 用户列表
189 label_user_new: 新建用户
189 label_user_new: 新建用户
190 label_project: 项目
190 label_project: 项目
191 label_project_new: 新建项目
191 label_project_new: 新建项目
192 label_project_plural: 项目列表
192 label_project_plural: 项目列表
193 label_project_all: All Projects
193 label_project_all: All Projects
194 label_project_latest: 最近的项目列表
194 label_project_latest: 最近的项目列表
195 label_issue: 任务
195 label_issue: 任务
196 label_issue_new: 新建任务
196 label_issue_new: 新建任务
197 label_issue_plural: 任务列表
197 label_issue_plural: 任务列表
198 label_issue_view_all: 查看所有任务
198 label_issue_view_all: 查看所有任务
199 label_document: 文档
199 label_document: 文档
200 label_document_new: 新建文档
200 label_document_new: 新建文档
201 label_document_plural: 文档列表
201 label_document_plural: 文档列表
202 label_role: 角色
202 label_role: 角色
203 label_role_plural: 角色列表
203 label_role_plural: 角色列表
204 label_role_new: 新建角色
204 label_role_new: 新建角色
205 label_role_and_permissions: 角色和权限
205 label_role_and_permissions: 角色和权限
206 label_member: 成员
206 label_member: 成员
207 label_member_new: 新建成员
207 label_member_new: 新建成员
208 label_member_plural: 成员列表
208 label_member_plural: 成员列表
209 label_tracker: 跟踪标签
209 label_tracker: 跟踪标签
210 label_tracker_plural: 跟踪标签列表
210 label_tracker_plural: 跟踪标签列表
211 label_tracker_new: 新建跟踪标签
211 label_tracker_new: 新建跟踪标签
212 label_workflow: 工作流
212 label_workflow: 工作流
213 label_issue_status: 任务状态列表
213 label_issue_status: 任务状态列表
214 label_issue_status_plural: 任务状态列表
214 label_issue_status_plural: 任务状态列表
215 label_issue_status_new: 新建任务状态列表
215 label_issue_status_new: 新建任务状态列表
216 label_issue_category: 任务类别
216 label_issue_category: 任务类别
217 label_issue_category_plural: 任务类别列表
217 label_issue_category_plural: 任务类别列表
218 label_issue_category_new: 新建任务类别
218 label_issue_category_new: 新建任务类别
219 label_custom_field: 自定义字段
219 label_custom_field: 自定义字段
220 label_custom_field_plural: 自定义字段列表
220 label_custom_field_plural: 自定义字段列表
221 label_custom_field_new: 新建自定义字段
221 label_custom_field_new: 新建自定义字段
222 label_enumerations: 枚举列表
222 label_enumerations: 枚举列表
223 label_enumeration_new: 新建枚举值
223 label_enumeration_new: 新建枚举值
224 label_information: 信息
224 label_information: 信息
225 label_information_plural: 信息
225 label_information_plural: 信息
226 label_please_login: 请登录
226 label_please_login: 请登录
227 label_register: 注册
227 label_register: 注册
228 label_password_lost: 忘记口令
228 label_password_lost: 忘记口令
229 label_home: 主页
229 label_home: 主页
230 label_my_page: 我的工作台
230 label_my_page: 我的工作台
231 label_my_account: 我的帐号
231 label_my_account: 我的帐号
232 label_my_projects: 我的项目列表
232 label_my_projects: 我的项目列表
233 label_administration: 管理
233 label_administration: 管理
234 label_login: 登录
234 label_login: 登录
235 label_logout: 退出
235 label_logout: 退出
236 label_help: 帮助
236 label_help: 帮助
237 label_reported_issues: 已报告的问题
237 label_reported_issues: 已报告的问题
238 label_assigned_to_me_issues: 分配给我的任务
238 label_assigned_to_me_issues: 分配给我的任务
239 label_last_login: 最后登录
239 label_last_login: 最后登录
240 label_last_updates: 最后更新
240 label_last_updates: 最后更新
241 label_last_updates_plural: %d 最后更新
241 label_last_updates_plural: %d 最后更新
242 label_registered_on: 注册于
242 label_registered_on: 注册于
243 label_activity: 活动
243 label_activity: 活动
244 label_new: 新建
244 label_new: 新建
245 label_logged_as: 登录为
245 label_logged_as: 登录为
246 label_environment: 环境
246 label_environment: 环境
247 label_authentication: 认证
247 label_authentication: 认证
248 label_auth_source: 认证模式
248 label_auth_source: 认证模式
249 label_auth_source_new: 新建认证模式
249 label_auth_source_new: 新建认证模式
250 label_auth_source_plural: 认证模式列表
250 label_auth_source_plural: 认证模式列表
251 label_subproject_plural: 子项目列表
251 label_subproject_plural: 子项目列表
252 label_min_max_length: 最小 - 最大 长度
252 label_min_max_length: 最小 - 最大 长度
253 label_list: list
253 label_list: list
254 label_date: Date
254 label_date: Date
255 label_integer: Integer
255 label_integer: Integer
256 label_boolean: Boolean
256 label_boolean: Boolean
257 label_string: Text
257 label_string: Text
258 label_text: Long text
258 label_text: Long text
259 label_attribute: 属性
259 label_attribute: 属性
260 label_attribute_plural: 属性
260 label_attribute_plural: 属性
261 label_download: %d 个下载次数
261 label_download: %d 个下载次数
262 label_download_plural: %d 个下载次数
262 label_download_plural: %d 个下载次数
263 label_no_data: 没有数据用于显示
263 label_no_data: 没有数据用于显示
264 label_change_status: 改变状态
264 label_change_status: 改变状态
265 label_history: 历史记录
265 label_history: 历史记录
266 label_attachment: 文件
266 label_attachment: 文件
267 label_attachment_new: 新建文件
267 label_attachment_new: 新建文件
268 label_attachment_delete: 删除文件
268 label_attachment_delete: 删除文件
269 label_attachment_plural: 文件列表
269 label_attachment_plural: 文件列表
270 label_report: 报表
270 label_report: 报表
271 label_report_plural: 报表列表
271 label_report_plural: 报表列表
272 label_news: 新闻
272 label_news: 新闻
273 label_news_new: 增加新闻
273 label_news_new: 增加新闻
274 label_news_plural: 新闻列表
274 label_news_plural: 新闻列表
275 label_news_latest: 最近的新闻
275 label_news_latest: 最近的新闻
276 label_news_view_all: 查看所有新闻
276 label_news_view_all: 查看所有新闻
277 label_change_log: 更新日志
277 label_change_log: 更新日志
278 label_settings: 配置
278 label_settings: 配置
279 label_overview: 概述
279 label_overview: 概述
280 label_version: 版本
280 label_version: 版本
281 label_version_new: 新建版本
281 label_version_new: 新建版本
282 label_version_plural: 版本列表
282 label_version_plural: 版本列表
283 label_confirmation: 确认
283 label_confirmation: 确认
284 label_export_to: 导出
284 label_export_to: 导出
285 label_read: 读取...
285 label_read: 读取...
286 label_public_projects: 公开的项目列表
286 label_public_projects: 公开的项目列表
287 label_open_issues: 打开
287 label_open_issues: 打开
288 label_open_issues_plural: 打开
288 label_open_issues_plural: 打开
289 label_closed_issues: 已关闭
289 label_closed_issues: 已关闭
290 label_closed_issues_plural: 已关闭
290 label_closed_issues_plural: 已关闭
291 label_total: 合计
291 label_total: 合计
292 label_permissions: 权限列表
292 label_permissions: 权限列表
293 label_current_status: 当前状态
293 label_current_status: 当前状态
294 label_new_statuses_allowed: New statuses allowed
294 label_new_statuses_allowed: New statuses allowed
295 label_all: 全部
295 label_all: 全部
296 label_none:
296 label_none:
297 label_next: 下一个
297 label_next: 下一个
298 label_previous: 上一个
298 label_previous: 上一个
299 label_used_by: 使用中
299 label_used_by: 使用中
300 label_details: 详情
300 label_details: 详情
301 label_add_note: 添加说明
301 label_add_note: 添加说明
302 label_per_page: 每面
302 label_per_page: 每面
303 label_calendar: 日历
303 label_calendar: 日历
304 label_months_from: months from
304 label_months_from: months from
305 label_gantt: 甘特图(Gantt)
305 label_gantt: 甘特图(Gantt)
306 label_internal: 内部
306 label_internal: 内部
307 label_last_changes: 最近的 %d 次更改
307 label_last_changes: 最近的 %d 次更改
308 label_change_view_all: 查看所有更改
308 label_change_view_all: 查看所有更改
309 label_personalize_page: 个性化定制本页
309 label_personalize_page: 个性化定制本页
310 label_comment: 注释
310 label_comment: 注释
311 label_comment_plural: 注释列表
311 label_comment_plural: 注释列表
312 label_comment_add: 添加注释
312 label_comment_add: 添加注释
313 label_comment_added: 已加入注释
313 label_comment_added: 已加入注释
314 label_comment_delete: 删除注释
314 label_comment_delete: 删除注释
315 label_query: 自定义查询
315 label_query: 自定义查询
316 label_query_plural: 自定义查询列表
316 label_query_plural: 自定义查询列表
317 label_query_new: 新建查询
317 label_query_new: 新建查询
318 label_filter_add: 增加过滤器
318 label_filter_add: 增加过滤器
319 label_filter_plural: 过滤器列表
319 label_filter_plural: 过滤器列表
320 label_equals: 等于
320 label_equals: 等于
321 label_not_equals: 不等于
321 label_not_equals: 不等于
322 label_in_less_than: 剩余天数小于
322 label_in_less_than: 剩余天数小于
323 label_in_more_than: 剩余天数大于
323 label_in_more_than: 剩余天数大于
324 label_in: 剩余天数
324 label_in: 剩余天数
325 label_today: 今天
325 label_today: 今天
326 label_this_week: this week
326 label_this_week: this week
327 label_less_than_ago: 之前天数少于
327 label_less_than_ago: 之前天数少于
328 label_more_than_ago: 之前天数大于
328 label_more_than_ago: 之前天数大于
329 label_ago: 之前天数
329 label_ago: 之前天数
330 label_contains: 包含
330 label_contains: 包含
331 label_not_contains: 不包含
331 label_not_contains: 不包含
332 label_day_plural: 天数
332 label_day_plural: 天数
333 label_repository: 版本库
333 label_repository: 版本库
334 label_browse: 浏览
334 label_browse: 浏览
335 label_modification: %d 个更新
335 label_modification: %d 个更新
336 label_modification_plural: %d 个更新
336 label_modification_plural: %d 个更新
337 label_revision: 修订
337 label_revision: 修订
338 label_revision_plural: 修订
338 label_revision_plural: 修订
339 label_added: 已增加
339 label_added: 已增加
340 label_modified: 已修改
340 label_modified: 已修改
341 label_deleted: 已删除
341 label_deleted: 已删除
342 label_latest_revision: 最近的版本
342 label_latest_revision: 最近的版本
343 label_latest_revision_plural: 最近的版本列表
343 label_latest_revision_plural: 最近的版本列表
344 label_view_revisions: 查看修订列表
344 label_view_revisions: 查看修订列表
345 label_max_size: 最大尺寸
345 label_max_size: 最大尺寸
346 label_on: 'on'
346 label_on: 'on'
347 label_sort_highest: 置顶
347 label_sort_highest: 置顶
348 label_sort_higher: 上移
348 label_sort_higher: 上移
349 label_sort_lower: 下移
349 label_sort_lower: 下移
350 label_sort_lowest: 置底
350 label_sort_lowest: 置底
351 label_roadmap: 路线图
351 label_roadmap: 路线图
352 label_roadmap_due_in: Due in
352 label_roadmap_due_in: Due in
353 label_roadmap_overdue: %s late
353 label_roadmap_overdue: %s late
354 label_roadmap_no_issues: 该版本没有任务
354 label_roadmap_no_issues: 该版本没有任务
355 label_search: 查找
355 label_search: 查找
356 label_result: %d 个结果
356 label_result: %d 个结果
357 label_result_plural: %d 个结果
357 label_result_plural: %d 个结果
358 label_all_words: 所有单词
358 label_all_words: 所有单词
359 label_wiki: Wiki
359 label_wiki: Wiki
360 label_wiki_edit: Wiki edit
360 label_wiki_edit: Wiki edit
361 label_wiki_edit_plural: Wiki edits
361 label_wiki_edit_plural: Wiki edits
362 label_wiki_page_plural: Wiki pages
362 label_wiki_page_plural: Wiki pages
363 label_page_index: 索引
363 label_page_index: 索引
364 label_current_version: 当前版本
364 label_current_version: 当前版本
365 label_preview: 预览
365 label_preview: 预览
366 label_feed_plural: Feeds
366 label_feed_plural: Feeds
367 label_changes_details: 所有更改的详情
367 label_changes_details: 所有更改的详情
368 label_issue_tracking: 任务跟踪
368 label_issue_tracking: 任务跟踪
369 label_spent_time: 耗时
369 label_spent_time: 耗时
370 label_f_hour: %.2f 小时
370 label_f_hour: %.2f 小时
371 label_f_hour_plural: %.2f 小时
371 label_f_hour_plural: %.2f 小时
372 label_time_tracking: 时间跟踪
372 label_time_tracking: 时间跟踪
373 label_change_plural: 更改列表
373 label_change_plural: 更改列表
374 label_statistics: 统计
374 label_statistics: 统计
375 label_commits_per_month: Commits per month
375 label_commits_per_month: Commits per month
376 label_commits_per_author: Commits per author
376 label_commits_per_author: Commits per author
377 label_view_diff: View differences
377 label_view_diff: View differences
378 label_diff_inline: inline
378 label_diff_inline: inline
379 label_diff_side_by_side: side by side
379 label_diff_side_by_side: side by side
380 label_options: Options
380 label_options: Options
381 label_copy_workflow_from: Copy workflow from
381 label_copy_workflow_from: Copy workflow from
382 label_permissions_report: Permissions report
382 label_permissions_report: Permissions report
383 label_watched_issues: Watched issues
383 label_watched_issues: Watched issues
384 label_related_issues: Related issues
384 label_related_issues: Related issues
385 label_applied_status: Applied status
385 label_applied_status: Applied status
386 label_loading: Loading...
386 label_loading: Loading...
387 label_relation_new: New relation
387 label_relation_new: New relation
388 label_relation_delete: Delete relation
388 label_relation_delete: Delete relation
389 label_relates_to: related to
389 label_relates_to: related to
390 label_duplicates: duplicates
390 label_duplicates: duplicates
391 label_blocks: blocks
391 label_blocks: blocks
392 label_blocked_by: blocked by
392 label_blocked_by: blocked by
393 label_precedes: precedes
393 label_precedes: precedes
394 label_follows: follows
394 label_follows: follows
395 label_end_to_start: end to start
395 label_end_to_start: end to start
396 label_end_to_end: end to end
396 label_end_to_end: end to end
397 label_start_to_start: start to start
397 label_start_to_start: start to start
398 label_start_to_end: start to end
398 label_start_to_end: start to end
399 label_stay_logged_in: Stay logged in
399 label_stay_logged_in: Stay logged in
400 label_disabled: disabled
400 label_disabled: disabled
401 label_show_completed_versions: Show completed versions
401 label_show_completed_versions: Show completed versions
402 label_me: me
402 label_me: me
403 label_board: Forum
403 label_board: Forum
404 label_board_new: New forum
404 label_board_new: New forum
405 label_board_plural: Forums
405 label_board_plural: Forums
406 label_topic_plural: Topics
406 label_topic_plural: Topics
407 label_message_plural: Messages
407 label_message_plural: Messages
408 label_message_last: Last message
408 label_message_last: Last message
409 label_message_new: New message
409 label_message_new: New message
410 label_reply_plural: Replies
410 label_reply_plural: Replies
411 label_send_information: Send account information to the user
411 label_send_information: Send account information to the user
412 label_year: Year
412 label_year: Year
413 label_month: Month
413 label_month: Month
414 label_week: Week
414 label_week: Week
415 label_date_from: From
415 label_date_from: From
416 label_date_to: To
416 label_date_to: To
417 label_language_based: Language based
417 label_language_based: Language based
418 label_sort_by: Sort by "%s"
418 label_sort_by: Sort by "%s"
419 label_send_test_email: Send a test email
419 label_send_test_email: Send a test email
420 label_feeds_access_key_created_on: RSS access key created %s ago
420 label_feeds_access_key_created_on: RSS access key created %s ago
421 label_module_plural: Modules
421 label_module_plural: Modules
422 label_added_time_by: Added by %s %s ago
422 label_added_time_by: Added by %s %s ago
423 label_updated_time: Updated %s ago
423 label_updated_time: Updated %s ago
424 label_jump_to_a_project: Jump to a project...
424 label_jump_to_a_project: Jump to a project...
425
425
426 button_login: 登录
426 button_login: 登录
427 button_submit: 提交
427 button_submit: 提交
428 button_save: 保存
428 button_save: 保存
429 button_check_all: 全选
429 button_check_all: 全选
430 button_uncheck_all: 清除
430 button_uncheck_all: 清除
431 button_delete: 删除
431 button_delete: 删除
432 button_create: 创建
432 button_create: 创建
433 button_test: 测试
433 button_test: 测试
434 button_edit: 编辑
434 button_edit: 编辑
435 button_add: 新增
435 button_add: 新增
436 button_change: 修改
436 button_change: 修改
437 button_apply: 应用
437 button_apply: 应用
438 button_clear: 清除
438 button_clear: 清除
439 button_lock: 锁定
439 button_lock: 锁定
440 button_unlock: 解锁
440 button_unlock: 解锁
441 button_download: 下载
441 button_download: 下载
442 button_list: 列表
442 button_list: 列表
443 button_view: 查看
443 button_view: 查看
444 button_move: 移动
444 button_move: 移动
445 button_back: 返回
445 button_back: 返回
446 button_cancel: 取消
446 button_cancel: 取消
447 button_activate: 激活
447 button_activate: 激活
448 button_sort: 排序
448 button_sort: 排序
449 button_log_time: 登记工时
449 button_log_time: 登记工时
450 button_rollback: Rollback to this version
450 button_rollback: Rollback to this version
451 button_watch: Watch
451 button_watch: Watch
452 button_unwatch: Unwatch
452 button_unwatch: Unwatch
453 button_reply: Reply
453 button_reply: Reply
454 button_archive: Archive
454 button_archive: Archive
455 button_unarchive: Unarchive
455 button_unarchive: Unarchive
456 button_reset: Reset
456 button_reset: Reset
457 button_rename: Rename
457 button_rename: Rename
458
458
459 status_active: 激活
459 status_active: 激活
460 status_registered: 已注册
460 status_registered: 已注册
461 status_locked: 已锁定
461 status_locked: 已锁定
462
462
463 text_select_mail_notifications: 选择需要发送邮件通知的动作。
463 text_select_mail_notifications: 选择需要发送邮件通知的动作。
464 text_regexp_info: eg. ^[A-Z0-9]+$
464 text_regexp_info: eg. ^[A-Z0-9]+$
465 text_min_max_length_info: 0 表示没有限制
465 text_min_max_length_info: 0 表示没有限制
466 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
466 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
467 text_workflow_edit: 选择一个角色和跟踪标签来编辑这个工作流
467 text_workflow_edit: 选择一个角色和跟踪标签来编辑这个工作流
468 text_are_you_sure: 您确定?
468 text_are_you_sure: 您确定?
469 text_journal_changed: 从 %s 更改为 %s
469 text_journal_changed: 从 %s 更改为 %s
470 text_journal_set_to: 设置为 %s
470 text_journal_set_to: 设置为 %s
471 text_journal_deleted: 已删除
471 text_journal_deleted: 已删除
472 text_tip_task_begin_day: 开始于此
472 text_tip_task_begin_day: 开始于此
473 text_tip_task_end_day: 在此结束
473 text_tip_task_end_day: 在此结束
474 text_tip_task_begin_end_day: 开始并结束于此
474 text_tip_task_begin_end_day: 开始并结束于此
475 text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.'
475 text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.'
476 text_caracters_maximum: %d characters maximum.
476 text_caracters_maximum: %d characters maximum.
477 text_length_between: Length between %d and %d characters.
477 text_length_between: Length between %d and %d characters.
478 text_tracker_no_workflow: No workflow defined for this tracker
478 text_tracker_no_workflow: No workflow defined for this tracker
479 text_unallowed_characters: Unallowed characters
479 text_unallowed_characters: Unallowed characters
480 text_comma_separated: Multiple values allowed (comma separated).
480 text_comma_separated: Multiple values allowed (comma separated).
481 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
481 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
482 text_issue_added: %s ѱ
482 text_issue_added: %s ѱ
483 text_issue_updated: %s Ѹ
483 text_issue_updated: %s Ѹ
484 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
484 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
485 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
485 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
486 text_issue_category_destroy_assignments: Remove category assignments
486 text_issue_category_destroy_assignments: Remove category assignments
487 text_issue_category_reassign_to: Reassing issues to this category
487 text_issue_category_reassign_to: Reassing issues to this category
488
488
489 default_role_manager: 管理员
489 default_role_manager: 管理员
490 default_role_developper: 开发人员
490 default_role_developper: 开发人员
491 default_role_reporter: 报告人员
491 default_role_reporter: 报告人员
492 default_tracker_bug: 问题
492 default_tracker_bug: 问题
493 default_tracker_feature: 功能
493 default_tracker_feature: 功能
494 default_tracker_support: 支持
494 default_tracker_support: 支持
495 default_issue_status_new: 新建
495 default_issue_status_new: 新建
496 default_issue_status_assigned: 已分配
496 default_issue_status_assigned: 已分配
497 default_issue_status_resolved: 已解决
497 default_issue_status_resolved: 已解决
498 default_issue_status_feedback: 回复
498 default_issue_status_feedback: 回复
499 default_issue_status_closed: 已关闭
499 default_issue_status_closed: 已关闭
500 default_issue_status_rejected: 已打回
500 default_issue_status_rejected: 已打回
501 default_doc_category_user: 用户文档
501 default_doc_category_user: 用户文档
502 default_doc_category_tech: 技术文档
502 default_doc_category_tech: 技术文档
503 default_priority_low:
503 default_priority_low:
504 default_priority_normal: 普通
504 default_priority_normal: 普通
505 default_priority_high:
505 default_priority_high:
506 default_priority_urgent: 紧急
506 default_priority_urgent: 紧急
507 default_priority_immediate: 立刻
507 default_priority_immediate: 立刻
508 default_activity_design: 设计
508 default_activity_design: 设计
509 default_activity_development: 开发
509 default_activity_development: 开发
510
510
511 enumeration_issue_priorities: 任务优先级
511 enumeration_issue_priorities: 任务优先级
512 enumeration_doc_categories: 文档类别
512 enumeration_doc_categories: 文档类别
513 enumeration_activities: Activities (time tracking)
513 enumeration_activities: Activities (time tracking)
514 label_wiki_page: Wiki page
@@ -1,30 +1,53
1 namespace :gloc do
1 namespace :gloc do
2 desc 'Sorts the keys in the lang ymls'
2 desc 'Sorts the keys in the lang ymls'
3 task :sort do
3 task :sort do
4 dir = ENV['DIR'] || '{.,vendor/plugins/*}/lang'
4 dir = ENV['DIR'] || '{.,vendor/plugins/*}/lang'
5 puts "Processing directory #{dir}"
5 puts "Processing directory #{dir}"
6 files = Dir.glob(File.join(dir,'*.{yaml,yml}'))
6 files = Dir.glob(File.join(dir,'*.{yaml,yml}'))
7 puts 'No files found.' if files.empty?
7 puts 'No files found.' if files.empty?
8 files.each {|file|
8 files.each {|file|
9 puts "Sorting file: #{file}"
9 puts "Sorting file: #{file}"
10 header = []
10 header = []
11 content = IO.readlines(file)
11 content = IO.readlines(file)
12 content.each {|line| line.gsub!(/[\s\r\n\t]+$/,'')}
12 content.each {|line| line.gsub!(/[\s\r\n\t]+$/,'')}
13 content.delete_if {|line| line==''}
13 content.delete_if {|line| line==''}
14 tmp= []
14 tmp= []
15 content.each {|x| tmp << x unless tmp.include?(x)}
15 content.each {|x| tmp << x unless tmp.include?(x)}
16 content= tmp
16 content= tmp
17 header << content.shift if !content.empty? && content[0] =~ /^file_charset:/
17 header << content.shift if !content.empty? && content[0] =~ /^file_charset:/
18 content.sort!
18 content.sort!
19 filebak = "#{file}.bak"
19 filebak = "#{file}.bak"
20 File.rename file, filebak
20 File.rename file, filebak
21 File.open(file, 'w') {|fout| fout << header.join("\n") << content.join("\n") << "\n"}
21 File.open(file, 'w') {|fout| fout << header.join("\n") << content.join("\n") << "\n"}
22 File.delete filebak
22 File.delete filebak
23 # Report duplicates
23 # Report duplicates
24 count= {}
24 count= {}
25 content.map {|x| x.gsub(/:.+$/, '') }.each {|x| count[x] ||= 0; count[x] += 1}
25 content.map {|x| x.gsub(/:.+$/, '') }.each {|x| count[x] ||= 0; count[x] += 1}
26 count.delete_if {|k,v|v==1}
26 count.delete_if {|k,v|v==1}
27 puts count.keys.sort.map{|x|" WARNING: Duplicate key '#{x}' (#{count[x]} occurances)"}.join("\n") unless count.empty?
27 puts count.keys.sort.map{|x|" WARNING: Duplicate key '#{x}' (#{count[x]} occurances)"}.join("\n") unless count.empty?
28 }
28 }
29 end
29 end
30
31 desc 'Updates language files based on em.yml content'
32 task :update do
33 dir = ENV['DIR'] || './lang'
34
35 en_strings = {}
36 en_file = File.open(File.join(dir,'en.yml'), 'r')
37 en_file.each_line {|line| en_strings[$1] = $2 if line =~ %r{^([\w_]+):\s(.+)$} }
38 en_file.close
39
40 files = Dir.glob(File.join(dir,'*.{yaml,yml}'))
41 files.each do |file|
42 puts "Updating file #{file}"
43 keys = IO.readlines(file).collect {|line| $1 if line =~ %r{^([\w_]+):\s(.+)$} }.compact
44 lang = File.open(file, 'a')
45 en_strings.each do |key, str|
46 next if keys.include?(key)
47 puts "added: #{key}"
48 lang << "#{key}: #{str}\n"
49 end
50 lang.close
51 end
52 end
30 end No newline at end of file
53 end
General Comments 0
You need to be logged in to leave comments. Login now