From 24344212a64aff7efadd94f5ef5b9ec36e524d89 Mon Sep 17 00:00:00 2001 From: Daniel Storozhev Date: Wed, 15 Jan 2014 21:53:27 +0100 Subject: [PATCH 001/155] Update rabbitfish --- translation/rabbitfish | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/translation/rabbitfish b/translation/rabbitfish index 91e1ef5..6f43548 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -16,9 +16,9 @@ # German # Common -export KITCHENTITLE=$( echo "Swordrune10 Androide Küche!" ) +export KITCHENTITLE=$( echo "Swordrune10 Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "===========================" ) -export NOTPROPERSELECTION=$( echo "Sie haben eine richtige Auswahl treffen, versuchen Sie es erneut!" ) +export NOTPROPERSELECTION=$( echo "Sie haben keine gültige Option gewählt, versuchen Sie es erneut!" ) export ENTERTOCONTINUE=$( echo "Drücken Sie die Eingabetaste, um fortzufahren: " ) export ANSWERYES=$( echo "ja" ) export ANSWERY=$( echo "j" ) @@ -27,13 +27,13 @@ export ANSWERN=$( echo "n" ) # Kitchen export KITCHENMAINMENU=$( echo "Hauptmenü:" ) -export KITCHENMENU1=$( echo " 1. Geräte/Aktualisierung Küche" ) -export KITCHENMENU2=$( echo " 2. Konfigurieren Küche" ) -export KITCHENMENU3=$( echo " 3. Lauf Küche" ) -export KITCHENMENU4=$( echo " 4. Fixieren Küche" ) -export KITCHENMENU5=$( echo " 5. Automatisch Bauen Küche" ) +export KITCHENMENU1=$( echo " 1. Kitchen Einrichten / aktualisieren" ) +export KITCHENMENU2=$( echo " 2. Kitchen Konfigurieren" ) +export KITCHENMENU3=$( echo " 3. Starten" ) +export KITCHENMENU4=$( echo " 4. Kitchen reparieren" ) +export KITCHENMENU5=$( echo " 5. Autobuild" ) export KITCHENMENU6=$( echo " 6. Ausgang" ) -export KITCHENMENUWHICH=$( echo "Welches würden Sie tun?" ) -export KITCHENTHANKS=$( echo "Wir danken für Swordrune10 der Küche! Wiedersehen.." ) -export KITCHENBORED=$( echo "Sie scheinen gelangweilt .. will einen Film ansehen?" ) -export KITCHENTOUGH=$( echo "hart!" ) +export KITCHENMENUWHICH=$( echo "Was möchten Sie tun?" ) +export KITCHENTHANKS=$( echo "Wir danken für die Nutzung des Swordrune10 Kitchen! Auf Wiedersehen.." ) +export KITCHENBORED=$( echo "Sie scheinen gelangweilt .. möchten Sie einen Film schauen?" ) +export KITCHENTOUGH=$( echo "super!" ) From d0680a5148e7f36995c3cf0200c872deae7d276e Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 15 Jan 2014 13:54:25 -0700 Subject: [PATCH 002/155] bluefintuna: hopefully fix underline --- translation/bluefintuna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index e05fbbc..522c1fc 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -17,7 +17,7 @@ # Common export KITCHENTITLE=$( echo "Swordrune10のアンドロイドキッチン!" ) -export KITCHENUNDERLINE=$( echo "==============================" ) +export KITCHENUNDERLINE=$( echo "=================================" ) export NOTPROPERSELECTION=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) export ENTERTOCONTINUE=$( echo "Enterキーを押して続行します: " ) export ANSWERYES=$( echo "はい" ) From ddfeb904fc64e65c65220a0c4c995f0a5e063c60 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 15 Jan 2014 13:58:40 -0700 Subject: [PATCH 003/155] bluefintuna: last fix on underline maybe..? --- translation/bluefintuna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index 522c1fc..9ab8f43 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -17,7 +17,7 @@ # Common export KITCHENTITLE=$( echo "Swordrune10のアンドロイドキッチン!" ) -export KITCHENUNDERLINE=$( echo "=================================" ) +export KITCHENUNDERLINE=$( echo "===================================" ) export NOTPROPERSELECTION=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) export ENTERTOCONTINUE=$( echo "Enterキーを押して続行します: " ) export ANSWERYES=$( echo "はい" ) From b3c03a6a0024280a2eb16f18e8cfef5aad1f1444 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 15 Jan 2014 14:14:33 -0700 Subject: [PATCH 004/155] koreanlamprey: Add common and kitchen translations --- translation/koreanlamprey | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index f8f66a3..904d228 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -14,3 +14,26 @@ # limitations under the License. # Korean + +# Common +export KITCHENTITLE=$( echo "Swordrune10의 안드로이드 주방!" ) +export KITCHENUNDERLINE=$( echo "============================" ) +export NOTPROPERSELECTION=$( echo "당신은 올바른 선택을하지 않았다, 다시 시도하십시오!" ) +export ENTERTOCONTINUE=$( echo "계속하려면 Enter 키를 누르십시오: " ) +export ANSWERYES=$( echo "예" ) +export ANSWERY=$( echo "y" ) +export ANSWERNO=$( echo "아니오" ) +export ANSWERN=$( echo "a" ) + +# Kitchen +export KITCHENMAINMENU=$( echo "주 메뉴:" ) +export KITCHENMENU1=$( echo " 1. 설치/업데이트 주방" ) +export KITCHENMENU2=$( echo " 2. 구성 주방" ) +export KITCHENMENU3=$( echo " 3. 실행 주방" ) +export KITCHENMENU4=$( echo " 4. 주방 수정" ) +export KITCHENMENU5=$( echo " 5. 자동 주방 빌드" ) +export KITCHENMENU6=$( echo " 6. 출구" ) +export KITCHENMENUWHICH=$( echo "당신은 어느 쪽을하기를 원하십니까?" ) +export KITCHENTHANKS=$( echo "Swordrune10의 부엌을 사용하여 주셔서 감사합니다! 안녕.." ) +export KITCHENBORED=$( echo "당신은 지루해 보인다.. 싶어 영화를 보는?" ) +export KITCHENTOUGH=$( echo "힘든!" ) From 0c6887db156fea3e949905b9eb1e19dae04ef6ce Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 15 Jan 2014 14:15:57 -0700 Subject: [PATCH 005/155] koreanlamprey: fix underline --- translation/koreanlamprey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 904d228..d18dcc3 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -17,7 +17,7 @@ # Common export KITCHENTITLE=$( echo "Swordrune10의 안드로이드 주방!" ) -export KITCHENUNDERLINE=$( echo "============================" ) +export KITCHENUNDERLINE=$( echo "==============================" ) export NOTPROPERSELECTION=$( echo "당신은 올바른 선택을하지 않았다, 다시 시도하십시오!" ) export ENTERTOCONTINUE=$( echo "계속하려면 Enter 키를 누르십시오: " ) export ANSWERYES=$( echo "예" ) From e36315918662890213e3cd6d8db4b1b1e05dbaff Mon Sep 17 00:00:00 2001 From: japoina92 Date: Wed, 15 Jan 2014 22:52:21 +0100 Subject: [PATCH 006/155] Update spanishmackerel words fixed and in correct order --- translation/spanishmackerel | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 4be8987..3561981 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -16,9 +16,9 @@ # Spanish # Common -export KITCHENTITLE=$( echo "De Swordrune10 Cocina Android!" ) +export KITCHENTITLE=$( echo " Cocina Android De Swordrune10!" ) export KITCHENUNDERLINE=$( echo "==============================" ) -export NOTPROPERSELECTION=$( echo "No hiciste una adecuada selección, vuelve a intentarlo!" ) +export NOTPROPERSELECTION=$( echo "No hiciste la selección adecuada, vuelve a intentarlo!" ) export ENTERTOCONTINUE=$( echo "Pulse Intro para continuar: " ) export ANSWERYES=$( echo "sí" ) export ANSWERY=$( echo "s" ) @@ -27,13 +27,13 @@ export ANSWERN=$( echo "n" ) # Kitchen export KITCHENMAINMENU=$( echo "Menú Principal:" ) -export KITCHENMENU1=$( echo " 1. Configuración/Actualización Cocina" ) +export KITCHENMENU1=$( echo " 1. Configuración/Actualizar Cocina" ) export KITCHENMENU2=$( echo " 2. Configurar Cocina" ) -export KITCHENMENU3=$( echo " 3. Cocina Ejecutar" ) -export KITCHENMENU4=$( echo " 4. Fijar Cocina" ) -export KITCHENMENU5=$( echo " 5. Cocina Generación Automática" ) -export KITCHENMENU6=$( echo " 6. Salida" ) -export KITCHENMENUWHICH=$( echo "¿Cuál te gusta hacer?" ) -export KITCHENTHANKS=$( echo "Gracias por utilizar la cocina del Swordrune10 usted! Adiós.." ) +export KITCHENMENU3=$( echo " 3. Ejecutar Cocina " ) +export KITCHENMENU4=$( echo " 4. Reparar Cocina" ) +export KITCHENMENU5=$( echo " 5. Generar la Cocina Automáticamente" ) +export KITCHENMENU6=$( echo " 6. Salir" ) +export KITCHENMENUWHICH=$( echo "¿Cuál quieres hacer?" ) +export KITCHENTHANKS=$( echo "Gracias por utilizar la cocina de Swordrune10! Adiós.." ) export KITCHENBORED=$( echo "Pareces aburrido .. ¿Quieres ver una película?" ) -export KITCHENTOUGH=$( echo "difícil!" ) +export KITCHENTOUGH=$( echo "Complicado!" ) From 5e057d7e6be4d763e54156c4b3832f5672aebde4 Mon Sep 17 00:00:00 2001 From: japoina92 Date: Wed, 15 Jan 2014 22:58:16 +0100 Subject: [PATCH 007/155] Update retardedbabelfish language spanish okey --- utility/retardedbabelfish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 0e3fd47..acecd93 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -138,12 +138,12 @@ if ( echo $LANG | grep -q "en_" ); then # Spanish elif ( echo $LANG | grep -q "es_" ); then langsaved=$( echo "Idioma guardado como español" ) - notproperselection=$( echo "No hiciste una adecuada selección, vuelve a intentarlo!" ) + notproperselection=$( echo "No hiciste una elección adecuada, vuelve a intentarlo!" ) entertocontinue=$( echo "Pulse Intro para continuar: " ) clear echo "Hemos detectado que su sistema está configurado para español" - echo "¿Es así como quieres la cocina rom que sea?" + echo "¿Es así como quieres que sea la Cocina De Rom?" echo "" echo "## Esto fue traducido usando Google Translate ##" @@ -158,7 +158,7 @@ elif ( echo $LANG | grep -q "es_" ); then read -p "$entertocontinue" done elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then echo "" - echo "¿En qué idioma desea utilizar en su lugar?" + echo "¿Qué idioma desea utilizar en su lugar?" langselect else echo "" From b5f4342e33ca8cd327577c57bae1ab03500fd7b8 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 15 Jan 2014 15:01:39 -0700 Subject: [PATCH 008/155] retardedbabelfish: remove google translate message from spanish --- utility/retardedbabelfish | 5 ----- 1 file changed, 5 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index acecd93..9cfa6e7 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -145,11 +145,6 @@ elif ( echo $LANG | grep -q "es_" ); then echo "Hemos detectado que su sistema está configurado para español" echo "¿Es así como quieres que sea la Cocina De Rom?" - echo "" - echo "## Esto fue traducido usando Google Translate ##" - echo "## Póngase en contacto conmigo para hacerme saber" - echo "si se trataba de una buena traducción o no ##" - read -p "sí/no?" answer if [ "$answer" == "sí" ] || [ "$answer" == "si" ] || [ "$answer" == "s" ]; then From 36979803444327214c52bb7b7b2cc9fcddbeec95 Mon Sep 17 00:00:00 2001 From: Daniel Storozhev Date: Wed, 15 Jan 2014 23:11:51 +0100 Subject: [PATCH 009/155] Update retardedbabelfish --- utility/retardedbabelfish | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 9cfa6e7..54e3a5e 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -195,18 +195,11 @@ elif ( echo $LANG | grep -q "fr_" ); then fi # German elif ( echo $LANG | grep -q "de_" ); then - langsaved=$( echo "Die Sprache als Deutsch gespeichert" ) - notproperselection=$( echo "Sie haben eine richtige Auswahl treffen, versuchen Sie es erneut!" ) + langsaved=$( echo "Die Sprache Deutsch wurde gespeichert" ) + notproperselection=$( echo "Sie haben keine gültige Option gewählt, versuchen Sie es erneut!" ) entertocontinue=$( echo "Drücken Sie die Eingabetaste, um fortzufahren: " ) clear - echo "Wir haben festgestellt, dass das System auf Deutsch eingestellt ist" - echo "Ist das, wie Sie wollen, dass die rom Küche zu sein?" - - echo "" - echo "## Dies wurde mit Hilfe von Google Translate übersetzt ##" - echo "## Bitte kontaktieren Sie mich, damit ich weiß, ob dies" - echo "eine gute Übersetzung ist oder nicht ##" read -p "ja/nein?" answer @@ -217,7 +210,7 @@ elif ( echo $LANG | grep -q "de_" ); then read -p "$entertocontinue" done elif [ "$answer" == "nein" ] || [ "$answer" == "n" ]; then echo "" - echo "Welche Sprache sprechen Sie stattdessen verwenden?" + echo "Welche Sprache möchten Sie stattdessen verwenden?" langselect else echo "" From 0cdf13465827268e08111ffd6a66fb212e5ace60 Mon Sep 17 00:00:00 2001 From: Daniel Storozhev Date: Wed, 15 Jan 2014 23:37:49 +0100 Subject: [PATCH 010/155] Update retardedbabelfish --- utility/retardedbabelfish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 54e3a5e..70be260 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -200,6 +200,9 @@ elif ( echo $LANG | grep -q "de_" ); then entertocontinue=$( echo "Drücken Sie die Eingabetaste, um fortzufahren: " ) clear + + echo "Wir haben festgestellt, dass das System auf Deutsch eingestellt ist" + echo "Ist das die von Ihnen gewünschte Einstellung für das Kitchen?" read -p "ja/nein?" answer From efff631140b9a11565d954da4b359377ada72743 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 15 Jan 2014 17:43:31 -0700 Subject: [PATCH 011/155] Add translators file --- TRANSLATORS.mkdn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TRANSLATORS.mkdn diff --git a/TRANSLATORS.mkdn b/TRANSLATORS.mkdn new file mode 100644 index 0000000..2992ec3 --- /dev/null +++ b/TRANSLATORS.mkdn @@ -0,0 +1,8 @@ +Translators: +------------ +* __French:__ +* __German:__ Zanooda +* __Italian:__ +* __Japanese:__ +* __Korean:__ +* __Spanish:__ japoina92 From c117260487ae3aaabd5236e2897503491af09f58 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 15 Jan 2014 18:28:40 -0700 Subject: [PATCH 012/155] working on reposync, not complete --- translation/mahimahi | 28 ++++++++++++ update/reposync | 92 +++++++++++++++++++-------------------- utility/retardedbabelfish | 1 - 3 files changed, 74 insertions(+), 47 deletions(-) diff --git a/translation/mahimahi b/translation/mahimahi index ff436a2..4992070 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -20,6 +20,7 @@ export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) export ANSWERYES=$( echo "yes" ) export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) @@ -37,3 +38,30 @@ export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) export KITCHENTOUGH=$( echo "tough!" ) + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update Kitchen" ) +export REPOSYNCUPDATE2=$( echo "Update Android Open Kang Project" ) +export REPOSYNCUPDATE3=$( echo "Update Android Open Source Project 4.3" ) +export REPOSYNCUPDATE4=$( echo "Update Android Open Source Project 4.4" ) +export REPOSYNCUPDATE5=$( echo "Update Carbon" ) +export REPOSYNCUPDATE6=$( echo "Update Cyanogenmod 10.2" ) +export REPOSYNCUPDATE7=$( echo "Update Cyanogenmod 11" ) +export REPOSYNCUPDATE8=$( echo "Update Evervolv" ) +export REPOSYNCUPDATE9=$( echo "Update omnirom" ) +export REPOSYNCUPDATE10=$( echo "Update PAC-man" ) +export REPOSYNCUPDATE11=$( echo "Update ParanoidAndroid" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu + diff --git a/update/reposync b/update/reposync index f8ad93a..7fcb399 100755 --- a/update/reposync +++ b/update/reposync @@ -15,33 +15,33 @@ if [ ! "$INIT" ]; then -usage="$(basename "$0") [-d] [-h] [-p] [-u] repo -- program to initialize/update android repos +usage="$(basename "$0") [-d] [-h] [-p] [-u] $REPOSYNCUSAGE where: - -d delete the appropriate folder and then exit program - -h show this help text - -p purge folder, reinit, and then update - -u update this particular repo + -d $REPOSYNCFLAGD + -h $REPOSYNCFLAGH + -p $REPOSYNCFLAGP + -u $REPOSYNCFLAGU Options list: - kitchen = Update Kitchen - aokp = Update Android Open Kang Project - aosp43 = Update Android Open Source Project 4.3 - aosp = Update Android Open Source Project 4.4 - carbon = Update Carbon - cm10 = Update Cyanogenmod 10.2 - cm10 = Update Cyanogenmod 11 - ev = Update Evervolv - omni = Update omnirom - pacman = Update PAC-man - paranoid = Update ParanoidAndroid - all = Update all available repos - allthethings = Update all the repos - - Example: reposync -u cm-10.2 - - typing \"reposync -u list\" will give - you the options list again" + kitchen = $REPOSYNCUPDATE1 + aokp = $REPOSYNCUPDATE2 + aosp43 = $REPOSYNCUPDATE3 + aosp = $REPOSYNCUPDATE4 + carbon = $REPOSYNCUPDATE5 + cm10 = $REPOSYNCUPDATE6 + cm11 = $REPOSYNCUPDATE7 + ev = $REPOSYNCUPDATE8 + omni = $REPOSYNCUPDATE9 + pacman = $REPOSYNCUPDATE10 + paranoid = $REPOSYNCUPDATE11 + all = $REPOSYNCUPDATE12 + allthethings = $REPOSYNCUPDATE13 + + $REPOSYNCUSAGEEXAMP + + $REPOSYNCUSAGELIST1 + $REPOSYNCUSAGELIST2" export AUTO=true @@ -80,8 +80,8 @@ menu () { if [ ! "$AUTO" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE echo "What are we updating?" echo "If repo isn't initialized, it will be on update" echo " 1. Install the repo command" @@ -105,27 +105,27 @@ if [ ! "$AUTO" ]; then if [ ! "$setupanswer" ] || ( echo $setupanswer | grep -q [A-Za-z] ) || [ $setupanswer -gt "17" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi fi if [ "$PLATFORM" ]; then if [ $PLATFORM == "list" ]; then - echo "kitchen = Update Kitchen" - echo "aokp = Update Android Open Kang Project" - echo "aosp43 = Update Android Open Source Project 4.3" - echo "aosp = Update Android Open Source Project 4.4" - echo "carbon = Update Carbon" - echo "cm10 = Update Cyanogenmod 10.2" - echo "cm = Update Cyanogenmod 11" - echo "evervolv = Update Evervolv" - echo "omni = Update omnirom" - echo "pacman = Update PAC-man" - echo "paranoid = Update ParanoidAndroid" - echo "all = Update all available repos" - echo "allthethings = Update all the repos" + echo "kitchen = $REPOSYNCUPDATE1" + echo "aokp = $REPOSYNCUPDATE2" + echo "aosp43 = $REPOSYNCUPDATE3" + echo "aosp = $REPOSYNCUPDATE4" + echo "carbon = $REPOSYNCUPDATE5" + echo "cm10 =$REPOSYNCUPDATE6" + echo "cm = $REPOSYNCUPDATE7" + echo "evervolv = $REPOSYNCUPDATE8" + echo "omni = $REPOSYNCUPDATE9" + echo "pacman = $REPOSYNCUPDATE10" + echo "paranoid = $REPOSYNCUPDATE11" + echo "all = $REPOSYNCUPDATE12" + echo "allthethings = $REPOSYNCUPDATE13" exit 0 fi @@ -241,7 +241,7 @@ if [ "$done" ]; then if [ ! "$AUTO" ]; then echo "" echo "Finished!" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu else exit 0 @@ -295,7 +295,7 @@ if [ $setupanswer == "1" ]; then echo "" echo "Finished!" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done fi fi @@ -430,8 +430,8 @@ fi if [ $setupanswer == "16" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE echo "Are we adding or updating otherrepo?" echo "" echo "Which android repository are we building from today?" @@ -484,14 +484,14 @@ if [ $setupanswer == "16" ]; then if [ $otheranswer == "3" ]; then echo "" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi fi if [ $setupanswer == "17" ]; then echo "" - read -p "Returning to Main Menu, Press Enter to continue: " done + read -p "$MAINMENURETURN" done exit 0 fi diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 70be260..13e884e 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -200,7 +200,6 @@ elif ( echo $LANG | grep -q "de_" ); then entertocontinue=$( echo "Drücken Sie die Eingabetaste, um fortzufahren: " ) clear - echo "Wir haben festgestellt, dass das System auf Deutsch eingestellt ist" echo "Ist das die von Ihnen gewünschte Einstellung für das Kitchen?" From 56a4a092b059e399ca4899739cdaa9e67b756e3c Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 12:45:17 -0700 Subject: [PATCH 013/155] repodefiner: make it international! --- utility/repodefiner | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/utility/repodefiner b/utility/repodefiner index 72cb9d8..6761900 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -17,7 +17,7 @@ if [ $repodefine == "kitchen" ]; then export SCRIPT_REPO=$(echo "kitchen") export REPO_PLATFORM=$(echo "master") repo_branch=$(echo "master") - repo_name=$(echo "Kitchen app") + repo_name=$(echo $REPOSKITCHEN) repo_url=$(echo "http://github.com/TeamKeyblade/kitchen_manifest.git") manifest_name=$(echo "default.xml") fi @@ -26,7 +26,7 @@ if [ $repodefine == "aokp" ]; then export SCRIPT_REPO=$(echo "aokp") export REPO_PLATFORM=$(echo "kitkat") repo_branch=$(echo "kitkat") - repo_name=$(echo "Android Open Kang Project") + repo_name=$(echo $REPOSAOKP) repo_url=$(echo "http://github.com/AOKP/platform_manifest.git") manifest_name=$(echo "default.xml") fi @@ -35,7 +35,7 @@ if [ $repodefine == "aosp43" ]; then export SCRIPT_REPO=$(echo "aosp") export REPO_PLATFORM=$(echo "jb") repo_branch=$(echo "android-4.3.1_r1") - repo_name=$(echo "Android Open Source Project 4.3") + repo_name=$(echo $REPOSAOSP43) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") fi @@ -44,7 +44,7 @@ if [ $repodefine == "aosp" ]; then export SCRIPT_REPO=$(echo "aosp") export REPO_PLATFORM=$(echo "kitkat") repo_branch=$(echo "android-4.4.2_r1") - repo_name=$(echo "Android Open Source Project 4.4") + repo_name=$(echo $REPOSAOSP) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") fi @@ -53,7 +53,7 @@ if [ $repodefine == "carbon" ]; then export SCRIPT_REPO=$(echo "carbon") export REPO_PLATFORM=$(echo "kitkat") repo_branch=$(echo "kk") - repo_name=$(echo "Carbon") + repo_name=$(echo $REPOSCARBON) repo_url=$(echo "http://github.com/CarbonDev/android.git") manifest_name=$(echo "default.xml") fi @@ -62,7 +62,7 @@ if [ $repodefine == "cm10" ]; then export SCRIPT_REPO=$(echo "cm") export REPO_PLATFORM=$(echo "10.2") repo_branch=$(echo "stable/cm-10.2") - repo_name=$(echo "Cyanogenmod 10.2") + repo_name=$(echo $REPOSCM10) repo_url=$(echo "http://github.com/CyanogenMod/android.git") manifest_name=$(echo "cm-10.2.0.xml") fi @@ -71,7 +71,7 @@ if [ $repodefine == "cm" ]; then export SCRIPT_REPO=$(echo "cm") export REPO_PLATFORM=$(echo "11") repo_branch=$(echo "cm-11.0") - repo_name=$(echo "Cyanogenmod 11") + repo_name=$(echo $REPOSCM11) repo_url=$(echo "http://github.com/CyanogenMod/android.git") manifest_name=$(echo "default.xml") fi @@ -80,7 +80,7 @@ if [ $repodefine == "evervolv" ]; then export SCRIPT_REPO=$(echo "evervolv") export REPO_PLATFORM=$(echo "kitkat") repo_branch=$(echo "kitkat") - repo_name=$(echo "Evervolv") + repo_name=$(echo $REPOSEV) repo_url=$(echo "http://github.com/Evervolv/android.git") manifest_name=$(echo "default.xml") fi @@ -89,7 +89,7 @@ if [ $repodefine == "omni" ]; then export SCRIPT_REPO=$(echo "omni") export REPO_PLATFORM=$(echo "kitkat") repo_branch=$(echo "android-4.4") - repo_name=$(echo "omnirom") + repo_name=$(echo $REPOSOMNI) repo_url=$(echo "http://github.com/omnirom/android.git") manifest_name=$(echo "default.xml") fi @@ -98,7 +98,7 @@ if [ $repodefine == "pacman" ]; then export SCRIPT_REPO=$(echo "pacman") export REPO_PLATFORM=$(echo "kitkat") repo_branch=$(echo "pac-4.4") - repo_name=$(echo "PAC-man") + repo_name=$(echo $REPOSPACMAN) repo_url=$(echo "http://github.com/PAC-man/pacman.git") manifest_name=$(echo "default.xml") fi @@ -107,7 +107,7 @@ if [ $repodefine == "paranoid" ]; then export SCRIPT_REPO=$(echo "paranoid") export REPO_PLATFORM=$(echo "kitkat") repo_branch=$(echo "kitkat") - repo_name=$(echo "ParanoidAndroid") + repo_name=$(echo "$REPOSPARA") repo_url=$(echo "http://github.com/AOSPA/manifest.git") manifest_name=$(echo "default.xml") fi From 87268d6f8431c125dfaf0567595f066e91558cc0 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 12:47:42 -0700 Subject: [PATCH 014/155] Add note specifying needs translators for unmaintained translations --- translation/bluefintuna | 2 ++ translation/europeanpilchard | 2 ++ translation/italianbleak | 2 ++ translation/koreanlamprey | 2 ++ 4 files changed, 8 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 9ab8f43..9f9d718 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -15,6 +15,8 @@ # Japanese +## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## + # Common export KITCHENTITLE=$( echo "Swordrune10のアンドロイドキッチン!" ) export KITCHENUNDERLINE=$( echo "===================================" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index cf127de..0d83c54 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -15,6 +15,8 @@ # French +## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## + # Common export KITCHENTITLE=$( echo "Cuisine Androïde de Swordrune10!" ) export KITCHENUNDERLINE=$( echo "================================" ) diff --git a/translation/italianbleak b/translation/italianbleak index 7b22f7d..ce652a1 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -15,6 +15,8 @@ # Italian +## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## + # Common export KITCHENTITLE=$( echo "Swordrune10 di Androide Cucina!" ) export KITCHENUNDERLINE=$( echo "===============================" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index d18dcc3..a56627b 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -15,6 +15,8 @@ # Korean +## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## + # Common export KITCHENTITLE=$( echo "Swordrune10의 안드로이드 주방!" ) export KITCHENUNDERLINE=$( echo "==============================" ) From 3f7f9a83e7553745798b327be16de71b267ee8f7 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 12:52:15 -0700 Subject: [PATCH 015/155] repodefiner: change mind on naming scheme for cm11's worldy variable --- utility/repodefiner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/repodefiner b/utility/repodefiner index 6761900..9e33532 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -71,7 +71,7 @@ if [ $repodefine == "cm" ]; then export SCRIPT_REPO=$(echo "cm") export REPO_PLATFORM=$(echo "11") repo_branch=$(echo "cm-11.0") - repo_name=$(echo $REPOSCM11) + repo_name=$(echo $REPOSCM) repo_url=$(echo "http://github.com/CyanogenMod/android.git") manifest_name=$(echo "default.xml") fi From 1c98daf0342466fc7af88a3152b840056bf25704 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 13:43:04 -0700 Subject: [PATCH 016/155] Add Brazilian Portuguese, needs to be translated! --- translation/pirarucu | 41 ++++++++++++++++++++ utility/retardedbabelfish | 78 +++++++++++++++++++++++++++------------ 2 files changed, 96 insertions(+), 23 deletions(-) create mode 100755 translation/pirarucu diff --git a/translation/pirarucu b/translation/pirarucu new file mode 100755 index 0000000..00ec5c9 --- /dev/null +++ b/translation/pirarucu @@ -0,0 +1,41 @@ +#!/bin/bash +# Copyright (C) 2014 Sean Donovan + +# 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. + +# Brazilian Portuguese + +## THIS WHOLE FILE NEEDS TO BE TRANSLATED, NO CURRENT TRANSLATION YET! ## + +# Common +export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) +export KITCHENUNDERLINE=$( echo "==============================" ) +export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) +export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) +export ANSWERYES=$( echo "yes" ) +export ANSWERY=$( echo "y" ) +export ANSWERNO=$( echo "no" ) +export ANSWERN=$( echo "n" ) + +# Kitchen +export KITCHENMAINMENU=$( echo "Main Menu:" ) +export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) +export KITCHENMENU3=$( echo " 3. Run Kitchen" ) +export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) +export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) +export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) +export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) +export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) +export KITCHENTOUGH=$( echo "tough!" ) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 13e884e..1940ffd 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -24,16 +24,18 @@ echo " 2. español" echo " 3. français" # German echo " 4. Deutsch" +# Brazilian Portuguese +echo " 5. Brazilian Portuguese" # Italian -echo " 5. italiano" +echo " 6. italiano" # Japanese -echo " 6. 日本の" +echo " 7. 日本の" # Korean -echo " 7. 한국의" -echo " 8. None of the above" +echo " 8. 한국의" +echo " 9. None of the above" read answer -if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "8" ]; then +if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "9" ]; then echo "" echo $notproperselection read -p $entertocontinue done @@ -71,8 +73,17 @@ if [ $answer == "4" ]; then echo $langsaved read -p "$entertocontinue" done fi - # Italian + +# Brazilian Portuguese if [ $answer == "5" ]; then + echo "ptbr" > $LOCAL/config/language + echo "" + echo $langsaved + read -p "$entertocontinue" done +fi + + # Italian +if [ $answer == "6" ]; then echo "it" > $LOCAL/config/language echo "" echo $langsaved @@ -80,7 +91,7 @@ if [ $answer == "5" ]; then fi # Japanese -if [ $answer == "6" ]; then +if [ $answer == "7" ]; then echo "ja" > $LOCAL/config/language echo "" echo $langsaved @@ -88,14 +99,14 @@ if [ $answer == "6" ]; then fi # Korean -if [ $answer == "7" ]; then +if [ $answer == "8" ]; then echo "ko" > $LOCAL/config/language echo "" echo $langsaved read -p "$entertocontinue" done fi -if [ $answer == "8" ]; then +if [ $answer == "9" ]; then clear echo "The Language You Want Is Not Supported!" @@ -162,6 +173,7 @@ elif ( echo $LANG | grep -q "es_" ); then initlang fi # French +## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## elif ( echo $LANG | grep -q "fr_" ); then langsaved=$( echo "Langue enregistré en tant que français" ) notproperselection=$( echo "Vous n'avez pas fait une sélection, essayez de nouveau!" ) @@ -171,11 +183,6 @@ elif ( echo $LANG | grep -q "fr_" ); then echo "Nous avons détecté que votre système est configuré en français" echo "Est-ce la façon dont vous voulez la cuisine rom soit?" - echo "" - echo "## Cela a été traduit en utilisant Google Translate ##" - echo "## S'il vous plaît me contacter pour me faire savoir si" - echo "c'était une bonne traduction ou pas ##" - read -p "oui/non?" answer if [ "$answer" == "oui" ] || [ "$answer" == "o" ]; then @@ -220,7 +227,36 @@ elif ( echo $LANG | grep -q "de_" ); then read -p "$entertocontinue" done initlang fi +# Brazilian Portuguese +## THIS NEEDS TO BE TRANSLATED, NO CURRENT TRANSLATION YET! ## +elif ( echo $LANG | grep -q "pt_BR" ); then + langsaved=$( echo "Language saved as Brazilian Portuguese" ) + notproperselection=$( echo "You did not make a proper selection, try again!" ) + entertocontinue=$( echo "Press Enter to continue: " ) + + clear + echo "We have detected that your system is set to Brazilian Portuguese" + echo "Is this how you want the rom kitchen to be?" + + read -p "yes/no?" answer + + if [ "$answer" == "yes" ] || [ "$answer" == "y" ]; then + echo "ptbr" > $LOCAL/config/language + echo "" + echo $langsaved + read -p "$entertocontinue" done + elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then + echo "" + echo "What language do you want to use instead?" + langselect + else + echo "" + echo $notproperselection + read -p "$entertocontinue" done + initlang + fi # Italian +## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## elif ( echo $LANG | grep -q "it_" ); then langsaved=$( echo "Lingua salvato come italiano" ) notproperselection=$( echo "Non hai fatto una selezione corretta, provare di nuovo!" ) @@ -230,11 +266,6 @@ elif ( echo $LANG | grep -q "it_" ); then echo "Abbiamo rilevato che il sistema è impostato su italiano" echo "È questo come si desidera la cucina rom di essere?" - echo "" - echo "## Questo è stato tradotto con Google Translate ##" - echo "## Vi prego di contattarmi per farmi sapere se" - echo "questa è stata una buona traduzione o no ##" - read -p "sì/no?" answer if [ "$answer" == "sì" ] || [ "$answer" == "si" ] || [ "$answer" == "s" ]; then @@ -253,6 +284,7 @@ elif ( echo $LANG | grep -q "it_" ); then initlang fi # Japanese +## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## elif ( echo $LANG | grep -q "ja_" ); then langsaved=$( echo "日本人として保存言語" ) notproperselection=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) @@ -262,10 +294,6 @@ elif ( echo $LANG | grep -q "ja_" ); then echo "私たちは、あなたのシステムが日本語に設定されていることを検出した" echo "これは、ROMのキッチンになりたい方法です?" - echo "" - echo "## これは、Googleが翻訳使用して翻訳されました ##" - echo "## これは良い翻訳したかどうか、私に知らせて、私に連絡してください ##" - read -p "はい/いいえ?" answer if [ "$answer" == "はい" ] || [ "$answer" == "h" ]; then @@ -284,6 +312,7 @@ elif ( echo $LANG | grep -q "ja_" ); then initlang fi # Korean +## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## elif ( echo $LANG | grep -q "ko_" ); then langsaved=$( echo "한국어로 저장 언어" ) notproperselection=$( echo "당신은 올바른 선택을하지 않았다, 다시 시도하십시오!" ) @@ -360,6 +389,9 @@ elif ( cat $LOCAL/config/language | grep -q "fr" ); then # German elif ( cat $LOCAL/config/language | grep -q "de" ); then . rabbitfish +# Brazilian Portuguese +elif ( cat $LOCAL/config/language | grep -q "ptbr" ); then + . pirarucu # Italian elif ( cat $LOCAL/config/language | grep -q "it" ); then . italianbleak From cd8ea2d0dc4e186446ba916005be65777ba8acd0 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 15:51:21 -0700 Subject: [PATCH 017/155] reposync: make it international! --- update/reposync | 88 ++++++++++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 45 deletions(-) diff --git a/update/reposync b/update/reposync index 7fcb399..1b420bd 100755 --- a/update/reposync +++ b/update/reposync @@ -82,25 +82,25 @@ if [ ! "$AUTO" ]; then echo $KITCHENTITLE echo $KITCHENUNDERLINE - echo "What are we updating?" - echo "If repo isn't initialized, it will be on update" - echo " 1. Install the repo command" - echo " 2. Setup the build enviroment" - echo " 3. Update the Kitchen app repository" - echo " 4. Update the Android Open Kang Project repository" - echo " 5. Update the Android Open Source Project 4.3 repository" - echo " 6. Update the Android Open Source Project 4.4 repository" - echo " 7. Update the Carbon repository" - echo " 8. Update the Cyanogenmod 10.2 repository" - echo " 9. Update the Cyanogenmod 11 repository" - echo " 10. Update the Evervolv repository" - echo " 11. Update the omnirom repository" - echo " 12. Update the PAC-man repository" - echo " 13. Update the ParanoidAndroid repository" - echo " 14. Update all available repositories" - echo " 15. Update all the repos!" - echo " 16. Update/add otherrepo" - echo " 17. Go Back" + echo $REPOSYNCMENUWHAT + echo $REPOSYNCMENUINIT + echo " 1. $REPOSYNCMENU1" + echo " 2. $REPOSYNCMENU2" + echo " 3. $REPOSYNCMENU3" + echo " 4. $REPOSYNCMENU4" + echo " 5. $REPOSYNCMENU5" + echo " 6. $REPOSYNCMENU6" + echo " 7. $REPOSYNCMENU7" + echo " 8. $REPOSYNCMENU8" + echo " 9. $REPOSYNCMENU9" + echo " 10. $REPOSYNCMENU10" + echo " 11. $REPOSYNCMENU11" + echo " 12. $REPOSYNCMENU12" + echo " 13. $REPOSYNCMENU13" + echo " 14. $REPOSYNCMENU14" + echo " 15. $REPOSYNCMENU15" + echo " 16. $REPOSYNCMENU16" + echo " 17. $MENUGOBACK" read setupanswer if [ ! "$setupanswer" ] || ( echo $setupanswer | grep -q [A-Za-z] ) || [ $setupanswer -gt "17" ]; then @@ -203,29 +203,29 @@ initmanifest="" echo "" if [ $setupanswer == "14" ] && ( ! find $REPO_FOLDER/.repo -maxdepth 1 &> /dev/null); then - echo "$repo_name not initialized, skipping" + echo "$repo_name $REPOSYNCNOTINITSKIP" elif ( find $REPO_FOLDER/.repo -maxdepth 1 &> /dev/null); then - echo "Updating $repo_name's manifest" + echo "$REPOSYNCUPDATING $repo_name$REPOSYNCBLAHSMANIFEST" initmanifest=true elif ( ! find $REPO_FOLDER/.repo -maxdepth 1 &> /dev/null); then if [ ! "$AUTO" ]; then if [ $setupanswer == "15" ]; then - echo "$repo_name not initialized, initializing now" + echo "$repo_name $REPOSYNCNOTINITYET" initmanifest=true else - echo "$repo_name not initialized, do you want to initialize it?" + echo "$repo_name $REPOSYNCNOTINITWANTTO" read init if [ "$init" == "yes" ] || [ "$init" == "y" ]; then - echo "initializing $repo_name" + echo "$REPOSYNCINIT $repo_name" initmanifest=true else - echo "$repo_name wasn't initialized" + echo "$repo_name $REPOSYNCNOTINIT" fi fi else if [ ! "$DELETEFOLDER" ]; then - echo "$repo_name not initialized, initializing now" + echo "$repo_name $REPOSYNCNOTINITYET" fi initmanifest=true @@ -236,11 +236,11 @@ fi if [ "$done" ]; then echo "" - echo "$repo_name Update Complete!" + echo "$repo_name $REPOSYNCCOMPLETE" if [ ! "$AUTO" ]; then echo "" - echo "Finished!" + echo $COMPLETEDMESSAGE read -p "$ENTERTOCONTINUE" done menu else @@ -267,7 +267,7 @@ if ( find $REPO_FOLDER/.repo -maxdepth 1 &> /dev/null); then preupdate echo "" - echo "Updating $repo_name repository" + echo "$REPOSYNCUPDATING $repo_name $REPOSYNCREPO" repo sync -n -j $NETWORKSYNC repo sync -l -j $LOCALSYNC @@ -280,11 +280,11 @@ fi if [ $setupanswer == "1" ]; then if ( type -a repo &> /dev/null ); then echo "" - echo "repo is already installed" - read -p "Press Enter to continue: " done + echo $REPOSYNCREPOALREADY + read -p "$ENTERTOCONTINUE" done else echo "" - echo "Installing the repo command" + echo "$REPOSYNCREPOINSTALL" if ( ! find ~/bin &> /dev/null ); then mkdir ~/bin @@ -294,7 +294,7 @@ if [ $setupanswer == "1" ]; then chmod a+x ~/bin/repo echo "" - echo "Finished!" + echo $COMPLETEDMESSAGE read -p "$ENTERTOCONTINUE" done fi fi @@ -432,32 +432,30 @@ if [ $setupanswer == "16" ]; then echo $KITCHENTITLE echo $KITCHENUNDERLINE - echo "Are we adding or updating otherrepo?" - echo "" - echo "Which android repository are we building from today?" - echo " 1. Add to custom repo folder" - echo " 2. Update all the custom repos" - echo " 3. Go Back" + echo $REPOSYNCADDOR + echo " 1. $REPOSYNCOTHERMENU1" + echo " 2. $REPOSYNCOTHERMENU2" + echo " 3. $MENUGOBACK" read otheranswer if [ ! "$otheranswer" ] || ( echo $otheranswer | grep -q [A-Za-z] ) || [ $otheranswer -gt "3" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi if [ $otheranswer == "1" ]; then - echo "What is the repo's name?" + echo $REPOSYNCOTHERREPONAME read manifestname - echo "What is a short name for this repo? Example: Android Open Source Project = aosp" + echo $REPOSYNCOTHERREPOSHORTNAME read manifestshortname - echo "What is the url to the repo's manifest?" + echo $REPOSYNCOTHERREPOURL read manifesturl - echo "What is the branch the repo's manifest you want to use?" + echo $REPOSYNCOTHERREPOBRANCH read manifestbranch export SCRIPT_REPO=$(echo $manifestshortname) From 452a1af9327ef569ce930262d725a1b115e2dec7 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 15:52:15 -0700 Subject: [PATCH 018/155] mahimahi: Update Common, Add Repos and Reposync --- translation/mahimahi | 80 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 67 insertions(+), 13 deletions(-) diff --git a/translation/mahimahi b/translation/mahimahi index 4992070..4bad200 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -15,18 +15,33 @@ # English -# Common +## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) +export MENUGOBACK=$( echo "Go Back" ) export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) export ANSWERYES=$( echo "yes" ) export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) -# Kitchen +## Repos +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) + +## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) @@ -46,17 +61,17 @@ export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit progra export REPOSYNCFLAGH=$( echo "show this help text" ) export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) export REPOSYNCFLAGU=$( echo "update this particular repo" ) -export REPOSYNCUPDATE1=$( echo "Update Kitchen" ) -export REPOSYNCUPDATE2=$( echo "Update Android Open Kang Project" ) -export REPOSYNCUPDATE3=$( echo "Update Android Open Source Project 4.3" ) -export REPOSYNCUPDATE4=$( echo "Update Android Open Source Project 4.4" ) -export REPOSYNCUPDATE5=$( echo "Update Carbon" ) -export REPOSYNCUPDATE6=$( echo "Update Cyanogenmod 10.2" ) -export REPOSYNCUPDATE7=$( echo "Update Cyanogenmod 11" ) -export REPOSYNCUPDATE8=$( echo "Update Evervolv" ) -export REPOSYNCUPDATE9=$( echo "Update omnirom" ) -export REPOSYNCUPDATE10=$( echo "Update PAC-man" ) -export REPOSYNCUPDATE11=$( echo "Update ParanoidAndroid" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) export REPOSYNCUPDATE12=$( echo "Update all available repos" ) export REPOSYNCUPDATE13=$( echo "Update all the repos" ) export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) @@ -64,4 +79,43 @@ export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) # Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) From 4959c104365035130495a28eed76ed95d1c9e299 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 18:01:51 -0700 Subject: [PATCH 019/155] All non-english: Update Common, Add Repos and Reposync, NOT TRANSLATED --- translation/bluefintuna | 94 +++++++++++++++++++++++++++++++++++- translation/europeanpilchard | 94 +++++++++++++++++++++++++++++++++++- translation/italianbleak | 94 +++++++++++++++++++++++++++++++++++- translation/koreanlamprey | 94 +++++++++++++++++++++++++++++++++++- translation/pirarucu | 86 ++++++++++++++++++++++++++++++++- translation/rabbitfish | 94 +++++++++++++++++++++++++++++++++++- translation/spanishmackerel | 94 +++++++++++++++++++++++++++++++++++- 7 files changed, 636 insertions(+), 14 deletions(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index 9f9d718..1c4d962 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -17,17 +17,39 @@ ## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -# Common +## Common export KITCHENTITLE=$( echo "Swordrune10のアンドロイドキッチン!" ) export KITCHENUNDERLINE=$( echo "===================================" ) +## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "Go Back" ) +## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) export ENTERTOCONTINUE=$( echo "Enterキーを押して続行します: " ) +## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "はい" ) export ANSWERY=$( echo "h" ) export ANSWERNO=$( echo "いいえ" ) export ANSWERN=$( echo "ī" ) -# Kitchen +## Repos +## NEEDS TO BE TRANSLATED! ## +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) +## NEEDS TO BE TRANSLATED! ## + +## Kitchen export KITCHENMAINMENU=$( echo "メインメニュー:" ) export KITCHENMENU1=$( echo " 1. セットアップ/更新キッチン" ) export KITCHENMENU2=$( echo " 2. を構成キッチン" ) @@ -39,3 +61,71 @@ export KITCHENMENUWHICH=$( echo "あなたはどちらが必要ですか?" ) export KITCHENTHANKS=$( echo "Swordrune10のキッチンをご利用いただきありがとうございます!さよなら.." ) export KITCHENBORED=$( echo "あなたは退屈に見える..たくは映画を見る?" ) export KITCHENTOUGH=$( echo "タフ!" ) + +## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 0d83c54..e19b005 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -17,17 +17,39 @@ ## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -# Common +## Common export KITCHENTITLE=$( echo "Cuisine Androïde de Swordrune10!" ) export KITCHENUNDERLINE=$( echo "================================" ) +## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "Go Back" ) +## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "Vous n'avez pas fait une sélection, essayez de nouveau!" ) export ENTERTOCONTINUE=$( echo "Appuyez sur Entrée pour continuer: " ) +## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "oui" ) export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "non" ) export ANSWERN=$( echo "n" ) -# Kitchen +## Repos +## NEEDS TO BE TRANSLATED! ## +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) +## NEEDS TO BE TRANSLATED! ## + +## Kitchen export KITCHENMAINMENU=$( echo "Menu principal:" ) export KITCHENMENU1=$( echo " 1. Configuration/mise à jour de cuisine" ) export KITCHENMENU2=$( echo " 2. Configurer Cuisine" ) @@ -39,3 +61,71 @@ export KITCHENMENUWHICH=$( echo "Lequel voulez-vous faire?" ) export KITCHENTHANKS=$( echo "Merci d'utiliser la cuisine de Swordrune10! Au revoir.." ) export KITCHENBORED=$( echo "Vous semblez s'ennuyer.. veux regarder un film?" ) export KITCHENTOUGH=$( echo "dur!" ) + +## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) diff --git a/translation/italianbleak b/translation/italianbleak index ce652a1..6a281af 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -17,17 +17,39 @@ ## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -# Common +## Common export KITCHENTITLE=$( echo "Swordrune10 di Androide Cucina!" ) export KITCHENUNDERLINE=$( echo "===============================" ) +## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "Go Back" ) +## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "Non hai fatto una selezione corretta, provare di nuovo!" ) export ENTERTOCONTINUE=$( echo "Premere Invio per continuare: " ) +## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "sì" ) export ANSWERY=$( echo "s" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) -# Kitchen +## Repos +## NEEDS TO BE TRANSLATED! ## +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) +## NEEDS TO BE TRANSLATED! ## + +## Kitchen export KITCHENMAINMENU=$( echo "Menu principale:" ) export KITCHENMENU1=$( echo " 1. Installazione/Aggiornamento Cucina" ) export KITCHENMENU2=$( echo " 2. Configura Cucina" ) @@ -39,3 +61,71 @@ export KITCHENMENUWHICH=$( echo "Quale vorresti fare?" ) export KITCHENTHANKS=$( echo "Grazie per aver scelto di Swordrune10 Cucina! Addio.." ) export KITCHENBORED=$( echo "Lei sembra annoiato.. Vuoi guardare un film?" ) export KITCHENTOUGH=$( echo "dura!" ) + +## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index a56627b..c035bc0 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -17,17 +17,39 @@ ## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -# Common +## Common export KITCHENTITLE=$( echo "Swordrune10의 안드로이드 주방!" ) export KITCHENUNDERLINE=$( echo "==============================" ) +## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "Go Back" ) +## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "당신은 올바른 선택을하지 않았다, 다시 시도하십시오!" ) export ENTERTOCONTINUE=$( echo "계속하려면 Enter 키를 누르십시오: " ) +## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "예" ) export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "아니오" ) export ANSWERN=$( echo "a" ) -# Kitchen +## Repos +## NEEDS TO BE TRANSLATED! ## +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) +## NEEDS TO BE TRANSLATED! ## + +## Kitchen export KITCHENMAINMENU=$( echo "주 메뉴:" ) export KITCHENMENU1=$( echo " 1. 설치/업데이트 주방" ) export KITCHENMENU2=$( echo " 2. 구성 주방" ) @@ -39,3 +61,71 @@ export KITCHENMENUWHICH=$( echo "당신은 어느 쪽을하기를 원하십니 export KITCHENTHANKS=$( echo "Swordrune10의 부엌을 사용하여 주셔서 감사합니다! 안녕.." ) export KITCHENBORED=$( echo "당신은 지루해 보인다.. 싶어 영화를 보는?" ) export KITCHENTOUGH=$( echo "힘든!" ) + +## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) diff --git a/translation/pirarucu b/translation/pirarucu index 00ec5c9..96614f0 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -17,17 +17,33 @@ ## THIS WHOLE FILE NEEDS TO BE TRANSLATED, NO CURRENT TRANSLATION YET! ## -# Common +## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) +export MENUGOBACK=$( echo "Go Back" ) export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) export ANSWERYES=$( echo "yes" ) export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) -# Kitchen +## Repos +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) + +## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) @@ -39,3 +55,69 @@ export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) export KITCHENTOUGH=$( echo "tough!" ) + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) diff --git a/translation/rabbitfish b/translation/rabbitfish index 6f43548..bdf9bce 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -15,17 +15,39 @@ # German -# Common +## Common export KITCHENTITLE=$( echo "Swordrune10 Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "===========================" ) +## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "Go Back" ) +## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "Sie haben keine gültige Option gewählt, versuchen Sie es erneut!" ) export ENTERTOCONTINUE=$( echo "Drücken Sie die Eingabetaste, um fortzufahren: " ) +## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "ja" ) export ANSWERY=$( echo "j" ) export ANSWERNO=$( echo "nein" ) export ANSWERN=$( echo "n" ) -# Kitchen +## Repos +## NEEDS TO BE TRANSLATED! ## +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) +## NEEDS TO BE TRANSLATED! ## + +## Kitchen export KITCHENMAINMENU=$( echo "Hauptmenü:" ) export KITCHENMENU1=$( echo " 1. Kitchen Einrichten / aktualisieren" ) export KITCHENMENU2=$( echo " 2. Kitchen Konfigurieren" ) @@ -37,3 +59,71 @@ export KITCHENMENUWHICH=$( echo "Was möchten Sie tun?" ) export KITCHENTHANKS=$( echo "Wir danken für die Nutzung des Swordrune10 Kitchen! Auf Wiedersehen.." ) export KITCHENBORED=$( echo "Sie scheinen gelangweilt .. möchten Sie einen Film schauen?" ) export KITCHENTOUGH=$( echo "super!" ) + +## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 3561981..a3a0e20 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -15,17 +15,39 @@ # Spanish -# Common +## Common export KITCHENTITLE=$( echo " Cocina Android De Swordrune10!" ) export KITCHENUNDERLINE=$( echo "==============================" ) +## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "Go Back" ) +## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "No hiciste la selección adecuada, vuelve a intentarlo!" ) export ENTERTOCONTINUE=$( echo "Pulse Intro para continuar: " ) +## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "sí" ) export ANSWERY=$( echo "s" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) -# Kitchen +## Repos +## NEEDS TO BE TRANSLATED! ## +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) +## NEEDS TO BE TRANSLATED! ## + +## Kitchen export KITCHENMAINMENU=$( echo "Menú Principal:" ) export KITCHENMENU1=$( echo " 1. Configuración/Actualizar Cocina" ) export KITCHENMENU2=$( echo " 2. Configurar Cocina" ) @@ -37,3 +59,71 @@ export KITCHENMENUWHICH=$( echo "¿Cuál quieres hacer?" ) export KITCHENTHANKS=$( echo "Gracias por utilizar la cocina de Swordrune10! Adiós.." ) export KITCHENBORED=$( echo "Pareces aburrido .. ¿Quieres ver una película?" ) export KITCHENTOUGH=$( echo "Complicado!" ) + +## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) From 98d9176ec8c7ba3a02670effdf6db206d3f6c401 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 18:37:01 -0700 Subject: [PATCH 020/155] mahimahi: fix misspelling --- translation/mahimahi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/mahimahi b/translation/mahimahi index 4bad200..26df091 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -82,7 +82,7 @@ export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU2=$( echo "Setup the build environment" ) export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) From 879ebda7cdd84ebdac9dee03c0adf31de83c6409 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 19:13:15 -0700 Subject: [PATCH 021/155] bluefintuna: google translate reposync and stuff --- translation/bluefintuna | 130 +++++++++++++++++++--------------------- 1 file changed, 61 insertions(+), 69 deletions(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index 1c4d962..a047863 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -20,23 +20,18 @@ ## Common export KITCHENTITLE=$( echo "Swordrune10のアンドロイドキッチン!" ) export KITCHENUNDERLINE=$( echo "===================================" ) -## NEEDS TO BE TRANSLATED! ## -export MENUGOBACK=$( echo "Go Back" ) -## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "戻る" ) export NOTPROPERSELECTION=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) export ENTERTOCONTINUE=$( echo "Enterキーを押して続行します: " ) -## NEEDS TO BE TRANSLATED! ## -export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) -export COMPLETEDMESSAGE=$( echo "Finished!" ) -## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "メインメニューに戻ると、Enterキーを押して続行します: " ) +export COMPLETEDMESSAGE=$( echo "完成!" ) export ANSWERYES=$( echo "はい" ) export ANSWERY=$( echo "h" ) export ANSWERNO=$( echo "いいえ" ) export ANSWERN=$( echo "ī" ) ## Repos -## NEEDS TO BE TRANSLATED! ## -export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSKITCHEN=$( echo "キッチンアプリ" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) @@ -47,7 +42,6 @@ export REPOSEV=$( echo "Evervolv" ) export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) -## NEEDS TO BE TRANSLATED! ## ## Kitchen export KITCHENMAINMENU=$( echo "メインメニュー:" ) @@ -62,70 +56,68 @@ export KITCHENTHANKS=$( echo "Swordrune10のキッチンをご利用いただき export KITCHENBORED=$( echo "あなたは退屈に見える..たくは映画を見る?" ) export KITCHENTOUGH=$( echo "タフ!" ) -## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## - ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) -export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) -export REPOSYNCFLAGH=$( echo "show this help text" ) -export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) -export REPOSYNCFLAGU=$( echo "update this particular repo" ) -export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) -export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) -export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) -export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) -export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) -export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) -export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) -export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) -export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) -export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) -export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "Update all available repos" ) -export REPOSYNCUPDATE13=$( echo "Update all the repos" ) -export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) -export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) +export REPOSYNCUSAGE=$( echo "レポ -- Androidのレポを初期化し、更新するためのプログラム" ) +export REPOSYNCFLAGD=$( echo "適切なフォルダ、その後出口プログラムを削除" ) +export REPOSYNCFLAGH=$( echo "このヘルプテキストを表示" ) +export REPOSYNCFLAGP=$( echo "その後、パージフォルダ、再初期化、および更新" ) +export REPOSYNCFLAGU=$( echo "この特定のレポを更新" ) +export REPOSYNCUPDATE1=$( echo "アップデート $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "アップデート $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "アップデート $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "アップデート $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "アップデート $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "アップデート $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "アップデート $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "アップデート $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "アップデート $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "アップデート $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "アップデート $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "使用可能なすべてのリポジトリを更新する" ) +export REPOSYNCUPDATE13=$( echo "すべてのリポジトリを更新する" ) +export REPOSYNCUSAGEEXAMP=$( echo "例: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "タイピング \"reposync -u list\" 与える" ) +export REPOSYNCUSAGELIST2=$( echo "もしオプションリストを再び" ) # Menu -export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) -export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) -export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) -export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) -export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) -export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) -export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) -export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) -export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) -export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) -export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) -export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) -export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) -export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) -export REPOSYNCMENU14=$( echo "Update all available repositories" ) -export REPOSYNCMENU15=$( echo "Update all the repos!" ) -export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "私たちは何を更新している?" ) +export REPOSYNCMENUINIT=$( echo "レポが初期化されていない場合には、更新時になり" ) +export REPOSYNCMENU1=$( echo "レポコマンドをインストール" ) +export REPOSYNCMENU2=$( echo "設定ビルド環境" ) +export REPOSYNCMENU3=$( echo "更新 $REPOSKITCHEN 倉庫" ) +export REPOSYNCMENU4=$( echo "更新 $REPOSAOKP 倉庫" ) +export REPOSYNCMENU5=$( echo "更新 $REPOSAOSP43 倉庫" ) +export REPOSYNCMENU6=$( echo "更新 $REPOSAOSP 倉庫" ) +export REPOSYNCMENU7=$( echo "更新 $REPOSCARBON 倉庫" ) +export REPOSYNCMENU8=$( echo "更新 $REPOSCM10 倉庫" ) +export REPOSYNCMENU9=$( echo "更新 $REPOSCM 倉庫" ) +export REPOSYNCMENU10=$( echo "更新 $REPOSEV 倉庫" ) +export REPOSYNCMENU11=$( echo "更新 $REPOSOMNI 倉庫" ) +export REPOSYNCMENU12=$( echo "更新 $REPOSPACMAN 倉庫" ) +export REPOSYNCMENU13=$( echo "更新 $REPOSPARA 倉庫" ) +export REPOSYNCMENU14=$( echo "使用可能なすべてのリポジトリを更新する" ) +export REPOSYNCMENU15=$( echo "すべてのリポジトリを更新!" ) +export REPOSYNCMENU16=$( echo "アップデート/ otherrepo追加" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) -export REPOSYNCUPDATING=$( echo "Updating" ) -export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) -export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) -export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) -export REPOSYNCINIT=$( echo "initializing" ) -export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) -export REPOSYNCREPO=$( echo "repository" ) -export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) -export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) -export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +export REPOSYNCNOTINITSKIP=$( echo "スキップ、初期化されていません" ) +export REPOSYNCUPDATING=$( echo "更新" ) +export REPOSYNCBLAHSMANIFEST=$( echo "のマニフェスト" ) +export REPOSYNCNOTINITYET=$( echo "今初期化し、初期化されていません" ) +export REPOSYNCNOTINITWANTTO=$( echo "初期化されていない、あなたはそれを初期化したいのですか?" ) +export REPOSYNCINIT=$( echo "初期化" ) +export REPOSYNCNOTINIT=$( echo "初期化されませんでした" ) +export REPOSYNCREPO=$( echo "倉庫" ) +export REPOSYNCREPOALREADY=$( echo "レポコマンドが既にインストールされています" ) +export REPOSYNCREPOINSTALL=$( echo "レポコマンドのインストール" ) +export REPOSYNCCOMPLETE=$( echo "完全な更新!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) -export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) -export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +export REPOSYNCADDOR=$( echo "我々は、追加またはotherrepo更新している?" ) +export REPOSYNCOTHERMENU1=$( echo "カスタムレポフォルダに追加" ) +export REPOSYNCOTHERMENU2=$( echo "すべてのカスタムリポジトリを更新" ) +export REPOSYNCOTHERREPONAME=$( echo "レポの名前は何ですか?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "このレポの短い名前は何ですか?例: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "レポのマニフェストへのURLとは何ですか?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "使用したいブランチレポのマニフェストとは何ですか?" ) From 29ef2a5ee9c8453df44cb5e0245f6414b874f5ea Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 20:08:09 -0700 Subject: [PATCH 022/155] reposync: hopefully fix usage --- update/reposync | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update/reposync b/update/reposync index 1b420bd..2df2d87 100755 --- a/update/reposync +++ b/update/reposync @@ -15,6 +15,9 @@ if [ ! "$INIT" ]; then +cd $(dirname $0) +../utility/retardedbabelfish + usage="$(basename "$0") [-d] [-h] [-p] [-u] $REPOSYNCUSAGE where: From f47ebcbfd3adb64a73faef968be1c6d2c467fca4 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 20:33:20 -0700 Subject: [PATCH 023/155] retardedbabelfish: express local variable if no init --- utility/retardedbabelfish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 1940ffd..b393c88 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -373,6 +373,10 @@ fi } +if [ ! "$INIT" ]; then + export LOCAL=$( cd $(dirname $0) && cd .. && pwd ) +fi + if ( ! find $LOCAL/config/language &> /dev/null ); then initlang fi From 74da247301ba561db5ccbcec1f0c17d29e28294b Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 20:42:41 -0700 Subject: [PATCH 024/155] fix translation file execute when theres no init --- utility/retardedbabelfish | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index b393c88..063bb71 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -383,28 +383,28 @@ fi # English if ( cat $LOCAL/config/language | grep -q "en" ); then - . mahimahi + . $LOCAL/translation/mahimahi # Spanish elif ( cat $LOCAL/config/language | grep -q "es" ); then - . spanishmackerel + . $LOCAL/translation/spanishmackerel # French elif ( cat $LOCAL/config/language | grep -q "fr" ); then - . europeanpilchard + . $LOCAL/translation/europeanpilchard # German elif ( cat $LOCAL/config/language | grep -q "de" ); then - . rabbitfish + . $LOCAL/translation/rabbitfish # Brazilian Portuguese elif ( cat $LOCAL/config/language | grep -q "ptbr" ); then - . pirarucu + . $LOCAL/translation/pirarucu # Italian elif ( cat $LOCAL/config/language | grep -q "it" ); then - . italianbleak + . $LOCAL/translation/italianbleak # Japanese elif ( cat $LOCAL/config/language | grep -q "ja" ); then - . bluefintuna + . $LOCAL/translation/bluefintuna # Korean elif ( cat $LOCAL/config/language | grep -q "ko" ); then - . koreanlamprey + . $LOCAL/translation/koreanlamprey else clear From a9ee1b79a67b9a9e6f5e10b626ec66ab0f327498 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 20:45:42 -0700 Subject: [PATCH 025/155] reposync: have retardedbabelfish execute inline --- update/reposync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/reposync b/update/reposync index 2df2d87..c4524c5 100755 --- a/update/reposync +++ b/update/reposync @@ -16,7 +16,7 @@ if [ ! "$INIT" ]; then cd $(dirname $0) -../utility/retardedbabelfish +. ../utility/retardedbabelfish usage="$(basename "$0") [-d] [-h] [-p] [-u] $REPOSYNCUSAGE From 28cb0f04cecc6df75956df53775718964966f9b2 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 16 Jan 2014 20:47:32 -0700 Subject: [PATCH 026/155] europeanpilchard: halfly translated, not finished --- translation/europeanpilchard | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index e19b005..4fff391 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -20,23 +20,18 @@ ## Common export KITCHENTITLE=$( echo "Cuisine Androïde de Swordrune10!" ) export KITCHENUNDERLINE=$( echo "================================" ) -## NEEDS TO BE TRANSLATED! ## -export MENUGOBACK=$( echo "Go Back" ) -## NEEDS TO BE TRANSLATED! ## +export MENUGOBACK=$( echo "Retour" ) export NOTPROPERSELECTION=$( echo "Vous n'avez pas fait une sélection, essayez de nouveau!" ) export ENTERTOCONTINUE=$( echo "Appuyez sur Entrée pour continuer: " ) -## NEEDS TO BE TRANSLATED! ## -export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) -export COMPLETEDMESSAGE=$( echo "Finished!" ) -## NEEDS TO BE TRANSLATED! ## +export MAINMENURETURN=$( echo "Revenir au menu principal, appuyez sur Entrée pour continuer: " ) +export COMPLETEDMESSAGE=$( echo "Fini!" ) export ANSWERYES=$( echo "oui" ) export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "non" ) export ANSWERN=$( echo "n" ) ## Repos -## NEEDS TO BE TRANSLATED! ## -export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSKITCHEN=$( echo "L'application de la cuisine" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) @@ -47,7 +42,6 @@ export REPOSEV=$( echo "Evervolv" ) export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) -## NEEDS TO BE TRANSLATED! ## ## Kitchen export KITCHENMAINMENU=$( echo "Menu principal:" ) @@ -62,8 +56,6 @@ export KITCHENTHANKS=$( echo "Merci d'utiliser la cuisine de Swordrune10! Au rev export KITCHENBORED=$( echo "Vous semblez s'ennuyer.. veux regarder un film?" ) export KITCHENTOUGH=$( echo "dur!" ) -## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## - ## Reposync # Usage and Flags export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) From fb4c7b14de67f9059b69ffe97797f33ab99d25b6 Mon Sep 17 00:00:00 2001 From: Samuel Pantoja Date: Fri, 17 Jan 2014 02:18:30 -0200 Subject: [PATCH 027/155] Update pirarucu --- translation/pirarucu | 126 +++++++++++++++++++++---------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/translation/pirarucu b/translation/pirarucu index 96614f0..3545834 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -15,19 +15,19 @@ # Brazilian Portuguese -## THIS WHOLE FILE NEEDS TO BE TRANSLATED, NO CURRENT TRANSLATION YET! ## +## V1.0 Translated by: Doublepranks ## ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) -export MENUGOBACK=$( echo "Go Back" ) -export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) -export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) -export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) -export COMPLETEDMESSAGE=$( echo "Finished!" ) -export ANSWERYES=$( echo "yes" ) -export ANSWERY=$( echo "y" ) -export ANSWERNO=$( echo "no" ) +export MENUGOBACK=$( echo "Voltar" ) +export NOTPROPERSELECTION=$( echo "Comando invalido, tente novamente!" ) +export ENTERTOCONTINUE=$( echo "Pressione enter para continuar: " ) +export MAINMENURETURN=$( echo "Retornando ao menu principal, pressione enter para continuar: " ) +export COMPLETEDMESSAGE=$( echo "Concluido!" ) +export ANSWERYES=$( echo "Sim" ) +export ANSWERY=$( echo "s" ) +export ANSWERNO=$( echo "Nao" ) export ANSWERN=$( echo "n" ) ## Repos @@ -44,25 +44,25 @@ export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) ## Kitchen -export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) -export KITCHENMENU3=$( echo " 3. Run Kitchen" ) -export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) -export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) -export KITCHENMENU6=$( echo " 6. Exit" ) -export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) -export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) -export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) -export KITCHENTOUGH=$( echo "tough!" ) +export KITCHENMAINMENU=$( echo "Menu principal:" ) +export KITCHENMENU1=$( echo " 1. Abrir novo/Atualizar Kitchen" ) +export KITCHENMENU2=$( echo " 2. Configurar Kitchen" ) +export KITCHENMENU3=$( echo " 3. Iniciar Kitchen" ) +export KITCHENMENU4=$( echo " 4. Reparar Kitchen" ) +export KITCHENMENU5=$( echo " 5. Auto criar Kitchen" ) +export KITCHENMENU6=$( echo " 6. Sair" ) +export KITCHENMENUWHICH=$( echo "Selecione uma opção para continuar" ) +export KITCHENTHANKS=$( echo "Volte sempre ;-)" ) +export KITCHENBORED=$( echo "Voce parece intediado.. quer assistir um filme?" ) +export KITCHENTOUGH=$( echo "ops! Tarde demais..." ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) -export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCUSAGE=$( echo "repo -- Usado para iniciar/atualizar um repositorio" ) +export REPOSYNCFLAGD=$( echo "deleta o diretorio alvo e encerra o programa" ) export REPOSYNCFLAGH=$( echo "show this help text" ) export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) -export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCFLAGU=$( echo "atualiza o repositorio selecionado repo" ) export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) @@ -74,50 +74,50 @@ export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "Update all available repos" ) -export REPOSYNCUPDATE13=$( echo "Update all the repos" ) -export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) -export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) +export REPOSYNCUPDATE12=$( echo "Atualiza todos os repositorios disponiveis" ) +export REPOSYNCUPDATE13=$( echo "Atualiza todos os repositorios" ) +export REPOSYNCUSAGEEXAMP=$( echo "Exemplo: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "Digitar \"reposync -u list\" mostra" ) +export REPOSYNCUSAGELIST2=$( echo "o menu de opção" ) # Menu -export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) -export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) -export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) -export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) -export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) -export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) -export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) -export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) -export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) -export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) -export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) -export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) -export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) -export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) -export REPOSYNCMENU14=$( echo "Update all available repositories" ) -export REPOSYNCMENU15=$( echo "Update all the repos!" ) -export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "O que vamos atualizar?" ) +export REPOSYNCMENUINIT=$( echo "repo sera iniciado durante a atualizacao" ) +export REPOSYNCMENU1=$( echo "instalar software repo" ) +export REPOSYNCMENU2=$( echo "iniciar ambiente de criacao" ) +export REPOSYNCMENU3=$( echo "Atualizar $REPOSKITCHEN" ) +export REPOSYNCMENU4=$( echo "Atualizar $REPOSAOKP" ) +export REPOSYNCMENU5=$( echo "Atualizar $REPOSAOSP43" ) +export REPOSYNCMENU6=$( echo "Atualizar $REPOSAOSP" ) +export REPOSYNCMENU7=$( echo "Atualizar $REPOSCARBON" ) +export REPOSYNCMENU8=$( echo "Atualizar $REPOSCM10" ) +export REPOSYNCMENU9=$( echo "Atualizar $REPOSCM" ) +export REPOSYNCMENU10=$( echo "Atualizar $REPOSEV" ) +export REPOSYNCMENU11=$( echo "Atualizar $REPOSOMNI" ) +export REPOSYNCMENU12=$( echo "Atualizar $REPOSPACMAN" ) +export REPOSYNCMENU13=$( echo "Atualizar $REPOSPARA" ) +export REPOSYNCMENU14=$( echo "Atualizar repositorios disponiveis" ) +export REPOSYNCMENU15=$( echo "Atualizar todos!" ) +export REPOSYNCMENU16=$( echo "Atualizar/adicionar outro" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) -export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCNOTINITSKIP=$( echo "Nao iciado, ignorando" ) +export REPOSYNCUPDATING=$( echo "Atualizando" ) export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) -export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) -export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) -export REPOSYNCINIT=$( echo "initializing" ) -export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) -export REPOSYNCREPO=$( echo "repository" ) -export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) -export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) -export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +export REPOSYNCNOTINITYET=$( echo "Nao inicializado, iniciando" ) +export REPOSYNCNOTINITWANTTO=$( echo "Nao inicializado, iniciar?" ) +export REPOSYNCINIT=$( echo "inicializando" ) +export REPOSYNCNOTINIT=$( echo "Nao estava inicializado" ) +export REPOSYNCREPO=$( echo "repositorio" ) +export REPOSYNCREPOALREADY=$( echo "software repo ja existente" ) +export REPOSYNCREPOINSTALL=$( echo "instalando o software repo" ) +export REPOSYNCCOMPLETE=$( echo "Atualizacao concluida!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) -export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) -export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +export REPOSYNCADDOR=$( echo "Adicionar/atualizar outro repositorio?" ) +export REPOSYNCOTHERMENU1=$( echo "Adicionar a um diretorio pessoal" ) +export REPOSYNCOTHERMENU2=$( echo "Atualizar todos os repositorios pessoais" ) +export REPOSYNCOTHERREPONAME=$( echo "Qual o nome do repositorio?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "Adicione um codenome ao repositorio? Exemplo: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "URL do arquivo manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "A qual branch o repositorio deve ser atrelado?" ) From 435daf9b74af8f3b03cef60fbf209638f36a106c Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Fri, 17 Jan 2014 12:25:55 -0700 Subject: [PATCH 028/155] TRANSLATORS.mkdn: Add Brazilian Portuguese and Add file names for each language --- TRANSLATORS.mkdn | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/TRANSLATORS.mkdn b/TRANSLATORS.mkdn index 2992ec3..03a38f5 100644 --- a/TRANSLATORS.mkdn +++ b/TRANSLATORS.mkdn @@ -1,8 +1,9 @@ Translators: ------------ -* __French:__ -* __German:__ Zanooda -* __Italian:__ -* __Japanese:__ -* __Korean:__ -* __Spanish:__ japoina92 +* __Brazilian Portuguese (pirarucu):__ Doublepranks +* __French (europeanpilchard):__ +* __German (rabbitfish):__ Zanooda +* __Italian (italianbleak):__ +* __Japanese (bluefintuna):__ +* __Korean (koreanlamprey):__ +* __Spanish (spanishmackerel):__ japoina92 From 0a26fbca6a3ee6dc674bd7a477dd8fcd86868144 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Fri, 17 Jan 2014 13:38:44 -0700 Subject: [PATCH 029/155] europeanpilchard: finished translations from last patch --- translation/europeanpilchard | 114 +++++++++++++++++------------------ 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 4fff391..caeefd5 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -58,66 +58,66 @@ export KITCHENTOUGH=$( echo "dur!" ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) -export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) -export REPOSYNCFLAGH=$( echo "show this help text" ) -export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) -export REPOSYNCFLAGU=$( echo "update this particular repo" ) -export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) -export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) -export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) -export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) -export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) -export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) -export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) -export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) -export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) -export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) -export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "Update all available repos" ) -export REPOSYNCUPDATE13=$( echo "Update all the repos" ) -export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) -export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) +export REPOSYNCUSAGE=$( echo "repo -- programme pour initialiser / mise à jour android repos" ) +export REPOSYNCFLAGD=$( echo "supprimer le dossier approprié, puis programme de sortie" ) +export REPOSYNCFLAGH=$( echo "montrer ce texte d'aide" ) +export REPOSYNCFLAGP=$( echo "dossier de purge, reinit, et ensuite mettre à jour" ) +export REPOSYNCFLAGU=$( echo "mettre à jour cette repo particulier" ) +export REPOSYNCUPDATE1=$( echo "Mettre à jour $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Mettre à jour $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Mettre à jour $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Mettre à jour $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Mettre à jour $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Mettre à jour $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Mettre à jour $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Mettre à jour $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Mettre à jour $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Mettre à jour $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Mettre à jour $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Mettre à jour toutes les pensions disponibles" ) +export REPOSYNCUPDATE13=$( echo "Mettre à jour toutes les pensions" ) +export REPOSYNCUSAGEEXAMP=$( echo "Exemple: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "dactylographie \"reposync -u list\" donnera" ) +export REPOSYNCUSAGELIST2=$( echo "vous la liste des options à nouveau" ) # Menu -export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) -export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) -export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) -export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) -export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) -export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) -export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) -export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) -export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) -export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) -export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) -export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) -export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) -export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) -export REPOSYNCMENU14=$( echo "Update all available repositories" ) -export REPOSYNCMENU15=$( echo "Update all the repos!" ) -export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "Que faisons-nous à jour?" ) +export REPOSYNCMENUINIT=$( echo "Si repo n'est pas initialisé, il sera sur la mise à jour" ) +export REPOSYNCMENU1=$( echo "Installez la commande de mise en pension" ) +export REPOSYNCMENU2=$( echo "Configuration de l'environnement de compilation" ) +export REPOSYNCMENU3=$( echo "Mettre à jour le $REPOSKITCHEN dépôt" ) +export REPOSYNCMENU4=$( echo "Mettre à jour le $REPOSAOKP dépôt" ) +export REPOSYNCMENU5=$( echo "Mettre à jour le $REPOSAOSP43 dépôt" ) +export REPOSYNCMENU6=$( echo "Mettre à jour le $REPOSAOSP dépôt" ) +export REPOSYNCMENU7=$( echo "Mettre à jour le $REPOSCARBON dépôt" ) +export REPOSYNCMENU8=$( echo "Mettre à jour le $REPOSCM10 dépôt" ) +export REPOSYNCMENU9=$( echo "Mettre à jour le $REPOSCM dépôt" ) +export REPOSYNCMENU10=$( echo "Mettre à jour le $REPOSEV dépôt" ) +export REPOSYNCMENU11=$( echo "Mettre à jour le $REPOSOMNI dépôt" ) +export REPOSYNCMENU12=$( echo "Mettre à jour le $REPOSPACMAN dépôt" ) +export REPOSYNCMENU13=$( echo "Mettre à jour le $REPOSPARA dépôt" ) +export REPOSYNCMENU14=$( echo "Mettre à jour tous les référentiels disponibles" ) +export REPOSYNCMENU15=$( echo "Mettre à jour toutes les pensions!" ) +export REPOSYNCMENU16=$( echo "Mise à jour/ajouter otherrepo" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) -export REPOSYNCUPDATING=$( echo "Updating" ) -export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) -export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) -export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) -export REPOSYNCINIT=$( echo "initializing" ) -export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) -export REPOSYNCREPO=$( echo "repository" ) -export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) -export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) -export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +export REPOSYNCNOTINITSKIP=$( echo "pas initialisé, sauter" ) +export REPOSYNCUPDATING=$( echo "réactualisation" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifeste" ) +export REPOSYNCNOTINITYET=$( echo "pas initialisé, l'initialisation maintenant" ) +export REPOSYNCNOTINITWANTTO=$( echo "pas initialisé, voulez-vous l'initialiser?" ) +export REPOSYNCINIT=$( echo "initialiser" ) +export REPOSYNCNOTINIT=$( echo "n'a pas été initialisé" ) +export REPOSYNCREPO=$( echo "dépôt" ) +export REPOSYNCREPOALREADY=$( echo "commande de pension est déjà installé" ) +export REPOSYNCREPOINSTALL=$( echo "Installation de la commande de mise en pension" ) +export REPOSYNCCOMPLETE=$( echo "Mettre à jour complète!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) -export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) -export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +export REPOSYNCADDOR=$( echo "Sommes-nous d'ajouter ou de mettre à jour otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Ajouter au dossier de pension sur mesure" ) +export REPOSYNCOTHERMENU2=$( echo "Mettre à jour toutes les pensions personnalisés" ) +export REPOSYNCOTHERREPONAME=$( echo "Quel est le nom de la pension?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "Qu'est-ce qu'un nom court pour cette pension? Exemple: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "Quel est le URL pour le manifeste de la pension?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "Quelle est la branche de la manifeste de la pension que vous souhaitez utiliser?" ) From 54e02023aaadab50b332c0df09ef21deb07f666a Mon Sep 17 00:00:00 2001 From: japoina92 Date: Fri, 17 Jan 2014 23:50:01 +0100 Subject: [PATCH 030/155] Update spanishmackerel all translate to Spanish --- translation/spanishmackerel | 116 ++++++++++++++++++------------------ 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index a3a0e20..d317203 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -19,13 +19,13 @@ export KITCHENTITLE=$( echo " Cocina Android De Swordrune10!" ) export KITCHENUNDERLINE=$( echo "==============================" ) ## NEEDS TO BE TRANSLATED! ## -export MENUGOBACK=$( echo "Go Back" ) +export MENUGOBACK=$( echo "Volver Atras" ) ## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "No hiciste la selección adecuada, vuelve a intentarlo!" ) export ENTERTOCONTINUE=$( echo "Pulse Intro para continuar: " ) ## NEEDS TO BE TRANSLATED! ## -export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) -export COMPLETEDMESSAGE=$( echo "Finished!" ) +export MAINMENURETURN=$( echo "Volviendo al Menú Principal, Presiona Intro para Continuar: " ) +export COMPLETEDMESSAGE=$( echo "Finalizado!" ) ## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "sí" ) export ANSWERY=$( echo "s" ) @@ -65,65 +65,65 @@ export KITCHENTOUGH=$( echo "Complicado!" ) ## Reposync # Usage and Flags export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) -export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) -export REPOSYNCFLAGH=$( echo "show this help text" ) -export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) -export REPOSYNCFLAGU=$( echo "update this particular repo" ) -export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) -export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) -export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) -export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) -export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) -export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) -export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) -export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) -export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) -export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) -export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "Update all available repos" ) -export REPOSYNCUPDATE13=$( echo "Update all the repos" ) -export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) -export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) +export REPOSYNCFLAGD=$( echo "eliminar la carpeta apropiada y salir del programa" ) +export REPOSYNCFLAGH=$( echo "mostrar texto de ayuda" ) +export REPOSYNCFLAGP=$( echo "purgar carpeta, reiniciar y entonces actualizar" ) +export REPOSYNCFLAGU=$( echo "actualizar repositorio en particular" ) +export REPOSYNCUPDATE1=$( echo "Actualizar $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Actualizar $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Actualizar $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Actualizar $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Actualizar $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Actualizar $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Actualizar $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Actualizar $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Actualizar $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Actualizar $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Actualizar $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Actualizar todos los repositorios disponibles" ) +export REPOSYNCUPDATE13=$( echo "Actualizar todos los repositorios" ) +export REPOSYNCUSAGEEXAMP=$( echo "Ejemplo: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "escribiendo \"reposync -u list\" dará a" ) +export REPOSYNCUSAGELIST2=$( echo "mostrando lista de opciones " ) # Menu -export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) -export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) -export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) -export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) -export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) -export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) -export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) -export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) -export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) -export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) -export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) -export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) -export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) -export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) -export REPOSYNCMENU14=$( echo "Update all available repositories" ) -export REPOSYNCMENU15=$( echo "Update all the repos!" ) -export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "¿Qué estamos actualizando?" ) +export REPOSYNCMENUINIT=$( echo "Si repositorio no está inicializado, será en la actualización" ) +export REPOSYNCMENU1=$( echo "instale el comando de repositorio" ) +export REPOSYNCMENU2=$( echo "Configure el entorno de compilación" ) +export REPOSYNCMENU3=$( echo "Actualizar el $REPOSKITCHEN repositorio" ) +export REPOSYNCMENU4=$( echo "Actualizar el $REPOSAOKP repositorio" ) +export REPOSYNCMENU5=$( echo "Actualizar el $REPOSAOSP43 repositorio" ) +export REPOSYNCMENU6=$( echo "Actualizar el $REPOSAOSP repositorio" ) +export REPOSYNCMENU7=$( echo "Actualizar el $REPOSCARBON repositorio" ) +export REPOSYNCMENU8=$( echo "Actualizar el $REPOSCM10 repositorio" ) +export REPOSYNCMENU9=$( echo "Actualizar el $REPOSCM repositorio" ) +export REPOSYNCMENU10=$( echo "Actualizar el $REPOSEV repositorio" ) +export REPOSYNCMENU11=$( echo "Actualizar el $REPOSOMNI repositorio" ) +export REPOSYNCMENU12=$( echo "Actualizar el $REPOSPACMAN repositorio" ) +export REPOSYNCMENU13=$( echo "Actualizar el $REPOSPARA repositorio" ) +export REPOSYNCMENU14=$( echo "Actualizar todos los repositorios disponibles" ) +export REPOSYNCMENU15=$( echo "Actualizar todos los repositorios!" ) +export REPOSYNCMENU16=$( echo "Actualizar/Añadir otros Repositorios" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) -export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCNOTINITSKIP=$( echo "no inicializado, saltando" ) +export REPOSYNCUPDATING=$( echo "Actualizando" ) export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) -export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) -export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) -export REPOSYNCINIT=$( echo "initializing" ) -export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) -export REPOSYNCREPO=$( echo "repository" ) -export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) -export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) -export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +export REPOSYNCNOTINITYET=$( echo "no inicializando, inicializando ahora" ) +export REPOSYNCNOTINITWANTTO=$( echo "no inicializado, ¿desea inicializarlo?" ) +export REPOSYNCINIT=$( echo "inicializando" ) +export REPOSYNCNOTINIT=$( echo "no fue inicializado" ) +export REPOSYNCREPO=$( echo "repositorio" ) +export REPOSYNCREPOALREADY=$( echo "comando de repositorio, actualmente instalado" ) +export REPOSYNCREPOINSTALL=$( echo "Instalando el comando de repositorio" ) +export REPOSYNCCOMPLETE=$( echo "Actualizacion Completada!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) -export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) -export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +export REPOSYNCADDOR=$( echo "Estamos actualizando o añadiendo otro repositorio" ) +export REPOSYNCOTHERMENU1=$( echo "Añadir a carpeta de repositorios personalizados" ) +export REPOSYNCOTHERMENU2=$( echo "Actualizar todos los repositorios personalizados" ) +export REPOSYNCOTHERREPONAME=$( echo "Cual es el nombre de repositorio?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "Cual es la abreviatura de este Repositorio. Ejemplo: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "Cual es la url hasta el manifiesto del repositorio?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "¿Cuál es la rama del manifiesto que desea utilizar?" ) From 848783a32a935200eb476f3316963dad5278e791 Mon Sep 17 00:00:00 2001 From: japoina92 Date: Fri, 17 Jan 2014 23:51:03 +0100 Subject: [PATCH 031/155] Update spanishmackerel --- translation/spanishmackerel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index d317203..94032f5 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -109,7 +109,7 @@ export REPOSYNCMENU16=$( echo "Actualizar/Añadir otros Repositorios" ) # Sync and Init export REPOSYNCNOTINITSKIP=$( echo "no inicializado, saltando" ) export REPOSYNCUPDATING=$( echo "Actualizando" ) -export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCBLAHSMANIFEST=$( echo "Manifiesto de" ) export REPOSYNCNOTINITYET=$( echo "no inicializando, inicializando ahora" ) export REPOSYNCNOTINITWANTTO=$( echo "no inicializado, ¿desea inicializarlo?" ) export REPOSYNCINIT=$( echo "inicializando" ) From 883cd13ec8d883fc9286e32c9c7cab126f8bdc44 Mon Sep 17 00:00:00 2001 From: japoina92 Date: Fri, 17 Jan 2014 23:58:15 +0100 Subject: [PATCH 032/155] Update spanishmackerel --- translation/spanishmackerel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 94032f5..8298b9f 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -64,7 +64,7 @@ export KITCHENTOUGH=$( echo "Complicado!" ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCUSAGE=$( echo "repo -- programa para inicializar/actualizar repositorio Android" ) export REPOSYNCFLAGD=$( echo "eliminar la carpeta apropiada y salir del programa" ) export REPOSYNCFLAGH=$( echo "mostrar texto de ayuda" ) export REPOSYNCFLAGP=$( echo "purgar carpeta, reiniciar y entonces actualizar" ) From 3cf721ec771375fbe31a0d58ec3cc27fd0160e7e Mon Sep 17 00:00:00 2001 From: Samuel Pantoja Date: Fri, 17 Jan 2014 21:22:26 -0200 Subject: [PATCH 033/155] Update retardedbabelfish --- utility/retardedbabelfish | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 063bb71..18af08b 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -228,24 +228,24 @@ elif ( echo $LANG | grep -q "de_" ); then initlang fi # Brazilian Portuguese -## THIS NEEDS TO BE TRANSLATED, NO CURRENT TRANSLATION YET! ## +## V 1.0 Translated by : Doublepranks ## elif ( echo $LANG | grep -q "pt_BR" ); then - langsaved=$( echo "Language saved as Brazilian Portuguese" ) - notproperselection=$( echo "You did not make a proper selection, try again!" ) - entertocontinue=$( echo "Press Enter to continue: " ) + langsaved=$( echo "Idioma selecionado PT-BR" ) + notproperselection=$( echo "Comando invalido, tente novamente!" ) + entertocontinue=$( echo "Pressione enter para continuar: " ) clear - echo "We have detected that your system is set to Brazilian Portuguese" - echo "Is this how you want the rom kitchen to be?" + echo "Idioma padrao detectado PT-BR" + echo "Usar idioma padrao do sistema?" - read -p "yes/no?" answer + read -p "sim/nao?" answer - if [ "$answer" == "yes" ] || [ "$answer" == "y" ]; then + if [ "$answer" == "sim" ] || [ "$answer" == "s" ]; then echo "ptbr" > $LOCAL/config/language echo "" echo $langsaved read -p "$entertocontinue" done - elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then + elif [ "$answer" == "nao" ] || [ "$answer" == "n" ]; then echo "" echo "What language do you want to use instead?" langselect From d10f5ca9204e04dabe27f48a8da64a5be9c89ff1 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 14:47:41 -0700 Subject: [PATCH 034/155] preupdate: make it international!/change omni to use cm11 local_manifest --- update/preupdate | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/update/preupdate b/update/preupdate index b9580cd..910737e 100755 --- a/update/preupdate +++ b/update/preupdate @@ -25,7 +25,7 @@ fi if [ $SCRIPT_REPO == "aosp" ] && [ $REPO_PLATFORM == "jb" ]; then echo "" - echo "Updating Android Open Source Project's local_manifests folder" + echo $PREUPDATEAOSP43 export AUTHOR="xml" scriptmakir cp -f $LOCAL/xml/aosp-jb-local_manifest.xml $localmanifests/proprietary.xml @@ -33,7 +33,7 @@ fi if [ $SCRIPT_REPO == "aosp" ] && [ $REPO_PLATFORM == "kitkat" ]; then echo "" - echo "Updating Android Open Source Project's local_manifests folder" + echo $PREUPDATEAOSP export AUTHOR="xml" scriptmakir cp -f $LOCAL/xml/aosp-kitkat-local_manifest.xml $localmanifests/proprietary.xml @@ -46,7 +46,7 @@ fi if [ $SCRIPT_REPO == "cm" ] && [ $REPO_PLATFORM == "10.2" ]; then rm -rf vendor/cm echo "" - echo "Updating Cyanogenmod 10.2's local_manifests folder" + echo $PREUPDATECM10 export AUTHOR="xml" scriptmakir cp -f $LOCAL/xml/cm10.2-local_manifest.xml $localmanifests/proprietary.xml @@ -55,7 +55,7 @@ fi if [ $SCRIPT_REPO == "cm" ] && [ $REPO_PLATFORM == "11" ]; then rm -rf vendor/cm echo "" - echo "Updating Cyanogenmod 11's local_manifests folder" + echo $PREUPDATECM export AUTHOR="xml" scriptmakir cp -f $LOCAL/xml/cm11-local_manifest.xml $localmanifests/proprietary.xml @@ -72,10 +72,10 @@ fi if [ $SCRIPT_REPO == "omni" ]; then rm -rf vendor/custom echo "" - echo "Updating omnirom's local_manifests folder" + echo $PREUPDATEOMNI export AUTHOR="xml" scriptmakir - cp -f $LOCAL/xml/aosp-kitkat-local_manifest.xml $localmanifests/proprietary.xml + cp -f $LOCAL/xml/cm11-local_manifest.xml $localmanifests/proprietary.xml fi if [ $SCRIPT_REPO == "pacman" ]; then From 0cc7810e1361ee5c1c9aaeaecae4fabf6cf88b73 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 14:48:39 -0700 Subject: [PATCH 035/155] mahimahi: Add Preupdate --- translation/mahimahi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 26df091..b202e49 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -119,3 +119,10 @@ export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From f5d4e78b39b2532aab605dc82db3e85df561e299 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 15:13:41 -0700 Subject: [PATCH 036/155] environmentsetup: combine some ubuntus which were the same setup --- update/environmentsetup | 42 +++++++---------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/update/environmentsetup b/update/environmentsetup index d3ba597..e5e4140 100755 --- a/update/environmentsetup +++ b/update/environmentsetup @@ -145,9 +145,9 @@ if ( uname -a | grep -q Linux ); then sudo ln -s /usr/lib/i386-linux-gnu/libX11.so.6 /usr/lib/i386-linux-gnu/libX11.so fi - # Ubuntu 12.04 - if ( lsb_release -c | grep -q precise ); then - echo "You are running Ubuntu 12.04!" + # Ubuntu 12.04 and 12.10 + if ( lsb_release -c | grep -q precise ) || ( lsb_release -c | grep -q quantal ); then + echo "You are running Ubuntu 12.04 or 12.10!" echo "Installing packages needed, please enter your password" sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ @@ -158,35 +158,9 @@ if ( uname -a | grep -q Linux ); then sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so fi - # Ubuntu 12.10 - if ( lsb_release -c | grep -q quantal ); then - echo "You are running Ubuntu 12.10!" - echo "Installing packages needed, please enter your password" - sudo apt-get install git-core gnupg flex bison gperf build-essential \ - zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ - libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev:i386 \ - g++-multilib mingw32 tofrodos python-markdown \ - libxml2-utils xsltproc zlib1g-dev:i386 \ - gcc-4.4 gcc-4.5 g++-4.4-multilib g++-4.5-multilib # threw these in to make sure it builds ;) - sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so - fi - - # Ubuntu 13.04 - if ( lsb_release -c | grep -q raring ); then - echo "You are running Ubuntu 13.04!" - echo "Installing packages needed, please enter your password" - sudo apt-get install git-core gnupg flex bison gperf build-essential \ - zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ - libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev:i386 \ - g++-multilib mingw32 tofrodos python-markdown \ - libxml2-utils xsltproc zlib1g-dev:i386 \ - gcc-4.4 g++-4.4-multilib gcc-4.6 g++-4.6-multilib schedtool # threw these in to make sure it builds ;) - sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so - fi - - # Ubuntu 13.10 - if ( lsb_release -c | grep -q saucy ); then - echo "You are running Ubuntu 13.10!" + # Ubuntu 13.04 and 13.10 + if ( lsb_release -c | grep -q raring ) || ( lsb_release -c | grep -q saucy ); then + echo "You are running Ubuntu 13.04 or 13.10!" echo "Installing packages needed, please enter your password" sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ @@ -381,9 +355,7 @@ if ( uname -a | grep -q Darwin ); then read -p "Press Enter to continue: " done fi -if [ "$envir" ]; then - exit 0 -else +if [ ! "$envir" ]; then clear echo "Operating System not supported!" From a2564b446da1d7c9bdbb1edfbf87502c86314820 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 15:18:00 -0700 Subject: [PATCH 037/155] environmentsetup: small cleanups --- update/environmentsetup | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/update/environmentsetup b/update/environmentsetup index e5e4140..3601424 100755 --- a/update/environmentsetup +++ b/update/environmentsetup @@ -192,7 +192,7 @@ if ( uname -a | grep -q Linux ); then echo "" echo "Finished!" - export envir=true + envir=true read -p "Press Enter to continue: " done fi @@ -319,7 +319,7 @@ PATH="\$PATH:$jdk:$jre"" /etc/profile echo "" echo "Finished!" - export envir=true + envir=true read -p "Press Enter to continue: " done fi fi @@ -351,7 +351,7 @@ if ( uname -a | grep -q Darwin ); then echo "" echo "Finished!" - export envir=true + envir=true read -p "Press Enter to continue: " done fi @@ -373,5 +373,4 @@ if [ ! "$envir" ]; then echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" echo "" read -p "Press Enter to continue: " done - exit 0 fi From 99499d739865189e5e202ab765117187eeb3651c Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 18:50:12 -0700 Subject: [PATCH 038/155] environmentsetup: make it international! --- update/environmentsetup | 119 ++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 67 deletions(-) diff --git a/update/environmentsetup b/update/environmentsetup index 3601424..69167d4 100755 --- a/update/environmentsetup +++ b/update/environmentsetup @@ -20,36 +20,32 @@ if [ ! "$INIT" ]; then exit 0 fi -echo "Initilizing the build enviroment.." +echo $ENVIRONMENTSETUPINIT echo "" -echo "Checking what Operating System you are running..." +echo $ENVIRONMENTSETUPOS if ( ! uname -a | grep -q x86_64 ); then clear - echo "32-bit not supported!" - echo "=====================" - echo "Build enviroment installation only supports 64-bit Operating Systems" + echo $ENVIRONMENTSETUP32BIT echo "" - echo "If you see this in error, please notify me at either xda or rootzwiki" - echo "if you prefer email you can reach me at mishana@swordrune10.net" - echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" - read -p "Press Enter to continue: " done + echo $ERRORCONTACTINFO + read -p "$ENTERTOCONTINUE" done exit 0 fi if ( uname -a | grep -q Linux ); then # Fedora if ( find /etc/fedora-release &> /dev/null ) || ( find /etc/redhat-release &> /dev/null ); then - echo "You are running Fedora or RedHat!" - echo "Installing packages needed, please enter your password" + echo $ENVIRONMENTSETUPFEDORA + echo $ENVIRONMENTSETUPINSTALL sudo yum install gcc gcc-c++ gperf flex bison glibc-devel.{x86_64,i686} \ zlib-devel.{x86_64,i686} ncurses-devel.i686 libsx-devel readline-devel.i386 \ glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 libX11-devel.i686 \ libXrender.i686 libXrandr.i686 - echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" - read -p "Press Enter to continue: " done + echo $ENVIRONMENTSETUPFLEXION + read -p "$ENTERTOCONTINUE" done # fedora java installation # Exerpts from the much smarter (as u can see from the code) flexion.org oab-java script @@ -65,7 +61,7 @@ if ( uname -a | grep -q Linux ); then JAVA_UPD=`echo ${DEB_VERSION} | cut -d'.' -f2 | cut -d'-' -f1` # Try and dynamic find the JDK downloads - echo " [x] Getting Java SE download page" + echo $ENVIRONMENTSETUPFLEXION1 wget "http://www.oracle.com/technetwork/java/javase/downloads/index.html" -O /tmp/oab-index.html # See if the Java version is on the download frontpage, otherwise look for it in @@ -73,10 +69,10 @@ if ( uname -a | grep -q Linux ); then DOWNLOAD_INDEX=`grep -P -o "/technetwork/java/javase/downloads/jdk-${JAVA_VER}u${JAVA_UPD}-downloads-\d+\.html" /tmp/oab-index.html | uniq` if [ -n "${DOWNLOAD_INDEX}" ]; then - echo " [x] Getting current release download page " + echo $ENVIRONMENTSETUPFLEXION2 wget http://www.oracle.com/${DOWNLOAD_INDEX} -O /tmp/oab-download.html else - echo " [x] Getting previous releases download page " + echo $ENVIRONMENTSETUPFLEXION3 wget http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html -O /tmp/oab-download.html fi @@ -99,17 +95,17 @@ if ( uname -a | grep -q Linux ); then rm -f $LOCAL/../changelog.tmp echo "" - echo "Finished!" + echo $COMPLETEDMESSAGE envir=true - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done fi # Debian-based if ( find /etc/debian_version &> /dev/null ) || ( find /etc/lsb-release &> /dev/null ); then # Debian if ( lsb_release -i | grep -q Debian ); then - echo "You are running Debian!" - echo "Installing packages needed, please enter your password" + echo $ENVIRONMENTSETUPDEBIAN + echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \ x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \ @@ -120,9 +116,9 @@ if ( uname -a | grep -q Linux ); then fi # Ubuntu 10.04, 10.10, and 11.04 - if ( lsb_release -c | grep -q natty ) || ( lsb_release -c | grep -q lucid ) || ( lsb_release -c | grep -q maverick ); then - echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" - echo "Installing packages needed, please enter your password" + if ( lsb_release -c | grep -q lucid ) || ( lsb_release -c | grep -q maverick ) || ( lsb_release -c | grep -q natty ); then + echo $ENVIRONMENTSETUPULMN + echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \ x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \ @@ -134,8 +130,8 @@ if ( uname -a | grep -q Linux ); then # Ubuntu 11.10 if ( lsb_release -c | grep -q oneiric ); then - echo "You are running Ubuntu 11.10!" - echo "Installing packages needed, please enter your password" + echo $ENVIRONMENTSETUPUO + echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \ x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \ @@ -147,8 +143,8 @@ if ( uname -a | grep -q Linux ); then # Ubuntu 12.04 and 12.10 if ( lsb_release -c | grep -q precise ) || ( lsb_release -c | grep -q quantal ); then - echo "You are running Ubuntu 12.04 or 12.10!" - echo "Installing packages needed, please enter your password" + echo $ENVIRONMENTSETUPUPQ + echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev:i386 \ @@ -160,8 +156,8 @@ if ( uname -a | grep -q Linux ); then # Ubuntu 13.04 and 13.10 if ( lsb_release -c | grep -q raring ) || ( lsb_release -c | grep -q saucy ); then - echo "You are running Ubuntu 13.04 or 13.10!" - echo "Installing packages needed, please enter your password" + echo $ENVIRONMENTSETUPURS + echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev:i386 \ @@ -173,8 +169,8 @@ if ( uname -a | grep -q Linux ); then # Linux Mint if ( lsb_release -i | grep -q Mint ); then - echo "You are running Linux Mint!" - echo "Installing packages needed, please enter your password" + echo $ENVIRONMENTSETUPMINT + echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \ x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \ @@ -184,23 +180,23 @@ if ( uname -a | grep -q Linux ); then # Debian based java installation - echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" + echo $ENVIRONMENTSETUPWEBUPD8 echo "" sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java6-installer echo "" - echo "Finished!" + echo $COMPLETEDMESSAGE envir=true - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done fi if ( find /etc/arch-release &> /dev/null ); then - echo "You are running Arch Linux!" - echo "Installing packages needed, please enter your password" + echo $ENVIRONMENTSETUPARCH + echo $ENVIRONMENTSETUPINSTALL sudo pacman -Sy abs base-devel sudo pacman -S openjdk6 perl git gnupg flex bison gperf zip unzip sdl wxgtk \ squashfs-tools ncurses libpng zlib libusb libusb-compat readline @@ -255,9 +251,8 @@ if ( uname -a | grep -q Linux ); then rm -rf $LOCAL/../archbuilds - echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" - echo "Press Enter to continue" - read -p "Press Enter to continue: " done + echo $ENVIRONMENTSETUPFLEXION + read -p "$ENTERTOCONTINUE" done # Exerpts from the much smarter (as u can see from the code) flexion.org oab-java script # slightly edited to remove unneeded code @@ -271,7 +266,7 @@ if ( uname -a | grep -q Linux ); then JAVA_UPD=`echo ${DEB_VERSION} | cut -d'.' -f2 | cut -d'-' -f1` # Try and dynamic find the JDK downloads - echo " [x] Getting Java SE download page" + echo $ENVIRONMENTSETUPFLEXION1 wget "http://www.oracle.com/technetwork/java/javase/downloads/index.html" -O /tmp/oab-index.html # See if the Java version is on the download frontpage, otherwise look for it in @@ -279,10 +274,10 @@ if ( uname -a | grep -q Linux ); then DOWNLOAD_INDEX=`grep -P -o "/technetwork/java/javase/downloads/jdk-${JAVA_VER}u${JAVA_UPD}-downloads-\d+\.html" /tmp/oab-index.html | uniq` if [ -n "${DOWNLOAD_INDEX}" ]; then - echo " [x] Getting current release download page " + echo $ENVIRONMENTSETUPFLEXION2 wget http://www.oracle.com/${DOWNLOAD_INDEX} -O /tmp/oab-download.html else - echo " [x] Getting previous releases download page " + echo $ENVIRONMENTSETUPFLEXION3 wget http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html -O /tmp/oab-download.html fi @@ -318,22 +313,23 @@ if ( uname -a | grep -q Linux ); then PATH="\$PATH:$jdk:$jre"" /etc/profile echo "" - echo "Finished!" + echo $COMPLETEDMESSAGE envir=true - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done fi fi if ( uname -a | grep -q Darwin ); then clear - echo "Is Xcode installed? We recommend version 3.1.4 or newer" - read -p "yes/no? " xcode + echo $ENVIRONMENTSETUPDARWIN + echo $ENVIRONMENTSETUPDXCODE + read -p "$QUESTIONYESNO" xcode - echo "Is MacPorts installed?" - read -p "yes/no? " macports + echo $ENVIRONMENTSETUPDMACPORTS + read -p "$QUESTIONYESNO" macports - if [ "$xcode" == "y" ] || [ "$xcode" == "yes" ] && [ "$macports" == "y" ] || [ "$macports" == "yes" ]; then + if [ "$xcode" == $ANSWERY ] || [ "$xcode" == $ANSWERYES ] && [ "$macports" == $ANSWERY ] || [ "$macports" == $ANSWERYES ]; then if ( ! cat ~/.bash_profile | grep -q "export PATH=/opt/local/bin:\$PATH" ); then echo "export PATH=/opt/local/bin:\$PATH" >> ~/.bash_profile fi @@ -344,33 +340,22 @@ if ( uname -a | grep -q Darwin ); then echo "ulimit -S -n 1024" >> ~/.bash_profile fi else - echo "Aborting.." - read -p "Press Enter to continue: " done + echo $ABORTMESSAGE + read -p "$ENTERTOCONTINUE" done exit 0 fi echo "" - echo "Finished!" + echo $COMPLETEDMESSAGE envir=true - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done fi if [ ! "$envir" ]; then clear - echo "Operating System not supported!" - echo "===============================" - echo "Supported Operating Systems (only 64-bit):" - echo "Ubuntu 10.04 - 13.10 (Full Support)" - echo "Debian (General Support)" - echo "Linux Mint (General Support)" - echo "Arch Linux (General Support)" - echo "Fedora (General Support)" - echo "Mac OS X (Semi-General Support)" + echo $ENVIRONMENTSETUPNOTSUPPORTED echo "" - echo "If you see this in error, please notify me at either xda or rootzwiki" - echo "if you prefer email you can reach me at mishana@swordrune10.net" - echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" - echo "" - read -p "Press Enter to continue: " done + echo $ERRORCONTACTINFO + read -p "$ENTERTOCONTINUE" done fi From 7af938261ed07e7339aea97beaef0f65ececc4c5 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 18:50:42 -0700 Subject: [PATCH 039/155] mahimahi: Update common and Add environmentsetup --- translation/mahimahi | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index b202e49..ab01ae2 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -22,12 +22,31 @@ export MENUGOBACK=$( echo "Go Back" ) export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) export COMPLETEDMESSAGE=$( echo "Finished!" ) +export QUESTIONYESNO=$( echo "yes/no? " ) export ANSWERYES=$( echo "yes" ) export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Errors +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) + ## Repos export REPOSKITCHEN=$( echo "Kitchen app" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) @@ -120,6 +139,31 @@ export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? E export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + ## Preupdate export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) From 1f270db94423f52238509fe31bbeeb895d3b2dad Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:00:01 -0700 Subject: [PATCH 040/155] pirarucu: Updated Common and Add environmentsetup, NOT TRANSLATED --- translation/pirarucu | 57 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index 3545834..0fdf69e 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -24,12 +24,35 @@ export MENUGOBACK=$( echo "Voltar" ) export NOTPROPERSELECTION=$( echo "Comando invalido, tente novamente!" ) export ENTERTOCONTINUE=$( echo "Pressione enter para continuar: " ) export MAINMENURETURN=$( echo "Retornando ao menu principal, pressione enter para continuar: " ) +## NEEDS TRANSLATION! +export ABORTMESSAGE=$( echo "Aborting.." ) +## NEEDS TRANSLATION! export COMPLETEDMESSAGE=$( echo "Concluido!" ) +export QUESTIONYESNO=$( echo "sim/nao? " ) export ANSWERYES=$( echo "Sim" ) export ANSWERY=$( echo "s" ) export ANSWERNO=$( echo "Nao" ) export ANSWERN=$( echo "n" ) +## Errors +## NEEDS TRANSLATION! +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) +## NEEDS TRANSLATION! + ## Repos export REPOSKITCHEN=$( echo "Kitchen app" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) @@ -121,3 +144,37 @@ export REPOSYNCOTHERREPONAME=$( echo "Qual o nome do repositorio?" ) export REPOSYNCOTHERREPOSHORTNAME=$( echo "Adicione um codenome ao repositorio? Exemplo: Android Open Source Project = aosp" ) export REPOSYNCOTHERREPOURL=$( echo "URL do arquivo manifest?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "A qual branch o repositorio deve ser atrelado?" ) + +## EVERYTHING BELOW NEEDS TRANSLATION! + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From 757dd22c39fcf0ef16e2cc01808d59154e8cb15f Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:09:31 -0700 Subject: [PATCH 041/155] rabbitfish: Update Common and environmentsetup, NOT TRANSLATED --- translation/rabbitfish | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index bdf9bce..8c5496d 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -25,6 +25,7 @@ export NOTPROPERSELECTION=$( echo "Sie haben keine gültige Option gewählt, ver export ENTERTOCONTINUE=$( echo "Drücken Sie die Eingabetaste, um fortzufahren: " ) ## NEEDS TO BE TRANSLATED! ## export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) export COMPLETEDMESSAGE=$( echo "Finished!" ) ## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "ja" ) @@ -32,6 +33,25 @@ export ANSWERY=$( echo "j" ) export ANSWERNO=$( echo "nein" ) export ANSWERN=$( echo "n" ) +## Errors +## NEEDS TRANSLATION! +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) +## NEEDS TRANSLATION! + ## Repos ## NEEDS TO BE TRANSLATED! ## export REPOSKITCHEN=$( echo "Kitchen app" ) @@ -127,3 +147,35 @@ export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From 655e506a8ed69856111029090ab94054d4fa0286 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:10:07 -0700 Subject: [PATCH 042/155] spanishmackerel: Update common and Add environmentsetup, NOT TRANSLATED --- translation/spanishmackerel | 64 ++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 8 deletions(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 8298b9f..b358e6a 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -18,22 +18,39 @@ ## Common export KITCHENTITLE=$( echo " Cocina Android De Swordrune10!" ) export KITCHENUNDERLINE=$( echo "==============================" ) -## NEEDS TO BE TRANSLATED! ## export MENUGOBACK=$( echo "Volver Atras" ) -## NEEDS TO BE TRANSLATED! ## export NOTPROPERSELECTION=$( echo "No hiciste la selección adecuada, vuelve a intentarlo!" ) export ENTERTOCONTINUE=$( echo "Pulse Intro para continuar: " ) -## NEEDS TO BE TRANSLATED! ## export MAINMENURETURN=$( echo "Volviendo al Menú Principal, Presiona Intro para Continuar: " ) +## NEEDS TRANSLATION! +export ABORTMESSAGE=$( echo "Aborting.." ) +## NEEDS TRANSLATION! export COMPLETEDMESSAGE=$( echo "Finalizado!" ) -## NEEDS TO BE TRANSLATED! ## export ANSWERYES=$( echo "sí" ) export ANSWERY=$( echo "s" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Errors +## NEEDS TRANSLATION! +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) +## NEEDS TRANSLATION! + ## Repos -## NEEDS TO BE TRANSLATED! ## export REPOSKITCHEN=$( echo "Kitchen app" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) @@ -45,7 +62,6 @@ export REPOSEV=$( echo "Evervolv" ) export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) -## NEEDS TO BE TRANSLATED! ## ## Kitchen export KITCHENMAINMENU=$( echo "Menú Principal:" ) @@ -60,8 +76,6 @@ export KITCHENTHANKS=$( echo "Gracias por utilizar la cocina de Swordrune10! Adi export KITCHENBORED=$( echo "Pareces aburrido .. ¿Quieres ver una película?" ) export KITCHENTOUGH=$( echo "Complicado!" ) -## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## - ## Reposync # Usage and Flags export REPOSYNCUSAGE=$( echo "repo -- programa para inicializar/actualizar repositorio Android" ) @@ -127,3 +141,37 @@ export REPOSYNCOTHERREPONAME=$( echo "Cual es el nombre de repositorio?" ) export REPOSYNCOTHERREPOSHORTNAME=$( echo "Cual es la abreviatura de este Repositorio. Ejemplo: Android Open Source Project = aosp" ) export REPOSYNCOTHERREPOURL=$( echo "Cual es la url hasta el manifiesto del repositorio?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "¿Cuál es la rama del manifiesto que desea utilizar?" ) + +## EVERYTHING BELOW NEEDS TRANSLATION! + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From 4ad2a50a2f5d391e2c885dc59e90f4c48377d968 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:13:52 -0700 Subject: [PATCH 043/155] bluefintuna: revert to english, to keep it ready for future maintainer --- translation/bluefintuna | 213 +++++++++++++++++++++++++--------------- 1 file changed, 132 insertions(+), 81 deletions(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index a047863..77d383d 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -15,23 +15,42 @@ # Japanese -## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## +## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## ## Common -export KITCHENTITLE=$( echo "Swordrune10のアンドロイドキッチン!" ) -export KITCHENUNDERLINE=$( echo "===================================" ) -export MENUGOBACK=$( echo "戻る" ) -export NOTPROPERSELECTION=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) -export ENTERTOCONTINUE=$( echo "Enterキーを押して続行します: " ) -export MAINMENURETURN=$( echo "メインメニューに戻ると、Enterキーを押して続行します: " ) -export COMPLETEDMESSAGE=$( echo "完成!" ) -export ANSWERYES=$( echo "はい" ) -export ANSWERY=$( echo "h" ) -export ANSWERNO=$( echo "いいえ" ) -export ANSWERN=$( echo "ī" ) +export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) +export KITCHENUNDERLINE=$( echo "==============================" ) +export MENUGOBACK=$( echo "Go Back" ) +export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) +export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +export QUESTIONYESNO=$( echo "yes/no? " ) +export ANSWERYES=$( echo "yes" ) +export ANSWERY=$( echo "y" ) +export ANSWERNO=$( echo "no" ) +export ANSWERN=$( echo "n" ) + +## Errors +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) ## Repos -export REPOSKITCHEN=$( echo "キッチンアプリ" ) +export REPOSKITCHEN=$( echo "Kitchen app" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) @@ -44,80 +63,112 @@ export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) ## Kitchen -export KITCHENMAINMENU=$( echo "メインメニュー:" ) -export KITCHENMENU1=$( echo " 1. セットアップ/更新キッチン" ) -export KITCHENMENU2=$( echo " 2. を構成キッチン" ) -export KITCHENMENU3=$( echo " 3. ランキッチン" ) -export KITCHENMENU4=$( echo " 4. キッチンを修正しました" ) -export KITCHENMENU5=$( echo " 5. 自動的にキッチンを構築" ) -export KITCHENMENU6=$( echo " 6. 出口" ) -export KITCHENMENUWHICH=$( echo "あなたはどちらが必要ですか?" ) -export KITCHENTHANKS=$( echo "Swordrune10のキッチンをご利用いただきありがとうございます!さよなら.." ) -export KITCHENBORED=$( echo "あなたは退屈に見える..たくは映画を見る?" ) -export KITCHENTOUGH=$( echo "タフ!" ) +export KITCHENMAINMENU=$( echo "Main Menu:" ) +export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) +export KITCHENMENU3=$( echo " 3. Run Kitchen" ) +export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) +export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) +export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) +export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) +export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) +export KITCHENTOUGH=$( echo "tough!" ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "レポ -- Androidのレポを初期化し、更新するためのプログラム" ) -export REPOSYNCFLAGD=$( echo "適切なフォルダ、その後出口プログラムを削除" ) -export REPOSYNCFLAGH=$( echo "このヘルプテキストを表示" ) -export REPOSYNCFLAGP=$( echo "その後、パージフォルダ、再初期化、および更新" ) -export REPOSYNCFLAGU=$( echo "この特定のレポを更新" ) -export REPOSYNCUPDATE1=$( echo "アップデート $REPOSKITCHEN" ) -export REPOSYNCUPDATE2=$( echo "アップデート $REPOSAOKP" ) -export REPOSYNCUPDATE3=$( echo "アップデート $REPOSAOSP43" ) -export REPOSYNCUPDATE4=$( echo "アップデート $REPOSAOSP" ) -export REPOSYNCUPDATE5=$( echo "アップデート $REPOSCARBON" ) -export REPOSYNCUPDATE6=$( echo "アップデート $REPOSCM10" ) -export REPOSYNCUPDATE7=$( echo "アップデート $REPOSCM" ) -export REPOSYNCUPDATE8=$( echo "アップデート $REPOSEV" ) -export REPOSYNCUPDATE9=$( echo "アップデート $REPOSOMNI" ) -export REPOSYNCUPDATE10=$( echo "アップデート $REPOSPACMAN" ) -export REPOSYNCUPDATE11=$( echo "アップデート $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "使用可能なすべてのリポジトリを更新する" ) -export REPOSYNCUPDATE13=$( echo "すべてのリポジトリを更新する" ) -export REPOSYNCUSAGEEXAMP=$( echo "例: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "タイピング \"reposync -u list\" 与える" ) -export REPOSYNCUSAGELIST2=$( echo "もしオプションリストを再び" ) +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) # Menu -export REPOSYNCMENUWHAT=$( echo "私たちは何を更新している?" ) -export REPOSYNCMENUINIT=$( echo "レポが初期化されていない場合には、更新時になり" ) -export REPOSYNCMENU1=$( echo "レポコマンドをインストール" ) -export REPOSYNCMENU2=$( echo "設定ビルド環境" ) -export REPOSYNCMENU3=$( echo "更新 $REPOSKITCHEN 倉庫" ) -export REPOSYNCMENU4=$( echo "更新 $REPOSAOKP 倉庫" ) -export REPOSYNCMENU5=$( echo "更新 $REPOSAOSP43 倉庫" ) -export REPOSYNCMENU6=$( echo "更新 $REPOSAOSP 倉庫" ) -export REPOSYNCMENU7=$( echo "更新 $REPOSCARBON 倉庫" ) -export REPOSYNCMENU8=$( echo "更新 $REPOSCM10 倉庫" ) -export REPOSYNCMENU9=$( echo "更新 $REPOSCM 倉庫" ) -export REPOSYNCMENU10=$( echo "更新 $REPOSEV 倉庫" ) -export REPOSYNCMENU11=$( echo "更新 $REPOSOMNI 倉庫" ) -export REPOSYNCMENU12=$( echo "更新 $REPOSPACMAN 倉庫" ) -export REPOSYNCMENU13=$( echo "更新 $REPOSPARA 倉庫" ) -export REPOSYNCMENU14=$( echo "使用可能なすべてのリポジトリを更新する" ) -export REPOSYNCMENU15=$( echo "すべてのリポジトリを更新!" ) -export REPOSYNCMENU16=$( echo "アップデート/ otherrepo追加" ) +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build environment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "スキップ、初期化されていません" ) -export REPOSYNCUPDATING=$( echo "更新" ) -export REPOSYNCBLAHSMANIFEST=$( echo "のマニフェスト" ) -export REPOSYNCNOTINITYET=$( echo "今初期化し、初期化されていません" ) -export REPOSYNCNOTINITWANTTO=$( echo "初期化されていない、あなたはそれを初期化したいのですか?" ) -export REPOSYNCINIT=$( echo "初期化" ) -export REPOSYNCNOTINIT=$( echo "初期化されませんでした" ) -export REPOSYNCREPO=$( echo "倉庫" ) -export REPOSYNCREPOALREADY=$( echo "レポコマンドが既にインストールされています" ) -export REPOSYNCREPOINSTALL=$( echo "レポコマンドのインストール" ) -export REPOSYNCCOMPLETE=$( echo "完全な更新!" ) +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "我々は、追加またはotherrepo更新している?" ) -export REPOSYNCOTHERMENU1=$( echo "カスタムレポフォルダに追加" ) -export REPOSYNCOTHERMENU2=$( echo "すべてのカスタムリポジトリを更新" ) -export REPOSYNCOTHERREPONAME=$( echo "レポの名前は何ですか?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "このレポの短い名前は何ですか?例: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "レポのマニフェストへのURLとは何ですか?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "使用したいブランチレポのマニフェストとは何ですか?" ) +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From 121d4736b1d33a14e88f06afe642773763278201 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:15:12 -0700 Subject: [PATCH 044/155] europeanpilchard: revert to english, to keep it ready for future maintainer --- translation/europeanpilchard | 209 ++++++++++++++++++++++------------- 1 file changed, 130 insertions(+), 79 deletions(-) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index caeefd5..e17d251 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -15,23 +15,42 @@ # French -## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## +## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## ## Common -export KITCHENTITLE=$( echo "Cuisine Androïde de Swordrune10!" ) -export KITCHENUNDERLINE=$( echo "================================" ) -export MENUGOBACK=$( echo "Retour" ) -export NOTPROPERSELECTION=$( echo "Vous n'avez pas fait une sélection, essayez de nouveau!" ) -export ENTERTOCONTINUE=$( echo "Appuyez sur Entrée pour continuer: " ) -export MAINMENURETURN=$( echo "Revenir au menu principal, appuyez sur Entrée pour continuer: " ) -export COMPLETEDMESSAGE=$( echo "Fini!" ) -export ANSWERYES=$( echo "oui" ) +export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) +export KITCHENUNDERLINE=$( echo "==============================" ) +export MENUGOBACK=$( echo "Go Back" ) +export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) +export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +export QUESTIONYESNO=$( echo "yes/no? " ) +export ANSWERYES=$( echo "yes" ) export ANSWERY=$( echo "y" ) -export ANSWERNO=$( echo "non" ) +export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Errors +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) + ## Repos -export REPOSKITCHEN=$( echo "L'application de la cuisine" ) +export REPOSKITCHEN=$( echo "Kitchen app" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) @@ -44,80 +63,112 @@ export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) ## Kitchen -export KITCHENMAINMENU=$( echo "Menu principal:" ) -export KITCHENMENU1=$( echo " 1. Configuration/mise à jour de cuisine" ) -export KITCHENMENU2=$( echo " 2. Configurer Cuisine" ) -export KITCHENMENU3=$( echo " 3. Exécuter Cuisine" ) -export KITCHENMENU4=$( echo " 4. Fixer Cuisine" ) -export KITCHENMENU5=$( echo " 5. Auto construction Cuisine" ) -export KITCHENMENU6=$( echo " 6. Quitter" ) -export KITCHENMENUWHICH=$( echo "Lequel voulez-vous faire?" ) -export KITCHENTHANKS=$( echo "Merci d'utiliser la cuisine de Swordrune10! Au revoir.." ) -export KITCHENBORED=$( echo "Vous semblez s'ennuyer.. veux regarder un film?" ) -export KITCHENTOUGH=$( echo "dur!" ) +export KITCHENMAINMENU=$( echo "Main Menu:" ) +export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) +export KITCHENMENU3=$( echo " 3. Run Kitchen" ) +export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) +export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) +export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) +export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) +export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) +export KITCHENTOUGH=$( echo "tough!" ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- programme pour initialiser / mise à jour android repos" ) -export REPOSYNCFLAGD=$( echo "supprimer le dossier approprié, puis programme de sortie" ) -export REPOSYNCFLAGH=$( echo "montrer ce texte d'aide" ) -export REPOSYNCFLAGP=$( echo "dossier de purge, reinit, et ensuite mettre à jour" ) -export REPOSYNCFLAGU=$( echo "mettre à jour cette repo particulier" ) -export REPOSYNCUPDATE1=$( echo "Mettre à jour $REPOSKITCHEN" ) -export REPOSYNCUPDATE2=$( echo "Mettre à jour $REPOSAOKP" ) -export REPOSYNCUPDATE3=$( echo "Mettre à jour $REPOSAOSP43" ) -export REPOSYNCUPDATE4=$( echo "Mettre à jour $REPOSAOSP" ) -export REPOSYNCUPDATE5=$( echo "Mettre à jour $REPOSCARBON" ) -export REPOSYNCUPDATE6=$( echo "Mettre à jour $REPOSCM10" ) -export REPOSYNCUPDATE7=$( echo "Mettre à jour $REPOSCM" ) -export REPOSYNCUPDATE8=$( echo "Mettre à jour $REPOSEV" ) -export REPOSYNCUPDATE9=$( echo "Mettre à jour $REPOSOMNI" ) -export REPOSYNCUPDATE10=$( echo "Mettre à jour $REPOSPACMAN" ) -export REPOSYNCUPDATE11=$( echo "Mettre à jour $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "Mettre à jour toutes les pensions disponibles" ) -export REPOSYNCUPDATE13=$( echo "Mettre à jour toutes les pensions" ) -export REPOSYNCUSAGEEXAMP=$( echo "Exemple: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "dactylographie \"reposync -u list\" donnera" ) -export REPOSYNCUSAGELIST2=$( echo "vous la liste des options à nouveau" ) +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) # Menu -export REPOSYNCMENUWHAT=$( echo "Que faisons-nous à jour?" ) -export REPOSYNCMENUINIT=$( echo "Si repo n'est pas initialisé, il sera sur la mise à jour" ) -export REPOSYNCMENU1=$( echo "Installez la commande de mise en pension" ) -export REPOSYNCMENU2=$( echo "Configuration de l'environnement de compilation" ) -export REPOSYNCMENU3=$( echo "Mettre à jour le $REPOSKITCHEN dépôt" ) -export REPOSYNCMENU4=$( echo "Mettre à jour le $REPOSAOKP dépôt" ) -export REPOSYNCMENU5=$( echo "Mettre à jour le $REPOSAOSP43 dépôt" ) -export REPOSYNCMENU6=$( echo "Mettre à jour le $REPOSAOSP dépôt" ) -export REPOSYNCMENU7=$( echo "Mettre à jour le $REPOSCARBON dépôt" ) -export REPOSYNCMENU8=$( echo "Mettre à jour le $REPOSCM10 dépôt" ) -export REPOSYNCMENU9=$( echo "Mettre à jour le $REPOSCM dépôt" ) -export REPOSYNCMENU10=$( echo "Mettre à jour le $REPOSEV dépôt" ) -export REPOSYNCMENU11=$( echo "Mettre à jour le $REPOSOMNI dépôt" ) -export REPOSYNCMENU12=$( echo "Mettre à jour le $REPOSPACMAN dépôt" ) -export REPOSYNCMENU13=$( echo "Mettre à jour le $REPOSPARA dépôt" ) -export REPOSYNCMENU14=$( echo "Mettre à jour tous les référentiels disponibles" ) -export REPOSYNCMENU15=$( echo "Mettre à jour toutes les pensions!" ) -export REPOSYNCMENU16=$( echo "Mise à jour/ajouter otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build environment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "pas initialisé, sauter" ) -export REPOSYNCUPDATING=$( echo "réactualisation" ) -export REPOSYNCBLAHSMANIFEST=$( echo "'s manifeste" ) -export REPOSYNCNOTINITYET=$( echo "pas initialisé, l'initialisation maintenant" ) -export REPOSYNCNOTINITWANTTO=$( echo "pas initialisé, voulez-vous l'initialiser?" ) -export REPOSYNCINIT=$( echo "initialiser" ) -export REPOSYNCNOTINIT=$( echo "n'a pas été initialisé" ) -export REPOSYNCREPO=$( echo "dépôt" ) -export REPOSYNCREPOALREADY=$( echo "commande de pension est déjà installé" ) -export REPOSYNCREPOINSTALL=$( echo "Installation de la commande de mise en pension" ) -export REPOSYNCCOMPLETE=$( echo "Mettre à jour complète!" ) +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Sommes-nous d'ajouter ou de mettre à jour otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Ajouter au dossier de pension sur mesure" ) -export REPOSYNCOTHERMENU2=$( echo "Mettre à jour toutes les pensions personnalisés" ) -export REPOSYNCOTHERREPONAME=$( echo "Quel est le nom de la pension?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "Qu'est-ce qu'un nom court pour cette pension? Exemple: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "Quel est le URL pour le manifeste de la pension?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "Quelle est la branche de la manifeste de la pension que vous souhaitez utiliser?" ) +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From a0615e7ea648e3ba92c317baebbbf74093f3df97 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:16:26 -0700 Subject: [PATCH 045/155] italianbleak: revert to english, to keep it ready for future maintainer --- translation/italianbleak | 97 +++++++++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 27 deletions(-) diff --git a/translation/italianbleak b/translation/italianbleak index 6a281af..886f044 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -15,27 +15,41 @@ # Italian -## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## +## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## ## Common -export KITCHENTITLE=$( echo "Swordrune10 di Androide Cucina!" ) -export KITCHENUNDERLINE=$( echo "===============================" ) -## NEEDS TO BE TRANSLATED! ## +export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) +export KITCHENUNDERLINE=$( echo "==============================" ) export MENUGOBACK=$( echo "Go Back" ) -## NEEDS TO BE TRANSLATED! ## -export NOTPROPERSELECTION=$( echo "Non hai fatto una selezione corretta, provare di nuovo!" ) -export ENTERTOCONTINUE=$( echo "Premere Invio per continuare: " ) -## NEEDS TO BE TRANSLATED! ## +export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) +export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) export COMPLETEDMESSAGE=$( echo "Finished!" ) -## NEEDS TO BE TRANSLATED! ## -export ANSWERYES=$( echo "sì" ) -export ANSWERY=$( echo "s" ) +export QUESTIONYESNO=$( echo "yes/no? " ) +export ANSWERYES=$( echo "yes" ) +export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Errors +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) + ## Repos -## NEEDS TO BE TRANSLATED! ## export REPOSKITCHEN=$( echo "Kitchen app" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) @@ -47,22 +61,19 @@ export REPOSEV=$( echo "Evervolv" ) export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) -## NEEDS TO BE TRANSLATED! ## ## Kitchen -export KITCHENMAINMENU=$( echo "Menu principale:" ) -export KITCHENMENU1=$( echo " 1. Installazione/Aggiornamento Cucina" ) -export KITCHENMENU2=$( echo " 2. Configura Cucina" ) -export KITCHENMENU3=$( echo " 3. Eseguire Cucina" ) -export KITCHENMENU4=$( echo " 4. Fissare Cucina" ) -export KITCHENMENU5=$( echo " 5. Costruire Automatico Cucina" ) -export KITCHENMENU6=$( echo " 6. Uscire" ) -export KITCHENMENUWHICH=$( echo "Quale vorresti fare?" ) -export KITCHENTHANKS=$( echo "Grazie per aver scelto di Swordrune10 Cucina! Addio.." ) -export KITCHENBORED=$( echo "Lei sembra annoiato.. Vuoi guardare un film?" ) -export KITCHENTOUGH=$( echo "dura!" ) - -## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## +export KITCHENMAINMENU=$( echo "Main Menu:" ) +export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) +export KITCHENMENU3=$( echo " 3. Run Kitchen" ) +export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) +export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) +export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) +export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) +export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) +export KITCHENTOUGH=$( echo "tough!" ) ## Reposync # Usage and Flags @@ -92,7 +103,7 @@ export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU2=$( echo "Setup the build environment" ) export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) @@ -129,3 +140,35 @@ export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From 5e16508256888904e3774c19351df832bdb09904 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:17:42 -0700 Subject: [PATCH 046/155] koreanlamprey: revert to english, to keep it ready for future maintainer --- translation/koreanlamprey | 97 ++++++++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 27 deletions(-) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index c035bc0..4e85868 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -15,27 +15,41 @@ # Korean -## THIS WHOLE FILE NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## +## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## ## Common -export KITCHENTITLE=$( echo "Swordrune10의 안드로이드 주방!" ) +export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) -## NEEDS TO BE TRANSLATED! ## export MENUGOBACK=$( echo "Go Back" ) -## NEEDS TO BE TRANSLATED! ## -export NOTPROPERSELECTION=$( echo "당신은 올바른 선택을하지 않았다, 다시 시도하십시오!" ) -export ENTERTOCONTINUE=$( echo "계속하려면 Enter 키를 누르십시오: " ) -## NEEDS TO BE TRANSLATED! ## +export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) +export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) export COMPLETEDMESSAGE=$( echo "Finished!" ) -## NEEDS TO BE TRANSLATED! ## -export ANSWERYES=$( echo "예" ) +export QUESTIONYESNO=$( echo "yes/no? " ) +export ANSWERYES=$( echo "yes" ) export ANSWERY=$( echo "y" ) -export ANSWERNO=$( echo "아니오" ) -export ANSWERN=$( echo "a" ) +export ANSWERNO=$( echo "no" ) +export ANSWERN=$( echo "n" ) + +## Errors +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) ## Repos -## NEEDS TO BE TRANSLATED! ## export REPOSKITCHEN=$( echo "Kitchen app" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) @@ -47,22 +61,19 @@ export REPOSEV=$( echo "Evervolv" ) export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) -## NEEDS TO BE TRANSLATED! ## ## Kitchen -export KITCHENMAINMENU=$( echo "주 메뉴:" ) -export KITCHENMENU1=$( echo " 1. 설치/업데이트 주방" ) -export KITCHENMENU2=$( echo " 2. 구성 주방" ) -export KITCHENMENU3=$( echo " 3. 실행 주방" ) -export KITCHENMENU4=$( echo " 4. 주방 수정" ) -export KITCHENMENU5=$( echo " 5. 자동 주방 빌드" ) -export KITCHENMENU6=$( echo " 6. 출구" ) -export KITCHENMENUWHICH=$( echo "당신은 어느 쪽을하기를 원하십니까?" ) -export KITCHENTHANKS=$( echo "Swordrune10의 부엌을 사용하여 주셔서 감사합니다! 안녕.." ) -export KITCHENBORED=$( echo "당신은 지루해 보인다.. 싶어 영화를 보는?" ) -export KITCHENTOUGH=$( echo "힘든!" ) - -## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## +export KITCHENMAINMENU=$( echo "Main Menu:" ) +export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) +export KITCHENMENU3=$( echo " 3. Run Kitchen" ) +export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) +export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) +export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) +export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) +export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) +export KITCHENTOUGH=$( echo "tough!" ) ## Reposync # Usage and Flags @@ -92,7 +103,7 @@ export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) +export REPOSYNCMENU2=$( echo "Setup the build environment" ) export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) @@ -129,3 +140,35 @@ export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) From f4d8a8055759e69410b3579dd59640380916492d Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 21:36:37 -0700 Subject: [PATCH 047/155] retardedbabelfish: only allow languages with actual translators working on them --- utility/retardedbabelfish | 277 +++++++++++++++++--------------------- 1 file changed, 121 insertions(+), 156 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 18af08b..4e957ff 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -20,22 +20,14 @@ langselect () { echo " 1. English" # Spanish echo " 2. español" -# French -echo " 3. français" # German -echo " 4. Deutsch" +echo " 3. Deutsch" # Brazilian Portuguese -echo " 5. Brazilian Portuguese" -# Italian -echo " 6. italiano" -# Japanese -echo " 7. 日本の" -# Korean -echo " 8. 한국의" -echo " 9. None of the above" +echo " 4. Brazilian Portuguese" +echo " 5. None of the above" read answer -if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "9" ]; then +if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "5" ]; then echo "" echo $notproperselection read -p $entertocontinue done @@ -58,16 +50,8 @@ if [ $answer == "2" ]; then read -p "$entertocontinue" done fi -# French -if [ $answer == "3" ]; then - echo "fr" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done -fi - # German -if [ $answer == "4" ]; then +if [ $answer == "3" ]; then echo "de" > $LOCAL/config/language echo "" echo $langsaved @@ -75,38 +59,14 @@ if [ $answer == "4" ]; then fi # Brazilian Portuguese -if [ $answer == "5" ]; then +if [ $answer == "4" ]; then echo "ptbr" > $LOCAL/config/language echo "" echo $langsaved read -p "$entertocontinue" done fi - # Italian -if [ $answer == "6" ]; then - echo "it" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done -fi - -# Japanese -if [ $answer == "7" ]; then - echo "ja" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done -fi - -# Korean -if [ $answer == "8" ]; then - echo "ko" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done -fi - -if [ $answer == "9" ]; then +if [ $answer == "5" ]; then clear echo "The Language You Want Is Not Supported!" @@ -174,32 +134,32 @@ elif ( echo $LANG | grep -q "es_" ); then fi # French ## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -elif ( echo $LANG | grep -q "fr_" ); then - langsaved=$( echo "Langue enregistré en tant que français" ) - notproperselection=$( echo "Vous n'avez pas fait une sélection, essayez de nouveau!" ) - entertocontinue=$( echo "Appuyez sur Entrée pour continuer: " ) - - clear - echo "Nous avons détecté que votre système est configuré en français" - echo "Est-ce la façon dont vous voulez la cuisine rom soit?" - - read -p "oui/non?" answer - - if [ "$answer" == "oui" ] || [ "$answer" == "o" ]; then - echo "fr" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done - elif [ "$answer" == "non" ] || [ "$answer" == "n" ]; then - echo "" - echo "Quelle langue voulez-vous utiliser à la place?" - langselect - else - echo "" - echo $notproperselectioin - read -p "$entertocontinue" done - initlang - fi +# elif ( echo $LANG | grep -q "fr_" ); then +# langsaved=$( echo "Langue enregistré en tant que français" ) +# notproperselection=$( echo "Vous n'avez pas fait une sélection, essayez de nouveau!" ) +# entertocontinue=$( echo "Appuyez sur Entrée pour continuer: " ) + +# clear +# echo "Nous avons détecté que votre système est configuré en français" +# echo "Est-ce la façon dont vous voulez la cuisine rom soit?" + +# read -p "oui/non?" answer + +# if [ "$answer" == "oui" ] || [ "$answer" == "o" ]; then +# echo "fr" > $LOCAL/config/language +# echo "" +# echo $langsaved +# read -p "$entertocontinue" done +# elif [ "$answer" == "non" ] || [ "$answer" == "n" ]; then +# echo "" +# echo "Quelle langue voulez-vous utiliser à la place?" +# langselect +# else +# echo "" +# echo $notproperselectioin +# read -p "$entertocontinue" done +# initlang +# fi # German elif ( echo $LANG | grep -q "de_" ); then langsaved=$( echo "Die Sprache Deutsch wurde gespeichert" ) @@ -257,99 +217,100 @@ elif ( echo $LANG | grep -q "pt_BR" ); then fi # Italian ## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -elif ( echo $LANG | grep -q "it_" ); then - langsaved=$( echo "Lingua salvato come italiano" ) - notproperselection=$( echo "Non hai fatto una selezione corretta, provare di nuovo!" ) - entertocontinue=$( echo "Premere Invio per continuare: " ) - - clear - echo "Abbiamo rilevato che il sistema è impostato su italiano" - echo "È questo come si desidera la cucina rom di essere?" - - read -p "sì/no?" answer - - if [ "$answer" == "sì" ] || [ "$answer" == "si" ] || [ "$answer" == "s" ]; then - echo "it" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done - elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then - echo "" - echo "Che lingua che si desidera utilizzare, invece?" - langselect - else - echo "" - echo $notproperselection - read -p "$entertocontinue" done - initlang - fi +# elif ( echo $LANG | grep -q "it_" ); then +# langsaved=$( echo "Lingua salvato come italiano" ) +# notproperselection=$( echo "Non hai fatto una selezione corretta, provare di nuovo!" ) +# entertocontinue=$( echo "Premere Invio per continuare: " ) + +# clear +# echo "Abbiamo rilevato che il sistema è impostato su italiano" +# echo "È questo come si desidera la cucina rom di essere?" + +# read -p "sì/no?" answer + +# if [ "$answer" == "sì" ] || [ "$answer" == "si" ] || [ "$answer" == "s" ]; then +# echo "it" > $LOCAL/config/language +# echo "" +# echo $langsaved +# read -p "$entertocontinue" done +# elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then +# echo "" +# echo "Che lingua che si desidera utilizzare, invece?" +# langselect +# else +# echo "" +# echo $notproperselection +# read -p "$entertocontinue" done +# initlang +# fi # Japanese ## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -elif ( echo $LANG | grep -q "ja_" ); then - langsaved=$( echo "日本人として保存言語" ) - notproperselection=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) - entertocontinue=$( echo "Enterキーを押して続行します: " ) - - clear - echo "私たちは、あなたのシステムが日本語に設定されていることを検出した" - echo "これは、ROMのキッチンになりたい方法です?" - - read -p "はい/いいえ?" answer - - if [ "$answer" == "はい" ] || [ "$answer" == "h" ]; then - echo "ja" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done - elif [ "$answer" == "いいえ" ] || [ "$answer" == "ī" ]; then - echo "" - echo "あなたが代わりに使用する言語たいですか?" - langselect - else - echo "" - echo $notproperselection - read -p "$entertocontinue" done - initlang - fi +# elif ( echo $LANG | grep -q "ja_" ); then +# langsaved=$( echo "日本人として保存言語" ) +# notproperselection=$( echo "あなたが適切な選択をしなかった、もう一度試してみてください!" ) +# entertocontinue=$( echo "Enterキーを押して続行します: " ) + +# clear +# echo "私たちは、あなたのシステムが日本語に設定されていることを検出した" +# echo "これは、ROMのキッチンになりたい方法です?" + +# read -p "はい/いいえ?" answer + +# if [ "$answer" == "はい" ] || [ "$answer" == "h" ]; then +# echo "ja" > $LOCAL/config/language +# echo "" +# echo $langsaved +# read -p "$entertocontinue" done +# elif [ "$answer" == "いいえ" ] || [ "$answer" == "ī" ]; then +# echo "" +# echo "あなたが代わりに使用する言語たいですか?" +# langselect +# else +# echo "" +# echo $notproperselection +# read -p "$entertocontinue" done +# initlang +# fi # Korean ## THIS NEEDS TO BE RETRANSLATED, USED GOOGLE TRANSLATE! ## -elif ( echo $LANG | grep -q "ko_" ); then - langsaved=$( echo "한국어로 저장 언어" ) - notproperselection=$( echo "당신은 올바른 선택을하지 않았다, 다시 시도하십시오!" ) - entertocontinue=$( echo "계속하려면 Enter 키를 누르십시오: " ) - - clear - echo "우리는 당신의 시스템이 한국어로 설정되어 있음을 감지 한" - echo "이것은 당신이 롬 부엌이 원하는 방법인가?" - - echo "" - echo "## 이것은 구글 번역 사용하여 번역되었다 ##" - echo "## 이 안 좋은 번역이었다 또는 알려 주시기" - echo "위하여 저에게 연락하십시오 ##" - - read -p "예/아니오?" answer - - if [ "$answer" == "예" ] || [ "$answer" == "y" ]; then - echo "ko" > $LOCAL/config/language - echo "" - echo $langsaved - read -p "$entertocontinue" done - elif [ "$answer" == "아니오" ] || [ "$answer" == "a" ]; then - echo "" - echo "대신 사용하는 언어는 무엇할까요?" - langselect - else - echo "" - echo $notproperselection - read -p "$entertocontinue" done - initlang - fi +# elif ( echo $LANG | grep -q "ko_" ); then +# langsaved=$( echo "한국어로 저장 언어" ) +# notproperselection=$( echo "당신은 올바른 선택을하지 않았다, 다시 시도하십시오!" ) +# entertocontinue=$( echo "계속하려면 Enter 키를 누르십시오: " ) + +# clear +# echo "우리는 당신의 시스템이 한국어로 설정되어 있음을 감지 한" +# echo "이것은 당신이 롬 부엌이 원하는 방법인가?" + +# echo "" +# echo "## 이것은 구글 번역 사용하여 번역되었다 ##" +# echo "## 이 안 좋은 번역이었다 또는 알려 주시기" +# echo "위하여 저에게 연락하십시오 ##" + +# read -p "예/아니오?" answer + +# if [ "$answer" == "예" ] || [ "$answer" == "y" ]; then +# echo "ko" > $LOCAL/config/language +# echo "" +# echo $langsaved +# read -p "$entertocontinue" done +# elif [ "$answer" == "아니오" ] || [ "$answer" == "a" ]; then +# echo "" +# echo "대신 사용하는 언어는 무엇할까요?" +# langselect +# else +# echo "" +# echo $notproperselection +# read -p "$entertocontinue" done +# initlang +# fi else langsaved=$( echo "Language saved as English" ) notproperselection=$( echo "You did not make a proper selection, try again!" ) entertocontinue=$( echo "Press Enter to continue: " ) clear + echo "Your language is either not supported or" echo "We could not detect what language your system uses" echo "Default setting is english, will this be ok?" read -p "yes/no?" answer @@ -388,6 +349,7 @@ if ( cat $LOCAL/config/language | grep -q "en" ); then elif ( cat $LOCAL/config/language | grep -q "es" ); then . $LOCAL/translation/spanishmackerel # French +## NOT ACTIVE elif ( cat $LOCAL/config/language | grep -q "fr" ); then . $LOCAL/translation/europeanpilchard # German @@ -397,12 +359,15 @@ elif ( cat $LOCAL/config/language | grep -q "de" ); then elif ( cat $LOCAL/config/language | grep -q "ptbr" ); then . $LOCAL/translation/pirarucu # Italian +## NOT ACTIVE elif ( cat $LOCAL/config/language | grep -q "it" ); then . $LOCAL/translation/italianbleak # Japanese +## NOT ACTIVE elif ( cat $LOCAL/config/language | grep -q "ja" ); then . $LOCAL/translation/bluefintuna # Korean +## NOT ACTIVE elif ( cat $LOCAL/config/language | grep -q "ko" ); then . $LOCAL/translation/koreanlamprey else From 24701f0cb5ffef08b82a21c5c742a086a2d74fff Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 22:14:52 -0700 Subject: [PATCH 048/155] fixkitchen: remove redeemer ending, will add into the actual script --- repair/fixkitchen | 5 ----- 1 file changed, 5 deletions(-) diff --git a/repair/fixkitchen b/repair/fixkitchen index 9ba0189..3e4a79b 100755 --- a/repair/fixkitchen +++ b/repair/fixkitchen @@ -460,11 +460,6 @@ if [ $cleananswer == "5" ]; then echo "Switching to Redeemer script.." echo "" ./redeemer - rm -rf $LOCAL/../redeemer - - echo "" - echo "Finished!" - read -p "Press Enter to continue: " done elif [ $remover == "Delete" ] || [ $remover == "delete" ]; then echo "" echo "Are you sure you want to remove the Kitchen app?" From e3159b81c07ca6fb6498504776b316c539916afe Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 22:16:24 -0700 Subject: [PATCH 049/155] scriptmakir: make it international! --- utility/scriptmakir | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/utility/scriptmakir b/utility/scriptmakir index d0d7dcb..f93246d 100755 --- a/utility/scriptmakir +++ b/utility/scriptmakir @@ -301,17 +301,20 @@ cat << EOF > $LOCAL/../redeemer # See the License for the specific language governing permissions and # limitations under the License. -echo "Redeemer is running!" +echo $SCRIPTMAKIRREDEEMER echo "" -echo "Removing Kitchen" +echo $SCRIPTMAKIRRMKITCHEN echo "" rm -rf .repo rm -rf .scripts rm -f swordkitchen.sh -echo "Settng Up Kitchen" +echo $SCRIPTMAKIRSETUPKITCHEN echo "" repo init -u http://github.com/TeamKeyblade/kitchen_manifest.git -b master repo sync +echo $COMPLETEDMESSAGE +read -p "$ENTERTOCONTINUE" done +rm -f $LOCAL/../redeemer EOF chmod a+x $LOCAL/../redeemer @@ -340,17 +343,17 @@ START if [ $AUTHOR == "destroyer" ]; then cat << TITLE >> $LOCAL/../$AUTHOR -echo "Destroyer is running!" +echo $SCRIPTMAKIRDESTROYER TITLE elif [ $AUTHOR == "destroyerofworlds" ]; then cat << TITLE >> $LOCAL/../$AUTHOR -echo "Destroyer of Worlds is running!" +echo $SCRIPTMAKIRDESTROYEROFWORLDS TITLE fi cat << BODY >> $LOCAL/../$AUTHOR echo "" -echo "Removing Kitchen" +echo $SCRIPTMAKIRRMKITCHEN echo "" rm -rf .repo rm -rf \$LOCAL @@ -359,15 +362,15 @@ BODY if [ $AUTHOR == "destroyerofworlds" ]; then cat << DESTROYREPOS >> $LOCAL/../$AUTHOR -echo "Removing Repository folder" +echo $SCRIPTMAKIRRMREPO echo "" rm -rf \$REPOS DESTROYREPOS fi cat << EOF >> $LOCAL/../$AUTHOR -echo "Finished! Press Enter to exit" -read done +echo $COMPLETEDMESSAGE +read -p "$ENTERTOCONTINUE" done rm -f $LOCAL/../$AUTHOR EOF From 3a3ae318f9ceabad964e9baa8edd3abe2fbf53f8 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 22:16:36 -0700 Subject: [PATCH 050/155] mahimahi: Add scriptmakir --- translation/mahimahi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index ab01ae2..9f621a9 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -60,6 +60,14 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Scriptmakir +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) + ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) From bc39eeeea3ab6a993cc3915ffda2c4354880b9c5 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 22:20:30 -0700 Subject: [PATCH 051/155] pirarucu: Add scriptmakir, NEEDS TRANSLATION --- translation/pirarucu | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index 0fdf69e..01d8788 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -66,6 +66,16 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Scriptmakir +## NEEDS TRANSLATION! +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) +## NEEDS TRANSLATION! + ## Kitchen export KITCHENMAINMENU=$( echo "Menu principal:" ) export KITCHENMENU1=$( echo " 1. Abrir novo/Atualizar Kitchen" ) From d918c6eaa0d852bf1ce5f81ceec51116432051a2 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 22:21:51 -0700 Subject: [PATCH 052/155] rabbitfish: Add scriptmakir, NEEDS TRANSLATION --- translation/rabbitfish | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 8c5496d..7d5ca48 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -67,6 +67,16 @@ export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) ## NEEDS TO BE TRANSLATED! ## +## Scriptmakir +## NEEDS TRANSLATION! +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) +## NEEDS TRANSLATION! + ## Kitchen export KITCHENMAINMENU=$( echo "Hauptmenü:" ) export KITCHENMENU1=$( echo " 1. Kitchen Einrichten / aktualisieren" ) From ea25401f267dda8b79f469cd928269169debfc62 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 22:23:43 -0700 Subject: [PATCH 053/155] spanishmackerel: Add scriptmakir, NEEDS TRANSLATION --- translation/spanishmackerel | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index b358e6a..603f639 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -63,6 +63,16 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Scriptmakir +## NEEDS TRANSLATION! +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) +## NEEDS TRANSLATION! + ## Kitchen export KITCHENMAINMENU=$( echo "Menú Principal:" ) export KITCHENMENU1=$( echo " 1. Configuración/Actualizar Cocina" ) From 01cab6cebb3feefda0a64437ac5091543142f5df Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 22:28:09 -0700 Subject: [PATCH 054/155] Add scriptmakir on not active translation files, NOT TRANSLATED --- translation/bluefintuna | 8 ++++++++ translation/europeanpilchard | 8 ++++++++ translation/italianbleak | 8 ++++++++ translation/koreanlamprey | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 77d383d..1b3d34a 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -62,6 +62,14 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Scriptmakir +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) + ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index e17d251..10944d7 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -62,6 +62,14 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Scriptmakir +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) + ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) diff --git a/translation/italianbleak b/translation/italianbleak index 886f044..6b89b89 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -62,6 +62,14 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Scriptmakir +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) + ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 4e85868..0b46b4e 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -62,6 +62,14 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Scriptmakir +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) + ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) From bf54dd6702b6f03589a223140612ad79dc7a065f Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 23:10:57 -0700 Subject: [PATCH 055/155] candywrapper: make it international! --- utility/candywrapper | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/utility/candywrapper b/utility/candywrapper index 55887cf..eb04209 100755 --- a/utility/candywrapper +++ b/utility/candywrapper @@ -22,14 +22,12 @@ if ( find .scripts 2> /dev/null 1>&2 ); then ./macosxinit fi else + . .scripts/utility/retardedbabelfish clear - echo "An Error Has Occurred!" - echo "======================" - echo "If you see this in error, please notify me at either xda or rootzwiki" - echo "if you prefer email you can reach me at mishana@swordrune10.net" - echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" - read -p "Press Enter to exit.." done + echo $ERRORHEADER + echo $ERRORCONTACTINFO + read -p "$ENTERTOEXIT" done exit 0 fi From 00aae57ef1331d9b61970183bf77dae15c349a0c Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 23:11:32 -0700 Subject: [PATCH 056/155] mahimahi: Update common --- translation/mahimahi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 9f621a9..3c2c611 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -22,6 +22,7 @@ export MENUGOBACK=$( echo "Go Back" ) export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ENTERTOEXIT=$( echo "Press Enter to exit: " ) export ABORTMESSAGE=$( echo "Aborting.." ) export COMPLETEDMESSAGE=$( echo "Finished!" ) export QUESTIONYESNO=$( echo "yes/no? " ) @@ -31,6 +32,8 @@ export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) ## Errors +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) From 194caf80fa6f440861f752558462210baef38f3b Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 19 Jan 2014 23:18:01 -0700 Subject: [PATCH 057/155] Revert "candywrapper: make it international!" This reverts commit bf54dd6702b6f03589a223140612ad79dc7a065f. --- utility/candywrapper | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/utility/candywrapper b/utility/candywrapper index eb04209..55887cf 100755 --- a/utility/candywrapper +++ b/utility/candywrapper @@ -22,12 +22,14 @@ if ( find .scripts 2> /dev/null 1>&2 ); then ./macosxinit fi else - . .scripts/utility/retardedbabelfish clear - echo $ERRORHEADER - echo $ERRORCONTACTINFO - read -p "$ENTERTOEXIT" done + echo "An Error Has Occurred!" + echo "======================" + echo "If you see this in error, please notify me at either xda or rootzwiki" + echo "if you prefer email you can reach me at mishana@swordrune10.net" + echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" + read -p "Press Enter to exit.." done exit 0 fi From f13370e4b36a683591ef90b36855473bab160c75 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 20 Jan 2014 14:41:56 -0700 Subject: [PATCH 058/155] configkitchen: make it international! --- repair/configkitchen | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/repair/configkitchen b/repair/configkitchen index b4e2d94..f007300 100755 --- a/repair/configkitchen +++ b/repair/configkitchen @@ -23,44 +23,41 @@ fi menu () { clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Kitchen Config Menu" -echo " 1. Edit Gitpuller" -echo " 2. Edit Romeditor" -echo " 3. Create/Edit other repo list" -echo " 4. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $REPOSYNCMENUTITLE +echo " 1. $REPOSYNCMENU1" +echo " 2. $REPOSYNCMENU2" +echo " 3. $REPOSYNCMENU3" +echo " 4. $MENUGOBACK" echo "" -read -p "Which one would you like to do?: " configs +read -p "$KITCHENMENUWHICH" configs if [ ! "$configs" ] || ( echo $configs | grep -q [A-Za-z] ) || [ $configs -gt "4" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi if [ $configs == "1" ]; then - cd $LOCAL/config - nano gitpuller + nano $LOCAL/config/gitpuller fi if [ $configs == "2" ]; then - cd $LOCAL/config - nano romeditor + nano $LOCAL/config/romeditor fi if [ $configs == "3" ]; then - cd $LOCAL/config - read -p "editing custom repos file location.." done - nano otherrepo - read -p "editing custom repos name" done - nano otherreponame + read -p "$REPOSYNCOTHERREPO" done + nano $LOCAL/config/otherrepo + read -p "$REPOSYNCOTHERREPONAME" done + nano $LOCAL/config/otherreponame fi if [ $configs == "4" ]; then echo "" - read -p "Returning to Main Menu, Press Enter to continue: " done + read -p "$MAINMENURETURN" done exit 0 fi From 9752cebca2ce9830442a1f30f11d8ae1d8a5f27f Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 20 Jan 2014 14:42:36 -0700 Subject: [PATCH 059/155] mahimahi: Update common and Add configkitchen --- translation/mahimahi | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/translation/mahimahi b/translation/mahimahi index 3c2c611..eae24fb 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -18,6 +18,7 @@ ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?: " ) export MENUGOBACK=$( echo "Go Back" ) export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) @@ -79,7 +80,7 @@ export KITCHENMENU3=$( echo " 3. Run Kitchen" ) export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) export KITCHENMENU6=$( echo " 6. Exit" ) -export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) + export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) export KITCHENTOUGH=$( echo "tough!" ) @@ -181,3 +182,11 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Configkitchen +export REPOSYNCMENUTITLE=$( echo "Kitchen Config Menu" ) +export REPOSYNCMENU1=$( echo "Edit Gitpuller" ) +export REPOSYNCMENU2=$( echo "Edit Romeditor" ) +export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) +export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) +export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) From 601733ed82d8d6bf345a0625e7d362d213660199 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 20 Jan 2014 14:42:55 -0700 Subject: [PATCH 060/155] kitchen: Use a more common setup to ask which menu item the user wants --- utility/kitchen | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utility/kitchen b/utility/kitchen index f221cbe..fe78dbe 100755 --- a/utility/kitchen +++ b/utility/kitchen @@ -33,8 +33,7 @@ echo $KITCHENMENU4 echo $KITCHENMENU5 echo $KITCHENMENU6 echo "" -echo $KITCHENMENUWHICH -read answer +read -P "$KITCHENMENUWHICH" answer if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "10" ]; then echo "" From 6272fef57b50ed8b92ea260e39d76908a7d6a006 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 20 Jan 2014 15:06:06 -0700 Subject: [PATCH 061/155] mahimahi: remove accidental whitespace --- translation/mahimahi | 1 - 1 file changed, 1 deletion(-) diff --git a/translation/mahimahi b/translation/mahimahi index eae24fb..ec900ac 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -80,7 +80,6 @@ export KITCHENMENU3=$( echo " 3. Run Kitchen" ) export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) export KITCHENMENU6=$( echo " 6. Exit" ) - export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) export KITCHENTOUGH=$( echo "tough!" ) From 8451ee08f16b27ea2c3a4a6dcc6142cc5b1dbfda Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 20 Jan 2014 15:08:04 -0700 Subject: [PATCH 062/155] pirarucu: Update common and Add configkitchen --- translation/pirarucu | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/translation/pirarucu b/translation/pirarucu index 01d8788..328a058 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -20,6 +20,9 @@ ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) +## NEEDS TRANSLATION! +export KITCHENMENUWHICH=$( echo "Which one would you like to do?: " ) +## NEEDS TRANSLATION! export MENUGOBACK=$( echo "Voltar" ) export NOTPROPERSELECTION=$( echo "Comando invalido, tente novamente!" ) export ENTERTOCONTINUE=$( echo "Pressione enter para continuar: " ) @@ -84,7 +87,6 @@ export KITCHENMENU3=$( echo " 3. Iniciar Kitchen" ) export KITCHENMENU4=$( echo " 4. Reparar Kitchen" ) export KITCHENMENU5=$( echo " 5. Auto criar Kitchen" ) export KITCHENMENU6=$( echo " 6. Sair" ) -export KITCHENMENUWHICH=$( echo "Selecione uma opção para continuar" ) export KITCHENTHANKS=$( echo "Volte sempre ;-)" ) export KITCHENBORED=$( echo "Voce parece intediado.. quer assistir um filme?" ) export KITCHENTOUGH=$( echo "ops! Tarde demais..." ) @@ -188,3 +190,11 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Configkitchen +export REPOSYNCMENUTITLE=$( echo "Kitchen Config Menu" ) +export REPOSYNCMENU1=$( echo "Edit Gitpuller" ) +export REPOSYNCMENU2=$( echo "Edit Romeditor" ) +export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) +export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) +export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) From a5ef07473752fb3a72ba9ac8f5d87160c8a54312 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 20 Jan 2014 15:20:03 -0700 Subject: [PATCH 063/155] remove menu numbers from translation files in kitchen menu --- translation/bluefintuna | 12 ++++++------ translation/europeanpilchard | 12 ++++++------ translation/italianbleak | 12 ++++++------ translation/koreanlamprey | 12 ++++++------ translation/mahimahi | 12 ++++++------ translation/pirarucu | 12 ++++++------ translation/rabbitfish | 12 ++++++------ translation/spanishmackerel | 12 ++++++------ utility/kitchen | 12 ++++++------ 9 files changed, 54 insertions(+), 54 deletions(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index 1b3d34a..518ae7f 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -72,12 +72,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) -export KITCHENMENU3=$( echo " 3. Run Kitchen" ) -export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) -export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) -export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo "Configure Kitchen" ) +export KITCHENMENU3=$( echo "Run Kitchen" ) +export KITCHENMENU4=$( echo "Fix Kitchen" ) +export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMENU6=$( echo "Exit" ) export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 10944d7..f833918 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -72,12 +72,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) -export KITCHENMENU3=$( echo " 3. Run Kitchen" ) -export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) -export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) -export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo "Configure Kitchen" ) +export KITCHENMENU3=$( echo "Run Kitchen" ) +export KITCHENMENU4=$( echo "Fix Kitchen" ) +export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMENU6=$( echo "Exit" ) export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) diff --git a/translation/italianbleak b/translation/italianbleak index 6b89b89..14ca330 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -72,12 +72,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) -export KITCHENMENU3=$( echo " 3. Run Kitchen" ) -export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) -export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) -export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo "Configure Kitchen" ) +export KITCHENMENU3=$( echo "Run Kitchen" ) +export KITCHENMENU4=$( echo "Fix Kitchen" ) +export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMENU6=$( echo "Exit" ) export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 0b46b4e..076964a 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -72,12 +72,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) -export KITCHENMENU3=$( echo " 3. Run Kitchen" ) -export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) -export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) -export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo "Configure Kitchen" ) +export KITCHENMENU3=$( echo "Run Kitchen" ) +export KITCHENMENU4=$( echo "Fix Kitchen" ) +export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMENU6=$( echo "Exit" ) export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) diff --git a/translation/mahimahi b/translation/mahimahi index ec900ac..4686b2d 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -74,12 +74,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo " 1. Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo " 2. Configure Kitchen" ) -export KITCHENMENU3=$( echo " 3. Run Kitchen" ) -export KITCHENMENU4=$( echo " 4. Fix Kitchen" ) -export KITCHENMENU5=$( echo " 5. Auto Build Kitchen" ) -export KITCHENMENU6=$( echo " 6. Exit" ) +export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo "Configure Kitchen" ) +export KITCHENMENU3=$( echo "Run Kitchen" ) +export KITCHENMENU4=$( echo "Fix Kitchen" ) +export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMENU6=$( echo "Exit" ) export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) export KITCHENTOUGH=$( echo "tough!" ) diff --git a/translation/pirarucu b/translation/pirarucu index 328a058..b452d1f 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -81,12 +81,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Menu principal:" ) -export KITCHENMENU1=$( echo " 1. Abrir novo/Atualizar Kitchen" ) -export KITCHENMENU2=$( echo " 2. Configurar Kitchen" ) -export KITCHENMENU3=$( echo " 3. Iniciar Kitchen" ) -export KITCHENMENU4=$( echo " 4. Reparar Kitchen" ) -export KITCHENMENU5=$( echo " 5. Auto criar Kitchen" ) -export KITCHENMENU6=$( echo " 6. Sair" ) +export KITCHENMENU1=$( echo "Abrir novo/Atualizar Kitchen" ) +export KITCHENMENU2=$( echo "Configurar Kitchen" ) +export KITCHENMENU3=$( echo "Iniciar Kitchen" ) +export KITCHENMENU4=$( echo "Reparar Kitchen" ) +export KITCHENMENU5=$( echo "Auto criar Kitchen" ) +export KITCHENMENU6=$( echo "Sair" ) export KITCHENTHANKS=$( echo "Volte sempre ;-)" ) export KITCHENBORED=$( echo "Voce parece intediado.. quer assistir um filme?" ) export KITCHENTOUGH=$( echo "ops! Tarde demais..." ) diff --git a/translation/rabbitfish b/translation/rabbitfish index 7d5ca48..91bca2f 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -79,12 +79,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Hauptmenü:" ) -export KITCHENMENU1=$( echo " 1. Kitchen Einrichten / aktualisieren" ) -export KITCHENMENU2=$( echo " 2. Kitchen Konfigurieren" ) -export KITCHENMENU3=$( echo " 3. Starten" ) -export KITCHENMENU4=$( echo " 4. Kitchen reparieren" ) -export KITCHENMENU5=$( echo " 5. Autobuild" ) -export KITCHENMENU6=$( echo " 6. Ausgang" ) +export KITCHENMENU1=$( echo "Kitchen Einrichten / aktualisieren" ) +export KITCHENMENU2=$( echo "Kitchen Konfigurieren" ) +export KITCHENMENU3=$( echo "Starten" ) +export KITCHENMENU4=$( echo "Kitchen reparieren" ) +export KITCHENMENU5=$( echo "Autobuild" ) +export KITCHENMENU6=$( echo "Ausgang" ) export KITCHENMENUWHICH=$( echo "Was möchten Sie tun?" ) export KITCHENTHANKS=$( echo "Wir danken für die Nutzung des Swordrune10 Kitchen! Auf Wiedersehen.." ) export KITCHENBORED=$( echo "Sie scheinen gelangweilt .. möchten Sie einen Film schauen?" ) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 603f639..27fe25c 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -75,12 +75,12 @@ export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) ## Kitchen export KITCHENMAINMENU=$( echo "Menú Principal:" ) -export KITCHENMENU1=$( echo " 1. Configuración/Actualizar Cocina" ) -export KITCHENMENU2=$( echo " 2. Configurar Cocina" ) -export KITCHENMENU3=$( echo " 3. Ejecutar Cocina " ) -export KITCHENMENU4=$( echo " 4. Reparar Cocina" ) -export KITCHENMENU5=$( echo " 5. Generar la Cocina Automáticamente" ) -export KITCHENMENU6=$( echo " 6. Salir" ) +export KITCHENMENU1=$( echo "Configuración/Actualizar Cocina" ) +export KITCHENMENU2=$( echo "Configurar Cocina" ) +export KITCHENMENU3=$( echo "Ejecutar Cocina " ) +export KITCHENMENU4=$( echo "Reparar Cocina" ) +export KITCHENMENU5=$( echo "Generar la Cocina Automáticamente" ) +export KITCHENMENU6=$( echo "Salir" ) export KITCHENMENUWHICH=$( echo "¿Cuál quieres hacer?" ) export KITCHENTHANKS=$( echo "Gracias por utilizar la cocina de Swordrune10! Adiós.." ) export KITCHENBORED=$( echo "Pareces aburrido .. ¿Quieres ver una película?" ) diff --git a/utility/kitchen b/utility/kitchen index fe78dbe..6d3b7ca 100755 --- a/utility/kitchen +++ b/utility/kitchen @@ -26,12 +26,12 @@ clear echo $KITCHENTITLE echo $KITCHENUNDERLINE echo $KITCHENMAINMENU -echo $KITCHENMENU1 -echo $KITCHENMENU2 -echo $KITCHENMENU3 -echo $KITCHENMENU4 -echo $KITCHENMENU5 -echo $KITCHENMENU6 +echo " 1. "$KITCHENMENU1 +echo " 2. "$KITCHENMENU2 +echo " 3. "$KITCHENMENU3 +echo " 4. "$KITCHENMENU4 +echo " 5. "$KITCHENMENU5 +echo " 6. "$KITCHENMENU6 echo "" read -P "$KITCHENMENUWHICH" answer From bb4871b11b9be95a4dc800a7e47fabed5cfb0d71 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 17:21:54 -0700 Subject: [PATCH 064/155] buildmenu: make it international! --- build/buildmenu | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/build/buildmenu b/build/buildmenu index 9ed07c9..c947a8a 100755 --- a/build/buildmenu +++ b/build/buildmenu @@ -23,28 +23,27 @@ fi menu () { clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build Nexus 4" -echo " 2. Build Nexus 5" -echo " 3. Build Nexus 7" -echo " 4. Build Nexus 10" -echo " 5. Build Galaxy Nexus" -echo " 6. Build Nexus S" -echo " 7. Build Xoom Tablet" -echo " 8. Build all above!" -echo " 9. Build other device" -echo " 10. Build with other repository" -echo " 11. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDMENU1" +echo " 2. $BUILDMENU2" +echo " 3. $BUILDMENU3" +echo " 4. $BUILDMENU4" +echo " 5. $BUILDMENU5" +echo " 6. $BUILDMENU6" +echo " 7. $BUILDMENU7" +echo " 8. $BUILDMENU8" +echo " 9. $BUILDMENU9" +echo " 10. $$BUILDMENU10" +echo " 11. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildanswer +read -p "$KITCHENMENUWHICH" buildanswer if [ ! "$buildanswer" ] || ( echo $buildanswer | grep -q [A-Za-z] ) || [ $buildanswer -gt "11" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi @@ -98,7 +97,7 @@ fi if [ $buildanswer == "11" ]; then echo "" - read -p "Returning to Main Menu, Press Enter to continue: " done + read -p "$MAINMENURETURN" done exit 0 fi From 7dbae8e4d8e6b0a37ab559aab1142095e5f8e4de Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 17:22:19 -0700 Subject: [PATCH 065/155] mahimahi: Add buildmenu --- translation/mahimahi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 4686b2d..1e29146 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -189,3 +189,16 @@ export REPOSYNCMENU2=$( echo "Edit Romeditor" ) export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) From 2a693df335d4ce1bfd99bdbe0ef5df0338701957 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 17:24:20 -0700 Subject: [PATCH 066/155] pirarucu: Add buildmenu, NOT TRANSLATED --- translation/pirarucu | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index b452d1f..fa96faa 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -198,3 +198,16 @@ export REPOSYNCMENU2=$( echo "Edit Romeditor" ) export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) From 924d609bf16ffc48e81cf4f1242f7cf57a400041 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 17:26:46 -0700 Subject: [PATCH 067/155] rabbitfish: Add buildmenu, NOT TRANSLATED --- translation/rabbitfish | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 91bca2f..fb097e7 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -189,3 +189,16 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) From 0d8dd5b6bed5eccbeab7103c4d8d2a67ecd7bd55 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 17:31:24 -0700 Subject: [PATCH 068/155] spanishmackerel: Add buildmenu, NOT TRANSLATED --- translation/spanishmackerel | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 27fe25c..80f8910 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -185,3 +185,16 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) From 8e86923b03a3076d07a539e228ddcb6c5c5b31d9 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 17:37:11 -0700 Subject: [PATCH 069/155] non-active translation files: Add buildmenu, NOT TRANSLATED --- translation/bluefintuna | 13 +++++++++++++ translation/europeanpilchard | 13 +++++++++++++ translation/italianbleak | 13 +++++++++++++ translation/koreanlamprey | 13 +++++++++++++ 4 files changed, 52 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 518ae7f..8739be3 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -180,3 +180,16 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index f833918..45f9a5b 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -180,3 +180,16 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) diff --git a/translation/italianbleak b/translation/italianbleak index 14ca330..ff52f55 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -180,3 +180,16 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 076964a..90328c5 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -180,3 +180,16 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Buildmenu +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) From 364182b8c800035e11fd7ad94520a0bfefda33ef Mon Sep 17 00:00:00 2001 From: japoina92 Date: Wed, 22 Jan 2014 02:24:29 +0100 Subject: [PATCH 070/155] Update spanishmackerel finish! --- translation/spanishmackerel | 86 ++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 27fe25c..52d8690 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -33,25 +33,25 @@ export ANSWERN=$( echo "n" ) ## Errors ## NEEDS TRANSLATION! -export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki -If you prefer email you can reach me at mishana@swordrune10.net -If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) -export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +export ERRORCONTACTINFO=$( echo "Si usted ve este error, por favor notificar ya sea xda o RootzWiki +Si prefiere por Email puedes encontrarme en: mishana@swordrune10.net +Si también está inclinado, tengo un canal freenode #Swordrune10Kitchen" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit no soportado! ===================== -Build enviroment installation only supports 64-bit Operating Systems" ) -export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +El Entorno de compilacion solo soporta Sistemas Operativos de 64-bit " ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Sistema Operativo NO soportado! =============================== -Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) -Debian (General Support) -Linux Mint (General Support) -Arch Linux (General Support) -Fedora (General Support) -Mac OS X (Semi-General Support)" ) +Sistemas Operativos Soportados (SOLO 64-bit): +Ubuntu 10.04 - 13.10 (Soporte Completo) +Debian (Soporte General) +Linux Mint (Soporte General) +Arch Linux (Soporte General) +Fedora (Soporte General) +Mac OS X (Soporte Semi-General)" ) ## NEEDS TRANSLATION! ## Repos -export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSKITCHEN=$( echo "Aplicacion De Cocina" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) @@ -65,12 +65,12 @@ export REPOSPARA=$( echo "ParanoidAndroid" ) ## Scriptmakir ## NEEDS TRANSLATION! -export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) -export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) -export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) -export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) -export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) -export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer se está ejecutando!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Eliminación de Cocina" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Configurando Cocina" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destructor se esta Ejecutando!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destructor del Mundo esta Ejecutando!" ) +export SCRIPTMAKIRRMREPO=$( echo "Eliminando Carpeta de Repositorio" ) ## NEEDS TRANSLATION! ## Kitchen @@ -155,33 +155,33 @@ export REPOSYNCOTHERREPOBRANCH=$( echo "¿Cuál es la rama del manifiesto que de ## EVERYTHING BELOW NEEDS TRANSLATION! ## Environmentsetup -export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) -export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) -export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) -export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) -export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) +export ENVIRONMENTSETUPINIT=$( echo "Inicializando el entorno de Compilacion" ) +export ENVIRONMENTSETUPOS=$( echo "Verificando que Sistema Operativo estas Usando" ) +export ENVIRONMENTSETUPINSTALL=$( echo "Instalando los paquetes necesarios,por favor introduzca su Contraseña" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Esta Xcode Instalado? Recomendamos la version 3.1.4 O mas nueva" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Esta MacPorts Instalado?" ) # Platform -export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) -export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) -export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) -export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) -export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) -export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) -export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) -export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) +export ENVIRONMENTSETUPFEDORA=$( echo "Estas Usando Fedora o RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "Estas Usando Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "Estas Usando Ubuntu, Cualquier 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "Estas Usando Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "Estas Usando Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "Estas Usando Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "Estas Usando Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "Estas Usando Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "Estas Usando Mac OS X!" ) # Java export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) -export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) -export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) -export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) -export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Obteniando la pagina de descarga de Java SE " ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Obteniendo página de descarga versión actual" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Obteniendo página de descarga versión anterior" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Instalar java tomará un tiempo, para hacer esto legalmente la aplicación de Cocina utilizará instalador java de WebUpd8" ) ## Preupdate -export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) -export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) -export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) -export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) -export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +export PREUPDATEAOSP43=$( echo "Actualizando $REPOSAOSP43's local_manifests Carpeta" ) +export PREUPDATEAOSP=$( echo "Actualizando $REPOSAOSP's local_manifests Carpeta" ) +export PREUPDATECM10=$( echo "Actualizando $REPOSCM10's local_manifests Carpeta" ) +export PREUPDATECM=$( echo "Actualizando $REPOSCM's local_manifests Carpeta" ) +export PREUPDATEOMNI=$( echo "Actualizando $REPOSOMNI's local_manifests Carpeta" ) From f6ff2641614f11374cedd7df6340248c0eb9aa71 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 18:30:47 -0700 Subject: [PATCH 071/155] Revert "spanishmackerel: Add buildmenu, NOT TRANSLATED" This reverts commit 0d8dd5b6bed5eccbeab7103c4d8d2a67ecd7bd55. --- translation/spanishmackerel | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 80f8910..27fe25c 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -185,16 +185,3 @@ export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) - -## Buildmenu -export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) -export BUILDMENU1=$( echo "Build Nexus 4" ) -export BUILDMENU2=$( echo "Build Nexus 5" ) -export BUILDMENU3=$( echo "Build Nexus 7" ) -export BUILDMENU4=$( echo "Build Nexus 10" ) -export BUILDMENU5=$( echo "Build Galaxy Nexus" ) -export BUILDMENU6=$( echo "Build Nexus S" ) -export BUILDMENU7=$( echo "Build Xoom Tablet" ) -export BUILDMENU8=$( echo "Build all above!" ) -export BUILDMENU9=$( echo "Build other device" ) -export BUILDMENU10=$( echo "Build with other repository" ) From 99026fe7b45348f5cceee25e8015bd6b0a24e5d5 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 19:59:04 -0700 Subject: [PATCH 072/155] builddevice: make it international! --- build/builddevice | 293 ++++++++++++++++++++++++---------------------- 1 file changed, 153 insertions(+), 140 deletions(-) diff --git a/build/builddevice b/build/builddevice index ddb0652..f008bdb 100755 --- a/build/builddevice +++ b/build/builddevice @@ -23,28 +23,28 @@ fi repomenu () { clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "$devicefullname is selected to be built!" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo "$devicefullname $BUILDDEVICEBEBUILT" echo "" -echo "Which android repository are we building from today?" -echo " 1. Android Open Kang Project repository" -echo " 2. Android Open Source Project repository 4.3" -echo " 3. Android Open Source Project repository 4.4" -echo " 4. Carbon repository" -echo " 5. Cyanogenmod 10.2 repository" -echo " 6. Cyanogenmod 11 repository" -echo " 7. Evervolv repository" -echo " 8. omnirom repository" -echo " 9. PAC-man repository" -echo " 10. ParanoidAndroid repository" -echo " 11. Go Back" -read version +echo $BUILDDEVICEWHICHREPO +echo " 1. $BUILDREPOMENU1" +echo " 2. $BUILDREPOMENU2" +echo " 3. $BUILDREPOMENU3" +echo " 4. $BUILDREPOMENU4" +echo " 5. $BUILDREPOMENU5" +echo " 6. $BUILDREPOMENU6" +echo " 7. $BUILDREPOMENU7" +echo " 8. $BUILDREPOMENU8" +echo " 9. $BUILDREPOMENU9" +echo " 10. $BUILDREPOMENU10" +echo " 11. $MENUGOBACK" +read -p "$KITCHENMENUWHICH" version if [ ! "$version" ] || ( echo $version | grep -q [A-Za-z] ) || [ $version -gt "11" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi @@ -100,14 +100,14 @@ fi if [ $version == "11" ]; then echo "" - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$MAINMENURETURN" done exit 0 fi if ( ! find $REPOS/$SCRIPT_REPO-$REPO_PLATFORM -maxdepth 1 &> /dev/null ); then echo "" - echo "The selected android repository is not setup!" - read -p "Press Enter to continue: " done + echo $BUILDREPONOTSETUP + read -p "$ENTERTOCONTINUE" done repomenu fi @@ -121,8 +121,8 @@ if [ $SCRIPT_REPO == "aokp" ]; then -e 's/-userdebug//' \ $REPOS/aokp-jb/vendor/aokp/vendorsetup.sh | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -132,8 +132,8 @@ if [ $SCRIPT_REPO == "aosp" ]; then -e 's/-userdebug//' \ $REPOS/aosp-$REPO_PLATFORM/device/*/$SCRIPT_DEVICE/vendorsetup.sh | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -143,8 +143,8 @@ if [ $SCRIPT_REPO == "carbon" ]; then -e 's/-userdebug//' \ $REPOS/carbon-kitkat/vendor/carbon/vendorsetup.sh | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -152,8 +152,8 @@ fi if [ $SCRIPT_REPO == "cm" ]; then if ( ! cat $LOCAL/config/cm-master-list | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -163,8 +163,8 @@ if [ $SCRIPT_REPO == "evervolv" ]; then -e 's/-userdebug//' \ $REPOS/evervolv-kitkat/vendor/ev/vendorsetup.sh | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -174,8 +174,8 @@ if [ $SCRIPT_REPO == "omni" ]; then -e 's/-userdebug//' \ $REPOS/omni-kitkat/device/*/$SCRIPT_DEVICE/vendorsetup.sh | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -185,8 +185,8 @@ if [ $SCRIPT_REPO == "pacman" ]; then -e 's/-userdebug//' \ $REPOS/pacman-jb/vendor/pac/vendorsetup.sh | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -196,8 +196,8 @@ if [ $SCRIPT_REPO == "paranoid" ]; then -e 's/-userdebug//' \ $REPOS/paranoid-jb/vendor/pa/vendorsetup.sh | grep -q $SCRIPT_DEVICE ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -210,31 +210,30 @@ exit 0 nexus4menu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build GSM Nexus 4" -echo " 2. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDDEVICENEXUS4" +echo " 2. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildnexus4 +read -p "$KITCHENMENUWHICH" buildnexus4 if [ ! "$buildnexus4" ] || ( echo $buildnexus4 | grep -q [A-Za-z] ) || [ $buildnexus4 -gt "2" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done nexus4menu fi if [ $buildnexus4 == "1" ]; then - devicefullname=$(echo "GSM Nexus 4") + devicefullname=$(echo $NEXUS4) export SCRIPT_DEVICE=$(echo "mako") repomenu fi if [ $buildnexus4 == "2" ]; then echo "" - read -p "Press Enter to go back: " done + read -p "$ENTERTOCONTINUE" done exit 0 fi nexus4menu @@ -243,31 +242,30 @@ nexus4menu nexus5menu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build LTE Nexus 5" -echo " 2. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDDEVICENEXUS5" +echo " 2. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildnexus5 +read -p "$KITCHENMENUWHICH" buildnexus5 if [ ! "$buildnexus5" ] || ( echo $buildnexus5 | grep -q [A-Za-z] ) || [ $buildnexus5 -gt "2" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done nexus5menu fi if [ $buildnexus5 == "1" ]; then - devicefullname=$(echo "LTE Nexus 5") + devicefullname=$(echo $NEXUS5) export SCRIPT_DEVICE=$(echo "hammerhead") repomenu fi if [ $buildnexus5 == "2" ]; then echo "" - read -p "Press Enter to go back: " done + read -p "$ENTERTOCONTINUE" done exit 0 fi nexus5menu @@ -276,45 +274,44 @@ nexus5menu gnexusmenu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build GSM Galaxy Nexus" -echo " 2. Build Sprint Galaxy Nexus" -echo " 3. Build Verizon Galaxy Nexus" -echo " 4. Build all above!" -echo " 5. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDDEVICEGSMGNEXUS" +echo " 2. $BUILDDEVICESPRGNEXUS" +echo " 3. $BUILDDEVICEVZWGNEXUS" +echo " 4. $BUILDDEVICEALLABOVE" +echo " 5. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildgnexus +read -p "$KITCHENMENUWHICH" buildgnexus if [ ! "$buildgnexus" ] || ( echo $buildgnexus | grep -q [A-Za-z] ) || [ $buildgnexus -gt "5" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done gnexusmenu fi if [ $buildgnexus == "1" ]; then - devicefullname=$(echo "GSM Galaxy Nexus") + devicefullname=$(echo $GSMGNEXUS) export SCRIPT_DEVICE=$(echo "maguro") repomenu fi if [ $buildgnexus == "2" ]; then - devicefullname=$(echo "Sprint Galaxy Nexus") + devicefullname=$(echo $SPRGNEXUS) export SCRIPT_DEVICE=$(echo "toroplus") repomenu fi if [ $buildgnexus == "3" ]; then - devicefullname=$(echo "Verizon Galaxy Nexus") + devicefullname=$(echo $VZWGNEXUS) export SCRIPT_DEVICE=$(echo "toro") repomenu fi if [ $buildgnexus == "4" ]; then - devicefullname=$(echo "All Galaxy Nexi") + devicefullname=$(echo $ALLGNEXUS) export SCRIPT_DEVICE=$(echo "maguro") repomenu @@ -330,7 +327,7 @@ fi if [ $buildgnexus == "5" ]; then echo "" - read -p "Press Enter to go back: " done + read -p "$ENTERTOCONTINUE" done exit 0 fi gnexusmenu @@ -340,38 +337,37 @@ gnexusmenu nexussmenu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build GSM Nexus S" -echo " 2. Build Sprint Nexus S 4G" -echo " 3. Build all above!" -echo " 4. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDDEVICEGSMNEXUSS" +echo " 2. $BUILDDEVICESPRNEXUSS" +echo " 3. $BUILDDEVICEALLABOVE" +echo " 4. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildnexuss +read -p "$KITCHENMENUWHICH" buildnexuss if [ ! "$buildnexuss" ] || ( echo $buildnexuss | grep -q [A-Za-z] ) || [ $buildnexuss -gt "4" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done nexussmenu fi if [ $buildnexuss == "1" ]; then - devicefullname=$(echo "GSM Nexus S") + devicefullname=$(echo $GSMNEXUSS) export SCRIPT_DEVICE=$(echo "crespo") repomenu fi if [ $buildnexuss == "2" ]; then - devicefullname=$(echo "Sprint Nexus S 4G") + devicefullname=$(echo $SPRNEXUSS) export SCRIPT_DEVICE=$(echo "crespo4g") repomenu fi if [ $buildnexuss == "3" ]; then - devicefullname=$(echo "All Nexus S'") + devicefullname=$(echo $ALLNEXUSS) export SCRIPT_DEVICE=$(echo "crespo") repomenu @@ -383,7 +379,7 @@ fi if [ $buildnexuss == "4" ]; then echo "" - read -p "Press Enter to go back: " done + read -p "$ENTERTOCONTINUE" done exit 0 fi nexussmenu @@ -392,41 +388,41 @@ nexussmenu nexus7menu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build Wifi Nexus 7 (2012) Tablet" -echo " 2. Build GSM Nexus 7 (2012) Tablet" -echo " 3. Build all (2012) ones!" -echo " 4. Build Wifi Nexus 7 (2013) Tablet" -echo " 5. Build LTE Nexus 7 (2013) Tablet" -echo " 6. Build all (2013) ones!" -echo " 7. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDDEVICEWIFINEXUS72012" +echo " 2. $BUILDDEVICEGSMNEXUS72012" +echo " 3. $BUILDDEVICEALLNEXUS72012" +echo " 4. $BUILDDEVICEWIFINEXUS72013" +echo " 5. $BUILDDEVICELTENEXUS72013" +echo " 6. $BUILDDEVICEALLNEXUS72013" +echo " 7. $BUILDDEVICEALLABOVE" +echo " 8. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildnexus7 +read -p "$KITCHENMENUWHICH" buildnexus7 -if [ ! "$buildnexus7" ] || ( echo $buildnexus7 | grep -q [A-Za-z] ) || [ $buildnexus7 -gt "7" ]; then +if [ ! "$buildnexus7" ] || ( echo $buildnexus7 | grep -q [A-Za-z] ) || [ $buildnexus7 -gt "8" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done nexus7menu fi if [ $buildnexus7 == "1" ]; then - devicefullname=$(echo "Wifi Nexus 7 (2012) Tablet") + devicefullname=$(echo $WIFINEXUS72012) export SCRIPT_DEVICE=$(echo "grouper") repomenu fi if [ $buildnexus7 == "2" ]; then - devicefullname=$(echo "GSM Nexus 7 (2012) Tablet") + devicefullname=$(echo $GSMNEXUS72012) export SCRIPT_DEVICE=$(echo "tilapia") repomenu fi if [ $buildnexus7 == "3" ]; then - devicefullname=$(echo "All Nexus 7 (2012) Tablet's") + devicefullname=$(echo $ALLNEXUS72012) export SCRIPT_DEVICE=$(echo "grouper") repomenu @@ -437,19 +433,19 @@ if [ $buildnexus7 == "3" ]; then fi if [ $buildnexus7 == "4" ]; then - devicefullname=$(echo "Wifi Nexus 7 (2013) Tablet") + devicefullname=$(echo $WIFINEXUS72013) export SCRIPT_DEVICE=$(echo "flo") repomenu fi if [ $buildnexus7 == "5" ]; then - devicefullname=$(echo "LTE Nexus 7 (2013) Tablet") + devicefullname=$(echo $LTENEXUS72012) export SCRIPT_DEVICE=$(echo "deb") repomenu fi if [ $buildnexus7 == "6" ]; then - devicefullname=$(echo "All Nexus 7 (2013) Tablet's") + devicefullname=$(echo $ALLNEXUS72013) export SCRIPT_DEVICE=$(echo "flo") repomenu @@ -459,9 +455,28 @@ if [ $buildnexus7 == "6" ]; then devicecheck fi +if [ $buildnexus7 == "7" ]; then + devicefullname=$(echo $ALLNEXUS7) + + export SCRIPT_DEVICE=$(echo "grouper") + repomenu + + export SCRIPT_DEVICE=$(echo "tilapia") + export SLOPPYSECONDS=true + devicecheck + + export SCRIPT_DEVICE=$(echo "flo") + export SLOPPYSECONDS=true + devicecheck + + export SCRIPT_DEVICE=$(echo "deb") + export SLOPPYSECONDS=true + devicecheck +fi + if [ $buildnexus7 == "7" ]; then echo "" - read -p "Press Enter to go back: " done + read -p "$ENTERTOCONTINUE" done exit 0 fi nexus7menu @@ -470,31 +485,30 @@ nexus7menu nexus10menu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build Wifi Nexus 10" -echo " 2. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDDEVICENEXUS10" +echo " 2. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildnexus10 +read -p "$KITCHENMENUWHICH" buildnexus10 if [ ! "$buildnexus10" ] || ( echo $buildnexus10 | grep -q [A-Za-z] ) || [ $buildnexus10 -gt "2" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done nexus10menu fi if [ $buildnexus10 == "1" ]; then - devicefullname=$(echo "Wifi Nexus 10") + devicefullname=$(echo "$NEXUS10") export SCRIPT_DEVICE=$(echo "manta") repomenu fi if [ $buildnexus10 == "2" ]; then echo "" - read -p "Press Enter to go back: " done + read -p "$ENTERTOCONTINUE" done exit 0 fi nexus10menu @@ -503,38 +517,37 @@ nexus10menu xoommenu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Today's Menu:" -echo " 1. Build Wifi Xoom Tablet" -echo " 2. Build Verizon Xoom Tablet" -echo " 3. Build all above!" -echo " 4. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDMENUTITLE +echo " 1. $BUILDDEVICEWIFIXOOM" +echo " 2. $BUILDDEVICEVZWXOOM" +echo " 3. $BUILDDEVICEALLABOVE" +echo " 4. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read buildxoom +read -p "$KITCHENMENUWHICH" buildxoom if [ ! "$buildxoom" ] || ( echo $buildxoom | grep -q [A-Za-z] ) || [ $buildxoom -gt "4" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done nexus10menu fi if [ $buildxoom == "1" ]; then - devicefullname=$(echo "Wifi Xoom Tablet") + devicefullname=$(echo $WIFIXOOM) export SCRIPT_DEVICE=$(echo "wingray") repomenu fi if [ $buildxoom == "2" ]; then - devicefullname=$(echo "Verizon Xoom Tablet") + devicefullname=$(echo $VZWXOOM) export SCRIPT_DEVICE=$(echo "stingray") repomenu fi if [ $buildxoom == "3" ]; then - devicefullname=$(echo "All Xoom Tablets") + devicefullname=$(echo $ALLXOOM) export SCRIPT_DEVICE=$(echo "stingray") repomenu @@ -546,14 +559,14 @@ fi if [ $buildxoom == "4" ]; then echo "" - read -p "Press Enter to go back: " done + read -p "$ENTERTOCONTINUE" done exit 0 fi xoommenu } allmenu(){ -devicefullname=$(echo "All Nexus Devices") +devicefullname=$(echo $ALLNEXUS) export SCRIPT_DEVICE=$(echo "mako") repomenu From 40267c53bfb84c837aeaff89e850c51b6528ecb1 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 19:59:22 -0700 Subject: [PATCH 073/155] mahimahi: Add devices, build common, and builddevice --- translation/mahimahi | 61 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/translation/mahimahi b/translation/mahimahi index 1e29146..a99543a 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -64,6 +64,29 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Devices +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) + ## Scriptmakir export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) @@ -190,8 +213,23 @@ export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) -## Buildmenu +## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) export BUILDMENU2=$( echo "Build Nexus 5" ) export BUILDMENU3=$( echo "Build Nexus 7" ) @@ -202,3 +240,24 @@ export BUILDMENU7=$( echo "Build Xoom Tablet" ) export BUILDMENU8=$( echo "Build all above!" ) export BUILDMENU9=$( echo "Build other device" ) export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICEALLABOVE=$( echo "Build all above!" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) From 96fa80b66d8fa9dac06e54ba71fd25a227832242 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 20:04:30 -0700 Subject: [PATCH 074/155] move build all above variable to build common --- build/builddevice | 8 ++++---- translation/mahimahi | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/builddevice b/build/builddevice index f008bdb..98eacf0 100755 --- a/build/builddevice +++ b/build/builddevice @@ -280,7 +280,7 @@ echo $BUILDMENUTITLE echo " 1. $BUILDDEVICEGSMGNEXUS" echo " 2. $BUILDDEVICESPRGNEXUS" echo " 3. $BUILDDEVICEVZWGNEXUS" -echo " 4. $BUILDDEVICEALLABOVE" +echo " 4. $BUILDALLABOVE" echo " 5. $MENUGOBACK" echo "" read -p "$KITCHENMENUWHICH" buildgnexus @@ -342,7 +342,7 @@ echo $KITCHENUNDERLINE echo $BUILDMENUTITLE echo " 1. $BUILDDEVICEGSMNEXUSS" echo " 2. $BUILDDEVICESPRNEXUSS" -echo " 3. $BUILDDEVICEALLABOVE" +echo " 3. $BUILDALLABOVE" echo " 4. $MENUGOBACK" echo "" read -p "$KITCHENMENUWHICH" buildnexuss @@ -397,7 +397,7 @@ echo " 3. $BUILDDEVICEALLNEXUS72012" echo " 4. $BUILDDEVICEWIFINEXUS72013" echo " 5. $BUILDDEVICELTENEXUS72013" echo " 6. $BUILDDEVICEALLNEXUS72013" -echo " 7. $BUILDDEVICEALLABOVE" +echo " 7. $BUILDALLABOVE" echo " 8. $MENUGOBACK" echo "" read -p "$KITCHENMENUWHICH" buildnexus7 @@ -522,7 +522,7 @@ echo $KITCHENUNDERLINE echo $BUILDMENUTITLE echo " 1. $BUILDDEVICEWIFIXOOM" echo " 2. $BUILDDEVICEVZWXOOM" -echo " 3. $BUILDDEVICEALLABOVE" +echo " 3. $BUILDALLABOVE" echo " 4. $MENUGOBACK" echo "" read -p "$KITCHENMENUWHICH" buildxoom diff --git a/translation/mahimahi b/translation/mahimahi index a99543a..c175d18 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -225,6 +225,7 @@ export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) @@ -244,7 +245,6 @@ export BUILDMENU10=$( echo "Build with other repository" ) ## Builddevice export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) -export BUILDDEVICEALLABOVE=$( echo "Build all above!" ) export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) From 162b82d7bead9b71341dd704ee4c663a89506845 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 20:06:47 -0700 Subject: [PATCH 075/155] pirarucu: Add devices, build common, and builddevice, NEEDS TRANSLATION --- translation/pirarucu | 63 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/translation/pirarucu b/translation/pirarucu index fa96faa..c3e9104 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -69,6 +69,31 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Devices +## NEEDS TRANSLATION! +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) +## NEEDS TRANSLATION! + ## Scriptmakir ## NEEDS TRANSLATION! export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) @@ -199,8 +224,24 @@ export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) -## Buildmenu +## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) export BUILDMENU2=$( echo "Build Nexus 5" ) export BUILDMENU3=$( echo "Build Nexus 7" ) @@ -211,3 +252,23 @@ export BUILDMENU7=$( echo "Build Xoom Tablet" ) export BUILDMENU8=$( echo "Build all above!" ) export BUILDMENU9=$( echo "Build other device" ) export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) From e6c43658efd895c35959c5111b217b7ddc0a5aa3 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 20:08:28 -0700 Subject: [PATCH 076/155] rabbitfish: Add devices, build common, and builddevice, NEEDS TRANSLATION --- translation/rabbitfish | 63 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/translation/rabbitfish b/translation/rabbitfish index fb097e7..928bf8b 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -67,6 +67,31 @@ export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) ## NEEDS TO BE TRANSLATED! ## +## Devices +## NEEDS TRANSLATION! +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) +## NEEDS TRANSLATION! + ## Scriptmakir ## NEEDS TRANSLATION! export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) @@ -190,8 +215,24 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) -## Buildmenu +## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) export BUILDMENU2=$( echo "Build Nexus 5" ) export BUILDMENU3=$( echo "Build Nexus 7" ) @@ -202,3 +243,23 @@ export BUILDMENU7=$( echo "Build Xoom Tablet" ) export BUILDMENU8=$( echo "Build all above!" ) export BUILDMENU9=$( echo "Build other device" ) export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) From 2ecbda87a28b11c78ce82ae38f5f95cd78e9e2f7 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 20:11:20 -0700 Subject: [PATCH 077/155] spanishmackerel: Add devices, build common, and builddevice, NEEDS TRANSLATION --- translation/spanishmackerel | 84 +++++++++++++++++++++++++++++++++---- 1 file changed, 76 insertions(+), 8 deletions(-) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 52d8690..50edff4 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -22,9 +22,7 @@ export MENUGOBACK=$( echo "Volver Atras" ) export NOTPROPERSELECTION=$( echo "No hiciste la selección adecuada, vuelve a intentarlo!" ) export ENTERTOCONTINUE=$( echo "Pulse Intro para continuar: " ) export MAINMENURETURN=$( echo "Volviendo al Menú Principal, Presiona Intro para Continuar: " ) -## NEEDS TRANSLATION! export ABORTMESSAGE=$( echo "Aborting.." ) -## NEEDS TRANSLATION! export COMPLETEDMESSAGE=$( echo "Finalizado!" ) export ANSWERYES=$( echo "sí" ) export ANSWERY=$( echo "s" ) @@ -32,7 +30,6 @@ export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) ## Errors -## NEEDS TRANSLATION! export ERRORCONTACTINFO=$( echo "Si usted ve este error, por favor notificar ya sea xda o RootzWiki Si prefiere por Email puedes encontrarme en: mishana@swordrune10.net Si también está inclinado, tengo un canal freenode #Swordrune10Kitchen" ) @@ -48,7 +45,6 @@ Linux Mint (Soporte General) Arch Linux (Soporte General) Fedora (Soporte General) Mac OS X (Soporte Semi-General)" ) -## NEEDS TRANSLATION! ## Repos export REPOSKITCHEN=$( echo "Aplicacion De Cocina" ) @@ -63,15 +59,38 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) -## Scriptmakir +## Devices ## NEEDS TRANSLATION! +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) +## NEEDS TRANSLATION! + +## Scriptmakir export SCRIPTMAKIRREDEEMER=$( echo "Redeemer se está ejecutando!" ) export SCRIPTMAKIRRMKITCHEN=$( echo "Eliminación de Cocina" ) export SCRIPTMAKIRSETUPKITCHEN=$( echo "Configurando Cocina" ) export SCRIPTMAKIRDESTROYER=$( echo "Destructor se esta Ejecutando!" ) export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destructor del Mundo esta Ejecutando!" ) export SCRIPTMAKIRRMREPO=$( echo "Eliminando Carpeta de Repositorio" ) -## NEEDS TRANSLATION! ## Kitchen export KITCHENMAINMENU=$( echo "Menú Principal:" ) @@ -152,8 +171,6 @@ export REPOSYNCOTHERREPOSHORTNAME=$( echo "Cual es la abreviatura de este Reposi export REPOSYNCOTHERREPOURL=$( echo "Cual es la url hasta el manifiesto del repositorio?" ) export REPOSYNCOTHERREPOBRANCH=$( echo "¿Cuál es la rama del manifiesto que desea utilizar?" ) -## EVERYTHING BELOW NEEDS TRANSLATION! - ## Environmentsetup export ENVIRONMENTSETUPINIT=$( echo "Inicializando el entorno de Compilacion" ) export ENVIRONMENTSETUPOS=$( echo "Verificando que Sistema Operativo estas Usando" ) @@ -185,3 +202,54 @@ export PREUPDATEAOSP=$( echo "Actualizando $REPOSAOSP's local_manifests Carpeta" export PREUPDATECM10=$( echo "Actualizando $REPOSCM10's local_manifests Carpeta" ) export PREUPDATECM=$( echo "Actualizando $REPOSCM's local_manifests Carpeta" ) export PREUPDATEOMNI=$( echo "Actualizando $REPOSOMNI's local_manifests Carpeta" ) + +## EVERYTHING BELOW NEEDS TRANSLATION! + +## Build Common +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) From 6b97a5736f39c07db71ccc43d7ae55bf81899c93 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 21 Jan 2014 20:14:39 -0700 Subject: [PATCH 078/155] non-active translation files: Add devices, build common, and builddevice, NEEDS TRANSLATION --- translation/bluefintuna | 61 +++++++++++++++++++++++++++++++++++- translation/europeanpilchard | 61 +++++++++++++++++++++++++++++++++++- translation/italianbleak | 61 +++++++++++++++++++++++++++++++++++- translation/koreanlamprey | 61 +++++++++++++++++++++++++++++++++++- 4 files changed, 240 insertions(+), 4 deletions(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index 8739be3..115558d 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -62,6 +62,29 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Devices +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) + ## Scriptmakir export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) @@ -181,8 +204,24 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) -## Buildmenu +## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) export BUILDMENU2=$( echo "Build Nexus 5" ) export BUILDMENU3=$( echo "Build Nexus 7" ) @@ -193,3 +232,23 @@ export BUILDMENU7=$( echo "Build Xoom Tablet" ) export BUILDMENU8=$( echo "Build all above!" ) export BUILDMENU9=$( echo "Build other device" ) export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 45f9a5b..a87f717 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -62,6 +62,29 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Devices +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) + ## Scriptmakir export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) @@ -181,8 +204,24 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) -## Buildmenu +## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) export BUILDMENU2=$( echo "Build Nexus 5" ) export BUILDMENU3=$( echo "Build Nexus 7" ) @@ -193,3 +232,23 @@ export BUILDMENU7=$( echo "Build Xoom Tablet" ) export BUILDMENU8=$( echo "Build all above!" ) export BUILDMENU9=$( echo "Build other device" ) export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) diff --git a/translation/italianbleak b/translation/italianbleak index ff52f55..ce77795 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -62,6 +62,29 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Devices +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) + ## Scriptmakir export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) @@ -181,8 +204,24 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) -## Buildmenu +## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) export BUILDMENU2=$( echo "Build Nexus 5" ) export BUILDMENU3=$( echo "Build Nexus 7" ) @@ -193,3 +232,23 @@ export BUILDMENU7=$( echo "Build Xoom Tablet" ) export BUILDMENU8=$( echo "Build all above!" ) export BUILDMENU9=$( echo "Build other device" ) export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 90328c5..fff611c 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -62,6 +62,29 @@ export REPOSOMNI=$( echo "omnirom" ) export REPOSPACMAN=$( echo "PAC-man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) +## Devices +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) + ## Scriptmakir export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) @@ -181,8 +204,24 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) -## Buildmenu +## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) export BUILDMENU2=$( echo "Build Nexus 5" ) export BUILDMENU3=$( echo "Build Nexus 7" ) @@ -193,3 +232,23 @@ export BUILDMENU7=$( echo "Build Xoom Tablet" ) export BUILDMENU8=$( echo "Build all above!" ) export BUILDMENU9=$( echo "Build other device" ) export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) From fade858f1654ba7eb0aec7aa880826adfd64914b Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 14:36:00 -0700 Subject: [PATCH 079/155] kitchen: fix menu which one u want to do --- utility/kitchen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/kitchen b/utility/kitchen index 6d3b7ca..d2a7b9a 100755 --- a/utility/kitchen +++ b/utility/kitchen @@ -33,7 +33,7 @@ echo " 4. "$KITCHENMENU4 echo " 5. "$KITCHENMENU5 echo " 6. "$KITCHENMENU6 echo "" -read -P "$KITCHENMENUWHICH" answer +read -p "$KITCHENMENUWHICH" answer if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "10" ]; then echo "" From f99186e85c9b364232ed9e5305833b27bc08bf34 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 14:38:43 -0700 Subject: [PATCH 080/155] buildmenu: fix double dollared variable --- build/buildmenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/buildmenu b/build/buildmenu index c947a8a..1a4759a 100755 --- a/build/buildmenu +++ b/build/buildmenu @@ -35,7 +35,7 @@ echo " 6. $BUILDMENU6" echo " 7. $BUILDMENU7" echo " 8. $BUILDMENU8" echo " 9. $BUILDMENU9" -echo " 10. $$BUILDMENU10" +echo " 10. $BUILDMENU10" echo " 11. $MENUGOBACK" echo "" read -p "$KITCHENMENUWHICH" buildanswer From 63aba703d93f8894157b3cdedd43753ac5913fe0 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 14:55:30 -0700 Subject: [PATCH 081/155] Configkitchen: fix oversight of wrong naming scheme for translation variables --- build/builddevice | 2 +- repair/configkitchen | 12 ++++++------ translation/bluefintuna | 8 ++++++++ translation/europeanpilchard | 8 ++++++++ translation/italianbleak | 8 ++++++++ translation/koreanlamprey | 8 ++++++++ translation/mahimahi | 16 ++++++++++------ translation/pirarucu | 12 ++++++------ translation/rabbitfish | 8 ++++++++ translation/spanishmackerel | 8 ++++++++ 10 files changed, 71 insertions(+), 19 deletions(-) diff --git a/build/builddevice b/build/builddevice index 98eacf0..6402f67 100755 --- a/build/builddevice +++ b/build/builddevice @@ -100,7 +100,7 @@ fi if [ $version == "11" ]; then echo "" - read -p "$MAINMENURETURN" done + read -p "$BUILDMENURETURN" done exit 0 fi diff --git a/repair/configkitchen b/repair/configkitchen index f007300..0aee588 100755 --- a/repair/configkitchen +++ b/repair/configkitchen @@ -25,10 +25,10 @@ clear echo $KITCHENTITLE echo $KITCHENUNDERLINE -echo $REPOSYNCMENUTITLE -echo " 1. $REPOSYNCMENU1" -echo " 2. $REPOSYNCMENU2" -echo " 3. $REPOSYNCMENU3" +echo $CONFIGKITCHENMENUTITLE +echo " 1. $CONFIGKITCHENMENU1" +echo " 2. $CONFIGKITCHENMENU2" +echo " 3. $CONFIGKITCHENMENU3" echo " 4. $MENUGOBACK" echo "" read -p "$KITCHENMENUWHICH" configs @@ -49,9 +49,9 @@ if [ $configs == "2" ]; then fi if [ $configs == "3" ]; then - read -p "$REPOSYNCOTHERREPO" done + read -p "$CONFIGKITCHENOTHERREPO" done nano $LOCAL/config/otherrepo - read -p "$REPOSYNCOTHERREPONAME" done + read -p "$CONFIGKITCHENOTHERREPONAME" done nano $LOCAL/config/otherreponame fi diff --git a/translation/bluefintuna b/translation/bluefintuna index 115558d..841238b 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -204,6 +204,14 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index a87f717..b52f40e 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -204,6 +204,14 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/italianbleak b/translation/italianbleak index ce77795..aa77c4b 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -204,6 +204,14 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index fff611c..8d1c9cf 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -204,6 +204,14 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/mahimahi b/translation/mahimahi index c175d18..343e82b 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -206,12 +206,12 @@ export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) ## Configkitchen -export REPOSYNCMENUTITLE=$( echo "Kitchen Config Menu" ) -export REPOSYNCMENU1=$( echo "Edit Gitpuller" ) -export REPOSYNCMENU2=$( echo "Edit Romeditor" ) -export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) -export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) -export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) @@ -261,3 +261,7 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) diff --git a/translation/pirarucu b/translation/pirarucu index c3e9104..05a7b13 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -217,12 +217,12 @@ export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) ## Configkitchen -export REPOSYNCMENUTITLE=$( echo "Kitchen Config Menu" ) -export REPOSYNCMENU1=$( echo "Edit Gitpuller" ) -export REPOSYNCMENU2=$( echo "Edit Romeditor" ) -export REPOSYNCMENU3=$( echo "Create/Edit other repo list" ) -export REPOSYNCOTHERREPO=$( echo "editing custom repos file location" ) -export REPOSYNCOTHERREPONAME=$( echo "editing custom repos name" ) +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) diff --git a/translation/rabbitfish b/translation/rabbitfish index 928bf8b..1c472bb 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -215,6 +215,14 @@ export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 50edff4..1dc0841 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -205,6 +205,14 @@ export PREUPDATEOMNI=$( echo "Actualizando $REPOSOMNI's local_manifests Carpeta" ## EVERYTHING BELOW NEEDS TRANSLATION! +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) From a3a0ab4b88ebf62ea075ccbe2322487074c40023 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:22:54 -0700 Subject: [PATCH 082/155] buildother: make it international! --- build/buildother | 152 +++++++++++++++++++++++------------------------ 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/build/buildother b/build/buildother index e787670..1406eee 100755 --- a/build/buildother +++ b/build/buildother @@ -23,28 +23,28 @@ fi menu () { clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Build other device is selected to be built!" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDOTHERBEBUILT echo "" -echo "Which android repository are we building from today?" -echo " 1. Android Open Kang Project repository" -echo " 2. Android Open Source Project repository 4.3" -echo " 3. Android Open Source Project repository 4.4" -echo " 4. Carbon repository" -echo " 5. Cyanogenmod 10.2 repository" -echo " 6. Cyanogenmod 11 repository" -echo " 7. Evervolv repository" -echo " 8. omnirom repository" -echo " 9. PAC-man repository" -echo " 10. ParanoidAndroid repository" -echo " 11. Go Back" -read version +echo $BUILDDEVICEWHICHREPO +echo " 1. $BUILDREPOMENU1" +echo " 2. $BUILDREPOMENU2" +echo " 3. $BUILDREPOMENU3" +echo " 4. $BUILDREPOMENU4" +echo " 5. $BUILDREPOMENU5" +echo " 6. $BUILDREPOMENU6" +echo " 7. $BUILDREPOMENU7" +echo " 8. $BUILDREPOMENU8" +echo " 9. $BUILDREPOMENU9" +echo " 10. $BUILDREPOMENU10" +echo " 11. $MENUGOBACK" +read -p "$KITCHENMENUWHICH" version if [ ! "$version" ] || ( echo $version | grep -q [A-Za-z] ) || [ $version -gt "11" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi @@ -100,38 +100,38 @@ fi if [ $version == "11" ]; then echo "" - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 fi if ( ! find $REPOS/$SCRIPT_REPO-$REPO_PLATFORM -maxdepth 1 &> /dev/null ); then echo "" - echo "The selected android repository is not setup!" - read -p "Press Enter to continue: " done + echo $BUILDREPONOTSETUP + read -p "$ENTERTOCONTINUE" done menu fi clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Please type in which device you would like to build" -echo "Type in list to see all supported devices" -echo "Type in exit to go back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDOTHERTYPEDEVICE +echo $BUILDOTHERTYPELIST +echo $BUILDOTHERTYPEEXIT read device if [ ! "$device" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi while [ $device == "list" ]; do clear - echo "Device List" - echo "===========" + echo $BUILDOTHERBUILDTITLE + echo $BUILDOTHERBUILDUNDERLINE if [ $SCRIPT_REPO == "aokp" ]; then cat $REPOS/aokp-$REPO_PLATFORM/vendor/aokp/vendorsetup.sh | grep "add_lunch_combo" | \ @@ -186,16 +186,16 @@ while [ $device == "list" ]; do echo "" - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Please type in which device you would like to build" - echo "Type in list to see all supported devices" - echo "Type in exit to go to back" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $BUILDOTHERTYPEDEVICE + echo $BUILDOTHERTYPELIST + echo $BUILDOTHERTYPEEXIT read device done if [ $device == "exit" ]; then - read -p "Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 fi @@ -204,17 +204,17 @@ if [ $SCRIPT_REPO == "aokp" ]; then -e 's/-userdebug//' \ $REPOS/aokp-$REPO_PLATFORM/vendor/aokp/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -225,17 +225,17 @@ if [ $SCRIPT_REPO == "aosp" ]; then -e 's/-userdebug//' \ $REPOS/aosp-$REPO_PLATFORM/device/*/$device/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -246,17 +246,17 @@ if [ $SCRIPT_REPO == "carbon" ]; then -e 's/-userdebug//' \ $REPOS/carbon-$REPO_PLATFORM/vendor/carbon/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -265,17 +265,17 @@ fi if [ $SCRIPT_REPO == "cm" ]; then if ( ! cat $LOCAL/config/cm-master-list | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -286,17 +286,17 @@ if [ $SCRIPT_REPO == "evervolv" ]; then -e 's/-userdebug//' \ $REPOS/evervolv-$REPO_PLATFORM/vendor/ev/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -307,17 +307,17 @@ if [ $SCRIPT_REPO == "omni" ]; then -e 's/-userdebug//' \ $REPOS/omni-$REPO_PLATFORM/device/*/$device/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -328,17 +328,17 @@ if [ $SCRIPT_REPO == "pacman" ]; then -e 's/-userdebug//' \ $REPOS/pacman-$REPO_PLATFORM/vendor/pac/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi @@ -349,17 +349,17 @@ if [ $SCRIPT_REPO == "paranoid" ]; then -e 's/-userdebug//' \ $REPOS/paranoid-$REPO_PLATFORM/vendor/pa/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, build anyways?" + echo $BUILDOTHERNOTCOMPATIBLE read answer if [ $answer == "yes" ] || [ $answer == "y" ]; then - echo "Continuing the build" + echo $BUILDOTHERCONTINUE elif [ $answer == "no" ] || [ $answer == "n" ]; then - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 else - echo "Not a vaild answer, not going to build" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDOTHERNOTVALID + read -p "$BUILDMENURETURN" done exit 0 fi fi From 949fe19e2879faa67207e928e7b3903728c50a36 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:23:08 -0700 Subject: [PATCH 083/155] mahimahi: Add buildother --- translation/mahimahi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 343e82b..1cf0d9e 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -265,3 +265,10 @@ export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) ## Buildother export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) From dd66494c31c55c6e224227df111401a1d96f7590 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:50:51 -0700 Subject: [PATCH 084/155] buildotherrepo: make it international! --- build/buildotherrepo | 67 +++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 38 deletions(-) diff --git a/build/buildotherrepo b/build/buildotherrepo index 46d9b98..23e1b8a 100755 --- a/build/buildotherrepo +++ b/build/buildotherrepo @@ -24,7 +24,7 @@ menu () { clear if [ ! $( cat $LOCAL/config/otherrepo ) ] || [ ! $( cat $LOCAL/config/otherreponame ) ]; then - echo "other repo file is empty, please add to file then try again!" + echo $BUILDOTHERREPOEMPTY exit 0 fi @@ -40,11 +40,11 @@ while true; do fi done -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Build with other repository is selected to be built!" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDOTHERREPOBEBUILT echo "" -echo "Which custom android repository are we building from today?" +echo $BUILDDEVICEWHICHREPO while true; do let countdown=$countdown+1 @@ -55,7 +55,7 @@ while true; do echo " "$countdown". "${filelurkername[$countdown]} done -echo " $count. Go Back" +echo " $count. $MENUGOBACK" sed -i "/EOF/d" $LOCAL/config/otherreponame @@ -63,47 +63,47 @@ read version if [ ! "$version" ] || ( echo $version | grep -q [A-Za-z] ) || [ $version -gt $count ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi if [ $version == $count ]; then echo "" - read -p "Returning to Build Menu, Press Enter to continue: " done + read -p "$BUILDMENURETURN" done exit 0 fi otherrepofolder=$(echo "$REPOS/otherrepo/"${filelurker[$version]}"") -if ( ! find $otherrepofolder/.repo &> /dev/null ); then +if ( ! find $otherrepofolder/.repo -maxdepth 1 &> /dev/null ); then echo "" - echo "The selected android repository is not setup!" - read -p "Press Enter to continue: " done + echo $BUILDREPONOTSETUP + read -p "$ENTERTOCONTINUE" done menu fi clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Please type in which device you would like to build" -echo "Type in list to see all supported devices" -echo "Type in exit to go back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDOTHERTYPEDEVICE +echo $BUILDOTHERTYPELIST +echo $BUILDOTHERTYPEEXIT read device if [ ! "$device" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done buildotherrepo exit 0 fi while [ $device == "list" ]; do - echo "Device List" - echo "===========" + echo $BUILDOTHERBUILDTITLE + echo $BUILDOTHERBUILDUNDERLINE for vendorsetup in `ls $otherrepofolder/vendor/*/vendorsetup.sh \ $otherrepofolder/vendor/*/*/vendorsetup.sh $otherrepofolder/device/*/*/vendorsetup.sh 2> /dev/null` @@ -114,24 +114,16 @@ while [ $device == "list" ]; do clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Please type in which device you would like to build" - echo "Type in list to see all supported devices" - echo "Type in exit to go to back" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $BUILDOTHERTYPEDEVICE + echo $BUILDOTHERTYPELIST + echo $BUILDOTHERTYPEEXIT read device done -if [ ! "$device" ]; then - echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done - buildotherrepo - exit 0 -fi - if [ $device == "exit" ]; then - read -p "Press Enter to continue: " done + read -p "$BUILDMENURETURN" done buildotherrepo exit 0 fi @@ -140,8 +132,8 @@ if ( ! cat $otherrepofolder/vendor/*/vendorsetup.sh | grep -q $device ) && \ ( ! cat $otherrepofolder/vendor/*/*/vendorsetup.sh | grep -q $device ) && \ ( ! cat $otherrepofolder/device/*/$device/vendorsetup.sh | grep -q $device ); then echo "" - echo "This device is not compatible with this repository, try again!" - read -p "Returning to Build Menu, Press Enter to continue: " done + echo $BUILDDEVICENOTCOMPATIBLE + read -p "$BUILDMENURETURN" done exit 0 fi @@ -152,7 +144,6 @@ export REPO_PLATFORM=$( echo "${filelurker[$version]}" | sed 's/.*-//' ) export SCRIPT_DEVICE=$(echo $device) buildandro -echo "Finished!" menu } menu From 2dd5adb22d3c316df4baf604058988a18848e605 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:51:13 -0700 Subject: [PATCH 085/155] mahimahi: Add buildotherrepo --- translation/mahimahi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 1cf0d9e..4fb9b84 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -272,3 +272,7 @@ export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) From ab25f83d612b6826298f6ae893f83d12ed7b3d64 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:53:02 -0700 Subject: [PATCH 086/155] pirarucu: Add buildother and buildotherrepo, NOT TRANSLATED --- translation/pirarucu | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index 05a7b13..3a1ec7c 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -272,3 +272,18 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) From dd3c8de40ef3f175d647c684bc550e5a59d0d810 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:53:49 -0700 Subject: [PATCH 087/155] rabbitfish: Add buildother and buildotherrepo, NOT TRANSLATED --- translation/rabbitfish | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 1c472bb..55ef9a1 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -271,3 +271,18 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) From 466e8134b831c0042e71b688a29fdefd928ec158 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:54:46 -0700 Subject: [PATCH 088/155] spanishmackerel: Add buildother and buildotherrepo, NOT TRANSLATED --- translation/spanishmackerel | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 1dc0841..3976703 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -261,3 +261,18 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) From b121fa1b85dcf510c5976095b3752291f20f1fac Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 22 Jan 2014 15:58:14 -0700 Subject: [PATCH 089/155] non-active translation files: Add buildother and buildotherrepo, NOT TRANSLATED --- translation/bluefintuna | 15 +++++++++++++++ translation/europeanpilchard | 15 +++++++++++++++ translation/italianbleak | 15 +++++++++++++++ translation/koreanlamprey | 15 +++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 841238b..15595da 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -260,3 +260,18 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index b52f40e..0104838 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -260,3 +260,18 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) diff --git a/translation/italianbleak b/translation/italianbleak index aa77c4b..79e0a4c 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -260,3 +260,18 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 8d1c9cf..58ad635 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -260,3 +260,18 @@ export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) From 4107d4df65a54b2dd27596f4809f6b1a4e246994 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 14:49:25 -0700 Subject: [PATCH 090/155] buildandro: make it international! --- build/buildandro | 66 ++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/build/buildandro b/build/buildandro index ff78642..05d1fea 100755 --- a/build/buildandro +++ b/build/buildandro @@ -44,17 +44,17 @@ if [ ! $SLOPPYSECONDS ]; then if [ $AUTO ]; then make clean else - echo "clean out folder?" - read -p "yes/no? " purgeout + echo $BUILDANDROCLEAN + read -p "$QUESTIONYESNO" purgeout if [ "$purgeout" == "" ]; then echo "" - echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." + echo $BUILDANDROCLEANENTER make clean fi - if [ $purgeout == "yes" ] || [ $purgeout == "y" ]; then + if [ $purgeout == $ANSWERYES ] || [ $purgeout == $ANSWERY ]; then make clean fi fi @@ -63,19 +63,19 @@ fi #setup ccache if [ $AUTO ]; then if ( ! find ~/.ccache &> /dev/null); then - echo "Continuing without ccache use; if you want to use ccache, please set it up" + echo $BUILDANDROCCACHECONTINUEWITHOUT else - echo "Found ccache folder, will use for build" + echo $BUILDANDROCCACHEFOUND fi else if ( ! find ~/.ccache &> /dev/null); then - echo "The kitchen did not detect the ccache folder, did you want to make one now?" - echo "If ccache is located at another location type in other" + echo $BUILDANDROCCACHEDIDNOTDETECT + echo $BUILDANDROCCACHEOTHER read ccacheuse - if [ $ccacheuse == "yes" ] || [ $ccacheuse == "y" ]; then - echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" - echo "Keep in mind the amount typed is in gigabytes" + if [ $ccacheuse == $ANSWERYES ] || [ $ccacheuse == $ANSWERY ]; then + echo $BUILDANDROCCACHEHOWBIG + echo $BUILDANDROCCACHEAMOUNTTYPED read ccachesize if ( uname -a | grep -q Darwin ); then @@ -84,7 +84,7 @@ else elif ( find prebuilt/darwin-x86/ccache/ccache &> /dev/null); then prebuilt/darwin-x86/ccache/ccache -M "$ccachesize"G else - echo "Repository does not support ccache, continuing without it" + echo $BUILDANDROCCACHEREPONOTSUPPORTED noccache=true fi else @@ -93,26 +93,26 @@ else elif ( find prebuilt/linux-x86/ccache/ccache &> /dev/null); then prebuilt/linux-x86/ccache/ccache -M "$ccachesize"G else - echo "Repository does not support ccache, continuing without it" + echo $BUILDANDROCCACHEREPONOTSUPPORTED noccache=true fi fi elif [ $ccacheuse == "other" ]; then - echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" + echo $BUILDANDROCCACHEEXACTLOCATION read ccachelocation if ( ! find $ccachelocation &> /dev/null); then - echo "Location specified was not found, continuing without it" + echo $BUILDANDROCCACHENOTFOUND noccache=true else export CCACHE_DIR=$( echo "$ccachelocation" ) fi else - echo "Continuing without ccache use" + echo $BUILDANDROCCACHECONTINUEWITHOUT noccache=true fi else - echo "Found ccache folder, will use for build" + echo $BUILDANDROCCACHEFOUND fi fi @@ -156,8 +156,8 @@ else fi if [ ! "$lunch_device" ]; then - echo "Repository not supported!" - read -p "Press Enter to continue: " done + echo $BUILDANDROREPONOTSUPPORTED + read -p "$ENTERTOCONTINUE" done exit 0 fi @@ -174,30 +174,30 @@ else fi if [ ! "$zip" ]; then - echo "Build messed up! Returning to build menu" - read -p "Press Enter to continue: " done + echo $BUILDANDROBUILDMESSEDUP + read -p "$BUILDMENURETURN" done exit 0 fi if [ $SCRIPT_REPO == "aosp" ]; then - echo "Making temporary folder for post-building $zip fixes" + echo "$BUILDANDROMAKETEMP1 $zip $BUILDANDROMAKETEMP2" mkdir -p $BUILDS/temp/zipout cp $zip $BUILDS/temp cd $BUILDS/temp/zipout - echo "Unzipping $zip" + echo "$BUILDANDROUNZIP $zip" unzip ../$zip > /dev/null - echo "Removing uneeded recovery folder and file_contexts from $zip" + echo "$BUILDANDRORMSTUFF $zip" rm -r recovery rm file_contexts if [ $SCRIPT_REPO == "aosp" ]; then cd system - echo "Adding rom manager items to $zip's build.prop" + echo "$BUILDANDROADDROM1 $zip$BUILDANDROADDROM2" echo "ro.rommanager.developerid=$(whoami)" >> build.prop - echo "ro.modversion=$newzip >> build.prop" + echo "ro.modversion=$newzip" >> build.prop cd .. fi @@ -207,17 +207,17 @@ if [ $SCRIPT_REPO == "aosp" ]; then cd $BUILDS/temp/zipout - echo "Zipping $zip back up" + echo "$BUILDANDROZIP $zip" zip -r unsignedcrap.zip . > /dev/null - echo "Signing $zip with test keys" + echo "$BUILDANDROSIGN1 $zip $BUILDANDROSIGN2" java -Xmx2048m -jar $repofolder/out/host/linux-x86/framework/signapk.jar -w $repofolder/build/target/product/security/testkey.x509.pem $repofolder/build/target/product/security/testkey.pk8 unsignedcrap.zip $zip fi if ( find $buildfolder/*$SCRIPT_DEVICE.zip &> /dev/null); then mkdir -p $buildfolder/old - echo "Moving older build to $buildfolder/old" + echo "$BUILDANDROMOVEOLD1 $buildfolder$BUILDANDROMOVEOLD2" mv $buildfolder/*$SCRIPT_DEVICE.zip $buildfolder/old mv $buildfolder/*$SCRIPT_DEVICE.zip.md5sum $buildfolder/old @@ -225,12 +225,12 @@ fi mkdir -p $buildfolder -echo "Copying to $buildfolder" +echo "$BUILDANDROCOPY $buildfolder" echo "$zip -> $newzip" cat $zip > $buildfolder/$newzip if [ $SCRIPT_REPO == "aosp" ]; then - echo "Cleaning up temporary folder" + echo "$BUILDANDROCLEANUP" cd $BUILDS rm -r temp fi @@ -239,8 +239,8 @@ cd $buildfolder md5sum $newzip md5sum $newzip > $newzip.md5sum -echo "Finished!" +echo $COMPLETEDMESSAGE if [ ! $AUTO ]; then - read -p "Press Enter to continue: " done + read -p "$BUILDMENURETURN" done fi From 5e80dde4582ed0cfe62964e6afa14deddfb17927 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 14:49:50 -0700 Subject: [PATCH 091/155] buildautomenu: make it international! --- build/buildautomenu | 177 ++++++++++++++++++++++---------------------- 1 file changed, 89 insertions(+), 88 deletions(-) diff --git a/build/buildautomenu b/build/buildautomenu index f9d41bf..a9d6728 100755 --- a/build/buildautomenu +++ b/build/buildautomenu @@ -23,23 +23,23 @@ fi menu(){ clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Auto Builder Menu" -echo " 1. Run Auto Builder" -echo " 2. Add to auto build list" -echo " 3. Clear auto build list" -echo " 4. Toggle Auto Builder's output" -echo " 5. Toggle Auto Builder's build other repo" -echo " 6. Toggle Auto Builder's sleep function" -echo " 7. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $BUILDAUTOMENUTITLE +echo " 1. $BUILDAUTOMENU1" +echo " 2. $BUILDAUTOMENU2" +echo " 3. $BUILDAUTOMENU3" +echo " 4. $BUILDAUTOMENU4" +echo " 5. $BUILDAUTOMENU5" +echo " 6. $BUILDAUTOMENU6" +echo " 7. $MENUGOBACK" echo "" -read -p "Which one would you like to do?: " buildautoconfig +read -p "$KITCHENMENUWHICH" buildautoconfig if [ ! "$buildautoconfig" ] || ( echo $buildautoconfig | grep -q [A-Za-z] ) || [ $buildautoconfig -gt "7" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi @@ -51,27 +51,28 @@ if [ $buildautoconfig == "2" ]; then addautorepo () { clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Which android repository are we setting for auto build?" - echo " 1. Android Open Kang Project repository" - echo " 2. Android Open Source Project 4.3 repository" - echo " 3. Android Open Source Project 4.4 repository" - echo " 4. Carbon repository" - echo " 5. Cyanogenmod 10.2 repository" - echo " 6. Cyanogenmod 11 repository" - echo " 7. Evervolv repository" - echo " 8. omnirom repository" - echo " 9. PAC-man repository" - echo " 10. ParanoidAndroid repository" - echo " 11. Finished with adding repos, move on to adding devices" - echo " 12. Go Back" - read version + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $BUILDAUTOMENUSETAUTO + echo " 1. $BUILDREPOMENU1" + echo " 2. $BUILDREPOMENU2" + echo " 3. $BUILDREPOMENU3" + echo " 4. $BUILDREPOMENU4" + echo " 5. $BUILDREPOMENU5" + echo " 6. $BUILDREPOMENU6" + echo " 7. $BUILDREPOMENU7" + echo " 8. $BUILDREPOMENU8" + echo " 9. $BUILDREPOMENU9" + echo " 10. $BUILDREPOMENU10" + echo " 11. $BUILDAUTOMENUMOVEON" + echo " 12. $MENUGOBACK" + echo "" + read -p "$KITCHENMENUWHICH" version if [ ! "$version" ] || ( echo $version | grep -q [A-Za-z] ) || [ $version -gt "12" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done addautorepo fi @@ -131,7 +132,7 @@ if [ $buildautoconfig == "2" ]; then if [ $version == "12" ]; then echo "" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi @@ -147,8 +148,8 @@ if [ $buildautoconfig == "2" ]; then echo $repodefine >> $LOCAL/config/scriptautosync fi - echo "Added $repo_name repository to auto build files" - read -p "Press Enter to continue: " done + echo "$BUILDAUTOMENUADD1 $repo_name $BUILDAUTOMENUADD2" + read -p "$ENTERTOCONTINUE" done addautorepo } @@ -156,22 +157,22 @@ if [ $buildautoconfig == "2" ]; then addautodevice(){ clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Please type in Which android device are we setting for auto build" - echo "Type in list to see all supported devices" - echo "Type in exit to go back" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $BUILDAUTOMENUTYPEDEVICE + echo $BUILDOTHERTYPELIST + echo $BUILDOTHERTYPEEXIT read auto_device if [ ! "$auto_device" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done addautodevice fi if [ $auto_device == "exit" ]; then - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi @@ -181,8 +182,8 @@ if [ $buildautoconfig == "2" ]; then echo $auto_device >> $LOCAL/config/scriptdevice fi - echo "Added $auto_device to auto build files" - read -p "Press Enter to continue: " done + echo "$BUILDAUTOMENUADD1 $auto_device $BUILDAUTOMENUADD2" + read -p "$ENTERTOCONTINUE" done addautodevice } @@ -192,19 +193,19 @@ fi if [ $buildautoconfig == "3" ]; then echo "" - echo "Are you sure you want to clear auto build files?" + echo $BUILDAUTOMENUWANTTOCLEAR read clearanswer - if [ "$clearanswer" == "yes" ] || [ "$clearanswer" == "y" ]; then + if [ "$clearanswer" == $ANSWERYES ] || [ "$clearanswer" == $ANSWERY ]; then rm -rf $LOCAL/config/scriptfolder rm -rf $LOCAL/config/scriptautosync rm -rf $LOCAL/config/scriptdevice - echo "Auto build files cleared" - read -p "Press Enter to continue: " done + echo $BUILDAUTOMENUCLEARED + read -p "$ENTERTOCONTINUE" done menu else - echo "Auto build files left untouched" - read -p "Press Enter to continue: " done + echo $BUILDAUTOMENUNOTCLEARED + read -p "$ENTERTOCONTINUE" done menu fi fi @@ -213,28 +214,28 @@ if [ $buildautoconfig == "4" ]; then if ( ! find $LOCAL/config/toggleoutfile &> /dev/null ); then cd $LOCAL/config touch toggleoutfile - echo "this will output buildauto into swordkitchen script folder" - echo "unless you want it to be somewhere else?" - read -p "Type yes to output somewhere else:" answer + echo $BUILDAUTOMENUOUTPUT + echo $BUILDAUTOMENUSOMEWHERE + read -p "$BUILDAUTOMENUTYPEOUTPUT" answer - if [ "$answer" == "y" ] || [ "$answer" == "yes" ]; then - echo "Please type the absolute path of where u want the buildoutput.txt to be" + if [ "$answer" == $ANSWERYES ] || [ "$answer" == $ANSWERY ]; then + echo $BUILDAUTOMENUTYPEABSOLUTE read outfilelocation echo $outfilelocation > outfile - echo "Output will be sent to $outfilelocation" - read -p "Press Enter to continue: " done + echo "$BUILDAUTOMENUOUTPUTSENT $outfilelocation" + read -p "$ENTERTOCONTINUE" done menu else - echo "Output will be sent to $( cd $LOCAL/.. && pwd )" - read -p "Press Enter to continue: " done + echo "$BUILDAUTOMENUOUTPUTSENT $( cd $LOCAL/.. && pwd )" + read -p "$ENTERTOCONTINUE" done menu fi else rm -rf $LOCAL/config/toggleoutfile rm -rf $LOCAL/config/outfile - echo "Output file cleared, buildauto will now not output to a text file" - read -p "Press Enter to continue: " done + echo $BUILDAUTOMENUOUTPUTCLEAR + read -p "$ENTERTOCONTINUE" done menu fi fi @@ -244,25 +245,25 @@ if [ $buildautoconfig == "5" ]; then cd $LOCAL/config # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - echo "# Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" > otherrepoauto + echo "# $BUILDAUTOMENUADDBELOWREPO" > otherrepoauto nano otherrepoauto sed -i "/# /d" otherrepoauto # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - echo "# Add below this line the device codename you want to auto build, list each device per line" > otherdeviceauto + echo "# $BUILDAUTOMENUADDBELOWDEVICE" > otherdeviceauto nano otherdeviceauto sed -i "/# /d" otherdeviceauto - echo "Auto Builder's build other repo is now on!" - read -p "Press Enter to continue: " done + echo $BUILDAUTOMENUOTHERREPOON + read -p "$ENTERTOCONTINUE" done # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ else rm -f $LOCAL/config/otherrepoauto rm -f $LOCAL/config/otherdeviceauto - echo "Auto Builder's build other repo is now off!" - read -p "Press Enter to continue: " done + echo $BUILDAUTOMENUOTHERREPOOFF + read -p "$ENTERTOCONTINUE" done fi fi @@ -272,27 +273,27 @@ if [ $buildautoconfig == "6" ]; then sleepymenu(){ - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Do you want the computer to sleep for a" - echo "certain amount of hours or wake up at a certain time?" - echo " 1. Wake up at a certain time" - echo " 2. Certain amount of hours" - echo " 3. Go Back" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $BUILDAUTOMENUCOMPSLEEPTIME1 + echo $BUILDAUTOMENUCOMPSLEEPTIME2 + echo " 1. $BUILDAUTOMENUSLEEPMENU1" + echo " 2. $BUILDAUTOMENUSLEEPMENU2" + echo " 3. $MENUGOBACK" echo "" - read -p "Which one would you like to do?: " kindoftime + read -p "$KITCHENMENUWHICH" kindoftime if [ ! "$kindoftime" ] || ( echo $kindoftime | grep -q [A-Za-z] ) || [ $kindoftime -gt "3" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done sleepymenu fi if [ $kindoftime == "1" ]; then timekind=$(echo "specifictime") - echo "What time do you want the build server to wake up at the next day?" - echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" + echo $BUILDAUTOMENUSPECIFIC1 + echo $BUILDAUTOMENUSPECIFIC2 read sleeptime echo $sleeptime > sleepybuildserver @@ -300,8 +301,8 @@ if [ $buildautoconfig == "6" ]; then if [ $kindoftime == "2" ]; then timekind=$(echo "hoursfromnow") - echo "How long would you like for the build server to sleep after building?" - echo "The number being inputted is in hours" + echo $BUILDAUTOMENUHOURS1 + echo $BUILDAUTOMENUHOURS2 read sleeptime echo $sleeptime > sleepybuildserver @@ -309,11 +310,11 @@ if [ $buildautoconfig == "6" ]; then if [ $kindoftime == "3" ]; then echo "" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi - echo "Please type in your user's password, so the build server can sleep" + echo $BUILDAUTOMENUTYPEPASSY while true; do read -p "$star" -r -s -n 1 letter star="*" @@ -329,22 +330,22 @@ if [ $buildautoconfig == "6" ]; then echo $passy >> sleepybuildserver echo $timekind >> sleepybuildserver - echo "Auto Builder's sleep function is now on!" - read -p "Press Enter to continue: " done + echo $BUILDAUTOMENUSLEEPON + read -p "$ENTERTOCONTINUE" done } sleepymenu else rm -f $LOCAL/config/sleepybuildserver - echo "Auto Builder's sleep function is now off!" - read -p "Press Enter to continue: " done + echo $BUILDAUTOMENUSLEEPOFF + read -p "$ENTERTOCONTINUE" done fi fi if [ $buildautoconfig == "7" ]; then echo "" - read -p "Returning to Main Menu, Press Enter to continue: " done + read -p "$MAINMENURETURN" done exit 0 fi menu From e5b021b1df84a9dfb36055be6c4a6be23ef0f111 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 14:50:11 -0700 Subject: [PATCH 092/155] mahimahi: Add buildandro and buildautomenu --- translation/mahimahi | 66 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 4fb9b84..8514496 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -276,3 +276,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) From 30b51b648721141b9b80a858692ce393334e0b29 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 14:53:06 -0700 Subject: [PATCH 093/155] pirarucu: Add buildandro and buildautomenu, NOT TRANSLATED --- translation/pirarucu | 66 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index 3a1ec7c..3eac08c 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -287,3 +287,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) From b2cc871cd6085cbd197f79f31611737e951e52ce Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 14:53:55 -0700 Subject: [PATCH 094/155] rabbitfish: Add buildandro and buildautomenu, NOT TRANSLATED --- translation/rabbitfish | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 55ef9a1..8be43a9 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -286,3 +286,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) From 14fe514bc927860137c8c943b46e60e6859d0427 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 14:54:32 -0700 Subject: [PATCH 095/155] spanishmackerel: Add buildandro and buildautomenu, NOT TRANSLATED --- translation/spanishmackerel | 66 +++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 3976703..6bee31a 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -276,3 +276,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) From 664ea786457160da79d1e47525fe318c69cb197d Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 14:55:34 -0700 Subject: [PATCH 096/155] all non-active translations: Add buildandro and buildautomenu, NOT TRANSLATED --- translation/bluefintuna | 66 ++++++++++++++++++++++++++++++++++++ translation/europeanpilchard | 66 ++++++++++++++++++++++++++++++++++++ translation/italianbleak | 66 ++++++++++++++++++++++++++++++++++++ translation/koreanlamprey | 66 ++++++++++++++++++++++++++++++++++++ 4 files changed, 264 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 15595da..477f327 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -275,3 +275,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 0104838..af96743 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -275,3 +275,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) diff --git a/translation/italianbleak b/translation/italianbleak index 79e0a4c..d9f22b2 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -275,3 +275,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 58ad635..b5e83a0 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -275,3 +275,69 @@ export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) ## Buildotherrepo export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) From a10660d219c7abd6d798b857804dbc113f284020 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 15:44:25 -0700 Subject: [PATCH 097/155] buildauto: make it international! --- build/buildauto | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build/buildauto b/build/buildauto index 116e6b0..1247b77 100755 --- a/build/buildauto +++ b/build/buildauto @@ -41,19 +41,19 @@ fi # Check to see if auto builder can run if ( ! find $LOCAL/config/$autorepo &> /dev/null ) \ && ( ! find $LOCAL/config/$autodevice &> /dev/null ); then - echo "Both Auto Builder's repository and device is not set!" - echo "Please use the Auto Builder config menu" - read -p "Press Enter to continue: " done + echo $BUILDAUTOBOTH + echo $BUILDAUTOPLEASE + read -p "$ENTERTOCONTINUE" done exit 0 elif ( ! find $LOCAL/config/$autorepo &> /dev/null ); then - echo "Auto Builder's repository is not set!" - echo "Please use the Auto Builder config menu" - read -p "Press Enter to continue: " done + echo $BUILDAUTOREPO + echo $BUILDAUTOPLEASE + read -p "$ENTERTOCONTINUE" done exit 0 elif ( ! find $LOCAL/config/$autodevice &> /dev/null ); then - echo "Auto Builder's device is not set!" - echo "Please use the Auto Builder config menu" - read -p "Press Enter to continue: " done + echo $BUILDAUTODEVICE + echo $BUILDAUTOPLEASE + read -p "$ENTERTOCONTINUE" done exit 0 fi @@ -194,9 +194,9 @@ done # Put computer to sleep ( if setup to do so ) if ( find $LOCAL/config/sleepybuildserver &> /dev/null ); then echo "" 2>&1 | $toggleout - echo "Waiting for ten minutes! this is not a countdown.." 2>&1 | $toggleout + echo $BUILDAUTOWAIT 2>&1 | $toggleout sleep 10m - echo "Sleep..." 2>&1 | $toggleout + echo $BUILDAUTOSLEEP 2>&1 | $toggleout sleeptime=$( cat $LOCAL/config/sleepybuildserver | sed -n 1p ) passy=$( cat $LOCAL/config/sleepybuildserver | sed -n 2p ) From 49f5a1f76990462e1597b8a761d448b75b3f4a78 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 15:44:41 -0700 Subject: [PATCH 098/155] mahimahi: Add buildauto --- translation/mahimahi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 8514496..4814078 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -342,3 +342,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) From 3e8538e1481125387cd7c0d28184e9c924ce9e8c Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 15:45:40 -0700 Subject: [PATCH 099/155] pirarucu: Add buildauto, NOT TRANSLATED --- translation/pirarucu | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index 3eac08c..6313e41 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -353,3 +353,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) From 103fd36738ee8f76d8b800fc6109d704264138f0 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 15:46:07 -0700 Subject: [PATCH 100/155] rabbitfish: Add buildauto, NOT TRANSLATED --- translation/rabbitfish | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 8be43a9..9fb03a9 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -352,3 +352,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) From 769021e792e03e5807b1dca10da1c90f109155db Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 15:46:43 -0700 Subject: [PATCH 101/155] spanishmackerel: Add buildauto, NOT TRANSLATED --- translation/spanishmackerel | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 6bee31a..4fa4549 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -342,3 +342,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) From 82f2833721534ccaa8d71480b3d18b1f2f2911e5 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 15:47:32 -0700 Subject: [PATCH 102/155] non-active translations: Add buildauto, NOT TRANSLATED --- translation/bluefintuna | 8 ++++++++ translation/europeanpilchard | 8 ++++++++ translation/italianbleak | 8 ++++++++ translation/koreanlamprey | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 477f327..52f2c02 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -341,3 +341,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index af96743..8b4bb0c 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -341,3 +341,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) diff --git a/translation/italianbleak b/translation/italianbleak index d9f22b2..7150346 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -341,3 +341,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index b5e83a0..af6d86b 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -341,3 +341,11 @@ export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) From 9e9537fab943289fb6eda3bc0a203c6a785a0b5f Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 15:51:02 -0700 Subject: [PATCH 103/155] kitchen: make menu more standardized, honestly this does nothing for the user --- utility/kitchen | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/utility/kitchen b/utility/kitchen index d2a7b9a..9f2a135 100755 --- a/utility/kitchen +++ b/utility/kitchen @@ -26,12 +26,12 @@ clear echo $KITCHENTITLE echo $KITCHENUNDERLINE echo $KITCHENMAINMENU -echo " 1. "$KITCHENMENU1 -echo " 2. "$KITCHENMENU2 -echo " 3. "$KITCHENMENU3 -echo " 4. "$KITCHENMENU4 -echo " 5. "$KITCHENMENU5 -echo " 6. "$KITCHENMENU6 +echo " 1. $KITCHENMENU1" +echo " 2. $KITCHENMENU2" +echo " 3. $KITCHENMENU3" +echo " 4. $KITCHENMENU4" +echo " 5. $KITCHENMENU5" +echo " 6. $KITCHENMENU6" echo "" read -p "$KITCHENMENUWHICH" answer From 136ef4b4cd81356caca51ac6328e8b23ff3c0238 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:07:22 -0700 Subject: [PATCH 104/155] fixkitchen: make it international! --- repair/fixkitchen | 328 ++++++++++++++++++++++------------------------ 1 file changed, 158 insertions(+), 170 deletions(-) diff --git a/repair/fixkitchen b/repair/fixkitchen index 3e4a79b..225efef 100755 --- a/repair/fixkitchen +++ b/repair/fixkitchen @@ -23,28 +23,27 @@ fi menu () { clear -echo "Swordrune10's Android Kitchen!" -echo "==============================" -echo "Something is not working right? What should we do?" -echo "Purge = remove files, download from origin" -echo "Delete = delete it!" -echo " 1. Add a repo to a certain local_manifests folder" -echo " 2. Purge a certain local_manifests folder" -echo " 3. Purge or Delete a certain repository" -echo " 4. Purge or Delete all the repositories" -echo " 5. Purge or Delete the Kitchen app" -echo " 6. Delete the Kitchen app, and its dependencies" -echo " 7. Delete entire computer" -echo " 8. Delete the internet" -echo " 9. Go Back" +echo $KITCHENTITLE +echo $KITCHENUNDERLINE +echo $FIXKITCHENSOMETHINGNOT +echo $FIXKITCHENPURGE +echo $FIXKITCHENDELETE +echo " 1. $FIXKITCHENMENU1" +echo " 2. $FIXKITCHENMENU2" +echo " 3. $FIXKITCHENMENU3" +echo " 4. $FIXKITCHENMENU4" +echo " 5. $FIXKITCHENMENU5" +echo " 6. $FIXKITCHENMENU6" +echo " 7. $FIXKITCHENMENU7" +echo " 8. $FIXKITCHENMENU8" +echo " 9. $MENUGOBACK" echo "" -echo "Which one would you like to do?" -read cleananswer +read -p "$KITCHENMENUWHICH" cleananswer if [ ! "$cleananswer" ] || ( echo $cleananswer | grep -q [A-Za-z] ) || [ $cleananswer -gt "9" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi @@ -65,7 +64,7 @@ revision=\"PROJECT BRANCH\" />" > $LOCAL/../temp/addrepo nano $LOCAL/../temp/addrepo echo "" -echo "Adding repo to otherdevices.xml for $repo_name.." +echo "$FIXKITCHENADD $repo_name.." cd $local_manifests if ( ! find $local_manifests/otherdevices.xml -maxdepth 1 &> /dev/null ); then @@ -83,32 +82,33 @@ purgelocalmanifest() { export REPO_FOLDER=$( echo "$REPOS/$script_repo-$repo_platform" ) rm -rf $REPO_FOLDER/.repo/local_manifests preupdate -echo "Purged $repo_name local_manifests folder" +echo "$repo_name $FIXKITCHENPURGE" } if [ $cleananswer == "1" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Which repo would you like to add to?" - echo " 1. Android Open Kang Project repository" - echo " 2. Android Open Source Project repository 4.3" - echo " 3. Android Open Source Project repository 4.4" - echo " 4. Carbon repository" - echo " 5. Cyanogenmod 10.2 repository" - echo " 6. Cyanogenmod 11 repository" - echo " 7. Evervolv repository" - echo " 8. omnirom repository" - echo " 9. PAC-man repository" - echo " 10. ParanoidAndroid repository" - echo " 11. Go Back" - read addrepo + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $FIXKITCHENWHICHADD + echo " 1. $BUILDREPOMENU1" + echo " 2. $BUILDREPOMENU2" + echo " 3. $BUILDREPOMENU3" + echo " 4. $BUILDREPOMENU4" + echo " 5. $BUILDREPOMENU5" + echo " 6. $BUILDREPOMENU6" + echo " 7. $BUILDREPOMENU7" + echo " 8. $BUILDREPOMENU8" + echo " 9. $BUILDREPOMENU9" + echo " 10. $BUILDREPOMENU10" + echo " 11. $MENUGOBACK" + echo "" + read -p "$KITCHENMENUWHICH" addrepo if [ ! "$addrepo" ] || ( echo $addrepo | grep -q [A-Za-z] ) || [ $addrepo -gt "11" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi @@ -174,38 +174,39 @@ if [ $cleananswer == "1" ]; then if [ $addrepo == "11" ]; then echo "" - read -p "Going back, Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi echo "" - echo "Finished!" - read -p "Press Enter to continue: " done + echo $COMPLETEDMESSAGE + read -p "$ENTERTOCONTINUE" done fi if [ $cleananswer == "2" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Which repo would you like to purge its local_manifests folder?" - echo " 1. Android Open Kang Project repository" - echo " 2. Android Open Source Project repository 4.3" - echo " 3. Android Open Source Project repository 4.4" - echo " 4. Carbon repository" - echo " 5. Cyanogenmod 10.2 repository" - echo " 6. Cyanogenmod 11 repository" - echo " 7. Evervolv repository" - echo " 8. omnirom repository" - echo " 9. PAC-man repository" - echo " 10. ParanoidAndroid repository" - echo " 11. Go Back" - read cleanse + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $FIXKITCHENWHICHPURGE + echo " 1. $BUILDREPOMENU1" + echo " 2. $BUILDREPOMENU2" + echo " 3. $BUILDREPOMENU3" + echo " 4. $BUILDREPOMENU4" + echo " 5. $BUILDREPOMENU5" + echo " 6. $BUILDREPOMENU6" + echo " 7. $BUILDREPOMENU7" + echo " 8. $BUILDREPOMENU8" + echo " 9. $BUILDREPOMENU9" + echo " 10. $BUILDREPOMENU10" + echo " 11. $MENUGOBACK" + echo "" + read -p "$KITCHENMENUWHICH" cleanse if [ ! "$cleanse" ] || ( echo $cleanse | grep -q [A-Za-z] ) || [ $cleanse -gt "11" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi @@ -271,56 +272,55 @@ if [ $cleananswer == "2" ]; then if [ $cleanse == "11" ]; then echo "" - read -p "Going back, Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi echo "" - echo "Finished!" - read -p "Press Enter to continue: " done + echo $COMPLETEDMESSAGE + read -p "$ENTERTOCONTINUE" done fi if [ $cleananswer == "3" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Which repo would you like to purge or delete?" - echo " 1. Android Open Kang Project repository" - echo " 2. Android Open Source Project repository 4.3" - echo " 3. Android Open Source Project repository 4.4" - echo " 4. Carbon repository" - echo " 5. Cyanogenmod 10.2 repository" - echo " 6. Cyanogenmod 11 repository" - echo " 7. Evervolv repository" - echo " 8. omnirom repository" - echo " 9. PAC-man repository" - echo " 10. ParanoidAndroid repository" - echo " 11. Go Back" - read modify + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $FIXKITCHENWHICHREPO + echo " 1. $BUILDREPOMENU1" + echo " 2. $BUILDREPOMENU2" + echo " 3. $BUILDREPOMENU3" + echo " 4. $BUILDREPOMENU4" + echo " 5. $BUILDREPOMENU5" + echo " 6. $BUILDREPOMENU6" + echo " 7. $BUILDREPOMENU7" + echo " 8. $BUILDREPOMENU8" + echo " 9. $BUILDREPOMENU9" + echo " 10. $BUILDREPOMENU10" + echo " 11. $MENUGOBACK" + echo "" + read -p "$KITCHENMENUWHICH" modify if [ ! "$modify" ] || ( echo $modify | grep -q [A-Za-z] ) || [ $modify -gt "11" ]; then echo "" - echo "You did not make a proper selection, try again!" - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu fi echo "" - echo "Purge or Delete?" - echo "Purge = remove files, download from origin" - echo "Delete = delete it!" - echo "type exit to go to back" + echo $FIXKITCHENPURGEDELETE + echo $FIXKITCHENPURGEDELETEEXIT read remover if [ ! "$remover" ]; then echo "" - echo "You didn't type in anything.." - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu elif [ $remover == "exit" ]; then echo "" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi @@ -377,7 +377,7 @@ if [ $cleananswer == "3" ]; then if [ $modify == "11" ]; then echo "" - read -p "Going back, Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi @@ -390,33 +390,29 @@ if [ $cleananswer == "3" ]; then fi echo "" - echo "Finished!" - read -p "Press Enter to continue: " done + echo $COMPLETEDMESSAGE + read -p "$ENTERTOCONTINUE" done fi if [ $cleananswer == "4" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Purge or Delete all of the repositories?" - echo "Purge = remove files, download from origin" - echo "Delete = delete it!" - echo "type exit to go to back" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $FIXKITCHENPURGEDELETEREPO + echo $FIXKITCHENPURGEDELETEEXIT read remover if [ ! "$remover" ]; then echo "" - echo "You didn't type in anything.." - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu elif [ $remover == "exit" ]; then echo "" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu - fi - - if [ $remover == "Purge" ] || [ $remover == "purge" ]; then + elif [ $remover == "Purge" ] || [ $remover == "purge" ]; then export INIT="" reposync -p allthethings elif [ $remover == "Delete" ] || [ $remover == "delete" ]; then @@ -424,29 +420,27 @@ if [ $cleananswer == "4" ]; then fi echo "" - echo "Finished!" - read -p "Press Enter to continue: " done + echo $COMPLETEDMESSAGE + read -p "$ENTERTOCONTINUE" done fi if [ $cleananswer == "5" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Purge or Delete the Kitchen app?" - echo "Purge = remove files, download from origin" - echo "Delete = delete it!" - echo "type exit to go back" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $FIXKITCHENPURGEDELETEKITCHEN + echo $FIXKITCHENPURGEDELETEEXIT read remover if [ ! "$remover" ]; then echo "" - echo "You didn't type in anything.." - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu elif [ $remover == "exit" ]; then echo "" - read -p "Press Enter to continue: " done + read -p "$ENTERTOCONTINUE" done menu fi @@ -457,38 +451,36 @@ if [ $cleananswer == "5" ]; then scriptmakir echo "" - echo "Switching to Redeemer script.." + echo $FIXKITCHENREDEEMER echo "" ./redeemer elif [ $remover == "Delete" ] || [ $remover == "delete" ]; then echo "" - echo "Are you sure you want to remove the Kitchen app?" - echo "You must type in \"yes\" to continue" + echo $FIXKITCHENDELETEKITCHEN + echo $FIXKITCHENTYPEYES echo "" - echo "Type in anything else to abort operation" - read -p "yes/no? " destroyer + echo $FIXKITCHENTYPEABORT + read -p "$QUESTIONYESNO" destroyer if [ ! "$destroyer" ]; then echo "" - echo "You didn't type in anything.." - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu - elif [ ! $destroyer == "yes" ]; then - echo "" - echo "Aborting.." - read -p "Press Enter to continue: " done - fi - - if [ $destroyer == "yes" ]; then + elif [ $destroyer == $ANSWERYES ]; then export AUTHOR="destroyer" scriptmakir echo "" - echo "Thank you for using Swordrune10's Kitchen!" - echo "Switching to Destroyer script.." + echo $FIXKITCHENDESTROYERSWITCH + echo $KITCHENTHANKS echo "" ./destroyer - exit 0 + kill 0 + else + echo "" + echo $ABORTMESSAGE + read -p "$ENTERTOCONTINUE" done fi fi fi @@ -496,86 +488,82 @@ fi if [ $cleananswer == "6" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Are you sure you want to remove the Kitchen app and its dependencies?" - echo "Please note: the builds directory will not be deleted" - echo "You must type in \"yes\" to continue" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $FIXKITCHENDELETEKITCHENALL + echo $FIXKITCHENNOTDELETEBUILDS + echo $FIXKITCHENTYPEYES echo "" - echo "Type in anything else to abort operation" - read -p "yes/no? " destroyerofworlds + echo $FIXKITCHENTYPEABORT + read -p "$QUESTIONYESNO" destroyerofworlds if [ ! "$destroyerofworlds" ]; then echo "" - echo "You didn't type in anything.." - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu - elif [ ! $destroyerofworlds == "yes" ]; then - echo "" - echo "Aborting.." - read -p "Press Enter to continue: " done - fi - - if [ $destroyerofworlds == "yes" ]; then + elif [ $destroyerofworlds == $ANSWERYES ]; then export AUTHOR="destroyerofworlds" scriptmakir echo "" - echo "Thank you for using Swordrune10's Kitchen!" - echo "Switching to Destroyer of Worlds script.." + echo $FIXKITCHENDESTROYEROFWORLDSSWITCH + echo $KITCHENTHANKS echo "" cd $LOCAL/.. ./destroyerofworlds - exit 0 + kill 0 + else + echo "" + echo $ABORTMESSAGE + read -p "$ENTERTOCONTINUE" done fi fi if [ $cleananswer == "7" ]; then clear - echo "Swordrune10's Android Kitchen!" - echo "==============================" - echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" - echo "You must type in \"yes, please delete everything off of my computer\" to continue" + echo $KITCHENTITLE + echo $KITCHENUNDERLINE + echo $FIXKITCHENDELETECOMPUTER + echo $FIXKITCHENMUSTTYPEEXACTLY echo "" - echo "Type in anything else to bail out" + echo $FIXKITCHENTYPEABORT read suicidenote if [ ! "$suicidenote" ]; then echo "" - echo "You didn't type in anything.." - read -p "Press Enter to continue: " done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done menu - fi - - if [ ! $suicidenote == "yes, please delete everything off of my computer" ]; then + elif [ $suicidenote == $SUICIDENOTE]; then echo "" - echo "Please dont try that again..." - elif [ $suicidenote == "yes, please delete everything off of my computer" ]; then - echo "" - echo "Please type in your password to destroy everything" + echo $FIXKITCHENTYPEPASSY sudo rm -rf / + echo "" + echo $COMPLETEDMESSAGE + read -p "$ENTERTOEXIT" done + else + echo "" + echo $ABORTMESSAGE + read -p "$ENTERTOCONTINUE" done fi - - echo "" - echo "Finished!" - read -p "Press Enter to continue: " done fi if [ $cleananswer == "8" ]; then clear - echo "Trollface's Android Kitchen!" - echo "==============================" - echo "Oh man, I bet you wish it was that easy!" + echo $TROLLFACETITLE + echo $TROLLFACEUNDERLINE + echo $FIXKITCHENIBET echo "" - echo "Aborting.." - read -p "Press Enter to continue: " done + echo $$ABORTMESSAGE + read -p "$ENTERTOCONTINUE" done fi if [ $cleananswer == "9" ]; then echo "" - read -p "Returning to Main Menu, Press Enter to continue: " done + read -p "$MAINMENURETURN" done exit 0 fi From e712a4339060cec060280d25dfd513abe431bda5 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:07:52 -0700 Subject: [PATCH 105/155] mahimahi: Add fixkitchen --- translation/mahimahi | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index 4814078..fd3e1b3 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -213,6 +213,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) From 76a0e8012b28fefa6f53be2e36b6d91b1f98b115 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:08:15 -0700 Subject: [PATCH 106/155] standardization fixes --- build/builddevice | 1 + update/reposync | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/builddevice b/build/builddevice index 6402f67..54ead24 100755 --- a/build/builddevice +++ b/build/builddevice @@ -39,6 +39,7 @@ echo " 8. $BUILDREPOMENU8" echo " 9. $BUILDREPOMENU9" echo " 10. $BUILDREPOMENU10" echo " 11. $MENUGOBACK" +echo "" read -p "$KITCHENMENUWHICH" version if [ ! "$version" ] || ( echo $version | grep -q [A-Za-z] ) || [ $version -gt "11" ]; then diff --git a/update/reposync b/update/reposync index c4524c5..62d5e6a 100755 --- a/update/reposync +++ b/update/reposync @@ -104,7 +104,8 @@ if [ ! "$AUTO" ]; then echo " 15. $REPOSYNCMENU15" echo " 16. $REPOSYNCMENU16" echo " 17. $MENUGOBACK" - read setupanswer + echo "" + read -p "$KITCHENMENUWHICH" setupanswer if [ ! "$setupanswer" ] || ( echo $setupanswer | grep -q [A-Za-z] ) || [ $setupanswer -gt "17" ]; then echo "" From 3c7640cb2063828100b76999662df95eab46a442 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:10:02 -0700 Subject: [PATCH 107/155] pirarucu: Add fixkitchen, NOT TRANSLATED --- translation/pirarucu | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index 6313e41..fbe51f4 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -224,6 +224,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) From 5f36534b678855ae20887905a7fe25321a40fb51 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:10:42 -0700 Subject: [PATCH 108/155] rabbitfish: Add fixkitchen, NOT TRANSLATED --- translation/rabbitfish | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 9fb03a9..3a7569e 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -223,6 +223,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) From b79a9be33e1af7e920d195293a05266f2d2b3fd2 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:11:29 -0700 Subject: [PATCH 109/155] spanishmackerel: Add fixkitchen, NOT TRANSLATED --- translation/spanishmackerel | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 4fa4549..2018915 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -213,6 +213,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) From 272844f47e64736dbdac93bd4724805a546c984a Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:13:06 -0700 Subject: [PATCH 110/155] non-active translations: Add fixkitchen, NOT TRANSLATED --- translation/bluefintuna | 39 ++++++++++++++++++++++++++++++++++++ translation/europeanpilchard | 39 ++++++++++++++++++++++++++++++++++++ translation/italianbleak | 39 ++++++++++++++++++++++++++++++++++++ translation/koreanlamprey | 39 ++++++++++++++++++++++++++++++++++++ 4 files changed, 156 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 52f2c02..5f47f55 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -212,6 +212,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 8b4bb0c..cc694e0 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -212,6 +212,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/italianbleak b/translation/italianbleak index 7150346..ac43056 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -212,6 +212,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index af6d86b..56e3e38 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -212,6 +212,45 @@ export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + ## Build Common export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) From 00e72a53104ca45bb574318bc1143a94ac5a6ec9 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:47:31 -0700 Subject: [PATCH 111/155] bouncer: make it international! --- utility/bouncer | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/utility/bouncer b/utility/bouncer index 7382664..f9b7ac9 100755 --- a/utility/bouncer +++ b/utility/bouncer @@ -17,33 +17,21 @@ if ( ! uname -a | grep -q x86_64 ); then if ( uname -a | grep -q powerpc ); then clear - echo "powerpc processor detected!" - echo "===================" - echo "Running powerpc isn't necessarily prohibited, but it is not suggested" + echo $BOUNCERPOWERPC echo "" - echo "Side effects may include failure to build properly and lack of support" - echo "for build environment setup" + echo $ERRORSIDEEFFECTS echo "" - echo "If you see this in error, please notify me at either xda or rootzwiki" - echo "if you prefer email you can reach me at mishana@swordrune10.net" - echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" - echo "Press enter to continue.." - read done + echo $ERRORCONTACTINFO + read -p "$ENTERTOCONTINUE" done else clear - echo "32-bit OS detected!" - echo "===================" - echo "Running 32-bit isn't necessarily prohibited, but it is not suggested" + echo $BOUNCER32BIT echo "" - echo "Side effects may include failure to build properly and lack of support" - echo "for build environment setup" + echo $ERRORSIDEEFFECTS echo "" - echo "If you see this in error, please notify me at either xda or rootzwiki" - echo "if you prefer email you can reach me at mishana@swordrune10.net" - echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" - echo "Press enter to continue.." - read done + echo $ERRORCONTACTINFO + read -p "$ENTERTOCONTINUE" done fi fi @@ -52,14 +40,9 @@ homecheck=$( cd $(dirname $0) && cd ../.. && pwd ) if [ $homecheck == $HOME ]; then clear - echo "Kitchen not set in correct place!" - echo "=================================" - echo "Kitchen will not work correctly if placed in home folder, please move" + echo $BOUNCERKITCHENHOME echo "" - echo "If you see this in error, please notify me at either xda or rootzwiki" - echo "if you prefer email you can reach me at mishana@swordrune10.net" - echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" - echo "Press enter to exit.." - read done + echo $ERRORCONTACTINFO + read -p "$ENTERTOEXIT" done kill 0 fi From 7502dbcdd606dc6c46e35a54178aed838b0dc5da Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:48:04 -0700 Subject: [PATCH 112/155] mahimahi: Update errors from bouncer --- translation/mahimahi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index fd3e1b3..b4a5eda 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -35,9 +35,20 @@ export ANSWERN=$( echo "n" ) ## Errors export ERRORHEADER=$( echo "An Error Has Occurred! ======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! ===================== Build enviroment installation only supports 64-bit Operating Systems" ) From 9efa788b1c3650ccb9d18e341b271f01ec7ef2d9 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:49:20 -0700 Subject: [PATCH 113/155] pirarucu: Update errors from bouncer, NEEDS TRANSLATION --- translation/pirarucu | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index fbe51f4..cf56706 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -39,9 +39,22 @@ export ANSWERN=$( echo "n" ) ## Errors ## NEEDS TRANSLATION! +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! ===================== Build enviroment installation only supports 64-bit Operating Systems" ) From b178f4670681423ebbe709f8f07d27a90e7fdbcf Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:50:33 -0700 Subject: [PATCH 114/155] rabbitfish: Update errors from bouncer, NOT TRANSLATED --- translation/rabbitfish | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 3a7569e..3b26e87 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -35,9 +35,22 @@ export ANSWERN=$( echo "n" ) ## Errors ## NEEDS TRANSLATION! +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! ===================== Build enviroment installation only supports 64-bit Operating Systems" ) From c9a43309513366a4af3ebe9a0ddef98a089caa9f Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:53:20 -0700 Subject: [PATCH 115/155] spanishmackerel: Update errors from bouncer, NOT TRANSLATED --- translation/spanishmackerel | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 2018915..2d6959c 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -30,9 +30,26 @@ export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) ## Errors +## NEEDS TRANSLATION! +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) +## NEEDS TRANSLATION! export ERRORCONTACTINFO=$( echo "Si usted ve este error, por favor notificar ya sea xda o RootzWiki Si prefiere por Email puedes encontrarme en: mishana@swordrune10.net Si también está inclinado, tengo un canal freenode #Swordrune10Kitchen" ) +## NEEDS TRANSLATION! +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) +## NEEDS TRANSLATION! export ENVIRONMENTSETUP32BIT=$( echo "32-bit no soportado! ===================== El Entorno de compilacion solo soporta Sistemas Operativos de 64-bit " ) From e55b868a09063a07ff1d0dc2070c6b4ef280c03f Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:55:04 -0700 Subject: [PATCH 116/155] non-active translations: Update errors from bouncer, NOT TRANSLATED --- translation/bluefintuna | 13 +++++++++++++ translation/europeanpilchard | 13 +++++++++++++ translation/italianbleak | 13 +++++++++++++ translation/koreanlamprey | 13 +++++++++++++ 4 files changed, 52 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 5f47f55..83b76b4 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -33,9 +33,22 @@ export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) ## Errors +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! ===================== Build enviroment installation only supports 64-bit Operating Systems" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index cc694e0..1660b7d 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -33,9 +33,22 @@ export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) ## Errors +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! ===================== Build enviroment installation only supports 64-bit Operating Systems" ) diff --git a/translation/italianbleak b/translation/italianbleak index ac43056..e656f00 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -33,9 +33,22 @@ export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) ## Errors +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! ===================== Build enviroment installation only supports 64-bit Operating Systems" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 56e3e38..7c51acb 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -33,9 +33,22 @@ export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) ## Errors +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki If you prefer email you can reach me at mishana@swordrune10.net If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! ===================== Build enviroment installation only supports 64-bit Operating Systems" ) From c44cc61895179b9b63168c8ce2ed17fad6f43003 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 18:58:05 -0700 Subject: [PATCH 117/155] headerfile: make it international! --- utility/headerfile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/utility/headerfile b/utility/headerfile index 9bd9c91..ff88ea5 100755 --- a/utility/headerfile +++ b/utility/headerfile @@ -126,11 +126,8 @@ elif [ "$SCRIPT" ]; then else clear - echo "An Error Has Occurred!" - echo "======================" - echo "If you see this in error, please notify me at either xda or rootzwiki" - echo "if you prefer email you can reach me at mishana@swordrune10.net" - echo "if your also inclined, i have a freenode channel #Swordrune10Kitchen" - read -p "Press Enter to exit.." done + echo $ERRORHEADER + echo $ERRORCONTACTINFO + read -p "$ENTERTOEXIT" done kill 0 fi From 03c0f6426fcef4adad2c12265346e1234f7ebd63 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 19:24:34 -0700 Subject: [PATCH 118/155] macosxinit: make it international! --- utility/macosxinit | 58 +++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 34 deletions(-) diff --git a/utility/macosxinit b/utility/macosxinit index d1bacad..9a6ec71 100755 --- a/utility/macosxinit +++ b/utility/macosxinit @@ -17,50 +17,43 @@ clear export POSIXLY_CORRECT=1 -echo "You are running Mac OS X!" +echo $MACOSXINITRUN xinit() { if ( ! find ~/android.dmg &> /dev/null ); then echo "" - echo "We can't find the android image to mount, this is needed to build on mac os x" - echo "If you already have one made please put it in its proper place with its proper title" - echo "It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg" - echo "" - echo "Would you like to make a new android.dmg?" - read diskimage + echo $MACOSXINITCANTFINDDMG + read -p "$QUESTIONYESNO" diskimage if [ ! "$diskimage" ]; then echo "" - echo "You didn't type in anything.." - read -p "Press Enter to continue" done + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done xinit exit 0 - fi - - if [ $diskimage == "no" ] || [ $diskimage == "n" ]; then + elif [ $diskimage == $ANSWERNO ] || [ $diskimage == $ANSWERN ]; then echo "" - echo "Exiting for now.." - read -p "Press Enter to exit" done + echo $ABORTMESSAGE + read -p "$ENTERTOEXIT" done - exit 0 + kill 0 fi echo "" - echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space" - echo "Type in number in gigabytes" + echo $MACOSXINITHOWBIG read gigs hdiutil create -type SPARSE -fs 'Case-sensitive Journaled HFS+' -size "$gigs"g ~/android.dmg echo "" - echo "Mounting new android.dmg at /Volumes/android.." + echo $MACOSXINITMOUNTNEW hdiutil attach ~/android.dmg -mountpoint /Volumes/android if ( ! find ~/bin/repo &> /dev/null ); then echo "" - echo "Installing the repo command.." + echo $REPOSYNCREPOINSTALL if ( ! find ~/bin &> /dev/null ); then mkdir ~/bin @@ -71,30 +64,28 @@ if ( ! find ~/android.dmg &> /dev/null ); then fi echo "" - echo "Moving into android.dmg.." + echo $MACOSXINITMOVEINTO cd /Volumes/android mkdir -p swordkitchen cd swordkitchen - echo "Setting up kitchen.." + echo $MACOSXINITSETUP ~/bin/repo init -u http://github.com/TeamKeyblade/kitchen_manifest.git -b master ~/bin/repo sync -j4 else - echo "Found your android.dmg, mounting.." + echo $MACOSXINITFOUNDDMG hdiutil attach ~/android.dmg -mountpoint /Volumes/android if ( ! find /Volumes/android/swordkitchen &> /dev/null ); then echo "" - echo "We can't find the rom kitchen in /Volumes/android" - echo "" - echo "Would you like to make install rom kitchen in /Volumes/android?" + echo $MACOSXINITCANTFINDKITCHEN read androidvolume if [ ! "$androidvolume" ]; then echo "" - echo "You didn't type in anything.." - echo "Press Enter to continue" + echo $NOTPROPERSELECTION + read -p "$ENTERTOCONTINUE" done read done xinit @@ -103,16 +94,15 @@ else if [ $androidvolume == "no" ] || [ $androidvolume == "n" ]; then echo "" - echo "Exiting for now.." - echo "Press Enter to exit" - read done + echo $ABORTMESSAGE + read -p "$ENTERTOEXIT" done - exit 0 + kill 0 fi if ( ! find ~/bin/repo &> /dev/null ); then echo "" - echo "Installing the repo command.." + echo $REPOSYNCREPOINSTALL if ( ! find ~/bin &> /dev/null ); then mkdir ~/bin @@ -123,12 +113,12 @@ else fi echo "" - echo "Moving into android.dmg.." + echo $MACOSXINITMOVEINTO cd /Volumes/android mkdir -p swordkitchen cd swordkitchen - echo "Setting up kitchen.." + echo $MACOSXINITSETUP ~/bin/repo init -u http://github.com/TeamKeyblade/kitchen_manifest.git -b master ~/bin/repo sync -j4 else From 1761fa32d83c96df775b53ce87f4803b7d273879 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 19:24:50 -0700 Subject: [PATCH 119/155] mahimahi: Add macosxinit --- translation/mahimahi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/translation/mahimahi b/translation/mahimahi index b4a5eda..d2b30af 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -32,6 +32,24 @@ export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Macosxinit +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) + ## Errors export ERRORHEADER=$( echo "An Error Has Occurred! ======================" ) From 7ded1a1f06617e690d2cb2e204b66cf6545f5255 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 19:26:11 -0700 Subject: [PATCH 120/155] pirarucu: Add macosxinit, NEEDS TRANSLATION --- translation/pirarucu | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/translation/pirarucu b/translation/pirarucu index cf56706..00ee1cc 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -37,6 +37,26 @@ export ANSWERY=$( echo "s" ) export ANSWERNO=$( echo "Nao" ) export ANSWERN=$( echo "n" ) +## Macosxinit +## NEEDS TRANSLATION! +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) +## NEEDS TRANSLATION! + ## Errors ## NEEDS TRANSLATION! export ERRORHEADER=$( echo "An Error Has Occurred! From bf9fb2c4bddee65d167da32b19dd30c37ec4b06c Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 19:29:22 -0700 Subject: [PATCH 121/155] rabbitfish: Add macosxinit, NOT TRANSLATED --- translation/rabbitfish | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/translation/rabbitfish b/translation/rabbitfish index 3b26e87..7550f4d 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -33,6 +33,26 @@ export ANSWERY=$( echo "j" ) export ANSWERNO=$( echo "nein" ) export ANSWERN=$( echo "n" ) +## Macosxinit +## NEEDS TRANSLATION! +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) +## NEEDS TRANSLATION! + ## Errors ## NEEDS TRANSLATION! export ERRORHEADER=$( echo "An Error Has Occurred! From 06d97d9de2bb0f34d5302c4e1cd44af85a082de5 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 19:30:49 -0700 Subject: [PATCH 122/155] spanishmackerel: Add macosxinit, NOT TRANSLATED --- translation/spanishmackerel | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 2d6959c..51308a0 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -29,6 +29,26 @@ export ANSWERY=$( echo "s" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Macosxinit +## NEEDS TRANSLATION! +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) +## NEEDS TRANSLATION! + ## Errors ## NEEDS TRANSLATION! export ERRORHEADER=$( echo "An Error Has Occurred! From 08f85119eb34f067beb5a13a88e2b16fa9d5d9b0 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 23 Jan 2014 19:34:57 -0700 Subject: [PATCH 123/155] non-active translations: Add macosxinit, NOT TRANSLATED --- translation/bluefintuna | 18 ++++++++++++++++++ translation/europeanpilchard | 18 ++++++++++++++++++ translation/italianbleak | 18 ++++++++++++++++++ translation/koreanlamprey | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/translation/bluefintuna b/translation/bluefintuna index 83b76b4..abbd135 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -32,6 +32,24 @@ export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Macosxinit +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) + ## Errors export ERRORHEADER=$( echo "An Error Has Occurred! ======================" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 1660b7d..10c345d 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -32,6 +32,24 @@ export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Macosxinit +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) + ## Errors export ERRORHEADER=$( echo "An Error Has Occurred! ======================" ) diff --git a/translation/italianbleak b/translation/italianbleak index e656f00..0f8a2a1 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -32,6 +32,24 @@ export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Macosxinit +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) + ## Errors export ERRORHEADER=$( echo "An Error Has Occurred! ======================" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 7c51acb..47b6bbd 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -32,6 +32,24 @@ export ANSWERY=$( echo "y" ) export ANSWERNO=$( echo "no" ) export ANSWERN=$( echo "n" ) +## Macosxinit +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) + ## Errors export ERRORHEADER=$( echo "An Error Has Occurred! ======================" ) From 57a6ac69050ab85919e2c075047199c92fb3a090 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Fri, 24 Jan 2014 11:52:56 -0700 Subject: [PATCH 124/155] fixkitchen: remove double dollar variable --- repair/fixkitchen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repair/fixkitchen b/repair/fixkitchen index 225efef..e1850ee 100755 --- a/repair/fixkitchen +++ b/repair/fixkitchen @@ -557,7 +557,7 @@ if [ $cleananswer == "8" ]; then echo $TROLLFACEUNDERLINE echo $FIXKITCHENIBET echo "" - echo $$ABORTMESSAGE + echo $ABORTMESSAGE read -p "$ENTERTOCONTINUE" done fi From e802fc632bb245958bd22a023b2899e7c9e17143 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sat, 25 Jan 2014 22:53:49 -0700 Subject: [PATCH 125/155] Add Russian --- translation/whitefish | 422 ++++++++++++++++++++++++++++++++++++++ utility/retardedbabelfish | 31 +++ 2 files changed, 453 insertions(+) create mode 100755 translation/whitefish diff --git a/translation/whitefish b/translation/whitefish new file mode 100755 index 0000000..a0d44e5 --- /dev/null +++ b/translation/whitefish @@ -0,0 +1,422 @@ +#!/bin/bash +# Copyright (C) 2014 Sean Donovan + +# 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. + +# Russian + +## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## + +## Common +export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) +export KITCHENUNDERLINE=$( echo "==============================" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?: " ) +export MENUGOBACK=$( echo "Go Back" ) +export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) +export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ENTERTOEXIT=$( echo "Press Enter to exit: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +export QUESTIONYESNO=$( echo "yes/no? " ) +export ANSWERYES=$( echo "yes" ) +export ANSWERY=$( echo "y" ) +export ANSWERNO=$( echo "no" ) +export ANSWERN=$( echo "n" ) + +## Macosxinit +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) + +## Errors +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) + +## Repos +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) + +## Devices +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) + +## Scriptmakir +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) + +## Kitchen +export KITCHENMAINMENU=$( echo "Main Menu:" ) +export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo "Configure Kitchen" ) +export KITCHENMENU3=$( echo "Run Kitchen" ) +export KITCHENMENU4=$( echo "Fix Kitchen" ) +export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMENU6=$( echo "Exit" ) +export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) +export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) +export KITCHENTOUGH=$( echo "tough!" ) + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build environment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + +## Build Common +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 4e957ff..491109f 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -160,6 +160,33 @@ elif ( echo $LANG | grep -q "es_" ); then # read -p "$entertocontinue" done # initlang # fi +# Russian +#elif ( echo $LANG | grep -q "ru_" ); then +# langsaved=$( echo "Language saved as Russian" ) +# notproperselection=$( echo "You did not make a proper selection, try again!" ) +# entertocontinue=$( echo "Press Enter to continue: " ) + +# clear +# echo "We have detected that your system is set to English" +# echo "Is this how you want the rom kitchen to be?" + +# read -p "yes/no?" answer + +# if [ "$answer" == "yes" ] || [ "$answer" == "y" ]; then +# echo "ru" > $LOCAL/config/language +# echo "" +# echo $langsaved +# read -p "$entertocontinue" done +# elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then +# echo "" +# echo "What language do you want to use instead?" +# langselect +# else +# echo "" +# echo $notproperselection +# read -p "$entertocontinue" done +# initlang +# fi # German elif ( echo $LANG | grep -q "de_" ); then langsaved=$( echo "Die Sprache Deutsch wurde gespeichert" ) @@ -352,6 +379,10 @@ elif ( cat $LOCAL/config/language | grep -q "es" ); then ## NOT ACTIVE elif ( cat $LOCAL/config/language | grep -q "fr" ); then . $LOCAL/translation/europeanpilchard +# Russian +## NOT ACTIVE +elif ( cat $LOCAL/config/language | grep -q "ru" ); then + . $LOCAL/translation/whitefish # German elif ( cat $LOCAL/config/language | grep -q "de" ); then . $LOCAL/translation/rabbitfish From 0134c7a86354fb08757edbf0868af16f12a95360 Mon Sep 17 00:00:00 2001 From: gaich Date: Sun, 26 Jan 2014 19:19:18 +1000 Subject: [PATCH 126/155] Updating Russian --- translation/whitefish | 644 +++++++++++++++++++++--------------------- 1 file changed, 322 insertions(+), 322 deletions(-) diff --git a/translation/whitefish b/translation/whitefish index a0d44e5..c41b461 100755 --- a/translation/whitefish +++ b/translation/whitefish @@ -20,67 +20,67 @@ ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) -export KITCHENMENUWHICH=$( echo "Which one would you like to do?: " ) -export MENUGOBACK=$( echo "Go Back" ) -export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) -export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) -export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) -export ENTERTOEXIT=$( echo "Press Enter to exit: " ) -export ABORTMESSAGE=$( echo "Aborting.." ) -export COMPLETEDMESSAGE=$( echo "Finished!" ) -export QUESTIONYESNO=$( echo "yes/no? " ) -export ANSWERYES=$( echo "yes" ) -export ANSWERY=$( echo "y" ) -export ANSWERNO=$( echo "no" ) -export ANSWERN=$( echo "n" ) +export KITCHENMENUWHICH=$( echo "Что Вы хотите сделать?: " ) +export MENUGOBACK=$( echo "Назад" ) +export NOTPROPERSELECTION=$( echo "Вы не сделали выбор, попытайтесь снова!" ) +export ENTERTOCONTINUE=$( echo "Нажмите ввод для продолжения: " ) +export MAINMENURETURN=$( echo "Возврат в основное меню, нажмите ввод для продолжения: " ) +export ENTERTOEXIT=$( echo "Нажмите ввод для выхода: " ) +export ABORTMESSAGE=$( echo "Отмена.." ) +export COMPLETEDMESSAGE=$( echo "Готово!" ) +export QUESTIONYESNO=$( echo "да/нет? " ) +export ANSWERYES=$( echo "да" ) +export ANSWERY=$( echo "д" ) +export ANSWERNO=$( echo "нет" ) +export ANSWERN=$( echo "н" ) ## Macosxinit -export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) -export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x -If you already have one made please put it in its proper place with its proper title -It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg - -Would you like to make a new android.dmg?" ) -export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space -Type in number in gigabytes" ) -export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) -export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) -export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) -export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) -export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) -export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android - -Would you like to make install rom kitchen in /Volumes/android?" ) +export MACOSXINITRUN=$( echo "Обнаружена Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "Невозможно найти образ android для установки, сборка должна быть на mac os x +Если Вы это уже выполнили, пожалуйста, вставьте в правильное место с правильным названием +Правильное место и название - Ваша домашняя папка с именем android.dmg, например ~/android.dmg + +Хотите создать новый android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "Насколько большим должен быть android.dmg? Учитывайте, что при увеличении размера Вам понадобится больше места +Введите число в гигабайтах" ) +export MACOSXINITMOUNTNEW=$( echo "Установка нового android.dmg в /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Перемещение в android.dmg.." ) +export MACOSXINITSETUP=$( echo "Настройка kitchen.." ) +export MACOSXINITSETUP=$( echo "Настройка kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Найден Ваш android.dmg, установка.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "Невозможно найти rom kitchen в /Volumes/android + +Хотите произвести установку rom kitchen в /Volumes/android?" ) ## Errors -export ERRORHEADER=$( echo "An Error Has Occurred! +export ERRORHEADER=$( echo "Произошла ошибка! ======================" ) -export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +export ERRORSIDEEFFECTS=$( echo "Побочные эффекты могут включать сбой корректной сборки и отсутствие поддержки for build environment setup" ) -export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki -If you prefer email you can reach me at mishana@swordrune10.net -If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) -export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +export ERRORCONTACTINFO=$( echo "Если Вы видите эту ошибку, пожалуйста, сообщите мне на xda или rootzwiki +Если предпочитаете почту, напишите на mishana@swordrune10.net +Помимо этого, у меня есть канал на freenode #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "Обнаружен процессор PowerPC! =========================== -Running powerpc isn't necessarily prohibited, but it is not suggested" ) -export BOUNCER32BIT=$( echo "32-bit processor detected! +Использование powerpc не обязательно запрещено, но не рекомендуется" ) +export BOUNCER32BIT=$( echo "Обнаружен процессор 32-бит! ========================== -Running 32-bit isn't necessarily prohibited, but it is not suggested" ) -export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +Использование 32-бит не обязательно запрещено, но не рекомендуется" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen установлена в неправильное место! ================================= -Kitchen will not work correctly if placed in home folder, please move" ) -export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +Kitchen не будет корректно работать при установке в домашнюю папку, пожалуйста, переместите" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-бит не поддерживается! ===================== -Build enviroment installation only supports 64-bit Operating Systems" ) -export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +Установка сборки поддерживает только операционные системы 64-бит" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Операционная система не поддерживается! =============================== -Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) -Debian (General Support) -Linux Mint (General Support) -Arch Linux (General Support) -Fedora (General Support) -Mac OS X (Semi-General Support)" ) +Поддерживаемые операционные системы (только 64-бит): +Ubuntu 10.04 - 13.10 (полная поддержка) +Debian (общая поддержка) +Linux Mint (общая поддержка) +Arch Linux (общая поддержка) +Fedora (общая поддержка) +Mac OS X (общая поддержка)" ) ## Repos export REPOSKITCHEN=$( echo "Kitchen app" ) @@ -101,322 +101,322 @@ export NEXUS5=$( echo "LTE Nexus 5" ) export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) -export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export ALLGNEXUS=$( echo "Все Galaxy Nexi" ) export GSMNEXUSS=$( echo "GSM Nexus S" ) export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) -export ALLNEXUSS=$( echo "All Nexus S'" ) -export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) -export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) -export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) -export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) -export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) -export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) -export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export ALLNEXUSS=$( echo "Все Nexus S'" ) +export WIFINEXUS72012=$( echo "Планшет Wifi Nexus 7 (2012)" ) +export GSMNEXUS72012=$( echo "Планшет GSM Nexus 7 (2012)" ) +export ALLNEXUS72012=$( echo "Все планшеты Nexus 7 (2012)" ) +export WIFINEXUS72013=$( echo "Планшет Wifi Nexus 7 (2013)" ) +export LTENEXUS72013=$( echo "Планшет LTE Nexus 7 (2013)" ) +export ALLNEXUS72013=$( echo "Все планшеты Nexus 7 (2013)" ) +export ALLNEXUS7=$( echo "Все планшеты Nexus 7" ) export NEXUS10=$( echo "Wifi Nexus 10" ) -export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) -export VZWXOOM=$( echo "Verizon Xoom Tablet" ) -export ALLXOOM=$( echo "All Xoom Tablets" ) -export ALLNEXUS=$( echo "All Nexus Devices" ) +export WIFIXOOM=$( echo "Планшет Wifi Xoom" ) +export VZWXOOM=$( echo "Планшет Verizon Xoom" ) +export ALLXOOM=$( echo "Все планшеты Xoom" ) +export ALLNEXUS=$( echo "Все устройства Nexus" ) ## Scriptmakir -export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) -export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) -export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) -export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) -export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) -export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer запущен!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Удаление Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Настройка Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer запущен!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds запущен!" ) +export SCRIPTMAKIRRMREPO=$( echo "Удаление папки репозитория" ) ## Kitchen -export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo "Configure Kitchen" ) -export KITCHENMENU3=$( echo "Run Kitchen" ) -export KITCHENMENU4=$( echo "Fix Kitchen" ) -export KITCHENMENU5=$( echo "Auto Build Kitchen" ) -export KITCHENMENU6=$( echo "Exit" ) -export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) -export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) -export KITCHENTOUGH=$( echo "tough!" ) +export KITCHENMAINMENU=$( echo "Главное меню:" ) +export KITCHENMENU1=$( echo "Настройка/обновление Kitchen" ) +export KITCHENMENU2=$( echo "Конфигурация Kitchen" ) +export KITCHENMENU3=$( echo "Запустить Kitchen" ) +export KITCHENMENU4=$( echo "Исправить Kitchen" ) +export KITCHENMENU5=$( echo "Автосборка Kitchen" ) +export KITCHENMENU6=$( echo "Выход" ) +export KITCHENTHANKS=$( echo "Спасибо за использование Swordrune10's Kitchen! До свидания.." ) +export KITCHENBORED=$( echo "Похоже, Вам скучно.. хотите посмотреть кино?" ) +export KITCHENTOUGH=$( echo "Облом!" ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) -export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) -export REPOSYNCFLAGH=$( echo "show this help text" ) -export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) -export REPOSYNCFLAGU=$( echo "update this particular repo" ) -export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) -export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) -export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) -export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) -export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) -export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) -export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) -export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) -export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) -export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) -export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "Update all available repos" ) -export REPOSYNCUPDATE13=$( echo "Update all the repos" ) -export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) -export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) +export REPOSYNCUSAGE=$( echo "repo -- программа для инициализации/обновления репозиториев android" ) +export REPOSYNCFLAGD=$( echo "удалить соответствующую папку и выйти из программы" ) +export REPOSYNCFLAGH=$( echo "показать эту справку" ) +export REPOSYNCFLAGP=$( echo "очистить папку, реинициализировать, после чего обновить" ) +export REPOSYNCFLAGU=$( echo "обновить этот отдельный репозиторий" ) +export REPOSYNCUPDATE1=$( echo "Обновить $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Обновить $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Обновить $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Обновить $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Обновить $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Обновить $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Обновить $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Обновить $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Обновить $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Обновить $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Обновить $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Обновить все доступные репозитории" ) +export REPOSYNCUPDATE13=$( echo "Обновить все репозитории" ) +export REPOSYNCUSAGEEXAMP=$( echo "Пример: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "ввод \"reposync -u list\" переместит" ) +export REPOSYNCUSAGELIST2=$( echo "Вас опять в список опций" ) # Menu -export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) -export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) -export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build environment" ) -export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) -export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) -export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) -export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) -export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) -export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) -export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) -export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) -export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) -export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) -export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) -export REPOSYNCMENU14=$( echo "Update all available repositories" ) -export REPOSYNCMENU15=$( echo "Update all the repos!" ) -export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "Что вы обновляете?" ) +export REPOSYNCMENUINIT=$( echo "Если репозиторий не инициализирован, он будет on update" ) +export REPOSYNCMENU1=$( echo "Установить команду repo" ) +export REPOSYNCMENU2=$( echo "Установить среду сборки" ) +export REPOSYNCMENU3=$( echo "Обновить репозиторий $REPOSKITCHEN" ) +export REPOSYNCMENU4=$( echo "Обновить репозиторий $REPOSAOKP" ) +export REPOSYNCMENU5=$( echo "Обновить репозиторий $REPOSAOSP43" ) +export REPOSYNCMENU6=$( echo "Обновить репозиторий $REPOSAOSP" ) +export REPOSYNCMENU7=$( echo "Обновить репозиторий $REPOSCARBON" ) +export REPOSYNCMENU8=$( echo "Обновить репозиторий $REPOSCM10" ) +export REPOSYNCMENU9=$( echo "Обновить репозиторий $REPOSCM" ) +export REPOSYNCMENU10=$( echo "Обновить репозиторий $REPOSEV" ) +export REPOSYNCMENU11=$( echo "Обновить репозиторий $REPOSOMNIy" ) +export REPOSYNCMENU12=$( echo "Обновить репозиторий $REPOSPACMAN" ) +export REPOSYNCMENU13=$( echo "Обновить репозиторий $REPOSPARA" ) +export REPOSYNCMENU14=$( echo "Обновить все доступные репозитории" ) +export REPOSYNCMENU15=$( echo "Обновить все репозитории!" ) +export REPOSYNCMENU16=$( echo "Обновить/добавить otherrepo" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) -export REPOSYNCUPDATING=$( echo "Updating" ) -export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) -export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) -export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) -export REPOSYNCINIT=$( echo "initializing" ) -export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) -export REPOSYNCREPO=$( echo "repository" ) -export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) -export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) -export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +export REPOSYNCNOTINITSKIP=$( echo "не инициализировано, пропуск" ) +export REPOSYNCUPDATING=$( echo "Обновление" ) +export REPOSYNCBLAHSMANIFEST=$( echo "манифест" ) +export REPOSYNCNOTINITYET=$( echo "не инициализировано, инициализация сейчас" ) +export REPOSYNCNOTINITWANTTO=$( echo "не инициализировано, хотите инициализировать?" ) +export REPOSYNCINIT=$( echo "инициализация" ) +export REPOSYNCNOTINIT=$( echo "не было инициализировано" ) +export REPOSYNCREPO=$( echo "репозиторий" ) +export REPOSYNCREPOALREADY=$( echo "Команда repo уже установлена" ) +export REPOSYNCREPOINSTALL=$( echo "Установка команды repo" ) +export REPOSYNCCOMPLETE=$( echo "Обновление завершено!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) -export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) -export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +export REPOSYNCADDOR=$( echo "Мы добавляем или обновляем otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Добавить в пользовательскую папку репозитория" ) +export REPOSYNCOTHERMENU2=$( echo "Обновить все пользовательские репозитории" ) +export REPOSYNCOTHERREPONAME=$( echo "Какое имя у репозитория?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "Какое короткое имя у этого репозитория? Пример: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "Какой url к манифесту репозитория?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "Какую ветвь манифеста репозитория Вы хотите использовать?" ) ## Environmentsetup -export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) -export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) -export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) -export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) -export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) +export ENVIRONMENTSETUPINIT=$( echo "Инициализация среды сборки" ) +export ENVIRONMENTSETUPOS=$( echo "Определение операционной системы.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Установка необходимых пакетов, пожалуйста, введите пароль" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Xcode установлен? Рекомендуем версию 3.1.4 или новее" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "MacPorts установлен?" ) # Platform -export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) -export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) -export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) -export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) -export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) -export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) -export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) -export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) +export ENVIRONMENTSETUPFEDORA=$( echo "У Вас Fedora или RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "У Вас Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "У Вас Ubuntu, либо 10.04, 10.10, либо 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "У Вас Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "У Вас Ubuntu 12.04 или 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "У Вас Ubuntu 13.04 или 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "У Вас Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "У Вас Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "У Вас Mac OS X!" ) # Java -export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) -export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) -export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) -export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) -export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) +export ENVIRONMENTSETUPFLEXION=$( echo "Установка java займёт некоторое время, для соблюдения формальностей приложение Kitchen будет использовать данные из скрипта oab-java с flexion.org" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Получение страницы загрузки Java SE" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Получение страницы загрузки текущего релиза" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Получение страницы загрузки предыдущих релизов" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Установка java займёт некоторое время, для соблюдения формальностей приложение Kitchen будет использовать установщик java webupd8" ) ## Preupdate -export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) -export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) -export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) -export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) -export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +export PREUPDATEAOSP43=$( echo "Обновление папки local_manifests $REPOSAOSP43" ) +export PREUPDATEAOSP=$( echo "Обновление папки local_manifests $REPOSAOSP" ) +export PREUPDATECM10=$( echo "Обновление папки local_manifests $REPOSCM10" ) +export PREUPDATECM=$( echo "Обновление папки local_manifests $REPOSCM" ) +export PREUPDATEOMNI=$( echo "Обновление папки local_manifests $REPOSOMNI" ) ## Configkitchen -export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) -export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) -export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) -export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) -export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) -export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +export CONFIGKITCHENMENUTITLE=$( echo "Меню конфигупации Kitchen" ) +export CONFIGKITCHENMENU1=$( echo "Редактировать Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Редактировать Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Создать/редактировать список other repo" ) +export CONFIGKITCHENOTHERREPO=$( echo "редактирование расположений файлов пользовательских репозиториев" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "редактирование названий пользовательских репозиториев" ) ## Fixkitchen -export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) -export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) -export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) -export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) -export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) -export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) -export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) -export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) -export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) -export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) -export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) -export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) -export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) -export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) -export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) -export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) -export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) -export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin -Delete = delete it! -type exit to go to back" ) -export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) -export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) -export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) -export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) -export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) -export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) -export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) -export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) -export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) -export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) -export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) -export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) -export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) -export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) -export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export FIXKITCHENSOMETHINGNOT=$( echo "Что-то работает неправильно? Что делать?" ) +export FIXKITCHENPURGE=$( echo "Purge = удалить файлы, загрузить снова" ) +export FIXKITCHENDELETE=$( echo "Delete = удалить это!" ) +export FIXKITCHENMENU1=$( echo "Добавить репо к определённой папке local_manifests" ) +export FIXKITCHENMENU2=$( echo "Очистить определённую папку local_manifests" ) +export FIXKITCHENMENU3=$( echo "Очистить или удалить определённый репозиторий" ) +export FIXKITCHENMENU4=$( echo "Очистить или удалить все репозитории" ) +export FIXKITCHENMENU5=$( echo "Очистить или удалить приложение Kitchen" ) +export FIXKITCHENMENU6=$( echo "Удалить приложение Kitchen и его зависимости" ) +export FIXKITCHENMENU7=$( echo "Удалить содержание Вашего компьютера" ) +export FIXKITCHENMENU8=$( echo "Удалить весь интернет" ) +export FIXKITCHENADD=$( echo "Добавление репозитория для otherdevices.xml для" ) +export FIXKITCHENPURGE=$( echo "папка local_manifests была очищена" ) +export FIXKITCHENWHICHADD=$( echo "В какой репозиторий Вы хотите добавить?" ) +export FIXKITCHENWHICHPURGE=$( echo "В каком репозитории Вы хотите очистить папку local_manifests?" ) +export FIXKITCHENWHICHREPO=$( echo "Какой репозиторий Вы хотите очистить или удалить?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge или Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = удалить файлы, загрузить снова +Delete = удалить это! +введите exit для возврата назад" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Очистить или удалить все репозитории?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Очистить или удалить приложение Kitchen?" ) +export FIXKITCHENREDEEMER=$( echo "Переключение на скрипт Redeemer.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Уверены, что хотите удалить приложение Kitchen?" ) +export FIXKITCHENTYPEYES=$( echo "Нужно ввести \"да\" для продолжения" ) +export FIXKITCHENTYPEABORT=$( echo "Введите что-нибудь ещё для отмены операции" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Переключение на скрипт Destroyer" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Уверены, что хотите удалить приложение Kitchen и его зависимости?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Пожалуйста, учтите: каталог сборки не будет удалён" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Переключение на скрипт Destroyer of Worlds" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Уверены..? Это удалит всё с Вашего компьютера, включая подключенные внешние диски и флэш-накопители!!" ) +export SUICIDENOTE=$( echo "да, пожалуйста, удалите всё с моего компьютера" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "Вы должны точно ввести \"$SUICIDENOTE\" для продолжения" ) +export FIXKITCHENTYPEPASSY=$( echo "Пожалуйста, введите Ваш пароль для уничтожения всего" ) +export TROLLFACETITLE=$( echo "Android Kitchen-тролль!" ) export TROLLFACEUNDERLINE=$( echo "============================" ) -export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) +export FIXKITCHENIBET=$( echo "Да, старина, спорю, тебе жаль, что это не так легко!" ) ## Build Common -export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) -export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) -export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) -export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) -export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) -export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) -export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) -export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) -export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) -export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) -export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) -export BUILDALLABOVE=$( echo "Build all above!" ) -export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) -export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) -export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) +export BUILDMENUTITLE=$( echo "Меню сегодняшнего ланча:" ) +export BUILDREPOMENU1=$( echo "Репозиторий $REPOSAOKP" ) +export BUILDREPOMENU2=$( echo "Репозиторий $REPOSAOSP43y" ) +export BUILDREPOMENU3=$( echo "Репозиторий $REPOSAOSP" ) +export BUILDREPOMENU4=$( echo "Репозиторий $REPOSCARBON" ) +export BUILDREPOMENU5=$( echo "Репозиторий $REPOSCM10" ) +export BUILDREPOMENU6=$( echo "Репозиторий $REPOSCM" ) +export BUILDREPOMENU7=$( echo "Репозиторий $REPOSEV" ) +export BUILDREPOMENU8=$( echo "Репозиторий $REPOSOMNI" ) +export BUILDREPOMENU9=$( echo "Репозиторий $REPOSPACMAN" ) +export BUILDREPOMENU10=$( echo "Репозиторий $REPOSPARA" ) +export BUILDALLABOVE=$( echo "Собрать всё выше!" ) +export BUILDREPONOTSETUP=$( echo "Выбранный репозиторий android не является установкой!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "Это устройство несовместимо с данным репозиторием, попытайтесь снова!" ) +export BUILDMENURETURN=$( echo "Возврат к меню сборки, нажмите ввод для продолжения: " ) ## Buildmenu -export BUILDMENU1=$( echo "Build Nexus 4" ) -export BUILDMENU2=$( echo "Build Nexus 5" ) -export BUILDMENU3=$( echo "Build Nexus 7" ) -export BUILDMENU4=$( echo "Build Nexus 10" ) -export BUILDMENU5=$( echo "Build Galaxy Nexus" ) -export BUILDMENU6=$( echo "Build Nexus S" ) -export BUILDMENU7=$( echo "Build Xoom Tablet" ) -export BUILDMENU8=$( echo "Build all above!" ) -export BUILDMENU9=$( echo "Build other device" ) -export BUILDMENU10=$( echo "Build with other repository" ) +export BUILDMENU1=$( echo "Собрать Nexus 4" ) +export BUILDMENU2=$( echo "Собрать Nexus 5" ) +export BUILDMENU3=$( echo "Собрать Nexus 7" ) +export BUILDMENU4=$( echo "Собрать Nexus 10" ) +export BUILDMENU5=$( echo "Собрать Galaxy Nexus" ) +export BUILDMENU6=$( echo "Собрать Nexus S" ) +export BUILDMENU7=$( echo "Собрать планшет Xoom" ) +export BUILDMENU8=$( echo "Собрать всё выше!" ) +export BUILDMENU9=$( echo "Собрать другое устройство" ) +export BUILDMENU10=$( echo "Собрать с другим репозиторием" ) ## Builddevice -export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) -export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) -export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) -export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) -export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) -export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) -export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) -export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) -export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) -export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) -export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) -export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) -export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) -export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) -export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) -export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) -export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) -export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) +export BUILDDEVICEBEBUILT=$( echo "выбрано для сборки!" ) +export BUILDDEVICEWHICHREPO=$( echo "Какой репозиторий android мы будем собирать сегодня?" ) +export BUILDDEVICENEXUS4=$( echo "Собрать $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Собрать $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Собрать $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Собрать $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Собрать $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Собрать $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Собрать $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Собрать $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Собрать $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Собрать $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Собрать $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Собрать $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Собрать $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Собрать $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Собрать $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Собрать $VZWXOOM" ) ## Buildother -export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) -export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) -export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) -export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) -export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBEBUILT=$( echo "Сборка другого устройства выбрана для сборки!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Пожалуйста, введите устройство для сборки" ) +export BUILDOTHERTYPELIST=$( echo "Введите list для просмотра всех поддерживаемых устройств" ) +export BUILDOTHERTYPEEXIT=$( echo "Введите exit для возврата" ) +export BUILDOTHERBUILDTITLE=$( echo "Список устройств" ) export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) -export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) -export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) -export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "Это устройство несовместимо с данным репозиторием, всё равно собрать?" ) +export BUILDOTHERCONTINUE=$( echo "Продолжаем сборку" ) +export BUILDOTHERNOTVALID=$( echo "Неправильный ответ, сборка невозможна" ) ## Buildotherrepo -export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) -export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) +export BUILDOTHERREPOEMPTY=$( echo "Файл other repo пустой, пожалуйста, добавьте файл и попытайтесь снова!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Сборка с другим репозиторием выбрана для сборки!" ) ## Buildandro -export BUILDANDROCLEAN=$( echo "Clean out folder?" ) -export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) -export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) -export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) -export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) -export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) -export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) -export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) -export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) -export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) -export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) -export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) -export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) -export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) -export BUILDANDROMAKETEMP2=$( echo "fixes" ) -export BUILDANDROUNZIP=$( echo "Unzipping" ) -export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) -export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) -export BUILDANDROADDROM2=$( echo "'s build.prop" ) -export BUILDANDROZIP=$( echo "Zipping" ) -export BUILDANDROSIGN1=$( echo "Signing" ) -export BUILDANDROSIGN2=$( echo "with test keys" ) -export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROCLEAN=$( echo "Очистить папку?" ) +export BUILDANDROCLEANENTER=$( echo "Вы сейчас нажали enter просто так? Ладно, я всё равно очищу папку.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Продолжаем без использования ccache; если хотите использовать ccache, пожалуйста, установите его" ) +export BUILDANDROCCACHEFOUND=$( echo "Найдена папка ccache, будет использована для сборки" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "Kitchen не обнаружила папки ccache, хотите создать её сейчас?" ) +export BUILDANDROCCACHEOTHER=$( echo "Может, ccache расположен в другом месте, тогда введите other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "Какой максимальный размер ccache Вы хотите? Рекомендуемый размер 50 - 100 гигабайт" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Учтите, что величину нужно ввести в гигабайтах" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Репозиторий не поддерживает ccache, продолжаем без него" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Каково точное место размещения ccache? Пример расположения по умолчанию ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Указанное расположение не найдено, продолжаем без него" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Репозиторий не поддерживается!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Сбой сборки!" ) +export BUILDANDROMAKETEMP1=$( echo "Создание временной папки для пост-сборки" ) +export BUILDANDROMAKETEMP2=$( echo "Исправление" ) +export BUILDANDROUNZIP=$( echo "Распаковка" ) +export BUILDANDRORMSTUFF=$( echo "Удаление ненужной папки восстановления и file_contexts из" ) +export BUILDANDROADDROM1=$( echo "Добавление элементов rom manager для" ) +export BUILDANDROADDROM2=$( echo "build.prop" ) +export BUILDANDROZIP=$( echo "Упаковка" ) +export BUILDANDROSIGN1=$( echo "Подпись" ) +export BUILDANDROSIGN2=$( echo "с тестовыми ключами" ) +export BUILDANDROMOVEOLD1=$( echo "Перемещение старой сборки в" ) export BUILDANDROMOVEOLD2=$( echo "/old" ) -export BUILDANDROCOPY=$( echo "Copying to" ) -export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) +export BUILDANDROCOPY=$( echo "Копирование в" ) +export BUILDANDROCLEANUP=$( echo "Очистка временной папки" ) ## Buildautomenu -export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) -export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) -export BUILDAUTOMENU2=$( echo "Add to auto build list" ) -export BUILDAUTOMENU3=$( echo "Clear auto build list" ) -export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) -export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) -export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) -export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) -export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) -export BUILDAUTOMENUADD1=$( echo "Added" ) -export BUILDAUTOMENUADD2=$( echo "to auto build files" ) -export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) -export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) -export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) -export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) -export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) -export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) -export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) -export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) -export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) -export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) -export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) -export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) -export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) -export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) -export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) -export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) -export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) -export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) -export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) -export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) -export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) -export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) -export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) -export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) -export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) +export BUILDAUTOMENUTITLE=$( echo "Меню автосборщика" ) +export BUILDAUTOMENU1=$( echo "Запуск автосборщика" ) +export BUILDAUTOMENU2=$( echo "Добавление в список автосборки" ) +export BUILDAUTOMENU3=$( echo "Очистка списка автосборки" ) +export BUILDAUTOMENU4=$( echo "Вкл выход автосборщика" ) +export BUILDAUTOMENU5=$( echo "Вкл сборку other repo автосборщика" ) +export BUILDAUTOMENU6=$( echo "Вкл функцию сна автосборщика" ) +export BUILDAUTOMENUSETAUTO=$( echo "Какой репозиторий android мы устанавливаем для автосборки?" ) +export BUILDAUTOMENUMOVEON=$( echo "Завершение добавления репозиториев, переход к добавлению устройств" ) +export BUILDAUTOMENUADD1=$( echo "Добавлено" ) +export BUILDAUTOMENUADD2=$( echo "к файлам автосборки" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Пожалуйста. введите устройство android, которое мы устанавливаем для автосборки" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Уверены, что хотите очистить файлы автосборки?" ) +export BUILDAUTOMENUCLEARED=$( echo "Файлы автосборки очищены" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Файлы автосборки оставлены без измененийd" ) +export BUILDAUTOMENUOUTPUT=$( echo "Это определит выход buildauto в папку скрипта swordkitchen" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Или Вы хотите определить другое?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Введите yes для определения выхода в другое место:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Пожалуйста, введите точный путь где бы Вы хотели, чтобы находился buildoutput.txt" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Выход будет отправлен" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Файл выхода очищен, buildauto будет регулярно выпускаться" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Добавьте ниже данной строчки папку repo для автосборки, otherrepo в папке otherrepo, каждый repo в одной строке" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Добавьте ниже данной строчки кодовое имя устройства для автосборки, каждое устройство в одной строке" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "other repo сборки автосборщика включен!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "other repo сборки автосборщика выключен!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Хотите, чтобы компьютер перешёл в сон на" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "некоторое количество часов, или пробудился в определённое время?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Пробудить в определённое время" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Некоторое количество часов" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "В какое время Вы хотите, чтобы сервер сборки проснулся на следующий день?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "Конфигуращия 24 часа, например: для 2pm введите 14:00, для 7am - 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "Как долго Вы хотите, чтобы сервер спал после сборки?" ) +export BUILDAUTOMENUHOURS2=$( echo "Число вводится в часах" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Пожалуйста, введите пароль пользователя, чтобы включить сон сервера сборки" ) +export BUILDAUTOMENUSLEEPON=$( echo "Функция сна автосборщика включена!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Функция сна автосборщика выключена!" ) ## Buildauto -export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) -export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) -export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) -export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) -export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) -export BUILDAUTOSLEEP=( echo "Sleep..." ) +export BUILDAUTOPLEASE=( echo "Пожалуйста, используйте меню конфигурации автосборщика" ) +export BUILDAUTOBOTH=( echo "Репозиторий и устройство автосборщика не установлены!" ) +export BUILDAUTOREPO=( echo "Репозиторий автосборщика не установлено!" ) +export BUILDAUTODEVICE=( echo "Устройство автосборщика не установлено!" ) +export BUILDAUTOWAIT=( echo "Ожидание 10 минут! Это не обратный отсчёт.." ) +export BUILDAUTOSLEEP=( echo "Сон..." ) From e6eb3c310b9060fb6d0faf5994a0e0d5a27a66c6 Mon Sep 17 00:00:00 2001 From: gaich Date: Sun, 26 Jan 2014 20:11:22 +1000 Subject: [PATCH 127/155] Edited Russian part --- utility/retardedbabelfish | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 491109f..37ebc9a 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -162,24 +162,24 @@ elif ( echo $LANG | grep -q "es_" ); then # fi # Russian #elif ( echo $LANG | grep -q "ru_" ); then -# langsaved=$( echo "Language saved as Russian" ) -# notproperselection=$( echo "You did not make a proper selection, try again!" ) -# entertocontinue=$( echo "Press Enter to continue: " ) +# langsaved=$( echo "Установлен русский язык" ) +# notproperselection=$( echo "Вы не сделали выбор, попытайтесь ещё!" ) +# entertocontinue=$( echo "Нажмите ввод для продолжения: " ) # clear -# echo "We have detected that your system is set to English" -# echo "Is this how you want the rom kitchen to be?" +# echo "Мы обнаружили, что Ваша система установлена на русский язык" +# echo "Хотите, чтобы rom kitchen работала с этим языком?" -# read -p "yes/no?" answer +# read -p "да/нет?" answer -# if [ "$answer" == "yes" ] || [ "$answer" == "y" ]; then +# if [ "$answer" == "да" ] || [ "$answer" == "д" ]; then # echo "ru" > $LOCAL/config/language # echo "" # echo $langsaved # read -p "$entertocontinue" done -# elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then +# elif [ "$answer" == "нет" ] || [ "$answer" == "н" ]; then # echo "" -# echo "What language do you want to use instead?" +# echo "Какой язык Вы хотите использовать вместо этого?" # langselect # else # echo "" From 9c2d759ed8abeb7087879e881e3f07b8cc4e5ff4 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 26 Jan 2014 13:17:11 -0700 Subject: [PATCH 128/155] Mark Russian as active --- TRANSLATORS.mkdn | 3 +- translation/whitefish | 2 -- utility/retardedbabelfish | 69 ++++++++++++++++++++++----------------- 3 files changed, 41 insertions(+), 33 deletions(-) diff --git a/TRANSLATORS.mkdn b/TRANSLATORS.mkdn index 03a38f5..9266a76 100644 --- a/TRANSLATORS.mkdn +++ b/TRANSLATORS.mkdn @@ -5,5 +5,6 @@ Translators: * __German (rabbitfish):__ Zanooda * __Italian (italianbleak):__ * __Japanese (bluefintuna):__ -* __Korean (koreanlamprey):__ +* __Korean (koreanlamprey):__ +* __Russian (whitefish):__ gaich * __Spanish (spanishmackerel):__ japoina92 diff --git a/translation/whitefish b/translation/whitefish index c41b461..b802256 100755 --- a/translation/whitefish +++ b/translation/whitefish @@ -15,8 +15,6 @@ # Russian -## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## - ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 37ebc9a..fb624bb 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -20,11 +20,13 @@ langselect () { echo " 1. English" # Spanish echo " 2. español" +# Russian +echo " 3. Русский" # German -echo " 3. Deutsch" +echo " 4. Deutsch" # Brazilian Portuguese -echo " 4. Brazilian Portuguese" -echo " 5. None of the above" +echo " 5. Brazilian Portuguese" +echo " 6. None of the above" read answer if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "5" ]; then @@ -50,8 +52,16 @@ if [ $answer == "2" ]; then read -p "$entertocontinue" done fi -# German +# Russian if [ $answer == "3" ]; then + echo "ru" > $LOCAL/config/language + echo "" + echo $langsaved + read -p "$entertocontinue" done +fi + +# German +if [ $answer == "4" ]; then echo "de" > $LOCAL/config/language echo "" echo $langsaved @@ -59,14 +69,14 @@ if [ $answer == "3" ]; then fi # Brazilian Portuguese -if [ $answer == "4" ]; then +if [ $answer == "5" ]; then echo "ptbr" > $LOCAL/config/language echo "" echo $langsaved read -p "$entertocontinue" done fi -if [ $answer == "5" ]; then +if [ $answer == "6" ]; then clear echo "The Language You Want Is Not Supported!" @@ -161,32 +171,32 @@ elif ( echo $LANG | grep -q "es_" ); then # initlang # fi # Russian -#elif ( echo $LANG | grep -q "ru_" ); then -# langsaved=$( echo "Установлен русский язык" ) -# notproperselection=$( echo "Вы не сделали выбор, попытайтесь ещё!" ) -# entertocontinue=$( echo "Нажмите ввод для продолжения: " ) +elif ( echo $LANG | grep -q "ru_" ); then + langsaved=$( echo "Установлен русский язык" ) + notproperselection=$( echo "Вы не сделали выбор, попытайтесь ещё!" ) + entertocontinue=$( echo "Нажмите ввод для продолжения: " ) -# clear -# echo "Мы обнаружили, что Ваша система установлена на русский язык" -# echo "Хотите, чтобы rom kitchen работала с этим языком?" + clear + echo "Мы обнаружили, что Ваша система установлена на русский язык" + echo "Хотите, чтобы rom kitchen работала с этим языком?" -# read -p "да/нет?" answer + read -p "да/нет?" answer -# if [ "$answer" == "да" ] || [ "$answer" == "д" ]; then -# echo "ru" > $LOCAL/config/language -# echo "" -# echo $langsaved -# read -p "$entertocontinue" done -# elif [ "$answer" == "нет" ] || [ "$answer" == "н" ]; then -# echo "" -# echo "Какой язык Вы хотите использовать вместо этого?" -# langselect -# else -# echo "" -# echo $notproperselection -# read -p "$entertocontinue" done -# initlang -# fi + if [ "$answer" == "да" ] || [ "$answer" == "д" ]; then + echo "ru" > $LOCAL/config/language + echo "" + echo $langsaved + read -p "$entertocontinue" done + elif [ "$answer" == "нет" ] || [ "$answer" == "н" ]; then + echo "" + echo "Какой язык Вы хотите использовать вместо этого?" + langselect + else + echo "" + echo $notproperselection + read -p "$entertocontinue" done + initlang + fi # German elif ( echo $LANG | grep -q "de_" ); then langsaved=$( echo "Die Sprache Deutsch wurde gespeichert" ) @@ -380,7 +390,6 @@ elif ( cat $LOCAL/config/language | grep -q "es" ); then elif ( cat $LOCAL/config/language | grep -q "fr" ); then . $LOCAL/translation/europeanpilchard # Russian -## NOT ACTIVE elif ( cat $LOCAL/config/language | grep -q "ru" ); then . $LOCAL/translation/whitefish # German From 483c11214bc3a7ca51dfa49367a8f061c7f8ce2c Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sat, 1 Feb 2014 15:51:08 -0700 Subject: [PATCH 129/155] Add Dutch Setup --- translation/chubmackerel | 421 ++++++++++++++++++++++++++++++++++++++ utility/retardedbabelfish | 53 ++++- 2 files changed, 469 insertions(+), 5 deletions(-) create mode 100755 translation/chubmackerel diff --git a/translation/chubmackerel b/translation/chubmackerel new file mode 100755 index 0000000..dacd24b --- /dev/null +++ b/translation/chubmackerel @@ -0,0 +1,421 @@ +#!/bin/bash +# Copyright (C) 2014 Sean Donovan + +# 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. + +# Dutch + +## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## + +## Common +export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) +export KITCHENUNDERLINE=$( echo "==============================" ) +export MENUGOBACK=$( echo "Go Back" ) +export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) +export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) +export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) +export ABORTMESSAGE=$( echo "Aborting.." ) +export COMPLETEDMESSAGE=$( echo "Finished!" ) +export QUESTIONYESNO=$( echo "yes/no? " ) +export ANSWERYES=$( echo "yes" ) +export ANSWERY=$( echo "y" ) +export ANSWERNO=$( echo "no" ) +export ANSWERN=$( echo "n" ) + +## Macosxinit +export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x +If you already have one made please put it in its proper place with its proper title +It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg + +Would you like to make a new android.dmg?" ) +export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space +Type in number in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) +export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android + +Would you like to make install rom kitchen in /Volumes/android?" ) + +## Errors +export ERRORHEADER=$( echo "An Error Has Occurred! +======================" ) +export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support +for build environment setup" ) +export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki +If you prefer email you can reach me at mishana@swordrune10.net +If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +=========================== +Running powerpc isn't necessarily prohibited, but it is not suggested" ) +export BOUNCER32BIT=$( echo "32-bit processor detected! +========================== +Running 32-bit isn't necessarily prohibited, but it is not suggested" ) +export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +================================= +Kitchen will not work correctly if placed in home folder, please move" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +===================== +Build enviroment installation only supports 64-bit Operating Systems" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +=============================== +Supported Operating Systems (only 64-bit): +Ubuntu 10.04 - 13.10 (Full Support) +Debian (General Support) +Linux Mint (General Support) +Arch Linux (General Support) +Fedora (General Support) +Mac OS X (Semi-General Support)" ) + +## Repos +export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSAOKP=$( echo "Android Open Kang Project" ) +export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) +export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) +export REPOSCARBON=$( echo "Carbon" ) +export REPOSCM10=$( echo "Cyanogenmod 10.2" ) +export REPOSCM=$( echo "Cyanogenmod 11" ) +export REPOSEV=$( echo "Evervolv" ) +export REPOSOMNI=$( echo "omnirom" ) +export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSPARA=$( echo "ParanoidAndroid" ) + +## Devices +export NEXUS4=$( echo "GSM Nexus 4" ) +export NEXUS5=$( echo "LTE Nexus 5" ) +export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) +export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) +export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) +export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export GSMNEXUSS=$( echo "GSM Nexus S" ) +export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) +export ALLNEXUSS=$( echo "All Nexus S'" ) +export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) +export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) +export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) +export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) +export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export NEXUS10=$( echo "Wifi Nexus 10" ) +export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) +export VZWXOOM=$( echo "Verizon Xoom Tablet" ) +export ALLXOOM=$( echo "All Xoom Tablets" ) +export ALLNEXUS=$( echo "All Nexus Devices" ) + +## Scriptmakir +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) +export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) + +## Kitchen +export KITCHENMAINMENU=$( echo "Main Menu:" ) +export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) +export KITCHENMENU2=$( echo "Configure Kitchen" ) +export KITCHENMENU3=$( echo "Run Kitchen" ) +export KITCHENMENU4=$( echo "Fix Kitchen" ) +export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMENU6=$( echo "Exit" ) +export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) +export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) +export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) +export KITCHENTOUGH=$( echo "tough!" ) + +## Reposync +# Usage and Flags +export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) +export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) +export REPOSYNCFLAGH=$( echo "show this help text" ) +export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) +export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Update all available repos" ) +export REPOSYNCUPDATE13=$( echo "Update all the repos" ) +export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) +export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) + +# Menu +export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) +export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) +export REPOSYNCMENU1=$( echo "Install the repo command" ) +export REPOSYNCMENU2=$( echo "Setup the build environment" ) +export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Update all available repositories" ) +export REPOSYNCMENU15=$( echo "Update all the repos!" ) +export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) + +# Sync and Init +export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) +export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) +export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) +export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) +export REPOSYNCINIT=$( echo "initializing" ) +export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCREPO=$( echo "repository" ) +export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) +export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) +export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) + +# Otherrepo Sync and Init +export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) +export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) +export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) +export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) + +## Environmentsetup +export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) +export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) + +# Platform +export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) + +# Java +export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) + +## Preupdate +export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) + +## Configkitchen +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) +export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) + +## Fixkitchen +export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) +export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) +export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) +export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) +export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) +export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) +export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) +export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) +export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) +export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) +export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) +export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin +Delete = delete it! +type exit to go to back" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) +export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) +export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) +export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) +export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) +export TROLLFACEUNDERLINE=$( echo "============================" ) +export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) + +## Build Common +export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) +export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) +export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) +export BUILDALLABOVE=$( echo "Build all above!" ) +export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) +export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) + +## Buildmenu +export BUILDMENU1=$( echo "Build Nexus 4" ) +export BUILDMENU2=$( echo "Build Nexus 5" ) +export BUILDMENU3=$( echo "Build Nexus 7" ) +export BUILDMENU4=$( echo "Build Nexus 10" ) +export BUILDMENU5=$( echo "Build Galaxy Nexus" ) +export BUILDMENU6=$( echo "Build Nexus S" ) +export BUILDMENU7=$( echo "Build Xoom Tablet" ) +export BUILDMENU8=$( echo "Build all above!" ) +export BUILDMENU9=$( echo "Build other device" ) +export BUILDMENU10=$( echo "Build with other repository" ) + +## Builddevice +export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) +export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) + +## Buildother +export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) +export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) +export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) +export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) +export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) + +## Buildotherrepo +export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) + +## Buildandro +export BUILDANDROCLEAN=$( echo "Clean out folder?" ) +export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) +export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) +export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) +export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROMAKETEMP2=$( echo "fixes" ) +export BUILDANDROUNZIP=$( echo "Unzipping" ) +export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) +export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROADDROM2=$( echo "'s build.prop" ) +export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROSIGN1=$( echo "Signing" ) +export BUILDANDROSIGN2=$( echo "with test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) +export BUILDANDROMOVEOLD2=$( echo "/old" ) +export BUILDANDROCOPY=$( echo "Copying to" ) +export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) + +## Buildautomenu +export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) +export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Add to auto build list" ) +export BUILDAUTOMENU3=$( echo "Clear auto build list" ) +export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) +export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) +export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) +export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) +export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) +export BUILDAUTOMENUADD1=$( echo "Added" ) +export BUILDAUTOMENUADD2=$( echo "to auto build files" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) +export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) +export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) + +## Buildauto +export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) +export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) +export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) +export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) +export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) +export BUILDAUTOSLEEP=( echo "Sleep..." ) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index fb624bb..69155a8 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -24,12 +24,15 @@ echo " 2. español" echo " 3. Русский" # German echo " 4. Deutsch" +# Dutch +# NEEDS TRANSLATION +echo " 5. Dutch" # Brazilian Portuguese -echo " 5. Brazilian Portuguese" -echo " 6. None of the above" +echo " 6. Brazilian Portuguese" +echo " 7. None of the above" read answer -if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "5" ]; then +if [ ! "$answer" ] || ( echo $answer | grep -q [A-Za-z] ) || [ $answer -gt "7" ]; then echo "" echo $notproperselection read -p $entertocontinue done @@ -68,15 +71,23 @@ if [ $answer == "4" ]; then read -p "$entertocontinue" done fi -# Brazilian Portuguese +# Dutch if [ $answer == "5" ]; then - echo "ptbr" > $LOCAL/config/language + echo "nl" > $LOCAL/config/language echo "" echo $langsaved read -p "$entertocontinue" done fi +# Brazilian Portuguese if [ $answer == "6" ]; then + echo "ptbr" > $LOCAL/config/language + echo "" + echo $langsaved + read -p "$entertocontinue" done +fi + +if [ $answer == "7" ]; then clear echo "The Language You Want Is Not Supported!" @@ -224,6 +235,34 @@ elif ( echo $LANG | grep -q "de_" ); then read -p "$entertocontinue" done initlang fi +# Dutch +# NEEDS TRANSLATION +elif ( echo $LANG | grep -q "nl_" ); then + langsaved=$( echo "Language saved as Dutch" ) + notproperselection=$( echo "You did not make a proper selection, try again!" ) + entertocontinue=$( echo "Press Enter to continue: " ) + + clear + echo "We have detected that your system is set to Dutch" + echo "Is this how you want the rom kitchen to be?" + + read -p "yes/no?" answer + + if [ "$answer" == "yes" ] || [ "$answer" == "y" ]; then + echo "nl" > $LOCAL/config/language + echo "" + echo $langsaved + read -p "$entertocontinue" done + elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then + echo "" + echo "What language do you want to use instead?" + langselect + else + echo "" + echo $notproperselection + read -p "$entertocontinue" done + initlang + fi # Brazilian Portuguese ## V 1.0 Translated by : Doublepranks ## elif ( echo $LANG | grep -q "pt_BR" ); then @@ -395,6 +434,10 @@ elif ( cat $LOCAL/config/language | grep -q "ru" ); then # German elif ( cat $LOCAL/config/language | grep -q "de" ); then . $LOCAL/translation/rabbitfish +# Dutch +## NOT ACTIVE +elif ( cat $LOCAL/config/language | grep -q "nl" ); then + . $LOCAL/translation/chubmackerel # Brazilian Portuguese elif ( cat $LOCAL/config/language | grep -q "ptbr" ); then . $LOCAL/translation/pirarucu From 5f2bafba1c4e69bc655f635321750b18c9dc5d23 Mon Sep 17 00:00:00 2001 From: martin coulon Date: Mon, 3 Feb 2014 21:39:30 -0700 Subject: [PATCH 130/155] Fully translate German --- translation/rabbitfish | 587 ++++++++++++++++++++--------------------- 1 file changed, 284 insertions(+), 303 deletions(-) diff --git a/translation/rabbitfish b/translation/rabbitfish index 7550f4d..820284c 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -16,78 +16,66 @@ # German ## Common -export KITCHENTITLE=$( echo "Swordrune10 Android Kitchen!" ) + export KITCHENTITLE=$( echo "Swordrune10 Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "===========================" ) -## NEEDS TO BE TRANSLATED! ## -export MENUGOBACK=$( echo "Go Back" ) -## NEEDS TO BE TRANSLATED! ## -export NOTPROPERSELECTION=$( echo "Sie haben keine gültige Option gewählt, versuchen Sie es erneut!" ) -export ENTERTOCONTINUE=$( echo "Drücken Sie die Eingabetaste, um fortzufahren: " ) -## NEEDS TO BE TRANSLATED! ## -export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) -export ABORTMESSAGE=$( echo "Aborting.." ) -export COMPLETEDMESSAGE=$( echo "Finished!" ) -## NEEDS TO BE TRANSLATED! ## -export ANSWERYES=$( echo "ja" ) +export MENUGOBACK=$( echo "Zurück" ) +export NOTPROPERSELECTION=$( echo "Es wurde keine gültige Auswahl getroffen, bitte erneut versuchen!" ) +export ENTERTOCONTINUE=$( echo "Eingabetaste drücken um fortzufahren: " ) +export MAINMENURETURN=$( echo "Zurück zum Hauptmenü, mit Eingabetaste fortfahren: " ) +export ABORTMESSAGE=$( echo "Abbruch..." ) +export COMPLETEDMESSAGE=$( echo "Fertig!" ) +export ANSWERYES=$( echo "Ja" ) export ANSWERY=$( echo "j" ) -export ANSWERNO=$( echo "nein" ) +export ANSWERNO=$( echo "Nein" ) export ANSWERN=$( echo "n" ) ## Macosxinit -## NEEDS TRANSLATION! -export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) -export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x -If you already have one made please put it in its proper place with its proper title -It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg - -Would you like to make a new android.dmg?" ) -export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space -Type in number in gigabytes" ) -export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) -export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) -export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) -export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) -export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) -export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android - -Would you like to make install rom kitchen in /Volumes/android?" ) -## NEEDS TRANSLATION! +export MACOSXINITRUN=$( echo "Sie verwenden Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "Es wurde kein Android-Image zum mounten gefunden, dies wird jedoch zur Builderstellung unter Mac OS X benötigt. +Wenn ein eigenes Build verwendet werden soll, muss dieses korrekt benannt in das richtige Verzeichnis kopiert werden. +Benennung und Ordnerstruktur kann beispielhaft im Homeverzeichnis unter android.dmg eingesehen werden (Beispiel: ~/android.dmg) + +Soll jetzt ein neues Image erstellt werden?" ) +export MACOSXINITHOWBIG=$( echo "Wie groß soll android.dmg sein? Beachte, dass die Größe des Images angepasst wird wenn mehr Platz benötigt wird. +Größe in GB angeben" ) +export MACOSXINITMOUNTNEW=$( echo "Neues android.dmg wird in /volumes/android/ gemounted..." ) +export MACOSXINITMOVEINTO=$( echo "Wechsel zu android.dmg..." ) +export MACOSXINITSETUP=$( echo "Küche wird eingerichtet..." ) +export MACOSXINITSETUP=$( echo "Küche wird eingerichtet..." ) +export MACOSXINITFOUNDDMG=$( echo "Android.dmg gefunden, wird gemounted..." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "ROM Küche kann in /volumes/android/ nicht gefunden werden + +Soll die Küche in /volumes/android installiert werden?" ) ## Errors -## NEEDS TRANSLATION! -export ERRORHEADER=$( echo "An Error Has Occurred! +export ERRORHEADER=$( echo "Ein Fehler ist aufgetreten! ======================" ) -export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support -for build environment setup" ) -export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki -If you prefer email you can reach me at mishana@swordrune10.net -If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) -export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +export ERRORSIDEEFFECTS=$( echo "Bei Problemen könnten fehlerhafte Builds erstellt werden, auch die Unterstützung der Kücheneinrichtungsumgebung könnte fehlerhaft sein" ) +export ERRORCONTACTINFO=$( echo "Bitte informiert mich unbedingt beim Auftreten dieses Fehlers auf XDA oder Rootzwiki, gerne auch per E-Mail unter mishana@swordrune10.net oder auf meinem Freenodekanal unter #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC-Prozessor erkannt! =========================== -Running powerpc isn't necessarily prohibited, but it is not suggested" ) -export BOUNCER32BIT=$( echo "32-bit processor detected! +Von dem Betrieb dieser Software auf einem PowerPC wird abgeraten" ) +export BOUNCER32BIT=$( echo "32-bit-Prozessor erkannt! ========================== -Running 32-bit isn't necessarily prohibited, but it is not suggested" ) -export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +Von dem Betrieb dieser Software auf einem 32-bit-System wird abgeraten" ) +export BOUNCERKITCHENHOME=$( echo "Küche nicht in korrektem Verzeichnis! ================================= -Kitchen will not work correctly if placed in home folder, please move" ) -export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +Küche wird im Homeverzeichnis nicht korrekt funktionieren, bitte verschieben" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit nicht unterstützt! ===================== -Build enviroment installation only supports 64-bit Operating Systems" ) -export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +Umgebungsinstallation unterstützt ausschliesslich 64-bit-Systeme" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Betriebssystem nicht unterstützt! =============================== -Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) -Debian (General Support) -Linux Mint (General Support) -Arch Linux (General Support) -Fedora (General Support) -Mac OS X (Semi-General Support)" ) -## NEEDS TRANSLATION! +Unterstützte Betriebssysteme (nur 64-bit): +Ubuntu 10.04 - 13.10 (Voll unterstützt) +Debian (Grundunterstützung) +Linux Mint (Grundunterstützung) +Arch Linux (Grundunterstützung) +Fedora (Grundunterstützung) +Mac OS X (Teilweise grundunterstützt)" ) ## Repos -## NEEDS TO BE TRANSLATED! ## -export REPOSKITCHEN=$( echo "Kitchen app" ) +export REPOSKITCHEN=$( echo "Küchen App" ) export REPOSAOKP=$( echo "Android Open Kang Project" ) export REPOSAOSP43=$( echo "Android Open Source Project 4.3" ) export REPOSAOSP=$( echo "Android Open Source Project 4.4" ) @@ -95,222 +83,215 @@ export REPOSCARBON=$( echo "Carbon" ) export REPOSCM10=$( echo "Cyanogenmod 10.2" ) export REPOSCM=$( echo "Cyanogenmod 11" ) export REPOSEV=$( echo "Evervolv" ) -export REPOSOMNI=$( echo "omnirom" ) -export REPOSPACMAN=$( echo "PAC-man" ) +export REPOSOMNI=$( echo "Omnirom" ) +export REPOSPACMAN=$( echo "PAC-Man" ) export REPOSPARA=$( echo "ParanoidAndroid" ) -## NEEDS TO BE TRANSLATED! ## ## Devices -## NEEDS TRANSLATION! export NEXUS4=$( echo "GSM Nexus 4" ) export NEXUS5=$( echo "LTE Nexus 5" ) export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) -export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export ALLGNEXUS=$( echo "Alle Galaxy Nexus" ) export GSMNEXUSS=$( echo "GSM Nexus S" ) export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) -export ALLNEXUSS=$( echo "All Nexus S'" ) +export ALLNEXUSS=$( echo "Alle Nexus S'" ) export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) -export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export ALLNEXUS72012=$( echo "Alle Nexus 7 (2012) Tablets" ) export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) -export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) -export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export ALLNEXUS72013=$( echo "Alle Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "Alle Nexus 7 Tablets" ) export NEXUS10=$( echo "Wifi Nexus 10" ) export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) export VZWXOOM=$( echo "Verizon Xoom Tablet" ) -export ALLXOOM=$( echo "All Xoom Tablets" ) -export ALLNEXUS=$( echo "All Nexus Devices" ) -## NEEDS TRANSLATION! +export ALLXOOM=$( echo "Alle Xoom Tablets" ) +export ALLNEXUS=$( echo "Alle Nexus-Geräte" ) ## Scriptmakir -## NEEDS TRANSLATION! -export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) -export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) -export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) -export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) -export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) -export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) -## NEEDS TRANSLATION! +export SCRIPTMAKIRREDEEMER=$( echo "Redeemer läuft!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Küche wird entfernt" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Küche wird eingerichtet" ) +export SCRIPTMAKIRDESTROYER=$( echo "Destroyer läuft!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Der Weltenzerstörer arbeitet!" ) +export SCRIPTMAKIRRMREPO=$( echo "Repo-Verzeichnis wird entfernt" ) ## Kitchen export KITCHENMAINMENU=$( echo "Hauptmenü:" ) -export KITCHENMENU1=$( echo "Kitchen Einrichten / aktualisieren" ) -export KITCHENMENU2=$( echo "Kitchen Konfigurieren" ) +export KITCHENMENU1=$( echo "Küche einrichten/aktualisieren" ) +export KITCHENMENU2=$( echo "Küche konfigurieren" ) export KITCHENMENU3=$( echo "Starten" ) -export KITCHENMENU4=$( echo "Kitchen reparieren" ) +export KITCHENMENU4=$( echo "Küche reparieren" ) export KITCHENMENU5=$( echo "Autobuild" ) -export KITCHENMENU6=$( echo "Ausgang" ) -export KITCHENMENUWHICH=$( echo "Was möchten Sie tun?" ) -export KITCHENTHANKS=$( echo "Wir danken für die Nutzung des Swordrune10 Kitchen! Auf Wiedersehen.." ) -export KITCHENBORED=$( echo "Sie scheinen gelangweilt .. möchten Sie einen Film schauen?" ) -export KITCHENTOUGH=$( echo "super!" ) - -## EVERYTHING BELOW THIS LINE NEEDS TO BE TRANSLATED! ## +export KITCHENMENU6=$( echo "Beenden" ) +export KITCHENMENUWHICH=$( echo "Was möchtest du tun?" ) +export KITCHENTHANKS=$( echo "Vielen Dank für die Nutzung der Swordrune10 ROM-Küche! Auf Wiedersehen..." ) +export KITCHENBORED=$( echo "Du scheinst dich zu langweilen...möchtest du einen Film anschauen?" ) +export KITCHENTOUGH=$( echo "Super!" ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) -export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) -export REPOSYNCFLAGH=$( echo "show this help text" ) -export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) -export REPOSYNCFLAGU=$( echo "update this particular repo" ) -export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) -export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) -export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) -export REPOSYNCUPDATE4=$( echo "Update $REPOSAOSP" ) -export REPOSYNCUPDATE5=$( echo "Update $REPOSCARBON" ) -export REPOSYNCUPDATE6=$( echo "Update $REPOSCM10" ) -export REPOSYNCUPDATE7=$( echo "Update $REPOSCM" ) -export REPOSYNCUPDATE8=$( echo "Update $REPOSEV" ) -export REPOSYNCUPDATE9=$( echo "Update $REPOSOMNI" ) -export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) -export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) -export REPOSYNCUPDATE12=$( echo "Update all available repos" ) -export REPOSYNCUPDATE13=$( echo "Update all the repos" ) -export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) -export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) +export REPOSYNCUSAGE=$( echo "Repo -- Programm zur Initialisierung/Aktualisierung von Android-Repositorien" ) +export REPOSYNCFLAGD=$( echo "Das entsprechende Verzeichnis löschen und Programm verlassen" ) +export REPOSYNCFLAGH=$( echo "Diesen Hilfetext anzeigen" ) +export REPOSYNCFLAGP=$( echo "Verzeichnis aufräumen, neu initialisieren und dann aktualisieren" ) +export REPOSYNCFLAGU=$( echo "Dieses Repositorium aktualisieren" ) +export REPOSYNCUPDATE1=$( echo "Aktualisiere $REPOSKITCHEN" ) +export REPOSYNCUPDATE2=$( echo "Aktualisiere $REPOSAOKP" ) +export REPOSYNCUPDATE3=$( echo "Aktualisiere $REPOSAOSP43" ) +export REPOSYNCUPDATE4=$( echo "Aktualisiere $REPOSAOSP" ) +export REPOSYNCUPDATE5=$( echo "Aktualisiere $REPOSCARBON" ) +export REPOSYNCUPDATE6=$( echo "Aktualisiere $REPOSCM10" ) +export REPOSYNCUPDATE7=$( echo "Aktualisiere $REPOSCM" ) +export REPOSYNCUPDATE8=$( echo "Aktualisiere $REPOSEV" ) +export REPOSYNCUPDATE9=$( echo "Aktualisiere $REPOSOMNI" ) +export REPOSYNCUPDATE10=$( echo "Aktualisiere $REPOSPACMAN" ) +export REPOSYNCUPDATE11=$( echo "Aktualisiere $REPOSPARA" ) +export REPOSYNCUPDATE12=$( echo "Alle verfügbaren Repositorien aktualisieren" ) +export REPOSYNCUPDATE13=$( echo "Alle Repositorien aktualisieren" ) +export REPOSYNCUSAGEEXAMP=$( echo "Beispiel: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "Eingabe von \"reposync -u list\" gibt aus" ) +export REPOSYNCUSAGELIST2=$( echo "Menüauswahl erneut anzeigen" ) # Menu -export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) -export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) -export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build enviroment" ) -export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) -export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) -export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) -export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) -export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) -export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) -export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) -export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) -export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) -export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) -export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) -export REPOSYNCMENU14=$( echo "Update all available repositories" ) -export REPOSYNCMENU15=$( echo "Update all the repos!" ) -export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "Was soll aktualisiert werden?" ) +export REPOSYNCMENUINIT=$( echo "Sollte das Repo noch nicht initialisiert sein, erfolgt dies bei der Aktualisierung" ) +export REPOSYNCMENU1=$( echo "Repo installieren-Befehl" ) +export REPOSYNCMENU2=$( echo "Builtumgebung einrichten" ) +export REPOSYNCMENU3=$( echo "Aktualisiere $REPOSKITCHEN Repositorium" ) +export REPOSYNCMENU4=$( echo "Aktualisiere $REPOSAOKP Repositorium" ) +export REPOSYNCMENU5=$( echo "Aktualisiere $REPOSAOSP43 Repositorium" ) +export REPOSYNCMENU6=$( echo "Aktualisiere $REPOSAOSP Repositorium" ) +export REPOSYNCMENU7=$( echo "Aktualisiere $REPOSCARBON Repositorium" ) +export REPOSYNCMENU8=$( echo "Aktualisiere $REPOSCM10 Repositorium" ) +export REPOSYNCMENU9=$( echo "Aktualisiere $REPOSCM Repositorium" ) +export REPOSYNCMENU10=$( echo "Aktualisiere $REPOSEV Repositorium" ) +export REPOSYNCMENU11=$( echo "Aktualisiere $REPOSOMNI Repositorium" ) +export REPOSYNCMENU12=$( echo "Aktualisiere $REPOSPACMAN Repositorium" ) +export REPOSYNCMENU13=$( echo "Aktualisiere $REPOSPARA Repositorium" ) +export REPOSYNCMENU14=$( echo "Aktualisiere available Repositorium" ) +export REPOSYNCMENU15=$( echo "Aktualisiere alle Repositorien" ) +export REPOSYNCMENU16=$( echo "Aktualisiere/Erstelle weiteres Repo" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) -export REPOSYNCUPDATING=$( echo "Updating" ) -export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) -export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) -export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) -export REPOSYNCINIT=$( echo "initializing" ) -export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) -export REPOSYNCREPO=$( echo "repository" ) -export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) -export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) -export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +export REPOSYNCNOTINITSKIP=$( echo "Nicht initialisiert, überspringe" ) +export REPOSYNCUPDATING=$( echo "Aktualisiere" ) +export REPOSYNCBLAHSMANIFEST=$( echo "'s Manifest" ) +export REPOSYNCNOTINITYET=$( echo "Nicht initialisiert, jetzt initialisieren" ) +export REPOSYNCNOTINITWANTTO=$( echo "Nicht initialisiert, soll jetzt initialisiert werden?" ) +export REPOSYNCINIT=$( echo "Initialisiere" ) +export REPOSYNCNOTINIT=$( echo "war nicht initialisiert" ) +export REPOSYNCREPO=$( echo "Repositorium" ) +export REPOSYNCREPOALREADY=$( echo "Repo-Befehl bereits installiert" ) +export REPOSYNCREPOINSTALL=$( echo "Repo-Befehl wird installiert" ) +export REPOSYNCCOMPLETE=$( echo "Aktualisierung erfolgreich!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) -export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) -export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +export REPOSYNCADDOR=$( echo "Erstellen oder aktualisieren eines anderen Repo?" ) +export REPOSYNCOTHERMENU1=$( echo "Zu benutzerdefiniertem Repo-Verzeichnis hinzufügen" ) +export REPOSYNCOTHERMENU2=$( echo "Alle benutzerdefinierten Repos aktualisieren" ) +export REPOSYNCOTHERREPONAME=$( echo "Name des Repos eingeben" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "Bitte Kurzbezeichnung angeben, Beispiel: Android Open Source Project = AOSP" ) +export REPOSYNCOTHERREPOURL=$( echo "URL zum Manifest des Repos eingeben" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "Welcher Branch des Repo-Manifests soll verwendet werden?" ) ## Environmentsetup -export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) -export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) -export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) -export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) -export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) +export ENVIRONMENTSETUPINIT=$( echo "Entwicklungsumgebung wird initialisiert" ) +export ENVIRONMENTSETUPOS=$( echo "Prüfe verwendetes Betriebssystem..." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installationspakete fehlen, bitte Passwort eingeben" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Ist Xcode installiert? Wir empfehlen Version 3.1.4 oder neuer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Ist MacPorts installiert?" ) # Platform -export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) -export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) -export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) -export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) -export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) -export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) -export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) -export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) +export ENVIRONMENTSETUPFEDORA=$( echo "Auf diesem System läuft Fedora oder RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "Auf diesem System läuft Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "Auf diesem System läuft Ubuntu, entweder 10.04, 10.10, oder 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "Auf diesem System läuft Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "Auf diesem System läuft Ubuntu 12.04 oder 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "Auf diesem System läuft Ubuntu 13.04 oder 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "Auf diesem System läuft Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "Auf diesem System läuft Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "Auf diesem System läuft Mac OS X!" ) # Java -export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) -export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) -export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) -export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) -export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) +export ENVIRONMENTSETUPFLEXION=$( echo "Die Java-Installation benötigt einen Moment. Um eine rechtlich einwandfreie Nutzung zu gewährleisten verwendet die ROM-Küche Auszüge von Flexion.org OAB-Java Script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Java SE Download-Seite aufrufen" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Download-Seite der installierten Version aufrufen" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Download-Seite früherer Versionen aufrufen" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Die Java-Installation benötigt einen Moment. Um eine rechtlich einwandfreie Nutzung zu gewährleisten verwendet die ROM-Küche Webupd8's Java Installer" ) ## Preupdate -export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) -export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) -export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) -export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) -export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +export PREUPDATEAOSP43=$( echo "Aktualisiere $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Aktualisiere $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Aktualisiere $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Aktualisiere $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Aktualisiere $REPOSOMNI's local_manifests folder" ) ## Configkitchen -export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) -export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) -export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) -export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) -export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) -export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +export CONFIGKITCHENMENUTITLE=$( echo "Einstellungsmenü" ) +export CONFIGKITCHENMENU1=$( echo "Bearbeite Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Bearbeite Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Erstelle/Bearbeite 'andere Repos'-Liste" ) +export CONFIGKITCHENOTHERREPO=$( echo "Dateiverzeichnis der benutzerdefinierten Repos bearbeiten" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "Bearbeite Bezeichnung des benutzerefinierten Repo" ) ## Fixkitchen -export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) -export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) -export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) -export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) -export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) -export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) -export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) -export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) -export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) -export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) -export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) -export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) -export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) -export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) -export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) -export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) -export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) -export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin -Delete = delete it! -type exit to go to back" ) -export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) -export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) -export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) -export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) -export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) -export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) -export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) -export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) -export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) -export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) -export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) -export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) -export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) -export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export FIXKITCHENSOMETHINGNOT=$( echo "Irgendwas funktioniert nicht richtig? Was kann ich tun?" ) +export FIXKITCHENPURGE=$( echo "Aufräumen = Dateien löschen und von Qriginalquelle neu laden" ) +export FIXKITCHENDELETE=$( echo "Löschen = Jetzt löschen!" ) +export FIXKITCHENMENU1=$( echo "Repo zu einem ausgewählten local_manifests-Verzeichnis hinzufügen" ) +export FIXKITCHENMENU2=$( echo "Ausgewähltes local_manifests-Verzeichnis aufräumen" ) +export FIXKITCHENMENU3=$( echo "Ausgwähltes Repositorium aufräumen oder entfernen" ) +export FIXKITCHENMENU4=$( echo "Alle Repositorien aufräumen oder entfernen" ) +export FIXKITCHENMENU5=$( echo "ROM-Küche aufräumen oder entfernen" ) +export FIXKITCHENMENU6=$( echo "ROM-Küche mit allen Abhängigkeiten entfernen" ) +export FIXKITCHENMENU7=$( echo "Den Inhalt des Computers löschen" ) +export FIXKITCHENMENU8=$( echo "Gesamtes Internet löschen" ) +export FIXKITCHENADD=$( echo "Repo zu otherdevices.xml hinzufügen" ) +export FIXKITCHENPURGE=$( echo "local_manifests-Verzeichnis aufgeräumt" ) +export FIXKITCHENWHICHADD=$( echo "Welches Repo soll hinzugefügt werden?" ) +export FIXKITCHENWHICHPURGE=$( echo "Von welchem Repo soll das local_manifests-Verzeichnis aufgeräumt werden?" ) +export FIXKITCHENWHICHREPO=$( echo "Welches Repo soll aufgeräumt oder entfernt werden?" ) +export FIXKITCHENPURGEDELETE=$( echo "Aufräumen oder löschen?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Aufräumen = löscht Dateien und ladet neu von Originalquelle +Löschen = Jetzt löschen! +Exit eingeben um zurückzukehren" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Alle Repositorien aufräumen oder entfernen?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "ROM-Kücke aufräumen oder löschen?" ) +export FIXKITCHENREDEEMER=$( echo "Zu Redeemer-Skript wechseln" ) +export FIXKITCHENDELETEKITCHEN=$( echo "Soll die ROM-Küche wirklich entfernt werden?" ) +export FIXKITCHENTYPEYES=$( echo "Mit \"yes\" bestätigen um fortzufahren" ) +export FIXKITCHENTYPEABORT=$( echo "Die Eingabe jeder anderen Taste bricht die Operation ab" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Zu Destroyer-Skript wechseln" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Soll die ROM-Küche mit allen Abhängigkeiten wirklich entfernt werden?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Achtung: das Builds-Verzeichnis wird nicht gelöscht" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Zu Weltenzerstörer-Skript wechseln" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Bist Du sicher? Dies löscht alle Inhalte Deines Computers, inklusive aller angeschlossenen Flashlaufwerke und anderer externen Laufwerke!" ) +export SUICIDENOTE=$( echo "Ja, bitte alles von meinem Computer löschen" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "Mit \"$SUICIDENOTE\" bestätigen um fortzufahren" ) +export FIXKITCHENTYPEPASSY=$( echo "Bitte Passwort eingeben um ALLES zu zerstören" ) export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) export TROLLFACEUNDERLINE=$( echo "============================" ) export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) ## Build Common -export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) -export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) -export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) -export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) -export BUILDREPOMENU4=$( echo "$REPOSCARBON repository" ) -export BUILDREPOMENU5=$( echo "$REPOSCM10 repository" ) -export BUILDREPOMENU6=$( echo "$REPOSCM repository" ) -export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) -export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) -export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) -export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) -export BUILDALLABOVE=$( echo "Build all above!" ) -export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) -export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) -export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) +export BUILDMENUTITLE=$( echo "Die heutige Lunch-Karte:" ) +export BUILDREPOMENU1=$( echo "$REPOSAOKP Repositorium" ) +export BUILDREPOMENU2=$( echo "$REPOSAOSP43 Repositorium" ) +export BUILDREPOMENU3=$( echo "$REPOSAOSP Repositorium" ) +export BUILDREPOMENU4=$( echo "$REPOSCARBON Repositorium" ) +export BUILDREPOMENU5=$( echo "$REPOSCM10 Repositorium" ) +export BUILDREPOMENU6=$( echo "$REPOSCM Repositorium" ) +export BUILDREPOMENU7=$( echo "$REPOSEV Repositorium" ) +export BUILDREPOMENU8=$( echo "$REPOSOMNI Repositorium" ) +export BUILDREPOMENU9=$( echo "$REPOSPACMAN Repositorium" ) +export BUILDREPOMENU10=$( echo "$REPOSPARA Repositorium" ) +export BUILDALLABOVE=$( echo "Alle oben genannten Builds!" ) +export BUILDREPONOTSETUP=$( echo "Das ausgewählte Android Repositorium ist nicht eingerichtet!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "Das Gerät ist mit dem ausgewählten Repositorium nicht kompatibel, erneut versuchen!" ) +export BUILDMENURETURN=$( echo "Zurück zum Buildmenü, Eingabe drücken um fortzufahren: " ) ## Buildmenu export BUILDMENU1=$( echo "Build Nexus 4" ) @@ -320,13 +301,13 @@ export BUILDMENU4=$( echo "Build Nexus 10" ) export BUILDMENU5=$( echo "Build Galaxy Nexus" ) export BUILDMENU6=$( echo "Build Nexus S" ) export BUILDMENU7=$( echo "Build Xoom Tablet" ) -export BUILDMENU8=$( echo "Build all above!" ) -export BUILDMENU9=$( echo "Build other device" ) -export BUILDMENU10=$( echo "Build with other repository" ) +export BUILDMENU8=$( echo "Build alle obigen" ) +export BUILDMENU9=$( echo "Build weitere Geräte" ) +export BUILDMENU10=$( echo "Build mit weiterem Repositorium" ) ## Builddevice -export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) -export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) +export BUILDDEVICEBEBUILT=$( echo "ist zur Erstellung ausgewählt!" ) +export BUILDDEVICEWHICHREPO=$( echo "Von welchem Repositorium wollen wir heute Builds erstellen?" ) export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) @@ -345,90 +326,90 @@ export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) ## Buildother -export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) -export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) -export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) -export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) -export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBEBUILT=$( echo "Build für 'andere Geräte' wurde ausgewählt!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Bitte eingeben für welches Gerät der Build sein soll" ) +export BUILDOTHERTYPELIST=$( echo "Mit 'List' alle unterstützten Geräte anzeigen" ) +export BUILDOTHERTYPEEXIT=$( echo "Mit 'exit' zurückkehren" ) +export BUILDOTHERBUILDTITLE=$( echo "Geräteliste" ) export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) -export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) -export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) -export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "Das gewählte Gerät ist mit dem Repositorium nicht kompatibel, Build trotzdem erstellen?" ) +export BUILDOTHERCONTINUE=$( echo "Mit dem gewählten Build fortfahren" ) +export BUILDOTHERNOTVALID=$( echo "Keine gültige Antwort, Build wird nicht erstellt" ) ## Buildotherrepo -export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) -export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) +export BUILDOTHERREPOEMPTY=$( echo "Datei für weitere Repos ist leer, hinzufügen und erneut versuchen!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Build für 'anderes Repositorium' ausgewählt!" ) ## Buildandro -export BUILDANDROCLEAN=$( echo "Clean out folder?" ) -export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) -export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) -export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) -export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) -export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) -export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) -export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) -export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) -export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) -export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) -export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) -export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) -export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) +export BUILDANDROCLEAN=$( echo "Verzeichnis aufräumen?" ) +export BUILDANDROCLEANENTER=$( echo "Hast Du gerade unabsichtlich Eingabe gedrückt? Verzeichnis wird trotzdem gesäubert..." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Es wird ohne Ccache fortgefahren, falls gewünscht Ccache jetzt einrichten" ) +export BUILDANDROCCACHEFOUND=$( echo "Ccache-Verzeichnis gefunden, wird für Build verwendet" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "Die Küche konnte kein Ccache-Verzeichnis finden, soll dies jetzt erstellt werden?" ) +export BUILDANDROCCACHEOTHER=$( echo "Wenn sich Ccache in einem anderen Verzeichnis befindet jetzt 'other' eingeben" ) +export BUILDANDROCCACHEHOWBIG=$( echo "Wie groß soll das Ccache-Verzeichnis maximal sein? Empfohlen werden 50-100 Gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Denke daran das die Eingabe sich auf Gigybytes bezieht" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repositorium unterstützt kein Ccache, es wird ohne Ccache fortgefahren" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Wo befindet sich das Ccache-Verzeichnis? Beispiel für das Standardverzeichnis wäre ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Das angegebene Verzeichnis wurde nicht gefunden, es wird ohne Ccache fortgefahren" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repositorim nicht unterstützt!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Build ist korrupt!" ) +export BUILDANDROMAKETEMP1=$( echo "Temporäres Verzeichnis für Post-Building wird erstellt" ) export BUILDANDROMAKETEMP2=$( echo "fixes" ) -export BUILDANDROUNZIP=$( echo "Unzipping" ) -export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) -export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROUNZIP=$( echo "Entpacken" ) +export BUILDANDRORMSTUFF=$( echo "Unnötiges Recovery-Verzeichnis und file_contexts wird entfernt von" ) +export BUILDANDROADDROM1=$( echo "ROM Manager-Attribute werden hinzugefügt zu" ) export BUILDANDROADDROM2=$( echo "'s build.prop" ) -export BUILDANDROZIP=$( echo "Zipping" ) +export BUILDANDROZIP=$( echo "Packe" ) export BUILDANDROSIGN1=$( echo "Signing" ) -export BUILDANDROSIGN2=$( echo "with test keys" ) -export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) -export BUILDANDROMOVEOLD2=$( echo "/old" ) -export BUILDANDROCOPY=$( echo "Copying to" ) -export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) +export BUILDANDROSIGN2=$( echo "mit test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Verschiebe älteres Build nach" ) +export BUILDANDROMOVEOLD2=$( echo "/alt" ) +export BUILDANDROCOPY=$( echo "Kopiere nach" ) +export BUILDANDROCLEANUP=$( echo "Temporäres Verzeichnis wird aufgeräumt" ) ## Buildautomenu -export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) -export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) -export BUILDAUTOMENU2=$( echo "Add to auto build list" ) -export BUILDAUTOMENU3=$( echo "Clear auto build list" ) -export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) -export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) -export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) -export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) -export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) -export BUILDAUTOMENUADD1=$( echo "Added" ) -export BUILDAUTOMENUADD2=$( echo "to auto build files" ) -export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) -export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) -export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) -export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) -export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) -export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) -export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) -export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) -export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) -export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) -export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) -export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) -export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) -export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) -export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) -export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) -export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) -export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) -export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) -export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) -export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) -export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) -export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) -export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) -export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) +export BUILDAUTOMENUTITLE=$( echo "Auto Builder-Menü" ) +export BUILDAUTOMENU1=$( echo "Starte Auto Builder" ) +export BUILDAUTOMENU2=$( echo "Hinzufügen zu Auto Build-Liste" ) +export BUILDAUTOMENU3=$( echo "Lösche Auto Build-Liste" ) +export BUILDAUTOMENU4=$( echo "Verwende Auto Builder-Ausgabe" ) +export BUILDAUTOMENU5=$( echo "Verwende Auto Builder-Funktion 'Build anderes Repo'" ) +export BUILDAUTOMENU6=$( echo "Verwende Auto Builders 'Sleep-Funktion'" ) +export BUILDAUTOMENUSETAUTO=$( echo "Welches Android-Repo soll mit Auto Build bearbeitet werden?" ) +export BUILDAUTOMENUMOVEON=$( echo "Fertig mit dem Hinzufügen der Repos, weiter zum Hinzufügen der Geräte" ) +export BUILDAUTOMENUADD1=$( echo "Hinzugefügt" ) +export BUILDAUTOMENUADD2=$( echo "zu Auto Build-Dateien" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Eingeben welches Gerät mit Auto Build bearbeitet werden soll" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Sollen die Auto Build-Dateien wirklich gelöscht werden?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto Build-Dateien gelöscht" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto Build-Dateien wurden nicht angefasst" ) +export BUILDAUTOMENUOUTPUT=$( echo "Die Buildauto-Ausgabe erfolgt im swordkitchen script-Verzeichnis" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Sofern jetzt kein anderer Ort angegeben wird?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Mit 'yes' ein anderes Verzeichnis festlegen:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Gewünschten Pfad zur Ausgabe der buildauto.txt eingeben" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Ausgabe wird kopiert nach" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Ausgabe-Datei gelöscht, wird von Buildauto nun regelmässig erstellt" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Repo-Verzeichnis für Autobuild in der nächsten Zeile eingeben, otherrepo befindet sich im otherrepo-Verzeichnis; ein Repo pro Zeile" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Geräte-Codenamen für Autobuild in der nächsten Zeile eingeben, für jedes Gerät eine neue Zeile" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builders 'Built anderes Repo' ist aktiv!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builders 'Built anderes Repo' ist inaktiv!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Soll der Computer schlafen für einige" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "festgelegte Stunden oder zu einer bestimmten Zeit aufwachen?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Zu einer bestimmten Zeit aufwachen" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Einige festgelgte Stunden" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "Zu welchem Zeitpunkt soll der Build-Server am nächsten Tag aufwachen?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24-Stunden-Konfiguration, Beispiel: für 19.00 Uhr verwende 19:00, for 7.00 Uhr verwende 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "Wie lange soll der Build-Server nach Beendigung schlafen?" ) +export BUILDAUTOMENUHOURS2=$( echo "Bitte Anzahl der Stunden eingeben" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Benutzerpasswort eingeben damit der Build-Server schlafen kann" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder Schlaffunktion ist jetzt aktiv!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder Schlaffunktion ist jetzt inaktiv!" ) ## Buildauto -export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) -export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) -export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) -export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) -export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) -export BUILDAUTOSLEEP=( echo "Sleep..." ) +export BUILDAUTOPLEASE=( echo "Bitte das Auto Builder-Einstellungsmenü verwenden" ) +export BUILDAUTOBOTH=( echo "Weder Repositorium noch Gerät festgelegt!" ) +export BUILDAUTOREPO=( echo "Kein Repositorium für Auto Builder festgelegt" ) +export BUILDAUTODEVICE=( echo "Kein Gerät für Auto Builder festgelegt!" ) +export BUILDAUTOWAIT=( echo "Warte zehn Minuten! Dies ist kein Countdown..." ) +export BUILDAUTOSLEEP=( echo "Schlafe..." ) From 7e23ab2c454727fa56c7edab17d2ec02f15d8661 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 3 Feb 2014 21:42:24 -0700 Subject: [PATCH 131/155] Add Martinusbe to TRANSLATORS.mkdn --- TRANSLATORS.mkdn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRANSLATORS.mkdn b/TRANSLATORS.mkdn index 9266a76..4aa45b5 100644 --- a/TRANSLATORS.mkdn +++ b/TRANSLATORS.mkdn @@ -2,7 +2,7 @@ Translators: ------------ * __Brazilian Portuguese (pirarucu):__ Doublepranks * __French (europeanpilchard):__ -* __German (rabbitfish):__ Zanooda +* __German (rabbitfish):__ Martinusbe, Zanooda * __Italian (italianbleak):__ * __Japanese (bluefintuna):__ * __Korean (koreanlamprey):__ From b5496171c2f6d188ef295af66468922c4d316701 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 3 Feb 2014 21:49:40 -0700 Subject: [PATCH 132/155] rabbitfish: remove accidental space --- translation/rabbitfish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/rabbitfish b/translation/rabbitfish index 820284c..8bdce09 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -16,7 +16,7 @@ # German ## Common - export KITCHENTITLE=$( echo "Swordrune10 Android Kitchen!" ) +export KITCHENTITLE=$( echo "Swordrune10 Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "===========================" ) export MENUGOBACK=$( echo "Zurück" ) export NOTPROPERSELECTION=$( echo "Es wurde keine gültige Auswahl getroffen, bitte erneut versuchen!" ) From ff00479773c24ca62baa88c28633aeec77b53e8f Mon Sep 17 00:00:00 2001 From: martinusbe Date: Tue, 4 Feb 2014 17:26:58 +0100 Subject: [PATCH 133/155] Dutch translation --- translation/chubmackerel | 576 +++++++++++++++++++-------------------- 1 file changed, 288 insertions(+), 288 deletions(-) diff --git a/translation/chubmackerel b/translation/chubmackerel index dacd24b..ef3e7bf 100755 --- a/translation/chubmackerel +++ b/translation/chubmackerel @@ -20,65 +20,65 @@ ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) -export MENUGOBACK=$( echo "Go Back" ) -export NOTPROPERSELECTION=$( echo "You did not make a proper selection, try again!" ) -export ENTERTOCONTINUE=$( echo "Press Enter to continue: " ) -export MAINMENURETURN=$( echo "Returning to Main Menu, Press Enter to continue: " ) -export ABORTMESSAGE=$( echo "Aborting.." ) -export COMPLETEDMESSAGE=$( echo "Finished!" ) -export QUESTIONYESNO=$( echo "yes/no? " ) -export ANSWERYES=$( echo "yes" ) -export ANSWERY=$( echo "y" ) -export ANSWERNO=$( echo "no" ) +export MENUGOBACK=$( echo "Ga terug" ) +export NOTPROPERSELECTION=$( echo "Je hebt geen geldige selectie gemaakt, probeer opnieuw!" ) +export ENTERTOCONTINUE=$( echo "Druk op Enter om door te gaan: " ) +export MAINMENURETURN=$( echo "Gaat terug naar hoofd menu, druk op Enter om door te gaan: " ) +export ABORTMESSAGE=$( echo "Afbreken.." ) +export COMPLETEDMESSAGE=$( echo "Klaar!" ) +export QUESTIONYESNO=$( echo "ja/nee? " ) +export ANSWERYES=$( echo "ja" ) +export ANSWERY=$( echo "j" ) +export ANSWERNO=$( echo "nee" ) export ANSWERN=$( echo "n" ) ## Macosxinit -export MACOSXINITRUN=$( echo "You are running Mac OS X!" ) -export MACOSXINITCANTFINDDMG=$( echo "We can't find the android image to mount, this is needed to build on mac os x -If you already have one made please put it in its proper place with its proper title -It's proper place and title is in your home folder named android.dmg, example is ~/android.dmg - -Would you like to make a new android.dmg?" ) -export MACOSXINITHOWBIG=$( echo "How big would you like android.dmg? Keep in mind it will increase its size if u need more space -Type in number in gigabytes" ) -export MACOSXINITMOUNTNEW=$( echo "Mounting new android.dmg at /Volumes/android.." ) -export MACOSXINITMOVEINTO=$( echo "Moving into android.dmg.." ) -export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) -export MACOSXINITSETUP=$( echo "Setting up kitchen.." ) -export MACOSXINITFOUNDDMG=$( echo "Found your android.dmg, mounting.." ) -export MACOSXINITCANTFINDKITCHEN=$( echo "We can't find the rom kitchen in /Volumes/android - -Would you like to make install rom kitchen in /Volumes/android?" ) +export MACOSXINITRUN=$( echo "U draait Mac OS X!" ) +export MACOSXINITCANTFINDDMG=$( echo "We kunnen de android image om te mounten niet vinden, Dit is nodig om te bouwen op mac os x +Als je er al n hebt gemaakt zet het dan op de juiste plaats met de juiste benaming +Zijn juiste plaats en benaming is in uw home map genaamd android.dmg, voorbeeld is ~/android.dmg + +Wil je een nieuwe android.dmg maken?" ) +export MACOSXINITHOWBIG=$( echo "Hoe groot wil je android.dmg maken? Houd in gedachten dat het zijn volume zal vergroten als je meer plaats nodig hebt +Type een nummer in gigabytes" ) +export MACOSXINITMOUNTNEW=$( echo "Mounten van nieuw android.dmg in /Volumes/android.." ) +export MACOSXINITMOVEINTO=$( echo "Verhuizen naar android.dmg.." ) +export MACOSXINITSETUP=$( echo "Opzetten van keuken.." ) +export MACOSXINITSETUP=$( echo "Opzetten van keuken.." ) +export MACOSXINITFOUNDDMG=$( echo "Uw android.dmg is gevonden, mounten.." ) +export MACOSXINITCANTFINDKITCHEN=$( echo "We kunnen de rom kitchen niet vinden in /Volumes/android + +Zou je de rom kitchen willen installeren in /Volumes/android?" ) ## Errors -export ERRORHEADER=$( echo "An Error Has Occurred! +export ERRORHEADER=$( echo "Er heeft zich een fout voorgedaan! ======================" ) -export ERRORSIDEEFFECTS=$( echo "Side effects may include failure to build properly and lack of support -for build environment setup" ) -export ERRORCONTACTINFO=$( echo "If you see this in error, please notify me at either xda or rootzwiki -If you prefer email you can reach me at mishana@swordrune10.net -If your also inclined, i have a freenode channel #Swordrune10Kitchen" ) -export BOUNCERPOWERPC=$( echo "PowerPC processor detected! +export ERRORSIDEEFFECTS=$( echo "Neveneffecten kunnen onmogelijkheid zijn om goed te bouwen en gebrek aan ondersteuning +Voor de bouw-omgeving set-up" ) +export ERRORCONTACTINFO=$( echo "Als u dit foutief ziet, laat het me dan weten op xda of rootzwiki +Als je liever een mailtje stuurt kan je me bereiken op mishana@swordrune10.net +Als je ook geneigd bent, ik heb een freenode kanaal #Swordrune10Kitchen" ) +export BOUNCERPOWERPC=$( echo "PowerPC processor gedetecteerd! =========================== -Running powerpc isn't necessarily prohibited, but it is not suggested" ) -export BOUNCER32BIT=$( echo "32-bit processor detected! +Draaien van powerpc is niet echt verboden, maar het is niet aangeraden" ) +export BOUNCER32BIT=$( echo "32-bit processor gedetecteerd! ========================== -Running 32-bit isn't necessarily prohibited, but it is not suggested" ) -export BOUNCERKITCHENHOME=$( echo "Kitchen not set in correct place! +Draaien van 32-bit is niet echt verboden, maar het is niet aangeraden" ) +export BOUNCERKITCHENHOME=$( echo "Keuken is niet ingesteld op de juiste plaats! ================================= -Kitchen will not work correctly if placed in home folder, please move" ) -export ENVIRONMENTSETUP32BIT=$( echo "32-bit not supported! +De keuken zal niet correct werken als hij in de home map geplaatst is, verplaats alstublieft" ) +export ENVIRONMENTSETUP32BIT=$( echo "32-bit niet ondersteund! ===================== -Build enviroment installation only supports 64-bit Operating Systems" ) -export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! +Bouw omgeving installatie ondersteund enkel 64-bit systemen" ) +export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Besturingssysteem niet ondersteund! =============================== -Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) -Debian (General Support) -Linux Mint (General Support) -Arch Linux (General Support) -Fedora (General Support) -Mac OS X (Semi-General Support)" ) +Ondersteunde besturingssystemen(enkel 64-bit): +Ubuntu 10.04 - 13.10 (Volledige ondersteuning) +Debian (Algemene ondersteuning) +Linux Mint (Algemene ondersteuning) +Arch Linux (Algemene ondersteuning) +Fedora (Algemene ondersteuning) +Mac OS X (Half-Algemene ondersteuning)" ) ## Repos export REPOSKITCHEN=$( echo "Kitchen app" ) @@ -99,51 +99,51 @@ export NEXUS5=$( echo "LTE Nexus 5" ) export GSMGNEXUS=$( echo "GSM Galaxy Nexus" ) export SPRGNEXUS=$( echo "Sprint Galaxy Nexus" ) export VZWGNEXUS=$( echo "Verizon Galaxy Nexus" ) -export ALLGNEXUS=$( echo "All Galaxy Nexi" ) +export ALLGNEXUS=$( echo "Alle Galaxy Nexi" ) export GSMNEXUSS=$( echo "GSM Nexus S" ) export SPRNEXUSS=$( echo "Sprint Nexus S 4G" ) -export ALLNEXUSS=$( echo "All Nexus S'" ) +export ALLNEXUSS=$( echo "Alle Nexus S'" ) export WIFINEXUS72012=$( echo "Wifi Nexus 7 (2012) Tablet" ) export GSMNEXUS72012=$( echo "GSM Nexus 7 (2012) Tablet" ) -export ALLNEXUS72012=$( echo "All Nexus 7 (2012) Tablets" ) +export ALLNEXUS72012=$( echo "Alle Nexus 7 (2012) Tablets" ) export WIFINEXUS72013=$( echo "Wifi Nexus 7 (2013) Tablet" ) export LTENEXUS72013=$( echo "LTE Nexus 7 (2013) Tablet" ) -export ALLNEXUS72013=$( echo "All Nexus 7 (2013) Tablets" ) -export ALLNEXUS7=$( echo "All Nexus 7 Tablets" ) +export ALLNEXUS72013=$( echo "Alle Nexus 7 (2013) Tablets" ) +export ALLNEXUS7=$( echo "Alle Nexus 7 Tablets" ) export NEXUS10=$( echo "Wifi Nexus 10" ) export WIFIXOOM=$( echo "Wifi Xoom Tablet" ) export VZWXOOM=$( echo "Verizon Xoom Tablet" ) -export ALLXOOM=$( echo "All Xoom Tablets" ) -export ALLNEXUS=$( echo "All Nexus Devices" ) +export ALLXOOM=$( echo "Alle Xoom Tablets" ) +export ALLNEXUS=$( echo "Alle Nexus Devices" ) ## Scriptmakir -export SCRIPTMAKIRREDEEMER=$( echo "Redeemer is running!" ) -export SCRIPTMAKIRRMKITCHEN=$( echo "Removing Kitchen" ) -export SCRIPTMAKIRSETUPKITCHEN=$( echo "Settng Up Kitchen" ) -export SCRIPTMAKIRDESTROYER=$( echo "Destroyer is running!" ) -export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Destroyer of Worlds is running!" ) -export SCRIPTMAKIRRMREPO=$( echo "Removing Repository folder" ) +export SCRIPTMAKIRREDEEMER=$( echo "Verlosser loopt!" ) +export SCRIPTMAKIRRMKITCHEN=$( echo "Verwijderen vanKitchen" ) +export SCRIPTMAKIRSETUPKITCHEN=$( echo "Opzetten van Kitchen" ) +export SCRIPTMAKIRDESTROYER=$( echo "Vernietiger loopt!" ) +export SCRIPTMAKIRDESTROYEROFWORLDS=$( echo "Vernietiger van werelden loopt!" ) +export SCRIPTMAKIRRMREPO=$( echo "Verwijderen van Repository map" ) ## Kitchen -export KITCHENMAINMENU=$( echo "Main Menu:" ) -export KITCHENMENU1=$( echo "Setup/Update Kitchen" ) -export KITCHENMENU2=$( echo "Configure Kitchen" ) -export KITCHENMENU3=$( echo "Run Kitchen" ) -export KITCHENMENU4=$( echo "Fix Kitchen" ) -export KITCHENMENU5=$( echo "Auto Build Kitchen" ) +export KITCHENMAINMENU=$( echo "Hoofd Menu:" ) +export KITCHENMENU1=$( echo "Set-up/Up-date Kitchen" ) +export KITCHENMENU2=$( echo "Configureren van Kitchen" ) +export KITCHENMENU3=$( echo "Start Kitchen" ) +export KITCHENMENU4=$( echo "Herstel Kitchen" ) +export KITCHENMENU5=$( echo "Auto Bouw Kitchen" ) export KITCHENMENU6=$( echo "Exit" ) -export KITCHENMENUWHICH=$( echo "Which one would you like to do?" ) -export KITCHENTHANKS=$( echo "Thank you for using Swordrune10's Kitchen! Good bye.." ) -export KITCHENBORED=$( echo "You seem bored.. wanna watch a movie?" ) -export KITCHENTOUGH=$( echo "tough!" ) +export KITCHENMENUWHICH=$( echo "Welke zou je willen doen?" ) +export KITCHENTHANKS=$( echo "Bedankt voor het gebruiken van Swordrune10's Kitchen! Tot ziens.." ) +export KITCHENBORED=$( echo "Je lijkt verveeld.. wil je een filmpje kijken?" ) +export KITCHENTOUGH=$( echo "jammer!" ) ## Reposync # Usage and Flags -export REPOSYNCUSAGE=$( echo "repo -- program to initialize/update android repos" ) -export REPOSYNCFLAGD=$( echo "delete the appropriate folder and then exit program" ) -export REPOSYNCFLAGH=$( echo "show this help text" ) -export REPOSYNCFLAGP=$( echo "purge folder, reinit, and then update" ) -export REPOSYNCFLAGU=$( echo "update this particular repo" ) +export REPOSYNCUSAGE=$( echo "repo -- programma voor het initialiseren/updaten van android repos" ) +export REPOSYNCFLAGD=$( echo "verwijder de gepaste map en verlaat het programma" ) +export REPOSYNCFLAGH=$( echo "toon deze help tekst" ) +export REPOSYNCFLAGP=$( echo "map leegmaken, herstarten, en dan updaten" ) +export REPOSYNCFLAGU=$( echo "update deze particuliere repo" ) export REPOSYNCUPDATE1=$( echo "Update $REPOSKITCHEN" ) export REPOSYNCUPDATE2=$( echo "Update $REPOSAOKP" ) export REPOSYNCUPDATE3=$( echo "Update $REPOSAOSP43" ) @@ -157,133 +157,133 @@ export REPOSYNCUPDATE10=$( echo "Update $REPOSPACMAN" ) export REPOSYNCUPDATE11=$( echo "Update $REPOSPARA" ) export REPOSYNCUPDATE12=$( echo "Update all available repos" ) export REPOSYNCUPDATE13=$( echo "Update all the repos" ) -export REPOSYNCUSAGEEXAMP=$( echo "Example: reposync -u cm-10.2" ) -export REPOSYNCUSAGELIST1=$( echo "typing \"reposync -u list\" will give" ) -export REPOSYNCUSAGELIST2=$( echo "you the options list again" ) +export REPOSYNCUSAGEEXAMP=$( echo "Voorbeeld: reposync -u cm-10.2" ) +export REPOSYNCUSAGELIST1=$( echo "typen van \"reposync -u list\" zal" ) +export REPOSYNCUSAGELIST2=$( echo "je de opties lijst opnieuw geven" ) # Menu -export REPOSYNCMENUWHAT=$( echo "What are we updating?" ) -export REPOSYNCMENUINIT=$( echo "If repo isn't initialized, it will be on update" ) -export REPOSYNCMENU1=$( echo "Install the repo command" ) -export REPOSYNCMENU2=$( echo "Setup the build environment" ) -export REPOSYNCMENU3=$( echo "Update the $REPOSKITCHEN repository" ) -export REPOSYNCMENU4=$( echo "Update the $REPOSAOKP repository" ) -export REPOSYNCMENU5=$( echo "Update the $REPOSAOSP43 repository" ) -export REPOSYNCMENU6=$( echo "Update the $REPOSAOSP repository" ) -export REPOSYNCMENU7=$( echo "Update the $REPOSCARBON repository" ) -export REPOSYNCMENU8=$( echo "Update the $REPOSCM10 repository" ) -export REPOSYNCMENU9=$( echo "Update the $REPOSCM repository" ) -export REPOSYNCMENU10=$( echo "Update the $REPOSEV repository" ) -export REPOSYNCMENU11=$( echo "Update the $REPOSOMNI repository" ) -export REPOSYNCMENU12=$( echo "Update the $REPOSPACMAN repository" ) -export REPOSYNCMENU13=$( echo "Update the $REPOSPARA repository" ) -export REPOSYNCMENU14=$( echo "Update all available repositories" ) -export REPOSYNCMENU15=$( echo "Update all the repos!" ) -export REPOSYNCMENU16=$( echo "Update/add otherrepo" ) +export REPOSYNCMENUWHAT=$( echo "Wat zijn we aan het updaten?" ) +export REPOSYNCMENUINIT=$( echo "Als repo niet is genitialiseerd, zal het op update zijn" ) +export REPOSYNCMENU1=$( echo "Installeer de repo commando" ) +export REPOSYNCMENU2=$( echo "Instellen van de bouw omgeving" ) +export REPOSYNCMENU3=$( echo "Updaten van $REPOSKITCHEN repository" ) +export REPOSYNCMENU4=$( echo "Updaten van $REPOSAOKP repository" ) +export REPOSYNCMENU5=$( echo "Updaten van $REPOSAOSP43 repository" ) +export REPOSYNCMENU6=$( echo "Updaten van $REPOSAOSP repository" ) +export REPOSYNCMENU7=$( echo "Updaten van $REPOSCARBON repository" ) +export REPOSYNCMENU8=$( echo "Updaten van $REPOSCM10 repository" ) +export REPOSYNCMENU9=$( echo "Updaten van $REPOSCM repository" ) +export REPOSYNCMENU10=$( echo "Updaten van $REPOSEV repository" ) +export REPOSYNCMENU11=$( echo "Updaten van $REPOSOMNI repository" ) +export REPOSYNCMENU12=$( echo "Updaten van $REPOSPACMAN repository" ) +export REPOSYNCMENU13=$( echo "Updaten van $REPOSPARA repository" ) +export REPOSYNCMENU14=$( echo "Updaten van available repositories" ) +export REPOSYNCMENU15=$( echo "Update alle repos!" ) +export REPOSYNCMENU16=$( echo "Update/toevoegen andere repo" ) # Sync and Init -export REPOSYNCNOTINITSKIP=$( echo "not initialized, skipping" ) -export REPOSYNCUPDATING=$( echo "Updating" ) +export REPOSYNCNOTINITSKIP=$( echo "niet genitialiseerd, overslaan" ) +export REPOSYNCUPDATING=$( echo "Aan het updaten" ) export REPOSYNCBLAHSMANIFEST=$( echo "'s manifest" ) -export REPOSYNCNOTINITYET=$( echo "not initialized, initializing now" ) -export REPOSYNCNOTINITWANTTO=$( echo "not initialized, do you want to initialize it?" ) -export REPOSYNCINIT=$( echo "initializing" ) -export REPOSYNCNOTINIT=$( echo "wasn't initialized" ) +export REPOSYNCNOTINITYET=$( echo "niet genitialiseerd, nu initialiserende" ) +export REPOSYNCNOTINITWANTTO=$( echo "niet genitialiseerd, wil je het nu initialiseren?" ) +export REPOSYNCINIT=$( echo "initialiserende" ) +export REPOSYNCNOTINIT=$( echo "ward niet genitialiseerd" ) export REPOSYNCREPO=$( echo "repository" ) -export REPOSYNCREPOALREADY=$( echo "repo command is already installed" ) -export REPOSYNCREPOINSTALL=$( echo "Installing the repo command" ) -export REPOSYNCCOMPLETE=$( echo "Update Complete!" ) +export REPOSYNCREPOALREADY=$( echo "repo commando is reeds genstalleerd" ) +export REPOSYNCREPOINSTALL=$( echo "Installeren van het repo commando" ) +export REPOSYNCCOMPLETE=$( echo "Update Compleet!" ) # Otherrepo Sync and Init -export REPOSYNCADDOR=$( echo "Are we adding or updating otherrepo?" ) -export REPOSYNCOTHERMENU1=$( echo "Add to custom repo folder" ) -export REPOSYNCOTHERMENU2=$( echo "Update all the custom repos" ) -export REPOSYNCOTHERREPONAME=$( echo "What is the repo's name?" ) -export REPOSYNCOTHERREPOSHORTNAME=$( echo "What is a short name for this repo? Example: Android Open Source Project = aosp" ) -export REPOSYNCOTHERREPOURL=$( echo "What is the url to the repo's manifest?" ) -export REPOSYNCOTHERREPOBRANCH=$( echo "What is the branch the repo's manifest you want to use?" ) +export REPOSYNCADDOR=$( echo "Zijn we andere repo aan het updaten of toevoegen?" ) +export REPOSYNCOTHERMENU1=$( echo "Voeg toe aan aangepaste repo map" ) +export REPOSYNCOTHERMENU2=$( echo "Update alle aangepaste repos" ) +export REPOSYNCOTHERREPONAME=$( echo "Wat is de repo's naam?" ) +export REPOSYNCOTHERREPOSHORTNAME=$( echo "Wat is een korte naam voor deze repo? Voorbeeld: Android Open Source Project = aosp" ) +export REPOSYNCOTHERREPOURL=$( echo "Wat is de url naar de repo's manifest?" ) +export REPOSYNCOTHERREPOBRANCH=$( echo "Wat is de branch in de repo's manifest die je wil gebruiken?" ) ## Environmentsetup -export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) -export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) -export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) -export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) -export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) +export ENVIRONMENTSETUPINIT=$( echo "Initialiseren van de bouw omgeving" ) +export ENVIRONMENTSETUPOS=$( echo "Controleren welk besturingssysteem je draait..." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Installeren van benodigde paketten, geef alstublieft uw paswoord in" ) +export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode genstalleerd? We raden versie 3.1.4 aan of nieuwer" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts genstalleerd?" ) # Platform -export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) -export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) -export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) -export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) -export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) -export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) -export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) -export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) +export ENVIRONMENTSETUPFEDORA=$( echo "Je draait Fedora of RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "Je draait Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "Je draait Ubuntu, ofwel 10.04, 10.10, of 11.04!" ) +export ENVIRONMENTSETUPUO=$( echo "Je draait Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "Je draait Ubuntu 12.04 or 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "Je draait Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "Je draait Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "Je draait Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "Je draait Mac OS X!" ) # Java -export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) -export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) -export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) -export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download page" ) -export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) +export ENVIRONMENTSETUPFLEXION=$( echo "Java installeren zal een tijdje duren, om dit legaal te doen zal de Kitchen delen gebruiken van flexion.org oab-java script" ) +export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Ophalen Java SE download page" ) +export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Ophalen huidige release download page" ) +export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Ophalen vorige releases download page" ) +export ENVIRONMENTSETUPWEBUPD8=$( echo "Java installeren zal een tijdje duren, om dit legaal te doen zal de Kitchen webupd8's java installer gebruiken" ) ## Preupdate -export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) -export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) -export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) -export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) -export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +export PREUPDATEAOSP43=$( echo "Updaten $REPOSAOSP43's local_manifests map" ) +export PREUPDATEAOSP=$( echo "Updaten $REPOSAOSP's local_manifests map" ) +export PREUPDATECM10=$( echo "Updaten $REPOSCM10's local_manifests map" ) +export PREUPDATECM=$( echo "Updaten $REPOSCM's local_manifests map" ) +export PREUPDATEOMNI=$( echo "Updaten $REPOSOMNI's local_manifests map" ) ## Configkitchen -export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) -export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) -export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) -export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) -export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) -export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Configuratie Menu" ) +export CONFIGKITCHENMENU1=$( echo "Bewerk Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Bewerk Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Creer/Bewerk andere repo lijst" ) +export CONFIGKITCHENOTHERREPO=$( echo "Bewerk aangepaste repos bestandslocatie" ) +export CONFIGKITCHENOTHERREPONAME=$( echo "Bewerken aangepaste repo's naam" ) ## Fixkitchen -export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) -export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) -export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) -export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) -export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) -export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) -export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) -export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) -export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) -export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) -export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) -export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) -export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) -export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) -export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) -export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) -export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) -export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin -Delete = delete it! -type exit to go to back" ) -export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) -export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) -export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) -export FIXKITCHENDELETEKITCHEN=$( echo "Are you sure you want to remove the Kitchen app?" ) -export FIXKITCHENTYPEYES=$( echo "You must type in \"yes\" to continue" ) -export FIXKITCHENTYPEABORT=$( echo "Type in anything else to abort operation" ) -export FIXKITCHENDESTROYERSWITCH=$( echo "Switching to Destroyer script" ) -export FIXKITCHENDELETEKITCHENALL=$( echo "Are you sure you want to remove the Kitchen app and its dependencies?" ) -export FIXKITCHENNOTDELETEBUILDS=$( echo "Please note: the builds directory will not be deleted" ) -export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Switching to Destroyer of Worlds script" ) -export FIXKITCHENDELETECOMPUTER=$( echo "Are you sure..? this will delete everything on your computer, including mounted external drives and flash drives!!" ) -export SUICIDENOTE=$( echo "yes, please delete everything off of my computer" ) -export FIXKITCHENMUSTTYPEEXACTLY=$( echo "You must type in exactly \"$SUICIDENOTE\" to continue" ) -export FIXKITCHENTYPEPASSY=$( echo "Please type in your password to destroy everything" ) +export FIXKITCHENSOMETHINGNOT=$( echo "Er is iets dat niet juist werkt? Wat zullen we doen?" ) +export FIXKITCHENPURGE=$( echo "Purge = verwijder bestanden, download van origineel" ) +export FIXKITCHENDELETE=$( echo "Delete = verwijder het!" ) +export FIXKITCHENMENU1=$( echo "Voeg een repo toe aan een bepaalde local_manifests map" ) +export FIXKITCHENMENU2=$( echo "Zuiver een bepaalde local_manifests map" ) +export FIXKITCHENMENU3=$( echo "Zuiver of Verwijder een bepaalde repository" ) +export FIXKITCHENMENU4=$( echo "Zuiver of Verwijder al de repositories" ) +export FIXKITCHENMENU5=$( echo "Zuiver of Verwijder de Kitchen app" ) +export FIXKITCHENMENU6=$( echo "Verwijder de Kitchen app, en zijn afhankelijkheden" ) +export FIXKITCHENMENU7=$( echo "Verwijder de inhoud van uw computer" ) +export FIXKITCHENMENU8=$( echo "Verwijder het gehele internet" ) +export FIXKITCHENADD=$( echo "Toevoegen van repo aan otherdevices.xml voor" ) +export FIXKITCHENPURGE=$( echo "local_manifests map werdt gezuiverd" ) +export FIXKITCHENWHICHADD=$( echo "Aan welke repo zou je willen toevoegen?" ) +export FIXKITCHENWHICHPURGE=$( echo "Van welke repo zou je de local_manifests map willen zuiveren?" ) +export FIXKITCHENWHICHREPO=$( echo "Welke repo zou je willen zuiveren of verwijderen?" ) +export FIXKITCHENPURGEDELETE=$( echo "Zuiveren of Verwijderen?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Zuiveren = bestanden verwijderen, downloaden van origineel +Verwijderen = Verwijder het! +type exit om terug te keren" ) +export FIXKITCHENPURGEDELETEREPO=$( echo "Zuiver of Verwijder alle repositories?" ) +export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Zuiver of Verwijder de Kitchen app?" ) +export FIXKITCHENREDEEMER=$( echo "Veranderen naar herstel script.." ) +export FIXKITCHENDELETEKITCHEN=$( echo "Ben je er zeker van dat je de Kitchen app wilt verwijderen?" ) +export FIXKITCHENTYPEYES=$( echo "Je moet \"ja\" intypen om door te gaan" ) +export FIXKITCHENTYPEABORT=$( echo "Type om het even wat anders om de operatie af te blazen" ) +export FIXKITCHENDESTROYERSWITCH=$( echo "Veranderen naar Vernietiger script" ) +export FIXKITCHENDELETEKITCHENALL=$( echo "Ben je er zeker van dat je de Kitchen app en zijn afhankelijkheden wilt verwijderen?" ) +export FIXKITCHENNOTDELETEBUILDS=$( echo "Opmerking: de builds mappen worden niet verwijderd" ) +export FIXKITCHENDESTROYEROFWORLDSSWITCH=$( echo "Veranderen naar Vernietiger van Werelden script" ) +export FIXKITCHENDELETECOMPUTER=$( echo "Ben je het zeker..? Dit zal alles verwijderen op je computer, inclusief gemounte externe opslag en flash drives!!" ) +export SUICIDENOTE=$( echo "Ja, verwijder alstublieft alles van mijn computer" ) +export FIXKITCHENMUSTTYPEEXACTLY=$( echo "Je moet dit exact intypen \"$SUICIDENOTE\" om door te gaan" ) +export FIXKITCHENTYPEPASSY=$( echo "Geef alstublieft jouw paswoord in om alles te vernietigen" ) export TROLLFACETITLE=$( echo "Trollface's Android Kitchen!" ) export TROLLFACEUNDERLINE=$( echo "============================" ) -export FIXKITCHENIBET=$( echo "Oh man, I bet you wish it was that easy!" ) +export FIXKITCHENIBET=$( echo "Oh jongen, Ik durf te wedden dat je wou dat het zo makkelijk was!" ) ## Build Common -export BUILDMENUTITLE=$( echo "Today's Lunch Menu:" ) +export BUILDMENUTITLE=$( echo "Lunch Menu van vandaag:" ) export BUILDREPOMENU1=$( echo "$REPOSAOKP repository" ) export BUILDREPOMENU2=$( echo "$REPOSAOSP43 repository" ) export BUILDREPOMENU3=$( echo "$REPOSAOSP repository" ) @@ -294,128 +294,128 @@ export BUILDREPOMENU7=$( echo "$REPOSEV repository" ) export BUILDREPOMENU8=$( echo "$REPOSOMNI repository" ) export BUILDREPOMENU9=$( echo "$REPOSPACMAN repository" ) export BUILDREPOMENU10=$( echo "$REPOSPARA repository" ) -export BUILDALLABOVE=$( echo "Build all above!" ) -export BUILDREPONOTSETUP=$( echo "The selected android repository is not setup!" ) -export BUILDDEVICENOTCOMPATIBLE=$( echo "This device is not compatible with this repository, try again!" ) -export BUILDMENURETURN=$( echo "Returning to Build Menu, Press Enter to continue: " ) +export BUILDALLABOVE=$( echo "Bouw alles hierboven!" ) +export BUILDREPONOTSETUP=$( echo "De geselecteerde android repository is niet ingesteld!" ) +export BUILDDEVICENOTCOMPATIBLE=$( echo "Dit toestel is niet compatibel met deze repository, probeer opnieuw!" ) +export BUILDMENURETURN=$( echo "Terugkeren naar Bouw Menu, Druk Enter om door te gaan: " ) ## Buildmenu -export BUILDMENU1=$( echo "Build Nexus 4" ) -export BUILDMENU2=$( echo "Build Nexus 5" ) -export BUILDMENU3=$( echo "Build Nexus 7" ) -export BUILDMENU4=$( echo "Build Nexus 10" ) -export BUILDMENU5=$( echo "Build Galaxy Nexus" ) -export BUILDMENU6=$( echo "Build Nexus S" ) -export BUILDMENU7=$( echo "Build Xoom Tablet" ) -export BUILDMENU8=$( echo "Build all above!" ) -export BUILDMENU9=$( echo "Build other device" ) -export BUILDMENU10=$( echo "Build with other repository" ) +export BUILDMENU1=$( echo "Bouw Nexus 4" ) +export BUILDMENU2=$( echo "Bouw Nexus 5" ) +export BUILDMENU3=$( echo "Bouw Nexus 7" ) +export BUILDMENU4=$( echo "Bouw Nexus 10" ) +export BUILDMENU5=$( echo "Bouw Galaxy Nexus" ) +export BUILDMENU6=$( echo "Bouw Nexus S" ) +export BUILDMENU7=$( echo "Bouw Xoom Tablet" ) +export BUILDMENU8=$( echo "Bouw all above!" ) +export BUILDMENU9=$( echo "Bouw other device" ) +export BUILDMENU10=$( echo "Bouw met een andere repository" ) ## Builddevice -export BUILDDEVICEBEBUILT=$( echo "is selected to be built!" ) -export BUILDDEVICEWHICHREPO=$( echo "Which android repository are we building from today?" ) -export BUILDDEVICENEXUS4=$( echo "Build $NEXUS4" ) -export BUILDDEVICENEXUS5=$( echo "Build $NEXUS5" ) -export BUILDDEVICEGSMGNEXUS=$( echo "Build $GSMGNEXUS" ) -export BUILDDEVICESPRGNEXUS=$( echo "Build $SPRGNEXUS" ) -export BUILDDEVICEVZWGNEXUS=$( echo "Build $VZWGNEXUS" ) -export BUILDDEVICEGSMNEXUSS=$( echo "Build $GSMNEXUSS" ) -export BUILDDEVICESPRNEXUSS=$( echo "Build $SPRNEXUSS" ) -export BUILDDEVICEWIFINEXUS72012=$( echo "Build $WIFINEXUS72012" ) -export BUILDDEVICEGSMNEXUS72012=$( echo "Build $GSMNEXUS72012" ) -export BUILDDEVICEALLNEXUS72012=$( echo "Build $ALLNEXUS72012" ) -export BUILDDEVICEWIFINEXUS72013=$( echo "Build $WIFINEXUS72013" ) -export BUILDDEVICELTENEXUS72013=$( echo "Build $LTENEXUS72013" ) -export BUILDDEVICEALLNEXUS72013=$( echo "Build $ALLNEXUS72013" ) -export BUILDDEVICENEXUS10=$( echo "Build $NEXUS10" ) -export BUILDDEVICEWIFIXOOM=$( echo "Build $WIFIXOOM" ) -export BUILDDEVICEVZWXOOM=$( echo "Build $VZWXOOM" ) +export BUILDDEVICEBEBUILT=$( echo "is geselecteerd om gebouwd te worden!" ) +export BUILDDEVICEWHICHREPO=$( echo "Welke android repository zullen we vandaag gebruiken om te bouwen?" ) +export BUILDDEVICENEXUS4=$( echo "Bouw $NEXUS4" ) +export BUILDDEVICENEXUS5=$( echo "Bouw $NEXUS5" ) +export BUILDDEVICEGSMGNEXUS=$( echo "Bouw $GSMGNEXUS" ) +export BUILDDEVICESPRGNEXUS=$( echo "Bouw $SPRGNEXUS" ) +export BUILDDEVICEVZWGNEXUS=$( echo "Bouw $VZWGNEXUS" ) +export BUILDDEVICEGSMNEXUSS=$( echo "Bouw $GSMNEXUSS" ) +export BUILDDEVICESPRNEXUSS=$( echo "Bouw $SPRNEXUSS" ) +export BUILDDEVICEWIFINEXUS72012=$( echo "Bouw $WIFINEXUS72012" ) +export BUILDDEVICEGSMNEXUS72012=$( echo "Bouw $GSMNEXUS72012" ) +export BUILDDEVICEALLNEXUS72012=$( echo "Bouw $ALLNEXUS72012" ) +export BUILDDEVICEWIFINEXUS72013=$( echo "Bouw $WIFINEXUS72013" ) +export BUILDDEVICELTENEXUS72013=$( echo "Bouw $LTENEXUS72013" ) +export BUILDDEVICEALLNEXUS72013=$( echo "Bouw $ALLNEXUS72013" ) +export BUILDDEVICENEXUS10=$( echo "Bouw $NEXUS10" ) +export BUILDDEVICEWIFIXOOM=$( echo "Bouw $WIFIXOOM" ) +export BUILDDEVICEVZWXOOM=$( echo "Bouw $VZWXOOM" ) ## Buildother -export BUILDOTHERBEBUILT=$( echo "Build other device is selected to be built!" ) -export BUILDOTHERTYPEDEVICE=$( echo "Please type in which device you would like to build" ) -export BUILDOTHERTYPELIST=$( echo "Type in list to see all supported devices" ) -export BUILDOTHERTYPEEXIT=$( echo "Type in exit to go back" ) -export BUILDOTHERBUILDTITLE=$( echo "Device List" ) +export BUILDOTHERBEBUILT=$( echo "Bouw ander toestel is geselecteerd om gebouwd te worden!" ) +export BUILDOTHERTYPEDEVICE=$( echo "Type alstublieft in voor welk toestel je wil bouwen" ) +export BUILDOTHERTYPELIST=$( echo "Type in list om alle ondersteunde toestellen te zien" ) +export BUILDOTHERTYPEEXIT=$( echo "Type in exit om terug te keren" ) +export BUILDOTHERBUILDTITLE=$( echo "Apparaat Lijst" ) export BUILDOTHERBUILDUNDERLINE=$( echo "===========" ) -export BUILDOTHERNOTCOMPATIBLE=$( echo "This device is not compatible with this repository, build anyways?" ) -export BUILDOTHERCONTINUE=$( echo "Continuing the build" ) -export BUILDOTHERNOTVALID=$( echo "Not a vaild answer, not going to build" ) +export BUILDOTHERNOTCOMPATIBLE=$( echo "Dit apparaat in niet compatibel met deze repository, toch bouwen?" ) +export BUILDOTHERCONTINUE=$( echo "Doorgaan met bouwen" ) +export BUILDOTHERNOTVALID=$( echo "Geen geldig antwoord, gaat niet bouwen" ) ## Buildotherrepo -export BUILDOTHERREPOEMPTY=$( echo "other repo file is empty, please add to file then try again!" ) -export BUILDOTHERREPOBEBUILT=$( echo "Build with other repository is selected to be built!" ) +export BUILDOTHERREPOEMPTY=$( echo "ander repo bestand is leeg, voeg alstublieft toe aan bestand en probeer opnieuw!" ) +export BUILDOTHERREPOBEBUILT=$( echo "Bouw met andere repository is geselecteerd om gebouwd te worden!" ) ## Buildandro -export BUILDANDROCLEAN=$( echo "Clean out folder?" ) -export BUILDANDROCLEANENTER=$( echo "Did you just hit enter without a care? for that im just gonna clean the folder anyways.." ) -export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Continuing without ccache use; if you want to use ccache, please set it up" ) -export BUILDANDROCCACHEFOUND=$( echo "Found ccache folder, will use for build" ) -export BUILDANDROCCACHEDIDNOTDETECT=$( echo "The kitchen did not detect the ccache folder, did you want to make one now?" ) -export BUILDANDROCCACHEOTHER=$( echo "If ccache is located at another location type in other" ) -export BUILDANDROCCACHEHOWBIG=$( echo "How big do you want the maximum size of ccache? suggested size is 50 - 100 gigabytes" ) -export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Keep in mind the amount typed is in gigabytes" ) -export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository does not support ccache, continuing without it" ) -export BUILDANDROCCACHEEXACTLOCATION=$( echo "Where is the exact location of ccache? Example of where default location is is ~/.ccache" ) -export BUILDANDROCCACHENOTFOUND=$( echo "Location specified was not found, continuing without it" ) -export BUILDANDROREPONOTSUPPORTED=$( echo "Repository not supported!" ) -export BUILDANDROBUILDMESSEDUP=$( echo "Build messed up!" ) -export BUILDANDROMAKETEMP1=$( echo "Making temporary folder for post-building" ) -export BUILDANDROMAKETEMP2=$( echo "fixes" ) -export BUILDANDROUNZIP=$( echo "Unzipping" ) -export BUILDANDRORMSTUFF=$( echo "Removing uneeded recovery folder and file_contexts from" ) -export BUILDANDROADDROM1=$( echo "Adding rom manager items to" ) +export BUILDANDROCLEAN=$( echo "Map opruimen?" ) +export BUILDANDROCLEANENTER=$( echo "Heb je nu juist op enter gedrukt zonder zorgen? daarom ga ik nu de map toch opruimen.." ) +export BUILDANDROCCACHECONTINUEWITHOUT=$( echo "Doorgaan zonder ccache gebruik; als je ccache wil gebruiken, stel het dan in" ) +export BUILDANDROCCACHEFOUND=$( echo "Gevonden ccache map, zal gebruikt worden om te bouwen" ) +export BUILDANDROCCACHEDIDNOTDETECT=$( echo "De kitchen heeft de ccache map niet gedecteerd, wil je er nu een maken?" ) +export BUILDANDROCCACHEOTHER=$( echo "Als ccache gelocaliseerd is op een andere locatie type in other" ) +export BUILDANDROCCACHEHOWBIG=$( echo "Hoe groot wil je de maximum grootte van ccache? voorgestelde grootte is 50 - 100 gigabytes" ) +export BUILDANDROCCACHEAMOUNTTYPED=$( echo "Denk eraan dat het ingetypte getal in gigabytes is" ) +export BUILDANDROCCACHEREPONOTSUPPORTED=$( echo "Repository ondersteunt ccache niet, gaat door zonder" ) +export BUILDANDROCCACHEEXACTLOCATION=$( echo "Wat is de exacte locatie van ccache? Een voorbeeld van een locatie is ~/.ccache" ) +export BUILDANDROCCACHENOTFOUND=$( echo "Gespecificeerde locatie werd niet gevonden, gaat door zonder" ) +export BUILDANDROREPONOTSUPPORTED=$( echo "Repository niet ondersteund!" ) +export BUILDANDROBUILDMESSEDUP=$( echo "Bouw verknoeid!" ) +export BUILDANDROMAKETEMP1=$( echo "Tijdelijke map maken voor post-bouwen" ) +export BUILDANDROMAKETEMP2=$( echo "reparaties" ) +export BUILDANDROUNZIP=$( echo "Unzippen" ) +export BUILDANDRORMSTUFF=$( echo "Verwijderen van onnodige herstel map en bestand_contexts van" ) +export BUILDANDROADDROM1=$( echo "Toevoegen rom manager items aan" ) export BUILDANDROADDROM2=$( echo "'s build.prop" ) -export BUILDANDROZIP=$( echo "Zipping" ) -export BUILDANDROSIGN1=$( echo "Signing" ) -export BUILDANDROSIGN2=$( echo "with test keys" ) -export BUILDANDROMOVEOLD1=$( echo "Moving older build to" ) -export BUILDANDROMOVEOLD2=$( echo "/old" ) -export BUILDANDROCOPY=$( echo "Copying to" ) -export BUILDANDROCLEANUP=$( echo "Cleaning up temporary folder" ) +export BUILDANDROZIP=$( echo "Zippen" ) +export BUILDANDROSIGN1=$( echo "Signeren" ) +export BUILDANDROSIGN2=$( echo "met test keys" ) +export BUILDANDROMOVEOLD1=$( echo "Oudere bouw verplaatsen naar" ) +export BUILDANDROMOVEOLD2=$( echo "/oud" ) +export BUILDANDROCOPY=$( echo "Kopiren naar" ) +export BUILDANDROCLEANUP=$( echo "Opruimen van tijdelijke map" ) ## Buildautomenu -export BUILDAUTOMENUTITLE=$( echo "Auto Builder Menu" ) -export BUILDAUTOMENU1=$( echo "Run Auto Builder" ) -export BUILDAUTOMENU2=$( echo "Add to auto build list" ) -export BUILDAUTOMENU3=$( echo "Clear auto build list" ) -export BUILDAUTOMENU4=$( echo "Toggle Auto Builder's output" ) -export BUILDAUTOMENU5=$( echo "Toggle Auto Builder's build other repo" ) -export BUILDAUTOMENU6=$( echo "Toggle Auto Builder's sleep function" ) -export BUILDAUTOMENUSETAUTO=$( echo "Which android repository are we setting for auto build?" ) -export BUILDAUTOMENUMOVEON=$( echo "Finished with adding repos, move on to adding devices" ) -export BUILDAUTOMENUADD1=$( echo "Added" ) -export BUILDAUTOMENUADD2=$( echo "to auto build files" ) -export BUILDAUTOMENUTYPEDEVICE=$( echo "Please type in Which android device are we setting for auto build" ) -export BUILDAUTOMENUWANTTOCLEAR=$( echo "Are you sure you want to clear auto build files?" ) -export BUILDAUTOMENUCLEARED=$( echo "Auto build files cleared" ) -export BUILDAUTOMENUNOTCLEARED=$( echo "Auto build files left untouched" ) -export BUILDAUTOMENUOUTPUT=$( echo "This will output buildauto into swordkitchen script folder" ) -export BUILDAUTOMENUSOMEWHERE=$( echo "Unless you want it to be somewhere else?" ) -export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type yes to output somewhere else:" ) -export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Please type the absolute path of where u want the buildoutput.txt to be" ) -export BUILDAUTOMENUOUTPUTSENT=$( echo "Output will be sent to" ) -export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output file cleared, buildauto will now output regularly" ) -export BUILDAUTOMENUADDBELOWREPO=$( echo "Add below this line the repo folder you want to auto build, otherrepo are in the otherrepo folder, list each repo per line" ) -export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Add below this line the device codename you want to auto build, list each device per line" ) -export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Builder's build other repo is now on!" ) -export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Builder's build other repo is now off!" ) -export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Do you want the computer to sleep for a" ) -export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "certain amount of hours or wake up at a certain time?" ) -export BUILDAUTOMENUSLEEPMENU1=$( echo "Wake up at a certain time" ) -export BUILDAUTOMENUSLEEPMENU2=$( echo "Certain amount of hours" ) -export BUILDAUTOMENUSPECIFIC1=$( echo "What time do you want the build server to wake up at the next day?" ) -export BUILDAUTOMENUSPECIFIC2=$( echo "24 hours configuration, Example: for 2pm put 14:00, for 7am put 07:00" ) -export BUILDAUTOMENUHOURS1=$( echo "How long would you like for the build server to sleep after building?" ) -export BUILDAUTOMENUHOURS2=$( echo "The number being inputted is in hours" ) -export BUILDAUTOMENUTYPEPASSY=$( echo "Please type in your user's password, so the build server can sleep" ) -export BUILDAUTOMENUSLEEPON=$( echo "Auto Builder's sleep function is now on!" ) -export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Builder's sleep function is now off!" ) +export BUILDAUTOMENUTITLE=$( echo "Auto Bouwer Menu" ) +export BUILDAUTOMENU1=$( echo "Draai Auto Bouwer" ) +export BUILDAUTOMENU2=$( echo "Voeg toe aan auto bouw lijst" ) +export BUILDAUTOMENU3=$( echo "Wis auto bouw lijst" ) +export BUILDAUTOMENU4=$( echo "Inschakelen Auto Bouwers's output" ) +export BUILDAUTOMENU5=$( echo "Inschakelen Auto Bouwer's bouw andere repo" ) +export BUILDAUTOMENU6=$( echo "Inschakelen Auto Bouwers's slaap functie" ) +export BUILDAUTOMENUSETAUTO=$( echo "Welke android repository stellen we in voor auto bouw?" ) +export BUILDAUTOMENUMOVEON=$( echo "Klaar met toevoegen van repo's, ga door naar apparaten toevoegen" ) +export BUILDAUTOMENUADD1=$( echo "toegevoegd" ) +export BUILDAUTOMENUADD2=$( echo "aan auto bouw bestanden" ) +export BUILDAUTOMENUTYPEDEVICE=$( echo "Type alstublieft in Welk android toestel we instellen voor auto bouw" ) +export BUILDAUTOMENUWANTTOCLEAR=$( echo "Bent je er zeker van dat je auto bouw bestanden wil wissen?" ) +export BUILDAUTOMENUCLEARED=$( echo "Auto bouw bestanden gewist" ) +export BUILDAUTOMENUNOTCLEARED=$( echo "Auto bouw bestanden onveranderd gelaten" ) +export BUILDAUTOMENUOUTPUT=$( echo "Dit zal buildauto in de swordkitchen script map plaatsen" ) +export BUILDAUTOMENUSOMEWHERE=$( echo "Als je het niet ergens anders wilt?" ) +export BUILDAUTOMENUTYPEOUTPUT=$( echo "Type ja om het ergens anders te plaatsen:" ) +export BUILDAUTOMENUTYPEABSOLUTE=$( echo "Type alstublieft het exacte pad waar je de buildoutput.txt wil opslaan" ) +export BUILDAUTOMENUOUTPUTSENT=$( echo "Output word gezonden naar" ) +export BUILDAUTOMENUOUTPUTCLEAR=$( echo "Output bestand gewist, bouwauto zal nu regelmatig opslaan" ) +export BUILDAUTOMENUADDBELOWREPO=$( echo "Voeg onder deze lijn de repo map toe die je wil auto bouwen, andererepo zijn in de andererepo map, maak een lijst van en repo per lijn" ) +export BUILDAUTOMENUADDBELOWDEVICE=$( echo "Voeg onder deze lijn de codenaam toe van het apparaat waarvoor je wil auto bouwen, en apparaat per lijn" ) +export BUILDAUTOMENUOTHERREPOON=$( echo "Auto Bouwer's bouw andere repo is nu aan!" ) +export BUILDAUTOMENUOTHERREPOOFF=$( echo "Auto Bouwers's bouw andere repo is nu uit!" ) +export BUILDAUTOMENUCOMPSLEEPTIME1=$( echo "Wil je dat de computer slaapt voor" ) +export BUILDAUTOMENUCOMPSLEEPTIME2=$( echo "een bepaald aantal uren of op een bepaald tijdstip ontwaakt?" ) +export BUILDAUTOMENUSLEEPMENU1=$( echo "Ontwaken op een bepaalde tijd" ) +export BUILDAUTOMENUSLEEPMENU2=$( echo "Een bepaald aantal uren" ) +export BUILDAUTOMENUSPECIFIC1=$( echo "Welk tijdstip wil je dat de bouw server ontwaakt de volgende dag?" ) +export BUILDAUTOMENUSPECIFIC2=$( echo "24 uurs configuratie, Voorbeeld: voor 2pm zet 14:00, voor 7am zet 07:00" ) +export BUILDAUTOMENUHOURS1=$( echo "Hoe lang wil je dat de bouw server slaapt na het bouwen?" ) +export BUILDAUTOMENUHOURS2=$( echo "Het ingegeven getal is in uren" ) +export BUILDAUTOMENUTYPEPASSY=$( echo "Geef alstublieft uw gebruiker paswoord in, zodat de bouw server kan slapen" ) +export BUILDAUTOMENUSLEEPON=$( echo "Auto Bouwers's slaap functie is nu aan!" ) +export BUILDAUTOMENUSLEEPOFF=$( echo "Auto Bouwer's slaap functie is ne uit!" ) ## Buildauto -export BUILDAUTOPLEASE=( echo "Please use the Auto Builder config menu" ) -export BUILDAUTOBOTH=( echo "Both Auto Builder's repository and device is not set!" ) -export BUILDAUTOREPO=( echo "Auto Builder's repository is not set!" ) -export BUILDAUTODEVICE=( echo "Auto Builder's device is not set!" ) -export BUILDAUTOWAIT=( echo "Waiting for ten minutes! this is not a countdown.." ) -export BUILDAUTOSLEEP=( echo "Sleep..." ) +export BUILDAUTOPLEASE=( echo "Gebruik alstublieft het auto bouwer configuratie menu" ) +export BUILDAUTOBOTH=( echo "Beide Auto Bouwer's repository en apparaat zijn niet ingesteld!" ) +export BUILDAUTOREPO=( echo "Auto Bouwer's repository is niet ingesteld!" ) +export BUILDAUTODEVICE=( echo "Auto Bouwerr's apparaat is niet ingesteld!" ) +export BUILDAUTOWAIT=( echo "Wachten voor tien minuten! dit is geen aftelling.." ) +export BUILDAUTOSLEEP=( echo "Slaap..." ) From ed183cf5f1e31ae6d97510ef236a2c749b948b94 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 4 Feb 2014 15:47:52 -0700 Subject: [PATCH 134/155] fix incorrect placing of translator --- TRANSLATORS.mkdn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TRANSLATORS.mkdn b/TRANSLATORS.mkdn index 4aa45b5..b2efec7 100644 --- a/TRANSLATORS.mkdn +++ b/TRANSLATORS.mkdn @@ -1,8 +1,9 @@ Translators: ------------ * __Brazilian Portuguese (pirarucu):__ Doublepranks +* __Dutch (chubmackerel):__ Martinusbe * __French (europeanpilchard):__ -* __German (rabbitfish):__ Martinusbe, Zanooda +* __German (rabbitfish):__ Benko111, Zanooda * __Italian (italianbleak):__ * __Japanese (bluefintuna):__ * __Korean (koreanlamprey):__ From 8c6f2aa79ff55e3a2dd30589a980688c04d99900 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 4 Feb 2014 15:51:56 -0700 Subject: [PATCH 135/155] chubmackerel: remove comment --- translation/chubmackerel | 2 -- 1 file changed, 2 deletions(-) diff --git a/translation/chubmackerel b/translation/chubmackerel index ef3e7bf..9e56009 100755 --- a/translation/chubmackerel +++ b/translation/chubmackerel @@ -15,8 +15,6 @@ # Dutch -## THIS WHOLE FILE NEEDS TO BE TRANSLATED! ## - ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) export KITCHENUNDERLINE=$( echo "==============================" ) From f802aa5e1e44b8a6eb83aaf0765faba2bcbedf6a Mon Sep 17 00:00:00 2001 From: Samuel Pantoja Date: Tue, 4 Feb 2014 21:06:02 -0200 Subject: [PATCH 136/155] Update pirarucu initial trans... --- translation/pirarucu | 97 +++++++++++++++++++++++--------------------- 1 file changed, 50 insertions(+), 47 deletions(-) diff --git a/translation/pirarucu b/translation/pirarucu index 00ee1cc..3404629 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -15,7 +15,7 @@ # Brazilian Portuguese -## V1.0 Translated by: Doublepranks ## +## V1.5 Translated by: Doublepranks ## ## Common export KITCHENTITLE=$( echo "Swordrune10's Android Kitchen!" ) @@ -218,24 +218,24 @@ export REPOSYNCOTHERREPOBRANCH=$( echo "A qual branch o repositorio deve ser atr ## EVERYTHING BELOW NEEDS TRANSLATION! ## Environmentsetup -export ENVIRONMENTSETUPINIT=$( echo "Initilizing the build environment" ) -export ENVIRONMENTSETUPOS=$( echo "Checking what Operating System you are running.." ) -export ENVIRONMENTSETUPINSTALL=$( echo "Installing packages needed, please enter your password" ) -export ENVIRONMENTSETUPDXCODE=$( echo "Is Xcode installed? We recommend version 3.1.4 or newer" ) -export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts installed?" ) +export ENVIRONMENTSETUPINIT=$( echo "Iniciando embiente de compilacao" ) +export ENVIRONMENTSETUPOS=$( echo "Verificando sistema operacional.." ) +export ENVIRONMENTSETUPINSTALL=$( echo "Instalando pacotes, por favor insira sua senha root." ) +export ENVIRONMENTSETUPDXCODE=$( echo "Ja tem o xcode? versao 3.1.4 ou posterior" ) +export ENVIRONMENTSETUPDMACPORTS=$( echo "Ja tem o MacPorts?" ) # Platform -export ENVIRONMENTSETUPFEDORA=$( echo "You are running Fedora or RedHat!" ) -export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) -export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) -export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) -export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) -export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) -export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) -export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) - -# Java +export ENVIRONMENTSETUPFEDORA=$( echo "sistema operacional detectado, Fedora / RedHat!" ) +export ENVIRONMENTSETUPDEBIAN=$( echo "sistema operacional detectado, Debian!" ) +export ENVIRONMENTSETUPULMN=$( echo "sistema operacional detectado, Ubuntu!" ) +export ENVIRONMENTSETUPUO=$( echo "sistema operacional detectado, Ubuntu 11.10!" ) +export ENVIRONMENTSETUPUPQ=$( echo "sistema operacional detectado, 12.04 / 12.10!" ) +export ENVIRONMENTSETUPURS=$( echo "sistema operacional detectado, Ubuntu 13.04 / 13.10!" ) +export ENVIRONMENTSETUPMINT=$( echo "sistema operacional detectado, Linux Mint!" ) +export ENVIRONMENTSETUPARCH=$( echo "sistema operacional detectado, Arch Linux!" ) +export ENVIRONMENTSETUPDARWIN=$( echo "sistema operacional detectado, Mac OS X!" ) + +# Java # I recommend leaving this section as it is. export ENVIRONMENTSETUPFLEXION=$( echo "Installing java will take a while, to do this legally the Kitchen app will use exerpts from flexion.org oab-java script" ) export ENVIRONMENTSETUPFLEXION1=$( echo " [x] Getting Java SE download page" ) export ENVIRONMENTSETUPFLEXION2=$( echo " [x] Getting current release download page" ) @@ -243,41 +243,44 @@ export ENVIRONMENTSETUPFLEXION3=$( echo " [x] Getting previous releases download export ENVIRONMENTSETUPWEBUPD8=$( echo "Installing java will take a while, to do this legally the Kitchen app will use webupd8's java installer" ) ## Preupdate -export PREUPDATEAOSP43=$( echo "Updating $REPOSAOSP43's local_manifests folder" ) -export PREUPDATEAOSP=$( echo "Updating $REPOSAOSP's local_manifests folder" ) -export PREUPDATECM10=$( echo "Updating $REPOSCM10's local_manifests folder" ) -export PREUPDATECM=$( echo "Updating $REPOSCM's local_manifests folder" ) -export PREUPDATEOMNI=$( echo "Updating $REPOSOMNI's local_manifests folder" ) +export PREUPDATEAOSP43=$( echo "Atualizando $REPOSAOSP43's local_manifests folder" ) +export PREUPDATEAOSP=$( echo "Atualizando $REPOSAOSP's local_manifests folder" ) +export PREUPDATECM10=$( echo "Atualizando $REPOSCM10's local_manifests folder" ) +export PREUPDATECM=$( echo "Atualizando $REPOSCM's local_manifests folder" ) +export PREUPDATEOMNI=$( echo "Atualizando $REPOSOMNI's local_manifests folder" ) ## Configkitchen export CONFIGKITCHENMENUTITLE=$( echo "Kitchen Config Menu" ) -export CONFIGKITCHENMENU1=$( echo "Edit Gitpuller" ) -export CONFIGKITCHENMENU2=$( echo "Edit Romeditor" ) -export CONFIGKITCHENMENU3=$( echo "Create/Edit other repo list" ) -export CONFIGKITCHENOTHERREPO=$( echo "editing custom repos file location" ) -export CONFIGKITCHENOTHERREPONAME=$( echo "editing custom repos name" ) +export CONFIGKITCHENMENU1=$( echo "Editar Gitpuller" ) +export CONFIGKITCHENMENU2=$( echo "Editar Romeditor" ) +export CONFIGKITCHENMENU3=$( echo "Criar/Editar outro repo list" ) +export CONFIGKITCHENOTHERREPO=$( echo "Editando outro repos, arquivo ou local " ) +export CONFIGKITCHENOTHERREPONAME=$( echo "Editando outro repos " ) ## Fixkitchen -export FIXKITCHENSOMETHINGNOT=$( echo "Something is not working right? What should we do?" ) -export FIXKITCHENPURGE=$( echo "Purge = remove files, download from origin" ) -export FIXKITCHENDELETE=$( echo "Delete = delete it!" ) -export FIXKITCHENMENU1=$( echo "Add a repo to a certain local_manifests folder" ) -export FIXKITCHENMENU2=$( echo "Purge a certain local_manifests folder" ) -export FIXKITCHENMENU3=$( echo "Purge or Delete a certain repository" ) -export FIXKITCHENMENU4=$( echo "Purge or Delete all the repositories" ) -export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app" ) -export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies" ) -export FIXKITCHENMENU7=$( echo "Delete the contents of your computer" ) -export FIXKITCHENMENU8=$( echo "Delete the entire internet" ) -export FIXKITCHENADD=$( echo "Adding repo to otherdevices.xml for" ) -export FIXKITCHENPURGE=$( echo "local_manifests folder was purged" ) -export FIXKITCHENWHICHADD=$( echo "Which repo would you like to add to?" ) -export FIXKITCHENWHICHPURGE=$( echo "Which repo would you like to purge its local_manifests folder?" ) -export FIXKITCHENWHICHREPO=$( echo "Which repo would you like to purge or delete?" ) -export FIXKITCHENPURGEDELETE=$( echo "Purge or Delete?" ) -export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remove files, download from origin -Delete = delete it! -type exit to go to back" ) +export FIXKITCHENSOMETHINGNOT=$( echo "Algo deu errado! E agora?" ) +export FIXKITCHENPURGE=$( echo "Purge = remover arquivos, baixar de origin" ) +export FIXKITCHENDELETE=$( echo "Delete = deletar?!" ) +export FIXKITCHENMENU1=$( echo "Addicionar arquivo repo a uma pasta local_manifests" ) +export FIXKITCHENMENU2=$( echo "Purge uma pasta local_manifests" ) +export FIXKITCHENMENU3=$( echo "Purge ou deletar um repositorio" ) +export FIXKITCHENMENU4=$( echo "Purge ou deletar todos os repositorios" ) +export FIXKITCHENMENU5=$( echo "Purge or Delete the Kitchen app(Cuidado)" ) +export FIXKITCHENMENU6=$( echo "Delete the Kitchen app, and its dependencies(Cuidado)" ) +export FIXKITCHENMENU7=$( echo "Delete the contents of your computer(Cuidado)" ) +export FIXKITCHENMENU8=$( echo "Delete the entire internet(:o N faz isso n vei '-')" ) +export FIXKITCHENADD=$( echo "Adicionando repo otherdevices.xml " ) +export FIXKITCHENPURGE=$( echo "local_manifests purged" ) +export FIXKITCHENWHICHADD=$( echo "Para qual repositorio adicionar?" ) +export FIXKITCHENWHICHPURGE=$( echo "Para qual repo adicionar esta pasta local_manifests ?" ) +export FIXKITCHENWHICHREPO=$( echo "Qual repositorio gostaria de Purge/Delete?" ) +export FIXKITCHENPURGEDELETE=$( echo "Purge ou Delete?" ) +export FIXKITCHENPURGEDELETEEXIT=$( echo "Purge = remover arquivos, baixar de origin +Delete = deletar?! +Digite exit para sair" ) + +############ Coffee break ;) + export FIXKITCHENPURGEDELETEREPO=$( echo "Purge or Delete all of the repositories?" ) export FIXKITCHENPURGEDELETEKITCHEN=$( echo "Purge or Delete the Kitchen app?" ) export FIXKITCHENREDEEMER=$( echo "Switching to Redeemer script.." ) From 21ea1c802cc3126143768887534447f42a0e55f8 Mon Sep 17 00:00:00 2001 From: martin coulon Date: Wed, 5 Feb 2014 08:32:15 +0100 Subject: [PATCH 137/155] Translated Dutch part --- utility/retardedbabelfish | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 69155a8..8d719ff 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -26,7 +26,7 @@ echo " 3. Русский" echo " 4. Deutsch" # Dutch # NEEDS TRANSLATION -echo " 5. Dutch" +echo " 5. Nederlands" # Brazilian Portuguese echo " 6. Brazilian Portuguese" echo " 7. None of the above" @@ -238,24 +238,24 @@ elif ( echo $LANG | grep -q "de_" ); then # Dutch # NEEDS TRANSLATION elif ( echo $LANG | grep -q "nl_" ); then - langsaved=$( echo "Language saved as Dutch" ) - notproperselection=$( echo "You did not make a proper selection, try again!" ) + langsaved=$( echo "Taal bewaard als Nederlands" ) + notproperselection=$( echo "Je maakte geen geldige selectie, probeer opnieuw!" ) entertocontinue=$( echo "Press Enter to continue: " ) clear - echo "We have detected that your system is set to Dutch" - echo "Is this how you want the rom kitchen to be?" + echo "We hebben gedetecteerd dat je systeem in het Nederlands is" + echo "Is dit de taal die je wil gebruiken in de rom keuken?" - read -p "yes/no?" answer + read -p "ja/nee?" answer - if [ "$answer" == "yes" ] || [ "$answer" == "y" ]; then + if [ "$answer" == "ja" ] || [ "$answer" == "j" ]; then echo "nl" > $LOCAL/config/language echo "" echo $langsaved read -p "$entertocontinue" done - elif [ "$answer" == "no" ] || [ "$answer" == "n" ]; then + elif [ "$answer" == "nee" ] || [ "$answer" == "n" ]; then echo "" - echo "What language do you want to use instead?" + echo "Welke taal wil je in de plaats gebruiken?" langselect else echo "" From a230baa8df18a267acc8bb82d35be5d67904bc00 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Wed, 5 Feb 2014 00:48:21 -0700 Subject: [PATCH 138/155] Mark Dutch as Active --- utility/retardedbabelfish | 3 --- 1 file changed, 3 deletions(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 8d719ff..519578a 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -25,7 +25,6 @@ echo " 3. Русский" # German echo " 4. Deutsch" # Dutch -# NEEDS TRANSLATION echo " 5. Nederlands" # Brazilian Portuguese echo " 6. Brazilian Portuguese" @@ -236,7 +235,6 @@ elif ( echo $LANG | grep -q "de_" ); then initlang fi # Dutch -# NEEDS TRANSLATION elif ( echo $LANG | grep -q "nl_" ); then langsaved=$( echo "Taal bewaard als Nederlands" ) notproperselection=$( echo "Je maakte geen geldige selectie, probeer opnieuw!" ) @@ -435,7 +433,6 @@ elif ( cat $LOCAL/config/language | grep -q "ru" ); then elif ( cat $LOCAL/config/language | grep -q "de" ); then . $LOCAL/translation/rabbitfish # Dutch -## NOT ACTIVE elif ( cat $LOCAL/config/language | grep -q "nl" ); then . $LOCAL/translation/chubmackerel # Brazilian Portuguese From 9d48de4f56566cca2f6c9a033bf9cee9e32cc273 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Fri, 7 Feb 2014 12:02:07 -0700 Subject: [PATCH 139/155] bouncer: run retardedbabelfish at the beginning --- utility/bouncer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utility/bouncer b/utility/bouncer index f9b7ac9..fd69ecc 100755 --- a/utility/bouncer +++ b/utility/bouncer @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +. ./retardedbabelfish + if ( ! uname -a | grep -q x86_64 ); then if ( uname -a | grep -q powerpc ); then clear From 6cf302304a851a72a769d6f337bbe889b9293532 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 16 Feb 2014 21:46:50 -0700 Subject: [PATCH 140/155] Update to 4.4.2 release 2 --- utility/repodefiner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/repodefiner b/utility/repodefiner index 9e33532..981a562 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -43,7 +43,7 @@ fi if [ $repodefine == "aosp" ]; then export SCRIPT_REPO=$(echo "aosp") export REPO_PLATFORM=$(echo "kitkat") - repo_branch=$(echo "android-4.4.2_r1") + repo_branch=$(echo "android-4.4.2_r2") repo_name=$(echo $REPOSAOSP) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") From 5b46a6f94b56752c2753f838380ba877d00baf39 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 21 Apr 2014 16:05:08 -0700 Subject: [PATCH 141/155] retardedbabelfish: Add touch for language file seems a few users have ran into a problem with language file not being present, hopefully this will fix the issue --- utility/retardedbabelfish | 1 + 1 file changed, 1 insertion(+) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 519578a..738a97c 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -413,6 +413,7 @@ if [ ! "$INIT" ]; then fi if ( ! find $LOCAL/config/language &> /dev/null ); then + touch $LOCAL/config/language initlang fi From f911e5c308b2d87d1daeaacc4c48a2e6cc31a941 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sat, 26 Apr 2014 11:30:22 -0700 Subject: [PATCH 142/155] retardedbabelfish: fixed language not saving issue --- utility/retardedbabelfish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/retardedbabelfish b/utility/retardedbabelfish index 738a97c..f20818d 100755 --- a/utility/retardedbabelfish +++ b/utility/retardedbabelfish @@ -413,7 +413,7 @@ if [ ! "$INIT" ]; then fi if ( ! find $LOCAL/config/language &> /dev/null ); then - touch $LOCAL/config/language + mkdir -p $LOCAL/config initlang fi From 54231c87778103740dd3065f03ae7996bd6a5c9f Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sat, 26 Apr 2014 19:25:39 -0700 Subject: [PATCH 143/155] environmentsetup: Add Ubuntu 14.04 --- update/environmentsetup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update/environmentsetup b/update/environmentsetup index 69167d4..a64f421 100755 --- a/update/environmentsetup +++ b/update/environmentsetup @@ -154,9 +154,9 @@ if ( uname -a | grep -q Linux ); then sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so fi - # Ubuntu 13.04 and 13.10 - if ( lsb_release -c | grep -q raring ) || ( lsb_release -c | grep -q saucy ); then - echo $ENVIRONMENTSETUPURS + # Ubuntu 13.04, 13.10, and 14.04 + if ( lsb_release -c | grep -q raring ) || ( lsb_release -c | grep -q saucy ) || ( lsb_release -c | grep -q trusty ); then + echo $ENVIRONMENTSETUPURST echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ From b9d99a3e8cbc509eb698dc4ebf2e92a4a439a261 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 27 Apr 2014 15:11:25 -0700 Subject: [PATCH 144/155] mahimahi: change variable and add ubuntu 14.04 --- translation/mahimahi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/mahimahi b/translation/mahimahi index d2b30af..af865a1 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -215,7 +215,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) From f7445da7716efc5d912d4d3a6512412b08762407 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 27 Apr 2014 15:20:59 -0700 Subject: [PATCH 145/155] All other active translation files: change variable and add ubuntu 14.04 --- translation/chubmackerel | 4 ++-- translation/mahimahi | 2 +- translation/pirarucu | 4 ++-- translation/rabbitfish | 2 +- translation/whitefish | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/translation/chubmackerel b/translation/chubmackerel index 9e56009..821900f 100755 --- a/translation/chubmackerel +++ b/translation/chubmackerel @@ -211,10 +211,10 @@ export ENVIRONMENTSETUPDMACPORTS=$( echo "Is MacPorts ge # Platform export ENVIRONMENTSETUPFEDORA=$( echo "Je draait Fedora of RedHat!" ) export ENVIRONMENTSETUPDEBIAN=$( echo "Je draait Debian!" ) -export ENVIRONMENTSETUPULMN=$( echo "Je draait Ubuntu, ofwel 10.04, 10.10, of 11.04!" ) +export ENVIRONMENTSETUPULMN=$( echo "Je draait Ubuntu, ofwel 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "Je draait Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "Je draait Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "Je draait Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "Je draait Ubuntu 13.04, 13.10, or 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "Je draait Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "Je draait Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "Je draait Mac OS X!" ) diff --git a/translation/mahimahi b/translation/mahimahi index af865a1..4c2b885 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -215,7 +215,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, 14.04!" ) +export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, or 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) diff --git a/translation/pirarucu b/translation/pirarucu index 3404629..bdaa305 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -227,10 +227,10 @@ export ENVIRONMENTSETUPDMACPORTS=$( echo "Ja tem o MacPorts?" ) # Platform export ENVIRONMENTSETUPFEDORA=$( echo "sistema operacional detectado, Fedora / RedHat!" ) export ENVIRONMENTSETUPDEBIAN=$( echo "sistema operacional detectado, Debian!" ) -export ENVIRONMENTSETUPULMN=$( echo "sistema operacional detectado, Ubuntu!" ) +export ENVIRONMENTSETUPULMN=$( echo "sistema operacional detectado, Ubuntu 10.04 / 10.10 / 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "sistema operacional detectado, Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "sistema operacional detectado, 12.04 / 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "sistema operacional detectado, Ubuntu 13.04 / 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "sistema operacional detectado, Ubuntu 13.04 / 13.10 / 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "sistema operacional detectado, Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "sistema operacional detectado, Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "sistema operacional detectado, Mac OS X!" ) diff --git a/translation/rabbitfish b/translation/rabbitfish index 8bdce09..1288fda 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -210,7 +210,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "Auf diesem System läuft Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "Auf diesem System läuft Ubuntu, entweder 10.04, 10.10, oder 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "Auf diesem System läuft Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "Auf diesem System läuft Ubuntu 12.04 oder 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "Auf diesem System läuft Ubuntu 13.04 oder 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "Auf diesem System läuft Ubuntu 13.04, 13.10, oder 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "Auf diesem System läuft Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "Auf diesem System läuft Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "Auf diesem System läuft Mac OS X!" ) diff --git a/translation/whitefish b/translation/whitefish index b802256..1133031 100755 --- a/translation/whitefish +++ b/translation/whitefish @@ -215,7 +215,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "У Вас Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "У Вас Ubuntu, либо 10.04, 10.10, либо 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "У Вас Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "У Вас Ubuntu 12.04 или 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "У Вас Ubuntu 13.04 или 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "У Вас Ubuntu 13.04, 13.10, либо 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "У Вас Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "У Вас Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "У Вас Mac OS X!" ) From 546effa2fea742443affa961c8608280dc5ed12e Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 27 Apr 2014 15:29:31 -0700 Subject: [PATCH 146/155] All inactive translations: change variable and add ubuntu 14.04 --- translation/bluefintuna | 2 +- translation/europeanpilchard | 2 +- translation/italianbleak | 2 +- translation/koreanlamprey | 2 +- translation/spanishmackerel | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index abbd135..f75b987 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -216,7 +216,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, or 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 10c345d..9aacbca 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -216,7 +216,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, or 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) diff --git a/translation/italianbleak b/translation/italianbleak index 0f8a2a1..472d15a 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -216,7 +216,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, or 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 47b6bbd..372a6a6 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -216,7 +216,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "You are running Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "You are running Ubuntu, either 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "You are running Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "You are running Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "You are running Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, or 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "You are running Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "You are running Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "You are running Mac OS X!" ) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 51308a0..5dac4a7 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -221,7 +221,7 @@ export ENVIRONMENTSETUPDEBIAN=$( echo "Estas Usando Debian!" ) export ENVIRONMENTSETUPULMN=$( echo "Estas Usando Ubuntu, Cualquier 10.04, 10.10, or 11.04!" ) export ENVIRONMENTSETUPUO=$( echo "Estas Usando Ubuntu 11.10!" ) export ENVIRONMENTSETUPUPQ=$( echo "Estas Usando Ubuntu 12.04 or 12.10!" ) -export ENVIRONMENTSETUPURS=$( echo "Estas Usando Ubuntu 13.04 or 13.10!" ) +export ENVIRONMENTSETUPURST=$( echo "You are running Ubuntu 13.04, 13.10, or 14.04!" ) export ENVIRONMENTSETUPMINT=$( echo "Estas Usando Linux Mint!" ) export ENVIRONMENTSETUPARCH=$( echo "Estas Usando Arch Linux!" ) export ENVIRONMENTSETUPDARWIN=$( echo "Estas Usando Mac OS X!" ) From 18844343eb08d30c9e4d0c19db7116a4ea495509 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Sun, 27 Apr 2014 15:34:14 -0700 Subject: [PATCH 147/155] Update translations error section to reflect 14.04 support --- translation/bluefintuna | 2 +- translation/chubmackerel | 2 +- translation/europeanpilchard | 2 +- translation/italianbleak | 2 +- translation/koreanlamprey | 2 +- translation/mahimahi | 2 +- translation/pirarucu | 2 +- translation/rabbitfish | 2 +- translation/spanishmackerel | 2 +- translation/whitefish | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/translation/bluefintuna b/translation/bluefintuna index f75b987..705a314 100755 --- a/translation/bluefintuna +++ b/translation/bluefintuna @@ -73,7 +73,7 @@ Build enviroment installation only supports 64-bit Operating Systems" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! =============================== Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) +Ubuntu 10.04 - 14.04 (Full Support) Debian (General Support) Linux Mint (General Support) Arch Linux (General Support) diff --git a/translation/chubmackerel b/translation/chubmackerel index 821900f..90897cd 100755 --- a/translation/chubmackerel +++ b/translation/chubmackerel @@ -71,7 +71,7 @@ Bouw omgeving installatie ondersteund enkel 64-bit systemen" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Besturingssysteem niet ondersteund! =============================== Ondersteunde besturingssystemen(enkel 64-bit): -Ubuntu 10.04 - 13.10 (Volledige ondersteuning) +Ubuntu 10.04 - 14.04 (Volledige ondersteuning) Debian (Algemene ondersteuning) Linux Mint (Algemene ondersteuning) Arch Linux (Algemene ondersteuning) diff --git a/translation/europeanpilchard b/translation/europeanpilchard index 9aacbca..9296dd1 100755 --- a/translation/europeanpilchard +++ b/translation/europeanpilchard @@ -73,7 +73,7 @@ Build enviroment installation only supports 64-bit Operating Systems" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! =============================== Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) +Ubuntu 10.04 - 14.04 (Full Support) Debian (General Support) Linux Mint (General Support) Arch Linux (General Support) diff --git a/translation/italianbleak b/translation/italianbleak index 472d15a..8dd497e 100755 --- a/translation/italianbleak +++ b/translation/italianbleak @@ -73,7 +73,7 @@ Build enviroment installation only supports 64-bit Operating Systems" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! =============================== Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) +Ubuntu 10.04 - 14.04 (Full Support) Debian (General Support) Linux Mint (General Support) Arch Linux (General Support) diff --git a/translation/koreanlamprey b/translation/koreanlamprey index 372a6a6..2e28678 100755 --- a/translation/koreanlamprey +++ b/translation/koreanlamprey @@ -73,7 +73,7 @@ Build enviroment installation only supports 64-bit Operating Systems" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! =============================== Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) +Ubuntu 10.04 - 14.04 (Full Support) Debian (General Support) Linux Mint (General Support) Arch Linux (General Support) diff --git a/translation/mahimahi b/translation/mahimahi index 4c2b885..9b7ba49 100755 --- a/translation/mahimahi +++ b/translation/mahimahi @@ -73,7 +73,7 @@ Build enviroment installation only supports 64-bit Operating Systems" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! =============================== Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) +Ubuntu 10.04 - 14.04 (Full Support) Debian (General Support) Linux Mint (General Support) Arch Linux (General Support) diff --git a/translation/pirarucu b/translation/pirarucu index bdaa305..8b2d0d1 100755 --- a/translation/pirarucu +++ b/translation/pirarucu @@ -81,7 +81,7 @@ Build enviroment installation only supports 64-bit Operating Systems" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Operating System not supported! =============================== Supported Operating Systems (only 64-bit): -Ubuntu 10.04 - 13.10 (Full Support) +Ubuntu 10.04 - 14.04 (Full Support) Debian (General Support) Linux Mint (General Support) Arch Linux (General Support) diff --git a/translation/rabbitfish b/translation/rabbitfish index 1288fda..69d87e1 100755 --- a/translation/rabbitfish +++ b/translation/rabbitfish @@ -67,7 +67,7 @@ Umgebungsinstallation unterstützt ausschliesslich 64-bit-Systeme" ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Betriebssystem nicht unterstützt! =============================== Unterstützte Betriebssysteme (nur 64-bit): -Ubuntu 10.04 - 13.10 (Voll unterstützt) +Ubuntu 10.04 - 14.04 (Voll unterstützt) Debian (Grundunterstützung) Linux Mint (Grundunterstützung) Arch Linux (Grundunterstützung) diff --git a/translation/spanishmackerel b/translation/spanishmackerel index 5dac4a7..ccf5a31 100755 --- a/translation/spanishmackerel +++ b/translation/spanishmackerel @@ -76,7 +76,7 @@ El Entorno de compilacion solo soporta Sistemas Operativos de 64-bit " ) export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Sistema Operativo NO soportado! =============================== Sistemas Operativos Soportados (SOLO 64-bit): -Ubuntu 10.04 - 13.10 (Soporte Completo) +Ubuntu 10.04 - 14.04 (Soporte Completo) Debian (Soporte General) Linux Mint (Soporte General) Arch Linux (Soporte General) diff --git a/translation/whitefish b/translation/whitefish index 1133031..a90a276 100755 --- a/translation/whitefish +++ b/translation/whitefish @@ -73,7 +73,7 @@ export ENVIRONMENTSETUP32BIT=$( echo "32-бит не поддерживаетс export ENVIRONMENTSETUPNOTSUPPORTED=$( echo "Операционная система не поддерживается! =============================== Поддерживаемые операционные системы (только 64-бит): -Ubuntu 10.04 - 13.10 (полная поддержка) +Ubuntu 10.04 - 14.04 (полная поддержка) Debian (общая поддержка) Linux Mint (общая поддержка) Arch Linux (общая поддержка) From f10095f873efdfba19fc6fd705017e538a026b23 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 3 Jun 2014 14:19:32 -0700 Subject: [PATCH 148/155] repodefiner: Update to 4.4.3 --- utility/repodefiner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/repodefiner b/utility/repodefiner index 981a562..8e02a08 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -43,7 +43,7 @@ fi if [ $repodefine == "aosp" ]; then export SCRIPT_REPO=$(echo "aosp") export REPO_PLATFORM=$(echo "kitkat") - repo_branch=$(echo "android-4.4.2_r2") + repo_branch=$(echo "android-4.4.3_r1") repo_name=$(echo $REPOSAOSP) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") From 16a6af950f81675497f1af4e490b7e48d5fa9529 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 19 Jun 2014 21:54:19 -0700 Subject: [PATCH 149/155] repodefiner: Update to 4.4.4 --- utility/repodefiner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/repodefiner b/utility/repodefiner index 8e02a08..458b0ae 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -43,7 +43,7 @@ fi if [ $repodefine == "aosp" ]; then export SCRIPT_REPO=$(echo "aosp") export REPO_PLATFORM=$(echo "kitkat") - repo_branch=$(echo "android-4.4.3_r1") + repo_branch=$(echo "android-4.4.4_r1") repo_name=$(echo $REPOSAOSP) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") From e4eec2d31472c45d7dee1ee1c348ab8dac86e7b1 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 4 Nov 2014 12:21:39 -0600 Subject: [PATCH 150/155] repodefiner: update aosp to lollipop --- utility/repodefiner | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/utility/repodefiner b/utility/repodefiner index 458b0ae..2ea2461 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -31,19 +31,19 @@ if [ $repodefine == "aokp" ]; then manifest_name=$(echo "default.xml") fi -if [ $repodefine == "aosp43" ]; then +if [ $repodefine == "aosp44" ]; then export SCRIPT_REPO=$(echo "aosp") - export REPO_PLATFORM=$(echo "jb") - repo_branch=$(echo "android-4.3.1_r1") - repo_name=$(echo $REPOSAOSP43) + export REPO_PLATFORM=$(echo "kitkat") + repo_branch=$(echo "android-4.4.4_r1") + repo_name=$(echo $REPOSAOSP) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") fi if [ $repodefine == "aosp" ]; then export SCRIPT_REPO=$(echo "aosp") - export REPO_PLATFORM=$(echo "kitkat") - repo_branch=$(echo "android-4.4.4_r1") + export REPO_PLATFORM=$(echo "lollipop") + repo_branch=$(echo "android-5.0_r1") repo_name=$(echo $REPOSAOSP) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") From c50cc39df974ac7630b99b1c4ff8d242ec013893 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 4 Nov 2014 12:24:37 -0600 Subject: [PATCH 151/155] environmentsetup: add utopic --- update/environmentsetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update/environmentsetup b/update/environmentsetup index a64f421..e733351 100755 --- a/update/environmentsetup +++ b/update/environmentsetup @@ -154,8 +154,8 @@ if ( uname -a | grep -q Linux ); then sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so fi - # Ubuntu 13.04, 13.10, and 14.04 - if ( lsb_release -c | grep -q raring ) || ( lsb_release -c | grep -q saucy ) || ( lsb_release -c | grep -q trusty ); then + # Ubuntu 13.04, 13.10, 14.04, and 14.10 + if ( lsb_release -c | grep -q raring ) || ( lsb_release -c | grep -q saucy ) || ( lsb_release -c | grep -q trusty ) || ( lsb_release -c | grep -q utopic ); then echo $ENVIRONMENTSETUPURST echo $ENVIRONMENTSETUPINSTALL sudo apt-get install git-core gnupg flex bison gperf build-essential \ From 9b3a498086e15f62a390beee162a2d597d74ccaa Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Tue, 4 Nov 2014 12:27:20 -0600 Subject: [PATCH 152/155] repodefiner: fix lollipop and use release 2 --- utility/repodefiner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/repodefiner b/utility/repodefiner index 2ea2461..ee9b687 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -43,7 +43,7 @@ fi if [ $repodefine == "aosp" ]; then export SCRIPT_REPO=$(echo "aosp") export REPO_PLATFORM=$(echo "lollipop") - repo_branch=$(echo "android-5.0_r1") + repo_branch=$(echo "android-5.0.0_r2") repo_name=$(echo $REPOSAOSP) repo_url=$(echo "https://android.googlesource.com/platform/manifest") manifest_name=$(echo "default.xml") From f45740aa7b5bc3880b3129205a71f639bcd26bac Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 13 Nov 2014 14:16:45 -0600 Subject: [PATCH 153/155] changed cm to be cm11 replace cm10 cm replace by cm12 --- utility/repodefiner | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/utility/repodefiner b/utility/repodefiner index ee9b687..a8c553b 100755 --- a/utility/repodefiner +++ b/utility/repodefiner @@ -58,19 +58,19 @@ if [ $repodefine == "carbon" ]; then manifest_name=$(echo "default.xml") fi -if [ $repodefine == "cm10" ]; then +if [ $repodefine == "cm11" ]; then export SCRIPT_REPO=$(echo "cm") - export REPO_PLATFORM=$(echo "10.2") - repo_branch=$(echo "stable/cm-10.2") - repo_name=$(echo $REPOSCM10) + export REPO_PLATFORM=$(echo "11") + repo_branch=$(echo "cm-11.0") + repo_name=$(echo $REPOSCM) repo_url=$(echo "http://github.com/CyanogenMod/android.git") - manifest_name=$(echo "cm-10.2.0.xml") + manifest_name=$(echo "default.xml") fi if [ $repodefine == "cm" ]; then export SCRIPT_REPO=$(echo "cm") - export REPO_PLATFORM=$(echo "11") - repo_branch=$(echo "cm-11.0") + export REPO_PLATFORM=$(echo "12") + repo_branch=$(echo "cm-12.0") repo_name=$(echo $REPOSCM) repo_url=$(echo "http://github.com/CyanogenMod/android.git") manifest_name=$(echo "default.xml") From b442acf038a09836fc7fd2c5b3e57cf3a73fbd34 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 13 Nov 2014 14:54:17 -0600 Subject: [PATCH 154/155] big old cm update --- build/builddevice | 2 +- update/preupdate | 10 ++--- utility/scriptmakir | 101 ++++++++++++++++++++++---------------------- 3 files changed, 57 insertions(+), 56 deletions(-) diff --git a/build/builddevice b/build/builddevice index 54ead24..9808520 100755 --- a/build/builddevice +++ b/build/builddevice @@ -70,7 +70,7 @@ if [ $version == "4" ]; then fi if [ $version == "5" ]; then - repodefine=$(echo "cm10") + repodefine=$(echo "cm11") . repodefiner fi diff --git a/update/preupdate b/update/preupdate index 910737e..747d725 100755 --- a/update/preupdate +++ b/update/preupdate @@ -43,22 +43,22 @@ if [ $SCRIPT_REPO == "cna" ]; then rm -rf vendor/cna fi -if [ $SCRIPT_REPO == "cm" ] && [ $REPO_PLATFORM == "10.2" ]; then +if [ $SCRIPT_REPO == "cm" ] && [ $REPO_PLATFORM == "11" ]; then rm -rf vendor/cm echo "" - echo $PREUPDATECM10 + echo $PREUPDATECM export AUTHOR="xml" scriptmakir - cp -f $LOCAL/xml/cm10.2-local_manifest.xml $localmanifests/proprietary.xml + cp -f $LOCAL/xml/cm11-local_manifest.xml $localmanifests/proprietary.xml fi -if [ $SCRIPT_REPO == "cm" ] && [ $REPO_PLATFORM == "11" ]; then +if [ $SCRIPT_REPO == "cm" ] && [ $REPO_PLATFORM == "12" ]; then rm -rf vendor/cm echo "" echo $PREUPDATECM export AUTHOR="xml" scriptmakir - cp -f $LOCAL/xml/cm11-local_manifest.xml $localmanifests/proprietary.xml + cp -f $LOCAL/xml/cm12-local_manifest.xml $localmanifests/proprietary.xml fi if [ $SCRIPT_REPO == "carbon" ]; then diff --git a/utility/scriptmakir b/utility/scriptmakir index f93246d..1190eae 100755 --- a/utility/scriptmakir +++ b/utility/scriptmakir @@ -17,55 +17,6 @@ if [ $AUTHOR == "xml" ]; then rm -rf $LOCAL/xml/* &> /dev/null -cat << EOF > $LOCAL/xml/cm10.2-local_manifest.xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -EOF - cat << EOF > $LOCAL/xml/cm11-local_manifest.xml @@ -83,7 +34,7 @@ cat << EOF > $LOCAL/xml/cm11-local_manifest.xml - + @@ -118,6 +69,56 @@ cat << EOF > $LOCAL/xml/cm11-local_manifest.xml EOF +cat << EOF > $LOCAL/xml/cm12-local_manifest.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +EOF + cat << EOF > $LOCAL/xml/aosp-jb-local_manifest.xml From 645fa072babc4c59cb0144c89f66b3c99d10ba09 Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Thu, 13 Nov 2014 14:56:14 -0600 Subject: [PATCH 155/155] reposync: update cm --- update/reposync | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/update/reposync b/update/reposync index 62d5e6a..d3c5469 100755 --- a/update/reposync +++ b/update/reposync @@ -122,7 +122,7 @@ if [ "$PLATFORM" ]; then echo "aosp43 = $REPOSYNCUPDATE3" echo "aosp = $REPOSYNCUPDATE4" echo "carbon = $REPOSYNCUPDATE5" - echo "cm10 =$REPOSYNCUPDATE6" + echo "cm11 =$REPOSYNCUPDATE6" echo "cm = $REPOSYNCUPDATE7" echo "evervolv = $REPOSYNCUPDATE8" echo "omni = $REPOSYNCUPDATE9" @@ -153,7 +153,7 @@ if [ "$PLATFORM" ]; then setupanswer="7" fi - if [ $PLATFORM == "cm10" ]; then + if [ $PLATFORM == "cm11" ]; then setupanswer="8" fi @@ -343,7 +343,7 @@ if [ $setupanswer == "7" ]; then fi if [ $setupanswer == "8" ]; then - repodefine=$(echo "cm10") + repodefine=$(echo "cm11") . repodefiner done=true setupcheck @@ -405,7 +405,7 @@ if [ $setupanswer == "14" ] || [ $setupanswer == "15" ]; then . repodefiner setupcheck - repodefine=$(echo "cm10") + repodefine=$(echo "cm11") . repodefiner setupcheck