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

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

Issue 123693003: Revise user-data-dir switch handling; avoid crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup. Created 6 years, 10 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
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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 <if expr="is_macosx"> 491 <if expr="is_macosx">
492 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before reveal ing plaintext passwords on the password page."> 492 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before reveal ing plaintext passwords on the password page.">
493 Chromium is trying to show passwords. 493 Chromium is trying to show passwords.
494 </message> 494 </message>
495 </if> 495 </if>
496 <if expr="is_win"> 496 <if expr="is_win">
497 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before reveal ing plaintext passwords on the password page."> 497 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before reveal ing plaintext passwords on the password page.">
498 Chromium is trying to show passwords. Type your Windows password to al low this. 498 Chromium is trying to show passwords. Type your Windows password to al low this.
499 </message> 499 </message>
500 </if> 500 </if>
501 <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." >
502 Exit Chromium
503 </message>
504 <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."> 501 <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.">
505 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. 502 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.
506 </message> 503 </message>
507 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists."> 504 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists.">
508 This computer already has a more recent version of Chromium. If the soft ware is not working, please uninstall Chromium and try again. 505 This computer already has a more recent version of Chromium. If the soft ware is not working, please uninstall Chromium and try again.
509 </message> 506 </message>
510 <message name="IDS_INSTALL_HIGHER_VERSION_APP_LAUNCHER" desc="Error displa yed when higher version of the Chromium App Launcher already exists."> 507 <message name="IDS_INSTALL_HIGHER_VERSION_APP_LAUNCHER" desc="Error displa yed when higher version of the Chromium App Launcher already exists.">
511 This computer already has a more recent version of the Chromium componen ts. Please use a more recent installer. 508 This computer already has a more recent version of the Chromium componen ts. Please use a more recent installer.
512 </message> 509 </message>
513 <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation f ails due to some unknown error."> 510 <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation f ails due to some unknown error.">
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 </message> 1048 </message>
1052 1049
1053 <!-- ProcessSingleton --> 1050 <!-- ProcessSingleton -->
1054 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> 1051 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host.">
1055 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. 1052 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
1056 </message> 1053 </message>
1057 1054
1058 </messages> 1055 </messages>
1059 </release> 1056 </release>
1060 </grit> 1057 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698