Download this file

strings.xml    41 lines (33 with data), 2.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<resources>
<string name="app_name">ContactApp</string>
<string name="mapper_title">Resolve contact matching...</string>
<string name="save">Save</string>
<string name="cancel">Cancel</string>
<string name="back">Back</string>
<string name="ok">Ok</string>
<string name="do_you_agree">Do you agree?</string>
<string name="phone">Phone</string>
<string name="mobile">mobile</string>
<string name="avatar">avatar</string>
<string name="result">result</string>
<string name="android">android</string>
<string name="alfred">alfred</string>
<string name="different_contact">Different contacts</string>
<string name="same_contact">Same contact</string>
<string name="map_contact">Map contact</string>
<string name="synchro">synchro</string>
<string name="synchro_all">Synchro ALL</string>
<string name="synchro_finished">Contacts synchronized!</string>
<string name="synchro_message">All contacts that have been identified as synchronizable will be created in Android contacts and Alfred profile:</string>
<string name="contacts_ok_action">These contacts are already present in both Android and Alfred. No action.</string>
<string name="contacts_mapping_action">These contacts must be manually mapped. No action.</string>
<string name="contacts_ko_action">These contacts will be synchronized, so they will be created in the environment where they don\'t exist.</string>
<string name="export_to_android">Do you want to export this contact to Android?</string>
<string name="export_to_alfred">Do you want to export this contact to Alfred?</string>
<string name="confirmation_yes">Yes</string>
<string name="confirmation_no">No</string>
<string name="error_native">Error getting native contacts</string>
<string name="error_alfred">Error getting Alfred contacts</string>
<string name="error_contact">Error geting contacts</string>
<string name="error">Error</string>
</resources>