fixup! [M120 Migration] Notify media device state to webbrowser
[platform/framework/web/chromium-efl.git] / components / sync_ui_strings.grdp
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3   <if expr="not is_android">
4     <message name="IDS_SYNC_BASIC_ENCRYPTION_DATA" desc="Text of the radio that when selected enables basic encryption.">
5       Encrypt synced passwords with your Google Account
6     </message>
7     <message name="IDS_SYNC_DATATYPE_AUTOFILL" desc="Form Autofill items, one of the data types that we allow syncing.">
8       Addresses and More
9     </message>
10     <message name="IDS_SYNC_DATATYPE_BOOKMARKS" desc="Bookmarks, one of the data types that we allow syncing.">
11       Bookmarks
12     </message>
13     <message name="IDS_SYNC_DATATYPE_PASSWORDS" desc="Saved passwords, one of the data types that we allow syncing.">
14       Passwords
15     </message>
16     <message name="IDS_SYNC_DATATYPE_PREFERENCES" desc="Settings, one of the data types that we allow syncing.">
17       Settings
18     </message>
19     <message name="IDS_SYNC_DATATYPE_TABS" desc="Open Tabs, one of the data types that we allow syncing.">
20       Open Tabs
21     </message>
22     <message name="IDS_SYNC_DATATYPE_TYPED_URLS" desc="History, one of the data types that we allow syncing.">
23       History
24     </message>
25     <message name="IDS_SYNC_DATATYPE_HISTORY_AND_TABS" desc="History and tabs, one of the data types that we allow syncing.">
26       History and Tabs
27     </message>
28     <message name="IDS_SYNC_DATATYPE_READING_LIST" desc="Reading List, one of the data types that we allow syncing">
29       Reading List
30     </message>
31     <message name="IDS_SYNC_EMPTY_PASSPHRASE_ERROR" desc="Error message when the passphrase is empty.">
32       Empty passphrase is not allowed.
33     </message>
34     <message name="IDS_SYNC_ENCRYPTION_SECTION_TITLE" desc="Title of the section containing sync encryption preferences.">
35       Encryption options
36     </message>
37     <message name="IDS_SYNC_FULL_ENCRYPTION_DATA" desc="Text of the radio that when selected enables full encryption.">
38       Encrypt synced data with your own sync passphrase
39     </message>
40     <message name="IDS_SYNC_LOGIN_SETTING_UP" desc="A progress message">
41       Setting up...
42     </message>
43     <message name="IDS_SYNC_PASSPHRASE_LABEL" desc="Label for the passphrase field.">
44       Passphrase
45     </message>
46     <message name="IDS_SYNC_PASSPHRASE_MISMATCH_ERROR" desc="Error message when the passphrase and confirmation don't match.">
47       You must enter the same passphrase twice.
48     </message>
49     <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY_WITH_DATE" desc="Instructions for the dialog where the user enters their Sync passphrase.">
50     Your data was encrypted with your <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>sync passphrase<ph name="END_LINK">&lt;/a&gt;</ph> on <ph name="TIME">$2<ex>Sept 1, 2012</ex></ph>. Enter it to start sync.
51     </message>
52   </if>
53
54   <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY" formatter_data="android_java"  desc="Instructions for the dialog where the user enters the passphrase.">
55     Your data is encrypted with your sync passphrase. Enter it to start sync.
56   </message>
57 </grit-part>