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 7767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7778 Browsing data | 7778 Browsing data |
7779 </message> | 7779 </message> |
7780 </if> | 7780 </if> |
7781 <if expr="pp_ifdef('use_titlecase')"> | 7781 <if expr="pp_ifdef('use_titlecase')"> |
7782 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case
: The title of the 'Browsing data' group."> | 7782 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case
: The title of the 'Browsing data' group."> |
7783 Browsing Data | 7783 Browsing Data |
7784 </message> | 7784 </message> |
7785 </if> | 7785 </if> |
7786 | 7786 |
7787 <if expr="pp_ifdef('chromeos')"> | 7787 <if expr="pp_ifdef('chromeos')"> |
| 7788 <message name="IDS_OPTIONS_EXTENSION_MANAGED_PREFS" desc="ChromeOS toolt
ip displayed for an extension-managed option the user won't be able to change."> |
| 7789 This setting is managed by an extension. |
| 7790 </message> |
| 7791 </if> |
| 7792 <if expr="not pp_ifdef('chromeos') and is_posix"> |
| 7793 <message name="IDS_OPTIONS_EXTENSION_MANAGED_PREFS" desc="Mac/Linux tool
tip displayed for an extension-managed option the user won't be able to change."
> |
| 7794 This preference is managed by an extension. |
| 7795 </message> |
| 7796 </if> |
| 7797 <if expr="os == 'win32'"> |
| 7798 <message name="IDS_OPTIONS_EXTENSION_MANAGED_PREFS" desc="Windows toolti
p displayed for an extension-managed option the user won't be able to change."> |
| 7799 This option is managed by an extension. |
| 7800 </message> |
| 7801 </if> |
| 7802 |
| 7803 <if expr="pp_ifdef('chromeos')"> |
7788 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="ChromeOS banner displaye
d in case there are managed options the user won't be able to change."> | 7804 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="ChromeOS banner displaye
d in case there are managed options the user won't be able to change."> |
7789 Some settings have been disabled by your IT administrator. | 7805 Some settings have been disabled by your IT administrator. |
7790 </message> | 7806 </message> |
7791 </if> | 7807 </if> |
7792 <if expr="not pp_ifdef('chromeos') and is_posix"> | 7808 <if expr="not pp_ifdef('chromeos') and is_posix"> |
7793 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="Mac/Linux banner display
ed in case there are managed options the user won't be able to change."> | 7809 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="Mac/Linux banner display
ed in case there are managed options the user won't be able to change."> |
7794 Some preferences have been disabled by your IT administrator. | 7810 Some preferences have been disabled by your IT administrator. |
7795 </message> | 7811 </message> |
7796 </if> | 7812 </if> |
7797 <if expr="os == 'win32'"> | 7813 <if expr="os == 'win32'"> |
(...skipping 5048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12846 </includes> | 12862 </includes> |
12847 <structures fallback_to_english="true"> | 12863 <structures fallback_to_english="true"> |
12848 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12864 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12849 </structure> | 12865 </structure> |
12850 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12866 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12851 </structure> | 12867 </structure> |
12852 </structures> | 12868 </structures> |
12853 | 12869 |
12854 </release> | 12870 </release> |
12855 </grit> | 12871 </grit> |
OLD | NEW |