Version Description
= 1.7.10 = This version used a new GD2 function, you need at least PHP 5.4 to run it. GD2PHP5.4
= 1.1 =
if you want to upload images with chinese file name and server does not support chinese filename, please using 1.0.
1.0
= 1.0 =
The feature is can automatically change image filename.
Download this release
Release Info
Developer | qqworld |
Plugin | QQWorld Auto Save Images |
Version | 1.8.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.7.15.6 to 1.8.3.3
- images/wechat-qrcode.png +0 -0
- js/jquery.noty.packaged.min.js +2 -10
- lang/qqworld_auto_save_images-zh_CN.mo +0 -0
- lang/qqworld_auto_save_images-zh_CN.po +289 -192
- lang/qqworld_auto_save_images-zh_TW.mo +0 -0
- lang/qqworld_auto_save_images-zh_TW.po +283 -192
- qqworld-auto-save-images.php +71 -12
- readme.txt +730 -0
images/wechat-qrcode.png
ADDED
Binary file
|
js/jquery.noty.packaged.min.js
CHANGED
@@ -1,10 +1,2 @@
|
|
1 |
-
/*!
|
2 |
-
|
3 |
-
@version version: 2.2.5
|
4 |
-
@contributors https://github.com/needim/noty/graphs/contributors
|
5 |
-
|
6 |
-
@documentation Examples and Documentation - http://needim.github.com/noty/
|
7 |
-
|
8 |
-
@license Licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php
|
9 |
-
*/
|
10 |
-
"function"!=typeof Object.create&&(Object.create=function(a){function b(){}return b.prototype=a,new b}),function(a){var b={init:function(b){return this.options=a.extend({},a.noty.defaults,b),this.options.layout=this.options.custom?a.noty.layouts.inline:a.noty.layouts[this.options.layout],a.noty.themes[this.options.theme]?this.options.theme=a.noty.themes[this.options.theme]:b.themeClassName=this.options.theme,delete b.layout,delete b.theme,this.options=a.extend({},this.options,this.options.layout.options),this.options.id="noty_"+(new Date).getTime()*Math.floor(1e6*Math.random()),this.options=a.extend({},this.options,b),this._build(),this},_build:function(){var b=a('<div class="noty_bar noty_type_'+this.options.type+'"></div>').attr("id",this.options.id);if(b.append(this.options.template).find(".noty_text").html(this.options.text),this.$bar=null!==this.options.layout.parent.object?a(this.options.layout.parent.object).css(this.options.layout.parent.css).append(b):b,this.options.themeClassName&&this.$bar.addClass(this.options.themeClassName).addClass("noty_container_type_"+this.options.type),this.options.buttons){this.options.closeWith=[],this.options.timeout=!1;var c=a("<div/>").addClass("noty_buttons");null!==this.options.layout.parent.object?this.$bar.find(".noty_bar").append(c):this.$bar.append(c);var d=this;a.each(this.options.buttons,function(b,c){var e=a("<button/>").addClass(c.addClass?c.addClass:"gray").html(c.text).attr("id",c.id?c.id:"button-"+b).appendTo(d.$bar.find(".noty_buttons")).on("click",function(){a.isFunction(c.onClick)&&c.onClick.call(e,d)})})}this.$message=this.$bar.find(".noty_message"),this.$closeButton=this.$bar.find(".noty_close"),this.$buttons=this.$bar.find(".noty_buttons"),a.noty.store[this.options.id]=this},show:function(){var b=this;return b.options.custom?b.options.custom.find(b.options.layout.container.selector).append(b.$bar):a(b.options.layout.container.selector).append(b.$bar),b.options.theme&&b.options.theme.style&&b.options.theme.style.apply(b),"function"===a.type(b.options.layout.css)?this.options.layout.css.apply(b.$bar):b.$bar.css(this.options.layout.css||{}),b.$bar.addClass(b.options.layout.addClass),b.options.layout.container.style.apply(a(b.options.layout.container.selector)),b.showing=!0,b.options.theme&&b.options.theme.style&&b.options.theme.callback.onShow.apply(this),a.inArray("click",b.options.closeWith)>-1&&b.$bar.css("cursor","pointer").one("click",function(a){b.stopPropagation(a),b.options.callback.onCloseClick&&b.options.callback.onCloseClick.apply(b),b.close()}),a.inArray("hover",b.options.closeWith)>-1&&b.$bar.one("mouseenter",function(){b.close()}),a.inArray("button",b.options.closeWith)>-1&&b.$closeButton.one("click",function(a){b.stopPropagation(a),b.close()}),-1==a.inArray("button",b.options.closeWith)&&b.$closeButton.remove(),b.options.callback.onShow&&b.options.callback.onShow.apply(b),b.$bar.animate(b.options.animation.open,b.options.animation.speed,b.options.animation.easing,function(){b.options.callback.afterShow&&b.options.callback.afterShow.apply(b),b.showing=!1,b.shown=!0}),b.options.timeout&&b.$bar.delay(b.options.timeout).promise().done(function(){b.close()}),this},close:function(){if(!(this.closed||this.$bar&&this.$bar.hasClass("i-am-closing-now"))){var b=this;if(this.showing)return b.$bar.queue(function(){b.close.apply(b)}),void 0;if(!this.shown&&!this.showing){var c=[];return a.each(a.noty.queue,function(a,d){d.options.id!=b.options.id&&c.push(d)}),a.noty.queue=c,void 0}b.$bar.addClass("i-am-closing-now"),b.options.callback.onClose&&b.options.callback.onClose.apply(b),b.$bar.clearQueue().stop().animate(b.options.animation.close,b.options.animation.speed,b.options.animation.easing,function(){b.options.callback.afterClose&&b.options.callback.afterClose.apply(b)}).promise().done(function(){b.options.modal&&(a.notyRenderer.setModalCount(-1),0==a.notyRenderer.getModalCount()&&a(".noty_modal").fadeOut("fast",function(){a(this).remove()})),a.notyRenderer.setLayoutCountFor(b,-1),0==a.notyRenderer.getLayoutCountFor(b)&&a(b.options.layout.container.selector).remove(),"undefined"!=typeof b.$bar&&null!==b.$bar&&(b.$bar.remove(),b.$bar=null,b.closed=!0),delete a.noty.store[b.options.id],b.options.theme.callback&&b.options.theme.callback.onClose&&b.options.theme.callback.onClose.apply(b),b.options.dismissQueue||(a.noty.ontap=!0,a.notyRenderer.render()),b.options.maxVisible>0&&b.options.dismissQueue&&a.notyRenderer.render()})}},setText:function(a){return this.closed||(this.options.text=a,this.$bar.find(".noty_text").html(a)),this},setType:function(a){return this.closed||(this.options.type=a,this.options.theme.style.apply(this),this.options.theme.callback.onShow.apply(this)),this},setTimeout:function(a){if(!this.closed){var b=this;this.options.timeout=a,b.$bar.delay(b.options.timeout).promise().done(function(){b.close()})}return this},stopPropagation:function(a){a=a||window.event,"undefined"!=typeof a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},closed:!1,showing:!1,shown:!1};a.notyRenderer={},a.notyRenderer.init=function(c){var d=Object.create(b).init(c);return d.options.killer&&a.noty.closeAll(),d.options.force?a.noty.queue.unshift(d):a.noty.queue.push(d),a.notyRenderer.render(),"object"==a.noty.returns?d:d.options.id},a.notyRenderer.render=function(){var b=a.noty.queue[0];"object"===a.type(b)?b.options.dismissQueue?b.options.maxVisible>0?a(b.options.layout.container.selector+" li").length<b.options.maxVisible&&a.notyRenderer.show(a.noty.queue.shift()):a.notyRenderer.show(a.noty.queue.shift()):a.noty.ontap&&(a.notyRenderer.show(a.noty.queue.shift()),a.noty.ontap=!1):a.noty.ontap=!0},a.notyRenderer.show=function(b){b.options.modal&&(a.notyRenderer.createModalFor(b),a.notyRenderer.setModalCount(1)),b.options.custom?0==b.options.custom.find(b.options.layout.container.selector).length?b.options.custom.append(a(b.options.layout.container.object).addClass("i-am-new")):b.options.custom.find(b.options.layout.container.selector).removeClass("i-am-new"):0==a(b.options.layout.container.selector).length?a("body").append(a(b.options.layout.container.object).addClass("i-am-new")):a(b.options.layout.container.selector).removeClass("i-am-new"),a.notyRenderer.setLayoutCountFor(b,1),b.show()},a.notyRenderer.createModalFor=function(b){if(0==a(".noty_modal").length){var c=a("<div/>").addClass("noty_modal").addClass(b.options.theme).data("noty_modal_count",0);b.options.theme.modal&&b.options.theme.modal.css&&c.css(b.options.theme.modal.css),c.prependTo(a("body")).fadeIn("fast")}},a.notyRenderer.getLayoutCountFor=function(b){return a(b.options.layout.container.selector).data("noty_layout_count")||0},a.notyRenderer.setLayoutCountFor=function(b,c){return a(b.options.layout.container.selector).data("noty_layout_count",a.notyRenderer.getLayoutCountFor(b)+c)},a.notyRenderer.getModalCount=function(){return a(".noty_modal").data("noty_modal_count")||0},a.notyRenderer.setModalCount=function(b){return a(".noty_modal").data("noty_modal_count",a.notyRenderer.getModalCount()+b)},a.fn.noty=function(b){return b.custom=a(this),a.notyRenderer.init(b)},a.noty={},a.noty.queue=[],a.noty.ontap=!0,a.noty.layouts={},a.noty.themes={},a.noty.returns="object",a.noty.store={},a.noty.get=function(b){return a.noty.store.hasOwnProperty(b)?a.noty.store[b]:!1},a.noty.close=function(b){return a.noty.get(b)?a.noty.get(b).close():!1},a.noty.setText=function(b,c){return a.noty.get(b)?a.noty.get(b).setText(c):!1},a.noty.setType=function(b,c){return a.noty.get(b)?a.noty.get(b).setType(c):!1},a.noty.clearQueue=function(){a.noty.queue=[]},a.noty.closeAll=function(){a.noty.clearQueue(),a.each(a.noty.store,function(a,b){b.close()})};var c=window.alert;a.noty.consumeAlert=function(b){window.alert=function(c){b?b.text=c:b={text:c},a.notyRenderer.init(b)}},a.noty.stopConsumeAlert=function(){window.alert=c},a.noty.defaults={layout:"top",theme:"defaultTheme",type:"alert",text:"",dismissQueue:!0,template:'<div class="noty_message"><span class="noty_text"></span><div class="noty_close"></div></div>',animation:{open:{height:"toggle"},close:{height:"toggle"},easing:"swing",speed:500},timeout:!1,force:!1,modal:!1,maxVisible:5,killer:!1,closeWith:["click"],callback:{onShow:function(){},afterShow:function(){},onClose:function(){},afterClose:function(){},onCloseClick:function(){}},buttons:!1},a(window).on("resize",function(){a.each(a.noty.layouts,function(b,c){c.container.style.apply(a(c.container.selector))})})}(jQuery),window.noty=function(a){return jQuery.notyRenderer.init(a)},function(a){a.noty.layouts.bottom={name:"bottom",options:{},container:{object:'<ul id="noty_bottom_layout_container" />',selector:"ul#noty_bottom_layout_container",style:function(){a(this).css({bottom:0,left:"5%",position:"fixed",width:"90%",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:9999999})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none"},addClass:""}}(jQuery),function(a){a.noty.layouts.bottomCenter={name:"bottomCenter",options:{},container:{object:'<ul id="noty_bottomCenter_layout_container" />',selector:"ul#noty_bottomCenter_layout_container",style:function(){a(this).css({bottom:20,left:0,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),a(this).css({left:(a(window).width()-a(this).outerWidth(!1))/2+"px"})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.bottomLeft={name:"bottomLeft",options:{},container:{object:'<ul id="noty_bottomLeft_layout_container" />',selector:"ul#noty_bottomLeft_layout_container",style:function(){a(this).css({bottom:20,left:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({left:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.bottomRight={name:"bottomRight",options:{},container:{object:'<ul id="noty_bottomRight_layout_container" />',selector:"ul#noty_bottomRight_layout_container",style:function(){a(this).css({bottom:20,right:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({right:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.center={name:"center",options:{},container:{object:'<ul id="noty_center_layout_container" />',selector:"ul#noty_center_layout_container",style:function(){a(this).css({position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7});var b=a(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,left:0}).attr("id","dupe");a("body").append(b),b.find(".i-am-closing-now").remove(),b.find("li").css("display","block");var c=b.height();b.remove(),a(this).hasClass("i-am-new")?a(this).css({left:(a(window).width()-a(this).outerWidth(!1))/2+"px",top:(a(window).height()-c)/2+"px"}):a(this).animate({left:(a(window).width()-a(this).outerWidth(!1))/2+"px",top:(a(window).height()-c)/2+"px"},500)}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.centerLeft={name:"centerLeft",options:{},container:{object:'<ul id="noty_centerLeft_layout_container" />',selector:"ul#noty_centerLeft_layout_container",style:function(){a(this).css({left:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7});var b=a(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,left:0}).attr("id","dupe");a("body").append(b),b.find(".i-am-closing-now").remove(),b.find("li").css("display","block");var c=b.height();b.remove(),a(this).hasClass("i-am-new")?a(this).css({top:(a(window).height()-c)/2+"px"}):a(this).animate({top:(a(window).height()-c)/2+"px"},500),window.innerWidth<600&&a(this).css({left:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.centerRight={name:"centerRight",options:{},container:{object:'<ul id="noty_centerRight_layout_container" />',selector:"ul#noty_centerRight_layout_container",style:function(){a(this).css({right:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7});var b=a(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,left:0}).attr("id","dupe");a("body").append(b),b.find(".i-am-closing-now").remove(),b.find("li").css("display","block");var c=b.height();b.remove(),a(this).hasClass("i-am-new")?a(this).css({top:(a(window).height()-c)/2+"px"}):a(this).animate({top:(a(window).height()-c)/2+"px"},500),window.innerWidth<600&&a(this).css({right:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.inline={name:"inline",options:{},container:{object:'<ul class="noty_inline_layout_container" />',selector:"ul.noty_inline_layout_container",style:function(){a(this).css({width:"100%",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:9999999})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none"},addClass:""}}(jQuery),function(a){a.noty.layouts.top={name:"top",options:{},container:{object:'<ul id="noty_top_layout_container" />',selector:"ul#noty_top_layout_container",style:function(){a(this).css({top:0,left:"5%",position:"fixed",width:"90%",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:9999999})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none"},addClass:""}}(jQuery),function(a){a.noty.layouts.topCenter={name:"topCenter",options:{},container:{object:'<ul id="noty_topCenter_layout_container" />',selector:"ul#noty_topCenter_layout_container",style:function(){a(this).css({top:20,left:0,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),a(this).css({left:(a(window).width()-a(this).outerWidth(!1))/2+"px"})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.topLeft={name:"topLeft",options:{},container:{object:'<ul id="noty_topLeft_layout_container" />',selector:"ul#noty_topLeft_layout_container",style:function(){a(this).css({top:20,left:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({left:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.layouts.topRight={name:"topRight",options:{},container:{object:'<ul id="noty_topRight_layout_container" />',selector:"ul#noty_topRight_layout_container",style:function(){a(this).css({top:20,right:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({right:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""}}(jQuery),function(a){a.noty.themes.defaultTheme={name:"defaultTheme",helpers:{borderFix:function(){if(this.options.dismissQueue){var b=this.options.layout.container.selector+" "+this.options.layout.parent.selector;switch(this.options.layout.name){case"top":a(b).css({borderRadius:"0px 0px 0px 0px"}),a(b).last().css({borderRadius:"0px 0px 5px 5px"});break;case"topCenter":case"topLeft":case"topRight":case"bottomCenter":case"bottomLeft":case"bottomRight":case"center":case"centerLeft":case"centerRight":case"inline":a(b).css({borderRadius:"0px 0px 0px 0px"}),a(b).first().css({"border-top-left-radius":"5px","border-top-right-radius":"5px"}),a(b).last().css({"border-bottom-left-radius":"5px","border-bottom-right-radius":"5px"});break;case"bottom":a(b).css({borderRadius:"0px 0px 0px 0px"}),a(b).first().css({borderRadius:"5px 5px 0px 0px"})}}}},modal:{css:{position:"fixed",width:"100%",height:"100%",backgroundColor:"#000",zIndex:1e4,opacity:.6,display:"none",left:0,top:0}},style:function(){switch(this.$bar.css({overflow:"hidden",background:"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff"}),this.$message.css({fontSize:"13px",lineHeight:"16px",textAlign:"center",padding:"8px 10px 9px",width:"auto",position:"relative"}),this.$closeButton.css({position:"absolute",top:4,right:4,width:10,height:10,background:"url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAATpJREFUeNoszrFqVFEUheG19zlz7sQ7ijMQBAvfYBqbpJCoZSAQbOwEE1IHGytbLQUJ8SUktW8gCCFJMSGSNxCmFBJO7j5rpXD6n5/P5vM53H3b3T9LOiB5AQDuDjM7BnA7DMPHDGBH0nuSzwHsRcRVRNRSysuU0i6AOwA/02w2+9Fae00SEbEh6SGAR5K+k3zWWptKepCm0+kpyRoRGyRBcpPkDsn1iEBr7drdP2VJZyQXERGSPpiZAViTBACXKaV9kqd5uVzCzO5KKb/d/UZSDwD/eyxqree1VqSu6zKAF2Z2RPJJaw0rAkjOJT0m+SuT/AbgDcmnkmBmfwAsJL1dXQ8lWY6IGwB1ZbrOOb8zs8thGP4COFwx/mE8Ho9Go9ErMzvJOW/1fY/JZIJSypqZfXX3L13X9fcDAKJct1sx3OiuAAAAAElFTkSuQmCC)",display:"none",cursor:"pointer"}),this.$buttons.css({padding:5,textAlign:"right",borderTop:"1px solid #ccc",backgroundColor:"#fff"}),this.$buttons.find("button").css({marginLeft:5}),this.$buttons.find("button:first").css({marginLeft:0}),this.$bar.on({mouseenter:function(){a(this).find(".noty_close").stop().fadeTo("normal",1)},mouseleave:function(){a(this).find(".noty_close").stop().fadeTo("normal",0)}}),this.options.layout.name){case"top":this.$bar.css({borderRadius:"0px 0px 5px 5px",borderBottom:"2px solid #eee",borderLeft:"2px solid #eee",borderRight:"2px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"});break;case"topCenter":case"center":case"bottomCenter":case"inline":this.$bar.css({borderRadius:"5px",border:"1px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"}),this.$message.css({fontSize:"13px",textAlign:"center"});break;case"topLeft":case"topRight":case"bottomLeft":case"bottomRight":case"centerLeft":case"centerRight":this.$bar.css({borderRadius:"5px",border:"1px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"}),this.$message.css({fontSize:"13px",textAlign:"left"});break;case"bottom":this.$bar.css({borderRadius:"5px 5px 0px 0px",borderTop:"2px solid #eee",borderLeft:"2px solid #eee",borderRight:"2px solid #eee",boxShadow:"0 -2px 4px rgba(0, 0, 0, 0.1)"});break;default:this.$bar.css({border:"2px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"})}switch(this.options.type){case"alert":case"notification":this.$bar.css({backgroundColor:"#FFF",borderColor:"#CCC",color:"#444"});break;case"warning":this.$bar.css({backgroundColor:"#FFEAA8",borderColor:"#FFC237",color:"#826200"}),this.$buttons.css({borderTop:"1px solid #FFC237"});break;case"error":this.$bar.css({backgroundColor:"red",borderColor:"darkred",color:"#FFF"}),this.$message.css({fontWeight:"bold"}),this.$buttons.css({borderTop:"1px solid darkred"});break;case"information":this.$bar.css({backgroundColor:"#57B7E2",borderColor:"#0B90C4",color:"#FFF"}),this.$buttons.css({borderTop:"1px solid #0B90C4"});break;case"success":this.$bar.css({backgroundColor:"lightgreen",borderColor:"#50C24E",color:"darkgreen"}),this.$buttons.css({borderTop:"1px solid #50C24E"});break;default:this.$bar.css({backgroundColor:"#FFF",borderColor:"#CCC",color:"#444"})}},callback:{onShow:function(){a.noty.themes.defaultTheme.helpers.borderFix.apply(this)},onClose:function(){a.noty.themes.defaultTheme.helpers.borderFix.apply(this)}}}}(jQuery);
|
1 |
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],b):"object"==typeof exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){"function"!=typeof Object.create&&(Object.create=function(a){function b(){}return b.prototype=a,new b});var b={init:function(b){if(this.options=a.extend({},a.noty.defaults,b),this.options.layout=this.options.custom?a.noty.layouts.inline:a.noty.layouts[this.options.layout],a.noty.themes[this.options.theme]?(this.options.theme=a.noty.themes[this.options.theme],this.options.theme.template&&(this.options.template=this.options.theme.template),this.options.theme.animation&&(this.options.animation=this.options.theme.animation)):this.options.themeClassName=this.options.theme,this.options=a.extend({},this.options,this.options.layout.options),this.options.id){if(a.noty.store[this.options.id])return a.noty.store[this.options.id]}else this.options.id="noty_"+(new Date).getTime()*Math.floor(1e6*Math.random());return this._build(),this},_build:function(){var b=a('<div class="noty_bar noty_type_'+this.options.type+'"></div>').attr("id",this.options.id);if(b.append(this.options.template).find(".noty_text").html(this.options.text),this.$bar=null!==this.options.layout.parent.object?a(this.options.layout.parent.object).css(this.options.layout.parent.css).append(b):b,this.options.themeClassName&&this.$bar.addClass(this.options.themeClassName).addClass("noty_container_type_"+this.options.type),this.options.buttons){var c;this.$bar.find(".noty_buttons").length>0?c=this.$bar.find(".noty_buttons"):(c=a("<div/>").addClass("noty_buttons"),null!==this.options.layout.parent.object?this.$bar.find(".noty_bar").append(c):this.$bar.append(c));var d=this;a.each(this.options.buttons,function(b,e){var f=a("<button/>").addClass(e.addClass?e.addClass:"gray").html(e.text).attr("id",e.id?e.id:"button-"+b).attr("title",e.title).appendTo(c).on("click",function(b){a.isFunction(e.onClick)&&e.onClick.call(f,d,b)})})}else this.$bar.find(".noty_buttons").remove();if(this.options.progressBar&&this.options.timeout){var e=a("<div/>").addClass("noty_progress_bar");null!==this.options.layout.parent.object?this.$bar.find(".noty_bar").append(e):this.$bar.append(e)}this.$message=this.$bar.find(".noty_message"),this.$closeButton=this.$bar.find(".noty_close"),this.$buttons=this.$bar.find(".noty_buttons"),this.$progressBar=this.$bar.find(".noty_progress_bar"),a.noty.store[this.options.id]=this},show:function(){var b=this;return b.options.custom?b.options.custom.find(b.options.layout.container.selector).append(b.$bar):a(b.options.layout.container.selector).append(b.$bar),b.options.theme&&b.options.theme.style&&b.options.theme.style.apply(b),"function"===a.type(b.options.layout.css)?this.options.layout.css.apply(b.$bar):b.$bar.css(this.options.layout.css||{}),b.$bar.addClass(b.options.layout.addClass),b.options.layout.container.style.apply(a(b.options.layout.container.selector),[b.options.within]),b.showing=!0,b.options.theme&&b.options.theme.style&&b.options.theme.callback.onShow.apply(this),a.inArray("click",b.options.closeWith)>-1&&b.$bar.css("cursor","pointer").on("click",function(a){b.stopPropagation(a),b.options.callback.onCloseClick&&b.options.callback.onCloseClick.apply(b),b.close()}),a.inArray("hover",b.options.closeWith)>-1&&b.$bar.one("mouseenter",function(){b.close()}),a.inArray("button",b.options.closeWith)>-1&&b.$closeButton.one("click",function(a){b.stopPropagation(a),b.close()}),a.inArray("button",b.options.closeWith)==-1&&b.$closeButton.remove(),b.options.callback.beforeShow&&b.options.callback.beforeShow.apply(b),"string"==typeof b.options.animation.open?(b.animationTypeOpen="css",b.$bar.css("min-height",b.$bar.innerHeight()),b.$bar.on("click",function(a){b.wasClicked=!0}),b.$bar.show(),b.options.callback.onShow&&b.options.callback.onShow.apply(b),b.$bar.addClass(b.options.animation.open).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){b.options.callback.afterShow&&b.options.callback.afterShow.apply(b),b.showing=!1,b.shown=!0,b.bindTimeout(),b.hasOwnProperty("wasClicked")&&(b.$bar.off("click",function(a){b.wasClicked=!0}),b.close())})):"object"==typeof b.options.animation.open&&null==b.options.animation.open?(b.animationTypeOpen="none",b.showing=!1,b.shown=!0,b.$bar.show(),b.bindTimeout(),b.options.callback.onShow&&b.options.callback.onShow.apply(b),b.$bar.queue(function(){b.options.callback.afterShow&&b.options.callback.afterShow.apply(b)})):(b.animationTypeOpen="anim",b.options.callback.onShow&&b.options.callback.onShow.apply(b),b.$bar.animate(b.options.animation.open,b.options.animation.speed,b.options.animation.easing,function(){b.options.callback.afterShow&&b.options.callback.afterShow.apply(b),b.showing=!1,b.shown=!0,b.bindTimeout()})),this},bindTimeout:function(){var a=this;a.options.timeout&&(a.options.progressBar&&a.$progressBar&&a.$progressBar.css({transition:"all "+a.options.timeout+"ms linear",width:"0%"}),a.queueClose(a.options.timeout),a.$bar.on("mouseenter",a.dequeueClose.bind(a)),a.$bar.on("mouseleave",a.queueClose.bind(a,a.options.timeout)))},dequeueClose:function(){var a=this;a.options.progressBar&&this.$progressBar.css({transition:"none",width:"100%"}),this.closeTimer&&(clearTimeout(this.closeTimer),this.closeTimer=null)},queueClose:function(a){var b=this;if(b.options.progressBar&&b.$progressBar.css({transition:"all "+b.options.timeout+"ms linear",width:"0%"}),!this.closeTimer)return b.closeTimer=window.setTimeout(function(){b.close()},a),b.closeTimer},close:function(){if(this.$progressBar&&this.$progressBar.remove(),this.closeTimer&&this.dequeueClose(),!(this.closed||this.$bar&&this.$bar.hasClass("i-am-closing-now"))){var b=this;if(this.showing&&("anim"==this.animationTypeOpen||"none"==this.animationTypeOpen))return void b.$bar.queue(function(){b.close.apply(b)});if(this.showing&&"css"==this.animationTypeOpen&&b.$bar.on("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){b.close()}),!this.shown&&!this.showing){var c=[];return a.each(a.noty.queue,function(a,d){d.options.id!=b.options.id&&c.push(d)}),void(a.noty.queue=c)}b.$bar.addClass("i-am-closing-now"),b.options.callback.onClose&&b.options.callback.onClose.apply(b),"string"==typeof b.options.animation.close?b.$bar.removeClass(b.options.animation.open).addClass(b.options.animation.close).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){b.options.callback.afterClose&&b.options.callback.afterClose.apply(b),b.closeCleanUp()}):"object"==typeof b.options.animation.close&&null==b.options.animation.close?b.$bar.dequeue().hide(0,function(){b.options.callback.afterClose&&b.options.callback.afterClose.apply(b),b.closeCleanUp()}):b.$bar.clearQueue().stop().animate(b.options.animation.close,b.options.animation.speed,b.options.animation.easing,function(){b.options.callback.afterClose&&b.options.callback.afterClose.apply(b)}).promise().done(function(){b.closeCleanUp()})}},closeCleanUp:function(){var b=this;b.options.modal&&(a.notyRenderer.setModalCount(-1),0!=a.notyRenderer.getModalCount()||a.noty.queue.length||a(".noty_modal").fadeOut(b.options.animation.fadeSpeed,function(){a(this).remove()})),a.notyRenderer.setLayoutCountFor(b,-1),0==a.notyRenderer.getLayoutCountFor(b)&&a(b.options.layout.container.selector).remove(),"undefined"!=typeof b.$bar&&null!==b.$bar?"string"==typeof b.options.animation.close?(b.$bar.css("transition","all 10ms ease").css("border",0).css("margin",0).height(0),b.$bar.one("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){b.$bar.remove(),b.$bar=null,b.closed=!0,b.options.theme.callback&&b.options.theme.callback.onClose&&b.options.theme.callback.onClose.apply(b),b.handleNext()})):(b.$bar.remove(),b.$bar=null,b.closed=!0,b.handleNext()):b.handleNext()},handleNext:function(){var b=this;delete a.noty.store[b.options.id],b.options.theme.callback&&b.options.theme.callback.onClose&&b.options.theme.callback.onClose.apply(b),b.options.dismissQueue||(a.noty.ontap=!0,a.notyRenderer.render()),b.options.maxVisible>0&&b.options.dismissQueue&&a.notyRenderer.render()},setText:function(a){return this.closed||(this.options.text=a,this.$bar.find(".noty_text").html(a)),this},setType:function(a){return this.closed||(this.options.type=a,this.options.theme.style.apply(this),this.options.theme.callback.onShow.apply(this)),this},setTimeout:function(a){if(!this.closed){var b=this;this.options.timeout=a,b.$bar.delay(b.options.timeout).promise().done(function(){b.close()})}return this},stopPropagation:function(a){a=a||window.event,"undefined"!=typeof a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},closed:!1,showing:!1,shown:!1};a.notyRenderer={},a.notyRenderer.init=function(c){var d=Object.create(b).init(c);return d.options.killer&&a.noty.closeAll(),d.options.force?a.noty.queue.unshift(d):a.noty.queue.push(d),a.notyRenderer.render(),"object"==a.noty.returns?d:d.options.id},a.notyRenderer.render=function(){var b=a.noty.queue[0];"object"===a.type(b)?b.options.dismissQueue?b.options.maxVisible>0?a(b.options.layout.container.selector+" > li").length<b.options.maxVisible&&a.notyRenderer.show(a.noty.queue.shift()):a.notyRenderer.show(a.noty.queue.shift()):a.noty.ontap&&(a.notyRenderer.show(a.noty.queue.shift()),a.noty.ontap=!1):a.noty.ontap=!0},a.notyRenderer.show=function(b){b.options.modal&&(a.notyRenderer.createModalFor(b),a.notyRenderer.setModalCount(1)),b.options.custom?0==b.options.custom.find(b.options.layout.container.selector).length?b.options.custom.append(a(b.options.layout.container.object).addClass("i-am-new")):b.options.custom.find(b.options.layout.container.selector).removeClass("i-am-new"):0==a(b.options.layout.container.selector).length?a("body").append(a(b.options.layout.container.object).addClass("i-am-new")):a(b.options.layout.container.selector).removeClass("i-am-new"),a.notyRenderer.setLayoutCountFor(b,1),b.show()},a.notyRenderer.createModalFor=function(b){if(0==a(".noty_modal").length){var c=a("<div/>").addClass("noty_modal").addClass(b.options.theme).data("noty_modal_count",0);b.options.theme.modal&&b.options.theme.modal.css&&c.css(b.options.theme.modal.css),c.prependTo(a("body")).fadeIn(b.options.animation.fadeSpeed),a.inArray("backdrop",b.options.closeWith)>-1&&c.on("click",function(){a.noty.closeAll()})}},a.notyRenderer.getLayoutCountFor=function(b){return a(b.options.layout.container.selector).data("noty_layout_count")||0},a.notyRenderer.setLayoutCountFor=function(b,c){return a(b.options.layout.container.selector).data("noty_layout_count",a.notyRenderer.getLayoutCountFor(b)+c)},a.notyRenderer.getModalCount=function(){return a(".noty_modal").data("noty_modal_count")||0},a.notyRenderer.setModalCount=function(b){return a(".noty_modal").data("noty_modal_count",a.notyRenderer.getModalCount()+b)},a.fn.noty=function(b){return b.custom=a(this),a.notyRenderer.init(b)},a.noty={},a.noty.queue=[],a.noty.ontap=!0,a.noty.layouts={},a.noty.themes={},a.noty.returns="object",a.noty.store={},a.noty.get=function(b){return!!a.noty.store.hasOwnProperty(b)&&a.noty.store[b]},a.noty.close=function(b){return!!a.noty.get(b)&&a.noty.get(b).close()},a.noty.setText=function(b,c){return!!a.noty.get(b)&&a.noty.get(b).setText(c)},a.noty.setType=function(b,c){return!!a.noty.get(b)&&a.noty.get(b).setType(c)},a.noty.clearQueue=function(){a.noty.queue=[]},a.noty.closeAll=function(){a.noty.clearQueue(),a.each(a.noty.store,function(a,b){b.close()})};var c=window.alert;return a.noty.consumeAlert=function(b){window.alert=function(c){b?b.text=c:b={text:c},a.notyRenderer.init(b)}},a.noty.stopConsumeAlert=function(){window.alert=c},a.noty.defaults={layout:"topRight",theme:"relax",type:"alert",text:"",progressBar:!1,dismissQueue:!0,template:'<div class="noty_message"><span class="noty_text"></span><div class="noty_close"></div></div>',animation:{open:{height:"toggle"},close:{height:"toggle"},easing:"swing",speed:500,fadeSpeed:"fast"},timeout:!1,force:!1,modal:!1,maxVisible:5,killer:!1,closeWith:["click"],callback:{beforeShow:function(){},onShow:function(){},afterShow:function(){},onClose:function(){},afterClose:function(){},onCloseClick:function(){}},buttons:!1},a(window).on("resize",function(){a.each(a.noty.layouts,function(b,c){c.container.style.apply(a(c.container.selector))})}),window.noty=function(b){return a.notyRenderer.init(b)},a.noty.layouts.bottom={name:"bottom",options:{},container:{object:'<ul id="noty_bottom_layout_container" />',selector:"ul#noty_bottom_layout_container",style:function(){a(this).css({bottom:0,left:"5%",position:"fixed",width:"90%",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:9999999})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none"},addClass:""},a.noty.layouts.bottomCenter={name:"bottomCenter",options:{},container:{object:'<ul id="noty_bottomCenter_layout_container" />',selector:"ul#noty_bottomCenter_layout_container",style:function(){a(this).css({bottom:20,left:0,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),a(this).css({left:(a(window).width()-a(this).outerWidth(!1))/2+"px"})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.bottomLeft={name:"bottomLeft",options:{},container:{object:'<ul id="noty_bottomLeft_layout_container" />',selector:"ul#noty_bottomLeft_layout_container",style:function(){a(this).css({bottom:20,left:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({left:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.bottomRight={name:"bottomRight",options:{},container:{object:'<ul id="noty_bottomRight_layout_container" />',selector:"ul#noty_bottomRight_layout_container",style:function(){a(this).css({bottom:20,right:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({right:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.center={name:"center",options:{},container:{object:'<ul id="noty_center_layout_container" />',selector:"ul#noty_center_layout_container",style:function(){a(this).css({position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7});var b=a(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,left:0}).attr("id","dupe");a("body").append(b),b.find(".i-am-closing-now").remove(),b.find("li").css("display","block");var c=b.height();b.remove(),a(this).hasClass("i-am-new")?a(this).css({left:(a(window).width()-a(this).outerWidth(!1))/2+"px",top:(a(window).height()-c)/2+"px"}):a(this).animate({left:(a(window).width()-a(this).outerWidth(!1))/2+"px",top:(a(window).height()-c)/2+"px"},500)}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.centerLeft={name:"centerLeft",options:{},container:{object:'<ul id="noty_centerLeft_layout_container" />',selector:"ul#noty_centerLeft_layout_container",style:function(){a(this).css({left:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7});var b=a(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,left:0}).attr("id","dupe");a("body").append(b),b.find(".i-am-closing-now").remove(),b.find("li").css("display","block");var c=b.height();b.remove(),a(this).hasClass("i-am-new")?a(this).css({top:(a(window).height()-c)/2+"px"}):a(this).animate({top:(a(window).height()-c)/2+"px"},500),window.innerWidth<600&&a(this).css({left:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.centerRight={name:"centerRight",options:{},container:{object:'<ul id="noty_centerRight_layout_container" />',selector:"ul#noty_centerRight_layout_container",style:function(){a(this).css({right:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7});var b=a(this).clone().css({visibility:"hidden",display:"block",position:"absolute",top:0,left:0}).attr("id","dupe");a("body").append(b),b.find(".i-am-closing-now").remove(),b.find("li").css("display","block");var c=b.height();b.remove(),a(this).hasClass("i-am-new")?a(this).css({top:(a(window).height()-c)/2+"px"}):a(this).animate({top:(a(window).height()-c)/2+"px"},500),window.innerWidth<600&&a(this).css({right:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.inline={name:"inline",options:{},container:{object:'<ul class="noty_inline_layout_container" />',selector:"ul.noty_inline_layout_container",style:function(){a(this).css({width:"100%",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:9999999})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none"},addClass:""},a.noty.layouts.top={name:"top",options:{},container:{object:'<ul id="noty_top_layout_container" />',selector:"ul#noty_top_layout_container",style:function(){a(this).css({top:0,left:"5%",position:"fixed",width:"90%",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:9999999})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none"},addClass:""},a.noty.layouts.topCenter={name:"topCenter",options:{},container:{object:'<ul id="noty_topCenter_layout_container" />',selector:"ul#noty_topCenter_layout_container",style:function(){a(this).css({top:20,left:0,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),a(this).css({left:(a(window).width()-a(this).outerWidth(!1))/2+"px"})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.topLeft={name:"topLeft",options:{},container:{object:'<ul id="noty_topLeft_layout_container" />',selector:"ul#noty_topLeft_layout_container",style:function(){a(this).css({top:20,left:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({left:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.layouts.topRight={name:"topRight",options:{},container:{object:'<ul id="noty_topRight_layout_container" />',selector:"ul#noty_topRight_layout_container",style:function(){a(this).css({top:20,right:20,position:"fixed",width:"310px",height:"auto",margin:0,padding:0,listStyleType:"none",zIndex:1e7}),window.innerWidth<600&&a(this).css({right:5})}},parent:{object:"<li />",selector:"li",css:{}},css:{display:"none",width:"310px"},addClass:""},a.noty.themes.bootstrapTheme={name:"bootstrapTheme",modal:{css:{position:"fixed",width:"100%",height:"100%",backgroundColor:"#000",zIndex:1e4,opacity:.6,display:"none",left:0,top:0,wordBreak:"break-all"}},style:function(){var b=this.options.layout.container.selector;switch(a(b).addClass("list-group"),this.$closeButton.append('<span aria-hidden="true">×</span><span class="sr-only">Close</span>'),this.$closeButton.addClass("close"),this.$bar.addClass("list-group-item").css("padding","0px").css("position","relative"),this.$progressBar.css({position:"absolute",left:0,bottom:0,height:4,width:"100%",backgroundColor:"#000000",opacity:.2,"-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)",filter:"alpha(opacity=20)"}),this.options.type){case"alert":case"notification":this.$bar.addClass("list-group-item-info");break;case"warning":this.$bar.addClass("list-group-item-warning");break;case"error":this.$bar.addClass("list-group-item-danger");break;case"information":this.$bar.addClass("list-group-item-info");break;case"success":this.$bar.addClass("list-group-item-success")}this.$message.css({textAlign:"center",padding:"8px 10px 9px",width:"auto",position:"relative"})},callback:{onShow:function(){},onClose:function(){}}},a.noty.themes.defaultTheme={name:"defaultTheme",helpers:{borderFix:function(){if(this.options.dismissQueue){var b=this.options.layout.container.selector+" "+this.options.layout.parent.selector;switch(this.options.layout.name){case"top":a(b).css({borderRadius:"0px 0px 0px 0px"}),a(b).last().css({borderRadius:"0px 0px 5px 5px"});break;case"topCenter":case"topLeft":case"topRight":case"bottomCenter":case"bottomLeft":case"bottomRight":case"center":case"centerLeft":case"centerRight":case"inline":a(b).css({borderRadius:"0px 0px 0px 0px"}),a(b).first().css({"border-top-left-radius":"5px","border-top-right-radius":"5px"}),a(b).last().css({"border-bottom-left-radius":"5px","border-bottom-right-radius":"5px"});break;case"bottom":a(b).css({borderRadius:"0px 0px 0px 0px"}),a(b).first().css({borderRadius:"5px 5px 0px 0px"})}}}},modal:{css:{position:"fixed",width:"100%",height:"100%",backgroundColor:"#000",zIndex:1e4,opacity:.6,display:"none",left:0,top:0}},style:function(){switch(this.$bar.css({overflow:"hidden",background:"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAQAAAClM0ndAAAAhklEQVR4AdXO0QrCMBBE0bttkk38/w8WRERpdyjzVOc+HxhIHqJGMQcFFkpYRQotLLSw0IJ5aBdovruMYDA/kT8plF9ZKLFQcgF18hDj1SbQOMlCA4kao0iiXmah7qBWPdxpohsgVZyj7e5I9KcID+EhiDI5gxBYKLBQYKHAQoGFAoEks/YEGHYKB7hFxf0AAAAASUVORK5CYII=') repeat-x scroll left top #fff",position:"relative"}),this.$progressBar.css({position:"absolute",left:0,bottom:0,height:4,width:"100%",backgroundColor:"#000000",opacity:.2,"-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)",filter:"alpha(opacity=20)"}),this.$message.css({textAlign:"center",padding:"8px 10px 9px",width:"auto",position:"relative"}),this.$closeButton.css({position:"absolute",top:4,right:4,width:10,height:10,background:"url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAxUlEQVR4AR3MPUoDURSA0e++uSkkOxC3IAOWNtaCIDaChfgXBMEZbQRByxCwk+BasgQRZLSYoLgDQbARxry8nyumPcVRKDfd0Aa8AsgDv1zp6pYd5jWOwhvebRTbzNNEw5BSsIpsj/kurQBnmk7sIFcCF5yyZPDRG6trQhujXYosaFoc+2f1MJ89uc76IND6F9BvlXUdpb6xwD2+4q3me3bysiHvtLYrUJto7PD/ve7LNHxSg/woN2kSz4txasBdhyiz3ugPGetTjm3XRokAAAAASUVORK5CYII=)",display:"none",cursor:"pointer"}),this.$buttons.css({padding:5,textAlign:"right",borderTop:"1px solid #ccc",backgroundColor:"#fff"}),this.$buttons.find("button").css({marginLeft:5}),this.$buttons.find("button:first").css({marginLeft:0}),this.$bar.on({mouseenter:function(){a(this).find(".noty_close").stop().fadeTo("normal",1)},mouseleave:function(){a(this).find(".noty_close").stop().fadeTo("normal",0)}}),this.options.layout.name){case"top":this.$bar.css({borderRadius:"0px 0px 5px 5px",borderBottom:"2px solid #eee",borderLeft:"2px solid #eee",borderRight:"2px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"});break;case"topCenter":case"center":case"bottomCenter":case"inline":this.$bar.css({borderRadius:"5px",border:"1px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"}),this.$message.css({textAlign:"center"});break;case"topLeft":case"topRight":case"bottomLeft":case"bottomRight":case"centerLeft":case"centerRight":this.$bar.css({borderRadius:"5px",border:"1px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"}),this.$message.css({textAlign:"left"});break;case"bottom":this.$bar.css({borderRadius:"5px 5px 0px 0px",borderTop:"2px solid #eee",borderLeft:"2px solid #eee",borderRight:"2px solid #eee",boxShadow:"0 -2px 4px rgba(0, 0, 0, 0.1)"});break;default:this.$bar.css({border:"2px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"})}switch(this.options.type){case"alert":case"notification":this.$bar.css({backgroundColor:"#FFF",borderColor:"#CCC",color:"#444"});break;case"warning":this.$bar.css({backgroundColor:"#FFEAA8",borderColor:"#FFC237",color:"#826200"}),this.$buttons.css({borderTop:"1px solid #FFC237"});break;case"error":this.$bar.css({backgroundColor:"red",borderColor:"darkred",color:"#FFF"}),this.$message.css({fontWeight:"bold"}),this.$buttons.css({borderTop:"1px solid darkred"});break;case"information":this.$bar.css({backgroundColor:"#57B7E2",borderColor:"#0B90C4",color:"#FFF"}),this.$buttons.css({borderTop:"1px solid #0B90C4"});break;case"success":this.$bar.css({backgroundColor:"lightgreen",borderColor:"#50C24E",color:"darkgreen"}),this.$buttons.css({borderTop:"1px solid #50C24E"});break;default:this.$bar.css({backgroundColor:"#FFF",borderColor:"#CCC",color:"#444"})}},callback:{onShow:function(){a.noty.themes.defaultTheme.helpers.borderFix.apply(this)},onClose:function(){a.noty.themes.defaultTheme.helpers.borderFix.apply(this)}}},a.noty.themes.metroui={name:"metroui",helpers:{},modal:{css:{position:"fixed",width:"100%",height:"100%",backgroundColor:"#000",zIndex:1e4,opacity:.6,display:"none",left:0,top:0}},style:function(){switch(this.$bar.css({overflow:"hidden",margin:"4px 0",borderRadius:"0",position:"relative"}),this.$progressBar.css({position:"absolute",left:0,bottom:0,height:4,width:"100%",backgroundColor:"#000000",opacity:.2,"-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)",filter:"alpha(opacity=20)"}),this.$message.css({textAlign:"center",padding:"1.25rem",width:"auto",position:"relative"}),this.$closeButton.css({position:"absolute",top:".25rem",right:".25rem",width:10,height:10,background:"url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAxUlEQVR4AR3MPUoDURSA0e++uSkkOxC3IAOWNtaCIDaChfgXBMEZbQRByxCwk+BasgQRZLSYoLgDQbARxry8nyumPcVRKDfd0Aa8AsgDv1zp6pYd5jWOwhvebRTbzNNEw5BSsIpsj/kurQBnmk7sIFcCF5yyZPDRG6trQhujXYosaFoc+2f1MJ89uc76IND6F9BvlXUdpb6xwD2+4q3me3bysiHvtLYrUJto7PD/ve7LNHxSg/woN2kSz4txasBdhyiz3ugPGetTjm3XRokAAAAASUVORK5CYII=)",display:"none",cursor:"pointer"}),this.$buttons.css({padding:5,textAlign:"right",borderTop:"1px solid #ccc",backgroundColor:"#fff"}),this.$buttons.find("button").css({marginLeft:5}),this.$buttons.find("button:first").css({marginLeft:0}),this.$bar.on({mouseenter:function(){a(this).find(".noty_close").stop().fadeTo("normal",1)},mouseleave:function(){a(this).find(".noty_close").stop().fadeTo("normal",0)}}),this.options.layout.name){case"top":this.$bar.css({border:"none",boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)"});break;case"topCenter":case"center":case"bottomCenter":case"inline":this.$bar.css({border:"none",boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)"}),this.$message.css({textAlign:"center"});break;case"topLeft":case"topRight":case"bottomLeft":case"bottomRight":case"centerLeft":case"centerRight":this.$bar.css({border:"none",boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)"}),this.$message.css({textAlign:"left"});break;case"bottom":this.$bar.css({border:"none",boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)"});break;default:this.$bar.css({border:"none",boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)"})}switch(this.options.type){case"alert":case"notification":this.$bar.css({backgroundColor:"#fff",border:"none",color:"#1d1d1d"});break;case"warning":this.$bar.css({backgroundColor:"#FA6800",border:"none",color:"#fff"}),this.$buttons.css({borderTop:"1px solid #FA6800"});break;case"error":this.$bar.css({backgroundColor:"#CE352C",border:"none",color:"#fff"}),this.$message.css({fontWeight:"bold"}),this.$buttons.css({borderTop:"1px solid #CE352C"});break;case"information":this.$bar.css({backgroundColor:"#1BA1E2",border:"none",color:"#fff"}),this.$buttons.css({borderTop:"1px solid #1BA1E2"});break;case"success":this.$bar.css({backgroundColor:"#60A917",border:"none",color:"#fff"}),this.$buttons.css({borderTop:"1px solid #50C24E"});break;default:this.$bar.css({backgroundColor:"#fff",border:"none",color:"#1d1d1d"})}},callback:{onShow:function(){},onClose:function(){}}},a.noty.themes.relax={name:"relax",helpers:{},modal:{css:{position:"fixed",width:"100%",height:"100%",backgroundColor:"#000",zIndex:1e4,opacity:.6,display:"none",left:0,top:0}},style:function(){switch(this.$bar.css({overflow:"hidden",margin:"4px 0",borderRadius:"2px",position:"relative"}),this.$progressBar.css({position:"absolute",left:0,bottom:0,height:4,width:"100%",backgroundColor:"#000000",opacity:.2,"-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)",filter:"alpha(opacity=20)"}),this.$message.css({textAlign:"center",padding:"10px",width:"auto",position:"relative"}),this.$closeButton.css({position:"absolute",top:4,right:4,width:10,height:10,background:"url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAxUlEQVR4AR3MPUoDURSA0e++uSkkOxC3IAOWNtaCIDaChfgXBMEZbQRByxCwk+BasgQRZLSYoLgDQbARxry8nyumPcVRKDfd0Aa8AsgDv1zp6pYd5jWOwhvebRTbzNNEw5BSsIpsj/kurQBnmk7sIFcCF5yyZPDRG6trQhujXYosaFoc+2f1MJ89uc76IND6F9BvlXUdpb6xwD2+4q3me3bysiHvtLYrUJto7PD/ve7LNHxSg/woN2kSz4txasBdhyiz3ugPGetTjm3XRokAAAAASUVORK5CYII=)",display:"none",cursor:"pointer"}),this.$buttons.css({padding:5,textAlign:"right",borderTop:"1px solid #ccc",backgroundColor:"#fff"}),this.$buttons.find("button").css({marginLeft:5}),this.$buttons.find("button:first").css({marginLeft:0}),this.$bar.on({mouseenter:function(){a(this).find(".noty_close").stop().fadeTo("normal",1)},mouseleave:function(){a(this).find(".noty_close").stop().fadeTo("normal",0)}}),this.options.layout.name){case"top":this.$bar.css({borderBottom:"2px solid #eee",borderLeft:"2px solid #eee",borderRight:"2px solid #eee",borderTop:"2px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"});break;case"topCenter":case"center":case"bottomCenter":case"inline":this.$bar.css({border:"1px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"}),this.$message.css({textAlign:"center"});break;case"topLeft":case"topRight":case"bottomLeft":case"bottomRight":case"centerLeft":case"centerRight":this.$bar.css({border:"1px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"}),this.$message.css({textAlign:"left"});break;case"bottom":this.$bar.css({borderTop:"2px solid #eee",borderLeft:"2px solid #eee",borderRight:"2px solid #eee",borderBottom:"2px solid #eee",boxShadow:"0 -2px 4px rgba(0, 0, 0, 0.1)"});break;default:this.$bar.css({border:"2px solid #eee",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.1)"})}switch(this.options.type){case"alert":case"notification":this.$bar.css({backgroundColor:"#FFF",borderColor:"#dedede",color:"#444"});break;case"warning":this.$bar.css({backgroundColor:"#FFEAA8",borderColor:"#FFC237",color:"#826200"}),this.$buttons.css({borderTop:"1px solid #FFC237"});break;case"error":this.$bar.css({backgroundColor:"#FF8181",borderColor:"#e25353",color:"#FFF"}),this.$message.css({fontWeight:"bold"}),this.$buttons.css({borderTop:"1px solid darkred"});break;case"information":this.$bar.css({backgroundColor:"#78C5E7",borderColor:"#3badd6",color:"#FFF"}),this.$buttons.css({borderTop:"1px solid #0B90C4"});break;case"success":this.$bar.css({backgroundColor:"#BCF5BC",borderColor:"#7cdd77",color:"darkgreen"}),this.$buttons.css({borderTop:"1px solid #50C24E"});break;default:this.$bar.css({backgroundColor:"#FFF",borderColor:"#CCC",color:"#444"})}},callback:{onShow:function(){},onClose:function(){}}},a.noty.themes.semanticUI={name:"semanticUI",template:'<div class="ui message"><div class="content"><div class="header"></div></div></div>',animation:{open:{animation:"fade",duration:"800ms"},close:{animation:"fade left",duration:"800ms"}},modal:{css:{position:"fixed",width:"100%",height:"100%",backgroundColor:"#000",zIndex:1e4,opacity:.6,display:"none",left:0,top:0}},style:function(){switch(this.$message=this.$bar.find(".ui.message"),this.$message.find(".header").html(this.options.header),this.$message.find(".content").append(this.options.text),this.$bar.css({margin:"0.5em",position:"relative"}),this.options.icon&&this.$message.addClass("icon").prepend(a("<i/>").addClass(this.options.icon)),this.$progressBar.css({position:"absolute",left:0,bottom:0,height:4,width:"100%",backgroundColor:"#000000",opacity:.2,"-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)",filter:"alpha(opacity=20)"}),this.options.size){case"mini":this.$message.addClass("mini");break;case"tiny":this.$message.addClass("tiny");break;case"small":this.$message.addClass("small");break;case"large":this.$message.addClass("large");break;case"big":this.$message.addClass("big");break;case"huge":
|
2 |
+
this.$message.addClass("huge");break;case"massive":this.$message.addClass("massive")}switch(this.options.type){case"info":this.$message.addClass("info");break;case"warning":this.$message.addClass("warning");break;case"error":this.$message.addClass("error");break;case"negative":this.$message.addClass("negative");break;case"success":this.$message.addClass("success");break;case"positive":this.$message.addClass("positive");break;case"floating":this.$message.addClass("floating")}},callback:{onShow:function(){this.$bar.addClass("transition"),this.$bar.transition(this.options.animation.open)},onClose:function(){this.$bar.transition(this.options.animation.close)}}},window.noty});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lang/qqworld_auto_save_images-zh_CN.mo
CHANGED
Binary file
|
lang/qqworld_auto_save_images-zh_CN.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: QQworld Auto Save Images\n"
|
4 |
"Report-Msgid-Bugs-To: http://www.qqworld.org\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Michael Wang <admin@qqworld.org>\n"
|
8 |
"Language-Team: QQWorld <admin@qqworld.org>\n"
|
9 |
"Language: zh_CN\n"
|
@@ -19,226 +19,227 @@ msgstr ""
|
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#: qqworld-auto-save-images.php:
|
|
|
23 |
msgid "Michael Wang"
|
24 |
msgstr "王晓骞"
|
25 |
|
26 |
-
#: qqworld-auto-save-images.php:
|
27 |
msgid " (In Development)"
|
28 |
msgstr "(开发中)"
|
29 |
|
30 |
-
#: qqworld-auto-save-images.php:
|
31 |
msgid ""
|
32 |
"Your server PHP does not support cUrl, please remove ';' from in front of "
|
33 |
"extension=php_curl.dll in the php.ini."
|
34 |
msgstr ""
|
35 |
"你的服务器PHP不支持cUrl,请在php.ini中移除extension=php_curl.dll前面的‘;’。"
|
36 |
|
37 |
-
#: qqworld-auto-save-images.php:
|
38 |
msgid ""
|
39 |
"Your server PHP does not support GD2, please remove ';' from in front of "
|
40 |
"extension=php_gd2.dll in the <strong>php.ini</strong>."
|
41 |
msgstr ""
|
42 |
"你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
|
43 |
|
44 |
-
#: qqworld-auto-save-images.php:
|
45 |
msgid ""
|
46 |
"Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
|
47 |
"php.ini."
|
48 |
msgstr "你的服务器PHP不支持fopen,请在php.ini中设置allow_url_fopen=1。"
|
49 |
|
50 |
-
#: qqworld-auto-save-images.php:
|
51 |
msgid "No taxonomies found."
|
52 |
msgstr "没有相关分类方法。"
|
53 |
|
54 |
-
#: qqworld-auto-save-images.php:
|
55 |
-
#: qqworld-auto-save-images.php:
|
56 |
msgid "All remote images have been saved."
|
57 |
msgstr "已保存所有远程图像。"
|
58 |
|
59 |
-
#: qqworld-auto-save-images.php:
|
60 |
#, php-format
|
61 |
msgid " <a href=\"%s\">View</a>"
|
62 |
msgstr " <a href=\"%s\">查看</a>"
|
63 |
|
64 |
-
#: qqworld-auto-save-images.php:
|
65 |
msgid "Has missing images or image which could not download."
|
66 |
msgstr "内容包含 不存在/无法下载 的图像。"
|
67 |
|
68 |
-
#: qqworld-auto-save-images.php:
|
69 |
msgid "In Process..."
|
70 |
msgstr "正在保存……"
|
71 |
|
72 |
-
#: qqworld-auto-save-images.php:
|
73 |
msgid "Something error, please check."
|
74 |
msgstr "出错了,请检查。"
|
75 |
|
76 |
-
#: qqworld-auto-save-images.php:
|
77 |
msgid ""
|
78 |
"Are you sure?<br />Before you click the yes button, I recommend backup site "
|
79 |
"database."
|
80 |
msgstr "你确定吗?<br />在点击确定按钮之前,我建议你备份网站的数据库。"
|
81 |
|
82 |
-
#: qqworld-auto-save-images.php:
|
83 |
msgid "Please select post types."
|
84 |
msgstr "请选择文章类型。"
|
85 |
|
86 |
-
#: qqworld-auto-save-images.php:
|
87 |
msgid "May be a problem with some posts: "
|
88 |
msgstr "也许一些文章有问题:"
|
89 |
|
90 |
-
#: qqworld-auto-save-images.php:
|
91 |
#, php-format
|
92 |
msgid "No need enter \"%s\"."
|
93 |
msgstr "不需要输入“%s”。"
|
94 |
|
95 |
-
#: qqworld-auto-save-images.php:
|
96 |
#, php-format
|
97 |
msgid "%d post has been scanned."
|
98 |
msgstr "已扫描%d篇文章。"
|
99 |
|
100 |
-
#: qqworld-auto-save-images.php:
|
101 |
#, php-format
|
102 |
msgid "%d posts have been scanned."
|
103 |
msgstr "已扫描%d篇文章。"
|
104 |
|
105 |
-
#: qqworld-auto-save-images.php:
|
106 |
#, php-format
|
107 |
msgid "%d post included remote images processed."
|
108 |
msgstr "已处理%d篇包含远程图像的文章。"
|
109 |
|
110 |
-
#: qqworld-auto-save-images.php:
|
111 |
#, php-format
|
112 |
msgid "%d posts included remote images processed."
|
113 |
msgstr "已处理%d篇包含远程图像的文章。"
|
114 |
|
115 |
-
#: qqworld-auto-save-images.php:
|
116 |
#, php-format
|
117 |
msgid "%d post has missing images couldn't be processed."
|
118 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
119 |
|
120 |
-
#: qqworld-auto-save-images.php:
|
121 |
#, php-format
|
122 |
msgid "%d posts have missing images couldn't be processed."
|
123 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
124 |
|
125 |
-
#: qqworld-auto-save-images.php:
|
126 |
#, php-format
|
127 |
msgid "found %d post including remote images."
|
128 |
msgstr "找到%d篇包含远程图像的文章。"
|
129 |
|
130 |
-
#: qqworld-auto-save-images.php:
|
131 |
#, php-format
|
132 |
msgid "found %d posts including remote images."
|
133 |
msgstr "找到%d篇包含远程图像的文章。"
|
134 |
|
135 |
-
#: qqworld-auto-save-images.php:
|
136 |
#, php-format
|
137 |
msgid "And with %d post has missing images."
|
138 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
139 |
|
140 |
-
#: qqworld-auto-save-images.php:
|
141 |
#, php-format
|
142 |
msgid "And with %d posts have missing images."
|
143 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
144 |
|
145 |
-
#: qqworld-auto-save-images.php:
|
146 |
msgid "No posts processed."
|
147 |
msgstr "未处理任何文章。"
|
148 |
|
149 |
-
#: qqworld-auto-save-images.php:
|
150 |
msgid "No post has remote images found."
|
151 |
msgstr "没有文章包含远程图像。"
|
152 |
|
153 |
-
#: qqworld-auto-save-images.php:
|
154 |
msgid "No posts found."
|
155 |
msgstr "未找到任何文章。"
|
156 |
|
157 |
-
#: qqworld-auto-save-images.php:
|
158 |
msgid "All done."
|
159 |
msgstr "全部完成。"
|
160 |
|
161 |
-
#: qqworld-auto-save-images.php:
|
162 |
#, fuzzy
|
163 |
msgid "Yes"
|
164 |
msgstr "是"
|
165 |
|
166 |
-
#: qqworld-auto-save-images.php:
|
167 |
msgid "No"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: qqworld-auto-save-images.php:
|
171 |
msgid "Scanning..."
|
172 |
msgstr "扫描中……"
|
173 |
|
174 |
-
#: qqworld-auto-save-images.php:
|
175 |
msgid "Listing..."
|
176 |
msgstr "显示列表中……"
|
177 |
|
178 |
-
#: qqworld-auto-save-images.php:
|
179 |
#, fuzzy
|
180 |
msgid "ID"
|
181 |
msgstr "博客ID"
|
182 |
|
183 |
-
#: qqworld-auto-save-images.php:
|
184 |
msgid "Post Type"
|
185 |
msgstr "文章类型"
|
186 |
|
187 |
-
#: qqworld-auto-save-images.php:
|
188 |
msgid "Title"
|
189 |
msgstr "标题"
|
190 |
|
191 |
-
#: qqworld-auto-save-images.php:
|
192 |
msgid "Status"
|
193 |
msgstr "状态"
|
194 |
|
195 |
-
#: qqworld-auto-save-images.php:
|
196 |
msgid "Control"
|
197 |
msgstr "控制"
|
198 |
|
199 |
-
#: qqworld-auto-save-images.php:
|
200 |
#, fuzzy
|
201 |
msgid "Done"
|
202 |
msgstr "全部完成。"
|
203 |
|
204 |
-
#: qqworld-auto-save-images.php:
|
205 |
#, fuzzy
|
206 |
msgid "Delete"
|
207 |
msgstr "刪除"
|
208 |
|
209 |
-
#: qqworld-auto-save-images.php:
|
210 |
msgid "Has missing images."
|
211 |
msgstr "有不存在的远程图像。"
|
212 |
|
213 |
-
#: qqworld-auto-save-images.php:
|
214 |
msgid "Normal"
|
215 |
msgstr "正常"
|
216 |
|
217 |
-
#: qqworld-auto-save-images.php:
|
218 |
msgid "Fetch"
|
219 |
msgstr "抓取"
|
220 |
|
221 |
-
#: qqworld-auto-save-images.php:
|
222 |
msgid "Save Remote Images"
|
223 |
msgstr "保存远程图片"
|
224 |
|
225 |
-
#: qqworld-auto-save-images.php:
|
226 |
msgid "Settings"
|
227 |
msgstr "设置"
|
228 |
|
229 |
-
#: qqworld-auto-save-images.php:
|
230 |
msgid "Auto Save Images"
|
231 |
msgstr "自动保存图片"
|
232 |
|
233 |
-
#: qqworld-auto-save-images.php:
|
234 |
msgid "QQWorld Auto Save Images"
|
235 |
msgstr "QQWorld自动保存图片"
|
236 |
|
237 |
-
#: qqworld-auto-save-images.php:
|
238 |
msgid "Installation"
|
239 |
msgstr "安装说明"
|
240 |
|
241 |
-
#: qqworld-auto-save-images.php:
|
242 |
msgid ""
|
243 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
244 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
@@ -249,11 +250,11 @@ msgstr ""
|
|
249 |
"告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
|
250 |
"插件会把未更改的图片再保存一次。</li></ol>"
|
251 |
|
252 |
-
#: qqworld-auto-save-images.php:
|
253 |
msgid "Notice"
|
254 |
msgstr "注意"
|
255 |
|
256 |
-
#: qqworld-auto-save-images.php:
|
257 |
msgid ""
|
258 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
259 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
@@ -282,11 +283,11 @@ msgstr ""
|
|
282 |
"让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
|
283 |
"的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
|
284 |
|
285 |
-
#: qqworld-auto-save-images.php:
|
286 |
msgid "About"
|
287 |
msgstr "关于"
|
288 |
|
289 |
-
#: qqworld-auto-save-images.php:
|
290 |
msgid ""
|
291 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
292 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
@@ -300,136 +301,140 @@ msgstr ""
|
|
300 |
"后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
|
301 |
"希望你们能喜欢它,谢谢。</p>"
|
302 |
|
303 |
-
#: qqworld-auto-save-images.php:
|
304 |
msgid ""
|
305 |
"Automatically keep the all remote picture to the local, and automatically "
|
306 |
"set featured image."
|
307 |
msgstr ""
|
308 |
"自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
|
309 |
|
310 |
-
#: qqworld-auto-save-images.php:
|
311 |
msgid "General"
|
312 |
msgstr "常规"
|
313 |
|
314 |
-
#: qqworld-auto-save-images.php:
|
315 |
msgid "Filter"
|
316 |
msgstr "过滤"
|
317 |
|
318 |
-
#: qqworld-auto-save-images.php:
|
319 |
msgid "Format"
|
320 |
msgstr "格式化"
|
321 |
|
322 |
-
#: qqworld-auto-save-images.php:
|
323 |
msgid "Scan Posts"
|
324 |
msgstr "扫描文章"
|
325 |
|
326 |
-
#: qqworld-auto-save-images.php:
|
327 |
msgid "Pro Edition"
|
328 |
msgstr "专业版"
|
329 |
|
330 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
331 |
msgid "Mode"
|
332 |
msgstr "模式"
|
333 |
|
334 |
-
#: qqworld-auto-save-images.php:
|
335 |
msgid "Automatic"
|
336 |
msgstr "自动"
|
337 |
|
338 |
-
#: qqworld-auto-save-images.php:
|
339 |
msgid ""
|
340 |
"Automatically save all remote images to local media libary when you save or "
|
341 |
"publish post."
|
342 |
msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
|
343 |
|
344 |
-
#: qqworld-auto-save-images.php:
|
345 |
msgid "Manual"
|
346 |
msgstr "手动"
|
347 |
|
348 |
-
#: qqworld-auto-save-images.php:
|
349 |
msgid ""
|
350 |
"Manually save all remote images to local media libary when you click the "
|
351 |
"button on the top of editor."
|
352 |
msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
|
353 |
|
354 |
-
#: qqworld-auto-save-images.php:
|
355 |
msgid "When"
|
356 |
msgstr "什么时候"
|
357 |
|
358 |
-
#: qqworld-auto-save-images.php:
|
359 |
msgid "Save post (Publish, save draft or pedding review)."
|
360 |
msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
|
361 |
|
362 |
-
#: qqworld-auto-save-images.php:
|
363 |
msgid "Publish post only."
|
364 |
msgstr "仅发布文章时。"
|
365 |
|
366 |
-
#: qqworld-auto-save-images.php:
|
367 |
msgid "Schedule Publish"
|
368 |
msgstr "定时发布"
|
369 |
|
370 |
-
#: qqworld-auto-save-images.php:
|
371 |
msgid "Save remote images via Schedule Publish."
|
372 |
msgstr "通过定时发布保存远程图像。"
|
373 |
|
374 |
-
#: qqworld-auto-save-images.php:
|
375 |
msgid "Remote Publishing"
|
376 |
msgstr "远程发布"
|
377 |
|
378 |
-
#: qqworld-auto-save-images.php:
|
379 |
msgid ""
|
380 |
"Save remote images via remote publishing from IFTTT or other way using "
|
381 |
"XMLRPC. Only supports publish post."
|
382 |
msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
|
383 |
|
384 |
-
#: qqworld-auto-save-images.php:
|
385 |
-
#: qqworld-auto-save-images.php:
|
386 |
msgid "Set Featured Image"
|
387 |
msgstr "设置特色图片"
|
388 |
|
389 |
-
#: qqworld-auto-save-images.php:
|
390 |
msgid "Set first one of the remote images as featured image."
|
391 |
msgstr "设置远程图片中的第1个为特色图片。"
|
392 |
|
393 |
-
#: qqworld-auto-save-images.php:
|
394 |
msgid "Grabbing from Each Posts"
|
395 |
msgstr "从每篇文章抓取"
|
396 |
|
397 |
-
#: qqworld-auto-save-images.php:
|
398 |
msgid "All Images"
|
399 |
msgstr "全部图片"
|
400 |
|
401 |
-
#: qqworld-auto-save-images.php:
|
402 |
#, php-format
|
403 |
msgid "First %d image only"
|
404 |
msgid_plural "First %d images only"
|
405 |
msgstr[0] "前 %d 幅图像"
|
406 |
|
407 |
-
#: qqworld-auto-save-images.php:
|
408 |
msgid "Minimum Picture Size"
|
409 |
msgstr "最小图像尺寸"
|
410 |
|
411 |
-
#: qqworld-auto-save-images.php:
|
412 |
msgid "Ignore smaller than this size picture."
|
413 |
msgstr "忽略比这个尺寸更小的图像。"
|
414 |
|
415 |
-
#: qqworld-auto-save-images.php:
|
416 |
msgid "Width:"
|
417 |
msgstr "宽度:"
|
418 |
|
419 |
-
#: qqworld-auto-save-images.php:
|
420 |
-
#: qqworld-auto-save-images.php:
|
421 |
msgid "(px)"
|
422 |
msgstr "(像素)"
|
423 |
|
424 |
-
#: qqworld-auto-save-images.php:
|
425 |
msgid "Height:"
|
426 |
msgstr "高度:"
|
427 |
|
428 |
-
#: qqworld-auto-save-images.php:
|
429 |
msgid "Maximum Picture Size"
|
430 |
msgstr "最大图像尺寸"
|
431 |
|
432 |
-
#: qqworld-auto-save-images.php:
|
433 |
msgid ""
|
434 |
"Automatic reduction is greater than the size of the picture. if you want "
|
435 |
"image width less than 800px with any size height, please set width 800 and "
|
@@ -438,189 +443,189 @@ msgstr ""
|
|
438 |
"自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
|
439 |
"800,并设置高度为空。"
|
440 |
|
441 |
-
#: qqworld-auto-save-images.php:
|
442 |
msgid "Exclude Domain/Keyword"
|
443 |
msgstr "排除域名/关键词"
|
444 |
|
445 |
-
#: qqworld-auto-save-images.php:
|
446 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
447 |
msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
|
448 |
|
449 |
-
#: qqworld-auto-save-images.php:
|
450 |
msgid "Add a Domain/Keyword"
|
451 |
msgstr "添加域名/关键词"
|
452 |
|
453 |
-
#: qqworld-auto-save-images.php:
|
454 |
msgid "Change Image Filename"
|
455 |
msgstr "更改图片文件名"
|
456 |
|
457 |
-
#: qqworld-auto-save-images.php:
|
458 |
msgid ""
|
459 |
"Only change remote images filename that have Non-ASCii characters (for "
|
460 |
"Windows Server)"
|
461 |
msgstr "仅修改包含非ASCii字符的远程图片文件名(用于Windows服务器)"
|
462 |
|
463 |
-
#: qqworld-auto-save-images.php:
|
464 |
msgid ""
|
465 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
466 |
msgstr "改变所有远程图片文件名为文章名(Post Name)(用于Linux服务器)"
|
467 |
|
468 |
-
#: qqworld-auto-save-images.php:
|
469 |
msgid "Custom Filename Structure"
|
470 |
msgstr "自定文件名结构"
|
471 |
|
472 |
-
#: qqworld-auto-save-images.php:
|
473 |
msgid "Original filename or automatic changed filename."
|
474 |
msgstr "原文件名或自动更改的文件名。"
|
475 |
|
476 |
-
#: qqworld-auto-save-images.php:
|
477 |
msgid "Full date, e.g. 20150209."
|
478 |
msgstr "完整的日期,例如:20150209。"
|
479 |
|
480 |
-
#: qqworld-auto-save-images.php:
|
481 |
msgid "YYYY, e.g. 2015."
|
482 |
msgstr "YYYY,例如:2015。"
|
483 |
|
484 |
-
#: qqworld-auto-save-images.php:
|
485 |
msgid "MM, e.g. 02."
|
486 |
msgstr "MM,例如:02。"
|
487 |
|
488 |
-
#: qqworld-auto-save-images.php:
|
489 |
msgid "DD, e.g. 15."
|
490 |
msgstr "DD,例如:15。"
|
491 |
|
492 |
-
#: qqworld-auto-save-images.php:
|
493 |
msgid "HHMMSS, e.g. 182547."
|
494 |
msgstr "HHMMSS,例如:182547。"
|
495 |
|
496 |
-
#: qqworld-auto-save-images.php:
|
497 |
#, php-format
|
498 |
msgid "Unix timestamp, e.g. %s."
|
499 |
msgstr "Unix时间戳,例如:%s。"
|
500 |
|
501 |
-
#: qqworld-auto-save-images.php:
|
502 |
msgid "Change Title & Alt"
|
503 |
msgstr "更改标题和替代文本"
|
504 |
|
505 |
-
#: qqworld-auto-save-images.php:
|
506 |
msgid "Automatically add title & alt of image as post title."
|
507 |
msgstr "自动依照文章标题添加图片的标题和替代文本。"
|
508 |
|
509 |
-
#: qqworld-auto-save-images.php:
|
510 |
msgid "Keep Outside Links"
|
511 |
msgstr "保留外链"
|
512 |
|
513 |
-
#: qqworld-auto-save-images.php:
|
514 |
msgid "Keep the outside links of remote images if exist."
|
515 |
msgstr "保留远程图片的链接,如果有的话。"
|
516 |
|
517 |
-
#: qqworld-auto-save-images.php:
|
518 |
msgid "Save Outside Links"
|
519 |
msgstr "保存外链"
|
520 |
|
521 |
-
#: qqworld-auto-save-images.php:
|
522 |
msgid "Save the outside links to description of attachments."
|
523 |
msgstr "保存外部链接到附件的描述。"
|
524 |
|
525 |
-
#: qqworld-auto-save-images.php:
|
526 |
msgid ""
|
527 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
528 |
"this below:"
|
529 |
msgstr ""
|
530 |
"如果想自定义该内容,加入类似以下代码到 <strong>functions.php</strong> 中:"
|
531 |
|
532 |
-
#: qqworld-auto-save-images.php:
|
533 |
msgid "Image Size"
|
534 |
msgstr "图像尺寸"
|
535 |
|
536 |
-
#: qqworld-auto-save-images.php:
|
537 |
msgid "Replace images you want size to display."
|
538 |
msgstr "替换成你想要显示的尺寸的图像。"
|
539 |
|
540 |
-
#: qqworld-auto-save-images.php:
|
541 |
#, fuzzy
|
542 |
msgid "Thumbnail"
|
543 |
msgstr ""
|
544 |
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
545 |
"jQuery路徑。"
|
546 |
|
547 |
-
#: qqworld-auto-save-images.php:
|
548 |
msgid "Medium"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: qqworld-auto-save-images.php:
|
552 |
msgid "Large"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: qqworld-auto-save-images.php:
|
556 |
msgid "Full Size"
|
557 |
msgstr "完整尺寸"
|
558 |
|
559 |
-
#: qqworld-auto-save-images.php:
|
560 |
msgid "Link To"
|
561 |
msgstr "链接到"
|
562 |
|
563 |
-
#: qqworld-auto-save-images.php:
|
564 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
565 |
msgstr "如果你勾选了保留外链,本项将不起作用。"
|
566 |
|
567 |
-
#: qqworld-auto-save-images.php:
|
568 |
#, fuzzy
|
569 |
msgid "Media File"
|
570 |
msgstr "添加文件"
|
571 |
|
572 |
-
#: qqworld-auto-save-images.php:
|
573 |
#, fuzzy
|
574 |
msgid "Attachment Page"
|
575 |
msgstr "(附件)"
|
576 |
|
577 |
-
#: qqworld-auto-save-images.php:
|
578 |
msgid "None"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: qqworld-auto-save-images.php:
|
582 |
msgid "Align To"
|
583 |
msgstr "对齐方式"
|
584 |
|
585 |
-
#: qqworld-auto-save-images.php:
|
586 |
msgid "Left"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: qqworld-auto-save-images.php:
|
590 |
msgid "Center"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: qqworld-auto-save-images.php:
|
594 |
msgid "Right"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: qqworld-auto-save-images.php:
|
598 |
msgid "Auto Caption"
|
599 |
msgstr "自动图说"
|
600 |
|
601 |
-
#: qqworld-auto-save-images.php:
|
602 |
msgid "Automatically add caption shortcode."
|
603 |
msgstr "自动添加图说短代码。"
|
604 |
|
605 |
-
#: qqworld-auto-save-images.php:
|
606 |
msgid "Additional Content"
|
607 |
msgstr "额外的内容"
|
608 |
|
609 |
-
#: qqworld-auto-save-images.php:
|
610 |
msgid ""
|
611 |
"This content will be displayed after the each remote images code. you can "
|
612 |
"use [Attachment ID] indicate current attachment ID."
|
613 |
msgstr "此内容将在每个远程图像编码后显示。您可以使用[附件ID]指示当前连接ID。"
|
614 |
|
615 |
-
#: qqworld-auto-save-images.php:
|
616 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
617 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
618 |
|
619 |
-
#: qqworld-auto-save-images.php:
|
620 |
msgid "Select post types"
|
621 |
msgstr "选择文章类型"
|
622 |
|
623 |
-
#: qqworld-auto-save-images.php:
|
624 |
msgid ""
|
625 |
"If you have too many posts to be scan, sometimes in process looks like "
|
626 |
"stopping, but it may be fake. please be patient."
|
@@ -628,20 +633,20 @@ msgstr ""
|
|
628 |
"如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
|
629 |
"请耐心等待。"
|
630 |
|
631 |
-
#: qqworld-auto-save-images.php:
|
632 |
#, fuzzy
|
633 |
msgid "Categories"
|
634 |
msgstr "%s分類"
|
635 |
|
636 |
-
#: qqworld-auto-save-images.php:
|
637 |
msgid "Default empty to scan all categories."
|
638 |
msgstr "默认留空扫描所有分类。"
|
639 |
|
640 |
-
#: qqworld-auto-save-images.php:
|
641 |
msgid "Scope of Post ID"
|
642 |
msgstr "文章ID范围"
|
643 |
|
644 |
-
#: qqworld-auto-save-images.php:
|
645 |
msgid ""
|
646 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
647 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
@@ -652,16 +657,16 @@ msgstr ""
|
|
652 |
"者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
|
653 |
"该ID。"
|
654 |
|
655 |
-
#: qqworld-auto-save-images.php:
|
656 |
#, php-format
|
657 |
msgid "From %1$s to %2$s"
|
658 |
msgstr "从 %1$s 到 %2$s"
|
659 |
|
660 |
-
#: qqworld-auto-save-images.php:
|
661 |
msgid "Offset"
|
662 |
msgstr "偏移"
|
663 |
|
664 |
-
#: qqworld-auto-save-images.php:
|
665 |
msgid ""
|
666 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
667 |
"in the textfield and select '100'."
|
@@ -669,67 +674,67 @@ msgstr ""
|
|
669 |
"默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
|
670 |
"选择“100”。"
|
671 |
|
672 |
-
#: qqworld-auto-save-images.php:
|
673 |
#, php-format
|
674 |
msgid "Start from %s to Scan"
|
675 |
msgstr "从 %s 开始扫描"
|
676 |
|
677 |
-
#: qqworld-auto-save-images.php:
|
678 |
#, fuzzy
|
679 |
msgid "All"
|
680 |
msgstr "所有"
|
681 |
|
682 |
-
#: qqworld-auto-save-images.php:
|
683 |
#, fuzzy
|
684 |
msgid "Posts"
|
685 |
msgstr "熱門文章"
|
686 |
|
687 |
-
#: qqworld-auto-save-images.php:
|
688 |
msgid "Any"
|
689 |
msgstr "任意"
|
690 |
|
691 |
-
#: qqworld-auto-save-images.php:
|
692 |
msgid "Order By"
|
693 |
msgstr "排序依据"
|
694 |
|
695 |
-
#: qqworld-auto-save-images.php:
|
696 |
msgid "Author"
|
697 |
msgstr "作者"
|
698 |
|
699 |
-
#: qqworld-auto-save-images.php:
|
700 |
#, fuzzy
|
701 |
msgid "Date"
|
702 |
msgstr "日期"
|
703 |
|
704 |
-
#: qqworld-auto-save-images.php:
|
705 |
#, fuzzy
|
706 |
msgid "Last Modified"
|
707 |
msgstr "最後回複"
|
708 |
|
709 |
-
#: qqworld-auto-save-images.php:
|
710 |
msgid "Comment Count"
|
711 |
msgstr "评论"
|
712 |
|
713 |
-
#: qqworld-auto-save-images.php:
|
714 |
#, fuzzy
|
715 |
msgid "Order"
|
716 |
msgstr "順序"
|
717 |
|
718 |
-
#: qqworld-auto-save-images.php:
|
719 |
msgid "Speed"
|
720 |
msgstr "速度"
|
721 |
|
722 |
-
#: qqworld-auto-save-images.php:
|
723 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
724 |
msgstr "如果服务器压力过大,可以适当调低速度。"
|
725 |
|
726 |
-
#: qqworld-auto-save-images.php:
|
727 |
msgid ""
|
728 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
729 |
"take a long time."
|
730 |
msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
|
731 |
|
732 |
-
#: qqworld-auto-save-images.php:
|
733 |
msgid ""
|
734 |
"The list displayed will show you which posts including remote images, then "
|
735 |
"you can keep them to local manually via click \"Fetch\" button."
|
@@ -737,11 +742,25 @@ msgstr ""
|
|
737 |
"显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
|
738 |
"存。"
|
739 |
|
740 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
msgid "Demo of Manual Mode"
|
742 |
msgstr "手动模式的演示"
|
743 |
|
744 |
-
#: qqworld-auto-save-images.php:
|
745 |
msgid ""
|
746 |
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
747 |
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
@@ -751,83 +770,83 @@ msgstr ""
|
|
751 |
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
752 |
"\"></embed>"
|
753 |
|
754 |
-
#: qqworld-auto-save-images.php:
|
755 |
msgid "Comparison"
|
756 |
msgstr "对比"
|
757 |
|
758 |
-
#: qqworld-auto-save-images.php:
|
759 |
msgid "Items"
|
760 |
msgstr "对比项目"
|
761 |
|
762 |
-
#: qqworld-auto-save-images.php:
|
763 |
msgid "Ultimate Edition"
|
764 |
msgstr "旗舰版"
|
765 |
|
766 |
-
#: qqworld-auto-save-images.php:
|
767 |
msgid "Server Edition"
|
768 |
msgstr "服务器版"
|
769 |
|
770 |
-
#: qqworld-auto-save-images.php:
|
771 |
msgid "Professional Edition"
|
772 |
msgstr "专业版"
|
773 |
|
774 |
-
#: qqworld-auto-save-images.php:
|
775 |
msgid "Free Edition"
|
776 |
msgstr "免费版"
|
777 |
|
778 |
-
#: qqworld-auto-save-images.php:
|
779 |
msgid ""
|
780 |
"Automatically delete the HTML code of remote images smaller than Minimum-"
|
781 |
"Picture-Size."
|
782 |
msgstr "可选择自动删除小于最小图像尺寸的远程图像HTML代码"
|
783 |
|
784 |
-
#: qqworld-auto-save-images.php:
|
785 |
msgid ""
|
786 |
"Detecting replicated images in media library by Original-link and CRC (Only "
|
787 |
"for new images that after v1.1 updated)."
|
788 |
msgstr "在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)"
|
789 |
|
790 |
-
#: qqworld-auto-save-images.php:
|
791 |
msgid "Automatically exclude specified remote images by CRC."
|
792 |
msgstr "可以自动通过检验图像文件CRC忽略指定的远程图像。"
|
793 |
|
794 |
-
#: qqworld-auto-save-images.php:
|
795 |
msgid "Automatically delete html code of specified remote images by CRC."
|
796 |
msgstr "可以自动通过检验图像文件CRC删除指定的远程图像HTML代码。"
|
797 |
|
798 |
-
#: qqworld-auto-save-images.php:
|
799 |
msgid ""
|
800 |
"New manual mode with multi-thread<br> (Faster than automatic mode and modify "
|
801 |
"Title & Alt in realtime)"
|
802 |
msgstr "多线程的手动模式(下载速度是自动模式的N倍,且支持即时修改Title和Alt)"
|
803 |
|
804 |
-
#: qqworld-auto-save-images.php:
|
805 |
msgid "Download Images from WeChat"
|
806 |
msgstr "下载微信图片"
|
807 |
|
808 |
-
#: qqworld-auto-save-images.php:
|
809 |
msgid "Cron Scan Posts"
|
810 |
msgstr "定时扫描文章"
|
811 |
|
812 |
-
#: qqworld-auto-save-images.php:
|
813 |
msgid "Watermark"
|
814 |
msgstr "水印"
|
815 |
|
816 |
-
#: qqworld-auto-save-images.php:
|
817 |
msgid "Images Compression (JPG Only)"
|
818 |
msgstr "图片压缩(仅JPEG)"
|
819 |
|
820 |
-
#: qqworld-auto-save-images.php:
|
821 |
msgid "Use Proxy"
|
822 |
msgstr "使用代理服务器(可下载需要翻墙的图片)"
|
823 |
|
824 |
-
#: qqworld-auto-save-images.php:
|
825 |
msgid ""
|
826 |
"Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
|
827 |
"remote image with outside link, and grab the bigger one."
|
828 |
msgstr "智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)"
|
829 |
|
830 |
-
#: qqworld-auto-save-images.php:
|
831 |
msgid ""
|
832 |
"Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
|
833 |
"COS)"
|
@@ -835,25 +854,23 @@ msgstr ""
|
|
835 |
"使用Cookie-Free域名和外部存储器(阿里云OSS、七牛云存储、又拍云存储和腾讯COS"
|
836 |
"等),可以建立远程云媒体库,再也不怕本地磁盘不够用啦。"
|
837 |
|
838 |
-
#: qqworld-auto-save-images.php:
|
839 |
msgid ""
|
840 |
"Database content replacement, easy to replace content in post content and "
|
841 |
"post titles."
|
842 |
msgstr "数据库内容替换,轻松替换文章内容和标题的字符串。"
|
843 |
|
844 |
-
#: qqworld-auto-save-images.php:
|
845 |
msgid ""
|
846 |
-
"Collect webpage
|
847 |
-
"to choose from web pages.
|
848 |
-
msgstr ""
|
849 |
-
"手动采集功能:轻松转载文章、从网页中获取所有图片供选择。将来会开发自动采集功"
|
850 |
-
"能。"
|
851 |
|
852 |
-
#: qqworld-auto-save-images.php:
|
853 |
msgid "Translation (Baidu Translation, Google Translation)"
|
854 |
msgstr "翻译(百度翻译,谷歌翻译),支持简繁体互转喔!"
|
855 |
|
856 |
-
#: qqworld-auto-save-images.php:
|
857 |
msgid ""
|
858 |
"Set no remote images saved into media library, it means would not generate "
|
859 |
"thumbnail with many sizes. but if you checked Set-Featured-Image, the first "
|
@@ -862,11 +879,11 @@ msgstr ""
|
|
862 |
"可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了自"
|
863 |
"动设置特色图片,则只会将第一幅图片保存到媒体库。"
|
864 |
|
865 |
-
#: qqworld-auto-save-images.php:
|
866 |
msgid "Support automatically convert BMP/WEBP to JPG."
|
867 |
msgstr "支持BMP和WEBP(需PHP5.5)转JPG"
|
868 |
|
869 |
-
#: qqworld-auto-save-images.php:
|
870 |
msgid ""
|
871 |
"Cleaner tool: If you have a huge media library and do not know how many "
|
872 |
"attachments has not bean used. this tool will help you to find out."
|
@@ -874,37 +891,117 @@ msgstr ""
|
|
874 |
"清理工具:如果你有一个巨大的媒体库并且不知道有多少附件是未使用的,这个工具可"
|
875 |
"以帮到你。"
|
876 |
|
877 |
-
#: qqworld-auto-save-images.php:
|
878 |
msgid ""
|
879 |
"Special Features: Automatically keep remote images in the custom fields to "
|
880 |
"the local media library."
|
881 |
msgstr "特殊功能:自动保存自定义字段中的远程图像到本地媒体库。"
|
882 |
|
883 |
-
#: qqworld-auto-save-images.php:
|
884 |
msgid "Buy"
|
885 |
msgstr "购买"
|
886 |
|
887 |
-
#: qqworld-auto-save-images.php:
|
888 |
msgid "QQWorld Collector"
|
889 |
msgstr "QQWorld收藏家"
|
890 |
|
891 |
-
#: qqworld-auto-save-images.php:
|
892 |
-
|
893 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
894 |
msgstr " "
|
895 |
|
896 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
897 |
msgid "Has Missing/Undownloadable images."
|
898 |
msgstr "有 不存在/不可下载 的远程图像。"
|
899 |
|
900 |
-
#: qqworld-auto-save-images.php:
|
901 |
msgid "No remote images found."
|
902 |
msgstr "没有远程图像。"
|
903 |
|
904 |
-
#: qqworld-auto-save-images.php:
|
905 |
msgid "Original Link"
|
906 |
msgstr "原始链接"
|
907 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
908 |
#~ msgctxt "qqworld_auto_save_images"
|
909 |
#~ msgid ""
|
910 |
#~ "Automatically delete the HTML code of remote images smaller than Minimum-"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: QQworld Auto Save Images\n"
|
4 |
"Report-Msgid-Bugs-To: http://www.qqworld.org\n"
|
5 |
+
"POT-Creation-Date: 2017-04-14 07:58+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-04-14 07:58+0800\n"
|
7 |
"Last-Translator: Michael Wang <admin@qqworld.org>\n"
|
8 |
"Language-Team: QQWorld <admin@qqworld.org>\n"
|
9 |
"Language: zh_CN\n"
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: qqworld-auto-save-images.php:119 qqworld-auto-save-images.php:1049
|
23 |
+
#: qqworld-auto-save-images.php:1053
|
24 |
msgid "Michael Wang"
|
25 |
msgstr "王晓骞"
|
26 |
|
27 |
+
#: qqworld-auto-save-images.php:120
|
28 |
msgid " (In Development)"
|
29 |
msgstr "(开发中)"
|
30 |
|
31 |
+
#: qqworld-auto-save-images.php:127
|
32 |
msgid ""
|
33 |
"Your server PHP does not support cUrl, please remove ';' from in front of "
|
34 |
"extension=php_curl.dll in the php.ini."
|
35 |
msgstr ""
|
36 |
"你的服务器PHP不支持cUrl,请在php.ini中移除extension=php_curl.dll前面的‘;’。"
|
37 |
|
38 |
+
#: qqworld-auto-save-images.php:128
|
39 |
msgid ""
|
40 |
"Your server PHP does not support GD2, please remove ';' from in front of "
|
41 |
"extension=php_gd2.dll in the <strong>php.ini</strong>."
|
42 |
msgstr ""
|
43 |
"你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
|
44 |
|
45 |
+
#: qqworld-auto-save-images.php:129
|
46 |
msgid ""
|
47 |
"Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
|
48 |
"php.ini."
|
49 |
msgstr "你的服务器PHP不支持fopen,请在php.ini中设置allow_url_fopen=1。"
|
50 |
|
51 |
+
#: qqworld-auto-save-images.php:165
|
52 |
msgid "No taxonomies found."
|
53 |
msgstr "没有相关分类方法。"
|
54 |
|
55 |
+
#: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:341
|
56 |
+
#: qqworld-auto-save-images.php:1171
|
57 |
msgid "All remote images have been saved."
|
58 |
msgstr "已保存所有远程图像。"
|
59 |
|
60 |
+
#: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:174
|
61 |
#, php-format
|
62 |
msgid " <a href=\"%s\">View</a>"
|
63 |
msgstr " <a href=\"%s\">查看</a>"
|
64 |
|
65 |
+
#: qqworld-auto-save-images.php:174
|
66 |
msgid "Has missing images or image which could not download."
|
67 |
msgstr "内容包含 不存在/无法下载 的图像。"
|
68 |
|
69 |
+
#: qqworld-auto-save-images.php:195
|
70 |
msgid "In Process..."
|
71 |
msgstr "正在保存……"
|
72 |
|
73 |
+
#: qqworld-auto-save-images.php:196
|
74 |
msgid "Something error, please check."
|
75 |
msgstr "出错了,请检查。"
|
76 |
|
77 |
+
#: qqworld-auto-save-images.php:218
|
78 |
msgid ""
|
79 |
"Are you sure?<br />Before you click the yes button, I recommend backup site "
|
80 |
"database."
|
81 |
msgstr "你确定吗?<br />在点击确定按钮之前,我建议你备份网站的数据库。"
|
82 |
|
83 |
+
#: qqworld-auto-save-images.php:219 qqworld-auto-save-images.php:776
|
84 |
msgid "Please select post types."
|
85 |
msgstr "请选择文章类型。"
|
86 |
|
87 |
+
#: qqworld-auto-save-images.php:220
|
88 |
msgid "May be a problem with some posts: "
|
89 |
msgstr "也许一些文章有问题:"
|
90 |
|
91 |
+
#: qqworld-auto-save-images.php:221
|
92 |
#, php-format
|
93 |
msgid "No need enter \"%s\"."
|
94 |
msgstr "不需要输入“%s”。"
|
95 |
|
96 |
+
#: qqworld-auto-save-images.php:222
|
97 |
#, php-format
|
98 |
msgid "%d post has been scanned."
|
99 |
msgstr "已扫描%d篇文章。"
|
100 |
|
101 |
+
#: qqworld-auto-save-images.php:223
|
102 |
#, php-format
|
103 |
msgid "%d posts have been scanned."
|
104 |
msgstr "已扫描%d篇文章。"
|
105 |
|
106 |
+
#: qqworld-auto-save-images.php:224
|
107 |
#, php-format
|
108 |
msgid "%d post included remote images processed."
|
109 |
msgstr "已处理%d篇包含远程图像的文章。"
|
110 |
|
111 |
+
#: qqworld-auto-save-images.php:225
|
112 |
#, php-format
|
113 |
msgid "%d posts included remote images processed."
|
114 |
msgstr "已处理%d篇包含远程图像的文章。"
|
115 |
|
116 |
+
#: qqworld-auto-save-images.php:226
|
117 |
#, php-format
|
118 |
msgid "%d post has missing images couldn't be processed."
|
119 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
120 |
|
121 |
+
#: qqworld-auto-save-images.php:227
|
122 |
#, php-format
|
123 |
msgid "%d posts have missing images couldn't be processed."
|
124 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
125 |
|
126 |
+
#: qqworld-auto-save-images.php:228
|
127 |
#, php-format
|
128 |
msgid "found %d post including remote images."
|
129 |
msgstr "找到%d篇包含远程图像的文章。"
|
130 |
|
131 |
+
#: qqworld-auto-save-images.php:229
|
132 |
#, php-format
|
133 |
msgid "found %d posts including remote images."
|
134 |
msgstr "找到%d篇包含远程图像的文章。"
|
135 |
|
136 |
+
#: qqworld-auto-save-images.php:230
|
137 |
#, php-format
|
138 |
msgid "And with %d post has missing images."
|
139 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
140 |
|
141 |
+
#: qqworld-auto-save-images.php:231
|
142 |
#, php-format
|
143 |
msgid "And with %d posts have missing images."
|
144 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
145 |
|
146 |
+
#: qqworld-auto-save-images.php:232
|
147 |
msgid "No posts processed."
|
148 |
msgstr "未处理任何文章。"
|
149 |
|
150 |
+
#: qqworld-auto-save-images.php:233
|
151 |
msgid "No post has remote images found."
|
152 |
msgstr "没有文章包含远程图像。"
|
153 |
|
154 |
+
#: qqworld-auto-save-images.php:234
|
155 |
msgid "No posts found."
|
156 |
msgstr "未找到任何文章。"
|
157 |
|
158 |
+
#: qqworld-auto-save-images.php:235
|
159 |
msgid "All done."
|
160 |
msgstr "全部完成。"
|
161 |
|
162 |
+
#: qqworld-auto-save-images.php:236
|
163 |
#, fuzzy
|
164 |
msgid "Yes"
|
165 |
msgstr "是"
|
166 |
|
167 |
+
#: qqworld-auto-save-images.php:237 qqworld-auto-save-images.php:616
|
168 |
msgid "No"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: qqworld-auto-save-images.php:238
|
172 |
msgid "Scanning..."
|
173 |
msgstr "扫描中……"
|
174 |
|
175 |
+
#: qqworld-auto-save-images.php:239
|
176 |
msgid "Listing..."
|
177 |
msgstr "显示列表中……"
|
178 |
|
179 |
+
#: qqworld-auto-save-images.php:240 qqworld-auto-save-images.php:818
|
180 |
#, fuzzy
|
181 |
msgid "ID"
|
182 |
msgstr "博客ID"
|
183 |
|
184 |
+
#: qqworld-auto-save-images.php:241
|
185 |
msgid "Post Type"
|
186 |
msgstr "文章类型"
|
187 |
|
188 |
+
#: qqworld-auto-save-images.php:242 qqworld-auto-save-images.php:820
|
189 |
msgid "Title"
|
190 |
msgstr "标题"
|
191 |
|
192 |
+
#: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:798
|
193 |
msgid "Status"
|
194 |
msgstr "状态"
|
195 |
|
196 |
+
#: qqworld-auto-save-images.php:244
|
197 |
msgid "Control"
|
198 |
msgstr "控制"
|
199 |
|
200 |
+
#: qqworld-auto-save-images.php:245
|
201 |
#, fuzzy
|
202 |
msgid "Done"
|
203 |
msgstr "全部完成。"
|
204 |
|
205 |
+
#: qqworld-auto-save-images.php:246 qqworld-auto-save-images.php:596
|
206 |
#, fuzzy
|
207 |
msgid "Delete"
|
208 |
msgstr "刪除"
|
209 |
|
210 |
+
#: qqworld-auto-save-images.php:341 qqworld-auto-save-images.php:375
|
211 |
msgid "Has missing images."
|
212 |
msgstr "有不存在的远程图像。"
|
213 |
|
214 |
+
#: qqworld-auto-save-images.php:375
|
215 |
msgid "Normal"
|
216 |
msgstr "正常"
|
217 |
|
218 |
+
#: qqworld-auto-save-images.php:376
|
219 |
msgid "Fetch"
|
220 |
msgstr "抓取"
|
221 |
|
222 |
+
#: qqworld-auto-save-images.php:418
|
223 |
msgid "Save Remote Images"
|
224 |
msgstr "保存远程图片"
|
225 |
|
226 |
+
#: qqworld-auto-save-images.php:429
|
227 |
msgid "Settings"
|
228 |
msgstr "设置"
|
229 |
|
230 |
+
#: qqworld-auto-save-images.php:437
|
231 |
msgid "Auto Save Images"
|
232 |
msgstr "自动保存图片"
|
233 |
|
234 |
+
#: qqworld-auto-save-images.php:439 qqworld-auto-save-images.php:466
|
235 |
msgid "QQWorld Auto Save Images"
|
236 |
msgstr "QQWorld自动保存图片"
|
237 |
|
238 |
+
#: qqworld-auto-save-images.php:448
|
239 |
msgid "Installation"
|
240 |
msgstr "安装说明"
|
241 |
|
242 |
+
#: qqworld-auto-save-images.php:449
|
243 |
msgid ""
|
244 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
245 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
250 |
"告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
|
251 |
"插件会把未更改的图片再保存一次。</li></ol>"
|
252 |
|
253 |
+
#: qqworld-auto-save-images.php:453
|
254 |
msgid "Notice"
|
255 |
msgstr "注意"
|
256 |
|
257 |
+
#: qqworld-auto-save-images.php:454
|
258 |
msgid ""
|
259 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
260 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
283 |
"让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
|
284 |
"的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
|
285 |
|
286 |
+
#: qqworld-auto-save-images.php:458
|
287 |
msgid "About"
|
288 |
msgstr "关于"
|
289 |
|
290 |
+
#: qqworld-auto-save-images.php:459
|
291 |
msgid ""
|
292 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
293 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
301 |
"后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
|
302 |
"希望你们能喜欢它,谢谢。</p>"
|
303 |
|
304 |
+
#: qqworld-auto-save-images.php:467
|
305 |
msgid ""
|
306 |
"Automatically keep the all remote picture to the local, and automatically "
|
307 |
"set featured image."
|
308 |
msgstr ""
|
309 |
"自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
|
310 |
|
311 |
+
#: qqworld-auto-save-images.php:472
|
312 |
msgid "General"
|
313 |
msgstr "常规"
|
314 |
|
315 |
+
#: qqworld-auto-save-images.php:473
|
316 |
msgid "Filter"
|
317 |
msgstr "过滤"
|
318 |
|
319 |
+
#: qqworld-auto-save-images.php:474
|
320 |
msgid "Format"
|
321 |
msgstr "格式化"
|
322 |
|
323 |
+
#: qqworld-auto-save-images.php:475
|
324 |
msgid "Scan Posts"
|
325 |
msgstr "扫描文章"
|
326 |
|
327 |
+
#: qqworld-auto-save-images.php:476
|
328 |
msgid "Pro Edition"
|
329 |
msgstr "专业版"
|
330 |
|
331 |
+
#: qqworld-auto-save-images.php:477
|
332 |
+
msgid "Contact"
|
333 |
+
msgstr "联系方式"
|
334 |
+
|
335 |
+
#: qqworld-auto-save-images.php:483 qqworld-auto-save-images.php:485
|
336 |
msgid "Mode"
|
337 |
msgstr "模式"
|
338 |
|
339 |
+
#: qqworld-auto-save-images.php:488 qqworld-auto-save-images.php:856
|
340 |
msgid "Automatic"
|
341 |
msgstr "自动"
|
342 |
|
343 |
+
#: qqworld-auto-save-images.php:489
|
344 |
msgid ""
|
345 |
"Automatically save all remote images to local media libary when you save or "
|
346 |
"publish post."
|
347 |
msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
|
348 |
|
349 |
+
#: qqworld-auto-save-images.php:492 qqworld-auto-save-images.php:857
|
350 |
msgid "Manual"
|
351 |
msgstr "手动"
|
352 |
|
353 |
+
#: qqworld-auto-save-images.php:493
|
354 |
msgid ""
|
355 |
"Manually save all remote images to local media libary when you click the "
|
356 |
"button on the top of editor."
|
357 |
msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
|
358 |
|
359 |
+
#: qqworld-auto-save-images.php:498 qqworld-auto-save-images.php:500
|
360 |
msgid "When"
|
361 |
msgstr "什么时候"
|
362 |
|
363 |
+
#: qqworld-auto-save-images.php:503
|
364 |
msgid "Save post (Publish, save draft or pedding review)."
|
365 |
msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
|
366 |
|
367 |
+
#: qqworld-auto-save-images.php:507
|
368 |
msgid "Publish post only."
|
369 |
msgstr "仅发布文章时。"
|
370 |
|
371 |
+
#: qqworld-auto-save-images.php:513 qqworld-auto-save-images.php:515
|
372 |
msgid "Schedule Publish"
|
373 |
msgstr "定时发布"
|
374 |
|
375 |
+
#: qqworld-auto-save-images.php:513
|
376 |
msgid "Save remote images via Schedule Publish."
|
377 |
msgstr "通过定时发布保存远程图像。"
|
378 |
|
379 |
+
#: qqworld-auto-save-images.php:523 qqworld-auto-save-images.php:525
|
380 |
msgid "Remote Publishing"
|
381 |
msgstr "远程发布"
|
382 |
|
383 |
+
#: qqworld-auto-save-images.php:523
|
384 |
msgid ""
|
385 |
"Save remote images via remote publishing from IFTTT or other way using "
|
386 |
"XMLRPC. Only supports publish post."
|
387 |
msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
|
388 |
|
389 |
+
#: qqworld-auto-save-images.php:533 qqworld-auto-save-images.php:535
|
390 |
+
#: qqworld-auto-save-images.php:874
|
391 |
msgid "Set Featured Image"
|
392 |
msgstr "设置特色图片"
|
393 |
|
394 |
+
#: qqworld-auto-save-images.php:533
|
395 |
msgid "Set first one of the remote images as featured image."
|
396 |
msgstr "设置远程图片中的第1个为特色图片。"
|
397 |
|
398 |
+
#: qqworld-auto-save-images.php:549 qqworld-auto-save-images.php:551
|
399 |
msgid "Grabbing from Each Posts"
|
400 |
msgstr "从每篇文章抓取"
|
401 |
|
402 |
+
#: qqworld-auto-save-images.php:553
|
403 |
msgid "All Images"
|
404 |
msgstr "全部图片"
|
405 |
|
406 |
+
#: qqworld-auto-save-images.php:557
|
407 |
#, php-format
|
408 |
msgid "First %d image only"
|
409 |
msgid_plural "First %d images only"
|
410 |
msgstr[0] "前 %d 幅图像"
|
411 |
|
412 |
+
#: qqworld-auto-save-images.php:564 qqworld-auto-save-images.php:566
|
413 |
msgid "Minimum Picture Size"
|
414 |
msgstr "最小图像尺寸"
|
415 |
|
416 |
+
#: qqworld-auto-save-images.php:564
|
417 |
msgid "Ignore smaller than this size picture."
|
418 |
msgstr "忽略比这个尺寸更小的图像。"
|
419 |
|
420 |
+
#: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:580
|
421 |
msgid "Width:"
|
422 |
msgstr "宽度:"
|
423 |
|
424 |
+
#: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:571
|
425 |
+
#: qqworld-auto-save-images.php:580 qqworld-auto-save-images.php:583
|
426 |
msgid "(px)"
|
427 |
msgstr "(像素)"
|
428 |
|
429 |
+
#: qqworld-auto-save-images.php:571 qqworld-auto-save-images.php:583
|
430 |
msgid "Height:"
|
431 |
msgstr "高度:"
|
432 |
|
433 |
+
#: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:578
|
434 |
msgid "Maximum Picture Size"
|
435 |
msgstr "最大图像尺寸"
|
436 |
|
437 |
+
#: qqworld-auto-save-images.php:576
|
438 |
msgid ""
|
439 |
"Automatic reduction is greater than the size of the picture. if you want "
|
440 |
"image width less than 800px with any size height, please set width 800 and "
|
443 |
"自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
|
444 |
"800,并设置高度为空。"
|
445 |
|
446 |
+
#: qqworld-auto-save-images.php:588 qqworld-auto-save-images.php:590
|
447 |
msgid "Exclude Domain/Keyword"
|
448 |
msgstr "排除域名/关键词"
|
449 |
|
450 |
+
#: qqworld-auto-save-images.php:588
|
451 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
452 |
msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
|
453 |
|
454 |
+
#: qqworld-auto-save-images.php:600
|
455 |
msgid "Add a Domain/Keyword"
|
456 |
msgstr "添加域名/关键词"
|
457 |
|
458 |
+
#: qqworld-auto-save-images.php:611 qqworld-auto-save-images.php:614
|
459 |
msgid "Change Image Filename"
|
460 |
msgstr "更改图片文件名"
|
461 |
|
462 |
+
#: qqworld-auto-save-images.php:617
|
463 |
msgid ""
|
464 |
"Only change remote images filename that have Non-ASCii characters (for "
|
465 |
"Windows Server)"
|
466 |
msgstr "仅修改包含非ASCii字符的远程图片文件名(用于Windows服务器)"
|
467 |
|
468 |
+
#: qqworld-auto-save-images.php:618
|
469 |
msgid ""
|
470 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
471 |
msgstr "改变所有远程图片文件名为文章名(Post Name)(用于Linux服务器)"
|
472 |
|
473 |
+
#: qqworld-auto-save-images.php:623 qqworld-auto-save-images.php:625
|
474 |
msgid "Custom Filename Structure"
|
475 |
msgstr "自定文件名结构"
|
476 |
|
477 |
+
#: qqworld-auto-save-images.php:630
|
478 |
msgid "Original filename or automatic changed filename."
|
479 |
msgstr "原文件名或自动更改的文件名。"
|
480 |
|
481 |
+
#: qqworld-auto-save-images.php:631
|
482 |
msgid "Full date, e.g. 20150209."
|
483 |
msgstr "完整的日期,例如:20150209。"
|
484 |
|
485 |
+
#: qqworld-auto-save-images.php:632
|
486 |
msgid "YYYY, e.g. 2015."
|
487 |
msgstr "YYYY,例如:2015。"
|
488 |
|
489 |
+
#: qqworld-auto-save-images.php:633
|
490 |
msgid "MM, e.g. 02."
|
491 |
msgstr "MM,例如:02。"
|
492 |
|
493 |
+
#: qqworld-auto-save-images.php:634
|
494 |
msgid "DD, e.g. 15."
|
495 |
msgstr "DD,例如:15。"
|
496 |
|
497 |
+
#: qqworld-auto-save-images.php:635
|
498 |
msgid "HHMMSS, e.g. 182547."
|
499 |
msgstr "HHMMSS,例如:182547。"
|
500 |
|
501 |
+
#: qqworld-auto-save-images.php:636
|
502 |
#, php-format
|
503 |
msgid "Unix timestamp, e.g. %s."
|
504 |
msgstr "Unix时间戳,例如:%s。"
|
505 |
|
506 |
+
#: qqworld-auto-save-images.php:641 qqworld-auto-save-images.php:643
|
507 |
msgid "Change Title & Alt"
|
508 |
msgstr "更改标题和替代文本"
|
509 |
|
510 |
+
#: qqworld-auto-save-images.php:641
|
511 |
msgid "Automatically add title & alt of image as post title."
|
512 |
msgstr "自动依照文章标题添加图片的标题和替代文本。"
|
513 |
|
514 |
+
#: qqworld-auto-save-images.php:650 qqworld-auto-save-images.php:652
|
515 |
msgid "Keep Outside Links"
|
516 |
msgstr "保留外链"
|
517 |
|
518 |
+
#: qqworld-auto-save-images.php:650
|
519 |
msgid "Keep the outside links of remote images if exist."
|
520 |
msgstr "保留远程图片的链接,如果有的话。"
|
521 |
|
522 |
+
#: qqworld-auto-save-images.php:659 qqworld-auto-save-images.php:661
|
523 |
msgid "Save Outside Links"
|
524 |
msgstr "保存外链"
|
525 |
|
526 |
+
#: qqworld-auto-save-images.php:659
|
527 |
msgid "Save the outside links to description of attachments."
|
528 |
msgstr "保存外部链接到附件的描述。"
|
529 |
|
530 |
+
#: qqworld-auto-save-images.php:665
|
531 |
msgid ""
|
532 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
533 |
"this below:"
|
534 |
msgstr ""
|
535 |
"如果想自定义该内容,加入类似以下代码到 <strong>functions.php</strong> 中:"
|
536 |
|
537 |
+
#: qqworld-auto-save-images.php:674 qqworld-auto-save-images.php:676
|
538 |
msgid "Image Size"
|
539 |
msgstr "图像尺寸"
|
540 |
|
541 |
+
#: qqworld-auto-save-images.php:674
|
542 |
msgid "Replace images you want size to display."
|
543 |
msgstr "替换成你想要显示的尺寸的图像。"
|
544 |
|
545 |
+
#: qqworld-auto-save-images.php:681
|
546 |
#, fuzzy
|
547 |
msgid "Thumbnail"
|
548 |
msgstr ""
|
549 |
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
550 |
"jQuery路徑。"
|
551 |
|
552 |
+
#: qqworld-auto-save-images.php:682
|
553 |
msgid "Medium"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: qqworld-auto-save-images.php:683
|
557 |
msgid "Large"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: qqworld-auto-save-images.php:684
|
561 |
msgid "Full Size"
|
562 |
msgstr "完整尺寸"
|
563 |
|
564 |
+
#: qqworld-auto-save-images.php:693 qqworld-auto-save-images.php:695
|
565 |
msgid "Link To"
|
566 |
msgstr "链接到"
|
567 |
|
568 |
+
#: qqworld-auto-save-images.php:693
|
569 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
570 |
msgstr "如果你勾选了保留外链,本项将不起作用。"
|
571 |
|
572 |
+
#: qqworld-auto-save-images.php:700
|
573 |
#, fuzzy
|
574 |
msgid "Media File"
|
575 |
msgstr "添加文件"
|
576 |
|
577 |
+
#: qqworld-auto-save-images.php:701
|
578 |
#, fuzzy
|
579 |
msgid "Attachment Page"
|
580 |
msgstr "(附件)"
|
581 |
|
582 |
+
#: qqworld-auto-save-images.php:702 qqworld-auto-save-images.php:721
|
583 |
msgid "None"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: qqworld-auto-save-images.php:711 qqworld-auto-save-images.php:713
|
587 |
msgid "Align To"
|
588 |
msgstr "对齐方式"
|
589 |
|
590 |
+
#: qqworld-auto-save-images.php:718
|
591 |
msgid "Left"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: qqworld-auto-save-images.php:719
|
595 |
msgid "Center"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: qqworld-auto-save-images.php:720
|
599 |
msgid "Right"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: qqworld-auto-save-images.php:730 qqworld-auto-save-images.php:732
|
603 |
msgid "Auto Caption"
|
604 |
msgstr "自动图说"
|
605 |
|
606 |
+
#: qqworld-auto-save-images.php:730
|
607 |
msgid "Automatically add caption shortcode."
|
608 |
msgstr "自动添加图说短代码。"
|
609 |
|
610 |
+
#: qqworld-auto-save-images.php:739 qqworld-auto-save-images.php:741
|
611 |
msgid "Additional Content"
|
612 |
msgstr "额外的内容"
|
613 |
|
614 |
+
#: qqworld-auto-save-images.php:739
|
615 |
msgid ""
|
616 |
"This content will be displayed after the each remote images code. you can "
|
617 |
"use [Attachment ID] indicate current attachment ID."
|
618 |
msgstr "此内容将在每个远程图像编码后显示。您可以使用[附件ID]指示当前连接ID。"
|
619 |
|
620 |
+
#: qqworld-auto-save-images.php:744
|
621 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
622 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
623 |
|
624 |
+
#: qqworld-auto-save-images.php:761
|
625 |
msgid "Select post types"
|
626 |
msgstr "选择文章类型"
|
627 |
|
628 |
+
#: qqworld-auto-save-images.php:761
|
629 |
msgid ""
|
630 |
"If you have too many posts to be scan, sometimes in process looks like "
|
631 |
"stopping, but it may be fake. please be patient."
|
633 |
"如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
|
634 |
"请耐心等待。"
|
635 |
|
636 |
+
#: qqworld-auto-save-images.php:775
|
637 |
#, fuzzy
|
638 |
msgid "Categories"
|
639 |
msgstr "%s分類"
|
640 |
|
641 |
+
#: qqworld-auto-save-images.php:775
|
642 |
msgid "Default empty to scan all categories."
|
643 |
msgstr "默认留空扫描所有分类。"
|
644 |
|
645 |
+
#: qqworld-auto-save-images.php:780
|
646 |
msgid "Scope of Post ID"
|
647 |
msgstr "文章ID范围"
|
648 |
|
649 |
+
#: qqworld-auto-save-images.php:780
|
650 |
msgid ""
|
651 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
652 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
657 |
"者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
|
658 |
"该ID。"
|
659 |
|
660 |
+
#: qqworld-auto-save-images.php:781
|
661 |
#, php-format
|
662 |
msgid "From %1$s to %2$s"
|
663 |
msgstr "从 %1$s 到 %2$s"
|
664 |
|
665 |
+
#: qqworld-auto-save-images.php:785
|
666 |
msgid "Offset"
|
667 |
msgstr "偏移"
|
668 |
|
669 |
+
#: qqworld-auto-save-images.php:785
|
670 |
msgid ""
|
671 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
672 |
"in the textfield and select '100'."
|
674 |
"默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
|
675 |
"选择“100”。"
|
676 |
|
677 |
+
#: qqworld-auto-save-images.php:787
|
678 |
#, php-format
|
679 |
msgid "Start from %s to Scan"
|
680 |
msgstr "从 %s 开始扫描"
|
681 |
|
682 |
+
#: qqworld-auto-save-images.php:789
|
683 |
#, fuzzy
|
684 |
msgid "All"
|
685 |
msgstr "所有"
|
686 |
|
687 |
+
#: qqworld-auto-save-images.php:793
|
688 |
#, fuzzy
|
689 |
msgid "Posts"
|
690 |
msgstr "熱門文章"
|
691 |
|
692 |
+
#: qqworld-auto-save-images.php:803
|
693 |
msgid "Any"
|
694 |
msgstr "任意"
|
695 |
|
696 |
+
#: qqworld-auto-save-images.php:813
|
697 |
msgid "Order By"
|
698 |
msgstr "排序依据"
|
699 |
|
700 |
+
#: qqworld-auto-save-images.php:819
|
701 |
msgid "Author"
|
702 |
msgstr "作者"
|
703 |
|
704 |
+
#: qqworld-auto-save-images.php:821
|
705 |
#, fuzzy
|
706 |
msgid "Date"
|
707 |
msgstr "日期"
|
708 |
|
709 |
+
#: qqworld-auto-save-images.php:822
|
710 |
#, fuzzy
|
711 |
msgid "Last Modified"
|
712 |
msgstr "最後回複"
|
713 |
|
714 |
+
#: qqworld-auto-save-images.php:823
|
715 |
msgid "Comment Count"
|
716 |
msgstr "评论"
|
717 |
|
718 |
+
#: qqworld-auto-save-images.php:833
|
719 |
#, fuzzy
|
720 |
msgid "Order"
|
721 |
msgstr "順序"
|
722 |
|
723 |
+
#: qqworld-auto-save-images.php:843
|
724 |
msgid "Speed"
|
725 |
msgstr "速度"
|
726 |
|
727 |
+
#: qqworld-auto-save-images.php:843
|
728 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
729 |
msgstr "如果服务器压力过大,可以适当调低速度。"
|
730 |
|
731 |
+
#: qqworld-auto-save-images.php:856
|
732 |
msgid ""
|
733 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
734 |
"take a long time."
|
735 |
msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
|
736 |
|
737 |
+
#: qqworld-auto-save-images.php:857
|
738 |
msgid ""
|
739 |
"The list displayed will show you which posts including remote images, then "
|
740 |
"you can keep them to local manually via click \"Fetch\" button."
|
742 |
"显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
|
743 |
"存。"
|
744 |
|
745 |
+
#: qqworld-auto-save-images.php:868
|
746 |
+
msgid "Summary"
|
747 |
+
msgstr "简介"
|
748 |
+
|
749 |
+
#: qqworld-auto-save-images.php:869
|
750 |
+
msgid ""
|
751 |
+
"Does the feeling of maintaining the site work very heavy? This plugin will "
|
752 |
+
"save you a lot of time!"
|
753 |
+
msgstr ""
|
754 |
+
"感觉维护网站的工作很繁重吗?本插件将为你节约大量的时间!QQWorld收藏家是一款"
|
755 |
+
"Wordpress采集插件,特色是批量采集微信公众号和头条号,抓取微信图片、支持水印,"
|
756 |
+
"支持阿里云OSS、又拍云、腾讯COS、七牛云存储和百度BOS,不仅可以配合火车头作业,"
|
757 |
+
"也完全可以独当一面。"
|
758 |
+
|
759 |
+
#: qqworld-auto-save-images.php:872
|
760 |
msgid "Demo of Manual Mode"
|
761 |
msgstr "手动模式的演示"
|
762 |
|
763 |
+
#: qqworld-auto-save-images.php:875
|
764 |
msgid ""
|
765 |
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
766 |
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
770 |
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
771 |
"\"></embed>"
|
772 |
|
773 |
+
#: qqworld-auto-save-images.php:879
|
774 |
msgid "Comparison"
|
775 |
msgstr "对比"
|
776 |
|
777 |
+
#: qqworld-auto-save-images.php:885
|
778 |
msgid "Items"
|
779 |
msgstr "对比项目"
|
780 |
|
781 |
+
#: qqworld-auto-save-images.php:886
|
782 |
msgid "Ultimate Edition"
|
783 |
msgstr "旗舰版"
|
784 |
|
785 |
+
#: qqworld-auto-save-images.php:887
|
786 |
msgid "Server Edition"
|
787 |
msgstr "服务器版"
|
788 |
|
789 |
+
#: qqworld-auto-save-images.php:888
|
790 |
msgid "Professional Edition"
|
791 |
msgstr "专业版"
|
792 |
|
793 |
+
#: qqworld-auto-save-images.php:889
|
794 |
msgid "Free Edition"
|
795 |
msgstr "免费版"
|
796 |
|
797 |
+
#: qqworld-auto-save-images.php:894
|
798 |
msgid ""
|
799 |
"Automatically delete the HTML code of remote images smaller than Minimum-"
|
800 |
"Picture-Size."
|
801 |
msgstr "可选择自动删除小于最小图像尺寸的远程图像HTML代码"
|
802 |
|
803 |
+
#: qqworld-auto-save-images.php:901
|
804 |
msgid ""
|
805 |
"Detecting replicated images in media library by Original-link and CRC (Only "
|
806 |
"for new images that after v1.1 updated)."
|
807 |
msgstr "在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)"
|
808 |
|
809 |
+
#: qqworld-auto-save-images.php:908
|
810 |
msgid "Automatically exclude specified remote images by CRC."
|
811 |
msgstr "可以自动通过检验图像文件CRC忽略指定的远程图像。"
|
812 |
|
813 |
+
#: qqworld-auto-save-images.php:915
|
814 |
msgid "Automatically delete html code of specified remote images by CRC."
|
815 |
msgstr "可以自动通过检验图像文件CRC删除指定的远程图像HTML代码。"
|
816 |
|
817 |
+
#: qqworld-auto-save-images.php:922
|
818 |
msgid ""
|
819 |
"New manual mode with multi-thread<br> (Faster than automatic mode and modify "
|
820 |
"Title & Alt in realtime)"
|
821 |
msgstr "多线程的手动模式(下载速度是自动模式的N倍,且支持即时修改Title和Alt)"
|
822 |
|
823 |
+
#: qqworld-auto-save-images.php:929
|
824 |
msgid "Download Images from WeChat"
|
825 |
msgstr "下载微信图片"
|
826 |
|
827 |
+
#: qqworld-auto-save-images.php:936
|
828 |
msgid "Cron Scan Posts"
|
829 |
msgstr "定时扫描文章"
|
830 |
|
831 |
+
#: qqworld-auto-save-images.php:943
|
832 |
msgid "Watermark"
|
833 |
msgstr "水印"
|
834 |
|
835 |
+
#: qqworld-auto-save-images.php:950
|
836 |
msgid "Images Compression (JPG Only)"
|
837 |
msgstr "图片压缩(仅JPEG)"
|
838 |
|
839 |
+
#: qqworld-auto-save-images.php:957
|
840 |
msgid "Use Proxy"
|
841 |
msgstr "使用代理服务器(可下载需要翻墙的图片)"
|
842 |
|
843 |
+
#: qqworld-auto-save-images.php:964
|
844 |
msgid ""
|
845 |
"Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
|
846 |
"remote image with outside link, and grab the bigger one."
|
847 |
msgstr "智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)"
|
848 |
|
849 |
+
#: qqworld-auto-save-images.php:971
|
850 |
msgid ""
|
851 |
"Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
|
852 |
"COS)"
|
854 |
"使用Cookie-Free域名和外部存储器(阿里云OSS、七牛云存储、又拍云存储和腾讯COS"
|
855 |
"等),可以建立远程云媒体库,再也不怕本地磁盘不够用啦。"
|
856 |
|
857 |
+
#: qqworld-auto-save-images.php:978
|
858 |
msgid ""
|
859 |
"Database content replacement, easy to replace content in post content and "
|
860 |
"post titles."
|
861 |
msgstr "数据库内容替换,轻松替换文章内容和标题的字符串。"
|
862 |
|
863 |
+
#: qqworld-auto-save-images.php:985
|
864 |
msgid ""
|
865 |
+
"Collect webpage automatically: Easy reprint articles,<br> and get all the "
|
866 |
+
"images to choose from web pages."
|
867 |
+
msgstr "自动采集功能:轻松转载文章、从网页中获取所有图片供选择。"
|
|
|
|
|
868 |
|
869 |
+
#: qqworld-auto-save-images.php:992
|
870 |
msgid "Translation (Baidu Translation, Google Translation)"
|
871 |
msgstr "翻译(百度翻译,谷歌翻译),支持简繁体互转喔!"
|
872 |
|
873 |
+
#: qqworld-auto-save-images.php:999
|
874 |
msgid ""
|
875 |
"Set no remote images saved into media library, it means would not generate "
|
876 |
"thumbnail with many sizes. but if you checked Set-Featured-Image, the first "
|
879 |
"可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了自"
|
880 |
"动设置特色图片,则只会将第一幅图片保存到媒体库。"
|
881 |
|
882 |
+
#: qqworld-auto-save-images.php:1006
|
883 |
msgid "Support automatically convert BMP/WEBP to JPG."
|
884 |
msgstr "支持BMP和WEBP(需PHP5.5)转JPG"
|
885 |
|
886 |
+
#: qqworld-auto-save-images.php:1013
|
887 |
msgid ""
|
888 |
"Cleaner tool: If you have a huge media library and do not know how many "
|
889 |
"attachments has not bean used. this tool will help you to find out."
|
891 |
"清理工具:如果你有一个巨大的媒体库并且不知道有多少附件是未使用的,这个工具可"
|
892 |
"以帮到你。"
|
893 |
|
894 |
+
#: qqworld-auto-save-images.php:1020
|
895 |
msgid ""
|
896 |
"Special Features: Automatically keep remote images in the custom fields to "
|
897 |
"the local media library."
|
898 |
msgstr "特殊功能:自动保存自定义字段中的远程图像到本地媒体库。"
|
899 |
|
900 |
+
#: qqworld-auto-save-images.php:1032
|
901 |
msgid "Buy"
|
902 |
msgstr "购买"
|
903 |
|
904 |
+
#: qqworld-auto-save-images.php:1033
|
905 |
msgid "QQWorld Collector"
|
906 |
msgstr "QQWorld收藏家"
|
907 |
|
908 |
+
#: qqworld-auto-save-images.php:1034
|
909 |
+
#, php-format
|
910 |
+
msgid "Price: from <strong>%s</strong>"
|
911 |
+
msgstr "售价:<strong>%s</strong> 起"
|
912 |
+
|
913 |
+
#: qqworld-auto-save-images.php:1034
|
914 |
+
msgctxt "price"
|
915 |
+
msgid "$15 (RMB ¥99)"
|
916 |
+
msgstr "¥99($15 美元)"
|
917 |
+
|
918 |
+
#: qqworld-auto-save-images.php:1035
|
919 |
+
msgid "(No need understand chinese, there is a language switcher on Header.)"
|
920 |
msgstr " "
|
921 |
|
922 |
+
#: qqworld-auto-save-images.php:1048
|
923 |
+
msgctxt "contact"
|
924 |
+
msgid "Developer"
|
925 |
+
msgstr "开发者"
|
926 |
+
|
927 |
+
#: qqworld-auto-save-images.php:1052
|
928 |
+
msgid "Email"
|
929 |
+
msgstr ""
|
930 |
+
|
931 |
+
#: qqworld-auto-save-images.php:1056
|
932 |
+
msgid "Tencent QQ"
|
933 |
+
msgstr "腾讯QQ"
|
934 |
+
|
935 |
+
#: qqworld-auto-save-images.php:1057
|
936 |
+
#, php-format
|
937 |
+
msgid "%s: "
|
938 |
+
msgstr "%s:"
|
939 |
+
|
940 |
+
#: qqworld-auto-save-images.php:1057
|
941 |
+
msgid "QQ Group"
|
942 |
+
msgstr "QQ群"
|
943 |
+
|
944 |
+
#: qqworld-auto-save-images.php:1060
|
945 |
+
msgid "Wechat"
|
946 |
+
msgstr "微信"
|
947 |
+
|
948 |
+
#: qqworld-auto-save-images.php:1062
|
949 |
+
msgid "Please use the WeChat APP to scan the QR code."
|
950 |
+
msgstr "请使用微信APP扫描二维码。"
|
951 |
+
|
952 |
+
#: qqworld-auto-save-images.php:1065
|
953 |
+
msgid "Cellphone"
|
954 |
+
msgstr "手机"
|
955 |
+
|
956 |
+
#: qqworld-auto-save-images.php:1168
|
957 |
msgid "Has Missing/Undownloadable images."
|
958 |
msgstr "有 不存在/不可下载 的远程图像。"
|
959 |
|
960 |
+
#: qqworld-auto-save-images.php:1175
|
961 |
msgid "No remote images found."
|
962 |
msgstr "没有远程图像。"
|
963 |
|
964 |
+
#: qqworld-auto-save-images.php:1377
|
965 |
msgid "Original Link"
|
966 |
msgstr "原始链接"
|
967 |
|
968 |
+
#~ msgid "$15 (RMB ¥99)"
|
969 |
+
#~ msgstr "¥99($15 美元)"
|
970 |
+
|
971 |
+
#~ msgid "Price: <strong>%s</strong>"
|
972 |
+
#~ msgstr "售价:<strong>%s</strong>"
|
973 |
+
|
974 |
+
#~ msgid "The inactive domain is free for 15 days."
|
975 |
+
#~ msgstr "未激活的域名可以免费试用15天。"
|
976 |
+
|
977 |
+
#~ msgid "Free Download"
|
978 |
+
#~ msgstr "免费下载"
|
979 |
+
|
980 |
+
#~ msgid "Baidu SkyDrive"
|
981 |
+
#~ msgstr "百度云网盘"
|
982 |
+
|
983 |
+
#~ msgid "Google Drive"
|
984 |
+
#~ msgstr "谷歌云端硬盘"
|
985 |
+
|
986 |
+
#~ msgid ""
|
987 |
+
#~ "(No need understand chinese, there is a language switcher on left "
|
988 |
+
#~ "sidebar.)"
|
989 |
+
#~ msgstr " "
|
990 |
+
|
991 |
+
#~ msgid ""
|
992 |
+
#~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
|
993 |
+
#~ "images to choose from web pages. and the automatic collection feature in "
|
994 |
+
#~ "future."
|
995 |
+
#~ msgstr ",未来将开发自动采集功能。"
|
996 |
+
|
997 |
+
#~ msgid ""
|
998 |
+
#~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
|
999 |
+
#~ "images to choose from web pages. and the automatic collection feature in "
|
1000 |
+
#~ "future."
|
1001 |
+
#~ msgstr ""
|
1002 |
+
#~ "手动采集功能:轻松转载文章、从网页中获取所有图片供选择。将来会开发自动采集"
|
1003 |
+
#~ "功能。"
|
1004 |
+
|
1005 |
#~ msgctxt "qqworld_auto_save_images"
|
1006 |
#~ msgid ""
|
1007 |
#~ "Automatically delete the HTML code of remote images smaller than Minimum-"
|
lang/qqworld_auto_save_images-zh_TW.mo
CHANGED
Binary file
|
lang/qqworld_auto_save_images-zh_TW.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: QQworld Auto Save Images\n"
|
4 |
"Report-Msgid-Bugs-To: http://www.qqworld.org\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Michael Wang <admin@qqworld.org>\n"
|
8 |
"Language-Team: QQWorld <admin@qqworld.org>\n"
|
9 |
"Language: zh_CN\n"
|
@@ -19,226 +19,227 @@ msgstr ""
|
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#: qqworld-auto-save-images.php:
|
|
|
23 |
msgid "Michael Wang"
|
24 |
msgstr "王曉骞"
|
25 |
|
26 |
-
#: qqworld-auto-save-images.php:
|
27 |
msgid " (In Development)"
|
28 |
msgstr "(開發中)"
|
29 |
|
30 |
-
#: qqworld-auto-save-images.php:
|
31 |
msgid ""
|
32 |
"Your server PHP does not support cUrl, please remove ';' from in front of "
|
33 |
"extension=php_curl.dll in the php.ini."
|
34 |
msgstr ""
|
35 |
"你的服務器PHP不支持cUrl,請在php.ini中移除extension=php_curl.dll前面的‘;’。"
|
36 |
|
37 |
-
#: qqworld-auto-save-images.php:
|
38 |
msgid ""
|
39 |
"Your server PHP does not support GD2, please remove ';' from in front of "
|
40 |
"extension=php_gd2.dll in the <strong>php.ini</strong>."
|
41 |
msgstr ""
|
42 |
"你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
|
43 |
|
44 |
-
#: qqworld-auto-save-images.php:
|
45 |
msgid ""
|
46 |
"Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
|
47 |
"php.ini."
|
48 |
msgstr "你的服務器PHP不支持fopen,請在php.ini中設置allow_url_fopen=1。"
|
49 |
|
50 |
-
#: qqworld-auto-save-images.php:
|
51 |
msgid "No taxonomies found."
|
52 |
msgstr "沒有相關分類方法。"
|
53 |
|
54 |
-
#: qqworld-auto-save-images.php:
|
55 |
-
#: qqworld-auto-save-images.php:
|
56 |
msgid "All remote images have been saved."
|
57 |
msgstr "已保存所有遠程圖像。"
|
58 |
|
59 |
-
#: qqworld-auto-save-images.php:
|
60 |
#, php-format
|
61 |
msgid " <a href=\"%s\">View</a>"
|
62 |
msgstr " <a href=\"%s\">查看</a>"
|
63 |
|
64 |
-
#: qqworld-auto-save-images.php:
|
65 |
msgid "Has missing images or image which could not download."
|
66 |
msgstr "內容包含 不存在/無法下載 的圖像。"
|
67 |
|
68 |
-
#: qqworld-auto-save-images.php:
|
69 |
msgid "In Process..."
|
70 |
msgstr "正在保存……"
|
71 |
|
72 |
-
#: qqworld-auto-save-images.php:
|
73 |
msgid "Something error, please check."
|
74 |
msgstr "出錯了,請檢查。"
|
75 |
|
76 |
-
#: qqworld-auto-save-images.php:
|
77 |
msgid ""
|
78 |
"Are you sure?<br />Before you click the yes button, I recommend backup site "
|
79 |
"database."
|
80 |
msgstr "你確定嗎?<br />在點擊確定按鈕之前,我建議你備份網站的數據庫。"
|
81 |
|
82 |
-
#: qqworld-auto-save-images.php:
|
83 |
msgid "Please select post types."
|
84 |
msgstr "請選擇文章類型。"
|
85 |
|
86 |
-
#: qqworld-auto-save-images.php:
|
87 |
msgid "May be a problem with some posts: "
|
88 |
msgstr "也許一些文章有問題:"
|
89 |
|
90 |
-
#: qqworld-auto-save-images.php:
|
91 |
#, php-format
|
92 |
msgid "No need enter \"%s\"."
|
93 |
msgstr "不需要輸入“%s”。"
|
94 |
|
95 |
-
#: qqworld-auto-save-images.php:
|
96 |
#, php-format
|
97 |
msgid "%d post has been scanned."
|
98 |
msgstr "已掃描%d篇文章。"
|
99 |
|
100 |
-
#: qqworld-auto-save-images.php:
|
101 |
#, php-format
|
102 |
msgid "%d posts have been scanned."
|
103 |
msgstr "已掃描%d篇文章。"
|
104 |
|
105 |
-
#: qqworld-auto-save-images.php:
|
106 |
#, php-format
|
107 |
msgid "%d post included remote images processed."
|
108 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
109 |
|
110 |
-
#: qqworld-auto-save-images.php:
|
111 |
#, php-format
|
112 |
msgid "%d posts included remote images processed."
|
113 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
114 |
|
115 |
-
#: qqworld-auto-save-images.php:
|
116 |
#, php-format
|
117 |
msgid "%d post has missing images couldn't be processed."
|
118 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
119 |
|
120 |
-
#: qqworld-auto-save-images.php:
|
121 |
#, php-format
|
122 |
msgid "%d posts have missing images couldn't be processed."
|
123 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
124 |
|
125 |
-
#: qqworld-auto-save-images.php:
|
126 |
#, php-format
|
127 |
msgid "found %d post including remote images."
|
128 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
129 |
|
130 |
-
#: qqworld-auto-save-images.php:
|
131 |
#, php-format
|
132 |
msgid "found %d posts including remote images."
|
133 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
134 |
|
135 |
-
#: qqworld-auto-save-images.php:
|
136 |
#, php-format
|
137 |
msgid "And with %d post has missing images."
|
138 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
139 |
|
140 |
-
#: qqworld-auto-save-images.php:
|
141 |
#, php-format
|
142 |
msgid "And with %d posts have missing images."
|
143 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
144 |
|
145 |
-
#: qqworld-auto-save-images.php:
|
146 |
msgid "No posts processed."
|
147 |
msgstr "未處理任何文章。"
|
148 |
|
149 |
-
#: qqworld-auto-save-images.php:
|
150 |
msgid "No post has remote images found."
|
151 |
msgstr "沒有文章包含遠程圖像。"
|
152 |
|
153 |
-
#: qqworld-auto-save-images.php:
|
154 |
msgid "No posts found."
|
155 |
msgstr "未找到任何文章。"
|
156 |
|
157 |
-
#: qqworld-auto-save-images.php:
|
158 |
msgid "All done."
|
159 |
msgstr "全部完成。"
|
160 |
|
161 |
-
#: qqworld-auto-save-images.php:
|
162 |
#, fuzzy
|
163 |
msgid "Yes"
|
164 |
msgstr "是"
|
165 |
|
166 |
-
#: qqworld-auto-save-images.php:
|
167 |
msgid "No"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: qqworld-auto-save-images.php:
|
171 |
msgid "Scanning..."
|
172 |
msgstr "掃描中……"
|
173 |
|
174 |
-
#: qqworld-auto-save-images.php:
|
175 |
msgid "Listing..."
|
176 |
msgstr "顯示列表中……"
|
177 |
|
178 |
-
#: qqworld-auto-save-images.php:
|
179 |
#, fuzzy
|
180 |
msgid "ID"
|
181 |
msgstr "博客ID"
|
182 |
|
183 |
-
#: qqworld-auto-save-images.php:
|
184 |
msgid "Post Type"
|
185 |
msgstr "文章類型"
|
186 |
|
187 |
-
#: qqworld-auto-save-images.php:
|
188 |
msgid "Title"
|
189 |
msgstr "標題"
|
190 |
|
191 |
-
#: qqworld-auto-save-images.php:
|
192 |
msgid "Status"
|
193 |
msgstr "狀態"
|
194 |
|
195 |
-
#: qqworld-auto-save-images.php:
|
196 |
msgid "Control"
|
197 |
msgstr "控制"
|
198 |
|
199 |
-
#: qqworld-auto-save-images.php:
|
200 |
#, fuzzy
|
201 |
msgid "Done"
|
202 |
msgstr "全部完成。"
|
203 |
|
204 |
-
#: qqworld-auto-save-images.php:
|
205 |
#, fuzzy
|
206 |
msgid "Delete"
|
207 |
msgstr "刪除"
|
208 |
|
209 |
-
#: qqworld-auto-save-images.php:
|
210 |
msgid "Has missing images."
|
211 |
msgstr "有不存在的遠程圖像。"
|
212 |
|
213 |
-
#: qqworld-auto-save-images.php:
|
214 |
msgid "Normal"
|
215 |
msgstr "正常"
|
216 |
|
217 |
-
#: qqworld-auto-save-images.php:
|
218 |
msgid "Fetch"
|
219 |
msgstr "抓取"
|
220 |
|
221 |
-
#: qqworld-auto-save-images.php:
|
222 |
msgid "Save Remote Images"
|
223 |
msgstr "保存遠程圖片"
|
224 |
|
225 |
-
#: qqworld-auto-save-images.php:
|
226 |
msgid "Settings"
|
227 |
msgstr "設置"
|
228 |
|
229 |
-
#: qqworld-auto-save-images.php:
|
230 |
msgid "Auto Save Images"
|
231 |
msgstr "自動保存圖片"
|
232 |
|
233 |
-
#: qqworld-auto-save-images.php:
|
234 |
msgid "QQWorld Auto Save Images"
|
235 |
msgstr "QQWorld自動保存圖片"
|
236 |
|
237 |
-
#: qqworld-auto-save-images.php:
|
238 |
msgid "Installation"
|
239 |
msgstr "安裝說明"
|
240 |
|
241 |
-
#: qqworld-auto-save-images.php:
|
242 |
msgid ""
|
243 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
244 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
@@ -249,11 +250,11 @@ msgstr ""
|
|
249 |
"告:如果你的網站域名更改了,必須在數據庫中將所有的圖片鏈接更新到新域名,否則"
|
250 |
"插件會把未更改的圖片再保存一次。</li></ol>"
|
251 |
|
252 |
-
#: qqworld-auto-save-images.php:
|
253 |
msgid "Notice"
|
254 |
msgstr "注意"
|
255 |
|
256 |
-
#: qqworld-auto-save-images.php:
|
257 |
msgid ""
|
258 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
259 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
@@ -282,11 +283,11 @@ msgstr ""
|
|
282 |
"讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
|
283 |
"的,或者使用采集工具自動補完圖片的URL然後從外部提交給Wordpress。"
|
284 |
|
285 |
-
#: qqworld-auto-save-images.php:
|
286 |
msgid "About"
|
287 |
msgstr "關于"
|
288 |
|
289 |
-
#: qqworld-auto-save-images.php:
|
290 |
msgid ""
|
291 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
292 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
@@ -300,136 +301,140 @@ msgstr ""
|
|
300 |
"後隨著越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
|
301 |
"希望你們能喜歡它,謝謝。</p>"
|
302 |
|
303 |
-
#: qqworld-auto-save-images.php:
|
304 |
msgid ""
|
305 |
"Automatically keep the all remote picture to the local, and automatically "
|
306 |
"set featured image."
|
307 |
msgstr ""
|
308 |
"自動保存遠程圖片到本地,自動設置特色圖片,並且支持機器人采集軟件從外部提交。"
|
309 |
|
310 |
-
#: qqworld-auto-save-images.php:
|
311 |
msgid "General"
|
312 |
msgstr "常規"
|
313 |
|
314 |
-
#: qqworld-auto-save-images.php:
|
315 |
msgid "Filter"
|
316 |
msgstr "過濾"
|
317 |
|
318 |
-
#: qqworld-auto-save-images.php:
|
319 |
msgid "Format"
|
320 |
msgstr "格式化"
|
321 |
|
322 |
-
#: qqworld-auto-save-images.php:
|
323 |
msgid "Scan Posts"
|
324 |
msgstr "掃描文章"
|
325 |
|
326 |
-
#: qqworld-auto-save-images.php:
|
327 |
msgid "Pro Edition"
|
328 |
msgstr "專業版"
|
329 |
|
330 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
331 |
msgid "Mode"
|
332 |
msgstr "模式"
|
333 |
|
334 |
-
#: qqworld-auto-save-images.php:
|
335 |
msgid "Automatic"
|
336 |
msgstr "自動"
|
337 |
|
338 |
-
#: qqworld-auto-save-images.php:
|
339 |
msgid ""
|
340 |
"Automatically save all remote images to local media libary when you save or "
|
341 |
"publish post."
|
342 |
msgstr "在保存或發布文章時,自動將所有遠程圖像保存到本地媒體庫。"
|
343 |
|
344 |
-
#: qqworld-auto-save-images.php:
|
345 |
msgid "Manual"
|
346 |
msgstr "手動"
|
347 |
|
348 |
-
#: qqworld-auto-save-images.php:
|
349 |
msgid ""
|
350 |
"Manually save all remote images to local media libary when you click the "
|
351 |
"button on the top of editor."
|
352 |
msgstr "當單擊編輯器頂部的按鈕時,手動將所有遠程圖像保存到本地媒體庫。"
|
353 |
|
354 |
-
#: qqworld-auto-save-images.php:
|
355 |
msgid "When"
|
356 |
msgstr "什麽時候"
|
357 |
|
358 |
-
#: qqworld-auto-save-images.php:
|
359 |
msgid "Save post (Publish, save draft or pedding review)."
|
360 |
msgstr "保存文章時(發布文章,保存草稿或提交審核)。"
|
361 |
|
362 |
-
#: qqworld-auto-save-images.php:
|
363 |
msgid "Publish post only."
|
364 |
msgstr "僅發布文章時。"
|
365 |
|
366 |
-
#: qqworld-auto-save-images.php:
|
367 |
msgid "Schedule Publish"
|
368 |
msgstr "定時發布"
|
369 |
|
370 |
-
#: qqworld-auto-save-images.php:
|
371 |
msgid "Save remote images via Schedule Publish."
|
372 |
msgstr "通過定時發布保存遠程圖像。"
|
373 |
|
374 |
-
#: qqworld-auto-save-images.php:
|
375 |
msgid "Remote Publishing"
|
376 |
msgstr "遠程發布"
|
377 |
|
378 |
-
#: qqworld-auto-save-images.php:
|
379 |
msgid ""
|
380 |
"Save remote images via remote publishing from IFTTT or other way using "
|
381 |
"XMLRPC. Only supports publish post."
|
382 |
msgstr "保存通過IFTTT或其他使用XMLRPC方法遠程發布的遠程圖片。僅支持發布文章。"
|
383 |
|
384 |
-
#: qqworld-auto-save-images.php:
|
385 |
-
#: qqworld-auto-save-images.php:
|
386 |
msgid "Set Featured Image"
|
387 |
msgstr "設置特色圖片"
|
388 |
|
389 |
-
#: qqworld-auto-save-images.php:
|
390 |
msgid "Set first one of the remote images as featured image."
|
391 |
msgstr "設置遠程圖片中的第1個爲特色圖片。"
|
392 |
|
393 |
-
#: qqworld-auto-save-images.php:
|
394 |
msgid "Grabbing from Each Posts"
|
395 |
msgstr "從每篇文章抓取"
|
396 |
|
397 |
-
#: qqworld-auto-save-images.php:
|
398 |
msgid "All Images"
|
399 |
msgstr "全部圖片"
|
400 |
|
401 |
-
#: qqworld-auto-save-images.php:
|
402 |
#, php-format
|
403 |
msgid "First %d image only"
|
404 |
msgid_plural "First %d images only"
|
405 |
msgstr[0] "前 %d 幅圖像"
|
406 |
|
407 |
-
#: qqworld-auto-save-images.php:
|
408 |
msgid "Minimum Picture Size"
|
409 |
msgstr "最小圖像尺寸"
|
410 |
|
411 |
-
#: qqworld-auto-save-images.php:
|
412 |
msgid "Ignore smaller than this size picture."
|
413 |
msgstr "忽略比這個尺寸更小的圖像。"
|
414 |
|
415 |
-
#: qqworld-auto-save-images.php:
|
416 |
msgid "Width:"
|
417 |
msgstr "寬度:"
|
418 |
|
419 |
-
#: qqworld-auto-save-images.php:
|
420 |
-
#: qqworld-auto-save-images.php:
|
421 |
msgid "(px)"
|
422 |
msgstr "(像素)"
|
423 |
|
424 |
-
#: qqworld-auto-save-images.php:
|
425 |
msgid "Height:"
|
426 |
msgstr "高度:"
|
427 |
|
428 |
-
#: qqworld-auto-save-images.php:
|
429 |
msgid "Maximum Picture Size"
|
430 |
msgstr "最大圖像尺寸"
|
431 |
|
432 |
-
#: qqworld-auto-save-images.php:
|
433 |
msgid ""
|
434 |
"Automatic reduction is greater than the size of the picture. if you want "
|
435 |
"image width less than 800px with any size height, please set width 800 and "
|
@@ -438,189 +443,189 @@ msgstr ""
|
|
438 |
"自動縮小大于該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置寬度"
|
439 |
"800,並設置高度爲空。"
|
440 |
|
441 |
-
#: qqworld-auto-save-images.php:
|
442 |
msgid "Exclude Domain/Keyword"
|
443 |
msgstr "排除域名/關鍵詞"
|
444 |
|
445 |
-
#: qqworld-auto-save-images.php:
|
446 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
447 |
msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
|
448 |
|
449 |
-
#: qqworld-auto-save-images.php:
|
450 |
msgid "Add a Domain/Keyword"
|
451 |
msgstr "添加域名/關鍵詞"
|
452 |
|
453 |
-
#: qqworld-auto-save-images.php:
|
454 |
msgid "Change Image Filename"
|
455 |
msgstr "更改圖片文件名"
|
456 |
|
457 |
-
#: qqworld-auto-save-images.php:
|
458 |
msgid ""
|
459 |
"Only change remote images filename that have Non-ASCii characters (for "
|
460 |
"Windows Server)"
|
461 |
msgstr "僅修改包含非ASCii字符的遠程圖片文件名(用于Windows服務器)"
|
462 |
|
463 |
-
#: qqworld-auto-save-images.php:
|
464 |
msgid ""
|
465 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
466 |
msgstr "改變所有遠程圖片文件名爲文章名(Post Name)(用于Linux服務器)"
|
467 |
|
468 |
-
#: qqworld-auto-save-images.php:
|
469 |
msgid "Custom Filename Structure"
|
470 |
msgstr "自定文件名結構"
|
471 |
|
472 |
-
#: qqworld-auto-save-images.php:
|
473 |
msgid "Original filename or automatic changed filename."
|
474 |
msgstr "原文件名或自動更改的文件名。"
|
475 |
|
476 |
-
#: qqworld-auto-save-images.php:
|
477 |
msgid "Full date, e.g. 20150209."
|
478 |
msgstr "完整的日期,例如:20150209。"
|
479 |
|
480 |
-
#: qqworld-auto-save-images.php:
|
481 |
msgid "YYYY, e.g. 2015."
|
482 |
msgstr "YYYY,例如:2015。"
|
483 |
|
484 |
-
#: qqworld-auto-save-images.php:
|
485 |
msgid "MM, e.g. 02."
|
486 |
msgstr "MM,例如:02。"
|
487 |
|
488 |
-
#: qqworld-auto-save-images.php:
|
489 |
msgid "DD, e.g. 15."
|
490 |
msgstr "DD,例如:15。"
|
491 |
|
492 |
-
#: qqworld-auto-save-images.php:
|
493 |
msgid "HHMMSS, e.g. 182547."
|
494 |
msgstr "HHMMSS,例如:182547。"
|
495 |
|
496 |
-
#: qqworld-auto-save-images.php:
|
497 |
#, php-format
|
498 |
msgid "Unix timestamp, e.g. %s."
|
499 |
msgstr "Unix時間戳,例如:%s。"
|
500 |
|
501 |
-
#: qqworld-auto-save-images.php:
|
502 |
msgid "Change Title & Alt"
|
503 |
msgstr "更改標題和替代文本"
|
504 |
|
505 |
-
#: qqworld-auto-save-images.php:
|
506 |
msgid "Automatically add title & alt of image as post title."
|
507 |
msgstr "自動依照文章標題添加圖片的標題和替代文本。"
|
508 |
|
509 |
-
#: qqworld-auto-save-images.php:
|
510 |
msgid "Keep Outside Links"
|
511 |
msgstr "保留外鏈"
|
512 |
|
513 |
-
#: qqworld-auto-save-images.php:
|
514 |
msgid "Keep the outside links of remote images if exist."
|
515 |
msgstr "保留遠程圖片的鏈接,如果有的話。"
|
516 |
|
517 |
-
#: qqworld-auto-save-images.php:
|
518 |
msgid "Save Outside Links"
|
519 |
msgstr "保存外鏈"
|
520 |
|
521 |
-
#: qqworld-auto-save-images.php:
|
522 |
msgid "Save the outside links to description of attachments."
|
523 |
msgstr "保存外部鏈接到附件的描述。"
|
524 |
|
525 |
-
#: qqworld-auto-save-images.php:
|
526 |
msgid ""
|
527 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
528 |
"this below:"
|
529 |
msgstr ""
|
530 |
"如果想自定義該內容,加入類似以下代碼到 <strong>functions.php</strong> 中:"
|
531 |
|
532 |
-
#: qqworld-auto-save-images.php:
|
533 |
msgid "Image Size"
|
534 |
msgstr "圖像尺寸"
|
535 |
|
536 |
-
#: qqworld-auto-save-images.php:
|
537 |
msgid "Replace images you want size to display."
|
538 |
msgstr "替換成你想要顯示的尺寸的圖像。"
|
539 |
|
540 |
-
#: qqworld-auto-save-images.php:
|
541 |
#, fuzzy
|
542 |
msgid "Thumbnail"
|
543 |
msgstr ""
|
544 |
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
545 |
"jQuery路徑。"
|
546 |
|
547 |
-
#: qqworld-auto-save-images.php:
|
548 |
msgid "Medium"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: qqworld-auto-save-images.php:
|
552 |
msgid "Large"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: qqworld-auto-save-images.php:
|
556 |
msgid "Full Size"
|
557 |
msgstr "完整尺寸"
|
558 |
|
559 |
-
#: qqworld-auto-save-images.php:
|
560 |
msgid "Link To"
|
561 |
msgstr "鏈接到"
|
562 |
|
563 |
-
#: qqworld-auto-save-images.php:
|
564 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
565 |
msgstr "如果你勾選了保留外鏈,本項將不起作用。"
|
566 |
|
567 |
-
#: qqworld-auto-save-images.php:
|
568 |
#, fuzzy
|
569 |
msgid "Media File"
|
570 |
msgstr "添加文件"
|
571 |
|
572 |
-
#: qqworld-auto-save-images.php:
|
573 |
#, fuzzy
|
574 |
msgid "Attachment Page"
|
575 |
msgstr "(附件)"
|
576 |
|
577 |
-
#: qqworld-auto-save-images.php:
|
578 |
msgid "None"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: qqworld-auto-save-images.php:
|
582 |
msgid "Align To"
|
583 |
msgstr "對齊方式"
|
584 |
|
585 |
-
#: qqworld-auto-save-images.php:
|
586 |
msgid "Left"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: qqworld-auto-save-images.php:
|
590 |
msgid "Center"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: qqworld-auto-save-images.php:
|
594 |
msgid "Right"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: qqworld-auto-save-images.php:
|
598 |
msgid "Auto Caption"
|
599 |
msgstr "自動圖說"
|
600 |
|
601 |
-
#: qqworld-auto-save-images.php:
|
602 |
msgid "Automatically add caption shortcode."
|
603 |
msgstr "自動添加圖說短代碼。"
|
604 |
|
605 |
-
#: qqworld-auto-save-images.php:
|
606 |
msgid "Additional Content"
|
607 |
msgstr "額外的內容"
|
608 |
|
609 |
-
#: qqworld-auto-save-images.php:
|
610 |
msgid ""
|
611 |
"This content will be displayed after the each remote images code. you can "
|
612 |
"use [Attachment ID] indicate current attachment ID."
|
613 |
msgstr "此內容將在每個遠程圖像編碼後顯示。您可以使用[附件ID]指示當前連接ID。"
|
614 |
|
615 |
-
#: qqworld-auto-save-images.php:
|
616 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
617 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
618 |
|
619 |
-
#: qqworld-auto-save-images.php:
|
620 |
msgid "Select post types"
|
621 |
msgstr "選擇文章類型"
|
622 |
|
623 |
-
#: qqworld-auto-save-images.php:
|
624 |
msgid ""
|
625 |
"If you have too many posts to be scan, sometimes in process looks like "
|
626 |
"stopping, but it may be fake. please be patient."
|
@@ -628,20 +633,20 @@ msgstr ""
|
|
628 |
"如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
|
629 |
"請耐心等待。"
|
630 |
|
631 |
-
#: qqworld-auto-save-images.php:
|
632 |
#, fuzzy
|
633 |
msgid "Categories"
|
634 |
msgstr "%s分類"
|
635 |
|
636 |
-
#: qqworld-auto-save-images.php:
|
637 |
msgid "Default empty to scan all categories."
|
638 |
msgstr "默認留空掃描所有分類。"
|
639 |
|
640 |
-
#: qqworld-auto-save-images.php:
|
641 |
msgid "Scope of Post ID"
|
642 |
msgstr "文章ID範圍"
|
643 |
|
644 |
-
#: qqworld-auto-save-images.php:
|
645 |
msgid ""
|
646 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
647 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
@@ -652,16 +657,16 @@ msgstr ""
|
|
652 |
"者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
|
653 |
"該ID。"
|
654 |
|
655 |
-
#: qqworld-auto-save-images.php:
|
656 |
#, php-format
|
657 |
msgid "From %1$s to %2$s"
|
658 |
msgstr "從 %1$s 到 %2$s"
|
659 |
|
660 |
-
#: qqworld-auto-save-images.php:
|
661 |
msgid "Offset"
|
662 |
msgstr "偏移"
|
663 |
|
664 |
-
#: qqworld-auto-save-images.php:
|
665 |
msgid ""
|
666 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
667 |
"in the textfield and select '100'."
|
@@ -669,67 +674,67 @@ msgstr ""
|
|
669 |
"默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入“50”並在下拉菜單中"
|
670 |
"選擇“100”。"
|
671 |
|
672 |
-
#: qqworld-auto-save-images.php:
|
673 |
#, php-format
|
674 |
msgid "Start from %s to Scan"
|
675 |
msgstr "從 %s 開始掃描"
|
676 |
|
677 |
-
#: qqworld-auto-save-images.php:
|
678 |
#, fuzzy
|
679 |
msgid "All"
|
680 |
msgstr "所有"
|
681 |
|
682 |
-
#: qqworld-auto-save-images.php:
|
683 |
#, fuzzy
|
684 |
msgid "Posts"
|
685 |
msgstr "熱門文章"
|
686 |
|
687 |
-
#: qqworld-auto-save-images.php:
|
688 |
msgid "Any"
|
689 |
msgstr "任意"
|
690 |
|
691 |
-
#: qqworld-auto-save-images.php:
|
692 |
msgid "Order By"
|
693 |
msgstr "排序依據"
|
694 |
|
695 |
-
#: qqworld-auto-save-images.php:
|
696 |
msgid "Author"
|
697 |
msgstr "作者"
|
698 |
|
699 |
-
#: qqworld-auto-save-images.php:
|
700 |
#, fuzzy
|
701 |
msgid "Date"
|
702 |
msgstr "日期"
|
703 |
|
704 |
-
#: qqworld-auto-save-images.php:
|
705 |
#, fuzzy
|
706 |
msgid "Last Modified"
|
707 |
msgstr "最後回複"
|
708 |
|
709 |
-
#: qqworld-auto-save-images.php:
|
710 |
msgid "Comment Count"
|
711 |
msgstr "評論"
|
712 |
|
713 |
-
#: qqworld-auto-save-images.php:
|
714 |
#, fuzzy
|
715 |
msgid "Order"
|
716 |
msgstr "順序"
|
717 |
|
718 |
-
#: qqworld-auto-save-images.php:
|
719 |
msgid "Speed"
|
720 |
msgstr "速度"
|
721 |
|
722 |
-
#: qqworld-auto-save-images.php:
|
723 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
724 |
msgstr "如果服務器壓力過大,可以適當調低速度。"
|
725 |
|
726 |
-
#: qqworld-auto-save-images.php:
|
727 |
msgid ""
|
728 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
729 |
"take a long time."
|
730 |
msgstr "掃描所有的文章,將所有遠程圖片保存到本地,可能需要很長時間。"
|
731 |
|
732 |
-
#: qqworld-auto-save-images.php:
|
733 |
msgid ""
|
734 |
"The list displayed will show you which posts including remote images, then "
|
735 |
"you can keep them to local manually via click \"Fetch\" button."
|
@@ -737,11 +742,25 @@ msgstr ""
|
|
737 |
"顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊“抓取”按鈕手動保"
|
738 |
"存。"
|
739 |
|
740 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
msgid "Demo of Manual Mode"
|
742 |
msgstr "手動模式的演示"
|
743 |
|
744 |
-
#: qqworld-auto-save-images.php:
|
745 |
msgid ""
|
746 |
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
747 |
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
@@ -751,83 +770,83 @@ msgstr ""
|
|
751 |
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
752 |
"\"></embed>"
|
753 |
|
754 |
-
#: qqworld-auto-save-images.php:
|
755 |
msgid "Comparison"
|
756 |
msgstr "對比"
|
757 |
|
758 |
-
#: qqworld-auto-save-images.php:
|
759 |
msgid "Items"
|
760 |
msgstr "對比項目"
|
761 |
|
762 |
-
#: qqworld-auto-save-images.php:
|
763 |
msgid "Ultimate Edition"
|
764 |
msgstr "旗艦版"
|
765 |
|
766 |
-
#: qqworld-auto-save-images.php:
|
767 |
msgid "Server Edition"
|
768 |
msgstr "服務器版"
|
769 |
|
770 |
-
#: qqworld-auto-save-images.php:
|
771 |
msgid "Professional Edition"
|
772 |
msgstr "專業版"
|
773 |
|
774 |
-
#: qqworld-auto-save-images.php:
|
775 |
msgid "Free Edition"
|
776 |
msgstr "免費版"
|
777 |
|
778 |
-
#: qqworld-auto-save-images.php:
|
779 |
msgid ""
|
780 |
"Automatically delete the HTML code of remote images smaller than Minimum-"
|
781 |
"Picture-Size."
|
782 |
msgstr "可選擇自動刪除小于最小圖像尺寸的遠程圖像HTML代碼"
|
783 |
|
784 |
-
#: qqworld-auto-save-images.php:
|
785 |
msgid ""
|
786 |
"Detecting replicated images in media library by Original-link and CRC (Only "
|
787 |
"for new images that after v1.1 updated)."
|
788 |
msgstr "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用于更新1.1版之後下載的圖像)"
|
789 |
|
790 |
-
#: qqworld-auto-save-images.php:
|
791 |
msgid "Automatically exclude specified remote images by CRC."
|
792 |
msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像。"
|
793 |
|
794 |
-
#: qqworld-auto-save-images.php:
|
795 |
msgid "Automatically delete html code of specified remote images by CRC."
|
796 |
msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼。"
|
797 |
|
798 |
-
#: qqworld-auto-save-images.php:
|
799 |
msgid ""
|
800 |
"New manual mode with multi-thread<br> (Faster than automatic mode and modify "
|
801 |
"Title & Alt in realtime)"
|
802 |
msgstr "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
|
803 |
|
804 |
-
#: qqworld-auto-save-images.php:
|
805 |
msgid "Download Images from WeChat"
|
806 |
msgstr "下載微信圖片"
|
807 |
|
808 |
-
#: qqworld-auto-save-images.php:
|
809 |
msgid "Cron Scan Posts"
|
810 |
msgstr "定時掃描文章"
|
811 |
|
812 |
-
#: qqworld-auto-save-images.php:
|
813 |
msgid "Watermark"
|
814 |
msgstr "水印"
|
815 |
|
816 |
-
#: qqworld-auto-save-images.php:
|
817 |
msgid "Images Compression (JPG Only)"
|
818 |
msgstr "圖片壓縮(僅JPEG)"
|
819 |
|
820 |
-
#: qqworld-auto-save-images.php:
|
821 |
msgid "Use Proxy"
|
822 |
msgstr "使用代理服務器(可下載需要翻牆的圖片)"
|
823 |
|
824 |
-
#: qqworld-auto-save-images.php:
|
825 |
msgid ""
|
826 |
"Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
|
827 |
"remote image with outside link, and grab the bigger one."
|
828 |
msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
|
829 |
|
830 |
-
#: qqworld-auto-save-images.php:
|
831 |
msgid ""
|
832 |
"Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
|
833 |
"COS)"
|
@@ -835,25 +854,23 @@ msgstr ""
|
|
835 |
"使用Cookie-Free域名和外部存儲器(阿裏雲OSS、七牛雲存儲、又拍雲存儲和騰訊COS"
|
836 |
"等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
|
837 |
|
838 |
-
#: qqworld-auto-save-images.php:
|
839 |
msgid ""
|
840 |
"Database content replacement, easy to replace content in post content and "
|
841 |
"post titles."
|
842 |
msgstr "數據庫內容替換,輕松替換文章內容和標題的字符串。"
|
843 |
|
844 |
-
#: qqworld-auto-save-images.php:
|
845 |
msgid ""
|
846 |
-
"Collect webpage
|
847 |
-
"to choose from web pages.
|
848 |
-
msgstr ""
|
849 |
-
"手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集功"
|
850 |
-
"能。"
|
851 |
|
852 |
-
#: qqworld-auto-save-images.php:
|
853 |
msgid "Translation (Baidu Translation, Google Translation)"
|
854 |
msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
|
855 |
|
856 |
-
#: qqworld-auto-save-images.php:
|
857 |
msgid ""
|
858 |
"Set no remote images saved into media library, it means would not generate "
|
859 |
"thumbnail with many sizes. but if you checked Set-Featured-Image, the first "
|
@@ -862,11 +879,11 @@ msgstr ""
|
|
862 |
"可選擇不保存圖像到媒體庫,這意味著不會生成各種尺寸的縮略圖,但是如果勾選了自"
|
863 |
"動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
|
864 |
|
865 |
-
#: qqworld-auto-save-images.php:
|
866 |
msgid "Support automatically convert BMP/WEBP to JPG."
|
867 |
msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
|
868 |
|
869 |
-
#: qqworld-auto-save-images.php:
|
870 |
msgid ""
|
871 |
"Cleaner tool: If you have a huge media library and do not know how many "
|
872 |
"attachments has not bean used. this tool will help you to find out."
|
@@ -874,37 +891,111 @@ msgstr ""
|
|
874 |
"清理工具:如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具可"
|
875 |
"以幫到你。"
|
876 |
|
877 |
-
#: qqworld-auto-save-images.php:
|
878 |
msgid ""
|
879 |
"Special Features: Automatically keep remote images in the custom fields to "
|
880 |
"the local media library."
|
881 |
msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
|
882 |
|
883 |
-
#: qqworld-auto-save-images.php:
|
884 |
msgid "Buy"
|
885 |
msgstr "購買"
|
886 |
|
887 |
-
#: qqworld-auto-save-images.php:
|
888 |
msgid "QQWorld Collector"
|
889 |
msgstr "QQWorld收藏家"
|
890 |
|
891 |
-
#: qqworld-auto-save-images.php:
|
892 |
-
|
893 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
894 |
msgstr " "
|
895 |
|
896 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
897 |
msgid "Has Missing/Undownloadable images."
|
898 |
msgstr "有 不存在/不可下載 的遠程圖像。"
|
899 |
|
900 |
-
#: qqworld-auto-save-images.php:
|
901 |
msgid "No remote images found."
|
902 |
msgstr "沒有遠程圖像。"
|
903 |
|
904 |
-
#: qqworld-auto-save-images.php:
|
905 |
msgid "Original Link"
|
906 |
msgstr "原始鏈接"
|
907 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
908 |
#~ msgctxt "qqworld_auto_save_images"
|
909 |
#~ msgid ""
|
910 |
#~ "Automatically delete the HTML code of remote images smaller than Minimum-"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: QQworld Auto Save Images\n"
|
4 |
"Report-Msgid-Bugs-To: http://www.qqworld.org\n"
|
5 |
+
"POT-Creation-Date: 2017-04-14 08:02+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-04-14 08:02+0800\n"
|
7 |
"Last-Translator: Michael Wang <admin@qqworld.org>\n"
|
8 |
"Language-Team: QQWorld <admin@qqworld.org>\n"
|
9 |
"Language: zh_CN\n"
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: qqworld-auto-save-images.php:119 qqworld-auto-save-images.php:1049
|
23 |
+
#: qqworld-auto-save-images.php:1053
|
24 |
msgid "Michael Wang"
|
25 |
msgstr "王曉骞"
|
26 |
|
27 |
+
#: qqworld-auto-save-images.php:120
|
28 |
msgid " (In Development)"
|
29 |
msgstr "(開發中)"
|
30 |
|
31 |
+
#: qqworld-auto-save-images.php:127
|
32 |
msgid ""
|
33 |
"Your server PHP does not support cUrl, please remove ';' from in front of "
|
34 |
"extension=php_curl.dll in the php.ini."
|
35 |
msgstr ""
|
36 |
"你的服務器PHP不支持cUrl,請在php.ini中移除extension=php_curl.dll前面的‘;’。"
|
37 |
|
38 |
+
#: qqworld-auto-save-images.php:128
|
39 |
msgid ""
|
40 |
"Your server PHP does not support GD2, please remove ';' from in front of "
|
41 |
"extension=php_gd2.dll in the <strong>php.ini</strong>."
|
42 |
msgstr ""
|
43 |
"你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
|
44 |
|
45 |
+
#: qqworld-auto-save-images.php:129
|
46 |
msgid ""
|
47 |
"Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
|
48 |
"php.ini."
|
49 |
msgstr "你的服務器PHP不支持fopen,請在php.ini中設置allow_url_fopen=1。"
|
50 |
|
51 |
+
#: qqworld-auto-save-images.php:165
|
52 |
msgid "No taxonomies found."
|
53 |
msgstr "沒有相關分類方法。"
|
54 |
|
55 |
+
#: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:341
|
56 |
+
#: qqworld-auto-save-images.php:1171
|
57 |
msgid "All remote images have been saved."
|
58 |
msgstr "已保存所有遠程圖像。"
|
59 |
|
60 |
+
#: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:174
|
61 |
#, php-format
|
62 |
msgid " <a href=\"%s\">View</a>"
|
63 |
msgstr " <a href=\"%s\">查看</a>"
|
64 |
|
65 |
+
#: qqworld-auto-save-images.php:174
|
66 |
msgid "Has missing images or image which could not download."
|
67 |
msgstr "內容包含 不存在/無法下載 的圖像。"
|
68 |
|
69 |
+
#: qqworld-auto-save-images.php:195
|
70 |
msgid "In Process..."
|
71 |
msgstr "正在保存……"
|
72 |
|
73 |
+
#: qqworld-auto-save-images.php:196
|
74 |
msgid "Something error, please check."
|
75 |
msgstr "出錯了,請檢查。"
|
76 |
|
77 |
+
#: qqworld-auto-save-images.php:218
|
78 |
msgid ""
|
79 |
"Are you sure?<br />Before you click the yes button, I recommend backup site "
|
80 |
"database."
|
81 |
msgstr "你確定嗎?<br />在點擊確定按鈕之前,我建議你備份網站的數據庫。"
|
82 |
|
83 |
+
#: qqworld-auto-save-images.php:219 qqworld-auto-save-images.php:776
|
84 |
msgid "Please select post types."
|
85 |
msgstr "請選擇文章類型。"
|
86 |
|
87 |
+
#: qqworld-auto-save-images.php:220
|
88 |
msgid "May be a problem with some posts: "
|
89 |
msgstr "也許一些文章有問題:"
|
90 |
|
91 |
+
#: qqworld-auto-save-images.php:221
|
92 |
#, php-format
|
93 |
msgid "No need enter \"%s\"."
|
94 |
msgstr "不需要輸入“%s”。"
|
95 |
|
96 |
+
#: qqworld-auto-save-images.php:222
|
97 |
#, php-format
|
98 |
msgid "%d post has been scanned."
|
99 |
msgstr "已掃描%d篇文章。"
|
100 |
|
101 |
+
#: qqworld-auto-save-images.php:223
|
102 |
#, php-format
|
103 |
msgid "%d posts have been scanned."
|
104 |
msgstr "已掃描%d篇文章。"
|
105 |
|
106 |
+
#: qqworld-auto-save-images.php:224
|
107 |
#, php-format
|
108 |
msgid "%d post included remote images processed."
|
109 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
110 |
|
111 |
+
#: qqworld-auto-save-images.php:225
|
112 |
#, php-format
|
113 |
msgid "%d posts included remote images processed."
|
114 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
115 |
|
116 |
+
#: qqworld-auto-save-images.php:226
|
117 |
#, php-format
|
118 |
msgid "%d post has missing images couldn't be processed."
|
119 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
120 |
|
121 |
+
#: qqworld-auto-save-images.php:227
|
122 |
#, php-format
|
123 |
msgid "%d posts have missing images couldn't be processed."
|
124 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
125 |
|
126 |
+
#: qqworld-auto-save-images.php:228
|
127 |
#, php-format
|
128 |
msgid "found %d post including remote images."
|
129 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
130 |
|
131 |
+
#: qqworld-auto-save-images.php:229
|
132 |
#, php-format
|
133 |
msgid "found %d posts including remote images."
|
134 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
135 |
|
136 |
+
#: qqworld-auto-save-images.php:230
|
137 |
#, php-format
|
138 |
msgid "And with %d post has missing images."
|
139 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
140 |
|
141 |
+
#: qqworld-auto-save-images.php:231
|
142 |
#, php-format
|
143 |
msgid "And with %d posts have missing images."
|
144 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
145 |
|
146 |
+
#: qqworld-auto-save-images.php:232
|
147 |
msgid "No posts processed."
|
148 |
msgstr "未處理任何文章。"
|
149 |
|
150 |
+
#: qqworld-auto-save-images.php:233
|
151 |
msgid "No post has remote images found."
|
152 |
msgstr "沒有文章包含遠程圖像。"
|
153 |
|
154 |
+
#: qqworld-auto-save-images.php:234
|
155 |
msgid "No posts found."
|
156 |
msgstr "未找到任何文章。"
|
157 |
|
158 |
+
#: qqworld-auto-save-images.php:235
|
159 |
msgid "All done."
|
160 |
msgstr "全部完成。"
|
161 |
|
162 |
+
#: qqworld-auto-save-images.php:236
|
163 |
#, fuzzy
|
164 |
msgid "Yes"
|
165 |
msgstr "是"
|
166 |
|
167 |
+
#: qqworld-auto-save-images.php:237 qqworld-auto-save-images.php:616
|
168 |
msgid "No"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: qqworld-auto-save-images.php:238
|
172 |
msgid "Scanning..."
|
173 |
msgstr "掃描中……"
|
174 |
|
175 |
+
#: qqworld-auto-save-images.php:239
|
176 |
msgid "Listing..."
|
177 |
msgstr "顯示列表中……"
|
178 |
|
179 |
+
#: qqworld-auto-save-images.php:240 qqworld-auto-save-images.php:818
|
180 |
#, fuzzy
|
181 |
msgid "ID"
|
182 |
msgstr "博客ID"
|
183 |
|
184 |
+
#: qqworld-auto-save-images.php:241
|
185 |
msgid "Post Type"
|
186 |
msgstr "文章類型"
|
187 |
|
188 |
+
#: qqworld-auto-save-images.php:242 qqworld-auto-save-images.php:820
|
189 |
msgid "Title"
|
190 |
msgstr "標題"
|
191 |
|
192 |
+
#: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:798
|
193 |
msgid "Status"
|
194 |
msgstr "狀態"
|
195 |
|
196 |
+
#: qqworld-auto-save-images.php:244
|
197 |
msgid "Control"
|
198 |
msgstr "控制"
|
199 |
|
200 |
+
#: qqworld-auto-save-images.php:245
|
201 |
#, fuzzy
|
202 |
msgid "Done"
|
203 |
msgstr "全部完成。"
|
204 |
|
205 |
+
#: qqworld-auto-save-images.php:246 qqworld-auto-save-images.php:596
|
206 |
#, fuzzy
|
207 |
msgid "Delete"
|
208 |
msgstr "刪除"
|
209 |
|
210 |
+
#: qqworld-auto-save-images.php:341 qqworld-auto-save-images.php:375
|
211 |
msgid "Has missing images."
|
212 |
msgstr "有不存在的遠程圖像。"
|
213 |
|
214 |
+
#: qqworld-auto-save-images.php:375
|
215 |
msgid "Normal"
|
216 |
msgstr "正常"
|
217 |
|
218 |
+
#: qqworld-auto-save-images.php:376
|
219 |
msgid "Fetch"
|
220 |
msgstr "抓取"
|
221 |
|
222 |
+
#: qqworld-auto-save-images.php:418
|
223 |
msgid "Save Remote Images"
|
224 |
msgstr "保存遠程圖片"
|
225 |
|
226 |
+
#: qqworld-auto-save-images.php:429
|
227 |
msgid "Settings"
|
228 |
msgstr "設置"
|
229 |
|
230 |
+
#: qqworld-auto-save-images.php:437
|
231 |
msgid "Auto Save Images"
|
232 |
msgstr "自動保存圖片"
|
233 |
|
234 |
+
#: qqworld-auto-save-images.php:439 qqworld-auto-save-images.php:466
|
235 |
msgid "QQWorld Auto Save Images"
|
236 |
msgstr "QQWorld自動保存圖片"
|
237 |
|
238 |
+
#: qqworld-auto-save-images.php:448
|
239 |
msgid "Installation"
|
240 |
msgstr "安裝說明"
|
241 |
|
242 |
+
#: qqworld-auto-save-images.php:449
|
243 |
msgid ""
|
244 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
245 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
250 |
"告:如果你的網站域名更改了,必須在數據庫中將所有的圖片鏈接更新到新域名,否則"
|
251 |
"插件會把未更改的圖片再保存一次。</li></ol>"
|
252 |
|
253 |
+
#: qqworld-auto-save-images.php:453
|
254 |
msgid "Notice"
|
255 |
msgstr "注意"
|
256 |
|
257 |
+
#: qqworld-auto-save-images.php:454
|
258 |
msgid ""
|
259 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
260 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
283 |
"讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
|
284 |
"的,或者使用采集工具自動補完圖片的URL然後從外部提交給Wordpress。"
|
285 |
|
286 |
+
#: qqworld-auto-save-images.php:458
|
287 |
msgid "About"
|
288 |
msgstr "關于"
|
289 |
|
290 |
+
#: qqworld-auto-save-images.php:459
|
291 |
msgid ""
|
292 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
293 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
301 |
"後隨著越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
|
302 |
"希望你們能喜歡它,謝謝。</p>"
|
303 |
|
304 |
+
#: qqworld-auto-save-images.php:467
|
305 |
msgid ""
|
306 |
"Automatically keep the all remote picture to the local, and automatically "
|
307 |
"set featured image."
|
308 |
msgstr ""
|
309 |
"自動保存遠程圖片到本地,自動設置特色圖片,並且支持機器人采集軟件從外部提交。"
|
310 |
|
311 |
+
#: qqworld-auto-save-images.php:472
|
312 |
msgid "General"
|
313 |
msgstr "常規"
|
314 |
|
315 |
+
#: qqworld-auto-save-images.php:473
|
316 |
msgid "Filter"
|
317 |
msgstr "過濾"
|
318 |
|
319 |
+
#: qqworld-auto-save-images.php:474
|
320 |
msgid "Format"
|
321 |
msgstr "格式化"
|
322 |
|
323 |
+
#: qqworld-auto-save-images.php:475
|
324 |
msgid "Scan Posts"
|
325 |
msgstr "掃描文章"
|
326 |
|
327 |
+
#: qqworld-auto-save-images.php:476
|
328 |
msgid "Pro Edition"
|
329 |
msgstr "專業版"
|
330 |
|
331 |
+
#: qqworld-auto-save-images.php:477
|
332 |
+
msgid "Contact"
|
333 |
+
msgstr "聯系方式"
|
334 |
+
|
335 |
+
#: qqworld-auto-save-images.php:483 qqworld-auto-save-images.php:485
|
336 |
msgid "Mode"
|
337 |
msgstr "模式"
|
338 |
|
339 |
+
#: qqworld-auto-save-images.php:488 qqworld-auto-save-images.php:856
|
340 |
msgid "Automatic"
|
341 |
msgstr "自動"
|
342 |
|
343 |
+
#: qqworld-auto-save-images.php:489
|
344 |
msgid ""
|
345 |
"Automatically save all remote images to local media libary when you save or "
|
346 |
"publish post."
|
347 |
msgstr "在保存或發布文章時,自動將所有遠程圖像保存到本地媒體庫。"
|
348 |
|
349 |
+
#: qqworld-auto-save-images.php:492 qqworld-auto-save-images.php:857
|
350 |
msgid "Manual"
|
351 |
msgstr "手動"
|
352 |
|
353 |
+
#: qqworld-auto-save-images.php:493
|
354 |
msgid ""
|
355 |
"Manually save all remote images to local media libary when you click the "
|
356 |
"button on the top of editor."
|
357 |
msgstr "當單擊編輯器頂部的按鈕時,手動將所有遠程圖像保存到本地媒體庫。"
|
358 |
|
359 |
+
#: qqworld-auto-save-images.php:498 qqworld-auto-save-images.php:500
|
360 |
msgid "When"
|
361 |
msgstr "什麽時候"
|
362 |
|
363 |
+
#: qqworld-auto-save-images.php:503
|
364 |
msgid "Save post (Publish, save draft or pedding review)."
|
365 |
msgstr "保存文章時(發布文章,保存草稿或提交審核)。"
|
366 |
|
367 |
+
#: qqworld-auto-save-images.php:507
|
368 |
msgid "Publish post only."
|
369 |
msgstr "僅發布文章時。"
|
370 |
|
371 |
+
#: qqworld-auto-save-images.php:513 qqworld-auto-save-images.php:515
|
372 |
msgid "Schedule Publish"
|
373 |
msgstr "定時發布"
|
374 |
|
375 |
+
#: qqworld-auto-save-images.php:513
|
376 |
msgid "Save remote images via Schedule Publish."
|
377 |
msgstr "通過定時發布保存遠程圖像。"
|
378 |
|
379 |
+
#: qqworld-auto-save-images.php:523 qqworld-auto-save-images.php:525
|
380 |
msgid "Remote Publishing"
|
381 |
msgstr "遠程發布"
|
382 |
|
383 |
+
#: qqworld-auto-save-images.php:523
|
384 |
msgid ""
|
385 |
"Save remote images via remote publishing from IFTTT or other way using "
|
386 |
"XMLRPC. Only supports publish post."
|
387 |
msgstr "保存通過IFTTT或其他使用XMLRPC方法遠程發布的遠程圖片。僅支持發布文章。"
|
388 |
|
389 |
+
#: qqworld-auto-save-images.php:533 qqworld-auto-save-images.php:535
|
390 |
+
#: qqworld-auto-save-images.php:874
|
391 |
msgid "Set Featured Image"
|
392 |
msgstr "設置特色圖片"
|
393 |
|
394 |
+
#: qqworld-auto-save-images.php:533
|
395 |
msgid "Set first one of the remote images as featured image."
|
396 |
msgstr "設置遠程圖片中的第1個爲特色圖片。"
|
397 |
|
398 |
+
#: qqworld-auto-save-images.php:549 qqworld-auto-save-images.php:551
|
399 |
msgid "Grabbing from Each Posts"
|
400 |
msgstr "從每篇文章抓取"
|
401 |
|
402 |
+
#: qqworld-auto-save-images.php:553
|
403 |
msgid "All Images"
|
404 |
msgstr "全部圖片"
|
405 |
|
406 |
+
#: qqworld-auto-save-images.php:557
|
407 |
#, php-format
|
408 |
msgid "First %d image only"
|
409 |
msgid_plural "First %d images only"
|
410 |
msgstr[0] "前 %d 幅圖像"
|
411 |
|
412 |
+
#: qqworld-auto-save-images.php:564 qqworld-auto-save-images.php:566
|
413 |
msgid "Minimum Picture Size"
|
414 |
msgstr "最小圖像尺寸"
|
415 |
|
416 |
+
#: qqworld-auto-save-images.php:564
|
417 |
msgid "Ignore smaller than this size picture."
|
418 |
msgstr "忽略比這個尺寸更小的圖像。"
|
419 |
|
420 |
+
#: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:580
|
421 |
msgid "Width:"
|
422 |
msgstr "寬度:"
|
423 |
|
424 |
+
#: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:571
|
425 |
+
#: qqworld-auto-save-images.php:580 qqworld-auto-save-images.php:583
|
426 |
msgid "(px)"
|
427 |
msgstr "(像素)"
|
428 |
|
429 |
+
#: qqworld-auto-save-images.php:571 qqworld-auto-save-images.php:583
|
430 |
msgid "Height:"
|
431 |
msgstr "高度:"
|
432 |
|
433 |
+
#: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:578
|
434 |
msgid "Maximum Picture Size"
|
435 |
msgstr "最大圖像尺寸"
|
436 |
|
437 |
+
#: qqworld-auto-save-images.php:576
|
438 |
msgid ""
|
439 |
"Automatic reduction is greater than the size of the picture. if you want "
|
440 |
"image width less than 800px with any size height, please set width 800 and "
|
443 |
"自動縮小大于該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置寬度"
|
444 |
"800,並設置高度爲空。"
|
445 |
|
446 |
+
#: qqworld-auto-save-images.php:588 qqworld-auto-save-images.php:590
|
447 |
msgid "Exclude Domain/Keyword"
|
448 |
msgstr "排除域名/關鍵詞"
|
449 |
|
450 |
+
#: qqworld-auto-save-images.php:588
|
451 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
452 |
msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
|
453 |
|
454 |
+
#: qqworld-auto-save-images.php:600
|
455 |
msgid "Add a Domain/Keyword"
|
456 |
msgstr "添加域名/關鍵詞"
|
457 |
|
458 |
+
#: qqworld-auto-save-images.php:611 qqworld-auto-save-images.php:614
|
459 |
msgid "Change Image Filename"
|
460 |
msgstr "更改圖片文件名"
|
461 |
|
462 |
+
#: qqworld-auto-save-images.php:617
|
463 |
msgid ""
|
464 |
"Only change remote images filename that have Non-ASCii characters (for "
|
465 |
"Windows Server)"
|
466 |
msgstr "僅修改包含非ASCii字符的遠程圖片文件名(用于Windows服務器)"
|
467 |
|
468 |
+
#: qqworld-auto-save-images.php:618
|
469 |
msgid ""
|
470 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
471 |
msgstr "改變所有遠程圖片文件名爲文章名(Post Name)(用于Linux服務器)"
|
472 |
|
473 |
+
#: qqworld-auto-save-images.php:623 qqworld-auto-save-images.php:625
|
474 |
msgid "Custom Filename Structure"
|
475 |
msgstr "自定文件名結構"
|
476 |
|
477 |
+
#: qqworld-auto-save-images.php:630
|
478 |
msgid "Original filename or automatic changed filename."
|
479 |
msgstr "原文件名或自動更改的文件名。"
|
480 |
|
481 |
+
#: qqworld-auto-save-images.php:631
|
482 |
msgid "Full date, e.g. 20150209."
|
483 |
msgstr "完整的日期,例如:20150209。"
|
484 |
|
485 |
+
#: qqworld-auto-save-images.php:632
|
486 |
msgid "YYYY, e.g. 2015."
|
487 |
msgstr "YYYY,例如:2015。"
|
488 |
|
489 |
+
#: qqworld-auto-save-images.php:633
|
490 |
msgid "MM, e.g. 02."
|
491 |
msgstr "MM,例如:02。"
|
492 |
|
493 |
+
#: qqworld-auto-save-images.php:634
|
494 |
msgid "DD, e.g. 15."
|
495 |
msgstr "DD,例如:15。"
|
496 |
|
497 |
+
#: qqworld-auto-save-images.php:635
|
498 |
msgid "HHMMSS, e.g. 182547."
|
499 |
msgstr "HHMMSS,例如:182547。"
|
500 |
|
501 |
+
#: qqworld-auto-save-images.php:636
|
502 |
#, php-format
|
503 |
msgid "Unix timestamp, e.g. %s."
|
504 |
msgstr "Unix時間戳,例如:%s。"
|
505 |
|
506 |
+
#: qqworld-auto-save-images.php:641 qqworld-auto-save-images.php:643
|
507 |
msgid "Change Title & Alt"
|
508 |
msgstr "更改標題和替代文本"
|
509 |
|
510 |
+
#: qqworld-auto-save-images.php:641
|
511 |
msgid "Automatically add title & alt of image as post title."
|
512 |
msgstr "自動依照文章標題添加圖片的標題和替代文本。"
|
513 |
|
514 |
+
#: qqworld-auto-save-images.php:650 qqworld-auto-save-images.php:652
|
515 |
msgid "Keep Outside Links"
|
516 |
msgstr "保留外鏈"
|
517 |
|
518 |
+
#: qqworld-auto-save-images.php:650
|
519 |
msgid "Keep the outside links of remote images if exist."
|
520 |
msgstr "保留遠程圖片的鏈接,如果有的話。"
|
521 |
|
522 |
+
#: qqworld-auto-save-images.php:659 qqworld-auto-save-images.php:661
|
523 |
msgid "Save Outside Links"
|
524 |
msgstr "保存外鏈"
|
525 |
|
526 |
+
#: qqworld-auto-save-images.php:659
|
527 |
msgid "Save the outside links to description of attachments."
|
528 |
msgstr "保存外部鏈接到附件的描述。"
|
529 |
|
530 |
+
#: qqworld-auto-save-images.php:665
|
531 |
msgid ""
|
532 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
533 |
"this below:"
|
534 |
msgstr ""
|
535 |
"如果想自定義該內容,加入類似以下代碼到 <strong>functions.php</strong> 中:"
|
536 |
|
537 |
+
#: qqworld-auto-save-images.php:674 qqworld-auto-save-images.php:676
|
538 |
msgid "Image Size"
|
539 |
msgstr "圖像尺寸"
|
540 |
|
541 |
+
#: qqworld-auto-save-images.php:674
|
542 |
msgid "Replace images you want size to display."
|
543 |
msgstr "替換成你想要顯示的尺寸的圖像。"
|
544 |
|
545 |
+
#: qqworld-auto-save-images.php:681
|
546 |
#, fuzzy
|
547 |
msgid "Thumbnail"
|
548 |
msgstr ""
|
549 |
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
550 |
"jQuery路徑。"
|
551 |
|
552 |
+
#: qqworld-auto-save-images.php:682
|
553 |
msgid "Medium"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: qqworld-auto-save-images.php:683
|
557 |
msgid "Large"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: qqworld-auto-save-images.php:684
|
561 |
msgid "Full Size"
|
562 |
msgstr "完整尺寸"
|
563 |
|
564 |
+
#: qqworld-auto-save-images.php:693 qqworld-auto-save-images.php:695
|
565 |
msgid "Link To"
|
566 |
msgstr "鏈接到"
|
567 |
|
568 |
+
#: qqworld-auto-save-images.php:693
|
569 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
570 |
msgstr "如果你勾選了保留外鏈,本項將不起作用。"
|
571 |
|
572 |
+
#: qqworld-auto-save-images.php:700
|
573 |
#, fuzzy
|
574 |
msgid "Media File"
|
575 |
msgstr "添加文件"
|
576 |
|
577 |
+
#: qqworld-auto-save-images.php:701
|
578 |
#, fuzzy
|
579 |
msgid "Attachment Page"
|
580 |
msgstr "(附件)"
|
581 |
|
582 |
+
#: qqworld-auto-save-images.php:702 qqworld-auto-save-images.php:721
|
583 |
msgid "None"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: qqworld-auto-save-images.php:711 qqworld-auto-save-images.php:713
|
587 |
msgid "Align To"
|
588 |
msgstr "對齊方式"
|
589 |
|
590 |
+
#: qqworld-auto-save-images.php:718
|
591 |
msgid "Left"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: qqworld-auto-save-images.php:719
|
595 |
msgid "Center"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: qqworld-auto-save-images.php:720
|
599 |
msgid "Right"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: qqworld-auto-save-images.php:730 qqworld-auto-save-images.php:732
|
603 |
msgid "Auto Caption"
|
604 |
msgstr "自動圖說"
|
605 |
|
606 |
+
#: qqworld-auto-save-images.php:730
|
607 |
msgid "Automatically add caption shortcode."
|
608 |
msgstr "自動添加圖說短代碼。"
|
609 |
|
610 |
+
#: qqworld-auto-save-images.php:739 qqworld-auto-save-images.php:741
|
611 |
msgid "Additional Content"
|
612 |
msgstr "額外的內容"
|
613 |
|
614 |
+
#: qqworld-auto-save-images.php:739
|
615 |
msgid ""
|
616 |
"This content will be displayed after the each remote images code. you can "
|
617 |
"use [Attachment ID] indicate current attachment ID."
|
618 |
msgstr "此內容將在每個遠程圖像編碼後顯示。您可以使用[附件ID]指示當前連接ID。"
|
619 |
|
620 |
+
#: qqworld-auto-save-images.php:744
|
621 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
622 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
623 |
|
624 |
+
#: qqworld-auto-save-images.php:761
|
625 |
msgid "Select post types"
|
626 |
msgstr "選擇文章類型"
|
627 |
|
628 |
+
#: qqworld-auto-save-images.php:761
|
629 |
msgid ""
|
630 |
"If you have too many posts to be scan, sometimes in process looks like "
|
631 |
"stopping, but it may be fake. please be patient."
|
633 |
"如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
|
634 |
"請耐心等待。"
|
635 |
|
636 |
+
#: qqworld-auto-save-images.php:775
|
637 |
#, fuzzy
|
638 |
msgid "Categories"
|
639 |
msgstr "%s分類"
|
640 |
|
641 |
+
#: qqworld-auto-save-images.php:775
|
642 |
msgid "Default empty to scan all categories."
|
643 |
msgstr "默認留空掃描所有分類。"
|
644 |
|
645 |
+
#: qqworld-auto-save-images.php:780
|
646 |
msgid "Scope of Post ID"
|
647 |
msgstr "文章ID範圍"
|
648 |
|
649 |
+
#: qqworld-auto-save-images.php:780
|
650 |
msgid ""
|
651 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
652 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
657 |
"者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
|
658 |
"該ID。"
|
659 |
|
660 |
+
#: qqworld-auto-save-images.php:781
|
661 |
#, php-format
|
662 |
msgid "From %1$s to %2$s"
|
663 |
msgstr "從 %1$s 到 %2$s"
|
664 |
|
665 |
+
#: qqworld-auto-save-images.php:785
|
666 |
msgid "Offset"
|
667 |
msgstr "偏移"
|
668 |
|
669 |
+
#: qqworld-auto-save-images.php:785
|
670 |
msgid ""
|
671 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
672 |
"in the textfield and select '100'."
|
674 |
"默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入“50”並在下拉菜單中"
|
675 |
"選擇“100”。"
|
676 |
|
677 |
+
#: qqworld-auto-save-images.php:787
|
678 |
#, php-format
|
679 |
msgid "Start from %s to Scan"
|
680 |
msgstr "從 %s 開始掃描"
|
681 |
|
682 |
+
#: qqworld-auto-save-images.php:789
|
683 |
#, fuzzy
|
684 |
msgid "All"
|
685 |
msgstr "所有"
|
686 |
|
687 |
+
#: qqworld-auto-save-images.php:793
|
688 |
#, fuzzy
|
689 |
msgid "Posts"
|
690 |
msgstr "熱門文章"
|
691 |
|
692 |
+
#: qqworld-auto-save-images.php:803
|
693 |
msgid "Any"
|
694 |
msgstr "任意"
|
695 |
|
696 |
+
#: qqworld-auto-save-images.php:813
|
697 |
msgid "Order By"
|
698 |
msgstr "排序依據"
|
699 |
|
700 |
+
#: qqworld-auto-save-images.php:819
|
701 |
msgid "Author"
|
702 |
msgstr "作者"
|
703 |
|
704 |
+
#: qqworld-auto-save-images.php:821
|
705 |
#, fuzzy
|
706 |
msgid "Date"
|
707 |
msgstr "日期"
|
708 |
|
709 |
+
#: qqworld-auto-save-images.php:822
|
710 |
#, fuzzy
|
711 |
msgid "Last Modified"
|
712 |
msgstr "最後回複"
|
713 |
|
714 |
+
#: qqworld-auto-save-images.php:823
|
715 |
msgid "Comment Count"
|
716 |
msgstr "評論"
|
717 |
|
718 |
+
#: qqworld-auto-save-images.php:833
|
719 |
#, fuzzy
|
720 |
msgid "Order"
|
721 |
msgstr "順序"
|
722 |
|
723 |
+
#: qqworld-auto-save-images.php:843
|
724 |
msgid "Speed"
|
725 |
msgstr "速度"
|
726 |
|
727 |
+
#: qqworld-auto-save-images.php:843
|
728 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
729 |
msgstr "如果服務器壓力過大,可以適當調低速度。"
|
730 |
|
731 |
+
#: qqworld-auto-save-images.php:856
|
732 |
msgid ""
|
733 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
734 |
"take a long time."
|
735 |
msgstr "掃描所有的文章,將所有遠程圖片保存到本地,可能需要很長時間。"
|
736 |
|
737 |
+
#: qqworld-auto-save-images.php:857
|
738 |
msgid ""
|
739 |
"The list displayed will show you which posts including remote images, then "
|
740 |
"you can keep them to local manually via click \"Fetch\" button."
|
742 |
"顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊“抓取”按鈕手動保"
|
743 |
"存。"
|
744 |
|
745 |
+
#: qqworld-auto-save-images.php:868
|
746 |
+
msgid "Summary"
|
747 |
+
msgstr "簡介"
|
748 |
+
|
749 |
+
#: qqworld-auto-save-images.php:869
|
750 |
+
msgid ""
|
751 |
+
"Does the feeling of maintaining the site work very heavy? This plugin will "
|
752 |
+
"save you a lot of time!"
|
753 |
+
msgstr ""
|
754 |
+
"感覺維護網站的工作很繁重嗎?本插件將爲你節約大量的時間!QQWorld收藏家是一款"
|
755 |
+
"Wordpress采集插件,特色是批量采集微信公衆號和頭條號,抓取微信圖片、支持水印,"
|
756 |
+
"支持阿裏雲OSS、又拍雲、騰訊COS、七牛雲存儲和百度BOS,不僅可以配合火車頭作業,"
|
757 |
+
"也完全可以獨當一面。"
|
758 |
+
|
759 |
+
#: qqworld-auto-save-images.php:872
|
760 |
msgid "Demo of Manual Mode"
|
761 |
msgstr "手動模式的演示"
|
762 |
|
763 |
+
#: qqworld-auto-save-images.php:875
|
764 |
msgid ""
|
765 |
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
766 |
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
770 |
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
771 |
"\"></embed>"
|
772 |
|
773 |
+
#: qqworld-auto-save-images.php:879
|
774 |
msgid "Comparison"
|
775 |
msgstr "對比"
|
776 |
|
777 |
+
#: qqworld-auto-save-images.php:885
|
778 |
msgid "Items"
|
779 |
msgstr "對比項目"
|
780 |
|
781 |
+
#: qqworld-auto-save-images.php:886
|
782 |
msgid "Ultimate Edition"
|
783 |
msgstr "旗艦版"
|
784 |
|
785 |
+
#: qqworld-auto-save-images.php:887
|
786 |
msgid "Server Edition"
|
787 |
msgstr "服務器版"
|
788 |
|
789 |
+
#: qqworld-auto-save-images.php:888
|
790 |
msgid "Professional Edition"
|
791 |
msgstr "專業版"
|
792 |
|
793 |
+
#: qqworld-auto-save-images.php:889
|
794 |
msgid "Free Edition"
|
795 |
msgstr "免費版"
|
796 |
|
797 |
+
#: qqworld-auto-save-images.php:894
|
798 |
msgid ""
|
799 |
"Automatically delete the HTML code of remote images smaller than Minimum-"
|
800 |
"Picture-Size."
|
801 |
msgstr "可選擇自動刪除小于最小圖像尺寸的遠程圖像HTML代碼"
|
802 |
|
803 |
+
#: qqworld-auto-save-images.php:901
|
804 |
msgid ""
|
805 |
"Detecting replicated images in media library by Original-link and CRC (Only "
|
806 |
"for new images that after v1.1 updated)."
|
807 |
msgstr "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用于更新1.1版之後下載的圖像)"
|
808 |
|
809 |
+
#: qqworld-auto-save-images.php:908
|
810 |
msgid "Automatically exclude specified remote images by CRC."
|
811 |
msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像。"
|
812 |
|
813 |
+
#: qqworld-auto-save-images.php:915
|
814 |
msgid "Automatically delete html code of specified remote images by CRC."
|
815 |
msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼。"
|
816 |
|
817 |
+
#: qqworld-auto-save-images.php:922
|
818 |
msgid ""
|
819 |
"New manual mode with multi-thread<br> (Faster than automatic mode and modify "
|
820 |
"Title & Alt in realtime)"
|
821 |
msgstr "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
|
822 |
|
823 |
+
#: qqworld-auto-save-images.php:929
|
824 |
msgid "Download Images from WeChat"
|
825 |
msgstr "下載微信圖片"
|
826 |
|
827 |
+
#: qqworld-auto-save-images.php:936
|
828 |
msgid "Cron Scan Posts"
|
829 |
msgstr "定時掃描文章"
|
830 |
|
831 |
+
#: qqworld-auto-save-images.php:943
|
832 |
msgid "Watermark"
|
833 |
msgstr "水印"
|
834 |
|
835 |
+
#: qqworld-auto-save-images.php:950
|
836 |
msgid "Images Compression (JPG Only)"
|
837 |
msgstr "圖片壓縮(僅JPEG)"
|
838 |
|
839 |
+
#: qqworld-auto-save-images.php:957
|
840 |
msgid "Use Proxy"
|
841 |
msgstr "使用代理服務器(可下載需要翻牆的圖片)"
|
842 |
|
843 |
+
#: qqworld-auto-save-images.php:964
|
844 |
msgid ""
|
845 |
"Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
|
846 |
"remote image with outside link, and grab the bigger one."
|
847 |
msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
|
848 |
|
849 |
+
#: qqworld-auto-save-images.php:971
|
850 |
msgid ""
|
851 |
"Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
|
852 |
"COS)"
|
854 |
"使用Cookie-Free域名和外部存儲器(阿裏雲OSS、七牛雲存儲、又拍雲存儲和騰訊COS"
|
855 |
"等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
|
856 |
|
857 |
+
#: qqworld-auto-save-images.php:978
|
858 |
msgid ""
|
859 |
"Database content replacement, easy to replace content in post content and "
|
860 |
"post titles."
|
861 |
msgstr "數據庫內容替換,輕松替換文章內容和標題的字符串。"
|
862 |
|
863 |
+
#: qqworld-auto-save-images.php:985
|
864 |
msgid ""
|
865 |
+
"Collect webpage automatically: Easy reprint articles,<br> and get all the "
|
866 |
+
"images to choose from web pages."
|
867 |
+
msgstr "自動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。"
|
|
|
|
|
868 |
|
869 |
+
#: qqworld-auto-save-images.php:992
|
870 |
msgid "Translation (Baidu Translation, Google Translation)"
|
871 |
msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
|
872 |
|
873 |
+
#: qqworld-auto-save-images.php:999
|
874 |
msgid ""
|
875 |
"Set no remote images saved into media library, it means would not generate "
|
876 |
"thumbnail with many sizes. but if you checked Set-Featured-Image, the first "
|
879 |
"可選擇不保存圖像到媒體庫,這意味著不會生成各種尺寸的縮略圖,但是如果勾選了自"
|
880 |
"動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
|
881 |
|
882 |
+
#: qqworld-auto-save-images.php:1006
|
883 |
msgid "Support automatically convert BMP/WEBP to JPG."
|
884 |
msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
|
885 |
|
886 |
+
#: qqworld-auto-save-images.php:1013
|
887 |
msgid ""
|
888 |
"Cleaner tool: If you have a huge media library and do not know how many "
|
889 |
"attachments has not bean used. this tool will help you to find out."
|
891 |
"清理工具:如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具可"
|
892 |
"以幫到你。"
|
893 |
|
894 |
+
#: qqworld-auto-save-images.php:1020
|
895 |
msgid ""
|
896 |
"Special Features: Automatically keep remote images in the custom fields to "
|
897 |
"the local media library."
|
898 |
msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
|
899 |
|
900 |
+
#: qqworld-auto-save-images.php:1032
|
901 |
msgid "Buy"
|
902 |
msgstr "購買"
|
903 |
|
904 |
+
#: qqworld-auto-save-images.php:1033
|
905 |
msgid "QQWorld Collector"
|
906 |
msgstr "QQWorld收藏家"
|
907 |
|
908 |
+
#: qqworld-auto-save-images.php:1034
|
909 |
+
#, php-format
|
910 |
+
msgid "Price: from <strong>%s</strong>"
|
911 |
+
msgstr "售價:<strong>%s</strong> 起"
|
912 |
+
|
913 |
+
#: qqworld-auto-save-images.php:1034
|
914 |
+
msgctxt "price"
|
915 |
+
msgid "$15 (RMB ¥99)"
|
916 |
+
msgstr "¥99($15 美元)"
|
917 |
+
|
918 |
+
#: qqworld-auto-save-images.php:1035
|
919 |
+
msgid "(No need understand chinese, there is a language switcher on Header.)"
|
920 |
msgstr " "
|
921 |
|
922 |
+
#: qqworld-auto-save-images.php:1048
|
923 |
+
msgctxt "contact"
|
924 |
+
msgid "Developer"
|
925 |
+
msgstr "開發者"
|
926 |
+
|
927 |
+
#: qqworld-auto-save-images.php:1052
|
928 |
+
msgid "Email"
|
929 |
+
msgstr ""
|
930 |
+
|
931 |
+
#: qqworld-auto-save-images.php:1056
|
932 |
+
msgid "Tencent QQ"
|
933 |
+
msgstr "騰訊QQ"
|
934 |
+
|
935 |
+
#: qqworld-auto-save-images.php:1057
|
936 |
+
#, php-format
|
937 |
+
msgid "%s: "
|
938 |
+
msgstr "%s:"
|
939 |
+
|
940 |
+
#: qqworld-auto-save-images.php:1057
|
941 |
+
msgid "QQ Group"
|
942 |
+
msgstr "QQ群"
|
943 |
+
|
944 |
+
#: qqworld-auto-save-images.php:1060
|
945 |
+
msgid "Wechat"
|
946 |
+
msgstr "微信"
|
947 |
+
|
948 |
+
#: qqworld-auto-save-images.php:1062
|
949 |
+
msgid "Please use the WeChat APP to scan the QR code."
|
950 |
+
msgstr "請使用微信APP掃描二維碼。"
|
951 |
+
|
952 |
+
#: qqworld-auto-save-images.php:1065
|
953 |
+
msgid "Cellphone"
|
954 |
+
msgstr "手機"
|
955 |
+
|
956 |
+
#: qqworld-auto-save-images.php:1168
|
957 |
msgid "Has Missing/Undownloadable images."
|
958 |
msgstr "有 不存在/不可下載 的遠程圖像。"
|
959 |
|
960 |
+
#: qqworld-auto-save-images.php:1175
|
961 |
msgid "No remote images found."
|
962 |
msgstr "沒有遠程圖像。"
|
963 |
|
964 |
+
#: qqworld-auto-save-images.php:1377
|
965 |
msgid "Original Link"
|
966 |
msgstr "原始鏈接"
|
967 |
|
968 |
+
#~ msgid "The inactive domain is free for 15 days."
|
969 |
+
#~ msgstr "未激活的域名可以免費試用15天。"
|
970 |
+
|
971 |
+
#~ msgid "Free Download"
|
972 |
+
#~ msgstr "免費下載"
|
973 |
+
|
974 |
+
#~ msgid "Baidu SkyDrive"
|
975 |
+
#~ msgstr "百度雲網盤"
|
976 |
+
|
977 |
+
#~ msgid "Google Drive"
|
978 |
+
#~ msgstr "谷歌雲端硬盤"
|
979 |
+
|
980 |
+
#~ msgid ""
|
981 |
+
#~ "(No need understand chinese, there is a language switcher on left "
|
982 |
+
#~ "sidebar.)"
|
983 |
+
#~ msgstr " "
|
984 |
+
|
985 |
+
#~ msgid ""
|
986 |
+
#~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
|
987 |
+
#~ "images to choose from web pages. and the automatic collection feature in "
|
988 |
+
#~ "future."
|
989 |
+
#~ msgstr ",未來將開發自動采集功能。"
|
990 |
+
|
991 |
+
#~ msgid ""
|
992 |
+
#~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
|
993 |
+
#~ "images to choose from web pages. and the automatic collection feature in "
|
994 |
+
#~ "future."
|
995 |
+
#~ msgstr ""
|
996 |
+
#~ "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集"
|
997 |
+
#~ "功能。"
|
998 |
+
|
999 |
#~ msgctxt "qqworld_auto_save_images"
|
1000 |
#~ msgid ""
|
1001 |
#~ "Automatically delete the HTML code of remote images smaller than Minimum-"
|
qqworld-auto-save-images.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
-
Version: 1.
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
@@ -16,6 +16,8 @@ class QQWorld_auto_save_images {
|
|
16 |
var $when;
|
17 |
var $type;
|
18 |
var $remote_publishing;
|
|
|
|
|
19 |
var $current_post_id; // for xmlrpc
|
20 |
var $change_image_name;
|
21 |
var $has_remote_image;
|
@@ -68,8 +70,8 @@ class QQWorld_auto_save_images {
|
|
68 |
add_action( 'wp_ajax_nopriv_save_remote_images', array($this, 'save_remote_images') );
|
69 |
break;
|
70 |
}
|
71 |
-
if ($this->schedule_publish == 'yes') add_action( 'publish_future_post', array($this, '
|
72 |
-
if ($this->remote_publishing) add_action('xmlrpc_publish_post', array($this, '
|
73 |
|
74 |
add_action( 'wp_ajax_get_scan_list', array($this, 'get_scan_list') );
|
75 |
add_action( 'wp_ajax_nopriv_get_scan_list', array($this, 'get_scan_list') );
|
@@ -472,6 +474,7 @@ class QQWorld_auto_save_images {
|
|
472 |
<li><?php _e('Format', 'qqworld_auto_save_images'); ?></li>
|
473 |
<li><?php _e('Scan Posts', 'qqworld_auto_save_images'); ?></li>
|
474 |
<li><?php _e('Pro Edition', 'qqworld_auto_save_images'); ?></li>
|
|
|
475 |
</ul>
|
476 |
<div class="tab-content">
|
477 |
<table class="form-table">
|
@@ -861,6 +864,10 @@ function save_outside_link($content, $link) {
|
|
861 |
<div id="cron-list-container">
|
862 |
<table class="form-table">
|
863 |
<tbody>
|
|
|
|
|
|
|
|
|
864 |
<tr valign="top" id="manual-demo">
|
865 |
<th scope="row"><label><?php _e('Demo of Manual Mode', 'qqworld_auto_save_images'); ?></label></th>
|
866 |
<td><fieldset>
|
@@ -975,7 +982,7 @@ function save_outside_link($content, $link) {
|
|
975 |
<td class="red"></td>
|
976 |
</tr>
|
977 |
<tr>
|
978 |
-
<td><?php _e('Collect webpage
|
979 |
<td class="green"></td>
|
980 |
<td class="red"></td>
|
981 |
<td class="red"></td>
|
@@ -1023,14 +1030,44 @@ function save_outside_link($content, $link) {
|
|
1023 |
</tr>
|
1024 |
<tr valign="top">
|
1025 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1026 |
-
<td><a href="
|
1027 |
-
|
|
|
|
|
1028 |
</tr>
|
1029 |
</tbody>
|
1030 |
</table>
|
1031 |
</div>
|
1032 |
</div>
|
1033 |
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1034 |
<?php
|
1035 |
}
|
1036 |
|
@@ -1087,13 +1124,17 @@ function save_outside_link($content, $link) {
|
|
1087 |
}
|
1088 |
|
1089 |
function add_actions() {
|
1090 |
-
|
1091 |
-
|
|
|
|
|
|
|
|
|
1092 |
}
|
1093 |
|
1094 |
function remove_actions() {
|
1095 |
-
|
1096 |
-
|
1097 |
}
|
1098 |
|
1099 |
function utf8_urldecode($str) {
|
@@ -1138,7 +1179,22 @@ function save_outside_link($content, $link) {
|
|
1138 |
exit;
|
1139 |
}
|
1140 |
|
1141 |
-
function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
set_time_limit(0);
|
1143 |
|
1144 |
//Check to make sure function is not executed more than once on save
|
@@ -1583,7 +1639,10 @@ function save_outside_link($content, $link) {
|
|
1583 |
$res['id'] = $attachment_id;
|
1584 |
$meta_data = wp_get_attachment_metadata($attachment_id);
|
1585 |
$res = @array_merge($res, $meta_data);
|
1586 |
-
if( !has_post_thumbnail($post_id) && $this->featured_image=='yes' )
|
|
|
|
|
|
|
1587 |
return $res;
|
1588 |
} else {
|
1589 |
$this->has_missing_image = 1;
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
+
Version: 1.8.3.3
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
16 |
var $when;
|
17 |
var $type;
|
18 |
var $remote_publishing;
|
19 |
+
|
20 |
+
var $thumbnail_id = 0; // featured image id
|
21 |
var $current_post_id; // for xmlrpc
|
22 |
var $change_image_name;
|
23 |
var $has_remote_image;
|
70 |
add_action( 'wp_ajax_nopriv_save_remote_images', array($this, 'save_remote_images') );
|
71 |
break;
|
72 |
}
|
73 |
+
if ($this->schedule_publish == 'yes') add_action( 'publish_future_post', array($this, 'fetch_images_after_save') );
|
74 |
+
if ($this->remote_publishing) add_action('xmlrpc_publish_post', array($this, 'fetch_images_after_save') );
|
75 |
|
76 |
add_action( 'wp_ajax_get_scan_list', array($this, 'get_scan_list') );
|
77 |
add_action( 'wp_ajax_nopriv_get_scan_list', array($this, 'get_scan_list') );
|
474 |
<li><?php _e('Format', 'qqworld_auto_save_images'); ?></li>
|
475 |
<li><?php _e('Scan Posts', 'qqworld_auto_save_images'); ?></li>
|
476 |
<li><?php _e('Pro Edition', 'qqworld_auto_save_images'); ?></li>
|
477 |
+
<li><?php _e('Contact', 'qqworld_auto_save_images'); ?></li>
|
478 |
</ul>
|
479 |
<div class="tab-content">
|
480 |
<table class="form-table">
|
864 |
<div id="cron-list-container">
|
865 |
<table class="form-table">
|
866 |
<tbody>
|
867 |
+
<tr>
|
868 |
+
<th scope="row"><label for=""><?php _e('Summary', 'qqworld_auto_save_images'); ?></label></th>
|
869 |
+
<td><?php _e('Does the feeling of maintaining the site work very heavy? This plugin will save you a lot of time!', 'qqworld_auto_save_images'); ?></td>
|
870 |
+
</tr>
|
871 |
<tr valign="top" id="manual-demo">
|
872 |
<th scope="row"><label><?php _e('Demo of Manual Mode', 'qqworld_auto_save_images'); ?></label></th>
|
873 |
<td><fieldset>
|
982 |
<td class="red"></td>
|
983 |
</tr>
|
984 |
<tr>
|
985 |
+
<td><?php _e('Collect webpage automatically: Easy reprint articles,<br> and get all the images to choose from web pages.', 'qqworld_auto_save_images'); ?></td>
|
986 |
<td class="green"></td>
|
987 |
<td class="red"></td>
|
988 |
<td class="red"></td>
|
1030 |
</tr>
|
1031 |
<tr valign="top">
|
1032 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1033 |
+
<td><a href="https://www.qqworld.org/product/qqworld-collector" target="_blank" class="button button-primary"><?php _e('QQWorld Collector', 'qqworld_auto_save_images'); ?> ⇛</a>
|
1034 |
+
<p><?php printf(__('Price: from <strong>%s</strong>', 'qqworld_auto_save_images'), _x('$15 (RMB ¥99)', 'price', 'qqworld_auto_save_images')); ?></p>
|
1035 |
+
<p class="description"><?php _e('(No need understand chinese, there is a language switcher on Header.)', 'qqworld_auto_save_images')?></p>
|
1036 |
+
</td>
|
1037 |
</tr>
|
1038 |
</tbody>
|
1039 |
</table>
|
1040 |
</div>
|
1041 |
</div>
|
1042 |
</form>
|
1043 |
+
<!-- Contact -->
|
1044 |
+
<div class="tab-content hidden">
|
1045 |
+
<table class="form-table">
|
1046 |
+
<tbody>
|
1047 |
+
<tr>
|
1048 |
+
<th scope="row"><label for=""><?php _ex('Developer', 'contact', 'qqworld_auto_save_images'); ?></label></th>
|
1049 |
+
<td><?php _e('Michael Wang', 'qqworld_auto_save_images'); ?></td>
|
1050 |
+
</tr>
|
1051 |
+
<tr>
|
1052 |
+
<th scope="row"><label for=""><?php _e('Email'); ?></label></th>
|
1053 |
+
<td><a href="mailto:<?php _e('Michael Wang', 'qqworld_auto_save_images'); ?> <admin@qqworld.org>">admin@qqworld.org</a></td>
|
1054 |
+
</tr>
|
1055 |
+
<tr>
|
1056 |
+
<th scope="row"><label for=""><?php _e('Tencent QQ', 'qqworld_auto_save_images'); ?></label></th>
|
1057 |
+
<td><a href="http://wpa.qq.com/msgrd?v=3&uin=172269588&site=qq&menu=yes" target="_blank">172269588</a> (<?php printf(__('%s: ', 'qqworld_auto_save_images'), __('QQ Group', 'qqworld_auto_save_images')); ?>3372914)</td>
|
1058 |
+
</tr>
|
1059 |
+
<tr>
|
1060 |
+
<th scope="row"><label for=""><?php _e('Wechat', 'qqworld_auto_save_images'); ?></label></th>
|
1061 |
+
<td><img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/wechat-qrcode.png" style="border: 5px solid #fff;" />
|
1062 |
+
<p><?php _e('Please use the WeChat APP to scan the QR code.', 'qqworld_auto_save_images'); ?></p></td>
|
1063 |
+
</tr>
|
1064 |
+
<tr>
|
1065 |
+
<th scope="row"><label for=""><?php _e('Cellphone', 'qqworld_auto_save_images'); ?></label></th>
|
1066 |
+
<td><a href="tel:13294296711">13294296711</a></td>
|
1067 |
+
</tr>
|
1068 |
+
</tbody>
|
1069 |
+
</table>
|
1070 |
+
</div>
|
1071 |
<?php
|
1072 |
}
|
1073 |
|
1124 |
}
|
1125 |
|
1126 |
function add_actions() {
|
1127 |
+
add_filter( 'wp_insert_post_data', array($this, 'fetch_images_when_saving'), 10, 2);
|
1128 |
+
add_action( 'wp_insert_post', array($this, 'set_featured_image_for_wp_4_6'), 10, 3 );
|
1129 |
+
}
|
1130 |
+
|
1131 |
+
public function set_featured_image_for_wp_4_6($post_ID, $post, $update) {
|
1132 |
+
if (!empty($this->thumbnail_id)) set_post_thumbnail($post_ID, $this->thumbnail_id);
|
1133 |
}
|
1134 |
|
1135 |
function remove_actions() {
|
1136 |
+
remove_filter( 'wp_insert_post_data', array($this, 'fetch_images_when_saving') );
|
1137 |
+
remove_action( 'wp_insert_post', array($this, 'set_featured_image_for_wp_4_6') );
|
1138 |
}
|
1139 |
|
1140 |
function utf8_urldecode($str) {
|
1179 |
exit;
|
1180 |
}
|
1181 |
|
1182 |
+
public function fetch_images_when_saving($data, $postarr) {
|
1183 |
+
set_time_limit(0);
|
1184 |
+
|
1185 |
+
if ($this->when == 'save') $allow = true;
|
1186 |
+
elseif ($this->when == 'publish' && $data['post_status'] == 'publish') $allow = true;
|
1187 |
+
else $allow = false;
|
1188 |
+
if ($allow) {
|
1189 |
+
$this->has_remote_image = 0;
|
1190 |
+
$this->has_missing_image = 0;
|
1191 |
+
add_filter( 'redirect_post_location', array($this, 'redirect_post_location'), 10, 2);
|
1192 |
+
$data['post_content'] = addslashes($this->content_save_pre(stripslashes($data['post_content']), $postarr['ID']));
|
1193 |
+
}
|
1194 |
+
return $data;
|
1195 |
+
}
|
1196 |
+
|
1197 |
+
function fetch_images_after_save($post_id) { // for automatic mode
|
1198 |
set_time_limit(0);
|
1199 |
|
1200 |
//Check to make sure function is not executed more than once on save
|
1639 |
$res['id'] = $attachment_id;
|
1640 |
$meta_data = wp_get_attachment_metadata($attachment_id);
|
1641 |
$res = @array_merge($res, $meta_data);
|
1642 |
+
if( !has_post_thumbnail($post_id) && $this->featured_image=='yes' ) {
|
1643 |
+
$this->thumbnail_id = $res['id'];
|
1644 |
+
set_post_thumbnail( $post_id, $attachment_id );
|
1645 |
+
}
|
1646 |
return $res;
|
1647 |
} else {
|
1648 |
$this->has_missing_image = 1;
|
readme.txt
ADDED
@@ -0,0 +1,730 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== QQWorld Auto Save Images ===
|
2 |
+
Contributors: qqworld
|
3 |
+
Donate link:
|
4 |
+
Tags: auto, save, local, fetch, images
|
5 |
+
Requires at least: 3.5
|
6 |
+
Tested up to: 4.7.1
|
7 |
+
Stable tag: 1.8.3.3
|
8 |
+
License: GPLv2 or later
|
9 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
+
|
11 |
+
Automatically keep the all remote picture to the local media libary when you publishing posts, and automatically set featured image.
|
12 |
+
|
13 |
+
== Description ==
|
14 |
+
|
15 |
+
Automatically keep the all remote picture to the local media libary when you publishing posts, and automatically set featured image.
|
16 |
+
|
17 |
+
And more powerful functional is waiting for you. What exactly is it? Hehe...
|
18 |
+
|
19 |
+
<h4>Notice:</h4>
|
20 |
+
<ul>
|
21 |
+
<li>This plugin has a little problem that is all the image url must be full url, it means must included "http(s)://", for example:
|
22 |
+
<ul>
|
23 |
+
<li><img src="http://img.whitehouse.gov/image/2014/08/09/gogogo.jpg" /></li>
|
24 |
+
<li><img src="http://www.bubugao.me/image/travel/beijing.png?date=20140218" /></li>
|
25 |
+
<li><img src="http://r4.ykimg.com/05410408543927D66A0B4D03A98AED24" /></li>
|
26 |
+
<li><img src="https://example.com/image?id=127457" /></li>
|
27 |
+
</ul>
|
28 |
+
</li>
|
29 |
+
<li>The examples that not works:
|
30 |
+
<ul>
|
31 |
+
<li><img src="/images/great.png" /></li>
|
32 |
+
<li><img src="./photo-lab/2014-08-09.jpg" /></li>
|
33 |
+
<li><img src="img/background/black.gif" /></li>
|
34 |
+
</ul>
|
35 |
+
</li>
|
36 |
+
</ul>
|
37 |
+
I'v tried to figure this out, but i couldn't get the host name to make image src full.
|
38 |
+
|
39 |
+
So if you encounter these codes, plaese manually fix the images src to full url.
|
40 |
+
|
41 |
+
Good News: Professional Edition has able to fix this.
|
42 |
+
|
43 |
+
<h4>Compatibility with</h4>
|
44 |
+
<a href="https://wordpress.org/plugins/custom-upload-dir/">Custom Upload Dir</a>
|
45 |
+
|
46 |
+
<h4>Plugin's Plugins</h4>
|
47 |
+
<a href="https://wordpress.org/plugins/grabber-for-qqworld-auto-save-images/">Grabber for QQWorld Auto Save Images</a>: Grab PDF.
|
48 |
+
|
49 |
+
<h4>Professional Edition</h4>
|
50 |
+
<p>Features of Pro Edition</p>
|
51 |
+
<ul>
|
52 |
+
|
53 |
+
<li>Automatically delete the HTML code of remote images smaller than Minimum-Picture-Size.</li>
|
54 |
+
<li>Detecting replicated images in media library by Original-link and CRC (Only for new images that after v1.1 updated).</li>
|
55 |
+
<li>Automatically exclude specified remote images by CRC.</li>
|
56 |
+
<li>Automatically delete html code of specified remote images by CRC.</li>
|
57 |
+
<li>New manual mode with multi-thread (Faster than automatic mode and modify Title & Alt in realtime)</li>
|
58 |
+
<li>Download Images from WeChat</li>
|
59 |
+
<li>Cron Scan Posts</li>
|
60 |
+
<li>Watermark</li>
|
61 |
+
<li>Images Compression (JPG Only)</li>
|
62 |
+
<li>Use Proxy</li>
|
63 |
+
<li>Smart Grabbing, Automatically detect 2 images url from href/src of remote image with outside link, and grab the bigger one.</li>
|
64 |
+
<li>Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu)</li>
|
65 |
+
<li>Collect webpage automatically: Easy reprint articles, and get all the images to choose from web pages.</li>
|
66 |
+
<li>Translation (Baidu Translation, Google Translation)</li>
|
67 |
+
<li>Set no remote images saved into media library, it means would not generate thumbnail with many sizes. but if you checked Set-Featured-Image, the first remote image will be saved into media library.</li>
|
68 |
+
<li>Support automatically convert BMP to JPG.</li>
|
69 |
+
</ul>
|
70 |
+
Buy: <a href="http://www.qqworld.org/products/qqworld-collector" target="_blank">QQWorld Collector (USD $18.81-$49.21)</a> | <a href="http://www.qqworld.org/how-to-buy">How to buy?</a>
|
71 |
+
(No need understand chinese, there is a language switcher on right sidebar.)
|
72 |
+
|
73 |
+
Contact:
|
74 |
+
E-mail: admin@qqworld.org
|
75 |
+
QQ: 172269588
|
76 |
+
|
77 |
+
////////////////////////////////////////////////////
|
78 |
+
|
79 |
+
在发布文章时自动保存远程图片到本地媒体库,自动设置特色图片,并且支持机器人采集软件从外部提交。
|
80 |
+
|
81 |
+
还有更强大的功能等着你,到底是什么呢?呵呵……
|
82 |
+
|
83 |
+
<h4>注意:</h4>
|
84 |
+
<ul>
|
85 |
+
<li>该插件有个小问题,所有的远程图像的URL必须是完整的,就是说必须得包含"http(s)://",比如:
|
86 |
+
<ul>
|
87 |
+
<li><img src="http://img.whitehouse.gov/image/2014/08/09/gogogo.jpg" /></li>
|
88 |
+
<li><img src="http://www.bubugao.me/image/travel/beijing.png?date=20140218" /></li>
|
89 |
+
<li><img src="http://r4.ykimg.com/05410408543927D66A0B4D03A98AED24" /></li>
|
90 |
+
<li><img src="https://example.com/image?id=127457" /></li>
|
91 |
+
</ul>
|
92 |
+
</li>
|
93 |
+
<li>不能保存的例子:
|
94 |
+
<ul>
|
95 |
+
<li><img src="/images/great.png" /></li>
|
96 |
+
<li><img src="./photo-lab/2014-08-09.jpg" /></li>
|
97 |
+
<li><img src="img/background/black.gif" /></li>
|
98 |
+
</ul>
|
99 |
+
</li>
|
100 |
+
</ul>
|
101 |
+
我尝试解决这个问题,但是我无法让程序获取到主机名从而让图片的URL完整。
|
102 |
+
|
103 |
+
所以,如果你碰到这样的代码,请手动将图片地址改成完整的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。
|
104 |
+
|
105 |
+
好消息:专业版可以解决这个问题。
|
106 |
+
|
107 |
+
<h4>兼容于其他插件</h4>
|
108 |
+
<a href="https://wordpress.org/plugins/custom-upload-dir/">Custom Upload Dir</a>
|
109 |
+
|
110 |
+
<h4>插件的插件</h4>
|
111 |
+
<a href="https://wordpress.org/plugins/grabber-for-qqworld-auto-save-images/">QQWorld自动保存图片的捕手</a>:抓取 PDF。
|
112 |
+
|
113 |
+
<h4>专业版、服务器版、旗舰版</h4>
|
114 |
+
<p>专专业版、服务器版、旗舰版</p>
|
115 |
+
<ul>
|
116 |
+
<li>可选择自动删除小于最小图像尺寸的远程图像HTML代码</li>
|
117 |
+
<li>在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)</li>
|
118 |
+
<li>可以自动通过检验图像文件CRC忽略指定的远程图像</li>
|
119 |
+
<li>可以自动通过检验图像文件CRC删除指定的远程图像HTML代码</li>
|
120 |
+
<li>多线程的手动模式(下载速度是自动模式的N倍,且支持即时修改Title和Alt)</li>
|
121 |
+
<li>下载微信图片</li>
|
122 |
+
<li>定时扫描文章</li>
|
123 |
+
<li>水印</li>
|
124 |
+
<li>压缩优化图片</li>
|
125 |
+
<li>使用代理服务器(可下载需要翻墙的图片)</li>
|
126 |
+
<li>智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)</li>
|
127 |
+
<li>使用Cookie-Free域名和外部存储器(阿里云OSS、七牛云存储、又拍云存储等)</li>
|
128 |
+
<li>自动采集功能:轻松转载文章、从网页中获取所有图片供选择</li>
|
129 |
+
<li>翻译(百度翻译,谷歌翻译),支持简繁体互转喔!</li>
|
130 |
+
<li>可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了自动设置特色图片,则只会将第一幅图片保存到媒体库。</li>
|
131 |
+
<li>支持BMP和WEBP转JPG</li>
|
132 |
+
</ul>
|
133 |
+
购买:<a href="http://www.qqworld.org/products/qqworld-collector" target="_blank">QQWorld收藏家 (CNY ¥99-¥259)</a> | <a href="http://www.qqworld.org/how-to-buy-cn">如何购买?</a>
|
134 |
+
|
135 |
+
联系方式:
|
136 |
+
邮件:admin@qqworld.org
|
137 |
+
QQ:172269588
|
138 |
+
|
139 |
+
== Installation ==
|
140 |
+
|
141 |
+
<ol>
|
142 |
+
<li>Make sure the server configuration <strong>allow_url_fopen=1</strong> and remove ";" from in front of <strong>extension=php_gd2.dll</strong> and <strong>extension=php_curl.dll</strong> in php.ini.<br />
|
143 |
+
请确保php.ini的设置中 <strong>allow_url_fopen=1</strong>,并且去掉<strong>extension=php_gd2.dll</strong>和<strong>extension=php_curl.dll</strong>之前的“;”</li>
|
144 |
+
<li>Warning: If your website domain has changed, you must modify all image link to new domain from database, or else all images which not modified in post content will be saved again.<br />
|
145 |
+
警告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则插件会把未更改的图片再保存一次。</li>
|
146 |
+
</ol>
|
147 |
+
|
148 |
+
== Screenshots ==
|
149 |
+
|
150 |
+
1. User interface - Settings
|
151 |
+
2. 用户界面 - 设置
|
152 |
+
3. User interface - Preview watermark feature
|
153 |
+
4. 用户界面 - 水印功能预览
|
154 |
+
5. User interface - Scan posts
|
155 |
+
6. 用户界面 - 扫描文章
|
156 |
+
|
157 |
+
== Changelog ==
|
158 |
+
|
159 |
+
= 1.8.2 =
|
160 |
+
Bug fixed: Automatically delete '/' in post content.<br />
|
161 |
+
修复Bug:修复自动清除内容中的'/'的Bug
|
162 |
+
|
163 |
+
= 1.8.1 =
|
164 |
+
Bug fixed: Cound not automatic set featrued image on WP 4.6.<br />
|
165 |
+
修复Bug:WP4.6版上无法自动设置特色图片
|
166 |
+
|
167 |
+
= 1.8 =
|
168 |
+
Bug fixed: Some themes or plugins might cause repeatedly save images.<br />
|
169 |
+
修复Bug:某些主题或插件可能会导致重复保存图片。
|
170 |
+
|
171 |
+
= 1.7.15.6 =
|
172 |
+
Bug fixed: some bugs.<br />
|
173 |
+
修复Bug:一些bugs。
|
174 |
+
|
175 |
+
= 1.7.15.5 =
|
176 |
+
New feature: Convert Vietnamese to English letters for automatically change image filename.<br />
|
177 |
+
新特性:自动更改文件名时自动将越南语字母转换为英语字母
|
178 |
+
|
179 |
+
= 1.7.15.4 =
|
180 |
+
Bug Fixed: Removed unnecessary backslashes escaped.<br />
|
181 |
+
修Bug:去除不必要的自动反斜线转义。
|
182 |
+
|
183 |
+
= 1.7.15.3 =
|
184 |
+
New feature: Automatically detect uploaded images as featured image.<br />
|
185 |
+
新特性:自动检测已上传的图像作为特色图片。
|
186 |
+
|
187 |
+
= 1.7.15.2 =
|
188 |
+
New feature: Update the Information of Pro Edition.<br />
|
189 |
+
新特性:更新专业版信息。
|
190 |
+
|
191 |
+
= 1.7.15.1 =
|
192 |
+
New feature: Supported save remote images via Schedule Publish.<br />
|
193 |
+
新特性:支持定时发布时保存远程图像。
|
194 |
+
|
195 |
+
= 1.7.15 =
|
196 |
+
<ul>
|
197 |
+
<li>New feature:
|
198 |
+
<ul>
|
199 |
+
<li>Compatibility with Custom Upload Dir.</li>
|
200 |
+
</ul>
|
201 |
+
</li>
|
202 |
+
<li>新特性:
|
203 |
+
<ul>
|
204 |
+
<li>和Custom Upload Dir兼容。</li>
|
205 |
+
</ul>
|
206 |
+
</li>
|
207 |
+
<li>Bugs Fixed:
|
208 |
+
<ul>
|
209 |
+
<li>Save duplicate image</li>
|
210 |
+
<li>Save duplicate revision post</li>
|
211 |
+
<li>String '%20' in class</li>
|
212 |
+
</ul>
|
213 |
+
</li>
|
214 |
+
<li>修复Bug:
|
215 |
+
<ul>
|
216 |
+
<li>重复保存图片</li>
|
217 |
+
<li>重复保存文章历史版本</li>
|
218 |
+
<li>在class中有“%20”字符串</li>
|
219 |
+
</ul>
|
220 |
+
</li>
|
221 |
+
</ul>
|
222 |
+
|
223 |
+
= 1.7.14.1 =
|
224 |
+
Bug fixed: Couldn't grabbing the image url contain spaces.<br />
|
225 |
+
修复Bug:不能抓取包含空格的图像url。
|
226 |
+
|
227 |
+
= 1.7.14 =
|
228 |
+
Bug fixed: A bug of regular expression ( '{' & '}' ).<br />
|
229 |
+
修复Bug:修复正则表达式的bug( '{' 和 '}' )。
|
230 |
+
|
231 |
+
= 1.7.13.9 =
|
232 |
+
New feature: Added new format option Align-To<br />
|
233 |
+
新特性:添加对齐方式的格式化选项。
|
234 |
+
|
235 |
+
= 1.7.13.8 =
|
236 |
+
New feature: Automatically add caption shortcode.<br />
|
237 |
+
新特性:自动添加图说短代码。
|
238 |
+
|
239 |
+
= 1.7.13.7 =
|
240 |
+
New Interface: Update user interface of Pro Edition<br />
|
241 |
+
新界面:更新专业版的用户界面
|
242 |
+
|
243 |
+
= 1.7.13.6 =
|
244 |
+
Bug fixed: Couldn't handle the Maximum Image Size of remote image resource by GZIP compressed. (Needs PHP 5.4+)<br />
|
245 |
+
修复Bug:无法控制被GZIP压缩的图片资源的最大尺寸。(须PHP 5.4+)
|
246 |
+
|
247 |
+
= 1.7.13.5 =
|
248 |
+
New feature: Enhanced ability for grab remote image by GZIP compressed. (Needs PHP 5.4+)<br />
|
249 |
+
新特性:加强对GZIP压缩的图片资源的抓取功能。(须PHP 5.4+)
|
250 |
+
|
251 |
+
= 1.7.13.4 =
|
252 |
+
New feature: Supply a hook that can custom link text of the outside link or even more complicated.<br />
|
253 |
+
新特性:提供1个Hook来自定义外部链接的链接文本或更加复杂的内容。。
|
254 |
+
|
255 |
+
= 1.7.13.3 =
|
256 |
+
New feature: Add <strong>rel="nofollow"</strong> into outside link's tag when checked the option Save-Outside-Links.<br />
|
257 |
+
新特性:当选择保存外部链接时,自动在外部链接的标签中加入<strong>rel="nofollow"。</strong>。<br />
|
258 |
+
Bug fixed: Manual scan posts can not check missing remote images.<br />
|
259 |
+
修复Bug:手动扫描文章无法检测丢失的远程图片。
|
260 |
+
|
261 |
+
= 1.7.13.2 =
|
262 |
+
New feature: Add <strong>rel="nofollow"</strong> into outside link's tag when checked the option Keep-Outside-Links.<br />
|
263 |
+
新特性:当选择保留外部链接时,自动在外部链接的标签中加入<strong>rel="nofollow"。</strong>。
|
264 |
+
|
265 |
+
= 1.7.13.1 =
|
266 |
+
New feature: The feature Maximum-Picture-Size Automatically reduction image size support PHP 5.3 now.<br />
|
267 |
+
新特性:最大图像尺寸的自动缩小图片功能支持PHP5.3。
|
268 |
+
|
269 |
+
= 1.7.13 =
|
270 |
+
News: QQWorld Auto Save Images Pro Edition is avaliable.<br />
|
271 |
+
新闻:QQWorld自动保存图片专业版已发售。
|
272 |
+
|
273 |
+
= 1.7.12.14 =
|
274 |
+
New feature:<br />
|
275 |
+
For plugin working issue, adds server check to help user handle server configuation issues.
|
276 |
+
<br />
|
277 |
+
新特性<br />
|
278 |
+
为了使插件工作正常,增加服务器检测帮助用户处理服务器配置问题
|
279 |
+
|
280 |
+
= 1.7.12.13 =
|
281 |
+
<ul>
|
282 |
+
<li>New feature:
|
283 |
+
<ul>
|
284 |
+
<li>Save first ? image(s) from each posts.</li>
|
285 |
+
</ul>
|
286 |
+
</li>
|
287 |
+
<li>新特性:
|
288 |
+
<ul>
|
289 |
+
<li>保存每篇文章前 ? 幅图像</li>
|
290 |
+
</ul>
|
291 |
+
</li>
|
292 |
+
<li>Bugs Fixed:
|
293 |
+
<ul>
|
294 |
+
<li>Keep-outside-links didn't works.</li>
|
295 |
+
<li>Allowed "maximum picture size" to set blank.</li>
|
296 |
+
</ul>
|
297 |
+
</li>
|
298 |
+
<li>修复Bug:
|
299 |
+
<ul>
|
300 |
+
<li>“保留外部链接”无效</li>
|
301 |
+
<li>允许“最大图像尺寸”都设置为空白</li>
|
302 |
+
</ul>
|
303 |
+
</li>
|
304 |
+
</ul>
|
305 |
+
|
306 |
+
= 1.7.12.12 =
|
307 |
+
New feature:<br />
|
308 |
+
Automatic change remote filename that have Non-ASCii characters (for Windows Server).<br />
|
309 |
+
Custom filename structure.<br />
|
310 |
+
新特性:<br />
|
311 |
+
自动修改包含非ASCii字符的远程图片文件名(用于Windows服务器)<br />
|
312 |
+
自定义文件名结构。
|
313 |
+
|
314 |
+
= 1.7.12.11 =
|
315 |
+
New feature:<br />
|
316 |
+
Supplied some interface for others additional functions.<br />
|
317 |
+
新特性:<br />
|
318 |
+
为其他附加功能提供了接口。
|
319 |
+
|
320 |
+
= 1.7.12.10 =
|
321 |
+
Bug Fixed:<br />
|
322 |
+
Handle missing/undownloadable remote image failed. <br />
|
323 |
+
修复Bug:<br />
|
324 |
+
无法处理 不存在/无法下载 的远程图片
|
325 |
+
|
326 |
+
= 1.7.12.9 =
|
327 |
+
New feature:<br />
|
328 |
+
Automatic save outside links to description of attachments.<br />
|
329 |
+
新特性:<br />
|
330 |
+
自动将远程图片的链接保存到附件的描述中。
|
331 |
+
|
332 |
+
= 1.7.12.8 =
|
333 |
+
New feature:<br />
|
334 |
+
Automatic change attachment url to rewrite permalink.<br />
|
335 |
+
新特性:<br />
|
336 |
+
自动将附件的url转换为伪静态固定链接
|
337 |
+
|
338 |
+
= 1.7.12.7 =
|
339 |
+
Bug Fixed:<br />
|
340 |
+
Broken if the value of img tag property including single quote(')<br />
|
341 |
+
修复Bug:<br />
|
342 |
+
如果图片标签属性值包含单引号(')会出错
|
343 |
+
|
344 |
+
= 1.7.12.6 =
|
345 |
+
Bug Fixed:<br />
|
346 |
+
Download remote image failed on some servers. <br />
|
347 |
+
修复Bug:<br />
|
348 |
+
在某些服务器上下载远程图片失败。
|
349 |
+
|
350 |
+
= 1.7.12.5 =
|
351 |
+
New feature:<br />
|
352 |
+
Automatically change image title & alt as post title.<br />
|
353 |
+
新特性:<br />
|
354 |
+
自动参照文章标题添加图片标题和替代文本
|
355 |
+
|
356 |
+
= 1.7.12.4 =
|
357 |
+
New feature:<br />
|
358 |
+
Using 3 ways to download remote images.<br />
|
359 |
+
新特性:<br />
|
360 |
+
使用三种方法下载远程图片
|
361 |
+
|
362 |
+
= 1.7.12.3 =
|
363 |
+
New feature:<br />
|
364 |
+
Use curl instead of fopen to download remote images.<br />
|
365 |
+
新特性:<br />
|
366 |
+
使用cUrl代替fopen来下载远程图片
|
367 |
+
|
368 |
+
= 1.7.12.2 =
|
369 |
+
Bug fixed:<br />
|
370 |
+
Now the option 3 of change name feature would not generate URL encoded file name.<br />
|
371 |
+
修复Bug:<br />
|
372 |
+
现在更改文件名功能的第3项不会产生URL编码的的文件名了。
|
373 |
+
|
374 |
+
= 1.7.12.1 =
|
375 |
+
Bug fixed:<br />
|
376 |
+
Now the feature automatic-change-remote-images-filename-and-alt-as-post-name supporte IFTTT.<br />
|
377 |
+
修复Bug:<br />
|
378 |
+
现在自动更改文件名为文章名(Post Name | Slug)已支持IFTTT.
|
379 |
+
|
380 |
+
= 1.7.12 =
|
381 |
+
Mew format feature:<br />
|
382 |
+
Automatic change remote images filename and alt as post name. if you choose this, please make sure post name | slug exclude Chinese or other East Asian characters.<br />
|
383 |
+
格式化新功能:<br />
|
384 |
+
自动更改文件名为文章名(Post Name | Slug),如果选择此项,请确保文章名(Post Name | Slug)不包含中文以及其他东亚字符。
|
385 |
+
|
386 |
+
= 1.7.11.4 =
|
387 |
+
Bug fixed:<br />
|
388 |
+
About image maximum size filter settings, support any size of one of width and height.<br />
|
389 |
+
修复Bug:<br />
|
390 |
+
在图片尺寸过滤设置中,支持高度和宽度其中之一为任意尺寸。
|
391 |
+
|
392 |
+
= 1.7.11.3 =
|
393 |
+
Bug fixed:<br />
|
394 |
+
Select category doesn't works on scan feature.<br />
|
395 |
+
修复Bug:<br />
|
396 |
+
扫描文章功能的选择分类不能正常工作。
|
397 |
+
|
398 |
+
= 1.7.11.2 =
|
399 |
+
Bug fixed:<br />
|
400 |
+
Can't format image url that has (*).<br />
|
401 |
+
修复Bug:<br />
|
402 |
+
不能格式化带*号的图片链接
|
403 |
+
|
404 |
+
= 1.7.11.1 =
|
405 |
+
Bug fixed:<br />
|
406 |
+
Ignore PHP warning messages has missing images when scanning posts.<br />
|
407 |
+
修复Bug:<br />
|
408 |
+
扫描文章时忽略远程图片不存在的警告信息。
|
409 |
+
|
410 |
+
= 1.7.11 =
|
411 |
+
New feature:<br />
|
412 |
+
Display addistional content after the each remote images.<br />
|
413 |
+
新特性:<br />
|
414 |
+
显示额外的内容到每一个自动保存的远程图片后面。
|
415 |
+
|
416 |
+
= 1.7.10.1 =
|
417 |
+
New feature:<br />
|
418 |
+
If PHP version lower than 5.4, automatic disabled the Maximum-Picture-Size feature.<br />
|
419 |
+
新特性:<br />
|
420 |
+
如果PHP版本低于5.4,自动禁用设置最大图像的功能。
|
421 |
+
|
422 |
+
= 1.7.10 =
|
423 |
+
New feature:<br />
|
424 |
+
Automatic reduction is greater than the size of the picture. default: 1280x1280(px)<br />
|
425 |
+
新特性:<br />
|
426 |
+
自动缩小大于所设置尺寸的图像。默认:1280x1280(像素)
|
427 |
+
|
428 |
+
= 1.7.9 =
|
429 |
+
New feature:<br />
|
430 |
+
Allowed to Ignore small size picture, such as some icons. default: 32x32(px)<br />
|
431 |
+
新特性:<br />
|
432 |
+
允许忽略小尺寸图像,比如一些小图标。默认:32x32(像素)
|
433 |
+
|
434 |
+
= 1.7.8 =
|
435 |
+
<ul>
|
436 |
+
<li>New features:
|
437 |
+
<ul>
|
438 |
+
<li>Ignore animated GIF when doing watermark as preview option.</li>
|
439 |
+
<li>Modified 'http://' to 'http(s)://' in Exclude-Domain/Keyword of General Options.</li>
|
440 |
+
</ul>
|
441 |
+
</li>
|
442 |
+
<li>新特性:
|
443 |
+
<ul>
|
444 |
+
<li>添加水印时忽略GIF动画的预览选项</li>
|
445 |
+
<li>将常规选项中的排除域名/关键词中的'http://'改为'http(s)://'</li>
|
446 |
+
</ul>
|
447 |
+
</li>
|
448 |
+
</ul>
|
449 |
+
|
450 |
+
= 1.7.7 =
|
451 |
+
New features:<br />
|
452 |
+
Allowed to keeps outside links of remote images.<br />
|
453 |
+
新特性:<br />
|
454 |
+
允许保留远程图片的外部链接。
|
455 |
+
|
456 |
+
= 1.7.6 =
|
457 |
+
Fixed a bug of regular expression that cleaned many contents in Visual-mode of Editor and in Manual-mode of plugin.<br />
|
458 |
+
修复正则表达式的bug,在可视化编辑情况下手动保存图片有时候会清空大量的内容。
|
459 |
+
|
460 |
+
= 1.7.5 =
|
461 |
+
New features:<br />
|
462 |
+
Added format options. The <img> code formated just like insert to post.<br />
|
463 |
+
新特性:<br />
|
464 |
+
增加格式化选项。格式化的<img>代码就像插入到文章的。
|
465 |
+
|
466 |
+
= 1.7.4 =
|
467 |
+
<ul>
|
468 |
+
<li>Bugs fixed:
|
469 |
+
<ol>
|
470 |
+
<li>Manual mode of Scan-Post did saved remote images in process.</li>
|
471 |
+
<li>Javascript parse error on select checkbox of pages of scan-posts in English website language.</li>
|
472 |
+
</ol>
|
473 |
+
</li>
|
474 |
+
<li>New features:
|
475 |
+
<ul>
|
476 |
+
<li>Preview watermark.</li>
|
477 |
+
</ul>
|
478 |
+
</li>
|
479 |
+
<li>修复Bugs:
|
480 |
+
<ol>
|
481 |
+
<li>扫描文章的手动模式会在扫描过程中偷偷保存远程图片。</li>
|
482 |
+
<li>站点语言为英文时,选择扫描文章的页面文章类型会报Javascript语法错误。</li>
|
483 |
+
</ol>
|
484 |
+
</li>
|
485 |
+
<li>新特性:
|
486 |
+
<ul>
|
487 |
+
<li>水印功能预览</li>
|
488 |
+
</ul>
|
489 |
+
</li>
|
490 |
+
</ul>
|
491 |
+
|
492 |
+
= 1.7.3 =
|
493 |
+
Bug fixed:<br />
|
494 |
+
The bug that Added a backslash "\" in front of apostrophes (') in text mode of editor and in manual mode of plugin.<br />
|
495 |
+
修复Bug:<br />
|
496 |
+
在插件的手动模式和编辑器的文本模式下,在(')之前加上"\"
|
497 |
+
|
498 |
+
= 1.7.2 =
|
499 |
+
New features:<br />
|
500 |
+
In manual mode, Supported auto save images from remote publishing.<br />
|
501 |
+
Bugs fixed:<br />
|
502 |
+
Some dynamic links had problem with change name.<br /><br />
|
503 |
+
新特性:<br />
|
504 |
+
支持在手动模式下允许通过远程发布保存图片。<br />
|
505 |
+
修复Bugs:<br />
|
506 |
+
采集一些动态链接出现Bug
|
507 |
+
|
508 |
+
= 1.7.1 =
|
509 |
+
<ul>
|
510 |
+
<li>New features:
|
511 |
+
<ol>
|
512 |
+
<li>Auto change image filename, If it's possible to encounter remote images filename containing Chinese or other East Asian characters, i suggest enable it.</li>
|
513 |
+
<li>Added Order/Order-by/Status filters for scan-posts mode.</li>
|
514 |
+
</ol>
|
515 |
+
</li>
|
516 |
+
<li>新特性:
|
517 |
+
<ol>
|
518 |
+
<li>自动图片文件更名,如果你有可能碰到包含中文或其他东亚字符的远程图片文件名,建议开启。</li>
|
519 |
+
<li>扫描文章模式增加 排序/排序依据/状态 筛选。</li>
|
520 |
+
</ol>
|
521 |
+
</li>
|
522 |
+
</ul>
|
523 |
+
|
524 |
+
= 1.7 =
|
525 |
+
<ul>
|
526 |
+
<li>New features:
|
527 |
+
<ol>
|
528 |
+
<li>New interface.</li>
|
529 |
+
<li>Added categories filter for scan-posts mode.</li>
|
530 |
+
</ol>
|
531 |
+
</li>
|
532 |
+
<li>新特性:
|
533 |
+
<ol>
|
534 |
+
<li>新用户界面。</li>
|
535 |
+
<li>扫描文章模式增加分类筛选。</li>
|
536 |
+
</ol>
|
537 |
+
</li>
|
538 |
+
</ul>
|
539 |
+
|
540 |
+
= 1.6.1 =
|
541 |
+
<ul>
|
542 |
+
<li>New features:
|
543 |
+
<ol>
|
544 |
+
<li>Supported more type of dynamic link.</li>
|
545 |
+
<li>More detail notifications for automatic/manual mode.</li>
|
546 |
+
</ol>
|
547 |
+
</li>
|
548 |
+
<li>新特性:
|
549 |
+
<ol>
|
550 |
+
<li>支持更多类型的动态连接。</li>
|
551 |
+
<li>自动/手动模式拥有更详细的通知信息</li>
|
552 |
+
</ol>
|
553 |
+
</li>
|
554 |
+
</ul>
|
555 |
+
|
556 |
+
= 1.6 =
|
557 |
+
New feature: Supported fetching images from some dynamic link.<br />
|
558 |
+
新特性:支持从部分动态连接抓取图片。
|
559 |
+
|
560 |
+
= 1.5.9.1 =
|
561 |
+
fixed a bug of regular expression.<br />
|
562 |
+
修复正则表达式的bug。
|
563 |
+
|
564 |
+
= 1.5.9 =
|
565 |
+
New feature: Set Exclude-Domain/Keyword.<br />
|
566 |
+
新特性:设置排除域名/关键词。
|
567 |
+
|
568 |
+
= 1.5.8 =
|
569 |
+
New feature: supported XMLRPC, means remote publishing from IFTTT.<br />
|
570 |
+
新特性:支持XMLRPC,意味着支持从IFTTT远程发布。
|
571 |
+
|
572 |
+
= 1.5.7.5 =
|
573 |
+
fixed a bug of regular expression.<br />
|
574 |
+
修复正则表达式的bug。
|
575 |
+
|
576 |
+
= 1.5.7.4 =
|
577 |
+
Hide posts do not have remote images from list in automatic mode.<br />
|
578 |
+
在自动扫描的列表中隐藏没有远程图像的文章。
|
579 |
+
|
580 |
+
= 1.5.7.3 =
|
581 |
+
Show post number in error notification<br />
|
582 |
+
在错误提示中显示文章的序号
|
583 |
+
|
584 |
+
= 1.5.7.2 =
|
585 |
+
The debug system can pass errors let process go to the end<br />
|
586 |
+
增加调试系统可以跳过错误让进程运行到底
|
587 |
+
|
588 |
+
= 1.5.7.1 =
|
589 |
+
New feature: Debug system added<br />
|
590 |
+
新特性:增加调试系统
|
591 |
+
|
592 |
+
= 1.5.7 =
|
593 |
+
<ul>
|
594 |
+
<li>Fixed:
|
595 |
+
<ol>
|
596 |
+
<li>A bug of the stops process by some special characters.</li>
|
597 |
+
<li>some english error messages.</li>
|
598 |
+
</ol>
|
599 |
+
</li>
|
600 |
+
<li>修复:
|
601 |
+
<ol>
|
602 |
+
<li>一些特殊字符停止程序进程的bug。</li>
|
603 |
+
<li>一些英文错误消息。</li>
|
604 |
+
</ol>
|
605 |
+
</li>
|
606 |
+
</ul>
|
607 |
+
|
608 |
+
= 1.5.6 =
|
609 |
+
<ul>
|
610 |
+
<li>New features:
|
611 |
+
<ol>
|
612 |
+
<li>Set scope of ID for scan.</li>
|
613 |
+
<li>List posts including remote images and handle them manually.</li>
|
614 |
+
</ol>
|
615 |
+
</li>
|
616 |
+
<li>新功能:
|
617 |
+
<ol>
|
618 |
+
<li>设置文章ID的扫描范围。</li>
|
619 |
+
<li>列出包含远程图像的文章,并且手动处理它们。</li>
|
620 |
+
</ol>
|
621 |
+
</li>
|
622 |
+
</ul>
|
623 |
+
|
624 |
+
= 1.5.5 =
|
625 |
+
Enhance the scanning speed of up to 10 times.<br />
|
626 |
+
可提升最多10倍扫描速度
|
627 |
+
|
628 |
+
= 1.5.4 =
|
629 |
+
Because of PHP runs for a limited time, so now using ajax to scan posts. but it runs slower than 1.5.3.<br />
|
630 |
+
因为PHP有运行时间限制,所以现在改为使用AJAX来扫描文章。但运行速度比1.5.3慢。
|
631 |
+
|
632 |
+
= 1.5.3 =
|
633 |
+
Added a filter set scan range for scanner<br />
|
634 |
+
添加过滤器来设置扫描仪的扫描范围
|
635 |
+
|
636 |
+
= 1.5.2 =
|
637 |
+
Make the plugin more proffesional<br />
|
638 |
+
让插件更专业
|
639 |
+
|
640 |
+
= 1.5.1 =
|
641 |
+
Make the plugin more secure<br />
|
642 |
+
让插件更安全
|
643 |
+
|
644 |
+
= 1.5 =
|
645 |
+
New feature: Scan posts and save remote images in all posts to local media library. Maybe take a long time.<br />
|
646 |
+
新功能:扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。
|
647 |
+
|
648 |
+
= 1.4.3 =
|
649 |
+
Now you can choose automatically set featured image or not.<br />
|
650 |
+
现在你可以选择是否自动设置特色图片。
|
651 |
+
|
652 |
+
= 1.4.2 =
|
653 |
+
Fixed 1 bug: If remote images are too big or too many, program need more time to download, When default time out, whole process stoped.<br />
|
654 |
+
If remote images are too many, sometimes you need fetch twice.<br />
|
655 |
+
修复bug:如果远程图片太大或太多,程序需要更多时间来下载,当默认的运行超时,程序会卡住。<br />
|
656 |
+
如果远程图片太多,有时候需要抓取两次。
|
657 |
+
|
658 |
+
= 1.4.1 =
|
659 |
+
New functional optimized<br />
|
660 |
+
优化了新功能
|
661 |
+
|
662 |
+
= 1.4 =
|
663 |
+
Add a new type allow user manually save remote images via click a button on the top of editor.<br />
|
664 |
+
You can change the Type in the plugin's setting page.<br />
|
665 |
+
添加一个新类型允许用户通过单击编辑器顶部的按钮手动保存远程图像。<br />
|
666 |
+
你可以在插件的设置页面更改类型。
|
667 |
+
|
668 |
+
= 1.3 =
|
669 |
+
<ul>
|
670 |
+
<li>Fixed 2 bugs:
|
671 |
+
<ol>
|
672 |
+
<li>Failed to save remote image to local when the image url include "(\?(.*?))?", now it's works.</li>
|
673 |
+
<li>If the remote image url is invalid, will not to save it to a blank attachment.</li>
|
674 |
+
</ol>
|
675 |
+
</li>
|
676 |
+
<li>修复两个bug:
|
677 |
+
<ol>
|
678 |
+
<li>如果远程图片地址包含 "(\?(.*?))?" 会无法保存到本地,现在工作正常。</li>
|
679 |
+
<li>如果远程图片地址无效,则不会保存一个空的附件到本地。</li>
|
680 |
+
</ol>
|
681 |
+
</li>
|
682 |
+
</ul>
|
683 |
+
|
684 |
+
= 1.2 =
|
685 |
+
add admin page to control use which action to save remote image.<br />
|
686 |
+
添加后台页面来管理选择使用下载远程图片的动作。
|
687 |
+
|
688 |
+
= 1.1 =
|
689 |
+
Remove auto rename.<br />
|
690 |
+
移除自动更名功能。<br />
|
691 |
+
if you want to upload images with chinese file name and server does not support chinese filename, please using 1.0.<br />
|
692 |
+
如果需要上传中文名图片,服务器又不支持中文文件名,请使用1.0
|
693 |
+
|
694 |
+
= 1.0 =
|
695 |
+
Born for Capture.<br />
|
696 |
+
The feature is can automatically change image filename.<br />
|
697 |
+
为采集而生<br />
|
698 |
+
特色是可以自动更改图片的文件名
|
699 |
+
|
700 |
+
== Upgrade Notice ==
|
701 |
+
|
702 |
+
= 1.7.10 =
|
703 |
+
This version used a new GD2 function, you need at least PHP 5.4 to run it.
|
704 |
+
该版本使用了一个新GD2函数,你至少需要PHP5.4来运行。
|
705 |
+
|
706 |
+
= 1.1 =
|
707 |
+
if you want to upload images with chinese file name and server does not support chinese filename, please using 1.0.<br />
|
708 |
+
如果需要上传中文名图片,服务器又不支持中文文件名,请使用1.0
|
709 |
+
|
710 |
+
= 1.0 =
|
711 |
+
The feature is can automatically change image filename.<br />
|
712 |
+
特色是可以自动更改图片的文件名
|
713 |
+
|
714 |
+
== Frequently Asked Questions ==
|
715 |
+
|
716 |
+
= Why the Maximum-Picture-Size fields are gray? =
|
717 |
+
|
718 |
+
Because PHP version is lower than 5.4. please upgrade your PHP.
|
719 |
+
|
720 |
+
= Why the Watermark featrue does not works? =
|
721 |
+
|
722 |
+
Because of it's only a preview. Full functionality is being developed in the Professional Edition. and i don't know what time Professional Edition released. who cares..
|
723 |
+
|
724 |
+
= 为什么“最大图像尺寸”设置输入框是灰色的? =
|
725 |
+
|
726 |
+
因为PHP版本低于5.4,请升级PHP。
|
727 |
+
|
728 |
+
= 为什么水印功能不能用? =
|
729 |
+
|
730 |
+
因为只是预览,完整的功能将在开发中的专业版中。我也不知道专业什么时候发布,管它呢……
|