##// END OF EJS Templates
refreshing vn.yml (#2125)...
winterheart -
r1982:c58298835d43
parent child
Show More
@@ -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.0' unless defined? RAILS_GEM_VERSION
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 lat
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 zmieniana
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 modyfikacja
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 &raquo;
297 label_logged_as: TΓ i khoαΊ£n &raquo;
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