diff --git a/bl-languages/es.json b/bl-languages/es.json
index 08375ad6..ed3dd47d 100644
--- a/bl-languages/es.json
+++ b/bl-languages/es.json
@@ -13,7 +13,7 @@
"manage-categories": "Administrar categorías",
"general-settings": "Ajustes generales",
"advanced-settings": "Ajustes avanzados",
- "thanks-for-support-bludit": "Gracias por ayudar con Bludit",
+ "thanks-for-support-bludit": "Gracias por colaborar con Bludit.",
"upgrade-to-bludit-pro": "Actualizar a Bludit PRO",
"language": "Idioma",
"plugin": "Complemento",
@@ -152,7 +152,7 @@
"returning-page-when-the-page-doesnt-exist": "Cuando la página no existe se retorna esta página, de forma predeterminada devuelve un mensaje predefinido.",
"returning-page-for-the-main-page": "Returning page for the main page, by default shows the latest content order by date or position.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
- "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
+ "with-the-locales-you-can-set-the-regional-user-interface": "Con locales, puede establecer la interfaz de usuario regional, como las fechas en su idioma. Los locales deben estar instalados en su sistema.",
"bludit-installer": "Bludit Instalador",
"choose-your-language": "Seleccione su idioma",
"next": "Siguiente",
@@ -184,9 +184,9 @@
"current-status": "Current status",
"upload-image": "Subir imagen",
"the-changes-have-been-saved": "Los cambios fueron guardados",
- "label": "Label",
- "links": "Links",
- "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
+ "label": "Etiqueta",
+ "links": "Enlaces",
+ "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Este titulo es usualmente utilizado en la barra lateral del sitio.",
"password-must-be-at-least-6-characters-long": "La contraseña debe tener al menos 6 carácteres.",
"ip-address-has-been-blocked": "La direccion IP fue bloqueada.",
"try-again-in-a-few-minutes": "Vuelva a intentar en unos minutos.",
@@ -194,7 +194,7 @@
"installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.",
"blog": "Blog",
"complete-all-fields": "Complete all fields",
- "static": "Static",
+ "static": "Estática",
"about-your-site-or-yourself": "About your site or yourself",
"homepage": "Homepage",
"disabled": "Disabled",
diff --git a/bl-plugins/api/languages/es.json b/bl-plugins/api/languages/es.json
new file mode 100644
index 00000000..0bcb5085
--- /dev/null
+++ b/bl-plugins/api/languages/es.json
@@ -0,0 +1,11 @@
+{
+ "plugin-data":
+ {
+ "name": "API",
+ "description": "Interfaz para interactuar con Bludit mediante el protocolo HTTP.
Leer más sobre este plugin en API introducción."
+ },
+ "api-token": "API Token",
+ "amount-of-pages": "Cantidad de paginas",
+ "this-is-the-maximum-of-pages-to-return-when-you-call-to": "Este es el máximo de páginas a devolver cuando llame a /api/pages.",
+ "this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Este token es para sólo lectura y se regenera cada vez que se instala el plugin."
+}
\ No newline at end of file
diff --git a/bl-plugins/categories/languages/es.json b/bl-plugins/categories/languages/es.json
new file mode 100644
index 00000000..b210c588
--- /dev/null
+++ b/bl-plugins/categories/languages/es.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Categorías",
+ "description": "Muestra todas las categorías del sistema en la barra lateral."
+ },
+ "hide-categories-without-content": "Ocultar categorías sin contenido"
+}
diff --git a/bl-plugins/disqus/languages/es.json b/bl-plugins/disqus/languages/es.json
index f956f048..f27f9bd5 100644
--- a/bl-plugins/disqus/languages/es.json
+++ b/bl-plugins/disqus/languages/es.json
@@ -1,11 +1,8 @@
{
"plugin-data":
{
- "name": "Disqus sistema de comentarios",
+ "name": "Disqus",
"description": "Disqus es un servicio de comentarios online. Es necesario registrarse en Disqus.com antes de utilizar este plugin."
},
- "disqus-shortname": "Disqus shortname",
- "enable-disqus-on-pages": "Habilitar Disqus en las páginas",
- "enable-disqus-on-posts": "Habilitar Disqus en los posts",
- "enable-disqus-on-default-home-page": "Habilitar Disqus en la página de inicio"
+ "disqus-shortname": "Disqus shortname"
}
\ No newline at end of file
diff --git a/bl-plugins/latest-content/languages/en.json b/bl-plugins/latest-content/languages/en.json
index de39e319..580bd515 100644
--- a/bl-plugins/latest-content/languages/en.json
+++ b/bl-plugins/latest-content/languages/en.json
@@ -2,10 +2,9 @@
"plugin-data":
{
"name": "Latest content",
- "description": "Shows a list of pages, you can define the amount of items.
The order of the pages is taken from the settings of Bludit."
+ "description": "List of latest contents, you can set the number of items.
The order of the content is taken from the advanced settings of Bludit."
},
-
- "home-page": "Home page",
- "show-home-link": "Show home link",
+ "home-link": "Home link",
+ "show-the-home-link-on-the-sidebar": "Show the home link on the sidebar.",
"amount-of-items": "Amount of items"
}
diff --git a/bl-plugins/latest-content/languages/es.json b/bl-plugins/latest-content/languages/es.json
new file mode 100644
index 00000000..6a406c88
--- /dev/null
+++ b/bl-plugins/latest-content/languages/es.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Último contenido",
+ "description": "Lista los últimos contenidos, puede establecer el número de elementos.
El orden del contenido se toma de la configuración avanzada de Bludit."
+ },
+ "home-link": "Enlace Home",
+ "show-the-home-link-on-the-sidebar": "Mostrar el vínculo de inicio en la barra lateral.",
+ "amount-of-items": "Cantidad de artículos"
+}
diff --git a/bl-plugins/latest-content/plugin.php b/bl-plugins/latest-content/plugin.php
index ff8a57b5..4878009f 100644
--- a/bl-plugins/latest-content/plugin.php
+++ b/bl-plugins/latest-content/plugin.php
@@ -26,8 +26,8 @@ class pluginLatestContent extends Plugin {
$html .= '
]*>/gi,"[quote]"),c(/<\/blockquote>/gi,"[/quote]"),c(/
/gi,"\n"),c(/
/gi,"\n"),c(/
/gi,"\n"),c(//gi,""),c(/<\/p>/gi,"\n"),c(/ |\u00a0/gi," "),c(/"/gi,'"'),c(/</gi,"<"),c(/>/gi,">"),c(/&/gi,"&"),b},c=function(b){b=a.trim(b);var c=function(a,c){b=b.replace(a,c)};return c(/\n/gi,"
"),c(/\[b\]/gi,""),c(/\[\/b\]/gi,""),c(/\[i\]/gi,""),c(/\[\/i\]/gi,""),c(/\[u\]/gi,""),c(/\[\/u\]/gi,""),c(/\[url=([^\]]+)\](.*?)\[\/url\]/gi,'$2'),c(/\[url\](.*?)\[\/url\]/gi,'$1'),c(/\[img\](.*?)\[\/img\]/gi,''),c(/\[color=(.*?)\](.*?)\[\/color\]/gi,'$2'),c(/\[code\](.*?)\[\/code\]/gi,'$1 '),c(/\[quote.*?\](.*?)\[\/quote\]/gi,'$1 '),b};return{html2bbcode:b,bbcode2html:c}}),g("0",["1","2"],function(a,b){return a.add("bbcode",function(){return{init:function(a){a.on("beforeSetContent",function(a){a.content=b.bbcode2html(a.content)}),a.on("postProcess",function(a){a.set&&(a.content=b.bbcode2html(a.content)),a.get&&(a.content=b.html2bbcode(a.content))})}}}),function(){}}),d("0")()}(); \ No newline at end of file diff --git a/bl-plugins/tinymce/tinymce/plugins/charmap/plugin.min.js b/bl-plugins/tinymce/tinymce/plugins/charmap/plugin.min.js new file mode 100755 index 00000000..4e790cea --- /dev/null +++ b/bl-plugins/tinymce/tinymce/plugins/charmap/plugin.min.js @@ -0,0 +1 @@ +!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i',d=0;d ",c=0;c "};return{getHtml:a}}),g("8",["6","7","c"],function(a,b,c){var d=function(a){for(;a;){if("TD"===a.nodeName)return a;a=a.parentNode}},e=function(e){var f,g={type:"container",html:c.getHtml(b.getCharMap(e)),onclick:function(b){var c=b.target;if(/^(TD|DIV)$/.test(c.nodeName)){var g=d(c).firstChild;g&&g.hasAttribute("data-chr")&&(a.insertChar(e,g.getAttribute("data-chr")),b.ctrlKey||f.close())}},onmouseover:function(a){var b=d(a.target);b&&b.firstChild?(f.find("#preview").text(b.firstChild.firstChild.data),f.find("#previewTitle").text(b.title)):(f.find("#preview").text(" "),f.find("#previewTitle").text(" "))}};f=e.windowManager.open({title:"Special character",spacing:10,padding:10,items:[g,{type:"container",layout:"flex",direction:"column",align:"center",spacing:5,minWidth:160,minHeight:160,items:[{type:"label",name:"preview",text:" ",style:"font-size: 40px; text-align: center",border:1,minWidth:140,minHeight:80},{type:"spacer",minHeight:20},{type:"label",name:"previewTitle",text:" ",style:"white-space: pre-wrap;",border:1,minWidth:140}]}],buttons:[{text:"Close",onclick:function(){f.close()}}]})};return{open:e}}),g("3",["8"],function(a){var b=function(b){b.addCommand("mceShowCharmap",function(){a.open(b)})};return{register:b}}),g("4",[],function(){var a=function(a){a.addButton("charmap",{icon:"charmap",tooltip:"Special character",cmd:"mceShowCharmap"}),a.addMenuItem("charmap",{icon:"charmap",text:"Special character",cmd:"mceShowCharmap",context:"insert"})};return{register:a}}),g("0",["1","2","3","4"],function(a,b,c,d){return a.add("charmap",function(a){return c.register(a),d.register(a),b.get(a)}),function(){}}),d("0")()}(); \ No newline at end of file diff --git a/bl-plugins/tinymce/tinymce/plugins/code/plugin.min.js b/bl-plugins/tinymce/tinymce/plugins/code/plugin.min.js new file mode 100755 index 00000000..bbc39239 --- /dev/null +++ b/bl-plugins/tinymce/tinymce/plugins/code/plugin.min.js @@ -0,0 +1 @@ +!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i '+i+""}else b+=""}b+=""}return b+=" code[class*="language-"], +pre[class*="language-"] { + background: #f5f2f0; +} + +/* Inline code */ +:not(pre) > code[class*="language-"] { + padding: .1em; + border-radius: .3em; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #a67f59; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function { + color: #DD4A68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} + diff --git a/bl-plugins/tinymce/tinymce/plugins/codesample/plugin.min.js b/bl-plugins/tinymce/tinymce/plugins/codesample/plugin.min.js new file mode 100755 index 00000000..607f7662 --- /dev/null +++ b/bl-plugins/tinymce/tinymce/plugins/codesample/plugin.min.js @@ -0,0 +1 @@ +!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i a.length)break a;if(!(q instanceof e)){k.lastIndex=0;var r=k.exec(q);if(r){m&&(n=r[1].length);var s=r.index-1+n,r=r[0].slice(n),t=r.length,u=s+t,v=q.slice(0,s+1),w=q.slice(u+1),x=[p,1];v&&x.push(v);var y=new e(h,l?c.tokenize(r,l):r,o);x.push(y),w&&x.push(w),Array.prototype.splice.apply(f,x)}}}}}return f},hooks:{all:{},add:function(a,b){var d=c.hooks.all;d[a]=d[a]||[],d[a].push(b)},run:function(a,b){var d=c.hooks.all[a];if(d&&d.length)for(var e,f=0;e=d[f++];)e(b)}}},d=c.Token=function(a,b,c){this.type=a,this.content=b,this.alias=c};if(d.stringify=function(a,b,e){if("string"==typeof a)return a;if("Array"===c.util.type(a))return a.map(function(c){return d.stringify(c,b,a)}).join("");var f={type:a.type,content:d.stringify(a.content,b,e),tag:"span",classes:["token",a.type],attributes:{},language:b,parent:e};if("comment"==f.type&&(f.attributes.spellcheck="true"),a.alias){var g="Array"===c.util.type(a.alias)?a.alias:[a.alias];Array.prototype.push.apply(f.classes,g)}c.hooks.run("wrap",f);var h="";for(var i in f.attributes)h+=(h?" ":"")+i+'="'+(f.attributes[i]||"")+'"';return"<"+f.tag+' class="'+f.classes.join(" ")+'" '+h+">"+f.content+""+f.tag+">"},!b.document)return b.addEventListener?(b.addEventListener("message",function(a){var d=JSON.parse(a.data),e=d.language,f=d.code,g=d.immediateClose;b.postMessage(c.highlight(f,c.languages[e],e)),g&&b.close()},!1),b.Prism):b.Prism}();return"undefined"!=typeof module&&module.exports&&(module.exports=c),"undefined"!=typeof global&&(global.Prism=c),c.languages.markup={comment://,prolog:/<\?[\w\W]+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?[^\s>\/=.]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/?[\da-z]{1,8};/i},c.hooks.add("wrap",function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&/,"&"))}),c.languages.xml=c.languages.markup,c.languages.html=c.languages.markup,c.languages.mathml=c.languages.markup,c.languages.svg=c.languages.markup,c.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,"function":/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},c.languages.css.atrule.inside.rest=c.util.clone(c.languages.css),c.languages.markup&&(c.languages.insertBefore("markup","tag",{style:{pattern:/