
ezvcard.messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ez-vcard Show documentation
Show all versions of ez-vcard Show documentation
A library that reads and writes vCards, supporting all versions of the vCard standard (2.1, 3.0, and 4.0) as well as xCard (XML-encoded vCards), hCard (HTML-encoded vCards), and jCard (JSON-encoded vCards).
#==============================================================================
#== VALIDATION WARNINGS =======================================================
#==============================================================================
#vCard warnings
validate.0=A StructuredName property is required for vCard versions 2.1 and 3.0.
validate.1=A FormattedName property is required for vCard versions 3.0 and 4.0.
validate.23=Group name "{0}" contains one or more invalid characters. Group names may contain letters (A-Z), numbers (0-9), and dashes (-).
validate.32=Group name "{0}" contains one or more invalid characters. Group names may contain printable, 7-bit ASCII characters, with the exception of: {1}
#parameter warnings
validate.3={0} parameter value ("{1}") is non-standard. Standard values are: {2}
validate.4={0} parameter value ("{1}") is not supported by this vCard version.
validate.5={0} parameter value ("{1}") is malformed.
validate.6={0} parameter is not supported in this vCard version.
validate.9=TYPE parameter value ("{0}") is not supported by this property in this vCard version.
validate.22=CHARSET parameter value ("{0}") is not a recognized character set.
validate.25={0} parameter value ("{1}") contains one or more invalid characters. Parameter values may contain printable characters, with the exception of: {2}
validate.31={0} parameter value ("{1}") contains one or more invalid characters. Parameter values may contain printable, 7-bit ASCII characters, with the exception of: {2}
validate.26={0} parameter contains one or more invalid characters in its name. Parameter names may contain letters (A-Z), numbers (0-9), and dashes (-).
validate.30={0} parameter contains one or more invalid characters in its name. Parameter names may contain printable, 7-bit ASCII characters, with the exception of: {1}
validate.27=PID parameter value ("{0}") must take the form "A" or "A.B", where A and B are positive integers.
validate.28=INDEX parameter value ("{0}") must be greater than zero.
validate.29=PREF parameter value ("{0}") must be between 1 and 100 inclusive.
#generic property warnings
validate.2=Property is not supported in this vCard version. Supported versions are: {0}
validate.8=Property has no value assigned to it.
#Address
validate.35=Version 2.1 does not recognize multi-valued address fields (for example, two street addresses). ez-vcard will output them in a comma-delimited fashion to prevent data loss, but the consuming application may not recognize this.
#Agent
validate.10=Embedded vCard warning: [{0}] - {1}: {2}
#DateOrTimeProperty
validate.11=Text values are only supported in vCard version 4.0.
validate.12=Reduced accuracy and truncated dates are only supported in vCard version 4.0.
#Geo
validate.13=Latitude is missing.
validate.14=Longitude is missing.
#Key
validate.15=URL values are only permitted in vCard version 4.0.
#Member
validate.17=The Kind property must be set to "group" if the vCard contains any Member properties.
#Profile
validate.18=The only valid value for this property is "VCARD", but it is "{0}".
#StructuredName
validate.34=Version 2.1 does not allow more than one additional name, prefix, or suffix to be defined within a structured name property. ez-vcard will output them in a comma-delimited fashion to prevent data loss, but the consuming application may not recognize this.
#Telephone
validate.19=Tel URIs are only supported by vCard version 4.0. ez-vcard will convert the URI to a string, but some of the data in the URI may be lost.
#Timezone
validate.20=Property value must be a UTC offset in vCard version 2.0.
#validate.21=Minute offset must be between 0 and 59. #removed in 0.9.7-SNAPSHOT
#RawProperty
validate.24={0} property contains one or more invalid characters in its name. Property names may contain letters (A-Z), numbers (0-9), and dashes (-).
validate.33={0} property contains one or more invalid characters in its name. Property names may contain printable, 7-bit ASCII characters, with the exception of: {1}
#==============================================================================
#== PARSE WARNINGS ============================================================
#==============================================================================
#generic parse errors
parse.35={1} property: {2}
parse.36=Line {0} ({1} property): {2}
parse.37=Line {0}: {2}
parse.22=Property has requested that it be skipped: {0}
parse.25=Property value could not be parsed: {0}
#parse.26=Problem parsing property in nested vCard: {0} #removed in 0.10.2-SNAPSHOT
#plain-text
parse.23=The property''s character encoding ("{0}") is not supported by this system. {1} will be used instead.
parse.27=Skipped. {0} The entire line is: "{1}"
parse.28=Ignoring invalid version value: {0}
parse.38=Unable to decode quoted-printable value. Treating as plain-text. Reason: {0}
#generic parse errors (JSON)
parse.29=No "version" property found.
parse.30=Version must be 4.0.
parse.31=Property will not be parsed because jCard does not support embedded vCards.
#HTML
#parse.32=Property value could not be parsed. It will be saved as an extended property instead.\n Reason: {1}\n HTML: {0} #removed in 0.10.2-SNAPSHOT
#XML
parse.0=No property value found. One of the following XML elements were expected: {0}
#parse.33=Property value could not be parsed. It will be saved as a XML property instead.\n Reason: {1}\n XML: {0} #removed in 0.10.2-SNAPSHOT
parse.34=Property will not be parsed because xCard does not support embedded vCards.
#BinaryPropertyScribe
parse.1=Cannot parse <{0}> tag (
© 2015 - 2025 Weber Informatics LLC | Privacy Policy