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 10003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10014 OK | 10014 OK |
10015 </message> | 10015 </message> |
10016 <!-- Bookmarks bar strings --> | 10016 <!-- Bookmarks bar strings --> |
10017 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t
he bookmark bar button which indicates a sync error."> | 10017 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t
he bookmark bar button which indicates a sync error."> |
10018 Sync Error | 10018 Sync Error |
10019 </message> | 10019 </message> |
10020 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri
ption of the error to associate with the bookmark bar error button."> | 10020 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri
ption of the error to associate with the bookmark bar error button."> |
10021 Please update your sync passphrase. | 10021 Please update your sync passphrase. |
10022 </message> | 10022 </message> |
10023 | 10023 |
| 10024 <!-- Sync sign in global error message--> |
| 10025 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_TITLE" desc="Title in th
e sync sign in error bubble view."> |
| 10026 Sync Error |
| 10027 </message> |
| 10028 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="Message i
n the sync sign in error bubble view."> |
| 10029 Account sign-in details are out of date. Please update your sync passphr
ase. |
| 10030 </message> |
| 10031 <if expr="not pp_ifdef('use_titlecase')"> |
| 10032 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_ACCEPT" desc="The acce
pt button in the sync sign in error bubble view."> |
| 10033 Update... |
| 10034 </message> |
| 10035 <message name="IDS_SYNC_SIGN_IN_ERROR_WRENCH_MENU_ITEM" desc="The sync s
ign in error wrench menu item."> |
| 10036 Update sync passphrase... |
| 10037 </message> |
| 10038 </if> |
| 10039 <if expr="pp_ifdef('use_titlecase')"> |
| 10040 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_ACCEPT" desc="In Title
Case: The accept button in the sync sign in error bubble view."> |
| 10041 Update... |
| 10042 </message> |
| 10043 <message name="IDS_SYNC_SIGN_IN_ERROR_WRENCH_MENU_ITEM" desc="In Title C
ase: The sync sign in error wrench menu item."> |
| 10044 Update Sync Passphrase... |
| 10045 </message> |
| 10046 </if> |
| 10047 |
10024 <!-- Translate Info Bar --> | 10048 <!-- Translate Info Bar --> |
10025 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the t
ranslate infobar options menu button"> | 10049 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the t
ranslate infobar options menu button"> |
10026 Options | 10050 Options |
10027 </message> | 10051 </message> |
10028 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS_NEVER_TRANSLATE_LANG" desc="T
ext for the menu item to never translate the specified language"> | 10052 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS_NEVER_TRANSLATE_LANG" desc="T
ext for the menu item to never translate the specified language"> |
10029 Never translate <ph name="language">$1<ex>French</ex></ph> | 10053 Never translate <ph name="language">$1<ex>French</ex></ph> |
10030 </message> | 10054 </message> |
10031 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS_NEVER_TRANSLATE_SITE" desc="T
ext for the menu item to never translate the current site"> | 10055 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS_NEVER_TRANSLATE_SITE" desc="T
ext for the menu item to never translate the current site"> |
10032 Never translate this site | 10056 Never translate this site |
10033 </message> | 10057 </message> |
(...skipping 3584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13618 </messages> | 13642 </messages> |
13619 <structures fallback_to_english="true"> | 13643 <structures fallback_to_english="true"> |
13620 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 13644 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
13621 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13645 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13622 </structure> | 13646 </structure> |
13623 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13647 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13624 </structure> | 13648 </structure> |
13625 </structures> | 13649 </structures> |
13626 </release> | 13650 </release> |
13627 </grit> | 13651 </grit> |
OLD | NEW |