Файл: Main Website Files/assets/js/froala_editor/js/langs/es.js
Строк: 126
<?php
/*!
* froala_editor v1.2.6 (http://editor.froala.com)
* License http://editor.froala.com/license
* Copyright 2014-2015 Froala Labs
*/
/**
* Spanish
*/
$.Editable.LANGS['es'] = {
translation: {
"Bold": "Negrita",
"Italic": "Itu00e1lica",
"Underline": "Subrayado",
"Strikethrough": "Tachado",
"Font Size": "Tamau00f1o de fuente",
"Color": "Color",
"Background": "Fondo",
"Text": "Texto",
"Format Block": "Formatos",
"Normal": "Normal",
"Paragraph": "Pu00e1rrafo",
"Code": "Cu00f3digo",
"Quote": "Bloque de cita",
"Heading 1": "Encabezado 1",
"Heading 2": "Encabezado 2",
"Heading 3": "Encabezado 3",
"Heading 4": "Encabezado 4",
"Heading 5": "Encabezado 5",
"Heading 6": "Encabezado 6",
"Block Style": "Estilo de bloque",
"Alignment": "Alineaciu00f3n",
"Align Left": "Alinear a la izquierda",
"Align Center": "Alinear al centro",
"Align Right": "Alinear a la derecha",
"Justify": "Justificar",
"Numbered List": "Lista numerada",
"Bulleted List": "Lista de viu00f1etas",
"Indent Less": "Disminuir sangru00eda",
"Indent More": "Incrementar sangru00eda",
"Select All": "Seleccionar todo",
"Insert Link": "Insertar enlace",
"Insert Image": "Insertar imagen",
"Insert Video": "Insertar video",
"Undo": "Deshacer",
"Redo": "Rehacer",
"Show HTML": "Mostrar HTML",
"Float Left": "Izquierda",
"Float None": "Ninguno",
"Float Right": "Derecha",
"Replace Image": "Reemplazar la imagen",
"Remove Image": "Quitar la imagen",
"Title": "Tu00edtulo",
"Drop image": "Soltar la imagen",
"or click": "o haga clic en",
"or": "o",
"Enter URL": "Escribir la URL",
"Please wait!": "Por favor, espere!",
"Are you sure? Image will be deleted.": "u00bfEstu00e1 seguro? Imagen seru00e1 borrada.",
"UNLINK": "Quitar enlace",
"Open in new tab": "Abrir en una nueva pestau00F1a",
"Type something": "Escriba algo",
"Cancel": "Cancelar",
"OK": "Ok",
"Manage images": "Administrar imu00e1genes",
"Delete": "Borrar",
"Font Family": "Familia de fuentes",
"Insert Horizontal Line": "Insertar lu00ednea horizontal",
"Table": "Tabla",
"Insert table": "Insertar tabla",
"Cell": "Celda",
"Row": "Fila",
"Column": "Columna",
"Delete table": "Eliminar tabla",
"Insert cell before": "Insertat celda antes",
"Insert cell after": "Insertat celda despuu00e9s",
"Delete cell": "Eliminar celda",
"Merge cells": "Combinar celdas",
"Horizontal split": "Divisiu00f3n horizontal",
"Vertical split": "Divisiu00f3n vertical",
"Insert row above": "Insertar fila antes",
"Insert row below": "Insertar fila despuu00e9s",
"Delete row": "Eliminar Fila",
"Insert column before": "Insertar columna antes",
"Insert column after": "Insertar columna despuu00e9s",
"Delete column": "Eliminar columna",
"Uploading image": "Subiendo imagen",
"Upload File": "Subir archivo",
"Drop File": "Soltar archivo",
"Clear formatting": "Quitar el formato"
},
direction: "ltr"
};
?>