aboutsummaryrefslogtreecommitdiff
path: root/src/locale/eo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/eo.sh')
-rw-r--r--src/locale/eo.sh36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/locale/eo.sh b/src/locale/eo.sh
deleted file mode 100644
index e6c7ca1..0000000
--- a/src/locale/eo.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-# shellcheck disable=2034
-set -eu
-
-MSG_USAGE="$(cat <<-'EOF'
- Uzmaniero: git permalink [-phV] DOSIERO [LINIONO]
-EOF
-)"
-
-MSG_HELP="$(cat <<-'EOF'
- Ebloj:
- -p nur presas la ligon, ne provas malgermi ĝin
- -h, --help montras ĉi tiun helpmesaĝon
- -V, --version presas la versian numeron
-
- Vidu "man git-permalink" por pliaj informoj.
-EOF
-)"
-
-MSG_MISSING_FILE="$(cat <<-'EOF'
- La argumento DOSIERO mankas.
-EOF
-)"
-
-MSG_UNSUPPORTED_ORIGIN="$(cat <<-'EOF'
- Origo ne estas subtenata: %s.
-
- Aldonu anstataŭan ŝablonon por uzi git-permalink (vidu
- "man git-permalink" por instrukcioj).
-EOF
-)"
-
-MSG_OPEN="$(cat <<-'EOF'
- Malfermado de %s
-EOF
-)"