X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2Fresources_en.properties;h=eb08a134f890dd00e18c4280008e837fca015c05;hp=afd62a89ab8124956357aed9db3b515a4aa65259;hb=e741845793d462cdb06f27423fa761bb5b8ebd6b;hpb=d56a0ad492604eb310ca852a639f2e4f22a702d3 diff --git a/src/be/nikiroo/jvcard/resources/resources_en.properties b/src/be/nikiroo/jvcard/resources/resources_en.properties index afd62a8..eb08a13 100644 --- a/src/be/nikiroo/jvcard/resources/resources_en.properties +++ b/src/be/nikiroo/jvcard/resources/resources_en.properties @@ -1,20 +1,28 @@ -# default translation file (UTF-8) +# English (en) 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