https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2f2167abb0bad3e0988d6…
commit 2f2167abb0bad3e0988d65c7d1141d9170f40c42
Author: Jose Carlos Jesus <zecarlos1957(a)hotmail.com>
AuthorDate: Thu Jan 11 10:59:11 2024 +0000
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Jan 11 11:59:11 2024 +0100
[BOOTDATA] Add Portuguese (pt-PT) translation to hivecls.inf (#6218)
---
boot/bootdata/hivecls.inf | 43 +++++++++++++++++++++++++++++++++++++++++++
boot/bootdata/hivesys.inf | 2 +-
2 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/boot/bootdata/hivecls.inf b/boot/bootdata/hivecls.inf
index 3dda5a8c7ce..19861ab539b 100644
--- a/boot/bootdata/hivecls.inf
+++ b/boot/bootdata/hivecls.inf
@@ -1008,6 +1008,49 @@ REPAIR="Napraw"
TEST="Testuj"
;------------------------------------------------------------------------
+
+; LANG_PORTUGUESE SUBLANG_NEUTRAL
+[Strings.0016]
+;; In shell32.dll
+CPLFILE_OPENWITH="Abrir com o Painel de Control"
+
+;; In hhctrl.ocx
+CHMFILE="Ficheiro de ajuda HTML compilado"
+
+;; In msxml3r.dll
+XMLFILE="Documento XML"
+XSLFILE="Folha de estilos XSL"
+
+;; In msi.dll
+MSIPACK="Pacote de instalação do ReactOS"
+
+;; In themeui.dll
+MSSTYLESFILE="Ficheiro de estilo visual"
+THEMEFILE="Ficheiro de temas"
+
+;; In some multimedia exe/dll
+WAVFILE="Ficheiro de audio"
+MIDFILE="Sequência MIDI"
+CDAFILE="Pista de audio CD"
+AVIFILE="Sequência de vídeo"
+
+;; Misc file types without friendly (localized in .dll resources) name
+CSSFILE="Folha de estilos em cascada"
+SCFFILE="Comando do Explorador ReactOS"
+WMZFILE="Metarquivo aprimorado compactado"
+
+;; For .reg files, right-click menu
+MERGE="Combinar"
+
+;; For screensaver (*.scr) and MSI install package (*.msi) files, right-click menu
+CONFIGURE="Configurar"
+INSTALL="Instalar"
+UNINSTALL="Desinstalar"
+REPAIR="Reparar"
+TEST="Testar"
+
+;------------------------------------------------------------------------
+
; LANG_ROMANIAN SUBLANG_NEUTRAL
[Strings.0018]
;; In shell32.dll
diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index 18d3c2a20fc..eb22a18637b 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -2746,7 +2746,7 @@ SECLOGON_SERVICE_DESCRIPTION="Activa processos de início sob
credenciais altern
SERVER_SERVICE="Servidor"
SERVER_SERVICE_DESCRIPTION="Suporta a partilha de ficheiros, impressoras e recursos
de rede."
-SPOOLER_SERVICE="Spooler de impressão"
+SPOOLER_SERVICE="Fila de impressão"
SPOOLER_SERVICE_DESCRIPTION="Carrega ficheiros na memória para impressão
posterior."
TCPSVCS_SERVICE="Serviços TCP/IP simples"