More i18n, v1.0 ready
[jvcard.git] / src / be / nikiroo / jvcard / resources / resources.properties
CommitLineData
e7418457
NR
1# default 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
88eb8122 9
e7418457
NR
10# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
11# Tab key
668268fc 12KEY_TAB = TAB
e7418457
NR
13# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
14# Enter key
668268fc 15KEY_ENTER = ENT
88eb8122
NR
16# (WHAT: Action key, WHERE: All screens except the first (KEY_ACTION_QUIT))
17# Go back to previous screen
668268fc 18KEY_ACTION_BACK = Back
88eb8122
NR
19# (WHAT: Action key, WHERE: MainWindow)
20# Get help text
668268fc 21KEY_ACTION_HELP = Help
88eb8122
NR
22# (WHAT: Action key, WHERE: FileList)
23# View the selected card
668268fc 24KEY_ACTION_VIEW_CARD = Open
88eb8122
NR
25# (WHAT: Action key, WHERE: ContactList)
26# View the selected contact
e7418457 27KEY_ACTION_VIEW_CONTACT = Open
88eb8122
NR
28# (WHAT: Action key, WHERE: ContactDetails)
29# Edit the contact
668268fc 30KEY_ACTION_EDIT_CONTACT = Edit
88eb8122
NR
31# (WHAT: Action key, WHERE: ContactDetails)
32# Edit the contact in RAW mode
33KEY_ACTION_EDIT_CONTACT_RAW = Raw
34# (WHAT: Action key, WHERE: ContactDetailsRaw)
35# Edit the RAW field
36KEY_ACTION_EDIT_FIELD = Edit
37# (WHAT: Action key, WHERE: ContactList)
38# Save the whole card
e7418457 39KEY_ACTION_SAVE_CARD = Save
88eb8122
NR
40# (WHERE: ContactList/ContactDetailsRaw)
41# Delete the selected element
42KEY_ACTION_DELETE = Delete
43# (WHAT: Action key, WHERE: ContactList)
44# Filter the displayed contacts
e7418457 45KEY_ACTION_SEARCH = Search
88eb8122
NR
46# (FORMAT: we could use: ' ', ┃, │...)
47# Field separator
e7418457 48DEAULT_FIELD_SEPARATOR = ┃
88eb8122
NR
49# (WHAT: Action key, WHERE: ContactDetails)
50# Invert the photo's colours
668268fc 51KEY_ACTION_INVERT = Invert colours
88eb8122
NR
52# (WHAT: Action key, WHERE: ContactDetails)
53# Show the photo in 'fullscreen'
668268fc 54KEY_ACTION_FULLSCREEN = Fullscreen
88eb8122
NR
55# (WHAT: Action key, WHERE: ContactList, ContactDetails, ContactDetailsRaw)
56# Switch between the available display formats
e7418457 57KEY_ACTION_SWITCH_FORMAT = Change view
9b8cb729
NR
58# (WHAT: Action key, WHERE: Contact list, Edit Contact)
59# Add a new contact/field
60KEY_ACTION_ADD = Add
61# (WHAT: User question: TEXT, WHERE: Contact list)
62# New contact
63ASK_USER_CONTACT_NAME = New contact name:
64# (WHAT: User question: [Y|N], WHERE: Contact list, FORMAT: %s = contact name)
65# Delete contact
66CONFIRM_USER_DELETE_CONTACT = Delete "%s"? [Y/N]
67# (WHAT: Error, WHERE: Contact list, FORMAT: %s = contact name)
68# cannot delete a contact
69ERR_CANNOT_DELETE_CONTACT = Cannot delete "%s"
88eb8122
NR
70# (WHAT: CLI --help)
71# The Help message header line
72CLI_HELP = jVCard is a small contact manager written in Java\n\
73It supports the VCF and aBook formats, though it uses VCF internally\n\
74You can get the latest version at https://github.com/nikiroo/jvcard
75# (WHAT: CLI --help)
76# The Help message line before explaining the different modes
77CLI_HELP_MODES = You can use jVCard in different modes:
78# (WHAT: CLI --help)
79# The Help message line for help usage
80CLI_HELP_MODE_HELP = print this help message
81# (WHAT: CLI --help)
82# The Help message line for contact manager usage
83CLI_HELP_MODE_CONTACT_MANAGER = launch the contact manager
84# (WHAT: CLI --help)
85# The Help message line for contact manager usage
86CLI_HELP_MODE_I18N = generate the i18n resource file for LANG in the directory DIR
87# (WHAT: CLI --help)
88# The Help message line for jVCard server usage
89CLI_HELP_MODE_SERVER = launch a jVCard remote server on port PORT
90# (WHAT: CLI --help)
91# The Help message line for --load-photo usage
92CLI_HELP_MODE_LOAD_PHOTO = load the contact photos (following FORMAT) from DIR
93# (WHAT: CLI --help)
94# The Help message line for --save-photo usage
95CLI_HELP_MODE_SAVE_PHOTO = save the contact photos (following FORMAT) into DIR
96# (WHAT: CLI --help)
97# The Help message line for config save usage
98CLI_HELP_MODE_SAVE_CONFIG = save the configuration files into DIR
99# (WHAT: CLI --help)
100# The Help message line before the list of options
101CLI_HELP_OPTIONS = The following options are supported:
102# (WHAT: CLI --help)
103# The Help message line for: --
104CLI_HELP_DD = stop looking for options
105# (WHAT: CLI --help)
106# The Help message line for: --
107CLI_HELP_LANG = manually set the language to LANG
108# (WHAT: CLI --help)
109# The Help message line for: --
110CLI_HELP_GUI = force the SWING terminal emulator
111# (WHAT: CLI --help)
112# The Help message line for: --
113CLI_HELP_TUI = force text mode (and supports headless JRE)
114# (WHAT: CLI --help)
115# The Help message line for: --
116CLI_HELP_NOUTF = do not use UTF-8, prefer simple ASCII
117# (WHAT: CLI --help)
118# The Help message line for: --
119CLI_HELP_CONFIG = set the configuration directory to DIR
120# (WHAT: CLI --help)
121# The Help message footer about files and jvcard:// links
122CLI_HELP_FOOTER = All other parameters are taken as cards:\n\
123\t- files will be opened as VCF if they end in .vcf\n\
124\t- files will be opened as aBook if they don't end in .vcf\n\
125\t- directory will be scanned for files (not recursive)\n\
126\t- remote jvcard cards "jvcard://server:port/name" are supported\n\
127\t- remote jvcard cards lists "jvcard://server:port/" are supported
128# (WHAT: CLI ERROR, FORMAT: %s = the error)
129# Syntax error: SOME TEXT
130CLI_SERR = Syntax error: %s
131# (WHAT: CLI ERROR)
132# More than one mode given
133CLI_SERR_MODES = you can only use one of: \n\
134\t--server\n\
135\t--save-config\n\
136\t--i18n\n\
137\t--load-photo\n\
138\t--save-photo
139# (WHAT: CLI ERROR)
140# --lang is required
141CLI_SERR_NOLANG = language is required
142# (WHAT: CLI ERROR)
143# The dir is required
144CLI_SERR_NODIR = directory is required
145# (WHAT: CLI ERROR)
146# The port is required
147CLI_SERR_NOPORT = port is required
148# (WHAT: CLI ERROR)
149# The format is required
150CLI_SERR_NOFORMAT = format is required
151# (WHAT: CLI ERROR, FORMAT: %s = bad port)
152# The port is not valid
153CLI_SERR_BADPORT = not a valid port: %
154# (WHAT: CLI ERROR, FORMAT: %s = mode)
155# Card files are not supported in mode %s
156CLI_SERR_CANNOT_CARDS = cards are not supported in mode %s
157# (WHAT: CLI ERROR, FORMAT: %s = the error)
158# Error: SOME TEXT
159CLI_ERR = Error:
160# (WHAT: CLI ERROR)
161# No files given
162CLI_ERR_NOFILES = no cards to open
163# (WHAT: CLI ERROR, FORMAT: %s = dir)
164# Cannot create conf dir %s
165CLI_ERR_CANNOT_CREATE_CONFDIR = cannot create configuration directory: %s
166# (WHAT: CLI ERROR)
167# Remoting not available
168CLI_ERR_NO_REMOTING = remoting support not available
169# (WHAT: CLI ERROR)
170# TUI not available
171CLI_ERR_NO_TUI = TUI support not available
172# (WHAT: CLI ERROR, FORMAT: %s = dir)
173# Cannot create/update language in dir %s
174CLI_ERR_CANNOT_CREATE_LANG = cannot create/update the language file in: %s
175# (WHAT: CLI ERROR, FORMAT: %s = card)
176# Cannot open card %s
177CLI_ERR_CANNOT_OPEN = cannot open card: %s
178# (WHAT: CLI ERROR, FORMAT: %s = contact FN)
179# Cannot save photo of contact %s
180CLI_ERR_CANNOT_SAVE_PHOTO = cannot save photo of contact: %s
181# (WHAT: CLI ERROR)
182# Cannot start the program with the given cards
183CLI_ERR_CANNOT_START = cannot start the program with the given cards