diff options
author | big biff <bigbiff@teamw.in> | 2018-01-19 00:29:59 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit.omnirom.org> | 2018-01-19 00:29:59 +0100 |
commit | 1592e5b0b7df9c044ad5a4156ef7b763a4f092da (patch) | |
tree | 49d69970920461bc521f88f953f2064338988f06 /gui | |
parent | Merge "Added 2 translations in Italian language file" into android-8.1 (diff) | |
parent | Added missing translations in Swedish language file (diff) | |
download | android_bootable_recovery-1592e5b0b7df9c044ad5a4156ef7b763a4f092da.tar android_bootable_recovery-1592e5b0b7df9c044ad5a4156ef7b763a4f092da.tar.gz android_bootable_recovery-1592e5b0b7df9c044ad5a4156ef7b763a4f092da.tar.bz2 android_bootable_recovery-1592e5b0b7df9c044ad5a4156ef7b763a4f092da.tar.lz android_bootable_recovery-1592e5b0b7df9c044ad5a4156ef7b763a4f092da.tar.xz android_bootable_recovery-1592e5b0b7df9c044ad5a4156ef7b763a4f092da.tar.zst android_bootable_recovery-1592e5b0b7df9c044ad5a4156ef7b763a4f092da.zip |
Diffstat (limited to 'gui')
-rw-r--r-- | gui/theme/common/languages/sv.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/theme/common/languages/sv.xml b/gui/theme/common/languages/sv.xml index 73a6e4581..076ee0b5e 100644 --- a/gui/theme/common/languages/sv.xml +++ b/gui/theme/common/languages/sv.xml @@ -13,8 +13,9 @@ <string name="vendor">Leverantör</string> <string name="cache">Cache</string> <string name="data">Data</string> - <string name="sdcard">SDCard</string> + <string name="sdcard">SD-kort</string> <string name="internal">Intern lagring</string> + <string name="microsd">Micro SD-kort</string> <string name="usbotg">USB OTG</string> <string name="dalvik">Dalvik / ART Cache</string> <string name="sdext">SD-EXT</string> |