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

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 7076014: [cros] Initial implementation for OOBE WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix naming Created 9 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> 183 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
184 Chromium 184 Chromium
185 </message> 185 </message>
186 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> 186 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
187 Chromium is a web browser that runs web pages and applications with ligh tning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium. 187 Chromium is a web browser that runs web pages and applications with ligh tning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium.
188 </message> 188 </message>
189 <if expr="pp_ifdef('chromeos')"> 189 <if expr="pp_ifdef('chromeos')">
190 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name "> 190 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name ">
191 Chromium OS 191 Chromium OS
192 </message> 192 </message>
193 <message name="IDS_WELCOME_SCREEN_TITLE" desc="Title of the OOBE welcome screen">
194 Chromium > Connect
whywhat 2011/05/26 19:48:47 Shouldn't this be two strings? Product name and Ti
Nikita (slow) 2011/05/27 12:23:24 Done.
195 </message>
196 <message name="IDS_EULA_SCREEN_TITLE" desc="Title of the OOBE EULA scree n">
197 Chromium > The small print
whywhat 2011/05/26 19:48:47 Ditto.
Nikita (slow) 2011/05/27 12:23:24 Done.
198 </message>
193 </if> 199 </if>
194 <if expr="os.find('win') != -1"> 200 <if expr="os.find('win') != -1">
195 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name"> 201 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name">
196 Chromium Frame 202 Chromium Frame
197 </message> 203 </message>
198 <message name="IDS_VERSIONMISMATCH_HEADER"> 204 <message name="IDS_VERSIONMISMATCH_HEADER">
199 Chromium Frame Update. 205 Chromium Frame Update.
200 </message> 206 </message>
201 <message name="IDS_VERSIONMISMATCH"> 207 <message name="IDS_VERSIONMISMATCH">
202 Chromium Frame has been updated. Please relaunch your browser. Chrome version: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <ph name="TODO_0002">%ls<ex>TODO</ex></ph> 208 Chromium Frame has been updated. Please relaunch your browser. Chrome version: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <ph name="TODO_0002">%ls<ex>TODO</ex></ph>
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility."> 562 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility.">
557 Chromium Utility 563 Chromium Utility
558 </message> 564 </message>
559 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility."> 565 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility.">
560 Chromium Utility 566 Chromium Utility
561 </message> 567 </message>
562 </if> 568 </if>
563 </messages> 569 </messages>
564 </release> 570 </release>
565 </grit> 571 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/app/google_chrome_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698