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

Side by Side Diff: chrome/app/google_chrome_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 | « chrome/app/generated_resources.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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 353
354 Google Chrome is unable to recover your settings. 354 Google Chrome is unable to recover your settings.
355 </message> 355 </message>
356 <!-- Crash Recovery Dialog --> 356 <!-- Crash Recovery Dialog -->
357 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 357 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
358 Google Chrome 358 Google Chrome
359 </message> 359 </message>
360 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> 360 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
361 Whoa! Google Chrome has crashed. Relaunch now? 361 Whoa! Google Chrome has crashed. Relaunch now?
362 </message> 362 </message>
363 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar m essage to save a password"> 363 <if expr="not pp_ifdef('android')">
364 Do you want Google Chrome to save your password? 364 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
365 </message> 365 Do you want Google Chrome to save your password?
366 </message>
367 </if>
368 <if expr="pp_ifdef('android')">
369 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
370 Do you want Google Chrome to save your password for this site?
371 </message>
372 </if>
366 <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble"> 373 <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble">
367 Google Chrome 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 search engine? 374 Google Chrome 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 search engine?
368 </message> 375 </message>
369 <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." > 376 <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." >
370 Exit Chrome 377 Exit Chrome
371 </message> 378 </message>
372 <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."> 379 <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.">
373 An administrator has installed Google Chrome on this system, and it is a vailable for all users. The system-level Google Chrome will replace your user-le vel installation now. 380 An administrator has installed Google Chrome on this system, and it is a vailable for all users. The system-level Google Chrome will replace your user-le vel installation now.
374 </message> 381 </message>
375 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists."> 382 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists.">
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 Chrome Autofill settings 749 Chrome Autofill settings
743 </message> 750 </message>
744 751
745 <!-- Web Intents --> 752 <!-- Web Intents -->
746 <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."> 753 <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.">
747 Add to Chrome 754 Add to Chrome
748 </message> 755 </message>
749 </messages> 756 </messages>
750 </release> 757 </release>
751 </grit> 758 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698