Viewing File: /people/testlab/www/testlab.com.pl/spaw2/plugins/core/lib/lang/es.lang.inc.php
<?php
// ================================================
// SPAW v.2.0
// ================================================
// Spanish language file <!--%TimeStamp%-->3/17/2007 11:42 PM<!---->
// ================================================
// Author: Alan Mendelevich, UAB Solmetra
// Spanish translation: Martin Perez (martinp@intersys.com.uy)
// ------------------------------------------------
// www.solmetra.com
// ================================================
// v.2.0
// ================================================
// charset to be used in dialogs
$spaw_lang_charset = 'utf-8';
// language text data array
// first dimension - block, second - exact phrase
// alternative text for toolbar buttons and title for dropdowns - 'title'
$spaw_lang_data = array(
'cut' => array(
'title' => 'Cortar'
),
'copy' => array(
'title' => 'Copiar'
),
'paste' => array(
'title' => 'Pegar'
),
'undo' => array(
'title' => 'Deshacer'
),
'redo' => array(
'title' => 'Rehacer'
),
'image_prop' => array(
'title' => 'Propiedades de la imagen',
'ok' => ' OK ',
'cancel' => 'Cancelar',
'source' => 'Código',
'alt' => 'Texto alternative ',
'align' => 'Alineación',
'left' => 'izquierda',
'right' => 'derecha',
'top' => 'superior',
'middle' => 'medio',
'bottom' => 'inferior',
'absmiddle' => 'medio absoluto',
'texttop' => 'Texto superior',
'baseline' => 'Línea base',
'width' => 'Ancho',
'height' => 'Alto',
'border' => 'Borde',
'hspace' => 'Espacio hor.',
'vspace' => 'Espacio vert.',
'dimensions' => 'Dimensiones', // <= new in 2.0.1
'reset_dimensions' => 'Restablecer dimensiones', // <= new in 2.0.1
'title_attr' => 'Title', // <= new in 2.0.1
'constrain_proportions' => 'Reduucir proporciones', // <= new in 2.0.1
'error' => 'Error',
'error_width_nan' => 'El ancho debe ser un número',
'error_height_nan' => 'La altura debe ser un número',
'error_border_nan' => 'El borde debe ser un número',
'error_hspace_nan' => 'El espaciado horizontal debe ser un número',
'error_vspace_nan' => 'El espaciado vertical debe ser un número',
),
'flash_prop' => array( // <= new in 2.0
'title' => 'Flash',
'ok' => ' OK ',
'cancel' => 'Cancelar',
'source' => 'Código',
'width' => 'Ancho',
'height' => 'Alto',
'error' => 'Error',
'error_width_nan' => 'El ancho debe ser un número',
'error_height_nan' => 'La altura debe ser un número',
),
'inserthorizontalrule' => array( // <== v.2.0 changed from hr
'title' => 'Línea horizontal'
),
'table_create' => array(
'title' => 'Crear tabla'
),
'table_prop' => array(
'title' => 'Propiedades de la tabla',
'ok' => ' OK ',
'cancel' => 'Cancelar',
'rows' => 'Filas',
'columns' => 'Columnas',
'css_class' => 'Estilo CSS',
'width' => 'Ancho',
'height' => 'Alto',
'border' => 'Borde',
'pixels' => 'pixeles',
'cellpadding' => 'Margen de las celdas',
'cellspacing' => 'Espacio entre celdas',
'bg_color' => 'Color de fondo',
'background' => 'Imagen de fondo',
'error' => 'Error',
'error_rows_nan' => 'Filas debe ser un número',
'error_columns_nan' => 'Columnas debe ser un número',
'error_width_nan' => 'Ancho debe ser un número',
'error_height_nan' => 'Alto debe ser un número',
'error_border_nan' => 'Borde debe ser un número',
'error_cellpadding_nan' => 'Margen de celdas debe ser un número',
'error_cellspacing_nan' => 'Espacio entre celdas debe ser un número',
),
'table_cell_prop' => array(
'title' => 'Propiedades de la celda',
'horizontal_align' => 'Alineación horizontal',
'vertical_align' => 'Alineación vertical',
'width' => 'Ancho',
'height' => 'Alto',
'css_class' => 'Estilo CSS',
'no_wrap' => 'No dividir líneas',
'bg_color' => 'Color de fondo',
'background' => 'Image de fondo',
'ok' => ' OK ',
'cancel' => 'Cancelar',
'left' => 'Izquierda',
'center' => 'Centro',
'right' => 'Derecha',
'top' => 'Superior',
'middle' => 'Medio',
'bottom' => 'Inferior',
'baseline' => 'Línea base',
'error' => 'Error',
'error_width_nan' => 'Ancho debe ser un número',
'error_height_nan' => 'Alto debe ser un número',
),
'table_row_insert' => array(
'title' => 'Insertar fila'
),
'table_column_insert' => array(
'title' => 'Insertar columna'
),
'table_row_delete' => array(
'title' => 'Borrar fila'
),
'table_column_delete' => array(
'title' => 'Borrar columna'
),
'table_cell_merge_right' => array(
'title' => 'Combinar con la celda de la derecha'
),
'table_cell_merge_down' => array(
'title' => 'Combinar con la celda de abajo'
),
'table_cell_split_horizontal' => array(
'title' => 'Dividir celdas horizontalmente'
),
'table_cell_split_vertical' => array(
'title' => 'Dividir celdas verticalmente'
),
'style' => array(
'title' => 'Estilo'
),
'fontname' => array( // <== v.2.0 changed from font
'title' => 'Fuente'
),
'fontsize' => array(
'title' => 'Tamaño'
),
'formatBlock' => array( // <= v.2.0: changed from paragraph
'title' => 'Párrafo'
),
'bold' => array(
'title' => 'Negrita'
),
'italic' => array(
'title' => 'Cursiva'
),
'underline' => array(
'title' => 'Subrayado'
),
'strikethrough' => array(
'title' => 'Rayado al medio'
),
'insertorderedlist' => array( // <== v.2.0 changed from ordered_list
'title' => 'Lista ordenada'
),
'insertunorderedlist' => array( // <== v.2.0 changed from bulleted list
'title' => 'Lista con viñetas'
),
'indent' => array(
'title' => 'Sangria'
),
'outdent' => array( // <== v.2.0 changed from unindent
'title' => 'Anular sangria'
),
'justifyleft' => array( // <== v.2.0 changed from left
'title' => 'Izquierda'
),
'justifycenter' => array( // <== v.2.0 changed from center
'title' => 'Centro'
),
'justifyright' => array( // <== v.2.0 changed from right
'title' => 'Derecha'
),
'justifyfull' => array( // <== v.2.0 changed from justify
'title' => 'Justificado'
),
'fore_color' => array(
'title' => 'Color de la letra'
),
'bg_color' => array(
'title' => 'Color de fondo'
),
'design' => array( // <== v.2.0 changed from design_tab
'title' => 'Cambiar a modo WYSIWYG (diseño)'
),
'html' => array( // <== v.2.0 changed from html_tab
'title' => 'Cambiar a modo HTML (código)'
),
'colorpicker' => array(
'title' => 'Seleccionar color',
'ok' => ' OK ',
'cancel' => 'Cancelar',
),
'cleanup' => array(
'title' => 'Limipiador de HTML (borra los estilos)',
'confirm' => 'Con esta acción se borrarán todos los estilos, tipos de letra y tags menos utilizados. Algunas características de tu formato pueden desaparecer.',
'ok' => ' OK ',
'cancel' => 'Cancelar',
),
'toggle_borders' => array(
'title' => 'Cambiar Bordes',
),
'hyperlink' => array(
'title' => 'Hipervínculo',
'url' => 'URL',
'name' => 'Nombre',
'target' => 'Destino',
'title_attr' => 'Título',
'a_type' => 'Tipo',
'type_link' => 'Enlace',
'type_anchor' => 'Marcador',
'type_link2anchor' => 'Enlace a marcador',
'anchors' => 'Marcadores',
'ok' => ' OK ',
'cancel' => 'Cancelar',
),
'hyperlink_targets' => array(
'_self' => 'Mismo marco (_self)',
'_blank' => 'Nueva ventana (_blank)',
'_top' => 'Marco superior (_top)',
'_parent' => 'Marco pariente (_parent)'
),
'unlink' => array( // <=== new v.2.0
'title' => 'Quitar Hipervínculo'
),
'table_row_prop' => array(
'title' => 'Propiedades de la fila',
'horizontal_align' => 'Alineación horizontal',
'vertical_align' => 'Alineación vertical',
'css_class' => 'Estilo CSS',
'no_wrap' => 'No dividir líneas',
'bg_color' => 'Ccolor de fondo',
'ok' => ' OK ',
'cancel' => 'Cancelar',
'left' => 'Izquierda',
'center' => 'Centro',
'right' => 'Derecha',
'top' => 'Superior',
'middle' => 'Medio',
'bottom' => 'Inferior',
'baseline' => 'Línea de base',
),
'symbols' => array(
'title' => 'Caracteres especiales',
'ok' => ' OK ',
'cancel' => 'Cancelar',
),
'templates' => array(
'title' => 'Plantillas',
),
'page_prop' => array(
'title' => 'Propiedades de la página',
'title_tag' => 'Título',
'charset' => 'Juego de caracteres',
'background' => 'Imagen de fondo',
'bgcolor' => 'Color de fondo',
'text' => 'Color del texto',
'link' => 'Color de enlaces',
'vlink' => 'Color de enlace visitado',
'alink' => 'Color del enlace activo',
'leftmargin' => 'Margen izquierdo',
'topmargin' => 'Margen superior',
'css_class' => 'Estilo CSS',
'ok' => ' OK ',
'cancel' => 'Cancelar',
),
'preview' => array(
'title' => 'Previsualizar',
),
'image_popup' => array(
'title' => 'Ventana de Imagen',
),
'zoom' => array(
'title' => 'Zoom',
),
'subscript' => array(
'title' => 'Subíndice',
),
'superscript' => array(
'title' => 'Superíndice',
),
);
?>
Back to Directory
File Manager