Translation: update system to support arguments, add some translations
[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