Refresh data on "Back", allow configuration of View + border
[jvcard.git] / src / be / nikiroo / jvcard / resources / display.properties
CommitLineData
d56a0ad4
NR
1# display options configuration
2
3# The contact list format is basically a list of VCF field names
4# separated by a pipe and optionally parametrised.
5# The parameters allows you to:
6# - @x: (the 'x' is the letter 'x') show only a present/not present info
7# - @n: limit the size to a fixed value 'n'
8# - @+: expand the size of this field as much as possible
9#
10# You can cycle through them if you have more than one
11# (in this case, separate them with a comma (',')
12CONTACT_LIST_FORMAT = NICKNAME@10|FN@+|EMAIL@30|PHOTO@x,FN@+|EMAIL@40
3634193b
NR
13
14# The list of details to show in View Contact mode:
15# - Each detail (separated by a pipe "|" character) is visible on its own line
16# - It is made up of two parts: the label and the linked VCF field (optional),
17# separated by an equal "=", sharp "#", plus "+" or asterisk "*" sign
18# - "=FIELD" will take the preferred value for this field
19# - "+FIELD" will take the preferred value for this field and highlight it
20# - "#FIELD" will take all the values with this field's name
21# - "*FIELD" will take all the values with this field's name, highlighting the preferred one
22#
23# Example:
24# CONTACT_DETAILS_INFO = Phone:=TEL|eMail:=EMAIL
25#
26# This will print two lines in View mode:
27# Phone: +32 888 88 88 88
28# eMail: nobody@nowhere.com
29CONTACT_DETAILS_INFO = Phone:=TEL|eMail:=EMAIL
30
31# The size of the details' labels
32CONTACT_DETAILS_LABEL_WIDTH = 12