X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2Fresources.properties;h=c35e0790ad251e22b14881d6e6f32f7778dd5b71;hp=14428eadd614e2a3df4f65a8176c3ac8ff0e428e;hb=e741845793d462cdb06f27423fa761bb5b8ebd6b;hpb=d56a0ad492604eb310ca852a639f2e4f22a702d3 diff --git a/src/be/nikiroo/jvcard/resources/resources.properties b/src/be/nikiroo/jvcard/resources/resources.properties index 14428ea..c35e079 100644 --- a/src/be/nikiroo/jvcard/resources/resources.properties +++ b/src/be/nikiroo/jvcard/resources/resources.properties @@ -1,20 +1,28 @@ -# English translation file (UTF-8) +# default translation file (UTF-8) +# # Note that any key can be doubled with a _NOUTF suffix # to use when the flag --noutf is passed +# +# Also, the comments always refer to the key below them. +# -# those 2 keys MUST be 3-characters long +# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long) +# Tab key KEY_TAB = TAB +# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long) +# Enter key KEY_ENTER = ENT -# we could use: " ", ┃, │... -DEAULT_FIELD_SEPARATOR = ┃ -DEAULT_FIELD_SEPARATOR_NOUTF = | KEY_ACTION_BACK = Back KEY_ACTION_HELP = Help -KEY_ACTION_VIEW_CONTACT = Open KEY_ACTION_VIEW_CARD = Open +KEY_ACTION_VIEW_CONTACT = Open KEY_ACTION_EDIT_CONTACT = Edit +KEY_ACTION_SAVE_CARD = Save KEY_ACTION_DELETE_CONTACT = Delete -KEY_ACTION_SWITCH_FORMAT = Change view +KEY_ACTION_SEARCH = Search +# we could use: ' ', ┃, │... +DEAULT_FIELD_SEPARATOR = ┃ +DEAULT_FIELD_SEPARATOR_NOUTF = | KEY_ACTION_INVERT = Invert colours KEY_ACTION_FULLSCREEN = Fullscreen -KEY_ACTION_SEARCH = Search +KEY_ACTION_SWITCH_FORMAT = Change view