From 31a7db5bf25c411c61ded0e9de8bc65e9cd2611e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 15 Jan 2022 20:47:18 -0300 Subject: Translate and ship strings in src/locale/*.txt --- src/locale/eo.sh | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 src/locale/eo.sh (limited to 'src/locale/eo.sh') 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 -)" -- cgit v1.2.3