diff options
author | Pierre Roth <pr_online@online.de> | 2017-12-21 07:44:54 +0100 |
---|---|---|
committer | Pierre Roth <pr_online@online.de> | 2017-12-21 07:45:39 +0100 |
commit | 7f768a1b265eeb39038f5da981e48f59a30ed284 (patch) | |
tree | bc81eff40046d69a6fb81a8caf50fdb75ab65d32 /gui | |
parent | Merge up to android-8.1.0_r1 and fix conflicts (diff) | |
download | android_bootable_recovery-7f768a1b265eeb39038f5da981e48f59a30ed284.tar android_bootable_recovery-7f768a1b265eeb39038f5da981e48f59a30ed284.tar.gz android_bootable_recovery-7f768a1b265eeb39038f5da981e48f59a30ed284.tar.bz2 android_bootable_recovery-7f768a1b265eeb39038f5da981e48f59a30ed284.tar.lz android_bootable_recovery-7f768a1b265eeb39038f5da981e48f59a30ed284.tar.xz android_bootable_recovery-7f768a1b265eeb39038f5da981e48f59a30ed284.tar.zst android_bootable_recovery-7f768a1b265eeb39038f5da981e48f59a30ed284.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/theme/common/languages/pt_BR.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/theme/common/languages/pt_BR.xml b/gui/theme/common/languages/pt_BR.xml index 7e301f157..fa7fa099f 100644 --- a/gui/theme/common/languages/pt_BR.xml +++ b/gui/theme/common/languages/pt_BR.xml @@ -17,9 +17,9 @@ <string name="recovery">Recuperação</string> <string name="cache">Cache</string> <string name="data">Dados</string> - <string name="sdcard">SDCard</string> + <string name="sdcard">Cartão SD</string> <string name="internal">Armazenamento interno</string> - <string name="microsd">Micro SDCard</string> + <string name="microsd">Cartão Micro SD</string> <string name="usbotg">USB OTG</string> <string name="android_secure">Android Seguro</string> <string name="dalvik">Dalvik / Cache de arte</string> |