Translation: update system to support arguments, add some translations
[jvcard.git] / src / be / nikiroo / jvcard / resources / resources_en.properties
CommitLineData
e7418457
NR
1# English (en) translation file (UTF-8)
2#
d56a0ad4
NR
3# Note that any key can be doubled with a _NOUTF suffix
4# to use when the flag --noutf is passed
e7418457
NR
5#
6# Also, the comments always refer to the key below them.
7#
668268fc 8
e7418457
NR
9# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
10# Tab key
668268fc 11KEY_TAB = TAB
e7418457
NR
12# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
13# Enter key
668268fc 14KEY_ENTER = ENT
668268fc
NR
15KEY_ACTION_BACK = Back
16KEY_ACTION_HELP = Help
668268fc 17KEY_ACTION_VIEW_CARD = Open
e7418457 18KEY_ACTION_VIEW_CONTACT = Open
668268fc 19KEY_ACTION_EDIT_CONTACT = Edit
e7418457 20KEY_ACTION_SAVE_CARD = Save
668268fc 21KEY_ACTION_DELETE_CONTACT = Delete
e7418457
NR
22KEY_ACTION_SEARCH = Search
23# we could use: ' ', ┃, │...
24DEAULT_FIELD_SEPARATOR = ┃
25DEAULT_FIELD_SEPARATOR_NOUTF = |
668268fc
NR
26KEY_ACTION_INVERT = Invert colours
27KEY_ACTION_FULLSCREEN = Fullscreen
e7418457 28KEY_ACTION_SWITCH_FORMAT = Change view
9b8cb729
NR
29# (WHAT: Action key, WHERE: Contact list, Edit Contact)
30# Add a new contact/field
31KEY_ACTION_ADD = Add
32# (WHAT: User question: TEXT, WHERE: Contact list)
33# New contact
34ASK_USER_CONTACT_NAME = New contact name:
35# (WHAT: User question: [Y|N], WHERE: Contact list, FORMAT: %s = contact name)
36# Delete contact
37CONFIRM_USER_DELETE_CONTACT = Delete "%s"? [Y/N]
38# (WHAT: Error, WHERE: Contact list, FORMAT: %s = contact name)
39# cannot delete a contact
40ERR_CANNOT_DELETE_CONTACT = Cannot delete "%s"