newbitmaps: Revise fonts, color, layout & messages.

Inspired by https://gerrit.chromium.org/gerrit/#/c/30631/

 - Increase gray colored text contrast
 - Enlarge font size to 17pt
 - Change standard font to Verdata (which is wider than usually fonts,
   to provide better quality when stretched in horizontal)
 - Decomposed tonorm_confirmation & devmode so we can have better control
   to verif_* prompt, and look more similar to original mock.

BUG=chrome-os-partner:11078
TEST=make # All platforms generated
BRANCH=none

Change-Id: If019b5767f13556df0e4da77f6457e092fa06016
Reviewed-on: https://gerrit.chromium.org/gerrit/30679
Commit-Ready: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: Hung-Te Lin <hungte@chromium.org>
This commit is contained in:
Hung-Te Lin
2012-08-17 17:28:55 +08:00
committed by Gerrit
parent 194d7d8867
commit 4d31d0b045
163 changed files with 85 additions and 135 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -274,8 +274,6 @@ for hwid_bmp in hwid_placeholder.bmp; do
chrome_logo='chrome_logo.bmp'
divider_btm='divider_btm.bmp'
divider_top='divider_top.bmp'
insert_graphic='Insert_graphic.bmp'
remove_graphic='Remove_graphic.bmp'
url='Url.bmp'
white_bg='Background_white.bmp'
@@ -308,14 +306,14 @@ images:
chrome_logo: $(eval echo \$chrome_logo)
divider_btm: $(eval echo \$divider_btm)
divider_top: $(eval echo \$divider_top)
remove_graphic: $(eval echo \$remove_graphic)
insert_graphic: $(eval echo \$insert_graphic)
white_bg: $(eval echo \$white_bg)
asset_VerificationOn: $(eval echo \$asset_VerificationOn)
asset_VerificationOff: $(eval echo \$asset_VerificationOff)
asset_BadSD: $(eval echo \$asset_BadSD)
asset_BadUSB: $(eval echo \$asset_BadUSB)
asset_RemoveDevices: $(eval echo \$asset_RemoveDevices)
asset_VerificationOff: $(eval echo \$asset_VerificationOff)
asset_VerificationOn: $(eval echo \$asset_VerificationOn)
asset_Warning: $(eval echo \$asset_Warning)
# The following strings must be approved by the localization people
EOF1
@@ -336,7 +334,8 @@ EOF1
eval "${lc}_todev_text=${localedir}/$lc/todev.bmp"
eval "${lc}_tonorm_text=${localedir}/$lc/tonorm.bmp"
eval "${lc}_verif_off_text=${localedir}/$lc/verif_off.bmp"
eval "${lc}_tonorm_confirm_text=${localedir}/$lc/tonorm_confirmation.bmp"
eval "${lc}_verif_on_text=${localedir}/$lc/verif_on.bmp"
eval "${lc}_reboot_erase_text=${localedir}/$lc/reboot_erase.bmp"
eval "${lc}_back_help_text=${localedir}/$lc/back_help.bmp"
eval "${lc}_update_text=${localedir}/$lc/update.bmp"
@@ -352,9 +351,9 @@ EOF1
${lc}_todev_text: $(eval echo \$${lc}_todev_text)
${lc}_tonorm_text: $(eval echo \$${lc}_tonorm_text)
${lc}_verif_off_text: $(eval echo \$${lc}_verif_off_text)
${lc}_verif_on_text: $(eval echo \$${lc}_verif_on_text)
${lc}_update_text: $(eval echo \$${lc}_update_text)
${lc}_tonorm_confirm_text: $(eval echo \$${lc}_tonorm_confirm_text)
${lc}_reboot_erase_text: $(eval echo \$${lc}_reboot_erase_text)
EOF2
@@ -371,10 +370,10 @@ EOF2
reset_pos
add_right_below "white_bg"
add_header ${lc}
set_centered_y_percent "white_bg" 40
add_centered "asset_VerificationOff"
set_centered_y_percent "white_bg" 50
add_centered_below "${lc}_devmode_text"
set_centered_y_percent "white_bg" 30
insert_centered_below "asset_VerificationOff"
insert_centered_below "${lc}_verif_off_text"
insert_centered_below "${lc}_devmode_text"
add_footer_without_url ${lc}
# Remove Screen
@@ -385,7 +384,7 @@ EOF2
set_centered_y_percent "white_bg" 25
add_centered_below "${lc}_remove_text"
set_centered_y_percent "white_bg" 50
add_centered "remove_graphic"
add_centered "asset_RemoveDevices"
add_footer_with_url ${lc}
# Yuck Screen
@@ -404,10 +403,9 @@ EOF2
reset_pos
add_right_below "white_bg"
add_header ${lc}
set_centered_y_percent "white_bg" 40
add_centered "insert_graphic"
set_centered_y_percent "white_bg" 50
add_centered_below "${lc}_insert_text"
set_centered_y_percent "white_bg" 30
insert_centered_below "asset_Warning"
insert_centered_below "${lc}_insert_text"
add_footer_with_url ${lc}
# ToDeveloper Screen
@@ -424,9 +422,8 @@ EOF2
reset_pos
add_right_below "white_bg"
add_header ${lc}
set_centered_y_percent "white_bg" 40
add_centered "asset_VerificationOff"
set_centered_y_percent "white_bg" 45
set_centered_y_percent "white_bg" 30
insert_centered_below "asset_VerificationOff"
insert_centered_below "${lc}_verif_off_text"
insert_centered_below "${lc}_tonorm_text"
add_footer_without_url ${lc}
@@ -445,10 +442,10 @@ EOF2
reset_pos
add_right_below "white_bg"
add_header ${lc}
set_centered_y_percent "white_bg" 40
add_centered "asset_VerificationOn"
set_centered_y_percent "white_bg" 50
insert_centered_below "${lc}_tonorm_confirm_text"
set_centered_y_percent "white_bg" 30
insert_centered_below "asset_VerificationOn"
insert_centered_below "${lc}_verif_on_text"
insert_centered_below "${lc}_reboot_erase_text"
add_footer_without_url ${lc}
done

View File

@@ -8,8 +8,8 @@
SCRIPT="$(readlink -f "$0")"
SCRIPT_DIR="$(dirname "$SCRIPT")"
GLYPHS='* 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ{}-_'
COLOR="#888888"
FONT="Droid Sans Bold"
COLOR="#505050"
FONT=""
MARGIN="3"
die() {

View File

@@ -1,2 +1 @@
تم إيقاف التحقق من نظام التشغيل
اضغط على SPACE لإعادة التمكين.

View File

@@ -1,2 +1 @@
تم تشغيل التحقق من نظام التشغيل.
سيتم إعادة تشغيل النظام وسيتم محو البيانات المحلية.

View File

@@ -0,0 +1 @@
تم تشغيل التحقق من نظام التشغيل.

View File

@@ -1,2 +1 @@
Проверката на операционната система е ИЗКЛЮЧЕНА
Натиснете клавиша за ИНТЕРВАЛ, за да я активирате отново.

View File

@@ -1,2 +1 @@
Проверката на операционната система е ВКЛЮЧЕНА.
Системата ви ще се рестартира и локалните данни ще бъдат изчистени.

View File

@@ -0,0 +1 @@
Проверката на операционната система е ВКЛЮЧЕНА.

View File

@@ -1,2 +1 @@
OS যাচাইকরণ বন্ধ আছে এটিকে
পুনঃ-সক্ষম করার জন্য SPACE টিপুন৷

View File

@@ -1,2 +1 @@
OS যাচাইকরণ চালু আছে৷
আপনার সিস্টেম রিবুট হবে ও স্থানীয় ডেটা সাফ হবে৷

View File

@@ -0,0 +1 @@
OS যাচাইকরণ চালু আছে৷

View File

@@ -1,2 +1 @@
La verificació d'OS està desactivada
Premeu ESPAI per tornar-la a activar.

View File

@@ -1,2 +1 @@
La verificació d'OS està ACTIVADA.
Es reiniciarà el sistema i s'esborraran les dades locals.

View File

@@ -0,0 +1 @@
La verificació d'OS està ACTIVADA.

View File

@@ -1,2 +1 @@
Ověření operačního systému je VYPNUTO.
Chcete-li je znovu zapnout, stiskněte MEZERNÍK.

View File

@@ -1,2 +1 @@
Ověření operačního systému je ZAPNUTO.
Systém se restartuje a smažou se místní data.

View File

@@ -0,0 +1 @@
Ověření operačního systému je ZAPNUTO.

View File

@@ -1,2 +1 @@
Bekræftelse af operativsystemet er slået FRA
Tryk på MELLEMRUMSTASTEN for at genaktivere.

View File

@@ -1,2 +1 @@
Bekræftelse af operativsystemet er slået TIL.
Systemet vil blive genstartet og lokale data ryddet.

View File

@@ -0,0 +1 @@
Bekræftelse af operativsystemet er slået TIL.

View File

@@ -1,2 +1 @@
Die OS-Bestätigung ist AUS.
Drücken Sie die Leertaste, um sie erneut zu aktivieren.

View File

@@ -1,2 +1 @@
Die OS-Bestätigung ist AN.
Ihr System wird neu gestartet und lokale Daten werden gelöscht.

View File

@@ -0,0 +1 @@
Die OS-Bestätigung ist AN.

View File

@@ -1,2 +1 @@
Η επαλήθευση OS είναι ΑΝΕΝΕΡΓΗ
Πατήστε το πλήκτρο SPACE για επανενεργοποίηση.

View File

@@ -1,2 +1 @@
Η επαλήθευση OS είναι ΕΝΕΡΓΗ.
Θα γίνει επανεκκίνηση του συστήματός σας και διαγραφή των τοπικών δεδομένων.

View File

@@ -0,0 +1 @@
Η επαλήθευση OS είναι ΕΝΕΡΓΗ.

View File

@@ -1,2 +1 @@
OS verification is OFF
Press SPACE to re-enable.

View File

@@ -1,2 +1 @@
OS verification is ON.
Your system will reboot and local data will be cleared.

View File

@@ -1 +1 @@
OS verification is OFF
OS verification is <b>OFF</b>

View File

@@ -0,0 +1 @@
OS verification is <b>ON</b>

View File

@@ -1,2 +1 @@
OS verification is OFF
Press SPACE to re-enable.

View File

@@ -1,2 +1 @@
OS verification is ON.
Your system will reboot and local data will be cleared.

View File

@@ -1 +1 @@
OS verification is OFF
OS verification is <b>OFF</b>

View File

@@ -0,0 +1 @@
OS verification is <b>ON</b>

View File

@@ -1,2 +1 @@
La verificación de Chrome OS está DESACTIVADA.
Pulsa la BARRA ESPACIADORA para volver a habilitarla.

View File

@@ -1,2 +1 @@
La verificación de Chrome OS está ACTIVADA.
Se reiniciará el sistema y se borrarán los datos locales.

View File

@@ -0,0 +1 @@
La verificación de Chrome OS está ACTIVADA.

View File

@@ -1,2 +1 @@
La verificación del SO está DESACTIVADA.
Presiona ESPACIO para volver a activarla.

View File

@@ -1,2 +1 @@
La verificación del SO está ACTIVADA.
Tu sistema se reiniciará y se borrarán los datos locales.

View File

@@ -0,0 +1 @@
La verificación del SO está ACTIVADA.

View File

@@ -1,2 +1 @@
OS-i kinnitamine on VÄLJAS
Selle uuesti lubamiseks vajutage TÜHIKUT.

View File

@@ -1,2 +1 @@
OS-i kinnitamine on SEES.
Teie süsteem lähtestatakse ja kohalikud andmed kustutatakse.

View File

@@ -0,0 +1 @@
OS-i kinnitamine on SEES.

View File

@@ -1,2 +1 @@
تأیید سیستم عامل خاموش است
SPACE را فشار دهید تا آن را مجدداً فعال کنید.

View File

@@ -1,2 +1 @@
تأیید سیستم عامل روشن است.
سیستم شما دوباره راه اندازی می‌شود و داده‌های محلی پاک می‌شوند.

View File

@@ -0,0 +1 @@
تأیید سیستم عامل روشن است.

View File

@@ -1,2 +1 @@
Käyttöjärjestelmän todentaminen on POIS KÄYTÖSTÄ.
Ota se käyttöön painamalla välilyöntiä.

View File

@@ -1,2 +1 @@
Käyttöjärjestelmän todentaminen on KÄYTÖSSÄ.
Järjestelmä käynnistyy uudelleen ja paikalliset tiedot poistetaan.

View File

@@ -0,0 +1 @@
Käyttöjärjestelmän todentaminen on KÄYTÖSSÄ.

View File

@@ -1,2 +1 @@
NAKA-OFF ang pag-verify ng OS
Pindutin ang SPACE upang paganahing muli.

View File

@@ -1,2 +1 @@
NAKA-ON ang pag-verify ng OS.
Magre-reboot ang iyong system at maki-clear ang lokal na data.

View File

@@ -0,0 +1 @@
NAKA-ON ang pag-verify ng OS.

View File

@@ -1,2 +1 @@
La vérification du système d'exploitation est DÉSACTIVÉE.
Appuyez sur ESPACE pour la réactiver.

View File

@@ -1,2 +1 @@
La vérification du système d'exploitation est ACTIVÉE.
Votre système va redémarrer et les données locales vont être effacées.

View File

@@ -0,0 +1 @@
La vérification du système d'exploitation est ACTIVÉE.

View File

@@ -1,2 +1 @@
OS ચકાસણી બંધ છે
ફરી-સક્ષમ કરવા માટે SPACE દબાવો.

View File

@@ -1,2 +1 @@
OS ચકાસણી ચાલુ છે.
તમારું સિસ્ટમ રીબૂટ થશે અને સ્થાનિક ડેટા સાફ કરવામાં આવશે.

View File

@@ -0,0 +1 @@
OS ચકાસણી ચાલુ છે.

View File

@@ -1,2 +1 @@
OS सत्यापन बंद है
पुन: सक्षम करने के लिए SPACE दबाएं.

View File

@@ -1,2 +1 @@
OS सत्यापन चालू है.
आपका सिस्टम रीबूट होगा और स्थानीय डेटा साफ़ हो जाएगा.

View File

@@ -0,0 +1 @@
OS सत्यापन चालू है.

View File

@@ -1,2 +1 @@
Potvrda OS-a ISKLJUČENA je
Pritisnite RAZMAKNICU da biste ju ponovo omogućili.

View File

@@ -1,2 +1 @@
Potvrda OS-a UKLJUČENA je.
Sustav će se ponovo pokrenuti i lokalni će podaci biti obrisani.

View File

@@ -0,0 +1 @@
Potvrda OS-a UKLJUČENA je.

View File

@@ -1,2 +1 @@
OS-ellenőrzés KIKAPCSOLVA.
Nyomja meg a SPACE billentyűt az újraengedélyezéshez.

View File

@@ -1,2 +1 @@
OS-ellenőrzés BEKAPCSOLVA.
A rendszer újraindul, és a helyi adatok törlődnek.

View File

@@ -0,0 +1 @@
OS-ellenőrzés BEKAPCSOLVA.

View File

@@ -1,2 +1 @@
Verifikasi OS MATI
Tekan SPASI untuk mengaktifkan kembali.

View File

@@ -1,2 +1 @@
Verifikasi OS NYALA.
Sistem Anda akan dinyalakan ulang dan data lokal akan dihapus.

View File

@@ -0,0 +1 @@
Verifikasi OS NYALA.

View File

@@ -1,2 +1 @@
Verifica del sistema operativo NON ATTIVA.
Premi la BARRA SPAZIATRICE per riattivarla.

View File

@@ -1,2 +1 @@
La verifica del sistema operativo è ATTIVA.
Il sistema verrà riavviato e i dati locali verranno cancellati.

View File

@@ -0,0 +1 @@
La verifica del sistema operativo è ATTIVA.

View File

@@ -1,2 +1 @@
אימות מערכת ההפעלה כבוי
לחץ על מקש רווח כדי להפעיל מחדש.

View File

@@ -1,2 +1 @@
אימות מערכת ההפעלה מופעל.
יתבצע אתחול של המערכת וניקוי של הנתונים המקומיים.

View File

@@ -0,0 +1 @@
אימות מערכת ההפעלה מופעל.

View File

@@ -1,2 +1 @@
OS の確認機能はオフになっています
オンにするには Space キーを押してください。

View File

@@ -1,2 +1 @@
OS の確認機能はオンになっています。
システムが再起動し、ローカル データは消去されます。

View File

@@ -0,0 +1 @@
OS の確認機能はオンになっています。

View File

@@ -1,2 +1 @@
OS ಪರಿಶೀಲನೆಯು ಆಫ್ ಆಗಿದೆ ಮರು-ಸಕ್ರಿಯಗೊಳಿಸಲು SPACE ಅನ್ನು ಒತ್ತಿ.
ನೀವು OS ಪರಿಶೀಲನೆಯನ್ನು ಆನ್ ಮಾಡಲು ಬಯಸುತ್ತೀರಿ ಎಂಬುದನ್ನು ದೃಢೀಕರಿಸಲು ENTER ಒತ್ತಿರಿ.

View File

@@ -0,0 +1 @@
ಹಿಂದಕ್ಕೆ ಹೋಗಲು, ESC ಒತ್ತಿ.

View File

@@ -1,2 +1 @@
OS ಪರಿಶೀಲನೆಯನ್ನು ಆಫ್ ಮಾಡಲು, ENTER ಒತ್ತಿ.
ಹಿಂದಕ್ಕೆ ಹೋಗಲು, ESC ಒತ್ತಿ.

View File

@@ -1,2 +1 @@
OS 확인이 사용 중지되어 있습니다.
다시 사용하려면 스페이스를 누르세요.

View File

@@ -1,2 +1 @@
OS 확인을 사용 중입니다.
시스템이 재부팅되고 로컬 데이터가 삭제됩니다.

View File

@@ -0,0 +1 @@
OS 확인을 사용 중입니다.

View File

@@ -1,2 +1 @@
OS patvirtinimas IŠJUNGTAS
Kad iš naujo įgalintumėte, paspauskite TARPO klavišą.

View File

@@ -1,2 +1 @@
OS patvirtinimas ĮJUNGTAS.
Sistema bus įkelta iš naujo, o vietiniai duomenys išvalyti.

View File

@@ -0,0 +1 @@
OS patvirtinimas ĮJUNGTAS.

View File

@@ -1,2 +1 @@
OS verifikācija ir IZSLĒGTA.
Lai to atkārtoti iespējotu, nospiediet ATSTARPES taustiņu.

View File

@@ -1,2 +1 @@
OS verifikācija ir IESLĒGTA.
Sistēma tiks atsāknēta, un vietējie dati tiks dzēsti.

View File

@@ -0,0 +1 @@
OS verifikācija ir IESLĒGTA.

View File

@@ -1,2 +1 @@
OS സ്ഥിരീകരണം ഓഫാണ്
വീണ്ടും പ്രാപ്‌തമാക്കുന്നതിന് SPACE അമർത്തുക.

View File

@@ -1,2 +1 @@
OS സ്ഥിരീകരണം ഓൺ ആണ്.
നിങ്ങളുടെ സിസ്റ്റം റീബൂട്ട് ചെയ്യുകയും പ്രാദേശിക ഡാറ്റ മായ്‌ക്കപ്പെടുകയും ചെയ്യും.

View File

@@ -0,0 +1 @@
OS സ്ഥിരീകരണം ഓൺ ആണ്.

View File

@@ -1,2 +1 @@
OS सत्यापन बंद आहे
पुन्हा-सक्षम करण्यासाठी SPACE दाबा.

View File

@@ -1,2 +1 @@
OS सत्यापन चालू आहे.
आपली सिस्टीम रीबूट होईल आणि स्थानिक डेटा साफ केला जाईल.

Some files were not shown because too many files have changed in this diff Show More