Strings - app/src/main/res/values-sv-rSE/strings.xml

upstream-sync
runner 2 years ago committed by Gabriel Luong
parent bfb8acf298
commit e81e7face9

@ -42,7 +42,7 @@
<!-- Content description for the recently saved bookmarks section on the home screen. -->
<string moz:removedIn="100" name="recently_saved_bookmarks_content_description" tools:ignore="UnusedResources">Nyligen sparade bokmärken</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all">Visa alla</string>
<string moz:removedIn="101" name="recently_saved_show_all" tools:ignore="UnusedResources">Visa alla</string>
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all_content_description_2">Visa alla sparade bokmärken</string>
@ -181,8 +181,6 @@
<string name="browser_menu_add_to_homescreen">Lägg till på startsidan</string>
<!-- Browser menu toggle that installs a Progressive Web App shortcut to the site on the device home screen. -->
<string name="browser_menu_install_on_homescreen">Installera</string>
<!-- Menu option on the toolbar that takes you to synced tabs page-->
<string moz:removedIn="98" name="synced_tabs" tools:ignore="UnusedResources">Synkade flikar</string>
<!-- Content description (not visible, for screen readers etc.) for the Resync tabs button -->
<string name="resync_button_content_description">Omsynkronisering</string>
<!-- Browser menu button that opens the find in page menu -->
@ -217,8 +215,6 @@
<!-- Browser menu label for editing a bookmark -->
<string name="browser_menu_edit">Redigera</string>
<!-- Browser menu button that opens the Customize menu -->
<string moz:removedIn="98" name="browser_menu_customize_home" tools:ignore="UnusedResources">Anpassa startsida</string>
<!-- Button shown on the home page that opens the Customize home settings -->
<string name="browser_menu_customize_home_1">Anpassa startsidan</string>
<!-- Browser Toolbar -->
@ -1099,7 +1095,9 @@
<!-- Text shown in snackbar when user bookmarks a list of tabs -->
<string name="snackbar_message_bookmarks_saved">Bokmärken sparade!</string>
<!-- Text shown in snackbar when user adds a site to top sites -->
<string name="snackbar_added_to_top_sites">Lägg till i mest besökta!</string>
<string moz:RemovedIn="101" name="snackbar_added_to_top_sites" tools:ignore="UnusedResources">Lägg till i mest besökta!</string>
<!-- Text shown in snackbar when user adds a site to shortcuts -->
<string name="snackbar_added_to_shortcuts">Tillagd till genvägar!</string>
<!-- Text shown in snackbar when user closes a private tab -->
<string name="snackbar_private_tab_closed">Privat flik stängd</string>
<!-- Text shown in snackbar when user closes all private tabs -->
@ -1694,9 +1692,13 @@
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">Är du säker på att du vill ta bort det här bokmärket?</string>
<!-- Browser menu button that adds a top site to the home fragment -->
<string name="browser_menu_add_to_top_sites">Lägg till i mest besökta</string>
<string moz:RemovedIn="101" name="browser_menu_add_to_top_sites" tools:ignore="UnusedResources">Lägg till i mest besökta</string>
<!-- Browser menu button that removes a top site from the home fragment -->
<string name="browser_menu_remove_from_top_sites">Ta bort från mest besökta</string>
<string moz:RemovedIn="101" name="browser_menu_remove_from_top_sites" tools:ignore="UnusedResources">Ta bort från mest besökta</string>
<!-- Browser menu button that adds a shortcut to the home fragment -->
<string name="browser_menu_add_to_shortcuts">Lägg till i genvägar</string>
<!-- Browser menu button that removes a shortcut from the home fragment -->
<string name="browser_menu_remove_from_shortcuts">Ta bort från genvägar</string>
<!-- text shown before the issuer name to indicate who its verified by, parameter is the name of
the certificate authority that verified the ticket-->
<string name="certificate_info_verified_by">Verifierad av: %1$s </string>
@ -1771,21 +1773,24 @@
<!-- Top Sites -->
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_title">Övre gräns för mest besökta nådd</string>
<string moz:RemovedIn="101" name="top_sites_max_limit_title" tools:ignore="UnusedResources">Övre gräns för mest besökta nådd</string>
<!-- Title text displayed in the dialog when shortcuts limit is reached. -->
<string name="shortcut_max_limit_title">Övre gräns för genvägar nådd</string>
<!-- Content description text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_content_2">För att lägga till en ny mest besökt sida, ta bort en. Tryck länge på webbplatsen och välj ta bort.</string>
<string moz:RemovedIn="101" name="top_sites_max_limit_content_2" tools:ignore="UnusedResources">För att lägga till en ny mest besökt sida, ta bort en. Tryck länge på webbplatsen och välj ta bort.</string>
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
<string name="shortcut_max_limit_content">För att lägga till en ny genväg, ta bort en. Tryck och håll nere sidan och välj ta bort.</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">Ok, jag förstår</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string moz:removedIn="98" name="top_sites_toggle_top_recent_sites_3" tools:ignore="UnusedResources">Mest besökta webbplatser</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string name="top_sites_toggle_top_recent_sites_4">Genvägar</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">Namn</string>
<!-- Hint for renaming title of a top site -->
<string name="top_site_name_hint">Namn på mest besökta</string>
<string moz:RemovedIn="101" name="top_site_name_hint" tools:ignore="UnusedResources">Namn på mest besökta</string>
<!-- Hint for renaming title of a shortcut -->
<string name="shortcut_name_hint">Genvägsnamn</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">OK</string>
<!-- Dialog button text for canceling the rename top site prompt. -->

Loading…
Cancel
Save