PageRenderTime 57ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/spaw/lib/lang/es/es_lang_data.inc.php

https://bitbucket.org/webinfopro/sqlitemanager
PHP | 290 lines | 266 code | 5 blank | 19 comment | 0 complexity | 748c856a4acf098fe4bd477ca6cce80a MD5 | raw file
  1. <?php
  2. // ================================================
  3. // SPAW PHP WYSIWYG editor control
  4. // ================================================
  5. // Spanish language file
  6. // ================================================
  7. // Developed: Alan Mendelevich, alan@solmetra.lt
  8. // Copyright: Solmetra (c)2003 All rights reserved.
  9. // Spanish translation: Xavi Gil (dgil@tinet.org)
  10. // corrected by: Antonio Paez (antonio@pentaedro.com)
  11. // ------------------------------------------------
  12. // www.solmetra.com
  13. // ================================================
  14. // v.1.0, 2003-03-20
  15. // ================================================
  16. // charset to be used in dialogs
  17. $spaw_lang_charset = 'iso-8859-1';
  18. // language text data array
  19. // first dimension - block, second - exact phrase
  20. // alternative text for toolbar buttons and title for dropdowns - 'title'
  21. $spaw_lang_data = array(
  22. 'cut' => array(
  23. 'title' => 'Cortar'
  24. ),
  25. 'copy' => array(
  26. 'title' => 'Copiar'
  27. ),
  28. 'paste' => array(
  29. 'title' => 'Pegar'
  30. ),
  31. 'undo' => array(
  32. 'title' => 'Deshacer'
  33. ),
  34. 'redo' => array(
  35. 'title' => 'Rehacer'
  36. ),
  37. 'hyperlink' => array(
  38. 'title' => 'Enlace'
  39. ),
  40. 'image_insert' => array(
  41. 'title' => 'Insertar imagen',
  42. 'select' => 'Seleccionar',
  43. 'cancel' => 'Cancelar',
  44. 'library' => 'Libreria',
  45. 'preview' => 'Previsualizar',
  46. 'images' => 'Imágenes',
  47. 'upload' => 'Subir imagen',
  48. 'upload_button' => 'Subir',
  49. 'error' => 'Error',
  50. 'error_no_image' => 'Por favor, selecciona una imagen',
  51. 'error_uploading' => 'Ocurrió un error al subir la imagen, inténtelo de nuevo',
  52. 'error_wrong_type' => 'Tipo de imagen incorrecto.',
  53. 'error_no_dir' => 'La librería no existe',
  54. ),
  55. 'image_prop' => array(
  56. 'title' => 'Propiedades de la imagen',
  57. 'ok' => ' OK ',
  58. 'cancel' => 'Cancelar',
  59. 'source' => 'Código',
  60. 'alt' => 'Texto alternativo',
  61. 'align' => 'Alineación',
  62. 'left' => 'izquierda',
  63. 'right' => 'derecha',
  64. 'top' => 'superior',
  65. 'middle' => 'medio',
  66. 'bottom' => 'inferior',
  67. 'absmiddle' => 'medio absoluto',
  68. 'texttop' => 'Texto superior',
  69. 'baseline' => 'Línea Base',
  70. 'width' => 'Ancho',
  71. 'height' => 'Alto',
  72. 'border' => 'Borde',
  73. 'hspace' => 'Espacio hor.',
  74. 'vspace' => 'Espaco vert.',
  75. 'error' => 'Error',
  76. 'error_width_nan' => 'la altura debe ser un número',
  77. 'error_height_nan' => 'el ancho debe ser un número',
  78. 'error_border_nan' => 'el borde debe ser un número',
  79. 'error_hspace_nan' => 'el espaciado horizontal debe ser un número',
  80. 'error_vspace_nan' => 'la espaciado vertical debe ser un número',
  81. ),
  82. 'hr' => array(
  83. 'title' => 'Línea horizontal'
  84. ),
  85. 'table_create' => array(
  86. 'title' => 'Crear tabla'
  87. ),
  88. 'table_prop' => array(
  89. 'title' => 'Propiedades de la tabla',
  90. 'ok' => ' OK ',
  91. 'cancel' => 'Cancelar',
  92. 'rows' => 'Filas',
  93. 'columns' => 'Columnas',
  94. 'width' => 'Ancho',
  95. 'height' => 'Alto',
  96. 'border' => 'Borde',
  97. 'pixels' => 'pixels',
  98. 'cellpadding' => 'Borde de las celdas',
  99. 'cellspacing' => 'Espacio entre celdas',
  100. 'bg_color' => 'Color de fondo',
  101. 'error' => 'Error',
  102. 'error_rows_nan' => 'Filas debe ser un número',
  103. 'error_columns_nan' => 'Columnas debe ser un número',
  104. 'error_width_nan' => 'Ancho debe ser un número',
  105. 'error_height_nan' => 'Alto debe ser un número',
  106. 'error_border_nan' => 'Borde debe ser un número',
  107. 'error_cellpadding_nan' => 'Relleno debe ser un número',
  108. 'error_cellspacing_nan' => 'Espaciado debe ser un número',
  109. ),
  110. 'table_cell_prop' => array(
  111. 'title' => 'Propiedades de la celda',
  112. 'horizontal_align' => 'Alineación horizontal',
  113. 'vertical_align' => 'Alineación vertical',
  114. 'width' => 'Ancho',
  115. 'height' => 'Alto',
  116. 'css_class' => 'Estilo CSS',
  117. 'no_wrap' => 'No Dividir Líneas',
  118. 'bg_color' => 'Color de fondo',
  119. 'ok' => ' OK ',
  120. 'cancel' => 'Cancelar',
  121. 'left' => 'Izquierda',
  122. 'center' => 'Centro',
  123. 'right' => 'Derecha',
  124. 'top' => 'Arriba',
  125. 'middle' => 'Medio',
  126. 'bottom' => 'Abajo',
  127. 'baseline' => 'Línea Base',
  128. 'error' => 'Error',
  129. 'error_width_nan' => 'Ancho debe ser un número',
  130. 'error_height_nan' => 'Alto debe ser un número',
  131. ),
  132. 'table_row_insert' => array(
  133. 'title' => 'Insertar fila'
  134. ),
  135. 'table_column_insert' => array(
  136. 'title' => 'Insertar columna'
  137. ),
  138. 'table_row_delete' => array(
  139. 'title' => 'Borrar fila'
  140. ),
  141. 'table_column_delete' => array(
  142. 'title' => 'Borrar columna'
  143. ),
  144. 'table_cell_merge_right' => array(
  145. 'title' => 'Combinar con la celda de la derecha'
  146. ),
  147. 'table_cell_merge_down' => array(
  148. 'title' => 'Combinar con la celda de abajo'
  149. ),
  150. 'table_cell_split_horizontal' => array(
  151. 'title' => 'Dividir celdas horizontalmente'
  152. ),
  153. 'table_cell_split_vertical' => array(
  154. 'title' => 'Dividir celdas verticalmente'
  155. ),
  156. 'style' => array(
  157. 'title' => 'Estilo'
  158. ),
  159. 'font' => array(
  160. 'title' => 'Fuente'
  161. ),
  162. 'fontsize' => array(
  163. 'title' => 'Tamaño'
  164. ),
  165. 'paragraph' => array(
  166. 'title' => 'Párrafo'
  167. ),
  168. 'bold' => array(
  169. 'title' => 'Negrita'
  170. ),
  171. 'italic' => array(
  172. 'title' => 'Cursiva'
  173. ),
  174. 'underline' => array(
  175. 'title' => 'Subrayado'
  176. ),
  177. 'ordered_list' => array(
  178. 'title' => 'Lista ordenada'
  179. ),
  180. 'bulleted_list' => array(
  181. 'title' => 'Lista con marca'
  182. ),
  183. 'indent' => array(
  184. 'title' => 'Sangria'
  185. ),
  186. 'unindent' => array(
  187. 'title' => 'Anular sangria'
  188. ),
  189. 'left' => array(
  190. 'title' => 'Izquierda'
  191. ),
  192. 'center' => array(
  193. 'title' => 'Centro'
  194. ),
  195. 'right' => array(
  196. 'title' => 'Derecha'
  197. ),
  198. 'fore_color' => array(
  199. 'title' => 'Color de la letra'
  200. ),
  201. 'bg_color' => array(
  202. 'title' => 'Color de fondo'
  203. ),
  204. 'design_tab' => array(
  205. 'title' => 'Cambiar a modo WYSIWYG (diseño)'
  206. ),
  207. 'html_tab' => array(
  208. 'title' => 'Cambiar a modo HTML (código)'
  209. ),
  210. 'colorpicker' => array(
  211. 'title' => 'Selecciona color',
  212. 'ok' => ' OK ',
  213. 'cancel' => 'Cancelar',
  214. ),
  215. // <<<<<<<<< NEW >>>>>>>>>
  216. 'cleanup' => array(
  217. 'title' => 'Limipiador de HTML (borra los estilos)',
  218. '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.',
  219. 'ok' => ' OK ',
  220. 'cancel' => 'Cancelar',
  221. ),
  222. 'toggle_borders' => array(
  223. 'title' => 'Cambiar Bordes',
  224. ),
  225. 'hyperlink' => array(
  226. 'title' => 'Enlace',
  227. 'url' => 'URL',
  228. 'name' => 'Nombre',
  229. 'target' => 'Destino',
  230. 'title_attr' => 'Título',
  231. 'ok' => ' OK ',
  232. 'cancel' => 'Cancelar',
  233. ),
  234. 'table_row_prop' => array(
  235. 'title' => 'Propiedades de la fila',
  236. 'horizontal_align' => 'Alineación horizontal',
  237. 'vertical_align' => 'Alineación vertical',
  238. 'css_class' => 'Clase CSS',
  239. 'no_wrap' => 'Sin separación',
  240. 'bg_color' => 'Color de fondo',
  241. 'ok' => ' OK ',
  242. 'cancel' => 'Cancelar',
  243. 'left' => 'Izquierda',
  244. 'center' => 'Centro',
  245. 'right' => 'Derecha',
  246. 'top' => 'Arriba',
  247. 'middle' => 'Al medio',
  248. 'bottom' => 'Abajo',
  249. 'baseline' => 'Línea de Base',
  250. ),
  251. 'symbols' => array(
  252. 'title' => 'Caracteres especiales',
  253. 'ok' => ' OK ',
  254. 'cancel' => 'Cancelar',
  255. ),
  256. 'templates' => array(
  257. 'title' => 'Plantillas',
  258. ),
  259. 'page_prop' => array(
  260. 'title' => 'Propiedades de la página',
  261. 'title_tag' => 'Título',
  262. 'charset' => 'Juego de caracteres',
  263. 'background' => 'Imagen de fondo',
  264. 'bgcolor' => 'Color de fondo',
  265. 'text' => 'Color texto',
  266. 'link' => 'Color enlaces',
  267. 'vlink' => 'Color enlace visitado',
  268. 'alink' => 'Color enlace activado',
  269. 'leftmargin' => 'Margen izquierdo',
  270. 'topmargin' => 'Margen superior',
  271. 'css_class' => 'Clase CSS',
  272. 'ok' => ' OK ',
  273. 'cancel' => 'Cancelar',
  274. ),
  275. 'preview' => array(
  276. 'title' => 'Previsualizar',
  277. ),
  278. 'image_popup' => array(
  279. 'title' => 'Ventana de Imagen',
  280. ),
  281. 'zoom' => array(
  282. 'title' => 'Zoom',
  283. ),
  284. );
  285. ?>