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

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

Issue 6621045: Add cmdline switch for folks that really did want to run as root.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « no previous file | chrome/browser/browser_main_gtk.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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 8144 matching lines...) Expand 10 before | Expand all | Expand 10 after
8155 </if> 8155 </if>
8156 8156
8157 <!-- General app failure messages --> 8157 <!-- General app failure messages -->
8158 <message name="IDS_COULDNT_OPEN_PROFILE_ERROR" desc="Error displayed on st artup when the profile can not be opened correctly due to problems reading or wr iting files in it"> 8158 <message name="IDS_COULDNT_OPEN_PROFILE_ERROR" desc="Error displayed on st artup when the profile can not be opened correctly due to problems reading or wr iting files in it">
8159 Your profile could not be opened correctly.\n\nSome features may be unav ailable. Please check that the profile exists and you have permission to read a nd write its contents. 8159 Your profile could not be opened correctly.\n\nSome features may be unav ailable. Please check that the profile exists and you have permission to read a nd write its contents.
8160 </message> 8160 </message>
8161 <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"> 8161 <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">
8162 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root. 8162 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root.
8163 </message> 8163 </message>
8164 <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"> 8164 <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">
8165 Please start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as a normal user. If you have previously run <ph name="PRODUCT_NAME">$1<ex>Google Chr ome</ex></ph> as root, you will need to change the ownership of your profile dir ectory. 8165 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.
8166 </message> 8166 </message>
8167 8167
8168 <!-- Can't write to user data directory dialog --> 8168 <!-- Can't write to user data directory dialog -->
8169 <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."> 8169 <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.">
8170 Failed To Create Data Directory 8170 Failed To Create Data Directory
8171 </message> 8171 </message>
8172 <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."> 8172 <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.">
8173 Choose Another Directory... 8173 Choose Another Directory...
8174 </message> 8174 </message>
8175 8175
(...skipping 3453 matching lines...) Expand 10 before | Expand all | Expand 10 after
11629 </includes> 11629 </includes>
11630 <structures fallback_to_english="true"> 11630 <structures fallback_to_english="true">
11631 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11631 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11632 </structure> 11632 </structure>
11633 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11633 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11634 </structure> 11634 </structure>
11635 </structures> 11635 </structures>
11636 11636
11637 </release> 11637 </release>
11638 </grit> 11638 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_main_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698