Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3230)

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 376733005: improve translateability of some OOBE strings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index f9586e3dcf0f0cbb69348df49c8c5479b9c01733..74067a98ffc9b0d99bdaf0cab274d8a3d4a1dff4 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -1183,6 +1183,22 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
</message>
</if>
+ <!-- OOBE -->
+ <if expr="chromeos">
+ <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates installation screen during OOBE">
+ Please wait while Chrome installs the latest system updates.
+ </message>
+ <message name="IDS_CHECKING_FOR_UPDATE_MSG" desc="Chrome OS OOBE: message shown during checking for update stage.">
+ Chrome updates automatically so you always have the freshest version.
+ </message>
+ <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown during update stage.">
+ Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
+ </message>
+ <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoken on opening the OOBE EULA screen">
+ Chrome OS terms
+ </message>
+ </if>
+
</messages>
</release>
</grit>
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698