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

Unified Diff: chrome/app/chromium_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/chromeos_strings.grdp ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index d0ffff48e6bd0a5af3fe567fbcce310f1803a246..ac545e8b062ec4bf65cc614a5b63803e36a581d2 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -1258,6 +1258,22 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
</message>
</if>
+ <!-- OOBE -->
+ <if expr="chromeos">
+ <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates installation screen during OOBE">
+ Please wait while Chromium installs the latest system updates.
+ </message>
+ <message name="IDS_CHECKING_FOR_UPDATE_MSG" desc="Chrome OS OOBE: message shown during checking for update stage.">
+ Chromium updates automatically so you always have the freshest version.
+ </message>
+ <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown during update stage.">
+ Chromium updates automatically so you always have the freshest version. When this download completes, Chromium 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">
+ Chromium OS terms
+ </message>
+ </if>
+
</messages>
</release>
</grit>
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698