From e22fa5d3d78008f53227014afb6b1a6622d5c1d4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 14 Sep 2021 22:07:29 -0300 Subject: Rework how translation is done Instead of variables on the code itself, each language gets its own file. --- src/locale/eo.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/locale/eo.sh (limited to 'src/locale/eo.sh') diff --git a/src/locale/eo.sh b/src/locale/eo.sh new file mode 100644 index 0000000..6e77ec9 --- /dev/null +++ b/src/locale/eo.sh @@ -0,0 +1,20 @@ +#!/bin/sh +set -eu + +MSG_USAGE='Uzmaniero: git permalink [-phV] DOSIERO [LINIONO]' + +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 + +Vidu "man git-permalink" por pliaj informoj.' + +MSG_MISSING_FILE="La argumento DOSIERO mankas." + +MSG_UNSUPPORTED_ORIGIN='Origo ne estas subtenata: %s. + +Aldoni anstataŭan ŝablonon por uzi git-permalink (vidu +"man git-permalink.1" por instrukcioj).' + +MSG_OPEN='Malfermado de %s' -- cgit v1.2.3