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 8897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8908 Typed URLs | 8908 Typed URLs |
8909 </message> | 8909 </message> |
8910 <message name="IDS_SYNC_DATATYPE_APPS" desc="Apps, one of the data types t
hat we allow syncing."> | 8910 <message name="IDS_SYNC_DATATYPE_APPS" desc="Apps, one of the data types t
hat we allow syncing."> |
8911 Apps | 8911 Apps |
8912 </message> | 8912 </message> |
8913 <message name="IDS_SYNC_DATATYPE_SESSIONS" desc="Sessions, one of the data
types that we allow syncing."> | 8913 <message name="IDS_SYNC_DATATYPE_SESSIONS" desc="Sessions, one of the data
types that we allow syncing."> |
8914 Foreign Sessions | 8914 Foreign Sessions |
8915 </message> | 8915 </message> |
8916 | 8916 |
8917 <!-- Encryption tab of the configure sync dialog --> | 8917 <!-- Encryption tab of the configure sync dialog --> |
8918 <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="Title of the secti
on containing sync passphrase preferences."> | 8918 <if expr="not pp_ifdef('use_titlecase')"> |
8919 Encryption passphrase | 8919 <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="Title of the
section containing the data types to encrypt."> |
| 8920 Encrypted data types |
| 8921 </message> |
| 8922 </if> |
| 8923 <if expr="pp_ifdef('use_titlecase')"> |
| 8924 <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="In title case
: the title of the section containing the data types to encrypt."> |
| 8925 Encrypted Data Types |
| 8926 </message> |
| 8927 </if> |
| 8928 <message name="IDS_SYNC_ENCRYPT_SENSITIVE_DATA" desc="Text of the radio th
at when selected causes sync to encrypt sensitive data."> |
| 8929 Encrypt sensitive data (passwords) |
8920 </message> | 8930 </message> |
| 8931 <message name="IDS_SYNC_ENCRYPT_ALL_DATA" desc="Text of the radio that whe
n selected causes sync to encrypt all data."> |
| 8932 Encrypt all data |
| 8933 </message> |
| 8934 <if expr="not pp_ifdef('use_titlecase')"> |
| 8935 <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="Title of the sec
tion containing sync passphrase preferences."> |
| 8936 Encryption passphrase |
| 8937 </message> |
| 8938 </if> |
| 8939 <if expr="pp_ifdef('use_titlecase')"> |
| 8940 <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="In title case: t
he title of the section containing sync passphrase preferences."> |
| 8941 Encryption Passphrase |
| 8942 </message> |
| 8943 </if> |
8921 <message name="IDS_SYNC_ENCRYPTION_INSTRUCTIONS" desc="Instructions for th
e encryption settings tab."> | 8944 <message name="IDS_SYNC_ENCRYPTION_INSTRUCTIONS" desc="Instructions for th
e encryption settings tab."> |
8922 <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> requires you to encrypt y
our data using either your Google password or your own passphrase. | 8945 <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> requires you to encrypt y
our data using either your Google password or your own passphrase. |
8923 </message> | 8946 </message> |
8924 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th
at enables encryption of everything."> | 8947 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th
at enables encryption of everything."> |
8925 Encrypt all my data | 8948 Encrypt all my data |
8926 </message> | 8949 </message> |
8927 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che
ckbox that enables a passphrase for sync."> | 8950 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che
ckbox that enables a passphrase for sync."> |
8928 Use a sync passphrase to encrypt my data | 8951 Use a sync passphrase to encrypt my data |
8929 </message> | 8952 </message> |
8930 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us
ing a passphrase for sync."> | 8953 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us
ing a passphrase for sync."> |
(...skipping 3497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12428 </includes> | 12451 </includes> |
12429 <structures fallback_to_english="true"> | 12452 <structures fallback_to_english="true"> |
12430 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12453 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12431 </structure> | 12454 </structure> |
12432 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12455 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12433 </structure> | 12456 </structure> |
12434 </structures> | 12457 </structures> |
12435 | 12458 |
12436 </release> | 12459 </release> |
12437 </grit> | 12460 </grit> |
OLD | NEW |