Home | History | Annotate | Download | only in values

Lines Matching full:vcard

670     <!-- Dialog title shown when searching VCard data from SD Card -->
671 <string name="searching_vcard_title">Searching for vCard</string>
685 <!-- One of alternatives shown when the system allows a user to select how many vCard files
687 than one vCard files available in the system. -->
688 <string name="import_one_vcard_string">Import one vCard file</string>
690 <!-- One of alternatives shown when the system allows a user to select how many vCard files
692 than one vCard files available in the system. -->
693 <string name="import_multiple_vcard_string">Import multiple vCard files</string>
695 <!-- One of alternatives shown when the system allows a user to select how many vCard files
697 than one vCard files available in the system. -->
698 <string name="import_all_vcard_string">Import all vCard files</string>
700 <!-- Dialog message shown when searching VCard data from SD Card -->
701 <string name="searching_vcard_message">Searching for vCard data on SD card</string>
703 <!-- Dialog title shown when scanning VCard data failed. -->
706 <!-- Dialog message shown when searching VCard data failed.
710 <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
714 <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
715 implementation. This might happen even when the input vCard is completely valid, though
717 <string name="fail_reason_vcard_parse_error">Failed to parse vCard for unexpected reason</string>
719 <!-- The failed reason shown when the current vCard importer cannot parse the file since the
720 parser is incomplete (actually, there's missing part in the current vCard parser, though
721 our understanding is that the functionality missed by the current vCard parser
722 is rarely needed in the actual vCard...). -->
723 <string name="fail_reason_vcard_not_supported_error">Failed to parse vCard though it seems in valid format, since the current implementation does not support it</string>
725 <!-- The failed reason shown when the system could not find any vCard file
727 <string name="fail_reason_no_vcard_file">No vCard file found on the SD card</string>
729 <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
736 <!-- Dialog title shown when a user is asked to select VCard file -->
737 <string name="select_vcard_title">Select vCard file</string>
739 <!-- The message shown while reading a vCard file/entry. The first argument is like
740 "Reading VCard" or "Reading VCard files" and the second is the display name of the current
742 <string name="progress_shower_message"><xliff:g id="action" example="Reading VCard">%s</xliff:g>\n<xliff:g id="filename" example="foo.vcf">%s</xliff:g></string>
744 <!-- Dialog title shown when reading VCard data -->
745 <string name="reading_vcard_title">Reading vCard</string>
747 <!-- Dialog message shown when reading a VCard file -->
748 <string name="reading_vcard_message">Reading vCard file(s)</string>
750 <!-- Dialog title shown when reading VCard data failed -->
751 <string name="reading_vcard_failed_title">Reading of vCard data has failed</string>
753 <!-- Message while reading one vCard 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)")-->
756 <!-- 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)")-->
776 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
777 there are too many files relevant to vCard. -->
778 <string name="fail_reason_too_many_vcard">Too many vCard files on the SD card</string>
799 <!-- The error reason the vCard composer "may" emit when database is corrupted or
805 contacts from being exported to outside world via vcard exporter, etc. -->
808 <!-- The error reason the vCard composer may emit when vCard composer is not initialized
811 <string name="composer_not_initialized">The vCard composer is not correctly initialized</string>
813 <!-- The failed reason shown when vCard importer/exporter could not open the file