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

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

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 -> 2012 Created 8 years, 11 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 | « no previous file | chrome/app/generated_resources.grd » ('j') | 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 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 <!-- Hung Browser Detector --> 246 <!-- Hung Browser Detector -->
247 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung"> 247 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung">
248 Chromium is unresponsive. Relaunch now? 248 Chromium is unresponsive. Relaunch now?
249 </message> 249 </message>
250 <message name="IDS_IMPORT_PROGRESS_INFO" desc="Explanatory text for the im porting progress dialog"> 250 <message name="IDS_IMPORT_PROGRESS_INFO" desc="Explanatory text for the im porting progress dialog">
251 Chromium is now importing the following items from <ph name="BROWSER_COM PONENT">$1<ex>History</ex></ph>: 251 Chromium is now importing the following items from <ph name="BROWSER_COM PONENT">$1<ex>History</ex></ph>:
252 </message> 252 </message>
253 <message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed o n dialog"> 253 <message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed o n dialog">
254 Sadly, your Mozilla Firefox settings are not available while that browse r is running. To import those settings to Chromium, save your work and close all Firefox windows. Then click Continue. 254 Sadly, your Mozilla Firefox settings are not available while that browse r is running. To import those settings to Chromium, save your work and close all Firefox windows. Then click Continue.
255 </message> 255 </message>
256 <if expr="not pp_ifdef('use_titlecase')">
257 <message name="IDS_BUGREPORT_CHROME_MISBEHAVES" desc="Report a bug/probl em type: Browser is misbehaving">
258 Chromium is misbehaving
259 </message>
260 </if>
261 <if expr="pp_ifdef('use_titlecase')">
262 <message name="IDS_BUGREPORT_CHROME_MISBEHAVES" desc="In Title Case: Rep ort a bug/problem type: Browser is misbehaving">
263 Chromium is Misbehaving
264 </message>
265 </if>
266 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title"> 256 <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title">
267 About Chromium 257 About Chromium
268 </message> 258 </message>
269 <!-- Uninstall messages --> 259 <!-- Uninstall messages -->
270 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running"> 260 <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninsta ll detects other app instance running">
271 Please close all Chromium windows and try again. 261 Please close all Chromium windows and try again.
272 </message> 262 </message>
273 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall"> 263 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall">
274 Are you sure you want to uninstall Chromium? 264 Are you sure you want to uninstall Chromium?
275 </message> 265 </message>
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 <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."> 538 <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.">
549 Chromium Utility 539 Chromium Utility
550 </message> 540 </message>
551 <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."> 541 <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.">
552 Chromium Utility 542 Chromium Utility
553 </message> 543 </message>
554 </if> 544 </if>
555 </messages> 545 </messages>
556 </release> 546 </release>
557 </grit> 547 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698