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. 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 8098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8109 </message> | 8109 </message> |
8110 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> | 8110 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> |
8111 Network settings | 8111 Network settings |
8112 </message> | 8112 </message> |
8113 </if> | 8113 </if> |
8114 | 8114 |
8115 <!-- Multi-profile --> | 8115 <!-- Multi-profile --> |
8116 <message name="IDS_PROFILES_OPTIONS_GROUP_NAME" desc="The name of the sync
group in the options dialog."> | 8116 <message name="IDS_PROFILES_OPTIONS_GROUP_NAME" desc="The name of the sync
group in the options dialog."> |
8117 Profile | 8117 Profile |
8118 </message> | 8118 </message> |
8119 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new pr
ofile menu item and button title."> | 8119 <if expr="not pp_ifdef('use_titlecase')"> |
8120 Create a new profile... | 8120 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new
profile menu item and button title."> |
| 8121 New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> profile</ph> |
| 8122 </message> |
| 8123 </if> |
| 8124 <if expr="pp_ifdef('use_titlecase')"> |
| 8125 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca
se. Create new profile menu item and button title."> |
| 8126 New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profile</ph> |
| 8127 </message> |
| 8128 </if> |
| 8129 <if expr="not pp_ifdef('use_titlecase')"> |
| 8130 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen
u in the wrench menu."> |
| 8131 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> profiles</ph> |
| 8132 </message> |
| 8133 </if> |
| 8134 <if expr="pp_ifdef('use_titlecase')"> |
| 8135 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the
profiles submenu in the wrench menu."> |
| 8136 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph> |
| 8137 </message> |
| 8138 </if> |
| 8139 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a
profile. Displayed in wrench menu and settings UI."> |
| 8140 Default Profile |
8121 </message> | 8141 </message> |
8122 <if expr="not pp_ifdef('use_titlecase')"> | 8142 <if expr="not pp_ifdef('use_titlecase')"> |
8123 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that a
ppears on the profile connect button in the options dialog when the user has not
connected a Google Account to their profile."> | 8143 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that a
ppears on the profile connect button in the options dialog when the user has not
connected a Google Account to their profile."> |
8124 Enable these features... | 8144 Enable these features... |
8125 </message> | 8145 </message> |
8126 </if> | 8146 </if> |
8127 <if expr="pp_ifdef('use_titlecase')"> | 8147 <if expr="pp_ifdef('use_titlecase')"> |
8128 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T
he label that appears on the profile connect button in the options dialog when t
he user has not connected a Google Account to their profile."> | 8148 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T
he label that appears on the profile connect button in the options dialog when t
he user has not connected a Google Account to their profile."> |
8129 Enable These Features... | 8149 Enable These Features... |
8130 </message> | 8150 </message> |
(...skipping 4548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12679 </includes> | 12699 </includes> |
12680 <structures fallback_to_english="true"> | 12700 <structures fallback_to_english="true"> |
12681 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12701 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12682 </structure> | 12702 </structure> |
12683 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12703 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12684 </structure> | 12704 </structure> |
12685 </structures> | 12705 </structures> |
12686 | 12706 |
12687 </release> | 12707 </release> |
12688 </grit> | 12708 </grit> |
OLD | NEW |