VCardImporter, VCardExporter
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fe866f7..86722f0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -670,4 +670,43 @@
<!-- Message while reading multiple vCard files "(current number) of (total number) files" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
<string name="reading_vcard_files"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> files</string>
-</resources>
+
+ <!-- The menu item that launches VCard export activity -->
+ <string name="export_contact_list">Export contacts</string>
+
+ <!-- Dialog title shown when a user confirms whether he/she export Contact data -->
+ <string name="confirm_export_title">Confirmation for export</string>
+
+ <!-- Dialog message shown when a user confirms whether he/she export Contact data -->
+ <string name="confirm_export_message">Is it ok to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string>
+
+ <!-- Dialog title shown when exporting Contact data failed -->
+ <string name="exporting_contact_failed_title">Exporting contact data has failed</string>
+
+ <!-- Dialog message shown when exporting Contact data failed -->
+ <string name="exporting_contact_failed_message">Exporting contact data has failed\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
+
+ <!-- The failed reason: "Too many vcard files on the SD Card" -->
+ <string name="fail_reason_too_many_vcard">Too many VCard data on the SD Card</string>
+
+ <!-- The failed reason: "Cannot open or create the destination directory" -->
+ <string name="fail_reason_cannot_open_destination_dir">Cannot open or create the destination directory\"<xliff:g id="dir_name">%s</xliff:g>\"</string>
+
+ <!-- Dialog title shown when the application is exporting contact data outside -->
+ <string name="exporting_contact_list_title">Exporting contact data</string>
+
+ <!-- Message shown when the application is exporting contact data outside -->
+ <string name="exporting_contact_list_message">Exporting contact data to \"<xliff:g id="file_name">%s</xliff:g>\"</string>
+
+ <!-- The failed reason: "Could not initialize the exporter" -->
+ <string name="fail_reason_could_not_initialize_exporter">Could not initialize the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>
+
+ <!-- The failed reason: "Error occured during export" -->
+ <string name="fail_reason_error_occurred_during_export">Error occured during export: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>
+
+ <!-- The failed reason: "Could not open a specific file" -->
+ <string name="fail_reason_could_not_open_file">Could not open \"<xliff:g id="file_name">%s</xliff:g>\": <xliff:g id="exact_reason">%s</xliff:g></string>
+
+ <!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
+ <string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
+</resources>
\ No newline at end of file