annotate .svn/pristine/e9/e9fe3b059882243125c09ddd001defdc0af4ac5a.svn-base @ 1327:287f201c2802 redmine-2.2-integration

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