Version Description
- (Core/JS) Force init
WPGlobusDialogApp
before using.
Download this release
Release Info
Developer | tivnet |
Plugin | WPGlobus – Multilingual Everything! |
Version | 2.7.12 |
Comparing to | |
See all releases |
Code changes from version 2.7.11 to 2.7.12
- includes/js/wpglobus-admin-56.js +6 -0
- includes/js/wpglobus-admin-56.min.js +1 -1
- languages/wpglobus-ar.mo +0 -0
- languages/wpglobus-ar.po +2 -3
- languages/wpglobus-be.mo +0 -0
- languages/wpglobus-be.po +2 -3
- languages/wpglobus-bg_BG.mo +0 -0
- languages/wpglobus-bg_BG.po +2 -3
- languages/wpglobus-de_CH.mo +0 -0
- languages/wpglobus-de_CH.po +2 -3
- languages/wpglobus-de_DE.mo +0 -0
- languages/wpglobus-de_DE.po +2 -3
- languages/wpglobus-el.mo +0 -0
- languages/wpglobus-el.po +2 -3
- languages/wpglobus-en_AU.mo +0 -0
- languages/wpglobus-en_AU.po +2 -3
- languages/wpglobus-en_CA.mo +0 -0
- languages/wpglobus-en_CA.po +2 -3
- languages/wpglobus-en_GB.mo +0 -0
- languages/wpglobus-en_GB.po +2 -3
- languages/wpglobus-en_NZ.mo +0 -0
- languages/wpglobus-en_NZ.po +2 -3
- languages/wpglobus-en_US.mo +0 -0
- languages/wpglobus-en_US.po +2 -3
- languages/wpglobus-en_ZA.mo +0 -0
- languages/wpglobus-en_ZA.po +2 -3
- languages/wpglobus-es_AR.mo +0 -0
- languages/wpglobus-es_AR.po +2 -3
- languages/wpglobus-es_CL.mo +0 -0
- languages/wpglobus-es_CL.po +2 -3
- languages/wpglobus-es_CO.mo +0 -0
- languages/wpglobus-es_CO.po +2 -3
- languages/wpglobus-es_CR.mo +0 -0
- languages/wpglobus-es_CR.po +2 -3
- languages/wpglobus-es_ES.mo +0 -0
- languages/wpglobus-es_ES.po +2 -3
- languages/wpglobus-es_GT.mo +0 -0
- languages/wpglobus-es_GT.po +2 -3
- languages/wpglobus-es_MX.mo +0 -0
- languages/wpglobus-es_MX.po +2 -3
- languages/wpglobus-es_PE.mo +0 -0
- languages/wpglobus-es_PE.po +2 -3
- languages/wpglobus-es_PR.mo +0 -0
- languages/wpglobus-es_PR.po +2 -3
- languages/wpglobus-es_VE.mo +0 -0
- languages/wpglobus-es_VE.po +2 -3
- languages/wpglobus-et.mo +0 -0
- languages/wpglobus-et.po +2 -3
- languages/wpglobus-fr_BE.mo +0 -0
- languages/wpglobus-fr_BE.po +2 -3
- languages/wpglobus-fr_CA.mo +0 -0
- languages/wpglobus-fr_CA.po +2 -3
- languages/wpglobus-fr_FR.mo +0 -0
- languages/wpglobus-fr_FR.po +2 -3
- languages/wpglobus-id_ID.mo +0 -0
- languages/wpglobus-id_ID.po +2 -3
- languages/wpglobus-ko_KR.mo +0 -0
- languages/wpglobus-ko_KR.po +2 -3
- languages/wpglobus-pl_PL.mo +0 -0
- languages/wpglobus-pl_PL.po +2 -3
- languages/wpglobus-pt_BR.mo +0 -0
- languages/wpglobus-pt_BR.po +2 -3
- languages/wpglobus-pt_PT.mo +0 -0
- languages/wpglobus-pt_PT.po +5 -6
- languages/wpglobus-ro_RO.mo +0 -0
- languages/wpglobus-ro_RO.po +2 -3
- languages/wpglobus-ru_RU.mo +0 -0
- languages/wpglobus-ru_RU.po +2 -3
- languages/wpglobus-sv_SE.mo +0 -0
- languages/wpglobus-sv_SE.po +2 -3
- languages/wpglobus-tr_TR.mo +0 -0
- languages/wpglobus-tr_TR.po +2 -3
- languages/wpglobus-uk.mo +0 -0
- languages/wpglobus-uk.po +2 -3
- languages/wpglobus.pot +3 -352
- readme.txt +3 -4
- wpglobus.php +2 -2
includes/js/wpglobus-admin-56.js
CHANGED
@@ -139,6 +139,7 @@ var WPGlobusDialogApp;
|
|
139 |
|
140 |
var api;
|
141 |
api = WPGlobusDialogApp = {
|
|
|
142 |
option : {
|
143 |
listenClass : '.wpglobus_dialog_start',
|
144 |
settingsClass : '.wpglobus_dialog_settings',
|
@@ -183,6 +184,9 @@ var WPGlobusDialogApp;
|
|
183 |
startButtonClass : 'wpglobus_dialog_start wpglobus_dialog_icon',
|
184 |
clicks: 0,
|
185 |
init: function(args) {
|
|
|
|
|
|
|
186 |
api.option.dialog = api.option.dialogOptions;
|
187 |
api.option = $.extend(api.option, args);
|
188 |
$(api.option.dialogTabs).tabs();
|
@@ -193,6 +197,7 @@ var WPGlobusDialogApp;
|
|
193 |
api.addElement(e);
|
194 |
});
|
195 |
}
|
|
|
196 |
},
|
197 |
convertToId: function(s){
|
198 |
s = s.replace(/\]/g,'');
|
@@ -200,6 +205,7 @@ var WPGlobusDialogApp;
|
|
200 |
return s;
|
201 |
},
|
202 |
addElement: function(elem) {
|
|
|
203 |
var option = {
|
204 |
id: null,
|
205 |
style: '',
|
139 |
|
140 |
var api;
|
141 |
api = WPGlobusDialogApp = {
|
142 |
+
inited: false,
|
143 |
option : {
|
144 |
listenClass : '.wpglobus_dialog_start',
|
145 |
settingsClass : '.wpglobus_dialog_settings',
|
184 |
startButtonClass : 'wpglobus_dialog_start wpglobus_dialog_icon',
|
185 |
clicks: 0,
|
186 |
init: function(args) {
|
187 |
+
if ( api.inited ) {
|
188 |
+
return;
|
189 |
+
}
|
190 |
api.option.dialog = api.option.dialogOptions;
|
191 |
api.option = $.extend(api.option, args);
|
192 |
$(api.option.dialogTabs).tabs();
|
197 |
api.addElement(e);
|
198 |
});
|
199 |
}
|
200 |
+
api.inited = true;
|
201 |
},
|
202 |
convertToId: function(s){
|
203 |
s = s.replace(/\]/g,'');
|
205 |
return s;
|
206 |
},
|
207 |
addElement: function(elem) {
|
208 |
+
api.init();
|
209 |
var option = {
|
210 |
id: null,
|
211 |
style: '',
|
includes/js/wpglobus-admin-56.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var WPGlobusCore,WPGlobusDialogApp;!function(i){var d=WPGlobusCore={strpos:function(t,a,e){e=(t=""+t).indexOf(a,e);return 0<=e&&e},TextFilter:function(t,a,e){if(void 0===t||""===t)return t;var o,n,i=[],l=!1;a=""==a?"en":a,e=void 0===e||""==e?"RETURN_IN_DEFAULT_LANGUAGE":e,i[0]=[],i[0].start=WPGlobusCoreData.locale_tag_start.replace("%s",a),i[0].end=WPGlobusCoreData.locale_tag_end,i[1]=[],i[1].start="\x3c!--:"+a+"--\x3e",i[1].end="\x3c!--:--\x3e",i[2]=[],i[2].start="[:"+a+"]",i[2].end="[:";for(var s=0;s<3;s++)if(!1!==(o=d.strpos(t,i[s].start))){o+=i[s].start.length,t=!1===(n=d.strpos(t,i[s].end,o))?t.substr(o):t.substr(o,n-o),l=!0;break}return l||("RETURN_EMPTY"==e?a==WPGlobusCoreData.default_language&&!/(\{:|\[:|<!--:)[a-z]{2}/.test(t)||(t=""):a==WPGlobusCoreData.default_language?/(\{:|\[:|<!--:)[a-z]{2}/.test(t)&&(t=""):t=d.TextFilter(t,WPGlobusCoreData.default_language)),t},addLocaleMarks:function(t,a){return WPGlobusCoreData.locale_tag_start.replace("%s",a)+t+WPGlobusCoreData.locale_tag_end},getTranslations:function(e){var o,n={};return i.each(WPGlobusCoreData.enabled_languages,function(t,a){o=a==WPGlobusCoreData.default_language?"RETURN_IN_DEFAULT_LANGUAGE":"RETURN_EMPTY",n[a]=d.TextFilter(e,a,o)}),n},getString:function(t,a,e){if(void 0===t)return t;void 0===a&&(a=""),void 0===e&&(e=WPGlobusCoreData.language),(t=d.getTranslations(t))[e]=a;var o="";return i.each(t,function(t,a){""!=a&&t!=WPGlobusCoreData.default_language&&(o+=d.addLocaleMarks(a,t))}),o=""!=t[WPGlobusCoreData.default_language]?""==o?t[WPGlobusCoreData.default_language]:d.addLocaleMarks(t[WPGlobusCoreData.default_language],WPGlobusCoreData.default_language)+o:o}}}(jQuery),function(c){var g=WPGlobusDialogApp={option:{listenClass:".wpglobus_dialog_start",settingsClass:".wpglobus_dialog_settings",dialogTabs:"#wpglobus-dialog-tabs",dialogTitle:"",customData:null,callback:function(){},dialogOptions:{title:"",placeholder:"",formFooter:"",beforeOpen:function(){},afterOpen:function(){},afterSave:function(){},close:function(){}},dialog:{}},form:void 0,element:void 0,element_by:"id",id:"",clone_id:"",wpglobus_id:"",type:"textarea",source:"",order:{},value:{},request:"core",attrs:{},dialogTitle:"",trClass:"wpglobus-translatable",startButton:['<span id="wpglobus-dialog-start-{{clone_id}}" ','style="{{style}}" ','data-type="control" data-dialog-title="{{title}}" ','data-source-type="" data-source-id="{{id}}" data-source-name="{{name}}" ','data-nodename="{{nodename}}"',"{{sbTitle}} ",'class="{{classes}}"></span>'].join(""),startButtonClass:"wpglobus_dialog_start wpglobus_dialog_icon",clicks:0,init:function(t){g.option.dialog=g.option.dialogOptions,g.option=c.extend(g.option,t),c(g.option.dialogTabs).tabs(),g.dialogTitle=g.option.dialogTitle,this.attachListener(),null!=g.option.customData&&void 0!==g.option.customData.addElements&&c.each(g.option.customData.addElements,function(t,a){g.addElement(a)})},convertToId:function(t){return t=(t=t.replace(/\]/g,"")).replace(/\[/g,"-")},addElement:function(t){var a={id:null,style:"",styleTextareaWrapper:"",sbTitle:"",onChangeClass:"",dialogTitle:"",dialog:g.option.dialogOptions};if("string"==typeof t)a.id=t;else{if("object"!=typeof t)return;a=c.extend(a,t)}var e,o=null,n=null,i=null,l=null,s=g.startButton,d="";if(g.element_by="name",0==(l=document.getElementsByName(a.id)).length&&(g.element_by="id",l=document.getElementById(a.id)),null!==l){if(n=a.id,i=void 0===(o="id"==g.element_by?c("#"+n):(d=(d=l[0].nodeName).toLowerCase(),c(d+'[name="'+n+'"]'))).attr("name")||""==o.attr("name")?n:o.attr("name"),g.clone_id=g.convertToId(n),-1!=i.indexOf("wpglobus")||-1!=g.clone_id.indexOf("wpglobus"))return!1;if(0<c("#wpglobus-"+g.clone_id).length)return!1;t=c(o.clone()),l=o.attr("style")||"",o.attr("style","display:none;"),t.attr("id","wpglobus-"+g.clone_id).attr("name","wpglobus-"+i),t.addClass(g.trClass),""!=a.onChangeClass&&t.addClass(a.onChangeClass),("id"==g.element_by?t.attr("data-source-id",n).attr("data-source-name",""):t.attr("data-source-id","").attr("data-source-name",i)).attr("data-source-get-by",g.element_by),"textarea"==d?(e=WPGlobusCore.getTranslations(o.val())[WPGlobusCoreData.language],t.val(e),t.attr("data-nodename","textarea"),""==a.style?t.attr("style",l+";width:95%;float:left;"):t.attr("style",l+";"+a.style)):(e=WPGlobusCore.getTranslations(o.val())[WPGlobusCoreData.language],t.val(e),t.attr("data-nodename","input"),""!=a.style&&t.attr("style",l+";"+a.style)),""!=a.dialog&&t.attr("data-dialog",JSON.stringify(a.dialog)),s=s.replace(/{{clone_id}}/g,g.clone_id),s="id"==g.element_by?(s=(s=s.replace(/{{id}}/g,g.clone_id)).replace(/{{name}}/g,"")).replace(/{{nodename}}/g,""):(s=(s=s.replace(/{{id}}/g,"")).replace(/{{name}}/g,i)).replace(/{{nodename}}/g,d);s="textarea"==d?s.replace("{{style}}","float:left;margin-top:0;"):s.replace("{{style}}",""),i="textarea"==d?g.startButtonClass+" wpglobus-textarea wpglobus-textarea-"+g.clone_id:g.startButtonClass;s=s.replace("{{classes}}",i),s=""==a.dialogTitle?s.replace("{{title}}",g.dialogTitle):s.replace("{{title}}",a.dialogTitle),s=""==a.sbTitle?s.replace("{{sbTitle}}",a.sbTitle):s.replace("{{sbTitle}}",'title="'+a.sbTitle+'"'),c(s).insertAfter(o),c(t).insertAfter(o),"textarea"==d&&(c("#wpglobus-"+g.clone_id).addClass("wpglobus-textarea-"+g.clone_id),c(".wpglobus-textarea-"+g.clone_id).wrapAll('<div class="wpglobus-textarea-wrapper" style="'+a.styleTextareaWrapper+'"></div>'));var u,r=!1;return(""==a.onChangeClass?u="#wpglobus-"+g.clone_id:(u="."+a.onChangeClass,void 0===(a=c._data(c(document)[0],"events"))?r=!0:void 0!==a.change&&c.each(a.change,function(t,a){if(a.selector==u)return!(r=!0)})),r)?!0:(c(document).on("change",u,function(){var t=c(this),a=""==(a=t.data("source-id"))?t.data("nodename")+'[name="'+t.data("source-name")+'"]':"#"+a;c(a).val(WPGlobusCore.getString(c(a).val(),t.val()))}),!0)}},saveDialog:function(){var e,o,n="",i="",l="";c(".wpglobus_dialog_textarea").each(function(t,a){o=c(a),e=o.val(),(o=o.data("language"))==WPGlobusAdmin.data.language&&(l=e),""!=e&&(n+=WPGlobusCore.addLocaleMarks(e,o),o==WPGlobusCoreData.default_language&&(i=e))}),n=n.length==i.length+8?i:n,c(g.id).val(n),n=""==l?i:l,c(g.wpglobus_id).val(n),g.runCallback(g.option.dialog.afterSave)},dialog:c("#wpglobus-dialog-wrapper").dialog({autoOpen:!1,width:650,modal:!0,dialogClass:"wpglobus-dialog",buttons:[{text:"Save",class:"wpglobus-button-save",click:function(){g.saveDialog(),g.dialog.dialog("close")}},{text:"Cancel",class:"wpglobus-button-cancel",click:function(){g.dialog.dialog("close")}}],open:function(t,a){var e=g.dialogTitle;void 0!==g.attrs.maxlength&&(c(".wpglobus_dialog_textarea").attr("maxlength",g.attrs.maxlength),e+=" | maxlength="+g.attrs.maxlength),c(".wpglobus-dialog .ui-dialog-title").text(e),c(this).removeClass("hidden")},close:function(){c(this).addClass("hidden"),g.runCallback(g.option.dialog.close),g.form[0].reset()}}),attachListener:function(){c(document).on("click",g.option.settingsClass,function(){c(".wpglobus_dialog_options_wrapper").hasClass("hidden")?c(".wpglobus_dialog_options_wrapper").removeClass("hidden"):c(".wpglobus_dialog_options_wrapper").addClass("hidden")}),c(document).on("click",".wpglobus_dialog_option",function(t){var a=c(this),e=a.data("object");g.order.action="save_post_meta_settings",g.order.post_type=WPGlobusAdmin.data.post_type,g.order.checked=a.prop("checked"),g.order.id=a.attr("id"),g.order.meta_key=a.data("meta-key"),g.ajax(g.order).done(function(t){"ok"==t.result&&("true"==t.checked?c(e).removeClass("wpglobus_dialog_start_hidden"):c(e).addClass("wpglobus_dialog_start_hidden"))}).fail(function(t){}).always(function(t,a){})}),c(document).on("click",g.option.listenClass,function(a){g.element=c(this),g.id=g.element.data("source-id"),""==g.id?(g.id=g.element.data("nodename")+'[name="'+g.element.data("source-name")+'"]',g.wpglobus_id="#wpglobus-"+g.convertToId(g.element.data("source-name"))):(g.wpglobus_id="#wpglobus-"+g.id,g.id="#"+g.id),g.clicks++,1==g.clicks&&setTimeout(function(){var t;1==g.clicks?g.onClick(a):(t=c(g.id)).hasClass("hidden")?t.removeClass("hidden").attr("style","display:block;"):t.addClass("hidden").attr("style","display:none;"),g.clicks=0},200)}),g.form=g.dialog.find("form#wpglobus-dialog-form").on("submit",function(t){t.preventDefault(),g.saveDialog()})},ajax:function(t){return c.ajax({type:"POST",url:WPGlobusAdmin.ajaxurl,data:{action:WPGlobusAdmin.process_ajax,order:t},dataType:"json",async:!1})},onClick:function(t){void 0===g.element.data("dialog-title")||""==g.element.data("dialog-title")?g.dialogTitle=g.option.dialogTitle:g.dialogTitle=g.element.data("dialog-title"),void 0!==g.id&&(g.attrs.maxlength=c(g.id).attr("maxlength")),g.source=g.element.data("source-value"),void 0===g.source&&(g.source=c(g.id).val(),"ajax"==g.request||(g.value=WPGlobusCore.getTranslations(g.source))),g.option.dialog=c.extend({},g.option.dialogOptions,c(g.wpglobus_id).data("dialog")),""!=g.option.dialog.title&&(g.dialogTitle=g.option.dialog.title),c.each(g.value,function(t,a){var e=c("#wpglobus-dialog-"+t);e.val(a),e.attr("placeholder",WPGlobusCore.TextFilter(g.option.dialog.placeholder,t,"RETURN_IN_DEFAULT_LANGUAGE"))}),c("#wpglobus-dialog-form-footer").html(g.option.dialog.formFooter),g.runCallback(g.option.dialog.beforeOpen),g.dialog.dialog("open"),g.runCallback(g.option.dialog.afterOpen)},runCallback:function(t){var a,e;"object"==typeof t?(a=Object.keys(t)[0],e=t[Object.keys(t)[0]],"window"===a?"function"==typeof window[e]&&window[e](t[Object.keys(t)[1]]):"function"==typeof window[a][e]&&window[a][e](t[Object.keys(t)[1]])):"string"==typeof t?"function"==typeof window[t]&&window[t]():"function"==typeof t&&t()}}}(jQuery),jQuery(document).ready(function(){"use strict";var t,r;window.WPGlobusAdminApp=(t=window.WPGlobusAdminApp||{},r=jQuery,t.App=function(t){void 0===window.WPGlobusAdminApp&&(this.config={debug:!1,version:WPGlobusAdmin.version},this.status="ok","undefined"==typeof WPGlobusAdmin?(this.status="error",this.config.debug&&console.log("WPGlobus: error options loading")):this.config.debug&&console.dir(WPGlobusAdmin),this.config.disable_first_language=['<div id="disable_first_language" style="display:block;" class="redux-field-errors notice-red">',"<strong>","<span> </span>",WPGlobusAdmin.i18n.cannot_disable_language,"</strong>","</div>"].join(""),r.extend(this.config,t),"ok"===this.status&&this.init())},t.App.prototype={$document:r(document),init:function(){WPGlobusCoreData.multisite=this.parseBool(WPGlobusCoreData.multisite),this.adminInit(),r("#content").addClass("wpglobus-editor").attr("data-language",WPGlobusAdmin.data.default_language),r("textarea[id^=content_]").each(function(t,a){var e=r(a).attr("id").replace("content_","");r(a).attr("data-language",e)}),"post.php"===WPGlobusAdmin.page?(this.postEdit(),this.set_dialog(),"undefined"!=typeof WPGlobusAioseop&&WPGlobusAioseop.init()):"menu-edit"===WPGlobusAdmin.page?(WPGlobusDialogApp.init({dialogTitle:"Edit description"}),this.navMenus()):"taxonomy-edit"===WPGlobusAdmin.page?WPGlobusAdmin.data.tag_id&&this.taxonomyEdit():"taxonomy-quick-edit"===WPGlobusAdmin.page?this.quickEdit("taxonomy"):"edit.php"===WPGlobusAdmin.page?(this.quickEdit("post"),0<_.size(WPGlobusAdmin.$_get)&&WPGlobusDialogApp.init()):"options-general.php"==WPGlobusAdmin.page?(this.optionsGeneral(),WPGlobusDialogApp.init({customData:WPGlobusCoreData.page_custom_data})):"widgets.php"==WPGlobusAdmin.page?(WPGlobusWidgets.init(),WPGlobusDialogApp.init({dialogTitle:"Edit text"})):"wpglobus_options"==WPGlobusAdmin.page?this.start():"wpglobusAdminCentral"==WPGlobusAdmin.page?this.adminCentral():WPGlobusDialogApp.init({customData:WPGlobusCoreData.page_custom_data})},parseBool:function(t){return!/^(false|0)$/i.test(t)&&!!t},getCurrentTab:function(){return r(".wpglobus-post-body-tabs-list .ui-tabs-active").data("language")},adminInit:function(){var t=r(".wpglobus-addons-group a").data("key");void 0!==t&&(0<=window.location.search.indexOf("page=wpglobus_options&tab="+t)?WPGlobusCoreData.multisite?window.location=WPGlobusCoreData.pluginInstallLocation.multisite:window.location=WPGlobusCoreData.pluginInstallLocation.single:(t=r("#toplevel_page_wpglobus_options li").eq(t+1),(WPGlobusCoreData.multisite?r(t).find("a").attr("href",WPGlobusCoreData.pluginInstallLocation.multisite):r(t).find("a").attr("href",WPGlobusCoreData.pluginInstallLocation.single)).attr("onclick","window.location=jQuery(this).attr('href');return false;")))},optionsGeneral:function(){var e=r("#blogname"),t=r("body");e.addClass("hidden"),r("#wpglobus-blogname").insertAfter(e).removeClass("hidden"),t.on("blur",".wpglobus-blogname",function(){r(".wpglobus-blogname").each(function(t,a){a=r(a);e.val(WPGlobusCore.getString(e.val(),a.val(),a.data("language")))})});var o=r("#blogdescription");o.addClass("hidden"),r("#wpglobus-blogdescription").insertAfter(o).removeClass("hidden"),t.on("blur",".wpglobus-blogdesc",function(){r(".wpglobus-blogdesc").each(function(t,a){a=r(a);o.val(WPGlobusCore.getString(o.val(),a.val(),a.data("language")))})})},quickEdit:function(o){var n,i,l,t;void 0!==WPGlobusAdmin.data.has_items&&WPGlobusAdmin.data.has_items&&(n="",i=0,r(document).ajaxComplete(function(t,a,e){void 0!==e.data&&""!=n&&0<=e.data.indexOf("action=inline-save-tax&")&&(r("#"+n+" a.row-title").text(WPGlobusAdmin.qedit_titles[i][WPGlobusAdmin.data.language].name),r("#"+n+" .description").text(WPGlobusAdmin.qedit_titles[i][WPGlobusAdmin.data.language].description))}),l={},r("#the-list tr").each(function(t,a){var e=r(a),a="post"===o?"post-":"tag-";i=e.attr("id").replace(a,""),l[i]={},"post"===o?l[i].source=e.find(".post_title").text():"taxonomy"===o&&(l[i].source=r("#inline_"+i+" .name").text())}),(t={action:"get_titles"}).type=o,t.taxonomy=void 0!==WPGlobusAdmin.data.taxonomy&&WPGlobusAdmin.data.taxonomy,t.title=l,r.ajax({type:"POST",url:WPGlobusAdmin.ajaxurl,data:{action:WPGlobusAdmin.process_ajax,order:t},dataType:"json"}).done(function(t){WPGlobusAdmin.qedit_titles=t.qedit_titles,r.each(t.bulkedit_post_titles,function(t,a){r("#inline_"+t+" .post_title").text(a[WPGlobusAdmin.data.language].name)})}).fail(function(t){}).always(function(t,a){}),r("body").on("change",".wpglobus-quick-edit-title",function(){var o="",n=[];r(".wpglobus-quick-edit-title").each(function(t,a){var e=r(a),a=e.data("language");""!==e.val()&&(o=WPGlobusCore.getString(o,e.val(),a)),WPGlobusAdmin.qedit_titles[i][a].name=e.val(),n[t]=a});var t=r(document).triggerHandler("wpglobus_get_translations",{string:o,lang:n,id:i});void 0!==t&&(o=t),r("input.ptitle").eq(0).val(o),WPGlobusAdmin.qedit_titles[i].source=o}),void 0!==WPGlobusAdmin.data.tags&&r.each(WPGlobusAdmin.data.tags,function(t,a){WPGlobusAdmin.data.value[a].post_id={}}),r("button.save, input#bulk_edit").on("mouseenter",function(t){void 0!==WPGlobusAdmin.data.tags&&(("bulk_edit"==t.currentTarget.id?r("input#bulk_edit"):r("button.save")).unbind("click"),r("button.save, input#bulk_edit").on("click",function(a){var t=r.when(),e=(r(this),r.Deferred());e.resolve(function(t){t.next(".spinner").css({visibility:"visible"}),"bulk_edit"!=a.currentTarget.id&&r.ajaxSetup({async:!1});var o,n,i,l=t.parents("tr"),s=l.attr("id").replace("edit-","");r.each(WPGlobusAdmin.data.tags,function(t,a){if(0==(o=l.find("textarea[name='"+WPGlobusAdmin.data.names[a]+"']")).length)return!0;WPGlobusAdmin.data.value[a].post_id[s]=o.val(),n=WPGlobusAdmin.data.value[a].post_id[s].split(","),i=[];for(var e=0;e<n.length;e++)n[e]=n[e].trim(" "),""!=n[e]&&(void 0===WPGlobusAdmin.data.tag[a][n[e]]?i[e]=n[e]:i[e]=WPGlobusAdmin.data.tag[a][n[e]]);o.val(i.join(", "))})}(r(this))),t=t.then(function(){return r.when(e.done())}).then(function(){"bulk_edit"!=a.currentTarget.id&&setTimeout(function(){inlineEditPost.save(i),r.ajaxSetup({async:!0})},50)})}))}),r("#the-list").on("click",".editinline",function(){var t=r(this);if(n=t.parents("tr").attr("id"),"post"===o)i=n.replace("post-","");else{if("taxonomy"!==o)return;i=n.replace("tag-","")}"post"===o&&void 0!==WPGlobusAdmin.data.tags&&r.each(WPGlobusAdmin.data.tags,function(t,a){var e,o;""==WPGlobusAdmin.data.value[a]||void 0!==(e=r("#edit-"+i+' textarea[name="'+WPGlobusAdmin.data.names[a]+'"]').val())&&(o=e.split(","),r.each(o,function(t,a){e=e.replace(a,WPGlobusCore.TextFilter(a,WPGlobusCoreData.language))}),r("#edit-"+i+' textarea[name="'+WPGlobusAdmin.data.names[a]+'"]').val(e))});var a=r("#edit-"+i+" input.ptitle").eq(0),t=a.parents("label");void 0!==WPGlobusAdmin.qedit_titles&&(a.val(WPGlobusAdmin.qedit_titles[i].source),a.addClass("hidden"),r(WPGlobusAdmin.data.template).insertAfter(t),void 0===WPGlobusAdmin.qedit_titles[i]&&(WPGlobusAdmin.qedit_titles[i]={},WPGlobusAdmin.qedit_titles[i].source=r("#"+n+" .name a.row-title").text(),r(WPGlobusAdmin.data.enabled_languages).each(function(t,a){WPGlobusAdmin.qedit_titles[i][a]={},a==WPGlobusAdmin.data.default_language?WPGlobusAdmin.qedit_titles[i][a].name=WPGlobusAdmin.qedit_titles[i].source:WPGlobusAdmin.qedit_titles[i][a].name="",WPGlobusAdmin.qedit_titles[i][a].description=""})),r(".wpglobus-quick-edit-title").each(function(t,a){var e=r(a),a=e.data("language");e.attr("id",a+i),void 0!==WPGlobusAdmin.qedit_titles[i][a]&&(WPGlobusAdmin.qedit_titles[i][a].name=WPGlobusAdmin.qedit_titles[i][a].name.replace(/\\\'/g,"'"),WPGlobusAdmin.qedit_titles[i][a].name=WPGlobusAdmin.qedit_titles[i][a].name.replace(/\\\"/g,'"'),e.val(WPGlobusAdmin.qedit_titles[i][a].name),WPGlobusAdmin.qedit_titles[i].source=WPGlobusCore.getString(WPGlobusAdmin.qedit_titles[i].source,WPGlobusAdmin.qedit_titles[i][a].name,a))}),r("input.ptitle").eq(0).val(WPGlobusAdmin.qedit_titles[i].source))}))},taxonomyEdit:function(){var a=[];a[0]="name",a[1]="description";r.each(WPGlobusCoreData.enabled_languages,function(t,e){r.each(a,function(t,a){!function(t,a){var e=r("#"+t);if(1!=e.length)return;var o=e.clone(),n=e.attr("name"),i="wpglobus-element wpglobus-element_"+t+" wpglobus-element_"+a+" wpglobus-translatable",l=document.getElementById(t);l=l.nodeName,r(o).attr("id",t+"_"+a),r(o).attr("name",n+"_"+a),a!==WPGlobusCoreData.default_language&&(i+=" hidden"),r(o).attr("class",i),r(o).attr("data-save-to",t),r(o).attr("data-language",a),"INPUT"==l?r(o).attr("value",r("#wpglobus-link-tab-"+a).data(t)):"TEXTAREA"==l&&r(o).text(r("#wpglobus-link-tab-"+a).data(t)),e.addClass("hidden"),0==r(".wpglobus-element_"+t).length?r(o).insertAfter(e):r(o).insertAfter(r(".wpglobus-element_"+t).last())}(a,e)})}),r(".wpglobus-taxonomy-tabs").insertAfter("#ajax-response"),r(".wrap").tabs(),r("body").on("click",".wpglobus-taxonomy-tabs li",function(t){var a=r(this).data("language");r(".wpglobus-element").addClass("hidden"),r(".wpglobus-element_"+a).removeClass("hidden"),r(".wpglobus-tax-edit-tab a").removeClass("wpglobus-tab-link-active"),r("#wpglobus-link-tab-"+a+" a").addClass("wpglobus-tab-link-active")}),r(".wpglobus-element").on("change",function(){var o=r(this).data("save-to"),n="";r(".wpglobus-element").each(function(t,a){var e=r(a),a=e.val();e.data("save-to")==o&&""!==a&&(n+=WPGlobusCore.addLocaleMarks(a,e.data("language")))}),r("#"+o).val(n)}),r(WPGlobusAdmin.data.multilingualSlug.title).insertAfter(".term-slug-wrap th label")},navMenus:function(){function e(){n!==r(i).length&&(clearInterval(o),r(i).each(function(t,a){var o,e=r(a);e.hasClass("wpglobus-menu-item")||(o=r(a).attr("id"),r.each(["input.edit-menu-item-title","input.edit-menu-item-attr-title"],function(t,a){var e=r("#"+o+" "+a),a=r(e);a.hasClass("wpglobus-hidden")||(a.addClass("wpglobus-hidden"),a.css("display","none"),e=a.parent("label"),a=a.parents("p"),r(a).css("height","80px"),r(e).append('<div style="color:#f00;">'+WPGlobusAdmin.i18n.save_nav_menu+"</div>"))}),e.addClass("wpglobus-menu-item"))}))}var o,n,i="#menu-to-edit .menu-item";r.ajaxSetup({beforeSend:function(t,a){void 0!==a.data&&0<=a.data.indexOf("action=add-menu-item")&&(n=r(i).length,o=setInterval(e,500))}}),r(i).each(function(t,a){var e=r(a).attr("id"),u=e.replace("menu-item-","");r.each(["input.edit-menu-item-title","input.edit-menu-item-attr-title"],function(n,i){var l=r("#"+e+" "+i);l.val()!=WPGlobusAdmin.data.items[u][i].source&&l.val(WPGlobusAdmin.data.items[u][i].source);var s=r("#"+e+" "+i).parents("p"),d=0;r.each(WPGlobusAdmin.data.open_languages,function(t,a){var e=l.clone();e.attr("id",l.attr("id")+"-"+a),e.attr("name",l.attr("id")+"-"+a),e.attr("data-language",a),e.attr("data-item-id",u),e.attr("placeholder",WPGlobusAdmin.data.en_language_name[a]);var o=WPGlobusAdmin.data.items[u][a][i].class;0===n&&a===WPGlobusAdmin.data.default_language?e.attr("class",o+" edit-menu-item-title"):e.attr("class",o),""!=WPGlobusAdmin.data.items[u][a][i].caption?e.attr("value",WPGlobusAdmin.data.items[u][a][i].caption):e.attr("value",""),e.css("margin-bottom","0.6em"),r(s).append(e),d=t}),d=40*(d+1),l.css("display","none").attr("class","").addClass("widefat wpglobus-hidden"),r(s).css("height",d+"px").addClass("wpglobus-menu-item-box")}),r(a).addClass("wpglobus-menu-item")}),r(".menus-move-left, .menus-move-right").each(function(t,a){var e,o=r(a),n=(o.parents("li").attr("id").replace("menu-item-",""),o.attr("title"));void 0!==n&&r.each(WPGlobusAdmin.data.post_titles,function(t,a){0<=n.indexOf(t)&&(e=n.replace(t,a),o.attr("title",e),o.text(e))})}),r(".edit-menu-item-title").trigger("change"),wpNavMenu.refreshAdvancedAccessibility(),wpNavMenu.menusChanged=!1,r(".wpglobus-menu-item").on("change",function(){var t,a,e=r(this),o=e.data("item-id");e.hasClass("wpglobus-item-title")&&(t=WPGlobusCore.getString(r("input#edit-menu-item-title-"+o).val(),e.val(),e.data("language")),void 0!==(a=r(document).triggerHandler("wpglobus_get_menu_translations",{string:t,lang:WPGlobusCoreData.open_languages,id:o,type:"input.edit-menu-item-title"}))&&(t=a),r("input#edit-menu-item-title-"+o).val(t)),e.hasClass("wpglobus-item-attr")&&(t=WPGlobusCore.getString(r("input#edit-menu-item-attr-title-"+o).val(),e.val(),e.data("language")),void 0!==(a=r(document).triggerHandler("wpglobus_get_menu_translations",{string:t,lang:WPGlobusCoreData.open_languages,id:o,type:"input.edit-menu-item-attr-title"}))&&(t=a),r("input#edit-menu-item-attr-title-"+o).val(t))});var a=[];setTimeout(function(){r(".edit-menu-item-description").each(function(){var t=r(this).attr("id");a.push(t),WPGlobusDialogApp.addElement(t)}),r(".wpglobus_dialog_start").each(function(){r(this).css({"font-style":"normal"}),r(this).after("<br />")});var t={action:"getNavMenuItemsDescription"};t.menuItems=a,r.ajax({type:"POST",url:WPGlobusAdmin.ajaxurl,data:{action:WPGlobusAdmin.process_ajax,order:t},dataType:"json"}).done(function(t){"object"==typeof t&&r.each(t,function(t,a){""!=a&&(r("#"+t).val(a),r("#wpglobus-"+t).val(WPGlobusCore.TextFilter(a,WPGlobus.language,"RETURN_EMPTY")))})}).fail(function(t){}).always(function(t,a){})},1e3)},postEdit:function(){r(document).on("heartbeat-send",function(t,o){void 0!==o.wp_autosave&&(o.wpglobus_heartbeat="wpglobus",r.each(WPGlobusAdmin.data.open_languages,function(t,a){var e=r("#title_"+a).val()||"";""!=(e=e.trim())&&(o.wp_autosave["post_title_"+a]=e),""!=(e=(e=r("#content_"+a).val()||"").trim())&&(o.wp_autosave["content_"+a]=e)}))});var a,i,l,e="#postdivrich",o=!0,s="#post-body-content";!1===WPGlobusAdmin.data.support.editor&&(o=!(e="#titlediv")),!1===WPGlobusAdmin.data.support.title&&(o=!1),r(s).prepend(r(".wpglobus-post-body-tabs-list")),r.each(WPGlobusAdmin.tabs,function(t,a){"default"===a?(r(e).wrap('<div id="tab-default"></div>'),o&&r(r("#titlediv")).insertBefore(e)):(r(e+"-"+a).wrap('<div id="tab-'+a+'"></div>'),o&&r(r("#titlediv-"+a)).insertBefore(e+"-"+a))}),setTimeout(function(){var n=!1;r(s).addClass("wpglobus-post-body-tabs").tabs({beforeActivate:function(t,a){var e,i,l;n||(o=(e=r("#wp-content-editor-container .mce-btn-group").eq(0)).children("div"),0!=e.length&&0!=o.length&&(i=e.attr("style"),l=o.attr("style"),r.each(WPGlobusCoreData.enabled_languages,function(t,a){if(a!=WPGlobusCoreData.default_language){var e=r("#wp-content_"+a+"-editor-container .mce-btn-group").eq(0),o=e.children("div");if(0==e.length||0==o.length)return!0;var n=e.attr("style"),a=o.attr("style");i!=n&&e.attr("style",i),l!=a&&o.attr("style",l)}}),n=!0));var o=a.oldTab[0].id.replace("link-tab-",""),a=a.newTab[0].id.replace("link-tab-","");r(".wpglobus-tab-link").removeClass("wpglobus-tab-link-active"),r("#link-tab-"+a+" .wpglobus-tab-link").addClass("wpglobus-tab-link-active"),"default"==o&&(o=WPGlobusCoreData.default_language),"default"==a&&(a=WPGlobusCoreData.default_language);a=r(document).triggerHandler("wpglobus_post_body_tabs",[o,a]);return!(!a&&void 0!==a)}})},500),r("#title").val(WPGlobusAdmin.title),r("#content").text(WPGlobusAdmin.content),"undefined"!=typeof WPGlobusVendor&&WPGlobusVendor.vendor.WPSEO&&("undefined"!=typeof wpglobus_wpseo?wpglobus_wpseo():"undefined"!=typeof WPGlobusYoastSeo&&("undefined"!=typeof WPGlobusYoastSeoPremium&&WPGlobusYoastSeoPremium&&"function"==typeof WPGlobusYoastSeoPremium.init&&WPGlobusYoastSeoPremium.init(),"function"==typeof WPGlobusYoastSeo.init&&WPGlobusYoastSeo.init())),WPGlobusAdmin.data.modify_excerpt&&((a=r("#excerpt")).addClass("hidden").css({display:"none"}),r(WPGlobusAdmin.data.template).insertAfter(a),r("body").on("change",".wpglobus-excerpt",function(){var t=r(this);a.val(WPGlobusCore.getString(a.val(),t.val(),t.data("language")))})),void 0!==wp.utils&&void 0!==wp.utils.WordCounter&&(WPGlobusCoreData.wordCounter={},i=this,l={},r.each(WPGlobusCoreData.enabled_languages,function(t,a){return a==WPGlobusCoreData.default_language||(l[t]="content_"+a,n=jQuery,t=new wp.utils.WordCounter,e=a,WPGlobusCoreData.wordCounter[e]={},WPGlobusCoreData.wordCounter[e].counter=t,void n(function(){function o(t){var a;"object"==typeof t&&(t="tinymce"==t?i.getCurrentTab():t.target.id.replace("content_","")),void 0!==WPGlobusCoreData.wordCounter[t]&&(a=!WPGlobusCoreData.wordCounter[t].contentEditor||WPGlobusCoreData.wordCounter[t].contentEditor.isHidden()?WPGlobusCoreData.wordCounter[t].content.val():WPGlobusCoreData.wordCounter[t].contentEditor.getContent({format:"raw"}),(a=WPGlobusCoreData.wordCounter[t].counter.count(a))!==WPGlobusCoreData.wordCounter[t].prevCount&&WPGlobusCoreData.wordCounter[t].count.text(a),WPGlobusCoreData.wordCounter[t].prevCount=a)}WPGlobusCoreData.wordCounter[e].content=n("#content_"+e),WPGlobusCoreData.wordCounter[e].count=n("#wp-word-count-"+e).find(".word-count-"+e),WPGlobusCoreData.wordCounter[e].prevCount=0,n(document).on("tinymce-editor-init",function(t,a){var e;-1!=n.inArray(a.id,l)&&(e=a.id.replace("content_",""),(WPGlobusCoreData.wordCounter[e].contentEditor=a).on("nodechange keyup",_.debounce(o,1e3)))}),WPGlobusCoreData.wordCounter[e].content.on("input keyup",_.debounce(o,1e3)),o(e)}));var n,e})),r(document).on("click","#publish, #save-post",function(){var e,t,o,n;1<WPGlobusAdmin.data.open_languages.length&&(r(document).triggerHandler("wpglobus_before_save_post",{content_tabs_id:s}),e=r("#title").val(),n=o="",0==e.length&&(t=WPGlobusAdmin.data.open_languages.indexOf(WPGlobusAdmin.data.default_language),WPGlobusAdmin.data.open_languages.splice(t,1),r(WPGlobusAdmin.data.open_languages).each(function(t,a){n=0==t?"":"-",0<(e=r("#title_"+a).val()).length&&(0==o.length&&(n=""),o=o+n+e)})),0<o.length&&r("#title").val(o)),void 0===WPGlobusAdmin.data.tagsdiv||WPGlobusAdmin.data.tagsdiv.length<1||r(WPGlobusAdmin.data.tagsdiv).each(function(t,a){if(0==r("#"+a).length)return!0;var e=a.replace("tagsdiv-","");if("undefined"===e)return!0;if(0==r("#tax-input-"+e).length)return!0;var o,n=[];r("#tagsdiv-"+e+" .tagchecklist li").each(function(t,a){o=(o=r(a).html()).replace(/<button.*<\/button> /,""),void 0===WPGlobusAdmin.data.tag[e][o]?n[t]=o:n[t]=WPGlobusAdmin.data.tag[e][o]}),r("#tax-input-"+e).val(n.join(", "))})}),r(".ui-state-default").on("click",function(){"link-tab-default"===r(this).attr("id")&&(r(window).scrollTop(r(window).scrollTop()+1),r(window).scrollTop(r(window).scrollTop()-1))}),r(document).on("tabsactivate",s,function(t,a){WPGlobusAdmin.currentTab=a.newTab[0].dataset.language}),r("#titlewrap input").addClass("wpglobus-translatable"),r(".title_wpglobus").addClass("wpglobus-translatable"),r(document).triggerHandler("wpglobus_after_post_edit")},adminCentral:function(){r(".wpglobus-admin-central-tab").css({display:"none"}),1<r(".nav-tab-active").length&&r(".wpglobus-about-wrap .nav-tab-wrapper a").removeClass("nav-tab-active");var e=!0;0==location.hash.indexOf("#")&&r(".wpglobus-about-wrap .nav-tab-wrapper a").each(function(t,a){r(a).attr("href")==location.hash&&(e=!1,r(a).addClass("nav-tab-active"))}),e&&r(".wpglobus-about-wrap .nav-tab-wrapper a").eq(0).addClass("nav-tab-active");var t=r(".wpglobus-about-wrap .nav-tab-active").data("tab-id");""!=t&&r("#"+t).css({display:"block"}),r(document).on("click",".wpglobus-about-wrap .nav-tab",function(t){var a=r(this);a.hasClass("nav-tab-active")||(r(".wpglobus-admin-central-tab").css({display:"none"}),r(".wpglobus-about-wrap .nav-tab").removeClass("nav-tab-active"),a.addClass("nav-tab-active"),""!=a.data("tab-id")&&r("#"+a.data("tab-id")).css({display:"block"}))})},start:function(){var a=this;r("#wpglobus_flags").select2({formatResult:this.format,formatSelection:this.format,minimumResultsForSearch:-1,escapeMarkup:function(t){return t}}),r("body").on("click","#enabled_languages-list li:first input",function(t){return t.preventDefault(),r(".redux-save-warn").css({display:"none"}),r("#enabled_languages-list").find("li:first > input").val("1"),0===r("#disable_first_language").length&&r(a.config.disable_first_language).insertAfter("#info_bar"),!1})},format:function(t){return'<img class="wpglobus_flag" src="'+WPGlobusAdmin.flag_url+t.text+'"/> '+t.text},set_dialog:function(){var o,a,n;void 0!==WPGlobusAdmin.data.customFieldsEnabled&&(WPGlobusAdmin.data.customFieldsEnabled=this.parseBool(WPGlobusAdmin.data.customFieldsEnabled),!WPGlobusAdmin.data.customFieldsEnabled)||(void 0===WPGlobusAdmin.data.excludeCustomFields&&(WPGlobusAdmin.data.excludeCustomFields=!1),a=!1,(n=function(t){var l,s,d="wpglobus_dialog_start wpglobus_dialog_icon",u=['<div class="wpglobus_dialog_options_wrapper hidden">','<input style="width:initial;" id="wpglobus-cb-{{id}}" data-object="#wpglobus-dialog-start-{{id}}" data-meta-key="{{meta-key}}" class="wpglobus_dialog_option wpglobus_dialog_cb" type="checkbox" {{checked}} />',"</div>"].join(""),t=void 0===t?"#the-list tr":"#the-list tr#"+t;r(t).each(function(){var t,a,e=r(this),o=e.attr("id"),n=e.find("textarea"),i=d;return void 0===(l=n.attr("id"))||(a=r("#"+o+"-key").val(),!(!WPGlobusAdmin.data.excludeCustomFields||-1==r.inArray(a,WPGlobusAdmin.data.excludeCustomFields))||(t=r("#"+l).clone(),r(n).addClass("wpglobus-dialog-field-source hidden"),o=n.attr("name"),r(t).attr("id","wpglobus-"+l),r(t).attr("name","wpglobus-"+o),r(t).attr("data-source-id",l),r(t).attr("class","wpglobus-dialog-field"),r(t).val(WPGlobusCore.TextFilter(r(n).val(),WPGlobusCoreData.language)),r(t).insertAfter(n),s=(s=u.replace(/{{id}}/g,l)).replace(/{{meta-key}}/g,a),void 0===WPGlobusAdmin.data.post_meta_settings[WPGlobusAdmin.data.post_type]?s=s.replace(/{{checked}}/,"checked"):i=void 0!==WPGlobusAdmin.data.post_meta_settings[WPGlobusAdmin.data.post_type][a]&&"false"==WPGlobusAdmin.data.post_meta_settings[WPGlobusAdmin.data.post_type][a]?(s=s.replace(/{{checked}}/,""),d+" wpglobus_dialog_start_hidden"):(s=s.replace(/{{checked}}/,"checked"),d),void e.append('<td style="width:20px;"><div id="wpglobus-dialog-start-'+l+'" data-type="control" data-source-type="textarea" data-source-id="'+l+'" class="'+i+'"></div>'+s+"</td>")))}),!a&&0<r("#list-table .wpglobus_dialog_start").length&&(r("#list-table thead tr").append('<th class="wpglobus-control-head"><div class="wpglobus_dialog_settings wpglobus_dialog_icon"></div></th>'),a=!0)})(),r("body").on("change",".wpglobus-dialog-field",function(){var e,o,n=r(this),t="#"+n.data("source-id"),i="";e=r(t).val(),/(\{:|\[:|<!--:)[a-z]{2}/.test(e)?(r.each(WPGlobusCoreData.enabled_languages,function(t,a){""!=(o=a==WPGlobusCoreData.language?n.val():WPGlobusCore.TextFilter(e,a,"RETURN_EMPTY"))&&(i+=WPGlobusCore.addLocaleMarks(o,a))}),r(t).val(i)):r(t).val(n.val())}),r(document).ajaxSend(function(t,a,e){"add-meta"==e.action&&(o=e.element)}),r(document).ajaxComplete(function(t,a,e){"add-meta"==e.action&&void 0!==a.responseXML&&n("newmeta"==o?"meta-"+r(a.responseXML.documentElement.outerHTML).find("meta").attr("id"):o)}),WPGlobusDialogApp.init({dialogTitle:"Edit meta"}))}},new t.App,t)});
|
1 |
+
var WPGlobusCore,WPGlobusDialogApp;!function(i){var d=WPGlobusCore={strpos:function(t,a,e){e=(t=""+t).indexOf(a,e);return 0<=e&&e},TextFilter:function(t,a,e){if(void 0===t||""===t)return t;var o,n,i=[],l=!1;a=""==a?"en":a,e=void 0===e||""==e?"RETURN_IN_DEFAULT_LANGUAGE":e,i[0]=[],i[0].start=WPGlobusCoreData.locale_tag_start.replace("%s",a),i[0].end=WPGlobusCoreData.locale_tag_end,i[1]=[],i[1].start="\x3c!--:"+a+"--\x3e",i[1].end="\x3c!--:--\x3e",i[2]=[],i[2].start="[:"+a+"]",i[2].end="[:";for(var s=0;s<3;s++)if(!1!==(o=d.strpos(t,i[s].start))){o+=i[s].start.length,t=!1===(n=d.strpos(t,i[s].end,o))?t.substr(o):t.substr(o,n-o),l=!0;break}return l||("RETURN_EMPTY"==e?a==WPGlobusCoreData.default_language&&!/(\{:|\[:|<!--:)[a-z]{2}/.test(t)||(t=""):a==WPGlobusCoreData.default_language?/(\{:|\[:|<!--:)[a-z]{2}/.test(t)&&(t=""):t=d.TextFilter(t,WPGlobusCoreData.default_language)),t},addLocaleMarks:function(t,a){return WPGlobusCoreData.locale_tag_start.replace("%s",a)+t+WPGlobusCoreData.locale_tag_end},getTranslations:function(e){var o,n={};return i.each(WPGlobusCoreData.enabled_languages,function(t,a){o=a==WPGlobusCoreData.default_language?"RETURN_IN_DEFAULT_LANGUAGE":"RETURN_EMPTY",n[a]=d.TextFilter(e,a,o)}),n},getString:function(t,a,e){if(void 0===t)return t;void 0===a&&(a=""),void 0===e&&(e=WPGlobusCoreData.language),(t=d.getTranslations(t))[e]=a;var o="";return i.each(t,function(t,a){""!=a&&t!=WPGlobusCoreData.default_language&&(o+=d.addLocaleMarks(a,t))}),o=""!=t[WPGlobusCoreData.default_language]?""==o?t[WPGlobusCoreData.default_language]:d.addLocaleMarks(t[WPGlobusCoreData.default_language],WPGlobusCoreData.default_language)+o:o}}}(jQuery),function(c){var g=WPGlobusDialogApp={inited:!1,option:{listenClass:".wpglobus_dialog_start",settingsClass:".wpglobus_dialog_settings",dialogTabs:"#wpglobus-dialog-tabs",dialogTitle:"",customData:null,callback:function(){},dialogOptions:{title:"",placeholder:"",formFooter:"",beforeOpen:function(){},afterOpen:function(){},afterSave:function(){},close:function(){}},dialog:{}},form:void 0,element:void 0,element_by:"id",id:"",clone_id:"",wpglobus_id:"",type:"textarea",source:"",order:{},value:{},request:"core",attrs:{},dialogTitle:"",trClass:"wpglobus-translatable",startButton:['<span id="wpglobus-dialog-start-{{clone_id}}" ','style="{{style}}" ','data-type="control" data-dialog-title="{{title}}" ','data-source-type="" data-source-id="{{id}}" data-source-name="{{name}}" ','data-nodename="{{nodename}}"',"{{sbTitle}} ",'class="{{classes}}"></span>'].join(""),startButtonClass:"wpglobus_dialog_start wpglobus_dialog_icon",clicks:0,init:function(t){g.inited||(g.option.dialog=g.option.dialogOptions,g.option=c.extend(g.option,t),c(g.option.dialogTabs).tabs(),g.dialogTitle=g.option.dialogTitle,this.attachListener(),null!=g.option.customData&&void 0!==g.option.customData.addElements&&c.each(g.option.customData.addElements,function(t,a){g.addElement(a)}),g.inited=!0)},convertToId:function(t){return t=(t=t.replace(/\]/g,"")).replace(/\[/g,"-")},addElement:function(t){g.init();var a={id:null,style:"",styleTextareaWrapper:"",sbTitle:"",onChangeClass:"",dialogTitle:"",dialog:g.option.dialogOptions};if("string"==typeof t)a.id=t;else{if("object"!=typeof t)return;a=c.extend(a,t)}var e,o=null,n=null,i=null,l=null,s=g.startButton,d="";if(g.element_by="name",0==(l=document.getElementsByName(a.id)).length&&(g.element_by="id",l=document.getElementById(a.id)),null!==l){if(n=a.id,i=void 0===(o="id"==g.element_by?c("#"+n):(d=(d=l[0].nodeName).toLowerCase(),c(d+'[name="'+n+'"]'))).attr("name")||""==o.attr("name")?n:o.attr("name"),g.clone_id=g.convertToId(n),-1!=i.indexOf("wpglobus")||-1!=g.clone_id.indexOf("wpglobus"))return!1;if(0<c("#wpglobus-"+g.clone_id).length)return!1;t=c(o.clone()),l=o.attr("style")||"",o.attr("style","display:none;"),t.attr("id","wpglobus-"+g.clone_id).attr("name","wpglobus-"+i),t.addClass(g.trClass),""!=a.onChangeClass&&t.addClass(a.onChangeClass),("id"==g.element_by?t.attr("data-source-id",n).attr("data-source-name",""):t.attr("data-source-id","").attr("data-source-name",i)).attr("data-source-get-by",g.element_by),"textarea"==d?(e=WPGlobusCore.getTranslations(o.val())[WPGlobusCoreData.language],t.val(e),t.attr("data-nodename","textarea"),""==a.style?t.attr("style",l+";width:95%;float:left;"):t.attr("style",l+";"+a.style)):(e=WPGlobusCore.getTranslations(o.val())[WPGlobusCoreData.language],t.val(e),t.attr("data-nodename","input"),""!=a.style&&t.attr("style",l+";"+a.style)),""!=a.dialog&&t.attr("data-dialog",JSON.stringify(a.dialog)),s=s.replace(/{{clone_id}}/g,g.clone_id),s="id"==g.element_by?(s=(s=s.replace(/{{id}}/g,g.clone_id)).replace(/{{name}}/g,"")).replace(/{{nodename}}/g,""):(s=(s=s.replace(/{{id}}/g,"")).replace(/{{name}}/g,i)).replace(/{{nodename}}/g,d);s="textarea"==d?s.replace("{{style}}","float:left;margin-top:0;"):s.replace("{{style}}",""),i="textarea"==d?g.startButtonClass+" wpglobus-textarea wpglobus-textarea-"+g.clone_id:g.startButtonClass;s=s.replace("{{classes}}",i),s=""==a.dialogTitle?s.replace("{{title}}",g.dialogTitle):s.replace("{{title}}",a.dialogTitle),s=""==a.sbTitle?s.replace("{{sbTitle}}",a.sbTitle):s.replace("{{sbTitle}}",'title="'+a.sbTitle+'"'),c(s).insertAfter(o),c(t).insertAfter(o),"textarea"==d&&(c("#wpglobus-"+g.clone_id).addClass("wpglobus-textarea-"+g.clone_id),c(".wpglobus-textarea-"+g.clone_id).wrapAll('<div class="wpglobus-textarea-wrapper" style="'+a.styleTextareaWrapper+'"></div>'));var u,r=!1;return(""==a.onChangeClass?u="#wpglobus-"+g.clone_id:(u="."+a.onChangeClass,void 0===(a=c._data(c(document)[0],"events"))?r=!0:void 0!==a.change&&c.each(a.change,function(t,a){if(a.selector==u)return!(r=!0)})),r)?!0:(c(document).on("change",u,function(){var t=c(this),a=""==(a=t.data("source-id"))?t.data("nodename")+'[name="'+t.data("source-name")+'"]':"#"+a;c(a).val(WPGlobusCore.getString(c(a).val(),t.val()))}),!0)}},saveDialog:function(){var e,o,n="",i="",l="";c(".wpglobus_dialog_textarea").each(function(t,a){o=c(a),e=o.val(),(o=o.data("language"))==WPGlobusAdmin.data.language&&(l=e),""!=e&&(n+=WPGlobusCore.addLocaleMarks(e,o),o==WPGlobusCoreData.default_language&&(i=e))}),n=n.length==i.length+8?i:n,c(g.id).val(n),n=""==l?i:l,c(g.wpglobus_id).val(n),g.runCallback(g.option.dialog.afterSave)},dialog:c("#wpglobus-dialog-wrapper").dialog({autoOpen:!1,width:650,modal:!0,dialogClass:"wpglobus-dialog",buttons:[{text:"Save",class:"wpglobus-button-save",click:function(){g.saveDialog(),g.dialog.dialog("close")}},{text:"Cancel",class:"wpglobus-button-cancel",click:function(){g.dialog.dialog("close")}}],open:function(t,a){var e=g.dialogTitle;void 0!==g.attrs.maxlength&&(c(".wpglobus_dialog_textarea").attr("maxlength",g.attrs.maxlength),e+=" | maxlength="+g.attrs.maxlength),c(".wpglobus-dialog .ui-dialog-title").text(e),c(this).removeClass("hidden")},close:function(){c(this).addClass("hidden"),g.runCallback(g.option.dialog.close),g.form[0].reset()}}),attachListener:function(){c(document).on("click",g.option.settingsClass,function(){c(".wpglobus_dialog_options_wrapper").hasClass("hidden")?c(".wpglobus_dialog_options_wrapper").removeClass("hidden"):c(".wpglobus_dialog_options_wrapper").addClass("hidden")}),c(document).on("click",".wpglobus_dialog_option",function(t){var a=c(this),e=a.data("object");g.order.action="save_post_meta_settings",g.order.post_type=WPGlobusAdmin.data.post_type,g.order.checked=a.prop("checked"),g.order.id=a.attr("id"),g.order.meta_key=a.data("meta-key"),g.ajax(g.order).done(function(t){"ok"==t.result&&("true"==t.checked?c(e).removeClass("wpglobus_dialog_start_hidden"):c(e).addClass("wpglobus_dialog_start_hidden"))}).fail(function(t){}).always(function(t,a){})}),c(document).on("click",g.option.listenClass,function(a){g.element=c(this),g.id=g.element.data("source-id"),""==g.id?(g.id=g.element.data("nodename")+'[name="'+g.element.data("source-name")+'"]',g.wpglobus_id="#wpglobus-"+g.convertToId(g.element.data("source-name"))):(g.wpglobus_id="#wpglobus-"+g.id,g.id="#"+g.id),g.clicks++,1==g.clicks&&setTimeout(function(){var t;1==g.clicks?g.onClick(a):(t=c(g.id)).hasClass("hidden")?t.removeClass("hidden").attr("style","display:block;"):t.addClass("hidden").attr("style","display:none;"),g.clicks=0},200)}),g.form=g.dialog.find("form#wpglobus-dialog-form").on("submit",function(t){t.preventDefault(),g.saveDialog()})},ajax:function(t){return c.ajax({type:"POST",url:WPGlobusAdmin.ajaxurl,data:{action:WPGlobusAdmin.process_ajax,order:t},dataType:"json",async:!1})},onClick:function(t){void 0===g.element.data("dialog-title")||""==g.element.data("dialog-title")?g.dialogTitle=g.option.dialogTitle:g.dialogTitle=g.element.data("dialog-title"),void 0!==g.id&&(g.attrs.maxlength=c(g.id).attr("maxlength")),g.source=g.element.data("source-value"),void 0===g.source&&(g.source=c(g.id).val(),"ajax"==g.request||(g.value=WPGlobusCore.getTranslations(g.source))),g.option.dialog=c.extend({},g.option.dialogOptions,c(g.wpglobus_id).data("dialog")),""!=g.option.dialog.title&&(g.dialogTitle=g.option.dialog.title),c.each(g.value,function(t,a){var e=c("#wpglobus-dialog-"+t);e.val(a),e.attr("placeholder",WPGlobusCore.TextFilter(g.option.dialog.placeholder,t,"RETURN_IN_DEFAULT_LANGUAGE"))}),c("#wpglobus-dialog-form-footer").html(g.option.dialog.formFooter),g.runCallback(g.option.dialog.beforeOpen),g.dialog.dialog("open"),g.runCallback(g.option.dialog.afterOpen)},runCallback:function(t){var a,e;"object"==typeof t?(a=Object.keys(t)[0],e=t[Object.keys(t)[0]],"window"===a?"function"==typeof window[e]&&window[e](t[Object.keys(t)[1]]):"function"==typeof window[a][e]&&window[a][e](t[Object.keys(t)[1]])):"string"==typeof t?"function"==typeof window[t]&&window[t]():"function"==typeof t&&t()}}}(jQuery),jQuery(document).ready(function(){"use strict";var t,r;window.WPGlobusAdminApp=(t=window.WPGlobusAdminApp||{},r=jQuery,t.App=function(t){void 0===window.WPGlobusAdminApp&&(this.config={debug:!1,version:WPGlobusAdmin.version},this.status="ok","undefined"==typeof WPGlobusAdmin?(this.status="error",this.config.debug&&console.log("WPGlobus: error options loading")):this.config.debug&&console.dir(WPGlobusAdmin),this.config.disable_first_language=['<div id="disable_first_language" style="display:block;" class="redux-field-errors notice-red">',"<strong>","<span> </span>",WPGlobusAdmin.i18n.cannot_disable_language,"</strong>","</div>"].join(""),r.extend(this.config,t),"ok"===this.status&&this.init())},t.App.prototype={$document:r(document),init:function(){WPGlobusCoreData.multisite=this.parseBool(WPGlobusCoreData.multisite),this.adminInit(),r("#content").addClass("wpglobus-editor").attr("data-language",WPGlobusAdmin.data.default_language),r("textarea[id^=content_]").each(function(t,a){var e=r(a).attr("id").replace("content_","");r(a).attr("data-language",e)}),"post.php"===WPGlobusAdmin.page?(this.postEdit(),this.set_dialog(),"undefined"!=typeof WPGlobusAioseop&&WPGlobusAioseop.init()):"menu-edit"===WPGlobusAdmin.page?(WPGlobusDialogApp.init({dialogTitle:"Edit description"}),this.navMenus()):"taxonomy-edit"===WPGlobusAdmin.page?WPGlobusAdmin.data.tag_id&&this.taxonomyEdit():"taxonomy-quick-edit"===WPGlobusAdmin.page?this.quickEdit("taxonomy"):"edit.php"===WPGlobusAdmin.page?(this.quickEdit("post"),0<_.size(WPGlobusAdmin.$_get)&&WPGlobusDialogApp.init()):"options-general.php"==WPGlobusAdmin.page?(this.optionsGeneral(),WPGlobusDialogApp.init({customData:WPGlobusCoreData.page_custom_data})):"widgets.php"==WPGlobusAdmin.page?(WPGlobusWidgets.init(),WPGlobusDialogApp.init({dialogTitle:"Edit text"})):"wpglobus_options"==WPGlobusAdmin.page?this.start():"wpglobusAdminCentral"==WPGlobusAdmin.page?this.adminCentral():WPGlobusDialogApp.init({customData:WPGlobusCoreData.page_custom_data})},parseBool:function(t){return!/^(false|0)$/i.test(t)&&!!t},getCurrentTab:function(){return r(".wpglobus-post-body-tabs-list .ui-tabs-active").data("language")},adminInit:function(){var t=r(".wpglobus-addons-group a").data("key");void 0!==t&&(0<=window.location.search.indexOf("page=wpglobus_options&tab="+t)?WPGlobusCoreData.multisite?window.location=WPGlobusCoreData.pluginInstallLocation.multisite:window.location=WPGlobusCoreData.pluginInstallLocation.single:(t=r("#toplevel_page_wpglobus_options li").eq(t+1),(WPGlobusCoreData.multisite?r(t).find("a").attr("href",WPGlobusCoreData.pluginInstallLocation.multisite):r(t).find("a").attr("href",WPGlobusCoreData.pluginInstallLocation.single)).attr("onclick","window.location=jQuery(this).attr('href');return false;")))},optionsGeneral:function(){var e=r("#blogname"),t=r("body");e.addClass("hidden"),r("#wpglobus-blogname").insertAfter(e).removeClass("hidden"),t.on("blur",".wpglobus-blogname",function(){r(".wpglobus-blogname").each(function(t,a){a=r(a);e.val(WPGlobusCore.getString(e.val(),a.val(),a.data("language")))})});var o=r("#blogdescription");o.addClass("hidden"),r("#wpglobus-blogdescription").insertAfter(o).removeClass("hidden"),t.on("blur",".wpglobus-blogdesc",function(){r(".wpglobus-blogdesc").each(function(t,a){a=r(a);o.val(WPGlobusCore.getString(o.val(),a.val(),a.data("language")))})})},quickEdit:function(o){var n,i,l,t;void 0!==WPGlobusAdmin.data.has_items&&WPGlobusAdmin.data.has_items&&(n="",i=0,r(document).ajaxComplete(function(t,a,e){void 0!==e.data&&""!=n&&0<=e.data.indexOf("action=inline-save-tax&")&&(r("#"+n+" a.row-title").text(WPGlobusAdmin.qedit_titles[i][WPGlobusAdmin.data.language].name),r("#"+n+" .description").text(WPGlobusAdmin.qedit_titles[i][WPGlobusAdmin.data.language].description))}),l={},r("#the-list tr").each(function(t,a){var e=r(a),a="post"===o?"post-":"tag-";i=e.attr("id").replace(a,""),l[i]={},"post"===o?l[i].source=e.find(".post_title").text():"taxonomy"===o&&(l[i].source=r("#inline_"+i+" .name").text())}),(t={action:"get_titles"}).type=o,t.taxonomy=void 0!==WPGlobusAdmin.data.taxonomy&&WPGlobusAdmin.data.taxonomy,t.title=l,r.ajax({type:"POST",url:WPGlobusAdmin.ajaxurl,data:{action:WPGlobusAdmin.process_ajax,order:t},dataType:"json"}).done(function(t){WPGlobusAdmin.qedit_titles=t.qedit_titles,r.each(t.bulkedit_post_titles,function(t,a){r("#inline_"+t+" .post_title").text(a[WPGlobusAdmin.data.language].name)})}).fail(function(t){}).always(function(t,a){}),r("body").on("change",".wpglobus-quick-edit-title",function(){var o="",n=[];r(".wpglobus-quick-edit-title").each(function(t,a){var e=r(a),a=e.data("language");""!==e.val()&&(o=WPGlobusCore.getString(o,e.val(),a)),WPGlobusAdmin.qedit_titles[i][a].name=e.val(),n[t]=a});var t=r(document).triggerHandler("wpglobus_get_translations",{string:o,lang:n,id:i});void 0!==t&&(o=t),r("input.ptitle").eq(0).val(o),WPGlobusAdmin.qedit_titles[i].source=o}),void 0!==WPGlobusAdmin.data.tags&&r.each(WPGlobusAdmin.data.tags,function(t,a){WPGlobusAdmin.data.value[a].post_id={}}),r("button.save, input#bulk_edit").on("mouseenter",function(t){void 0!==WPGlobusAdmin.data.tags&&(("bulk_edit"==t.currentTarget.id?r("input#bulk_edit"):r("button.save")).unbind("click"),r("button.save, input#bulk_edit").on("click",function(a){var t=r.when(),e=(r(this),r.Deferred());e.resolve(function(t){t.next(".spinner").css({visibility:"visible"}),"bulk_edit"!=a.currentTarget.id&&r.ajaxSetup({async:!1});var o,n,i,l=t.parents("tr"),s=l.attr("id").replace("edit-","");r.each(WPGlobusAdmin.data.tags,function(t,a){if(0==(o=l.find("textarea[name='"+WPGlobusAdmin.data.names[a]+"']")).length)return!0;WPGlobusAdmin.data.value[a].post_id[s]=o.val(),n=WPGlobusAdmin.data.value[a].post_id[s].split(","),i=[];for(var e=0;e<n.length;e++)n[e]=n[e].trim(" "),""!=n[e]&&(void 0===WPGlobusAdmin.data.tag[a][n[e]]?i[e]=n[e]:i[e]=WPGlobusAdmin.data.tag[a][n[e]]);o.val(i.join(", "))})}(r(this))),t=t.then(function(){return r.when(e.done())}).then(function(){"bulk_edit"!=a.currentTarget.id&&setTimeout(function(){inlineEditPost.save(i),r.ajaxSetup({async:!0})},50)})}))}),r("#the-list").on("click",".editinline",function(){var t=r(this);if(n=t.parents("tr").attr("id"),"post"===o)i=n.replace("post-","");else{if("taxonomy"!==o)return;i=n.replace("tag-","")}"post"===o&&void 0!==WPGlobusAdmin.data.tags&&r.each(WPGlobusAdmin.data.tags,function(t,a){var e,o;""==WPGlobusAdmin.data.value[a]||void 0!==(e=r("#edit-"+i+' textarea[name="'+WPGlobusAdmin.data.names[a]+'"]').val())&&(o=e.split(","),r.each(o,function(t,a){e=e.replace(a,WPGlobusCore.TextFilter(a,WPGlobusCoreData.language))}),r("#edit-"+i+' textarea[name="'+WPGlobusAdmin.data.names[a]+'"]').val(e))});var a=r("#edit-"+i+" input.ptitle").eq(0),t=a.parents("label");void 0!==WPGlobusAdmin.qedit_titles&&(a.val(WPGlobusAdmin.qedit_titles[i].source),a.addClass("hidden"),r(WPGlobusAdmin.data.template).insertAfter(t),void 0===WPGlobusAdmin.qedit_titles[i]&&(WPGlobusAdmin.qedit_titles[i]={},WPGlobusAdmin.qedit_titles[i].source=r("#"+n+" .name a.row-title").text(),r(WPGlobusAdmin.data.enabled_languages).each(function(t,a){WPGlobusAdmin.qedit_titles[i][a]={},a==WPGlobusAdmin.data.default_language?WPGlobusAdmin.qedit_titles[i][a].name=WPGlobusAdmin.qedit_titles[i].source:WPGlobusAdmin.qedit_titles[i][a].name="",WPGlobusAdmin.qedit_titles[i][a].description=""})),r(".wpglobus-quick-edit-title").each(function(t,a){var e=r(a),a=e.data("language");e.attr("id",a+i),void 0!==WPGlobusAdmin.qedit_titles[i][a]&&(WPGlobusAdmin.qedit_titles[i][a].name=WPGlobusAdmin.qedit_titles[i][a].name.replace(/\\\'/g,"'"),WPGlobusAdmin.qedit_titles[i][a].name=WPGlobusAdmin.qedit_titles[i][a].name.replace(/\\\"/g,'"'),e.val(WPGlobusAdmin.qedit_titles[i][a].name),WPGlobusAdmin.qedit_titles[i].source=WPGlobusCore.getString(WPGlobusAdmin.qedit_titles[i].source,WPGlobusAdmin.qedit_titles[i][a].name,a))}),r("input.ptitle").eq(0).val(WPGlobusAdmin.qedit_titles[i].source))}))},taxonomyEdit:function(){var a=[];a[0]="name",a[1]="description";r.each(WPGlobusCoreData.enabled_languages,function(t,e){r.each(a,function(t,a){!function(t,a){var e=r("#"+t);if(1!=e.length)return;var o=e.clone(),n=e.attr("name"),i="wpglobus-element wpglobus-element_"+t+" wpglobus-element_"+a+" wpglobus-translatable",l=document.getElementById(t);l=l.nodeName,r(o).attr("id",t+"_"+a),r(o).attr("name",n+"_"+a),a!==WPGlobusCoreData.default_language&&(i+=" hidden"),r(o).attr("class",i),r(o).attr("data-save-to",t),r(o).attr("data-language",a),"INPUT"==l?r(o).attr("value",r("#wpglobus-link-tab-"+a).data(t)):"TEXTAREA"==l&&r(o).text(r("#wpglobus-link-tab-"+a).data(t)),e.addClass("hidden"),0==r(".wpglobus-element_"+t).length?r(o).insertAfter(e):r(o).insertAfter(r(".wpglobus-element_"+t).last())}(a,e)})}),r(".wpglobus-taxonomy-tabs").insertAfter("#ajax-response"),r(".wrap").tabs(),r("body").on("click",".wpglobus-taxonomy-tabs li",function(t){var a=r(this).data("language");r(".wpglobus-element").addClass("hidden"),r(".wpglobus-element_"+a).removeClass("hidden"),r(".wpglobus-tax-edit-tab a").removeClass("wpglobus-tab-link-active"),r("#wpglobus-link-tab-"+a+" a").addClass("wpglobus-tab-link-active")}),r(".wpglobus-element").on("change",function(){var o=r(this).data("save-to"),n="";r(".wpglobus-element").each(function(t,a){var e=r(a),a=e.val();e.data("save-to")==o&&""!==a&&(n+=WPGlobusCore.addLocaleMarks(a,e.data("language")))}),r("#"+o).val(n)}),r(WPGlobusAdmin.data.multilingualSlug.title).insertAfter(".term-slug-wrap th label")},navMenus:function(){function e(){n!==r(i).length&&(clearInterval(o),r(i).each(function(t,a){var o,e=r(a);e.hasClass("wpglobus-menu-item")||(o=r(a).attr("id"),r.each(["input.edit-menu-item-title","input.edit-menu-item-attr-title"],function(t,a){var e=r("#"+o+" "+a),a=r(e);a.hasClass("wpglobus-hidden")||(a.addClass("wpglobus-hidden"),a.css("display","none"),e=a.parent("label"),a=a.parents("p"),r(a).css("height","80px"),r(e).append('<div style="color:#f00;">'+WPGlobusAdmin.i18n.save_nav_menu+"</div>"))}),e.addClass("wpglobus-menu-item"))}))}var o,n,i="#menu-to-edit .menu-item";r.ajaxSetup({beforeSend:function(t,a){void 0!==a.data&&0<=a.data.indexOf("action=add-menu-item")&&(n=r(i).length,o=setInterval(e,500))}}),r(i).each(function(t,a){var e=r(a).attr("id"),u=e.replace("menu-item-","");r.each(["input.edit-menu-item-title","input.edit-menu-item-attr-title"],function(n,i){var l=r("#"+e+" "+i);l.val()!=WPGlobusAdmin.data.items[u][i].source&&l.val(WPGlobusAdmin.data.items[u][i].source);var s=r("#"+e+" "+i).parents("p"),d=0;r.each(WPGlobusAdmin.data.open_languages,function(t,a){var e=l.clone();e.attr("id",l.attr("id")+"-"+a),e.attr("name",l.attr("id")+"-"+a),e.attr("data-language",a),e.attr("data-item-id",u),e.attr("placeholder",WPGlobusAdmin.data.en_language_name[a]);var o=WPGlobusAdmin.data.items[u][a][i].class;0===n&&a===WPGlobusAdmin.data.default_language?e.attr("class",o+" edit-menu-item-title"):e.attr("class",o),""!=WPGlobusAdmin.data.items[u][a][i].caption?e.attr("value",WPGlobusAdmin.data.items[u][a][i].caption):e.attr("value",""),e.css("margin-bottom","0.6em"),r(s).append(e),d=t}),d=40*(d+1),l.css("display","none").attr("class","").addClass("widefat wpglobus-hidden"),r(s).css("height",d+"px").addClass("wpglobus-menu-item-box")}),r(a).addClass("wpglobus-menu-item")}),r(".menus-move-left, .menus-move-right").each(function(t,a){var e,o=r(a),n=(o.parents("li").attr("id").replace("menu-item-",""),o.attr("title"));void 0!==n&&r.each(WPGlobusAdmin.data.post_titles,function(t,a){0<=n.indexOf(t)&&(e=n.replace(t,a),o.attr("title",e),o.text(e))})}),r(".edit-menu-item-title").trigger("change"),wpNavMenu.refreshAdvancedAccessibility(),wpNavMenu.menusChanged=!1,r(".wpglobus-menu-item").on("change",function(){var t,a,e=r(this),o=e.data("item-id");e.hasClass("wpglobus-item-title")&&(t=WPGlobusCore.getString(r("input#edit-menu-item-title-"+o).val(),e.val(),e.data("language")),void 0!==(a=r(document).triggerHandler("wpglobus_get_menu_translations",{string:t,lang:WPGlobusCoreData.open_languages,id:o,type:"input.edit-menu-item-title"}))&&(t=a),r("input#edit-menu-item-title-"+o).val(t)),e.hasClass("wpglobus-item-attr")&&(t=WPGlobusCore.getString(r("input#edit-menu-item-attr-title-"+o).val(),e.val(),e.data("language")),void 0!==(a=r(document).triggerHandler("wpglobus_get_menu_translations",{string:t,lang:WPGlobusCoreData.open_languages,id:o,type:"input.edit-menu-item-attr-title"}))&&(t=a),r("input#edit-menu-item-attr-title-"+o).val(t))});var a=[];setTimeout(function(){r(".edit-menu-item-description").each(function(){var t=r(this).attr("id");a.push(t),WPGlobusDialogApp.addElement(t)}),r(".wpglobus_dialog_start").each(function(){r(this).css({"font-style":"normal"}),r(this).after("<br />")});var t={action:"getNavMenuItemsDescription"};t.menuItems=a,r.ajax({type:"POST",url:WPGlobusAdmin.ajaxurl,data:{action:WPGlobusAdmin.process_ajax,order:t},dataType:"json"}).done(function(t){"object"==typeof t&&r.each(t,function(t,a){""!=a&&(r("#"+t).val(a),r("#wpglobus-"+t).val(WPGlobusCore.TextFilter(a,WPGlobus.language,"RETURN_EMPTY")))})}).fail(function(t){}).always(function(t,a){})},1e3)},postEdit:function(){r(document).on("heartbeat-send",function(t,o){void 0!==o.wp_autosave&&(o.wpglobus_heartbeat="wpglobus",r.each(WPGlobusAdmin.data.open_languages,function(t,a){var e=r("#title_"+a).val()||"";""!=(e=e.trim())&&(o.wp_autosave["post_title_"+a]=e),""!=(e=(e=r("#content_"+a).val()||"").trim())&&(o.wp_autosave["content_"+a]=e)}))});var a,i,l,e="#postdivrich",o=!0,s="#post-body-content";!1===WPGlobusAdmin.data.support.editor&&(o=!(e="#titlediv")),!1===WPGlobusAdmin.data.support.title&&(o=!1),r(s).prepend(r(".wpglobus-post-body-tabs-list")),r.each(WPGlobusAdmin.tabs,function(t,a){"default"===a?(r(e).wrap('<div id="tab-default"></div>'),o&&r(r("#titlediv")).insertBefore(e)):(r(e+"-"+a).wrap('<div id="tab-'+a+'"></div>'),o&&r(r("#titlediv-"+a)).insertBefore(e+"-"+a))}),setTimeout(function(){var n=!1;r(s).addClass("wpglobus-post-body-tabs").tabs({beforeActivate:function(t,a){var e,i,l;n||(o=(e=r("#wp-content-editor-container .mce-btn-group").eq(0)).children("div"),0!=e.length&&0!=o.length&&(i=e.attr("style"),l=o.attr("style"),r.each(WPGlobusCoreData.enabled_languages,function(t,a){if(a!=WPGlobusCoreData.default_language){var e=r("#wp-content_"+a+"-editor-container .mce-btn-group").eq(0),o=e.children("div");if(0==e.length||0==o.length)return!0;var n=e.attr("style"),a=o.attr("style");i!=n&&e.attr("style",i),l!=a&&o.attr("style",l)}}),n=!0));var o=a.oldTab[0].id.replace("link-tab-",""),a=a.newTab[0].id.replace("link-tab-","");r(".wpglobus-tab-link").removeClass("wpglobus-tab-link-active"),r("#link-tab-"+a+" .wpglobus-tab-link").addClass("wpglobus-tab-link-active"),"default"==o&&(o=WPGlobusCoreData.default_language),"default"==a&&(a=WPGlobusCoreData.default_language);a=r(document).triggerHandler("wpglobus_post_body_tabs",[o,a]);return!(!a&&void 0!==a)}})},500),r("#title").val(WPGlobusAdmin.title),r("#content").text(WPGlobusAdmin.content),"undefined"!=typeof WPGlobusVendor&&WPGlobusVendor.vendor.WPSEO&&("undefined"!=typeof wpglobus_wpseo?wpglobus_wpseo():"undefined"!=typeof WPGlobusYoastSeo&&("undefined"!=typeof WPGlobusYoastSeoPremium&&WPGlobusYoastSeoPremium&&"function"==typeof WPGlobusYoastSeoPremium.init&&WPGlobusYoastSeoPremium.init(),"function"==typeof WPGlobusYoastSeo.init&&WPGlobusYoastSeo.init())),WPGlobusAdmin.data.modify_excerpt&&((a=r("#excerpt")).addClass("hidden").css({display:"none"}),r(WPGlobusAdmin.data.template).insertAfter(a),r("body").on("change",".wpglobus-excerpt",function(){var t=r(this);a.val(WPGlobusCore.getString(a.val(),t.val(),t.data("language")))})),void 0!==wp.utils&&void 0!==wp.utils.WordCounter&&(WPGlobusCoreData.wordCounter={},i=this,l={},r.each(WPGlobusCoreData.enabled_languages,function(t,a){return a==WPGlobusCoreData.default_language||(l[t]="content_"+a,n=jQuery,t=new wp.utils.WordCounter,e=a,WPGlobusCoreData.wordCounter[e]={},WPGlobusCoreData.wordCounter[e].counter=t,void n(function(){function o(t){var a;"object"==typeof t&&(t="tinymce"==t?i.getCurrentTab():t.target.id.replace("content_","")),void 0!==WPGlobusCoreData.wordCounter[t]&&(a=!WPGlobusCoreData.wordCounter[t].contentEditor||WPGlobusCoreData.wordCounter[t].contentEditor.isHidden()?WPGlobusCoreData.wordCounter[t].content.val():WPGlobusCoreData.wordCounter[t].contentEditor.getContent({format:"raw"}),(a=WPGlobusCoreData.wordCounter[t].counter.count(a))!==WPGlobusCoreData.wordCounter[t].prevCount&&WPGlobusCoreData.wordCounter[t].count.text(a),WPGlobusCoreData.wordCounter[t].prevCount=a)}WPGlobusCoreData.wordCounter[e].content=n("#content_"+e),WPGlobusCoreData.wordCounter[e].count=n("#wp-word-count-"+e).find(".word-count-"+e),WPGlobusCoreData.wordCounter[e].prevCount=0,n(document).on("tinymce-editor-init",function(t,a){var e;-1!=n.inArray(a.id,l)&&(e=a.id.replace("content_",""),(WPGlobusCoreData.wordCounter[e].contentEditor=a).on("nodechange keyup",_.debounce(o,1e3)))}),WPGlobusCoreData.wordCounter[e].content.on("input keyup",_.debounce(o,1e3)),o(e)}));var n,e})),r(document).on("click","#publish, #save-post",function(){var e,t,o,n;1<WPGlobusAdmin.data.open_languages.length&&(r(document).triggerHandler("wpglobus_before_save_post",{content_tabs_id:s}),e=r("#title").val(),n=o="",0==e.length&&(t=WPGlobusAdmin.data.open_languages.indexOf(WPGlobusAdmin.data.default_language),WPGlobusAdmin.data.open_languages.splice(t,1),r(WPGlobusAdmin.data.open_languages).each(function(t,a){n=0==t?"":"-",0<(e=r("#title_"+a).val()).length&&(0==o.length&&(n=""),o=o+n+e)})),0<o.length&&r("#title").val(o)),void 0===WPGlobusAdmin.data.tagsdiv||WPGlobusAdmin.data.tagsdiv.length<1||r(WPGlobusAdmin.data.tagsdiv).each(function(t,a){if(0==r("#"+a).length)return!0;var e=a.replace("tagsdiv-","");if("undefined"===e)return!0;if(0==r("#tax-input-"+e).length)return!0;var o,n=[];r("#tagsdiv-"+e+" .tagchecklist li").each(function(t,a){o=(o=r(a).html()).replace(/<button.*<\/button> /,""),void 0===WPGlobusAdmin.data.tag[e][o]?n[t]=o:n[t]=WPGlobusAdmin.data.tag[e][o]}),r("#tax-input-"+e).val(n.join(", "))})}),r(".ui-state-default").on("click",function(){"link-tab-default"===r(this).attr("id")&&(r(window).scrollTop(r(window).scrollTop()+1),r(window).scrollTop(r(window).scrollTop()-1))}),r(document).on("tabsactivate",s,function(t,a){WPGlobusAdmin.currentTab=a.newTab[0].dataset.language}),r("#titlewrap input").addClass("wpglobus-translatable"),r(".title_wpglobus").addClass("wpglobus-translatable"),r(document).triggerHandler("wpglobus_after_post_edit")},adminCentral:function(){r(".wpglobus-admin-central-tab").css({display:"none"}),1<r(".nav-tab-active").length&&r(".wpglobus-about-wrap .nav-tab-wrapper a").removeClass("nav-tab-active");var e=!0;0==location.hash.indexOf("#")&&r(".wpglobus-about-wrap .nav-tab-wrapper a").each(function(t,a){r(a).attr("href")==location.hash&&(e=!1,r(a).addClass("nav-tab-active"))}),e&&r(".wpglobus-about-wrap .nav-tab-wrapper a").eq(0).addClass("nav-tab-active");var t=r(".wpglobus-about-wrap .nav-tab-active").data("tab-id");""!=t&&r("#"+t).css({display:"block"}),r(document).on("click",".wpglobus-about-wrap .nav-tab",function(t){var a=r(this);a.hasClass("nav-tab-active")||(r(".wpglobus-admin-central-tab").css({display:"none"}),r(".wpglobus-about-wrap .nav-tab").removeClass("nav-tab-active"),a.addClass("nav-tab-active"),""!=a.data("tab-id")&&r("#"+a.data("tab-id")).css({display:"block"}))})},start:function(){var a=this;r("#wpglobus_flags").select2({formatResult:this.format,formatSelection:this.format,minimumResultsForSearch:-1,escapeMarkup:function(t){return t}}),r("body").on("click","#enabled_languages-list li:first input",function(t){return t.preventDefault(),r(".redux-save-warn").css({display:"none"}),r("#enabled_languages-list").find("li:first > input").val("1"),0===r("#disable_first_language").length&&r(a.config.disable_first_language).insertAfter("#info_bar"),!1})},format:function(t){return'<img class="wpglobus_flag" src="'+WPGlobusAdmin.flag_url+t.text+'"/> '+t.text},set_dialog:function(){var o,a,n;void 0!==WPGlobusAdmin.data.customFieldsEnabled&&(WPGlobusAdmin.data.customFieldsEnabled=this.parseBool(WPGlobusAdmin.data.customFieldsEnabled),!WPGlobusAdmin.data.customFieldsEnabled)||(void 0===WPGlobusAdmin.data.excludeCustomFields&&(WPGlobusAdmin.data.excludeCustomFields=!1),a=!1,(n=function(t){var l,s,d="wpglobus_dialog_start wpglobus_dialog_icon",u=['<div class="wpglobus_dialog_options_wrapper hidden">','<input style="width:initial;" id="wpglobus-cb-{{id}}" data-object="#wpglobus-dialog-start-{{id}}" data-meta-key="{{meta-key}}" class="wpglobus_dialog_option wpglobus_dialog_cb" type="checkbox" {{checked}} />',"</div>"].join(""),t=void 0===t?"#the-list tr":"#the-list tr#"+t;r(t).each(function(){var t,a,e=r(this),o=e.attr("id"),n=e.find("textarea"),i=d;return void 0===(l=n.attr("id"))||(a=r("#"+o+"-key").val(),!(!WPGlobusAdmin.data.excludeCustomFields||-1==r.inArray(a,WPGlobusAdmin.data.excludeCustomFields))||(t=r("#"+l).clone(),r(n).addClass("wpglobus-dialog-field-source hidden"),o=n.attr("name"),r(t).attr("id","wpglobus-"+l),r(t).attr("name","wpglobus-"+o),r(t).attr("data-source-id",l),r(t).attr("class","wpglobus-dialog-field"),r(t).val(WPGlobusCore.TextFilter(r(n).val(),WPGlobusCoreData.language)),r(t).insertAfter(n),s=(s=u.replace(/{{id}}/g,l)).replace(/{{meta-key}}/g,a),void 0===WPGlobusAdmin.data.post_meta_settings[WPGlobusAdmin.data.post_type]?s=s.replace(/{{checked}}/,"checked"):i=void 0!==WPGlobusAdmin.data.post_meta_settings[WPGlobusAdmin.data.post_type][a]&&"false"==WPGlobusAdmin.data.post_meta_settings[WPGlobusAdmin.data.post_type][a]?(s=s.replace(/{{checked}}/,""),d+" wpglobus_dialog_start_hidden"):(s=s.replace(/{{checked}}/,"checked"),d),void e.append('<td style="width:20px;"><div id="wpglobus-dialog-start-'+l+'" data-type="control" data-source-type="textarea" data-source-id="'+l+'" class="'+i+'"></div>'+s+"</td>")))}),!a&&0<r("#list-table .wpglobus_dialog_start").length&&(r("#list-table thead tr").append('<th class="wpglobus-control-head"><div class="wpglobus_dialog_settings wpglobus_dialog_icon"></div></th>'),a=!0)})(),r("body").on("change",".wpglobus-dialog-field",function(){var e,o,n=r(this),t="#"+n.data("source-id"),i="";e=r(t).val(),/(\{:|\[:|<!--:)[a-z]{2}/.test(e)?(r.each(WPGlobusCoreData.enabled_languages,function(t,a){""!=(o=a==WPGlobusCoreData.language?n.val():WPGlobusCore.TextFilter(e,a,"RETURN_EMPTY"))&&(i+=WPGlobusCore.addLocaleMarks(o,a))}),r(t).val(i)):r(t).val(n.val())}),r(document).ajaxSend(function(t,a,e){"add-meta"==e.action&&(o=e.element)}),r(document).ajaxComplete(function(t,a,e){"add-meta"==e.action&&void 0!==a.responseXML&&n("newmeta"==o?"meta-"+r(a.responseXML.documentElement.outerHTML).find("meta").attr("id"):o)}),WPGlobusDialogApp.init({dialogTitle:"Edit meta"}))}},new t.App,t)});
|
languages/wpglobus-ar.mo
CHANGED
Binary file
|
languages/wpglobus-ar.po
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018
|
5 |
# 425467bb0c9da71484550c3c99a0865a_432023a <42ebb87f8d673776150a6c232428c0ac_329642>, 2017
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Arabic (http://www.transifex.com/wp-translations/wpglobus-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018
|
5 |
# 425467bb0c9da71484550c3c99a0865a_432023a <42ebb87f8d673776150a6c232428c0ac_329642>, 2017
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Arabic (http://www.transifex.com/wp-translations/wpglobus-"
|
languages/wpglobus-be.mo
CHANGED
Binary file
|
languages/wpglobus-be.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018,2020
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Belarusian (http://www.transifex.com/wp-translations/wpglobus-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018,2020
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Belarusian (http://www.transifex.com/wp-translations/wpglobus-"
|
languages/wpglobus-bg_BG.mo
CHANGED
Binary file
|
languages/wpglobus-bg_BG.po
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
7 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
8 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
9 |
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/wp-"
|
languages/wpglobus-de_CH.mo
CHANGED
Binary file
|
languages/wpglobus-de_CH.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017
|
@@ -7,7 +7,6 @@
|
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: German (Switzerland) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: German (Switzerland) (http://www.transifex.com/wp-"
|
languages/wpglobus-de_DE.mo
CHANGED
Binary file
|
languages/wpglobus-de_DE.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017,2019
|
@@ -7,7 +7,6 @@
|
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: German (Germany) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017,2019
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: German (Germany) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-el.mo
CHANGED
Binary file
|
languages/wpglobus-el.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Greek (http://www.transifex.com/wp-translations/wpglobus-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Greek (http://www.transifex.com/wp-translations/wpglobus-"
|
languages/wpglobus-en_AU.mo
CHANGED
Binary file
|
languages/wpglobus-en_AU.po
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
# Stephen Edgar, 2017
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: English (Australia) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
# Stephen Edgar, 2017
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (Australia) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-en_CA.mo
CHANGED
Binary file
|
languages/wpglobus-en_CA.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (Canada) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: English (Canada) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-en_GB.mo
CHANGED
Binary file
|
languages/wpglobus-en_GB.po
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Andi Chandler <andi@gowling.com>, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: English (United Kingdom) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Andi Chandler <andi@gowling.com>, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (United Kingdom) (http://www.transifex.com/wp-"
|
languages/wpglobus-en_NZ.mo
CHANGED
Binary file
|
languages/wpglobus-en_NZ.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (New Zealand) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: English (New Zealand) (http://www.transifex.com/wp-"
|
languages/wpglobus-en_US.mo
CHANGED
Binary file
|
languages/wpglobus-en_US.po
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: English (United States) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
7 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
8 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
9 |
"Language-Team: English (United States) (http://www.transifex.com/wp-"
|
languages/wpglobus-en_ZA.mo
CHANGED
Binary file
|
languages/wpglobus-en_ZA.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (South Africa) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: English (South Africa) (http://www.transifex.com/wp-"
|
languages/wpglobus-es_AR.mo
CHANGED
Binary file
|
languages/wpglobus-es_AR.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Argentina) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Argentina) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-es_CL.mo
CHANGED
Binary file
|
languages/wpglobus-es_CL.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Chile) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Chile) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-es_CO.mo
CHANGED
Binary file
|
languages/wpglobus-es_CO.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Colombia) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Colombia) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-es_CR.mo
CHANGED
Binary file
|
languages/wpglobus-es_CR.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/wp-"
|
languages/wpglobus-es_ES.mo
CHANGED
Binary file
|
languages/wpglobus-es_ES.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-es_GT.mo
CHANGED
Binary file
|
languages/wpglobus-es_GT.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Guatemala) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Guatemala) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-es_MX.mo
CHANGED
Binary file
|
languages/wpglobus-es_MX.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Mexico) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Mexico) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-es_PE.mo
CHANGED
Binary file
|
languages/wpglobus-es_PE.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Peru) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Peru) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-es_PR.mo
CHANGED
Binary file
|
languages/wpglobus-es_PR.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Puerto Rico) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Puerto Rico) (http://www.transifex.com/wp-"
|
languages/wpglobus-es_VE.mo
CHANGED
Binary file
|
languages/wpglobus-es_VE.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-et.mo
CHANGED
Binary file
|
languages/wpglobus-et.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Rivo Zängov <eraser@eraser.ee>, 2018
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Estonian (http://www.transifex.com/wp-translations/wpglobus-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Rivo Zängov <eraser@eraser.ee>, 2018
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Estonian (http://www.transifex.com/wp-translations/wpglobus-"
|
languages/wpglobus-fr_BE.mo
CHANGED
Binary file
|
languages/wpglobus-fr_BE.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: French (Belgium) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: French (Belgium) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-fr_CA.mo
CHANGED
Binary file
|
languages/wpglobus-fr_CA.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Franck, 2015
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
@@ -7,7 +7,6 @@
|
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: French (Canada) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Franck, 2015
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: French (Canada) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-fr_FR.mo
CHANGED
Binary file
|
languages/wpglobus-fr_FR.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Franck, 2015-2017
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015-2017
|
@@ -7,7 +7,6 @@
|
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
12 |
"Last-Translator: FX Bénard <fxb@wp-translations.org>\n"
|
13 |
"Language-Team: French (France) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Franck, 2015-2017
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015-2017
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: FX Bénard <fxb@wp-translations.org>\n"
|
12 |
"Language-Team: French (France) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-id_ID.mo
CHANGED
Binary file
|
languages/wpglobus-id_ID.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# ChameleonJohn.com, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017,2020
|
@@ -7,7 +7,6 @@
|
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/wp-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# ChameleonJohn.com, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017,2020
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/wp-"
|
languages/wpglobus-ko_KR.mo
CHANGED
Binary file
|
languages/wpglobus-ko_KR.po
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Korean (Korea) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
7 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
8 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
9 |
"Language-Team: Korean (Korea) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-pl_PL.mo
CHANGED
Binary file
|
languages/wpglobus-pl_PL.po
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Polish (Poland) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
7 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
8 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
9 |
"Language-Team: Polish (Poland) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-pt_BR.mo
CHANGED
Binary file
|
languages/wpglobus-pt_BR.po
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
7 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
8 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
9 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-pt_PT.mo
CHANGED
Binary file
|
languages/wpglobus-pt_PT.po
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/wp-"
|
11 |
"translations/wpglobus-multilingual/language/pt_PT/)\n"
|
12 |
"Language: pt_PT\n"
|
@@ -686,7 +685,7 @@ msgid "Select with language code"
|
|
686 |
msgstr ""
|
687 |
|
688 |
msgid "Dropdown"
|
689 |
-
msgstr ""
|
690 |
|
691 |
msgid "Dropdown with flags"
|
692 |
msgstr ""
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
+
"PO-Revision-Date: 2021-07-07 16:47+0000\n"
|
8 |
+
"Last-Translator: clovio\n"
|
|
|
9 |
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/wp-"
|
10 |
"translations/wpglobus-multilingual/language/pt_PT/)\n"
|
11 |
"Language: pt_PT\n"
|
685 |
msgstr ""
|
686 |
|
687 |
msgid "Dropdown"
|
688 |
+
msgstr "Menu Suspenso"
|
689 |
|
690 |
msgid "Dropdown with flags"
|
691 |
msgstr ""
|
languages/wpglobus-ro_RO.mo
CHANGED
Binary file
|
languages/wpglobus-ro_RO.po
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Romanian (Romania) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
7 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
8 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
9 |
"Language-Team: Romanian (Romania) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-ru_RU.mo
CHANGED
Binary file
|
languages/wpglobus-ru_RU.po
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015-2020
|
5 |
# Irina Fedulova <istartlin@gmail.com>, 2020
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015-2020
|
5 |
# Irina Fedulova <istartlin@gmail.com>, 2020
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-sv_SE.mo
CHANGED
Binary file
|
languages/wpglobus-sv_SE.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# e314000eb7822ddff37f90aedba9a07c_cdf5e13 <3d5ba02b5c1e3beabe9eb3fc79749b38_312842>, 2015
|
5 |
# e314000eb7822ddff37f90aedba9a07c_cdf5e13 <3d5ba02b5c1e3beabe9eb3fc79749b38_312842>, 2015
|
@@ -7,7 +7,6 @@
|
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# e314000eb7822ddff37f90aedba9a07c_cdf5e13 <3d5ba02b5c1e3beabe9eb3fc79749b38_312842>, 2015
|
5 |
# e314000eb7822ddff37f90aedba9a07c_cdf5e13 <3d5ba02b5c1e3beabe9eb3fc79749b38_312842>, 2015
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
10 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-tr_TR.mo
CHANGED
Binary file
|
languages/wpglobus-tr_TR.po
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# BORAHAN CONKEROGLU <boracon@gmail.com>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Turkish (Turkey) (http://www.transifex.com/wp-translations/"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# BORAHAN CONKEROGLU <boracon@gmail.com>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
8 |
"PO-Revision-Date: 2021-06-04 12:20+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Turkish (Turkey) (http://www.transifex.com/wp-translations/"
|
languages/wpglobus-uk.mo
CHANGED
Binary file
|
languages/wpglobus-uk.po
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2016,2020
|
5 |
# Jack Willson <666noob404@gmail.com>, 2019,2021
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
"PO-Revision-Date: 2021-06-12 20:19+0000\n"
|
11 |
"Last-Translator: Jack Willson <666noob404@gmail.com>\n"
|
12 |
"Language-Team: Ukrainian (http://www.transifex.com/wp-translations/wpglobus-"
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2016,2020
|
5 |
# Jack Willson <666noob404@gmail.com>, 2019,2021
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
|
|
9 |
"PO-Revision-Date: 2021-06-12 20:19+0000\n"
|
10 |
"Last-Translator: Jack Willson <666noob404@gmail.com>\n"
|
11 |
"Language-Team: Ukrainian (http://www.transifex.com/wp-translations/wpglobus-"
|
languages/wpglobus.pot
CHANGED
@@ -1,1438 +1,1089 @@
|
|
1 |
-
# Copyright (C) 2021 WPGlobus
|
2 |
-
# This file is distributed under the same license as the WPGlobus
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WPGlobus
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Last-Translator: The WPGlobus Team <support@wpglobus.com>\n"
|
10 |
-
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
12 |
|
13 |
-
#: includes/admin/central/class-wpglobus-admin-central.php:122, includes/admin/class-wpglobus-about.php:42, includes/admin/class-wpglobus-about.php:117, includes/admin/class-wpglobus-clean.php:600, includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:43
|
14 |
msgid "Guide"
|
15 |
msgstr ""
|
16 |
|
17 |
-
#: includes/admin/central/class-wpglobus-admin-central.php:142, includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:102
|
18 |
msgid "WPGlobus Help Desk"
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: includes/admin/central/class-wpglobus-admin-central.php:157, includes/admin/class-wpglobus-about.php:36, includes/admin/class-wpglobus-admin-menu.php:22, includes/admin/class-wpglobus-clean.php:606, includes/admin/class-wpglobus-customize-options.php:1329, includes/admin/class-wpglobus-customize-options.php:1297, includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:37
|
22 |
msgid "Add-ons"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: includes/admin/class-wpglobus-about.php:26
|
26 |
msgid "Quick Start"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/admin/class-wpglobus-about.php:48, includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:49
|
30 |
msgid "FAQ"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: includes/admin/class-wpglobus-about.php:59
|
34 |
msgid "Attention: the Multibyte String PHP extension (`mbstring`) is not loaded!"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: includes/admin/class-wpglobus-about.php:60
|
38 |
msgid "The mbstring extension is required for the full UTF-8 compatibility and better performance. Without it, some parts of WordPress and WPGlobus may function incorrectly. Please contact your hosting company or systems administrator."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: includes/admin/class-wpglobus-about.php:87
|
42 |
msgid "Go to WPGlobus Settings"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/admin/class-wpglobus-about.php:98
|
46 |
msgid "Easy as 1-2-3:"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: includes/admin/class-wpglobus-about.php:101
|
50 |
msgid "Go to WPGlobus admin menu and choose the countries / languages;"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: includes/admin/class-wpglobus-about.php:102
|
54 |
msgid "Enter the translations to the posts, pages, categories, tags and menus using a clean and simple interface."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: includes/admin/class-wpglobus-about.php:103
|
58 |
msgid "Switch languages at the front-end using a drop-down menu with language names and country flags."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: includes/admin/class-wpglobus-about.php:111
|
62 |
msgid "Links:"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: includes/admin/class-wpglobus-about.php:119
|
66 |
msgid "FAQs"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: includes/admin/class-wpglobus-about.php:121
|
70 |
msgid "Contact Us"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: includes/admin/class-wpglobus-about.php:123
|
74 |
msgid "Please give us 5 stars!"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: includes/admin/class-wpglobus-about.php:133
|
78 |
msgid "WPGlobus does not translate texts automatically!"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: includes/admin/class-wpglobus-about.php:136
|
82 |
msgid "There are many translation companies and individual translators who can help you write and proofread the texts."
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: includes/admin/class-wpglobus-about.php:137
|
86 |
msgid "When you choose a translator, please look at their native language, country of residence, specialization and knowledge of WordPress."
|
87 |
msgstr ""
|
88 |
|
89 |
#. translators: %s are used to insert HTML link. Keep them in place.
|
90 |
-
#: includes/admin/class-wpglobus-about.php:143
|
91 |
msgid "We are planning to maintain a %s list of translators %s on the WPGlobus website. This is not an endorsement, just a courtesy. Please contact them directly and let us know how did it work for you!"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: includes/admin/class-wpglobus-about.php:154
|
95 |
msgid "Important notes:"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: includes/admin/class-wpglobus-about.php:159
|
99 |
msgid "WPGlobus only supports the localization URLs in the form of <code>example.com/xx/page/</code>. We do not plan to support subdomains <code>xx.example.com</code> and language queries <code>example.com?lang=xx</code>."
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: includes/admin/class-wpglobus-about.php:162
|
103 |
msgid "Some themes and plugins are <strong>not multilingual-ready</strong>."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: includes/admin/class-wpglobus-about.php:163
|
107 |
msgid "They might display some texts with no translation, or with all languages mixed together."
|
108 |
msgstr ""
|
109 |
|
110 |
#. translators: %s are used to insert HTML link. Keep them in place.
|
111 |
-
#: includes/admin/class-wpglobus-about.php:167
|
112 |
msgid "Please contact the theme / plugin author. If they are unable to assist, consider %s hiring the WPGlobus Team %s to write a custom code for you."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: includes/admin/class-wpglobus-admin-bar-menu.php:124
|
116 |
msgid "Language was set on your profile page"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: includes/admin/class-wpglobus-admin-bar-menu.php:194
|
120 |
msgid "Add"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: includes/admin/class-wpglobus-admin-page.php:32, includes/admin/class-wpglobus-clean.php:585
|
124 |
msgid "Multilingual Everything!"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: includes/admin/class-wpglobus-admin-page.php:34, includes/admin/class-wpglobus-clean.php:588
|
128 |
msgid "WPGlobus is a family of WordPress plugins assisting you in making multilingual WordPress blogs and sites."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: includes/admin/class-wpglobus-clean.php:232
|
132 |
msgid "Remove the WPGlobus settings (not recommended)"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: includes/admin/class-wpglobus-clean.php:595
|
136 |
msgid "Clean-up Tool"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: includes/admin/class-wpglobus-clean.php:609
|
140 |
msgid "Support"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: includes/admin/class-wpglobus-clean.php:614
|
144 |
msgid "WARNING: this operation is non-reversible. It is strongly recommended that you backup your database before proceeding."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: includes/admin/class-wpglobus-clean.php:619
|
148 |
msgid "This tool should be used only if you plan to completely uninstall WPGlobus. By running it, you will remove ALL translations you have entered to your post, pages, etc., keeping only the MAIN language texts. Please make sure that all entries have some content in the main language. Otherwise, you might end up with empty titles, no content, no excerpts, blank comments and so on."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: includes/admin/class-wpglobus-clean.php:622
|
152 |
msgid "Make sure that your active theme does not have any code related to WPGlobus. Such code could be added by you or by a 3rd party developer. If that code runs without first verifying that WPGlobus is active, WordPress may die with a fatal error."
|
153 |
msgstr ""
|
154 |
|
155 |
#. translators: %1$s - language name, %2$s - language code. Do not remove.
|
156 |
-
#: includes/admin/class-wpglobus-clean.php:630
|
157 |
msgid "The main language is currently set to %1$s (%2$s). ALL TEXTS THAT ARE NOT IN %1$s WILL BE DELETED! To change the main language, please go to {{settings}}."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: includes/admin/class-wpglobus-clean.php:641
|
161 |
msgid "You are about to clean the content of the following database tables:"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: includes/admin/class-wpglobus-clean.php:649
|
165 |
msgid "The operations log"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/admin/class-wpglobus-clean.php:652
|
169 |
msgid "We are going to write a detailed log of all the database changes performed. It should help in the case you need to restore something important. The log will be written to the file:"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/admin/class-wpglobus-clean.php:662
|
173 |
msgid "Uncheck if you do not want to write the operations log (we recommend to keep it checked)"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/admin/class-wpglobus-clean.php:667
|
177 |
msgid "You have been warned..."
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: includes/admin/class-wpglobus-clean.php:669
|
181 |
msgid "Please confirm by checking the box below:"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: includes/admin/class-wpglobus-clean.php:671
|
185 |
msgid "I have read and understood everything written on this page. I am aware that by using this tool I may loose some content of my website. I have made a database backup and know how to restore it if necessary. I am fully responsible for the results."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: includes/admin/class-wpglobus-clean.php:674
|
189 |
msgid "YES, I CONFIRM"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: includes/admin/class-wpglobus-clean.php:678
|
193 |
msgid "Process with the Clean-up"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: includes/admin/class-wpglobus-customize-options.php:75, includes/admin/class-wpglobus-customize-options.php:102, includes/admin/class-wpglobus-customize-options.php:147, includes/admin/class-wpglobus-customize-options.php:185
|
197 |
msgid "Default"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: includes/admin/class-wpglobus-customize-options.php:266
|
201 |
msgid "Section"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: includes/admin/class-wpglobus-customize-options.php:279
|
205 |
msgid "Show all sections"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: includes/admin/class-wpglobus-customize-options.php:289
|
209 |
msgid "Check/Uncheck all"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: includes/admin/class-wpglobus-customize-options.php:291, includes/admin/class-wpglobus-customize-options.php:1383
|
213 |
msgid "Save & Reload"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: includes/admin/class-wpglobus-customize-options.php:585, includes/builders/gutenberg/class-wpglobus-gutenberg.php:585, includes/class-wpglobus.php:1312, wpglobus.php:12, wpglobus.php:18
|
217 |
msgid "WPGlobus"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: includes/admin/class-wpglobus-customize-options.php:636
|
221 |
msgid "You need to update WordPress to 4.5 or later to get Fields Settings section"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: includes/admin/class-wpglobus-customize-options.php:646
|
225 |
msgid "Fields Settings"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: includes/admin/class-wpglobus-customize-options.php:691
|
229 |
msgid "WPGlobus Settings"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: includes/admin/class-wpglobus-customize-options.php:759
|
233 |
msgid "Help"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: includes/admin/class-wpglobus-customize-options.php:781, includes/options/class-wpglobus-options.php:1176
|
237 |
msgid "Languages"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: includes/admin/class-wpglobus-customize-options.php:801, includes/options/class-wpglobus-options.php:1189
|
241 |
msgid "Enabled Languages"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: includes/admin/class-wpglobus-customize-options.php:803, includes/options/class-wpglobus-options.php:1190
|
245 |
msgid "These languages are currently enabled on your site."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: includes/admin/class-wpglobus-customize-options.php:831, includes/options/class-wpglobus-options.php:1148
|
249 |
msgid "Choose a language you would like to enable."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: includes/admin/class-wpglobus-customize-options.php:833
|
253 |
msgid "Press the [Save & Publish] button to confirm."
|
254 |
msgstr ""
|
255 |
|
256 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
|
257 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
|
258 |
-
#: includes/admin/class-wpglobus-customize-options.php:837, includes/options/class-wpglobus-options.php:1154
|
259 |
msgid "or Add new Language %1$s here %2$s"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: includes/admin/class-wpglobus-customize-options.php:849, includes/options/class-wpglobus-options.php:1203
|
263 |
msgid "Add Languages"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: includes/admin/class-wpglobus-customize-options.php:869, includes/options/class-wpglobus-options.php:1211
|
267 |
msgid "Language Selector Mode"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: includes/admin/class-wpglobus-customize-options.php:874, includes/options/class-wpglobus-options.php:1214
|
271 |
msgid "Two-letter Code with flag (en, ru, it, etc.)"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: includes/admin/class-wpglobus-customize-options.php:875, includes/options/class-wpglobus-options.php:1215
|
275 |
msgid "Full Name (English, Russian, Italian, etc.)"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: includes/admin/class-wpglobus-customize-options.php:877, includes/options/class-wpglobus-options.php:1216
|
279 |
msgid "Full Name with flag (English, Russian, Italian, etc.)"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: includes/admin/class-wpglobus-customize-options.php:878, includes/options/class-wpglobus-options.php:1217
|
283 |
msgid "Flags only"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/admin/class-wpglobus-customize-options.php:880, includes/options/class-wpglobus-options.php:1212
|
287 |
msgid "Choose the way language name and country flag are shown in the drop-down menu"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/admin/class-wpglobus-customize-options.php:915
|
291 |
msgid "select navigation menu"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/admin/class-wpglobus-customize-options.php:951, includes/admin/class-wpglobus-customize-options.php:924, includes/options/class-wpglobus-options.php:1230
|
295 |
msgid "Language Selector Menu"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/admin/class-wpglobus-customize-options.php:956, includes/admin/class-wpglobus-customize-options.php:935, includes/options/class-wpglobus-options.php:1231
|
299 |
msgid "Choose the navigation menu where the language selector will be shown"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: includes/admin/class-wpglobus-customize-options.php:934
|
303 |
msgid "No menus have been created yet. Create some."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: includes/admin/class-wpglobus-customize-options.php:976, includes/options/class-wpglobus-options.php:1241
|
307 |
msgid "\"All Pages\" menus Language selector"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: includes/admin/class-wpglobus-customize-options.php:979, includes/options/class-wpglobus-options.php:1243
|
311 |
msgid "Adds language selector to the menus that automatically list all existing pages (using `wp_list_pages`)"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: includes/admin/class-wpglobus-customize-options.php:996, includes/options/class-wpglobus-options.php:1356
|
315 |
msgid "Custom CSS"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: includes/admin/class-wpglobus-customize-options.php:1000
|
319 |
msgid "Here you can enter the CSS rules to adjust the language selector menu for your theme. Look at the examples in the `style-samples.css` file."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: includes/admin/class-wpglobus-customize-options.php:1019
|
323 |
msgid "Post types"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: includes/admin/class-wpglobus-customize-options.php:1127
|
327 |
msgid "Uncheck to disable WPGlobus"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: includes/admin/class-wpglobus-customize-options.php:1161, includes/options/class-wpglobus-options.php:1424
|
331 |
msgid "Redirect"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: includes/admin/class-wpglobus-customize-options.php:1186, includes/options/class-wpglobus-options.php:1419
|
335 |
msgid "Choose the language automatically, based on:"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: includes/admin/class-wpglobus-customize-options.php:1188, includes/options/class-wpglobus-options.php:1409
|
339 |
msgid "Preferred language set in the browser"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: includes/admin/class-wpglobus-customize-options.php:1189, includes/options/class-wpglobus-options.php:1396
|
343 |
msgid "When a user comes to the site for the first time, try to find the best matching language version of the page."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: includes/admin/class-wpglobus-customize-options.php:1250, includes/admin/class-wpglobus-customize-options.php:1270, includes/admin/class-wpglobus-customize-options.php:1228, includes/options/class-wpglobus-options.php:1368
|
347 |
msgid "Custom JS Code"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: includes/admin/class-wpglobus-customize-options.php:1268, includes/admin/class-wpglobus-customize-options.php:1312
|
351 |
msgid "Title"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: includes/admin/class-wpglobus-customize-options.php:1271
|
355 |
msgid "(Paste your JS code here.)"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: includes/admin/class-wpglobus-customize-options.php:1220
|
359 |
msgid "To add a Custom JS Code in Customizer, you need to upgrade WordPress to version 4.9 or later."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: includes/admin/class-wpglobus-customize-options.php:1222
|
363 |
msgid "With your version of WordPress, please use the"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: includes/admin/class-wpglobus-customize-options.php:1224
|
367 |
msgid "WPGlobus Settings page"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: includes/admin/class-wpglobus-customize-options.php:1313
|
371 |
msgid "Label"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: includes/admin/class-wpglobus-customize-options.php:1317
|
375 |
msgid "Description"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: includes/admin/class-wpglobus-customize-options.php:1382
|
379 |
msgid "Here you can specify which fields should be considered multilingual by WPGlobus. To exclude a field, uncheck it and then press the button %s below."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: includes/admin/class-wpglobus-customize-options.php:1390, includes/options/class-wpglobus-options.php:608
|
383 |
msgid "Thank you for installing WPGlobus!"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: includes/admin/class-wpglobus-customize-options.php:1394, includes/options/class-wpglobus-options.php:612
|
387 |
msgid "Read About WPGlobus"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: includes/admin/class-wpglobus-customize-options.php:1397
|
391 |
msgid "Click the <strong>[Languages]</strong> tab at the left to setup the options."
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: includes/admin/class-wpglobus-customize-options.php:1402, includes/options/class-wpglobus-options.php:648
|
395 |
msgid "Should you have any questions or comments, please do not hesitate to contact us."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: includes/admin/class-wpglobus-customize-options.php:1406, includes/options/class-wpglobus-options.php:652
|
399 |
msgid "Sincerely Yours,"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: includes/admin/class-wpglobus-customize-options.php:1408, includes/options/class-wpglobus-options.php:654, includes/options/wpglobus-options-header.php:34
|
403 |
msgid "The WPGlobus Team"
|
404 |
msgstr ""
|
405 |
|
406 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
407 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
408 |
-
#: includes/admin/class-wpglobus-customize-options.php:1427, includes/options/class-wpglobus-options.php:689
|
409 |
msgid "We would hate to see you go. If something goes wrong, do not uninstall WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: includes/admin/class-wpglobus-customize-options.php:1434, includes/options/class-wpglobus-options.php:696
|
413 |
msgid "Please note that if you deactivate WPGlobus, your site will show all the languages together, mixed up. You will need to remove all translations, keeping only one language."
|
414 |
msgstr ""
|
415 |
|
416 |
#. translators: %s: link to the Clean-up Tool
|
417 |
#. translators: %s: link to the Clean-up Tool.
|
418 |
-
#: includes/admin/class-wpglobus-customize-options.php:1439, includes/options/class-wpglobus-options.php:700
|
419 |
msgid "If there are just a few places, you should edit them manually. To automatically remove all translations at once, you can use the %s. WARNING: The clean-up operation is irreversible, so use it only if you need to completely uninstall WPGlobus."
|
420 |
msgstr ""
|
421 |
|
422 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
423 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
424 |
-
#: includes/admin/class-wpglobus-customize-options.php:1442, includes/options/class-wpglobus-options.php:677
|
425 |
msgid "%1$sClean-up Tool%2$s"
|
426 |
msgstr ""
|
427 |
|
428 |
#. translators: %s: name of current theme
|
429 |
-
#: includes/admin/class-wpglobus-customize-options.php:1454
|
430 |
msgid "Sorry, WPGlobus customizer doesn't support current theme %s."
|
431 |
msgstr ""
|
432 |
|
433 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
434 |
-
#: includes/admin/class-wpglobus-customize-options.php:1460
|
435 |
msgid "Please use %1$sWPGlobus options page%2$s instead."
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: includes/admin/class-wpglobus-customize-options.php:1524
|
439 |
msgid "Expand/Shrink"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: includes/admin/class-wpglobus-dashboard-news.php:43, includes/admin/class-wpglobus-dashboard-news.php:59
|
443 |
msgid "WPGlobus News"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: includes/admin/class-wpglobus-language-edit.php:197, includes/admin/class-wpglobus-language-edit.php:192
|
447 |
msgid "Options updated"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: includes/admin/class-wpglobus-language-edit.php:272
|
451 |
msgid "Please enter a language code!"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: includes/admin/class-wpglobus-language-edit.php:276
|
455 |
msgid "Language code already exists!"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: includes/admin/class-wpglobus-language-edit.php:280
|
459 |
msgid "Please specify the language flag!"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: includes/admin/class-wpglobus-language-edit.php:284
|
463 |
msgid "Please enter the language name!"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: includes/admin/class-wpglobus-language-edit.php:288
|
467 |
msgid "Please enter the language name in English!"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: includes/admin/class-wpglobus-language-edit.php:292
|
471 |
msgid "Please enter the locale!"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: includes/admin/class-wpglobus-language-edit.php:354
|
475 |
msgid "Add Language"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: includes/admin/class-wpglobus-language-edit.php:351, includes/admin/class-wpglobus-language-edit.php:462, includes/admin/class-wpglobus-language-edit.php:455
|
479 |
msgid "Delete Language"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: includes/admin/class-wpglobus-language-edit.php:349
|
483 |
msgid "Edit Language"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: includes/admin/class-wpglobus-language-edit.php:384
|
487 |
msgid "Language Code"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: includes/admin/class-wpglobus-language-edit.php:391
|
491 |
msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: includes/admin/class-wpglobus-language-edit.php:396
|
495 |
msgid "Language flag"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: includes/admin/class-wpglobus-language-edit.php:412
|
499 |
msgid "Name"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: includes/admin/class-wpglobus-language-edit.php:417
|
503 |
msgid "The name of the language in its native alphabet. (Examples: English, Русский)"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: includes/admin/class-wpglobus-language-edit.php:422
|
507 |
msgid "Name in English"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: includes/admin/class-wpglobus-language-edit.php:427
|
511 |
msgid "The name of the language in English"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: includes/admin/class-wpglobus-language-edit.php:432, includes/options/fields/table/class-wpglobus-languages-table.php:115
|
515 |
msgid "Locale"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: includes/admin/class-wpglobus-language-edit.php:437
|
519 |
msgid "PHP/WordPress Locale of the language. (Examples: en_US, ru_RU)"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: includes/admin/class-wpglobus-language-edit.php:460
|
523 |
msgid "Are you sure you want to delete?"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: includes/admin/class-wpglobus-language-edit.php:447
|
527 |
msgid "Save Changes"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: includes/admin/class-wpglobus-language-edit.php:470
|
531 |
msgid "Back to the WPGlobus Settings"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: includes/admin/class-wpglobus-plugin-install.php:322
|
535 |
msgid "Current Version"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: includes/admin/class-wpglobus-plugin-install.php:323
|
539 |
msgid "Premium add-on"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: includes/admin/class-wpglobus-plugin-install.php:324, includes/options/fields/table/class-wpglobus-languages-table.php:472
|
543 |
msgid "Installed"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: includes/admin/class-wpglobus-plugin-install.php:331
|
547 |
msgid "Get it now!"
|
548 |
msgstr ""
|
549 |
|
550 |
#. translators: placeholders are for the HTML tags.
|
551 |
-
#: includes/admin/class-wpglobus-plugin-install.php:339
|
552 |
msgid "If you have already purchased a WPGlobus premium extension, please read %1$sthe installation instructions here%2$s"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: includes/admin/gutenberg/class-wpglobus-admin-gutenberg.php:54, includes/admin/gutenberg/class-wpglobus-admin-gutenberg.php:55
|
556 |
msgid "Widgets with WPGlobus"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103, includes/options/class-wpglobus-options.php:726
|
560 |
msgid "Help Desk"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:185
|
564 |
msgid "Email not sent. Please fill in the entire form."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:195
|
568 |
msgid "Email not sent. Please verify that your name and email are entered correctly."
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:216
|
572 |
msgid "Email sent."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:68
|
576 |
msgid "Thank you for using WPGlobus!"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:69
|
580 |
msgid "Our Support Team is here to answer your questions or concerns."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:71
|
584 |
msgid "To help us serve you better:"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:73
|
588 |
msgid "Please check if the problem persists if you switch to a standard WordPress theme."
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:74
|
592 |
msgid "Try deactivating other plugins to see if any of them conflicts with WPGlobus."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:77
|
596 |
msgid "Please fill in and submit the contact form:"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:97
|
600 |
msgid "Please make sure the email address is correct."
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:103
|
604 |
msgid "Subject"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:108
|
608 |
msgid "Short description of the problem"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:113
|
612 |
msgid "Detailed description"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:120
|
616 |
msgid "Technical Information"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:127
|
620 |
msgid "This information helps us to find the problem source"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:161
|
624 |
msgid "Alternatively, please email %s. Do not forget to copy and paste the technical information to your email message."
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:104
|
628 |
msgid "WPGlobus Recommends:"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:113, includes/options/class-wpglobus-options.php:933
|
632 |
msgid "WPGlobus for WooCommerce"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:117
|
636 |
msgid "Translate product titles and descriptions, product categories, tags and attributes."
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:122
|
640 |
msgid "Get it now:"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:132
|
644 |
msgid "WooCommerce Multi-Currency"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:136
|
648 |
msgid "Accept multiple currencies in your online store!"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:141, includes/admin/recommendations/class-wpglobus-admin-recommendations.php:200
|
652 |
msgid "Check it out:"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:210
|
656 |
msgid "To translate permalinks, please activate the module Slug."
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:198
|
660 |
msgid "Translate permalinks with our premium add-on, WPGlobus Plus!"
|
661 |
msgstr ""
|
662 |
|
663 |
#. translators: %1$s - this plugin name. %2$s - the required PHP version.
|
664 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:282
|
665 |
msgid "For %1$s to work correctly, PHP version %2$s or later is required."
|
666 |
msgstr ""
|
667 |
|
668 |
#. translators: %3$s - the current PHP version.
|
669 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:284
|
670 |
msgid "The PHP version on your server is %3$s."
|
671 |
msgstr ""
|
672 |
|
673 |
#. translators: %1$s - this plugin name. %2$s - the required WordPress version.
|
674 |
-
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:299
|
675 |
msgid "For %1$s to work correctly, WordPress version %2$s or later is required."
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: includes/builders/class-wpglobus-builder.php:278, includes/class-wpglobus.php:3591
|
679 |
msgid "Save draft before using extra language."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: includes/builders/class-wpglobus-builder.php:371
|
683 |
msgid "Builder"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: includes/builders/class-wpglobus-builder.php:395
|
687 |
msgid "Сompatibility Settings"
|
688 |
msgstr ""
|
689 |
|
690 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
691 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
692 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:255, includes/class-wpglobus.php:1291
|
693 |
msgid "ON"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:256, includes/class-wpglobus.php:1292
|
697 |
msgid "Turn off"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:250, includes/class-wpglobus.php:1286
|
701 |
msgid "OFF"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:251, includes/class-wpglobus.php:1287
|
705 |
msgid "Turn on"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:281
|
709 |
msgid "Elementor"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:508
|
713 |
msgid "WPGlobus languages"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:514
|
717 |
msgid "current"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:675
|
721 |
msgid "WPGlobus provides multilingual support for Elementor only when the option %1$s%2$s%3$s is set to %4$s."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
725 |
msgid "Before switching the language, please save draft or publish."
|
726 |
msgstr ""
|
727 |
|
728 |
#. translators: Metabox title FOR language.
|
729 |
-
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:318
|
730 |
msgctxt "filter__seo_meta_box_title"
|
731 |
msgid "for"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:392
|
735 |
msgid "Page is being reloaded. Please wait..."
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:393
|
739 |
msgid "Before switching the language, please save draft or publish, then reload page."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:438
|
743 |
msgid "WPGlobus provides multilingual support for Elementor only when the option `CSS Print Method` is set to `External File`."
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:439
|
747 |
msgid "Open Elementor Settings page"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: includes/class-wpglobus-widget.php:27
|
751 |
msgid "WPGlobus widget"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: includes/class-wpglobus-widget.php:29
|
755 |
msgid "Add language switcher"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: includes/class-wpglobus-widget.php:32
|
759 |
msgid "Flags"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: includes/class-wpglobus-widget.php:33
|
763 |
msgid "List"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: includes/class-wpglobus-widget.php:34
|
767 |
msgid "List with flags"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: includes/class-wpglobus-widget.php:35
|
771 |
msgid "Select"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: includes/class-wpglobus-widget.php:36
|
775 |
msgid "Select with language code"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: includes/class-wpglobus-widget.php:37
|
779 |
msgid "Dropdown"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: includes/class-wpglobus-widget.php:38
|
783 |
msgid "Dropdown with flags"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: includes/class-wpglobus-widget.php:264
|
787 |
msgid "Selector type"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: includes/class-wpglobus.php:1475
|
791 |
msgid "You cannot disable the main language."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: includes/class-wpglobus.php:1700
|
795 |
msgid "Need a multilingual slug?"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: includes/class-wpglobus.php:1683
|
799 |
msgid "*) Available after the menu is saved."
|
800 |
msgstr ""
|
801 |
|
802 |
#. translators: %s are for A tags.
|
803 |
-
#: includes/class-wpglobus.php:2070
|
804 |
msgid "To have the %1$sImage%2$s widget varying by language,"
|
805 |
msgstr ""
|
806 |
|
807 |
#. translators: %s are for A tags.
|
808 |
-
#: includes/class-wpglobus.php:2076
|
809 |
msgid "please use the %1$sWPGlobus language widgets%2$s add-on"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: includes/class-wpglobus.php:4053
|
813 |
msgid "You must enable Pretty Permalinks to use WPGlobus."
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: includes/class-wpglobus.php:4055
|
817 |
msgid "Please go to Settings > Permalinks > Common Settings and choose a non-default option."
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: includes/options/class-wpglobus-options.php:281
|
821 |
msgid "Language Selector Menu Style"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: includes/options/class-wpglobus-options.php:282, includes/options/class-wpglobus-options.php:802, includes/options/class-wpglobus-options.php:871
|
825 |
msgid "WPGlobus Plus"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: includes/options/class-wpglobus-options.php:283
|
829 |
msgid "Drop-down languages menu or Flat (in one line)"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: includes/options/class-wpglobus-options.php:286
|
833 |
msgid "Do not change"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: includes/options/class-wpglobus-options.php:287
|
837 |
msgid "Drop-down (vertical)"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: includes/options/class-wpglobus-options.php:288
|
841 |
msgid "Flat (horizontal)"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: includes/options/class-wpglobus-options.php:343
|
845 |
msgid "If you see this message then your browser may not display the WPGlobus Settings panel properly. Please try another browser."
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: includes/options/class-wpglobus-options.php:599, includes/options/class-wpglobus-options.php:1577
|
849 |
msgid "Сompatibility"
|
850 |
msgstr ""
|
851 |
|
852 |
#. translators: placeholders for "strong" tags.
|
853 |
-
#: includes/options/class-wpglobus-options.php:616
|
854 |
msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
|
855 |
msgstr ""
|
856 |
|
857 |
#. translators: placeholders for "strong" tags.
|
858 |
-
#: includes/options/class-wpglobus-options.php:619
|
859 |
msgid "Use the %1$s[Languages Table]%2$s section to add a new language or to edit the language attributes: name, code, flag icon, etc."
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: includes/options/class-wpglobus-options.php:622
|
863 |
msgid "Important notes"
|
864 |
msgstr ""
|
865 |
|
866 |
#. translators: placeholders for "strong" tags.
|
867 |
-
#: includes/options/class-wpglobus-options.php:624
|
868 |
msgid "Version %1$s1.9.17%2$s "
|
869 |
msgstr ""
|
870 |
|
871 |
#. translators: placeholders for "strong" tags.
|
872 |
-
#: includes/options/class-wpglobus-options.php:627
|
873 |
msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
|
874 |
msgstr ""
|
875 |
|
876 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
877 |
-
#: includes/options/class-wpglobus-options.php:630
|
878 |
msgid "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
|
879 |
msgstr ""
|
880 |
|
881 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
882 |
-
#: includes/options/class-wpglobus-options.php:633
|
883 |
msgid "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
|
884 |
msgstr ""
|
885 |
|
886 |
#. translators: placeholders for "strong" tags.
|
887 |
-
#: includes/options/class-wpglobus-options.php:637
|
888 |
msgid "Version %1$s2.2.11%2$s "
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: includes/options/class-wpglobus-options.php:639
|
892 |
msgid "Starting from this version"
|
893 |
msgstr ""
|
894 |
|
895 |
#. translators: placeholders for "strong" tags.
|
896 |
-
#: includes/options/class-wpglobus-options.php:642
|
897 |
msgid "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types (CPT)."
|
898 |
msgstr ""
|
899 |
|
900 |
#. translators: placeholders for "strong" tags.
|
901 |
-
#: includes/options/class-wpglobus-options.php:645
|
902 |
msgid "To turn on the %1$sBuilder mode%2$s for specific post types, please visit the %1$s[%3$s]%2$s tab."
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/options/class-wpglobus-options.php:662
|
906 |
msgid "Welcome!"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: includes/options/class-wpglobus-options.php:685
|
910 |
msgid "Deactivating / Uninstalling"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: includes/options/class-wpglobus-options.php:711
|
914 |
msgid "Uninstall"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: includes/options/class-wpglobus-options.php:741
|
918 |
msgid "All add-ons"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: includes/options/class-wpglobus-options.php:756
|
922 |
msgid "Mobile Menu"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: includes/options/class-wpglobus-options.php:771
|
926 |
msgid "Language Widgets"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: includes/options/class-wpglobus-options.php:841
|
930 |
msgid "We Recommend..."
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: includes/options/class-wpglobus-options.php:873
|
934 |
msgid "Our premium add-on, WPGlobus Plus, will add several features to your website, such as:"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: includes/options/class-wpglobus-options.php:876
|
938 |
msgid "- Ability to write a post in one language and immediately publish it, not waiting for the translation to other languages;"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: includes/options/class-wpglobus-options.php:879
|
942 |
msgid "- Set different URLs for each translation;"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: includes/options/class-wpglobus-options.php:882
|
946 |
msgid "- In Yoast SEO, set the focus keyword and do the Page Analysis separately for each translation;"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: includes/options/class-wpglobus-options.php:885
|
950 |
msgid "- and more..."
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: includes/options/class-wpglobus-options.php:888, includes/options/class-wpglobus-options.php:945, includes/options/class-wpglobus-options.php:1003
|
954 |
msgid "Click here to download"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: includes/options/class-wpglobus-options.php:936
|
958 |
msgid "Thanks for installing WPGlobus! Now you have a multilingual website and can translate your blog posts and pages to many languages."
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: includes/options/class-wpglobus-options.php:939
|
962 |
msgid "The next step is to translate your WooCommerce-based store!"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: includes/options/class-wpglobus-options.php:942
|
966 |
msgid "With the WPGlobus for WooCommerce premium add-on, you will be able to translate product titles and descriptions, categories, tags and attributes."
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: includes/options/class-wpglobus-options.php:989
|
970 |
msgid "Multi-currency"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: includes/options/class-wpglobus-options.php:992
|
974 |
msgid "Your WooCommerce-powered store is set to show prices and accept payments in a single currency only."
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: includes/options/class-wpglobus-options.php:996
|
978 |
msgid "With WPGlobus, you can add multiple currencies to your store and charge UK customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. Accepting multiple currencies will strengthen your competitive edge and positioning for global growth!"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/options/class-wpglobus-options.php:1000
|
982 |
msgid "The WPGlobus Multi-Currency premium add-on provides switching currencies and re-calculating prices on-the-fly."
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: includes/options/class-wpglobus-options.php:1037
|
986 |
msgid "WPGlobus Premium Add-ons"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: includes/options/class-wpglobus-options.php:1039
|
990 |
msgid "We have written several Premium add-ons for WPGlobus. With those add-ons, you will be able to:"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: includes/options/class-wpglobus-options.php:1044
|
994 |
msgid "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/моя-страница and so on);"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: includes/options/class-wpglobus-options.php:1047
|
998 |
msgid "Postpone translation to some languages and <strong>publish only the translated texts</strong>;"
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: includes/options/class-wpglobus-options.php:1050
|
1002 |
msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: includes/options/class-wpglobus-options.php:1053
|
1006 |
msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: includes/options/class-wpglobus-options.php:1056
|
1010 |
msgid "Enter separate focus keywords for each language in the <strong>Yoast SEO</strong>;"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: includes/options/class-wpglobus-options.php:1060
|
1014 |
msgid "...and more."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: includes/options/class-wpglobus-options.php:1063
|
1018 |
msgid "Click here to visit the WPGlobus Store"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: includes/options/class-wpglobus-options.php:1104
|
1022 |
msgid "Select a language"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
#. translators: %3$s placeholder for the icon (actual picture).
|
1026 |
-
#: includes/options/class-wpglobus-options.php:1133
|
1027 |
msgid "Place the %1$smain language%2$s of your site at the top of the list by dragging the %3$s icons."
|
1028 |
msgstr ""
|
1029 |
|
1030 |
#. translators: placeholders for the "strong" HTML tags.
|
1031 |
-
#: includes/options/class-wpglobus-options.php:1136
|
1032 |
msgid "%1$sUncheck%2$s the languages you do not plan to use."
|
1033 |
msgstr ""
|
1034 |
|
1035 |
#. translators: placeholders for the "strong" HTML tags.
|
1036 |
-
#: includes/options/class-wpglobus-options.php:1139
|
1037 |
msgid "%1$sAdd%2$s more languages using the section below."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: includes/options/class-wpglobus-options.php:1140
|
1041 |
msgid "When done, click the [Save Changes] button."
|
1042 |
msgstr ""
|
1043 |
|
1044 |
#. translators: %s - placeholder for the "Save Changes" button text.
|
1045 |
-
#: includes/options/class-wpglobus-options.php:1151
|
1046 |
msgid "Press the %s button to confirm."
|
1047 |
msgstr ""
|
1048 |
|
1049 |
#. translators: dropdown option meaning that none of the navigation menus should show the language selector.
|
1050 |
-
#: includes/options/class-wpglobus-options.php:1168
|
1051 |
msgid "-- none --"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
-
#: includes/options/class-wpglobus-options.php:1169
|
1055 |
msgid "All menus"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: includes/options/class-wpglobus-options.php:1182
|
1059 |
msgid "Instructions:"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: includes/options/class-wpglobus-options.php:1242
|
1063 |
msgid "(Found in some themes)"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
-
#: includes/options/class-wpglobus-options.php:1244
|
1067 |
msgid "Enable"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: includes/options/class-wpglobus-options.php:1259
|
1071 |
msgid "Languages table"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: includes/options/class-wpglobus-options.php:1265
|
1075 |
msgid "Use this table to add, edit or delete languages."
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: includes/options/class-wpglobus-options.php:1266
|
1079 |
msgid "NOTE: you cannot remove the main language."
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: includes/options/class-wpglobus-options.php:1314
|
1083 |
msgid "WPGlobus is enabled on these Post Types"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: includes/options/class-wpglobus-options.php:1315
|
1087 |
msgid "Uncheck to disable"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: includes/options/class-wpglobus-options.php:1316
|
1091 |
msgid "Please note that there are post types, which status is managed by other plugins and cannot be changed here."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: includes/options/class-wpglobus-options.php:1321
|
1095 |
msgid "Post Types"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: includes/options/class-wpglobus-options.php:1337
|
1099 |
msgid "You should put here only the code provided by WPGlobus Support. Do not write anything else in the sections below as it might break the functionality of your website!"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: includes/options/class-wpglobus-options.php:1378
|
1103 |
msgid "Custom Code"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: includes/options/class-wpglobus-options.php:1486, includes/options/class-wpglobus-options.php:1618, includes/options/class-wpglobus-options.php:1729
|
1107 |
msgid "Enabled"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: includes/options/class-wpglobus-options.php:1499
|
1111 |
msgid "Builders support"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: includes/options/class-wpglobus-options.php:1551
|
1115 |
msgid "Builder mode is enabled on these Post Types"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: includes/options/class-wpglobus-options.php:1617
|
1119 |
msgid "Old fashioned language switcher"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: includes/options/class-wpglobus-options.php:1623
|
1123 |
msgid "Block Editor"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
#: includes/options/class-wpglobus-options.php:1624
|
1127 |
msgid "Block Editor Options"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: includes/options/class-wpglobus-options.php:1653
|
1131 |
msgid "With the current settings, you will see the following lines in the section HEAD of your site pages"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
-
#: includes/options/class-wpglobus-options.php:1655
|
1135 |
msgid "(example for two languages)"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
-
#: includes/options/class-wpglobus-options.php:1702
|
1139 |
msgid "Tell search engines about localized versions of your pages using the hreflang tag"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: includes/options/class-wpglobus-options.php:1711
|
1143 |
msgid "Output the hreflang tag as"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: includes/options/class-wpglobus-options.php:1714
|
1147 |
msgid "Language- and region-specific (en-US, ru-RU, etc.)"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: includes/options/class-wpglobus-options.php:1715
|
1151 |
msgid "Language- and region-specific (en-us, ru-ru, etc.)"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: includes/options/class-wpglobus-options.php:1716
|
1155 |
msgid "Language code only (en, ru, etc.)"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: includes/options/class-wpglobus-options.php:1728
|
1159 |
msgid "Use the code `x-default` for the main language"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
-
#: includes/options/class-wpglobus-options.php:1734
|
1163 |
msgid "Multilingual SEO"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: includes/options/class-wpglobus-options.php:1735
|
1167 |
msgid "Multilingual SEO Options"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: includes/options/class-wpglobus-options.php:1772
|
1171 |
msgid "With WPGlobus, you can get translations for posts and pages using REST API."
|
1172 |
msgstr ""
|
1173 |
|
1174 |
-
#: includes/options/class-wpglobus-options.php:1800, includes/options/class-wpglobus-options.php:1808, includes/options/class-wpglobus-options.php:1780, includes/options/class-wpglobus-options.php:1789
|
1175 |
msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: includes/options/class-wpglobus-options.php:1777
|
1179 |
msgid "For demonstration, you can try the first post that WordPress creates at the initial installation."
|
1180 |
msgstr ""
|
1181 |
|
1182 |
-
#: includes/options/class-wpglobus-options.php:1819
|
1183 |
msgid "Please read the %1$sWordPress REST API documentation%2$s for more information."
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: includes/options/class-wpglobus-options.php:1826
|
1187 |
msgid "In the REST API response, you can find the %1$stranslation%2$s field, which shows whether translations exist for the fields %1$stitle%2$s, %1$scontent%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: includes/options/class-wpglobus-options.php:1839
|
1191 |
msgid "Description:"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: includes/options/class-wpglobus-options.php:1846, includes/options/class-wpglobus-options.php:1847
|
1195 |
msgid "REST API"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
-
#: includes/options/class-wpglobus-options.php:2180
|
1199 |
msgid "Translate strings"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:66
|
1203 |
msgid "item"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:68
|
1207 |
msgid "items"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:88
|
1211 |
msgid "Code"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:94
|
1215 |
msgid "Edit"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:99
|
1219 |
msgid "Delete"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:105
|
1223 |
msgid "File"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:110
|
1227 |
msgid "Flag"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:120
|
1231 |
msgid "Language name"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:125
|
1235 |
msgid "English language name"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:151
|
1239 |
msgid "No items found"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: includes/options/fields/table/class-wpglobus-languages-table.php:164
|
1243 |
msgid "Add new Language"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: includes/options/fields/wpglobus_select/field_wpglobus_select.php:164
|
1247 |
msgid "No items of this type were found."
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: includes/options/fields/wpglobus_select/field_wpglobus_select.php:107
|
1251 |
msgid "Select an item"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: includes/options/templates/compatibility-beta.php:15
|
1255 |
msgid "Multilingual support of this add-on is currently in Beta stage."
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: includes/options/templates/compatibility-beta.php:17
|
1259 |
msgid "We do not recommend using it on production sites."
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: includes/options/templates/compatibility-beta.php:23
|
1263 |
msgid "Please report all problems to %1$sWPGlobus Technical Support%2$s."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: includes/options/templates/compatibility.php:69
|
1267 |
msgid "WordPress version"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: includes/options/templates/compatibility.php:44
|
1271 |
msgid "In the WordPress core"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: includes/options/templates/compatibility.php:46
|
1275 |
msgid "Core"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: includes/options/templates/compatibility.php:52, includes/options/templates/compatibility.php:79
|
1279 |
msgid "Current version"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: includes/options/templates/compatibility.php:53, includes/options/templates/compatibility.php:81
|
1283 |
msgid "Stage"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: includes/options/templates/compatibility.php:54, includes/options/templates/compatibility.php:82
|
1287 |
msgid "Status"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: includes/options/templates/compatibility.php:60
|
1291 |
msgid "Block editor"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: includes/options/templates/compatibility.php:62
|
1295 |
msgid "production"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: includes/options/templates/compatibility.php:73
|
1299 |
msgid "List of supported add-ons"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: includes/options/templates/compatibility.php:78
|
1303 |
msgid "Add-on"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
-
#: includes/options/templates/compatibility.php:80
|
1307 |
msgid "Supported minimum version"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: includes/options/templates/compatibility.php:105
|
1311 |
msgid "Not installed"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: includes/options/templates/compatibility.php:102
|
1315 |
msgid "Installed, inactive"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: includes/options/templates/compatibility.php:100
|
1319 |
msgid "Active"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: includes/options/templates/customize-intro.php:35
|
1323 |
msgid "WPGlobus Customizer is integrated into the Customize Theme panel"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: includes/options/templates/customize-intro.php:39
|
1327 |
msgid "However, some themes do not follow all WordPress standards strictly."
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: includes/options/templates/customize-intro.php:41
|
1331 |
msgid "WPGlobus Customizer may behave incorrectly with those themes."
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: includes/options/templates/customize-intro.php:45
|
1335 |
msgid "To avoid conflicts, you can switch the WPGlobus Customizer off:"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: includes/options/templates/customize-intro.php:53
|
1339 |
msgid "Below is the list of themes that do not support the WPGlobus Customizer. With those themes, WPGlobus Customizer is switched off by default"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: includes/options/templates/customize-intro.php:60
|
1343 |
msgid "The currently active theme is"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: includes/options/templates/customize-intro.php:66
|
1347 |
msgid "In the current version, WPGlobus Customizer does not support"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#: includes/options/templates/customize-intro.php:70
|
1351 |
msgid "translation of the navigation menus"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: includes/options/templates/customize-intro.php:72
|
1355 |
msgid "to translate, please go to"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: includes/options/templates/customize-intro.php:81
|
1359 |
msgid "Go to Customizer"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#: includes/options/templates/customize-intro.php:88
|
1363 |
msgid "is undefined"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
-
#: includes/options/templates/customize-intro.php:85
|
1367 |
msgid "is set to"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: includes/options/templates/customize-intro.php:94
|
1371 |
msgid "by adding to the file wp-config.php"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: includes/options/templates/customize-intro.php:96
|
1375 |
msgid "now"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: includes/options/wpglobus-options-header.php:25
|
1379 |
msgid "We rely on your support!"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: includes/options/wpglobus-options-header.php:28
|
1383 |
msgid "Please consider a small donation to support the future development."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: includes/options/wpglobus-options-header.php:32
|
1387 |
msgid "Thank you!"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: includes/options/wpglobus-options-header.php:55
|
1391 |
msgid "WPGlobus Plus!"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: includes/options/wpglobus-options-header.php:58
|
1395 |
msgid "Advanced features and tweaks: URL translation, multilingual SEO analysis, separate publishing and more! "
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: includes/options/wpglobus-options-header.php:64
|
1399 |
msgid "Get WPGlobus Plus now!"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
#. translators: %s are for A tags.
|
1403 |
-
#: includes/vendor/acf/class-wpglobus-vendor-acf.php:271
|
1404 |
msgid "Use as multilingual with %1$sWPGlobus%2$s"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: includes/vendor/acf/class-wpglobus-vendor-acf.php:280
|
1408 |
msgid "Multilingual"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
#. translators: %s are for A tags.
|
1412 |
-
#: includes/vendor/acf/class-wpglobus-vendor-acf.php:519
|
1413 |
msgid "To use this field, please activate the %1$sACF Plus%2$s module"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: includes/vendor/yoast-seo/class-wpglobus-yoastseo140.php:1267
|
1417 |
msgid "Bulk editing of the multilingual titles and descriptions is not supported by the current version."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: includes/vendor/yoast-seo/class-wpglobus-yoastseo140.php:1268
|
1421 |
msgid "Therefore, to avoid any data loss, we do not recommend using this."
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: includes/vendor/yoast-seo/class-wpglobus-yoastseo140.php:1271
|
1425 |
msgid "WPGlobus warning: "
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: wpglobus.php:13
|
1429 |
msgid "https://github.com/WPGlobus/WPGlobus"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: wpglobus.php:14
|
1433 |
msgid "A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: wpglobus.php:19
|
1437 |
msgid "https://wpglobus.com/"
|
1438 |
msgstr ""
|
1 |
+
# Copyright (C) 2021 WPGlobus
|
2 |
+
# This file is distributed under the same license as the WPGlobus package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WPGlobus\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
9 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
10 |
|
|
|
11 |
msgid "Guide"
|
12 |
msgstr ""
|
13 |
|
|
|
14 |
msgid "WPGlobus Help Desk"
|
15 |
msgstr ""
|
16 |
|
|
|
17 |
msgid "Add-ons"
|
18 |
msgstr ""
|
19 |
|
|
|
20 |
msgid "Quick Start"
|
21 |
msgstr ""
|
22 |
|
|
|
23 |
msgid "FAQ"
|
24 |
msgstr ""
|
25 |
|
|
|
26 |
msgid "Attention: the Multibyte String PHP extension (`mbstring`) is not loaded!"
|
27 |
msgstr ""
|
28 |
|
|
|
29 |
msgid "The mbstring extension is required for the full UTF-8 compatibility and better performance. Without it, some parts of WordPress and WPGlobus may function incorrectly. Please contact your hosting company or systems administrator."
|
30 |
msgstr ""
|
31 |
|
|
|
32 |
msgid "Go to WPGlobus Settings"
|
33 |
msgstr ""
|
34 |
|
|
|
35 |
msgid "Easy as 1-2-3:"
|
36 |
msgstr ""
|
37 |
|
|
|
38 |
msgid "Go to WPGlobus admin menu and choose the countries / languages;"
|
39 |
msgstr ""
|
40 |
|
|
|
41 |
msgid "Enter the translations to the posts, pages, categories, tags and menus using a clean and simple interface."
|
42 |
msgstr ""
|
43 |
|
|
|
44 |
msgid "Switch languages at the front-end using a drop-down menu with language names and country flags."
|
45 |
msgstr ""
|
46 |
|
|
|
47 |
msgid "Links:"
|
48 |
msgstr ""
|
49 |
|
|
|
50 |
msgid "FAQs"
|
51 |
msgstr ""
|
52 |
|
|
|
53 |
msgid "Contact Us"
|
54 |
msgstr ""
|
55 |
|
|
|
56 |
msgid "Please give us 5 stars!"
|
57 |
msgstr ""
|
58 |
|
|
|
59 |
msgid "WPGlobus does not translate texts automatically!"
|
60 |
msgstr ""
|
61 |
|
|
|
62 |
msgid "There are many translation companies and individual translators who can help you write and proofread the texts."
|
63 |
msgstr ""
|
64 |
|
|
|
65 |
msgid "When you choose a translator, please look at their native language, country of residence, specialization and knowledge of WordPress."
|
66 |
msgstr ""
|
67 |
|
68 |
#. translators: %s are used to insert HTML link. Keep them in place.
|
|
|
69 |
msgid "We are planning to maintain a %s list of translators %s on the WPGlobus website. This is not an endorsement, just a courtesy. Please contact them directly and let us know how did it work for you!"
|
70 |
msgstr ""
|
71 |
|
|
|
72 |
msgid "Important notes:"
|
73 |
msgstr ""
|
74 |
|
|
|
75 |
msgid "WPGlobus only supports the localization URLs in the form of <code>example.com/xx/page/</code>. We do not plan to support subdomains <code>xx.example.com</code> and language queries <code>example.com?lang=xx</code>."
|
76 |
msgstr ""
|
77 |
|
|
|
78 |
msgid "Some themes and plugins are <strong>not multilingual-ready</strong>."
|
79 |
msgstr ""
|
80 |
|
|
|
81 |
msgid "They might display some texts with no translation, or with all languages mixed together."
|
82 |
msgstr ""
|
83 |
|
84 |
#. translators: %s are used to insert HTML link. Keep them in place.
|
|
|
85 |
msgid "Please contact the theme / plugin author. If they are unable to assist, consider %s hiring the WPGlobus Team %s to write a custom code for you."
|
86 |
msgstr ""
|
87 |
|
|
|
88 |
msgid "Language was set on your profile page"
|
89 |
msgstr ""
|
90 |
|
|
|
91 |
msgid "Add"
|
92 |
msgstr ""
|
93 |
|
|
|
94 |
msgid "Multilingual Everything!"
|
95 |
msgstr ""
|
96 |
|
|
|
97 |
msgid "WPGlobus is a family of WordPress plugins assisting you in making multilingual WordPress blogs and sites."
|
98 |
msgstr ""
|
99 |
|
|
|
100 |
msgid "Remove the WPGlobus settings (not recommended)"
|
101 |
msgstr ""
|
102 |
|
|
|
103 |
msgid "Clean-up Tool"
|
104 |
msgstr ""
|
105 |
|
|
|
106 |
msgid "Support"
|
107 |
msgstr ""
|
108 |
|
|
|
109 |
msgid "WARNING: this operation is non-reversible. It is strongly recommended that you backup your database before proceeding."
|
110 |
msgstr ""
|
111 |
|
|
|
112 |
msgid "This tool should be used only if you plan to completely uninstall WPGlobus. By running it, you will remove ALL translations you have entered to your post, pages, etc., keeping only the MAIN language texts. Please make sure that all entries have some content in the main language. Otherwise, you might end up with empty titles, no content, no excerpts, blank comments and so on."
|
113 |
msgstr ""
|
114 |
|
|
|
115 |
msgid "Make sure that your active theme does not have any code related to WPGlobus. Such code could be added by you or by a 3rd party developer. If that code runs without first verifying that WPGlobus is active, WordPress may die with a fatal error."
|
116 |
msgstr ""
|
117 |
|
118 |
#. translators: %1$s - language name, %2$s - language code. Do not remove.
|
|
|
119 |
msgid "The main language is currently set to %1$s (%2$s). ALL TEXTS THAT ARE NOT IN %1$s WILL BE DELETED! To change the main language, please go to {{settings}}."
|
120 |
msgstr ""
|
121 |
|
|
|
122 |
msgid "You are about to clean the content of the following database tables:"
|
123 |
msgstr ""
|
124 |
|
|
|
125 |
msgid "The operations log"
|
126 |
msgstr ""
|
127 |
|
|
|
128 |
msgid "We are going to write a detailed log of all the database changes performed. It should help in the case you need to restore something important. The log will be written to the file:"
|
129 |
msgstr ""
|
130 |
|
|
|
131 |
msgid "Uncheck if you do not want to write the operations log (we recommend to keep it checked)"
|
132 |
msgstr ""
|
133 |
|
|
|
134 |
msgid "You have been warned..."
|
135 |
msgstr ""
|
136 |
|
|
|
137 |
msgid "Please confirm by checking the box below:"
|
138 |
msgstr ""
|
139 |
|
|
|
140 |
msgid "I have read and understood everything written on this page. I am aware that by using this tool I may loose some content of my website. I have made a database backup and know how to restore it if necessary. I am fully responsible for the results."
|
141 |
msgstr ""
|
142 |
|
|
|
143 |
msgid "YES, I CONFIRM"
|
144 |
msgstr ""
|
145 |
|
|
|
146 |
msgid "Process with the Clean-up"
|
147 |
msgstr ""
|
148 |
|
|
|
149 |
msgid "Default"
|
150 |
msgstr ""
|
151 |
|
|
|
152 |
msgid "Section"
|
153 |
msgstr ""
|
154 |
|
|
|
155 |
msgid "Show all sections"
|
156 |
msgstr ""
|
157 |
|
|
|
158 |
msgid "Check/Uncheck all"
|
159 |
msgstr ""
|
160 |
|
|
|
161 |
msgid "Save & Reload"
|
162 |
msgstr ""
|
163 |
|
|
|
164 |
msgid "WPGlobus"
|
165 |
msgstr ""
|
166 |
|
|
|
167 |
msgid "You need to update WordPress to 4.5 or later to get Fields Settings section"
|
168 |
msgstr ""
|
169 |
|
|
|
170 |
msgid "Fields Settings"
|
171 |
msgstr ""
|
172 |
|
|
|
173 |
msgid "WPGlobus Settings"
|
174 |
msgstr ""
|
175 |
|
|
|
176 |
msgid "Help"
|
177 |
msgstr ""
|
178 |
|
|
|
179 |
msgid "Languages"
|
180 |
msgstr ""
|
181 |
|
|
|
182 |
msgid "Enabled Languages"
|
183 |
msgstr ""
|
184 |
|
|
|
185 |
msgid "These languages are currently enabled on your site."
|
186 |
msgstr ""
|
187 |
|
|
|
188 |
msgid "Choose a language you would like to enable."
|
189 |
msgstr ""
|
190 |
|
|
|
191 |
msgid "Press the [Save & Publish] button to confirm."
|
192 |
msgstr ""
|
193 |
|
194 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
|
195 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
|
|
|
196 |
msgid "or Add new Language %1$s here %2$s"
|
197 |
msgstr ""
|
198 |
|
|
|
199 |
msgid "Add Languages"
|
200 |
msgstr ""
|
201 |
|
|
|
202 |
msgid "Language Selector Mode"
|
203 |
msgstr ""
|
204 |
|
|
|
205 |
msgid "Two-letter Code with flag (en, ru, it, etc.)"
|
206 |
msgstr ""
|
207 |
|
|
|
208 |
msgid "Full Name (English, Russian, Italian, etc.)"
|
209 |
msgstr ""
|
210 |
|
|
|
211 |
msgid "Full Name with flag (English, Russian, Italian, etc.)"
|
212 |
msgstr ""
|
213 |
|
|
|
214 |
msgid "Flags only"
|
215 |
msgstr ""
|
216 |
|
|
|
217 |
msgid "Choose the way language name and country flag are shown in the drop-down menu"
|
218 |
msgstr ""
|
219 |
|
|
|
220 |
msgid "select navigation menu"
|
221 |
msgstr ""
|
222 |
|
|
|
223 |
msgid "Language Selector Menu"
|
224 |
msgstr ""
|
225 |
|
|
|
226 |
msgid "Choose the navigation menu where the language selector will be shown"
|
227 |
msgstr ""
|
228 |
|
|
|
229 |
msgid "No menus have been created yet. Create some."
|
230 |
msgstr ""
|
231 |
|
|
|
232 |
msgid "\"All Pages\" menus Language selector"
|
233 |
msgstr ""
|
234 |
|
|
|
235 |
msgid "Adds language selector to the menus that automatically list all existing pages (using `wp_list_pages`)"
|
236 |
msgstr ""
|
237 |
|
|
|
238 |
msgid "Custom CSS"
|
239 |
msgstr ""
|
240 |
|
|
|
241 |
msgid "Here you can enter the CSS rules to adjust the language selector menu for your theme. Look at the examples in the `style-samples.css` file."
|
242 |
msgstr ""
|
243 |
|
|
|
244 |
msgid "Post types"
|
245 |
msgstr ""
|
246 |
|
|
|
247 |
msgid "Uncheck to disable WPGlobus"
|
248 |
msgstr ""
|
249 |
|
|
|
250 |
msgid "Redirect"
|
251 |
msgstr ""
|
252 |
|
|
|
253 |
msgid "Choose the language automatically, based on:"
|
254 |
msgstr ""
|
255 |
|
|
|
256 |
msgid "Preferred language set in the browser"
|
257 |
msgstr ""
|
258 |
|
|
|
259 |
msgid "When a user comes to the site for the first time, try to find the best matching language version of the page."
|
260 |
msgstr ""
|
261 |
|
|
|
262 |
msgid "Custom JS Code"
|
263 |
msgstr ""
|
264 |
|
|
|
265 |
msgid "Title"
|
266 |
msgstr ""
|
267 |
|
|
|
268 |
msgid "(Paste your JS code here.)"
|
269 |
msgstr ""
|
270 |
|
|
|
271 |
msgid "To add a Custom JS Code in Customizer, you need to upgrade WordPress to version 4.9 or later."
|
272 |
msgstr ""
|
273 |
|
|
|
274 |
msgid "With your version of WordPress, please use the"
|
275 |
msgstr ""
|
276 |
|
|
|
277 |
msgid "WPGlobus Settings page"
|
278 |
msgstr ""
|
279 |
|
|
|
280 |
msgid "Label"
|
281 |
msgstr ""
|
282 |
|
|
|
283 |
msgid "Description"
|
284 |
msgstr ""
|
285 |
|
|
|
286 |
msgid "Here you can specify which fields should be considered multilingual by WPGlobus. To exclude a field, uncheck it and then press the button %s below."
|
287 |
msgstr ""
|
288 |
|
|
|
289 |
msgid "Thank you for installing WPGlobus!"
|
290 |
msgstr ""
|
291 |
|
|
|
292 |
msgid "Read About WPGlobus"
|
293 |
msgstr ""
|
294 |
|
|
|
295 |
msgid "Click the <strong>[Languages]</strong> tab at the left to setup the options."
|
296 |
msgstr ""
|
297 |
|
|
|
298 |
msgid "Should you have any questions or comments, please do not hesitate to contact us."
|
299 |
msgstr ""
|
300 |
|
|
|
301 |
msgid "Sincerely Yours,"
|
302 |
msgstr ""
|
303 |
|
|
|
304 |
msgid "The WPGlobus Team"
|
305 |
msgstr ""
|
306 |
|
307 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
308 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
|
|
309 |
msgid "We would hate to see you go. If something goes wrong, do not uninstall WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
|
310 |
msgstr ""
|
311 |
|
|
|
312 |
msgid "Please note that if you deactivate WPGlobus, your site will show all the languages together, mixed up. You will need to remove all translations, keeping only one language."
|
313 |
msgstr ""
|
314 |
|
315 |
#. translators: %s: link to the Clean-up Tool
|
316 |
#. translators: %s: link to the Clean-up Tool.
|
|
|
317 |
msgid "If there are just a few places, you should edit them manually. To automatically remove all translations at once, you can use the %s. WARNING: The clean-up operation is irreversible, so use it only if you need to completely uninstall WPGlobus."
|
318 |
msgstr ""
|
319 |
|
320 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
321 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
|
|
322 |
msgid "%1$sClean-up Tool%2$s"
|
323 |
msgstr ""
|
324 |
|
325 |
#. translators: %s: name of current theme
|
|
|
326 |
msgid "Sorry, WPGlobus customizer doesn't support current theme %s."
|
327 |
msgstr ""
|
328 |
|
329 |
#. translators: %?$s: HTML codes for hyperlink. Do not remove.
|
|
|
330 |
msgid "Please use %1$sWPGlobus options page%2$s instead."
|
331 |
msgstr ""
|
332 |
|
|
|
333 |
msgid "Expand/Shrink"
|
334 |
msgstr ""
|
335 |
|
|
|
336 |
msgid "WPGlobus News"
|
337 |
msgstr ""
|
338 |
|
|
|
339 |
msgid "Options updated"
|
340 |
msgstr ""
|
341 |
|
|
|
342 |
msgid "Please enter a language code!"
|
343 |
msgstr ""
|
344 |
|
|
|
345 |
msgid "Language code already exists!"
|
346 |
msgstr ""
|
347 |
|
|
|
348 |
msgid "Please specify the language flag!"
|
349 |
msgstr ""
|
350 |
|
|
|
351 |
msgid "Please enter the language name!"
|
352 |
msgstr ""
|
353 |
|
|
|
354 |
msgid "Please enter the language name in English!"
|
355 |
msgstr ""
|
356 |
|
|
|
357 |
msgid "Please enter the locale!"
|
358 |
msgstr ""
|
359 |
|
|
|
360 |
msgid "Add Language"
|
361 |
msgstr ""
|
362 |
|
|
|
363 |
msgid "Delete Language"
|
364 |
msgstr ""
|
365 |
|
|
|
366 |
msgid "Edit Language"
|
367 |
msgstr ""
|
368 |
|
|
|
369 |
msgid "Language Code"
|
370 |
msgstr ""
|
371 |
|
|
|
372 |
msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)"
|
373 |
msgstr ""
|
374 |
|
|
|
375 |
msgid "Language flag"
|
376 |
msgstr ""
|
377 |
|
|
|
378 |
msgid "Name"
|
379 |
msgstr ""
|
380 |
|
|
|
381 |
msgid "The name of the language in its native alphabet. (Examples: English, Русский)"
|
382 |
msgstr ""
|
383 |
|
|
|
384 |
msgid "Name in English"
|
385 |
msgstr ""
|
386 |
|
|
|
387 |
msgid "The name of the language in English"
|
388 |
msgstr ""
|
389 |
|
|
|
390 |
msgid "Locale"
|
391 |
msgstr ""
|
392 |
|
|
|
393 |
msgid "PHP/WordPress Locale of the language. (Examples: en_US, ru_RU)"
|
394 |
msgstr ""
|
395 |
|
|
|
396 |
msgid "Are you sure you want to delete?"
|
397 |
msgstr ""
|
398 |
|
|
|
399 |
msgid "Save Changes"
|
400 |
msgstr ""
|
401 |
|
|
|
402 |
msgid "Back to the WPGlobus Settings"
|
403 |
msgstr ""
|
404 |
|
|
|
405 |
msgid "Current Version"
|
406 |
msgstr ""
|
407 |
|
|
|
408 |
msgid "Premium add-on"
|
409 |
msgstr ""
|
410 |
|
|
|
411 |
msgid "Installed"
|
412 |
msgstr ""
|
413 |
|
|
|
414 |
msgid "Get it now!"
|
415 |
msgstr ""
|
416 |
|
417 |
#. translators: placeholders are for the HTML tags.
|
|
|
418 |
msgid "If you have already purchased a WPGlobus premium extension, please read %1$sthe installation instructions here%2$s"
|
419 |
msgstr ""
|
420 |
|
|
|
421 |
msgid "Widgets with WPGlobus"
|
422 |
msgstr ""
|
423 |
|
|
|
424 |
msgid "Help Desk"
|
425 |
msgstr ""
|
426 |
|
|
|
427 |
msgid "Email not sent. Please fill in the entire form."
|
428 |
msgstr ""
|
429 |
|
|
|
430 |
msgid "Email not sent. Please verify that your name and email are entered correctly."
|
431 |
msgstr ""
|
432 |
|
|
|
433 |
msgid "Email sent."
|
434 |
msgstr ""
|
435 |
|
|
|
436 |
msgid "Thank you for using WPGlobus!"
|
437 |
msgstr ""
|
438 |
|
|
|
439 |
msgid "Our Support Team is here to answer your questions or concerns."
|
440 |
msgstr ""
|
441 |
|
|
|
442 |
msgid "To help us serve you better:"
|
443 |
msgstr ""
|
444 |
|
|
|
445 |
msgid "Please check if the problem persists if you switch to a standard WordPress theme."
|
446 |
msgstr ""
|
447 |
|
|
|
448 |
msgid "Try deactivating other plugins to see if any of them conflicts with WPGlobus."
|
449 |
msgstr ""
|
450 |
|
|
|
451 |
msgid "Please fill in and submit the contact form:"
|
452 |
msgstr ""
|
453 |
|
|
|
454 |
msgid "Please make sure the email address is correct."
|
455 |
msgstr ""
|
456 |
|
|
|
457 |
msgid "Subject"
|
458 |
msgstr ""
|
459 |
|
|
|
460 |
msgid "Short description of the problem"
|
461 |
msgstr ""
|
462 |
|
|
|
463 |
msgid "Detailed description"
|
464 |
msgstr ""
|
465 |
|
|
|
466 |
msgid "Technical Information"
|
467 |
msgstr ""
|
468 |
|
|
|
469 |
msgid "This information helps us to find the problem source"
|
470 |
msgstr ""
|
471 |
|
|
|
472 |
msgid "Alternatively, please email %s. Do not forget to copy and paste the technical information to your email message."
|
473 |
msgstr ""
|
474 |
|
|
|
475 |
msgid "WPGlobus Recommends:"
|
476 |
msgstr ""
|
477 |
|
|
|
478 |
msgid "WPGlobus for WooCommerce"
|
479 |
msgstr ""
|
480 |
|
|
|
481 |
msgid "Translate product titles and descriptions, product categories, tags and attributes."
|
482 |
msgstr ""
|
483 |
|
|
|
484 |
msgid "Get it now:"
|
485 |
msgstr ""
|
486 |
|
|
|
487 |
msgid "WooCommerce Multi-Currency"
|
488 |
msgstr ""
|
489 |
|
|
|
490 |
msgid "Accept multiple currencies in your online store!"
|
491 |
msgstr ""
|
492 |
|
|
|
493 |
msgid "Check it out:"
|
494 |
msgstr ""
|
495 |
|
|
|
496 |
msgid "To translate permalinks, please activate the module Slug."
|
497 |
msgstr ""
|
498 |
|
|
|
499 |
msgid "Translate permalinks with our premium add-on, WPGlobus Plus!"
|
500 |
msgstr ""
|
501 |
|
502 |
#. translators: %1$s - this plugin name. %2$s - the required PHP version.
|
|
|
503 |
msgid "For %1$s to work correctly, PHP version %2$s or later is required."
|
504 |
msgstr ""
|
505 |
|
506 |
#. translators: %3$s - the current PHP version.
|
|
|
507 |
msgid "The PHP version on your server is %3$s."
|
508 |
msgstr ""
|
509 |
|
510 |
#. translators: %1$s - this plugin name. %2$s - the required WordPress version.
|
|
|
511 |
msgid "For %1$s to work correctly, WordPress version %2$s or later is required."
|
512 |
msgstr ""
|
513 |
|
|
|
514 |
msgid "Save draft before using extra language."
|
515 |
msgstr ""
|
516 |
|
|
|
517 |
msgid "Builder"
|
518 |
msgstr ""
|
519 |
|
|
|
520 |
msgid "Сompatibility Settings"
|
521 |
msgstr ""
|
522 |
|
523 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
524 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
|
|
525 |
msgid "ON"
|
526 |
msgstr ""
|
527 |
|
|
|
528 |
msgid "Turn off"
|
529 |
msgstr ""
|
530 |
|
|
|
531 |
msgid "OFF"
|
532 |
msgstr ""
|
533 |
|
|
|
534 |
msgid "Turn on"
|
535 |
msgstr ""
|
536 |
|
|
|
537 |
msgid "Elementor"
|
538 |
msgstr ""
|
539 |
|
|
|
540 |
msgid "WPGlobus languages"
|
541 |
msgstr ""
|
542 |
|
|
|
543 |
msgid "current"
|
544 |
msgstr ""
|
545 |
|
|
|
546 |
msgid "WPGlobus provides multilingual support for Elementor only when the option %1$s%2$s%3$s is set to %4$s."
|
547 |
msgstr ""
|
548 |
|
|
|
549 |
msgid "Before switching the language, please save draft or publish."
|
550 |
msgstr ""
|
551 |
|
552 |
#. translators: Metabox title FOR language.
|
|
|
553 |
msgctxt "filter__seo_meta_box_title"
|
554 |
msgid "for"
|
555 |
msgstr ""
|
556 |
|
|
|
557 |
msgid "Page is being reloaded. Please wait..."
|
558 |
msgstr ""
|
559 |
|
|
|
560 |
msgid "Before switching the language, please save draft or publish, then reload page."
|
561 |
msgstr ""
|
562 |
|
|
|
563 |
msgid "WPGlobus provides multilingual support for Elementor only when the option `CSS Print Method` is set to `External File`."
|
564 |
msgstr ""
|
565 |
|
|
|
566 |
msgid "Open Elementor Settings page"
|
567 |
msgstr ""
|
568 |
|
|
|
569 |
msgid "WPGlobus widget"
|
570 |
msgstr ""
|
571 |
|
|
|
572 |
msgid "Add language switcher"
|
573 |
msgstr ""
|
574 |
|
|
|
575 |
msgid "Flags"
|
576 |
msgstr ""
|
577 |
|
|
|
578 |
msgid "List"
|
579 |
msgstr ""
|
580 |
|
|
|
581 |
msgid "List with flags"
|
582 |
msgstr ""
|
583 |
|
|
|
584 |
msgid "Select"
|
585 |
msgstr ""
|
586 |
|
|
|
587 |
msgid "Select with language code"
|
588 |
msgstr ""
|
589 |
|
|
|
590 |
msgid "Dropdown"
|
591 |
msgstr ""
|
592 |
|
|
|
593 |
msgid "Dropdown with flags"
|
594 |
msgstr ""
|
595 |
|
|
|
596 |
msgid "Selector type"
|
597 |
msgstr ""
|
598 |
|
|
|
599 |
msgid "You cannot disable the main language."
|
600 |
msgstr ""
|
601 |
|
|
|
602 |
msgid "Need a multilingual slug?"
|
603 |
msgstr ""
|
604 |
|
|
|
605 |
msgid "*) Available after the menu is saved."
|
606 |
msgstr ""
|
607 |
|
608 |
#. translators: %s are for A tags.
|
|
|
609 |
msgid "To have the %1$sImage%2$s widget varying by language,"
|
610 |
msgstr ""
|
611 |
|
612 |
#. translators: %s are for A tags.
|
|
|
613 |
msgid "please use the %1$sWPGlobus language widgets%2$s add-on"
|
614 |
msgstr ""
|
615 |
|
|
|
616 |
msgid "You must enable Pretty Permalinks to use WPGlobus."
|
617 |
msgstr ""
|
618 |
|
|
|
619 |
msgid "Please go to Settings > Permalinks > Common Settings and choose a non-default option."
|
620 |
msgstr ""
|
621 |
|
|
|
622 |
msgid "Language Selector Menu Style"
|
623 |
msgstr ""
|
624 |
|
|
|
625 |
msgid "WPGlobus Plus"
|
626 |
msgstr ""
|
627 |
|
|
|
628 |
msgid "Drop-down languages menu or Flat (in one line)"
|
629 |
msgstr ""
|
630 |
|
|
|
631 |
msgid "Do not change"
|
632 |
msgstr ""
|
633 |
|
|
|
634 |
msgid "Drop-down (vertical)"
|
635 |
msgstr ""
|
636 |
|
|
|
637 |
msgid "Flat (horizontal)"
|
638 |
msgstr ""
|
639 |
|
|
|
640 |
msgid "If you see this message then your browser may not display the WPGlobus Settings panel properly. Please try another browser."
|
641 |
msgstr ""
|
642 |
|
|
|
643 |
msgid "Сompatibility"
|
644 |
msgstr ""
|
645 |
|
646 |
#. translators: placeholders for "strong" tags.
|
|
|
647 |
msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
|
648 |
msgstr ""
|
649 |
|
650 |
#. translators: placeholders for "strong" tags.
|
|
|
651 |
msgid "Use the %1$s[Languages Table]%2$s section to add a new language or to edit the language attributes: name, code, flag icon, etc."
|
652 |
msgstr ""
|
653 |
|
|
|
654 |
msgid "Important notes"
|
655 |
msgstr ""
|
656 |
|
657 |
#. translators: placeholders for "strong" tags.
|
|
|
658 |
msgid "Version %1$s1.9.17%2$s "
|
659 |
msgstr ""
|
660 |
|
661 |
#. translators: placeholders for "strong" tags.
|
|
|
662 |
msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
|
663 |
msgstr ""
|
664 |
|
665 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
|
|
666 |
msgid "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
|
667 |
msgstr ""
|
668 |
|
669 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
|
|
670 |
msgid "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
|
671 |
msgstr ""
|
672 |
|
673 |
#. translators: placeholders for "strong" tags.
|
|
|
674 |
msgid "Version %1$s2.2.11%2$s "
|
675 |
msgstr ""
|
676 |
|
|
|
677 |
msgid "Starting from this version"
|
678 |
msgstr ""
|
679 |
|
680 |
#. translators: placeholders for "strong" tags.
|
|
|
681 |
msgid "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types (CPT)."
|
682 |
msgstr ""
|
683 |
|
684 |
#. translators: placeholders for "strong" tags.
|
|
|
685 |
msgid "To turn on the %1$sBuilder mode%2$s for specific post types, please visit the %1$s[%3$s]%2$s tab."
|
686 |
msgstr ""
|
687 |
|
|
|
688 |
msgid "Welcome!"
|
689 |
msgstr ""
|
690 |
|
|
|
691 |
msgid "Deactivating / Uninstalling"
|
692 |
msgstr ""
|
693 |
|
|
|
694 |
msgid "Uninstall"
|
695 |
msgstr ""
|
696 |
|
|
|
697 |
msgid "All add-ons"
|
698 |
msgstr ""
|
699 |
|
|
|
700 |
msgid "Mobile Menu"
|
701 |
msgstr ""
|
702 |
|
|
|
703 |
msgid "Language Widgets"
|
704 |
msgstr ""
|
705 |
|
|
|
706 |
msgid "We Recommend..."
|
707 |
msgstr ""
|
708 |
|
|
|
709 |
msgid "Our premium add-on, WPGlobus Plus, will add several features to your website, such as:"
|
710 |
msgstr ""
|
711 |
|
|
|
712 |
msgid "- Ability to write a post in one language and immediately publish it, not waiting for the translation to other languages;"
|
713 |
msgstr ""
|
714 |
|
|
|
715 |
msgid "- Set different URLs for each translation;"
|
716 |
msgstr ""
|
717 |
|
|
|
718 |
msgid "- In Yoast SEO, set the focus keyword and do the Page Analysis separately for each translation;"
|
719 |
msgstr ""
|
720 |
|
|
|
721 |
msgid "- and more..."
|
722 |
msgstr ""
|
723 |
|
|
|
724 |
msgid "Click here to download"
|
725 |
msgstr ""
|
726 |
|
|
|
727 |
msgid "Thanks for installing WPGlobus! Now you have a multilingual website and can translate your blog posts and pages to many languages."
|
728 |
msgstr ""
|
729 |
|
|
|
730 |
msgid "The next step is to translate your WooCommerce-based store!"
|
731 |
msgstr ""
|
732 |
|
|
|
733 |
msgid "With the WPGlobus for WooCommerce premium add-on, you will be able to translate product titles and descriptions, categories, tags and attributes."
|
734 |
msgstr ""
|
735 |
|
|
|
736 |
msgid "Multi-currency"
|
737 |
msgstr ""
|
738 |
|
|
|
739 |
msgid "Your WooCommerce-powered store is set to show prices and accept payments in a single currency only."
|
740 |
msgstr ""
|
741 |
|
|
|
742 |
msgid "With WPGlobus, you can add multiple currencies to your store and charge UK customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. Accepting multiple currencies will strengthen your competitive edge and positioning for global growth!"
|
743 |
msgstr ""
|
744 |
|
|
|
745 |
msgid "The WPGlobus Multi-Currency premium add-on provides switching currencies and re-calculating prices on-the-fly."
|
746 |
msgstr ""
|
747 |
|
|
|
748 |
msgid "WPGlobus Premium Add-ons"
|
749 |
msgstr ""
|
750 |
|
|
|
751 |
msgid "We have written several Premium add-ons for WPGlobus. With those add-ons, you will be able to:"
|
752 |
msgstr ""
|
753 |
|
|
|
754 |
msgid "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/моя-страница and so on);"
|
755 |
msgstr ""
|
756 |
|
|
|
757 |
msgid "Postpone translation to some languages and <strong>publish only the translated texts</strong>;"
|
758 |
msgstr ""
|
759 |
|
|
|
760 |
msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
|
761 |
msgstr ""
|
762 |
|
|
|
763 |
msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
|
764 |
msgstr ""
|
765 |
|
|
|
766 |
msgid "Enter separate focus keywords for each language in the <strong>Yoast SEO</strong>;"
|
767 |
msgstr ""
|
768 |
|
|
|
769 |
msgid "...and more."
|
770 |
msgstr ""
|
771 |
|
|
|
772 |
msgid "Click here to visit the WPGlobus Store"
|
773 |
msgstr ""
|
774 |
|
|
|
775 |
msgid "Select a language"
|
776 |
msgstr ""
|
777 |
|
778 |
#. translators: %3$s placeholder for the icon (actual picture).
|
|
|
779 |
msgid "Place the %1$smain language%2$s of your site at the top of the list by dragging the %3$s icons."
|
780 |
msgstr ""
|
781 |
|
782 |
#. translators: placeholders for the "strong" HTML tags.
|
|
|
783 |
msgid "%1$sUncheck%2$s the languages you do not plan to use."
|
784 |
msgstr ""
|
785 |
|
786 |
#. translators: placeholders for the "strong" HTML tags.
|
|
|
787 |
msgid "%1$sAdd%2$s more languages using the section below."
|
788 |
msgstr ""
|
789 |
|
|
|
790 |
msgid "When done, click the [Save Changes] button."
|
791 |
msgstr ""
|
792 |
|
793 |
#. translators: %s - placeholder for the "Save Changes" button text.
|
|
|
794 |
msgid "Press the %s button to confirm."
|
795 |
msgstr ""
|
796 |
|
797 |
#. translators: dropdown option meaning that none of the navigation menus should show the language selector.
|
|
|
798 |
msgid "-- none --"
|
799 |
msgstr ""
|
800 |
|
|
|
801 |
msgid "All menus"
|
802 |
msgstr ""
|
803 |
|
|
|
804 |
msgid "Instructions:"
|
805 |
msgstr ""
|
806 |
|
|
|
807 |
msgid "(Found in some themes)"
|
808 |
msgstr ""
|
809 |
|
|
|
810 |
msgid "Enable"
|
811 |
msgstr ""
|
812 |
|
|
|
813 |
msgid "Languages table"
|
814 |
msgstr ""
|
815 |
|
|
|
816 |
msgid "Use this table to add, edit or delete languages."
|
817 |
msgstr ""
|
818 |
|
|
|
819 |
msgid "NOTE: you cannot remove the main language."
|
820 |
msgstr ""
|
821 |
|
|
|
822 |
msgid "WPGlobus is enabled on these Post Types"
|
823 |
msgstr ""
|
824 |
|
|
|
825 |
msgid "Uncheck to disable"
|
826 |
msgstr ""
|
827 |
|
|
|
828 |
msgid "Please note that there are post types, which status is managed by other plugins and cannot be changed here."
|
829 |
msgstr ""
|
830 |
|
|
|
831 |
msgid "Post Types"
|
832 |
msgstr ""
|
833 |
|
|
|
834 |
msgid "You should put here only the code provided by WPGlobus Support. Do not write anything else in the sections below as it might break the functionality of your website!"
|
835 |
msgstr ""
|
836 |
|
|
|
837 |
msgid "Custom Code"
|
838 |
msgstr ""
|
839 |
|
|
|
840 |
msgid "Enabled"
|
841 |
msgstr ""
|
842 |
|
|
|
843 |
msgid "Builders support"
|
844 |
msgstr ""
|
845 |
|
|
|
846 |
msgid "Builder mode is enabled on these Post Types"
|
847 |
msgstr ""
|
848 |
|
|
|
849 |
msgid "Old fashioned language switcher"
|
850 |
msgstr ""
|
851 |
|
|
|
852 |
msgid "Block Editor"
|
853 |
msgstr ""
|
854 |
|
|
|
855 |
msgid "Block Editor Options"
|
856 |
msgstr ""
|
857 |
|
|
|
858 |
msgid "With the current settings, you will see the following lines in the section HEAD of your site pages"
|
859 |
msgstr ""
|
860 |
|
|
|
861 |
msgid "(example for two languages)"
|
862 |
msgstr ""
|
863 |
|
|
|
864 |
msgid "Tell search engines about localized versions of your pages using the hreflang tag"
|
865 |
msgstr ""
|
866 |
|
|
|
867 |
msgid "Output the hreflang tag as"
|
868 |
msgstr ""
|
869 |
|
|
|
870 |
msgid "Language- and region-specific (en-US, ru-RU, etc.)"
|
871 |
msgstr ""
|
872 |
|
|
|
873 |
msgid "Language- and region-specific (en-us, ru-ru, etc.)"
|
874 |
msgstr ""
|
875 |
|
|
|
876 |
msgid "Language code only (en, ru, etc.)"
|
877 |
msgstr ""
|
878 |
|
|
|
879 |
msgid "Use the code `x-default` for the main language"
|
880 |
msgstr ""
|
881 |
|
|
|
882 |
msgid "Multilingual SEO"
|
883 |
msgstr ""
|
884 |
|
|
|
885 |
msgid "Multilingual SEO Options"
|
886 |
msgstr ""
|
887 |
|
|
|
888 |
msgid "With WPGlobus, you can get translations for posts and pages using REST API."
|
889 |
msgstr ""
|
890 |
|
|
|
891 |
msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
|
892 |
msgstr ""
|
893 |
|
|
|
894 |
msgid "For demonstration, you can try the first post that WordPress creates at the initial installation."
|
895 |
msgstr ""
|
896 |
|
|
|
897 |
msgid "Please read the %1$sWordPress REST API documentation%2$s for more information."
|
898 |
msgstr ""
|
899 |
|
|
|
900 |
msgid "In the REST API response, you can find the %1$stranslation%2$s field, which shows whether translations exist for the fields %1$stitle%2$s, %1$scontent%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
|
901 |
msgstr ""
|
902 |
|
|
|
903 |
msgid "Description:"
|
904 |
msgstr ""
|
905 |
|
|
|
906 |
msgid "REST API"
|
907 |
msgstr ""
|
908 |
|
|
|
909 |
msgid "Translate strings"
|
910 |
msgstr ""
|
911 |
|
|
|
912 |
msgid "item"
|
913 |
msgstr ""
|
914 |
|
|
|
915 |
msgid "items"
|
916 |
msgstr ""
|
917 |
|
|
|
918 |
msgid "Code"
|
919 |
msgstr ""
|
920 |
|
|
|
921 |
msgid "Edit"
|
922 |
msgstr ""
|
923 |
|
|
|
924 |
msgid "Delete"
|
925 |
msgstr ""
|
926 |
|
|
|
927 |
msgid "File"
|
928 |
msgstr ""
|
929 |
|
|
|
930 |
msgid "Flag"
|
931 |
msgstr ""
|
932 |
|
|
|
933 |
msgid "Language name"
|
934 |
msgstr ""
|
935 |
|
|
|
936 |
msgid "English language name"
|
937 |
msgstr ""
|
938 |
|
|
|
939 |
msgid "No items found"
|
940 |
msgstr ""
|
941 |
|
|
|
942 |
msgid "Add new Language"
|
943 |
msgstr ""
|
944 |
|
|
|
945 |
msgid "No items of this type were found."
|
946 |
msgstr ""
|
947 |
|
|
|
948 |
msgid "Select an item"
|
949 |
msgstr ""
|
950 |
|
|
|
951 |
msgid "Multilingual support of this add-on is currently in Beta stage."
|
952 |
msgstr ""
|
953 |
|
|
|
954 |
msgid "We do not recommend using it on production sites."
|
955 |
msgstr ""
|
956 |
|
|
|
957 |
msgid "Please report all problems to %1$sWPGlobus Technical Support%2$s."
|
958 |
msgstr ""
|
959 |
|
|
|
960 |
msgid "WordPress version"
|
961 |
msgstr ""
|
962 |
|
|
|
963 |
msgid "In the WordPress core"
|
964 |
msgstr ""
|
965 |
|
|
|
966 |
msgid "Core"
|
967 |
msgstr ""
|
968 |
|
|
|
969 |
msgid "Current version"
|
970 |
msgstr ""
|
971 |
|
|
|
972 |
msgid "Stage"
|
973 |
msgstr ""
|
974 |
|
|
|
975 |
msgid "Status"
|
976 |
msgstr ""
|
977 |
|
|
|
978 |
msgid "Block editor"
|
979 |
msgstr ""
|
980 |
|
|
|
981 |
msgid "production"
|
982 |
msgstr ""
|
983 |
|
|
|
984 |
msgid "List of supported add-ons"
|
985 |
msgstr ""
|
986 |
|
|
|
987 |
msgid "Add-on"
|
988 |
msgstr ""
|
989 |
|
|
|
990 |
msgid "Supported minimum version"
|
991 |
msgstr ""
|
992 |
|
|
|
993 |
msgid "Not installed"
|
994 |
msgstr ""
|
995 |
|
|
|
996 |
msgid "Installed, inactive"
|
997 |
msgstr ""
|
998 |
|
|
|
999 |
msgid "Active"
|
1000 |
msgstr ""
|
1001 |
|
|
|
1002 |
msgid "WPGlobus Customizer is integrated into the Customize Theme panel"
|
1003 |
msgstr ""
|
1004 |
|
|
|
1005 |
msgid "However, some themes do not follow all WordPress standards strictly."
|
1006 |
msgstr ""
|
1007 |
|
|
|
1008 |
msgid "WPGlobus Customizer may behave incorrectly with those themes."
|
1009 |
msgstr ""
|
1010 |
|
|
|
1011 |
msgid "To avoid conflicts, you can switch the WPGlobus Customizer off:"
|
1012 |
msgstr ""
|
1013 |
|
|
|
1014 |
msgid "Below is the list of themes that do not support the WPGlobus Customizer. With those themes, WPGlobus Customizer is switched off by default"
|
1015 |
msgstr ""
|
1016 |
|
|
|
1017 |
msgid "The currently active theme is"
|
1018 |
msgstr ""
|
1019 |
|
|
|
1020 |
msgid "In the current version, WPGlobus Customizer does not support"
|
1021 |
msgstr ""
|
1022 |
|
|
|
1023 |
msgid "translation of the navigation menus"
|
1024 |
msgstr ""
|
1025 |
|
|
|
1026 |
msgid "to translate, please go to"
|
1027 |
msgstr ""
|
1028 |
|
|
|
1029 |
msgid "Go to Customizer"
|
1030 |
msgstr ""
|
1031 |
|
|
|
1032 |
msgid "is undefined"
|
1033 |
msgstr ""
|
1034 |
|
|
|
1035 |
msgid "is set to"
|
1036 |
msgstr ""
|
1037 |
|
|
|
1038 |
msgid "by adding to the file wp-config.php"
|
1039 |
msgstr ""
|
1040 |
|
|
|
1041 |
msgid "now"
|
1042 |
msgstr ""
|
1043 |
|
|
|
1044 |
msgid "We rely on your support!"
|
1045 |
msgstr ""
|
1046 |
|
|
|
1047 |
msgid "Please consider a small donation to support the future development."
|
1048 |
msgstr ""
|
1049 |
|
|
|
1050 |
msgid "Thank you!"
|
1051 |
msgstr ""
|
1052 |
|
|
|
1053 |
msgid "WPGlobus Plus!"
|
1054 |
msgstr ""
|
1055 |
|
|
|
1056 |
msgid "Advanced features and tweaks: URL translation, multilingual SEO analysis, separate publishing and more! "
|
1057 |
msgstr ""
|
1058 |
|
|
|
1059 |
msgid "Get WPGlobus Plus now!"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
#. translators: %s are for A tags.
|
|
|
1063 |
msgid "Use as multilingual with %1$sWPGlobus%2$s"
|
1064 |
msgstr ""
|
1065 |
|
|
|
1066 |
msgid "Multilingual"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
#. translators: %s are for A tags.
|
|
|
1070 |
msgid "To use this field, please activate the %1$sACF Plus%2$s module"
|
1071 |
msgstr ""
|
1072 |
|
|
|
1073 |
msgid "Bulk editing of the multilingual titles and descriptions is not supported by the current version."
|
1074 |
msgstr ""
|
1075 |
|
|
|
1076 |
msgid "Therefore, to avoid any data loss, we do not recommend using this."
|
1077 |
msgstr ""
|
1078 |
|
|
|
1079 |
msgid "WPGlobus warning: "
|
1080 |
msgstr ""
|
1081 |
|
|
|
1082 |
msgid "https://github.com/WPGlobus/WPGlobus"
|
1083 |
msgstr ""
|
1084 |
|
|
|
1085 |
msgid "A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!"
|
1086 |
msgstr ""
|
1087 |
|
|
|
1088 |
msgid "https://wpglobus.com/"
|
1089 |
msgstr ""
|
readme.txt
CHANGED
@@ -220,6 +220,9 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
220 |
|
221 |
== Changelog ==
|
222 |
|
|
|
|
|
|
|
223 |
= 2.7.11 =
|
224 |
* (Vendor/Yoast) Fixed issue with the breadcrumbs title (generated from the taxonomy title) in the `Schema Presenter`.
|
225 |
* (Core/Post Types) Added the `elementor_snippet` post type to the `"hidden types"` list.
|
@@ -236,10 +239,6 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
236 |
= 2.7.8 =
|
237 |
* (Vendor/ACF) Fixed an issue with empty ACF fields.
|
238 |
|
239 |
-
= 2.7.7 =
|
240 |
-
* (Vendor/Yoast) Added filter for `wpseo_titles` option.
|
241 |
-
* (Core/Post Types) Added the `WP MyLinks`, `Ninja Forms` plugins post types to the `"hidden types"` list.
|
242 |
-
|
243 |
= Earlier versions and Add-ons =
|
244 |
|
245 |
* [See the complete changelog here](https://github.com/WPGlobus/WPGlobus/blob/master/CHANGELOG.md)
|
220 |
|
221 |
== Changelog ==
|
222 |
|
223 |
+
= 2.7.12 =
|
224 |
+
* (Core/JS) Force init `WPGlobusDialogApp` before using.
|
225 |
+
|
226 |
= 2.7.11 =
|
227 |
* (Vendor/Yoast) Fixed issue with the breadcrumbs title (generated from the taxonomy title) in the `Schema Presenter`.
|
228 |
* (Core/Post Types) Added the `elementor_snippet` post type to the `"hidden types"` list.
|
239 |
= 2.7.8 =
|
240 |
* (Vendor/ACF) Fixed an issue with empty ACF fields.
|
241 |
|
|
|
|
|
|
|
|
|
242 |
= Earlier versions and Add-ons =
|
243 |
|
244 |
* [See the complete changelog here](https://github.com/WPGlobus/WPGlobus/blob/master/CHANGELOG.md)
|
wpglobus.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
-
* Version: 2.7.
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
@@ -44,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
44 |
exit;
|
45 |
}
|
46 |
|
47 |
-
define( 'WPGLOBUS_VERSION', '2.7.
|
48 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
49 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
50 |
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
+
* Version: 2.7.12
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
44 |
exit;
|
45 |
}
|
46 |
|
47 |
+
define( 'WPGLOBUS_VERSION', '2.7.12' );
|
48 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
49 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
50 |
|