##// END OF EJS Templates
Make search results per page configurable (#19005)....
Make search results per page configurable (#19005). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13962 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13505:14473f45a16a
r13580:756eaeffb4d1
Show More
cs.yml
1143 lines | 51.7 KiB | text/x-yaml | YamlLexer
Toshi MARUYAMA
Czech translation for 2.5-stable updated by Karel Pičman (#16453)...
r12740 # Update to 2.2, 2.4, 2.5 by Karel Picman <karel.picman@kontron.com>
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 # Update to 1.1 by Michal Gebauer <mishak@mishak.net>
# Updated by Josef Liška <jl@chl.cz>
# CZ translation by Maxim Krušina | Massimo Filippi, s.r.o. | maxim@mxm.cz
# Based on original CZ translation by Jan Kadleček
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 cs:
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
Azamat Hackimov
Real RTL-theme support in locales (#6012)...
r3891 direction: ltr
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 date:
formats:
# Use the strftime parameters for formats.
# When no format has been given, it uses default.
# You can provide other formats here if you like!
default: "%Y-%m-%d"
short: "%b %d"
long: "%B %d, %Y"
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 day_names: [Neděle, Pondělí, Úterý, Středa, Čtvrtek, Pátek, Sobota]
abbr_day_names: [Ne, Po, Út, St, Čt, , So]
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 # Don't forget the nil at the beginning; there's no such thing as a 0th month
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 month_names: [~, Leden, Únor, Březen, Duben, Květen, Červen, Červenec, Srpen, Září, Říjen, Listopad, Prosinec]
abbr_month_names: [~, Led, Úno, Bře, Dub, Kvě, Čer, Čec, Srp, Zář, Říj, Lis, Pro]
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 # Used in date_select and datime_select.
Toshi MARUYAMA
change i18n files to use valid yaml syntax that may be parsed by psych (#8209)....
r5388 order:
- :year
- :month
- :day
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430
time:
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
Jean-Philippe Lang
Adds missing time format in locales (#2831)....
r2459 time: "%H:%M"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 short: "%d %b %H:%M"
long: "%B %d, %Y %H:%M"
Azamat Hackimov
Translation updates...
r4061 am: "dop."
pm: "odp."
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 datetime:
distance_in_words:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 half_a_minute: "půl minuty"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 less_than_x_seconds:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "méně než sekunda"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "méně než %{count} sekund"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 x_seconds:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "1 sekunda"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} sekund"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 less_than_x_minutes:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "méně než minuta"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "méně než %{count} minut"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 x_minutes:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "1 minuta"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} minut"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 about_x_hours:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "asi 1 hodina"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "asi %{count} hodin"
Jean-Philippe Lang
Configurable session lifetime and timeout (#6597)....
r9614 x_hours:
Toshi MARUYAMA
translate x_hours in many languages (#14221)...
r11702 one: "1 hodina"
other: "%{count} hodin"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 x_days:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "1 den"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} dnů"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 about_x_months:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "asi 1 měsíc"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "asi %{count} měsíců"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 x_months:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "1 měsíc"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} měsíců"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 about_x_years:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "asi 1 rok"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "asi %{count} let"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 over_x_years:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 one: "více než 1 rok"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "více než %{count} roky"
Jean-Philippe Lang
Adds new Rails strings....
r3171 almost_x_years:
Azamat Hackimov
Translation updates...
r4061 one: "témeř 1 rok"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "téměř %{count} roky"
Eric Davis
Upgraded to Rails 2.3.4 (#3597)...
r2773
Azamat Hackimov
Fixing #6009...
r3890 number:
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 # Výchozí formát pro čísla
Azamat Hackimov
Fixing #6009...
r3890 format:
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461 separator: "."
Azamat Hackimov
Fixing #6009...
r3890 delimiter: ""
precision: 3
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 human:
format:
Eric Davis
Upgraded to Rails 2.3.4 (#3597)...
r2773 delimiter: ""
Jean-Philippe Lang
Set human size precision to Rails' default which is now 3 (#11118)....
r9611 precision: 3
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 storage_units:
Eric Davis
Upgraded to Rails 2.3.4 (#3597)...
r2773 format: "%n %u"
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 units:
byte:
one: "Bajt"
other: "Bajtů"
Jean-Philippe Lang
Restored KB instead of kB (#11118)....
r9601 kb: "KB"
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 mb: "MB"
gb: "GB"
tb: "TB"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 # Used in array.to_sentence.
support:
array:
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 sentence_connector: "a"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 skip_last_comma: false
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 activerecord:
errors:
Jean-Philippe Lang
Adds missing strings in locales....
r4405 template:
header:
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 one: "1 chyba zabránila uložení %{model}"
other: "%{count} chyb zabránilo uložení %{model}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 messages:
inclusion: "není zahrnuto v seznamu"
exclusion: "je rezervováno"
invalid: "je neplatné"
confirmation: "se neshoduje s potvrzením"
accepted: "musí být akceptováno"
empty: "nemůže být prázdný"
blank: "nemůže být prázdný"
too_long: "je příliš dlouhý"
too_short: "je příliš krátký"
wrong_length: "má chybnou délku"
taken: "je již použito"
not_a_number: "není číslo"
not_a_date: "není platné datum"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 greater_than: "musí být větší než %{count}"
greater_than_or_equal_to: "musí být větší nebo rovno %{count}"
equal_to: "musí být přesně %{count}"
less_than: "musí být méně než %{count}"
less_than_or_equal_to: "musí být méně nebo rovno %{count}"
Azamat Hackimov
Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198...
r2579 odd: "musí být liché"
even: "musí být sudé"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 greater_than_start_date: "musí být větší než počáteční datum"
not_same_project: "nepatří stejnému projektu"
circular_dependency: "Tento vztah by vytvořil cyklickou závislost"
Azamat Hackimov
Translation updates...
r4061 cant_link_an_issue_with_a_descendant: "Úkol nemůže být spojen s jedním z jeho dílčích úkolů"
Jean-Philippe Lang
Adds a specific error message for when the start date is too earlier than the minimum start date (#14086)....
r11696 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430
actionview_instancetag_blank_option: Prosím vyberte
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 general_text_No: 'Ne'
general_text_Yes: 'Ano'
general_text_no: 'ne'
general_text_yes: 'ano'
Jean-Philippe Lang
Adds english names for several languages....
r10618 general_lang_name: 'Czech (Čeština)'
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 general_csv_separator: ','
general_csv_decimal_separator: '.'
general_csv_encoding: UTF-8
Toshi MARUYAMA
pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment (#13781)...
r13077 general_pdf_fontname: freesans
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 general_first_day_of_week: '1'
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_account_updated: Účet byl úspěšně změněn.
notice_account_invalid_creditentials: Chybné jméno nebo heslo
notice_account_password_updated: Heslo bylo úspěšně změněno.
notice_account_wrong_password: Chybné heslo
notice_account_register_done: Účet byl úspěšně vytvořen. Pro aktivaci účtu klikněte na odkaz v emailu, který vám byl zaslán.
notice_account_unknown_email: Neznámý uživatel.
notice_can_t_change_password: Tento účet používá externí autentifikaci. Zde heslo změnit nemůžete.
notice_account_lost_email_sent: Byl vám zaslán email s intrukcemi jak si nastavíte nové heslo.
notice_account_activated: Váš účet byl aktivován. Nyní se můžete přihlásit.
notice_successful_create: Úspěšně vytvořeno.
notice_successful_update: Úspěšně aktualizováno.
notice_successful_delete: Úspěšně odstraněno.
notice_successful_connection: Úspěšné připojení.
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 notice_file_not_found: Stránka, kterou se snažíte zobrazit, neexistuje nebo byla smazána.
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_locking_conflict: Údaje byly změněny jiným uživatelem.
notice_not_authorized: Nemáte dostatečná práva pro zobrazení této stránky.
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 notice_not_authorized_archived_project: Projekt, ke kterému se snažíte přistupovat, byl archivován.
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 notice_email_sent: "Na adresu %{value} byl odeslán email"
notice_email_error: "Při odesílání emailu nastala chyba (%{value})"
Jean-Philippe Lang
All translations: RSS -> Atom (#13460)....
r11424 notice_feeds_access_key_reseted: Váš klíč pro přístup k Atom byl resetován.
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 notice_api_access_key_reseted: Váš API přístupový klíč byl resetován.
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 notice_failed_to_save_issues: "Chyba při uložení %{count} úkolu(ů) z %{total} vybraných: %{ids}."
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 notice_failed_to_save_members: "Nepodařilo se uložit člena(y): %{errors}."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_no_issue_selected: "Nebyl zvolen žádný úkol. Prosím, zvolte úkoly, které chcete editovat"
notice_account_pending: "Váš účet byl vytvořen, nyní čeká na schválení administrátorem."
notice_default_data_loaded: Výchozí konfigurace úspěšně nahrána.
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 notice_unable_delete_version: Nemohu odstanit verzi
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 notice_unable_delete_time_entry: Nelze smazat záznam času.
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 notice_issue_done_ratios_updated: Koeficienty dokončení úkolu byly aktualizovány.
notice_gantt_chart_truncated: Graf byl oříznut, počet položek přesáhl limit pro zobrazení (%{max})
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 error_can_t_load_default_data: "Výchozí konfigurace nebyla nahrána: %{value}"
Azamat Hackimov
Translation updates...
r4061 error_scm_not_found: "Položka a/nebo revize neexistují v repozitáři."
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 error_scm_command_failed: "Při pokusu o přístup k repozitáři došlo k chybě: %{value}"
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 error_scm_annotate: "Položka neexistuje nebo nemůže být komentována."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu'
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 error_no_tracker_in_project: Žádná fronta nebyla přiřazena tomuto projektu. Prosím zkontroluje nastavení projektu.
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 error_no_default_issue_status: Není nastaven výchozí stav úkolů. Prosím zkontrolujte nastavení ("Administrace -> Stavy úkolů").
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 error_can_not_delete_custom_field: Nelze smazat volitelné pole
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 error_can_not_delete_tracker: Tato fronta obsahuje úkoly a nemůže být smazána.
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 error_can_not_remove_role: Tato role je právě používaná a nelze ji smazat.
error_can_not_reopen_issue_on_closed_version: Úkol přiřazený k uzavřené verzi nemůže být znovu otevřen
error_can_not_archive_project: Tento projekt nemůže být archivován
error_issue_done_ratios_not_updated: Koeficient dokončení úkolu nebyl aktualizován.
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13391)...
r11326 error_workflow_copy_source: Prosím vyberte zdrojovou frontu nebo roli
error_workflow_copy_target: Prosím vyberte cílovou frontu(y) a roli(e)
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 error_unable_delete_issue_status: Nelze smazat stavy úkolů
error_unable_to_connect: Nelze se připojit (%{value})
warning_attachments_not_saved: "%{count} soubor(ů) nebylo možné uložit."
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_lost_password: "Vaše heslo (%{value})"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_register: "Aktivace účtu (%{value})"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_body_account_information_external: "Pomocí vašeho účtu %{value} se můžete přihlásit."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 mail_body_account_information: Informace o vašem účtu
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_account_activation_request: "Aktivace %{value} účtu"
mail_body_account_activation_request: "Byl zaregistrován nový uživatel %{value}. Aktivace jeho účtu závisí na vašem potvrzení."
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 mail_subject_reminder: "%{count} úkol(ů) termín během několik dní (%{days})"
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 mail_body_reminder: "%{count} úkol(ů), které máte přiřazeny termín během několika dní (%{days}):"
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 mail_subject_wiki_content_added: "'%{id}' Wiki stránka byla přidána"
mail_body_wiki_content_added: "'%{id}' Wiki stránka byla přidána od %{author}."
mail_subject_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována"
mail_body_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována od %{author}."
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_name: Název
field_description: Popis
field_summary: Přehled
field_is_required: Povinné pole
field_firstname: Jméno
field_lastname: Příjmení
field_mail: Email
field_filename: Soubor
field_filesize: Velikost
field_downloads: Staženo
field_author: Autor
field_created_on: Vytvořeno
field_updated_on: Aktualizováno
field_field_format: Formát
field_is_for_all: Pro všechny projekty
field_possible_values: Možné hodnoty
field_regexp: Regulární výraz
field_min_length: Minimální délka
field_max_length: Maximální délka
field_value: Hodnota
field_category: Kategorie
field_title: Název
field_project: Projekt
field_issue: Úkol
field_status: Stav
field_notes: Poznámka
field_is_closed: Úkol uzavřen
field_is_default: Výchozí stav
field_tracker: Fronta
field_subject: Předmět
field_due_date: Uzavřít do
field_assigned_to: Přiřazeno
field_priority: Priorita
Azamat Hackimov
Translation updates...
r4061 field_fixed_version: Cílová verze
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_user: Uživatel
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 field_principal: Hlavní
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_role: Role
Azamat Hackimov
Translation updates...
r4061 field_homepage: Domovská stránka
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_is_public: Veřejný
field_parent: Nadřazený projekt
field_is_in_roadmap: Úkoly zobrazené v plánu
field_login: Přihlášení
field_mail_notification: Emailová oznámení
field_admin: Administrátor
field_last_login_on: Poslední přihlášení
field_language: Jazyk
field_effective_date: Datum
field_password: Heslo
field_new_password: Nové heslo
field_password_confirmation: Potvrzení
field_version: Verze
field_type: Typ
field_host: Host
field_port: Port
field_account: Účet
field_base_dn: Base DN
field_attr_login: Přihlášení (atribut)
field_attr_firstname: Jméno (atribut)
field_attr_lastname: Příjemní (atribut)
field_attr_mail: Email (atribut)
field_onthefly: Automatické vytváření uživatelů
Jean-Philippe Lang
Restores non english field_start_date translations (#6629, #7016)....
r4440 field_start_date: Začátek
Toshi MARUYAMA
fix erroneous string starting with '%' in locale yamls (#8209)....
r5389 field_done_ratio: "% Hotovo"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_auth_source: Autentifikační mód
field_hide_mail: Nezobrazovat můj email
field_comments: Komentář
field_url: URL
field_start_page: Výchozí stránka
field_subproject: Podprojekt
field_hours: Hodiny
field_activity: Aktivita
field_spent_on: Datum
field_identifier: Identifikátor
field_is_filter: Použít jako filtr
Eric Davis
Fixed missing translation for 'field_issue_to', the translation files ended in _id....
r2730 field_issue_to: Související úkol
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_delay: Zpoždění
field_assignable: Úkoly mohou být přiřazeny této roli
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 field_redirect_existing_links: Přesměrovat stávající odkazy
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_estimated_hours: Odhadovaná doba
field_column_names: Sloupce
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 field_time_entries: Zaznamenaný čas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_time_zone: Časové pásmo
field_searchable: Umožnit vyhledávání
field_default_value: Výchozí hodnota
field_comments_sorting: Zobrazit komentáře
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 field_parent_title: Rodičovská stránka
field_editable: Editovatelný
field_watcher: Sleduje
field_identity_url: OpenID URL
field_content: Obsah
field_group_by: Seskupovat výsledky podle
field_sharing: Sdílení
field_parent_issue: Rodičovský úkol
field_member_of_group: Skupina přiřaditele
field_assigned_to_role: Role přiřaditele
field_text: Textové pole
field_visible: Viditelný
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_app_title: Název aplikace
setting_app_subtitle: Podtitulek aplikace
setting_welcome_text: Uvítací text
setting_default_language: Výchozí jazyk
Azamat Hackimov
Translation updates...
r4061 setting_login_required: Autentifikace vyžadována
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_self_registration: Povolena automatická registrace
setting_attachment_max_size: Maximální velikost přílohy
setting_issues_export_limit: Limit pro export úkolů
setting_mail_from: Odesílat emaily z adresy
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 setting_bcc_recipients: Příjemci jako skrytá kopie (bcc)
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 setting_plain_text_mail: pouze prostý text (ne HTML)
Azamat Hackimov
Translation updates...
r4061 setting_host_name: Jméno serveru
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_text_formatting: Formátování textu
Azamat Hackimov
Translation updates...
r4061 setting_wiki_compression: Komprese historie Wiki
setting_feeds_limit: Limit obsahu příspěvků
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_default_projects_public: Nové projekty nastavovat jako veřejné
Azamat Hackimov
Translation updates...
r4061 setting_autofetch_changesets: Automaticky stahovat commity
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_sys_api_enabled: Povolit WS pro správu repozitory
setting_commit_ref_keywords: Klíčová slova pro odkazy
setting_commit_fix_keywords: Klíčová slova pro uzavření
setting_autologin: Automatické přihlašování
setting_date_format: Formát data
setting_time_format: Formát času
setting_cross_project_issue_relations: Povolit vazby úkolů napříč projekty
setting_issue_list_default_columns: Výchozí sloupce zobrazené v seznamu úkolů
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 setting_emails_header: Záhlaví emailů
setting_emails_footer: Zápatí emailů
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_protocol: Protokol
setting_per_page_options: Povolené počty řádků na stránce
setting_user_format: Formát zobrazení uživatele
Azamat Hackimov
Translation updates...
r4061 setting_activity_days_default: Dny zobrazené v činnosti projektu
setting_display_subprojects_issues: Automaticky zobrazit úkoly podprojektu v hlavním projektu
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 setting_enabled_scm: Povolené SCM
setting_mail_handler_body_delimiters: Zkrátit e-maily po jednom z těchto řádků
setting_mail_handler_api_enabled: Povolit WS pro příchozí e-maily
setting_mail_handler_api_key: API klíč
setting_sequential_project_identifiers: Generovat sekvenční identifikátory projektů
setting_gravatar_enabled: Použít uživatelské ikony Gravatar
setting_gravatar_default: Výchozí Gravatar
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 setting_diff_max_lines_displayed: Maximální počet zobrazených řádků rozdílu
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 setting_file_max_size_displayed: Maximální velikost textových souborů zobrazených přímo na stránce
setting_repository_log_display_limit: Maximální počet revizí zobrazených v logu souboru
setting_openid: Umožnit přihlašování a registrace s OpenID
setting_password_min_length: Minimální délka hesla
setting_new_project_user_role_id: Role přiřazená uživateli bez práv administrátora, který projekt vytvořil
setting_default_projects_modules: Výchozí zapnutné moduly pro nový projekt
setting_issue_done_ratio: Spočítat koeficient dokončení úkolu s
setting_issue_done_ratio_issue_field: Použít pole úkolu
setting_issue_done_ratio_issue_status: Použít stav úkolu
setting_start_of_week: Začínat kalendáře
setting_rest_api_enabled: Zapnout službu REST
setting_cache_formatted_text: Ukládat formátovaný text do vyrovnávací paměti
setting_default_notification_option: Výchozí nastavení oznámení
setting_commit_logtime_enabled: Povolit zapisování času
setting_commit_logtime_activity_id: Aktivita pro zapsaný čas
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 setting_gantt_items_limit: Maximální počet položek zobrazený na ganttově diagramu
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 permission_add_project: Vytvořit projekt
permission_add_subprojects: Vytvořit podprojekty
permission_edit_project: Úprava projektů
permission_select_project_modules: Výběr modulů projektu
permission_manage_members: Spravování členství
permission_manage_project_activities: Spravovat aktivity projektu
permission_manage_versions: Spravování verzí
permission_manage_categories: Spravování kategorií úkolů
permission_view_issues: Zobrazit úkoly
permission_add_issues: Přidávání úkolů
permission_edit_issues: Upravování úkolů
permission_manage_issue_relations: Spravování vztahů mezi úkoly
permission_add_issue_notes: Přidávání poznámek
permission_edit_issue_notes: Upravování poznámek
permission_edit_own_issue_notes: Upravování vlastních poznámek
permission_move_issues: Přesouvání úkolů
permission_delete_issues: Mazání úkolů
permission_manage_public_queries: Správa veřejných dotazů
permission_save_queries: Ukládání dotazů
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 permission_view_gantt: Zobrazení ganttova diagramu
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 permission_view_calendar: Prohlížení kalendáře
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 permission_view_issue_watchers: Zobrazení seznamu sledujících uživatelů
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 permission_add_issue_watchers: Přidání sledujících uživatelů
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 permission_delete_issue_watchers: Smazat sledující uživatele
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 permission_log_time: Zaznamenávání stráveného času
permission_view_time_entries: Zobrazení stráveného času
permission_edit_time_entries: Upravování záznamů o stráveném času
permission_edit_own_time_entries: Upravování vlastních zázamů o stráveném čase
permission_manage_news: Spravování novinek
permission_comment_news: Komentování novinek
permission_view_documents: Prohlížení dokumentů
permission_manage_files: Spravování souborů
permission_view_files: Prohlížení souborů
permission_manage_wiki: Spravování Wiki
permission_rename_wiki_pages: Přejmenovávání Wiki stránek
permission_delete_wiki_pages: Mazání stránek na Wiki
permission_view_wiki_pages: Prohlížení Wiki
permission_view_wiki_edits: Prohlížení historie Wiki
permission_edit_wiki_pages: Upravování stránek Wiki
permission_delete_wiki_pages_attachments: Mazání příloh
permission_protect_wiki_pages: Zabezpečení Wiki stránek
permission_manage_repository: Spravování repozitáře
permission_browse_repository: Procházení repozitáře
Toshi MARUYAMA
Czech "message" and "changeset" translation changed by Karel Pičman (#15391, #15403)...
r12072 permission_view_changesets: Zobrazování revizí
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 permission_commit_access: Commit přístup
permission_manage_boards: Správa diskusních fór
Toshi MARUYAMA
Czech "message" and "changeset" translation changed by Karel Pičman (#15391, #15403)...
r12072 permission_view_messages: Prohlížení příspěvků
permission_add_messages: Posílání příspěvků
permission_edit_messages: Upravování příspěvků
permission_edit_own_messages: Upravit vlastní příspěvky
permission_delete_messages: Mazání příspěvků
permission_delete_own_messages: Smazat vlastní příspěvky
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 permission_export_wiki_pages: Exportovat Wiki stránky
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 permission_manage_subtasks: Spravovat dílčí úkoly
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 project_module_issue_tracking: Sledování úkolů
project_module_time_tracking: Sledování času
project_module_news: Novinky
project_module_documents: Dokumenty
project_module_files: Soubory
project_module_wiki: Wiki
Azamat Hackimov
Translation updates...
r4061 project_module_repository: Repozitář
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 project_module_boards: Diskuse
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 project_module_calendar: Kalendář
project_module_gantt: Gantt
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_user: Uživatel
label_user_plural: Uživatelé
label_user_new: Nový uživatel
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_user_anonymous: Anonymní
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_project: Projekt
label_project_new: Nový projekt
label_project_plural: Projekty
label_x_projects:
Azamat Hackimov
Translation updates...
r4061 zero: žádné projekty
one: 1 projekt
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} projekty(ů)"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_project_all: Všechny projekty
label_project_latest: Poslední projekty
label_issue: Úkol
label_issue_new: Nový úkol
label_issue_plural: Úkoly
label_issue_view_all: Všechny úkoly
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_issues_by: "Úkoly podle %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_issue_added: Úkol přidán
label_issue_updated: Úkol aktualizován
label_document: Dokument
label_document_new: Nový dokument
label_document_plural: Dokumenty
label_document_added: Dokument přidán
label_role: Role
label_role_plural: Role
label_role_new: Nová role
label_role_and_permissions: Role a práva
label_member: Člen
label_member_new: Nový člen
label_member_plural: Členové
label_tracker: Fronta
label_tracker_plural: Fronty
label_tracker_new: Nová fronta
Azamat Hackimov
Translation updates...
r4061 label_workflow: Průběh práce
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_issue_status: Stav úkolu
label_issue_status_plural: Stavy úkolů
label_issue_status_new: Nový stav
label_issue_category: Kategorie úkolu
label_issue_category_plural: Kategorie úkolů
label_issue_category_new: Nová kategorie
label_custom_field: Uživatelské pole
label_custom_field_plural: Uživatelská pole
label_custom_field_new: Nové uživatelské pole
label_enumerations: Seznamy
label_enumeration_new: Nová hodnota
label_information: Informace
label_information_plural: Informace
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_please_login: Přihlašte se, prosím
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_register: Registrovat
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_login_with_open_id_option: nebo se přihlašte s OpenID
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_password_lost: Zapomenuté heslo
label_home: Úvodní
label_my_page: Moje stránka
label_my_account: Můj účet
label_my_projects: Moje projekty
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_my_page_block: Bloky na mé stránce
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_administration: Administrace
label_login: Přihlášení
label_logout: Odhlášení
label_help: Nápověda
label_reported_issues: Nahlášené úkoly
label_assigned_to_me_issues: Mé úkoly
label_last_login: Poslední přihlášení
label_registered_on: Registrován
label_activity: Aktivita
label_overall_activity: Celková aktivita
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_user_activity: "Aktivita uživatele: %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_new: Nový
label_logged_as: Přihlášen jako
label_environment: Prostředí
label_authentication: Autentifikace
label_auth_source: Mód autentifikace
label_auth_source_new: Nový mód autentifikace
label_auth_source_plural: Módy autentifikace
label_subproject_plural: Podprojekty
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_subproject_new: Nový podprojekt
label_and_its_subprojects: "%{value} a jeho podprojekty"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_min_max_length: Min - Max délka
label_list: Seznam
label_date: Datum
label_integer: Celé číslo
Azamat Hackimov
Translation updates...
r4061 label_float: Desetinné číslo
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_boolean: Ano/Ne
label_string: Text
label_text: Dlouhý text
label_attribute: Atribut
label_attribute_plural: Atributy
label_no_data: Žádné položky
label_change_status: Změnit stav
label_history: Historie
label_attachment: Soubor
label_attachment_new: Nový soubor
label_attachment_delete: Odstranit soubor
label_attachment_plural: Soubory
label_file_added: Soubor přidán
Azamat Hackimov
Translation updates...
r4059 label_report: Přehled
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_report_plural: Přehledy
label_news: Novinky
label_news_new: Přidat novinku
label_news_plural: Novinky
label_news_latest: Poslední novinky
label_news_view_all: Zobrazit všechny novinky
label_news_added: Novinka přidána
label_settings: Nastavení
label_overview: Přehled
label_version: Verze
label_version_new: Nová verze
label_version_plural: Verze
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_close_versions: Zavřít dokončené verze
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_confirmation: Potvrzení
label_export_to: 'Také k dispozici:'
label_read: Načítá se...
label_public_projects: Veřejné projekty
label_open_issues: otevřený
label_open_issues_plural: otevřené
label_closed_issues: uzavřený
label_closed_issues_plural: uzavřené
label_x_open_issues_abbr_on_total:
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 zero: 0 otevřených / %{total}
one: 1 otevřený / %{total}
other: "%{count} otevřených / %{total}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_x_open_issues_abbr:
Azamat Hackimov
Translation updates...
r4061 zero: 0 otevřených
one: 1 otevřený
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} otevřených"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_x_closed_issues_abbr:
Azamat Hackimov
Translation updates...
r4061 zero: 0 uzavřených
one: 1 uzavřený
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} uzavřených"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_total: Celkem
label_permissions: Práva
label_current_status: Aktuální stav
label_new_statuses_allowed: Nové povolené stavy
label_all: vše
label_none: nic
label_nobody: nikdo
label_next: Další
label_previous: Předchozí
label_used_by: Použito
label_details: Detaily
label_add_note: Přidat poznámku
label_per_page: Na stránku
label_calendar: Kalendář
label_months_from: měsíců od
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_gantt: Ganttův diagram
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_internal: Interní
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_last_changes: "posledních %{count} změn"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_change_view_all: Zobrazit všechny změny
label_personalize_page: Přizpůsobit tuto stránku
label_comment: Komentář
label_comment_plural: Komentáře
label_x_comments:
Azamat Hackimov
Translation updates...
r4061 zero: žádné komentáře
one: 1 komentář
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} komentářů"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_comment_add: Přidat komentáře
label_comment_added: Komentář přidán
label_comment_delete: Odstranit komentář
label_query: Uživatelský dotaz
label_query_plural: Uživatelské dotazy
label_query_new: Nový dotaz
label_filter_add: Přidat filtr
label_filter_plural: Filtry
label_equals: je
label_not_equals: není
label_in_less_than: je měší než
label_in_more_than: je větší než
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_greater_or_equal: '>='
label_less_or_equal: '<='
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_in: v
label_today: dnes
label_all_time: vše
label_yesterday: včera
label_this_week: tento týden
label_last_week: minulý týden
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_last_n_days: "posledních %{count} dnů"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_this_month: tento měsíc
label_last_month: minulý měsíc
label_this_year: tento rok
label_date_range: Časový rozsah
label_less_than_ago: před méně jak (dny)
label_more_than_ago: před více jak (dny)
label_ago: před (dny)
label_contains: obsahuje
label_not_contains: neobsahuje
label_day_plural: dny
Azamat Hackimov
Translation updates...
r4061 label_repository: Repozitář
label_repository_plural: Repozitáře
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_browse: Procházet
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_branch: Větev
label_tag: Tag
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_revision: Revize
label_revision_plural: Revizí
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_revision_id: "Revize %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_associated_revisions: Související verze
label_added: přidáno
label_modified: změněno
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_copied: zkopírováno
label_renamed: přejmenováno
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_deleted: odstraněno
label_latest_revision: Poslední revize
label_latest_revision_plural: Poslední revize
label_view_revisions: Zobrazit revize
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_view_all_revisions: Zobrazit všechny revize
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_max_size: Maximální velikost
label_sort_highest: Přesunout na začátek
label_sort_higher: Přesunout nahoru
label_sort_lower: Přesunout dolů
label_sort_lowest: Přesunout na konec
label_roadmap: Plán
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_roadmap_due_in: "Zbývá %{value}"
label_roadmap_overdue: "%{value} pozdě"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_roadmap_no_issues: Pro tuto verzi nejsou žádné úkoly
label_search: Hledat
label_result_plural: Výsledky
label_all_words: Všechna slova
label_wiki: Wiki
label_wiki_edit: Wiki úprava
label_wiki_edit_plural: Wiki úpravy
label_wiki_page: Wiki stránka
label_wiki_page_plural: Wiki stránky
label_index_by_title: Index dle názvu
label_index_by_date: Index dle data
label_current_version: Aktuální verze
label_preview: Náhled
label_feed_plural: Příspěvky
label_changes_details: Detail všech změn
label_issue_tracking: Sledování úkolů
label_spent_time: Strávený čas
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_overall_spent_time: Celkem strávený čas
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_f_hour: "%{value} hodina"
label_f_hour_plural: "%{value} hodin"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_time_tracking: Sledování času
label_change_plural: Změny
label_statistics: Statistiky
label_commits_per_month: Commitů za měsíc
label_commits_per_author: Commitů za autora
label_view_diff: Zobrazit rozdíly
label_diff_inline: uvnitř
label_diff_side_by_side: vedle sebe
label_options: Nastavení
Azamat Hackimov
Translation updates...
r4061 label_copy_workflow_from: Kopírovat průběh práce z
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_permissions_report: Přehled práv
label_watched_issues: Sledované úkoly
label_related_issues: Související úkoly
label_applied_status: Použitý stav
label_loading: Nahrávám...
label_relation_new: Nová souvislost
label_relation_delete: Odstranit souvislost
label_relates_to: související s
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_duplicates: duplikuje
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_duplicated_by: duplikován
Jean-Philippe Lang
Translations updates....
r4657 label_blocks: blokuje
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_blocked_by: blokován
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_precedes: předchází
label_follows: následuje
label_end_to_start: od konce do začátku
label_end_to_end: od konce do konce
label_start_to_start: od začátku do začátku
label_start_to_end: od začátku do konce
label_stay_logged_in: Zůstat přihlášený
label_disabled: zakázán
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_show_completed_versions: Zobrazit dokončené verze
Azamat Hackimov
Translation updates...
r4061 label_me:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_board: Fórum
label_board_new: Nové fórum
label_board_plural: Fóra
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_board_locked: Zamčeno
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_board_sticky: Nálepka
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_topic_plural: Témata
Toshi MARUYAMA
Czech "message" and "changeset" translation changed by Karel Pičman (#15391, #15403)...
r12072 label_message_plural: Příspěvky
label_message_last: Poslední příspěvek
label_message_new: Nový příspěvek
label_message_posted: Příspěvek přidán
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_reply_plural: Odpovědi
label_send_information: Zaslat informace o účtu uživateli
label_year: Rok
label_month: Měsíc
label_week: Týden
label_date_from: Od
label_date_to: Do
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13391)...
r11326 label_language_based: Podle výchozího jazyka
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_sort_by: "Seřadit podle %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_send_test_email: Poslat testovací email
Jean-Philippe Lang
All translations: RSS -> Atom (#13460)....
r11424 label_feeds_access_key: Přístupový klíč pro Atom
label_missing_feeds_access_key: Postrádá přístupový klíč pro Atom
label_feeds_access_key_created_on: "Přístupový klíč pro Atom byl vytvořen před %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_module_plural: Moduly
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_added_time_by: "Přidáno uživatelem %{author} před %{age}"
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_updated_time_by: "Aktualizováno uživatelem %{author} před %{age}"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_updated_time: "Aktualizováno před %{value}"
Azamat Hackimov
Translation updates...
r4061 label_jump_to_a_project: Vyberte projekt...
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_file_plural: Soubory
Toshi MARUYAMA
Czech "message" and "changeset" translation changed by Karel Pičman (#15391, #15403)...
r12072 label_changeset_plural: Revize
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_default_columns: Výchozí sloupce
label_no_change_option: (beze změny)
Azamat Hackimov
Translation updates...
r4061 label_bulk_edit_selected_issues: Hromadná úprava vybraných úkolů
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_theme: Téma
label_default: Výchozí
label_search_titles_only: Vyhledávat pouze v názvech
label_user_mail_option_all: "Pro všechny události všech mých projektů"
label_user_mail_option_selected: "Pro všechny události vybraných projektů..."
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_user_mail_option_none: "Žádné události"
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13391)...
r11326 label_user_mail_option_only_my_events: "Jen pro věci, co sleduji nebo jsem v nich zapojen"
label_user_mail_option_only_assigned: "Jen pro věci, ke kterým sem přiřazen"
label_user_mail_option_only_owner: "Jen pro věci, které vlastním"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_user_mail_no_self_notified: "Nezasílat informace o mnou vytvořených změnách"
label_registration_activation_by_email: aktivace účtu emailem
label_registration_manual_activation: manuální aktivace účtu
label_registration_automatic_activation: automatická aktivace účtu
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_display_per_page: "%{value} na stránku"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_age: Věk
label_change_properties: Změnit vlastnosti
label_general: Obecné
label_more: Více
label_scm: SCM
label_plugins: Doplňky
label_ldap_authentication: Autentifikace LDAP
Azamat Hackimov
Translation updates...
r4061 label_downloads_abbr: Staž.
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_optional_description: Volitelný popis
label_add_another_file: Přidat další soubor
label_preferences: Nastavení
label_chronological_order: V chronologickém pořadí
label_reverse_chronological_order: V obrácaném chronologickém pořadí
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_planning: Plánování
label_incoming_emails: Příchozí e-maily
label_generate_key: Generovat klíč
label_issue_watchers: Sledování
label_example: Příklad
label_display: Zobrazit
label_sort: Řazení
label_ascending: Vzestupně
label_descending: Sestupně
label_date_from_to: Od %{start} do %{end}
label_wiki_content_added: Wiki stránka přidána
label_wiki_content_updated: Wiki stránka aktualizována
label_group: Skupina
label_group_plural: Skupiny
label_group_new: Nová skupina
label_time_entry_plural: Strávený čas
label_version_sharing_none: Nesdíleno
label_version_sharing_descendants: S podprojekty
label_version_sharing_hierarchy: S hierarchií projektu
label_version_sharing_tree: Se stromem projektu
label_version_sharing_system: Se všemi projekty
label_update_issue_done_ratios: Aktualizovat koeficienty dokončení úkolů
label_copy_source: Zdroj
label_copy_target: Cíl
label_copy_same_as_target: Stejný jako cíl
label_display_used_statuses_only: Zobrazit pouze stavy které jsou použité touto frontou
label_api_access_key: API přístupový klíč
label_missing_api_access_key: Chybějící přístupový klíč API
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461 label_api_access_key_created_on: API přístupový klíč vytvořen %{value}
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_profile: Profil
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_subtask_plural: Dílčí úkoly
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 label_project_copy_notifications: Odeslat email oznámení v průběhu kopie projektu
label_principal_search: "Hledat uživatele nebo skupinu:"
label_user_search: "Hledat uživatele:"
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_login: Přihlásit
button_submit: Potvrdit
button_save: Uložit
button_check_all: Zašrtnout vše
button_uncheck_all: Odšrtnout vše
button_delete: Odstranit
button_create: Vytvořit
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 button_create_and_continue: Vytvořit a pokračovat
button_test: Testovat
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_edit: Upravit
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 button_edit_associated_wikipage: "Upravit přiřazenou Wiki stránku: %{page_title}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_add: Přidat
button_change: Změnit
button_apply: Použít
button_clear: Smazat
button_lock: Zamknout
button_unlock: Odemknout
button_download: Stáhnout
button_list: Vypsat
button_view: Zobrazit
button_move: Přesunout
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 button_move_and_follow: Přesunout a následovat
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_back: Zpět
button_cancel: Storno
button_activate: Aktivovat
button_sort: Seřadit
button_log_time: Přidat čas
button_rollback: Zpět k této verzi
button_watch: Sledovat
button_unwatch: Nesledovat
button_reply: Odpovědět
button_archive: Archivovat
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 button_unarchive: Dearchivovat
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 button_reset: Resetovat
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_rename: Přejmenovat
button_change_password: Změnit heslo
button_copy: Kopírovat
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 button_copy_and_follow: Kopírovat a následovat
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_annotate: Komentovat
button_update: Aktualizovat
button_configure: Konfigurovat
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 button_quote: Citovat
Toshi MARUYAMA
Czech translation updated by Lubor Nosek (#7390)....
r5380 button_duplicate: Duplikovat
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 button_show: Zobrazit
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 status_active: aktivní
status_registered: registrovaný
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 status_locked: zamčený
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 version_status_open: otevřený
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 version_status_locked: zamčený
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 version_status_closed: zavřený
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 field_active: Aktivní
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 text_select_mail_notifications: Vyberte akci, při které bude zasláno upozornění emailem.
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_regexp_info: např. ^[A-Z0-9]+$
text_min_max_length_info: 0 znamená bez limitu
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13391)...
r11326 text_project_destroy_confirmation: Jste si jisti, že chcete odstranit tento projekt a všechna související data?
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 text_subprojects_destroy_warning: "Jeho podprojek(y): %{value} budou také smazány."
Azamat Hackimov
Translation updates...
r4061 text_workflow_edit: Vyberte roli a frontu k editaci průběhu práce
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_are_you_sure: Jste si jisti?
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 text_journal_changed: "%{label} změněn z %{old} na %{new}"
text_journal_set_to: "%{label} nastaven na %{value}"
text_journal_deleted: "%{label} smazán (%{old})"
text_journal_added: "%{label} %{value} přidán"
Azamat Hackimov
Rename task to issue in calendar (#6563)...
r4124 text_tip_issue_begin_day: úkol začíná v tento den
text_tip_issue_end_day: úkol končí v tento den
text_tip_issue_begin_end_day: úkol začíná a končí v tento den
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_caracters_maximum: "%{count} znaků maximálně."
text_caracters_minimum: "Musí být alespoň %{count} znaků dlouhé."
text_length_between: "Délka mezi %{min} a %{max} znaky."
Azamat Hackimov
Translation updates...
r4061 text_tracker_no_workflow: Pro tuto frontu není definován žádný průběh práce
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_unallowed_characters: Nepovolené znaky
text_comma_separated: Povoleno více hodnot (oddělěné čárkou).
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 text_line_separated: Více hodnot povoleno (jeden řádek pro každou hodnotu).
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 text_issues_ref_in_commit_messages: Odkazování a opravování úkolů v poznámkách commitů
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_issue_added: "Úkol %{id} byl vytvořen uživatelem %{author}."
text_issue_updated: "Úkol %{id} byl aktualizován uživatelem %{author}."
Azamat Hackimov
Translation updates...
r4061 text_wiki_destroy_confirmation: Opravdu si přejete odstranit tuto Wiki a celý její obsah?
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_issue_category_destroy_question: "Některé úkoly (%{count}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_issue_category_destroy_assignments: Zrušit přiřazení ke kategorii
text_issue_category_reassign_to: Přiřadit úkoly do této kategorie
text_user_mail_option: "U projektů, které nebyly vybrány, budete dostávat oznámení pouze o vašich či o sledovaných položkách (např. o položkách jejichž jste autor nebo ke kterým jste přiřazen(a))."
Azamat Hackimov
Translation updates...
r4061 text_no_configuration_data: "Role, fronty, stavy úkolů ani průběh práce nebyly zatím nakonfigurovány.\nVelice doporučujeme nahrát výchozí konfiguraci. Po si můžete vše upravit"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_load_default_configuration: Nahrát výchozí konfiguraci
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 text_status_changed_by_changeset: "Použito v sadě změn %{value}."
text_time_logged_by_changeset: Aplikováno v sadě změn %{value}.
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_issues_destroy_confirmation: 'Opravdu si přejete odstranit všechny zvolené úkoly?'
text_select_project_modules: 'Aktivní moduly v tomto projektu:'
text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
Azamat Hackimov
Translation updates...
r4061 text_file_repository_writable: Povolen zápis do adresáře ukládání souborů
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 text_plugin_assets_writable: Možnost zápisu do adresáře plugin assets
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_rmagick_available: RMagick k dispozici (volitelné)
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 text_destroy_time_entries_question: "U úkolů, které chcete odstranit, je evidováno %{hours} práce. Co chete udělat?"
text_destroy_time_entries: Odstranit zaznamenané hodiny.
text_assign_time_entries_to_project: Přiřadit zaznamenané hodiny projektu
text_reassign_time_entries: 'Přeřadit zaznamenané hodiny k tomuto úkolu:'
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 text_user_wrote: "%{value} napsal:"
text_enumeration_destroy_question: "Několik (%{count}) objektů je přiřazeno k této hodnotě."
text_enumeration_category_reassign_to: 'Přeřadit je do této:'
Toshi MARUYAMA
fix cs.yml lost config/configuration.yml (#7408, #7390, #7507)....
r5376 text_email_delivery_not_configured: "Doručování e-mailů není nastaveno a odesílání notifikací je zakázáno.\nNastavte Váš SMTP server v souboru config/configuration.yml a restartujte aplikaci."
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 text_repository_usernames_mapping: "Vybrat nebo upravit mapování mezi Redmine uživateli a uživatelskými jmény nalezenými v logu repozitáře.\nUživatelé se shodným Redmine uživatelským jménem a uživatelským jménem v repozitáři jsou mapováni automaticky."
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 text_diff_truncated: '... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.'
text_custom_field_possible_values_info: 'Každá hodnota na novém řádku'
text_wiki_page_destroy_question: Tato stránka má %{descendants} podstránek a potomků. Co chcete udělat?
text_wiki_page_nullify_children: Ponechat podstránky jako kořenové stránky
text_wiki_page_destroy_children: Smazat podstránky a všechny jejich potomky
text_wiki_page_reassign_children: Přiřadit podstránky k tomuto rodiči
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 text_own_membership_delete_confirmation: "Chystáte se odebrat si některá nebo všechna svá oprávnění, potom již nemusíte být schopni upravit tento projekt.\nOpravdu chcete pokračovat?"
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781 text_zoom_in: Přiblížit
text_zoom_out: Oddálit
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_role_manager: Manažer
Eric Davis
Rename code and locale typo: Developper. #5751...
r3706 default_role_developer: Vývojář
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_role_reporter: Reportér
default_tracker_bug: Chyba
default_tracker_feature: Požadavek
default_tracker_support: Podpora
default_issue_status_new: Nový
Azamat Hackimov
Translation updates...
r4061 default_issue_status_in_progress: Ve vývoji
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_issue_status_resolved: Vyřešený
default_issue_status_feedback: Čeká se
default_issue_status_closed: Uzavřený
default_issue_status_rejected: Odmítnutý
default_doc_category_user: Uživatelská dokumentace
default_doc_category_tech: Technická dokumentace
default_priority_low: Nízká
default_priority_normal: Normální
default_priority_high: Vysoká
default_priority_urgent: Urgentní
default_priority_immediate: Okamžitá
Azamat Hackimov
Translation updates...
r4061 default_activity_design: Návhr
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_activity_development: Vývoj
Toshi MARUYAMA
remove trailing white-spaces from config/locales/cs.yml...
r8461
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 enumeration_issue_priorities: Priority úkolů
enumeration_doc_categories: Kategorie dokumentů
enumeration_activities: Aktivity (sledování času)
Azamat Hackimov
Translation updates...
r4061 enumeration_system_activity: Systémová aktivita
Jean-Philippe Lang
Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Gebauer....
r4781
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 field_warn_on_leaving_unsaved: Varuj mě před opuštěním stránky s neuloženým textem
text_warn_on_leaving_unsaved: Aktuální stránka obsahuje neuložený text, který bude ztracen, když opustíte stránku.
label_my_queries: Moje vlastní dotazy
text_journal_changed_no_detail: "%{label} aktualizován"
label_news_comment_added: K novince byl přidán komentář
button_expand_all: Rozbal vše
button_collapse_all: Sbal vše
label_additional_workflow_transitions_for_assignee: Další změna stavu povolena, jestliže je uživatel přiřazen
label_additional_workflow_transitions_for_author: Další změna stavu povolena, jestliže je uživatel autorem
label_bulk_edit_selected_time_entries: Hromadná změna záznamů času
text_time_entries_destroy_confirmation: Jste si jistí, že chcete smazat vybraný záznam(y) času?
label_role_anonymous: Anonymní
label_role_non_member: Není členem
label_issue_note_added: Přidána poznámka
label_issue_status_updated: Aktualizován stav
label_issue_priority_updated: Aktualizována priorita
label_issues_visibility_own: Úkol vytvořen nebo přiřazen uživatel(i/em)
field_issues_visibility: Viditelnost úkolů
label_issues_visibility_all: Všechny úkoly
permission_set_own_issues_private: Nastavit vlastní úkoly jako veřejné nebo soukromé
field_is_private: Soukromý
permission_set_issues_private: Nastavit úkoly jako veřejné nebo soukromé
label_issues_visibility_public: Všechny úkoly, které nejsou soukromé
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 text_issues_destroy_descendants_confirmation: "%{count} dílčí(ch) úkol(ů) bude rovněž smazán(o)."
Toshi MARUYAMA
scm: change locale key name "setting_commit_logs_encoding" to "field_commit_logs_encoding" (#1735)....
r5397 field_commit_logs_encoding: Kódování zpráv při commitu
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 field_scm_path_encoding: Kódování cesty SCM
text_scm_path_encoding_note: "Výchozí: UTF-8"
field_path_to_repository: Cesta k repositáři
field_root_directory: Kořenový adresář
field_cvs_module: Modul
Toshi MARUYAMA
scm: cvs: update locales for 'CVSROOT' and 'Module' setting....
r5417 field_cvsroot: CVSROOT
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 text_mercurial_repository_note: Lokální repositář (např. /hgrepo, c:\hgrepo)
text_scm_command: Příkaz
text_scm_command_version: Verze
label_git_report_last_commit: Reportovat poslední commit pro soubory a adresáře
text_scm_config: Můžete si nastavit vaše SCM příkazy v config/configuration.yml. Restartujte, prosím, aplikaci po jejich úpravě.
text_scm_command_not_available: SCM příkaz není k dispozici. Zkontrolujte, prosím, nastavení v panelu Administrace.
notice_issue_successful_create: Úkol %{id} vytvořen.
label_between: mezi
setting_issue_group_assignment: Povolit přiřazení úkolu skupině
label_diff: rozdíl
text_git_repository_note: Repositář je "bare and local" (např. /gitrepo, c:\gitrepo)
description_query_sort_criteria_direction: Směr třídění
description_project_scope: Rozsah vyhledávání
description_filter: Filtr
description_user_mail_notification: Nastavení emailových notifikací
description_date_from: Zadejte počáteční datum
description_message_content: Obsah zprávy
description_available_columns: Dostupné sloupce
description_date_range_interval: Zvolte rozsah výběrem počátečního a koncového data
description_issue_category_reassign: Zvolte kategorii úkolu
description_search: Vyhledávací pole
description_notes: Poznámky
description_date_range_list: Zvolte rozsah ze seznamu
description_choose_project: Projekty
description_date_to: Zadejte datum
description_query_sort_criteria_attribute: Třídící atribut
description_wiki_subpages_reassign: Zvolte novou rodičovskou stránku
description_selected_columns: Vybraný sloupec
label_parent_revision: Rodič
label_child_revision: Potomek
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 error_scm_annotate_big_text_file: Vstup nemůže být komentován, protože překračuje povolenou velikost textového souboru
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 setting_default_issue_start_date_to_creation_date: Použij aktuální datum jako počáteční datum pro nové úkoly
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 button_edit_section: Uprav tuto část
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 setting_repositories_encodings: Kódování příloh a repositářů
description_all_columns: Všechny sloupce
Jean-Philippe Lang
Adds a dialog box for CSV export options (#4742)....
r7754 button_export: Export
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 label_export_options: "nastavení exportu %{export_format}"
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 error_attachment_too_big: Soubor nemůže být nahrán, protože jeho velikost je větší než maximální (%{max_size})
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 notice_failed_to_save_time_entries: "Chyba při ukládání %{count} časov(ých/ého) záznam(ů) z %{total} vybraného: %{ids}."
Jean-Philippe Lang
Adds total number of issues for each version on the roadmap....
r8509 label_x_issues:
zero: 0 Úkol
one: 1 Úkol
other: "%{count} Úkoly"
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 label_repository_new: Nový repositář
field_repository_is_default: Hlavní repositář
label_copy_attachments: Kopírovat přílohy
Jean-Philippe Lang
Localized string for issue position in results....
r8560 label_item_position: "%{position}/%{count}"
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 label_completed_versions: Dokončené verze
text_project_identifier_info: Jsou povolena pouze malá písmena (a-z), číslice, pomlčky a podtržítka.<br />Po uložení již nelze identifikátor měnit.
field_multiple: Více hodnot
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 setting_commit_cross_project_ref: Povolit reference a opravy úkolů ze všech ostatních projektů
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 text_issue_conflict_resolution_add_notes: Přidat moje poznámky a zahodit ostatní změny
text_issue_conflict_resolution_overwrite: Přesto přijmout moje úpravy (předchozí poznámky budou zachovány, ale některé změny mohou být přepsány)
notice_issue_update_conflict: Během vašich úprav byl úkol aktualizován jiným uživatelem.
text_issue_conflict_resolution_cancel: Zahoď všechny moje změny a znovu zobraz %{link}
permission_manage_related_issues: Spravuj související úkoly
field_auth_source_ldap_filter: LDAP filtr
label_search_for_watchers: Hledej sledující pro přidání
notice_account_deleted: Váš účet byl trvale smazán.
setting_unsubscribe: Povolit uživatelům smazání jejich vlastního účtu
button_delete_my_account: Smazat můj účet
Jean-Philippe Lang
Adds new strings to locales....
r9287 text_account_destroy_confirmation: |-
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 Skutečně chcete pokračovat?
Váš účet bude nenávratně smazán.
error_session_expired: Vaše sezení vypršelo. Znovu se přihlaste, prosím.
text_session_expiration_settings: "Varování: změnou tohoto nastavení mohou vypršet aktuální sezení včetně toho vašeho."
setting_session_lifetime: Maximální čas sezení
setting_session_timeout: Vypršení sezení bez aktivity
label_session_expiration: Vypršení sezení
permission_close_project: Zavřít / Otevřít projekt
label_show_closed_projects: Zobrazit zavřené projekty
button_close: Zavřít
button_reopen: Znovu otevřít
project_status_active: aktivní
project_status_closed: zavřený
project_status_archived: archivovaný
text_project_closed: Tento projekt je uzevřený a je pouze pro čtení.
notice_user_successful_create: Uživatel %{id} vytvořen.
field_core_fields: Standardní pole
field_timeout: Vypršení (v sekundách)
setting_thumbnails_enabled: Zobrazit náhled přílohy
setting_thumbnails_size: Velikost náhledu (v pixelech)
label_status_transitions: Změna stavu
label_fields_permissions: Práva k polím
label_readonly: Pouze pro čtení
label_required: Vyžadováno
text_repository_identifier_info: Jou povoleny pouze malá písmena (a-z), číslice, pomlčky a podtržítka.<br />Po uložení již nelze identifikátor změnit.
field_board_parent: Rodičovské fórum
label_attribute_of_project: Projektové %{name}
label_attribute_of_author: Autorovo %{name}
label_attribute_of_assigned_to: "%{name} přiřazené(ho)"
label_attribute_of_fixed_version: Cílová verze %{name}
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_copy_subtasks: Kopírovat dílčí úkoly
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 label_copied_to: zkopírováno do
label_copied_from: zkopírováno z
label_any_issues_in_project: jakékoli úkoly v projektu
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 label_any_issues_not_in_project: jakékoli úkoly mimo projekt
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 field_private_notes: Soukromé poznámky
permission_view_private_notes: Zobrazit soukromé poznámky
permission_set_notes_private: Nastavit poznámky jako soukromé
label_no_issues_in_project: žádné úkoly v projektu
Jean-Philippe Lang
Adds label_any string for filters....
r10351 label_any: vše
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 label_last_n_weeks: poslední %{count} týdny
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 setting_cross_project_subtasks: Povolit dílčí úkoly napříč projekty
Jean-Philippe Lang
Filling locales (#5487)....
r10378 label_cross_project_descendants: S podprojekty
label_cross_project_tree: Se stromem projektu
label_cross_project_hierarchy: S hierarchií projektu
label_cross_project_system: Se všemi projekty
Toshi MARUYAMA
Czech translation for 2.2-stable updated by Karel Pičman (#13398, #13391)...
r11323 button_hide: Skrýt
setting_non_working_week_days: Dny pracovního volna/klidu
label_in_the_next_days: v přístích
label_in_the_past_days: v minulých
Toshi MARUYAMA
Czech translation for 2.3-stable updated by Karel Pičman (#13391)...
r11324 label_attribute_of_user: "%{name} uživatel(e/ky)"
text_turning_multiple_off: Jestliže zakážete více hodnot,
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 hodnoty budou smazány za účelem rezervace pouze jediné hodnoty na položku.
Toshi MARUYAMA
Czech translation for 2.3-stable updated by Karel Pičman (#13391)...
r11324 label_attribute_of_issue: "%{name} úkolu"
permission_add_documents: Přidat dokument
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 permission_edit_documents: Upravit dokumenty
permission_delete_documents: Smazet dokumenty
Toshi MARUYAMA
Czech translation for 2.3-stable updated by Karel Pičman (#13391)...
r11324 label_gantt_progress_line: Vývojová čára
setting_jsonp_enabled: Povolit podporu JSONP
field_inherit_members: Zdědit členy
field_closed_on: Uzavřeno
Toshi MARUYAMA
Czech translation for trunk updated by Karel Pičman (#13391)...
r11325 field_generate_password: Generovat heslo
Toshi MARUYAMA
Czech translation changed by Karel Pičman (#13450)...
r11384 setting_default_projects_tracker_ids: Výchozí fronta pro nové projekty
Jean-Philippe Lang
Adds label_total_time string (#13337)....
r11352 label_total_time: Celkem
Toshi MARUYAMA
Czech traslation for 2.4-stable updated by Karel Pičman (#15391, #15402)...
r12068 notice_account_not_activated_yet: Neaktivovali jste si dosud Váš účet.
Pro opětovné zaslání aktivačního emailu <a href="%{url}">klikněte na tento odkaz</a>, prosím.
notice_account_locked: Váš účet je uzamčen.
label_hidden: Skrytý
label_visibility_private: pouze pro mě
label_visibility_roles: pouze pro tyto role
label_visibility_public: pro všechny uživatele
field_must_change_passwd: Musí změnit heslo při příštím přihlášení
notice_new_password_must_be_different: Nové heslo se musí lišit od stávajícího
setting_mail_handler_excluded_filenames: Vyřadit přílohy podle jména
text_convert_available: ImageMagick convert k dispozici (volitelné)
Toshi MARUYAMA
Czech translation for 2.5-stable updated by Karel Pičman (#16453)...
r12740 label_link: Odkaz
label_only: jenom
label_drop_down_list: rozbalovací seznam
label_checkboxes: zaškrtávátka
label_link_values_to: Propojit hodnoty s URL
setting_force_default_language_for_anonymous: Vynutit výchozí jazyk pro anonymní uživatele
Jean-Philippe Lang
Adds locales strings (#2691)....
r12417 users
Toshi MARUYAMA
Czech translation for 2.5-stable updated by Karel Pičman (#16453)...
r12740 setting_force_default_language_for_loggedin: Vynutit výchozí jazyk pro přihlášené uživatele
Jean-Philippe Lang
Adds locales strings (#2691)....
r12417 users
Toshi MARUYAMA
Czech translation for 2.5-stable updated by Karel Pičman (#16453)...
r12740 label_custom_field_select_type: Vybrat typ objektu, ke kterému bude přiřazeno uživatelské pole
Toshi MARUYAMA
Czech translation for trunk updated by Karel Pičman (#16453)...
r12741 label_issue_assigned_to_updated: Přiřazený uživatel aktualizován
Toshi MARUYAMA
Czech translation updated by Karel Pičman (#17301)...
r12910 label_check_for_updates: Zkontroluj aktualizace
label_latest_compatible_version: Poslední kompatibilní verze
label_unknown_plugin: Nezámý plugin
Jean-Philippe Lang
Adds translation string (#17003)....
r12942 label_radio_buttons: radio buttons
Jean-Philippe Lang
Adds locales strings (#17976)....
r13054 label_group_anonymous: Anonymous users
label_group_non_member: Non member users
Jean-Philippe Lang
Adds translation strings (#11702)....
r13117 label_add_projects: Add projects
Jean-Philippe Lang
Adds :field_default_status to locales (#5991)....
r13154 field_default_status: Default status
Jean-Philippe Lang
Adds text_subversion_repository_note string to locales (#1415)....
r13192 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
Jean-Philippe Lang
Adds strings to locales (#11724)....
r13203 field_users_visibility: Users visibility
label_users_visibility_all: All active users
label_users_visibility_members_of_visible_projects: Members of visible projects
Jean-Philippe Lang
Adds a more specific title for the attachments edit link (#1326)....
r13285 label_edit_attachments: Edit attached files
Jean-Philippe Lang
Adds translation strings (#18500)....
r13287 setting_link_copied_issue: Link issues on copy
label_link_copied_issue: Link copied issue
label_ask: Ask
Jean-Philippe Lang
Adds strings to locales (#4383)....
r13475 label_search_attachments_yes: Search attachment filenames and descriptions
label_search_attachments_no: Do not search attachments
label_search_attachments_only: Search attachments only
Toshi MARUYAMA
generate i18n key (#10734)...
r13495 label_search_open_issues_only: Open issues only
Jean-Philippe Lang
Adds strings to locales (#4244)....
r13505 field_address: Email
setting_max_additional_emails: Maximum number of additional email addresses
label_email_address_plural: Emails
label_email_address_add: Add email address
label_enable_notifications: Enable notifications
label_disable_notifications: Disable notifications