]> git.mjollnir.org Git - s9y.git/commitdiff
wysiwyg lang
authorgarvinhicking <garvinhicking>
Sat, 30 Jul 2005 14:47:39 +0000 (14:47 +0000)
committergarvinhicking <garvinhicking>
Sat, 30 Jul 2005 14:47:39 +0000 (14:47 +0000)
htmlarea/lang/pt_pt.js [new file with mode: 0644]
lang/serendipity_lang_pt.inc.php

diff --git a/htmlarea/lang/pt_pt.js b/htmlarea/lang/pt_pt.js
new file mode 100644 (file)
index 0000000..536139a
--- /dev/null
@@ -0,0 +1,143 @@
+// I18N constants
+
+// LANG: "pt_pt", ENCODING: UTF-8 | ISO-8859-1
+// Author: João P Matos, jmatos@math.ist.utl.pt
+
+// FOR TRANSLATORS:
+//
+//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
+//      (at least a valid email address)
+//
+//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
+//      (if this is not possible, please include a comment
+//       that states what encoding is necessary.)
+
+
+HTMLArea.I18N = {
+
+       // the following should be the filename without .js extension
+       // it will be used for automatically load plugin language.
+       lang: "pt_pt",
+
+       tooltips: {
+               bold:           "Negrito",
+               italic:         "Itálico",
+               underline:      "Sublinhado",
+               strikethrough:  "Riscado",
+               subscript:      "Subscrito",
+               superscript:    "Superescrito",
+               justifyleft:    "Alinhado à esquerda",
+               justifycenter:  "Centrado",
+               justifyright:   "Alinhado à direita",
+               justifyfull:    "Justificado",
+               orderedlist:    "Lista ordenada",
+               unorderedlist:  "Lista não ordenada",
+               outdent:        "Diminuir a indentação",
+               indent:         "Aumentar a indentação",
+               forecolor:      "Cor do texto",
+               hilitecolor:    "Cor de ênfase",
+               horizontalrule: "Linha horizontal",
+               createlink:     "Inserir uma hiperligação",
+               insertimage:    "Inserir/Modificar uma imagem",
+               inserttable:    "Inserir uma tabela",
+               htmlmode:       "Mostrar código fonte",
+               popupeditor:    "Alargar o editor",
+               about:          "A propósito do editor",
+               showhelp:       "Ajuda do editor",
+               textindicator:  "Estilo corrente",
+               undo:           "Anular a última acção",
+               redo:           "Repetir a última acção",
+               cut:            "Cortar",
+               copy:           "Copiar",
+               paste:          "Colar",
+               lefttoright:    "Da esquerda para a direita",
+               righttoleft:    "Da direita para a esquerda"
+       },
+
+       buttons: {
+               "ok":           "OK",
+               "cancel":       "Cancelar"
+       },
+
+       msg: {
+               "Path":         "Caminho",
+               "TEXT_MODE":    "Está em MODO TEXTO.  Premir o botão [<>] para regressar ao modo gráfico.",
+
+               "IE-sucks-full-screen" :
+               // translate here
+               "O modo de écrã completo pode causar problemas ao IE, " +
+               "devido a problemas deste que foram impossíveis de evitar.  " +
+               "Os sintomas podem ser erros no écrã, a falta de " +
+               "funções no editor ou flahas catastróficas aletórias do sistema operativo.  Se o seu  " +
+               "sistema é Windows 9x, il est possibleé possível que sofra um erro de tipo " +
+               "'General Protection Fault' e que tenha de recomeçar o seu computador." +
+               "\n\nConsidere-se avisado.  Prima OK se deseja mesmo assim " +
+               "testar o modo de écrã."
+       },
+
+       dialogs: {
+               "OK"                                                : "OK",
+               "Cancel"                                            : "Cancelar",
+               "Alignment:"                                        : "Alinhamento:",
+               "Not set"                                           : "Não definido",
+               "Left"                                              : "Esquerda",
+               "Right"                                             : "Direita",
+               "Texttop"                                           : "Topo do texto",
+               "Absmiddle"                                         : "Absmiddle",
+               "Baseline"                                          : "Linha base",
+               "Absbottom"                                         : "Absbottom",
+               "Bottom"                                            : "Fundo",
+               "Middle"                                            : "Meio",
+               "Top"                                               : "Topo",
+
+               "Layout"                                            : "Formatação",
+               "Spacing"                                           : "Espaçamento",
+               "Horizontal:"                                       : "Horizontal:",
+               "Horizontal padding"                                : "Enchimento horizontal",
+               "Vertical:"                                         : "Vertical:",
+               "Vertical padding"                                  : "Enchimento vertical",
+               "Border thickness:"                                 : "Espessura do bordo:",
+               "Leave empty for no border"                         : "Deixar vazio para ausência de bordo",
+
+               // Insert Link
+               "Insert/Modify Link"                                : "Inserir/Modificar ligação",
+               "None (use implicit)"                               : "Nenhum (por omissão)",
+               "New window (_blank)"                               : "Nova janela (_blank)",
+               "Same frame (_self)"                                : "Mesmo caixilho (_self)",
+               "Top frame (_top)"                                  : "Caixilho de topo (_top)",
+               "Other"                                             : "Outro",
+               "Target:"                                           : "Alvo:",
+               "Title (tooltip):"                                  : "Título (tooltip):",
+
+               "URL:"                                              : "Endereço web:",
+               "You must enter the URL where this link points to"  : "Deve introduzir o endereço da ligação",
+
+               // Insert Table
+               "Insert Table"                                      : "Inserir Tabela",
+               "Rows:"                                             : "Linhas:",
+               "Number of rows"                                    : "Número de linhas",
+               "Cols:"                                             : "Colunas:",
+               "Number of columns"                                 : "Número de colunas",
+               "Width:"                                            : "Largura:",
+               "Width of the table"                                : "Largura da tabela",
+               "Percent"                                           : "Percentagem",
+               "Pixels"                                            : "Pixéis",
+               "Em"                                                : "Em",
+               "Width unit"                                        : "Unidade de largura",
+               "Positioning of this table"                         : "Posicionamento da tabela",
+               "Cell spacing:"                                     : "Espaçamento da célula:",
+               "Space between adjacent cells"                      : "Espaço entre células adjacentes",
+               "Cell padding:"                                     : "Enchimento da célula:",
+               "Space between content and border in cell"          : "Espaço entre conteúdo e bordo da célula",
+               // Insert Image
+               "Insert Image"                                      : "Inserir imagem",
+               "Image URL:"                                        : "Endereço da imagem:",
+               "Enter the image URL here"                          : "Introduza o endereço da imagem aqui",
+               "Preview"                                           : "Previsão",
+               "Preview the image in a new window"                 : "Prever a imagem numa nova janela",
+               "Alternate text:"                                   : "Texto alternativo:",
+               "For browsers that don't support images"            : "Para navegadores que não suportam imagens",
+               "Positioning of this image"                         : "Posicionamento desta imagem",
+               "Image Preview:"                                    : "Previsão da imagem:"
+       }
+};
index ee2667f5e5a769497190be9a6b49ee6fcdf0d5a2..a4a9df2ae6c6a7d3e405e443f227570f499f28c0 100644 (file)
@@ -7,7 +7,7 @@
 @define('LANG_CHARSET', 'ISO-8859-1');
 @define('DATE_LOCALES', 'portuguese brazilian, pt, pt_BR');
 @define('DATE_FORMAT_ENTRY', '%A, %e de %B de %Y');
-@define('WYSIWYG_LANG', 'pt_br');
+@define('WYSIWYG_LANG', 'pt_pt');
 @define('LANG_DIRECTION', 'ltr');
 
 @define('SERENDIPITY_ADMIN_SUITE', 'Painel de Administração do Serendipity');