зеркало из https://github.com/mozilla/gecko-dev.git
bug 632874 - make it clear that first-run startup time isn't normal r=dougt
This commit is contained in:
Родитель
19f7736ffc
Коммит
9c431db746
|
@ -517,6 +517,10 @@ abstract public class GeckoApp
|
|||
outFile.length() == fileEntry.getSize())
|
||||
return false;
|
||||
|
||||
surfaceView.mSplashStatusMsg =
|
||||
getResources().getString(R.string.splash_firstrun);
|
||||
surfaceView.drawSplashScreen();
|
||||
|
||||
if (!haveKilledZombies) {
|
||||
haveKilledZombies = true;
|
||||
GeckoAppShell.killAnyZombies();
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!ENTITY splash_screen_label "loading">
|
||||
<!ENTITY splash_screen_installing "installing libraries\u2026">
|
||||
<!ENTITY splash_firstrun "Setting up &brandShortName;\u2026">
|
||||
<!ENTITY incompatable_cpu_error "This device does not meet the minimum system requirements for &brandShortName;.">
|
||||
<!ENTITY no_space_to_start_error "There is not enough space available for &brandShortName; to start.">
|
||||
<!ENTITY error_loading_file "An error occurred when trying to load files required to run &brandShortName;">
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<resources>
|
||||
<string name="splash_screen_label">&splash_screen_label;</string>
|
||||
<string name="splash_screen_installing">&splash_screen_installing;</string>
|
||||
<string name="splash_firstrun">&splash_firstrun;</string>
|
||||
<string name="no_space_to_start_error">&no_space_to_start_error;</string>
|
||||
<string name="error_loading_file">&error_loading_file;</string>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче