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 9601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9612 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th
at enables encryption of everything."> | 9612 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th
at enables encryption of everything."> |
9613 Encrypt all my data | 9613 Encrypt all my data |
9614 </message> | 9614 </message> |
9615 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che
ckbox that enables a passphrase for sync."> | 9615 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che
ckbox that enables a passphrase for sync."> |
9616 Use a sync passphrase to encrypt my data | 9616 Use a sync passphrase to encrypt my data |
9617 </message> | 9617 </message> |
9618 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us
ing a passphrase for sync."> | 9618 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us
ing a passphrase for sync."> |
9619 You are currently using a passphrase. If you have forgotten your passph
rase, you can reset sync to clear your data from Google's servers using the Goog
le Dashboard. | 9619 You are currently using a passphrase. If you have forgotten your passph
rase, you can reset sync to clear your data from Google's servers using the Goog
le Dashboard. |
9620 </message> | 9620 </message> |
9621 <message name="IDS_SYNC_STATUS_NOT_CONNECTED" desc="Status shown in the ne
w tab page when the user is not signed into sync"> | 9621 <message name="IDS_SYNC_STATUS_NOT_CONNECTED" desc="Status shown in the ne
w tab page when the user is not signed into sync"> |
9622 not connected | 9622 not signed in |
| 9623 </message> |
| 9624 <message name="IDS_SYNC_STATUS_CONNECTED" desc="Status shown in the new ta
b page when the user is signed into sync"> |
| 9625 Signed in to <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> as <ph name=
"USER_NAME">$2<ex>pat@example.com</ex></ph> |
9623 </message> | 9626 </message> |
9624 | 9627 |
9625 <!-- Passphrase dialog strings --> | 9628 <!-- Passphrase dialog strings --> |
9626 <if expr="not pp_ifdef('use_titlecase')"> | 9629 <if expr="not pp_ifdef('use_titlecase')"> |
9627 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="Title for the dial
og where the user enters the passphrase."> | 9630 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="Title for the dial
og where the user enters the passphrase."> |
9628 Enter your sync passphrase | 9631 Enter your sync passphrase |
9629 </message> | 9632 </message> |
9630 </if> | 9633 </if> |
9631 <if expr="pp_ifdef('use_titlecase')"> | 9634 <if expr="pp_ifdef('use_titlecase')"> |
9632 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="In title case: tit
le for the dialog where the user enters the passphrase."> | 9635 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="In title case: tit
le for the dialog where the user enters the passphrase."> |
(...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13346 </includes> | 13349 </includes> |
13347 <structures fallback_to_english="true"> | 13350 <structures fallback_to_english="true"> |
13348 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13351 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13349 </structure> | 13352 </structure> |
13350 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13353 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13351 </structure> | 13354 </structure> |
13352 </structures> | 13355 </structures> |
13353 | 13356 |
13354 </release> | 13357 </release> |
13355 </grit> | 13358 </grit> |
OLD | NEW |