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

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

Issue 9600002: Help: Fix the title of the page for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 <!-- Hung Browser Detector --> 240 <!-- Hung Browser Detector -->
241 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung"> 241 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung">
242 Google Chrome is unresponsive. Relaunch now? 242 Google Chrome is unresponsive. Relaunch now?
243 </message> 243 </message>
244 <message name="IDS_IMPORT_PROGRESS_INFO" desc="Explanatory text for the im porting progress dialog"> 244 <message name="IDS_IMPORT_PROGRESS_INFO" desc="Explanatory text for the im porting progress dialog">
245 Google Chrome is now importing the following items from <ph name="BROWSE R_COMPONENT">$1<ex>History</ex></ph>: 245 Google Chrome is now importing the following items from <ph name="BROWSE R_COMPONENT">$1<ex>History</ex></ph>:
246 </message> 246 </message>
247 <message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed o n dialog"> 247 <message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed o n dialog">
248 Sadly, your Mozilla Firefox settings are not available while that browse r is running. To import those settings to Google Chrome, save your work and clos e all Firefox windows. Then click Continue. 248 Sadly, your Mozilla Firefox settings are not available while that browse r is running. To import those settings to Google Chrome, save your work and clos e all Firefox windows. Then click Continue.
249 </message> 249 </message>
250 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title"> 250 <if expr="not pp_ifdef('chromeos')">
251 About Google Chrome 251 <message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
252 </message> 252 About Google Chrome
253 </message>
254 </if>
255 <if expr="pp_ifdef('chromeos')">
256 <message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
257 About Chrome OS
258 </message>
259 </if>
253 <!-- Uninstall messages --> 260 <!-- Uninstall messages -->
254 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running"> 261 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running">
255 Please close all Google Chrome windows and try again. 262 Please close all Google Chrome windows and try again.
256 </message> 263 </message>
257 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall"> 264 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall">
258 Are you sure you want to uninstall Google Chrome? 265 Are you sure you want to uninstall Google Chrome?
259 </message> 266 </message>
260 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome."> 267 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
261 Uninstall Google Chrome 268 Uninstall Google Chrome
262 </message> 269 </message>
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 Chrome Autofill settings 684 Chrome Autofill settings
678 </message> 685 </message>
679 686
680 <!-- Web Intents --> 687 <!-- Web Intents -->
681 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> 688 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service.">
682 Add to Chrome 689 Add to Chrome
683 </message> 690 </message>
684 </messages> 691 </messages>
685 </release> 692 </release>
686 </grit> 693 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698