Move recovery_l10n here from development/tools.

Bug: http://b/27837319
Change-Id: I116fc13ae108a59b657f5c9f7efe971de72ac743
This commit is contained in:
Elliott Hughes 2016-03-22 21:18:58 -07:00
parent 867e60db16
commit 3d0153a807
83 changed files with 1038 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Copyright 2012 Google Inc. All Rights Reserved.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := RecoveryLocalizer
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
include $(BUILD_PACKAGE)

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.recovery_l10n">
<application android:label="Recovery Localizer">
<activity android:name="Main"
android:label="Recovery Localizer">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>

View file

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
<Spinner android:id="@+id/which"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<Button android:id="@+id/go"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/go"
/>
<TextView android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffffffff"
android:background="#ff000000"
android:maxWidth="480px"
android:gravity="center"
/>
</LinearLayout>

View file

@ -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">"Installeer tans stelselopdatering..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Vee tans uit..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Geen bevel."</string>
<string name="recovery_error" msgid="4550265746256727080">"Fout!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Sistem güncəlləməsi quraşdırılır..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Silinir..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Əmr yoxdur."</string>
<string name="recovery_error" msgid="4550265746256727080">"Xəta!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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">"S\'està instal·lant l\'actualització del sistema..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"S\'està esborrant..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Cap ordre."</string>
<string name="recovery_error" msgid="4550265746256727080">"Error!"</string>
</resources>

View file

@ -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">"Instalace aktualizace systému..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Mazání…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Žádný příkaz."</string>
<string name="recovery_error" msgid="4550265746256727080">"Chyba!"</string>
</resources>

View file

@ -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">"Systemopdateringen installeres…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Sletter…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Ingen kommando."</string>
<string name="recovery_error" msgid="4550265746256727080">"Fejl!"</string>
</resources>

View file

@ -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">"Systemupdate wird installiert…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Wird gelöscht…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Kein Befehl"</string>
<string name="recovery_error" msgid="4550265746256727080">"Fehler"</string>
</resources>

View file

@ -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>

View file

@ -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">"Installing system update…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Erasing…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"No command."</string>
<string name="recovery_error" msgid="4550265746256727080">"Error!"</string>
</resources>

View file

@ -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">"Installing system update…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Erasing…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"No command."</string>
<string name="recovery_error" msgid="4550265746256727080">"Error!"</string>
</resources>

View file

@ -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">"Installing system update…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Erasing…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"No command."</string>
<string name="recovery_error" msgid="4550265746256727080">"Error!"</string>
</resources>

View file

@ -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">"Instalando actualización del sistema…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Borrando…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Ningún comando"</string>
<string name="recovery_error" msgid="4550265746256727080">"Error"</string>
</resources>

View file

@ -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">"Instalando actualización del sistema…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Borrando…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Sin comandos"</string>
<string name="recovery_error" msgid="4550265746256727080">"Error"</string>
</resources>

View file

@ -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">"Süsteemivärskenduste installimine ..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Kustutamine ..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Käsk puudub."</string>
<string name="recovery_error" msgid="4550265746256727080">"Viga!"</string>
</resources>

View file

@ -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">"Sistemaren eguneratzea instalatzen…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Ezabatzen…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Ez dago agindurik."</string>
<string name="recovery_error" msgid="4550265746256727080">"Errorea!"</string>
</resources>

View file

@ -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>

View file

@ -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">"Asennetaan järjestelmäpäivitystä..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Tyhjennetään..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Ei komentoa."</string>
<string name="recovery_error" msgid="4550265746256727080">"Virhe!"</string>
</resources>

View file

@ -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">"Installation de la mise à jour du système en cours…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Effacement en cours…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Aucune commande."</string>
<string name="recovery_error" msgid="4550265746256727080">"Erreur!"</string>
</resources>

View file

@ -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">"Installation de la mise à jour du système en cours…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Effacement en cours…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Aucune commande."</string>
<string name="recovery_error" msgid="4550265746256727080">"Erreur !"</string>
</resources>

View file

@ -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">"Instalando actualización do sistema..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Borrando..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Ningún comando"</string>
<string name="recovery_error" msgid="4550265746256727080">"Erro"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Instaliranje ažuriranja sustava…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Brisanje…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nema naredbe."</string>
<string name="recovery_error" msgid="4550265746256727080">"Pogreška!"</string>
</resources>

View file

@ -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">"Rendszerfrissítés telepítése..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Törlés..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nincs parancs."</string>
<string name="recovery_error" msgid="4550265746256727080">"Hiba!"</string>
</resources>

View file

@ -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>

View file

@ -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">"Memasang pembaruan sistem…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Menghapus..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Tidak ada perintah."</string>
<string name="recovery_error" msgid="4550265746256727080">"Kesalahan!"</string>
</resources>

View file

@ -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">"Setur upp kerfisuppfærslu…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Þurrkar út…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Engin skipun."</string>
<string name="recovery_error" msgid="4550265746256727080">"Villa!"</string>
</resources>

View file

@ -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">"Installazione aggiornamento di sistema…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Cancellazione…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nessun comando."</string>
<string name="recovery_error" msgid="4550265746256727080">"Errore!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Diegiamas sistemos naujinys…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Ištrinama…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nėra komandos."</string>
<string name="recovery_error" msgid="4550265746256727080">"Klaida!"</string>
</resources>

View file

@ -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">"Notiek sistēmas atjauninājuma instalēšana..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Notiek dzēšana..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nav nevienas komandas."</string>
<string name="recovery_error" msgid="4550265746256727080">"Kļūda!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Memasang kemas kini sistem..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Memadam..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Tiada arahan."</string>
<string name="recovery_error" msgid="4550265746256727080">"Ralat!"</string>
</resources>

View file

@ -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>

View file

@ -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">"Installerer systemoppdateringen ..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Sletter ..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Ingen kommando."</string>
<string name="recovery_error" msgid="4550265746256727080">"Feil!"</string>
</resources>

View file

@ -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>

View file

@ -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">"Systeemupdate installeren…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Wissen…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Geen opdracht."</string>
<string name="recovery_error" msgid="4550265746256727080">"Fout!"</string>
</resources>

View file

@ -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>

View file

@ -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">"Instaluję aktualizację systemu…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Usuwam…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Brak polecenia."</string>
<string name="recovery_error" msgid="4550265746256727080">"Błąd"</string>
</resources>

View file

@ -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">"Instalando atualização do sistema..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Apagando..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nenhum comando."</string>
<string name="recovery_error" msgid="4550265746256727080">"Erro!"</string>
</resources>

View file

@ -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">"A instalar a atualização do sistema..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"A apagar…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nenhum comando."</string>
<string name="recovery_error" msgid="4550265746256727080">"Erro!"</string>
</resources>

View file

@ -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">"Instalando atualização do sistema..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Apagando..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nenhum comando."</string>
<string name="recovery_error" msgid="4550265746256727080">"Erro!"</string>
</resources>

View file

@ -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">"Se instalează actualizarea de sistem…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Se efectuează ștergerea…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nicio comandă."</string>
<string name="recovery_error" msgid="4550265746256727080">"Eroare!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Inštalácia aktualizácie systému..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Prebieha mazanie..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Žiadny príkaz."</string>
<string name="recovery_error" msgid="4550265746256727080">"Chyba!"</string>
</resources>

View file

@ -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">"Namestitev posodobitve sistema ..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Brisanje ..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Ni ukaza"</string>
<string name="recovery_error" msgid="4550265746256727080">"Napaka"</string>
</resources>

View file

@ -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">"Po instalon përditësimin e sistemit..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Po spastron..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Nuk ka komanda."</string>
<string name="recovery_error" msgid="4550265746256727080">"Gabim!"</string>
</resources>

View file

@ -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>

View file

@ -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">"Installerar systemuppdatering ..."</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Tar bort ..."</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Inget kommando."</string>
<string name="recovery_error" msgid="4550265746256727080">"Fel!"</string>
</resources>

View file

@ -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">"Inasakinisha sasisho la mfumo…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Inafuta…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Hakuna amri."</string>
<string name="recovery_error" msgid="4550265746256727080">"Hitilafu!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Ini-install ang update sa system…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Binubura…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Walang command."</string>
<string name="recovery_error" msgid="4550265746256727080">"Error!"</string>
</resources>

View file

@ -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">"Sistem güncellemesi yükleniyor…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Siliniyor…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Komut yok."</string>
<string name="recovery_error" msgid="4550265746256727080">"Hata!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Tizim yangilanishi ornatilmoqda…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Tozalanmoqda…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Buyruq yoq."</string>
<string name="recovery_error" msgid="4550265746256727080">"Xato!"</string>
</resources>

View file

@ -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">"Đang cài đặt bản cập nhật hệ thống…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Đang xóa…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Không có lệnh nào."</string>
<string name="recovery_error" msgid="4550265746256727080">"Lỗi!"</string>
</resources>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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">"Ifaka isibuyekezo sesistimu…"</string>
<string name="recovery_erasing" msgid="4612809744968710197">"Iyasula…"</string>
<string name="recovery_no_command" msgid="1915703879031023455">"Awukho umyalo."</string>
<string name="recovery_error" msgid="4550265746256727080">"Iphutha!"</string>
</resources>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Do not translate. -->
<string translatable="false" name="go">Go</string>
<!-- Do not translate. -->
<string-array translatable="false" name="string_options">
<item>installing</item>
<item>erasing</item>
<item>no_command</item>
<item>error</item>
</string-array>
<!-- Displayed on the screen beneath the animated android while the
system is installing an update. [CHAR LIMIT=60] -->
<string name="recovery_installing">Installing system update\u2026</string>
<!-- Displayed on the screen beneath the animated android while the
system is erasing a partition (either a data wipe aka "factory
reset", or a cache wipe). [CHAR LIMIT=60] -->
<string name="recovery_erasing">Erasing\u2026</string>
<!-- Displayed on the screen when the user has gotten into recovery
mode without a command to run. Will not normally happen, but
users (especially developers) may boot into recovery mode
manually via special key combinations. [CHAR LIMIT=60] -->
<string name="recovery_no_command">No command.</string>
<!-- Displayed on the triangle-! screen when a system update
installation or data wipe procedure encounters an error. [CHAR
LIMIT=60] -->
<string name="recovery_error">Error!</string>
</resources>

View file

@ -0,0 +1,319 @@
/*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.recovery_l10n;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.AssetManager;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.os.RemoteException;
import android.util.DisplayMetrics;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Spinner;
import android.widget.ArrayAdapter;
import android.widget.AdapterView;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Locale;
/**
* This activity assists in generating the specially-formatted bitmaps
* of text needed for recovery's localized text display. Each image
* contains all the translations of a single string; above each
* translation is a "header row" that encodes that subimage's width,
* height, and locale using pixel values.
*
* To use this app to generate new translations:
*
* - Update the string resources in res/values-*
*
* - Build and run the app. Select the string you want to
* translate, and press the "Go" button.
*
* - Wait for it to finish cycling through all the strings, then
* pull /data/data/com.android.recovery_l10n/files/text-out.png
* from the device.
*
* - "pngcrush -c 0 text-out.png output.png"
*
* - Put output.png in bootable/recovery/res/images/ (renamed
* appropriately).
*
* Recovery expects 8-bit 1-channel images (white text on black
* background). pngcrush -c 0 will convert the output of this program
* to such an image. If you use any other image handling tools,
* remember that they must be lossless to preserve the exact values of
* pixels in the header rows; don't convert them to jpeg or anything.
*/
public class Main extends Activity {
private static final String TAG = "RecoveryL10N";
HashMap<Locale, Bitmap> savedBitmaps;
TextView mText;
int mStringId = R.string.recovery_installing;
public class TextCapture implements Runnable {
private Locale nextLocale;
private Locale thisLocale;
private Runnable next;
TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) {
this.nextLocale = nextLocale;
this.thisLocale = thisLocale;
this.next = next;
}
public void run() {
Bitmap b = mText.getDrawingCache();
savedBitmaps.put(thisLocale, b.copy(Bitmap.Config.ARGB_8888, false));
if (nextLocale != null) {
switchTo(nextLocale);
}
if (next != null) {
mText.postDelayed(next, 200);
}
}
}
private void switchTo(Locale locale) {
Resources standardResources = getResources();
AssetManager assets = standardResources.getAssets();
DisplayMetrics metrics = standardResources.getDisplayMetrics();
Configuration config = new Configuration(standardResources.getConfiguration());
config.locale = locale;
Resources defaultResources = new Resources(assets, metrics, config);
mText.setText(mStringId);
mText.setDrawingCacheEnabled(false);
mText.setDrawingCacheEnabled(true);
mText.setDrawingCacheQuality(View.DRAWING_CACHE_QUALITY_HIGH);
}
@Override
public void onCreate(Bundle savedInstance) {
super.onCreate(savedInstance);
setContentView(R.layout.main);
savedBitmaps = new HashMap<Locale, Bitmap>();
Spinner spinner = (Spinner) findViewById(R.id.which);
ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource(
this, R.array.string_options, android.R.layout.simple_spinner_item);
adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
spinner.setAdapter(adapter);
spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
@Override
public void onItemSelected(AdapterView parent, View view,
int pos, long id) {
switch (pos) {
case 0: mStringId = R.string.recovery_installing; break;
case 1: mStringId = R.string.recovery_erasing; break;
case 2: mStringId = R.string.recovery_no_command; break;
case 3: mStringId = R.string.recovery_error; break;
}
}
@Override public void onNothingSelected(AdapterView parent) { }
});
mText = (TextView) findViewById(R.id.text);
String[] localeNames = getAssets().getLocales();
Arrays.sort(localeNames);
ArrayList<Locale> locales = new ArrayList<Locale>();
for (String ln : localeNames) {
int u = ln.indexOf('_');
if (u >= 0) {
Log.i(TAG, "locale = " + ln);
locales.add(new Locale(ln.substring(0, u), ln.substring(u+1)));
}
}
final Runnable seq = buildSequence(locales.toArray(new Locale[0]));
Button b = (Button) findViewById(R.id.go);
b.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View ignore) {
mText.post(seq);
}
});
}
private Runnable buildSequence(final Locale[] locales) {
Runnable head = new Runnable() { public void run() { mergeBitmaps(locales); } };
Locale prev = null;
for (Locale loc : locales) {
head = new TextCapture(loc, prev, head);
prev = loc;
}
final Runnable fhead = head;
final Locale floc = prev;
return new Runnable() { public void run() { startSequence(fhead, floc); } };
}
private void startSequence(Runnable firstRun, Locale firstLocale) {
savedBitmaps.clear();
switchTo(firstLocale);
mText.postDelayed(firstRun, 200);
}
private void saveBitmap(Bitmap b, String filename) {
try {
FileOutputStream fos = openFileOutput(filename, 0);
b.compress(Bitmap.CompressFormat.PNG, 100, fos);
fos.close();
} catch (IOException e) {
Log.i(TAG, "failed to write PNG", e);
}
}
private int colorFor(byte b) {
return 0xff000000 | (b<<16) | (b<<8) | b;
}
private int colorFor(int b) {
return 0xff000000 | (b<<16) | (b<<8) | b;
}
private void mergeBitmaps(final Locale[] locales) {
HashMap<String, Integer> countByLanguage = new HashMap<String, Integer>();
int height = 2;
int width = 10;
int maxHeight = 0;
for (Locale loc : locales) {
Bitmap b = savedBitmaps.get(loc);
int h = b.getHeight();
int w = b.getWidth();
height += h+1;
if (h > maxHeight) maxHeight = h;
if (w > width) width = w;
String lang = loc.getLanguage();
if (countByLanguage.containsKey(lang)) {
countByLanguage.put(lang, countByLanguage.get(lang)+1);
} else {
countByLanguage.put(lang, 1);
}
}
Log.i(TAG, "output bitmap is " + width + " x " + height);
Bitmap out = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
out.eraseColor(0xff000000);
int[] pixels = new int[maxHeight * width];
int p = 0;
for (Locale loc : locales) {
Bitmap bm = savedBitmaps.get(loc);
int h = bm.getHeight();
int w = bm.getWidth();
bm.getPixels(pixels, 0, w, 0, 0, w, h);
// Find the rightmost and leftmost columns with any
// nonblack pixels; we'll copy just that region to the
// output image.
int right = w;
while (right > 1) {
boolean all_black = true;
for (int j = 0; j < h; ++j) {
if (pixels[j*w+right-1] != 0xff000000) {
all_black = false;
break;
}
}
if (all_black) {
--right;
} else {
break;
}
}
int left = 0;
while (left < right-1) {
boolean all_black = true;
for (int j = 0; j < h; ++j) {
if (pixels[j*w+left] != 0xff000000) {
all_black = false;
break;
}
}
if (all_black) {
++left;
} else {
break;
}
}
// Make the last country variant for a given language be
// the catch-all for that language (because recovery will
// take the first one that matches).
String lang = loc.getLanguage();
if (countByLanguage.get(lang) > 1) {
countByLanguage.put(lang, countByLanguage.get(lang)-1);
lang = loc.toString();
}
int tw = right - left;
Log.i(TAG, "encoding \"" + loc + "\" as \"" + lang + "\": " + tw + " x " + h);
byte[] langBytes = lang.getBytes();
out.setPixel(0, p, colorFor(tw & 0xff));
out.setPixel(1, p, colorFor(tw >>> 8));
out.setPixel(2, p, colorFor(h & 0xff));
out.setPixel(3, p, colorFor(h >>> 8));
out.setPixel(4, p, colorFor(langBytes.length));
int x = 5;
for (byte b : langBytes) {
out.setPixel(x, p, colorFor(b));
x++;
}
out.setPixel(x, p, colorFor(0));
p++;
out.setPixels(pixels, left, w, 0, p, tw, h);
p += h;
}
// if no languages match, suppress text display by using a
// single black pixel as the image.
out.setPixel(0, p, colorFor(1));
out.setPixel(1, p, colorFor(0));
out.setPixel(2, p, colorFor(1));
out.setPixel(3, p, colorFor(0));
out.setPixel(4, p, colorFor(0));
p++;
saveBitmap(out, "text-out.png");
Log.i(TAG, "wrote text-out.png");
}
}