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

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

Issue 6360009: Final pass at removing unused strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 9 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 | « app/resources/app_strings.grd ('k') | 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 </message> 263 </message>
264 <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">
265 Are you sure you want to uninstall Chromium? 265 Are you sure you want to uninstall Chromium?
266 </message> 266 </message>
267 <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.">
268 Uninstall Chromium 268 Uninstall Chromium
269 </message> 269 </message>
270 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog"> 270 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog">
271 Welcome to Chromium 271 Welcome to Chromium
272 </message> 272 </message>
273 <message name="IDS_FIRSTRUN_DLG_TEXT" desc="Explains what the first-run di alog does">
274 Chromium is ready to complete your installation.
275 </message>
276 <message name="IDS_FIRSTRUN_DLG_DETAIL" desc="Text for detailed explanatio n of actions">
277 Chromium will do these tasks:
278 </message>
279 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog"> 273 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog">
280 Start Chromium 274 Start Chromium
281 </message> 275 </message>
282 <message name="IDS_FIRSTRUN_DLG_ACTION2" desc="Second action item on first -run dialog">
283 Add Chromium shortcuts to your desktop, quick launch bar, and Start menu
284 </message>
285 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che ckbox label"> 276 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che ckbox label">
286 Make Chromium the default browser 277 Make Chromium the default browser
287 </message> 278 </message>
288 <message name="IDS_FR_CUSTOMIZE_SHORTCUTS" desc="Create shortcuts preface text">
289 Create Chromium shortcuts in these locations:
290 </message>
291 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" 279 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE"
292 desc="Title for the hard-coded thumbnail that represents the Goog le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn ails to show."> 280 desc="Title for the hard-coded thumbnail that represents the Goog le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn ails to show.">
293 Welcome to Chromium 281 Welcome to Chromium
294 </message> 282 </message>
295 <if expr="not pp_ifdef('chromeos')"> 283 <if expr="not pp_ifdef('chromeos')">
296 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol"> 284 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol">
297 Chromium needs to launch an external application to handle <ph name="S CHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROTOLINK ">$2<ex>acrobat:yourpdf</ex></ph>. 285 Chromium needs to launch an external application to handle <ph name="S CHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROTOLINK ">$2<ex>acrobat:yourpdf</ex></ph>.
298 </message> 286 </message>
299 </if> 287 </if>
300 <if expr="pp_ifdef('chromeos')"> 288 <if expr="pp_ifdef('chromeos')">
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 <!-- Crash Recovery Dialog --> 336 <!-- Crash Recovery Dialog -->
349 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 337 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
350 Chromium 338 Chromium
351 </message> 339 </message>
352 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> 340 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
353 Whoa! Chromium has crashed. Restart now? 341 Whoa! Chromium has crashed. Restart now?
354 </message> 342 </message>
355 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar m essage to save a password"> 343 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar m essage to save a password">
356 Do you want Chromium to save your password? 344 Do you want Chromium to save your password?
357 </message> 345 </message>
358 <message name="IDS_IMPORT_PROGRESS_STATUS_CANCEL_CONFIRM" desc="Import can cellation confirmation">
359 If you cancel now, not all items will be imported. You can import again later from the Chromium menu.
360 </message>
361 <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble"> 346 <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble">
362 Chromium uses your default search engine, which is currently set to <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>. Do you want to keep your default searc h engine? 347 Chromium uses your default search engine, which is currently set to <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>. Do you want to keep your default searc h engine?
363 </message> 348 </message>
364 <message name="IDS_CANT_WRITE_USER_DIRECTORY_EXIT_BUTTON" desc="Text on bu tton of dialog that closes Chrome if we can't create a directory for this user." > 349 <message name="IDS_CANT_WRITE_USER_DIRECTORY_EXIT_BUTTON" desc="Text on bu tton of dialog that closes Chrome if we can't create a directory for this user." >
365 Exit Chromium 350 Exit Chromium
366 </message> 351 </message>
367 <message name="IDS_MACHINE_LEVEL_INSTALL_CONFLICT" desc="Error message to display when user tries to run user level Chromium even though machine level Chr omium is already installed."> 352 <message name="IDS_MACHINE_LEVEL_INSTALL_CONFLICT" desc="Error message to display when user tries to run user level Chromium even though machine level Chr omium is already installed.">
368 An administrator has installed Chromium on this system, and it is availa ble for all users. The system-level Chromium will replace your user-level instal lation now. 353 An administrator has installed Chromium on this system, and it is availa ble for all users. The system-level Chromium will replace your user-level instal lation now.
369 </message> 354 </message>
370 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists."> 355 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists.">
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 </message> 506 </message>
522 <message name="IDS_SHORT_WORKER_APP_NAME" desc="The worker application's short name, used for the Mac's application menu, activity monitor, etc. Example : Chrome Worker, not Google Chrome Worker."> 507 <message name="IDS_SHORT_WORKER_APP_NAME" desc="The worker application's short name, used for the Mac's application menu, activity monitor, etc. Example : Chrome Worker, not Google Chrome Worker.">
523 Chromium Worker 508 Chromium Worker
524 </message> 509 </message>
525 <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."> 510 <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.">
526 Chromium Utility 511 Chromium Utility
527 </message> 512 </message>
528 <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."> 513 <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.">
529 Chromium Utility 514 Chromium Utility
530 </message> 515 </message>
531 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer.">
532 Chromium Profile Importer
533 </message>
534 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer .">
535 Chromium Profile Importer
536 </message>
537 </if> 516 </if>
538 </messages> 517 </messages>
539 </release> 518 </release>
540 </grit> 519 </grit>
OLDNEW
« no previous file with comments | « app/resources/app_strings.grd ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698