diff options
author | Elliott Hughes <enh@google.com> | 2016-03-26 16:45:24 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-03-26 16:45:24 +0100 |
commit | 2dbd06c7ed9e753439fb2c0e17d11ca6323e5157 (patch) | |
tree | 660f8f2dcdc64c1ccaa0665463e275fe9dd16a31 /tools/recovery_l10n/res/values-am | |
parent | Merge "Skip stashing source blocks in verify mode" (diff) | |
parent | Move recovery_l10n here from development/tools. (diff) | |
download | android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.gz android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.bz2 android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.lz android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.xz android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.zst android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.zip |
Diffstat (limited to 'tools/recovery_l10n/res/values-am')
-rw-r--r-- | tools/recovery_l10n/res/values-am/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/recovery_l10n/res/values-am/strings.xml b/tools/recovery_l10n/res/values-am/strings.xml new file mode 100644 index 000000000..cddb099bc --- /dev/null +++ b/tools/recovery_l10n/res/values-am/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="recovery_installing" msgid="7864047928003865598">"የስርዓት ዝማኔ በመጫን ላይ…"</string> + <string name="recovery_erasing" msgid="4612809744968710197">"በመደምሰስ ላይ…"</string> + <string name="recovery_no_command" msgid="1915703879031023455">"ምንም ትዕዛዝ የለም።"</string> + <string name="recovery_error" msgid="4550265746256727080">"ስህተት!"</string> +</resources> |