Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

68 lines
2.7 KiB

/**
* @author Fran Sobrino
* @license [MIT](http://www.opensource.org/licenses/mit-license.php)
*/
(function ($) {
'use strict';
$.sceditor.locale['ca'] = {
'Bold': 'Negrita',
'Italic': 'Cursiva',
'Underline': 'Subratlla',
'Strikethrough': 'Ratllar',
'Subscript': 'Sub\u00edndice',
'Superscript': 'Super\u00edndice',
'Align left': 'Alinear a l\'Esquerra',
'Center': 'Centrar',
'Align right': 'Alinear a la dreta',
'Justify': 'Justificar',
'Font Name': 'Tipus de Lletra',
'Font Size': 'Mida de Lletra',
'Font Color': 'Color de Font',
'Remove Formatting': 'Treure Formats',
'Cut': 'Tallar',
'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'O seu navegador non acepta o comando cortar. Por favor, empregue a combinaci\u00f3n Ctrl/Cmd-X',
'Copy': 'Copiar',
'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'O seu navegador non acepta o comando cortar. Por favor, empregue a combinaci\u00f3n Ctrl/Cmd-C',
'Paste': 'Pegar',
'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'O seu navegador non acepta o comando cortar. Por favor, empregue a combinaci\u00f3n Ctrl/Cmd-V',
'Paste your text inside the following box:': 'Pega o texto dentro do seguinte recadro',
'Paste Text': 'Pegar Texto',
'Bullet list': 'Llista d\'Vinyetes',
'Numbered list': 'Llista numerada',
'Undo': 'Desfer',
'Redo': 'Refer',
'Rows:': 'Files',
'Cols:': 'Columnes',
'Insert a table': 'Inserir una taula',
'Insert a horizontal rule': 'Insereix una Regla horitzontal',
'Code': 'C\u00f3digo',
'Width (optional):': 'Ample (Opcional)',
'Height (optional):': 'Alçada (Opcional)',
'Insert an image': 'Insereix una imatge',
'E-mail:': 'Correu electrònic',
'Insert an email': 'Insereix un Email',
'URL:': 'URL',
'Insert a link': 'Inserir un enllaç',
'Unlink': 'Treure un enllaç',
'More': 'Més',
'Insert an emoticon': 'Inserir un emoticon',
'Video URL:': 'URL del V\u00eddeo',
'Insert': 'Insereix',
'Insert a YouTube video': 'Insereix un v\u00eddeo de YouTube',
'Insert current date': 'Insereix data actual',
'Insert current time': 'Insereix hora actual',
'Print': 'Imprimir',
'View source': 'Veure C\u00f3digo',
'Description (optional):': 'Descripci\u00f3 (Opcional):',
'Enter the image URL:': 'Ingressar la URL de la imatge:',
'Enter the e-mail address:': 'Ingressar el correu electr\u00f3nico:',
'Enter the displayed text:': 'Ingressar el texto mostrat:',
'Enter URL:': 'Entrada URL:',
'Enter the YouTube video URL or ID:': 'Entrada URL ou ID de YouTube',
'Insert a Quote': 'v Insereix',
'Invalid YouTube video': 'V\u00eddeo de YouTube Inv\u00e1lido',
dateFormat: 'day-month-year'
};
})(jQuery);