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-sv-rSE/strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and Mugurell committed Jul 14, 2022
1 parent e973baa commit 1aee502
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions app/src/main/res/values-sv-rSE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
<!-- Home - Recently saved bookmarks -->
<!-- Title for the home screen section with recently saved bookmarks. -->
<string name="recent_bookmarks_title">Senaste bokmärken</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<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>

Expand Down Expand Up @@ -362,7 +360,9 @@
<!-- Preference for settings related to visual options -->
<string name="preferences_customize">Anpassa</string>
<!-- Preference description for banner about signing in -->
<string name="preferences_sign_in_description">Synkronisera bokmärken, historik och mer med ditt Firefox-konto</string>
<string moz:RemovedIn="104" name="preferences_sign_in_description" tools:ignore="UnusedResources">Synkronisera bokmärken, historik och mer med ditt Firefox-konto</string>
<!-- Preference description for banner about signing in -->
<string name="preferences_sign_in_description_2">Logga in för att synkronisera flikar, bokmärken, lösenord och mer.</string>
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
<string name="preferences_account_default_name">Firefox-konto</string>
<!-- Preference text for account title when there was an error syncing FxA -->
Expand Down Expand Up @@ -538,7 +538,9 @@

<!-- Turn On Sync Preferences -->
<!-- Header of the Turn on Sync preference view -->
<string name="preferences_sync">Aktivera Sync</string>
<string moz:RemovedIn="104" name="preferences_sync" tools:ignore="UnusedResources">Aktivera Sync</string>
<!-- Header of the Sync and save your data preference view -->
<string name="preferences_sync_2">Synkronisera och spara din data</string>
<!-- Preference for reconnecting to FxA sync -->
<string name="preferences_sync_sign_in_to_reconnect">Logga in för att återansluta</string>
<!-- Preference for removing FxA account -->
Expand Down Expand Up @@ -1083,8 +1085,6 @@
<string name="snackbar_tabs_closed">Flikar stängda</string>
<!-- 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 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 -->
Expand Down Expand Up @@ -1705,10 +1705,6 @@
<string name="no_site_exceptions">Inga webbplatsundantag</string>
<!-- 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 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 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 -->
Expand Down Expand Up @@ -1784,12 +1780,8 @@
<string name="synced_tabs_collapse_group">Komprimera grupp av synkroniserade flikar</string>

<!-- Top Sites -->
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<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 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. -->
Expand All @@ -1799,8 +1791,6 @@
<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 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. -->
Expand Down

0 comments on commit 1aee502

Please sign in to comment.