Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | (function ($) { |
| 2 | $.extend($.summernote.lang, { |
||
| 3 | 'ca-ES': { |
||
| 4 | font: { |
||
| 5 | bold: 'Negreta', |
||
| 6 | italic: 'Cursiva', |
||
| 7 | underline: 'Subratllat', |
||
| 8 | strikethrough: 'Ratllat', |
||
| 9 | clear: 'Treure estil de lletra', |
||
| 10 | height: 'Alçada de línia', |
||
| 11 | size: 'Mida de lletra' |
||
| 12 | }, |
||
| 13 | image: { |
||
| 14 | image: 'Imatge', |
||
| 15 | insert: 'Inserir imatge', |
||
| 16 | resizeFull: 'Redimensionar a mida completa', |
||
| 17 | resizeHalf: 'Redimensionar a la meitat', |
||
| 18 | resizeQuarter: 'Redimensionar a un quart', |
||
| 19 | floatLeft: 'Surar a l%27esquerra', |
||
| 20 | floatRight: 'Surar a la dreta', |
||
| 21 | floatNone: 'No surar', |
||
| 22 | dragImageHere: 'Arrossegueu una imatge aquí', |
||
| 23 | selectFromFiles: 'Seleccioneu des dels arxius', |
||
| 24 | url: 'URL de la imatge' |
||
| 25 | }, |
||
| 26 | link: { |
||
| 27 | link: 'Enllaç', |
||
| 28 | insert: 'Inserir enllaç', |
||
| 29 | unlink: 'Treure enllaç', |
||
| 30 | edit: 'Editar', |
||
| 31 | textToDisplay: 'Text per mostrar', |
||
| 32 | url: 'Cap a quina URL porta l\'enllaç?', |
||
| 33 | openInNewWindow: 'Obrir en una finestra nova' |
||
| 34 | }, |
||
| 35 | video: { |
||
| 36 | video: 'Video', |
||
| 37 | videoLink: 'Enllaç del video', |
||
| 38 | insert: 'Inserir video', |
||
| 39 | url: 'URL del video?', |
||
| 40 | providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion, o Youku)' |
||
| 41 | }, |
||
| 42 | table: { |
||
| 43 | table: 'Taula' |
||
| 44 | }, |
||
| 45 | hr: { |
||
| 46 | insert: 'Inserir línia horitzontal' |
||
| 47 | }, |
||
| 48 | style: { |
||
| 49 | style: 'Estil', |
||
| 50 | normal: 'Normal', |
||
| 51 | blockquote: 'Cita', |
||
| 52 | pre: 'Codi', |
||
| 53 | h1: 'Títol 1', |
||
| 54 | h2: 'Títol 2', |
||
| 55 | h3: 'Títol 3', |
||
| 56 | h4: 'Títol 4', |
||
| 57 | h5: 'Títol 5', |
||
| 58 | h6: 'Títol 6' |
||
| 59 | }, |
||
| 60 | lists: { |
||
| 61 | unordered: 'Llista desendreçada', |
||
| 62 | ordered: 'Llista endreçada' |
||
| 63 | }, |
||
| 64 | options: { |
||
| 65 | help: 'Ajut', |
||
| 66 | fullscreen: 'Pantalla sencera', |
||
| 67 | codeview: 'Veure codi font' |
||
| 68 | }, |
||
| 69 | paragraph: { |
||
| 70 | paragraph: 'Paràgraf', |
||
| 71 | outdent: 'Menys tabulació', |
||
| 72 | indent: 'Més tabulació', |
||
| 73 | left: 'Alinear a l\'esquerra', |
||
| 74 | center: 'Alinear al mig', |
||
| 75 | right: 'Alinear a la dreta', |
||
| 76 | justify: 'Justificar' |
||
| 77 | }, |
||
| 78 | color: { |
||
| 79 | recent: 'Últim color', |
||
| 80 | more: 'Més colors', |
||
| 81 | background: 'Color de fons', |
||
| 82 | foreground: 'Color de lletra', |
||
| 83 | transparent: 'Transparent', |
||
| 84 | setTransparent: 'Establir transparent', |
||
| 85 | reset: 'Restablir', |
||
| 86 | resetToDefault: 'Restablir per defecte' |
||
| 87 | }, |
||
| 88 | shortcut: { |
||
| 89 | shortcuts: 'Dreceres de teclat', |
||
| 90 | close: 'Tancar', |
||
| 91 | textFormatting: 'Format de text', |
||
| 92 | action: 'Acció', |
||
| 93 | paragraphFormatting: 'Format de paràgraf', |
||
| 94 | documentStyle: 'Estil del document' |
||
| 95 | }, |
||
| 96 | history: { |
||
| 97 | undo: 'Desfer', |
||
| 98 | redo: 'Refer' |
||
| 99 | } |
||
| 100 | } |
||
| 101 | }); |
||
| 102 | })(jQuery); |