X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2Fdisplay.properties;h=3b6a0561c764706ae8e01831513d5689fbe212ad;hp=bdb370e52b3a0732888b90a2f6d27e8efa3f883b;hb=30a4aa17f2141ad80a23447ee2e6303f6c9ef995;hpb=f29274a79cd091262b65411ce81127b9de47f9b6 diff --git a/src/be/nikiroo/jvcard/resources/display.properties b/src/be/nikiroo/jvcard/resources/display.properties index bdb370e..3b6a056 100644 --- a/src/be/nikiroo/jvcard/resources/display.properties +++ b/src/be/nikiroo/jvcard/resources/display.properties @@ -7,13 +7,18 @@ # - @n: limit the size to a fixed value 'n' # - @+: expand the size of this field as much as possible # +# In case of lists or multiple-fields values, you can select a specific +# list or field with: +# - FIELD@(0): select the first value in a list +# - FIELD@[1]: select the second field in a multiple-fields value +# # You can also add a fixed text if it starts with a simple-quote ('). # # Example: "'Contact: |N@10|FN@20|NICK@+|PHOTO@x" # # 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 +CONTACT_LIST_FORMAT = NICKNAME@10|FN@+|EMAIL@30|PHOTO@x,N@[0]@20|N@[1]@+|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 @@ -34,3 +39,7 @@ CONTACT_DETAILS_INFO = Phone:=TEL|eMail:=EMAIL # The size of the details' labels CONTACT_DETAILS_LABEL_WIDTH = 12 + +CONTACT_DETAILS_DEFAULT_FN = N@[1]|' |N@[0] + +CONTACT_DETAILS_SHOW_COMPUTED_FN = true