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

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

Issue 8463020: Make sure only the right processes can access the profile path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added user notification for network profiles. 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 | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/chrome_browser_main.cc » ('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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 9710 matching lines...) Expand 10 before | Expand all | Expand 10 after
9721 Your profile could not be opened correctly. 9721 Your profile could not be opened correctly.
9722 9722
9723 Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents. 9723 Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents.
9724 </message> 9724 </message>
9725 <message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message in dis played in an error dialog on startup if the user tries to run chrome as root"> 9725 <message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message in dis played in an error dialog on startup if the user tries to run chrome as root">
9726 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root. 9726 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root.
9727 </message> 9727 </message>
9728 <message name="IDS_REFUSE_TO_RUN_AS_ROOT_2" desc="Detailed message in the error dialog when the user tries to start chrome as root"> 9728 <message name="IDS_REFUSE_TO_RUN_AS_ROOT_2" desc="Detailed message in the error dialog when the user tries to start chrome as root">
9729 Please start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as a normal user. To run as root, you must specify an alternate --user-data-dir for s torage of profile information. 9729 Please start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as a normal user. To run as root, you must specify an alternate --user-data-dir for s torage of profile information.
9730 </message> 9730 </message>
9731 <message name="IDS_PROFILE_ON_NETWORK_WARNING" desc="Warning shown to the user in a dialog box when he is running Chrome on Windows with a profile located on a network share.">
9732 Your browser is running with a profile located on a non-local drive. This config uration is not fully supported and might not work reliably.
9733
9734 Consider switching to profile stored on a local drive for optimal experience.
9735 </message>
9731 9736
9732 <!-- Can't write to user data directory dialog --> 9737 <!-- Can't write to user data directory dialog -->
9733 <message name="IDS_CANT_WRITE_USER_DIRECTORY_TITLE" desc="Title of dialog that is displayed when we can't create a directory for this user."> 9738 <message name="IDS_CANT_WRITE_USER_DIRECTORY_TITLE" desc="Title of dialog that is displayed when we can't create a directory for this user.">
9734 Failed To Create Data Directory 9739 Failed To Create Data Directory
9735 </message> 9740 </message>
9736 <message name="IDS_CANT_WRITE_USER_DIRECTORY_CHOOSE_DIRECTORY_BUTTON" desc ="Text on button that opens another dialog to choose a new directory for user da ta."> 9741 <message name="IDS_CANT_WRITE_USER_DIRECTORY_CHOOSE_DIRECTORY_BUTTON" desc ="Text on button that opens another dialog to choose a new directory for user da ta.">
9737 Choose Another Directory... 9742 Choose Another Directory...
9738 </message> 9743 </message>
9739 9744
9740 <!-- Advanced Section Titles --> 9745 <!-- Advanced Section Titles -->
(...skipping 5131 matching lines...) Expand 10 before | Expand all | Expand 10 after
14872 </messages> 14877 </messages>
14873 <structures fallback_to_english="true"> 14878 <structures fallback_to_english="true">
14874 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14879 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14875 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14880 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14876 </structure> 14881 </structure>
14877 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14882 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14878 </structure> 14883 </structure>
14879 </structures> 14884 </structures>
14880 </release> 14885 </release>
14881 </grit> 14886 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698