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

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

Issue 10824121: Upstream Android-specific strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « build/common.gypi ('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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 430
431 Chromium is unable to recover your settings. 431 Chromium is unable to recover your settings.
432 </message> 432 </message>
433 <!-- Crash Recovery Dialog --> 433 <!-- Crash Recovery Dialog -->
434 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 434 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
435 Chromium 435 Chromium
436 </message> 436 </message>
437 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> 437 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
438 Whoa! Chromium has crashed. Relaunch now? 438 Whoa! Chromium has crashed. Relaunch now?
439 </message> 439 </message>
440 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar m essage to save a password"> 440 <if expr="not pp_ifdef('android')">
441 Do you want Chromium to save your password? 441 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
442 </message> 442 Do you want Chromium to save your password?
443 </message>
444 </if>
445 <if expr="pp_ifdef('android')">
446 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
447 Do you want Chromium to save your password for this site?
448 </message>
449 </if>
443 <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble"> 450 <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble">
444 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? 451 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?
445 </message> 452 </message>
446 <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." > 453 <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." >
447 Exit Chromium 454 Exit Chromium
448 </message> 455 </message>
449 <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."> 456 <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.">
450 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. 457 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.
451 </message> 458 </message>
452 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists."> 459 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists.">
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 Chromium Autofill settings 825 Chromium Autofill settings
819 </message> 826 </message>
820 827
821 <!-- Web Intents --> 828 <!-- Web Intents -->
822 <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."> 829 <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.">
823 Add to Chromium 830 Add to Chromium
824 </message> 831 </message>
825 </messages> 832 </messages>
826 </release> 833 </release>
827 </grit> 834 </grit>
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698