Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Strings - app/src/main/res/values-sk/strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and mergify[bot] committed Jul 31, 2022
1 parent c35369d commit 33c963e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions app/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,18 @@
<string name="delete_browsing_data_on_quit_action">Ukončiť</string>

<!-- Dialog message to the user asking to delete browsing data. -->
<string name="delete_browsing_data_prompt_message">Vaše údaje o prehliadaní budú odstránené.</string>
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">Vaše údaje o prehliadaní budú odstránené.</string>
<!-- Title text of a delete browsing data dialog. -->
<string name="delete_history_prompt_title">Obdobie, za ktoré vymazať údaje</string>
<!-- Body text of a delete browsing data dialog. -->
<string name="delete_history_prompt_body">Odstráni históriu (vrátane histórie synchronizovanej z iných zariadení), súbory cookie a ďalšie údaje prehliadania.</string>
<!-- Radio button in the delete browsing data dialog to delete history items for the last hour. -->
<string name="delete_history_prompt_button_last_hour">Posledná hodina</string>
<!-- Radio button in the delete browsing data dialog to delete history items for today and yesterday. -->
<string name="delete_history_prompt_button_today_and_yesterday">Dnes a včera</string>
<!-- Radio button in the delete browsing data dialog to delete all history. -->
<string name="delete_history_prompt_button_everything">Všetko</string>

<!-- Dialog message to the user asking to delete browsing data. Parameter will be replaced by app name. -->
<string name="delete_browsing_data_prompt_message_3">%s odstráni vybrané údaje.</string>
<!-- Text for the cancel button for the data deletion dialog -->
Expand All @@ -1180,8 +1191,8 @@
<!-- Text for the snackbar to show the user that the deletion of browsing data is in progress -->
<string name="deleting_browsing_data_in_progress">Odstraňujem súkromné údaje…</string>

<!-- Dialog message to the user asking to delete all history items inside the opened group. -->
<string name="delete_history_group_prompt_message">Týmto sa odstránia všetky položky.</string>
<!-- Dialog message to the user asking to delete all history items inside the opened group. Parameter will be replaced by a history group name. -->
<string name="delete_all_history_group_prompt_message">Odstrániť všetky stránky v skupine “%s”</string>
<!-- Text for the cancel button for the history group deletion dialog -->
<string name="delete_history_group_prompt_cancel">Zrušiť</string>
<!-- Text for the allow button for the history group dialog -->
Expand Down Expand Up @@ -1593,8 +1604,6 @@
<string name="addresses_edit_address">Úprava adresy</string>
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">Spravovať adresy</string>
<!-- The header for the full name of an address -->
<string moz:removedIn="102" name="addresses_full_name" tools:ignore="UnusedResources">Celé meno</string>
<!-- The header for the first name of an address -->
<string name="addresses_first_name">Krstné meno</string>
<!-- The header for the middle name of an address -->
Expand Down

0 comments on commit 33c963e

Please sign in to comment.