@@ -1,57 +1,57 | |||||
1 | # Be sure to restart your web server when you modify this file. |
|
1 | # Be sure to restart your web server when you modify this file. | |
2 |
|
2 | |||
3 | # Uncomment below to force Rails into production mode when |
|
3 | # Uncomment below to force Rails into production mode when | |
4 | # you don't control web/app server and can't set it the proper way |
|
4 | # you don't control web/app server and can't set it the proper way | |
5 | # ENV['RAILS_ENV'] ||= 'production' |
|
5 | # ENV['RAILS_ENV'] ||= 'production' | |
6 |
|
6 | |||
7 | # Specifies gem version of Rails to use when vendor/rails is not present |
|
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 | # Bootstrap the Rails environment, frameworks, and default configuration |
|
10 | # Bootstrap the Rails environment, frameworks, and default configuration | |
11 | require File.join(File.dirname(__FILE__), 'boot') |
|
11 | require File.join(File.dirname(__FILE__), 'boot') | |
12 |
|
12 | |||
13 | # Load Engine plugin if available |
|
13 | # Load Engine plugin if available | |
14 | begin |
|
14 | begin | |
15 | require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot') |
|
15 | require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot') | |
16 | rescue LoadError |
|
16 | rescue LoadError | |
17 | # Not available |
|
17 | # Not available | |
18 | end |
|
18 | end | |
19 |
|
19 | |||
20 | Rails::Initializer.run do |config| |
|
20 | Rails::Initializer.run do |config| | |
21 | # Settings in config/environments/* take precedence those specified here |
|
21 | # Settings in config/environments/* take precedence those specified here | |
22 |
|
22 | |||
23 | # Skip frameworks you're not going to use |
|
23 | # Skip frameworks you're not going to use | |
24 | # config.frameworks -= [ :action_web_service, :action_mailer ] |
|
24 | # config.frameworks -= [ :action_web_service, :action_mailer ] | |
25 |
|
25 | |||
26 | # Add additional load paths for sweepers |
|
26 | # Add additional load paths for sweepers | |
27 | config.load_paths += %W( #{RAILS_ROOT}/app/sweepers ) |
|
27 | config.load_paths += %W( #{RAILS_ROOT}/app/sweepers ) | |
28 |
|
28 | |||
29 | # Force all environments to use the same logger level |
|
29 | # Force all environments to use the same logger level | |
30 | # (by default production uses :info, the others :debug) |
|
30 | # (by default production uses :info, the others :debug) | |
31 | # config.log_level = :debug |
|
31 | # config.log_level = :debug | |
32 |
|
32 | |||
33 | # Use the database for sessions instead of the file system |
|
33 | # Use the database for sessions instead of the file system | |
34 | # (create the session table with 'rake db:sessions:create') |
|
34 | # (create the session table with 'rake db:sessions:create') | |
35 | # config.action_controller.session_store = :active_record_store |
|
35 | # config.action_controller.session_store = :active_record_store | |
36 | config.action_controller.session_store = :PStore |
|
36 | config.action_controller.session_store = :PStore | |
37 |
|
37 | |||
38 | # Enable page/fragment caching by setting a file-based store |
|
38 | # Enable page/fragment caching by setting a file-based store | |
39 | # (remember to create the caching directory and make it readable to the application) |
|
39 | # (remember to create the caching directory and make it readable to the application) | |
40 | # config.action_controller.fragment_cache_store = :file_store, "#{RAILS_ROOT}/cache" |
|
40 | # config.action_controller.fragment_cache_store = :file_store, "#{RAILS_ROOT}/cache" | |
41 |
|
41 | |||
42 | # Activate observers that should always be running |
|
42 | # Activate observers that should always be running | |
43 | # config.active_record.observers = :cacher, :garbage_collector |
|
43 | # config.active_record.observers = :cacher, :garbage_collector | |
44 | config.active_record.observers = :message_observer |
|
44 | config.active_record.observers = :message_observer | |
45 |
|
45 | |||
46 | # Make Active Record use UTC-base instead of local time |
|
46 | # Make Active Record use UTC-base instead of local time | |
47 | # config.active_record.default_timezone = :utc |
|
47 | # config.active_record.default_timezone = :utc | |
48 |
|
48 | |||
49 | # Use Active Record's schema dumper instead of SQL when creating the test database |
|
49 | # Use Active Record's schema dumper instead of SQL when creating the test database | |
50 | # (enables use of different database adapters for development and test environments) |
|
50 | # (enables use of different database adapters for development and test environments) | |
51 | # config.active_record.schema_format = :ruby |
|
51 | # config.active_record.schema_format = :ruby | |
52 |
|
52 | |||
53 | # Deliveries are disabled by default. Do NOT modify this section. |
|
53 | # Deliveries are disabled by default. Do NOT modify this section. | |
54 | # Define your email configuration in email.yml instead. |
|
54 | # Define your email configuration in email.yml instead. | |
55 | # It will automatically turn deliveries on |
|
55 | # It will automatically turn deliveries on | |
56 | config.action_mailer.perform_deliveries = false |
|
56 | config.action_mailer.perform_deliveries = false | |
57 | end |
|
57 | end |
@@ -1,696 +1,724 | |||||
1 | # Keep this line in order to avoid problems with Windows Notepad UTF-8 EF-BB-BF idea... |
|
1 | # Keep this line in order to avoid problems with Windows Notepad UTF-8 EF-BB-BF idea... | |
2 | # PL translation by Mariusz@Olejnik.net, |
|
2 | # PL translation by Mariusz@Olejnik.net, | |
3 | # Best regards from Lublin@Poland :-) |
|
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 | actionview_datehelper_select_day_prefix: |
|
7 | actionview_datehelper_select_day_prefix: | |
8 | actionview_datehelper_select_month_names: StyczeΕ,Luty,Marzec,KwiecieΕ,Maj,Czerwiec,Lipiec,SierpieΕ,WrzesieΕ,PaΕΊdziernik,Listopad,GrudzieΕ |
|
8 | actionview_datehelper_select_month_names: StyczeΕ,Luty,Marzec,KwiecieΕ,Maj,Czerwiec,Lipiec,SierpieΕ,WrzesieΕ,PaΕΊdziernik,Listopad,GrudzieΕ | |
9 | actionview_datehelper_select_month_names_abbr: Sty,Lut,Mar,Kwi,Maj,Cze,Lip,Sie,Wrz,PaΕΊ,Lis,Gru |
|
9 | actionview_datehelper_select_month_names_abbr: Sty,Lut,Mar,Kwi,Maj,Cze,Lip,Sie,Wrz,PaΕΊ,Lis,Gru | |
10 | actionview_datehelper_select_month_prefix: |
|
10 | actionview_datehelper_select_month_prefix: | |
11 | actionview_datehelper_select_year_prefix: |
|
11 | actionview_datehelper_select_year_prefix: | |
12 | actionview_datehelper_time_in_words_day: 1 dzieΕ |
|
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 | actionview_datehelper_time_in_words_day_plural: %d dni |
|
15 | actionview_datehelper_time_in_words_day_plural: %d dni | |
14 | actionview_datehelper_time_in_words_hour_about: okoΕo godziny |
|
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 | actionview_datehelper_time_in_words_hour_about_plural: okoΕo %d godzin |
|
19 | actionview_datehelper_time_in_words_hour_about_plural: okoΕo %d godzin | |
16 | actionview_datehelper_time_in_words_hour_about_single: okoΕo godziny |
|
20 | actionview_datehelper_time_in_words_hour_about_single: okoΕo godziny | |
17 | actionview_datehelper_time_in_words_minute: 1 minuta |
|
21 | actionview_datehelper_time_in_words_minute: 1 minuta | |
18 | actionview_datehelper_time_in_words_minute_half: pΓ³Ε minuty |
|
22 | actionview_datehelper_time_in_words_minute_half: pΓ³Ε minuty | |
19 | actionview_datehelper_time_in_words_minute_less_than: mniej niΕΌ minuta |
|
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 | actionview_datehelper_time_in_words_minute_plural: %d minut |
|
26 | actionview_datehelper_time_in_words_minute_plural: %d minut | |
21 | actionview_datehelper_time_in_words_minute_single: 1 minuta |
|
27 | actionview_datehelper_time_in_words_minute_single: 1 minuta | |
22 | actionview_datehelper_time_in_words_second_less_than: mniej niΕΌ sekunda |
|
28 | actionview_datehelper_time_in_words_second_less_than: mniej niΕΌ sekunda | |
23 | actionview_datehelper_time_in_words_second_less_than_plural: mniej niΕΌ %d sekund |
|
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 | actionview_instancetag_blank_option: ProszΔ wybierz |
|
32 | actionview_instancetag_blank_option: ProszΔ wybierz | |
25 |
|
33 | |||
26 | activerecord_error_inclusion: nie jest zawarte na liΕcie |
|
34 | activerecord_error_inclusion: nie jest zawarte na liΕcie | |
27 | activerecord_error_exclusion: jest zarezerwowane |
|
35 | activerecord_error_exclusion: jest zarezerwowane | |
28 | activerecord_error_invalid: jest nieprawidΕowe |
|
36 | activerecord_error_invalid: jest nieprawidΕowe | |
29 | activerecord_error_confirmation: nie pasuje do potwierdzenia |
|
37 | activerecord_error_confirmation: nie pasuje do potwierdzenia | |
30 | activerecord_error_accepted: musi byΔ zaakceptowane |
|
38 | activerecord_error_accepted: musi byΔ zaakceptowane | |
31 | activerecord_error_empty: nie moΕΌe byΔ puste |
|
39 | activerecord_error_empty: nie moΕΌe byΔ puste | |
32 | activerecord_error_blank: nie moΕΌe byΔ czyste |
|
40 | activerecord_error_blank: nie moΕΌe byΔ czyste | |
33 | activerecord_error_too_long: jest za dΕugie |
|
41 | activerecord_error_too_long: jest za dΕugie | |
34 | activerecord_error_too_short: jest za krΓ³tkie |
|
42 | activerecord_error_too_short: jest za krΓ³tkie | |
35 | activerecord_error_wrong_length: ma zΕΔ dΕugoΕΔ |
|
43 | activerecord_error_wrong_length: ma zΕΔ dΕugoΕΔ | |
36 | activerecord_error_taken: jest juΕΌ wybrane |
|
44 | activerecord_error_taken: jest juΕΌ wybrane | |
37 | activerecord_error_not_a_number: nie jest numerem |
|
45 | activerecord_error_not_a_number: nie jest numerem | |
38 | activerecord_error_not_a_date: nie jest prawidΕowΔ datΔ |
|
46 | activerecord_error_not_a_date: nie jest prawidΕowΔ datΔ | |
39 | activerecord_error_greater_than_start_date: musi byΔ wiΔksze niΕΌ poczΔ tkowa data |
|
47 | activerecord_error_greater_than_start_date: musi byΔ wiΔksze niΕΌ poczΔ tkowa data | |
40 | activerecord_error_not_same_project: nie naleΕΌy do tego samego projektu |
|
48 | activerecord_error_not_same_project: nie naleΕΌy do tego samego projektu | |
41 | activerecord_error_circular_dependency: Ta relacja moΕΌe wytworzyΔ koΕowΔ zaleΕΌnoΕΔ |
|
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 | general_fmt_age_plural: %d lat |
|
54 | general_fmt_age_plural: %d lat | |
45 | general_fmt_date: %%m/%%d/%%Y |
|
55 | general_fmt_date: %%m/%%d/%%Y | |
46 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p |
|
56 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p | |
47 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
57 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p | |
48 | general_fmt_time: %%I:%%M %%p |
|
58 | general_fmt_time: %%I:%%M %%p | |
49 | general_text_No: 'Nie' |
|
59 | general_text_No: 'Nie' | |
50 | general_text_Yes: 'Tak' |
|
60 | general_text_Yes: 'Tak' | |
51 | general_text_no: 'nie' |
|
61 | general_text_no: 'nie' | |
52 | general_text_yes: 'tak' |
|
62 | general_text_yes: 'tak' | |
53 | general_lang_name: 'Polski' |
|
63 | general_lang_name: 'Polski' | |
54 | general_csv_separator: ',' |
|
64 | general_csv_separator: ',' | |
55 | general_csv_decimal_separator: '.' |
|
65 | general_csv_decimal_separator: '.' | |
56 | general_csv_encoding: UTF-8 |
|
66 | general_csv_encoding: UTF-8 | |
57 | general_pdf_encoding: UTF-8 |
|
67 | general_pdf_encoding: UTF-8 | |
58 | general_day_names: PoniedziaΕek,Wtorek,Εroda,Czwartek,PiΔ tek,Sobota,Niedziela |
|
68 | general_day_names: PoniedziaΕek,Wtorek,Εroda,Czwartek,PiΔ tek,Sobota,Niedziela | |
59 | general_first_day_of_week: '1' |
|
69 | general_first_day_of_week: '1' | |
60 |
|
70 | |||
61 | notice_account_updated: Konto prawidΕowo zaktualizowane. |
|
71 | notice_account_updated: Konto prawidΕowo zaktualizowane. | |
62 | notice_account_invalid_creditentials: ZΕy uΕΌytkownik lub hasΕo |
|
72 | notice_account_invalid_creditentials: ZΕy uΕΌytkownik lub hasΕo | |
63 | notice_account_password_updated: HasΕo prawidΕowo zmienione. |
|
73 | notice_account_password_updated: HasΕo prawidΕowo zmienione. | |
64 | notice_account_wrong_password: ZΕe hasΕo |
|
74 | notice_account_wrong_password: ZΕe hasΕo | |
65 | notice_account_register_done: Konto prawidΕowo stworzone. |
|
75 | notice_account_register_done: Konto prawidΕowo stworzone. | |
66 | notice_account_unknown_email: Nieznany uΕΌytkownik. |
|
76 | notice_account_unknown_email: Nieznany uΕΌytkownik. | |
67 | notice_can_t_change_password: To konto ma zewnΔtrzne ΕΊrΓ³dΕo identyfikacji. Nie moΕΌesz zmieniΔ hasΕa. |
|
77 | notice_can_t_change_password: To konto ma zewnΔtrzne ΕΊrΓ³dΕo identyfikacji. Nie moΕΌesz zmieniΔ hasΕa. | |
68 | notice_account_lost_email_sent: Email z instrukcjami zmiany hasΕa zostaΕ wysΕany do Ciebie. |
|
78 | notice_account_lost_email_sent: Email z instrukcjami zmiany hasΕa zostaΕ wysΕany do Ciebie. | |
69 | notice_account_activated: Twoje konto zostaΕo aktywowane. MoΕΌesz siΔ zalogowaΔ. |
|
79 | notice_account_activated: Twoje konto zostaΕo aktywowane. MoΕΌesz siΔ zalogowaΔ. | |
70 | notice_successful_create: Utworzenie zakoΕczone sukcesem. |
|
80 | notice_successful_create: Utworzenie zakoΕczone sukcesem. | |
71 | notice_successful_update: Uaktualnienie zakoΕczone sukcesem. |
|
81 | notice_successful_update: Uaktualnienie zakoΕczone sukcesem. | |
72 | notice_successful_delete: UsuniΔcie zakoΕczone sukcesem. |
|
82 | notice_successful_delete: UsuniΔcie zakoΕczone sukcesem. | |
73 | notice_successful_connection: Udane nawiΔ zanie poΕΔ czenia. |
|
83 | notice_successful_connection: Udane nawiΔ zanie poΕΔ czenia. | |
74 | notice_file_not_found: Strona do ktΓ³rej prΓ³bujesz siΔ dostaΔ nie istnieje lub zostaΕa usuniΔta. |
|
84 | notice_file_not_found: Strona do ktΓ³rej prΓ³bujesz siΔ dostaΔ nie istnieje lub zostaΕa usuniΔta. | |
75 | notice_locking_conflict: Dane poprawione przez innego uΕΌytkownika. |
|
85 | notice_locking_conflict: Dane poprawione przez innego uΕΌytkownika. | |
76 | notice_not_authorized: Nie jesteΕ autoryzowany by zobaczyΔ stronΔ. |
|
86 | notice_not_authorized: Nie jesteΕ autoryzowany by zobaczyΔ stronΔ. | |
77 |
|
87 | |||
78 | error_scm_not_found: "Obiekt lub wersja nie zostaΕy znalezione w repozytorium." |
|
88 | error_scm_not_found: "Obiekt lub wersja nie zostaΕy znalezione w repozytorium." | |
79 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
89 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
80 |
|
90 | |||
81 | mail_subject_lost_password: Twoje hasΕo do %s |
|
91 | mail_subject_lost_password: Twoje hasΕo do %s | |
82 | mail_body_lost_password: 'W celu zmiany swojego hasΕa uΕΌyj poniΕΌszego odnoΕnika:' |
|
92 | mail_body_lost_password: 'W celu zmiany swojego hasΕa uΕΌyj poniΕΌszego odnoΕnika:' | |
83 | mail_subject_register: Aktywacja konta w %s |
|
93 | mail_subject_register: Aktywacja konta w %s | |
84 | mail_body_register: 'W celu aktywacji Twojego konta, uΕΌyj poniΕΌszego odnoΕnika:' |
|
94 | mail_body_register: 'W celu aktywacji Twojego konta, uΕΌyj poniΕΌszego odnoΕnika:' | |
85 |
|
95 | |||
86 | gui_validation_error: 1 bΕΔ d |
|
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 | gui_validation_error_plural: %d bΕΔdΓ³w |
|
99 | gui_validation_error_plural: %d bΕΔdΓ³w | |
88 |
|
100 | |||
89 | field_name: Nazwa |
|
101 | field_name: Nazwa | |
90 | field_description: Opis |
|
102 | field_description: Opis | |
91 | field_summary: Podsumowanie |
|
103 | field_summary: Podsumowanie | |
92 | field_is_required: Wymagane |
|
104 | field_is_required: Wymagane | |
93 | field_firstname: ImiΔ |
|
105 | field_firstname: ImiΔ | |
94 | field_lastname: Nazwisko |
|
106 | field_lastname: Nazwisko | |
95 | field_mail: Email |
|
107 | field_mail: Email | |
96 | field_filename: Plik |
|
108 | field_filename: Plik | |
97 | field_filesize: Rozmiar |
|
109 | field_filesize: Rozmiar | |
98 | field_downloads: PobraΕ |
|
110 | field_downloads: PobraΕ | |
99 | field_author: Autor |
|
111 | field_author: Autor | |
100 | field_created_on: Stworzone |
|
112 | field_created_on: Stworzone | |
101 | field_updated_on: Zmienione |
|
113 | field_updated_on: Zmienione | |
102 | field_field_format: Format |
|
114 | field_field_format: Format | |
103 | field_is_for_all: Dla wszystkich projektΓ³w |
|
115 | field_is_for_all: Dla wszystkich projektΓ³w | |
104 | field_possible_values: MoΕΌliwe wartoΕci |
|
116 | field_possible_values: MoΕΌliwe wartoΕci | |
105 | field_regexp: WyraΕΌenie regularne |
|
117 | field_regexp: WyraΕΌenie regularne | |
106 | field_min_length: Minimalna dΕugoΕΔ |
|
118 | field_min_length: Minimalna dΕugoΕΔ | |
107 | field_max_length: Maksymalna dΕugoΕΔ |
|
119 | field_max_length: Maksymalna dΕugoΕΔ | |
108 | field_value: WartoΕΔ |
|
120 | field_value: WartoΕΔ | |
109 | field_category: Kategoria |
|
121 | field_category: Kategoria | |
110 | field_title: TytuΕ |
|
122 | field_title: TytuΕ | |
111 | field_project: Projekt |
|
123 | field_project: Projekt | |
112 | field_issue: Zagadnienie |
|
124 | field_issue: Zagadnienie | |
113 | field_status: Status |
|
125 | field_status: Status | |
114 | field_notes: Notatki |
|
126 | field_notes: Notatki | |
115 | field_is_closed: Zagadnienie zamkniΔte |
|
127 | field_is_closed: Zagadnienie zamkniΔte | |
116 | field_is_default: DomyΕlny status |
|
128 | field_is_default: DomyΕlny status | |
117 | field_tracker: Typ zagadnienia |
|
129 | field_tracker: Typ zagadnienia | |
118 | field_subject: Temat |
|
130 | field_subject: Temat | |
119 | field_due_date: Data oddania |
|
131 | field_due_date: Data oddania | |
120 | field_assigned_to: Przydzielony do |
|
132 | field_assigned_to: Przydzielony do | |
121 | field_priority: Priorytet |
|
133 | field_priority: Priorytet | |
122 | field_fixed_version: Wersja docelowa |
|
134 | field_fixed_version: Wersja docelowa | |
123 | field_user: UΕΌytkownik |
|
135 | field_user: UΕΌytkownik | |
124 | field_role: Rola |
|
136 | field_role: Rola | |
125 | field_homepage: Strona www |
|
137 | field_homepage: Strona www | |
126 | field_is_public: Publiczny |
|
138 | field_is_public: Publiczny | |
127 | field_parent: Nadprojekt |
|
139 | field_parent: Nadprojekt | |
128 | field_is_in_chlog: Zagadnienie pokazywane w zapisie zmian |
|
140 | field_is_in_chlog: Zagadnienie pokazywane w zapisie zmian | |
129 | field_is_in_roadmap: Zagadnienie pokazywane na mapie |
|
141 | field_is_in_roadmap: Zagadnienie pokazywane na mapie | |
130 | field_login: Login |
|
142 | field_login: Login | |
131 | field_mail_notification: Powiadomienia Email |
|
143 | field_mail_notification: Powiadomienia Email | |
132 | field_admin: Administrator |
|
144 | field_admin: Administrator | |
133 | field_last_login_on: Ostatnie poΕΔ czenie |
|
145 | field_last_login_on: Ostatnie poΕΔ czenie | |
134 | field_language: JΔzyk |
|
146 | field_language: JΔzyk | |
135 | field_effective_date: Data |
|
147 | field_effective_date: Data | |
136 | field_password: HasΕo |
|
148 | field_password: HasΕo | |
137 | field_new_password: Nowe hasΕo |
|
149 | field_new_password: Nowe hasΕo | |
138 | field_password_confirmation: Potwierdzenie |
|
150 | field_password_confirmation: Potwierdzenie | |
139 | field_version: Wersja |
|
151 | field_version: Wersja | |
140 | field_type: Typ |
|
152 | field_type: Typ | |
141 | field_host: Host |
|
153 | field_host: Host | |
142 | field_port: Port |
|
154 | field_port: Port | |
143 | field_account: Konto |
|
155 | field_account: Konto | |
144 | field_base_dn: Base DN |
|
156 | field_base_dn: Base DN | |
145 | field_attr_login: Login atrybut |
|
157 | field_attr_login: Login atrybut | |
146 | field_attr_firstname: ImiΔ atrybut |
|
158 | field_attr_firstname: ImiΔ atrybut | |
147 | field_attr_lastname: Nazwisko atrybut |
|
159 | field_attr_lastname: Nazwisko atrybut | |
148 | field_attr_mail: Email atrybut |
|
160 | field_attr_mail: Email atrybut | |
149 | field_onthefly: Tworzenie uΕΌytkownika w locie |
|
161 | field_onthefly: Tworzenie uΕΌytkownika w locie | |
150 | field_start_date: Start |
|
162 | field_start_date: Start | |
151 | field_done_ratio: %% Wykonane |
|
163 | field_done_ratio: %% Wykonane | |
152 | field_auth_source: Tryb identyfikacji |
|
164 | field_auth_source: Tryb identyfikacji | |
153 | field_hide_mail: Ukryj mΓ³j adres email |
|
165 | field_hide_mail: Ukryj mΓ³j adres email | |
154 | field_comments: Komentarz |
|
166 | field_comments: Komentarz | |
155 | field_url: URL |
|
167 | field_url: URL | |
156 | field_start_page: Strona startowa |
|
168 | field_start_page: Strona startowa | |
157 | field_subproject: Podprojekt |
|
169 | field_subproject: Podprojekt | |
158 | field_hours: Godzin |
|
170 | field_hours: Godzin | |
159 | field_activity: AktywnoΕΔ |
|
171 | field_activity: AktywnoΕΔ | |
160 | field_spent_on: Data |
|
172 | field_spent_on: Data | |
161 | field_identifier: Identifikator |
|
173 | field_identifier: Identifikator | |
162 | field_is_filter: Atrybut filtrowania |
|
174 | field_is_filter: Atrybut filtrowania | |
163 | field_issue_to_id: PowiΔ zania zagadnienia |
|
175 | field_issue_to_id: PowiΔ zania zagadnienia | |
164 | field_delay: OpΓ³ΕΊnienie |
|
176 | field_delay: OpΓ³ΕΊnienie | |
165 | field_default_value: DomyΕlny |
|
177 | field_default_value: DomyΕlny | |
166 |
|
178 | |||
167 | setting_app_title: TytuΕ aplikacji |
|
179 | setting_app_title: TytuΕ aplikacji | |
168 | setting_app_subtitle: PodtytuΕ aplikacji |
|
180 | setting_app_subtitle: PodtytuΕ aplikacji | |
169 | setting_welcome_text: Tekst powitalny |
|
181 | setting_welcome_text: Tekst powitalny | |
170 | setting_default_language: DomyΕlny jΔzyk |
|
182 | setting_default_language: DomyΕlny jΔzyk | |
171 | setting_login_required: Identyfikacja wymagana |
|
183 | setting_login_required: Identyfikacja wymagana | |
172 | setting_self_registration: WΕasna rejestracja umoΕΌliwiona |
|
184 | setting_self_registration: WΕasna rejestracja umoΕΌliwiona | |
173 | setting_attachment_max_size: Maks. rozm. zaΕΔ cznika |
|
185 | setting_attachment_max_size: Maks. rozm. zaΕΔ cznika | |
174 | setting_issues_export_limit: Limit eksportu zagadnieΕ |
|
186 | setting_issues_export_limit: Limit eksportu zagadnieΕ | |
175 | setting_mail_from: Adres email wysyΕki |
|
187 | setting_mail_from: Adres email wysyΕki | |
176 | setting_host_name: Nazwa hosta |
|
188 | setting_host_name: Nazwa hosta | |
177 | setting_text_formatting: Formatowanie tekstu |
|
189 | setting_text_formatting: Formatowanie tekstu | |
178 | setting_wiki_compression: Kompresja historii Wiki |
|
190 | setting_wiki_compression: Kompresja historii Wiki | |
179 | setting_feeds_limit: Limit danych RSS |
|
191 | setting_feeds_limit: Limit danych RSS | |
180 | setting_autofetch_changesets: Automatyczne pobieranie zmian |
|
192 | setting_autofetch_changesets: Automatyczne pobieranie zmian | |
181 | setting_sys_api_enabled: WΕΔ czenie WS do zarzΔ dzania repozytorium |
|
193 | setting_sys_api_enabled: WΕΔ czenie WS do zarzΔ dzania repozytorium | |
182 | setting_commit_ref_keywords: SΕowa tworzΔ ce powiΔ zania |
|
194 | setting_commit_ref_keywords: SΕowa tworzΔ ce powiΔ zania | |
183 | setting_commit_fix_keywords: SΕowa zmieniajΔ ce status |
|
195 | setting_commit_fix_keywords: SΕowa zmieniajΔ ce status | |
184 | setting_autologin: Auto logowanie |
|
196 | setting_autologin: Auto logowanie | |
185 | setting_date_format: Format daty |
|
197 | setting_date_format: Format daty | |
186 |
|
198 | |||
187 | label_user: UΕΌytkownik |
|
199 | label_user: UΕΌytkownik | |
188 | label_user_plural: UΕΌytkownicy |
|
200 | label_user_plural: UΕΌytkownicy | |
189 | label_user_new: Nowy uΕΌytkownik |
|
201 | label_user_new: Nowy uΕΌytkownik | |
190 | label_project: Projekt |
|
202 | label_project: Projekt | |
191 | label_project_new: Nowy projekt |
|
203 | label_project_new: Nowy projekt | |
|
204 | label_project_plural234: Projekty | |||
|
205 | label_project_plural5: Projekty | |||
192 | label_project_plural: Projekty |
|
206 | label_project_plural: Projekty | |
193 | label_project_all: Wszystkie projekty |
|
207 | label_project_all: Wszystkie projekty | |
194 | label_project_latest: Ostatnie projekty |
|
208 | label_project_latest: Ostatnie projekty | |
195 | label_issue: Zagadnienie |
|
209 | label_issue: Zagadnienie | |
196 | label_issue_new: Nowe zagadnienie |
|
210 | label_issue_new: Nowe zagadnienie | |
197 | label_issue_plural: Zagadnienia |
|
211 | label_issue_plural: Zagadnienia | |
198 | label_issue_view_all: Zobacz wszystkie zagadnienia |
|
212 | label_issue_view_all: Zobacz wszystkie zagadnienia | |
199 | label_document: Dokument |
|
213 | label_document: Dokument | |
200 | label_document_new: Nowy dokument |
|
214 | label_document_new: Nowy dokument | |
201 | label_document_plural: Dokumenty |
|
215 | label_document_plural: Dokumenty | |
202 | label_role: Rola |
|
216 | label_role: Rola | |
203 | label_role_plural: Role |
|
217 | label_role_plural: Role | |
204 | label_role_new: Nowa rola |
|
218 | label_role_new: Nowa rola | |
205 | label_role_and_permissions: Role i Uprawnienia |
|
219 | label_role_and_permissions: Role i Uprawnienia | |
206 | label_member: Uczestnik |
|
220 | label_member: Uczestnik | |
207 | label_member_new: Nowy uczestnik |
|
221 | label_member_new: Nowy uczestnik | |
208 | label_member_plural: Uczestnicy |
|
222 | label_member_plural: Uczestnicy | |
209 | label_tracker: Typ zagadnienia |
|
223 | label_tracker: Typ zagadnienia | |
210 | label_tracker_plural: Typy zagadnieΕ |
|
224 | label_tracker_plural: Typy zagadnieΕ | |
211 | label_tracker_new: Nowy typ zagadnienia |
|
225 | label_tracker_new: Nowy typ zagadnienia | |
212 | label_workflow: PrzepΕyw |
|
226 | label_workflow: PrzepΕyw | |
213 | label_issue_status: Status zagadnienia |
|
227 | label_issue_status: Status zagadnienia | |
214 | label_issue_status_plural: Statusy zagadnieΕ |
|
228 | label_issue_status_plural: Statusy zagadnieΕ | |
215 | label_issue_status_new: Nowy status |
|
229 | label_issue_status_new: Nowy status | |
216 | label_issue_category: Kategoria zagadnienia |
|
230 | label_issue_category: Kategoria zagadnienia | |
217 | label_issue_category_plural: Kategorie zagadnieΕ |
|
231 | label_issue_category_plural: Kategorie zagadnieΕ | |
218 | label_issue_category_new: Nowa kategoria |
|
232 | label_issue_category_new: Nowa kategoria | |
219 | label_custom_field: Dowolne pole |
|
233 | label_custom_field: Dowolne pole | |
220 | label_custom_field_plural: Dowolne pola |
|
234 | label_custom_field_plural: Dowolne pola | |
221 | label_custom_field_new: Nowe dowolne pole |
|
235 | label_custom_field_new: Nowe dowolne pole | |
222 | label_enumerations: Wyliczenia |
|
236 | label_enumerations: Wyliczenia | |
223 | label_enumeration_new: Nowa wartoΕΔ |
|
237 | label_enumeration_new: Nowa wartoΕΔ | |
224 | label_information: Informacja |
|
238 | label_information: Informacja | |
225 | label_information_plural: Informacje |
|
239 | label_information_plural: Informacje | |
226 | label_please_login: Zaloguj siΔ |
|
240 | label_please_login: Zaloguj siΔ | |
227 | label_register: Rejestracja |
|
241 | label_register: Rejestracja | |
228 | label_password_lost: Zapomniane hasΕo |
|
242 | label_password_lost: Zapomniane hasΕo | |
229 | label_home: GΕΓ³wna |
|
243 | label_home: GΕΓ³wna | |
230 | label_my_page: Moja strona |
|
244 | label_my_page: Moja strona | |
231 | label_my_account: Moje konto |
|
245 | label_my_account: Moje konto | |
232 | label_my_projects: Moje projekty |
|
246 | label_my_projects: Moje projekty | |
233 | label_administration: Administracja |
|
247 | label_administration: Administracja | |
234 | label_login: Login |
|
248 | label_login: Login | |
235 | label_logout: Wylogowanie |
|
249 | label_logout: Wylogowanie | |
236 | label_help: Pomoc |
|
250 | label_help: Pomoc | |
237 | label_reported_issues: Wprowadzone zagadnienia |
|
251 | label_reported_issues: Wprowadzone zagadnienia | |
238 | label_assigned_to_me_issues: Zagadnienia przypisane do mnie |
|
252 | label_assigned_to_me_issues: Zagadnienia przypisane do mnie | |
239 | label_last_login: Ostatnie poΕΔ czenie |
|
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 | label_last_updates_plural: %d ostatnie zmiany |
|
257 | label_last_updates_plural: %d ostatnie zmiany | |
242 | label_registered_on: Zarejestrowany |
|
258 | label_registered_on: Zarejestrowany | |
243 | label_activity: AktywnoΕΔ |
|
259 | label_activity: AktywnoΕΔ | |
244 | label_new: Nowy |
|
260 | label_new: Nowy | |
245 | label_logged_as: Zalogowany jako |
|
261 | label_logged_as: Zalogowany jako | |
246 | label_environment: Εrodowisko |
|
262 | label_environment: Εrodowisko | |
247 | label_authentication: Identyfikacja |
|
263 | label_authentication: Identyfikacja | |
248 | label_auth_source: Tryb identyfikacji |
|
264 | label_auth_source: Tryb identyfikacji | |
249 | label_auth_source_new: Nowy tryb identyfikacji |
|
265 | label_auth_source_new: Nowy tryb identyfikacji | |
250 | label_auth_source_plural: Tryby identyfikacji |
|
266 | label_auth_source_plural: Tryby identyfikacji | |
251 | label_subproject_plural: Podprojekty |
|
267 | label_subproject_plural: Podprojekty | |
252 | label_min_max_length: Min - Maks dΕugoΕΔ |
|
268 | label_min_max_length: Min - Maks dΕugoΕΔ | |
253 | label_list: Lista |
|
269 | label_list: Lista | |
254 | label_date: Data |
|
270 | label_date: Data | |
255 | label_integer: Liczba caΕkowita |
|
271 | label_integer: Liczba caΕkowita | |
256 | label_boolean: WartoΕΔ logiczna |
|
272 | label_boolean: WartoΕΔ logiczna | |
257 | label_string: Tekst |
|
273 | label_string: Tekst | |
258 | label_text: DΕugi tekst |
|
274 | label_text: DΕugi tekst | |
259 | label_attribute: Atrybut |
|
275 | label_attribute: Atrybut | |
260 | label_attribute_plural: Atrybuty |
|
276 | label_attribute_plural: Atrybuty | |
261 | label_download: %d Pobranie |
|
277 | label_download: %d Pobranie | |
|
278 | label_download_plural234: %d Pobrania | |||
|
279 | label_download_plural5: %d PobraΕ | |||
262 | label_download_plural: %d Pobrania |
|
280 | label_download_plural: %d Pobrania | |
263 | label_no_data: Brak danych do pokazania |
|
281 | label_no_data: Brak danych do pokazania | |
264 | label_change_status: Status zmian |
|
282 | label_change_status: Status zmian | |
265 | label_history: Historia |
|
283 | label_history: Historia | |
266 | label_attachment: Plik |
|
284 | label_attachment: Plik | |
267 | label_attachment_new: Nowy plik |
|
285 | label_attachment_new: Nowy plik | |
268 | label_attachment_delete: Skasuj plik |
|
286 | label_attachment_delete: Skasuj plik | |
269 | label_attachment_plural: Pliki |
|
287 | label_attachment_plural: Pliki | |
270 | label_report: Raport |
|
288 | label_report: Raport | |
271 | label_report_plural: Raporty |
|
289 | label_report_plural: Raporty | |
272 | label_news: WiadomoΕΔ |
|
290 | label_news: WiadomoΕΔ | |
273 | label_news_new: Dodaj wiadomoΕΔ |
|
291 | label_news_new: Dodaj wiadomoΕΔ | |
274 | label_news_plural: WiadomoΕci |
|
292 | label_news_plural: WiadomoΕci | |
275 | label_news_latest: Ostatnie wiadomoΕci |
|
293 | label_news_latest: Ostatnie wiadomoΕci | |
276 | label_news_view_all: PokaΕΌ wszystkie wiadomoΕci |
|
294 | label_news_view_all: PokaΕΌ wszystkie wiadomoΕci | |
277 | label_change_log: Lista zmian |
|
295 | label_change_log: Lista zmian | |
278 | label_settings: Ustawienia |
|
296 | label_settings: Ustawienia | |
279 | label_overview: PrzeglΔ d |
|
297 | label_overview: PrzeglΔ d | |
280 | label_version: Wersja |
|
298 | label_version: Wersja | |
281 | label_version_new: Nowa wersja |
|
299 | label_version_new: Nowa wersja | |
282 | label_version_plural: Wersje |
|
300 | label_version_plural: Wersje | |
283 | label_confirmation: Potwierdzenie |
|
301 | label_confirmation: Potwierdzenie | |
284 | label_export_to: Eksportuj do |
|
302 | label_export_to: Eksportuj do | |
285 | label_read: Czytanie... |
|
303 | label_read: Czytanie... | |
286 | label_public_projects: Projekty publiczne |
|
304 | label_public_projects: Projekty publiczne | |
287 | label_open_issues: otwarte |
|
305 | label_open_issues: otwarte | |
|
306 | label_open_issues_plural234: otwarte | |||
|
307 | label_open_issues_plural5: otwarte | |||
288 | label_open_issues_plural: otwarte |
|
308 | label_open_issues_plural: otwarte | |
289 | label_closed_issues: zamkniΔte |
|
309 | label_closed_issues: zamkniΔte | |
|
310 | label_closed_issues_plural234: zamkniΔte | |||
|
311 | label_closed_issues_plural5: zamkniΔte | |||
290 | label_closed_issues_plural: zamkniΔte |
|
312 | label_closed_issues_plural: zamkniΔte | |
291 | label_total: OgΓ³Εem |
|
313 | label_total: OgΓ³Εem | |
292 | label_permissions: Uprawnienia |
|
314 | label_permissions: Uprawnienia | |
293 | label_current_status: Obecny status |
|
315 | label_current_status: Obecny status | |
294 | label_new_statuses_allowed: Uprawnione nowe statusy |
|
316 | label_new_statuses_allowed: Uprawnione nowe statusy | |
295 | label_all: wszystko |
|
317 | label_all: wszystko | |
296 | label_none: brak |
|
318 | label_none: brak | |
297 | label_next: NastΔpne |
|
319 | label_next: NastΔpne | |
298 | label_previous: Poprzednie |
|
320 | label_previous: Poprzednie | |
299 | label_used_by: UΕΌywane przez |
|
321 | label_used_by: UΕΌywane przez | |
300 | label_details: SzczegΓ³Εy |
|
322 | label_details: SzczegΓ³Εy | |
301 | label_add_note: Dodaj notatkΔ |
|
323 | label_add_note: Dodaj notatkΔ | |
302 | label_per_page: Na stronΔ |
|
324 | label_per_page: Na stronΔ | |
303 | label_calendar: Kalendarz |
|
325 | label_calendar: Kalendarz | |
304 | label_months_from: miesiΔ ce od |
|
326 | label_months_from: miesiΔ ce od | |
305 | label_gantt: Gantt |
|
327 | label_gantt: Gantt | |
306 | label_internal: WewnΔtrzny |
|
328 | label_internal: WewnΔtrzny | |
307 | label_last_changes: ostatnie %d zmian |
|
329 | label_last_changes: ostatnie %d zmian | |
308 | label_change_view_all: PokaΕΌ wszystkie zmiany |
|
330 | label_change_view_all: PokaΕΌ wszystkie zmiany | |
309 | label_personalize_page: Personalizuj tΔ stronΔ |
|
331 | label_personalize_page: Personalizuj tΔ stronΔ | |
310 | label_comment: Komentarz |
|
332 | label_comment: Komentarz | |
|
333 | label_comment_plural234: Komentarze | |||
|
334 | label_comment_plural5: Komentarze | |||
311 | label_comment_plural: Komentarze |
|
335 | label_comment_plural: Komentarze | |
312 | label_comment_add: Dodaj komentarz |
|
336 | label_comment_add: Dodaj komentarz | |
313 | label_comment_added: Komentarz dodany |
|
337 | label_comment_added: Komentarz dodany | |
314 | label_comment_delete: UsuΕ komentarze |
|
338 | label_comment_delete: UsuΕ komentarze | |
315 | label_query: Kwerenda |
|
339 | label_query: Kwerenda | |
316 | label_query_plural: Kwerendy |
|
340 | label_query_plural: Kwerendy | |
317 | label_query_new: Nowa kwerenda |
|
341 | label_query_new: Nowa kwerenda | |
318 | label_filter_add: Dodaj filtr |
|
342 | label_filter_add: Dodaj filtr | |
319 | label_filter_plural: Filtry |
|
343 | label_filter_plural: Filtry | |
320 | label_equals: rΓ³wna siΔ |
|
344 | label_equals: rΓ³wna siΔ | |
321 | label_not_equals: rΓ³ΕΌni siΔ |
|
345 | label_not_equals: rΓ³ΕΌni siΔ | |
322 | label_in_less_than: mniejsze niΕΌ |
|
346 | label_in_less_than: mniejsze niΕΌ | |
323 | label_in_more_than: wiΔksze niΕΌ |
|
347 | label_in_more_than: wiΔksze niΕΌ | |
324 | label_in: w |
|
348 | label_in: w | |
325 | label_today: dzisiaj |
|
349 | label_today: dzisiaj | |
326 | label_less_than_ago: dni mniej |
|
350 | label_less_than_ago: dni mniej | |
327 | label_more_than_ago: dni wiΔcej |
|
351 | label_more_than_ago: dni wiΔcej | |
328 | label_ago: dni temu |
|
352 | label_ago: dni temu | |
329 | label_contains: zawiera |
|
353 | label_contains: zawiera | |
330 | label_not_contains: nie zawiera |
|
354 | label_not_contains: nie zawiera | |
331 | label_day_plural: dni |
|
355 | label_day_plural: dni | |
332 | label_repository: Repozytorium |
|
356 | label_repository: Repozytorium | |
333 | label_browse: PrzeglΔ d |
|
357 | label_browse: PrzeglΔ d | |
334 | label_modification: %d modyfikacja |
|
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 | label_revision: Rewizja |
|
362 | label_revision: Rewizja | |
337 | label_revision_plural: Rewizje |
|
363 | label_revision_plural: Rewizje | |
338 | label_added: dodane |
|
364 | label_added: dodane | |
339 | label_modified: zmodyfikowane |
|
365 | label_modified: zmodyfikowane | |
340 | label_deleted: usuniΔte |
|
366 | label_deleted: usuniΔte | |
341 | label_latest_revision: Najnowsza rewizja |
|
367 | label_latest_revision: Najnowsza rewizja | |
342 | label_latest_revision_plural: Najnowsze rewizje |
|
368 | label_latest_revision_plural: Najnowsze rewizje | |
343 | label_view_revisions: PokaΕΌ rewizje |
|
369 | label_view_revisions: PokaΕΌ rewizje | |
344 | label_max_size: Maksymalny rozmiar |
|
370 | label_max_size: Maksymalny rozmiar | |
345 | label_on: 'z' |
|
371 | label_on: 'z' | |
346 | label_sort_highest: PrzesuΕ na gΓ³rΔ |
|
372 | label_sort_highest: PrzesuΕ na gΓ³rΔ | |
347 | label_sort_higher: Do gΓ³ry |
|
373 | label_sort_higher: Do gΓ³ry | |
348 | label_sort_lower: Do doΕu |
|
374 | label_sort_lower: Do doΕu | |
349 | label_sort_lowest: PrzesuΕ na dΓ³Ε |
|
375 | label_sort_lowest: PrzesuΕ na dΓ³Ε | |
350 | label_roadmap: Mapa |
|
376 | label_roadmap: Mapa | |
351 | label_roadmap_due_in: W czasie |
|
377 | label_roadmap_due_in: W czasie | |
352 | label_roadmap_no_issues: Brak zagadnieΕ do tej wersji |
|
378 | label_roadmap_no_issues: Brak zagadnieΕ do tej wersji | |
353 | label_search: Szukaj |
|
379 | label_search: Szukaj | |
354 | label_result_plural: RezultatΓ³w |
|
380 | label_result_plural: RezultatΓ³w | |
355 | label_all_words: Wszystkie sΕowa |
|
381 | label_all_words: Wszystkie sΕowa | |
356 | label_wiki: Wiki |
|
382 | label_wiki: Wiki | |
357 | label_wiki_edit: Edycja wiki |
|
383 | label_wiki_edit: Edycja wiki | |
358 | label_wiki_edit_plural: Edycje wiki |
|
384 | label_wiki_edit_plural: Edycje wiki | |
359 | label_wiki_page: Strona wiki |
|
385 | label_wiki_page: Strona wiki | |
360 | label_wiki_page_plural: Strony wiki |
|
386 | label_wiki_page_plural: Strony wiki | |
361 | label_index_by_title: Indeks |
|
387 | label_index_by_title: Indeks | |
362 | label_index_by_date: Index by date |
|
388 | label_index_by_date: Index by date | |
363 | label_current_version: Obecna wersja |
|
389 | label_current_version: Obecna wersja | |
364 | label_preview: PodglΔ d |
|
390 | label_preview: PodglΔ d | |
365 | label_feed_plural: IloΕΔ RSS |
|
391 | label_feed_plural: IloΕΔ RSS | |
366 | label_changes_details: SzczegΓ³Εy wszystkich zmian |
|
392 | label_changes_details: SzczegΓ³Εy wszystkich zmian | |
367 | label_issue_tracking: Εledzenie zagadnieΕ |
|
393 | label_issue_tracking: Εledzenie zagadnieΕ | |
368 | label_spent_time: SpΔdzony czas |
|
394 | label_spent_time: SpΔdzony czas | |
369 | label_f_hour: %.2f godzina |
|
395 | label_f_hour: %.2f godzina | |
|
396 | label_f_hour_plural234: %.2f godziny | |||
|
397 | label_f_hour_plural5: %.2f godzin | |||
370 | label_f_hour_plural: %.2f godzin |
|
398 | label_f_hour_plural: %.2f godzin | |
371 | label_time_tracking: Εledzenie czasu |
|
399 | label_time_tracking: Εledzenie czasu | |
372 | label_change_plural: Zmiany |
|
400 | label_change_plural: Zmiany | |
373 | label_statistics: Statystyki |
|
401 | label_statistics: Statystyki | |
374 | label_commits_per_month: Zatwierdzenia wedΕug miesiΔcy |
|
402 | label_commits_per_month: Zatwierdzenia wedΕug miesiΔcy | |
375 | label_commits_per_author: Zatwierdzenia wedΕug autorΓ³w |
|
403 | label_commits_per_author: Zatwierdzenia wedΕug autorΓ³w | |
376 | label_view_diff: PokaΕΌ rΓ³ΕΌnice |
|
404 | label_view_diff: PokaΕΌ rΓ³ΕΌnice | |
377 | label_diff_inline: w linii |
|
405 | label_diff_inline: w linii | |
378 | label_diff_side_by_side: obok siebie |
|
406 | label_diff_side_by_side: obok siebie | |
379 | label_options: Opcje |
|
407 | label_options: Opcje | |
380 | label_copy_workflow_from: Kopiuj przepΕyw z |
|
408 | label_copy_workflow_from: Kopiuj przepΕyw z | |
381 | label_permissions_report: Raport uprawnieΕ |
|
409 | label_permissions_report: Raport uprawnieΕ | |
382 | label_watched_issues: Obserwowane zagadnienia |
|
410 | label_watched_issues: Obserwowane zagadnienia | |
383 | label_related_issues: PowiΔ zane zagadnienia |
|
411 | label_related_issues: PowiΔ zane zagadnienia | |
384 | label_applied_status: Stosowany status |
|
412 | label_applied_status: Stosowany status | |
385 | label_loading: Εadowanie... |
|
413 | label_loading: Εadowanie... | |
386 | label_relation_new: Nowe powiΔ zanie |
|
414 | label_relation_new: Nowe powiΔ zanie | |
387 | label_relation_delete: UsuΕ powiΔ zanie |
|
415 | label_relation_delete: UsuΕ powiΔ zanie | |
388 | label_relates_to: powiΔ zane z |
|
416 | label_relates_to: powiΔ zane z | |
389 | label_duplicates: duplikaty |
|
417 | label_duplicates: duplikaty | |
390 | label_blocks: blokady |
|
418 | label_blocks: blokady | |
391 | label_blocked_by: zablokowane przez |
|
419 | label_blocked_by: zablokowane przez | |
392 | label_precedes: poprzedza |
|
420 | label_precedes: poprzedza | |
393 | label_follows: podΔ ΕΌa |
|
421 | label_follows: podΔ ΕΌa | |
394 | label_end_to_start: koniec do poczΔ tku |
|
422 | label_end_to_start: koniec do poczΔ tku | |
395 | label_end_to_end: koniec do koΕca |
|
423 | label_end_to_end: koniec do koΕca | |
396 | label_start_to_start: poczΔ tek do poczΔ tku |
|
424 | label_start_to_start: poczΔ tek do poczΔ tku | |
397 | label_start_to_end: poczΔ tek do koΕca |
|
425 | label_start_to_end: poczΔ tek do koΕca | |
398 | label_stay_logged_in: PozostaΕ zalogowany |
|
426 | label_stay_logged_in: PozostaΕ zalogowany | |
399 | label_disabled: zablokowany |
|
427 | label_disabled: zablokowany | |
400 | label_show_completed_versions: PokaΕΌ kompletne wersje |
|
428 | label_show_completed_versions: PokaΕΌ kompletne wersje | |
401 | label_me: ja |
|
429 | label_me: ja | |
402 | label_board: Forum |
|
430 | label_board: Forum | |
403 | label_board_new: Nowe forum |
|
431 | label_board_new: Nowe forum | |
404 | label_board_plural: Fora |
|
432 | label_board_plural: Fora | |
405 | label_topic_plural: Tematy |
|
433 | label_topic_plural: Tematy | |
406 | label_message_plural: WiadomoΕci |
|
434 | label_message_plural: WiadomoΕci | |
407 | label_message_last: Ostatnia wiadomoΕΔ |
|
435 | label_message_last: Ostatnia wiadomoΕΔ | |
408 | label_message_new: Nowa wiadomoΕΔ |
|
436 | label_message_new: Nowa wiadomoΕΔ | |
409 | label_reply_plural: Odpowiedzi |
|
437 | label_reply_plural: Odpowiedzi | |
410 | label_send_information: WyΕlij informacjΔ uΕΌytkownikowi |
|
438 | label_send_information: WyΕlij informacjΔ uΕΌytkownikowi | |
411 | label_year: Rok |
|
439 | label_year: Rok | |
412 | label_month: MiesiΔ c |
|
440 | label_month: MiesiΔ c | |
413 | label_week: TydzieΕ |
|
441 | label_week: TydzieΕ | |
414 | label_date_from: Z |
|
442 | label_date_from: Z | |
415 | label_date_to: Do |
|
443 | label_date_to: Do | |
416 | label_language_based: Na podstawie jΔzyka |
|
444 | label_language_based: Na podstawie jΔzyka | |
417 |
|
445 | |||
418 | button_login: Login |
|
446 | button_login: Login | |
419 | button_submit: WyΕlij |
|
447 | button_submit: WyΕlij | |
420 | button_save: Zapisz |
|
448 | button_save: Zapisz | |
421 | button_check_all: Zaznacz wszystko |
|
449 | button_check_all: Zaznacz wszystko | |
422 | button_uncheck_all: Odznacz wszystko |
|
450 | button_uncheck_all: Odznacz wszystko | |
423 | button_delete: UsuΕ |
|
451 | button_delete: UsuΕ | |
424 | button_create: StwΓ³rz |
|
452 | button_create: StwΓ³rz | |
425 | button_test: Testuj |
|
453 | button_test: Testuj | |
426 | button_edit: Edytuj |
|
454 | button_edit: Edytuj | |
427 | button_add: Dodaj |
|
455 | button_add: Dodaj | |
428 | button_change: ZmieΕ |
|
456 | button_change: ZmieΕ | |
429 | button_apply: Ustaw |
|
457 | button_apply: Ustaw | |
430 | button_clear: WyczyΕΔ |
|
458 | button_clear: WyczyΕΔ | |
431 | button_lock: Zablokuj |
|
459 | button_lock: Zablokuj | |
432 | button_unlock: Odblokuj |
|
460 | button_unlock: Odblokuj | |
433 | button_download: Pobierz |
|
461 | button_download: Pobierz | |
434 | button_list: Lista |
|
462 | button_list: Lista | |
435 | button_view: PokaΕΌ |
|
463 | button_view: PokaΕΌ | |
436 | button_move: PrzenieΕ |
|
464 | button_move: PrzenieΕ | |
437 | button_back: Wstecz |
|
465 | button_back: Wstecz | |
438 | button_cancel: Anuluj |
|
466 | button_cancel: Anuluj | |
439 | button_activate: Aktywuj |
|
467 | button_activate: Aktywuj | |
440 | button_sort: Sortuj |
|
468 | button_sort: Sortuj | |
441 | button_log_time: Log czasu |
|
469 | button_log_time: Log czasu | |
442 | button_rollback: PrzywrΓ³c do tej wersji |
|
470 | button_rollback: PrzywrΓ³c do tej wersji | |
443 | button_watch: Obserwuj |
|
471 | button_watch: Obserwuj | |
444 | button_unwatch: Nie obserwuj |
|
472 | button_unwatch: Nie obserwuj | |
445 | button_reply: Odpowiedz |
|
473 | button_reply: Odpowiedz | |
446 | button_archive: Archiwizuj |
|
474 | button_archive: Archiwizuj | |
447 | button_unarchive: PrzywrΓ³c z archiwum |
|
475 | button_unarchive: PrzywrΓ³c z archiwum | |
448 |
|
476 | |||
449 | status_active: aktywny |
|
477 | status_active: aktywny | |
450 | status_registered: zarejestrowany |
|
478 | status_registered: zarejestrowany | |
451 | status_locked: zablokowany |
|
479 | status_locked: zablokowany | |
452 |
|
480 | |||
453 | text_select_mail_notifications: Zaznacz czynnoΕci przy ktΓ³rych uΕΌytkownik powinien byΔ powiadomiony mailem. |
|
481 | text_select_mail_notifications: Zaznacz czynnoΕci przy ktΓ³rych uΕΌytkownik powinien byΔ powiadomiony mailem. | |
454 | text_regexp_info: np. ^[A-Z0-9]+$ |
|
482 | text_regexp_info: np. ^[A-Z0-9]+$ | |
455 | text_min_max_length_info: 0 oznacza brak restrykcji |
|
483 | text_min_max_length_info: 0 oznacza brak restrykcji | |
456 | text_project_destroy_confirmation: JesteΕ pewien, ΕΌe chcesz usunΔ Δ ten projekt i wszyskie powiΔ zane dane? |
|
484 | text_project_destroy_confirmation: JesteΕ pewien, ΕΌe chcesz usunΔ Δ ten projekt i wszyskie powiΔ zane dane? | |
457 | text_workflow_edit: Zaznacz rolΔ i typ zagadnienia do edycji przepΕywu |
|
485 | text_workflow_edit: Zaznacz rolΔ i typ zagadnienia do edycji przepΕywu | |
458 | text_are_you_sure: JesteΕ pewien ? |
|
486 | text_are_you_sure: JesteΕ pewien ? | |
459 | text_journal_changed: zmienione %s do %s |
|
487 | text_journal_changed: zmienione %s do %s | |
460 | text_journal_set_to: ustawione na %s |
|
488 | text_journal_set_to: ustawione na %s | |
461 | text_journal_deleted: usuniΔte |
|
489 | text_journal_deleted: usuniΔte | |
462 | text_tip_task_begin_day: zadanie zaczynajΔ ce siΔ dzisiaj |
|
490 | text_tip_task_begin_day: zadanie zaczynajΔ ce siΔ dzisiaj | |
463 | text_tip_task_end_day: zadanie koΕczΔ ce siΔ dzisiaj |
|
491 | text_tip_task_end_day: zadanie koΕczΔ ce siΔ dzisiaj | |
464 | text_tip_task_begin_end_day: zadanie zaczynajΔ ce i koΕczΔ ce siΔ dzisiaj |
|
492 | text_tip_task_begin_end_day: zadanie zaczynajΔ ce i koΕczΔ ce siΔ dzisiaj | |
465 | text_project_identifier_info: 'MaΕe litery (a-z), liczby i myΕlniki dozwolone.<br />Raz zapisany, identyfikator nie moΕΌe byΔ zmieniony.' |
|
493 | text_project_identifier_info: 'MaΕe litery (a-z), liczby i myΕlniki dozwolone.<br />Raz zapisany, identyfikator nie moΕΌe byΔ zmieniony.' | |
466 | text_caracters_maximum: %d znakΓ³w maksymalnie. |
|
494 | text_caracters_maximum: %d znakΓ³w maksymalnie. | |
467 | text_length_between: DΕugoΕΔ pomiΔdzy %d i %d znakΓ³w. |
|
495 | text_length_between: DΕugoΕΔ pomiΔdzy %d i %d znakΓ³w. | |
468 | text_tracker_no_workflow: Brak przepΕywu zefiniowanego dla tego typu zagadnienia |
|
496 | text_tracker_no_workflow: Brak przepΕywu zefiniowanego dla tego typu zagadnienia | |
469 | text_unallowed_characters: Niedozwolone znaki |
|
497 | text_unallowed_characters: Niedozwolone znaki | |
470 | text_comma_separated: Wielokrotne wartoΕci dozwolone (rozdzielone przecinkami). |
|
498 | text_comma_separated: Wielokrotne wartoΕci dozwolone (rozdzielone przecinkami). | |
471 | text_issues_ref_in_commit_messages: OdwoΕania do zagadnieΕ w komentarzach zatwierdzeΕ |
|
499 | text_issues_ref_in_commit_messages: OdwoΕania do zagadnieΕ w komentarzach zatwierdzeΕ | |
472 |
|
500 | |||
473 | default_role_manager: Kierownik |
|
501 | default_role_manager: Kierownik | |
474 | default_role_developper: Programista |
|
502 | default_role_developper: Programista | |
475 | default_role_reporter: Wprowadzajacy |
|
503 | default_role_reporter: Wprowadzajacy | |
476 | default_tracker_bug: BΕΔ d |
|
504 | default_tracker_bug: BΕΔ d | |
477 | default_tracker_feature: Zadanie |
|
505 | default_tracker_feature: Zadanie | |
478 | default_tracker_support: Wsparcie |
|
506 | default_tracker_support: Wsparcie | |
479 | default_issue_status_new: Nowy |
|
507 | default_issue_status_new: Nowy | |
480 | default_issue_status_assigned: Przypisany |
|
508 | default_issue_status_assigned: Przypisany | |
481 | default_issue_status_resolved: RozwiΔ zany |
|
509 | default_issue_status_resolved: RozwiΔ zany | |
482 | default_issue_status_feedback: OdpowiedΕΊ |
|
510 | default_issue_status_feedback: OdpowiedΕΊ | |
483 | default_issue_status_closed: ZamkniΔty |
|
511 | default_issue_status_closed: ZamkniΔty | |
484 | default_issue_status_rejected: Odrzucony |
|
512 | default_issue_status_rejected: Odrzucony | |
485 | default_doc_category_user: Dokumentacja uΕΌytkownika |
|
513 | default_doc_category_user: Dokumentacja uΕΌytkownika | |
486 | default_doc_category_tech: Dokumentacja techniczna |
|
514 | default_doc_category_tech: Dokumentacja techniczna | |
487 | default_priority_low: Niski |
|
515 | default_priority_low: Niski | |
488 | default_priority_normal: Normalny |
|
516 | default_priority_normal: Normalny | |
489 | default_priority_high: Wysoki |
|
517 | default_priority_high: Wysoki | |
490 | default_priority_urgent: Pilny |
|
518 | default_priority_urgent: Pilny | |
491 | default_priority_immediate: Natychmiastowy |
|
519 | default_priority_immediate: Natychmiastowy | |
492 | default_activity_design: Projektowanie |
|
520 | default_activity_design: Projektowanie | |
493 | default_activity_development: RozwΓ³j |
|
521 | default_activity_development: RozwΓ³j | |
494 |
|
522 | |||
495 | enumeration_issue_priorities: Priorytety zagadnieΕ |
|
523 | enumeration_issue_priorities: Priorytety zagadnieΕ | |
496 | enumeration_doc_categories: Kategorie dokumentΓ³w |
|
524 | enumeration_doc_categories: Kategorie dokumentΓ³w | |
497 | enumeration_activities: DziaΕania (Εledzenie czasu) |
|
525 | enumeration_activities: DziaΕania (Εledzenie czasu) | |
498 | button_rename: ZmieΕ nazwΔ |
|
526 | button_rename: ZmieΕ nazwΔ | |
499 | text_issue_category_destroy_question: Zagadnienia (%d) sΔ przypisane do tej kategorii. Co chcesz uczyniΔ? |
|
527 | text_issue_category_destroy_question: Zagadnienia (%d) sΔ przypisane do tej kategorii. Co chcesz uczyniΔ? | |
500 | label_feeds_access_key_created_on: Klucz dostΔpu RSS stworzony %s dni temu |
|
528 | label_feeds_access_key_created_on: Klucz dostΔpu RSS stworzony %s dni temu | |
501 | setting_cross_project_issue_relations: ZezwΓ³l na powiΔ zania zagadnieΕ miΔdzy projektami |
|
529 | setting_cross_project_issue_relations: ZezwΓ³l na powiΔ zania zagadnieΕ miΔdzy projektami | |
502 | label_roadmap_overdue: %s spΓ³ΕΊnienia |
|
530 | label_roadmap_overdue: %s spΓ³ΕΊnienia | |
503 | label_module_plural: ModuΕy |
|
531 | label_module_plural: ModuΕy | |
504 | label_this_week: ten tydzieΕ |
|
532 | label_this_week: ten tydzieΕ | |
505 | label_jump_to_a_project: Skocz do projektu... |
|
533 | label_jump_to_a_project: Skocz do projektu... | |
506 | field_assignable: Zagadnienia mogΔ byΔ przypisane do tej roli |
|
534 | field_assignable: Zagadnienia mogΔ byΔ przypisane do tej roli | |
507 | label_sort_by: Sortuj po %s |
|
535 | label_sort_by: Sortuj po %s | |
508 | text_issue_updated: Zagadnienie %s zostaΕo zaktualizowane (by %s). |
|
536 | text_issue_updated: Zagadnienie %s zostaΕo zaktualizowane (by %s). | |
509 | notice_feeds_access_key_reseted: TwΓ³j klucz dostΔpu RSS zostaΕ zrestetowany. |
|
537 | notice_feeds_access_key_reseted: TwΓ³j klucz dostΔpu RSS zostaΕ zrestetowany. | |
510 | field_redirect_existing_links: Przekierowanie istniejΔ cych odnoΕnikΓ³w |
|
538 | field_redirect_existing_links: Przekierowanie istniejΔ cych odnoΕnikΓ³w | |
511 | text_issue_category_reassign_to: Przydziel zagadnienie do tej kategorii |
|
539 | text_issue_category_reassign_to: Przydziel zagadnienie do tej kategorii | |
512 | notice_email_sent: Email zostaΕ wysΕany do %s |
|
540 | notice_email_sent: Email zostaΕ wysΕany do %s | |
513 | text_issue_added: Zagadnienie %s zostaΕo wprowadzone (by %s). |
|
541 | text_issue_added: Zagadnienie %s zostaΕo wprowadzone (by %s). | |
514 | text_wiki_destroy_confirmation: JesteΕ pewien, ΕΌe chcesz usunΔ Δ to wiki i caΕΔ jego zawartoΕΔ ? |
|
542 | text_wiki_destroy_confirmation: JesteΕ pewien, ΕΌe chcesz usunΔ Δ to wiki i caΕΔ jego zawartoΕΔ ? | |
515 | notice_email_error: WystΔ piΕ bΕΔ d w trakcie wysyΕania maila (%s) |
|
543 | notice_email_error: WystΔ piΕ bΕΔ d w trakcie wysyΕania maila (%s) | |
516 | label_updated_time: Zaktualizowane %s temu |
|
544 | label_updated_time: Zaktualizowane %s temu | |
517 | text_issue_category_destroy_assignments: UsuΕ przydziaΕy kategorii |
|
545 | text_issue_category_destroy_assignments: UsuΕ przydziaΕy kategorii | |
518 | label_send_test_email: WyΕlij prΓ³bny email |
|
546 | label_send_test_email: WyΕlij prΓ³bny email | |
519 | button_reset: Resetuj |
|
547 | button_reset: Resetuj | |
520 | label_added_time_by: Dodane przez %s %s temu |
|
548 | label_added_time_by: Dodane przez %s %s temu | |
521 | field_estimated_hours: Szacowany czas |
|
549 | field_estimated_hours: Szacowany czas | |
522 | label_file_plural: Pliki |
|
550 | label_file_plural: Pliki | |
523 | label_changeset_plural: Zestawienia zmian |
|
551 | label_changeset_plural: Zestawienia zmian | |
524 | field_column_names: Nazwy kolumn |
|
552 | field_column_names: Nazwy kolumn | |
525 | label_default_columns: DomyΕlne kolumny |
|
553 | label_default_columns: DomyΕlne kolumny | |
526 | setting_issue_list_default_columns: DomyΕlne kolumny wiΕwietlane na liΕcie zagadnieΕ |
|
554 | setting_issue_list_default_columns: DomyΕlne kolumny wiΕwietlane na liΕcie zagadnieΕ | |
527 | setting_repositories_encodings: Kodowanie repozytoriΓ³w |
|
555 | setting_repositories_encodings: Kodowanie repozytoriΓ³w | |
528 | notice_no_issue_selected: "Nie wybrano zagadnienia! Zaznacz zagadnienie, ktΓ³re chcesz edytowaΔ." |
|
556 | notice_no_issue_selected: "Nie wybrano zagadnienia! Zaznacz zagadnienie, ktΓ³re chcesz edytowaΔ." | |
529 | label_bulk_edit_selected_issues: Zbiorowa edycja zagadnieΕ |
|
557 | label_bulk_edit_selected_issues: Zbiorowa edycja zagadnieΕ | |
530 | label_no_change_option: (Bez zmian) |
|
558 | label_no_change_option: (Bez zmian) | |
531 | notice_failed_to_save_issues: "BΕΔ d podczas zapisu zagadnieΕ %d z %d zaznaczonych: %s." |
|
559 | notice_failed_to_save_issues: "BΕΔ d podczas zapisu zagadnieΕ %d z %d zaznaczonych: %s." | |
532 | label_theme: Temat |
|
560 | label_theme: Temat | |
533 | label_default: DomyΕlne |
|
561 | label_default: DomyΕlne | |
534 | label_search_titles_only: Przeszukuj tylko tytuΕy |
|
562 | label_search_titles_only: Przeszukuj tylko tytuΕy | |
535 | label_nobody: nikt |
|
563 | label_nobody: nikt | |
536 | button_change_password: ZmieΕ hasΕo |
|
564 | button_change_password: ZmieΕ hasΕo | |
537 | text_user_mail_option: "W przypadku niezaznaczonych projektΓ³w, bΔdziesz otrzymywaΕ powiadomienia tylko na temat zagadnien, ktΓ³re obserwujesz, lub w ktΓ³rych bierzesz udziaΕ (np. jesteΕ autorem lub adresatem)." |
|
565 | text_user_mail_option: "W przypadku niezaznaczonych projektΓ³w, bΔdziesz otrzymywaΕ powiadomienia tylko na temat zagadnien, ktΓ³re obserwujesz, lub w ktΓ³rych bierzesz udziaΕ (np. jesteΕ autorem lub adresatem)." | |
538 | label_user_mail_option_selected: "Tylko dla kaΕΌdego zdarzenia w wybranych projektach..." |
|
566 | label_user_mail_option_selected: "Tylko dla kaΕΌdego zdarzenia w wybranych projektach..." | |
539 | label_user_mail_option_all: "Dla kaΕΌdego zdarzenia w kaΕΌdym moim projekcie" |
|
567 | label_user_mail_option_all: "Dla kaΕΌdego zdarzenia w kaΕΌdym moim projekcie" | |
540 | label_user_mail_option_none: "Tylko to co obserwuje lub w czym biorΔ udziaΕ" |
|
568 | label_user_mail_option_none: "Tylko to co obserwuje lub w czym biorΔ udziaΕ" | |
541 | setting_emails_footer: Stopka e-mail |
|
569 | setting_emails_footer: Stopka e-mail | |
542 | label_float: Liczba rzeczywista |
|
570 | label_float: Liczba rzeczywista | |
543 | button_copy: Kopia |
|
571 | button_copy: Kopia | |
544 | mail_body_account_information_external: MoΕΌesz uΕΌyΔ twojego "%s" konta do zalogowania. |
|
572 | mail_body_account_information_external: MoΕΌesz uΕΌyΔ twojego "%s" konta do zalogowania. | |
545 | mail_body_account_information: Twoje konto |
|
573 | mail_body_account_information: Twoje konto | |
546 | setting_protocol: ProtokoΕ |
|
574 | setting_protocol: ProtokoΕ | |
547 | label_user_mail_no_self_notified: "Nie chcΔ powiadomieΕ o zmianach, ktΓ³re sam wprowadzam." |
|
575 | label_user_mail_no_self_notified: "Nie chcΔ powiadomieΕ o zmianach, ktΓ³re sam wprowadzam." | |
548 | setting_time_format: Format czasu |
|
576 | setting_time_format: Format czasu | |
549 | label_registration_activation_by_email: aktywacja konta przez e-mail |
|
577 | label_registration_activation_by_email: aktywacja konta przez e-mail | |
550 | mail_subject_account_activation_request: Zapytanie aktywacyjne konta %s |
|
578 | mail_subject_account_activation_request: Zapytanie aktywacyjne konta %s | |
551 | mail_body_account_activation_request: 'Zarejestrowano nowego uΕΌytkownika: (%s). Konto oczekuje na twoje zatwierdzenie:' |
|
579 | mail_body_account_activation_request: 'Zarejestrowano nowego uΕΌytkownika: (%s). Konto oczekuje na twoje zatwierdzenie:' | |
552 | label_registration_automatic_activation: automatyczna aktywacja kont |
|
580 | label_registration_automatic_activation: automatyczna aktywacja kont | |
553 | label_registration_manual_activation: manualna aktywacja kont |
|
581 | label_registration_manual_activation: manualna aktywacja kont | |
554 | notice_account_pending: "Twoje konto zostaΕo utworzone i oczekuje na zatwierdzenie administratora." |
|
582 | notice_account_pending: "Twoje konto zostaΕo utworzone i oczekuje na zatwierdzenie administratora." | |
555 | field_time_zone: Strefa czasowa |
|
583 | field_time_zone: Strefa czasowa | |
556 | text_caracters_minimum: Musi byΔ nie krΓ³tsze niΕΌ %d znakΓ³w. |
|
584 | text_caracters_minimum: Musi byΔ nie krΓ³tsze niΕΌ %d znakΓ³w. | |
557 | setting_bcc_recipients: Odbiorcy kopii tajnej (kt/bcc) |
|
585 | setting_bcc_recipients: Odbiorcy kopii tajnej (kt/bcc) | |
558 | button_annotate: Adnotuj |
|
586 | button_annotate: Adnotuj | |
559 | label_issues_by: Zagadnienia wprowadzone przez %s |
|
587 | label_issues_by: Zagadnienia wprowadzone przez %s | |
560 | field_searchable: Przeszukiwalne |
|
588 | field_searchable: Przeszukiwalne | |
561 | label_display_per_page: 'Na stronΔ: %s' |
|
589 | label_display_per_page: 'Na stronΔ: %s' | |
562 | setting_per_page_options: Opcje iloΕci obiektΓ³w na stronie |
|
590 | setting_per_page_options: Opcje iloΕci obiektΓ³w na stronie | |
563 | label_age: Wiek |
|
591 | label_age: Wiek | |
564 | notice_default_data_loaded: DomyΕlna konfiguracja zostaΕa pomyΕlnie zaΕadowana. |
|
592 | notice_default_data_loaded: DomyΕlna konfiguracja zostaΕa pomyΕlnie zaΕadowana. | |
565 | text_load_default_configuration: ZaΕaduj domyΕlnΔ konfiguracjΔ |
|
593 | text_load_default_configuration: ZaΕaduj domyΕlnΔ konfiguracjΔ | |
566 | text_no_configuration_data: "Role uΕΌytkownikΓ³w, typy zagadnieΕ, statusy zagadnieΕ oraz przepΕyw pracy nie zostaΕy jeszcze skonfigurowane.\nJest wysoce rekomendowane by zaΕadowaΔ domyΕlnΔ konfiguracjΔ. Po zaΕadowaniu bΔdzie moΕΌliwoΕΔ edycji tych danych." |
|
594 | text_no_configuration_data: "Role uΕΌytkownikΓ³w, typy zagadnieΕ, statusy zagadnieΕ oraz przepΕyw pracy nie zostaΕy jeszcze skonfigurowane.\nJest wysoce rekomendowane by zaΕadowaΔ domyΕlnΔ konfiguracjΔ. Po zaΕadowaniu bΔdzie moΕΌliwoΕΔ edycji tych danych." | |
567 | error_can_t_load_default_data: "DomyΕlna konfiguracja nie moΕΌe byΔ zaΕadowana: %s" |
|
595 | error_can_t_load_default_data: "DomyΕlna konfiguracja nie moΕΌe byΔ zaΕadowana: %s" | |
568 | button_update: Uaktualnij |
|
596 | button_update: Uaktualnij | |
569 | label_change_properties: ZmieΕ wΕaΕciwoΕci |
|
597 | label_change_properties: ZmieΕ wΕaΕciwoΕci | |
570 | label_general: OgΓ³lne |
|
598 | label_general: OgΓ³lne | |
571 | label_repository_plural: Repozytoria |
|
599 | label_repository_plural: Repozytoria | |
572 | label_associated_revisions: Skojarzone rewizje |
|
600 | label_associated_revisions: Skojarzone rewizje | |
573 | setting_user_format: Personalny format wyΕwietlania |
|
601 | setting_user_format: Personalny format wyΕwietlania | |
574 | text_status_changed_by_changeset: Zastosowane w zmianach %s. |
|
602 | text_status_changed_by_changeset: Zastosowane w zmianach %s. | |
575 | label_more: WiΔcej |
|
603 | label_more: WiΔcej | |
576 | text_issues_destroy_confirmation: 'Czy jestes pewien, ΕΌe chcesz usunΔ Δ wskazane zagadnienia?' |
|
604 | text_issues_destroy_confirmation: 'Czy jestes pewien, ΕΌe chcesz usunΔ Δ wskazane zagadnienia?' | |
577 | label_scm: SCM |
|
605 | label_scm: SCM | |
578 | text_select_project_modules: 'Wybierz moduΕy do aktywacji w tym projekcie:' |
|
606 | text_select_project_modules: 'Wybierz moduΕy do aktywacji w tym projekcie:' | |
579 | label_issue_added: Dodano zagadnienie |
|
607 | label_issue_added: Dodano zagadnienie | |
580 | label_issue_updated: Uaktualniono zagadnienie |
|
608 | label_issue_updated: Uaktualniono zagadnienie | |
581 | label_document_added: Dodano dokument |
|
609 | label_document_added: Dodano dokument | |
582 | label_message_posted: Dodano wiadomoΕΔ |
|
610 | label_message_posted: Dodano wiadomoΕΔ | |
583 | label_file_added: Dodano plik |
|
611 | label_file_added: Dodano plik | |
584 | label_news_added: Dodano wiadomoΕΔ |
|
612 | label_news_added: Dodano wiadomoΕΔ | |
585 | project_module_boards: Fora |
|
613 | project_module_boards: Fora | |
586 | project_module_issue_tracking: Εledzenie zagadnieΕ |
|
614 | project_module_issue_tracking: Εledzenie zagadnieΕ | |
587 | project_module_wiki: Wiki |
|
615 | project_module_wiki: Wiki | |
588 | project_module_files: Pliki |
|
616 | project_module_files: Pliki | |
589 | project_module_documents: Dokumenty |
|
617 | project_module_documents: Dokumenty | |
590 | project_module_repository: Repozytorium |
|
618 | project_module_repository: Repozytorium | |
591 | project_module_news: WiadomoΕci |
|
619 | project_module_news: WiadomoΕci | |
592 | project_module_time_tracking: Εledzenie czasu |
|
620 | project_module_time_tracking: Εledzenie czasu | |
593 | text_file_repository_writable: Zapisywalne repozytorium plikΓ³w |
|
621 | text_file_repository_writable: Zapisywalne repozytorium plikΓ³w | |
594 | text_default_administrator_account_changed: Zmieniono domyΕlne hasΕo administratora |
|
622 | text_default_administrator_account_changed: Zmieniono domyΕlne hasΕo administratora | |
595 | text_rmagick_available: RMagick dostΔpne (opcjonalnie) |
|
623 | text_rmagick_available: RMagick dostΔpne (opcjonalnie) | |
596 | button_configure: Konfiguruj |
|
624 | button_configure: Konfiguruj | |
597 | label_plugins: Wtyczki |
|
625 | label_plugins: Wtyczki | |
598 | label_ldap_authentication: Autoryzacja LDAP |
|
626 | label_ldap_authentication: Autoryzacja LDAP | |
599 | label_downloads_abbr: Pobieranie |
|
627 | label_downloads_abbr: Pobieranie | |
600 | label_this_month: ten miesiΔ c |
|
628 | label_this_month: ten miesiΔ c | |
601 | label_last_n_days: ostatnie %d dni |
|
629 | label_last_n_days: ostatnie %d dni | |
602 | label_all_time: caΕy czas |
|
630 | label_all_time: caΕy czas | |
603 | label_this_year: ten rok |
|
631 | label_this_year: ten rok | |
604 | label_date_range: Zakres datowy |
|
632 | label_date_range: Zakres datowy | |
605 | label_last_week: ostatni tydzieΕ |
|
633 | label_last_week: ostatni tydzieΕ | |
606 | label_yesterday: wczoraj |
|
634 | label_yesterday: wczoraj | |
607 | label_last_month: ostatni miesiΔ c |
|
635 | label_last_month: ostatni miesiΔ c | |
608 | label_add_another_file: Dodaj kolejny plik |
|
636 | label_add_another_file: Dodaj kolejny plik | |
609 | label_optional_description: Opcjonalny opis |
|
637 | label_optional_description: Opcjonalny opis | |
610 | text_destroy_time_entries_question: Zalogowano %.02f godzin przy zagadnieniu, ktΓ³re chcesz usunΔ Δ. Co chcesz zrobiΔ? |
|
638 | text_destroy_time_entries_question: Zalogowano %.02f godzin przy zagadnieniu, ktΓ³re chcesz usunΔ Δ. Co chcesz zrobiΔ? | |
611 | error_issue_not_found_in_project: 'Zaganienie nie zostaΕo znalezione lub nie naleΕΌy do tego projektu' |
|
639 | error_issue_not_found_in_project: 'Zaganienie nie zostaΕo znalezione lub nie naleΕΌy do tego projektu' | |
612 | text_assign_time_entries_to_project: Przypisz logowany czas do projektu |
|
640 | text_assign_time_entries_to_project: Przypisz logowany czas do projektu | |
613 | text_destroy_time_entries: UsuΕ zalogowany czas |
|
641 | text_destroy_time_entries: UsuΕ zalogowany czas | |
614 | text_reassign_time_entries: 'Przepnij zalogowany czas do tego zagadnienia:' |
|
642 | text_reassign_time_entries: 'Przepnij zalogowany czas do tego zagadnienia:' | |
615 | label_chronological_order: W kolejnoΕci chronologicznej |
|
643 | label_chronological_order: W kolejnoΕci chronologicznej | |
616 | setting_activity_days_default: Dni wyΕwietlane w aktywnoΕci projektu |
|
644 | setting_activity_days_default: Dni wyΕwietlane w aktywnoΕci projektu | |
617 | setting_display_subprojects_issues: DomyΕlnie pokazuj zagadnienia podprojektΓ³w w gΕΓ³wnym projekcie |
|
645 | setting_display_subprojects_issues: DomyΕlnie pokazuj zagadnienia podprojektΓ³w w gΕΓ³wnym projekcie | |
618 | field_comments_sorting: Pokazuj komentarze |
|
646 | field_comments_sorting: Pokazuj komentarze | |
619 | label_reverse_chronological_order: W kolejnoΕci odwrotnej do chronologicznej |
|
647 | label_reverse_chronological_order: W kolejnoΕci odwrotnej do chronologicznej | |
620 | label_preferences: Preferencje |
|
648 | label_preferences: Preferencje | |
621 | label_overall_activity: OgΓ³lna aktywnoΕΔ |
|
649 | label_overall_activity: OgΓ³lna aktywnoΕΔ | |
622 | setting_default_projects_public: Nowe projekty sΔ domyΕlnie publiczne |
|
650 | setting_default_projects_public: Nowe projekty sΔ domyΕlnie publiczne | |
623 | error_scm_annotate: "Wpis nie istnieje lub nie moΕΌna do niego dodawaΔ adnotacji." |
|
651 | error_scm_annotate: "Wpis nie istnieje lub nie moΕΌna do niego dodawaΔ adnotacji." | |
624 | label_planning: Planowanie |
|
652 | label_planning: Planowanie | |
625 | text_subprojects_destroy_warning: 'Podprojekt(y): %s zostanΔ takΕΌe usuniΔte.' |
|
653 | text_subprojects_destroy_warning: 'Podprojekt(y): %s zostanΔ takΕΌe usuniΔte.' | |
626 | label_and_its_subprojects: %s i podprojekty |
|
654 | label_and_its_subprojects: %s i podprojekty | |
627 | mail_body_reminder: "Wykaz przypisanych do Ciebie zagadnieΕ, ktΓ³rych termin wypada w ciΔ gu nastΔpnych %d dni" |
|
655 | mail_body_reminder: "Wykaz przypisanych do Ciebie zagadnieΕ, ktΓ³rych termin wypada w ciΔ gu nastΔpnych %d dni" | |
628 | mail_subject_reminder: "Uwaga na terminy, masz zagadnienia do obsΕuΕΌenia w ciΔ gu nastΔpnych %d dni!" |
|
656 | mail_subject_reminder: "Uwaga na terminy, masz zagadnienia do obsΕuΕΌenia w ciΔ gu nastΔpnych %d dni!" | |
629 | text_user_wrote: '%s napisaΕ:' |
|
657 | text_user_wrote: '%s napisaΕ:' | |
630 | label_duplicated_by: zdublikowane przez |
|
658 | label_duplicated_by: zdublikowane przez | |
631 | setting_enabled_scm: DostΔpny SCM |
|
659 | setting_enabled_scm: DostΔpny SCM | |
632 | text_enumeration_category_reassign_to: 'ZmieΕ przypisanie na tΔ wartoΕΔ:' |
|
660 | text_enumeration_category_reassign_to: 'ZmieΕ przypisanie na tΔ wartoΕΔ:' | |
633 | text_enumeration_destroy_question: '%d obiektΓ³w jest przypisana do tej wartoΕci.' |
|
661 | text_enumeration_destroy_question: '%d obiektΓ³w jest przypisana do tej wartoΕci.' | |
634 | label_incoming_emails: PrzychodzΔ ca poczta elektroniczna |
|
662 | label_incoming_emails: PrzychodzΔ ca poczta elektroniczna | |
635 | label_generate_key: Wygeneruj klucz |
|
663 | label_generate_key: Wygeneruj klucz | |
636 | setting_mail_handler_api_enabled: Uaktywnij usΕugi sieciowe (WebServices) dla poczty przychodzΔ cej |
|
664 | setting_mail_handler_api_enabled: Uaktywnij usΕugi sieciowe (WebServices) dla poczty przychodzΔ cej | |
637 | setting_mail_handler_api_key: Klucz API |
|
665 | setting_mail_handler_api_key: Klucz API | |
638 | text_email_delivery_not_configured: "Dostarczanie poczty elektronicznej nie zostaΕo skonfigurowane, wiΔc powiadamianie jest nieaktywne.\nSkonfiguruj serwer SMTP w config/email.yml a nastΔpnie zrestartuj aplikacjΔ i uaktywnij to." |
|
666 | text_email_delivery_not_configured: "Dostarczanie poczty elektronicznej nie zostaΕo skonfigurowane, wiΔc powiadamianie jest nieaktywne.\nSkonfiguruj serwer SMTP w config/email.yml a nastΔpnie zrestartuj aplikacjΔ i uaktywnij to." | |
639 | field_parent_title: Strona rodzica |
|
667 | field_parent_title: Strona rodzica | |
640 | label_issue_watchers: Obserwatorzy |
|
668 | label_issue_watchers: Obserwatorzy | |
641 | setting_commit_logs_encoding: ZatwierdΕΊ kodowanie wiadomoΕci |
|
669 | setting_commit_logs_encoding: ZatwierdΕΊ kodowanie wiadomoΕci | |
642 | button_quote: Cytuj |
|
670 | button_quote: Cytuj | |
643 | setting_sequential_project_identifiers: Generuj sekwencyjne identyfikatory projektΓ³w |
|
671 | setting_sequential_project_identifiers: Generuj sekwencyjne identyfikatory projektΓ³w | |
644 | notice_unable_delete_version: Nie moΕΌna usunΔ Δ wersji |
|
672 | notice_unable_delete_version: Nie moΕΌna usunΔ Δ wersji | |
645 | label_renamed: przemianowano |
|
673 | label_renamed: przemianowano | |
646 | label_copied: skopiowano |
|
674 | label_copied: skopiowano | |
647 | field_vf_watcher: Obserwator |
|
675 | field_vf_watcher: Obserwator | |
648 | field_vf_personnel: Personel |
|
676 | field_vf_personnel: Personel | |
649 | setting_plain_text_mail: plain text only (no HTML) |
|
677 | setting_plain_text_mail: plain text only (no HTML) | |
650 | permission_view_files: View files |
|
678 | permission_view_files: View files | |
651 | permission_edit_issues: Edit issues |
|
679 | permission_edit_issues: Edit issues | |
652 | permission_edit_own_time_entries: Edit own time logs |
|
680 | permission_edit_own_time_entries: Edit own time logs | |
653 | permission_manage_public_queries: Manage public queries |
|
681 | permission_manage_public_queries: Manage public queries | |
654 | permission_add_issues: Add issues |
|
682 | permission_add_issues: Add issues | |
655 | permission_log_time: Log spent time |
|
683 | permission_log_time: Log spent time | |
656 | permission_view_changesets: View changesets |
|
684 | permission_view_changesets: View changesets | |
657 | permission_view_time_entries: View spent time |
|
685 | permission_view_time_entries: View spent time | |
658 | permission_manage_versions: Manage versions |
|
686 | permission_manage_versions: Manage versions | |
659 | permission_manage_wiki: Manage wiki |
|
687 | permission_manage_wiki: Manage wiki | |
660 | permission_manage_categories: Manage issue categories |
|
688 | permission_manage_categories: Manage issue categories | |
661 | permission_protect_wiki_pages: Protect wiki pages |
|
689 | permission_protect_wiki_pages: Protect wiki pages | |
662 | permission_comment_news: Comment news |
|
690 | permission_comment_news: Comment news | |
663 | permission_delete_messages: Delete messages |
|
691 | permission_delete_messages: Delete messages | |
664 | permission_select_project_modules: Select project modules |
|
692 | permission_select_project_modules: Select project modules | |
665 | permission_manage_documents: Manage documents |
|
693 | permission_manage_documents: Manage documents | |
666 | permission_edit_wiki_pages: Edit wiki pages |
|
694 | permission_edit_wiki_pages: Edit wiki pages | |
667 | permission_add_issue_watchers: Add watchers |
|
695 | permission_add_issue_watchers: Add watchers | |
668 | permission_view_gantt: View gantt chart |
|
696 | permission_view_gantt: View gantt chart | |
669 | permission_move_issues: Move issues |
|
697 | permission_move_issues: Move issues | |
670 | permission_manage_issue_relations: Manage issue relations |
|
698 | permission_manage_issue_relations: Manage issue relations | |
671 | permission_delete_wiki_pages: Delete wiki pages |
|
699 | permission_delete_wiki_pages: Delete wiki pages | |
672 | permission_manage_boards: Manage boards |
|
700 | permission_manage_boards: Manage boards | |
673 | permission_delete_wiki_pages_attachments: Delete attachments |
|
701 | permission_delete_wiki_pages_attachments: Delete attachments | |
674 | permission_view_wiki_edits: View wiki history |
|
702 | permission_view_wiki_edits: View wiki history | |
675 | permission_add_messages: Post messages |
|
703 | permission_add_messages: Post messages | |
676 | permission_view_messages: View messages |
|
704 | permission_view_messages: View messages | |
677 | permission_manage_files: Manage files |
|
705 | permission_manage_files: Manage files | |
678 | permission_edit_issue_notes: Edit notes |
|
706 | permission_edit_issue_notes: Edit notes | |
679 | permission_manage_news: Manage news |
|
707 | permission_manage_news: Manage news | |
680 | permission_view_calendar: View calendrier |
|
708 | permission_view_calendar: View calendrier | |
681 | permission_manage_members: Manage members |
|
709 | permission_manage_members: Manage members | |
682 | permission_edit_messages: Edit messages |
|
710 | permission_edit_messages: Edit messages | |
683 | permission_delete_issues: Delete issues |
|
711 | permission_delete_issues: Delete issues | |
684 | permission_view_issue_watchers: View watchers list |
|
712 | permission_view_issue_watchers: View watchers list | |
685 | permission_manage_repository: Manage repository |
|
713 | permission_manage_repository: Manage repository | |
686 | permission_commit_access: Commit access |
|
714 | permission_commit_access: Commit access | |
687 | permission_browse_repository: Browse repository |
|
715 | permission_browse_repository: Browse repository | |
688 | permission_view_documents: View documents |
|
716 | permission_view_documents: View documents | |
689 | permission_edit_project: Edit project |
|
717 | permission_edit_project: Edit project | |
690 | permission_add_issue_notes: Add notes |
|
718 | permission_add_issue_notes: Add notes | |
691 | permission_save_queries: Save queries |
|
719 | permission_save_queries: Save queries | |
692 | permission_view_wiki_pages: View wiki |
|
720 | permission_view_wiki_pages: View wiki | |
693 | permission_rename_wiki_pages: Rename wiki pages |
|
721 | permission_rename_wiki_pages: Rename wiki pages | |
694 | permission_edit_time_entries: Edit time logs |
|
722 | permission_edit_time_entries: Edit time logs | |
695 | permission_edit_own_issue_notes: Edit own notes |
|
723 | permission_edit_own_issue_notes: Edit own notes | |
696 | setting_gravatar_enabled: Use Gravatar user icons |
|
724 | setting_gravatar_enabled: Use Gravatar user icons |
@@ -1,643 +1,691 | |||||
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |
2 |
|
2 | |||
3 | actionview_datehelper_select_day_prefix: |
|
3 | actionview_datehelper_select_day_prefix: | |
4 | actionview_datehelper_select_month_names: GiΓͺng,Hai,Ba,TΖ°,NΔm,SΓ‘u,BαΊ£y,TΓ‘m,ChΓn,MΖ°α»i,M.Mα»t,ChαΊ‘p |
|
4 | actionview_datehelper_select_month_names: GiΓͺng,Hai,Ba,TΖ°,NΔm,SΓ‘u,BαΊ£y,TΓ‘m,ChΓn,MΖ°α»i,M.Mα»t,ChαΊ‘p | |
5 | actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec |
|
5 | actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec | |
6 | actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 | actionview_datehelper_time_in_words_day: 1 ngΓ y |
|
8 | actionview_datehelper_time_in_words_day: 1 ngΓ y | |
9 | actionview_datehelper_time_in_words_day_plural: %d ngΓ y |
|
9 | actionview_datehelper_time_in_words_day_plural: %d ngΓ y | |
10 | actionview_datehelper_time_in_words_hour_about: khoαΊ£ng 1 giα» |
|
10 | actionview_datehelper_time_in_words_hour_about: khoαΊ£ng 1 giα» | |
11 | actionview_datehelper_time_in_words_hour_about_plural: khoαΊ£ng %d giα» |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: khoαΊ£ng %d giα» | |
12 | actionview_datehelper_time_in_words_hour_about_single: khoαΊ£ng 1 giα» |
|
12 | actionview_datehelper_time_in_words_hour_about_single: khoαΊ£ng 1 giα» | |
13 | actionview_datehelper_time_in_words_minute: 1 phΓΊt |
|
13 | actionview_datehelper_time_in_words_minute: 1 phΓΊt | |
14 | actionview_datehelper_time_in_words_minute_half: nα»a phΓΊt |
|
14 | actionview_datehelper_time_in_words_minute_half: nα»a phΓΊt | |
15 | actionview_datehelper_time_in_words_minute_less_than: dΖ°α»i mα»t phΓΊt |
|
15 | actionview_datehelper_time_in_words_minute_less_than: dΖ°α»i mα»t phΓΊt | |
16 | actionview_datehelper_time_in_words_minute_plural: %d phΓΊt |
|
16 | actionview_datehelper_time_in_words_minute_plural: %d phΓΊt | |
17 | actionview_datehelper_time_in_words_minute_single: 1 phΓΊt |
|
17 | actionview_datehelper_time_in_words_minute_single: 1 phΓΊt | |
18 | actionview_datehelper_time_in_words_second_less_than: cΓ‘ch vΓ i giΓ’y |
|
18 | actionview_datehelper_time_in_words_second_less_than: cΓ‘ch vΓ i giΓ’y | |
19 | actionview_datehelper_time_in_words_second_less_than_plural: cΓ‘ch %d giαΊ₯y |
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: cΓ‘ch %d giαΊ₯y | |
20 | actionview_instancetag_blank_option: Vui lΓ²ng chα»n |
|
20 | actionview_instancetag_blank_option: Vui lΓ²ng chα»n | |
21 |
|
21 | |||
22 | activerecord_error_inclusion: khΓ΄ng chα»©a trong danh sΓ‘ch |
|
22 | activerecord_error_inclusion: khΓ΄ng chα»©a trong danh sΓ‘ch | |
23 | activerecord_error_exclusion: ΔΓ£ Δược dΓΉng |
|
23 | activerecord_error_exclusion: ΔΓ£ Δược dΓΉng | |
24 | activerecord_error_invalid: không hợp lỠ|
|
24 | activerecord_error_invalid: không hợp lỠ| |
25 | activerecord_error_confirmation: khΓ΄ng khα»p |
|
25 | activerecord_error_confirmation: khΓ΄ng khα»p | |
26 | activerecord_error_accepted: must be accepted |
|
26 | activerecord_error_accepted: must be accepted | |
27 | activerecord_error_empty: khΓ΄ng thα» Δα» trα»ng |
|
27 | activerecord_error_empty: khΓ΄ng thα» Δα» trα»ng | |
28 | activerecord_error_blank: khΓ΄ng thα» Δα» trα»ng |
|
28 | activerecord_error_blank: khΓ΄ng thα» Δα» trα»ng | |
29 | activerecord_error_too_long: quΓ‘ dΓ i |
|
29 | activerecord_error_too_long: quΓ‘ dΓ i | |
30 | activerecord_error_too_short: quΓ‘ ngαΊ―n |
|
30 | activerecord_error_too_short: quΓ‘ ngαΊ―n | |
31 | activerecord_error_wrong_length: Δα» dΓ i khΓ΄ng ΔΓΊng |
|
31 | activerecord_error_wrong_length: Δα» dΓ i khΓ΄ng ΔΓΊng | |
32 | activerecord_error_taken: ΔΓ£ Δược chα»n |
|
32 | activerecord_error_taken: ΔΓ£ Δược chα»n | |
33 | activerecord_error_not_a_number: khΓ΄ng phαΊ£i con sα» |
|
33 | activerecord_error_not_a_number: khΓ΄ng phαΊ£i con sα» | |
34 | activerecord_error_not_a_date: không phải ngà y hợp lỠ|
|
34 | activerecord_error_not_a_date: không phải ngà y hợp lỠ| |
35 | activerecord_error_greater_than_start_date: phαΊ£i Δi sau ngΓ y bαΊ―t ΔαΊ§u |
|
35 | activerecord_error_greater_than_start_date: phαΊ£i Δi sau ngΓ y bαΊ―t ΔαΊ§u | |
36 | activerecord_error_not_same_project: khΓ΄ng thuα»c cΓΉng dα»± Γ‘n |
|
36 | activerecord_error_not_same_project: khΓ΄ng thuα»c cΓΉng dα»± Γ‘n | |
37 | activerecord_error_circular_dependency: quan hα» cΓ³ thα» gΓ’y ra lαΊ·p vΓ΄ tαΊn |
|
37 | activerecord_error_circular_dependency: quan hα» cΓ³ thα» gΓ’y ra lαΊ·p vΓ΄ tαΊn | |
38 |
|
38 | |||
39 | general_fmt_age: %d nΔm |
|
39 | general_fmt_age: %d nΔm | |
40 | general_fmt_age_plural: %d nΔm |
|
40 | general_fmt_age_plural: %d nΔm | |
41 | general_fmt_date: %%m/%%d/%%Y |
|
41 | general_fmt_date: %%m/%%d/%%Y | |
42 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p |
|
42 | general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p | |
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
43 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p | |
44 | general_fmt_time: %%I:%%M %%p |
|
44 | general_fmt_time: %%I:%%M %%p | |
45 | general_text_No: 'KhΓ΄ng' |
|
45 | general_text_No: 'KhΓ΄ng' | |
46 | general_text_Yes: 'CΓ³' |
|
46 | general_text_Yes: 'CΓ³' | |
47 | general_text_no: 'khΓ΄ng' |
|
47 | general_text_no: 'khΓ΄ng' | |
48 | general_text_yes: 'cΓ³' |
|
48 | general_text_yes: 'cΓ³' | |
49 | general_lang_name: 'TiαΊΏng Viα»t' |
|
49 | general_lang_name: 'TiαΊΏng Viα»t' | |
50 | general_csv_separator: ',' |
|
50 | general_csv_separator: ',' | |
51 | general_csv_decimal_separator: '.' |
|
51 | general_csv_decimal_separator: '.' | |
52 | general_csv_encoding: UTF-8 |
|
52 | general_csv_encoding: UTF-8 | |
53 | general_pdf_encoding: UTF-8 |
|
53 | general_pdf_encoding: UTF-8 | |
54 | general_day_names: Hai,Ba,TΖ°,NΔm,SΓ‘u,BαΊ£y,C.NhαΊt |
|
54 | general_day_names: Hai,Ba,TΖ°,NΔm,SΓ‘u,BαΊ£y,C.NhαΊt | |
55 | general_first_day_of_week: '1' |
|
55 | general_first_day_of_week: '1' | |
56 |
|
56 | |||
57 | notice_account_updated: CαΊp nhαΊt tΓ i khoαΊ£n thΓ nh cΓ΄ng. |
|
57 | notice_account_updated: CαΊp nhαΊt tΓ i khoαΊ£n thΓ nh cΓ΄ng. | |
58 | notice_account_invalid_creditentials: TΓ i khoαΊ£n hoαΊ·c mαΊt mΓ£ khΓ΄ng hợp lα» |
|
58 | notice_account_invalid_creditentials: TΓ i khoαΊ£n hoαΊ·c mαΊt mΓ£ khΓ΄ng hợp lα» | |
59 | notice_account_password_updated: CαΊp nhαΊt mαΊt mΓ£ thΓ nh cΓ΄ng. |
|
59 | notice_account_password_updated: CαΊp nhαΊt mαΊt mΓ£ thΓ nh cΓ΄ng. | |
60 | notice_account_wrong_password: Sai mαΊt mΓ£ |
|
60 | notice_account_wrong_password: Sai mαΊt mΓ£ | |
61 | notice_account_register_done: TΓ i khoαΊ£n Δược tαΊ‘o thΓ nh cΓ΄ng. Δα» kΓch hoαΊ‘t vui lΓ²ng lΓ m theo hΖ°α»ng dαΊ«n trong email gα»i ΔαΊΏn bαΊ‘n. |
|
61 | notice_account_register_done: TΓ i khoαΊ£n Δược tαΊ‘o thΓ nh cΓ΄ng. Δα» kΓch hoαΊ‘t vui lΓ²ng lΓ m theo hΖ°α»ng dαΊ«n trong email gα»i ΔαΊΏn bαΊ‘n. | |
62 | notice_account_unknown_email: KhΓ΄ng rΓ΅ tΓ i khoαΊ£n. |
|
62 | notice_account_unknown_email: KhΓ΄ng rΓ΅ tΓ i khoαΊ£n. | |
63 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. |
|
63 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. | |
64 | notice_account_lost_email_sent: ThΓ΄ng tin Δα» Δα»i mαΊt mΓ£ mα»i ΔΓ£ gα»i ΔαΊΏn bαΊ‘n qua email. |
|
64 | notice_account_lost_email_sent: ThΓ΄ng tin Δα» Δα»i mαΊt mΓ£ mα»i ΔΓ£ gα»i ΔαΊΏn bαΊ‘n qua email. | |
65 | notice_account_activated: TΓ i khoαΊ£n vα»«a Δược kΓch hoαΊ‘t. BΓ’y giα» bαΊ‘n cΓ³ thα» ΔΔng nhαΊp. |
|
65 | notice_account_activated: TΓ i khoαΊ£n vα»«a Δược kΓch hoαΊ‘t. BΓ’y giα» bαΊ‘n cΓ³ thα» ΔΔng nhαΊp. | |
66 | notice_successful_create: TαΊ‘o thΓ nh cΓ΄ng. |
|
66 | notice_successful_create: TαΊ‘o thΓ nh cΓ΄ng. | |
67 | notice_successful_update: CαΊp nhαΊt thΓ nh cΓ΄ng. |
|
67 | notice_successful_update: CαΊp nhαΊt thΓ nh cΓ΄ng. | |
68 | notice_successful_delete: XΓ³a thΓ nh cΓ΄ng. |
|
68 | notice_successful_delete: XΓ³a thΓ nh cΓ΄ng. | |
69 | notice_successful_connection: KαΊΏt nα»i thΓ nh cΓ΄ng. |
|
69 | notice_successful_connection: KαΊΏt nα»i thΓ nh cΓ΄ng. | |
70 | notice_file_not_found: Trang bαΊ‘n cα» xem khΓ΄ng tα»n tαΊ‘i hoαΊ·c ΔΓ£ chuyα»n. |
|
70 | notice_file_not_found: Trang bαΊ‘n cα» xem khΓ΄ng tα»n tαΊ‘i hoαΊ·c ΔΓ£ chuyα»n. | |
71 | notice_locking_conflict: ThΓ΄ng tin Δang Δược cαΊp nhαΊt bα»i ngΖ°α»i khΓ‘c. HΓ£y chΓ©p nα»i dung cαΊp nhαΊt cα»§a bαΊ‘n vΓ o clipboard. |
|
71 | notice_locking_conflict: ThΓ΄ng tin Δang Δược cαΊp nhαΊt bα»i ngΖ°α»i khΓ‘c. HΓ£y chΓ©p nα»i dung cαΊp nhαΊt cα»§a bαΊ‘n vΓ o clipboard. | |
72 | notice_not_authorized: BαΊ‘n khΓ΄ng cΓ³ quyα»n xem trang nΓ y. |
|
72 | notice_not_authorized: BαΊ‘n khΓ΄ng cΓ³ quyα»n xem trang nΓ y. | |
73 | notice_email_sent: Email ΔΓ£ Δược gα»i tα»i %s |
|
73 | notice_email_sent: Email ΔΓ£ Δược gα»i tα»i %s | |
74 | notice_email_error: Lα»i xαΊ£y ra khi gα»i email (%s) |
|
74 | notice_email_error: Lα»i xαΊ£y ra khi gα»i email (%s) | |
75 | notice_feeds_access_key_reseted: MΓ£ sα» chα»©ng thα»±c RSS ΔΓ£ Δược tαΊ‘o lαΊ‘i. |
|
75 | notice_feeds_access_key_reseted: MΓ£ sα» chα»©ng thα»±c RSS ΔΓ£ Δược tαΊ‘o lαΊ‘i. | |
76 | notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." |
|
76 | notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." | |
77 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
77 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." | |
78 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
78 | notice_account_pending: "Your account was created and is now pending administrator approval." | |
79 | notice_default_data_loaded: Default configuration successfully loaded. |
|
79 | notice_default_data_loaded: Default configuration successfully loaded. | |
80 | notice_unable_delete_version: Unable to delete version. |
|
80 | notice_unable_delete_version: Unable to delete version. | |
81 |
|
81 | |||
82 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" |
|
82 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" | |
83 | error_scm_not_found: "The entry or revision was not found in the repository." |
|
83 | error_scm_not_found: "The entry or revision was not found in the repository." | |
84 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
84 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
85 | error_scm_annotate: "The entry does not exist or can not be annotated." |
|
85 | error_scm_annotate: "The entry does not exist or can not be annotated." | |
86 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
86 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
87 |
|
87 | |||
88 | mail_subject_lost_password: "%s: mαΊt mΓ£ cα»§a bαΊ‘n" |
|
88 | mail_subject_lost_password: "%s: mαΊt mΓ£ cα»§a bαΊ‘n" | |
89 | mail_body_lost_password: "Δα» Δα»i mαΊt mΓ£, hΓ£y click chuα»t vΓ o liΓͺn kαΊΏt sau:" |
|
89 | mail_body_lost_password: "Δα» Δα»i mαΊt mΓ£, hΓ£y click chuα»t vΓ o liΓͺn kαΊΏt sau:" | |
90 | mail_subject_register: "%s: kΓch hoαΊ‘t tΓ i khoαΊ£n" |
|
90 | mail_subject_register: "%s: kΓch hoαΊ‘t tΓ i khoαΊ£n" | |
91 | mail_body_register: "Δα» kΓch hoαΊ‘t tΓ i khoαΊ£n, hΓ£y click chuα»t vΓ o liΓͺn kαΊΏt sau:" |
|
91 | mail_body_register: "Δα» kΓch hoαΊ‘t tΓ i khoαΊ£n, hΓ£y click chuα»t vΓ o liΓͺn kαΊΏt sau:" | |
92 | mail_body_account_information_external: BαΊ‘n cΓ³ thα» dΓΉng tΓ i khoαΊ£n "%s" Δα» ΔΔng nhαΊp. |
|
92 | mail_body_account_information_external: BαΊ‘n cΓ³ thα» dΓΉng tΓ i khoαΊ£n "%s" Δα» ΔΔng nhαΊp. | |
93 | mail_body_account_information: ThΓ΄ng tin vα» tΓ i khoαΊ£n |
|
93 | mail_body_account_information: ThΓ΄ng tin vα» tΓ i khoαΊ£n | |
94 | mail_subject_account_activation_request: "%s: YΓͺu cαΊ§u chα»©ng thα»±c tΓ i khoαΊ£n" |
|
94 | mail_subject_account_activation_request: "%s: YΓͺu cαΊ§u chα»©ng thα»±c tΓ i khoαΊ£n" | |
95 | mail_body_account_activation_request: 'NgΖ°α»i dΓΉng (%s) mα»i ΔΔng kΓ½ vΓ cαΊ§n bαΊ‘n xΓ‘c nhαΊn:' |
|
95 | mail_body_account_activation_request: 'NgΖ°α»i dΓΉng (%s) mα»i ΔΔng kΓ½ vΓ cαΊ§n bαΊ‘n xΓ‘c nhαΊn:' | |
96 | mail_subject_reminder: "%d vαΊ₯n Δα» hαΊΏt hαΊ‘n trong cΓ‘c ngΓ y tα»i" |
|
96 | mail_subject_reminder: "%d vαΊ₯n Δα» hαΊΏt hαΊ‘n trong cΓ‘c ngΓ y tα»i" | |
97 | mail_body_reminder: "%d vαΊ₯n Δα» gΓ‘n cho bαΊ‘n sαΊ½ hαΊΏt hαΊ‘n trong %d ngΓ y tα»i:" |
|
97 | mail_body_reminder: "%d vαΊ₯n Δα» gΓ‘n cho bαΊ‘n sαΊ½ hαΊΏt hαΊ‘n trong %d ngΓ y tα»i:" | |
98 |
|
98 | |||
99 | gui_validation_error: 1 lα»i |
|
99 | gui_validation_error: 1 lα»i | |
100 | gui_validation_error_plural: %d lα»i |
|
100 | gui_validation_error_plural: %d lα»i | |
101 |
|
101 | |||
102 | field_name: TΓͺn |
|
102 | field_name: TΓͺn | |
103 | field_description: MΓ΄ tαΊ£ |
|
103 | field_description: MΓ΄ tαΊ£ | |
104 | field_summary: TΓ³m tαΊ―t |
|
104 | field_summary: TΓ³m tαΊ―t | |
105 | field_is_required: BαΊ―t buα»c |
|
105 | field_is_required: BαΊ―t buα»c | |
106 | field_firstname: TΓͺn lΓ³t + TΓͺn |
|
106 | field_firstname: TΓͺn lΓ³t + TΓͺn | |
107 | field_lastname: Hα» |
|
107 | field_lastname: Hα» | |
108 | field_mail: Email |
|
108 | field_mail: Email | |
109 | field_filename: TαΊp tin |
|
109 | field_filename: TαΊp tin | |
110 | field_filesize: Cα»‘ |
|
110 | field_filesize: Cα»‘ | |
111 | field_downloads: TαΊ£i vα» |
|
111 | field_downloads: TαΊ£i vα» | |
112 | field_author: TΓ‘c giαΊ£ |
|
112 | field_author: TΓ‘c giαΊ£ | |
113 | field_created_on: TαΊ‘o |
|
113 | field_created_on: TαΊ‘o | |
114 | field_updated_on: CαΊp nhαΊt |
|
114 | field_updated_on: CαΊp nhαΊt | |
115 | field_field_format: Δα»nh dαΊ‘ng |
|
115 | field_field_format: Δα»nh dαΊ‘ng | |
116 | field_is_for_all: Cho mα»i dα»± Γ‘n |
|
116 | field_is_for_all: Cho mα»i dα»± Γ‘n | |
117 | field_possible_values: GiÑ trỠhợp lỠ|
|
117 | field_possible_values: GiÑ trỠhợp lỠ| |
118 | field_regexp: Biα»u thα»©c chΓnh quy |
|
118 | field_regexp: Biα»u thα»©c chΓnh quy | |
119 | field_min_length: Chiα»u dΓ i tα»i thiα»u |
|
119 | field_min_length: Chiα»u dΓ i tα»i thiα»u | |
120 | field_max_length: Chiα»u dΓ i tα»i Δa |
|
120 | field_max_length: Chiα»u dΓ i tα»i Δa | |
121 | field_value: GiΓ‘ trα» |
|
121 | field_value: GiΓ‘ trα» | |
122 | field_category: Chα»§ Δα» |
|
122 | field_category: Chα»§ Δα» | |
123 | field_title: TiΓͺu Δα» |
|
123 | field_title: TiΓͺu Δα» | |
124 | field_project: Dα»± Γ‘n |
|
124 | field_project: Dα»± Γ‘n | |
125 | field_issue: VαΊ₯n Δα» |
|
125 | field_issue: VαΊ₯n Δα» | |
126 | field_status: TrαΊ‘ng thΓ‘i |
|
126 | field_status: TrαΊ‘ng thΓ‘i | |
127 | field_notes: Ghi chΓΊ |
|
127 | field_notes: Ghi chΓΊ | |
128 | field_is_closed: VαΊ₯n Δα» ΔΓ³ng |
|
128 | field_is_closed: VαΊ₯n Δα» ΔΓ³ng | |
129 | field_is_default: GiΓ‘ trα» mαΊ·c Δα»nh |
|
129 | field_is_default: GiΓ‘ trα» mαΊ·c Δα»nh | |
130 | field_tracker: DΓ²ng vαΊ₯n Δα» |
|
130 | field_tracker: DΓ²ng vαΊ₯n Δα» | |
131 | field_subject: Chα»§ Δα» |
|
131 | field_subject: Chα»§ Δα» | |
132 | field_due_date: HαΊΏt hαΊ‘n |
|
132 | field_due_date: HαΊΏt hαΊ‘n | |
133 | field_assigned_to: GΓ‘n cho |
|
133 | field_assigned_to: GΓ‘n cho | |
134 | field_priority: Ζ―u tiΓͺn |
|
134 | field_priority: Ζ―u tiΓͺn | |
135 | field_fixed_version: PhiΓͺn bαΊ£n |
|
135 | field_fixed_version: PhiΓͺn bαΊ£n | |
136 | field_user: NgΖ°α»i dΓΉng |
|
136 | field_user: NgΖ°α»i dΓΉng | |
137 | field_role: Quyα»n |
|
137 | field_role: Quyα»n | |
138 | field_homepage: Trang chα»§ |
|
138 | field_homepage: Trang chα»§ | |
139 | field_is_public: CΓ΄ng cα»ng |
|
139 | field_is_public: CΓ΄ng cα»ng | |
140 | field_parent: Dα»± Γ‘n con cα»§a |
|
140 | field_parent: Dα»± Γ‘n con cα»§a | |
141 | field_is_in_chlog: CΓ³ thα» thαΊ₯y trong Thay Δα»i |
|
141 | field_is_in_chlog: CΓ³ thα» thαΊ₯y trong Thay Δα»i | |
142 | field_is_in_roadmap: CΓ³ thα» thαΊ₯y trong KαΊΏ hoαΊ‘ch |
|
142 | field_is_in_roadmap: CΓ³ thα» thαΊ₯y trong KαΊΏ hoαΊ‘ch | |
143 | field_login: ΔΔng nhαΊp |
|
143 | field_login: ΔΔng nhαΊp | |
144 | field_mail_notification: ThΓ΄ng bΓ‘o qua email |
|
144 | field_mail_notification: ThΓ΄ng bΓ‘o qua email | |
145 | field_admin: QuαΊ£n trα» |
|
145 | field_admin: QuαΊ£n trα» | |
146 | field_last_login_on: KαΊΏt nα»i cuα»i |
|
146 | field_last_login_on: KαΊΏt nα»i cuα»i | |
147 | field_language: NgΓ΄n ngα»― |
|
147 | field_language: NgΓ΄n ngα»― | |
148 | field_effective_date: NgΓ y |
|
148 | field_effective_date: NgΓ y | |
149 | field_password: MαΊt mΓ£ |
|
149 | field_password: MαΊt mΓ£ | |
150 | field_new_password: MαΊt mΓ£ mα»i |
|
150 | field_new_password: MαΊt mΓ£ mα»i | |
151 | field_password_confirmation: KhαΊ³ng Δα»nh lαΊ‘i |
|
151 | field_password_confirmation: KhαΊ³ng Δα»nh lαΊ‘i | |
152 | field_version: PhiΓͺn bαΊ£n |
|
152 | field_version: PhiΓͺn bαΊ£n | |
153 | field_type: Kiα»u |
|
153 | field_type: Kiα»u | |
154 | field_host: Host |
|
154 | field_host: Host | |
155 | field_port: Port |
|
155 | field_port: Port | |
156 | field_account: TΓ i khoαΊ£n |
|
156 | field_account: TΓ i khoαΊ£n | |
157 | field_base_dn: Base DN |
|
157 | field_base_dn: Base DN | |
158 | field_attr_login: Login attribute |
|
158 | field_attr_login: Login attribute | |
159 | field_attr_firstname: Firstname attribute |
|
159 | field_attr_firstname: Firstname attribute | |
160 | field_attr_lastname: Lastname attribute |
|
160 | field_attr_lastname: Lastname attribute | |
161 | field_attr_mail: Email attribute |
|
161 | field_attr_mail: Email attribute | |
162 | field_onthefly: On-the-fly user creation |
|
162 | field_onthefly: On-the-fly user creation | |
163 | field_start_date: BαΊ―t ΔαΊ§u |
|
163 | field_start_date: BαΊ―t ΔαΊ§u | |
164 | field_done_ratio: TiαΊΏn Δα» |
|
164 | field_done_ratio: TiαΊΏn Δα» | |
165 | field_auth_source: Authentication mode |
|
165 | field_auth_source: Authentication mode | |
166 | field_hide_mail: KhΓ΄ng lΓ m lα» email cα»§a bαΊ‘n |
|
166 | field_hide_mail: KhΓ΄ng lΓ m lα» email cα»§a bαΊ‘n | |
167 | field_comments: BΓ¬nh luαΊn |
|
167 | field_comments: BΓ¬nh luαΊn | |
168 | field_url: URL |
|
168 | field_url: URL | |
169 | field_start_page: Trang bαΊ―t ΔαΊ§u |
|
169 | field_start_page: Trang bαΊ―t ΔαΊ§u | |
170 | field_subproject: Dα»± Γ‘n con |
|
170 | field_subproject: Dα»± Γ‘n con | |
171 | field_hours: Giα» |
|
171 | field_hours: Giα» | |
172 | field_activity: HoαΊ‘t Δα»ng |
|
172 | field_activity: HoαΊ‘t Δα»ng | |
173 | field_spent_on: NgΓ y |
|
173 | field_spent_on: NgΓ y | |
174 | field_identifier: MΓ£ nhαΊn dαΊ‘ng |
|
174 | field_identifier: MΓ£ nhαΊn dαΊ‘ng | |
175 | field_is_filter: DΓΉng nhΖ° mα»t lα»c |
|
175 | field_is_filter: DΓΉng nhΖ° mα»t lα»c | |
176 | field_issue_to_id: VαΊ₯n Δα»n liΓͺn quan |
|
176 | field_issue_to_id: VαΊ₯n Δα»n liΓͺn quan | |
177 | field_delay: Delay |
|
177 | field_delay: Delay | |
178 | field_assignable: Issues can be assigned to this role |
|
178 | field_assignable: Issues can be assigned to this role | |
179 | field_redirect_existing_links: Redirect existing links |
|
179 | field_redirect_existing_links: Redirect existing links | |
180 | field_estimated_hours: Thα»i gian Ζ°α»c ΔoΓ‘n |
|
180 | field_estimated_hours: Thα»i gian Ζ°α»c ΔoΓ‘n | |
181 | field_column_names: Columns |
|
181 | field_column_names: Columns | |
182 | field_time_zone: MΓΊi giα» |
|
182 | field_time_zone: MΓΊi giα» | |
183 | field_searchable: Searchable |
|
183 | field_searchable: Searchable | |
184 | field_default_value: Default value |
|
184 | field_default_value: Default value | |
185 | field_comments_sorting: Liα»t kΓͺ bΓ¬nh luαΊn |
|
185 | field_comments_sorting: Liα»t kΓͺ bΓ¬nh luαΊn | |
186 | field_parent_title: Parent page |
|
186 | field_parent_title: Parent page | |
187 |
|
187 | |||
188 | setting_app_title: Application title |
|
188 | setting_app_title: Application title | |
189 | setting_app_subtitle: Application subtitle |
|
189 | setting_app_subtitle: Application subtitle | |
190 | setting_welcome_text: Welcome text |
|
190 | setting_welcome_text: Welcome text | |
191 | setting_default_language: Default language |
|
191 | setting_default_language: Default language | |
192 | setting_login_required: Authentication required |
|
192 | setting_login_required: Authentication required | |
193 | setting_self_registration: Self-registration |
|
193 | setting_self_registration: Self-registration | |
194 | setting_attachment_max_size: Attachment max. size |
|
194 | setting_attachment_max_size: Attachment max. size | |
195 | setting_issues_export_limit: Issues export limit |
|
195 | setting_issues_export_limit: Issues export limit | |
196 | setting_mail_from: Emission email address |
|
196 | setting_mail_from: Emission email address | |
197 | setting_bcc_recipients: Blind carbon copy recipients (bcc) |
|
197 | setting_bcc_recipients: Blind carbon copy recipients (bcc) | |
198 | setting_host_name: Host name |
|
198 | setting_host_name: Host name | |
199 | setting_text_formatting: Δα»nh dαΊ‘ng bΓ i viαΊΏt |
|
199 | setting_text_formatting: Δα»nh dαΊ‘ng bΓ i viαΊΏt | |
200 | setting_wiki_compression: Wiki history compression |
|
200 | setting_wiki_compression: Wiki history compression | |
201 | setting_feeds_limit: Feed content limit |
|
201 | setting_feeds_limit: Feed content limit | |
202 | setting_default_projects_public: New projects are public by default |
|
202 | setting_default_projects_public: New projects are public by default | |
203 | setting_autofetch_changesets: Autofetch commits |
|
203 | setting_autofetch_changesets: Autofetch commits | |
204 | setting_sys_api_enabled: Enable WS for repository management |
|
204 | setting_sys_api_enabled: Enable WS for repository management | |
205 | setting_commit_ref_keywords: Referencing keywords |
|
205 | setting_commit_ref_keywords: Referencing keywords | |
206 | setting_commit_fix_keywords: Fixing keywords |
|
206 | setting_commit_fix_keywords: Fixing keywords | |
207 | setting_autologin: Autologin |
|
207 | setting_autologin: Autologin | |
208 | setting_date_format: Date format |
|
208 | setting_date_format: Date format | |
209 | setting_time_format: Time format |
|
209 | setting_time_format: Time format | |
210 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
210 | setting_cross_project_issue_relations: Allow cross-project issue relations | |
211 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
211 | setting_issue_list_default_columns: Default columns displayed on the issue list | |
212 | setting_repositories_encodings: Repositories encodings |
|
212 | setting_repositories_encodings: Repositories encodings | |
213 | setting_commit_logs_encoding: Commit messages encoding |
|
213 | setting_commit_logs_encoding: Commit messages encoding | |
214 | setting_emails_footer: Emails footer |
|
214 | setting_emails_footer: Emails footer | |
215 | setting_protocol: Protocol |
|
215 | setting_protocol: Protocol | |
216 | setting_per_page_options: Objects per page options |
|
216 | setting_per_page_options: Objects per page options | |
217 | setting_user_format: Users display format |
|
217 | setting_user_format: Users display format | |
218 | setting_activity_days_default: Days displayed on project activity |
|
218 | setting_activity_days_default: Days displayed on project activity | |
219 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
219 | setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
220 | setting_enabled_scm: Enabled SCM |
|
220 | setting_enabled_scm: Enabled SCM | |
221 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
221 | setting_mail_handler_api_enabled: Enable WS for incoming emails | |
222 | setting_mail_handler_api_key: API key |
|
222 | setting_mail_handler_api_key: API key | |
223 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
223 | setting_sequential_project_identifiers: Generate sequential project identifiers | |
224 |
|
224 | |||
225 | project_module_issue_tracking: Theo dΓ΅i vαΊ₯n Δα» |
|
225 | project_module_issue_tracking: Theo dΓ΅i vαΊ₯n Δα» | |
226 | project_module_time_tracking: Theo dΓ΅i thα»i gian |
|
226 | project_module_time_tracking: Theo dΓ΅i thα»i gian | |
227 | project_module_news: Tin tα»©c |
|
227 | project_module_news: Tin tα»©c | |
228 | project_module_documents: TΓ i liα»u |
|
228 | project_module_documents: TΓ i liα»u | |
229 | project_module_files: TαΊp tin |
|
229 | project_module_files: TαΊp tin | |
230 | project_module_wiki: Wiki |
|
230 | project_module_wiki: Wiki | |
231 | project_module_repository: Kho lΖ°u trα»― |
|
231 | project_module_repository: Kho lΖ°u trα»― | |
232 | project_module_boards: Diα» n ΔΓ n |
|
232 | project_module_boards: Diα» n ΔΓ n | |
233 |
|
233 | |||
234 | label_user: TΓ i khoαΊ£n |
|
234 | label_user: TΓ i khoαΊ£n | |
235 | label_user_plural: TΓ i khoαΊ£n |
|
235 | label_user_plural: TΓ i khoαΊ£n | |
236 | label_user_new: TΓ i khoαΊ£n mα»i |
|
236 | label_user_new: TΓ i khoαΊ£n mα»i | |
237 | label_project: Dα»± Γ‘n |
|
237 | label_project: Dα»± Γ‘n | |
238 | label_project_new: Dα»± Γ‘n mα»i |
|
238 | label_project_new: Dα»± Γ‘n mα»i | |
239 | label_project_plural: Dα»± Γ‘n |
|
239 | label_project_plural: Dα»± Γ‘n | |
240 | label_project_all: Mα»i dα»± Γ‘n |
|
240 | label_project_all: Mα»i dα»± Γ‘n | |
241 | label_project_latest: Dα»± Γ‘n mα»i nhαΊ₯t |
|
241 | label_project_latest: Dα»± Γ‘n mα»i nhαΊ₯t | |
242 | label_issue: VαΊ₯n Δα» |
|
242 | label_issue: VαΊ₯n Δα» | |
243 | label_issue_new: TαΊ‘o vαΊ₯n Δα» mα»i |
|
243 | label_issue_new: TαΊ‘o vαΊ₯n Δα» mα»i | |
244 | label_issue_plural: VαΊ₯n Δα» |
|
244 | label_issue_plural: VαΊ₯n Δα» | |
245 | label_issue_view_all: TαΊ₯t cαΊ£ vαΊ₯n Δα» |
|
245 | label_issue_view_all: TαΊ₯t cαΊ£ vαΊ₯n Δα» | |
246 | label_issues_by: VαΊ₯n Δα» cα»§a %s |
|
246 | label_issues_by: VαΊ₯n Δα» cα»§a %s | |
247 | label_issue_added: ΔΓ£ thΓͺm vαΊ₯n Δα» |
|
247 | label_issue_added: ΔΓ£ thΓͺm vαΊ₯n Δα» | |
248 | label_issue_updated: VαΊ₯n Δα» Δược cαΊp nhαΊt |
|
248 | label_issue_updated: VαΊ₯n Δα» Δược cαΊp nhαΊt | |
249 | label_document: TΓ i liα»u |
|
249 | label_document: TΓ i liα»u | |
250 | label_document_new: TΓ i liα»u mα»i |
|
250 | label_document_new: TΓ i liα»u mα»i | |
251 | label_document_plural: TΓ i liα»u |
|
251 | label_document_plural: TΓ i liα»u | |
252 | label_document_added: ΔΓ£ thΓͺm tΓ i liα»u |
|
252 | label_document_added: ΔΓ£ thΓͺm tΓ i liα»u | |
253 | label_role: Vai trΓ² |
|
253 | label_role: Vai trΓ² | |
254 | label_role_plural: Vai trΓ² |
|
254 | label_role_plural: Vai trΓ² | |
255 | label_role_new: Vai trΓ² mα»i |
|
255 | label_role_new: Vai trΓ² mα»i | |
256 | label_role_and_permissions: Vai trΓ² vΓ Quyα»n hαΊ‘n |
|
256 | label_role_and_permissions: Vai trΓ² vΓ Quyα»n hαΊ‘n | |
257 | label_member: ThΓ nh viΓͺn |
|
257 | label_member: ThΓ nh viΓͺn | |
258 | label_member_new: ThΓ nh viΓͺn mα»i |
|
258 | label_member_new: ThΓ nh viΓͺn mα»i | |
259 | label_member_plural: ThΓ nh viΓͺn |
|
259 | label_member_plural: ThΓ nh viΓͺn | |
260 | label_tracker: DΓ²ng vαΊ₯n Δα» |
|
260 | label_tracker: DΓ²ng vαΊ₯n Δα» | |
261 | label_tracker_plural: DΓ²ng vαΊ₯n Δα» |
|
261 | label_tracker_plural: DΓ²ng vαΊ₯n Δα» | |
262 | label_tracker_new: TαΊ‘o dΓ²ng vαΊ₯n Δα» mα»i |
|
262 | label_tracker_new: TαΊ‘o dΓ²ng vαΊ₯n Δα» mα»i | |
263 | label_workflow: Workflow |
|
263 | label_workflow: Workflow | |
264 | label_issue_status: Issue status |
|
264 | label_issue_status: Issue status | |
265 | label_issue_status_plural: Issue statuses |
|
265 | label_issue_status_plural: Issue statuses | |
266 | label_issue_status_new: New status |
|
266 | label_issue_status_new: New status | |
267 | label_issue_category: Chα»§ Δα» |
|
267 | label_issue_category: Chα»§ Δα» | |
268 | label_issue_category_plural: Chα»§ Δα» |
|
268 | label_issue_category_plural: Chα»§ Δα» | |
269 | label_issue_category_new: Chα»§ Δα» mα»i |
|
269 | label_issue_category_new: Chα»§ Δα» mα»i | |
270 | label_custom_field: Custom field |
|
270 | label_custom_field: Custom field | |
271 | label_custom_field_plural: Custom fields |
|
271 | label_custom_field_plural: Custom fields | |
272 | label_custom_field_new: New custom field |
|
272 | label_custom_field_new: New custom field | |
273 | label_enumerations: Enumerations |
|
273 | label_enumerations: Enumerations | |
274 | label_enumeration_new: New value |
|
274 | label_enumeration_new: New value | |
275 | label_information: ThΓ΄ng tin |
|
275 | label_information: ThΓ΄ng tin | |
276 | label_information_plural: ThΓ΄ng tin |
|
276 | label_information_plural: ThΓ΄ng tin | |
277 | label_please_login: Vui lΓ²ng ΔΔng nhαΊp |
|
277 | label_please_login: Vui lΓ²ng ΔΔng nhαΊp | |
278 | label_register: ΔΔng kΓ½ |
|
278 | label_register: ΔΔng kΓ½ | |
279 | label_password_lost: Phα»₯c hα»i mαΊt mΓ£ |
|
279 | label_password_lost: Phα»₯c hα»i mαΊt mΓ£ | |
280 | label_home: Trang chΓnh |
|
280 | label_home: Trang chΓnh | |
281 | label_my_page: Trang riΓͺng |
|
281 | label_my_page: Trang riΓͺng | |
282 | label_my_account: CΓ‘ nhΓ’n |
|
282 | label_my_account: CΓ‘ nhΓ’n | |
283 | label_my_projects: Dα»± Γ‘n cα»§a bαΊ‘n |
|
283 | label_my_projects: Dα»± Γ‘n cα»§a bαΊ‘n | |
284 | label_administration: QuαΊ£n trα» |
|
284 | label_administration: QuαΊ£n trα» | |
285 | label_login: ΔΔng nhαΊp |
|
285 | label_login: ΔΔng nhαΊp | |
286 | label_logout: ThoΓ‘t |
|
286 | label_logout: ThoΓ‘t | |
287 | label_help: GiΓΊp Δα»‘ |
|
287 | label_help: GiΓΊp Δα»‘ | |
288 | label_reported_issues: VαΊ₯n Δα» bαΊ‘n bΓ‘o cΓ‘o |
|
288 | label_reported_issues: VαΊ₯n Δα» bαΊ‘n bΓ‘o cΓ‘o | |
289 | label_assigned_to_me_issues: VαΊ₯n Δα» gΓ‘n cho bαΊ‘n |
|
289 | label_assigned_to_me_issues: VαΊ₯n Δα» gΓ‘n cho bαΊ‘n | |
290 | label_last_login: KαΊΏt nα»i cuα»i |
|
290 | label_last_login: KαΊΏt nα»i cuα»i | |
291 | label_last_updates: CαΊp nhαΊt cuα»i |
|
291 | label_last_updates: CαΊp nhαΊt cuα»i | |
292 | label_last_updates_plural: %d cαΊp nhαΊt cuα»i |
|
292 | label_last_updates_plural: %d cαΊp nhαΊt cuα»i | |
293 | label_registered_on: NgΓ y tham gia |
|
293 | label_registered_on: NgΓ y tham gia | |
294 | label_activity: HoαΊ‘t Δα»ng |
|
294 | label_activity: HoαΊ‘t Δα»ng | |
295 | label_overall_activity: TαΊ₯t cαΊ£ hoαΊ‘t Δα»ng |
|
295 | label_overall_activity: TαΊ₯t cαΊ£ hoαΊ‘t Δα»ng | |
296 | label_new: Mα»i |
|
296 | label_new: Mα»i | |
297 | label_logged_as: TΓ i khoαΊ£n » |
|
297 | label_logged_as: TΓ i khoαΊ£n » | |
298 | label_environment: Environment |
|
298 | label_environment: Environment | |
299 | label_authentication: Authentication |
|
299 | label_authentication: Authentication | |
300 | label_auth_source: Authentication mode |
|
300 | label_auth_source: Authentication mode | |
301 | label_auth_source_new: New authentication mode |
|
301 | label_auth_source_new: New authentication mode | |
302 | label_auth_source_plural: Authentication modes |
|
302 | label_auth_source_plural: Authentication modes | |
303 | label_subproject_plural: Dα»± Γ‘n con |
|
303 | label_subproject_plural: Dα»± Γ‘n con | |
304 | label_and_its_subprojects: %s vΓ dα»± Γ‘n con |
|
304 | label_and_its_subprojects: %s vΓ dα»± Γ‘n con | |
305 | label_min_max_length: Min - Max length |
|
305 | label_min_max_length: Min - Max length | |
306 | label_list: List |
|
306 | label_list: List | |
307 | label_date: NgΓ y |
|
307 | label_date: NgΓ y | |
308 | label_integer: Integer |
|
308 | label_integer: Integer | |
309 | label_float: Float |
|
309 | label_float: Float | |
310 | label_boolean: Boolean |
|
310 | label_boolean: Boolean | |
311 | label_string: Text |
|
311 | label_string: Text | |
312 | label_text: Long text |
|
312 | label_text: Long text | |
313 | label_attribute: Attribute |
|
313 | label_attribute: Attribute | |
314 | label_attribute_plural: Attributes |
|
314 | label_attribute_plural: Attributes | |
315 | label_download: %d Download |
|
315 | label_download: %d Download | |
316 | label_download_plural: %d Downloads |
|
316 | label_download_plural: %d Downloads | |
317 | label_no_data: Chưa có thông tin gì |
|
317 | label_no_data: Chưa có thông tin gì | |
318 | label_change_status: Δα»i trαΊ‘ng thΓ‘i |
|
318 | label_change_status: Δα»i trαΊ‘ng thΓ‘i | |
319 | label_history: Lược sỠ|
|
319 | label_history: Lược sỠ| |
320 | label_attachment: TαΊp tin |
|
320 | label_attachment: TαΊp tin | |
321 | label_attachment_new: ThΓͺm tαΊp tin mα»i |
|
321 | label_attachment_new: ThΓͺm tαΊp tin mα»i | |
322 | label_attachment_delete: XΓ³a tαΊp tin |
|
322 | label_attachment_delete: XΓ³a tαΊp tin | |
323 | label_attachment_plural: TαΊp tin |
|
323 | label_attachment_plural: TαΊp tin | |
324 | label_file_added: ΔΓ£ thΓͺm tαΊp tin |
|
324 | label_file_added: ΔΓ£ thΓͺm tαΊp tin | |
325 | label_report: BΓ‘o cΓ‘o |
|
325 | label_report: BΓ‘o cΓ‘o | |
326 | label_report_plural: BΓ‘o cΓ‘o |
|
326 | label_report_plural: BΓ‘o cΓ‘o | |
327 | label_news: Tin tα»©c |
|
327 | label_news: Tin tα»©c | |
328 | label_news_new: ThΓͺm tin |
|
328 | label_news_new: ThΓͺm tin | |
329 | label_news_plural: Tin tα»©c |
|
329 | label_news_plural: Tin tα»©c | |
330 | label_news_latest: Tin mα»i |
|
330 | label_news_latest: Tin mα»i | |
331 | label_news_view_all: Xem mα»i tin |
|
331 | label_news_view_all: Xem mα»i tin | |
332 | label_news_added: ΔΓ£ thΓͺm tin |
|
332 | label_news_added: ΔΓ£ thΓͺm tin | |
333 | label_change_log: NhαΊt kΓ½ thay Δα»i |
|
333 | label_change_log: NhαΊt kΓ½ thay Δα»i | |
334 | label_settings: ThiαΊΏt lαΊp |
|
334 | label_settings: ThiαΊΏt lαΊp | |
335 | label_overview: TΓ³m tαΊ―t |
|
335 | label_overview: TΓ³m tαΊ―t | |
336 | label_version: PhiΓͺn bαΊ£n |
|
336 | label_version: PhiΓͺn bαΊ£n | |
337 | label_version_new: PhiΓͺn bαΊ£n mα»i |
|
337 | label_version_new: PhiΓͺn bαΊ£n mα»i | |
338 | label_version_plural: PhiΓͺn bαΊ£n |
|
338 | label_version_plural: PhiΓͺn bαΊ£n | |
339 | label_confirmation: KhαΊ³ng Δα»nh |
|
339 | label_confirmation: KhαΊ³ng Δα»nh | |
340 | label_export_to: 'Δα»nh dαΊ‘ng khΓ‘c cα»§a trang nΓ y:' |
|
340 | label_export_to: 'Δα»nh dαΊ‘ng khΓ‘c cα»§a trang nΓ y:' | |
341 | label_read: Read... |
|
341 | label_read: Read... | |
342 | label_public_projects: CΓ‘c dα»± Γ‘n cΓ΄ng cα»ng |
|
342 | label_public_projects: CΓ‘c dα»± Γ‘n cΓ΄ng cα»ng | |
343 | label_open_issues: mα» |
|
343 | label_open_issues: mα» | |
344 | label_open_issues_plural: mα» |
|
344 | label_open_issues_plural: mα» | |
345 | label_closed_issues: ΔΓ³ng |
|
345 | label_closed_issues: ΔΓ³ng | |
346 | label_closed_issues_plural: ΔΓ³ng |
|
346 | label_closed_issues_plural: ΔΓ³ng | |
347 | label_total: Total |
|
347 | label_total: Total | |
348 | label_permissions: Permissions |
|
348 | label_permissions: Permissions | |
349 | label_current_status: Current status |
|
349 | label_current_status: Current status | |
350 | label_new_statuses_allowed: New statuses allowed |
|
350 | label_new_statuses_allowed: New statuses allowed | |
351 | label_all: tαΊ₯t cαΊ£ |
|
351 | label_all: tαΊ₯t cαΊ£ | |
352 | label_none: none |
|
352 | label_none: none | |
353 | label_nobody: nobody |
|
353 | label_nobody: nobody | |
354 | label_next: Next |
|
354 | label_next: Next | |
355 | label_previous: Previous |
|
355 | label_previous: Previous | |
356 | label_used_by: Used by |
|
356 | label_used_by: Used by | |
357 | label_details: Chi tiαΊΏt |
|
357 | label_details: Chi tiαΊΏt | |
358 | label_add_note: Add a note |
|
358 | label_add_note: Add a note | |
359 | label_per_page: Per page |
|
359 | label_per_page: Per page | |
360 | label_calendar: Lα»ch |
|
360 | label_calendar: Lα»ch | |
361 | label_months_from: months from |
|
361 | label_months_from: months from | |
362 | label_gantt: Biα»u Δα» sα»± kiα»n |
|
362 | label_gantt: Biα»u Δα» sα»± kiα»n | |
363 | label_internal: Internal |
|
363 | label_internal: Internal | |
364 | label_last_changes: last %d changes |
|
364 | label_last_changes: last %d changes | |
365 | label_change_view_all: View all changes |
|
365 | label_change_view_all: View all changes | |
366 | label_personalize_page: Δiα»u chα»nh trang nΓ y |
|
366 | label_personalize_page: Δiα»u chα»nh trang nΓ y | |
367 | label_comment: BΓ¬nh luαΊn |
|
367 | label_comment: BΓ¬nh luαΊn | |
368 | label_comment_plural: BΓ¬nh luαΊn |
|
368 | label_comment_plural: BΓ¬nh luαΊn | |
369 | label_comment_add: ThΓͺm bΓ¬nh luαΊn |
|
369 | label_comment_add: ThΓͺm bΓ¬nh luαΊn | |
370 | label_comment_added: ΔΓ£ thΓͺm bΓ¬nh luαΊn |
|
370 | label_comment_added: ΔΓ£ thΓͺm bΓ¬nh luαΊn | |
371 | label_comment_delete: XΓ³a bΓ¬nh luαΊn |
|
371 | label_comment_delete: XΓ³a bΓ¬nh luαΊn | |
372 | label_query: Custom query |
|
372 | label_query: Custom query | |
373 | label_query_plural: Custom queries |
|
373 | label_query_plural: Custom queries | |
374 | label_query_new: New query |
|
374 | label_query_new: New query | |
375 | label_filter_add: ThΓͺm lα»c |
|
375 | label_filter_add: ThΓͺm lα»c | |
376 | label_filter_plural: Bα» lα»c |
|
376 | label_filter_plural: Bα» lα»c | |
377 | label_equals: lΓ |
|
377 | label_equals: lΓ | |
378 | label_not_equals: khΓ΄ng lΓ |
|
378 | label_not_equals: khΓ΄ng lΓ | |
379 | label_in_less_than: in less than |
|
379 | label_in_less_than: in less than | |
380 | label_in_more_than: in more than |
|
380 | label_in_more_than: in more than | |
381 | label_in: in |
|
381 | label_in: in | |
382 | label_today: hΓ΄m nay |
|
382 | label_today: hΓ΄m nay | |
383 | label_all_time: mα»i thα»i gian |
|
383 | label_all_time: mα»i thα»i gian | |
384 | label_yesterday: hΓ΄m qua |
|
384 | label_yesterday: hΓ΄m qua | |
385 | label_this_week: tuαΊ§n nΓ y |
|
385 | label_this_week: tuαΊ§n nΓ y | |
386 | label_last_week: tuαΊ§n trΖ°α»c |
|
386 | label_last_week: tuαΊ§n trΖ°α»c | |
387 | label_last_n_days: %d ngΓ y cuα»i |
|
387 | label_last_n_days: %d ngΓ y cuα»i | |
388 | label_this_month: thΓ‘ng nΓ y |
|
388 | label_this_month: thΓ‘ng nΓ y | |
389 | label_last_month: thΓ‘ng cuα»i |
|
389 | label_last_month: thΓ‘ng cuα»i | |
390 | label_this_year: nΔm nΓ y |
|
390 | label_this_year: nΔm nΓ y | |
391 | label_date_range: Thα»i gian |
|
391 | label_date_range: Thα»i gian | |
392 | label_less_than_ago: cΓ‘ch ΔΓ’y dΖ°α»i |
|
392 | label_less_than_ago: cΓ‘ch ΔΓ’y dΖ°α»i | |
393 | label_more_than_ago: cΓ‘ch ΔΓ’y hΖ‘n |
|
393 | label_more_than_ago: cΓ‘ch ΔΓ’y hΖ‘n | |
394 | label_ago: cΓ‘ch ΔΓ’y |
|
394 | label_ago: cΓ‘ch ΔΓ’y | |
395 | label_contains: contains |
|
395 | label_contains: contains | |
396 | label_not_contains: doesn't contain |
|
396 | label_not_contains: doesn't contain | |
397 | label_day_plural: days |
|
397 | label_day_plural: days | |
398 | label_repository: Repository |
|
398 | label_repository: Repository | |
399 | label_repository_plural: Repositories |
|
399 | label_repository_plural: Repositories | |
400 | label_browse: Browse |
|
400 | label_browse: Browse | |
401 | label_modification: %d change |
|
401 | label_modification: %d change | |
402 | label_modification_plural: %d changes |
|
402 | label_modification_plural: %d changes | |
403 | label_revision: Revision |
|
403 | label_revision: Revision | |
404 | label_revision_plural: Revisions |
|
404 | label_revision_plural: Revisions | |
405 | label_associated_revisions: Associated revisions |
|
405 | label_associated_revisions: Associated revisions | |
406 | label_added: added |
|
406 | label_added: added | |
407 | label_modified: modified |
|
407 | label_modified: modified | |
408 | label_copied: copied |
|
408 | label_copied: copied | |
409 | label_renamed: renamed |
|
409 | label_renamed: renamed | |
410 | label_deleted: deleted |
|
410 | label_deleted: deleted | |
411 | label_latest_revision: Latest revision |
|
411 | label_latest_revision: Latest revision | |
412 | label_latest_revision_plural: Latest revisions |
|
412 | label_latest_revision_plural: Latest revisions | |
413 | label_view_revisions: View revisions |
|
413 | label_view_revisions: View revisions | |
414 | label_max_size: Dung lượng tα»i Δa |
|
414 | label_max_size: Dung lượng tα»i Δa | |
415 | label_on: '/ tα»ng sα»' |
|
415 | label_on: '/ tα»ng sα»' | |
416 | label_sort_highest: Move to top |
|
416 | label_sort_highest: Move to top | |
417 | label_sort_higher: Move up |
|
417 | label_sort_higher: Move up | |
418 | label_sort_lower: Move down |
|
418 | label_sort_lower: Move down | |
419 | label_sort_lowest: Move to bottom |
|
419 | label_sort_lowest: Move to bottom | |
420 | label_roadmap: KαΊΏ hoαΊ‘ch |
|
420 | label_roadmap: KαΊΏ hoαΊ‘ch | |
421 | label_roadmap_due_in: HαΊΏt hαΊ‘n trong %s |
|
421 | label_roadmap_due_in: HαΊΏt hαΊ‘n trong %s | |
422 | label_roadmap_overdue: Trα» %s |
|
422 | label_roadmap_overdue: Trα» %s | |
423 | label_roadmap_no_issues: No issues for this version |
|
423 | label_roadmap_no_issues: No issues for this version | |
424 | label_search: Tìm |
|
424 | label_search: Tìm | |
425 | label_result_plural: KαΊΏt quαΊ£ |
|
425 | label_result_plural: KαΊΏt quαΊ£ | |
426 | label_all_words: Mα»i tα»« |
|
426 | label_all_words: Mα»i tα»« | |
427 | label_wiki: Wiki |
|
427 | label_wiki: Wiki | |
428 | label_wiki_edit: Wiki edit |
|
428 | label_wiki_edit: Wiki edit | |
429 | label_wiki_edit_plural: Thay Δα»i wiki |
|
429 | label_wiki_edit_plural: Thay Δα»i wiki | |
430 | label_wiki_page: Wiki page |
|
430 | label_wiki_page: Wiki page | |
431 | label_wiki_page_plural: Wiki pages |
|
431 | label_wiki_page_plural: Wiki pages | |
432 | label_index_by_title: Danh sΓ‘ch theo tΓͺn |
|
432 | label_index_by_title: Danh sΓ‘ch theo tΓͺn | |
433 | label_index_by_date: Danh sΓ‘ch theo ngΓ y |
|
433 | label_index_by_date: Danh sΓ‘ch theo ngΓ y | |
434 | label_current_version: BαΊ£n hiα»n tαΊ‘i |
|
434 | label_current_version: BαΊ£n hiα»n tαΊ‘i | |
435 | label_preview: Xem trΖ°α»c |
|
435 | label_preview: Xem trΖ°α»c | |
436 | label_feed_plural: Feeds |
|
436 | label_feed_plural: Feeds | |
437 | label_changes_details: Details of all changes |
|
437 | label_changes_details: Details of all changes | |
438 | label_issue_tracking: VαΊ₯n Δα» |
|
438 | label_issue_tracking: VαΊ₯n Δα» | |
439 | label_spent_time: Thα»i gian |
|
439 | label_spent_time: Thα»i gian | |
440 | label_f_hour: %.2f giα» |
|
440 | label_f_hour: %.2f giα» | |
441 | label_f_hour_plural: %.2f giα» |
|
441 | label_f_hour_plural: %.2f giα» | |
442 | label_time_tracking: Time tracking |
|
442 | label_time_tracking: Time tracking | |
443 | label_change_plural: Thay Δα»i |
|
443 | label_change_plural: Thay Δα»i | |
444 | label_statistics: Thα»ng kΓͺ |
|
444 | label_statistics: Thα»ng kΓͺ | |
445 | label_commits_per_month: Commits per month |
|
445 | label_commits_per_month: Commits per month | |
446 | label_commits_per_author: Commits per author |
|
446 | label_commits_per_author: Commits per author | |
447 | label_view_diff: View differences |
|
447 | label_view_diff: View differences | |
448 | label_diff_inline: inline |
|
448 | label_diff_inline: inline | |
449 | label_diff_side_by_side: side by side |
|
449 | label_diff_side_by_side: side by side | |
450 | label_options: Options |
|
450 | label_options: Options | |
451 | label_copy_workflow_from: Copy workflow from |
|
451 | label_copy_workflow_from: Copy workflow from | |
452 | label_permissions_report: Permissions report |
|
452 | label_permissions_report: Permissions report | |
453 | label_watched_issues: Chα»§ Δα» Δang theo dΓ΅i |
|
453 | label_watched_issues: Chα»§ Δα» Δang theo dΓ΅i | |
454 | label_related_issues: LiΓͺn quan |
|
454 | label_related_issues: LiΓͺn quan | |
455 | label_applied_status: Applied status |
|
455 | label_applied_status: Applied status | |
456 | label_loading: Loading... |
|
456 | label_loading: Loading... | |
457 | label_relation_new: New relation |
|
457 | label_relation_new: New relation | |
458 | label_relation_delete: Delete relation |
|
458 | label_relation_delete: Delete relation | |
459 | label_relates_to: related to |
|
459 | label_relates_to: related to | |
460 | label_duplicates: duplicates |
|
460 | label_duplicates: duplicates | |
461 | label_duplicated_by: duplicated by |
|
461 | label_duplicated_by: duplicated by | |
462 | label_blocks: blocks |
|
462 | label_blocks: blocks | |
463 | label_blocked_by: blocked by |
|
463 | label_blocked_by: blocked by | |
464 | label_precedes: precedes |
|
464 | label_precedes: precedes | |
465 | label_follows: follows |
|
465 | label_follows: follows | |
466 | label_end_to_start: end to start |
|
466 | label_end_to_start: end to start | |
467 | label_end_to_end: end to end |
|
467 | label_end_to_end: end to end | |
468 | label_start_to_start: start to start |
|
468 | label_start_to_start: start to start | |
469 | label_start_to_end: start to end |
|
469 | label_start_to_end: start to end | |
470 | label_stay_logged_in: LΖ°u thΓ΄ng tin ΔΔng nhαΊp |
|
470 | label_stay_logged_in: LΖ°u thΓ΄ng tin ΔΔng nhαΊp | |
471 | label_disabled: disabled |
|
471 | label_disabled: disabled | |
472 | label_show_completed_versions: Xem phiΓͺn bαΊ£n ΔΓ£ xong |
|
472 | label_show_completed_versions: Xem phiΓͺn bαΊ£n ΔΓ£ xong | |
473 | label_me: tΓ΄i |
|
473 | label_me: tΓ΄i | |
474 | label_board: Diα» n ΔΓ n |
|
474 | label_board: Diα» n ΔΓ n | |
475 | label_board_new: TαΊ‘o diα» n ΔΓ n mα»i |
|
475 | label_board_new: TαΊ‘o diα» n ΔΓ n mα»i | |
476 | label_board_plural: Diα» n ΔΓ n |
|
476 | label_board_plural: Diα» n ΔΓ n | |
477 | label_topic_plural: Chα»§ Δα» |
|
477 | label_topic_plural: Chα»§ Δα» | |
478 | label_message_plural: Diα» n ΔΓ n |
|
478 | label_message_plural: Diα» n ΔΓ n | |
479 | label_message_last: BΓ i cuα»i |
|
479 | label_message_last: BΓ i cuα»i | |
480 | label_message_new: TαΊ‘o bΓ i mα»i |
|
480 | label_message_new: TαΊ‘o bΓ i mα»i | |
481 | label_message_posted: ΔΓ£ thΓͺm bΓ i viαΊΏt |
|
481 | label_message_posted: ΔΓ£ thΓͺm bΓ i viαΊΏt | |
482 | label_reply_plural: Hα»i Γ’m |
|
482 | label_reply_plural: Hα»i Γ’m | |
483 | label_send_information: Send account information to the user |
|
483 | label_send_information: Send account information to the user | |
484 | label_year: Year |
|
484 | label_year: Year | |
485 | label_month: Month |
|
485 | label_month: Month | |
486 | label_week: Week |
|
486 | label_week: Week | |
487 | label_date_from: Tα»« |
|
487 | label_date_from: Tα»« | |
488 | label_date_to: ΔαΊΏn |
|
488 | label_date_to: ΔαΊΏn | |
489 | label_language_based: Based on user's language |
|
489 | label_language_based: Based on user's language | |
490 | label_sort_by: Sort by %s |
|
490 | label_sort_by: Sort by %s | |
491 | label_send_test_email: Send a test email |
|
491 | label_send_test_email: Send a test email | |
492 | label_feeds_access_key_created_on: "MΓ£ chα»©ng thα»±c RSS Δược tαΊ‘o ra cΓ‘ch ΔΓ’y %s" |
|
492 | label_feeds_access_key_created_on: "MΓ£ chα»©ng thα»±c RSS Δược tαΊ‘o ra cΓ‘ch ΔΓ’y %s" | |
493 | label_module_plural: MΓ΄-Δun |
|
493 | label_module_plural: MΓ΄-Δun | |
494 | label_added_time_by: thΓͺm bα»i %s cΓ‘ch ΔΓ’y %s |
|
494 | label_added_time_by: thΓͺm bα»i %s cΓ‘ch ΔΓ’y %s | |
495 | label_updated_time: CαΊp nhαΊt cΓ‘ch ΔΓ’y %s |
|
495 | label_updated_time: CαΊp nhαΊt cΓ‘ch ΔΓ’y %s | |
496 | label_jump_to_a_project: NhαΊ£y ΔαΊΏn dα»± Γ‘n... |
|
496 | label_jump_to_a_project: NhαΊ£y ΔαΊΏn dα»± Γ‘n... | |
497 | label_file_plural: TαΊp tin |
|
497 | label_file_plural: TαΊp tin | |
498 | label_changeset_plural: Changesets |
|
498 | label_changeset_plural: Changesets | |
499 | label_default_columns: Default columns |
|
499 | label_default_columns: Default columns | |
500 | label_no_change_option: (No change) |
|
500 | label_no_change_option: (No change) | |
501 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
501 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
502 | label_theme: Theme |
|
502 | label_theme: Theme | |
503 | label_default: Default |
|
503 | label_default: Default | |
504 | label_search_titles_only: Search titles only |
|
504 | label_search_titles_only: Search titles only | |
505 | label_user_mail_option_all: "Mα»i sα»± kiα»n trΓͺn mα»i dα»± Γ‘n cα»§a bαΊ‘n" |
|
505 | label_user_mail_option_all: "Mα»i sα»± kiα»n trΓͺn mα»i dα»± Γ‘n cα»§a bαΊ‘n" | |
506 | label_user_mail_option_selected: "Mα»i sα»± kiα»n trΓͺn cΓ‘c dα»± Γ‘n Δược chα»n..." |
|
506 | label_user_mail_option_selected: "Mα»i sα»± kiα»n trΓͺn cΓ‘c dα»± Γ‘n Δược chα»n..." | |
507 | label_user_mail_option_none: "Chα» nhα»―ng vαΊ₯n Δα» bαΊ‘n theo dΓ΅i hoαΊ·c Δược gΓ‘n" |
|
507 | label_user_mail_option_none: "Chα» nhα»―ng vαΊ₯n Δα» bαΊ‘n theo dΓ΅i hoαΊ·c Δược gΓ‘n" | |
508 | label_user_mail_no_self_notified: "Δα»«ng gα»i email vα» cΓ‘c thay Δα»i do chΓnh bαΊ‘n thα»±c hiα»n" |
|
508 | label_user_mail_no_self_notified: "Δα»«ng gα»i email vα» cΓ‘c thay Δα»i do chΓnh bαΊ‘n thα»±c hiα»n" | |
509 | label_registration_activation_by_email: account activation by email |
|
509 | label_registration_activation_by_email: account activation by email | |
510 | label_registration_manual_activation: manual account activation |
|
510 | label_registration_manual_activation: manual account activation | |
511 | label_registration_automatic_activation: automatic account activation |
|
511 | label_registration_automatic_activation: automatic account activation | |
512 | label_display_per_page: 'mα»i trang: %s' |
|
512 | label_display_per_page: 'mα»i trang: %s' | |
513 | label_age: Age |
|
513 | label_age: Age | |
514 | label_change_properties: Thay Δα»i thuα»c tΓnh |
|
514 | label_change_properties: Thay Δα»i thuα»c tΓnh | |
515 | label_general: General |
|
515 | label_general: General | |
516 | label_more: Chi tiαΊΏt |
|
516 | label_more: Chi tiαΊΏt | |
517 | label_scm: SCM |
|
517 | label_scm: SCM | |
518 | label_plugins: Plugins |
|
518 | label_plugins: Plugins | |
519 | label_ldap_authentication: LDAP authentication |
|
519 | label_ldap_authentication: LDAP authentication | |
520 | label_downloads_abbr: TαΊ£i vα» |
|
520 | label_downloads_abbr: TαΊ£i vα» | |
521 | label_optional_description: MΓ΄ tαΊ£ bα» sung |
|
521 | label_optional_description: MΓ΄ tαΊ£ bα» sung | |
522 | label_add_another_file: ThΓͺm tαΊp tin khΓ‘c |
|
522 | label_add_another_file: ThΓͺm tαΊp tin khΓ‘c | |
523 | label_preferences: CαΊ₯u hΓ¬nh |
|
523 | label_preferences: CαΊ₯u hΓ¬nh | |
524 | label_chronological_order: BΓ i cΕ© xαΊΏp trΖ°α»c |
|
524 | label_chronological_order: BΓ i cΕ© xαΊΏp trΖ°α»c | |
525 | label_reverse_chronological_order: BΓ i mα»i xαΊΏp trΖ°α»c |
|
525 | label_reverse_chronological_order: BΓ i mα»i xαΊΏp trΖ°α»c | |
526 | label_planning: KαΊΏ hoαΊ‘ch |
|
526 | label_planning: KαΊΏ hoαΊ‘ch | |
527 | label_incoming_emails: Incoming emails |
|
527 | label_incoming_emails: Incoming emails | |
528 | label_generate_key: Generate a key |
|
528 | label_generate_key: Generate a key | |
529 | label_issue_watchers: Theo dΓ΅i |
|
529 | label_issue_watchers: Theo dΓ΅i | |
530 |
|
530 | |||
531 | button_login: ΔΔng nhαΊp |
|
531 | button_login: ΔΔng nhαΊp | |
532 | button_submit: Gα»i |
|
532 | button_submit: Gα»i | |
533 | button_save: LΖ°u |
|
533 | button_save: LΖ°u | |
534 | button_check_all: ΔΓ‘nh dαΊ₯u tαΊ₯t cαΊ£ |
|
534 | button_check_all: ΔΓ‘nh dαΊ₯u tαΊ₯t cαΊ£ | |
535 | button_uncheck_all: Bα» dαΊ₯u tαΊ₯t cαΊ£ |
|
535 | button_uncheck_all: Bα» dαΊ₯u tαΊ₯t cαΊ£ | |
536 | button_delete: XΓ³a |
|
536 | button_delete: XΓ³a | |
537 | button_create: TαΊ‘o |
|
537 | button_create: TαΊ‘o | |
538 | button_test: Kiα»m tra |
|
538 | button_test: Kiα»m tra | |
539 | button_edit: Sα»a |
|
539 | button_edit: Sα»a | |
540 | button_add: ThΓͺm |
|
540 | button_add: ThΓͺm | |
541 | button_change: Δα»i |
|
541 | button_change: Δα»i | |
542 | button_apply: Γp dα»₯ng |
|
542 | button_apply: Γp dα»₯ng | |
543 | button_clear: XΓ³a |
|
543 | button_clear: XΓ³a | |
544 | button_lock: KhΓ³a |
|
544 | button_lock: KhΓ³a | |
545 | button_unlock: Mα» khΓ³a |
|
545 | button_unlock: Mα» khΓ³a | |
546 | button_download: TαΊ£i vα» |
|
546 | button_download: TαΊ£i vα» | |
547 | button_list: Liα»t kΓͺ |
|
547 | button_list: Liα»t kΓͺ | |
548 | button_view: Xem |
|
548 | button_view: Xem | |
549 | button_move: Chuyα»n |
|
549 | button_move: Chuyα»n | |
550 | button_back: Quay lαΊ‘i |
|
550 | button_back: Quay lαΊ‘i | |
551 | button_cancel: Bα» qua |
|
551 | button_cancel: Bα» qua | |
552 | button_activate: KΓch hoαΊ‘t |
|
552 | button_activate: KΓch hoαΊ‘t | |
553 | button_sort: SαΊ―p xαΊΏp |
|
553 | button_sort: SαΊ―p xαΊΏp | |
554 | button_log_time: ThΓͺm thα»i gian |
|
554 | button_log_time: ThΓͺm thα»i gian | |
555 | button_rollback: Quay trα» lαΊ‘i phiΓͺn bαΊ£n nΓ y |
|
555 | button_rollback: Quay trα» lαΊ‘i phiΓͺn bαΊ£n nΓ y | |
556 | button_watch: Theo dΓ΅i |
|
556 | button_watch: Theo dΓ΅i | |
557 | button_unwatch: Bα» theo dΓ΅i |
|
557 | button_unwatch: Bα» theo dΓ΅i | |
558 | button_reply: TrαΊ£ lα»i |
|
558 | button_reply: TrαΊ£ lα»i | |
559 | button_archive: ΔΓ³ng bΔng |
|
559 | button_archive: ΔΓ³ng bΔng | |
560 | button_unarchive: XαΊ£ bΔng |
|
560 | button_unarchive: XαΊ£ bΔng | |
561 | button_reset: TαΊ‘o lαΊ‘i |
|
561 | button_reset: TαΊ‘o lαΊ‘i | |
562 | button_rename: Δα»i tΓͺn |
|
562 | button_rename: Δα»i tΓͺn | |
563 | button_change_password: Δα»i mαΊt mΓ£ |
|
563 | button_change_password: Δα»i mαΊt mΓ£ | |
564 | button_copy: ChΓ©p |
|
564 | button_copy: ChΓ©p | |
565 | button_annotate: Annotate |
|
565 | button_annotate: Annotate | |
566 | button_update: CαΊp nhαΊt |
|
566 | button_update: CαΊp nhαΊt | |
567 | button_configure: CαΊ₯u hΓ¬nh |
|
567 | button_configure: CαΊ₯u hΓ¬nh | |
568 | button_quote: TrΓch dαΊ«n |
|
568 | button_quote: TrΓch dαΊ«n | |
569 |
|
569 | |||
570 | status_active: hoαΊ‘t Δα»ng |
|
570 | status_active: hoαΊ‘t Δα»ng | |
571 | status_registered: ΔΔng kΓ½ |
|
571 | status_registered: ΔΔng kΓ½ | |
572 | status_locked: khΓ³a |
|
572 | status_locked: khΓ³a | |
573 |
|
573 | |||
574 | text_select_mail_notifications: Select actions for which email notifications should be sent. |
|
574 | text_select_mail_notifications: Select actions for which email notifications should be sent. | |
575 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
575 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
576 | text_min_max_length_info: 0 means no restriction |
|
576 | text_min_max_length_info: 0 means no restriction | |
577 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? |
|
577 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? | |
578 | text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' |
|
578 | text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.' | |
579 | text_workflow_edit: Select a role and a tracker to edit the workflow |
|
579 | text_workflow_edit: Select a role and a tracker to edit the workflow | |
580 | text_are_you_sure: Are you sure ? |
|
580 | text_are_you_sure: Are you sure ? | |
581 | text_journal_changed: Δα»i tα»« %s sang %s |
|
581 | text_journal_changed: Δα»i tα»« %s sang %s | |
582 | text_journal_set_to: ΔαΊ·t thΓ nh %s |
|
582 | text_journal_set_to: ΔαΊ·t thΓ nh %s | |
583 | text_journal_deleted: deleted |
|
583 | text_journal_deleted: deleted | |
584 | text_tip_task_begin_day: ngΓ y bαΊ―t ΔαΊ§u |
|
584 | text_tip_task_begin_day: ngΓ y bαΊ―t ΔαΊ§u | |
585 | text_tip_task_end_day: ngΓ y kαΊΏt thΓΊc |
|
585 | text_tip_task_end_day: ngΓ y kαΊΏt thΓΊc | |
586 | text_tip_task_begin_end_day: bαΊ―t ΔαΊ§u vΓ kαΊΏt thΓΊc cΓΉng ngΓ y |
|
586 | text_tip_task_begin_end_day: bαΊ―t ΔαΊ§u vΓ kαΊΏt thΓΊc cΓΉng ngΓ y | |
587 | text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' |
|
587 | text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' | |
588 | text_caracters_maximum: Tα»i Δa %d kΓ½ tα»±. |
|
588 | text_caracters_maximum: Tα»i Δa %d kΓ½ tα»±. | |
589 | text_caracters_minimum: PhαΊ£i gα»m Γt nhαΊ₯t %d kΓ½ tα»±. |
|
589 | text_caracters_minimum: PhαΊ£i gα»m Γt nhαΊ₯t %d kΓ½ tα»±. | |
590 | text_length_between: Length between %d and %d characters. |
|
590 | text_length_between: Length between %d and %d characters. | |
591 | text_tracker_no_workflow: No workflow defined for this tracker |
|
591 | text_tracker_no_workflow: No workflow defined for this tracker | |
592 | text_unallowed_characters: Ký tự không hợp lỠ|
|
592 | text_unallowed_characters: Ký tự không hợp lỠ| |
593 | text_comma_separated: Multiple values allowed (comma separated). |
|
593 | text_comma_separated: Multiple values allowed (comma separated). | |
594 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
594 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
595 | text_issue_added: Issue %s has been reported by %s. |
|
595 | text_issue_added: Issue %s has been reported by %s. | |
596 | text_issue_updated: Issue %s has been updated by %s. |
|
596 | text_issue_updated: Issue %s has been updated by %s. | |
597 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
597 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
598 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
598 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
599 | text_issue_category_destroy_assignments: Remove category assignments |
|
599 | text_issue_category_destroy_assignments: Remove category assignments | |
600 | text_issue_category_reassign_to: Reassign issues to this category |
|
600 | text_issue_category_reassign_to: Reassign issues to this category | |
601 | text_user_mail_option: "Vα»i cΓ‘c dα»± Γ‘n khΓ΄ng Δược chα»n, bαΊ‘n chα» cΓ³ thα» nhαΊn Δược thΓ΄ng bΓ‘o vα» cΓ‘c vαΊ₯n Δα» bαΊ‘n ΔΔng kΓ½ theo dΓ΅i hoαΊ·c cΓ³ liΓͺn quan ΔαΊΏn bαΊ‘n (chαΊ³ng hαΊ‘n, vαΊ₯n Δα» Δược gΓ‘n cho bαΊ‘n)." |
|
601 | text_user_mail_option: "Vα»i cΓ‘c dα»± Γ‘n khΓ΄ng Δược chα»n, bαΊ‘n chα» cΓ³ thα» nhαΊn Δược thΓ΄ng bΓ‘o vα» cΓ‘c vαΊ₯n Δα» bαΊ‘n ΔΔng kΓ½ theo dΓ΅i hoαΊ·c cΓ³ liΓͺn quan ΔαΊΏn bαΊ‘n (chαΊ³ng hαΊ‘n, vαΊ₯n Δα» Δược gΓ‘n cho bαΊ‘n)." | |
602 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
602 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." | |
603 | text_load_default_configuration: Load the default configuration |
|
603 | text_load_default_configuration: Load the default configuration | |
604 | text_status_changed_by_changeset: Applied in changeset %s. |
|
604 | text_status_changed_by_changeset: Applied in changeset %s. | |
605 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' |
|
605 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' | |
606 | text_select_project_modules: 'Chα»n cΓ‘c mΓ΄-Δun cho dα»± Γ‘n:' |
|
606 | text_select_project_modules: 'Chα»n cΓ‘c mΓ΄-Δun cho dα»± Γ‘n:' | |
607 | text_default_administrator_account_changed: Default administrator account changed |
|
607 | text_default_administrator_account_changed: Default administrator account changed | |
608 | text_file_repository_writable: File repository writable |
|
608 | text_file_repository_writable: File repository writable | |
609 | text_rmagick_available: RMagick available (optional) |
|
609 | text_rmagick_available: RMagick available (optional) | |
610 | text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? |
|
610 | text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? | |
611 | text_destroy_time_entries: Delete reported hours |
|
611 | text_destroy_time_entries: Delete reported hours | |
612 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
612 | text_assign_time_entries_to_project: Assign reported hours to the project | |
613 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
613 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
614 | text_user_wrote: '%s wrote:' |
|
614 | text_user_wrote: '%s wrote:' | |
615 | text_enumeration_destroy_question: '%d objects are assigned to this value.' |
|
615 | text_enumeration_destroy_question: '%d objects are assigned to this value.' | |
616 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
616 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
617 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
617 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." | |
618 |
|
618 | |||
619 | default_role_manager: Δiα»u hΓ nh |
|
619 | default_role_manager: Δiα»u hΓ nh | |
620 | default_role_developper: PhΓ‘t triα»n |
|
620 | default_role_developper: PhΓ‘t triα»n | |
621 | default_role_reporter: BΓ‘o cΓ‘o |
|
621 | default_role_reporter: BΓ‘o cΓ‘o | |
622 | default_tracker_bug: Lα»i |
|
622 | default_tracker_bug: Lα»i | |
623 | default_tracker_feature: TΓnh nΔng |
|
623 | default_tracker_feature: TΓnh nΔng | |
624 | default_tracker_support: HỠtrợ |
|
624 | default_tracker_support: HỠtrợ | |
625 | default_issue_status_new: Mα»i |
|
625 | default_issue_status_new: Mα»i | |
626 | default_issue_status_assigned: ΔΓ£ gΓ‘n |
|
626 | default_issue_status_assigned: ΔΓ£ gΓ‘n | |
627 | default_issue_status_resolved: QuyαΊΏt tΓ’m |
|
627 | default_issue_status_resolved: QuyαΊΏt tΓ’m | |
628 | default_issue_status_feedback: PhαΊ£n hα»i |
|
628 | default_issue_status_feedback: PhαΊ£n hα»i | |
629 | default_issue_status_closed: ΔΓ³ng |
|
629 | default_issue_status_closed: ΔΓ³ng | |
630 | default_issue_status_rejected: Tα»« chα»i |
|
630 | default_issue_status_rejected: Tα»« chα»i | |
631 | default_doc_category_user: TΓ i liα»u ngΖ°α»i dΓΉng |
|
631 | default_doc_category_user: TΓ i liα»u ngΖ°α»i dΓΉng | |
632 | default_doc_category_tech: TΓ i liα»u kα»Ή thuαΊt |
|
632 | default_doc_category_tech: TΓ i liα»u kα»Ή thuαΊt | |
633 | default_priority_low: ThαΊ₯p |
|
633 | default_priority_low: ThαΊ₯p | |
634 | default_priority_normal: BΓ¬nh thΖ°α»ng |
|
634 | default_priority_normal: BΓ¬nh thΖ°α»ng | |
635 | default_priority_high: Cao |
|
635 | default_priority_high: Cao | |
636 | default_priority_urgent: KhαΊ©n cαΊ₯p |
|
636 | default_priority_urgent: KhαΊ©n cαΊ₯p | |
637 | default_priority_immediate: Trung bình |
|
637 | default_priority_immediate: Trung bình | |
638 | default_activity_design: ThiαΊΏt kαΊΏ |
|
638 | default_activity_design: ThiαΊΏt kαΊΏ | |
639 | default_activity_development: PhΓ‘t triα»n |
|
639 | default_activity_development: PhΓ‘t triα»n | |
640 |
|
640 | |||
641 | enumeration_issue_priorities: Mα»©c Δα» Ζ°u tiΓͺn vαΊ₯n Δα» |
|
641 | enumeration_issue_priorities: Mα»©c Δα» Ζ°u tiΓͺn vαΊ₯n Δα» | |
642 | enumeration_doc_categories: Chα»§ Δα» tΓ i liα»u |
|
642 | enumeration_doc_categories: Chα»§ Δα» tΓ i liα»u | |
643 | enumeration_activities: Activities (time tracking) |
|
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