es_419.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. tinymce.addI18n('es_419',{
  2. "Redo": "Rehacer",
  3. "Undo": "Deshacer",
  4. "Cut": "Cortar",
  5. "Copy": "Copiar",
  6. "Paste": "Pegar",
  7. "Select all": "Seleccionar todo",
  8. "New document": "Nuevo documento",
  9. "Ok": "Ok",
  10. "Cancel": "Cancelar",
  11. "Visual aids": "Ayudas visuales",
  12. "Bold": "Negrita",
  13. "Italic": "Cursiva",
  14. "Underline": "Subrayado",
  15. "Strikethrough": "Tachado",
  16. "Superscript": "Super\u00edndice",
  17. "Subscript": "Sub\u00edndice",
  18. "Clear formatting": "Limpiar formato",
  19. "Align left": "Alinear a la izquierda",
  20. "Align center": "Centrar",
  21. "Align right": "Alinear a la derecha",
  22. "Justify": "Justificar",
  23. "Bullet list": "Lista de vi\u00f1etas",
  24. "Numbered list": "Lista numerada",
  25. "Decrease indent": "Disminuir sangr\u00eda",
  26. "Increase indent": "Aumentar sangr\u00eda",
  27. "Close": "Cerrar",
  28. "Formats": "Formatos",
  29. "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Tu navegador no soporta acceso directo al portapapeles. Favor usar los comandos de teclado Ctrl+X\/C\/V",
  30. "Headers": "Encabezados",
  31. "Header 1": "Encabezado 1",
  32. "Header 2": "Encabezado 2",
  33. "Header 3": "Encabezado 3",
  34. "Header 4": "Encabezado 4",
  35. "Header 5": "Encabezado 5",
  36. "Header 6": "Encabezado 6",
  37. "Headings": "T\u00edtulos",
  38. "Heading 1": "T\u00edtulo 1",
  39. "Heading 2": "T\u00edtulo 2",
  40. "Heading 3": "T\u00edtulo 3",
  41. "Heading 4": "T\u00edtulo 4",
  42. "Heading 5": "T\u00edtulo 5",
  43. "Heading 6": "T\u00edtulo 6",
  44. "Preformatted": "Preformateado",
  45. "Div": "Div",
  46. "Pre": "Pre",
  47. "Code": "C\u00f3digo",
  48. "Paragraph": "P\u00e1rrafo",
  49. "Blockquote": "Cita",
  50. "Inline": "En l\u00ednea",
  51. "Blocks": "Bloques",
  52. "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.",
  53. "Fonts": "Fonts",
  54. "Font Sizes": "Tama\u00f1os de Fuente",
  55. "Class": "Class",
  56. "Browse for an image": "Examinar imagen",
  57. "OR": "O",
  58. "Drop an image here": "Arrastrar imagen aqu\u00ed",
  59. "Upload": "Subir",
  60. "Block": "Bloque",
  61. "Align": "Alinear",
  62. "Default": "Default",
  63. "Circle": "Circle",
  64. "Disc": "Disc",
  65. "Square": "Square",
  66. "Lower Alpha": "Lower Alpha",
  67. "Lower Greek": "Lower Greek",
  68. "Lower Roman": "Lower Roman",
  69. "Upper Alpha": "Upper Alpha",
  70. "Upper Roman": "Upper Roman",
  71. "Anchor...": "Anchor...",
  72. "Name": "Name",
  73. "Id": "Id",
  74. "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.",
  75. "You have unsaved changes are you sure you want to navigate away?": "You have unsaved changes are you sure you want to navigate away?",
  76. "Restore last draft": "Restore last draft",
  77. "Special character...": "Special character...",
  78. "Source code": "Source code",
  79. "Insert\/Edit code sample": "Insert\/Edit code sample",
  80. "Language": "Language",
  81. "Code sample...": "Code sample...",
  82. "Color Picker": "Color Picker",
  83. "R": "R",
  84. "G": "G",
  85. "B": "B",
  86. "Left to right": "Left to right",
  87. "Right to left": "Right to left",
  88. "Emoticons": "Emoticons",
  89. "Emoticons...": "Emoticons...",
  90. "Metadata and Document Properties": "Metadata and Document Properties",
  91. "Title": "Title",
  92. "Keywords": "Keywords",
  93. "Description": "Description",
  94. "Robots": "Robots",
  95. "Author": "Author",
  96. "Encoding": "Encoding",
  97. "Fullscreen": "Fullscreen",
  98. "Action": "Action",
  99. "Shortcut": "Shortcut",
  100. "Help": "Help",
  101. "Address": "Address",
  102. "Focus to menubar": "Focus to menubar",
  103. "Focus to toolbar": "Focus to toolbar",
  104. "Focus to element path": "Focus to element path",
  105. "Focus to contextual toolbar": "Focus to contextual toolbar",
  106. "Insert link (if link plugin activated)": "Insert link (if link plugin activated)",
  107. "Save (if save plugin activated)": "Save (if save plugin activated)",
  108. "Find (if searchreplace plugin activated)": "Find (if searchreplace plugin activated)",
  109. "Plugins installed ({0}):": "Plugins installed ({0}):",
  110. "Premium plugins:": "Premium plugins:",
  111. "Learn more...": "Learn more...",
  112. "You are using {0}": "You are using {0}",
  113. "Plugins": "Plugins",
  114. "Handy Shortcuts": "Handy Shortcuts",
  115. "Horizontal line": "Horizontal line",
  116. "Insert\/edit image": "Insert\/edit image",
  117. "Alternative description": "Descripci\u00f3n alternativa",
  118. "Accessibility": "Accesibilidad",
  119. "Image is decorative": "La imagen es decorativa",
  120. "Source": "Source",
  121. "Dimensions": "Dimensions",
  122. "Constrain proportions": "Constrain proportions",
  123. "General": "General",
  124. "Advanced": "Advanced",
  125. "Style": "Style",
  126. "Vertical space": "Vertical space",
  127. "Horizontal space": "Horizontal space",
  128. "Border": "Border",
  129. "Insert image": "Insert image",
  130. "Image...": "Image...",
  131. "Image list": "Image list",
  132. "Rotate counterclockwise": "Rotate counterclockwise",
  133. "Rotate clockwise": "Rotate clockwise",
  134. "Flip vertically": "Flip vertically",
  135. "Flip horizontally": "Flip horizontally",
  136. "Edit image": "Edit image",
  137. "Image options": "Image options",
  138. "Zoom in": "Zoom in",
  139. "Zoom out": "Zoom out",
  140. "Crop": "Crop",
  141. "Resize": "Resize",
  142. "Orientation": "Orientation",
  143. "Brightness": "Brightness",
  144. "Sharpen": "Sharpen",
  145. "Contrast": "Contrast",
  146. "Color levels": "Color levels",
  147. "Gamma": "Gamma",
  148. "Invert": "Invert",
  149. "Apply": "Apply",
  150. "Back": "Back",
  151. "Insert date\/time": "Insert date\/time",
  152. "Date\/time": "Date\/time",
  153. "Insert\/edit link": "Insert\/edit link",
  154. "Text to display": "Text to display",
  155. "Url": "Url",
  156. "Open link in...": "Open link in...",
  157. "Current window": "Current window",
  158. "None": "None",
  159. "New window": "New window",
  160. "Open link": "Enlace abierto",
  161. "Remove link": "Remove link",
  162. "Anchors": "Anchors",
  163. "Link...": "Link...",
  164. "Paste or type a link": "Paste or type a link",
  165. "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
  166. "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?",
  167. "The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "La URL que ingres\u00f3 parece ser un enlace externo. \u00bfDesea agregar el prefijo https:\/\/ requerido?",
  168. "Link list": "Link list",
  169. "Insert video": "Insert video",
  170. "Insert\/edit video": "Insert\/edit video",
  171. "Insert\/edit media": "Insert\/edit media",
  172. "Alternative source": "Alternative source",
  173. "Alternative source URL": "Alternative source URL",
  174. "Media poster (Image URL)": "Media poster (Image URL)",
  175. "Paste your embed code below:": "Paste your embed code below:",
  176. "Embed": "Embed",
  177. "Media...": "Media...",
  178. "Nonbreaking space": "Nonbreaking space",
  179. "Page break": "Page break",
  180. "Paste as text": "Paste as text",
  181. "Preview": "Preview",
  182. "Print...": "Print...",
  183. "Save": "Save",
  184. "Find": "Find",
  185. "Replace with": "Replace with",
  186. "Replace": "Replace",
  187. "Replace all": "Replace all",
  188. "Previous": "Previous",
  189. "Next": "Next",
  190. "Find and Replace": "Encontrar y Reemplazar",
  191. "Find and replace...": "Find and replace...",
  192. "Could not find the specified string.": "Could not find the specified string.",
  193. "Match case": "Match case",
  194. "Find whole words only": "Find whole words only",
  195. "Find in selection": "Encontrar en la selecci\u00f3n",
  196. "Spellcheck": "Spellcheck",
  197. "Spellcheck Language": "Spellcheck Language",
  198. "No misspellings found.": "No se encontraron errores ortogr\u00e1ficos.",
  199. "Ignore": "Ignore",
  200. "Ignore all": "Ignore all",
  201. "Finish": "Finish",
  202. "Add to Dictionary": "Add to Dictionary",
  203. "Insert table": "Insert table",
  204. "Table properties": "Table properties",
  205. "Delete table": "Delete table",
  206. "Cell": "Cell",
  207. "Row": "Row",
  208. "Column": "Column",
  209. "Cell properties": "Cell properties",
  210. "Merge cells": "Merge cells",
  211. "Split cell": "Split cell",
  212. "Insert row before": "Insert row before",
  213. "Insert row after": "Insert row after",
  214. "Delete row": "Delete row",
  215. "Row properties": "Row properties",
  216. "Cut row": "Cut row",
  217. "Copy row": "Copy row",
  218. "Paste row before": "Paste row before",
  219. "Paste row after": "Paste row after",
  220. "Insert column before": "Insert column before",
  221. "Insert column after": "Insert column after",
  222. "Delete column": "Delete column",
  223. "Cols": "Cols",
  224. "Rows": "Rows",
  225. "Width": "Width",
  226. "Height": "Height",
  227. "Cell spacing": "Cell spacing",
  228. "Cell padding": "Cell padding",
  229. "Caption": "Caption",
  230. "Show caption": "Show caption",
  231. "Left": "Left",
  232. "Center": "Center",
  233. "Right": "Right",
  234. "Cell type": "Cell type",
  235. "Scope": "Scope",
  236. "Alignment": "Alignment",
  237. "H Align": "H Align",
  238. "V Align": "V Align",
  239. "Top": "Top",
  240. "Middle": "Middle",
  241. "Bottom": "Bottom",
  242. "Header cell": "Header cell",
  243. "Row group": "Row group",
  244. "Column group": "Column group",
  245. "Row type": "Row type",
  246. "Header": "Header",
  247. "Body": "Body",
  248. "Footer": "Footer",
  249. "Border color": "Border color",
  250. "Insert template...": "Insert template...",
  251. "Templates": "Templates",
  252. "Template": "Template",
  253. "Text color": "Text color",
  254. "Background color": "Background color",
  255. "Custom...": "Custom...",
  256. "Custom color": "Custom color",
  257. "No color": "No color",
  258. "Remove color": "Remove color",
  259. "Table of Contents": "Table of Contents",
  260. "Show blocks": "Show blocks",
  261. "Show invisible characters": "Show invisible characters",
  262. "Word count": "Word count",
  263. "Count": "Count",
  264. "Document": "Document",
  265. "Selection": "Selection",
  266. "Words": "Words",
  267. "Words: {0}": "Words: {0}",
  268. "{0} words": "{0} words",
  269. "File": "File",
  270. "Edit": "Edit",
  271. "Insert": "Insert",
  272. "View": "View",
  273. "Format": "Format",
  274. "Table": "Table",
  275. "Tools": "Tools",
  276. "Powered by {0}": "Powered by {0}",
  277. "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help",
  278. "Image title": "Image title",
  279. "Border width": "Border width",
  280. "Border style": "Border style",
  281. "Error": "Error",
  282. "Warn": "Warn",
  283. "Valid": "Valid",
  284. "To open the popup, press Shift+Enter": "To open the popup, press Shift+Enter",
  285. "Rich Text Area. Press ALT-0 for help.": "Rich Text Area. Press ALT-0 for help.",
  286. "System Font": "System Font",
  287. "Failed to upload image: {0}": "Failed to upload image: {0}",
  288. "Failed to load plugin: {0} from url {1}": "Failed to load plugin: {0} from url {1}",
  289. "Failed to load plugin url: {0}": "Failed to load plugin url: {0}",
  290. "Failed to initialize plugin: {0}": "Failed to initialize plugin: {0}",
  291. "example": "example",
  292. "Search": "Search",
  293. "All": "All",
  294. "Currency": "Currency",
  295. "Text": "Text",
  296. "Quotations": "Quotations",
  297. "Mathematical": "Mathematical",
  298. "Extended Latin": "Extended Latin",
  299. "Symbols": "Symbols",
  300. "Arrows": "Arrows",
  301. "User Defined": "User Defined",
  302. "dollar sign": "dollar sign",
  303. "currency sign": "currency sign",
  304. "euro-currency sign": "euro-currency sign",
  305. "colon sign": "colon sign",
  306. "cruzeiro sign": "cruzeiro sign",
  307. "french franc sign": "french franc sign",
  308. "lira sign": "lira sign",
  309. "mill sign": "mill sign",
  310. "naira sign": "naira sign",
  311. "peseta sign": "peseta sign",
  312. "rupee sign": "rupee sign",
  313. "won sign": "won sign",
  314. "new sheqel sign": "new sheqel sign",
  315. "dong sign": "dong sign",
  316. "kip sign": "kip sign",
  317. "tugrik sign": "tugrik sign",
  318. "drachma sign": "drachma sign",
  319. "german penny symbol": "german penny symbol",
  320. "peso sign": "peso sign",
  321. "guarani sign": "guarani sign",
  322. "austral sign": "austral sign",
  323. "hryvnia sign": "hryvnia sign",
  324. "cedi sign": "cedi sign",
  325. "livre tournois sign": "livre tournois sign",
  326. "spesmilo sign": "spesmilo sign",
  327. "tenge sign": "tenge sign",
  328. "indian rupee sign": "indian rupee sign",
  329. "turkish lira sign": "turkish lira sign",
  330. "nordic mark sign": "nordic mark sign",
  331. "manat sign": "manat sign",
  332. "ruble sign": "ruble sign",
  333. "yen character": "yen character",
  334. "yuan character": "yuan character",
  335. "yuan character, in hong kong and taiwan": "yuan character, in hong kong and taiwan",
  336. "yen\/yuan character variant one": "yen\/yuan character variant one",
  337. "Loading emoticons...": "Loading emoticons...",
  338. "Could not load emoticons": "Could not load emoticons",
  339. "People": "People",
  340. "Animals and Nature": "Animals and Nature",
  341. "Food and Drink": "Food and Drink",
  342. "Activity": "Activity",
  343. "Travel and Places": "Travel and Places",
  344. "Objects": "Objects",
  345. "Flags": "Flags",
  346. "Characters": "Characters",
  347. "Characters (no spaces)": "Characters (no spaces)",
  348. "{0} characters": "{0} characters",
  349. "Error: Form submit field collision.": "Error: Form submit field collision.",
  350. "Error: No form element found.": "Error: No form element found.",
  351. "Update": "Update",
  352. "Color swatch": "Color swatch",
  353. "Turquoise": "Turquoise",
  354. "Green": "Green",
  355. "Blue": "Blue",
  356. "Purple": "Purple",
  357. "Navy Blue": "Navy Blue",
  358. "Dark Turquoise": "Dark Turquoise",
  359. "Dark Green": "Dark Green",
  360. "Medium Blue": "Medium Blue",
  361. "Medium Purple": "Medium Purple",
  362. "Midnight Blue": "Midnight Blue",
  363. "Yellow": "Yellow",
  364. "Orange": "Orange",
  365. "Red": "Red",
  366. "Light Gray": "Light Gray",
  367. "Gray": "Gray",
  368. "Dark Yellow": "Dark Yellow",
  369. "Dark Orange": "Dark Orange",
  370. "Dark Red": "Dark Red",
  371. "Medium Gray": "Medium Gray",
  372. "Dark Gray": "Dark Gray",
  373. "Light Green": "Light Green",
  374. "Light Yellow": "Light Yellow",
  375. "Light Red": "Light Red",
  376. "Light Purple": "Light Purple",
  377. "Light Blue": "Light Blue",
  378. "Dark Purple": "Dark Purple",
  379. "Dark Blue": "Dark Blue",
  380. "Black": "Black",
  381. "White": "White",
  382. "Switch to or from fullscreen mode": "Switch to or from fullscreen mode",
  383. "Open help dialog": "Open help dialog",
  384. "history": "history",
  385. "styles": "styles",
  386. "formatting": "formatting",
  387. "alignment": "alignment",
  388. "indentation": "indentation",
  389. "Font": "Font",
  390. "Size": "Size",
  391. "More...": "More...",
  392. "Select...": "Select...",
  393. "Preferences": "Preferences",
  394. "Yes": "Yes",
  395. "No": "No",
  396. "Keyboard Navigation": "Keyboard Navigation",
  397. "Version": "Version",
  398. "Code view": "Vista de c\u00f3digo",
  399. "Open popup menu for split buttons": "Abrir men\u00fa emergente para botones divididos",
  400. "List Properties": "Propiedades de Lista",
  401. "List properties...": "Propiedades de lista...",
  402. "Start list at number": "Iniciar lista en el n\u00famero",
  403. "Line height": "Altura de la l\u00ednea",
  404. "comments": "comments",
  405. "Format Painter": "Format Painter",
  406. "Insert\/edit iframe": "Insert\/edit iframe",
  407. "Capitalization": "Capitalization",
  408. "lowercase": "lowercase",
  409. "UPPERCASE": "UPPERCASE",
  410. "Title Case": "Title Case",
  411. "permanent pen": "permanent pen",
  412. "Permanent Pen Properties": "Permanent Pen Properties",
  413. "Permanent pen properties...": "Permanent pen properties...",
  414. "case change": "Cambiar May\u00fasculas y Min\u00fasculas",
  415. "page embed": "p\u00e1gina incrustada",
  416. "Advanced sort...": "Orden avanzado...",
  417. "Advanced Sort": "Orden Avanzado",
  418. "Sort table by column ascending": "Ordenar tabla por columna ascendente",
  419. "Sort table by column descending": "Ordenar tabla por columna descendente",
  420. "Sort": "Ordenar",
  421. "Order": "Orden",
  422. "Sort by": "Ordenar por",
  423. "Ascending": "Ascendente",
  424. "Descending": "Descendiente",
  425. "Column {0}": "Columna {0}",
  426. "Row {0}": "Fila {0}",
  427. "Spellcheck...": "Corrector...",
  428. "Misspelled word": "Palabra mal escrita",
  429. "Suggestions": "Sugerencias",
  430. "Change": "Cambiar",
  431. "Finding word suggestions": "Encontrar sugerencias de palabras",
  432. "Success": "\u00c9xito",
  433. "Repair": "Reparar",
  434. "Issue {0} of {1}": "Problema {0} de {1}",
  435. "Images must be marked as decorative or have an alternative text description": "Las im\u00e1genes deben estar marcadas como decorativas o tener una descripci\u00f3n de texto alternativa",
  436. "Images must have an alternative text description. Decorative images are not allowed.": "Las im\u00e1genes deben tener una descripci\u00f3n de texto alternativa. No se permiten im\u00e1genes decorativas.",
  437. "Or provide alternative text:": "O proporcione texto alternativo:",
  438. "Make image decorative:": "Hacer la imagen decorativa:",
  439. "ID attribute must be unique": "El atributo de ID debe ser \u00fanico",
  440. "Make ID unique": "Hacer que ID sea \u00fanica",
  441. "Keep this ID and remove all others": "Conserve esta ID y elimine todas las dem\u00e1s",
  442. "Remove this ID": "Eliminar esta ID",
  443. "Remove all IDs": "Eliminar todos los ID",
  444. "Checklist": "Lista de Verificaci\u00f3n",
  445. "Anchor": "Anchor",
  446. "Special character": "Special character",
  447. "Code sample": "Code sample",
  448. "Color": "Color",
  449. "Document properties": "Document properties",
  450. "Image description": "Image description",
  451. "Image": "Image",
  452. "Insert link": "Insert link",
  453. "Target": "Target",
  454. "Link": "Link",
  455. "Poster": "Poster",
  456. "Media": "Media",
  457. "Print": "Print",
  458. "Prev": "Prev",
  459. "Find and replace": "Find and replace",
  460. "Whole words": "Whole words",
  461. "Insert template": "Insert template"
  462. });