Translation: update system to support arguments, add some translations
[jvcard.git] / src / be / nikiroo / jvcard / resources / resources_fr.properties
index 609beafddbfc9e59aeac89d2d177ac93e50d2ee6..d7fca13fc5a52aaf915ce7249aad9d15d68f7394 100644 (file)
@@ -1,21 +1,40 @@
-# French translation file (UTF-8)
-# Note : les clefs peuvent être suffixées de _NOUTF
-# pour forcer une autre version quand le flag --noutf
-# est passé au programme 
+# français (fr) 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.
+# 
 
-# les deux touches qui suivent DOIVENT faire 3 caractères de 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
-# autres options: " ", ┃, │...
-DEAULT_FIELD_SEPARATOR =  ┃
-DEAULT_FIELD_SEPARATOR_NOUTF = |
 KEY_ACTION_BACK = Retour
 KEY_ACTION_HELP = Aide
-KEY_ACTION_VIEW_CONTACT = Afficher
 KEY_ACTION_VIEW_CARD = Ouvrir
+KEY_ACTION_VIEW_CONTACT = Afficher
 KEY_ACTION_EDIT_CONTACT = Éditer
+KEY_ACTION_SAVE_CARD = Sauver
 KEY_ACTION_DELETE_CONTACT = Supprimer
-KEY_ACTION_SWITCH_FORMAT = Autre affichage
+KEY_ACTION_SEARCH = Rechercher
+# we could use: ' ', ┃, │...
+DEAULT_FIELD_SEPARATOR = ┃
+DEAULT_FIELD_SEPARATOR_NOUTF = |
 KEY_ACTION_INVERT = Couleurs inversées
 KEY_ACTION_FULLSCREEN = Plein écran
-KEY_ACTION_SEARCH = Rechercher
+KEY_ACTION_SWITCH_FORMAT = Autre affichage
+# (WHAT: Action key, WHERE: Contact list, Edit Contact)
+# Add a new contact/field
+KEY_ACTION_ADD = Ajouter
+# (WHAT: User question: TEXT, WHERE: Contact list)
+# New contact
+ASK_USER_CONTACT_NAME = Nom du nouveau contact:
+# (WHAT: User question: [Y|N], WHERE: Contact list, FORMAT: %s = contact name)
+# Delete contact
+CONFIRM_USER_DELETE_CONTACT = Supprimer "%s"? [Y/N]
+# (WHAT: Error, WHERE: Contact list, FORMAT: %s = contact name)
+# cannot delete a contact
+ERR_CANNOT_DELETE_CONTACT = Impossible de supprimer "%s"