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 8249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8260 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph> | 8260 <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex> Profiles</ph> |
8261 </message> | 8261 </message> |
8262 </if> | 8262 </if> |
8263 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a
profile. Displayed in wrench menu and settings UI."> | 8263 <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a
profile. Displayed in wrench menu and settings UI."> |
8264 Default Profile | 8264 Default Profile |
8265 </message> | 8265 </message> |
8266 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly
created profile. Displayed in wrench menu and settings UI."> | 8266 <message name="IDS_NUMBERED_PROFILE_NAME" desc="The name given to a newly
created profile. Displayed in wrench menu and settings UI."> |
8267 Profile <ph name="VALUE">$1<ex>1</ex></ph> | 8267 Profile <ph name="VALUE">$1<ex>1</ex></ph> |
8268 </message> | 8268 </message> |
8269 <if expr="not pp_ifdef('use_titlecase')"> | 8269 <if expr="not pp_ifdef('use_titlecase')"> |
| 8270 <message name="IDS_PROFILES_DELETE_PROFILE" desc="Delete profile menu it
em and button title."> |
| 8271 Delete profile... |
| 8272 </message> |
| 8273 </if> |
| 8274 <if expr="pp_ifdef('use_titlecase')"> |
| 8275 <message name="IDS_PROFILES_DELETE_PROFILE" desc="In Title Case. Delete
profile menu item."> |
| 8276 Delete Profile... |
| 8277 </message> |
| 8278 </if> |
| 8279 <if expr="not pp_ifdef('use_titlecase')"> |
8270 <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."> | 8280 <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."> |
8271 Enable these features... | 8281 Enable these features... |
8272 </message> | 8282 </message> |
8273 </if> | 8283 </if> |
8274 <if expr="pp_ifdef('use_titlecase')"> | 8284 <if expr="pp_ifdef('use_titlecase')"> |
8275 <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."> | 8285 <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."> |
8276 Enable These Features... | 8286 Enable These Features... |
8277 </message> | 8287 </message> |
8278 </if> | 8288 </if> |
8279 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in
the options dialog to explain why to create additional profiles."> | 8289 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in
the options dialog to explain why to create additional profiles."> |
(...skipping 4630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12910 </includes> | 12920 </includes> |
12911 <structures fallback_to_english="true"> | 12921 <structures fallback_to_english="true"> |
12912 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12922 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12913 </structure> | 12923 </structure> |
12914 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12924 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12915 </structure> | 12925 </structure> |
12916 </structures> | 12926 </structures> |
12917 | 12927 |
12918 </release> | 12928 </release> |
12919 </grit> | 12929 </grit> |
OLD | NEW |