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

This commit is contained in:
runner 2022-06-08 02:44:01 +00:00 committed by Mugurell
parent e90f80b7a7
commit 9b01611b78

View File

@ -1607,6 +1607,8 @@
<string name="addresses_city">Postort</string>
<!-- The header for the subregion of an address when "state" should be used -->
<string name="addresses_state">Region</string>
<!-- The header for the subregion of an address when "province" should be used -->
<string name="addresses_province">Provins</string>
<!-- The header for the zip code of an address -->
<string name="addresses_zip">Postnummer</string>
<!-- The header for the country or region of an address -->
@ -1817,6 +1819,11 @@
<!-- Content description for closing all inactive tabs -->
<string name="inactive_tabs_delete_all">Stäng alla inaktiva flikar</string>
<!-- Content description for expanding the inactive tabs section. -->
<string name="inactive_tabs_expand_content_description">Expandera inaktiva flikar</string>
<!-- Content description for collapsing the inactive tabs section. -->
<string name="inactive_tabs_collapse_content_description">Komprimera inaktiva flikar</string>
<!-- Inactive tabs auto-close message in the tabs tray -->
<!-- The header text of the auto-close message when the user is asked if they want to turn on the auto-closing of inactive tabs. -->
<string name="inactive_tabs_auto_close_message_header" tools:ignore="UnusedResources">Stäng de automatiskt efter en månad?</string>