Translation: update system to support arguments, add some translations
[jvcard.git] / src / be / nikiroo / jvcard / resources / resources_fr.properties
... / ...
CommitLineData
1# français (fr) translation file (UTF-8)
2#
3# Note that any key can be doubled with a _NOUTF suffix
4# to use when the flag --noutf is passed
5#
6# Also, the comments always refer to the key below them.
7#
8
9# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
10# Tab key
11KEY_TAB = TAB
12# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
13# Enter key
14KEY_ENTER = ENT
15KEY_ACTION_BACK = Retour
16KEY_ACTION_HELP = Aide
17KEY_ACTION_VIEW_CARD = Ouvrir
18KEY_ACTION_VIEW_CONTACT = Afficher
19KEY_ACTION_EDIT_CONTACT = Éditer
20KEY_ACTION_SAVE_CARD = Sauver
21KEY_ACTION_DELETE_CONTACT = Supprimer
22KEY_ACTION_SEARCH = Rechercher
23# we could use: ' ', ┃, │...
24DEAULT_FIELD_SEPARATOR = ┃
25DEAULT_FIELD_SEPARATOR_NOUTF = |
26KEY_ACTION_INVERT = Couleurs inversées
27KEY_ACTION_FULLSCREEN = Plein écran
28KEY_ACTION_SWITCH_FORMAT = Autre affichage
29# (WHAT: Action key, WHERE: Contact list, Edit Contact)
30# Add a new contact/field
31KEY_ACTION_ADD = Ajouter
32# (WHAT: User question: TEXT, WHERE: Contact list)
33# New contact
34ASK_USER_CONTACT_NAME = Nom du nouveau contact:
35# (WHAT: User question: [Y|N], WHERE: Contact list, FORMAT: %s = contact name)
36# Delete contact
37CONFIRM_USER_DELETE_CONTACT = Supprimer "%s"? [Y/N]
38# (WHAT: Error, WHERE: Contact list, FORMAT: %s = contact name)
39# cannot delete a contact
40ERR_CANNOT_DELETE_CONTACT = Impossible de supprimer "%s"