aboutsummaryrefslogtreecommitdiff
path: root/src/locale/pt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/pt.sh')
-rw-r--r--src/locale/pt.sh36
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
-)"