diff options
| author | EuAndreh <eu@euandre.org> | 2021-10-02 22:37:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-10-02 22:37:02 -0300 |
| commit | 4bb8a07e27f0c9645a298517b923a68c5a85cf13 (patch) | |
| tree | 2ca59c71dd02fe7659643e821854bf04b9e979ee /src/locale/eo.sh | |
| parent | TODOs.md: Mark #task-79c9aa0e-d5ef-78d2-0a01-1b5a06cce6d9 as CANCELLED (diff) | |
| download | git-permalink-4bb8a07e27f0c9645a298517b923a68c5a85cf13.tar.gz git-permalink-4bb8a07e27f0c9645a298517b923a68c5a85cf13.tar.xz | |
Use po4a for translating src/locale/en.sh
Diffstat (limited to 'src/locale/eo.sh')
| -rw-r--r-- | src/locale/eo.sh | 43 |
1 files changed, 29 insertions, 14 deletions
diff --git a/src/locale/eo.sh b/src/locale/eo.sh index fd02368..f4b92c2 100644 --- a/src/locale/eo.sh +++ b/src/locale/eo.sh @@ -1,21 +1,36 @@ -#!/bin/sh -# shellcheck disable=SC2034 -set -eu +#!/bin/sh set -eu -MSG_USAGE='Uzmaniero: git permalink [-phV] DOSIERO [LINIONO]' +MSG_USAGE="$(cat <<-'EOF' + Uzmaniero: git permalink [-phV] DOSIERO [LINIONO] +EOF +)" -MSG_HELP='Ebloj: - -p nur presas la ligon, ne provas malfermi ĝin - -h, --help montras ĉi tiun helpmesaĝon - -V, --version presas la versian numeron +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.' + Vidu "man git-permalink" por pliaj informoj. +EOF +)" -MSG_MISSING_FILE="La argumento DOSIERO mankas." +MSG_MISSING_FILE="$(echo <<-'EOF' + La argumento DOSIERO mankas. +EOF +)" -MSG_UNSUPPORTED_ORIGIN='Origo ne estas subtenata: %s. +MSG_UNSUPPORTED_ORIGIN="$(cat <<-'EOF' + Origo ne estas subtenata: %s. -Aldoni anstataŭan ŝablonon por uzi git-permalink (vidu -"man git-permalink.1" por instrukcioj).' + Aldonu anstataŭan ŝablonon por uzi git-permalink (vidu + "man git-permalink" por instrukcioj). +EOF +)" -MSG_OPEN='Malfermado de %s' +MSG_OPEN="$(cat <<-'EOF' + Malfermado de %s +EOF +)" + +# |
