| 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 8348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8359 <if expr="not pp_ifdef('use_titlecase')"> | 8359 <if expr="not pp_ifdef('use_titlecase')"> |
| 8360 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new
profile menu item and button title."> | 8360 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new
profile menu item and button title."> |
| 8361 New user | 8361 New user |
| 8362 </message> | 8362 </message> |
| 8363 </if> | 8363 </if> |
| 8364 <if expr="pp_ifdef('use_titlecase')"> | 8364 <if expr="pp_ifdef('use_titlecase')"> |
| 8365 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca
se. Create new profile menu item and button title."> | 8365 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Ca
se. Create new profile menu item and button title."> |
| 8366 New User | 8366 New User |
| 8367 </message> | 8367 </message> |
| 8368 </if> | 8368 </if> |
| 8369 <message name="IDS_PROFILES_CREATE_NEW_PROFILE_LINK" desc="Link in the ava
tar menu bubble view to create a new profile."> |
| 8370 New user |
| 8371 </message> |
| 8369 <if expr="not pp_ifdef('use_titlecase')"> | 8372 <if expr="not pp_ifdef('use_titlecase')"> |
| 8370 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen
u in the wrench menu."> | 8373 <message name="IDS_PROFILES_MENU" desc="The title of the profiles submen
u in the wrench menu."> |
| 8371 Users | 8374 Users |
| 8372 </message> | 8375 </message> |
| 8373 </if> | 8376 </if> |
| 8374 <if expr="pp_ifdef('use_titlecase')"> | 8377 <if expr="pp_ifdef('use_titlecase')"> |
| 8375 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the
profiles submenu in the wrench menu."> | 8378 <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the
profiles submenu in the wrench menu."> |
| 8376 Users | 8379 Users |
| 8377 </message> | 8380 </message> |
| 8378 </if> | 8381 </if> |
| (...skipping 4935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13314 </includes> | 13317 </includes> |
| 13315 <structures fallback_to_english="true"> | 13318 <structures fallback_to_english="true"> |
| 13316 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13319 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 13317 </structure> | 13320 </structure> |
| 13318 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13321 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 13319 </structure> | 13322 </structure> |
| 13320 </structures> | 13323 </structures> |
| 13321 | 13324 |
| 13322 </release> | 13325 </release> |
| 13323 </grit> | 13326 </grit> |
| OLD | NEW |