mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
reg: Update Portuguese translation and convert to UTF8.
This commit is contained in:
parent
3373ed8fbb
commit
2f48c23e58
@ -22,7 +22,9 @@
|
||||
|
||||
#include "reg.h"
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
@ -30,4 +32,9 @@ STRINGTABLE
|
||||
STRING_ADD_USAGE, "REG ADD nome_chave [/v nome_valor | /ve] [/t tipo] [/s separador] [/d dados] [/f]\n"
|
||||
STRING_DELETE_USAGE, "REG DELETE nome_chave [/v nome_valor | /ve | /va] [/f]\n"
|
||||
STRING_QUERY_USAGE, "REG QUERY nome_chave [/v nome_valor | /ve] [/s]\n"
|
||||
STRING_SUCCESS, "A operação foi completada com sucesso\n"
|
||||
STRING_INVALID_KEY, "Erro: Nome de chave inválido\n"
|
||||
STRING_INVALID_CMDLINE, "Erro: Parâmetros da linha de comandos inválidos\n"
|
||||
STRING_NO_REMOTE, "Erro: Incapaz de adicionar chaves à máquina remota\n"
|
||||
STRING_CANNOT_FIND, "Erro: O sistema foi incapaz de encontrar a chave de registo ou valor especificado\n"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user