Skip to content

Commit

Permalink
Languages: Import Portuguese from fd-nls
Browse files Browse the repository at this point in the history
Note the codepage is 860, not sure how that plays out with the Euro
currency symbol.
  • Loading branch information
andrewbird authored and PerditionC committed Jan 13, 2022
1 parent 78c9adc commit aefaf86
Show file tree
Hide file tree
Showing 3 changed files with 1,515 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rm -rf _output
mkdir _output

# Which ones to build
LANGUAGES="english dutch finnish french german italian polish pt_br russian serbian slovene spanish swedish turkish ukr yu437"
LANGUAGES="english dutch finnish french german italian polish pt pt_br russian serbian slovene spanish swedish turkish ukr yu437"

# GCC
for lng in ${LANGUAGES} ; do
Expand Down
77 changes: 77 additions & 0 deletions strings/pt.err
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# $Id: DEFAULT.ERR $
#
# Critical error national customization file
#
# Language: Portuguese
# Codepage: CP860
# Author: Fabjo Arbaro
#


## Primary strings
S2
BLOCK_DEVICE: Erro %1 na unidade %A: %2 área: %3
S3
CHAR_DEVICE: Erro %1 no dispositivo %A: %3

## kind of operation
S0
READ: lendo de
S1
WRITE: escrevendo para

## kind of failed area of block devices
S4
DOS: DOS
S5
FAT: FAT
S6
ROOT: raiz
S7
DATA: dados

## action strings
S8
IGNORE: (I)gnorar
S9
RETRY: (R)epetir
S10
ABORT: (A)bortar
S11
FAIL: (F)alhar
## keys associated with the actions
S14 (compacted)
KEYS_IGNORE: iI
KEYS_RETRY: rR
KEYS_ABORT: aA
KEYS_FAIL: fF
## embedded strings
S12
QUESTION: ? %.
S13
DELIMITER: , %.

## Error strings
UNKNOWN: Código de erro desconhecido
S15
0: tentativa de violação de protecção de escrita
1: unidade desconhecida para controlador
2: unidade não preparada
3: comando desconhecido dado a controlador
4: erro de dados (código CRC inválido)
5: dimensão da estructura de pedido ao controlador inválida
6: erro de busca
7: tipo de suporte desconhecido
8: sector não encontrado
9: impressora sem papel
10: falha de escrita
11: falha de leitura
12: falha genérica
13: falha de partilha
14: falha de bloqueio
15: troca de disco inválida
16: FCB indisponível
17: memória partilhada esgotada
18: página de códigos incompatível
19: entrada esgotada
20: espaço em disco insuficiente
Loading

0 comments on commit aefaf86

Please sign in to comment.