comparison .svn/pristine/e9/e9fe3b059882243125c09ddd001defdc0af4ac5a.svn-base @ 1295:622f24f53b42 redmine-2.3

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