You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
3.4 KiB
84 lines
3.4 KiB
// I18N constants
|
|
// Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>
|
|
//Brazilian Portuguese Translation adptation for Dokeos 1.6 by Eziquiel Menta <ementa@gmail.com>
|
|
HTMLArea.I18N = {
|
|
|
|
// the following should be the filename without .js extension
|
|
// it will be used for automatically load plugin language.
|
|
lang: "brazilian",
|
|
|
|
tooltips: {
|
|
bold: "Negrito",
|
|
italic: "Itálico",
|
|
underline: "Sublinhado",
|
|
strikethrough: "Tachado",
|
|
subscript: "Subescrito",
|
|
superscript: "Sobrescrito",
|
|
justifyleft: "Alinhar à Esquerda",
|
|
justifycenter: "Centralizar",
|
|
justifyright: "Alinhar à Direita",
|
|
justifyfull: "Justificar",
|
|
orderedlist: "Lista Numerada",
|
|
unorderedlist: "Lista Marcadores",
|
|
outdent: "Diminuir Indentação",
|
|
indent: "Aumentar Indentação",
|
|
forecolor: "Cor da Fonte",
|
|
hilitecolor: "Cor do Fundo",
|
|
inserthorizontalrule: "Linha Horizontal",
|
|
createlink: "Inserir Link",
|
|
insertimage: "Inserir Imagem",
|
|
inserttable: "Inserir Tabela",
|
|
htmlmode: "Ver Código-Fonte",
|
|
popupeditor: "Expandir Editor",
|
|
about: "Sobre",
|
|
help: "Ajuda",
|
|
textindicator: "Estilo Atual",
|
|
undo: "Desfazer última ação",
|
|
redo: "Refazer última ação",
|
|
cut: "Recortar seleção",
|
|
copy: "Copiar seleção",
|
|
paste: "Paste from clipboard",
|
|
insertflash: "Inserir Flash",
|
|
insertmp3: "Inserir mp3",
|
|
insertvideo: "Inserir Vídeo",
|
|
insertlatex: "Inserir Latex"
|
|
},
|
|
|
|
buttons: {
|
|
"ok": "OK",
|
|
"cancel": "Cancelar"
|
|
},
|
|
|
|
msg: {
|
|
"Path": "Path",
|
|
"TEXT_MODE": "Você está no MODO TEXTO. Use o botão [<>] para mudar para o MODO WYSIWYG.",
|
|
|
|
"IE-sucks-full-screen" :
|
|
// translate here
|
|
"Sabe-se que a tela cheia pode causar problemas com o Internet Explorer, " +
|
|
"due to browser bugs that we weren't able to workaround. You might experience garbage " +
|
|
"display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
|
|
"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
|
|
"You have been warned. Please press OK if you still want to try the full screen editor.",
|
|
|
|
"Moz-Clipboard" :
|
|
"Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
|
|
"for security reasons. Click OK to see a technical note at mozilla.org " +
|
|
"which shows you how to allow a script to access the clipboard."
|
|
},
|
|
|
|
dialogs: {
|
|
"Cancel" : "Cancelar",
|
|
"Insert/Modify Link" : "Inserir/Modificar Link",
|
|
"New window (_blank)" : "Nova janela (_blank)",
|
|
"None (use implicit)" : "Nenhum (use implícito)",
|
|
"OK" : "OK",
|
|
"Other" : "Outro",
|
|
"Same frame (_self)" : "Mesmo frame (_self)",
|
|
"Target:" : "Alvo (Target):",
|
|
"Title (tooltip):" : "Título (tooltip):",
|
|
"Top frame (_top)" : "Top frame (_top)",
|
|
"URL:" : "URL:",
|
|
"You must enter the URL where this link points to" : "Você deve indicar para qual Página este link apontará"
|
|
}
|
|
};
|
|
|