diff options
author | EuAndreh <eu@euandre.org> | 2022-01-15 20:47:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-15 20:55:51 -0300 |
commit | 31a7db5bf25c411c61ded0e9de8bc65e9cd2611e (patch) | |
tree | fd7c5e94449592ce72ca0870eb104387fb21c9f9 /src/locale/pt.sh | |
parent | Makefile: Remove makefile.svg (diff) | |
download | git-permalink-31a7db5bf25c411c61ded0e9de8bc65e9cd2611e.tar.gz git-permalink-31a7db5bf25c411c61ded0e9de8bc65e9cd2611e.tar.xz |
Translate and ship strings in src/locale/*.txt
Diffstat (limited to 'src/locale/pt.sh')
-rw-r--r-- | src/locale/pt.sh | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/locale/pt.sh b/src/locale/pt.sh deleted file mode 100644 index df89a55..0000000 --- a/src/locale/pt.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# shellcheck disable=2034 -set -eu - -MSG_USAGE="$(cat <<-'EOF' - Uso: git permalink [-phV] ARQUIVO [NOLINHA] -EOF -)" - -MSG_HELP="$(cat <<-'EOF' - Opções: - -p somente imprime o link, não tenta abrí-lo - -h, --help mostra esta mensagem de ajuda - -V, --version imprime o número da versão - - Veja "man git-permalink" para mais informações. -EOF -)" - -MSG_MISSING_FILE="$(cat <<-'EOF' - Faltando argumento ARQUIVO. -EOF -)" - -MSG_UNSUPPORTED_ORIGIN="$(cat <<-'EOF' - Origem sem suporte: %s. - - Adiciona um modelo de substituição para usar no git-permalink (veja - "man git-permalink." para mais instruções). -EOF -)" - -MSG_OPEN="$(cat <<-'EOF' - Abrindo %s -EOF -)" |