X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2Fdisplay.properties;h=106bdc32237e953d6d28b02d87cb0689d12f1fb9;hp=d03d45b343b7de26710d74a9536b6ba48e58dc4e;hb=3634193b7a8927e68a3ae3d38fff4f6bd36c4ee5;hpb=9b8cb729d5105f34eb4b1e5975166c6c5f867fa2 diff --git a/src/be/nikiroo/jvcard/resources/display.properties b/src/be/nikiroo/jvcard/resources/display.properties index d03d45b..106bdc3 100644 --- a/src/be/nikiroo/jvcard/resources/display.properties +++ b/src/be/nikiroo/jvcard/resources/display.properties @@ -10,3 +10,23 @@ # You can cycle through them if you have more than one # (in this case, separate them with a comma (',') CONTACT_LIST_FORMAT = NICKNAME@10|FN@+|EMAIL@30|PHOTO@x,FN@+|EMAIL@40 + +# The list of details to show in View Contact mode: +# - Each detail (separated by a pipe "|" character) is visible on its own line +# - It is made up of two parts: the label and the linked VCF field (optional), +# separated by an equal "=", sharp "#", plus "+" or asterisk "*" sign +# - "=FIELD" will take the preferred value for this field +# - "+FIELD" will take the preferred value for this field and highlight it +# - "#FIELD" will take all the values with this field's name +# - "*FIELD" will take all the values with this field's name, highlighting the preferred one +# +# Example: +# CONTACT_DETAILS_INFO = Phone:=TEL|eMail:=EMAIL +# +# This will print two lines in View mode: +# Phone: +32 888 88 88 88 +# eMail: nobody@nowhere.com +CONTACT_DETAILS_INFO = Phone:=TEL|eMail:=EMAIL + +# The size of the details' labels +CONTACT_DETAILS_LABEL_WIDTH = 12