commands.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. define(
  2. "dijit/_editor/nls/pt-pt/commands", //begin v1.x content
  3. ({
  4. 'bold': 'Negrito',
  5. 'copy': 'Copiar',
  6. 'cut': 'Cortar',
  7. 'delete': 'Eliminar',
  8. 'indent': 'Indentar',
  9. 'insertHorizontalRule': 'Régua horizontal',
  10. 'insertOrderedList': 'Lista numerada',
  11. 'insertUnorderedList': 'Lista marcada',
  12. 'italic': 'Itálico',
  13. 'justifyCenter': 'Alinhar ao centro',
  14. 'justifyFull': 'Justificar',
  15. 'justifyLeft': 'Alinhar à esquerda',
  16. 'justifyRight': 'Alinhar à direita',
  17. 'outdent': 'Recuar',
  18. 'paste': 'Colar',
  19. 'redo': 'Repetir',
  20. 'removeFormat': 'Remover formato',
  21. 'selectAll': 'Seleccionar tudo',
  22. 'strikethrough': 'Rasurado',
  23. 'subscript': 'Inferior à linha',
  24. 'superscript': 'Superior à linha',
  25. 'underline': 'Sublinhado',
  26. 'undo': 'Anular',
  27. 'unlink': 'Remover ligação',
  28. 'createLink': 'Criar ligação',
  29. 'toggleDir': 'Alternar direcção',
  30. 'insertImage': 'Inserir imagem',
  31. 'insertTable': 'Inserir/Editar tabela',
  32. 'toggleTableBorder': 'Alternar contorno da tabela',
  33. 'deleteTable': 'Eliminar tabela',
  34. 'tableProp': 'Propriedades da tabela',
  35. 'htmlToggle': 'Código-fonte de HTML',
  36. 'foreColor': 'Cor de primeiro plano',
  37. 'hiliteColor': 'Cor de segundo plano',
  38. 'plainFormatBlock': 'Estilo de parágrafo',
  39. 'formatBlock': 'Estilo de parágrafo',
  40. 'fontSize': 'Tamanho do tipo de letra',
  41. 'fontName': 'Nome do tipo de letra',
  42. 'tabIndent': 'Indentar com a tecla Tab',
  43. "fullScreen": "Alternar ecrã completo",
  44. "viewSource": "Ver origem HTML",
  45. "print": "Imprimir",
  46. "newPage": "Nova página",
  47. /* Error messages */
  48. 'systemShortcut': 'A acção "${0}" apenas está disponível no navegador utilizando um atalho de teclado. Utilize ${1}.'
  49. })
  50. //end v1.x content
  51. );