@@ -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 | 1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
2 | 2 | |
|
3 | 3 | actionview_datehelper_select_day_prefix: |
|
4 | 4 | actionview_datehelper_select_month_names: Januari,Februari,Maart,April,Mei,Juni,Juli,Augustus,September,Oktober,November,December |
|
5 | 5 | actionview_datehelper_select_month_names_abbr: Jan,Feb,Maa,Apr,Mei,Jun,Jul,Aug,Sep,Okt,Nov,Dec |
|
6 | 6 | actionview_datehelper_select_month_prefix: |
|
7 | 7 | actionview_datehelper_select_year_prefix: |
|
8 | 8 | actionview_datehelper_time_in_words_day: 1 dag |
|
9 | 9 | actionview_datehelper_time_in_words_day_plural: %d dagen |
|
10 | 10 | actionview_datehelper_time_in_words_hour_about: ongeveer een uur |
|
11 | 11 | actionview_datehelper_time_in_words_hour_about_plural: ongeveer %d uur |
|
12 | 12 | actionview_datehelper_time_in_words_hour_about_single: ongeveer een uur |
|
13 | 13 | actionview_datehelper_time_in_words_minute: 1 minuut |
|
14 | 14 | actionview_datehelper_time_in_words_minute_half: een halve minuut |
|
15 | 15 | actionview_datehelper_time_in_words_minute_less_than: minder dan een minuut |
|
16 | 16 | actionview_datehelper_time_in_words_minute_plural: %d minuten |
|
17 | 17 | actionview_datehelper_time_in_words_minute_single: 1 minuut |
|
18 | 18 | actionview_datehelper_time_in_words_second_less_than: minder dan een seconde |
|
19 | 19 | actionview_datehelper_time_in_words_second_less_than_plural: minder dan %d seconden |
|
20 | 20 | actionview_instancetag_blank_option: Selecteer |
|
21 | 21 | |
|
22 | 22 | activerecord_error_inclusion: staat niet in de lijst |
|
23 | 23 | activerecord_error_exclusion: is gereserveerd |
|
24 | 24 | activerecord_error_invalid: is ongeldig |
|
25 | 25 | activerecord_error_confirmation: komt niet overeen met confirmatie |
|
26 | 26 | activerecord_error_accepted: moet geaccepteerd worden |
|
27 | 27 | activerecord_error_empty: mag niet leeg zijn |
|
28 | 28 | activerecord_error_blank: mag niet blanco zijn |
|
29 | 29 | activerecord_error_too_long: is te lang |
|
30 | 30 | activerecord_error_too_short: is te kort |
|
31 | 31 | activerecord_error_wrong_length: heeft de verkeerde lengte |
|
32 | 32 | activerecord_error_taken: is al in gebruik |
|
33 | 33 | activerecord_error_not_a_number: is geen getal |
|
34 | 34 | activerecord_error_not_a_date: is geen valide datum |
|
35 | 35 | activerecord_error_greater_than_start_date: moet hoger zijn dan startdatum |
|
36 | 36 | activerecord_error_not_same_project: hoort niet bij hetzelfde project |
|
37 | 37 | activerecord_error_circular_dependency: Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben |
|
38 | 38 | |
|
39 | 39 | general_fmt_age: %d jr |
|
40 | 40 | general_fmt_age_plural: %d jr |
|
41 | 41 | general_fmt_date: %%m/%%d/%%Y |
|
42 | 42 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p |
|
43 | 43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
44 | 44 | general_fmt_time: %%I:%%M %%p |
|
45 | 45 | general_text_No: 'Nee' |
|
46 | 46 | general_text_Yes: 'Ja' |
|
47 | 47 | general_text_no: 'nee' |
|
48 | 48 | general_text_yes: 'ja' |
|
49 | 49 | general_lang_name: 'Nederlands' |
|
50 | 50 | general_csv_separator: ',' |
|
51 | 51 | general_csv_encoding: ISO-8859-1 |
|
52 | 52 | general_pdf_encoding: ISO-8859-1 |
|
53 | 53 | general_day_names: Maandag, Dinsdag, Woensdag, Donderdag, Vrijdag, Zaterdag, Zondag |
|
54 | 54 | |
|
55 | 55 | notice_account_updated: Account is met succes gewijzigd |
|
56 | 56 | notice_account_invalid_creditentials: Incorrecte gebruikersnaam of wachtwoord |
|
57 | 57 | notice_account_password_updated: Wachtwoord is met succes gewijzigd |
|
58 | 58 | notice_account_wrong_password: Incorrect wachtwoord |
|
59 | 59 | notice_account_register_done: Account is met succes aangemaakt. |
|
60 | 60 | notice_account_unknown_email: Onbekende gebruiker. |
|
61 | 61 | notice_can_t_change_password: Dit account gebruikt een externe bron voor authenticatie. Het is niet mogelijk om het wachtwoord te veranderen. |
|
62 | 62 | notice_account_lost_email_sent: Er is een email naar U verstuurd met instructies over het kiezen van een nieuw wachtwoord. |
|
63 | 63 | notice_account_activated: Uw account is geactiveerd. U kunt nu inloggen. |
|
64 | 64 | notice_successful_create: Maken succesvol. |
|
65 | 65 | notice_successful_update: Wijzigen succesvol. |
|
66 | 66 | notice_successful_delete: Verwijderen succesvol. |
|
67 | 67 | notice_successful_connection: Verbinding succesvol. |
|
68 | 68 | notice_file_not_found: De pagina die U probeerde te benaderen bestaat niet of is verwijderd. |
|
69 | 69 | notice_locking_conflict: De gegevens zijn gewijzigd door een andere gebruiker. |
|
70 | 70 | notice_scm_error: Deze ingang of revisie bestaat niet in de repository. |
|
71 | 71 | notice_not_authorized: Het is U niet toegestaan om deze pagina te raadplegen. |
|
72 | 72 | notice_email_sent: An email was sent to %s |
|
73 | 73 | notice_email_error: An error occurred while sending mail (%s) |
|
74 | 74 | notice_feeds_access_key_reseted: Your RSS access key was reseted. |
|
75 | 75 | |
|
76 | 76 | mail_subject_lost_password: Uw redMine wachtwoord |
|
77 | 77 | mail_subject_register: redMine account activatie |
|
78 | 78 | |
|
79 | 79 | gui_validation_error: 1 fout |
|
80 | 80 | gui_validation_error_plural: %d fouten |
|
81 | 81 | |
|
82 | 82 | field_name: Naam |
|
83 | 83 | field_description: Beschrijving |
|
84 | 84 | field_summary: Samenvatting |
|
85 | 85 | field_is_required: Verplicht |
|
86 | 86 | field_firstname: Voornaam |
|
87 | 87 | field_lastname: Achternaam |
|
88 | 88 | field_mail: Email |
|
89 | 89 | field_filename: Bestand |
|
90 | 90 | field_filesize: Grootte |
|
91 | 91 | field_downloads: Downloads |
|
92 | 92 | field_author: Auteur |
|
93 | 93 | field_created_on: Aangemaakt |
|
94 | 94 | field_updated_on: Gewijzigd |
|
95 | 95 | field_field_format: Formaat |
|
96 | 96 | field_is_for_all: Voor alle projecten |
|
97 | 97 | field_possible_values: Mogelijke waarden |
|
98 | 98 | field_regexp: Reguliere expressie |
|
99 | 99 | field_min_length: Minimale lengte |
|
100 | 100 | field_max_length: Maximale lengte |
|
101 | 101 | field_value: Waarde |
|
102 | 102 | field_category: Categorie |
|
103 | 103 | field_title: Titel |
|
104 | 104 | field_project: Project |
|
105 | 105 | field_issue: Issue |
|
106 | 106 | field_status: Status |
|
107 | 107 | field_notes: Notities |
|
108 | 108 | field_is_closed: Issue gesloten |
|
109 | 109 | field_is_default: Default status |
|
110 | 110 | field_html_color: Kleur |
|
111 | 111 | field_tracker: Tracker |
|
112 | 112 | field_subject: Onderwerp |
|
113 | 113 | field_due_date: Verwachte datum gereed |
|
114 | 114 | field_assigned_to: Toegewezen aan |
|
115 | 115 | field_priority: Prioriteit |
|
116 | 116 | field_fixed_version: Opgeloste versie |
|
117 | 117 | field_user: Gebruiker |
|
118 | 118 | field_role: Rol |
|
119 | 119 | field_homepage: Homepage |
|
120 | 120 | field_is_public: Publiek |
|
121 | 121 | field_parent: Subproject van |
|
122 | 122 | field_is_in_chlog: Issues weergegeven in wijzigingslog |
|
123 | 123 | field_is_in_roadmap: Issues weergegeven in roadmap |
|
124 | 124 | field_login: Inloggen |
|
125 | 125 | field_mail_notification: Mail mededelingen |
|
126 | 126 | field_admin: Administrateur |
|
127 | 127 | field_last_login_on: Laatste bezoek |
|
128 | 128 | field_language: Taal |
|
129 | 129 | field_effective_date: Datum |
|
130 | 130 | field_password: Wachtwoord |
|
131 | 131 | field_new_password: Nieuw wachtwoord |
|
132 | 132 | field_password_confirmation: Bevestigen |
|
133 | 133 | field_version: Versie |
|
134 | 134 | field_type: Type |
|
135 | 135 | field_host: Host |
|
136 | 136 | field_port: Port |
|
137 | 137 | field_account: Account |
|
138 | 138 | field_base_dn: Base DN |
|
139 | 139 | field_attr_login: Login attribuut |
|
140 | 140 | field_attr_firstname: Voornaam attribuut |
|
141 | 141 | field_attr_lastname: Achternaam attribuut |
|
142 | 142 | field_attr_mail: Email attribuut |
|
143 | 143 | field_onthefly: On-the-fly aanmaken van een gebruiker |
|
144 | 144 | field_start_date: Start |
|
145 | 145 | field_done_ratio: %% Gereed |
|
146 | 146 | field_auth_source: Authenticatiemethode |
|
147 | 147 | field_hide_mail: Verberg mijn emailadres |
|
148 | 148 | field_comments: Commentaar |
|
149 | 149 | field_url: URL |
|
150 | 150 | field_start_page: Startpagina |
|
151 | 151 | field_subproject: Subproject |
|
152 | 152 | field_hours: Uren |
|
153 | 153 | field_activity: Activiteit |
|
154 | 154 | field_spent_on: Datum |
|
155 | 155 | field_identifier: Identificatiecode |
|
156 | 156 | field_is_filter: Gebruikt als een filter |
|
157 | 157 | field_issue_to_id: Gerelateerd issue |
|
158 | 158 | field_delay: Vertraging |
|
159 | 159 | field_assignable: Issues can be assigned to this role |
|
160 | 160 | field_redirect_existing_links: Redirect existing links |
|
161 | 161 | field_estimated_hours: Estimated time |
|
162 | 162 | |
|
163 | 163 | setting_app_title: Applicatie titel |
|
164 | 164 | setting_app_subtitle: Applicatie ondertitel |
|
165 | 165 | setting_welcome_text: Welkomsttekst |
|
166 | 166 | setting_default_language: Default taal |
|
167 | 167 | setting_login_required: Authent. nodig |
|
168 | 168 | setting_self_registration: Zelf-registratie toegestaan |
|
169 | 169 | setting_attachment_max_size: Attachment max. grootte |
|
170 | 170 | setting_issues_export_limit: Limiet export issues |
|
171 | 171 | setting_mail_from: Afzender mail adres |
|
172 | 172 | setting_host_name: Host naam |
|
173 | 173 | setting_text_formatting: Tekst formaat |
|
174 | 174 | setting_wiki_compression: Wiki geschiedenis comprimeren |
|
175 | 175 | setting_feeds_limit: Feed inhoud limiet |
|
176 | 176 | setting_autofetch_changesets: Haal commits automatisch op |
|
177 | 177 | setting_sys_api_enabled: Gebruik WS voor repository beheer |
|
178 | 178 | setting_commit_ref_keywords: Referencing keywords |
|
179 | 179 | setting_commit_fix_keywords: Fixing keywords |
|
180 | 180 | setting_autologin: Autologin |
|
181 | 181 | setting_date_format: Date format |
|
182 | 182 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
183 | 183 | |
|
184 | 184 | label_user: Gebruiker |
|
185 | 185 | label_user_plural: Gebruikers |
|
186 | 186 | label_user_new: Nieuwe gebruiker |
|
187 | 187 | label_project: Project |
|
188 | 188 | label_project_new: Nieuw project |
|
189 | 189 | label_project_plural: Projecten |
|
190 | 190 | label_project_all: Alle Projecten |
|
191 | 191 | label_project_latest: Nieuwste projecten |
|
192 | 192 | label_issue: Issue |
|
193 | 193 | label_issue_new: Nieuw issue |
|
194 | 194 | label_issue_plural: Issues |
|
195 | 195 | label_issue_view_all: Bekijk alle issues |
|
196 | 196 | label_document: Document |
|
197 | 197 | label_document_new: Nieuw document |
|
198 | 198 | label_document_plural: Documenten |
|
199 | 199 | label_role: Rol |
|
200 | 200 | label_role_plural: Rollen |
|
201 | 201 | label_role_new: Nieuwe rol |
|
202 | 202 | label_role_and_permissions: Rollen en permissies |
|
203 | 203 | label_member: Lid |
|
204 | 204 | label_member_new: Nieuw lid |
|
205 | 205 | label_member_plural: Leden |
|
206 | 206 | label_tracker: Tracker |
|
207 | 207 | label_tracker_plural: Trackers |
|
208 | 208 | label_tracker_new: Nieuwe tracker |
|
209 | 209 | label_workflow: Workflow |
|
210 | 210 | label_issue_status: Issue status |
|
211 | 211 | label_issue_status_plural: Issue statussen |
|
212 | 212 | label_issue_status_new: Nieuwe status |
|
213 | 213 | label_issue_category: Issue categorie |
|
214 | 214 | label_issue_category_plural: Issue categorieën |
|
215 | 215 | label_issue_category_new: Nieuwe categorie |
|
216 | 216 | label_custom_field: Custom veld |
|
217 | 217 | label_custom_field_plural: Custom velden |
|
218 | 218 | label_custom_field_new: Nieuw custom veld |
|
219 | 219 | label_enumerations: Enumeraties |
|
220 | 220 | label_enumeration_new: Nieuwe waarde |
|
221 | 221 | label_information: Informatie |
|
222 | 222 | label_information_plural: Informatie |
|
223 | 223 | label_please_login: Gaarne inloggen |
|
224 | 224 | label_register: Registreer |
|
225 | 225 | label_password_lost: Wachtwoord verloren |
|
226 | 226 | label_home: Home |
|
227 | 227 | label_my_page: Mijn pagina |
|
228 | 228 | label_my_account: Mijn account |
|
229 | 229 | label_my_projects: Mijn projecten |
|
230 | 230 | label_administration: Administratie |
|
231 | 231 | label_login: Inloggen |
|
232 | 232 | label_logout: Uitloggen |
|
233 | 233 | label_help: Help |
|
234 | 234 | label_reported_issues: Gemelde issues |
|
235 | 235 | label_assigned_to_me_issues: Aan mij toegewezen issues |
|
236 | 236 | label_last_login: Laatste bezoek |
|
237 | 237 | label_last_updates: Laatste wijziging |
|
238 | 238 | label_last_updates_plural: %d laatste wijziging |
|
239 | 239 | label_registered_on: Geregistreerd op |
|
240 | 240 | label_activity: Activiteit |
|
241 | 241 | label_new: Nieuw |
|
242 | 242 | label_logged_as: Ingelogd als |
|
243 | 243 | label_environment: Omgeving |
|
244 | 244 | label_authentication: Authenticatie |
|
245 | 245 | label_auth_source: Authenticatie modus |
|
246 | 246 | label_auth_source_new: Nieuwe authenticatie modus |
|
247 | 247 | label_auth_source_plural: Authenticatie modi |
|
248 | 248 | label_subproject_plural: Subprojecten |
|
249 | 249 | label_min_max_length: Min - Max lengte |
|
250 | 250 | label_list: Lijst |
|
251 | 251 | label_date: Datum |
|
252 | 252 | label_integer: Integer |
|
253 | 253 | label_boolean: Boolean |
|
254 | 254 | label_string: Tekst |
|
255 | 255 | label_text: Lange tekst |
|
256 | 256 | label_attribute: Attribuut |
|
257 | 257 | label_attribute_plural: Attributen |
|
258 | 258 | label_download: %d Download |
|
259 | 259 | label_download_plural: %d Downloads |
|
260 | 260 | label_no_data: Geen gegevens om te tonen |
|
261 | 261 | label_change_status: Wijzig status |
|
262 | 262 | label_history: Geschiedenis |
|
263 | 263 | label_attachment: Bestand |
|
264 | 264 | label_attachment_new: Nieuw bestand |
|
265 | 265 | label_attachment_delete: Verwijder bestand |
|
266 | 266 | label_attachment_plural: Bestanden |
|
267 | 267 | label_report: Rapport |
|
268 | 268 | label_report_plural: Rapporten |
|
269 | 269 | label_news: Nieuws |
|
270 | 270 | label_news_new: Voeg nieuws toe |
|
271 | 271 | label_news_plural: Nieuws |
|
272 | 272 | label_news_latest: Laatste nieuws |
|
273 | 273 | label_news_view_all: Bekijk al het nieuws |
|
274 | 274 | label_change_log: Wijzigingslog |
|
275 | 275 | label_settings: Instellingen |
|
276 | 276 | label_overview: Overzicht |
|
277 | 277 | label_version: Versie |
|
278 | 278 | label_version_new: Nieuwe versie |
|
279 | 279 | label_version_plural: Versies |
|
280 | 280 | label_confirmation: Bevestiging |
|
281 | 281 | label_export_to: Exporteer naar |
|
282 | 282 | label_read: Lees... |
|
283 | 283 | label_public_projects: Publieke projecten |
|
284 | 284 | label_open_issues: open |
|
285 | 285 | label_open_issues_plural: open |
|
286 | 286 | label_closed_issues: gesloten |
|
287 | 287 | label_closed_issues_plural: gesloten |
|
288 | 288 | label_total: Totaal |
|
289 | 289 | label_permissions: Permissies |
|
290 | 290 | label_current_status: Huidige status |
|
291 | 291 | label_new_statuses_allowed: Nieuwe statuses toegestaan |
|
292 | 292 | label_all: alle |
|
293 | 293 | label_none: geen |
|
294 | 294 | label_next: Volgende |
|
295 | 295 | label_previous: Vorige |
|
296 | 296 | label_used_by: Gebruikt door |
|
297 | 297 | label_details: Details |
|
298 | 298 | label_add_note: Voeg een notitie toe |
|
299 | 299 | label_per_page: Per pagina |
|
300 | 300 | label_calendar: Kalender |
|
301 | 301 | label_months_from: maanden vanaf |
|
302 | 302 | label_gantt: Gantt |
|
303 | 303 | label_internal: Intern |
|
304 | 304 | label_last_changes: laatste %d wijzigingen |
|
305 | 305 | label_change_view_all: Bekijk alle wijzigingen |
|
306 | 306 | label_personalize_page: Personaliseer deze pagina |
|
307 | 307 | label_comment: Commentaar |
|
308 | 308 | label_comment_plural: Commentaar |
|
309 | 309 | label_comment_add: Voeg commentaar toe |
|
310 | 310 | label_comment_added: Commentaar toegevoegd |
|
311 | 311 | label_comment_delete: Verwijder commentaar |
|
312 | 312 | label_query: Eigen zoekvraag |
|
313 | 313 | label_query_plural: Eigen zoekvragen |
|
314 | 314 | label_query_new: Nieuwe zoekvraag |
|
315 | 315 | label_filter_add: Voeg filter toe |
|
316 | 316 | label_filter_plural: Filters |
|
317 | 317 | label_equals: is gelijk |
|
318 | 318 | label_not_equals: is niet gelijk |
|
319 | 319 | label_in_less_than: in minder dan |
|
320 | 320 | label_in_more_than: in meer dan |
|
321 | 321 | label_in: in |
|
322 | 322 | label_today: vandaag |
|
323 | 323 | label_this_week: this week |
|
324 | 324 | label_less_than_ago: minder dan dagen geleden |
|
325 | 325 | label_more_than_ago: meer dan dagen geleden |
|
326 | 326 | label_ago: dagen geleden |
|
327 | 327 | label_contains: bevat |
|
328 | 328 | label_not_contains: bevat niet |
|
329 | 329 | label_day_plural: dagen |
|
330 | 330 | label_repository: Repository |
|
331 | 331 | label_browse: Blader |
|
332 | 332 | label_modification: %d wijziging |
|
333 | 333 | label_modification_plural: %d wijzigingen |
|
334 | 334 | label_revision: Revisie |
|
335 | 335 | label_revision_plural: Revisies |
|
336 | 336 | label_added: toegevoegd |
|
337 | 337 | label_modified: gewijzigd |
|
338 | 338 | label_deleted: verwijderd |
|
339 | 339 | label_latest_revision: Meest recente revisie |
|
340 | 340 | label_latest_revision_plural: Meest recente revisies |
|
341 | 341 | label_view_revisions: Bekijk revisies |
|
342 | 342 | label_max_size: Maximum grootte |
|
343 | 343 | label_on: 'van' |
|
344 | 344 | label_sort_highest: Verplaats naar begin |
|
345 | 345 | label_sort_higher: Verplaats naar boven |
|
346 | 346 | label_sort_lower: Verplaats naar beneden |
|
347 | 347 | label_sort_lowest: Verplaats naar eind |
|
348 | 348 | label_roadmap: Roadmap |
|
349 | 349 | label_roadmap_due_in: Due in |
|
350 | 350 | label_roadmap_overdue: %s late |
|
351 | 351 | label_roadmap_no_issues: Geen issues voor deze versie |
|
352 | 352 | label_search: Zoeken |
|
353 | 353 | label_result: %d resultaat |
|
354 | 354 | label_result_plural: %d resultaten |
|
355 | 355 | label_all_words: Alle woorden |
|
356 | 356 | label_wiki: Wiki |
|
357 | 357 | label_wiki_edit: Wiki edit |
|
358 | 358 | label_wiki_edit_plural: Wiki edits |
|
359 | 359 | label_wiki_page: Wiki page |
|
360 | 360 | label_wiki_page_plural: Wiki pages |
|
361 | 361 | label_page_index: Index |
|
362 | 362 | label_current_version: Huidige versie |
|
363 | 363 | label_preview: Testweergave |
|
364 | 364 | label_feed_plural: Feeds |
|
365 | 365 | label_changes_details: Details van alle wijzigingen |
|
366 | 366 | label_issue_tracking: Issue tracking |
|
367 | 367 | label_spent_time: Gespendeerde tijd |
|
368 | 368 | label_f_hour: %.2f uur |
|
369 | 369 | label_f_hour_plural: %.2f uren |
|
370 | 370 | label_time_tracking: Tijd tracking |
|
371 | 371 | label_change_plural: Wijzigingen |
|
372 | 372 | label_statistics: Statistieken |
|
373 | 373 | label_commits_per_month: Commits per maand |
|
374 | 374 | label_commits_per_author: Commits per auteur |
|
375 | 375 | label_view_diff: Bekijk verschillen |
|
376 | 376 | label_diff_inline: inline |
|
377 | 377 | label_diff_side_by_side: naast elkaar |
|
378 | 378 | label_options: Opties |
|
379 | 379 | label_copy_workflow_from: Kopieer workflow van |
|
380 | 380 | label_permissions_report: Permissies rapport |
|
381 | 381 | label_watched_issues: Gemonitorde issues |
|
382 | 382 | label_related_issues: Gerelateerde issues |
|
383 | 383 | label_applied_status: Toegekende status |
|
384 | 384 | label_loading: Laden... |
|
385 | 385 | label_relation_new: Nieuwe relatie |
|
386 | 386 | label_relation_delete: Verwijder relatie |
|
387 | 387 | label_relates_to: gerelateerd aan |
|
388 | 388 | label_duplicates: dupliceert |
|
389 | 389 | label_blocks: blokkeert |
|
390 | 390 | label_blocked_by: geblokkeerd door |
|
391 | 391 | label_precedes: gaat vooraf aan |
|
392 | 392 | label_follows: volgt op |
|
393 | 393 | label_end_to_start: eind tot start |
|
394 | 394 | label_end_to_end: eind tot eind |
|
395 | 395 | label_start_to_start: start tot start |
|
396 | 396 | label_start_to_end: start tot eind |
|
397 | 397 | label_stay_logged_in: Blijf ingelogd |
|
398 | 398 | label_disabled: uitgeschakeld |
|
399 | 399 | label_show_completed_versions: Toon afgeronde versies |
|
400 | 400 | label_me: ik |
|
401 | 401 | label_board: Forum |
|
402 | 402 | label_board_new: Nieuw forum |
|
403 | 403 | label_board_plural: Forums |
|
404 | 404 | label_topic_plural: Onderwerpen |
|
405 | 405 | label_message_plural: Berichten |
|
406 | 406 | label_message_last: Laatste bericht |
|
407 | 407 | label_message_new: Nieuw bericht |
|
408 | 408 | label_reply_plural: Antwoorden |
|
409 | 409 | label_send_information: Send account information to the user |
|
410 | 410 | label_year: Year |
|
411 | 411 | label_month: Month |
|
412 | 412 | label_week: Week |
|
413 | 413 | label_date_from: From |
|
414 | 414 | label_date_to: To |
|
415 | 415 | label_language_based: Language based |
|
416 | 416 | label_sort_by: Sort by "%s" |
|
417 | 417 | label_send_test_email: Send a test email |
|
418 | 418 | label_feeds_access_key_created_on: RSS access key created %s ago |
|
419 | 419 | label_module_plural: Modules |
|
420 | 420 | label_added_time_by: Added by %s %s ago |
|
421 | 421 | label_updated_time: Updated %s ago |
|
422 | 422 | label_jump_to_a_project: Jump to a project... |
|
423 | 423 | |
|
424 | 424 | button_login: Inloggen |
|
425 | 425 | button_submit: Toevoegen |
|
426 | 426 | button_save: Bewaren |
|
427 | 427 | button_check_all: Selecteer alle |
|
428 | 428 | button_uncheck_all: Deselecteer alle |
|
429 | 429 | button_delete: Verwijder |
|
430 | 430 | button_create: Maak |
|
431 | 431 | button_test: Test |
|
432 | 432 | button_edit: Bewerk |
|
433 | 433 | button_add: Voeg toe |
|
434 | 434 | button_change: Wijzig |
|
435 | 435 | button_apply: Pas toe |
|
436 | 436 | button_clear: Leeg maken |
|
437 | 437 | button_lock: Lock |
|
438 | 438 | button_unlock: Unlock |
|
439 | 439 | button_download: Download |
|
440 | 440 | button_list: Lijst |
|
441 | 441 | button_view: Bekijken |
|
442 | 442 | button_move: Verplaatsen |
|
443 | 443 | button_back: Terug |
|
444 | 444 | button_cancel: Annuleer |
|
445 | 445 | button_activate: Activeer |
|
446 | 446 | button_sort: Sorteer |
|
447 | 447 | button_log_time: Log tijd |
|
448 | 448 | button_rollback: Rollback naar deze versie |
|
449 | 449 | button_watch: Monitor |
|
450 | 450 | button_unwatch: Niet meer monitoren |
|
451 | 451 | button_reply: Antwoord |
|
452 | 452 | button_archive: Archive |
|
453 | 453 | button_unarchive: Unarchive |
|
454 | 454 | button_reset: Reset |
|
455 | 455 | button_rename: Rename |
|
456 | 456 | |
|
457 | 457 | status_active: Actief |
|
458 | 458 | status_registered: geregistreerd |
|
459 | 459 | status_locked: gelockt |
|
460 | 460 | |
|
461 | 461 | text_select_mail_notifications: Selecteer acties waarvoor mededelingen via mail moeten worden verstuurd. |
|
462 | 462 | text_regexp_info: bv. ^[A-Z0-9]+$ |
|
463 | 463 | text_min_max_length_info: 0 betekent geen restrictie |
|
464 | 464 | text_project_destroy_confirmation: Weet U zeker dat U dit project en alle gerelateerde gegevens wilt verwijderen ? |
|
465 | 465 | text_workflow_edit: Selecteer een rol en een tracker om de workflow te wijzigen |
|
466 | 466 | text_are_you_sure: Weet U het zeker ? |
|
467 | 467 | text_journal_changed: gewijzigd van %s naar %s |
|
468 | 468 | text_journal_set_to: ingesteld op %s |
|
469 | 469 | text_journal_deleted: verwijderd |
|
470 | 470 | text_tip_task_begin_day: taak die op deze dag begint |
|
471 | 471 | text_tip_task_end_day: taak die op deze dag eindigt |
|
472 | 472 | text_tip_task_begin_end_day: taak die op deze dag begint en eindigt |
|
473 | 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 | 474 | text_caracters_maximum: %d van maximum aantal tekens. |
|
475 | 475 | text_length_between: Lengte tussen %d en %d tekens. |
|
476 | 476 | text_tracker_no_workflow: Geen workflow gedefinieerd voor deze tracker |
|
477 | 477 | text_unallowed_characters: Niet toegestane tekens |
|
478 | 478 | text_coma_separated: Meerdere waarden toegestaan (door komma's gescheiden). |
|
479 | 479 | text_issues_ref_in_commit_messages: Opzoeken en aanpassen van issues in commit berichten |
|
480 | 480 | text_issue_added: Issue %s is gerapporteerd. |
|
481 | 481 | text_issue_updated: Issue %s is gewijzigd. |
|
482 | 482 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
483 | 483 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
484 | 484 | text_issue_category_destroy_assignments: Remove category assignments |
|
485 | 485 | text_issue_category_reassign_to: Reassing issues to this category |
|
486 | 486 | |
|
487 | 487 | default_role_manager: Manager |
|
488 | 488 | default_role_developper: Ontwikkelaar |
|
489 | 489 | default_role_reporter: Rapporteur |
|
490 | 490 | default_tracker_bug: Bug |
|
491 | 491 | default_tracker_feature: Feature |
|
492 | 492 | default_tracker_support: Support |
|
493 | 493 | default_issue_status_new: Nieuw |
|
494 | 494 | default_issue_status_assigned: Toegewezen |
|
495 | 495 | default_issue_status_resolved: Opgelost |
|
496 | 496 | default_issue_status_feedback: Terugkoppeling |
|
497 | 497 | default_issue_status_closed: Gesloten |
|
498 | 498 | default_issue_status_rejected: Afgewezen |
|
499 | 499 | default_doc_category_user: Gebruikersdocumentatie |
|
500 | 500 | default_doc_category_tech: Technische documentatie |
|
501 | 501 | default_priority_low: Laag |
|
502 | 502 | default_priority_normal: Normaal |
|
503 | 503 | default_priority_high: Hoog |
|
504 | 504 | default_priority_urgent: Spoed |
|
505 | 505 | default_priority_immediate: Onmiddellijk |
|
506 | 506 | default_activity_design: Design |
|
507 | 507 | default_activity_development: Development |
|
508 | 508 | |
|
509 | 509 | enumeration_issue_priorities: Issue prioriteiten |
|
510 | 510 | enumeration_doc_categories: Document categorieën |
|
511 | 511 | enumeration_activities: Activiteiten (tijd tracking) |
|
512 | text_comma_separated: Multiple values allowed (comma separated). |
@@ -1,511 +1,512 | |||
|
1 | 1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
2 | 2 | |
|
3 | 3 | actionview_datehelper_select_day_prefix: |
|
4 | 4 | actionview_datehelper_select_month_names: Januari,Februari,Mars,April,Maj,Juni,Juli,Augusti,September,Oktober,November,December |
|
5 | 5 | actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,Maj,Jun,Jul,Aug,Sep,Okt,Nov,Dec |
|
6 | 6 | actionview_datehelper_select_month_prefix: |
|
7 | 7 | actionview_datehelper_select_year_prefix: |
|
8 | 8 | actionview_datehelper_time_in_words_day: 1 dag |
|
9 | 9 | actionview_datehelper_time_in_words_day_plural: %d dagar |
|
10 | 10 | actionview_datehelper_time_in_words_hour_about: cirka en timme |
|
11 | 11 | actionview_datehelper_time_in_words_hour_about_plural: cirka %d timmar |
|
12 | 12 | actionview_datehelper_time_in_words_hour_about_single: cirka en timme |
|
13 | 13 | actionview_datehelper_time_in_words_minute: 1 minut |
|
14 | 14 | actionview_datehelper_time_in_words_minute_half: en halv minute |
|
15 | 15 | actionview_datehelper_time_in_words_minute_less_than: mindre än en minut |
|
16 | 16 | actionview_datehelper_time_in_words_minute_plural: %d minuter |
|
17 | 17 | actionview_datehelper_time_in_words_minute_single: 1 minut |
|
18 | 18 | actionview_datehelper_time_in_words_second_less_than: mindre än en sekund |
|
19 | 19 | actionview_datehelper_time_in_words_second_less_than_plural: mindre än %d sekunder |
|
20 | 20 | actionview_instancetag_blank_option: Var god välj |
|
21 | 21 | |
|
22 | 22 | activerecord_error_inclusion: finns inte i listan |
|
23 | 23 | activerecord_error_exclusion: är reserverad |
|
24 | 24 | activerecord_error_invalid: är ogiltig |
|
25 | 25 | activerecord_error_confirmation: överränsstämmer inte med bekräftelsen |
|
26 | 26 | activerecord_error_accepted: måste accepteras |
|
27 | 27 | activerecord_error_empty: får inte vara tom |
|
28 | 28 | activerecord_error_blank: får inte vara tom |
|
29 | 29 | activerecord_error_too_long: är för lång |
|
30 | 30 | activerecord_error_too_short: är för kort |
|
31 | 31 | activerecord_error_wrong_length: har fel längd |
|
32 | 32 | activerecord_error_taken: har redan blivit tagen |
|
33 | 33 | activerecord_error_not_a_number: är inte ett nummer |
|
34 | 34 | activerecord_error_not_a_date: är inte ett korrekt datum |
|
35 | 35 | activerecord_error_greater_than_start_date: måste vara senare än startdatumet |
|
36 | 36 | activerecord_error_not_same_project: doesn't belong to the same project |
|
37 | 37 | activerecord_error_circular_dependency: This relation would create a circular dependency |
|
38 | 38 | |
|
39 | 39 | general_fmt_age: %d år |
|
40 | 40 | general_fmt_age_plural: %d år |
|
41 | 41 | general_fmt_date: %%Y-%%m-%%d |
|
42 | 42 | general_fmt_datetime: %%Y-%%m-%%d %%I:%%M %%p |
|
43 | 43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
44 | 44 | general_fmt_time: %%I:%%M %%p |
|
45 | 45 | general_text_No: 'Nej' |
|
46 | 46 | general_text_Yes: 'Ja' |
|
47 | 47 | general_text_no: 'nej' |
|
48 | 48 | general_text_yes: 'ja' |
|
49 | 49 | general_lang_name: 'Svenska' |
|
50 | 50 | general_csv_separator: ',' |
|
51 | 51 | general_csv_encoding: ISO-8859-1 |
|
52 | 52 | general_pdf_encoding: ISO-8859-1 |
|
53 | 53 | general_day_names: Måndag,Tisdag,Onsdag,Torsdag,Fredag,Lördag,Söndag |
|
54 | 54 | |
|
55 | 55 | notice_account_updated: Kontot har uppdaterats |
|
56 | 56 | notice_account_invalid_creditentials: Fel användarnamn eller lösenord |
|
57 | 57 | notice_account_password_updated: Lösenordet har uppdaterats |
|
58 | 58 | notice_account_wrong_password: Fel lösenord |
|
59 | 59 | notice_account_register_done: Kontot har skapats. |
|
60 | 60 | notice_account_unknown_email: Okäns användare. |
|
61 | 61 | notice_can_t_change_password: Detta konto använder en extern authentikeringskälla. Det går inte att byta lösenord. |
|
62 | 62 | notice_account_lost_email_sent: Ett email med instruktioner om hur man väljer ett nytt lösenord har skickats till dig. |
|
63 | 63 | notice_account_activated: Ditt konto har blivit aktiverat. Du kan nu logga in. |
|
64 | 64 | notice_successful_create: Lyckat skapande. |
|
65 | 65 | notice_successful_update: Lyckad uppdatering. |
|
66 | 66 | notice_successful_delete: Lyckad borttagning. |
|
67 | 67 | notice_successful_connection: Lyckad uppkoppling. |
|
68 | 68 | notice_file_not_found: Sidan du försökte komma åt existerar inte eller har blivit borttagen. |
|
69 | 69 | notice_locking_conflict: Data har uppdaterats av en annan användare. |
|
70 | 70 | notice_scm_error: Inlägg och/eller revision finns inte i repositoriet. |
|
71 | 71 | notice_not_authorized: You are not authorized to access this page. |
|
72 | 72 | notice_email_sent: An email was sent to %s |
|
73 | 73 | notice_email_error: An error occurred while sending mail (%s) |
|
74 | 74 | notice_feeds_access_key_reseted: Your RSS access key was reseted. |
|
75 | 75 | |
|
76 | 76 | mail_subject_lost_password: Ditt redMine lösenord |
|
77 | 77 | mail_subject_register: redMine kontoaktivering |
|
78 | 78 | |
|
79 | 79 | gui_validation_error: 1 fel |
|
80 | 80 | gui_validation_error_plural: %d fel |
|
81 | 81 | |
|
82 | 82 | field_name: Namn |
|
83 | 83 | field_description: Beskrivning |
|
84 | 84 | field_summary: Sammanfattning |
|
85 | 85 | field_is_required: Obligatorisk |
|
86 | 86 | field_firstname: Förnamn |
|
87 | 87 | field_lastname: Efternamn |
|
88 | 88 | field_mail: Email |
|
89 | 89 | field_filename: Fil |
|
90 | 90 | field_filesize: Storlek |
|
91 | 91 | field_downloads: Nerladdningar |
|
92 | 92 | field_author: Författare |
|
93 | 93 | field_created_on: Skapad |
|
94 | 94 | field_updated_on: Uppdaterad |
|
95 | 95 | field_field_format: Format |
|
96 | 96 | field_is_for_all: För alla projekt |
|
97 | 97 | field_possible_values: Möjliga värden |
|
98 | 98 | field_regexp: Regular expression |
|
99 | 99 | field_min_length: Minimilängd |
|
100 | 100 | field_max_length: Maximumlängd |
|
101 | 101 | field_value: Värde |
|
102 | 102 | field_category: Kategori |
|
103 | 103 | field_title: Titel |
|
104 | 104 | field_project: Projekt |
|
105 | 105 | field_issue: Brist |
|
106 | 106 | field_status: Status |
|
107 | 107 | field_notes: Anteckningar |
|
108 | 108 | field_is_closed: Brist stängd |
|
109 | 109 | field_is_default: Defaultstatus |
|
110 | 110 | field_html_color: Färg |
|
111 | 111 | field_tracker: Tracker |
|
112 | 112 | field_subject: Rubrik |
|
113 | 113 | field_due_date: Färdigdatum |
|
114 | 114 | field_assigned_to: Tilldelad |
|
115 | 115 | field_priority: Prioritet |
|
116 | 116 | field_fixed_version: Fixed version |
|
117 | 117 | field_user: Användare |
|
118 | 118 | field_role: Roll |
|
119 | 119 | field_homepage: Hemsida |
|
120 | 120 | field_is_public: Offentlig |
|
121 | 121 | field_parent: Delprojekt av |
|
122 | 122 | field_is_in_chlog: Brister visade i ändringslogg |
|
123 | 123 | field_is_in_roadmap: Bsiter visade i roadmap |
|
124 | 124 | field_login: Inloggning |
|
125 | 125 | field_mail_notification: Emailnotifieringar |
|
126 | 126 | field_admin: Administratör |
|
127 | 127 | field_last_login_on: Senaste inloggning |
|
128 | 128 | field_language: Språk |
|
129 | 129 | field_effective_date: Datum |
|
130 | 130 | field_password: Lösenord |
|
131 | 131 | field_new_password: Nytt lösenord |
|
132 | 132 | field_password_confirmation: Bekräfta |
|
133 | 133 | field_version: Version |
|
134 | 134 | field_type: Typ |
|
135 | 135 | field_host: Värddator |
|
136 | 136 | field_port: Port |
|
137 | 137 | field_account: Konto |
|
138 | 138 | field_base_dn: Bas DN |
|
139 | 139 | field_attr_login: Inloggningsattribut |
|
140 | 140 | field_attr_firstname: Förnamnattribut |
|
141 | 141 | field_attr_lastname: Efternamnattribut |
|
142 | 142 | field_attr_mail: Emailattribut |
|
143 | 143 | field_onthefly: On-the-fly användarskapning |
|
144 | 144 | field_start_date: Start |
|
145 | 145 | field_done_ratio: %% Done |
|
146 | 146 | field_auth_source: Authentikeringsläge |
|
147 | 147 | field_hide_mail: Dölj min emailadress |
|
148 | 148 | field_comment: Kommentar |
|
149 | 149 | field_url: URL |
|
150 | 150 | field_start_page: Startsida |
|
151 | 151 | field_subproject: Delprojekt |
|
152 | 152 | field_hours: Timmar |
|
153 | 153 | field_activity: Aktivitet |
|
154 | 154 | field_spent_on: Datum |
|
155 | 155 | field_identifier: Identifierare |
|
156 | 156 | field_is_filter: Used as a filter |
|
157 | 157 | field_issue_to_id: Related issue |
|
158 | 158 | field_delay: Delay |
|
159 | 159 | field_assignable: Issues can be assigned to this role |
|
160 | 160 | field_redirect_existing_links: Redirect existing links |
|
161 | 161 | field_estimated_hours: Estimated time |
|
162 | 162 | |
|
163 | 163 | setting_app_title: Applikationstitel |
|
164 | 164 | setting_app_subtitle: Applicationsunderrubrik |
|
165 | 165 | setting_welcome_text: Välkommentext |
|
166 | 166 | setting_default_language: Default språk |
|
167 | 167 | setting_login_required: Authent. obligatoriskt |
|
168 | 168 | setting_self_registration: Självregistrering påslaget |
|
169 | 169 | setting_attachment_max_size: Bifogad maxstorlek |
|
170 | 170 | setting_issues_export_limit: Brist exportgräns |
|
171 | 171 | setting_mail_from: Emailavsändare |
|
172 | 172 | setting_host_name: Värddatornamn |
|
173 | 173 | setting_text_formatting: Textformattering |
|
174 | 174 | setting_wiki_compression: Wiki historiekomprimering |
|
175 | 175 | setting_feeds_limit: Feed innehållsgräns |
|
176 | 176 | setting_autofetch_changesets: Automatisk hämtning av commits |
|
177 | 177 | setting_sys_api_enabled: Aktivera WS för repository management |
|
178 | 178 | setting_commit_ref_keywords: Referencing keywords |
|
179 | 179 | setting_commit_fix_keywords: Fixing keywords |
|
180 | 180 | setting_autologin: Autologin |
|
181 | 181 | setting_date_format: Date format |
|
182 | 182 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
183 | 183 | |
|
184 | 184 | label_user: Användare |
|
185 | 185 | label_user_plural: Användare |
|
186 | 186 | label_user_new: Ny användare |
|
187 | 187 | label_project: Projekt |
|
188 | 188 | label_project_new: Nytt projekt |
|
189 | 189 | label_project_plural: Projekt |
|
190 | 190 | label_project_all: All Projects |
|
191 | 191 | label_project_latest: Senaste projekt |
|
192 | 192 | label_issue: Brist |
|
193 | 193 | label_issue_new: Ny brist |
|
194 | 194 | label_issue_plural: Brister |
|
195 | 195 | label_issue_view_all: Visa alla brister |
|
196 | 196 | label_document: Dokument |
|
197 | 197 | label_document_new: Nytt dokument |
|
198 | 198 | label_document_plural: Dokument |
|
199 | 199 | label_role: Roll |
|
200 | 200 | label_role_plural: Roller |
|
201 | 201 | label_role_new: Ny roll |
|
202 | 202 | label_role_and_permissions: Roller och rättigheter |
|
203 | 203 | label_member: Medlem |
|
204 | 204 | label_member_new: Ny medlem |
|
205 | 205 | label_member_plural: Medlemmar |
|
206 | 206 | label_tracker: Tracker |
|
207 | 207 | label_tracker_plural: Trackers |
|
208 | 208 | label_tracker_new: Ny tracker |
|
209 | 209 | label_workflow: Workflow |
|
210 | 210 | label_issue_status: Briststatus |
|
211 | 211 | label_issue_status_plural: Briststatusar |
|
212 | 212 | label_issue_status_new: Ny status |
|
213 | 213 | label_issue_category: Bristkategori |
|
214 | 214 | label_issue_category_plural: Bristkategorier |
|
215 | 215 | label_issue_category_new: Ny kategori |
|
216 | 216 | label_custom_field: Användardefinerat fält |
|
217 | 217 | label_custom_field_plural: Användardefinerade fält |
|
218 | 218 | label_custom_field_new: Nytt Användardefinerat fält |
|
219 | 219 | label_enumerations: Uppräkningar |
|
220 | 220 | label_enumeration_new: Nytt värde |
|
221 | 221 | label_information: Information |
|
222 | 222 | label_information_plural: Information |
|
223 | 223 | label_please_login: Var god logga in |
|
224 | 224 | label_register: Registrera |
|
225 | 225 | label_password_lost: Glömt lösenord |
|
226 | 226 | label_home: Hem |
|
227 | 227 | label_my_page: Min sida |
|
228 | 228 | label_my_account: Mitt konto |
|
229 | 229 | label_my_projects: Mina projekt |
|
230 | 230 | label_administration: Administration |
|
231 | 231 | label_login: Logga in |
|
232 | 232 | label_logout: Logga ut |
|
233 | 233 | label_help: Hjälp |
|
234 | 234 | label_reported_issues: Rapporterade brister |
|
235 | 235 | label_assigned_to_me_issues: Brister tilldelade mig |
|
236 | 236 | label_last_login: Senaste inloggning |
|
237 | 237 | label_last_updates: Senast uppdaterad |
|
238 | 238 | label_last_updates_plural: %d senaste uppdateringarna |
|
239 | 239 | label_registered_on: Registrerad |
|
240 | 240 | label_activity: Aktivitet |
|
241 | 241 | label_new: Ny |
|
242 | 242 | label_logged_as: Loggad som |
|
243 | 243 | label_environment: Miljö |
|
244 | 244 | label_authentication: Authentikering |
|
245 | 245 | label_auth_source: Authentikeringsläge |
|
246 | 246 | label_auth_source_new: Nytt authentikeringsläge |
|
247 | 247 | label_auth_source_plural: Authentikeringslägen |
|
248 | 248 | label_subproject_plural: Delprojekt |
|
249 | 249 | label_min_max_length: Min - Max längd |
|
250 | 250 | label_list: Lista |
|
251 | 251 | label_date: Datum |
|
252 | 252 | label_integer: Heltal |
|
253 | 253 | label_boolean: Boolean |
|
254 | 254 | label_string: Text |
|
255 | 255 | label_text: Long text |
|
256 | 256 | label_attribute: Attribut |
|
257 | 257 | label_attribute_plural: Attribut |
|
258 | 258 | label_download: %d Nerladdning |
|
259 | 259 | label_download_plural: %d Nerladdningar |
|
260 | 260 | label_no_data: Ingen data att visa |
|
261 | 261 | label_change_status: Ändra status |
|
262 | 262 | label_history: Historia |
|
263 | 263 | label_attachment: Fil |
|
264 | 264 | label_attachment_new: Ny fil |
|
265 | 265 | label_attachment_delete: Ta bort fil |
|
266 | 266 | label_attachment_plural: Filer |
|
267 | 267 | label_report: Rapport |
|
268 | 268 | label_report_plural: Rapporter |
|
269 | 269 | label_news: Nyhet |
|
270 | 270 | label_news_new: Lägg till nyhet |
|
271 | 271 | label_news_plural: Nyheter |
|
272 | 272 | label_news_latest: Senaste neheten |
|
273 | 273 | label_news_view_all: Visa alla nyheter |
|
274 | 274 | label_change_log: Ändringslogg |
|
275 | 275 | label_settings: Inställningar |
|
276 | 276 | label_overview: Överblick |
|
277 | 277 | label_version: Version |
|
278 | 278 | label_version_new: Ny version |
|
279 | 279 | label_version_plural: Versioner |
|
280 | 280 | label_confirmation: Bekräftelse |
|
281 | 281 | label_export_to: Exportera till |
|
282 | 282 | label_read: Läs... |
|
283 | 283 | label_public_projects: Offentligt projekt |
|
284 | 284 | label_open_issues: öppen |
|
285 | 285 | label_open_issues_plural: öppna |
|
286 | 286 | label_closed_issues: stängd |
|
287 | 287 | label_closed_issues_plural: stängda |
|
288 | 288 | label_total: Total |
|
289 | 289 | label_permissions: Rättigheter |
|
290 | 290 | label_current_status: Nuvarande status |
|
291 | 291 | label_new_statuses_allowed: Nya statusar tillåtna |
|
292 | 292 | label_all: alla |
|
293 | 293 | label_none: inga |
|
294 | 294 | label_next: Nästa |
|
295 | 295 | label_previous: Föregående |
|
296 | 296 | label_used_by: Använd av |
|
297 | 297 | label_details: Detaljer |
|
298 | 298 | label_add_note: Lägg till anteckning |
|
299 | 299 | label_per_page: Per sida |
|
300 | 300 | label_calendar: Kalender |
|
301 | 301 | label_months_from: månader från |
|
302 | 302 | label_gantt: Gantt |
|
303 | 303 | label_internal: Intern |
|
304 | 304 | label_last_changes: senaste %d ändringar |
|
305 | 305 | label_change_view_all: Visa alla ändringar |
|
306 | 306 | label_personalize_page: Anpassa denna sida |
|
307 | 307 | label_comment: Kommentar |
|
308 | 308 | label_comment_plural: Kommentarer |
|
309 | 309 | label_comment_add: Lägg till kommentar |
|
310 | 310 | label_comment_added: Kommentar tillagd |
|
311 | 311 | label_comment_delete: Ta bort kommentar |
|
312 | 312 | label_query: Användardefinerad fråga |
|
313 | 313 | label_query_plural: Användardefinerade frågor |
|
314 | 314 | label_query_new: Ny fråga |
|
315 | 315 | label_filter_add: Lägg till filter |
|
316 | 316 | label_filter_plural: Filter |
|
317 | 317 | label_equals: är |
|
318 | 318 | label_not_equals: är inte |
|
319 | 319 | label_in_less_than: i mindre än |
|
320 | 320 | label_in_more_than: i mer än |
|
321 | 321 | label_in: i |
|
322 | 322 | label_today: idag |
|
323 | 323 | label_this_week: this week |
|
324 | 324 | label_less_than_ago: mindre än dagar sedan |
|
325 | 325 | label_more_than_ago: mer än dagar sedan |
|
326 | 326 | label_ago: dagar sedan |
|
327 | 327 | label_contains: innehåller |
|
328 | 328 | label_not_contains: innehåller inte |
|
329 | 329 | label_day_plural: dagar |
|
330 | 330 | label_repository: Repositorie |
|
331 | 331 | label_browse: Bläddra |
|
332 | 332 | label_modification: %d ändring |
|
333 | 333 | label_modification_plural: %d ändringar |
|
334 | 334 | label_revision: Revision |
|
335 | 335 | label_revision_plural: Revisioner |
|
336 | 336 | label_added: tillagd |
|
337 | 337 | label_modified: modifierad |
|
338 | 338 | label_deleted: borttagen |
|
339 | 339 | label_latest_revision: Senaste revisionen |
|
340 | 340 | label_latest_revision_plural: Senaste revisionerna |
|
341 | 341 | label_view_revisions: Visa revisioner |
|
342 | 342 | label_max_size: Maximumstorlek |
|
343 | 343 | label_on: 'på' |
|
344 | 344 | label_sort_highest: Flytta till top |
|
345 | 345 | label_sort_higher: Flytta up |
|
346 | 346 | label_sort_lower: Flytta ner |
|
347 | 347 | label_sort_lowest: Flytta till botten |
|
348 | 348 | label_roadmap: Roadmap |
|
349 | 349 | label_roadmap_due_in: Färdig om |
|
350 | 350 | label_roadmap_overdue: %s late |
|
351 | 351 | label_roadmap_no_issues: Inga brister för denna version |
|
352 | 352 | label_search: Sök |
|
353 | 353 | label_result: %d resultat |
|
354 | 354 | label_result_plural: %d resultat |
|
355 | 355 | label_all_words: Alla ord |
|
356 | 356 | label_wiki: Wiki |
|
357 | 357 | label_wiki_edit: Wiki editera |
|
358 | 358 | label_wiki_edit_plural: Wiki editeringar |
|
359 | 359 | label_wiki_page: Wiki page |
|
360 | 360 | label_wiki_page_plural: Wiki pages |
|
361 | 361 | label_page_index: Index |
|
362 | 362 | label_current_version: Nuvarande version |
|
363 | 363 | label_preview: Preview |
|
364 | 364 | label_feed_plural: Feeder |
|
365 | 365 | label_changes_details: Detaljer om alla ändringar |
|
366 | 366 | label_issue_tracking: Bristspårning |
|
367 | 367 | label_spent_time: Spenderad tid |
|
368 | 368 | label_f_hour: %.2f timmar |
|
369 | 369 | label_f_hour_plural: %.2f timmar |
|
370 | 370 | label_time_tracking: Tidsspårning |
|
371 | 371 | label_change_plural: Ändringar |
|
372 | 372 | label_statistics: Statistik |
|
373 | 373 | label_commits_per_month: Commit per månad |
|
374 | 374 | label_commits_per_author: Commit per författare |
|
375 | 375 | label_view_diff: Visa skillnader |
|
376 | 376 | label_diff_inline: inline |
|
377 | 377 | label_diff_side_by_side: sida vid sida |
|
378 | 378 | label_options: Inställningar |
|
379 | 379 | label_copy_workflow_from: Kopiera workflow från |
|
380 | 380 | label_permissions_report: Rättighetsrapport |
|
381 | 381 | label_watched_issues: Watched issues |
|
382 | 382 | label_related_issues: Related issues |
|
383 | 383 | label_applied_status: Applied status |
|
384 | 384 | label_loading: Loading... |
|
385 | 385 | label_relation_new: New relation |
|
386 | 386 | label_relation_delete: Delete relation |
|
387 | 387 | label_relates_to: related to |
|
388 | 388 | label_duplicates: duplicates |
|
389 | 389 | label_blocks: blocks |
|
390 | 390 | label_blocked_by: blocked by |
|
391 | 391 | label_precedes: precedes |
|
392 | 392 | label_follows: follows |
|
393 | 393 | label_end_to_start: end to start |
|
394 | 394 | label_end_to_end: end to end |
|
395 | 395 | label_start_to_start: start to start |
|
396 | 396 | label_start_to_end: start to end |
|
397 | 397 | label_stay_logged_in: Stay logged in |
|
398 | 398 | label_disabled: disabled |
|
399 | 399 | label_show_completed_versions: Show completed versions |
|
400 | 400 | label_me: me |
|
401 | 401 | label_board: Forum |
|
402 | 402 | label_board_new: New forum |
|
403 | 403 | label_board_plural: Forums |
|
404 | 404 | label_topic_plural: Topics |
|
405 | 405 | label_message_plural: Messages |
|
406 | 406 | label_message_last: Last message |
|
407 | 407 | label_message_new: New message |
|
408 | 408 | label_reply_plural: Replies |
|
409 | 409 | label_send_information: Send account information to the user |
|
410 | 410 | label_year: Year |
|
411 | 411 | label_month: Month |
|
412 | 412 | label_week: Week |
|
413 | 413 | label_date_from: From |
|
414 | 414 | label_date_to: To |
|
415 | 415 | label_language_based: Language based |
|
416 | 416 | label_sort_by: Sort by "%s" |
|
417 | 417 | label_send_test_email: Send a test email |
|
418 | 418 | label_feeds_access_key_created_on: RSS access key created %s ago |
|
419 | 419 | label_module_plural: Modules |
|
420 | 420 | label_added_time_by: Added by %s %s ago |
|
421 | 421 | label_updated_time: Updated %s ago |
|
422 | 422 | label_jump_to_a_project: Jump to a project... |
|
423 | 423 | |
|
424 | 424 | button_login: Logga in |
|
425 | 425 | button_submit: Skicka |
|
426 | 426 | button_save: Spara |
|
427 | 427 | button_check_all: Markera alla |
|
428 | 428 | button_uncheck_all: Avmarkera alla |
|
429 | 429 | button_delete: Ta bort |
|
430 | 430 | button_create: Skapa |
|
431 | 431 | button_test: Testa |
|
432 | 432 | button_edit: Editera |
|
433 | 433 | button_add: Lägg till |
|
434 | 434 | button_change: Ändra |
|
435 | 435 | button_apply: Värkställ |
|
436 | 436 | button_clear: Rensa |
|
437 | 437 | button_lock: Lås |
|
438 | 438 | button_unlock: Lås upp |
|
439 | 439 | button_download: Ladda ner |
|
440 | 440 | button_list: Lista |
|
441 | 441 | button_view: Visa |
|
442 | 442 | button_move: Flytta |
|
443 | 443 | button_back: Tillbaka |
|
444 | 444 | button_cancel: Avbryt |
|
445 | 445 | button_activate: Aktivera |
|
446 | 446 | button_sort: Sortera |
|
447 | 447 | button_log_time: Logga tid |
|
448 | 448 | button_rollback: Rulla tillbaka till denna version |
|
449 | 449 | button_watch: Watch |
|
450 | 450 | button_unwatch: Unwatch |
|
451 | 451 | button_reply: Reply |
|
452 | 452 | button_archive: Archive |
|
453 | 453 | button_unarchive: Unarchive |
|
454 | 454 | button_reset: Reset |
|
455 | 455 | button_rename: Rename |
|
456 | 456 | |
|
457 | 457 | status_active: activ |
|
458 | 458 | status_registered: registrerad |
|
459 | 459 | status_locked: låst |
|
460 | 460 | |
|
461 | 461 | text_select_mail_notifications: Väl action för vilka email ska skickas. |
|
462 | 462 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
463 | 463 | text_min_max_length_info: 0 betyder ingen gräns |
|
464 | 464 | text_project_destroy_confirmation: Är du säker på att du vill ta bort detta projekt och all relaterad data? |
|
465 | 465 | text_workflow_edit: Väl en roll och en tracker för att editera workflow. |
|
466 | 466 | text_are_you_sure: Är du säker? |
|
467 | 467 | text_journal_changed: ändrad från %s till %s |
|
468 | 468 | text_journal_set_to: satt till %s |
|
469 | 469 | text_journal_deleted: borttagen |
|
470 | 470 | text_tip_task_begin_day: arbetsuppgift börjar denna dag |
|
471 | 471 | text_tip_task_end_day: arbetsuppgift slutar denna dag |
|
472 | 472 | text_tip_task_begin_end_day: arbetsuppgift börjar och slutar denna dag |
|
473 | 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 | 474 | text_caracters_maximum: %d tecken maximum. |
|
475 | 475 | text_length_between: Längd mellan %d och %d tecken. |
|
476 | 476 | text_tracker_no_workflow: Inget workflow definerat för denna tracker |
|
477 | 477 | text_unallowed_characters: Unallowed characters |
|
478 | 478 | text_comma_separated: Multiple values allowed (comma separated). |
|
479 | 479 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
480 | 480 | text_issue_added: Brist %s har rapporterats. |
|
481 | 481 | text_issue_updated: Brist %s har uppdaterats. |
|
482 | 482 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
483 | 483 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
484 | 484 | text_issue_category_destroy_assignments: Remove category assignments |
|
485 | 485 | text_issue_category_reassign_to: Reassing issues to this category |
|
486 | 486 | |
|
487 | 487 | default_role_manager: Förvaltare |
|
488 | 488 | default_role_developper: Utvecklare |
|
489 | 489 | default_role_reporter: Rapporterare |
|
490 | 490 | default_tracker_bug: Bugg |
|
491 | 491 | default_tracker_feature: Finess |
|
492 | 492 | default_tracker_support: Support |
|
493 | 493 | default_issue_status_new: Ny |
|
494 | 494 | default_issue_status_assigned: Tilldelad |
|
495 | 495 | default_issue_status_resolved: Löst |
|
496 | 496 | default_issue_status_feedback: Feedback |
|
497 | 497 | default_issue_status_closed: Stängd |
|
498 | 498 | default_issue_status_rejected: Avslagen |
|
499 | 499 | default_doc_category_user: Användardokumentation |
|
500 | 500 | default_doc_category_tech: Teknisk dokumentation |
|
501 | 501 | default_priority_low: Låg |
|
502 | 502 | default_priority_normal: Normal |
|
503 | 503 | default_priority_high: Hög |
|
504 | 504 | default_priority_urgent: Bråttom |
|
505 | 505 | default_priority_immediate: Omedelbar |
|
506 | 506 | default_activity_design: Design |
|
507 | 507 | default_activity_development: Utveckling |
|
508 | 508 | |
|
509 | 509 | enumeration_issue_priorities: Bristprioriteringar |
|
510 | 510 | enumeration_doc_categories: Dokumentkategorier |
|
511 | 511 | enumeration_activities: Aktiviteter (tidsspårning) |
|
512 | field_comments: Comment |
@@ -1,513 +1,514 | |||
|
1 | 1 | # translated by andy wu |
|
2 | 2 | # email:andywu.zh@gmail.com |
|
3 | 3 | |
|
4 | 4 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
5 | 5 | |
|
6 | 6 | actionview_datehelper_select_day_prefix: |
|
7 | 7 | actionview_datehelper_select_month_names: 一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月 |
|
8 | 8 | actionview_datehelper_select_month_names_abbr: 一,二,三,四,五,六,七,八,九,十,十一,十二 |
|
9 | 9 | actionview_datehelper_select_month_prefix: |
|
10 | 10 | actionview_datehelper_select_year_prefix: |
|
11 | 11 | actionview_datehelper_time_in_words_day: 1 天 |
|
12 | 12 | actionview_datehelper_time_in_words_day_plural: %d 天 |
|
13 | 13 | actionview_datehelper_time_in_words_hour_about: 约1小时 |
|
14 | 14 | actionview_datehelper_time_in_words_hour_about_plural: 约 %d 小时 |
|
15 | 15 | actionview_datehelper_time_in_words_hour_about_single: 约1小时 |
|
16 | 16 | actionview_datehelper_time_in_words_minute: 1分钟 |
|
17 | 17 | actionview_datehelper_time_in_words_minute_half: 半分钟 |
|
18 | 18 | actionview_datehelper_time_in_words_minute_less_than: 1分钟以内 |
|
19 | 19 | actionview_datehelper_time_in_words_minute_plural: %d 分钟 |
|
20 | 20 | actionview_datehelper_time_in_words_minute_single: 1分钟 |
|
21 | 21 | actionview_datehelper_time_in_words_second_less_than: 1秒以内 |
|
22 | 22 | actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内 |
|
23 | 23 | actionview_instancetag_blank_option: 请选择 |
|
24 | 24 | |
|
25 | 25 | activerecord_error_inclusion: 未包含在列表中 |
|
26 | 26 | activerecord_error_exclusion: 保留的 |
|
27 | 27 | activerecord_error_invalid: 无效的 |
|
28 | 28 | activerecord_error_confirmation: 和确认输入不匹配 |
|
29 | 29 | activerecord_error_accepted: 必需被接受 |
|
30 | 30 | activerecord_error_empty: 不能为空 |
|
31 | 31 | activerecord_error_blank: 不能是空格 |
|
32 | 32 | activerecord_error_too_long: 太长 |
|
33 | 33 | activerecord_error_too_short: 太短 |
|
34 | 34 | activerecord_error_wrong_length: 长度有问题 |
|
35 | 35 | activerecord_error_taken: has already been taken |
|
36 | 36 | activerecord_error_not_a_number: 不是数字 |
|
37 | 37 | activerecord_error_not_a_date: 不是有效的日期 |
|
38 | 38 | activerecord_error_greater_than_start_date: 必需大于开始日期 |
|
39 | 39 | activerecord_error_not_same_project: doesn't belong to the same project |
|
40 | 40 | activerecord_error_circular_dependency: This relation would create a circular dependency |
|
41 | 41 | |
|
42 | 42 | general_fmt_age: %d yr |
|
43 | 43 | general_fmt_age_plural: %d yrs |
|
44 | 44 | general_fmt_date: %%m/%%d/%%Y |
|
45 | 45 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p |
|
46 | 46 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
47 | 47 | general_fmt_time: %%I:%%M %%p |
|
48 | 48 | general_text_No: '否' |
|
49 | 49 | general_text_Yes: '是' |
|
50 | 50 | general_text_no: '否' |
|
51 | 51 | general_text_yes: '是' |
|
52 | 52 | general_lang_name: 'Chinese (简体中文)' |
|
53 | 53 | general_csv_separator: ',' |
|
54 | 54 | general_csv_encoding: gb2312 |
|
55 | 55 | general_pdf_encoding: Big5 |
|
56 | 56 | general_day_names: 一,二,三,四,五,六,日 |
|
57 | 57 | |
|
58 | 58 | notice_account_updated: 帐户更新成功。 |
|
59 | 59 | notice_account_invalid_creditentials: 用户名或密码不正确 |
|
60 | 60 | notice_account_password_updated: 成功更新口令 |
|
61 | 61 | notice_account_wrong_password: 错误的口令 |
|
62 | 62 | notice_account_register_done: 帐户已创建成功 |
|
63 | 63 | notice_account_unknown_email: 未知用户 |
|
64 | 64 | notice_can_t_change_password: 该帐户使用了外部认证。无法更改口令。 |
|
65 | 65 | notice_account_lost_email_sent: 邮件已被发送,邮件中有关于选择新口令的指导 |
|
66 | 66 | notice_account_activated: 您的帐号已被激活。您现在可以登录了。 |
|
67 | 67 | notice_successful_create: 创建成功 |
|
68 | 68 | notice_successful_update: 更新成功 |
|
69 | 69 | notice_successful_delete: 删除成功 |
|
70 | 70 | notice_successful_connection: 连接成功 |
|
71 | 71 | notice_file_not_found: 您访问的页面不存在或已被删除。 |
|
72 | 72 | notice_locking_conflict: 数据已被另一个用户更新 |
|
73 | 73 | notice_scm_error: 在版本库中不存在该条目或修订 |
|
74 | 74 | notice_not_authorized: You are not authorized to access this page. |
|
75 | 75 | notice_email_sent: An email was sent to %s |
|
76 | 76 | notice_email_error: An error occurred while sending mail (%s) |
|
77 | 77 | notice_feeds_access_key_reseted: Your RSS access key was reseted. |
|
78 | 78 | |
|
79 | 79 | mail_subject_lost_password: 您的redMine口令 |
|
80 | 80 | mail_subject_register: redMine帐户激活 |
|
81 | 81 | |
|
82 | 82 | gui_validation_error: 1 个错误 |
|
83 | 83 | gui_validation_error_plural: %d 个错误 |
|
84 | 84 | |
|
85 | 85 | field_name: 名称 |
|
86 | 86 | field_description: 描述 |
|
87 | 87 | field_summary: 摘要 |
|
88 | 88 | field_is_required: 必填 |
|
89 | 89 | field_firstname: 名字 |
|
90 | 90 | field_lastname: 姓 |
|
91 | 91 | field_mail: 邮件地址 |
|
92 | 92 | field_filename: 文件 |
|
93 | 93 | field_filesize: 大小 |
|
94 | 94 | field_downloads: 下载次数 |
|
95 | 95 | field_author: 作者 |
|
96 | 96 | field_created_on: 创建于 |
|
97 | 97 | field_updated_on: 更新于 |
|
98 | 98 | field_field_format: 格式 |
|
99 | 99 | field_is_for_all: 应用于所有项目 |
|
100 | 100 | field_possible_values: 可能的值 |
|
101 | 101 | field_regexp: 正则表达式 |
|
102 | 102 | field_min_length: 最小长度 |
|
103 | 103 | field_max_length: 最大长度 |
|
104 | 104 | field_value: 值 |
|
105 | 105 | field_category: 分类 |
|
106 | 106 | field_title: 标题 |
|
107 | 107 | field_project: 项目 |
|
108 | 108 | field_issue: 任务 |
|
109 | 109 | field_status: 状态 |
|
110 | 110 | field_notes: 说明 |
|
111 | 111 | field_is_closed: 已关闭的任务 |
|
112 | 112 | field_is_default: 默认状态 |
|
113 | 113 | field_html_color: 颜色 |
|
114 | 114 | field_tracker: 跟踪 |
|
115 | 115 | field_subject: 主题 |
|
116 | 116 | field_due_date: 到期日 |
|
117 | 117 | field_assigned_to: 指派 |
|
118 | 118 | field_priority: 优先级 |
|
119 | 119 | field_fixed_version: 修订版本 |
|
120 | 120 | field_user: 用户 |
|
121 | 121 | field_role: 角色 |
|
122 | 122 | field_homepage: 主页 |
|
123 | 123 | field_is_public: 公开 |
|
124 | 124 | field_parent: 上级项目 |
|
125 | 125 | field_is_in_chlog: 在更新日志中显示任务 |
|
126 | 126 | field_is_in_roadmap: 在路线图中显示任务 |
|
127 | 127 | field_login: 登录名 |
|
128 | 128 | field_mail_notification: 邮件通知 |
|
129 | 129 | field_admin: 管理员 |
|
130 | 130 | field_last_login_on: 最后登录 |
|
131 | 131 | field_language: 语言 |
|
132 | 132 | field_effective_date: 日期 |
|
133 | 133 | field_password: 口令 |
|
134 | 134 | field_new_password: 新口令 |
|
135 | 135 | field_password_confirmation: 确认 |
|
136 | 136 | field_version: 版本 |
|
137 | 137 | field_type: 类别 |
|
138 | 138 | field_host: 主机 |
|
139 | 139 | field_port: 端口 |
|
140 | 140 | field_account: 帐号 |
|
141 | 141 | field_base_dn: Base DN |
|
142 | 142 | field_attr_login: 登录名属性 |
|
143 | 143 | field_attr_firstname: 名字属性 |
|
144 | 144 | field_attr_lastname: 姓属性 |
|
145 | 145 | field_attr_mail: 邮件属性 |
|
146 | 146 | field_onthefly: On-the-fly user creation |
|
147 | 147 | field_start_date: 开始 |
|
148 | 148 | field_done_ratio: %% 完成 |
|
149 | 149 | field_auth_source: 认证模式 |
|
150 | 150 | field_hide_mail: 隐藏我的邮件 |
|
151 | 151 | field_comments: 注释 |
|
152 | 152 | field_url: URL |
|
153 | 153 | field_start_page: 起始页 |
|
154 | 154 | field_subproject: 子项目 |
|
155 | 155 | field_hours: Hours |
|
156 | 156 | field_activity: 活动 |
|
157 | 157 | field_spent_on: 日期 |
|
158 | 158 | field_identifier: Identifier |
|
159 | 159 | field_is_filter: Used as a filter |
|
160 | 160 | field_issue_to_id: Related issue |
|
161 | 161 | field_delay: Delay |
|
162 | 162 | field_assignable: Issues can be assigned to this role |
|
163 | 163 | field_redirect_existing_links: Redirect existing links |
|
164 | 164 | field_estimated_hours: Estimated time |
|
165 | 165 | |
|
166 | 166 | setting_app_title: 应用程序标题 |
|
167 | 167 | setting_app_subtitle: 应用程序子标题 |
|
168 | 168 | setting_welcome_text: 欢迎文字 |
|
169 | 169 | setting_default_language: 默认语言 |
|
170 | 170 | setting_login_required: 要求认证 |
|
171 | 171 | setting_self_registration: 允许自注册 |
|
172 | 172 | setting_attachment_max_size: 附件最大尺寸 |
|
173 | 173 | setting_issues_export_limit: Issues export limit |
|
174 | 174 | setting_mail_from: Emission mail address |
|
175 | 175 | setting_host_name: 主机名称 |
|
176 | 176 | setting_text_formatting: 文本格式 |
|
177 | 177 | setting_wiki_compression: Wiki history compression |
|
178 | 178 | setting_feeds_limit: Feed content limit |
|
179 | 179 | setting_autofetch_changesets: Autofetch commits |
|
180 | 180 | setting_sys_api_enabled: Enable WS for repository management |
|
181 | 181 | setting_commit_ref_keywords: Referencing keywords |
|
182 | 182 | setting_commit_fix_keywords: Fixing keywords |
|
183 | 183 | setting_autologin: Autologin |
|
184 | 184 | setting_date_format: Date format |
|
185 | 185 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
186 | 186 | |
|
187 | 187 | label_user: 用户 |
|
188 | 188 | label_user_plural: 用户列表 |
|
189 | 189 | label_user_new: 新建用户 |
|
190 | 190 | label_project: 项目 |
|
191 | 191 | label_project_new: 新建项目 |
|
192 | 192 | label_project_plural: 项目列表 |
|
193 | 193 | label_project_all: All Projects |
|
194 | 194 | label_project_latest: 最近的项目列表 |
|
195 | 195 | label_issue: 任务 |
|
196 | 196 | label_issue_new: 新建任务 |
|
197 | 197 | label_issue_plural: 任务列表 |
|
198 | 198 | label_issue_view_all: 查看所有任务 |
|
199 | 199 | label_document: 文档 |
|
200 | 200 | label_document_new: 新建文档 |
|
201 | 201 | label_document_plural: 文档列表 |
|
202 | 202 | label_role: 角色 |
|
203 | 203 | label_role_plural: 角色列表 |
|
204 | 204 | label_role_new: 新建角色 |
|
205 | 205 | label_role_and_permissions: 角色和权限 |
|
206 | 206 | label_member: 成员 |
|
207 | 207 | label_member_new: 新建成员 |
|
208 | 208 | label_member_plural: 成员列表 |
|
209 | 209 | label_tracker: 跟踪标签 |
|
210 | 210 | label_tracker_plural: 跟踪标签列表 |
|
211 | 211 | label_tracker_new: 新建跟踪标签 |
|
212 | 212 | label_workflow: 工作流 |
|
213 | 213 | label_issue_status: 任务状态列表 |
|
214 | 214 | label_issue_status_plural: 任务状态列表 |
|
215 | 215 | label_issue_status_new: 新建任务状态列表 |
|
216 | 216 | label_issue_category: 任务类别 |
|
217 | 217 | label_issue_category_plural: 任务类别列表 |
|
218 | 218 | label_issue_category_new: 新建任务类别 |
|
219 | 219 | label_custom_field: 自定义字段 |
|
220 | 220 | label_custom_field_plural: 自定义字段列表 |
|
221 | 221 | label_custom_field_new: 新建自定义字段 |
|
222 | 222 | label_enumerations: 枚举列表 |
|
223 | 223 | label_enumeration_new: 新建枚举值 |
|
224 | 224 | label_information: 信息 |
|
225 | 225 | label_information_plural: 信息 |
|
226 | 226 | label_please_login: 请登录 |
|
227 | 227 | label_register: 注册 |
|
228 | 228 | label_password_lost: 忘记口令 |
|
229 | 229 | label_home: 主页 |
|
230 | 230 | label_my_page: 我的工作台 |
|
231 | 231 | label_my_account: 我的帐号 |
|
232 | 232 | label_my_projects: 我的项目列表 |
|
233 | 233 | label_administration: 管理 |
|
234 | 234 | label_login: 登录 |
|
235 | 235 | label_logout: 退出 |
|
236 | 236 | label_help: 帮助 |
|
237 | 237 | label_reported_issues: 已报告的问题 |
|
238 | 238 | label_assigned_to_me_issues: 分配给我的任务 |
|
239 | 239 | label_last_login: 最后登录 |
|
240 | 240 | label_last_updates: 最后更新 |
|
241 | 241 | label_last_updates_plural: %d 最后更新 |
|
242 | 242 | label_registered_on: 注册于 |
|
243 | 243 | label_activity: 活动 |
|
244 | 244 | label_new: 新建 |
|
245 | 245 | label_logged_as: 登录为 |
|
246 | 246 | label_environment: 环境 |
|
247 | 247 | label_authentication: 认证 |
|
248 | 248 | label_auth_source: 认证模式 |
|
249 | 249 | label_auth_source_new: 新建认证模式 |
|
250 | 250 | label_auth_source_plural: 认证模式列表 |
|
251 | 251 | label_subproject_plural: 子项目列表 |
|
252 | 252 | label_min_max_length: 最小 - 最大 长度 |
|
253 | 253 | label_list: list |
|
254 | 254 | label_date: Date |
|
255 | 255 | label_integer: Integer |
|
256 | 256 | label_boolean: Boolean |
|
257 | 257 | label_string: Text |
|
258 | 258 | label_text: Long text |
|
259 | 259 | label_attribute: 属性 |
|
260 | 260 | label_attribute_plural: 属性 |
|
261 | 261 | label_download: %d 个下载次数 |
|
262 | 262 | label_download_plural: %d 个下载次数 |
|
263 | 263 | label_no_data: 没有数据用于显示 |
|
264 | 264 | label_change_status: 改变状态 |
|
265 | 265 | label_history: 历史记录 |
|
266 | 266 | label_attachment: 文件 |
|
267 | 267 | label_attachment_new: 新建文件 |
|
268 | 268 | label_attachment_delete: 删除文件 |
|
269 | 269 | label_attachment_plural: 文件列表 |
|
270 | 270 | label_report: 报表 |
|
271 | 271 | label_report_plural: 报表列表 |
|
272 | 272 | label_news: 新闻 |
|
273 | 273 | label_news_new: 增加新闻 |
|
274 | 274 | label_news_plural: 新闻列表 |
|
275 | 275 | label_news_latest: 最近的新闻 |
|
276 | 276 | label_news_view_all: 查看所有新闻 |
|
277 | 277 | label_change_log: 更新日志 |
|
278 | 278 | label_settings: 配置 |
|
279 | 279 | label_overview: 概述 |
|
280 | 280 | label_version: 版本 |
|
281 | 281 | label_version_new: 新建版本 |
|
282 | 282 | label_version_plural: 版本列表 |
|
283 | 283 | label_confirmation: 确认 |
|
284 | 284 | label_export_to: 导出 |
|
285 | 285 | label_read: 读取... |
|
286 | 286 | label_public_projects: 公开的项目列表 |
|
287 | 287 | label_open_issues: 打开 |
|
288 | 288 | label_open_issues_plural: 打开 |
|
289 | 289 | label_closed_issues: 已关闭 |
|
290 | 290 | label_closed_issues_plural: 已关闭 |
|
291 | 291 | label_total: 合计 |
|
292 | 292 | label_permissions: 权限列表 |
|
293 | 293 | label_current_status: 当前状态 |
|
294 | 294 | label_new_statuses_allowed: New statuses allowed |
|
295 | 295 | label_all: 全部 |
|
296 | 296 | label_none: 无 |
|
297 | 297 | label_next: 下一个 |
|
298 | 298 | label_previous: 上一个 |
|
299 | 299 | label_used_by: 使用中 |
|
300 | 300 | label_details: 详情 |
|
301 | 301 | label_add_note: 添加说明 |
|
302 | 302 | label_per_page: 每面 |
|
303 | 303 | label_calendar: 日历 |
|
304 | 304 | label_months_from: months from |
|
305 | 305 | label_gantt: 甘特图(Gantt) |
|
306 | 306 | label_internal: 内部 |
|
307 | 307 | label_last_changes: 最近的 %d 次更改 |
|
308 | 308 | label_change_view_all: 查看所有更改 |
|
309 | 309 | label_personalize_page: 个性化定制本页 |
|
310 | 310 | label_comment: 注释 |
|
311 | 311 | label_comment_plural: 注释列表 |
|
312 | 312 | label_comment_add: 添加注释 |
|
313 | 313 | label_comment_added: 已加入注释 |
|
314 | 314 | label_comment_delete: 删除注释 |
|
315 | 315 | label_query: 自定义查询 |
|
316 | 316 | label_query_plural: 自定义查询列表 |
|
317 | 317 | label_query_new: 新建查询 |
|
318 | 318 | label_filter_add: 增加过滤器 |
|
319 | 319 | label_filter_plural: 过滤器列表 |
|
320 | 320 | label_equals: 等于 |
|
321 | 321 | label_not_equals: 不等于 |
|
322 | 322 | label_in_less_than: 剩余天数小于 |
|
323 | 323 | label_in_more_than: 剩余天数大于 |
|
324 | 324 | label_in: 剩余天数 |
|
325 | 325 | label_today: 今天 |
|
326 | 326 | label_this_week: this week |
|
327 | 327 | label_less_than_ago: 之前天数少于 |
|
328 | 328 | label_more_than_ago: 之前天数大于 |
|
329 | 329 | label_ago: 之前天数 |
|
330 | 330 | label_contains: 包含 |
|
331 | 331 | label_not_contains: 不包含 |
|
332 | 332 | label_day_plural: 天数 |
|
333 | 333 | label_repository: 版本库 |
|
334 | 334 | label_browse: 浏览 |
|
335 | 335 | label_modification: %d 个更新 |
|
336 | 336 | label_modification_plural: %d 个更新 |
|
337 | 337 | label_revision: 修订 |
|
338 | 338 | label_revision_plural: 修订 |
|
339 | 339 | label_added: 已增加 |
|
340 | 340 | label_modified: 已修改 |
|
341 | 341 | label_deleted: 已删除 |
|
342 | 342 | label_latest_revision: 最近的版本 |
|
343 | 343 | label_latest_revision_plural: 最近的版本列表 |
|
344 | 344 | label_view_revisions: 查看修订列表 |
|
345 | 345 | label_max_size: 最大尺寸 |
|
346 | 346 | label_on: 'on' |
|
347 | 347 | label_sort_highest: 置顶 |
|
348 | 348 | label_sort_higher: 上移 |
|
349 | 349 | label_sort_lower: 下移 |
|
350 | 350 | label_sort_lowest: 置底 |
|
351 | 351 | label_roadmap: 路线图 |
|
352 | 352 | label_roadmap_due_in: Due in |
|
353 | 353 | label_roadmap_overdue: %s late |
|
354 | 354 | label_roadmap_no_issues: 该版本没有任务 |
|
355 | 355 | label_search: 查找 |
|
356 | 356 | label_result: %d 个结果 |
|
357 | 357 | label_result_plural: %d 个结果 |
|
358 | 358 | label_all_words: 所有单词 |
|
359 | 359 | label_wiki: Wiki |
|
360 | 360 | label_wiki_edit: Wiki edit |
|
361 | 361 | label_wiki_edit_plural: Wiki edits |
|
362 | 362 | label_wiki_page_plural: Wiki pages |
|
363 | 363 | label_page_index: 索引 |
|
364 | 364 | label_current_version: 当前版本 |
|
365 | 365 | label_preview: 预览 |
|
366 | 366 | label_feed_plural: Feeds |
|
367 | 367 | label_changes_details: 所有更改的详情 |
|
368 | 368 | label_issue_tracking: 任务跟踪 |
|
369 | 369 | label_spent_time: 耗时 |
|
370 | 370 | label_f_hour: %.2f 小时 |
|
371 | 371 | label_f_hour_plural: %.2f 小时 |
|
372 | 372 | label_time_tracking: 时间跟踪 |
|
373 | 373 | label_change_plural: 更改列表 |
|
374 | 374 | label_statistics: 统计 |
|
375 | 375 | label_commits_per_month: Commits per month |
|
376 | 376 | label_commits_per_author: Commits per author |
|
377 | 377 | label_view_diff: View differences |
|
378 | 378 | label_diff_inline: inline |
|
379 | 379 | label_diff_side_by_side: side by side |
|
380 | 380 | label_options: Options |
|
381 | 381 | label_copy_workflow_from: Copy workflow from |
|
382 | 382 | label_permissions_report: Permissions report |
|
383 | 383 | label_watched_issues: Watched issues |
|
384 | 384 | label_related_issues: Related issues |
|
385 | 385 | label_applied_status: Applied status |
|
386 | 386 | label_loading: Loading... |
|
387 | 387 | label_relation_new: New relation |
|
388 | 388 | label_relation_delete: Delete relation |
|
389 | 389 | label_relates_to: related to |
|
390 | 390 | label_duplicates: duplicates |
|
391 | 391 | label_blocks: blocks |
|
392 | 392 | label_blocked_by: blocked by |
|
393 | 393 | label_precedes: precedes |
|
394 | 394 | label_follows: follows |
|
395 | 395 | label_end_to_start: end to start |
|
396 | 396 | label_end_to_end: end to end |
|
397 | 397 | label_start_to_start: start to start |
|
398 | 398 | label_start_to_end: start to end |
|
399 | 399 | label_stay_logged_in: Stay logged in |
|
400 | 400 | label_disabled: disabled |
|
401 | 401 | label_show_completed_versions: Show completed versions |
|
402 | 402 | label_me: me |
|
403 | 403 | label_board: Forum |
|
404 | 404 | label_board_new: New forum |
|
405 | 405 | label_board_plural: Forums |
|
406 | 406 | label_topic_plural: Topics |
|
407 | 407 | label_message_plural: Messages |
|
408 | 408 | label_message_last: Last message |
|
409 | 409 | label_message_new: New message |
|
410 | 410 | label_reply_plural: Replies |
|
411 | 411 | label_send_information: Send account information to the user |
|
412 | 412 | label_year: Year |
|
413 | 413 | label_month: Month |
|
414 | 414 | label_week: Week |
|
415 | 415 | label_date_from: From |
|
416 | 416 | label_date_to: To |
|
417 | 417 | label_language_based: Language based |
|
418 | 418 | label_sort_by: Sort by "%s" |
|
419 | 419 | label_send_test_email: Send a test email |
|
420 | 420 | label_feeds_access_key_created_on: RSS access key created %s ago |
|
421 | 421 | label_module_plural: Modules |
|
422 | 422 | label_added_time_by: Added by %s %s ago |
|
423 | 423 | label_updated_time: Updated %s ago |
|
424 | 424 | label_jump_to_a_project: Jump to a project... |
|
425 | 425 | |
|
426 | 426 | button_login: 登录 |
|
427 | 427 | button_submit: 提交 |
|
428 | 428 | button_save: 保存 |
|
429 | 429 | button_check_all: 全选 |
|
430 | 430 | button_uncheck_all: 清除 |
|
431 | 431 | button_delete: 删除 |
|
432 | 432 | button_create: 创建 |
|
433 | 433 | button_test: 测试 |
|
434 | 434 | button_edit: 编辑 |
|
435 | 435 | button_add: 新增 |
|
436 | 436 | button_change: 修改 |
|
437 | 437 | button_apply: 应用 |
|
438 | 438 | button_clear: 清除 |
|
439 | 439 | button_lock: 锁定 |
|
440 | 440 | button_unlock: 解锁 |
|
441 | 441 | button_download: 下载 |
|
442 | 442 | button_list: 列表 |
|
443 | 443 | button_view: 查看 |
|
444 | 444 | button_move: 移动 |
|
445 | 445 | button_back: 返回 |
|
446 | 446 | button_cancel: 取消 |
|
447 | 447 | button_activate: 激活 |
|
448 | 448 | button_sort: 排序 |
|
449 | 449 | button_log_time: 登记工时 |
|
450 | 450 | button_rollback: Rollback to this version |
|
451 | 451 | button_watch: Watch |
|
452 | 452 | button_unwatch: Unwatch |
|
453 | 453 | button_reply: Reply |
|
454 | 454 | button_archive: Archive |
|
455 | 455 | button_unarchive: Unarchive |
|
456 | 456 | button_reset: Reset |
|
457 | 457 | button_rename: Rename |
|
458 | 458 | |
|
459 | 459 | status_active: 激活 |
|
460 | 460 | status_registered: 已注册 |
|
461 | 461 | status_locked: 已锁定 |
|
462 | 462 | |
|
463 | 463 | text_select_mail_notifications: 选择需要发送邮件通知的动作。 |
|
464 | 464 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
465 | 465 | text_min_max_length_info: 0 表示没有限制 |
|
466 | 466 | text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? |
|
467 | 467 | text_workflow_edit: 选择一个角色和跟踪标签来编辑这个工作流 |
|
468 | 468 | text_are_you_sure: 您确定? |
|
469 | 469 | text_journal_changed: 从 %s 更改为 %s |
|
470 | 470 | text_journal_set_to: 设置为 %s |
|
471 | 471 | text_journal_deleted: 已删除 |
|
472 | 472 | text_tip_task_begin_day: 开始于此 |
|
473 | 473 | text_tip_task_end_day: 在此结束 |
|
474 | 474 | text_tip_task_begin_end_day: 开始并结束于此 |
|
475 | 475 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
476 | 476 | text_caracters_maximum: %d characters maximum. |
|
477 | 477 | text_length_between: Length between %d and %d characters. |
|
478 | 478 | text_tracker_no_workflow: No workflow defined for this tracker |
|
479 | 479 | text_unallowed_characters: Unallowed characters |
|
480 | 480 | text_comma_separated: Multiple values allowed (comma separated). |
|
481 | 481 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
482 | 482 | text_issue_added: %s ѱ |
|
483 | 483 | text_issue_updated: %s Ѹ |
|
484 | 484 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
485 | 485 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
486 | 486 | text_issue_category_destroy_assignments: Remove category assignments |
|
487 | 487 | text_issue_category_reassign_to: Reassing issues to this category |
|
488 | 488 | |
|
489 | 489 | default_role_manager: 管理员 |
|
490 | 490 | default_role_developper: 开发人员 |
|
491 | 491 | default_role_reporter: 报告人员 |
|
492 | 492 | default_tracker_bug: 问题 |
|
493 | 493 | default_tracker_feature: 功能 |
|
494 | 494 | default_tracker_support: 支持 |
|
495 | 495 | default_issue_status_new: 新建 |
|
496 | 496 | default_issue_status_assigned: 已分配 |
|
497 | 497 | default_issue_status_resolved: 已解决 |
|
498 | 498 | default_issue_status_feedback: 回复 |
|
499 | 499 | default_issue_status_closed: 已关闭 |
|
500 | 500 | default_issue_status_rejected: 已打回 |
|
501 | 501 | default_doc_category_user: 用户文档 |
|
502 | 502 | default_doc_category_tech: 技术文档 |
|
503 | 503 | default_priority_low: 低 |
|
504 | 504 | default_priority_normal: 普通 |
|
505 | 505 | default_priority_high: 高 |
|
506 | 506 | default_priority_urgent: 紧急 |
|
507 | 507 | default_priority_immediate: 立刻 |
|
508 | 508 | default_activity_design: 设计 |
|
509 | 509 | default_activity_development: 开发 |
|
510 | 510 | |
|
511 | 511 | enumeration_issue_priorities: 任务优先级 |
|
512 | 512 | enumeration_doc_categories: 文档类别 |
|
513 | 513 | enumeration_activities: Activities (time tracking) |
|
514 | label_wiki_page: Wiki page |
@@ -1,30 +1,53 | |||
|
1 | 1 | namespace :gloc do |
|
2 | 2 | desc 'Sorts the keys in the lang ymls' |
|
3 | 3 | task :sort do |
|
4 | 4 | dir = ENV['DIR'] || '{.,vendor/plugins/*}/lang' |
|
5 | 5 | puts "Processing directory #{dir}" |
|
6 | 6 | files = Dir.glob(File.join(dir,'*.{yaml,yml}')) |
|
7 | 7 | puts 'No files found.' if files.empty? |
|
8 | 8 | files.each {|file| |
|
9 | 9 | puts "Sorting file: #{file}" |
|
10 | 10 | header = [] |
|
11 | 11 | content = IO.readlines(file) |
|
12 | 12 | content.each {|line| line.gsub!(/[\s\r\n\t]+$/,'')} |
|
13 | 13 | content.delete_if {|line| line==''} |
|
14 | 14 | tmp= [] |
|
15 | 15 | content.each {|x| tmp << x unless tmp.include?(x)} |
|
16 | 16 | content= tmp |
|
17 | 17 | header << content.shift if !content.empty? && content[0] =~ /^file_charset:/ |
|
18 | 18 | content.sort! |
|
19 | 19 | filebak = "#{file}.bak" |
|
20 | 20 | File.rename file, filebak |
|
21 | 21 | File.open(file, 'w') {|fout| fout << header.join("\n") << content.join("\n") << "\n"} |
|
22 | 22 | File.delete filebak |
|
23 | 23 | # Report duplicates |
|
24 | 24 | count= {} |
|
25 | 25 | content.map {|x| x.gsub(/:.+$/, '') }.each {|x| count[x] ||= 0; count[x] += 1} |
|
26 | 26 | count.delete_if {|k,v|v==1} |
|
27 | 27 | puts count.keys.sort.map{|x|" WARNING: Duplicate key '#{x}' (#{count[x]} occurances)"}.join("\n") unless count.empty? |
|
28 | 28 | } |
|
29 | 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 | 53 | end No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now