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 8051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8062 </message> | 8062 </message> |
8063 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> | 8063 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> |
8064 Network settings | 8064 Network settings |
8065 </message> | 8065 </message> |
8066 </if> | 8066 </if> |
8067 | 8067 |
8068 <!-- Multi-profile --> | 8068 <!-- Multi-profile --> |
8069 <message name="IDS_PROFILES_OPTIONS_GROUP_NAME" desc="The name of the sync
group in the options dialog."> | 8069 <message name="IDS_PROFILES_OPTIONS_GROUP_NAME" desc="The name of the sync
group in the options dialog."> |
8070 Profile | 8070 Profile |
8071 </message> | 8071 </message> |
8072 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new pr
ofile menu item and button title."> | 8072 <if expr="not pp_ifdef('use_titlecase')"> |
8073 Create a new profile... | 8073 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new
profile menu item and button title."> |
| 8074 New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> profile</ph> |
| 8075 </message> |
| 8076 </if> |
| 8077 <if expr="pp_ifdef('use_titlecase')"> |
| 8078 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca
se. Create new profile menu item and button title."> |
| 8079 New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profile</ph> |
| 8080 </message> |
| 8081 </if> |
| 8082 <if expr="not pp_ifdef('use_titlecase')"> |
| 8083 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen
u in the wrench menu."> |
| 8084 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> profiles</ph> |
| 8085 </message> |
| 8086 </if> |
| 8087 <if expr="pp_ifdef('use_titlecase')"> |
| 8088 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the
profiles submenu in the wrench menu."> |
| 8089 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph> |
| 8090 </message> |
| 8091 </if> |
| 8092 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a
profile. Displayed in wrench menu and settings UI."> |
| 8093 Default Profile |
8074 </message> | 8094 </message> |
8075 <if expr="not pp_ifdef('use_titlecase')"> | 8095 <if expr="not pp_ifdef('use_titlecase')"> |
8076 <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."> | 8096 <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."> |
8077 Enable these features... | 8097 Enable these features... |
8078 </message> | 8098 </message> |
8079 </if> | 8099 </if> |
8080 <if expr="pp_ifdef('use_titlecase')"> | 8100 <if expr="pp_ifdef('use_titlecase')"> |
8081 <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."> | 8101 <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."> |
8082 Enable These Features... | 8102 Enable These Features... |
8083 </message> | 8103 </message> |
(...skipping 4538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12622 </includes> | 12642 </includes> |
12623 <structures fallback_to_english="true"> | 12643 <structures fallback_to_english="true"> |
12624 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12644 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12625 </structure> | 12645 </structure> |
12626 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12646 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12627 </structure> | 12647 </structure> |
12628 </structures> | 12648 </structures> |
12629 | 12649 |
12630 </release> | 12650 </release> |
12631 </grit> | 12651 </grit> |
OLD | NEW |