| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |