aboutsummaryrefslogtreecommitdiff
path: root/src/locale/fr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/fr.sh')
-rw-r--r--src/locale/fr.sh36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/locale/fr.sh b/src/locale/fr.sh
deleted file mode 100644
index 11bb792..0000000
--- a/src/locale/fr.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-# shellcheck disable=2034
-set -eu
-
-MSG_USAGE="$(cat <<-'EOF'
- Usage: git permalink [-phV] FICHIER [LINENO]
-EOF
-)"
-
-MSG_HELP="$(cat <<-'EOF'
- 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.
-EOF
-)"
-
-MSG_MISSING_FILE="$(cat <<-'EOF'
- L'argument FICHIER manque.
-EOF
-)"
-
-MSG_UNSUPPORTED_ORIGIN="$(cat <<-'EOF'
- Origine n'est pas supporté: %s.
-
- Ajouter un modèle de remplacement pour utilisér git-permalink (regarde
- "man git-permalink" pour les instructions).
-EOF
-)"
-
-MSG_OPEN="$(cat <<-'EOF'
- Ouverture de %s
-EOF
-)"