##// END OF EJS Templates
YAML.load_file returns a Hash with 3 keys with ruby 1.9.3p194 (2012-04-20) [i386-mingw32]....
Jean-Philippe Lang -
r10865:6f614c034ff9
parent child
Show More
@@ -1,1078 +1,1075
1 sk:
1 sk:
2 direction: ltr
2 direction: ltr
3 date:
3 date:
4 formats:
4 formats:
5 # Use the strftime parameters for formats.
6 # When no format has been given, it uses default.
7 # You can provide other formats here if you like!
8 default: "%Y-%m-%d"
5 default: "%Y-%m-%d"
9 short: "%b %d"
6 short: "%b %d"
10 long: "%B %d, %Y"
7 long: "%B %d, %Y"
11
8
12 day_names: [Nedeľa, Pondelok, Utorok, Streda, Štvrtok, Piatok, Sobota]
9 day_names: [Nedeľa, Pondelok, Utorok, Streda, Štvrtok, Piatok, Sobota]
13 abbr_day_names: [Ne, Po, Ut, St, Št, Pi, So]
10 abbr_day_names: [Ne, Po, Ut, St, Št, Pi, So]
14
11
15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
12 # Don't forget the nil at the beginning; there's no such thing as a 0th month
16 month_names: [~, Január, Február, Marec, Apríl, Máj, Jún, Júl, August, September, Október, November, December]
13 month_names: [~, Január, Február, Marec, Apríl, Máj, Jún, Júl, August, September, Október, November, December]
17 abbr_month_names: [~, Jan, Feb, Mar, Apr, Máj, Jún, Júl, Aug, Sep, Okt, Nov, Dec]
14 abbr_month_names: [~, Jan, Feb, Mar, Apr, Máj, Jún, Júl, Aug, Sep, Okt, Nov, Dec]
18 # Used in date_select and datime_select.
15 # Used in date_select and datime_select.
19 order:
16 order:
20 - :year
17 - :year
21 - :month
18 - :month
22 - :day
19 - :day
23
20
24 time:
21 time:
25 formats:
22 formats:
26 default: "%a, %d %b %Y %H:%M:%S %z"
23 default: "%a, %d %b %Y %H:%M:%S %z"
27 time: "%H:%M"
24 time: "%H:%M"
28 short: "%d %b %H:%M"
25 short: "%d %b %H:%M"
29 long: "%B %d, %Y %H:%M"
26 long: "%B %d, %Y %H:%M"
30 am: "am"
27 am: "am"
31 pm: "pm"
28 pm: "pm"
32
29
33 datetime:
30 datetime:
34 distance_in_words:
31 distance_in_words:
35 half_a_minute: "pol minúty"
32 half_a_minute: "pol minúty"
36 less_than_x_seconds:
33 less_than_x_seconds:
37 one: "menej ako 1 sekunda"
34 one: "menej ako 1 sekunda"
38 other: "menej ako %{count} sekúnd"
35 other: "menej ako %{count} sekúnd"
39 x_seconds:
36 x_seconds:
40 one: "1 sekunda"
37 one: "1 sekunda"
41 other: "%{count} sekúnd"
38 other: "%{count} sekúnd"
42 less_than_x_minutes:
39 less_than_x_minutes:
43 one: "menej ako minúta"
40 one: "menej ako minúta"
44 other: "menej ako %{count} minút"
41 other: "menej ako %{count} minút"
45 x_minutes:
42 x_minutes:
46 one: "1 minuta"
43 one: "1 minuta"
47 other: "%{count} minút"
44 other: "%{count} minút"
48 about_x_hours:
45 about_x_hours:
49 one: "okolo 1 hodiny"
46 one: "okolo 1 hodiny"
50 other: "okolo %{count} hodín"
47 other: "okolo %{count} hodín"
51 x_hours:
48 x_hours:
52 one: "1 hour"
49 one: "1 hour"
53 other: "%{count} hours"
50 other: "%{count} hours"
54 x_days:
51 x_days:
55 one: "1 deň"
52 one: "1 deň"
56 other: "%{count} dní"
53 other: "%{count} dní"
57 about_x_months:
54 about_x_months:
58 one: "okolo 1 mesiaca"
55 one: "okolo 1 mesiaca"
59 other: "okolo %{count} mesiace/ov"
56 other: "okolo %{count} mesiace/ov"
60 x_months:
57 x_months:
61 one: "1 mesiac"
58 one: "1 mesiac"
62 other: "%{count} mesiace/ov"
59 other: "%{count} mesiace/ov"
63 about_x_years:
60 about_x_years:
64 one: "okolo 1 roka"
61 one: "okolo 1 roka"
65 other: "okolo %{count} roky/ov"
62 other: "okolo %{count} roky/ov"
66 over_x_years:
63 over_x_years:
67 one: "cez 1 rok"
64 one: "cez 1 rok"
68 other: "cez %{count} roky/ov"
65 other: "cez %{count} roky/ov"
69 almost_x_years:
66 almost_x_years:
70 one: "almost 1 year"
67 one: "almost 1 year"
71 other: "almost %{count} years"
68 other: "almost %{count} years"
72
69
73 number:
70 number:
74 format:
71 format:
75 separator: "."
72 separator: "."
76 delimiter: ""
73 delimiter: ""
77 precision: 3
74 precision: 3
78
75
79 human:
76 human:
80 format:
77 format:
81 precision: 3
78 precision: 3
82 delimiter: ""
79 delimiter: ""
83 storage_units:
80 storage_units:
84 format: "%n %u"
81 format: "%n %u"
85 units:
82 units:
86 kb: KB
83 kb: KB
87 tb: TB
84 tb: TB
88 gb: GB
85 gb: GB
89 byte:
86 byte:
90 one: Byte
87 one: Byte
91 other: Bytes
88 other: Bytes
92 mb: MB
89 mb: MB
93
90
94 # Used in array.to_sentence.
91 # Used in array.to_sentence.
95 support:
92 support:
96 array:
93 array:
97 sentence_connector: "a"
94 sentence_connector: "a"
98 skip_last_comma: false
95 skip_last_comma: false
99
96
100 activerecord:
97 activerecord:
101 errors:
98 errors:
102 template:
99 template:
103 header:
100 header:
104 one: "1 error prohibited this %{model} from being saved"
101 one: "1 error prohibited this %{model} from being saved"
105 other: "%{count} errors prohibited this %{model} from being saved"
102 other: "%{count} errors prohibited this %{model} from being saved"
106 messages:
103 messages:
107 inclusion: "nieje zahrnuté v zozname"
104 inclusion: "nieje zahrnuté v zozname"
108 exclusion: "je rezervované"
105 exclusion: "je rezervované"
109 invalid: "je neplatné"
106 invalid: "je neplatné"
110 confirmation: "sa nezhoduje s potvrdením"
107 confirmation: "sa nezhoduje s potvrdením"
111 accepted: "musí byť akceptované"
108 accepted: "musí byť akceptované"
112 empty: "nemôže byť prázdne"
109 empty: "nemôže byť prázdne"
113 blank: "nemôže byť prázdne"
110 blank: "nemôže byť prázdne"
114 too_long: "je príliš dlhé"
111 too_long: "je príliš dlhé"
115 too_short: "je príliš krátke"
112 too_short: "je príliš krátke"
116 wrong_length: "má chybnú dĺžku"
113 wrong_length: "má chybnú dĺžku"
117 taken: "je použité"
114 taken: "je použité"
118 not_a_number: "nieje číslo"
115 not_a_number: "nieje číslo"
119 not_a_date: "nieje platný dátum"
116 not_a_date: "nieje platný dátum"
120 greater_than: "musí byť väčšíe ako %{count}"
117 greater_than: "musí byť väčšíe ako %{count}"
121 greater_than_or_equal_to: "musí byť väčšie alebo rovné %{count}"
118 greater_than_or_equal_to: "musí byť väčšie alebo rovné %{count}"
122 equal_to: "musí byť rovné %{count}"
119 equal_to: "musí byť rovné %{count}"
123 less_than: "musí byť menej ako %{count}"
120 less_than: "musí byť menej ako %{count}"
124 less_than_or_equal_to: "musí byť menej alebo rovné %{count}"
121 less_than_or_equal_to: "musí byť menej alebo rovné %{count}"
125 odd: "musí byť nepárne"
122 odd: "musí byť nepárne"
126 even: "musí byť párne"
123 even: "musí byť párne"
127 greater_than_start_date: "musí byť neskôr ako počiatočný dátum"
124 greater_than_start_date: "musí byť neskôr ako počiatočný dátum"
128 not_same_project: "nepatrí rovnakému projektu"
125 not_same_project: "nepatrí rovnakému projektu"
129 circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť"
126 circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť"
130 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
127 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
131
128
132 # SK translation by Stanislav Pach | stano.pach@seznam.cz
129 # SK translation by Stanislav Pach | stano.pach@seznam.cz
133
130
134 actionview_instancetag_blank_option: Prosím vyberte
131 actionview_instancetag_blank_option: Prosím vyberte
135
132
136 general_text_No: 'Nie'
133 general_text_No: 'Nie'
137 general_text_Yes: 'Áno'
134 general_text_Yes: 'Áno'
138 general_text_no: 'nie'
135 general_text_no: 'nie'
139 general_text_yes: 'áno'
136 general_text_yes: 'áno'
140 general_lang_name: 'Slovenčina'
137 general_lang_name: 'Slovenčina'
141 general_csv_separator: ','
138 general_csv_separator: ','
142 general_csv_decimal_separator: '.'
139 general_csv_decimal_separator: '.'
143 general_csv_encoding: UTF-8
140 general_csv_encoding: UTF-8
144 general_pdf_encoding: UTF-8
141 general_pdf_encoding: UTF-8
145 general_first_day_of_week: '1'
142 general_first_day_of_week: '1'
146
143
147 notice_account_updated: Účet bol úspešne zmenený.
144 notice_account_updated: Účet bol úspešne zmenený.
148 notice_account_invalid_creditentials: Chybné meno alebo heslo
145 notice_account_invalid_creditentials: Chybné meno alebo heslo
149 notice_account_password_updated: Heslo bolo úspešne zmenené.
146 notice_account_password_updated: Heslo bolo úspešne zmenené.
150 notice_account_wrong_password: Chybné heslo
147 notice_account_wrong_password: Chybné heslo
151 notice_account_register_done: Účet bol úspešne vytvorený. Pre aktiváciu účtu kliknite na odkaz v emailu, ktorý vam bol zaslaný.
148 notice_account_register_done: Účet bol úspešne vytvorený. Pre aktiváciu účtu kliknite na odkaz v emailu, ktorý vam bol zaslaný.
152 notice_account_unknown_email: Neznámy užívateľ.
149 notice_account_unknown_email: Neznámy užívateľ.
153 notice_can_t_change_password: Tento účet používa externú autentifikáciu. Tu heslo zmeniť nemôžete.
150 notice_can_t_change_password: Tento účet používa externú autentifikáciu. Tu heslo zmeniť nemôžete.
154 notice_account_lost_email_sent: Bol vám zaslaný email s inštrukciami ako si nastavite nové heslo.
151 notice_account_lost_email_sent: Bol vám zaslaný email s inštrukciami ako si nastavite nové heslo.
155 notice_account_activated: Váš účet bol aktivovaný. Teraz se môžete prihlásiť.
152 notice_account_activated: Váš účet bol aktivovaný. Teraz se môžete prihlásiť.
156 notice_successful_create: Úspešne vytvorené.
153 notice_successful_create: Úspešne vytvorené.
157 notice_successful_update: Úspešne aktualizované.
154 notice_successful_update: Úspešne aktualizované.
158 notice_successful_delete: Úspešne odstránené.
155 notice_successful_delete: Úspešne odstránené.
159 notice_successful_connection: Úspešne pripojené.
156 notice_successful_connection: Úspešne pripojené.
160 notice_file_not_found: Stránka, ktorú se snažíte zobraziť, neexistuje alebo bola zmazaná.
157 notice_file_not_found: Stránka, ktorú se snažíte zobraziť, neexistuje alebo bola zmazaná.
161 notice_locking_conflict: Údaje boli zmenené iným užívateľom.
158 notice_locking_conflict: Údaje boli zmenené iným užívateľom.
162 notice_scm_error: Položka a/alebo revízia neexistuje v repozitári.
159 notice_scm_error: Položka a/alebo revízia neexistuje v repozitári.
163 notice_not_authorized: Nemáte dostatočné práva pre zobrazenie tejto stránky.
160 notice_not_authorized: Nemáte dostatočné práva pre zobrazenie tejto stránky.
164 notice_email_sent: "Na adresu %{value} bol odeslaný email"
161 notice_email_sent: "Na adresu %{value} bol odeslaný email"
165 notice_email_error: "Pri odosielaní emailu nastala chyba (%{value})"
162 notice_email_error: "Pri odosielaní emailu nastala chyba (%{value})"
166 notice_feeds_access_key_reseted: Váš klúč pre prístup k Atomu bol resetovaný.
163 notice_feeds_access_key_reseted: Váš klúč pre prístup k Atomu bol resetovaný.
167 notice_failed_to_save_issues: "Nastala chyba pri ukládaní %{count} úloh na %{total} zvolený: %{ids}."
164 notice_failed_to_save_issues: "Nastala chyba pri ukládaní %{count} úloh na %{total} zvolený: %{ids}."
168 notice_no_issue_selected: "Nebola zvolená žiadná úloha. Prosím, zvoľte úlohy, ktoré chcete upraviť"
165 notice_no_issue_selected: "Nebola zvolená žiadná úloha. Prosím, zvoľte úlohy, ktoré chcete upraviť"
169 notice_account_pending: "Váš účet bol vytvorený, teraz čaká na schválenie administrátorom."
166 notice_account_pending: "Váš účet bol vytvorený, teraz čaká na schválenie administrátorom."
170 notice_default_data_loaded: Výchozia konfigurácia úspešne nahraná.
167 notice_default_data_loaded: Výchozia konfigurácia úspešne nahraná.
171
168
172 error_can_t_load_default_data: "Výchozia konfigurácia nebola nahraná: %{value}"
169 error_can_t_load_default_data: "Výchozia konfigurácia nebola nahraná: %{value}"
173 error_scm_not_found: "Položka a/alebo revízia neexistuje v repozitári."
170 error_scm_not_found: "Položka a/alebo revízia neexistuje v repozitári."
174 error_scm_command_failed: "Pri pokuse o prístup k repozitári došlo k chybe: %{value}"
171 error_scm_command_failed: "Pri pokuse o prístup k repozitári došlo k chybe: %{value}"
175 error_issue_not_found_in_project: 'Úloha nebola nájdená alebo nepatrí k tomuto projektu'
172 error_issue_not_found_in_project: 'Úloha nebola nájdená alebo nepatrí k tomuto projektu'
176
173
177 mail_subject_lost_password: "Vaše heslo (%{value})"
174 mail_subject_lost_password: "Vaše heslo (%{value})"
178 mail_body_lost_password: 'Pre zmenu vašeho hesla kliknite na následujúci odkaz:'
175 mail_body_lost_password: 'Pre zmenu vašeho hesla kliknite na následujúci odkaz:'
179 mail_subject_register: "Aktivácia účtu (%{value})"
176 mail_subject_register: "Aktivácia účtu (%{value})"
180 mail_body_register: 'Pre aktiváciu vašeho účtu kliknite na následujúci odkaz:'
177 mail_body_register: 'Pre aktiváciu vašeho účtu kliknite na následujúci odkaz:'
181 mail_body_account_information_external: "Pomocou vašeho účtu %{value} se môžete prihlásiť."
178 mail_body_account_information_external: "Pomocou vašeho účtu %{value} se môžete prihlásiť."
182 mail_body_account_information: Informácie o vašom účte
179 mail_body_account_information: Informácie o vašom účte
183 mail_subject_account_activation_request: "Aktivácia %{value} účtu"
180 mail_subject_account_activation_request: "Aktivácia %{value} účtu"
184 mail_body_account_activation_request: "Bol zaregistrovaný nový uživateľ %{value}. Aktivácia jeho účtu závisí na vašom potvrdení."
181 mail_body_account_activation_request: "Bol zaregistrovaný nový uživateľ %{value}. Aktivácia jeho účtu závisí na vašom potvrdení."
185
182
186
183
187 field_name: Názov
184 field_name: Názov
188 field_description: Popis
185 field_description: Popis
189 field_summary: Prehľad
186 field_summary: Prehľad
190 field_is_required: Povinné pole
187 field_is_required: Povinné pole
191 field_firstname: Meno
188 field_firstname: Meno
192 field_lastname: Priezvisko
189 field_lastname: Priezvisko
193 field_mail: Email
190 field_mail: Email
194 field_filename: Súbor
191 field_filename: Súbor
195 field_filesize: Veľkosť
192 field_filesize: Veľkosť
196 field_downloads: Stiahnuté
193 field_downloads: Stiahnuté
197 field_author: Autor
194 field_author: Autor
198 field_created_on: Vytvorené
195 field_created_on: Vytvorené
199 field_updated_on: Aktualizované
196 field_updated_on: Aktualizované
200 field_field_format: Formát
197 field_field_format: Formát
201 field_is_for_all: Pre všetky projekty
198 field_is_for_all: Pre všetky projekty
202 field_possible_values: Možné hodnoty
199 field_possible_values: Možné hodnoty
203 field_regexp: Regulérny výraz
200 field_regexp: Regulérny výraz
204 field_min_length: Minimálna dĺžka
201 field_min_length: Minimálna dĺžka
205 field_max_length: Maximálna dĺžka
202 field_max_length: Maximálna dĺžka
206 field_value: Hodnota
203 field_value: Hodnota
207 field_category: Kategória
204 field_category: Kategória
208 field_title: Názov
205 field_title: Názov
209 field_project: Projekt
206 field_project: Projekt
210 field_issue: Úloha
207 field_issue: Úloha
211 field_status: Stav
208 field_status: Stav
212 field_notes: Poznámka
209 field_notes: Poznámka
213 field_is_closed: Úloha uzavretá
210 field_is_closed: Úloha uzavretá
214 field_is_default: Východzí stav
211 field_is_default: Východzí stav
215 field_tracker: Fronta
212 field_tracker: Fronta
216 field_subject: Predmet
213 field_subject: Predmet
217 field_due_date: Uzavrieť do
214 field_due_date: Uzavrieť do
218 field_assigned_to: Priradené
215 field_assigned_to: Priradené
219 field_priority: Priorita
216 field_priority: Priorita
220 field_fixed_version: Priradené k verzii
217 field_fixed_version: Priradené k verzii
221 field_user: Užívateľ
218 field_user: Užívateľ
222 field_role: Rola
219 field_role: Rola
223 field_homepage: Domovská stránka
220 field_homepage: Domovská stránka
224 field_is_public: Verejný
221 field_is_public: Verejný
225 field_parent: Nadradený projekt
222 field_parent: Nadradený projekt
226 field_is_in_roadmap: Úlohy zobrazené v pláne
223 field_is_in_roadmap: Úlohy zobrazené v pláne
227 field_login: Login
224 field_login: Login
228 field_mail_notification: Emailové oznámenie
225 field_mail_notification: Emailové oznámenie
229 field_admin: Administrátor
226 field_admin: Administrátor
230 field_last_login_on: Posledné prihlásenie
227 field_last_login_on: Posledné prihlásenie
231 field_language: Jazyk
228 field_language: Jazyk
232 field_effective_date: Dátum
229 field_effective_date: Dátum
233 field_password: Heslo
230 field_password: Heslo
234 field_new_password: Nové heslo
231 field_new_password: Nové heslo
235 field_password_confirmation: Potvrdenie
232 field_password_confirmation: Potvrdenie
236 field_version: Verzia
233 field_version: Verzia
237 field_type: Typ
234 field_type: Typ
238 field_host: Host
235 field_host: Host
239 field_port: Port
236 field_port: Port
240 field_account: Účet
237 field_account: Účet
241 field_base_dn: Base DN
238 field_base_dn: Base DN
242 field_attr_login: Prihlásenie (atribut)
239 field_attr_login: Prihlásenie (atribut)
243 field_attr_firstname: Meno (atribut)
240 field_attr_firstname: Meno (atribut)
244 field_attr_lastname: Priezvisko (atribut)
241 field_attr_lastname: Priezvisko (atribut)
245 field_attr_mail: Email (atribut)
242 field_attr_mail: Email (atribut)
246 field_onthefly: Automatické vytváranie užívateľov
243 field_onthefly: Automatické vytváranie užívateľov
247 field_start_date: Začiatok
244 field_start_date: Začiatok
248 field_done_ratio: "% hotovo"
245 field_done_ratio: "% hotovo"
249 field_auth_source: Autentifikačný mód
246 field_auth_source: Autentifikačný mód
250 field_hide_mail: Nezobrazovať môj email
247 field_hide_mail: Nezobrazovať môj email
251 field_comments: Komentár
248 field_comments: Komentár
252 field_url: URL
249 field_url: URL
253 field_start_page: Výchozia stránka
250 field_start_page: Výchozia stránka
254 field_subproject: Podprojekt
251 field_subproject: Podprojekt
255 field_hours: Hodiny
252 field_hours: Hodiny
256 field_activity: Aktivita
253 field_activity: Aktivita
257 field_spent_on: Dátum
254 field_spent_on: Dátum
258 field_identifier: Identifikátor
255 field_identifier: Identifikátor
259 field_is_filter: Použiť ako filter
256 field_is_filter: Použiť ako filter
260 field_issue_to: Súvisiaca úloha
257 field_issue_to: Súvisiaca úloha
261 field_delay: Oneskorenie
258 field_delay: Oneskorenie
262 field_assignable: Úlohy môžu byť priradené tejto roli
259 field_assignable: Úlohy môžu byť priradené tejto roli
263 field_redirect_existing_links: Presmerovať existujúce odkazy
260 field_redirect_existing_links: Presmerovať existujúce odkazy
264 field_estimated_hours: Odhadovaná doba
261 field_estimated_hours: Odhadovaná doba
265 field_column_names: Stĺpce
262 field_column_names: Stĺpce
266 field_time_zone: Časové pásmo
263 field_time_zone: Časové pásmo
267 field_searchable: Umožniť vyhľadávanie
264 field_searchable: Umožniť vyhľadávanie
268 field_default_value: Východzia hodnota
265 field_default_value: Východzia hodnota
269 field_comments_sorting: Zobraziť komentáre
266 field_comments_sorting: Zobraziť komentáre
270
267
271 setting_app_title: Názov aplikácie
268 setting_app_title: Názov aplikácie
272 setting_app_subtitle: Podtitulok aplikácie
269 setting_app_subtitle: Podtitulok aplikácie
273 setting_welcome_text: Uvítací text
270 setting_welcome_text: Uvítací text
274 setting_default_language: Východzí jazyk
271 setting_default_language: Východzí jazyk
275 setting_login_required: Auten. vyžadovaná
272 setting_login_required: Auten. vyžadovaná
276 setting_self_registration: Povolenie registrácie
273 setting_self_registration: Povolenie registrácie
277 setting_attachment_max_size: Maximálna veľkosť prílohy
274 setting_attachment_max_size: Maximálna veľkosť prílohy
278 setting_issues_export_limit: Limit pre export úloh
275 setting_issues_export_limit: Limit pre export úloh
279 setting_mail_from: Odosielať emaily z adresy
276 setting_mail_from: Odosielať emaily z adresy
280 setting_bcc_recipients: Príjemcovia skrytej kópie (bcc)
277 setting_bcc_recipients: Príjemcovia skrytej kópie (bcc)
281 setting_host_name: Hostname
278 setting_host_name: Hostname
282 setting_text_formatting: Formátovanie textu
279 setting_text_formatting: Formátovanie textu
283 setting_wiki_compression: Kompresia histórie Wiki
280 setting_wiki_compression: Kompresia histórie Wiki
284 setting_feeds_limit: Limit zobrazených položiek (Atom feed)
281 setting_feeds_limit: Limit zobrazených položiek (Atom feed)
285 setting_default_projects_public: Nové projekty nastavovať ako verejné
282 setting_default_projects_public: Nové projekty nastavovať ako verejné
286 setting_autofetch_changesets: Automatický prenos zmien
283 setting_autofetch_changesets: Automatický prenos zmien
287 setting_sys_api_enabled: Povolit Webovú Službu (WS) pre správu repozitára
284 setting_sys_api_enabled: Povolit Webovú Službu (WS) pre správu repozitára
288 setting_commit_ref_keywords: Klúčové slová pre odkazy
285 setting_commit_ref_keywords: Klúčové slová pre odkazy
289 setting_commit_fix_keywords: Klúčové slová pre uzavretie
286 setting_commit_fix_keywords: Klúčové slová pre uzavretie
290 setting_autologin: Automatické prihlasovanie
287 setting_autologin: Automatické prihlasovanie
291 setting_date_format: Formát dátumu
288 setting_date_format: Formát dátumu
292 setting_time_format: Formát času
289 setting_time_format: Formát času
293 setting_cross_project_issue_relations: Povoliť väzby úloh skrz projekty
290 setting_cross_project_issue_relations: Povoliť väzby úloh skrz projekty
294 setting_issue_list_default_columns: Východzie stĺpce zobrazené v zozname úloh
291 setting_issue_list_default_columns: Východzie stĺpce zobrazené v zozname úloh
295 setting_ itories_encodings: Kódovanie
292 setting_ itories_encodings: Kódovanie
296 setting_emails_footer: Zapätie emailov
293 setting_emails_footer: Zapätie emailov
297 setting_protocol: Protokol
294 setting_protocol: Protokol
298 setting_per_page_options: Povolené množstvo riadkov na stránke
295 setting_per_page_options: Povolené množstvo riadkov na stránke
299 setting_user_format: Formát zobrazenia užívateľa
296 setting_user_format: Formát zobrazenia užívateľa
300 setting_activity_days_default: "Zobrazené dni aktivity projektu:"
297 setting_activity_days_default: "Zobrazené dni aktivity projektu:"
301 setting_display_subprojects_issues: Prednastavenie zobrazenia úloh podporojektov v hlavnom projekte
298 setting_display_subprojects_issues: Prednastavenie zobrazenia úloh podporojektov v hlavnom projekte
302
299
303 project_module_issue_tracking: Sledovanie úloh
300 project_module_issue_tracking: Sledovanie úloh
304 project_module_time_tracking: Sledovanie času
301 project_module_time_tracking: Sledovanie času
305 project_module_news: Novinky
302 project_module_news: Novinky
306 project_module_documents: Dokumenty
303 project_module_documents: Dokumenty
307 project_module_files: Súbory
304 project_module_files: Súbory
308 project_module_wiki: Wiki
305 project_module_wiki: Wiki
309 project_module_repository: Repozitár
306 project_module_repository: Repozitár
310 project_module_boards: Diskusie
307 project_module_boards: Diskusie
311
308
312 label_user: Užívateľ
309 label_user: Užívateľ
313 label_user_plural: Užívatelia
310 label_user_plural: Užívatelia
314 label_user_new: Nový užívateľ
311 label_user_new: Nový užívateľ
315 label_project: Projekt
312 label_project: Projekt
316 label_project_new: Nový projekt
313 label_project_new: Nový projekt
317 label_project_plural: Projekty
314 label_project_plural: Projekty
318 label_x_projects:
315 label_x_projects:
319 zero: žiadne projekty
316 zero: žiadne projekty
320 one: 1 projekt
317 one: 1 projekt
321 other: "%{count} projekty/ov"
318 other: "%{count} projekty/ov"
322 label_project_all: Všetky projekty
319 label_project_all: Všetky projekty
323 label_project_latest: Posledné projekty
320 label_project_latest: Posledné projekty
324 label_issue: Úloha
321 label_issue: Úloha
325 label_issue_new: Nová úloha
322 label_issue_new: Nová úloha
326 label_issue_plural: Úlohy
323 label_issue_plural: Úlohy
327 label_issue_view_all: Všetky úlohy
324 label_issue_view_all: Všetky úlohy
328 label_issues_by: "Úlohy od užívateľa %{value}"
325 label_issues_by: "Úlohy od užívateľa %{value}"
329 label_issue_added: Úloha pridaná
326 label_issue_added: Úloha pridaná
330 label_issue_updated: Úloha aktualizovaná
327 label_issue_updated: Úloha aktualizovaná
331 label_document: Dokument
328 label_document: Dokument
332 label_document_new: Nový dokument
329 label_document_new: Nový dokument
333 label_document_plural: Dokumenty
330 label_document_plural: Dokumenty
334 label_document_added: Dokument pridaný
331 label_document_added: Dokument pridaný
335 label_role: Rola
332 label_role: Rola
336 label_role_plural: Role
333 label_role_plural: Role
337 label_role_new: Nová rola
334 label_role_new: Nová rola
338 label_role_and_permissions: Role a práva
335 label_role_and_permissions: Role a práva
339 label_member: Člen
336 label_member: Člen
340 label_member_new: Nový člen
337 label_member_new: Nový člen
341 label_member_plural: Členovia
338 label_member_plural: Členovia
342 label_tracker: Fronta
339 label_tracker: Fronta
343 label_tracker_plural: Fronty
340 label_tracker_plural: Fronty
344 label_tracker_new: Nová fronta
341 label_tracker_new: Nová fronta
345 label_workflow: Workflow
342 label_workflow: Workflow
346 label_issue_status: Stav úloh
343 label_issue_status: Stav úloh
347 label_issue_status_plural: Stavy úloh
344 label_issue_status_plural: Stavy úloh
348 label_issue_status_new: Nový stav
345 label_issue_status_new: Nový stav
349 label_issue_category: Kategória úloh
346 label_issue_category: Kategória úloh
350 label_issue_category_plural: Kategórie úloh
347 label_issue_category_plural: Kategórie úloh
351 label_issue_category_new: Nová kategória
348 label_issue_category_new: Nová kategória
352 label_custom_field: Užívateľské pole
349 label_custom_field: Užívateľské pole
353 label_custom_field_plural: Užívateľské polia
350 label_custom_field_plural: Užívateľské polia
354 label_custom_field_new: Nové užívateľské pole
351 label_custom_field_new: Nové užívateľské pole
355 label_enumerations: Zoznamy
352 label_enumerations: Zoznamy
356 label_enumeration_new: Nová hodnota
353 label_enumeration_new: Nová hodnota
357 label_information: Informácia
354 label_information: Informácia
358 label_information_plural: Informácie
355 label_information_plural: Informácie
359 label_please_login: Prosím prihláste sa
356 label_please_login: Prosím prihláste sa
360 label_register: Registrovať
357 label_register: Registrovať
361 label_password_lost: Zabudnuté heslo
358 label_password_lost: Zabudnuté heslo
362 label_home: Domovská stránka
359 label_home: Domovská stránka
363 label_my_page: Moja stránka
360 label_my_page: Moja stránka
364 label_my_account: Môj účet
361 label_my_account: Môj účet
365 label_my_projects: Moje projekty
362 label_my_projects: Moje projekty
366 label_administration: Administrácia
363 label_administration: Administrácia
367 label_login: Prihlásenie
364 label_login: Prihlásenie
368 label_logout: Odhlásenie
365 label_logout: Odhlásenie
369 label_help: Nápoveda
366 label_help: Nápoveda
370 label_reported_issues: Nahlásené úlohy
367 label_reported_issues: Nahlásené úlohy
371 label_assigned_to_me_issues: Moje úlohy
368 label_assigned_to_me_issues: Moje úlohy
372 label_last_login: Posledné prihlásenie
369 label_last_login: Posledné prihlásenie
373 label_registered_on: Registrovaný
370 label_registered_on: Registrovaný
374 label_activity: Aktivita
371 label_activity: Aktivita
375 label_overall_activity: Celková aktivita
372 label_overall_activity: Celková aktivita
376 label_new: Nový
373 label_new: Nový
377 label_logged_as: Prihlásený ako
374 label_logged_as: Prihlásený ako
378 label_environment: Prostredie
375 label_environment: Prostredie
379 label_authentication: Autentifikácia
376 label_authentication: Autentifikácia
380 label_auth_source: Mód autentifikácie
377 label_auth_source: Mód autentifikácie
381 label_auth_source_new: Nový mód autentifikácie
378 label_auth_source_new: Nový mód autentifikácie
382 label_auth_source_plural: Módy autentifikácie
379 label_auth_source_plural: Módy autentifikácie
383 label_subproject_plural: Podprojekty
380 label_subproject_plural: Podprojekty
384 label_min_max_length: Min - Max dĺžka
381 label_min_max_length: Min - Max dĺžka
385 label_list: Zoznam
382 label_list: Zoznam
386 label_date: Dátum
383 label_date: Dátum
387 label_integer: Celé číslo
384 label_integer: Celé číslo
388 label_float: Desatinné číslo
385 label_float: Desatinné číslo
389 label_boolean: Áno/Nie
386 label_boolean: Áno/Nie
390 label_string: Text
387 label_string: Text
391 label_text: Dlhý text
388 label_text: Dlhý text
392 label_attribute: Atribut
389 label_attribute: Atribut
393 label_attribute_plural: Atributy
390 label_attribute_plural: Atributy
394 label_no_data: Žiadné položky
391 label_no_data: Žiadné položky
395 label_change_status: Zmeniť stav
392 label_change_status: Zmeniť stav
396 label_history: História
393 label_history: História
397 label_attachment: Súbor
394 label_attachment: Súbor
398 label_attachment_new: Nový súbor
395 label_attachment_new: Nový súbor
399 label_attachment_delete: Odstrániť súbor
396 label_attachment_delete: Odstrániť súbor
400 label_attachment_plural: Súbory
397 label_attachment_plural: Súbory
401 label_file_added: Súbor pridaný
398 label_file_added: Súbor pridaný
402 label_report: Prehľad
399 label_report: Prehľad
403 label_report_plural: Prehľady
400 label_report_plural: Prehľady
404 label_news: Novinky
401 label_news: Novinky
405 label_news_new: Pridať novinku
402 label_news_new: Pridať novinku
406 label_news_plural: Novinky
403 label_news_plural: Novinky
407 label_news_latest: Posledné novinky
404 label_news_latest: Posledné novinky
408 label_news_view_all: Zobrazit všetky novinky
405 label_news_view_all: Zobrazit všetky novinky
409 label_news_added: Novinka pridaná
406 label_news_added: Novinka pridaná
410 label_settings: Nastavenie
407 label_settings: Nastavenie
411 label_overview: Prehľad
408 label_overview: Prehľad
412 label_version: Verzia
409 label_version: Verzia
413 label_version_new: Nová verzia
410 label_version_new: Nová verzia
414 label_version_plural: Verzie
411 label_version_plural: Verzie
415 label_confirmation: Potvrdenie
412 label_confirmation: Potvrdenie
416 label_export_to: 'Tiež k dispozícií:'
413 label_export_to: 'Tiež k dispozícií:'
417 label_read: Načíta sa...
414 label_read: Načíta sa...
418 label_public_projects: Verejné projekty
415 label_public_projects: Verejné projekty
419 label_open_issues: Otvorený
416 label_open_issues: Otvorený
420 label_open_issues_plural: Otvorené
417 label_open_issues_plural: Otvorené
421 label_closed_issues: Uzavrený
418 label_closed_issues: Uzavrený
422 label_closed_issues_plural: Uzavrené
419 label_closed_issues_plural: Uzavrené
423 label_x_open_issues_abbr_on_total:
420 label_x_open_issues_abbr_on_total:
424 zero: 0 otvorených z celkovo %{total}
421 zero: 0 otvorených z celkovo %{total}
425 one: 1 otvorený z celkovo %{total}
422 one: 1 otvorený z celkovo %{total}
426 other: "%{count} otvorené/ých z celkovo %{total}"
423 other: "%{count} otvorené/ých z celkovo %{total}"
427 label_x_open_issues_abbr:
424 label_x_open_issues_abbr:
428 zero: 0 otvorených
425 zero: 0 otvorených
429 one: 1 otvorený
426 one: 1 otvorený
430 other: "%{count} otvorené/ých"
427 other: "%{count} otvorené/ých"
431 label_x_closed_issues_abbr:
428 label_x_closed_issues_abbr:
432 zero: 0 zavretých
429 zero: 0 zavretých
433 one: 1 zavretý
430 one: 1 zavretý
434 other: "%{count} zavreté/ých"
431 other: "%{count} zavreté/ých"
435 label_total: Celkovo
432 label_total: Celkovo
436 label_permissions: Práva
433 label_permissions: Práva
437 label_current_status: Aktuálny stav
434 label_current_status: Aktuálny stav
438 label_new_statuses_allowed: Nové povolené stavy
435 label_new_statuses_allowed: Nové povolené stavy
439 label_all: všetko
436 label_all: všetko
440 label_none: nič
437 label_none: nič
441 label_nobody: nikto
438 label_nobody: nikto
442 label_next: Ďalší
439 label_next: Ďalší
443 label_previous: Predchádzajúci
440 label_previous: Predchádzajúci
444 label_used_by: Použité
441 label_used_by: Použité
445 label_details: Detaily
442 label_details: Detaily
446 label_add_note: Pridať poznámku
443 label_add_note: Pridať poznámku
447 label_per_page: Na stránku
444 label_per_page: Na stránku
448 label_calendar: Kalendár
445 label_calendar: Kalendár
449 label_months_from: mesiacov od
446 label_months_from: mesiacov od
450 label_gantt: Ganttov graf
447 label_gantt: Ganttov graf
451 label_internal: Interný
448 label_internal: Interný
452 label_last_changes: "posledných %{count} zmien"
449 label_last_changes: "posledných %{count} zmien"
453 label_change_view_all: Zobraziť všetky zmeny
450 label_change_view_all: Zobraziť všetky zmeny
454 label_personalize_page: Prispôsobiť túto stránku
451 label_personalize_page: Prispôsobiť túto stránku
455 label_comment: Komentár
452 label_comment: Komentár
456 label_comment_plural: Komentáre
453 label_comment_plural: Komentáre
457 label_x_comments:
454 label_x_comments:
458 zero: žiaden komentár
455 zero: žiaden komentár
459 one: 1 komentár
456 one: 1 komentár
460 other: "%{count} komentáre/ov"
457 other: "%{count} komentáre/ov"
461 label_comment_add: Pridať komentár
458 label_comment_add: Pridať komentár
462 label_comment_added: Komentár pridaný
459 label_comment_added: Komentár pridaný
463 label_comment_delete: Odstrániť komentár
460 label_comment_delete: Odstrániť komentár
464 label_query: Užívateľský dotaz
461 label_query: Užívateľský dotaz
465 label_query_plural: Užívateľské dotazy
462 label_query_plural: Užívateľské dotazy
466 label_query_new: Nový dotaz
463 label_query_new: Nový dotaz
467 label_filter_add: Pridať filter
464 label_filter_add: Pridať filter
468 label_filter_plural: Filtre
465 label_filter_plural: Filtre
469 label_equals: je
466 label_equals: je
470 label_not_equals: nieje
467 label_not_equals: nieje
471 label_in_less_than: je menší ako
468 label_in_less_than: je menší ako
472 label_in_more_than: je väčší ako
469 label_in_more_than: je väčší ako
473 label_in: v
470 label_in: v
474 label_today: dnes
471 label_today: dnes
475 label_all_time: vždy
472 label_all_time: vždy
476 label_yesterday: včera
473 label_yesterday: včera
477 label_this_week: tento týždeň
474 label_this_week: tento týždeň
478 label_last_week: minulý týždeň
475 label_last_week: minulý týždeň
479 label_last_n_days: "posledných %{count} dní"
476 label_last_n_days: "posledných %{count} dní"
480 label_this_month: tento mesiac
477 label_this_month: tento mesiac
481 label_last_month: minulý mesiac
478 label_last_month: minulý mesiac
482 label_this_year: tento rok
479 label_this_year: tento rok
483 label_date_range: Časový rozsah
480 label_date_range: Časový rozsah
484 label_less_than_ago: pred menej ako (dňami)
481 label_less_than_ago: pred menej ako (dňami)
485 label_more_than_ago: pred viac ako (dňami)
482 label_more_than_ago: pred viac ako (dňami)
486 label_ago: pred (dňami)
483 label_ago: pred (dňami)
487 label_contains: obsahuje
484 label_contains: obsahuje
488 label_not_contains: neobsahuje
485 label_not_contains: neobsahuje
489 label_day_plural: dní
486 label_day_plural: dní
490 label_repository: Repozitár
487 label_repository: Repozitár
491 label_repository_plural: Repozitáre
488 label_repository_plural: Repozitáre
492 label_browse: Prechádzať
489 label_browse: Prechádzať
493 label_revision: Revízia
490 label_revision: Revízia
494 label_revision_plural: Revízií
491 label_revision_plural: Revízií
495 label_associated_revisions: Súvisiace verzie
492 label_associated_revisions: Súvisiace verzie
496 label_added: pridané
493 label_added: pridané
497 label_modified: zmenené
494 label_modified: zmenené
498 label_deleted: odstránené
495 label_deleted: odstránené
499 label_latest_revision: Posledná revízia
496 label_latest_revision: Posledná revízia
500 label_latest_revision_plural: Posledné revízie
497 label_latest_revision_plural: Posledné revízie
501 label_view_revisions: Zobraziť revízie
498 label_view_revisions: Zobraziť revízie
502 label_max_size: Maximálna veľkosť
499 label_max_size: Maximálna veľkosť
503 label_sort_highest: Presunúť na začiatok
500 label_sort_highest: Presunúť na začiatok
504 label_sort_higher: Presunúť navrch
501 label_sort_higher: Presunúť navrch
505 label_sort_lower: Presunúť dole
502 label_sort_lower: Presunúť dole
506 label_sort_lowest: Presunúť na koniec
503 label_sort_lowest: Presunúť na koniec
507 label_roadmap: Plán
504 label_roadmap: Plán
508 label_roadmap_due_in: "Zostáva %{value}"
505 label_roadmap_due_in: "Zostáva %{value}"
509 label_roadmap_overdue: "%{value} neskoro"
506 label_roadmap_overdue: "%{value} neskoro"
510 label_roadmap_no_issues: Pre túto verziu niesú žiadne úlohy
507 label_roadmap_no_issues: Pre túto verziu niesú žiadne úlohy
511 label_search: Hľadať
508 label_search: Hľadať
512 label_result_plural: Výsledky
509 label_result_plural: Výsledky
513 label_all_words: Všetky slova
510 label_all_words: Všetky slova
514 label_wiki: Wiki
511 label_wiki: Wiki
515 label_wiki_edit: Wiki úprava
512 label_wiki_edit: Wiki úprava
516 label_wiki_edit_plural: Wiki úpravy
513 label_wiki_edit_plural: Wiki úpravy
517 label_wiki_page: Wiki stránka
514 label_wiki_page: Wiki stránka
518 label_wiki_page_plural: Wiki stránky
515 label_wiki_page_plural: Wiki stránky
519 label_index_by_title: Index podľa názvu
516 label_index_by_title: Index podľa názvu
520 label_index_by_date: Index podľa dátumu
517 label_index_by_date: Index podľa dátumu
521 label_current_version: Aktuálna verzia
518 label_current_version: Aktuálna verzia
522 label_preview: Náhľad
519 label_preview: Náhľad
523 label_feed_plural: Príspevky
520 label_feed_plural: Príspevky
524 label_changes_details: Detail všetkých zmien
521 label_changes_details: Detail všetkých zmien
525 label_issue_tracking: Sledovanie úloh
522 label_issue_tracking: Sledovanie úloh
526 label_spent_time: Strávený čas
523 label_spent_time: Strávený čas
527 label_f_hour: "%{value} hodina"
524 label_f_hour: "%{value} hodina"
528 label_f_hour_plural: "%{value} hodín"
525 label_f_hour_plural: "%{value} hodín"
529 label_time_tracking: Sledovánie času
526 label_time_tracking: Sledovánie času
530 label_change_plural: Zmeny
527 label_change_plural: Zmeny
531 label_statistics: Štatistiky
528 label_statistics: Štatistiky
532 label_commits_per_month: Úkony za mesiac
529 label_commits_per_month: Úkony za mesiac
533 label_commits_per_author: Úkony podľa autora
530 label_commits_per_author: Úkony podľa autora
534 label_view_diff: Zobrazit rozdiely
531 label_view_diff: Zobrazit rozdiely
535 label_diff_inline: vo vnútri
532 label_diff_inline: vo vnútri
536 label_diff_side_by_side: vedľa seba
533 label_diff_side_by_side: vedľa seba
537 label_options: Nastavenie
534 label_options: Nastavenie
538 label_copy_workflow_from: Kopírovať workflow z
535 label_copy_workflow_from: Kopírovať workflow z
539 label_permissions_report: Prehľad práv
536 label_permissions_report: Prehľad práv
540 label_watched_issues: Sledované úlohy
537 label_watched_issues: Sledované úlohy
541 label_related_issues: Súvisiace úlohy
538 label_related_issues: Súvisiace úlohy
542 label_applied_status: Použitý stav
539 label_applied_status: Použitý stav
543 label_loading: Nahrávam ...
540 label_loading: Nahrávam ...
544 label_relation_new: Nová súvislosť
541 label_relation_new: Nová súvislosť
545 label_relation_delete: Odstrániť súvislosť
542 label_relation_delete: Odstrániť súvislosť
546 label_relates_to: súvisiací s
543 label_relates_to: súvisiací s
547 label_duplicates: duplicity
544 label_duplicates: duplicity
548 label_blocks: blokovaný
545 label_blocks: blokovaný
549 label_blocked_by: zablokovaný
546 label_blocked_by: zablokovaný
550 label_precedes: predcháza
547 label_precedes: predcháza
551 label_follows: následuje
548 label_follows: následuje
552 label_end_to_start: od konca na začiatok
549 label_end_to_start: od konca na začiatok
553 label_end_to_end: od konca do konca
550 label_end_to_end: od konca do konca
554 label_start_to_start: od začiatku do začiatku
551 label_start_to_start: od začiatku do začiatku
555 label_start_to_end: od začiatku do konca
552 label_start_to_end: od začiatku do konca
556 label_stay_logged_in: Zostať prihlásený
553 label_stay_logged_in: Zostať prihlásený
557 label_disabled: zakazané
554 label_disabled: zakazané
558 label_show_completed_versions: Ukázať dokončené verzie
555 label_show_completed_versions: Ukázať dokončené verzie
559 label_me: ja
556 label_me: ja
560 label_board: Fórum
557 label_board: Fórum
561 label_board_new: Nové fórum
558 label_board_new: Nové fórum
562 label_board_plural: Fóra
559 label_board_plural: Fóra
563 label_topic_plural: Témy
560 label_topic_plural: Témy
564 label_message_plural: Správy
561 label_message_plural: Správy
565 label_message_last: Posledná správa
562 label_message_last: Posledná správa
566 label_message_new: Nová správa
563 label_message_new: Nová správa
567 label_message_posted: Správa pridaná
564 label_message_posted: Správa pridaná
568 label_reply_plural: Odpovede
565 label_reply_plural: Odpovede
569 label_send_information: Zaslať informácie o účte užívateľa
566 label_send_information: Zaslať informácie o účte užívateľa
570 label_year: Rok
567 label_year: Rok
571 label_month: Mesiac
568 label_month: Mesiac
572 label_week: Týžden
569 label_week: Týžden
573 label_date_from: Od
570 label_date_from: Od
574 label_date_to: Do
571 label_date_to: Do
575 label_language_based: Podľa výchozieho jazyka
572 label_language_based: Podľa výchozieho jazyka
576 label_sort_by: "Zoradenie podľa %{value}"
573 label_sort_by: "Zoradenie podľa %{value}"
577 label_send_test_email: Poslať testovací email
574 label_send_test_email: Poslať testovací email
578 label_feeds_access_key_created_on: "Prístupový klúč pre RSS bol vytvorený pred %{value}"
575 label_feeds_access_key_created_on: "Prístupový klúč pre RSS bol vytvorený pred %{value}"
579 label_module_plural: Moduly
576 label_module_plural: Moduly
580 label_added_time_by: "Pridané užívateľom %{author} pred %{age}"
577 label_added_time_by: "Pridané užívateľom %{author} pred %{age}"
581 label_updated_time: "Aktualizované pred %{value}"
578 label_updated_time: "Aktualizované pred %{value}"
582 label_jump_to_a_project: Zvoliť projekt...
579 label_jump_to_a_project: Zvoliť projekt...
583 label_file_plural: Súbory
580 label_file_plural: Súbory
584 label_changeset_plural: Sady zmien
581 label_changeset_plural: Sady zmien
585 label_default_columns: Východzie stĺpce
582 label_default_columns: Východzie stĺpce
586 label_no_change_option: (bez zmeny)
583 label_no_change_option: (bez zmeny)
587 label_bulk_edit_selected_issues: Skupinová úprava vybraných úloh
584 label_bulk_edit_selected_issues: Skupinová úprava vybraných úloh
588 label_theme: Téma
585 label_theme: Téma
589 label_default: Východzí
586 label_default: Východzí
590 label_search_titles_only: Vyhľadávať iba v názvoch
587 label_search_titles_only: Vyhľadávať iba v názvoch
591 label_user_mail_option_all: "Pre všetky události všetkých mojích projektov"
588 label_user_mail_option_all: "Pre všetky události všetkých mojích projektov"
592 label_user_mail_option_selected: "Pre všetky události vybraných projektov"
589 label_user_mail_option_selected: "Pre všetky události vybraných projektov"
593 label_user_mail_no_self_notified: "Nezasielať informácie o mnou vytvorených zmenách"
590 label_user_mail_no_self_notified: "Nezasielať informácie o mnou vytvorených zmenách"
594 label_registration_activation_by_email: aktivácia účtu emailom
591 label_registration_activation_by_email: aktivácia účtu emailom
595 label_registration_manual_activation: manuálna aktivácia účtu
592 label_registration_manual_activation: manuálna aktivácia účtu
596 label_registration_automatic_activation: automatická aktivácia účtu
593 label_registration_automatic_activation: automatická aktivácia účtu
597 label_display_per_page: "%{value} na stránku"
594 label_display_per_page: "%{value} na stránku"
598 label_age: Vek
595 label_age: Vek
599 label_change_properties: Zmeniť vlastnosti
596 label_change_properties: Zmeniť vlastnosti
600 label_general: Všeobecné
597 label_general: Všeobecné
601 label_more: Viac
598 label_more: Viac
602 label_scm: SCM
599 label_scm: SCM
603 label_plugins: Pluginy
600 label_plugins: Pluginy
604 label_ldap_authentication: Autentifikácia LDAP
601 label_ldap_authentication: Autentifikácia LDAP
605 label_downloads_abbr: D/L
602 label_downloads_abbr: D/L
606 label_optional_description: Voliteľný popis
603 label_optional_description: Voliteľný popis
607 label_add_another_file: Pridať ďaľší súbor
604 label_add_another_file: Pridať ďaľší súbor
608 label_preferences: Nastavenia
605 label_preferences: Nastavenia
609 label_chronological_order: V chronologickom poradí
606 label_chronological_order: V chronologickom poradí
610 label_reverse_chronological_order: V obrátenom chronologickom poradí
607 label_reverse_chronological_order: V obrátenom chronologickom poradí
611
608
612 button_login: Prihlásiť
609 button_login: Prihlásiť
613 button_submit: Potvrdiť
610 button_submit: Potvrdiť
614 button_save: Uložiť
611 button_save: Uložiť
615 button_check_all: Označiť všetko
612 button_check_all: Označiť všetko
616 button_uncheck_all: Odznačiť všetko
613 button_uncheck_all: Odznačiť všetko
617 button_delete: Odstrániť
614 button_delete: Odstrániť
618 button_create: Vytvoriť
615 button_create: Vytvoriť
619 button_test: Test
616 button_test: Test
620 button_edit: Upraviť
617 button_edit: Upraviť
621 button_add: Pridať
618 button_add: Pridať
622 button_change: Zmeniť
619 button_change: Zmeniť
623 button_apply: Použiť
620 button_apply: Použiť
624 button_clear: Zmazať
621 button_clear: Zmazať
625 button_lock: Zamknúť
622 button_lock: Zamknúť
626 button_unlock: Odomknúť
623 button_unlock: Odomknúť
627 button_download: Stiahnúť
624 button_download: Stiahnúť
628 button_list: Vypísať
625 button_list: Vypísať
629 button_view: Zobraziť
626 button_view: Zobraziť
630 button_move: Presunúť
627 button_move: Presunúť
631 button_back: Naspäť
628 button_back: Naspäť
632 button_cancel: Storno
629 button_cancel: Storno
633 button_activate: Aktivovať
630 button_activate: Aktivovať
634 button_sort: Zoradenie
631 button_sort: Zoradenie
635 button_log_time: Pridať čas
632 button_log_time: Pridať čas
636 button_rollback: Naspäť k tejto verzii
633 button_rollback: Naspäť k tejto verzii
637 button_watch: Sledovať
634 button_watch: Sledovať
638 button_unwatch: Nesledovať
635 button_unwatch: Nesledovať
639 button_reply: Odpovedať
636 button_reply: Odpovedať
640 button_archive: Archivovať
637 button_archive: Archivovať
641 button_unarchive: Odarchivovať
638 button_unarchive: Odarchivovať
642 button_reset: Reset
639 button_reset: Reset
643 button_rename: Premenovať
640 button_rename: Premenovať
644 button_change_password: Zmeniť heslo
641 button_change_password: Zmeniť heslo
645 button_copy: Kopírovať
642 button_copy: Kopírovať
646 button_annotate: Komentovať
643 button_annotate: Komentovať
647 button_update: Aktualizovať
644 button_update: Aktualizovať
648 button_configure: Konfigurovať
645 button_configure: Konfigurovať
649
646
650 status_active: aktívny
647 status_active: aktívny
651 status_registered: registrovaný
648 status_registered: registrovaný
652 status_locked: uzamknutý
649 status_locked: uzamknutý
653
650
654 text_select_mail_notifications: Vyberte akciu, pri ktorej bude zaslané upozornenie emailom
651 text_select_mail_notifications: Vyberte akciu, pri ktorej bude zaslané upozornenie emailom
655 text_regexp_info: napr. ^[A-Z0-9]+$
652 text_regexp_info: napr. ^[A-Z0-9]+$
656 text_min_max_length_info: 0 znamená bez limitu
653 text_min_max_length_info: 0 znamená bez limitu
657 text_project_destroy_confirmation: Ste si istý, že chcete odstránit tento projekt a všetky súvisiace dáta ?
654 text_project_destroy_confirmation: Ste si istý, že chcete odstránit tento projekt a všetky súvisiace dáta ?
658 text_workflow_edit: Vyberte rolu a frontu k úprave workflow
655 text_workflow_edit: Vyberte rolu a frontu k úprave workflow
659 text_are_you_sure: Ste si istý?
656 text_are_you_sure: Ste si istý?
660 text_tip_issue_begin_day: úloha začína v tento deň
657 text_tip_issue_begin_day: úloha začína v tento deň
661 text_tip_issue_end_day: úloha končí v tento deň
658 text_tip_issue_end_day: úloha končí v tento deň
662 text_tip_issue_begin_end_day: úloha začína a končí v tento deň
659 text_tip_issue_begin_end_day: úloha začína a končí v tento deň
663 text_caracters_maximum: "%{count} znakov maximálne."
660 text_caracters_maximum: "%{count} znakov maximálne."
664 text_caracters_minimum: "Musí byť aspoň %{count} znaky/ov dlhé."
661 text_caracters_minimum: "Musí byť aspoň %{count} znaky/ov dlhé."
665 text_length_between: "Dĺžka medzi %{min} %{max} znakmi."
662 text_length_between: "Dĺžka medzi %{min} %{max} znakmi."
666 text_tracker_no_workflow: Pre tuto frontu nieje definovaný žiadný workflow
663 text_tracker_no_workflow: Pre tuto frontu nieje definovaný žiadný workflow
667 text_unallowed_characters: Nepovolené znaky
664 text_unallowed_characters: Nepovolené znaky
668 text_comma_separated: Je povolené viacero hodnôt (oddelené navzájom čiarkou).
665 text_comma_separated: Je povolené viacero hodnôt (oddelené navzájom čiarkou).
669 text_issues_ref_in_commit_messages: Odkazovať a upravovať úlohy v správach s následovnym obsahom
666 text_issues_ref_in_commit_messages: Odkazovať a upravovať úlohy v správach s následovnym obsahom
670 text_issue_added: "úloha %{id} bola vytvorená užívateľom %{author}."
667 text_issue_added: "úloha %{id} bola vytvorená užívateľom %{author}."
671 text_issue_updated: "Úloha %{id} byla aktualizovaná užívateľom %{author}."
668 text_issue_updated: "Úloha %{id} byla aktualizovaná užívateľom %{author}."
672 text_wiki_destroy_confirmation: Naozaj si prajete odstrániť túto Wiki a celý jej obsah?
669 text_wiki_destroy_confirmation: Naozaj si prajete odstrániť túto Wiki a celý jej obsah?
673 text_issue_category_destroy_question: "Niektoré úlohy (%{count}) priradené k tejto kategórii. Čo chtete s nimi spraviť?"
670 text_issue_category_destroy_question: "Niektoré úlohy (%{count}) priradené k tejto kategórii. Čo chtete s nimi spraviť?"
674 text_issue_category_destroy_assignments: Zrušiť priradenie ku kategórii
671 text_issue_category_destroy_assignments: Zrušiť priradenie ku kategórii
675 text_issue_category_reassign_to: Priradiť úlohy do tejto kategórie
672 text_issue_category_reassign_to: Priradiť úlohy do tejto kategórie
676 text_user_mail_option: "U projektov, které neboli vybrané, budete dostávať oznamenie iba o vašich či o sledovaných položkách (napr. o položkách, ktorých ste autor, alebo ku ktorým ste priradený/á)."
673 text_user_mail_option: "U projektov, které neboli vybrané, budete dostávať oznamenie iba o vašich či o sledovaných položkách (napr. o položkách, ktorých ste autor, alebo ku ktorým ste priradený/á)."
677 text_no_configuration_data: "Role, fronty, stavy úloh ani workflow neboli zatiaľ nakonfigurované.\nVelmi doporučujeme nahrať východziu konfiguráciu. Potom si môžete všetko upraviť"
674 text_no_configuration_data: "Role, fronty, stavy úloh ani workflow neboli zatiaľ nakonfigurované.\nVelmi doporučujeme nahrať východziu konfiguráciu. Potom si môžete všetko upraviť"
678 text_load_default_configuration: Nahrať východziu konfiguráciu
675 text_load_default_configuration: Nahrať východziu konfiguráciu
679 text_status_changed_by_changeset: "Aktualizované v sade zmien %{value}."
676 text_status_changed_by_changeset: "Aktualizované v sade zmien %{value}."
680 text_issues_destroy_confirmation: 'Naozaj si prajete odstrániť všetky zvolené úlohy?'
677 text_issues_destroy_confirmation: 'Naozaj si prajete odstrániť všetky zvolené úlohy?'
681 text_select_project_modules: 'Aktivne moduly v tomto projekte:'
678 text_select_project_modules: 'Aktivne moduly v tomto projekte:'
682 text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu
679 text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu
683 text_file_repository_writable: Povolený zápis do repozitára
680 text_file_repository_writable: Povolený zápis do repozitára
684 text_rmagick_available: RMagick k dispozícií (voliteľné)
681 text_rmagick_available: RMagick k dispozícií (voliteľné)
685 text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované %.02f práce. Čo chcete vykonať?
682 text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované %.02f práce. Čo chcete vykonať?
686 text_destroy_time_entries: Odstrániť evidované hodiny.
683 text_destroy_time_entries: Odstrániť evidované hodiny.
687 text_assign_time_entries_to_project: Priradiť evidované hodiny projektu
684 text_assign_time_entries_to_project: Priradiť evidované hodiny projektu
688 text_reassign_time_entries: 'Preradiť evidované hodiny k tejto úlohe:'
685 text_reassign_time_entries: 'Preradiť evidované hodiny k tejto úlohe:'
689
686
690 default_role_manager: Manažér
687 default_role_manager: Manažér
691 default_role_developer: Vývojár
688 default_role_developer: Vývojár
692 default_role_reporter: Reportér
689 default_role_reporter: Reportér
693 default_tracker_bug: Chyba
690 default_tracker_bug: Chyba
694 default_tracker_feature: Rozšírenie
691 default_tracker_feature: Rozšírenie
695 default_tracker_support: Podpora
692 default_tracker_support: Podpora
696 default_issue_status_new: Nový
693 default_issue_status_new: Nový
697 default_issue_status_in_progress: In Progress
694 default_issue_status_in_progress: In Progress
698 default_issue_status_resolved: Vyriešený
695 default_issue_status_resolved: Vyriešený
699 default_issue_status_feedback: Čaká sa
696 default_issue_status_feedback: Čaká sa
700 default_issue_status_closed: Uzavrený
697 default_issue_status_closed: Uzavrený
701 default_issue_status_rejected: Odmietnutý
698 default_issue_status_rejected: Odmietnutý
702 default_doc_category_user: Užívateľská dokumentácia
699 default_doc_category_user: Užívateľská dokumentácia
703 default_doc_category_tech: Technická dokumentácia
700 default_doc_category_tech: Technická dokumentácia
704 default_priority_low: Nízká
701 default_priority_low: Nízká
705 default_priority_normal: Normálna
702 default_priority_normal: Normálna
706 default_priority_high: Vysoká
703 default_priority_high: Vysoká
707 default_priority_urgent: Urgentná
704 default_priority_urgent: Urgentná
708 default_priority_immediate: Okamžitá
705 default_priority_immediate: Okamžitá
709 default_activity_design: Design
706 default_activity_design: Design
710 default_activity_development: Vývoj
707 default_activity_development: Vývoj
711
708
712 enumeration_issue_priorities: Priority úloh
709 enumeration_issue_priorities: Priority úloh
713 enumeration_doc_categories: Kategorie dokumentov
710 enumeration_doc_categories: Kategorie dokumentov
714 enumeration_activities: Aktivity (sledovanie času)
711 enumeration_activities: Aktivity (sledovanie času)
715 error_scm_annotate: "Položka neexistuje alebo nemôže byť komentovaná."
712 error_scm_annotate: "Položka neexistuje alebo nemôže byť komentovaná."
716 label_planning: Plánovanie
713 label_planning: Plánovanie
717 text_subprojects_destroy_warning: "Jeho podprojekt(y): %{value} budú takisto vymazané."
714 text_subprojects_destroy_warning: "Jeho podprojekt(y): %{value} budú takisto vymazané."
718 label_and_its_subprojects: "%{value} a jeho podprojekty"
715 label_and_its_subprojects: "%{value} a jeho podprojekty"
719 mail_body_reminder: "%{count} úloha(y), ktorá(é) je(sú) vám priradený(é), ma(jú) byť hotova(é) za %{days} dní:"
716 mail_body_reminder: "%{count} úloha(y), ktorá(é) je(sú) vám priradený(é), ma(jú) byť hotova(é) za %{days} dní:"
720 mail_subject_reminder: "%{count} úloha(y) ma(jú) byť hotova(é) za pár %{days} dní"
717 mail_subject_reminder: "%{count} úloha(y) ma(jú) byť hotova(é) za pár %{days} dní"
721 text_user_wrote: "%{value} napísal:"
718 text_user_wrote: "%{value} napísal:"
722 label_duplicated_by: duplikovaný
719 label_duplicated_by: duplikovaný
723 setting_enabled_scm: Zapnúť SCM
720 setting_enabled_scm: Zapnúť SCM
724 text_enumeration_category_reassign_to: 'Prenastaviť na túto hodnotu:'
721 text_enumeration_category_reassign_to: 'Prenastaviť na túto hodnotu:'
725 text_enumeration_destroy_question: "%{count} objekty nastavené na túto hodnotu."
722 text_enumeration_destroy_question: "%{count} objekty nastavené na túto hodnotu."
726 label_incoming_emails: Príchádzajúce emaily
723 label_incoming_emails: Príchádzajúce emaily
727 label_generate_key: Vygenerovať kľúč
724 label_generate_key: Vygenerovať kľúč
728 setting_mail_handler_api_enabled: Zapnúť Webovú Službu (WS) pre príchodzie emaily
725 setting_mail_handler_api_enabled: Zapnúť Webovú Službu (WS) pre príchodzie emaily
729 setting_mail_handler_api_key: API kľúč
726 setting_mail_handler_api_key: API kľúč
730 text_email_delivery_not_configured: "Doručenie emailov nieje nastavené, notifikácie vypnuté.\nNastavte váš SMTP server v config/configuration.yml a reštartnite aplikáciu pre aktiváciu funkcie."
727 text_email_delivery_not_configured: "Doručenie emailov nieje nastavené, notifikácie vypnuté.\nNastavte váš SMTP server v config/configuration.yml a reštartnite aplikáciu pre aktiváciu funkcie."
731 field_parent_title: Nadradená stránka
728 field_parent_title: Nadradená stránka
732 label_issue_watchers: Pozorovatelia
729 label_issue_watchers: Pozorovatelia
733 button_quote: Citácia
730 button_quote: Citácia
734 setting_sequential_project_identifiers: Generovať sekvenčné identifikátory projektov
731 setting_sequential_project_identifiers: Generovať sekvenčné identifikátory projektov
735 notice_unable_delete_version: Verzia nemôže byť zmazaná
732 notice_unable_delete_version: Verzia nemôže byť zmazaná
736 label_renamed: premenované
733 label_renamed: premenované
737 label_copied: kopírované
734 label_copied: kopírované
738 setting_plain_text_mail: Len jednoduchý text (bez HTML)
735 setting_plain_text_mail: Len jednoduchý text (bez HTML)
739 permission_view_files: Zobrazenie súborov
736 permission_view_files: Zobrazenie súborov
740 permission_edit_issues: Úprava úloh
737 permission_edit_issues: Úprava úloh
741 permission_edit_own_time_entries: Úprava vlastných zaznamov o strávenom čase
738 permission_edit_own_time_entries: Úprava vlastných zaznamov o strávenom čase
742 permission_manage_public_queries: Správa verejných otáziek
739 permission_manage_public_queries: Správa verejných otáziek
743 permission_add_issues: Pridanie úlohy
740 permission_add_issues: Pridanie úlohy
744 permission_log_time: Zaznamenávanie stráveného času
741 permission_log_time: Zaznamenávanie stráveného času
745 permission_view_changesets: Zobrazenie sád zmien
742 permission_view_changesets: Zobrazenie sád zmien
746 permission_view_time_entries: Zobrazenie stráveného času
743 permission_view_time_entries: Zobrazenie stráveného času
747 permission_manage_versions: Správa verzií
744 permission_manage_versions: Správa verzií
748 permission_manage_wiki: Správa Wiki
745 permission_manage_wiki: Správa Wiki
749 permission_manage_categories: Správa kategórií úloh
746 permission_manage_categories: Správa kategórií úloh
750 permission_protect_wiki_pages: Ochrana Wiki strániek
747 permission_protect_wiki_pages: Ochrana Wiki strániek
751 permission_comment_news: Komentovanie noviniek
748 permission_comment_news: Komentovanie noviniek
752 permission_delete_messages: Mazanie správ
749 permission_delete_messages: Mazanie správ
753 permission_select_project_modules: Voľba projektových modulov
750 permission_select_project_modules: Voľba projektových modulov
754 permission_manage_documents: Správa dokumentov
751 permission_manage_documents: Správa dokumentov
755 permission_edit_wiki_pages: Úprava Wiki strániek
752 permission_edit_wiki_pages: Úprava Wiki strániek
756 permission_add_issue_watchers: Pridanie pozorovateľov
753 permission_add_issue_watchers: Pridanie pozorovateľov
757 permission_view_gantt: Zobrazenie Ganttovho diagramu
754 permission_view_gantt: Zobrazenie Ganttovho diagramu
758 permission_move_issues: Presun úloh
755 permission_move_issues: Presun úloh
759 permission_manage_issue_relations: Správa vzťahov medzi úlohami
756 permission_manage_issue_relations: Správa vzťahov medzi úlohami
760 permission_delete_wiki_pages: Mazanie Wiki strániek
757 permission_delete_wiki_pages: Mazanie Wiki strániek
761 permission_manage_boards: Správa diskusií
758 permission_manage_boards: Správa diskusií
762 permission_delete_wiki_pages_attachments: Mazanie Wiki príloh
759 permission_delete_wiki_pages_attachments: Mazanie Wiki príloh
763 permission_view_wiki_edits: Zobrazenie Wiki úprav
760 permission_view_wiki_edits: Zobrazenie Wiki úprav
764 permission_add_messages: Pridanie správ
761 permission_add_messages: Pridanie správ
765 permission_view_messages: Zobrazenie správ
762 permission_view_messages: Zobrazenie správ
766 permission_manage_files: Správa súborov
763 permission_manage_files: Správa súborov
767 permission_edit_issue_notes: Úprava poznámok úlohy
764 permission_edit_issue_notes: Úprava poznámok úlohy
768 permission_manage_news: Správa noviniek
765 permission_manage_news: Správa noviniek
769 permission_view_calendar: Zobrazenie kalendára
766 permission_view_calendar: Zobrazenie kalendára
770 permission_manage_members: Správa členov
767 permission_manage_members: Správa členov
771 permission_edit_messages: Úprava správ
768 permission_edit_messages: Úprava správ
772 permission_delete_issues: Mazanie správ
769 permission_delete_issues: Mazanie správ
773 permission_view_issue_watchers: Zobrazenie zoznamu pozorovateľov
770 permission_view_issue_watchers: Zobrazenie zoznamu pozorovateľov
774 permission_manage_repository: Správa repozitára
771 permission_manage_repository: Správa repozitára
775 permission_commit_access: Povoliť prístup
772 permission_commit_access: Povoliť prístup
776 permission_browse_repository: Prechádzanie repozitára
773 permission_browse_repository: Prechádzanie repozitára
777 permission_view_documents: Zobrazenie dokumentov
774 permission_view_documents: Zobrazenie dokumentov
778 permission_edit_project: Úprava projektu
775 permission_edit_project: Úprava projektu
779 permission_add_issue_notes: Pridanie poznámky úlohy
776 permission_add_issue_notes: Pridanie poznámky úlohy
780 permission_save_queries: Uloženie otáziek
777 permission_save_queries: Uloženie otáziek
781 permission_view_wiki_pages: Zobrazenie Wiki strániek
778 permission_view_wiki_pages: Zobrazenie Wiki strániek
782 permission_rename_wiki_pages: Premenovanie Wiki strániek
779 permission_rename_wiki_pages: Premenovanie Wiki strániek
783 permission_edit_time_entries: Úprava záznamov o strávenom čase
780 permission_edit_time_entries: Úprava záznamov o strávenom čase
784 permission_edit_own_issue_notes: Úprava vlastných poznámok úlohy
781 permission_edit_own_issue_notes: Úprava vlastných poznámok úlohy
785 setting_gravatar_enabled: Použitie užívateľských Gravatar ikon
782 setting_gravatar_enabled: Použitie užívateľských Gravatar ikon
786 permission_edit_own_messages: Úprava vlastných správ
783 permission_edit_own_messages: Úprava vlastných správ
787 permission_delete_own_messages: Mazanie vlastných správ
784 permission_delete_own_messages: Mazanie vlastných správ
788 text_repository_usernames_mapping: "Vyberte alebo upravte mapovanie medzi užívateľmi systému Redmine a užívateľskými menami nájdenými v logu repozitára.\nUžívatelia s rovnakým prihlasovacím menom alebo emailom v systéme Redmine a repozitára mapovaní automaticky."
785 text_repository_usernames_mapping: "Vyberte alebo upravte mapovanie medzi užívateľmi systému Redmine a užívateľskými menami nájdenými v logu repozitára.\nUžívatelia s rovnakým prihlasovacím menom alebo emailom v systéme Redmine a repozitára mapovaní automaticky."
789 label_example: Príklad
786 label_example: Príklad
790 label_user_activity: "Aktivita užívateľa %{value}"
787 label_user_activity: "Aktivita užívateľa %{value}"
791 label_updated_time_by: "Aktualizované užívateľom %{author} pred %{age}"
788 label_updated_time_by: "Aktualizované užívateľom %{author} pred %{age}"
792 text_diff_truncated: '... Tento rozdielový výpis bol skratený, pretože prekračuje maximálnu veľkosť, ktorá môže byť zobrazená.'
789 text_diff_truncated: '... Tento rozdielový výpis bol skratený, pretože prekračuje maximálnu veľkosť, ktorá môže byť zobrazená.'
793 setting_diff_max_lines_displayed: Maximálne množstvo zobrazených riadkov rozdielového výpisu
790 setting_diff_max_lines_displayed: Maximálne množstvo zobrazených riadkov rozdielového výpisu
794 text_plugin_assets_writable: Adresár pre pluginy s možnosťou zápisu
791 text_plugin_assets_writable: Adresár pre pluginy s možnosťou zápisu
795 warning_attachments_not_saved: "%{count} súbor(y) nemohol(li) byť uložené."
792 warning_attachments_not_saved: "%{count} súbor(y) nemohol(li) byť uložené."
796 field_editable: Editovateľné
793 field_editable: Editovateľné
797 label_display: Zobrazenie
794 label_display: Zobrazenie
798 button_create_and_continue: Vytvoriť a pokračovať
795 button_create_and_continue: Vytvoriť a pokračovať
799 text_custom_field_possible_values_info: 'Jeden riadok pre každú hodnotu'
796 text_custom_field_possible_values_info: 'Jeden riadok pre každú hodnotu'
800 setting_repository_log_display_limit: Maximálne množstvo revizií zobrazené v logu
797 setting_repository_log_display_limit: Maximálne množstvo revizií zobrazené v logu
801 setting_file_max_size_displayed: Maximálna veľkosť textových súborov zobrazených priamo na stránke
798 setting_file_max_size_displayed: Maximálna veľkosť textových súborov zobrazených priamo na stránke
802 field_watcher: Pozorovateľ
799 field_watcher: Pozorovateľ
803 setting_openid: Povoliť OpenID prihlasovanie a registráciu
800 setting_openid: Povoliť OpenID prihlasovanie a registráciu
804 field_identity_url: OpenID URL
801 field_identity_url: OpenID URL
805 label_login_with_open_id_option: alebo sa prihlásiť pomocou OpenID
802 label_login_with_open_id_option: alebo sa prihlásiť pomocou OpenID
806 field_content: Obsah
803 field_content: Obsah
807 label_descending: Zostupné
804 label_descending: Zostupné
808 label_sort: Zoradenie
805 label_sort: Zoradenie
809 label_ascending: Rastúce
806 label_ascending: Rastúce
810 label_date_from_to: Od %{start} do %{end}
807 label_date_from_to: Od %{start} do %{end}
811 label_greater_or_equal: ">="
808 label_greater_or_equal: ">="
812 label_less_or_equal: <=
809 label_less_or_equal: <=
813 text_wiki_page_destroy_question: Táto stránka má %{descendants} podstránku/y a potomka/ov. Čo chcete vykonať?
810 text_wiki_page_destroy_question: Táto stránka má %{descendants} podstránku/y a potomka/ov. Čo chcete vykonať?
814 text_wiki_page_reassign_children: Preradiť podstránky k tejto hlavnej stránke
811 text_wiki_page_reassign_children: Preradiť podstránky k tejto hlavnej stránke
815 text_wiki_page_nullify_children: Zachovať podstránky ako hlavné stránky
812 text_wiki_page_nullify_children: Zachovať podstránky ako hlavné stránky
816 text_wiki_page_destroy_children: Vymazať podstránky a všetkých ich potomkov
813 text_wiki_page_destroy_children: Vymazať podstránky a všetkých ich potomkov
817 setting_password_min_length: Minimálna dĺžka hesla
814 setting_password_min_length: Minimálna dĺžka hesla
818 field_group_by: Skupinové výsledky podľa
815 field_group_by: Skupinové výsledky podľa
819 mail_subject_wiki_content_updated: "'%{id}' Wiki stránka bola aktualizovaná"
816 mail_subject_wiki_content_updated: "'%{id}' Wiki stránka bola aktualizovaná"
820 label_wiki_content_added: Wiki stránka pridaná
817 label_wiki_content_added: Wiki stránka pridaná
821 mail_subject_wiki_content_added: "'%{id}' Wiki stránka bola pridaná"
818 mail_subject_wiki_content_added: "'%{id}' Wiki stránka bola pridaná"
822 mail_body_wiki_content_added: The '%{id}' Wiki stránka bola pridaná užívateľom %{author}.
819 mail_body_wiki_content_added: The '%{id}' Wiki stránka bola pridaná užívateľom %{author}.
823 permission_add_project: Vytvorenie projektu
820 permission_add_project: Vytvorenie projektu
824 label_wiki_content_updated: Wiki stránka aktualizovaná
821 label_wiki_content_updated: Wiki stránka aktualizovaná
825 mail_body_wiki_content_updated: Wiki stránka '%{id}' bola aktualizovaná užívateľom %{author}.
822 mail_body_wiki_content_updated: Wiki stránka '%{id}' bola aktualizovaná užívateľom %{author}.
826 setting_new_project_user_role_id: Rola dána non-admin užívateľovi, ktorý vytvorí projekt
823 setting_new_project_user_role_id: Rola dána non-admin užívateľovi, ktorý vytvorí projekt
827 label_view_all_revisions: Zobraziť všetkz revízie
824 label_view_all_revisions: Zobraziť všetkz revízie
828 label_tag: Tag
825 label_tag: Tag
829 label_branch: Vetva
826 label_branch: Vetva
830 error_no_tracker_in_project: K tomuto projektu nieje priradená žiadna fronta. Prosím skontrolujte nastavenie projektu.
827 error_no_tracker_in_project: K tomuto projektu nieje priradená žiadna fronta. Prosím skontrolujte nastavenie projektu.
831 error_no_default_issue_status: Nieje definovaný východzí stav úlohy. Prosím skontrolujte vase nastavenie (Choďte na "Administrácia -> Stavz úloh").
828 error_no_default_issue_status: Nieje definovaný východzí stav úlohy. Prosím skontrolujte vase nastavenie (Choďte na "Administrácia -> Stavz úloh").
832 text_journal_changed: "%{label} zmenené z %{old} na %{new}"
829 text_journal_changed: "%{label} zmenené z %{old} na %{new}"
833 text_journal_set_to: "%{label} nastavené na %{value}"
830 text_journal_set_to: "%{label} nastavené na %{value}"
834 text_journal_deleted: "%{label} zmazané (%{old})"
831 text_journal_deleted: "%{label} zmazané (%{old})"
835 label_group_plural: Skupiny
832 label_group_plural: Skupiny
836 label_group: Skupina
833 label_group: Skupina
837 label_group_new: Nová skupina
834 label_group_new: Nová skupina
838 label_time_entry_plural: Strávený čas
835 label_time_entry_plural: Strávený čas
839 text_journal_added: "%{label} %{value} pridané"
836 text_journal_added: "%{label} %{value} pridané"
840 field_active: Aktívne
837 field_active: Aktívne
841 enumeration_system_activity: Aktivita systému
838 enumeration_system_activity: Aktivita systému
842 permission_delete_issue_watchers: Odstrániť pozorovateľov
839 permission_delete_issue_watchers: Odstrániť pozorovateľov
843 version_status_closed: zavreté
840 version_status_closed: zavreté
844 version_status_locked: uzavreté
841 version_status_locked: uzavreté
845 version_status_open: otvorené
842 version_status_open: otvorené
846 error_can_not_reopen_issue_on_closed_version: Úloha priradená uzavretej verzií nemôže byť znovu-otvorená
843 error_can_not_reopen_issue_on_closed_version: Úloha priradená uzavretej verzií nemôže byť znovu-otvorená
847 label_user_anonymous: Anonym
844 label_user_anonymous: Anonym
848 button_move_and_follow: Presunúť a následovať
845 button_move_and_follow: Presunúť a následovať
849 setting_default_projects_modules: Prednastavené aktívne moduly pre nové projekty
846 setting_default_projects_modules: Prednastavené aktívne moduly pre nové projekty
850 setting_gravatar_default: Východzí Gravatar obrázok
847 setting_gravatar_default: Východzí Gravatar obrázok
851 field_sharing: Zdieľanie
848 field_sharing: Zdieľanie
852 label_version_sharing_hierarchy: S hierarchiou projektu
849 label_version_sharing_hierarchy: S hierarchiou projektu
853 label_version_sharing_system: So všetkými projektami
850 label_version_sharing_system: So všetkými projektami
854 label_version_sharing_descendants: S podprojektami
851 label_version_sharing_descendants: S podprojektami
855 label_version_sharing_tree: S projektovým stromom
852 label_version_sharing_tree: S projektovým stromom
856 label_version_sharing_none: Nezdielané
853 label_version_sharing_none: Nezdielané
857 error_can_not_archive_project: Tento projekt nemôže byť archivovaný
854 error_can_not_archive_project: Tento projekt nemôže byť archivovaný
858 button_duplicate: Duplikovať
855 button_duplicate: Duplikovať
859 button_copy_and_follow: Kopírovať a následovať
856 button_copy_and_follow: Kopírovať a následovať
860 label_copy_source: Zdroj
857 label_copy_source: Zdroj
861 setting_issue_done_ratio: Vyrátať pomer vypracovania úlohy s
858 setting_issue_done_ratio: Vyrátať pomer vypracovania úlohy s
862 setting_issue_done_ratio_issue_status: Použiť stav úlohy
859 setting_issue_done_ratio_issue_status: Použiť stav úlohy
863 error_issue_done_ratios_not_updated: Stav vypracovania úlohy neaktualizovaný.
860 error_issue_done_ratios_not_updated: Stav vypracovania úlohy neaktualizovaný.
864 error_workflow_copy_target: Prosím zvoľte cieľovú frontu(y) a rolu(e)
861 error_workflow_copy_target: Prosím zvoľte cieľovú frontu(y) a rolu(e)
865 setting_issue_done_ratio_issue_field: Použiť pole úlohy
862 setting_issue_done_ratio_issue_field: Použiť pole úlohy
866 label_copy_same_as_target: Rovnaké ako cieľ
863 label_copy_same_as_target: Rovnaké ako cieľ
867 label_copy_target: Cieľ
864 label_copy_target: Cieľ
868 notice_issue_done_ratios_updated: Stav vypracovania úlohy aktualizovaný.
865 notice_issue_done_ratios_updated: Stav vypracovania úlohy aktualizovaný.
869 error_workflow_copy_source: Prosím zvoľte zdrojovú frontu alebo rolu
866 error_workflow_copy_source: Prosím zvoľte zdrojovú frontu alebo rolu
870 label_update_issue_done_ratios: Aktualizácia stavu úloh
867 label_update_issue_done_ratios: Aktualizácia stavu úloh
871 setting_start_of_week: Štart pracovného týždňa v
868 setting_start_of_week: Štart pracovného týždňa v
872 permission_view_issues: Zobraziť úlohy
869 permission_view_issues: Zobraziť úlohy
873 label_display_used_statuses_only: Zobraziť len stavy, ktoré sú priradené k tejto fronte
870 label_display_used_statuses_only: Zobraziť len stavy, ktoré sú priradené k tejto fronte
874 label_revision_id: Revízia %{value}
871 label_revision_id: Revízia %{value}
875 label_api_access_key: API prístupový kľúč
872 label_api_access_key: API prístupový kľúč
876 label_api_access_key_created_on: API prístupový kľúč vytvorený pred %{value}
873 label_api_access_key_created_on: API prístupový kľúč vytvorený pred %{value}
877 label_feeds_access_key: RSS prístupový kľúč
874 label_feeds_access_key: RSS prístupový kľúč
878 notice_api_access_key_reseted: Váš API prístupový kľúč bol resetovaný.
875 notice_api_access_key_reseted: Váš API prístupový kľúč bol resetovaný.
879 setting_rest_api_enabled: Zapnúť REST web službu
876 setting_rest_api_enabled: Zapnúť REST web službu
880 label_missing_api_access_key: API prístupový kľuč nenájdený
877 label_missing_api_access_key: API prístupový kľuč nenájdený
881 label_missing_feeds_access_key: RSS prístupový kľúč nenájdený
878 label_missing_feeds_access_key: RSS prístupový kľúč nenájdený
882 button_show: Zobraziť
879 button_show: Zobraziť
883 text_line_separated: Možnosť viacerých hodnôt (jeden riadok pre každú hodnotu).
880 text_line_separated: Možnosť viacerých hodnôt (jeden riadok pre každú hodnotu).
884 setting_mail_handler_body_delimiters: Orezať emaily po následujúcich riadkoch
881 setting_mail_handler_body_delimiters: Orezať emaily po následujúcich riadkoch
885 permission_add_subprojects: Vytváranie podprojektov
882 permission_add_subprojects: Vytváranie podprojektov
886 label_subproject_new: Nový podprojekt
883 label_subproject_new: Nový podprojekt
887 text_own_membership_delete_confirmation: |-
884 text_own_membership_delete_confirmation: |-
888 Práve sa pokúšate o odstránenie niektorých alebo všetkých prístupových práv a možno nebudete mať možnost naďalej upravovať tento projekt.
885 Práve sa pokúšate o odstránenie niektorých alebo všetkých prístupových práv a možno nebudete mať možnost naďalej upravovať tento projekt.
889 Ste si istý(á), že chcete pokračovat?
886 Ste si istý(á), že chcete pokračovat?
890 label_close_versions: Uzavrieť ukončené verzie
887 label_close_versions: Uzavrieť ukončené verzie
891 label_board_sticky: Sticky
888 label_board_sticky: Sticky
892 label_board_locked: Uzamknuté
889 label_board_locked: Uzamknuté
893 permission_export_wiki_pages: Exportovať WiKi stránky
890 permission_export_wiki_pages: Exportovať WiKi stránky
894 setting_cache_formatted_text: Cache formatted text
891 setting_cache_formatted_text: Cache formatted text
895 permission_manage_project_activities: Nastavovať aktivity projektu
892 permission_manage_project_activities: Nastavovať aktivity projektu
896 error_unable_delete_issue_status: Nieje možné zmeniť stav úlohy
893 error_unable_delete_issue_status: Nieje možné zmeniť stav úlohy
897 label_profile: Profil
894 label_profile: Profil
898 permission_manage_subtasks: Nastavovať podúlohy
895 permission_manage_subtasks: Nastavovať podúlohy
899 field_parent_issue: Nadradená úloha
896 field_parent_issue: Nadradená úloha
900 label_subtask_plural: Podúlohy
897 label_subtask_plural: Podúlohy
901 label_project_copy_notifications: Zaslať emailové upozornenie behom kopírovania projektu
898 label_project_copy_notifications: Zaslať emailové upozornenie behom kopírovania projektu
902 error_can_not_delete_custom_field: Nieje možné vymazať užívateľské pole
899 error_can_not_delete_custom_field: Nieje možné vymazať užívateľské pole
903 error_unable_to_connect: Nieje možné vymazať (%{value})
900 error_unable_to_connect: Nieje možné vymazať (%{value})
904 error_can_not_remove_role: Táto roľa sa používa a nemôže byť vymazaná.
901 error_can_not_remove_role: Táto roľa sa používa a nemôže byť vymazaná.
905 error_can_not_delete_tracker: Táto fronta obsahuje úlohy a nemôže byť vymazaná.
902 error_can_not_delete_tracker: Táto fronta obsahuje úlohy a nemôže byť vymazaná.
906 field_principal: Principal
903 field_principal: Principal
907 label_my_page_block: My page block
904 label_my_page_block: My page block
908 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
905 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
909 text_zoom_out: Zoom out
906 text_zoom_out: Zoom out
910 text_zoom_in: Zoom in
907 text_zoom_in: Zoom in
911 notice_unable_delete_time_entry: Unable to delete time log entry.
908 notice_unable_delete_time_entry: Unable to delete time log entry.
912 label_overall_spent_time: Overall spent time
909 label_overall_spent_time: Overall spent time
913 field_time_entries: Log time
910 field_time_entries: Log time
914 project_module_gantt: Gantt
911 project_module_gantt: Gantt
915 project_module_calendar: Calendar
912 project_module_calendar: Calendar
916 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
913 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
917 field_text: Text field
914 field_text: Text field
918 label_user_mail_option_only_owner: Only for things I am the owner of
915 label_user_mail_option_only_owner: Only for things I am the owner of
919 setting_default_notification_option: Default notification option
916 setting_default_notification_option: Default notification option
920 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
917 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
921 label_user_mail_option_only_assigned: Only for things I am assigned to
918 label_user_mail_option_only_assigned: Only for things I am assigned to
922 label_user_mail_option_none: No events
919 label_user_mail_option_none: No events
923 field_member_of_group: Assignee's group
920 field_member_of_group: Assignee's group
924 field_assigned_to_role: Assignee's role
921 field_assigned_to_role: Assignee's role
925 notice_not_authorized_archived_project: The project you're trying to access has been archived.
922 notice_not_authorized_archived_project: The project you're trying to access has been archived.
926 label_principal_search: "Search for user or group:"
923 label_principal_search: "Search for user or group:"
927 label_user_search: "Search for user:"
924 label_user_search: "Search for user:"
928 field_visible: Visible
925 field_visible: Visible
929 setting_emails_header: Emails header
926 setting_emails_header: Emails header
930 setting_commit_logtime_activity_id: Activity for logged time
927 setting_commit_logtime_activity_id: Activity for logged time
931 text_time_logged_by_changeset: Applied in changeset %{value}.
928 text_time_logged_by_changeset: Applied in changeset %{value}.
932 setting_commit_logtime_enabled: Enable time logging
929 setting_commit_logtime_enabled: Enable time logging
933 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
930 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
934 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
931 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
935 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
932 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
936 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
933 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
937 label_my_queries: My custom queries
934 label_my_queries: My custom queries
938 text_journal_changed_no_detail: "%{label} updated"
935 text_journal_changed_no_detail: "%{label} updated"
939 label_news_comment_added: Comment added to a news
936 label_news_comment_added: Comment added to a news
940 button_expand_all: Expand all
937 button_expand_all: Expand all
941 button_collapse_all: Collapse all
938 button_collapse_all: Collapse all
942 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
939 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
943 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
940 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
944 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
941 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
945 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
942 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
946 label_role_anonymous: Anonymous
943 label_role_anonymous: Anonymous
947 label_role_non_member: Non member
944 label_role_non_member: Non member
948 label_issue_note_added: Note added
945 label_issue_note_added: Note added
949 label_issue_status_updated: Status updated
946 label_issue_status_updated: Status updated
950 label_issue_priority_updated: Priority updated
947 label_issue_priority_updated: Priority updated
951 label_issues_visibility_own: Issues created by or assigned to the user
948 label_issues_visibility_own: Issues created by or assigned to the user
952 field_issues_visibility: Issues visibility
949 field_issues_visibility: Issues visibility
953 label_issues_visibility_all: All issues
950 label_issues_visibility_all: All issues
954 permission_set_own_issues_private: Set own issues public or private
951 permission_set_own_issues_private: Set own issues public or private
955 field_is_private: Private
952 field_is_private: Private
956 permission_set_issues_private: Set issues public or private
953 permission_set_issues_private: Set issues public or private
957 label_issues_visibility_public: All non private issues
954 label_issues_visibility_public: All non private issues
958 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
955 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
959 field_commit_logs_encoding: Kódovanie prenášaných správ
956 field_commit_logs_encoding: Kódovanie prenášaných správ
960 field_scm_path_encoding: Path encoding
957 field_scm_path_encoding: Path encoding
961 text_scm_path_encoding_note: "Default: UTF-8"
958 text_scm_path_encoding_note: "Default: UTF-8"
962 field_path_to_repository: Path to repository
959 field_path_to_repository: Path to repository
963 field_root_directory: Root directory
960 field_root_directory: Root directory
964 field_cvs_module: Module
961 field_cvs_module: Module
965 field_cvsroot: CVSROOT
962 field_cvsroot: CVSROOT
966 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
963 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
967 text_scm_command: Command
964 text_scm_command: Command
968 text_scm_command_version: Version
965 text_scm_command_version: Version
969 label_git_report_last_commit: Report last commit for files and directories
966 label_git_report_last_commit: Report last commit for files and directories
970 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
967 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
971 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
968 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
972 notice_issue_successful_create: Issue %{id} created.
969 notice_issue_successful_create: Issue %{id} created.
973 label_between: between
970 label_between: between
974 setting_issue_group_assignment: Allow issue assignment to groups
971 setting_issue_group_assignment: Allow issue assignment to groups
975 label_diff: diff
972 label_diff: diff
976 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
973 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
977 description_query_sort_criteria_direction: Sort direction
974 description_query_sort_criteria_direction: Sort direction
978 description_project_scope: Search scope
975 description_project_scope: Search scope
979 description_filter: Filter
976 description_filter: Filter
980 description_user_mail_notification: Mail notification settings
977 description_user_mail_notification: Mail notification settings
981 description_date_from: Enter start date
978 description_date_from: Enter start date
982 description_message_content: Message content
979 description_message_content: Message content
983 description_available_columns: Available Columns
980 description_available_columns: Available Columns
984 description_date_range_interval: Choose range by selecting start and end date
981 description_date_range_interval: Choose range by selecting start and end date
985 description_issue_category_reassign: Choose issue category
982 description_issue_category_reassign: Choose issue category
986 description_search: Searchfield
983 description_search: Searchfield
987 description_notes: Notes
984 description_notes: Notes
988 description_date_range_list: Choose range from list
985 description_date_range_list: Choose range from list
989 description_choose_project: Projects
986 description_choose_project: Projects
990 description_date_to: Enter end date
987 description_date_to: Enter end date
991 description_query_sort_criteria_attribute: Sort attribute
988 description_query_sort_criteria_attribute: Sort attribute
992 description_wiki_subpages_reassign: Choose new parent page
989 description_wiki_subpages_reassign: Choose new parent page
993 description_selected_columns: Selected Columns
990 description_selected_columns: Selected Columns
994 label_parent_revision: Parent
991 label_parent_revision: Parent
995 label_child_revision: Child
992 label_child_revision: Child
996 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
993 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
997 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
994 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
998 button_edit_section: Edit this section
995 button_edit_section: Edit this section
999 setting_repositories_encodings: Attachments and repositories encodings
996 setting_repositories_encodings: Attachments and repositories encodings
1000 description_all_columns: All Columns
997 description_all_columns: All Columns
1001 button_export: Export
998 button_export: Export
1002 label_export_options: "%{export_format} export options"
999 label_export_options: "%{export_format} export options"
1003 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1000 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1004 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1001 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1005 label_x_issues:
1002 label_x_issues:
1006 zero: 0 Úloha
1003 zero: 0 Úloha
1007 one: 1 Úloha
1004 one: 1 Úloha
1008 other: "%{count} Úlohy"
1005 other: "%{count} Úlohy"
1009 label_repository_new: New repository
1006 label_repository_new: New repository
1010 field_repository_is_default: Main repository
1007 field_repository_is_default: Main repository
1011 label_copy_attachments: Copy attachments
1008 label_copy_attachments: Copy attachments
1012 label_item_position: "%{position}/%{count}"
1009 label_item_position: "%{position}/%{count}"
1013 label_completed_versions: Completed versions
1010 label_completed_versions: Completed versions
1014 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1011 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1015 field_multiple: Multiple values
1012 field_multiple: Multiple values
1016 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1013 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1017 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1014 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1018 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1015 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1019 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1016 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1020 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1017 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1021 permission_manage_related_issues: Manage related issues
1018 permission_manage_related_issues: Manage related issues
1022 field_auth_source_ldap_filter: LDAP filter
1019 field_auth_source_ldap_filter: LDAP filter
1023 label_search_for_watchers: Search for watchers to add
1020 label_search_for_watchers: Search for watchers to add
1024 notice_account_deleted: Your account has been permanently deleted.
1021 notice_account_deleted: Your account has been permanently deleted.
1025 setting_unsubscribe: Allow users to delete their own account
1022 setting_unsubscribe: Allow users to delete their own account
1026 button_delete_my_account: Delete my account
1023 button_delete_my_account: Delete my account
1027 text_account_destroy_confirmation: |-
1024 text_account_destroy_confirmation: |-
1028 Are you sure you want to proceed?
1025 Are you sure you want to proceed?
1029 Your account will be permanently deleted, with no way to reactivate it.
1026 Your account will be permanently deleted, with no way to reactivate it.
1030 error_session_expired: Your session has expired. Please login again.
1027 error_session_expired: Your session has expired. Please login again.
1031 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1028 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1032 setting_session_lifetime: Session maximum lifetime
1029 setting_session_lifetime: Session maximum lifetime
1033 setting_session_timeout: Session inactivity timeout
1030 setting_session_timeout: Session inactivity timeout
1034 label_session_expiration: Session expiration
1031 label_session_expiration: Session expiration
1035 permission_close_project: Close / reopen the project
1032 permission_close_project: Close / reopen the project
1036 label_show_closed_projects: View closed projects
1033 label_show_closed_projects: View closed projects
1037 button_close: Close
1034 button_close: Close
1038 button_reopen: Reopen
1035 button_reopen: Reopen
1039 project_status_active: active
1036 project_status_active: active
1040 project_status_closed: closed
1037 project_status_closed: closed
1041 project_status_archived: archived
1038 project_status_archived: archived
1042 text_project_closed: This project is closed and read-only.
1039 text_project_closed: This project is closed and read-only.
1043 notice_user_successful_create: User %{id} created.
1040 notice_user_successful_create: User %{id} created.
1044 field_core_fields: Standard fields
1041 field_core_fields: Standard fields
1045 field_timeout: Timeout (in seconds)
1042 field_timeout: Timeout (in seconds)
1046 setting_thumbnails_enabled: Display attachment thumbnails
1043 setting_thumbnails_enabled: Display attachment thumbnails
1047 setting_thumbnails_size: Thumbnails size (in pixels)
1044 setting_thumbnails_size: Thumbnails size (in pixels)
1048 label_status_transitions: Status transitions
1045 label_status_transitions: Status transitions
1049 label_fields_permissions: Fields permissions
1046 label_fields_permissions: Fields permissions
1050 label_readonly: Read-only
1047 label_readonly: Read-only
1051 label_required: Required
1048 label_required: Required
1052 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1049 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1053 field_board_parent: Parent forum
1050 field_board_parent: Parent forum
1054 label_attribute_of_project: Project's %{name}
1051 label_attribute_of_project: Project's %{name}
1055 label_attribute_of_author: Author's %{name}
1052 label_attribute_of_author: Author's %{name}
1056 label_attribute_of_assigned_to: Assignee's %{name}
1053 label_attribute_of_assigned_to: Assignee's %{name}
1057 label_attribute_of_fixed_version: Target version's %{name}
1054 label_attribute_of_fixed_version: Target version's %{name}
1058 label_copy_subtasks: Copy subtasks
1055 label_copy_subtasks: Copy subtasks
1059 label_copied_to: copied to
1056 label_copied_to: copied to
1060 label_copied_from: copied from
1057 label_copied_from: copied from
1061 label_any_issues_in_project: any issues in project
1058 label_any_issues_in_project: any issues in project
1062 label_any_issues_not_in_project: any issues not in project
1059 label_any_issues_not_in_project: any issues not in project
1063 field_private_notes: Private notes
1060 field_private_notes: Private notes
1064 permission_view_private_notes: View private notes
1061 permission_view_private_notes: View private notes
1065 permission_set_notes_private: Set notes as private
1062 permission_set_notes_private: Set notes as private
1066 label_no_issues_in_project: no issues in project
1063 label_no_issues_in_project: no issues in project
1067 label_any: všetko
1064 label_any: všetko
1068 label_last_n_weeks: last %{count} weeks
1065 label_last_n_weeks: last %{count} weeks
1069 setting_cross_project_subtasks: Allow cross-project subtasks
1066 setting_cross_project_subtasks: Allow cross-project subtasks
1070 label_cross_project_descendants: S podprojektami
1067 label_cross_project_descendants: S podprojektami
1071 label_cross_project_tree: S projektovým stromom
1068 label_cross_project_tree: S projektovým stromom
1072 label_cross_project_hierarchy: S hierarchiou projektu
1069 label_cross_project_hierarchy: S hierarchiou projektu
1073 label_cross_project_system: So všetkými projektami
1070 label_cross_project_system: So všetkými projektami
1074 button_hide: Hide
1071 button_hide: Hide
1075 setting_non_working_week_days: Non-working days
1072 setting_non_working_week_days: Non-working days
1076 label_in_the_next_days: in the next
1073 label_in_the_next_days: in the next
1077 label_in_the_past_days: in the past
1074 label_in_the_past_days: in the past
1078 label_attribute_of_user: User's %{name}
1075 label_attribute_of_user: User's %{name}
General Comments 0
You need to be logged in to leave comments. Login now