Strings - app/src/main/res/values-cs/strings.xml

upstream-sync
runner 2 years ago committed by Gabriel Luong
parent 585916bba9
commit 1abd6514e8

@ -41,7 +41,7 @@
<!-- Title for the home screen section with recently saved bookmarks. -->
<string name="recent_bookmarks_title">Naposledy přidané</string>
<!-- Content description for the recently saved bookmarks section on the home screen. -->
<string name="recently_saved_bookmarks_content_description">Naposledy uložené záložky</string>
<string moz:removedIn="100" name="recently_saved_bookmarks_content_description" tools:ignore="UnusedResources">Naposledy uložené záložky</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all">Zobrazit vše</string>
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
@ -333,6 +333,24 @@
<string name="preferences_screenshots_in_private_mode_disclaimer">Pokud toto povolíte, obsah panelů bude viditelný i v zobrazení otevřených aplikací</string>
<!-- Preference for adding private browsing shortcut -->
<string name="preferences_add_private_browsing_shortcut">Vytvořit zkratku pro anonymní prohlížení</string>
<!-- Preference for enabling "HTTPS-Only" mode -->
<string name="preferences_https_only_title">Režim „pouze HTTPS“</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Pro zvýšení zabezpečení se automaticky pokusí připojit k webům pomocí šifrovacího protokolu HTTPS.</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
<string name="preferences_https_only_on">Zapnuto</string>
<!-- Summary of tracking protection preference if tracking protection is set to off -->
<string name="preferences_https_only_off">Vypnuto</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
<string name="preferences_http_only_learn_more">Zjistit více</string>
<!-- Option for the https only setting -->
<string name="preferences_https_only_in_all_tabs">Zapnout ve všech panelech</string>
<!-- Option for the https only setting -->
<string name="preferences_https_only_in_private_tabs">Zapnout v anonymních panelech</string>
<!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
<string name="errorpage_httpsonly_title">Nelze navázat zabezpečené spojení</string>
<!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Tento web nejspíš HTTPS prostě nepodporuje.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Přístupnost</string>
<!-- Preference to override the Firefox Account server -->
@ -1632,18 +1650,18 @@
<string name="search_delete_search_engine_success_message">Vyhledávač %s odebrán</string>
<!-- Title text shown for the migration screen to the new browser. Placeholder replaced with app name -->
<string name="migration_title">Vítá vás úplně nová aplikace %s</string>
<string moz:removedIn="100" name="migration_title" tools:ignore="UnusedResources">Vítá vás úplně nová aplikace %s</string>
<!-- Description text followed by a list of things migrating (e.g. Bookmarks, History). Placeholder replaced with app name-->
<string name="migration_description">Zcela přepracovaný prohlížeč už na vás čeká. Je rychlejší a přináší funkce, která vám usnadní práci i zábavu.\n\nPočkejte, než se prohlížeč %s aktualizuje</string>
<string moz:removedIn="100" name="migration_description" tools:ignore="UnusedResources">Zcela přepracovaný prohlížeč už na vás čeká. Je rychlejší a přináší funkce, která vám usnadní práci i zábavu.\n\nPočkejte, než se prohlížeč %s aktualizuje</string>
<!-- Text on the disabled button while in progress. Placeholder replaced with app name -->
<string name="migration_updating_app_button_text">Probíhá aktualizace aplikace %s…</string>
<string moz:removedIn="100" name="migration_updating_app_button_text" tools:ignore="UnusedResources">Probíhá aktualizace aplikace %s…</string>
<!-- Text on the enabled button. Placeholder replaced with app name-->
<string name="migration_update_app_button">Spustit %s</string>
<string moz:removedIn="100" name="migration_update_app_button" tools:ignore="UnusedResources">Spustit %s</string>
<!-- Accessibility description text for a completed migration item -->
<string name="migration_icon_description">Přesun dat dokončen</string>
<string moz:removedIn="100" name="migration_icon_description" tools:ignore="UnusedResources">Přesun dat dokončen</string>
<!--Text on list of migrated items (e.g. Settings, History, etc.)-->
<string name="migration_text_passwords">Hesla</string>
<string moz:removedIn="100" name="migration_text_passwords" tools:ignore="UnusedResources">Hesla</string>
<!-- Heading for the instructions to allow a permission -->
<string name="phone_feature_blocked_intro">Pro povolení:</string>
@ -1842,4 +1860,7 @@
<string name="pocket_stories_feature_caption">Součást rodiny Firefoxu. %s</string>
<!-- Clickable text for opening an external link for more information about Pocket. -->
<string name="pocket_stories_feature_learn_more">Zjistit více</string>
<!-- Snackbar button text to navigate to telemetry settings.-->
<string name="experiments_snackbar_button">Přejít do nastavení</string>
</resources>

Loading…
Cancel
Save