add menu items for importing/exporting vcf files

This commit is contained in:
tibbi
2018-01-14 20:03:13 +01:00
parent 68b9c4f5d2
commit 82d10f8b18
8 changed files with 51 additions and 12 deletions

View File

@@ -56,8 +56,8 @@
<!-- Export / Import -->
<string name="import_contacts">Import contacts</string>
<string name="export_contacts">Export contacts</string>
<string name="import_contacts_from_ics">Import contacts from a .vcf file</string>
<string name="export_contacts_to_ics">Export contacts to a .vcf file</string>
<string name="import_contacts_from_vcf">Import contacts from a .vcf file</string>
<string name="export_contacts_to_vcf">Export contacts to a .vcf file</string>
<string name="target_contact_source">Target contact source</string>
<string name="include_contact_sources">Include contact sources</string>
<string name="filename_without_vcf">Filename (without .vcf)</string>