[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/public_html/fckeditor/editor/lang/ -> pt.js (source)

   1  /*
   2   * FCKeditor - The text editor for internet
   3   * Copyright (C) 2003-2006 Frederico Caldeira Knabben
   4   * 
   5   * Licensed under the terms of the GNU Lesser General Public License:
   6   *         http://www.opensource.org/licenses/lgpl-license.php
   7   * 
   8   * For further information visit:
   9   *         http://www.fckeditor.net/
  10   * 
  11   * "Support Open Source software. What about a donation today?"
  12   * 
  13   * File Name: pt.js
  14   *     Portuguese language file.
  15   * 
  16   * File Authors:
  17   *         Francisco Pereira (fjpereira@netcabo.pt)
  18   */
  19  
  20  var FCKLang =
  21  {
  22  // Language direction : "ltr" (left to right) or "rtl" (right to left).
  23  Dir                    : "ltr",
  24  
  25  ToolbarCollapse        : "Fechar Barra",
  26  ToolbarExpand        : "Expandir Barra",
  27  
  28  // Toolbar Items and Context Menu
  29  Save                : "Guardar",
  30  NewPage                : "Nova Página",
  31  Preview                : "Pré-visualizar",
  32  Cut                    : "Cortar",
  33  Copy                : "Copiar",
  34  Paste                : "Colar",
  35  PasteText            : "Colar como texto não formatado",
  36  PasteWord            : "Colar do Word",
  37  Print                : "Imprimir",
  38  SelectAll            : "Seleccionar Tudo",
  39  RemoveFormat        : "Eliminar Formato",
  40  InsertLinkLbl        : "Hiperligação",
  41  InsertLink            : "Inserir/Editar Hiperligação",
  42  RemoveLink            : "Eliminar Hiperligação",
  43  Anchor                : " Inserir/Editar Âncora",
  44  InsertImageLbl        : "Imagem",
  45  InsertImage            : "Inserir/Editar Imagem",
  46  InsertFlashLbl        : "Flash",
  47  InsertFlash            : "Inserir/Editar Flash",
  48  InsertTableLbl        : "Tabela",
  49  InsertTable            : "Inserir/Editar Tabela",
  50  InsertLineLbl        : "Linha",
  51  InsertLine            : "Inserir Linha Horizontal",
  52  InsertSpecialCharLbl: "Caracter Especial",
  53  InsertSpecialChar    : "Inserir Caracter Especial",
  54  InsertSmileyLbl        : "Emoticons",
  55  InsertSmiley        : "Inserir Emoticons",
  56  About                : "Acerca do FCKeditor",
  57  Bold                : "Negrito",
  58  Italic                : "Itálico",
  59  Underline            : "Sublinhado",
  60  StrikeThrough        : "Rasurado",
  61  Subscript            : "Superior à Linha",
  62  Superscript            : "Inferior à Linha",
  63  LeftJustify            : "Alinhar à Esquerda",
  64  CenterJustify        : "Alinhar ao Centro",
  65  RightJustify        : "Alinhar à Direita",
  66  BlockJustify        : "Justificado",
  67  DecreaseIndent        : "Diminuir Avanço",
  68  IncreaseIndent        : "Aumentar Avanço",
  69  Undo                : "Anular",
  70  Redo                : "Repetir",
  71  NumberedListLbl        : "Numeração",
  72  NumberedList        : "Inserir/Eliminar Numeração",
  73  BulletedListLbl        : "Marcas",
  74  BulletedList        : "Inserir/Eliminar Marcas",
  75  ShowTableBorders    : "Mostrar Limites da Tabelas",
  76  ShowDetails            : "Mostrar Parágrafo",
  77  Style                : "Estilo",
  78  FontFormat            : "Formato",
  79  Font                : "Tipo de Letra",
  80  FontSize            : "Tamanho",
  81  TextColor            : "Cor do Texto",
  82  BGColor                : "Cor de Fundo",
  83  Source                : "Fonte",
  84  Find                : "Procurar",
  85  Replace                : "Substituir",
  86  SpellCheck            : "Verificação Ortográfica",
  87  UniversalKeyboard    : "Teclado Universal",
  88  PageBreakLbl        : "Quebra de Página",
  89  PageBreak            : "Inserir Quebra de Página",
  90  
  91  Form            : "Formulário",
  92  Checkbox        : "Caixa de Verificação",
  93  RadioButton        : "Botão de Opção",
  94  TextField        : "Campo de Texto",
  95  Textarea        : "Ãrea de Texto",
  96  HiddenField        : "Campo Escondido",
  97  Button            : "Botão",
  98  SelectionField    : "Caixa de Combinação",
  99  ImageButton        : "Botão de Imagem",
 100  
 101  FitWindow        : "Maximizar o tamanho do editor",
 102  
 103  // Context Menu
 104  EditLink            : "Editar Hiperligação",
 105  CellCM                : "Célula",
 106  RowCM                : "Linha",
 107  ColumnCM            : "Coluna",
 108  InsertRow            : "Inserir Linha",
 109  DeleteRows            : "Eliminar Linhas",
 110  InsertColumn        : "Inserir Coluna",
 111  DeleteColumns        : "Eliminar Coluna",
 112  InsertCell            : "Inserir Célula",
 113  DeleteCells            : "Eliminar Célula",
 114  MergeCells            : "Unir Células",
 115  SplitCell            : "Dividir Célula",
 116  TableDelete            : "Eliminar Tabela",
 117  CellProperties        : "Propriedades da Célula",
 118  TableProperties        : "Propriedades da Tabela",
 119  ImageProperties        : "Propriedades da Imagem",
 120  FlashProperties        : "Propriedades do Flash",
 121  
 122  AnchorProp            : "Propriedades da Âncora",
 123  ButtonProp            : "Propriedades do Botão",
 124  CheckboxProp        : "Propriedades da Caixa de Verificação",
 125  HiddenFieldProp        : "Propriedades do Campo Escondido",
 126  RadioButtonProp        : "Propriedades do Botão de Opção",
 127  ImageButtonProp        : "Propriedades do Botão de imagens",
 128  TextFieldProp        : "Propriedades do Campo de Texto",
 129  SelectionFieldProp    : "Propriedades da Caixa de Combinação",
 130  TextareaProp        : "Propriedades da Ãrea de Texto",
 131  FormProp            : "Propriedades do Formulário",
 132  
 133  FontFormats            : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
 134  
 135  // Alerts and Messages
 136  ProcessingXHTML        : "A Processar XHTML. Por favor, espere...",
 137  Done                : "Concluído",
 138  PasteWordConfirm    : "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
 139  NotCompatiblePaste    : "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
 140  UnknownToolbarItem    : "Item de barra desconhecido \"%1\"",
 141  UnknownCommand        : "Nome de comando desconhecido \"%1\"",
 142  NotImplemented        : "Comando não implementado",
 143  UnknownToolbarSet    : "Nome de barra \"%1\" não definido",
 144  NoActiveX            : "As definições de segurança do navegador podem limitar algumas potencalidades do editr. Deve activar a opção \"Executar controlos e extensões ActiveX\". Pode ocorrer erros ou verificar que faltam potencialidades.",
 145  BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
 146  DialogBlocked        : "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
 147  
 148  // Dialogs
 149  DlgBtnOK            : "OK",
 150  DlgBtnCancel        : "Cancelar",
 151  DlgBtnClose            : "Fechar",
 152  DlgBtnBrowseServer    : "Navegar no Servidor",
 153  DlgAdvancedTag        : "Avançado",
 154  DlgOpOther            : "<Outro>",
 155  DlgInfoTab            : "Informação",
 156  DlgAlertUrl            : "Por favor introduza o URL",
 157  
 158  // General Dialogs Labels
 159  DlgGenNotSet        : "<Não definido>",
 160  DlgGenId            : "Id",
 161  DlgGenLangDir        : "Orientação de idioma",
 162  DlgGenLangDirLtr    : "Esquerda à Direita (LTR)",
 163  DlgGenLangDirRtl    : "Direita a Esquerda (RTL)",
 164  DlgGenLangCode        : "Código de Idioma",
 165  DlgGenAccessKey        : "Chave de Acesso",
 166  DlgGenName            : "Nome",
 167  DlgGenTabIndex        : "Ãndice de Tubulação",
 168  DlgGenLongDescr        : "Descrição Completa do URL",
 169  DlgGenClass            : "Classes de Estilo de Folhas Classes",
 170  DlgGenTitle            : "Título",
 171  DlgGenContType        : "Tipo de Conteúdo",
 172  DlgGenLinkCharset    : "Fonte de caracteres vinculado",
 173  DlgGenStyle            : "Estilo",
 174  
 175  // Image Dialog
 176  DlgImgTitle            : "Propriedades da Imagem",
 177  DlgImgInfoTab        : "Informação da Imagem",
 178  DlgImgBtnUpload        : "Enviar para o Servidor",
 179  DlgImgURL            : "URL",
 180  DlgImgUpload        : "Carregar",
 181  DlgImgAlt            : "Texto Alternativo",
 182  DlgImgWidth            : "Largura",
 183  DlgImgHeight        : "Altura",
 184  DlgImgLockRatio        : "Proporcional",
 185  DlgBtnResetSize        : "Tamanho Original",
 186  DlgImgBorder        : "Limite",
 187  DlgImgHSpace        : "Esp.Horiz",
 188  DlgImgVSpace        : "Esp.Vert",
 189  DlgImgAlign            : "Alinhamento",
 190  DlgImgAlignLeft        : "Esquerda",
 191  DlgImgAlignAbsBottom: "Abs inferior",
 192  DlgImgAlignAbsMiddle: "Abs centro",
 193  DlgImgAlignBaseline    : "Linha de base",
 194  DlgImgAlignBottom    : "Fundo",
 195  DlgImgAlignMiddle    : "Centro",
 196  DlgImgAlignRight    : "Direita",
 197  DlgImgAlignTextTop    : "Topo do texto",
 198  DlgImgAlignTop        : "Topo",
 199  DlgImgPreview        : "Pré-visualizar",
 200  DlgImgAlertUrl        : "Por favor introduza o URL da imagem",
 201  DlgImgLinkTab        : "Hiperligação",
 202  
 203  // Flash Dialog
 204  DlgFlashTitle        : "Propriedades do Flash",
 205  DlgFlashChkPlay        : "Reproduzir automaticamente",
 206  DlgFlashChkLoop        : "Loop",
 207  DlgFlashChkMenu        : "Permitir Menu do Flash",
 208  DlgFlashScale        : "Escala",
 209  DlgFlashScaleAll    : "Mostrar tudo",
 210  DlgFlashScaleNoBorder    : "Sem Limites",
 211  DlgFlashScaleFit    : "Tamanho Exacto",
 212  
 213  // Link Dialog
 214  DlgLnkWindowTitle    : "Hiperligação",
 215  DlgLnkInfoTab        : "Informação de Hiperligação",
 216  DlgLnkTargetTab        : "Destino",
 217  
 218  DlgLnkType            : "Tipo de Hiperligação",
 219  DlgLnkTypeURL        : "URL",
 220  DlgLnkTypeAnchor    : "Referência a esta página",
 221  DlgLnkTypeEMail        : "E-Mail",
 222  DlgLnkProto            : "Protocolo",
 223  DlgLnkProtoOther    : "<outro>",
 224  DlgLnkURL            : "URL",
 225  DlgLnkAnchorSel        : "Seleccionar una referência",
 226  DlgLnkAnchorByName    : "Por Nome de Referência",
 227  DlgLnkAnchorById    : "Por ID de elemento",
 228  DlgLnkNoAnchors        : "<Não há referências disponíveis no documento>",
 229  DlgLnkEMail            : "Endereço de E-Mail",
 230  DlgLnkEMailSubject    : "Título de Mensagem",
 231  DlgLnkEMailBody        : "Corpo da Mensagem",
 232  DlgLnkUpload        : "Carregar",
 233  DlgLnkBtnUpload        : "Enviar ao Servidor",
 234  
 235  DlgLnkTarget        : "Destino",
 236  DlgLnkTargetFrame    : "<Frame>",
 237  DlgLnkTargetPopup    : "<Janela de popup>",
 238  DlgLnkTargetBlank    : "Nova Janela(_blank)",
 239  DlgLnkTargetParent    : "Janela Pai (_parent)",
 240  DlgLnkTargetSelf    : "Mesma janela (_self)",
 241  DlgLnkTargetTop        : "Janela primaria (_top)",
 242  DlgLnkTargetFrameName    : "Nome do Frame Destino",
 243  DlgLnkPopWinName    : "Nome da Janela de Popup",
 244  DlgLnkPopWinFeat    : "Características de Janela de Popup",
 245  DlgLnkPopResize        : "Ajustável",
 246  DlgLnkPopLocation    : "Barra de localização",
 247  DlgLnkPopMenu        : "Barra de Menu",
 248  DlgLnkPopScroll        : "Barras de deslocamento",
 249  DlgLnkPopStatus        : "Barra de Estado",
 250  DlgLnkPopToolbar    : "Barra de Ferramentas",
 251  DlgLnkPopFullScrn    : "Janela Completa (IE)",
 252  DlgLnkPopDependent    : "Dependente (Netscape)",
 253  DlgLnkPopWidth        : "Largura",
 254  DlgLnkPopHeight        : "Altura",
 255  DlgLnkPopLeft        : "Posição Esquerda",
 256  DlgLnkPopTop        : "Posição Direita",
 257  
 258  DlnLnkMsgNoUrl        : "Por favor introduza a hiperligação URL",
 259  DlnLnkMsgNoEMail    : "Por favor introduza o endereço de e-mail",
 260  DlnLnkMsgNoAnchor    : "Por favor seleccione uma referência",
 261  
 262  // Color Dialog
 263  DlgColorTitle        : "Seleccionar Cor",
 264  DlgColorBtnClear    : "Nenhuma",
 265  DlgColorHighlight    : "Destacado",
 266  DlgColorSelected    : "Seleccionado",
 267  
 268  // Smiley Dialog
 269  DlgSmileyTitle        : "Inserir um Emoticon",
 270  
 271  // Special Character Dialog
 272  DlgSpecialCharTitle    : "Seleccione um caracter especial",
 273  
 274  // Table Dialog
 275  DlgTableTitle        : "Propriedades da Tabela",
 276  DlgTableRows        : "Linhas",
 277  DlgTableColumns        : "Colunas",
 278  DlgTableBorder        : "Tamanho do Limite",
 279  DlgTableAlign        : "Alinhamento",
 280  DlgTableAlignNotSet    : "<Não definido>",
 281  DlgTableAlignLeft    : "Esquerda",
 282  DlgTableAlignCenter    : "Centrado",
 283  DlgTableAlignRight    : "Direita",
 284  DlgTableWidth        : "Largura",
 285  DlgTableWidthPx        : "pixeis",
 286  DlgTableWidthPc        : "percentagem",
 287  DlgTableHeight        : "Altura",
 288  DlgTableCellSpace    : "Esp. e/células",
 289  DlgTableCellPad        : "Esp. interior",
 290  DlgTableCaption        : "Título",
 291  DlgTableSummary        : "Sumário",
 292  
 293  // Table Cell Dialog
 294  DlgCellTitle        : "Propriedades da Célula",
 295  DlgCellWidth        : "Largura",
 296  DlgCellWidthPx        : "pixeis",
 297  DlgCellWidthPc        : "percentagem",
 298  DlgCellHeight        : "Altura",
 299  DlgCellWordWrap        : "Moldar Texto",
 300  DlgCellWordWrapNotSet    : "<Não definido>",
 301  DlgCellWordWrapYes    : "Sim",
 302  DlgCellWordWrapNo    : "Não",
 303  DlgCellHorAlign        : "Alinhamento Horizontal",
 304  DlgCellHorAlignNotSet    : "<Não definido>",
 305  DlgCellHorAlignLeft    : "Esquerda",
 306  DlgCellHorAlignCenter    : "Centrado",
 307  DlgCellHorAlignRight: "Direita",
 308  DlgCellVerAlign        : "Alinhamento Vertical",
 309  DlgCellVerAlignNotSet    : "<Não definido>",
 310  DlgCellVerAlignTop    : "Topo",
 311  DlgCellVerAlignMiddle    : "Médio",
 312  DlgCellVerAlignBottom    : "Fundi",
 313  DlgCellVerAlignBaseline    : "Linha de Base",
 314  DlgCellRowSpan        : "Unir Linhas",
 315  DlgCellCollSpan        : "Unir Colunas",
 316  DlgCellBackColor    : "Cor do Fundo",
 317  DlgCellBorderColor    : "Cor do Limite",
 318  DlgCellBtnSelect    : "Seleccione...",
 319  
 320  // Find Dialog
 321  DlgFindTitle        : "Procurar",
 322  DlgFindFindBtn        : "Procurar",
 323  DlgFindNotFoundMsg    : "O texto especificado não foi encontrado.",
 324  
 325  // Replace Dialog
 326  DlgReplaceTitle            : "Substituir",
 327  DlgReplaceFindLbl        : "Texto a Procurar:",
 328  DlgReplaceReplaceLbl    : "Substituir por:",
 329  DlgReplaceCaseChk        : "Maiúsculas/Minúsculas",
 330  DlgReplaceReplaceBtn    : "Substituir",
 331  DlgReplaceReplAllBtn    : "Substituir Tudo",
 332  DlgReplaceWordChk        : "Coincidir com toda a palavra",
 333  
 334  // Paste Operations / Dialog
 335  PasteErrorPaste    : "A configuração de segurança do navegador não permite a execução automática de operações de colar. Por favor use o teclado (Ctrl+V).",
 336  PasteErrorCut    : "A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).",
 337  PasteErrorCopy    : "A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).",
 338  
 339  PasteAsText        : "Colar como Texto Simples",
 340  PasteFromWord    : "Colar do Word",
 341  
 342  DlgPasteMsg2    : "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
 343  DlgPasteIgnoreFont        : "Ignorar da definições do Tipo de Letra ",
 344  DlgPasteRemoveStyles    : "Remover as definições de Estilos",
 345  DlgPasteCleanBox        : "Caixa de Limpeza",
 346  
 347  // Color Picker
 348  ColorAutomatic    : "Automático",
 349  ColorMoreColors    : "Mais Cores...",
 350  
 351  // Document Properties
 352  DocProps        : "Propriedades do Documento",
 353  
 354  // Anchor Dialog
 355  DlgAnchorTitle        : "Propriedades da Âncora",
 356  DlgAnchorName        : "Nome da Âncora",
 357  DlgAnchorErrorName    : "Por favor, introduza o nome da âncora",
 358  
 359  // Speller Pages Dialog
 360  DlgSpellNotInDic        : "Não está num directório",
 361  DlgSpellChangeTo        : "Mudar para",
 362  DlgSpellBtnIgnore        : "Ignorar",
 363  DlgSpellBtnIgnoreAll    : "Ignorar Tudo",
 364  DlgSpellBtnReplace        : "Substituir",
 365  DlgSpellBtnReplaceAll    : "Substituir Tudo",
 366  DlgSpellBtnUndo            : "Anular",
 367  DlgSpellNoSuggestions    : "- Sem sugestões -",
 368  DlgSpellProgress        : "Verificação ortográfica em progresso…",
 369  DlgSpellNoMispell        : "Verificação ortográfica completa: não foram encontrados erros",
 370  DlgSpellNoChanges        : "Verificação ortográfica completa: não houve alteração de palavras",
 371  DlgSpellOneChange        : "Verificação ortográfica completa: uma palavra alterada",
 372  DlgSpellManyChanges        : "Verificação ortográfica completa: %1 palavras alteradas",
 373  
 374  IeSpellDownload            : " Verificação ortográfica não instalada. Quer descarregar agora?",
 375  
 376  // Button Dialog
 377  DlgButtonText    : "Texto (Valor)",
 378  DlgButtonType    : "Tipo",
 379  
 380  // Checkbox and Radio Button Dialogs
 381  DlgCheckboxName        : "Nome",
 382  DlgCheckboxValue    : "Valor",
 383  DlgCheckboxSelected    : "Seleccionado",
 384  
 385  // Form Dialog
 386  DlgFormName        : "Nome",
 387  DlgFormAction    : "Acção",
 388  DlgFormMethod    : "Método",
 389  
 390  // Select Field Dialog
 391  DlgSelectName        : "Nome",
 392  DlgSelectValue        : "Valor",
 393  DlgSelectSize        : "Tamanho",
 394  DlgSelectLines        : "linhas",
 395  DlgSelectChkMulti    : "Permitir selecções múltiplas",
 396  DlgSelectOpAvail    : "Opções Possíveis",
 397  DlgSelectOpText        : "Texto",
 398  DlgSelectOpValue    : "Valor",
 399  DlgSelectBtnAdd        : "Adicionar",
 400  DlgSelectBtnModify    : "Modificar",
 401  DlgSelectBtnUp        : "Para cima",
 402  DlgSelectBtnDown    : "Para baixo",
 403  DlgSelectBtnSetValue : "Definir um valor por defeito",
 404  DlgSelectBtnDelete    : "Apagar",
 405  
 406  // Textarea Dialog
 407  DlgTextareaName    : "Nome",
 408  DlgTextareaCols    : "Colunas",
 409  DlgTextareaRows    : "Linhas",
 410  
 411  // Text Field Dialog
 412  DlgTextName            : "Nome",
 413  DlgTextValue        : "Valor",
 414  DlgTextCharWidth    : "Tamanho do caracter",
 415  DlgTextMaxChars        : "Nr. Máximo de Caracteres",
 416  DlgTextType            : "Tipo",
 417  DlgTextTypeText        : "Texto",
 418  DlgTextTypePass        : "Palavra-chave",
 419  
 420  // Hidden Field Dialog
 421  DlgHiddenName    : "Nome",
 422  DlgHiddenValue    : "Valor",
 423  
 424  // Bulleted List Dialog
 425  BulletedListProp    : "Propriedades da Marca",
 426  NumberedListProp    : "Propriedades da Numeração",
 427  DlgLstType            : "Tipo",
 428  DlgLstTypeCircle    : "Circulo",
 429  DlgLstTypeDisc        : "Disco",
 430  DlgLstTypeSquare    : "Quadrado",
 431  DlgLstTypeNumbers    : "Números (1, 2, 3)",
 432  DlgLstTypeLCase        : "Letras Minúsculas (a, b, c)",
 433  DlgLstTypeUCase        : "Letras Maiúsculas (A, B, C)",
 434  DlgLstTypeSRoman    : "Numeração Romana em Minúsculas (i, ii, iii)",
 435  DlgLstTypeLRoman    : "Numeração Romana em Maiúsculas (I, II, III)",
 436  
 437  // Document Properties Dialog
 438  DlgDocGeneralTab    : "Geral",
 439  DlgDocBackTab        : "Fundo",
 440  DlgDocColorsTab        : "Cores e Margens",
 441  DlgDocMetaTab        : "Meta Data",
 442  
 443  DlgDocPageTitle        : "Título da Página",
 444  DlgDocLangDir        : "Orientação de idioma",
 445  DlgDocLangDirLTR    : "Esquerda à Direita (LTR)",
 446  DlgDocLangDirRTL    : "Direita à Esquerda (RTL)",
 447  DlgDocLangCode        : "Código de Idioma",
 448  DlgDocCharSet        : "Codificação de Caracteres",
 449  DlgDocCharSetOther    : "Outra Codificação de Caracteres",
 450  
 451  DlgDocDocType        : "Tipo de Cabeçalho do Documento",
 452  DlgDocDocTypeOther    : "Outro Tipo de Cabeçalho do Documento",
 453  DlgDocIncXHTML        : "Incluir Declarações XHTML",
 454  DlgDocBgColor        : "Cor de Fundo",
 455  DlgDocBgImage        : "Caminho para a Imagem de Fundo",
 456  DlgDocBgNoScroll    : "Fundo Fixo",
 457  DlgDocCText            : "Texto",
 458  DlgDocCLink            : "Hiperligação",
 459  DlgDocCVisited        : "Hiperligação Visitada",
 460  DlgDocCActive        : "Hiperligação Activa",
 461  DlgDocMargins        : "Margem das Páginas",
 462  DlgDocMaTop            : "Topo",
 463  DlgDocMaLeft        : "Esquerda",
 464  DlgDocMaRight        : "Direita",
 465  DlgDocMaBottom        : "Fundo",
 466  DlgDocMeIndex        : "Palavras de Indexação do Documento (separadas por virgula)",
 467  DlgDocMeDescr        : "Descrição do Documento",
 468  DlgDocMeAuthor        : "Autor",
 469  DlgDocMeCopy        : "Direitos de Autor",
 470  DlgDocPreview        : "Pré-visualizar",
 471  
 472  // Templates Dialog
 473  Templates            : "Modelos",
 474  DlgTemplatesTitle    : "Modelo de Conteúdo",
 475  DlgTemplatesSelMsg    : "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
 476  DlgTemplatesLoading    : "A carregar a lista de modelos. Aguarde por favor...",
 477  DlgTemplatesNoTpl    : "(Sem modelos definidos)",
 478  
 479  // About Dialog
 480  DlgAboutAboutTab    : "Acerca",
 481  DlgAboutBrowserInfoTab    : "Informação do Nevegador",
 482  DlgAboutLicenseTab    : "Licença",
 483  DlgAboutVersion        : "versão",
 484  DlgAboutLicense        : "Licenciado segundo os términos de GNU Lesser General Public License",
 485  DlgAboutInfo        : "Para mais informações por favor dirija-se a"
 486  }


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics