X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2Fresources.properties;h=ac55df23e217142fc7955555e29342eee8b4c080;hb=9b8cb729d5105f34eb4b1e5975166c6c5f867fa2;hp=dce79cc066f1ed4a298258c2dbcb779f7c4da81a;hpb=2a96e7b2cf3f155cccc633272b2f547ffd8f4672;p=jvcard.git diff --git a/src/be/nikiroo/jvcard/resources/resources.properties b/src/be/nikiroo/jvcard/resources/resources.properties index dce79cc..ac55df2 100644 --- a/src/be/nikiroo/jvcard/resources/resources.properties +++ b/src/be/nikiroo/jvcard/resources/resources.properties @@ -1,18 +1,40 @@ -# 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 +# (WHAT: Action key, WHERE: Contact list, Edit Contact) +# Add a new contact/field +KEY_ACTION_ADD = Add +# (WHAT: User question: TEXT, WHERE: Contact list) +# New contact +ASK_USER_CONTACT_NAME = New contact name: +# (WHAT: User question: [Y|N], WHERE: Contact list, FORMAT: %s = contact name) +# Delete contact +CONFIRM_USER_DELETE_CONTACT = Delete "%s"? [Y/N] +# (WHAT: Error, WHERE: Contact list, FORMAT: %s = contact name) +# cannot delete a contact +ERR_CANNOT_DELETE_CONTACT = Cannot delete "%s"