@@ -5,7 +5,7 | |||
|
5 | 5 | # ENV['RAILS_ENV'] ||= 'production' |
|
6 | 6 | |
|
7 | 7 | # Specifies gem version of Rails to use when vendor/rails is not present |
|
8 |
RAILS_GEM_VERSION = '2.1. |
|
|
8 | RAILS_GEM_VERSION = '2.1.2' unless defined? RAILS_GEM_VERSION | |
|
9 | 9 | |
|
10 | 10 | # Bootstrap the Rails environment, frameworks, and default configuration |
|
11 | 11 | require File.join(File.dirname(__FILE__), 'boot') |
@@ -2,7 +2,7 | |||
|
2 | 2 | # PL translation by Mariusz@Olejnik.net, |
|
3 | 3 | # Best regards from Lublin@Poland :-) |
|
4 | 4 | |
|
5 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |
|
5 | _gloc_rule_default: '|n| n10=n%10; n100=n%100; n==1 ? "" : n10>=2 && n10<=4 && (n100<10 || n100>=20) ? "_plural234" : "_plural5"' | |
|
6 | 6 | |
|
7 | 7 | actionview_datehelper_select_day_prefix: |
|
8 | 8 | actionview_datehelper_select_month_names: Styczeń,Luty,Marzec,Kwiecień,Maj,Czerwiec,Lipiec,Sierpień,Wrzesień,Październik,Listopad,Grudzień |
@@ -10,17 +10,25 actionview_datehelper_select_month_names_abbr: Sty,Lut,Mar,Kwi,Maj,Cze,Lip,Sie,W | |||
|
10 | 10 | actionview_datehelper_select_month_prefix: |
|
11 | 11 | actionview_datehelper_select_year_prefix: |
|
12 | 12 | actionview_datehelper_time_in_words_day: 1 dzień |
|
13 | actionview_datehelper_time_in_words_day_plural234: %d dni | |
|
14 | actionview_datehelper_time_in_words_day_plural5: %d dni | |
|
13 | 15 | actionview_datehelper_time_in_words_day_plural: %d dni |
|
14 | 16 | actionview_datehelper_time_in_words_hour_about: około godziny |
|
17 | actionview_datehelper_time_in_words_hour_about_plural234: około %d godzin | |
|
18 | actionview_datehelper_time_in_words_hour_about_plural5: około %d godzin | |
|
15 | 19 | actionview_datehelper_time_in_words_hour_about_plural: około %d godzin |
|
16 | 20 | actionview_datehelper_time_in_words_hour_about_single: około godziny |
|
17 | 21 | actionview_datehelper_time_in_words_minute: 1 minuta |
|
18 | 22 | actionview_datehelper_time_in_words_minute_half: pół minuty |
|
19 | 23 | actionview_datehelper_time_in_words_minute_less_than: mniej niż minuta |
|
24 | actionview_datehelper_time_in_words_minute_plural234: %d minuty | |
|
25 | actionview_datehelper_time_in_words_minute_plural5: %d minut | |
|
20 | 26 | actionview_datehelper_time_in_words_minute_plural: %d minut |
|
21 | 27 | actionview_datehelper_time_in_words_minute_single: 1 minuta |
|
22 | 28 | actionview_datehelper_time_in_words_second_less_than: mniej niż sekunda |
|
23 | 29 | actionview_datehelper_time_in_words_second_less_than_plural: mniej niż %d sekund |
|
30 | actionview_datehelper_time_in_words_second_less_than_plural234: mniej niż %d sekundy | |
|
31 | actionview_datehelper_time_in_words_second_less_than_plural5: mniej niż %d sekund | |
|
24 | 32 | actionview_instancetag_blank_option: Proszę wybierz |
|
25 | 33 | |
|
26 | 34 | activerecord_error_inclusion: nie jest zawarte na liście |
@@ -40,7 +48,9 activerecord_error_greater_than_start_date: musi być większe niż początkowa | |||
|
40 | 48 | activerecord_error_not_same_project: nie należy do tego samego projektu |
|
41 | 49 | activerecord_error_circular_dependency: Ta relacja może wytworzyć kołową zależność |
|
42 | 50 | |
|
43 |
general_fmt_age: %d |
|
|
51 | general_fmt_age: %d rok | |
|
52 | general_fmt_age_plural234: %d lata | |
|
53 | general_fmt_age_plural5: %d lat | |
|
44 | 54 | general_fmt_age_plural: %d lat |
|
45 | 55 | general_fmt_date: %%m/%%d/%%Y |
|
46 | 56 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p |
@@ -84,6 +94,8 mail_subject_register: Aktywacja konta w %s | |||
|
84 | 94 | mail_body_register: 'W celu aktywacji Twojego konta, użyj poniższego odnośnika:' |
|
85 | 95 | |
|
86 | 96 | gui_validation_error: 1 błąd |
|
97 | gui_validation_error_plural234: %d błędy | |
|
98 | gui_validation_error_plural5: %d błędów | |
|
87 | 99 | gui_validation_error_plural: %d błędów |
|
88 | 100 | |
|
89 | 101 | field_name: Nazwa |
@@ -189,6 +201,8 label_user_plural: Użytkownicy | |||
|
189 | 201 | label_user_new: Nowy użytkownik |
|
190 | 202 | label_project: Projekt |
|
191 | 203 | label_project_new: Nowy projekt |
|
204 | label_project_plural234: Projekty | |
|
205 | label_project_plural5: Projekty | |
|
192 | 206 | label_project_plural: Projekty |
|
193 | 207 | label_project_all: Wszystkie projekty |
|
194 | 208 | label_project_latest: Ostatnie projekty |
@@ -237,7 +251,9 label_help: Pomoc | |||
|
237 | 251 | label_reported_issues: Wprowadzone zagadnienia |
|
238 | 252 | label_assigned_to_me_issues: Zagadnienia przypisane do mnie |
|
239 | 253 | label_last_login: Ostatnie połączenie |
|
240 |
label_last_updates: Ostatnia zmi |
|
|
254 | label_last_updates: Ostatnia zmiana | |
|
255 | label_last_updates_plural234: %d ostatnie zmiany | |
|
256 | label_last_updates_plural5: %d ostatnich zmian | |
|
241 | 257 | label_last_updates_plural: %d ostatnie zmiany |
|
242 | 258 | label_registered_on: Zarejestrowany |
|
243 | 259 | label_activity: Aktywność |
@@ -259,6 +275,8 label_text: Długi tekst | |||
|
259 | 275 | label_attribute: Atrybut |
|
260 | 276 | label_attribute_plural: Atrybuty |
|
261 | 277 | label_download: %d Pobranie |
|
278 | label_download_plural234: %d Pobrania | |
|
279 | label_download_plural5: %d Pobrań | |
|
262 | 280 | label_download_plural: %d Pobrania |
|
263 | 281 | label_no_data: Brak danych do pokazania |
|
264 | 282 | label_change_status: Status zmian |
@@ -285,8 +303,12 label_export_to: Eksportuj do | |||
|
285 | 303 | label_read: Czytanie... |
|
286 | 304 | label_public_projects: Projekty publiczne |
|
287 | 305 | label_open_issues: otwarte |
|
306 | label_open_issues_plural234: otwarte | |
|
307 | label_open_issues_plural5: otwarte | |
|
288 | 308 | label_open_issues_plural: otwarte |
|
289 | 309 | label_closed_issues: zamknięte |
|
310 | label_closed_issues_plural234: zamknięte | |
|
311 | label_closed_issues_plural5: zamknięte | |
|
290 | 312 | label_closed_issues_plural: zamknięte |
|
291 | 313 | label_total: Ogółem |
|
292 | 314 | label_permissions: Uprawnienia |
@@ -308,6 +330,8 label_last_changes: ostatnie %d zmian | |||
|
308 | 330 | label_change_view_all: Pokaż wszystkie zmiany |
|
309 | 331 | label_personalize_page: Personalizuj tą stronę |
|
310 | 332 | label_comment: Komentarz |
|
333 | label_comment_plural234: Komentarze | |
|
334 | label_comment_plural5: Komentarze | |
|
311 | 335 | label_comment_plural: Komentarze |
|
312 | 336 | label_comment_add: Dodaj komentarz |
|
313 | 337 | label_comment_added: Komentarz dodany |
@@ -332,7 +356,9 label_day_plural: dni | |||
|
332 | 356 | label_repository: Repozytorium |
|
333 | 357 | label_browse: Przegląd |
|
334 | 358 | label_modification: %d modyfikacja |
|
335 |
label_modification_plural: %d modyfikacj |
|
|
359 | label_modification_plural234: %d modyfikacje | |
|
360 | label_modification_plural5: %d modyfikacji | |
|
361 | label_modification_plural: %d modyfikacje | |
|
336 | 362 | label_revision: Rewizja |
|
337 | 363 | label_revision_plural: Rewizje |
|
338 | 364 | label_added: dodane |
@@ -367,6 +393,8 label_changes_details: Szczegóły wszystkich zmian | |||
|
367 | 393 | label_issue_tracking: Śledzenie zagadnień |
|
368 | 394 | label_spent_time: Spędzony czas |
|
369 | 395 | label_f_hour: %.2f godzina |
|
396 | label_f_hour_plural234: %.2f godziny | |
|
397 | label_f_hour_plural5: %.2f godzin | |
|
370 | 398 | label_f_hour_plural: %.2f godzin |
|
371 | 399 | label_time_tracking: Śledzenie czasu |
|
372 | 400 | label_change_plural: Zmiany |
@@ -641,3 +641,51 default_activity_development: Phát triển | |||
|
641 | 641 | enumeration_issue_priorities: Mức độ ưu tiên vấn đề |
|
642 | 642 | enumeration_doc_categories: Chủ đề tài liệu |
|
643 | 643 | enumeration_activities: Activities (time tracking) |
|
644 | permission_edit_issues: Edit issues | |
|
645 | permission_edit_own_issue_notes: Edit own notes | |
|
646 | permission_view_files: View files | |
|
647 | permission_add_issues: Add issues | |
|
648 | permission_manage_public_queries: Manage public queries | |
|
649 | permission_log_time: Log spent time | |
|
650 | permission_view_changesets: View changesets | |
|
651 | permission_manage_versions: Manage versions | |
|
652 | permission_view_time_entries: View spent time | |
|
653 | permission_manage_categories: Manage issue categories | |
|
654 | permission_manage_wiki: Manage wiki | |
|
655 | setting_plain_text_mail: plain text mail (no HTML) | |
|
656 | permission_protect_wiki_pages: Protect wiki pages | |
|
657 | permission_manage_documents: Manage documents | |
|
658 | permission_add_issue_watchers: Add watchers | |
|
659 | permission_comment_news: Comment news | |
|
660 | permission_select_project_modules: Select project modules | |
|
661 | permission_view_gantt: View gantt chart | |
|
662 | permission_delete_messages: Delete messages | |
|
663 | permission_move_issues: Move issues | |
|
664 | permission_edit_wiki_pages: Edit wiki pages | |
|
665 | permission_manage_issue_relations: Manage issue relations | |
|
666 | permission_delete_wiki_pages: Delete wiki pages | |
|
667 | permission_view_wiki_edits: View wiki history | |
|
668 | permission_manage_boards: Manage boards | |
|
669 | permission_delete_wiki_pages_attachments: Delete attachments | |
|
670 | permission_view_messages: View messages | |
|
671 | permission_manage_files: Manage files | |
|
672 | permission_add_messages: Post messages | |
|
673 | permission_edit_issue_notes: Edit notes | |
|
674 | permission_manage_news: Manage news | |
|
675 | permission_view_calendar: View calender | |
|
676 | setting_gravatar_enabled: Use Gravatar user icons | |
|
677 | permission_delete_issues: Delete issues | |
|
678 | permission_view_documents: View documents | |
|
679 | permission_browse_repository: Browse repository | |
|
680 | permission_manage_repository: Manage repository | |
|
681 | permission_manage_members: Manage members | |
|
682 | permission_add_issue_notes: Add notes | |
|
683 | permission_edit_messages: Edit messages | |
|
684 | permission_view_issue_watchers: View watchers list | |
|
685 | permission_commit_access: Commit access | |
|
686 | permission_rename_wiki_pages: Rename wiki pages | |
|
687 | permission_view_wiki_pages: View wiki | |
|
688 | permission_edit_project: Edit project | |
|
689 | permission_save_queries: Save queries | |
|
690 | permission_edit_time_entries: Edit time logs | |
|
691 | permission_edit_own_time_entries: Edit own time logs |
General Comments 0
You need to be logged in to leave comments.
Login now