commands.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. define(
  2. "dijit/_editor/nls/ca/commands", //begin v1.x content
  3. ({
  4. 'bold': 'Negreta',
  5. 'copy': 'Copia',
  6. 'cut': 'Retalla',
  7. 'delete': 'Suprimeix',
  8. 'indent': 'Sagnat',
  9. 'insertHorizontalRule': 'Regla horitzontal',
  10. 'insertOrderedList': 'Llista numerada',
  11. 'insertUnorderedList': 'Llista de vinyetes',
  12. 'italic': 'Cursiva',
  13. 'justifyCenter': 'Centra',
  14. 'justifyFull': 'Justifica',
  15. 'justifyLeft': 'Alinea a l\'esquerra',
  16. 'justifyRight': 'Alinea a la dreta',
  17. 'outdent': 'Sagna a l\'esquerra',
  18. 'paste': 'Enganxa',
  19. 'redo': 'Refés',
  20. 'removeFormat': 'Elimina el format',
  21. 'selectAll': 'Selecciona-ho tot',
  22. 'strikethrough': 'Ratllat',
  23. 'subscript': 'Subíndex',
  24. 'superscript': 'Superíndex',
  25. 'underline': 'Subratllat',
  26. 'undo': 'Desfés',
  27. 'unlink': 'Elimina l\'enllaç',
  28. 'createLink': 'Crea un enllaç',
  29. 'toggleDir': 'Inverteix la direcció',
  30. 'insertImage': 'Insereix imatge',
  31. 'insertTable': 'Insereix/edita la taula',
  32. 'toggleTableBorder': 'Inverteix els contorns de taula',
  33. 'deleteTable': 'Suprimeix la taula',
  34. 'tableProp': 'Propietat de taula',
  35. 'htmlToggle': 'Font HTML',
  36. 'foreColor': 'Color de primer pla',
  37. 'hiliteColor': 'Color de fons',
  38. 'plainFormatBlock': 'Estil de paràgraf',
  39. 'formatBlock': 'Estil de paràgraf',
  40. 'fontSize': 'Cos de la lletra',
  41. 'fontName': 'Nom del tipus de lletra',
  42. 'tabIndent': 'Sagnat',
  43. "fullScreen": "Commuta pantalla completa",
  44. "viewSource": "Visualitza font HTML",
  45. "print": "Imprimeix",
  46. "newPage": "Pàgina nova",
  47. /* Error messages */
  48. 'systemShortcut': 'L\'acció "${0}" és l\'única disponible al navegador utilitzant una drecera del teclat. Utilitzeu ${1}.',
  49. 'ctrlKey':'control+${0}'
  50. })
  51. //end v1.x content
  52. );