aboutsummaryrefslogtreecommitdiff
path: root/src/locale/fr.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/locale/fr.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/locale/fr.sh b/src/locale/fr.sh
new file mode 100644
index 0000000..455912f
--- /dev/null
+++ b/src/locale/fr.sh
@@ -0,0 +1,20 @@
+#!/bin/sh
+set -eu
+
+MSG_USAGE='Usage: git permalink [-phV] FICHIER [LINENO]'
+
+MSG_HELP='Options:
+ -p seulement imprimez le lien, n'"'"'essayez pas de l'"'"'ouvrir
+ -h, --help afficher ce message d'"'"'aide
+ -V, --version imprime le numeró de version
+
+Voir "man git-permalink" pour plus d'"'"'informations.'
+
+MSG_MISSING_FILE="L'argument FICHIER manque."
+
+MSG_UNSUPPORTED_ORIGIN='Origine n'"'"'es pas supporté: %s.
+
+Ajouter un modèle de remplacement pour utilisér git-permalink (regarde
+"man git-permalink.1" pour les instructions).'
+
+MSG_OPEN='Ouverture de %s'