Version Description
Download this release
Release Info
Developer | qqworld |
Plugin | QQWorld Auto Save Images |
Version | 1.7.15.6 |
Comparing to | |
See all releases |
Code changes from version 1.7.15.5 to 1.7.15.6
- css/style.css +10 -0
- js/admin.js +1 -1
- lang/qqworld_auto_save_images-zh_CN.mo +0 -0
- lang/qqworld_auto_save_images-zh_CN.po +385 -201
- lang/qqworld_auto_save_images-zh_TW.mo +0 -0
- lang/qqworld_auto_save_images-zh_TW.po +385 -201
- qqworld-auto-save-images.php +118 -49
- readme.txt +0 -713
css/style.css
CHANGED
@@ -158,6 +158,16 @@
|
|
158 |
#scan_old_post_list .red {
|
159 |
color: red;
|
160 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
|
162 |
#scan-result {
|
163 |
margin-top: 20px;
|
158 |
#scan_old_post_list .red {
|
159 |
color: red;
|
160 |
}
|
161 |
+
#comparison-table td.green {
|
162 |
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAABMlBMVEUAAAAvmgcznA0wjA4tlQojkwAklAE0nQwtmAgikgAumAotmAYvmgohkgEolgYhkwNesUY0nQw4hBk1ihQplgRDox8qlwRLpyM2nRVDox03mRA1nBI1nA5KpicmlQc5nhAgkgByuzI9oBFPqStesCVitCWKxT2SyT05nhB+wDWcz0ZcpTV9v1Cdz0CZzEa02neCwjh2vTNptTNuuDBsuC2Jxm9suCHO52CGwzbC4Vuw2FBSqjC934CTykK221as1lDN54Sk0kpvs0daqSuFw2CIxDO63nLU6YB+wFeKxTu02luEw0LB4HSt1m5ntCk4kxVqsD1ntidKpyeUy1yUymB4vCfH5Ky1236s14F3vSvF457b7Wfn85bi8IHP53m93oxZrjnW6oi43FLC4H2h0UpLpycSo93OAAAAU3RSTlMANA6/v5hWCz9PxSk4oEVC/QX+9yPJzu/r5/eiqv2A+lv//////////v///////////////////////////////////////////////////////kPDU5EAAADWSURBVBjTY8AAnKnSDFhElWOCebGIJkbHhsgAWdyc7EiiDuZJ5nGpQFFxHVaYKJuyg6WVpZUSH4OIhK87TJzTOtnO0c5RiZ+BQVLfS9fHAyzOZm1jr2WvpcQHZIt66+qpu7kALVdIsNFST7FV4gApYRcz1vN01TeV4xOIV7ew9QSKggETl5+aQWi4qUCUhaaaJkQUrJ5F1cDQLCIs0kxTUYMH4QV2LhXDQBNFVUVjDahaqDkszooqKiZGUjyoXhZk0TZSDfBnRA8KdmZtJ2GgCZjiQshqAS2MHUxeD+kOAAAAAElFTkSuQmCC);
|
163 |
+
background-position: center center;
|
164 |
+
background-repeat: no-repeat;
|
165 |
+
}
|
166 |
+
#comparison-table td.red {
|
167 |
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAADNNx3KMRXOMRrMOyDLNRrJLxPMPSHILxLMPCDOPiHPQSbTUz7QLBTTSDLLMxnHLhPKNRnNMRrOLRnVLxjtLxrpJBLVAgHoHg7dBgTUUDrlEgbqMRjySijTSDL5UivyLhn7bl3XTTn+WS7gVEH9YTP9cVvhHxHvQSPdDgfLBALYCQXsVUvvNRjkFwzMJBTiDwjmTUjeRETPKBbnUUnUTTnpSDX3WDLzcFjzUij2Syn2XjD9Vkr4Nhz/UCf+cFX5ajj7bzfURC3YSzZTfvKQAAAAH3RSTlMAjm37bWpQZ2dQhony8vuJhlD9///////////////+4lBxZAAAANBJREFUGNMtjlUSg0AQRBuCxqt2Q7AQPO6u2P3vlF3Cq6mZ7vl6AIRSRI1YCvwM46DSeNCqIB4CgziL0lBjPUyjLB7Ae3+LJA0VJUyT4vv2INNPkkdBvx9EefKhMqBSf/qa3u9s+VQFQ6L+83G7PZ4+lVCj99wJw+3p+KN0r5v5fHPtKo2PvR65IzZrW6x97LNpGLOZYZhnWwPky8Ext4tWa7E1ncNFhne0nP2K6DpZ7R3r6KFzGltjogIqYeHUAdq7Je/8s9y1eRBI4yMRAfgB/N4W4X0kdh8AAAAASUVORK5CYII=);
|
168 |
+
background-position: center center;
|
169 |
+
background-repeat: no-repeat;
|
170 |
+
}
|
171 |
|
172 |
#scan-result {
|
173 |
margin-top: 20px;
|
js/admin.js
CHANGED
@@ -516,7 +516,7 @@ QQWorld_auto_save_images.scan_posts = function() {
|
|
516 |
|
517 |
this.create.init = function() {
|
518 |
_this.create.events();
|
519 |
-
_this.create.watermark_init();
|
520 |
};
|
521 |
this.create.init();
|
522 |
};
|
516 |
|
517 |
this.create.init = function() {
|
518 |
_this.create.events();
|
519 |
+
//_this.create.watermark_init();
|
520 |
};
|
521 |
this.create.init();
|
522 |
};
|
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,226 @@ 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 +249,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 +282,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 +300,136 @@ 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 +438,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 +628,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 +652,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 +669,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 +737,11 @@ 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,116 +751,300 @@ 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 "Free Edition"
|
764 |
msgstr "免费版"
|
765 |
|
766 |
-
#: qqworld-auto-save-images.php:
|
767 |
msgid ""
|
768 |
-
"
|
769 |
-
"
|
770 |
-
msgstr "
|
771 |
|
772 |
-
#: qqworld-auto-save-images.php:
|
773 |
-
msgid ""
|
774 |
-
"New Mode: Remote images will no be saved into media library, it means would "
|
775 |
-
"not generate thumbnail. but if you checked Set-Featured-Image, the first "
|
776 |
-
"remote image will be saved into media library."
|
777 |
-
msgstr ""
|
778 |
-
"新模式:远程图像不会被保存到媒体库,这意味着不会生成各种尺寸的缩略图。但如果"
|
779 |
-
"你勾选了设置特色图片,则只会将第一幅远程图像保存到媒体库。"
|
780 |
-
|
781 |
-
#: qqworld-auto-save-images.php:875
|
782 |
msgid ""
|
783 |
"Detecting replicated images in media library by Original-link and CRC (Only "
|
784 |
"for new images that after v1.1 updated)."
|
785 |
msgstr "在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)"
|
786 |
|
787 |
-
#: qqworld-auto-save-images.php:
|
788 |
-
msgid "Automatically delete images code smaller than minimum-picture-size."
|
789 |
-
msgstr "自动删除小于最小图像尺寸的图片代码。"
|
790 |
-
|
791 |
-
#: qqworld-auto-save-images.php:885
|
792 |
msgid "Automatically exclude specified remote images by CRC."
|
793 |
msgstr "可以自动通过检验图像文件CRC忽略指定的远程图像。"
|
794 |
|
795 |
-
#: qqworld-auto-save-images.php:
|
796 |
msgid "Automatically delete html code of specified remote images by CRC."
|
797 |
msgstr "可以自动通过检验图像文件CRC删除指定的远程图像HTML代码。"
|
798 |
|
799 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
800 |
msgid "Download Images from WeChat"
|
801 |
msgstr "下载微信图片"
|
802 |
|
803 |
-
#: qqworld-auto-save-images.php:
|
804 |
msgid "Cron Scan Posts"
|
805 |
msgstr "定时扫描文章"
|
806 |
|
807 |
-
#: qqworld-auto-save-images.php:
|
808 |
msgid "Watermark"
|
809 |
msgstr "水印"
|
810 |
|
811 |
-
#: qqworld-auto-save-images.php:
|
812 |
msgid "Images Compression (JPG Only)"
|
813 |
msgstr "图片压缩(仅JPEG)"
|
814 |
|
815 |
-
#: qqworld-auto-save-images.php:
|
816 |
msgid "Use Proxy"
|
817 |
msgstr "使用代理服务器(可下载需要翻墙的图片)"
|
818 |
|
819 |
-
#: qqworld-auto-save-images.php:
|
820 |
msgid ""
|
821 |
-
"Smart Grabbing, Automatically detect 2 images url from href/src of
|
822 |
-
"image with outside link, and grab the bigger one."
|
823 |
msgstr "智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)"
|
824 |
|
825 |
-
#: qqworld-auto-save-images.php:
|
826 |
-
msgid "
|
827 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
828 |
|
829 |
-
#: qqworld-auto-save-images.php:
|
830 |
-
msgid "
|
831 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
832 |
|
833 |
-
#: qqworld-auto-save-images.php:
|
834 |
msgid ""
|
835 |
-
"
|
836 |
-
"
|
837 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
838 |
|
839 |
-
#: qqworld-auto-save-images.php:
|
840 |
msgid "Buy"
|
841 |
msgstr "购买"
|
842 |
|
843 |
-
#: qqworld-auto-save-images.php:
|
844 |
msgid "QQWorld Collector"
|
845 |
msgstr "QQWorld收藏家"
|
846 |
|
847 |
-
#: qqworld-auto-save-images.php:
|
848 |
msgid ""
|
849 |
"(No need understand chinese, there is a language switcher on left sidebar.)"
|
850 |
msgstr " "
|
851 |
|
852 |
-
#: qqworld-auto-save-images.php:
|
853 |
msgid "Has Missing/Undownloadable images."
|
854 |
msgstr "有 不存在/不可下载 的远程图像。"
|
855 |
|
856 |
-
#: qqworld-auto-save-images.php:
|
857 |
msgid "No remote images found."
|
858 |
msgstr "没有远程图像。"
|
859 |
|
860 |
-
#: qqworld-auto-save-images.php:
|
861 |
msgid "Original Link"
|
862 |
msgstr "原始链接"
|
863 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
864 |
#~ msgid ""
|
865 |
#~ "Remote images will no be saved into media library, it means would not "
|
866 |
#~ "generate thumbnail. but if you checked Set-Featured-Image, the first "
|
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: 2016-04-27 18:51+0800\n"
|
6 |
+
"PO-Revision-Date: 2016-04-27 18:51+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:117
|
23 |
msgid "Michael Wang"
|
24 |
msgstr "王晓骞"
|
25 |
|
26 |
+
#: qqworld-auto-save-images.php:118
|
27 |
msgid " (In Development)"
|
28 |
msgstr "(开发中)"
|
29 |
|
30 |
+
#: qqworld-auto-save-images.php:125
|
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:126
|
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:127
|
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:163
|
51 |
msgid "No taxonomies found."
|
52 |
msgstr "没有相关分类方法。"
|
53 |
|
54 |
+
#: qqworld-auto-save-images.php:171 qqworld-auto-save-images.php:339
|
55 |
+
#: qqworld-auto-save-images.php:1130
|
56 |
msgid "All remote images have been saved."
|
57 |
msgstr "已保存所有远程图像。"
|
58 |
|
59 |
+
#: qqworld-auto-save-images.php:171 qqworld-auto-save-images.php:172
|
60 |
#, php-format
|
61 |
msgid " <a href=\"%s\">View</a>"
|
62 |
msgstr " <a href=\"%s\">查看</a>"
|
63 |
|
64 |
+
#: qqworld-auto-save-images.php:172
|
65 |
msgid "Has missing images or image which could not download."
|
66 |
msgstr "内容包含 不存在/无法下载 的图像。"
|
67 |
|
68 |
+
#: qqworld-auto-save-images.php:193
|
69 |
msgid "In Process..."
|
70 |
msgstr "正在保存……"
|
71 |
|
72 |
+
#: qqworld-auto-save-images.php:194
|
73 |
msgid "Something error, please check."
|
74 |
msgstr "出错了,请检查。"
|
75 |
|
76 |
+
#: qqworld-auto-save-images.php:216
|
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:217 qqworld-auto-save-images.php:773
|
83 |
msgid "Please select post types."
|
84 |
msgstr "请选择文章类型。"
|
85 |
|
86 |
+
#: qqworld-auto-save-images.php:218
|
87 |
msgid "May be a problem with some posts: "
|
88 |
msgstr "也许一些文章有问题:"
|
89 |
|
90 |
+
#: qqworld-auto-save-images.php:219
|
91 |
#, php-format
|
92 |
msgid "No need enter \"%s\"."
|
93 |
msgstr "不需要输入“%s”。"
|
94 |
|
95 |
+
#: qqworld-auto-save-images.php:220
|
96 |
#, php-format
|
97 |
msgid "%d post has been scanned."
|
98 |
msgstr "已扫描%d篇文章。"
|
99 |
|
100 |
+
#: qqworld-auto-save-images.php:221
|
101 |
#, php-format
|
102 |
msgid "%d posts have been scanned."
|
103 |
msgstr "已扫描%d篇文章。"
|
104 |
|
105 |
+
#: qqworld-auto-save-images.php:222
|
106 |
#, php-format
|
107 |
msgid "%d post included remote images processed."
|
108 |
msgstr "已处理%d篇包含远程图像的文章。"
|
109 |
|
110 |
+
#: qqworld-auto-save-images.php:223
|
111 |
#, php-format
|
112 |
msgid "%d posts included remote images processed."
|
113 |
msgstr "已处理%d篇包含远程图像的文章。"
|
114 |
|
115 |
+
#: qqworld-auto-save-images.php:224
|
116 |
#, php-format
|
117 |
msgid "%d post has missing images couldn't be processed."
|
118 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
119 |
|
120 |
+
#: qqworld-auto-save-images.php:225
|
121 |
#, php-format
|
122 |
msgid "%d posts have missing images couldn't be processed."
|
123 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
124 |
|
125 |
+
#: qqworld-auto-save-images.php:226
|
126 |
#, php-format
|
127 |
msgid "found %d post including remote images."
|
128 |
msgstr "找到%d篇包含远程图像的文章。"
|
129 |
|
130 |
+
#: qqworld-auto-save-images.php:227
|
131 |
#, php-format
|
132 |
msgid "found %d posts including remote images."
|
133 |
msgstr "找到%d篇包含远程图像的文章。"
|
134 |
|
135 |
+
#: qqworld-auto-save-images.php:228
|
136 |
#, php-format
|
137 |
msgid "And with %d post has missing images."
|
138 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
139 |
|
140 |
+
#: qqworld-auto-save-images.php:229
|
141 |
#, php-format
|
142 |
msgid "And with %d posts have missing images."
|
143 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
144 |
|
145 |
+
#: qqworld-auto-save-images.php:230
|
146 |
msgid "No posts processed."
|
147 |
msgstr "未处理任何文章。"
|
148 |
|
149 |
+
#: qqworld-auto-save-images.php:231
|
150 |
msgid "No post has remote images found."
|
151 |
msgstr "没有文章包含远程图像。"
|
152 |
|
153 |
+
#: qqworld-auto-save-images.php:232
|
154 |
msgid "No posts found."
|
155 |
msgstr "未找到任何文章。"
|
156 |
|
157 |
+
#: qqworld-auto-save-images.php:233
|
158 |
msgid "All done."
|
159 |
msgstr "全部完成。"
|
160 |
|
161 |
+
#: qqworld-auto-save-images.php:234
|
162 |
#, fuzzy
|
163 |
msgid "Yes"
|
164 |
msgstr "是"
|
165 |
|
166 |
+
#: qqworld-auto-save-images.php:235 qqworld-auto-save-images.php:613
|
167 |
msgid "No"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: qqworld-auto-save-images.php:236
|
171 |
msgid "Scanning..."
|
172 |
msgstr "扫描中……"
|
173 |
|
174 |
+
#: qqworld-auto-save-images.php:237
|
175 |
msgid "Listing..."
|
176 |
msgstr "显示列表中……"
|
177 |
|
178 |
+
#: qqworld-auto-save-images.php:238 qqworld-auto-save-images.php:815
|
179 |
#, fuzzy
|
180 |
msgid "ID"
|
181 |
msgstr "博客ID"
|
182 |
|
183 |
+
#: qqworld-auto-save-images.php:239
|
184 |
msgid "Post Type"
|
185 |
msgstr "文章类型"
|
186 |
|
187 |
+
#: qqworld-auto-save-images.php:240 qqworld-auto-save-images.php:817
|
188 |
msgid "Title"
|
189 |
msgstr "标题"
|
190 |
|
191 |
+
#: qqworld-auto-save-images.php:241 qqworld-auto-save-images.php:795
|
192 |
msgid "Status"
|
193 |
msgstr "状态"
|
194 |
|
195 |
+
#: qqworld-auto-save-images.php:242
|
196 |
msgid "Control"
|
197 |
msgstr "控制"
|
198 |
|
199 |
+
#: qqworld-auto-save-images.php:243
|
200 |
#, fuzzy
|
201 |
msgid "Done"
|
202 |
msgstr "全部完成。"
|
203 |
|
204 |
+
#: qqworld-auto-save-images.php:244 qqworld-auto-save-images.php:593
|
205 |
#, fuzzy
|
206 |
msgid "Delete"
|
207 |
msgstr "刪除"
|
208 |
|
209 |
+
#: qqworld-auto-save-images.php:339 qqworld-auto-save-images.php:373
|
210 |
msgid "Has missing images."
|
211 |
msgstr "有不存在的远程图像。"
|
212 |
|
213 |
+
#: qqworld-auto-save-images.php:373
|
214 |
msgid "Normal"
|
215 |
msgstr "正常"
|
216 |
|
217 |
+
#: qqworld-auto-save-images.php:374
|
218 |
msgid "Fetch"
|
219 |
msgstr "抓取"
|
220 |
|
221 |
+
#: qqworld-auto-save-images.php:416
|
222 |
msgid "Save Remote Images"
|
223 |
msgstr "保存远程图片"
|
224 |
|
225 |
+
#: qqworld-auto-save-images.php:427
|
226 |
msgid "Settings"
|
227 |
msgstr "设置"
|
228 |
|
229 |
+
#: qqworld-auto-save-images.php:435
|
230 |
msgid "Auto Save Images"
|
231 |
msgstr "自动保存图片"
|
232 |
|
233 |
+
#: qqworld-auto-save-images.php:437 qqworld-auto-save-images.php:464
|
234 |
msgid "QQWorld Auto Save Images"
|
235 |
msgstr "QQWorld自动保存图片"
|
236 |
|
237 |
+
#: qqworld-auto-save-images.php:446
|
238 |
msgid "Installation"
|
239 |
msgstr "安装说明"
|
240 |
|
241 |
+
#: qqworld-auto-save-images.php:447
|
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 |
"告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
|
250 |
"插件会把未更改的图片再保存一次。</li></ol>"
|
251 |
|
252 |
+
#: qqworld-auto-save-images.php:451
|
253 |
msgid "Notice"
|
254 |
msgstr "注意"
|
255 |
|
256 |
+
#: qqworld-auto-save-images.php:452
|
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 |
"让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
|
283 |
"的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
|
284 |
|
285 |
+
#: qqworld-auto-save-images.php:456
|
286 |
msgid "About"
|
287 |
msgstr "关于"
|
288 |
|
289 |
+
#: qqworld-auto-save-images.php:457
|
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 |
"后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
|
301 |
"希望你们能喜欢它,谢谢。</p>"
|
302 |
|
303 |
+
#: qqworld-auto-save-images.php:465
|
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:470
|
311 |
msgid "General"
|
312 |
msgstr "常规"
|
313 |
|
314 |
+
#: qqworld-auto-save-images.php:471
|
315 |
msgid "Filter"
|
316 |
msgstr "过滤"
|
317 |
|
318 |
+
#: qqworld-auto-save-images.php:472
|
319 |
msgid "Format"
|
320 |
msgstr "格式化"
|
321 |
|
322 |
+
#: qqworld-auto-save-images.php:473
|
323 |
msgid "Scan Posts"
|
324 |
msgstr "扫描文章"
|
325 |
|
326 |
+
#: qqworld-auto-save-images.php:474
|
327 |
msgid "Pro Edition"
|
328 |
msgstr "专业版"
|
329 |
|
330 |
+
#: qqworld-auto-save-images.php:480 qqworld-auto-save-images.php:482
|
331 |
msgid "Mode"
|
332 |
msgstr "模式"
|
333 |
|
334 |
+
#: qqworld-auto-save-images.php:485 qqworld-auto-save-images.php:853
|
335 |
msgid "Automatic"
|
336 |
msgstr "自动"
|
337 |
|
338 |
+
#: qqworld-auto-save-images.php:486
|
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:489 qqworld-auto-save-images.php:854
|
345 |
msgid "Manual"
|
346 |
msgstr "手动"
|
347 |
|
348 |
+
#: qqworld-auto-save-images.php:490
|
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:495 qqworld-auto-save-images.php:497
|
355 |
msgid "When"
|
356 |
msgstr "什么时候"
|
357 |
|
358 |
+
#: qqworld-auto-save-images.php:500
|
359 |
msgid "Save post (Publish, save draft or pedding review)."
|
360 |
msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
|
361 |
|
362 |
+
#: qqworld-auto-save-images.php:504
|
363 |
msgid "Publish post only."
|
364 |
msgstr "仅发布文章时。"
|
365 |
|
366 |
+
#: qqworld-auto-save-images.php:510 qqworld-auto-save-images.php:512
|
367 |
msgid "Schedule Publish"
|
368 |
msgstr "定时发布"
|
369 |
|
370 |
+
#: qqworld-auto-save-images.php:510
|
371 |
msgid "Save remote images via Schedule Publish."
|
372 |
msgstr "通过定时发布保存远程图像。"
|
373 |
|
374 |
+
#: qqworld-auto-save-images.php:520 qqworld-auto-save-images.php:522
|
375 |
msgid "Remote Publishing"
|
376 |
msgstr "远程发布"
|
377 |
|
378 |
+
#: qqworld-auto-save-images.php:520
|
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:530 qqworld-auto-save-images.php:532
|
385 |
+
#: qqworld-auto-save-images.php:867
|
386 |
msgid "Set Featured Image"
|
387 |
msgstr "设置特色图片"
|
388 |
|
389 |
+
#: qqworld-auto-save-images.php:530
|
390 |
msgid "Set first one of the remote images as featured image."
|
391 |
msgstr "设置远程图片中的第1个为特色图片。"
|
392 |
|
393 |
+
#: qqworld-auto-save-images.php:546 qqworld-auto-save-images.php:548
|
394 |
msgid "Grabbing from Each Posts"
|
395 |
msgstr "从每篇文章抓取"
|
396 |
|
397 |
+
#: qqworld-auto-save-images.php:550
|
398 |
msgid "All Images"
|
399 |
msgstr "全部图片"
|
400 |
|
401 |
+
#: qqworld-auto-save-images.php:554
|
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:561 qqworld-auto-save-images.php:563
|
408 |
msgid "Minimum Picture Size"
|
409 |
msgstr "最小图像尺寸"
|
410 |
|
411 |
+
#: qqworld-auto-save-images.php:561
|
412 |
msgid "Ignore smaller than this size picture."
|
413 |
msgstr "忽略比这个尺寸更小的图像。"
|
414 |
|
415 |
+
#: qqworld-auto-save-images.php:565 qqworld-auto-save-images.php:577
|
416 |
msgid "Width:"
|
417 |
msgstr "宽度:"
|
418 |
|
419 |
+
#: qqworld-auto-save-images.php:565 qqworld-auto-save-images.php:568
|
420 |
+
#: qqworld-auto-save-images.php:577 qqworld-auto-save-images.php:580
|
421 |
msgid "(px)"
|
422 |
msgstr "(像素)"
|
423 |
|
424 |
+
#: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:580
|
425 |
msgid "Height:"
|
426 |
msgstr "高度:"
|
427 |
|
428 |
+
#: qqworld-auto-save-images.php:573 qqworld-auto-save-images.php:575
|
429 |
msgid "Maximum Picture Size"
|
430 |
msgstr "最大图像尺寸"
|
431 |
|
432 |
+
#: qqworld-auto-save-images.php:573
|
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 |
"自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
|
439 |
"800,并设置高度为空。"
|
440 |
|
441 |
+
#: qqworld-auto-save-images.php:585 qqworld-auto-save-images.php:587
|
442 |
msgid "Exclude Domain/Keyword"
|
443 |
msgstr "排除域名/关键词"
|
444 |
|
445 |
+
#: qqworld-auto-save-images.php:585
|
446 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
447 |
msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
|
448 |
|
449 |
+
#: qqworld-auto-save-images.php:597
|
450 |
msgid "Add a Domain/Keyword"
|
451 |
msgstr "添加域名/关键词"
|
452 |
|
453 |
+
#: qqworld-auto-save-images.php:608 qqworld-auto-save-images.php:611
|
454 |
msgid "Change Image Filename"
|
455 |
msgstr "更改图片文件名"
|
456 |
|
457 |
+
#: qqworld-auto-save-images.php:614
|
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:615
|
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:620 qqworld-auto-save-images.php:622
|
469 |
msgid "Custom Filename Structure"
|
470 |
msgstr "自定文件名结构"
|
471 |
|
472 |
+
#: qqworld-auto-save-images.php:627
|
473 |
msgid "Original filename or automatic changed filename."
|
474 |
msgstr "原文件名或自动更改的文件名。"
|
475 |
|
476 |
+
#: qqworld-auto-save-images.php:628
|
477 |
msgid "Full date, e.g. 20150209."
|
478 |
msgstr "完整的日期,例如:20150209。"
|
479 |
|
480 |
+
#: qqworld-auto-save-images.php:629
|
481 |
msgid "YYYY, e.g. 2015."
|
482 |
msgstr "YYYY,例如:2015。"
|
483 |
|
484 |
+
#: qqworld-auto-save-images.php:630
|
485 |
msgid "MM, e.g. 02."
|
486 |
msgstr "MM,例如:02。"
|
487 |
|
488 |
+
#: qqworld-auto-save-images.php:631
|
489 |
msgid "DD, e.g. 15."
|
490 |
msgstr "DD,例如:15。"
|
491 |
|
492 |
+
#: qqworld-auto-save-images.php:632
|
493 |
msgid "HHMMSS, e.g. 182547."
|
494 |
msgstr "HHMMSS,例如:182547。"
|
495 |
|
496 |
+
#: qqworld-auto-save-images.php:633
|
497 |
#, php-format
|
498 |
msgid "Unix timestamp, e.g. %s."
|
499 |
msgstr "Unix时间戳,例如:%s。"
|
500 |
|
501 |
+
#: qqworld-auto-save-images.php:638 qqworld-auto-save-images.php:640
|
502 |
msgid "Change Title & Alt"
|
503 |
msgstr "更改标题和替代文本"
|
504 |
|
505 |
+
#: qqworld-auto-save-images.php:638
|
506 |
msgid "Automatically add title & alt of image as post title."
|
507 |
msgstr "自动依照文章标题添加图片的标题和替代文本。"
|
508 |
|
509 |
+
#: qqworld-auto-save-images.php:647 qqworld-auto-save-images.php:649
|
510 |
msgid "Keep Outside Links"
|
511 |
msgstr "保留外链"
|
512 |
|
513 |
+
#: qqworld-auto-save-images.php:647
|
514 |
msgid "Keep the outside links of remote images if exist."
|
515 |
msgstr "保留远程图片的链接,如果有的话。"
|
516 |
|
517 |
+
#: qqworld-auto-save-images.php:656 qqworld-auto-save-images.php:658
|
518 |
msgid "Save Outside Links"
|
519 |
msgstr "保存外链"
|
520 |
|
521 |
+
#: qqworld-auto-save-images.php:656
|
522 |
msgid "Save the outside links to description of attachments."
|
523 |
msgstr "保存外部链接到附件的描述。"
|
524 |
|
525 |
+
#: qqworld-auto-save-images.php:662
|
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:671 qqworld-auto-save-images.php:673
|
533 |
msgid "Image Size"
|
534 |
msgstr "图像尺寸"
|
535 |
|
536 |
+
#: qqworld-auto-save-images.php:671
|
537 |
msgid "Replace images you want size to display."
|
538 |
msgstr "替换成你想要显示的尺寸的图像。"
|
539 |
|
540 |
+
#: qqworld-auto-save-images.php:678
|
541 |
#, fuzzy
|
542 |
msgid "Thumbnail"
|
543 |
msgstr ""
|
544 |
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
545 |
"jQuery路徑。"
|
546 |
|
547 |
+
#: qqworld-auto-save-images.php:679
|
548 |
msgid "Medium"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: qqworld-auto-save-images.php:680
|
552 |
msgid "Large"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: qqworld-auto-save-images.php:681
|
556 |
msgid "Full Size"
|
557 |
msgstr "完整尺寸"
|
558 |
|
559 |
+
#: qqworld-auto-save-images.php:690 qqworld-auto-save-images.php:692
|
560 |
msgid "Link To"
|
561 |
msgstr "链接到"
|
562 |
|
563 |
+
#: qqworld-auto-save-images.php:690
|
564 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
565 |
msgstr "如果你勾选了保留外链,本项将不起作用。"
|
566 |
|
567 |
+
#: qqworld-auto-save-images.php:697
|
568 |
#, fuzzy
|
569 |
msgid "Media File"
|
570 |
msgstr "添加文件"
|
571 |
|
572 |
+
#: qqworld-auto-save-images.php:698
|
573 |
#, fuzzy
|
574 |
msgid "Attachment Page"
|
575 |
msgstr "(附件)"
|
576 |
|
577 |
+
#: qqworld-auto-save-images.php:699 qqworld-auto-save-images.php:718
|
578 |
msgid "None"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: qqworld-auto-save-images.php:708 qqworld-auto-save-images.php:710
|
582 |
msgid "Align To"
|
583 |
msgstr "对齐方式"
|
584 |
|
585 |
+
#: qqworld-auto-save-images.php:715
|
586 |
msgid "Left"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: qqworld-auto-save-images.php:716
|
590 |
msgid "Center"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: qqworld-auto-save-images.php:717
|
594 |
msgid "Right"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: qqworld-auto-save-images.php:727 qqworld-auto-save-images.php:729
|
598 |
msgid "Auto Caption"
|
599 |
msgstr "自动图说"
|
600 |
|
601 |
+
#: qqworld-auto-save-images.php:727
|
602 |
msgid "Automatically add caption shortcode."
|
603 |
msgstr "自动添加图说短代码。"
|
604 |
|
605 |
+
#: qqworld-auto-save-images.php:736 qqworld-auto-save-images.php:738
|
606 |
msgid "Additional Content"
|
607 |
msgstr "额外的内容"
|
608 |
|
609 |
+
#: qqworld-auto-save-images.php:736
|
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:741
|
616 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
617 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
618 |
|
619 |
+
#: qqworld-auto-save-images.php:758
|
620 |
msgid "Select post types"
|
621 |
msgstr "选择文章类型"
|
622 |
|
623 |
+
#: qqworld-auto-save-images.php:758
|
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 |
"如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
|
629 |
"请耐心等待。"
|
630 |
|
631 |
+
#: qqworld-auto-save-images.php:772
|
632 |
#, fuzzy
|
633 |
msgid "Categories"
|
634 |
msgstr "%s分類"
|
635 |
|
636 |
+
#: qqworld-auto-save-images.php:772
|
637 |
msgid "Default empty to scan all categories."
|
638 |
msgstr "默认留空扫描所有分类。"
|
639 |
|
640 |
+
#: qqworld-auto-save-images.php:777
|
641 |
msgid "Scope of Post ID"
|
642 |
msgstr "文章ID范围"
|
643 |
|
644 |
+
#: qqworld-auto-save-images.php:777
|
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 |
"者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
|
653 |
"该ID。"
|
654 |
|
655 |
+
#: qqworld-auto-save-images.php:778
|
656 |
#, php-format
|
657 |
msgid "From %1$s to %2$s"
|
658 |
msgstr "从 %1$s 到 %2$s"
|
659 |
|
660 |
+
#: qqworld-auto-save-images.php:782
|
661 |
msgid "Offset"
|
662 |
msgstr "偏移"
|
663 |
|
664 |
+
#: qqworld-auto-save-images.php:782
|
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 |
"默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
|
670 |
"选择“100”。"
|
671 |
|
672 |
+
#: qqworld-auto-save-images.php:784
|
673 |
#, php-format
|
674 |
msgid "Start from %s to Scan"
|
675 |
msgstr "从 %s 开始扫描"
|
676 |
|
677 |
+
#: qqworld-auto-save-images.php:786
|
678 |
#, fuzzy
|
679 |
msgid "All"
|
680 |
msgstr "所有"
|
681 |
|
682 |
+
#: qqworld-auto-save-images.php:790
|
683 |
#, fuzzy
|
684 |
msgid "Posts"
|
685 |
msgstr "熱門文章"
|
686 |
|
687 |
+
#: qqworld-auto-save-images.php:800
|
688 |
msgid "Any"
|
689 |
msgstr "任意"
|
690 |
|
691 |
+
#: qqworld-auto-save-images.php:810
|
692 |
msgid "Order By"
|
693 |
msgstr "排序依据"
|
694 |
|
695 |
+
#: qqworld-auto-save-images.php:816
|
696 |
msgid "Author"
|
697 |
msgstr "作者"
|
698 |
|
699 |
+
#: qqworld-auto-save-images.php:818
|
700 |
#, fuzzy
|
701 |
msgid "Date"
|
702 |
msgstr "日期"
|
703 |
|
704 |
+
#: qqworld-auto-save-images.php:819
|
705 |
#, fuzzy
|
706 |
msgid "Last Modified"
|
707 |
msgstr "最後回複"
|
708 |
|
709 |
+
#: qqworld-auto-save-images.php:820
|
710 |
msgid "Comment Count"
|
711 |
msgstr "评论"
|
712 |
|
713 |
+
#: qqworld-auto-save-images.php:830
|
714 |
#, fuzzy
|
715 |
msgid "Order"
|
716 |
msgstr "順序"
|
717 |
|
718 |
+
#: qqworld-auto-save-images.php:840
|
719 |
msgid "Speed"
|
720 |
msgstr "速度"
|
721 |
|
722 |
+
#: qqworld-auto-save-images.php:840
|
723 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
724 |
msgstr "如果服务器压力过大,可以适当调低速度。"
|
725 |
|
726 |
+
#: qqworld-auto-save-images.php:853
|
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:854
|
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 |
"显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
|
738 |
"存。"
|
739 |
|
740 |
+
#: qqworld-auto-save-images.php:865
|
741 |
msgid "Demo of Manual Mode"
|
742 |
msgstr "手动模式的演示"
|
743 |
|
744 |
+
#: qqworld-auto-save-images.php:868
|
745 |
msgid ""
|
746 |
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
747 |
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
751 |
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
752 |
"\"></embed>"
|
753 |
|
754 |
+
#: qqworld-auto-save-images.php:872
|
755 |
msgid "Comparison"
|
756 |
msgstr "对比"
|
757 |
|
758 |
+
#: qqworld-auto-save-images.php:878
|
759 |
msgid "Items"
|
760 |
msgstr "对比项目"
|
761 |
|
762 |
+
#: qqworld-auto-save-images.php:879
|
763 |
+
msgid "Ultimate Edition"
|
764 |
+
msgstr "旗舰版"
|
765 |
+
|
766 |
+
#: qqworld-auto-save-images.php:880
|
767 |
+
msgid "Server Edition"
|
768 |
+
msgstr "服务器版"
|
769 |
+
|
770 |
+
#: qqworld-auto-save-images.php:881
|
771 |
+
msgid "Professional Edition"
|
772 |
+
msgstr "专业版"
|
773 |
+
|
774 |
+
#: qqworld-auto-save-images.php:882
|
775 |
msgid "Free Edition"
|
776 |
msgstr "免费版"
|
777 |
|
778 |
+
#: qqworld-auto-save-images.php:887
|
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:894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:901
|
|
|
|
|
|
|
|
|
791 |
msgid "Automatically exclude specified remote images by CRC."
|
792 |
msgstr "可以自动通过检验图像文件CRC忽略指定的远程图像。"
|
793 |
|
794 |
+
#: qqworld-auto-save-images.php:908
|
795 |
msgid "Automatically delete html code of specified remote images by CRC."
|
796 |
msgstr "可以自动通过检验图像文件CRC删除指定的远程图像HTML代码。"
|
797 |
|
798 |
+
#: qqworld-auto-save-images.php:915
|
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:922
|
805 |
msgid "Download Images from WeChat"
|
806 |
msgstr "下载微信图片"
|
807 |
|
808 |
+
#: qqworld-auto-save-images.php:929
|
809 |
msgid "Cron Scan Posts"
|
810 |
msgstr "定时扫描文章"
|
811 |
|
812 |
+
#: qqworld-auto-save-images.php:936
|
813 |
msgid "Watermark"
|
814 |
msgstr "水印"
|
815 |
|
816 |
+
#: qqworld-auto-save-images.php:943
|
817 |
msgid "Images Compression (JPG Only)"
|
818 |
msgstr "图片压缩(仅JPEG)"
|
819 |
|
820 |
+
#: qqworld-auto-save-images.php:950
|
821 |
msgid "Use Proxy"
|
822 |
msgstr "使用代理服务器(可下载需要翻墙的图片)"
|
823 |
|
824 |
+
#: qqworld-auto-save-images.php:957
|
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:964
|
831 |
+
msgid ""
|
832 |
+
"Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
|
833 |
+
"COS)"
|
834 |
+
msgstr ""
|
835 |
+
"使用Cookie-Free域名和外部存储器(阿里云OSS、七牛云存储、又拍云存储和腾讯COS"
|
836 |
+
"等),可以建立远程云媒体库,再也不怕本地磁盘不够用啦。"
|
837 |
+
|
838 |
+
#: qqworld-auto-save-images.php:971
|
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:978
|
845 |
+
msgid ""
|
846 |
+
"Collect webpage manually: Easy reprint articles,<br> and get all the images "
|
847 |
+
"to choose from web pages. and the automatic collection feature in future."
|
848 |
+
msgstr ""
|
849 |
+
"手动采集功能:轻松转载文章、从网页中获取所有图片供选择。将来会开发自动采集功"
|
850 |
+
"能。"
|
851 |
+
|
852 |
+
#: qqworld-auto-save-images.php:985
|
853 |
+
msgid "Translation (Baidu Translation, Google Translation)"
|
854 |
+
msgstr "翻译(百度翻译,谷歌翻译),支持简繁体互转喔!"
|
855 |
|
856 |
+
#: qqworld-auto-save-images.php:992
|
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 "
|
860 |
+
"remote image will be saved into media library."
|
861 |
+
msgstr ""
|
862 |
+
"可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了自"
|
863 |
+
"动设置特色图片,则只会将第一幅图片保存到媒体库。"
|
864 |
+
|
865 |
+
#: qqworld-auto-save-images.php:999
|
866 |
+
msgid "Support automatically convert BMP/WEBP to JPG."
|
867 |
+
msgstr "支持BMP和WEBP(需PHP5.5)转JPG"
|
868 |
|
869 |
+
#: qqworld-auto-save-images.php:1006
|
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."
|
873 |
+
msgstr ""
|
874 |
+
"清理工具:如果你有一个巨大的媒体库并且不知道有多少附件是未使用的,这个工具可"
|
875 |
+
"以帮到你。"
|
876 |
+
|
877 |
+
#: qqworld-auto-save-images.php:1013
|
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:1025
|
884 |
msgid "Buy"
|
885 |
msgstr "购买"
|
886 |
|
887 |
+
#: qqworld-auto-save-images.php:1026
|
888 |
msgid "QQWorld Collector"
|
889 |
msgstr "QQWorld收藏家"
|
890 |
|
891 |
+
#: qqworld-auto-save-images.php:1027
|
892 |
msgid ""
|
893 |
"(No need understand chinese, there is a language switcher on left sidebar.)"
|
894 |
msgstr " "
|
895 |
|
896 |
+
#: qqworld-auto-save-images.php:1127
|
897 |
msgid "Has Missing/Undownloadable images."
|
898 |
msgstr "有 不存在/不可下载 的远程图像。"
|
899 |
|
900 |
+
#: qqworld-auto-save-images.php:1134
|
901 |
msgid "No remote images found."
|
902 |
msgstr "没有远程图像。"
|
903 |
|
904 |
+
#: qqworld-auto-save-images.php:1321
|
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-"
|
911 |
+
#~ "Picture-Size."
|
912 |
+
#~ msgstr "可选择自动删除小于最小图像尺寸的远程图像HTML代码"
|
913 |
+
|
914 |
+
#~ msgctxt "qqworld_auto_save_images"
|
915 |
+
#~ msgid ""
|
916 |
+
#~ "Detecting replicated images in media library by Original-link and CRC "
|
917 |
+
#~ "(Only for new images that after v1.1 updated)."
|
918 |
+
#~ msgstr ""
|
919 |
+
#~ "在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)"
|
920 |
+
|
921 |
+
#~ msgctxt "qqworld_auto_save_images"
|
922 |
+
#~ msgid "Automatically exclude specified remote images by CRC."
|
923 |
+
#~ msgstr "可以自动通过检验图像文件CRC忽略指定的远程图像"
|
924 |
+
|
925 |
+
#~ msgctxt "qqworld_auto_save_images"
|
926 |
+
#~ msgid "Automatically delete html code of specified remote images by CRC."
|
927 |
+
#~ msgstr "可以自动通过检验图像文件CRC删除指定的远程图像HTML代码"
|
928 |
+
|
929 |
+
#~ msgctxt "qqworld_auto_save_images"
|
930 |
+
#~ msgid ""
|
931 |
+
#~ "New manual mode with multi-thread<br> (Faster than automatic mode and "
|
932 |
+
#~ "modify Title & Alt in realtime)"
|
933 |
+
#~ msgstr ""
|
934 |
+
#~ "多线程的手动模式(下载速度是自动模式的N倍,且支持即时修改Title和Alt)"
|
935 |
+
|
936 |
+
#~ msgctxt "qqworld_auto_save_images"
|
937 |
+
#~ msgid "Download Images from WeChat"
|
938 |
+
#~ msgstr "下载微信图片"
|
939 |
+
|
940 |
+
#~ msgctxt "qqworld_auto_save_images"
|
941 |
+
#~ msgid "Cron Scan Posts"
|
942 |
+
#~ msgstr "定时扫描文章"
|
943 |
+
|
944 |
+
#~ msgctxt "qqworld_auto_save_images"
|
945 |
+
#~ msgid "Watermark"
|
946 |
+
#~ msgstr "水印"
|
947 |
+
|
948 |
+
#~ msgctxt "qqworld_auto_save_images"
|
949 |
+
#~ msgid "Images Compression (JPG Only)"
|
950 |
+
#~ msgstr "压缩优化图片(仅JPEG)"
|
951 |
+
|
952 |
+
#~ msgctxt "qqworld_auto_save_images"
|
953 |
+
#~ msgid "Use Proxy"
|
954 |
+
#~ msgstr "使用代理服务器(可下载需要翻墙的图片)"
|
955 |
+
|
956 |
+
#~ msgctxt "qqworld_auto_save_images"
|
957 |
+
#~ msgid ""
|
958 |
+
#~ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
|
959 |
+
#~ "remote image with outside link, and grab the bigger one."
|
960 |
+
#~ msgstr "智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)"
|
961 |
+
|
962 |
+
#~ msgctxt "qqworld_auto_save_images"
|
963 |
+
#~ msgid ""
|
964 |
+
#~ "Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, "
|
965 |
+
#~ "Tencent COS)"
|
966 |
+
#~ msgstr ""
|
967 |
+
#~ "使用Cookie-Free域名和外部存储器(阿里云OSS、七牛云存储、又拍云存储和腾讯"
|
968 |
+
#~ "COS等),可以建立远程云媒体库,再也不怕本地磁盘不够用啦。"
|
969 |
+
|
970 |
+
#~ msgctxt "qqworld_auto_save_images"
|
971 |
+
#~ msgid ""
|
972 |
+
#~ "Database content replacement, easy to replace content in post content and "
|
973 |
+
#~ "post titles."
|
974 |
+
#~ msgstr "数据库内容替换,轻松替换文章内容和标题的字符串。"
|
975 |
+
|
976 |
+
#~ msgctxt "qqworld_auto_save_images"
|
977 |
+
#~ msgid ""
|
978 |
+
#~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
|
979 |
+
#~ "images to choose from web pages. and the automatic collection feature in "
|
980 |
+
#~ "future."
|
981 |
+
#~ msgstr ""
|
982 |
+
#~ "手动采集功能:轻松转载文章、从网页中获取所有图片供选择。将来会开发自动采集"
|
983 |
+
#~ "功能。"
|
984 |
+
|
985 |
+
#~ msgctxt "qqworld_auto_save_images"
|
986 |
+
#~ msgid "Translation (Baidu Translation, Google Translation)"
|
987 |
+
#~ msgstr "翻译(百度翻译,谷歌翻译),支持简繁体互转喔!"
|
988 |
+
|
989 |
+
#~ msgctxt "qqworld_auto_save_images"
|
990 |
+
#~ msgid ""
|
991 |
+
#~ "Set no remote images saved into media library, it means would not "
|
992 |
+
#~ "generate thumbnail with many sizes. but if you checked Set-Featured-"
|
993 |
+
#~ "Image, the first remote image will be saved into media library."
|
994 |
+
#~ msgstr ""
|
995 |
+
#~ "可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了"
|
996 |
+
#~ "自动设置特色图片,则只会将第一幅图片保存到媒体库。"
|
997 |
+
|
998 |
+
#~ msgctxt "qqworld_auto_save_images"
|
999 |
+
#~ msgid "Support automatically convert BMP/WEBP to JPG."
|
1000 |
+
#~ msgstr "支持BMP和WEBP(需PHP5.5)转JPG"
|
1001 |
+
|
1002 |
+
#~ msgctxt "qqworld_auto_save_images"
|
1003 |
+
#~ msgid ""
|
1004 |
+
#~ "Cleaner tool: If you have a huge media library and do not know how many "
|
1005 |
+
#~ "attachments has not bean used. this tool will help you to find out."
|
1006 |
+
#~ msgstr ""
|
1007 |
+
#~ "清理工具:如果你有一个巨大的媒体库并且不知道有多少附件是未使用的,这个工具"
|
1008 |
+
#~ "可以帮到你。"
|
1009 |
+
|
1010 |
+
#~ msgctxt "qqworld_auto_save_images"
|
1011 |
+
#~ msgid ""
|
1012 |
+
#~ "Special Features: Automatically keep remote images in the custom fields "
|
1013 |
+
#~ "to the local media library."
|
1014 |
+
#~ msgstr "特殊功能:自动保存自定义字段中的远程图像到本地媒体库。"
|
1015 |
+
|
1016 |
+
#~ msgid ""
|
1017 |
+
#~ "New manual mode with multi-thread (Faster than automatic mode and modify "
|
1018 |
+
#~ "Title & Alt in realtime)"
|
1019 |
+
#~ msgstr "支持多线程的手动模式(比自动模式更快,且可以即时修改Title和Alt)"
|
1020 |
+
|
1021 |
+
#~ msgid ""
|
1022 |
+
#~ "New Mode: Remote images will no be saved into media library, it means "
|
1023 |
+
#~ "would not generate thumbnail. but if you checked Set-Featured-Image, the "
|
1024 |
+
#~ "first remote image will be saved into media library."
|
1025 |
+
#~ msgstr ""
|
1026 |
+
#~ "新模式:远程图像不会被保存到媒体库,这意味着不会生成各种尺寸的缩略图。但如"
|
1027 |
+
#~ "果你勾选了设置特色图片,则只会将第一幅远程图像保存到媒体库。"
|
1028 |
+
|
1029 |
+
#~ msgid "Automatically delete images code smaller than minimum-picture-size."
|
1030 |
+
#~ msgstr "自动删除小于最小图像尺寸的图片代码。"
|
1031 |
+
|
1032 |
+
#~ msgid ""
|
1033 |
+
#~ "Smart Grabbing, Automatically detect 2 images url from href/src of remote "
|
1034 |
+
#~ "image with outside link, and grab the bigger one."
|
1035 |
+
#~ msgstr "智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)"
|
1036 |
+
|
1037 |
+
#~ msgid "Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu)"
|
1038 |
+
#~ msgstr "使用Cookie-Free域名和CDN服务(阿里云OSS、七牛云存储、又拍云存储等)"
|
1039 |
+
|
1040 |
+
#~ msgid "Support automatically convert BMP to JPG."
|
1041 |
+
#~ msgstr "支持自动将 BMP 转换为 JPG。"
|
1042 |
+
|
1043 |
+
#~ msgid ""
|
1044 |
+
#~ "Collect webpage manually: Easy reprint articles, and get all the images "
|
1045 |
+
#~ "to choose from web pages."
|
1046 |
+
#~ msgstr "手动采集功能:轻松转载文章、从网页中获取所有图片供选择"
|
1047 |
+
|
1048 |
#~ msgid ""
|
1049 |
#~ "Remote images will no be saved into media library, it means would not "
|
1050 |
#~ "generate thumbnail. but if you checked Set-Featured-Image, the first "
|
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,226 @@ 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 +249,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 +282,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 +300,136 @@ 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 +438,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 +628,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 +652,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 +669,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 +737,11 @@ 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,116 +751,300 @@ 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 "Free Edition"
|
764 |
msgstr "免費版"
|
765 |
|
766 |
-
#: qqworld-auto-save-images.php:
|
767 |
msgid ""
|
768 |
-
"
|
769 |
-
"
|
770 |
-
msgstr "
|
771 |
|
772 |
-
#: qqworld-auto-save-images.php:
|
773 |
-
msgid ""
|
774 |
-
"New Mode: Remote images will no be saved into media library, it means would "
|
775 |
-
"not generate thumbnail. but if you checked Set-Featured-Image, the first "
|
776 |
-
"remote image will be saved into media library."
|
777 |
-
msgstr ""
|
778 |
-
"新模式:遠程圖像不會被保存到媒體庫,這意味著不會生成各種尺寸的縮略圖。但如果"
|
779 |
-
"你勾選了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
|
780 |
-
|
781 |
-
#: qqworld-auto-save-images.php:875
|
782 |
msgid ""
|
783 |
"Detecting replicated images in media library by Original-link and CRC (Only "
|
784 |
"for new images that after v1.1 updated)."
|
785 |
msgstr "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用于更新1.1版之後下載的圖像)"
|
786 |
|
787 |
-
#: qqworld-auto-save-images.php:
|
788 |
-
msgid "Automatically delete images code smaller than minimum-picture-size."
|
789 |
-
msgstr "自動刪除小于最小圖像尺寸的圖片代碼。"
|
790 |
-
|
791 |
-
#: qqworld-auto-save-images.php:885
|
792 |
msgid "Automatically exclude specified remote images by CRC."
|
793 |
msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像。"
|
794 |
|
795 |
-
#: qqworld-auto-save-images.php:
|
796 |
msgid "Automatically delete html code of specified remote images by CRC."
|
797 |
msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼。"
|
798 |
|
799 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
800 |
msgid "Download Images from WeChat"
|
801 |
msgstr "下載微信圖片"
|
802 |
|
803 |
-
#: qqworld-auto-save-images.php:
|
804 |
msgid "Cron Scan Posts"
|
805 |
msgstr "定時掃描文章"
|
806 |
|
807 |
-
#: qqworld-auto-save-images.php:
|
808 |
msgid "Watermark"
|
809 |
msgstr "水印"
|
810 |
|
811 |
-
#: qqworld-auto-save-images.php:
|
812 |
msgid "Images Compression (JPG Only)"
|
813 |
msgstr "圖片壓縮(僅JPEG)"
|
814 |
|
815 |
-
#: qqworld-auto-save-images.php:
|
816 |
msgid "Use Proxy"
|
817 |
msgstr "使用代理服務器(可下載需要翻牆的圖片)"
|
818 |
|
819 |
-
#: qqworld-auto-save-images.php:
|
820 |
msgid ""
|
821 |
-
"Smart Grabbing, Automatically detect 2 images url from href/src of
|
822 |
-
"image with outside link, and grab the bigger one."
|
823 |
msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
|
824 |
|
825 |
-
#: qqworld-auto-save-images.php:
|
826 |
-
msgid "
|
827 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
828 |
|
829 |
-
#: qqworld-auto-save-images.php:
|
830 |
-
msgid "
|
831 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
832 |
|
833 |
-
#: qqworld-auto-save-images.php:
|
834 |
msgid ""
|
835 |
-
"
|
836 |
-
"
|
837 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
838 |
|
839 |
-
#: qqworld-auto-save-images.php:
|
840 |
msgid "Buy"
|
841 |
msgstr "購買"
|
842 |
|
843 |
-
#: qqworld-auto-save-images.php:
|
844 |
msgid "QQWorld Collector"
|
845 |
msgstr "QQWorld收藏家"
|
846 |
|
847 |
-
#: qqworld-auto-save-images.php:
|
848 |
msgid ""
|
849 |
"(No need understand chinese, there is a language switcher on left sidebar.)"
|
850 |
msgstr " "
|
851 |
|
852 |
-
#: qqworld-auto-save-images.php:
|
853 |
msgid "Has Missing/Undownloadable images."
|
854 |
msgstr "有 不存在/不可下載 的遠程圖像。"
|
855 |
|
856 |
-
#: qqworld-auto-save-images.php:
|
857 |
msgid "No remote images found."
|
858 |
msgstr "沒有遠程圖像。"
|
859 |
|
860 |
-
#: qqworld-auto-save-images.php:
|
861 |
msgid "Original Link"
|
862 |
msgstr "原始鏈接"
|
863 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
864 |
#~ msgid ""
|
865 |
#~ "Remote images will no be saved into media library, it means would not "
|
866 |
#~ "generate thumbnail. but if you checked Set-Featured-Image, the first "
|
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: 2016-04-27 18:51+0800\n"
|
6 |
+
"PO-Revision-Date: 2016-04-27 19:34+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:117
|
23 |
msgid "Michael Wang"
|
24 |
msgstr "王曉骞"
|
25 |
|
26 |
+
#: qqworld-auto-save-images.php:118
|
27 |
msgid " (In Development)"
|
28 |
msgstr "(開發中)"
|
29 |
|
30 |
+
#: qqworld-auto-save-images.php:125
|
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:126
|
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:127
|
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:163
|
51 |
msgid "No taxonomies found."
|
52 |
msgstr "沒有相關分類方法。"
|
53 |
|
54 |
+
#: qqworld-auto-save-images.php:171 qqworld-auto-save-images.php:339
|
55 |
+
#: qqworld-auto-save-images.php:1130
|
56 |
msgid "All remote images have been saved."
|
57 |
msgstr "已保存所有遠程圖像。"
|
58 |
|
59 |
+
#: qqworld-auto-save-images.php:171 qqworld-auto-save-images.php:172
|
60 |
#, php-format
|
61 |
msgid " <a href=\"%s\">View</a>"
|
62 |
msgstr " <a href=\"%s\">查看</a>"
|
63 |
|
64 |
+
#: qqworld-auto-save-images.php:172
|
65 |
msgid "Has missing images or image which could not download."
|
66 |
msgstr "內容包含 不存在/無法下載 的圖像。"
|
67 |
|
68 |
+
#: qqworld-auto-save-images.php:193
|
69 |
msgid "In Process..."
|
70 |
msgstr "正在保存……"
|
71 |
|
72 |
+
#: qqworld-auto-save-images.php:194
|
73 |
msgid "Something error, please check."
|
74 |
msgstr "出錯了,請檢查。"
|
75 |
|
76 |
+
#: qqworld-auto-save-images.php:216
|
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:217 qqworld-auto-save-images.php:773
|
83 |
msgid "Please select post types."
|
84 |
msgstr "請選擇文章類型。"
|
85 |
|
86 |
+
#: qqworld-auto-save-images.php:218
|
87 |
msgid "May be a problem with some posts: "
|
88 |
msgstr "也許一些文章有問題:"
|
89 |
|
90 |
+
#: qqworld-auto-save-images.php:219
|
91 |
#, php-format
|
92 |
msgid "No need enter \"%s\"."
|
93 |
msgstr "不需要輸入“%s”。"
|
94 |
|
95 |
+
#: qqworld-auto-save-images.php:220
|
96 |
#, php-format
|
97 |
msgid "%d post has been scanned."
|
98 |
msgstr "已掃描%d篇文章。"
|
99 |
|
100 |
+
#: qqworld-auto-save-images.php:221
|
101 |
#, php-format
|
102 |
msgid "%d posts have been scanned."
|
103 |
msgstr "已掃描%d篇文章。"
|
104 |
|
105 |
+
#: qqworld-auto-save-images.php:222
|
106 |
#, php-format
|
107 |
msgid "%d post included remote images processed."
|
108 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
109 |
|
110 |
+
#: qqworld-auto-save-images.php:223
|
111 |
#, php-format
|
112 |
msgid "%d posts included remote images processed."
|
113 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
114 |
|
115 |
+
#: qqworld-auto-save-images.php:224
|
116 |
#, php-format
|
117 |
msgid "%d post has missing images couldn't be processed."
|
118 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
119 |
|
120 |
+
#: qqworld-auto-save-images.php:225
|
121 |
#, php-format
|
122 |
msgid "%d posts have missing images couldn't be processed."
|
123 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
124 |
|
125 |
+
#: qqworld-auto-save-images.php:226
|
126 |
#, php-format
|
127 |
msgid "found %d post including remote images."
|
128 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
129 |
|
130 |
+
#: qqworld-auto-save-images.php:227
|
131 |
#, php-format
|
132 |
msgid "found %d posts including remote images."
|
133 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
134 |
|
135 |
+
#: qqworld-auto-save-images.php:228
|
136 |
#, php-format
|
137 |
msgid "And with %d post has missing images."
|
138 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
139 |
|
140 |
+
#: qqworld-auto-save-images.php:229
|
141 |
#, php-format
|
142 |
msgid "And with %d posts have missing images."
|
143 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
144 |
|
145 |
+
#: qqworld-auto-save-images.php:230
|
146 |
msgid "No posts processed."
|
147 |
msgstr "未處理任何文章。"
|
148 |
|
149 |
+
#: qqworld-auto-save-images.php:231
|
150 |
msgid "No post has remote images found."
|
151 |
msgstr "沒有文章包含遠程圖像。"
|
152 |
|
153 |
+
#: qqworld-auto-save-images.php:232
|
154 |
msgid "No posts found."
|
155 |
msgstr "未找到任何文章。"
|
156 |
|
157 |
+
#: qqworld-auto-save-images.php:233
|
158 |
msgid "All done."
|
159 |
msgstr "全部完成。"
|
160 |
|
161 |
+
#: qqworld-auto-save-images.php:234
|
162 |
#, fuzzy
|
163 |
msgid "Yes"
|
164 |
msgstr "是"
|
165 |
|
166 |
+
#: qqworld-auto-save-images.php:235 qqworld-auto-save-images.php:613
|
167 |
msgid "No"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: qqworld-auto-save-images.php:236
|
171 |
msgid "Scanning..."
|
172 |
msgstr "掃描中……"
|
173 |
|
174 |
+
#: qqworld-auto-save-images.php:237
|
175 |
msgid "Listing..."
|
176 |
msgstr "顯示列表中……"
|
177 |
|
178 |
+
#: qqworld-auto-save-images.php:238 qqworld-auto-save-images.php:815
|
179 |
#, fuzzy
|
180 |
msgid "ID"
|
181 |
msgstr "博客ID"
|
182 |
|
183 |
+
#: qqworld-auto-save-images.php:239
|
184 |
msgid "Post Type"
|
185 |
msgstr "文章類型"
|
186 |
|
187 |
+
#: qqworld-auto-save-images.php:240 qqworld-auto-save-images.php:817
|
188 |
msgid "Title"
|
189 |
msgstr "標題"
|
190 |
|
191 |
+
#: qqworld-auto-save-images.php:241 qqworld-auto-save-images.php:795
|
192 |
msgid "Status"
|
193 |
msgstr "狀態"
|
194 |
|
195 |
+
#: qqworld-auto-save-images.php:242
|
196 |
msgid "Control"
|
197 |
msgstr "控制"
|
198 |
|
199 |
+
#: qqworld-auto-save-images.php:243
|
200 |
#, fuzzy
|
201 |
msgid "Done"
|
202 |
msgstr "全部完成。"
|
203 |
|
204 |
+
#: qqworld-auto-save-images.php:244 qqworld-auto-save-images.php:593
|
205 |
#, fuzzy
|
206 |
msgid "Delete"
|
207 |
msgstr "刪除"
|
208 |
|
209 |
+
#: qqworld-auto-save-images.php:339 qqworld-auto-save-images.php:373
|
210 |
msgid "Has missing images."
|
211 |
msgstr "有不存在的遠程圖像。"
|
212 |
|
213 |
+
#: qqworld-auto-save-images.php:373
|
214 |
msgid "Normal"
|
215 |
msgstr "正常"
|
216 |
|
217 |
+
#: qqworld-auto-save-images.php:374
|
218 |
msgid "Fetch"
|
219 |
msgstr "抓取"
|
220 |
|
221 |
+
#: qqworld-auto-save-images.php:416
|
222 |
msgid "Save Remote Images"
|
223 |
msgstr "保存遠程圖片"
|
224 |
|
225 |
+
#: qqworld-auto-save-images.php:427
|
226 |
msgid "Settings"
|
227 |
msgstr "設置"
|
228 |
|
229 |
+
#: qqworld-auto-save-images.php:435
|
230 |
msgid "Auto Save Images"
|
231 |
msgstr "自動保存圖片"
|
232 |
|
233 |
+
#: qqworld-auto-save-images.php:437 qqworld-auto-save-images.php:464
|
234 |
msgid "QQWorld Auto Save Images"
|
235 |
msgstr "QQWorld自動保存圖片"
|
236 |
|
237 |
+
#: qqworld-auto-save-images.php:446
|
238 |
msgid "Installation"
|
239 |
msgstr "安裝說明"
|
240 |
|
241 |
+
#: qqworld-auto-save-images.php:447
|
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 |
"告:如果你的網站域名更改了,必須在數據庫中將所有的圖片鏈接更新到新域名,否則"
|
250 |
"插件會把未更改的圖片再保存一次。</li></ol>"
|
251 |
|
252 |
+
#: qqworld-auto-save-images.php:451
|
253 |
msgid "Notice"
|
254 |
msgstr "注意"
|
255 |
|
256 |
+
#: qqworld-auto-save-images.php:452
|
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 |
"讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
|
283 |
"的,或者使用采集工具自動補完圖片的URL然後從外部提交給Wordpress。"
|
284 |
|
285 |
+
#: qqworld-auto-save-images.php:456
|
286 |
msgid "About"
|
287 |
msgstr "關于"
|
288 |
|
289 |
+
#: qqworld-auto-save-images.php:457
|
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 |
"後隨著越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
|
301 |
"希望你們能喜歡它,謝謝。</p>"
|
302 |
|
303 |
+
#: qqworld-auto-save-images.php:465
|
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:470
|
311 |
msgid "General"
|
312 |
msgstr "常規"
|
313 |
|
314 |
+
#: qqworld-auto-save-images.php:471
|
315 |
msgid "Filter"
|
316 |
msgstr "過濾"
|
317 |
|
318 |
+
#: qqworld-auto-save-images.php:472
|
319 |
msgid "Format"
|
320 |
msgstr "格式化"
|
321 |
|
322 |
+
#: qqworld-auto-save-images.php:473
|
323 |
msgid "Scan Posts"
|
324 |
msgstr "掃描文章"
|
325 |
|
326 |
+
#: qqworld-auto-save-images.php:474
|
327 |
msgid "Pro Edition"
|
328 |
msgstr "專業版"
|
329 |
|
330 |
+
#: qqworld-auto-save-images.php:480 qqworld-auto-save-images.php:482
|
331 |
msgid "Mode"
|
332 |
msgstr "模式"
|
333 |
|
334 |
+
#: qqworld-auto-save-images.php:485 qqworld-auto-save-images.php:853
|
335 |
msgid "Automatic"
|
336 |
msgstr "自動"
|
337 |
|
338 |
+
#: qqworld-auto-save-images.php:486
|
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:489 qqworld-auto-save-images.php:854
|
345 |
msgid "Manual"
|
346 |
msgstr "手動"
|
347 |
|
348 |
+
#: qqworld-auto-save-images.php:490
|
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:495 qqworld-auto-save-images.php:497
|
355 |
msgid "When"
|
356 |
msgstr "什麽時候"
|
357 |
|
358 |
+
#: qqworld-auto-save-images.php:500
|
359 |
msgid "Save post (Publish, save draft or pedding review)."
|
360 |
msgstr "保存文章時(發布文章,保存草稿或提交審核)。"
|
361 |
|
362 |
+
#: qqworld-auto-save-images.php:504
|
363 |
msgid "Publish post only."
|
364 |
msgstr "僅發布文章時。"
|
365 |
|
366 |
+
#: qqworld-auto-save-images.php:510 qqworld-auto-save-images.php:512
|
367 |
msgid "Schedule Publish"
|
368 |
msgstr "定時發布"
|
369 |
|
370 |
+
#: qqworld-auto-save-images.php:510
|
371 |
msgid "Save remote images via Schedule Publish."
|
372 |
msgstr "通過定時發布保存遠程圖像。"
|
373 |
|
374 |
+
#: qqworld-auto-save-images.php:520 qqworld-auto-save-images.php:522
|
375 |
msgid "Remote Publishing"
|
376 |
msgstr "遠程發布"
|
377 |
|
378 |
+
#: qqworld-auto-save-images.php:520
|
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:530 qqworld-auto-save-images.php:532
|
385 |
+
#: qqworld-auto-save-images.php:867
|
386 |
msgid "Set Featured Image"
|
387 |
msgstr "設置特色圖片"
|
388 |
|
389 |
+
#: qqworld-auto-save-images.php:530
|
390 |
msgid "Set first one of the remote images as featured image."
|
391 |
msgstr "設置遠程圖片中的第1個爲特色圖片。"
|
392 |
|
393 |
+
#: qqworld-auto-save-images.php:546 qqworld-auto-save-images.php:548
|
394 |
msgid "Grabbing from Each Posts"
|
395 |
msgstr "從每篇文章抓取"
|
396 |
|
397 |
+
#: qqworld-auto-save-images.php:550
|
398 |
msgid "All Images"
|
399 |
msgstr "全部圖片"
|
400 |
|
401 |
+
#: qqworld-auto-save-images.php:554
|
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:561 qqworld-auto-save-images.php:563
|
408 |
msgid "Minimum Picture Size"
|
409 |
msgstr "最小圖像尺寸"
|
410 |
|
411 |
+
#: qqworld-auto-save-images.php:561
|
412 |
msgid "Ignore smaller than this size picture."
|
413 |
msgstr "忽略比這個尺寸更小的圖像。"
|
414 |
|
415 |
+
#: qqworld-auto-save-images.php:565 qqworld-auto-save-images.php:577
|
416 |
msgid "Width:"
|
417 |
msgstr "寬度:"
|
418 |
|
419 |
+
#: qqworld-auto-save-images.php:565 qqworld-auto-save-images.php:568
|
420 |
+
#: qqworld-auto-save-images.php:577 qqworld-auto-save-images.php:580
|
421 |
msgid "(px)"
|
422 |
msgstr "(像素)"
|
423 |
|
424 |
+
#: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:580
|
425 |
msgid "Height:"
|
426 |
msgstr "高度:"
|
427 |
|
428 |
+
#: qqworld-auto-save-images.php:573 qqworld-auto-save-images.php:575
|
429 |
msgid "Maximum Picture Size"
|
430 |
msgstr "最大圖像尺寸"
|
431 |
|
432 |
+
#: qqworld-auto-save-images.php:573
|
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 |
"自動縮小大于該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置寬度"
|
439 |
"800,並設置高度爲空。"
|
440 |
|
441 |
+
#: qqworld-auto-save-images.php:585 qqworld-auto-save-images.php:587
|
442 |
msgid "Exclude Domain/Keyword"
|
443 |
msgstr "排除域名/關鍵詞"
|
444 |
|
445 |
+
#: qqworld-auto-save-images.php:585
|
446 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
447 |
msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
|
448 |
|
449 |
+
#: qqworld-auto-save-images.php:597
|
450 |
msgid "Add a Domain/Keyword"
|
451 |
msgstr "添加域名/關鍵詞"
|
452 |
|
453 |
+
#: qqworld-auto-save-images.php:608 qqworld-auto-save-images.php:611
|
454 |
msgid "Change Image Filename"
|
455 |
msgstr "更改圖片文件名"
|
456 |
|
457 |
+
#: qqworld-auto-save-images.php:614
|
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:615
|
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:620 qqworld-auto-save-images.php:622
|
469 |
msgid "Custom Filename Structure"
|
470 |
msgstr "自定文件名結構"
|
471 |
|
472 |
+
#: qqworld-auto-save-images.php:627
|
473 |
msgid "Original filename or automatic changed filename."
|
474 |
msgstr "原文件名或自動更改的文件名。"
|
475 |
|
476 |
+
#: qqworld-auto-save-images.php:628
|
477 |
msgid "Full date, e.g. 20150209."
|
478 |
msgstr "完整的日期,例如:20150209。"
|
479 |
|
480 |
+
#: qqworld-auto-save-images.php:629
|
481 |
msgid "YYYY, e.g. 2015."
|
482 |
msgstr "YYYY,例如:2015。"
|
483 |
|
484 |
+
#: qqworld-auto-save-images.php:630
|
485 |
msgid "MM, e.g. 02."
|
486 |
msgstr "MM,例如:02。"
|
487 |
|
488 |
+
#: qqworld-auto-save-images.php:631
|
489 |
msgid "DD, e.g. 15."
|
490 |
msgstr "DD,例如:15。"
|
491 |
|
492 |
+
#: qqworld-auto-save-images.php:632
|
493 |
msgid "HHMMSS, e.g. 182547."
|
494 |
msgstr "HHMMSS,例如:182547。"
|
495 |
|
496 |
+
#: qqworld-auto-save-images.php:633
|
497 |
#, php-format
|
498 |
msgid "Unix timestamp, e.g. %s."
|
499 |
msgstr "Unix時間戳,例如:%s。"
|
500 |
|
501 |
+
#: qqworld-auto-save-images.php:638 qqworld-auto-save-images.php:640
|
502 |
msgid "Change Title & Alt"
|
503 |
msgstr "更改標題和替代文本"
|
504 |
|
505 |
+
#: qqworld-auto-save-images.php:638
|
506 |
msgid "Automatically add title & alt of image as post title."
|
507 |
msgstr "自動依照文章標題添加圖片的標題和替代文本。"
|
508 |
|
509 |
+
#: qqworld-auto-save-images.php:647 qqworld-auto-save-images.php:649
|
510 |
msgid "Keep Outside Links"
|
511 |
msgstr "保留外鏈"
|
512 |
|
513 |
+
#: qqworld-auto-save-images.php:647
|
514 |
msgid "Keep the outside links of remote images if exist."
|
515 |
msgstr "保留遠程圖片的鏈接,如果有的話。"
|
516 |
|
517 |
+
#: qqworld-auto-save-images.php:656 qqworld-auto-save-images.php:658
|
518 |
msgid "Save Outside Links"
|
519 |
msgstr "保存外鏈"
|
520 |
|
521 |
+
#: qqworld-auto-save-images.php:656
|
522 |
msgid "Save the outside links to description of attachments."
|
523 |
msgstr "保存外部鏈接到附件的描述。"
|
524 |
|
525 |
+
#: qqworld-auto-save-images.php:662
|
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:671 qqworld-auto-save-images.php:673
|
533 |
msgid "Image Size"
|
534 |
msgstr "圖像尺寸"
|
535 |
|
536 |
+
#: qqworld-auto-save-images.php:671
|
537 |
msgid "Replace images you want size to display."
|
538 |
msgstr "替換成你想要顯示的尺寸的圖像。"
|
539 |
|
540 |
+
#: qqworld-auto-save-images.php:678
|
541 |
#, fuzzy
|
542 |
msgid "Thumbnail"
|
543 |
msgstr ""
|
544 |
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
545 |
"jQuery路徑。"
|
546 |
|
547 |
+
#: qqworld-auto-save-images.php:679
|
548 |
msgid "Medium"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: qqworld-auto-save-images.php:680
|
552 |
msgid "Large"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: qqworld-auto-save-images.php:681
|
556 |
msgid "Full Size"
|
557 |
msgstr "完整尺寸"
|
558 |
|
559 |
+
#: qqworld-auto-save-images.php:690 qqworld-auto-save-images.php:692
|
560 |
msgid "Link To"
|
561 |
msgstr "鏈接到"
|
562 |
|
563 |
+
#: qqworld-auto-save-images.php:690
|
564 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
565 |
msgstr "如果你勾選了保留外鏈,本項將不起作用。"
|
566 |
|
567 |
+
#: qqworld-auto-save-images.php:697
|
568 |
#, fuzzy
|
569 |
msgid "Media File"
|
570 |
msgstr "添加文件"
|
571 |
|
572 |
+
#: qqworld-auto-save-images.php:698
|
573 |
#, fuzzy
|
574 |
msgid "Attachment Page"
|
575 |
msgstr "(附件)"
|
576 |
|
577 |
+
#: qqworld-auto-save-images.php:699 qqworld-auto-save-images.php:718
|
578 |
msgid "None"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: qqworld-auto-save-images.php:708 qqworld-auto-save-images.php:710
|
582 |
msgid "Align To"
|
583 |
msgstr "對齊方式"
|
584 |
|
585 |
+
#: qqworld-auto-save-images.php:715
|
586 |
msgid "Left"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: qqworld-auto-save-images.php:716
|
590 |
msgid "Center"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: qqworld-auto-save-images.php:717
|
594 |
msgid "Right"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: qqworld-auto-save-images.php:727 qqworld-auto-save-images.php:729
|
598 |
msgid "Auto Caption"
|
599 |
msgstr "自動圖說"
|
600 |
|
601 |
+
#: qqworld-auto-save-images.php:727
|
602 |
msgid "Automatically add caption shortcode."
|
603 |
msgstr "自動添加圖說短代碼。"
|
604 |
|
605 |
+
#: qqworld-auto-save-images.php:736 qqworld-auto-save-images.php:738
|
606 |
msgid "Additional Content"
|
607 |
msgstr "額外的內容"
|
608 |
|
609 |
+
#: qqworld-auto-save-images.php:736
|
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:741
|
616 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
617 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
618 |
|
619 |
+
#: qqworld-auto-save-images.php:758
|
620 |
msgid "Select post types"
|
621 |
msgstr "選擇文章類型"
|
622 |
|
623 |
+
#: qqworld-auto-save-images.php:758
|
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 |
"如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
|
629 |
"請耐心等待。"
|
630 |
|
631 |
+
#: qqworld-auto-save-images.php:772
|
632 |
#, fuzzy
|
633 |
msgid "Categories"
|
634 |
msgstr "%s分類"
|
635 |
|
636 |
+
#: qqworld-auto-save-images.php:772
|
637 |
msgid "Default empty to scan all categories."
|
638 |
msgstr "默認留空掃描所有分類。"
|
639 |
|
640 |
+
#: qqworld-auto-save-images.php:777
|
641 |
msgid "Scope of Post ID"
|
642 |
msgstr "文章ID範圍"
|
643 |
|
644 |
+
#: qqworld-auto-save-images.php:777
|
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 |
"者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
|
653 |
"該ID。"
|
654 |
|
655 |
+
#: qqworld-auto-save-images.php:778
|
656 |
#, php-format
|
657 |
msgid "From %1$s to %2$s"
|
658 |
msgstr "從 %1$s 到 %2$s"
|
659 |
|
660 |
+
#: qqworld-auto-save-images.php:782
|
661 |
msgid "Offset"
|
662 |
msgstr "偏移"
|
663 |
|
664 |
+
#: qqworld-auto-save-images.php:782
|
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 |
"默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入“50”並在下拉菜單中"
|
670 |
"選擇“100”。"
|
671 |
|
672 |
+
#: qqworld-auto-save-images.php:784
|
673 |
#, php-format
|
674 |
msgid "Start from %s to Scan"
|
675 |
msgstr "從 %s 開始掃描"
|
676 |
|
677 |
+
#: qqworld-auto-save-images.php:786
|
678 |
#, fuzzy
|
679 |
msgid "All"
|
680 |
msgstr "所有"
|
681 |
|
682 |
+
#: qqworld-auto-save-images.php:790
|
683 |
#, fuzzy
|
684 |
msgid "Posts"
|
685 |
msgstr "熱門文章"
|
686 |
|
687 |
+
#: qqworld-auto-save-images.php:800
|
688 |
msgid "Any"
|
689 |
msgstr "任意"
|
690 |
|
691 |
+
#: qqworld-auto-save-images.php:810
|
692 |
msgid "Order By"
|
693 |
msgstr "排序依據"
|
694 |
|
695 |
+
#: qqworld-auto-save-images.php:816
|
696 |
msgid "Author"
|
697 |
msgstr "作者"
|
698 |
|
699 |
+
#: qqworld-auto-save-images.php:818
|
700 |
#, fuzzy
|
701 |
msgid "Date"
|
702 |
msgstr "日期"
|
703 |
|
704 |
+
#: qqworld-auto-save-images.php:819
|
705 |
#, fuzzy
|
706 |
msgid "Last Modified"
|
707 |
msgstr "最後回複"
|
708 |
|
709 |
+
#: qqworld-auto-save-images.php:820
|
710 |
msgid "Comment Count"
|
711 |
msgstr "評論"
|
712 |
|
713 |
+
#: qqworld-auto-save-images.php:830
|
714 |
#, fuzzy
|
715 |
msgid "Order"
|
716 |
msgstr "順序"
|
717 |
|
718 |
+
#: qqworld-auto-save-images.php:840
|
719 |
msgid "Speed"
|
720 |
msgstr "速度"
|
721 |
|
722 |
+
#: qqworld-auto-save-images.php:840
|
723 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
724 |
msgstr "如果服務器壓力過大,可以適當調低速度。"
|
725 |
|
726 |
+
#: qqworld-auto-save-images.php:853
|
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:854
|
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 |
"顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊“抓取”按鈕手動保"
|
738 |
"存。"
|
739 |
|
740 |
+
#: qqworld-auto-save-images.php:865
|
741 |
msgid "Demo of Manual Mode"
|
742 |
msgstr "手動模式的演示"
|
743 |
|
744 |
+
#: qqworld-auto-save-images.php:868
|
745 |
msgid ""
|
746 |
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
747 |
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
751 |
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
752 |
"\"></embed>"
|
753 |
|
754 |
+
#: qqworld-auto-save-images.php:872
|
755 |
msgid "Comparison"
|
756 |
msgstr "對比"
|
757 |
|
758 |
+
#: qqworld-auto-save-images.php:878
|
759 |
msgid "Items"
|
760 |
msgstr "對比項目"
|
761 |
|
762 |
+
#: qqworld-auto-save-images.php:879
|
763 |
+
msgid "Ultimate Edition"
|
764 |
+
msgstr "旗艦版"
|
765 |
+
|
766 |
+
#: qqworld-auto-save-images.php:880
|
767 |
+
msgid "Server Edition"
|
768 |
+
msgstr "服務器版"
|
769 |
+
|
770 |
+
#: qqworld-auto-save-images.php:881
|
771 |
+
msgid "Professional Edition"
|
772 |
+
msgstr "專業版"
|
773 |
+
|
774 |
+
#: qqworld-auto-save-images.php:882
|
775 |
msgid "Free Edition"
|
776 |
msgstr "免費版"
|
777 |
|
778 |
+
#: qqworld-auto-save-images.php:887
|
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:894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:901
|
|
|
|
|
|
|
|
|
791 |
msgid "Automatically exclude specified remote images by CRC."
|
792 |
msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像。"
|
793 |
|
794 |
+
#: qqworld-auto-save-images.php:908
|
795 |
msgid "Automatically delete html code of specified remote images by CRC."
|
796 |
msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼。"
|
797 |
|
798 |
+
#: qqworld-auto-save-images.php:915
|
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:922
|
805 |
msgid "Download Images from WeChat"
|
806 |
msgstr "下載微信圖片"
|
807 |
|
808 |
+
#: qqworld-auto-save-images.php:929
|
809 |
msgid "Cron Scan Posts"
|
810 |
msgstr "定時掃描文章"
|
811 |
|
812 |
+
#: qqworld-auto-save-images.php:936
|
813 |
msgid "Watermark"
|
814 |
msgstr "水印"
|
815 |
|
816 |
+
#: qqworld-auto-save-images.php:943
|
817 |
msgid "Images Compression (JPG Only)"
|
818 |
msgstr "圖片壓縮(僅JPEG)"
|
819 |
|
820 |
+
#: qqworld-auto-save-images.php:950
|
821 |
msgid "Use Proxy"
|
822 |
msgstr "使用代理服務器(可下載需要翻牆的圖片)"
|
823 |
|
824 |
+
#: qqworld-auto-save-images.php:957
|
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:964
|
831 |
+
msgid ""
|
832 |
+
"Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
|
833 |
+
"COS)"
|
834 |
+
msgstr ""
|
835 |
+
"使用Cookie-Free域名和外部存儲器(阿裏雲OSS、七牛雲存儲、又拍雲存儲和騰訊COS"
|
836 |
+
"等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
|
837 |
+
|
838 |
+
#: qqworld-auto-save-images.php:971
|
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:978
|
845 |
+
msgid ""
|
846 |
+
"Collect webpage manually: Easy reprint articles,<br> and get all the images "
|
847 |
+
"to choose from web pages. and the automatic collection feature in future."
|
848 |
+
msgstr ""
|
849 |
+
"手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集功"
|
850 |
+
"能。"
|
851 |
+
|
852 |
+
#: qqworld-auto-save-images.php:985
|
853 |
+
msgid "Translation (Baidu Translation, Google Translation)"
|
854 |
+
msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
|
855 |
|
856 |
+
#: qqworld-auto-save-images.php:992
|
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 "
|
860 |
+
"remote image will be saved into media library."
|
861 |
+
msgstr ""
|
862 |
+
"可選擇不保存圖像到媒體庫,這意味著不會生成各種尺寸的縮略圖,但是如果勾選了自"
|
863 |
+
"動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
|
864 |
+
|
865 |
+
#: qqworld-auto-save-images.php:999
|
866 |
+
msgid "Support automatically convert BMP/WEBP to JPG."
|
867 |
+
msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
|
868 |
|
869 |
+
#: qqworld-auto-save-images.php:1006
|
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."
|
873 |
+
msgstr ""
|
874 |
+
"清理工具:如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具可"
|
875 |
+
"以幫到你。"
|
876 |
+
|
877 |
+
#: qqworld-auto-save-images.php:1013
|
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:1025
|
884 |
msgid "Buy"
|
885 |
msgstr "購買"
|
886 |
|
887 |
+
#: qqworld-auto-save-images.php:1026
|
888 |
msgid "QQWorld Collector"
|
889 |
msgstr "QQWorld收藏家"
|
890 |
|
891 |
+
#: qqworld-auto-save-images.php:1027
|
892 |
msgid ""
|
893 |
"(No need understand chinese, there is a language switcher on left sidebar.)"
|
894 |
msgstr " "
|
895 |
|
896 |
+
#: qqworld-auto-save-images.php:1127
|
897 |
msgid "Has Missing/Undownloadable images."
|
898 |
msgstr "有 不存在/不可下載 的遠程圖像。"
|
899 |
|
900 |
+
#: qqworld-auto-save-images.php:1134
|
901 |
msgid "No remote images found."
|
902 |
msgstr "沒有遠程圖像。"
|
903 |
|
904 |
+
#: qqworld-auto-save-images.php:1321
|
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-"
|
911 |
+
#~ "Picture-Size."
|
912 |
+
#~ msgstr "可選擇自動刪除小于最小圖像尺寸的遠程圖像HTML代碼"
|
913 |
+
|
914 |
+
#~ msgctxt "qqworld_auto_save_images"
|
915 |
+
#~ msgid ""
|
916 |
+
#~ "Detecting replicated images in media library by Original-link and CRC "
|
917 |
+
#~ "(Only for new images that after v1.1 updated)."
|
918 |
+
#~ msgstr ""
|
919 |
+
#~ "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用于更新1.1版之後下載的圖像)"
|
920 |
+
|
921 |
+
#~ msgctxt "qqworld_auto_save_images"
|
922 |
+
#~ msgid "Automatically exclude specified remote images by CRC."
|
923 |
+
#~ msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像"
|
924 |
+
|
925 |
+
#~ msgctxt "qqworld_auto_save_images"
|
926 |
+
#~ msgid "Automatically delete html code of specified remote images by CRC."
|
927 |
+
#~ msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼"
|
928 |
+
|
929 |
+
#~ msgctxt "qqworld_auto_save_images"
|
930 |
+
#~ msgid ""
|
931 |
+
#~ "New manual mode with multi-thread<br> (Faster than automatic mode and "
|
932 |
+
#~ "modify Title & Alt in realtime)"
|
933 |
+
#~ msgstr ""
|
934 |
+
#~ "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
|
935 |
+
|
936 |
+
#~ msgctxt "qqworld_auto_save_images"
|
937 |
+
#~ msgid "Download Images from WeChat"
|
938 |
+
#~ msgstr "下載微信圖片"
|
939 |
+
|
940 |
+
#~ msgctxt "qqworld_auto_save_images"
|
941 |
+
#~ msgid "Cron Scan Posts"
|
942 |
+
#~ msgstr "定時掃描文章"
|
943 |
+
|
944 |
+
#~ msgctxt "qqworld_auto_save_images"
|
945 |
+
#~ msgid "Watermark"
|
946 |
+
#~ msgstr "水印"
|
947 |
+
|
948 |
+
#~ msgctxt "qqworld_auto_save_images"
|
949 |
+
#~ msgid "Images Compression (JPG Only)"
|
950 |
+
#~ msgstr "壓縮優化圖片(僅JPEG)"
|
951 |
+
|
952 |
+
#~ msgctxt "qqworld_auto_save_images"
|
953 |
+
#~ msgid "Use Proxy"
|
954 |
+
#~ msgstr "使用代理服務器(可下載需要翻牆的圖片)"
|
955 |
+
|
956 |
+
#~ msgctxt "qqworld_auto_save_images"
|
957 |
+
#~ msgid ""
|
958 |
+
#~ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
|
959 |
+
#~ "remote image with outside link, and grab the bigger one."
|
960 |
+
#~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
|
961 |
+
|
962 |
+
#~ msgctxt "qqworld_auto_save_images"
|
963 |
+
#~ msgid ""
|
964 |
+
#~ "Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, "
|
965 |
+
#~ "Tencent COS)"
|
966 |
+
#~ msgstr ""
|
967 |
+
#~ "使用Cookie-Free域名和外部存儲器(阿裏雲OSS、七牛雲存儲、又拍雲存儲和騰訊"
|
968 |
+
#~ "COS等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
|
969 |
+
|
970 |
+
#~ msgctxt "qqworld_auto_save_images"
|
971 |
+
#~ msgid ""
|
972 |
+
#~ "Database content replacement, easy to replace content in post content and "
|
973 |
+
#~ "post titles."
|
974 |
+
#~ msgstr "數據庫內容替換,輕松替換文章內容和標題的字符串。"
|
975 |
+
|
976 |
+
#~ msgctxt "qqworld_auto_save_images"
|
977 |
+
#~ msgid ""
|
978 |
+
#~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
|
979 |
+
#~ "images to choose from web pages. and the automatic collection feature in "
|
980 |
+
#~ "future."
|
981 |
+
#~ msgstr ""
|
982 |
+
#~ "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集"
|
983 |
+
#~ "功能。"
|
984 |
+
|
985 |
+
#~ msgctxt "qqworld_auto_save_images"
|
986 |
+
#~ msgid "Translation (Baidu Translation, Google Translation)"
|
987 |
+
#~ msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
|
988 |
+
|
989 |
+
#~ msgctxt "qqworld_auto_save_images"
|
990 |
+
#~ msgid ""
|
991 |
+
#~ "Set no remote images saved into media library, it means would not "
|
992 |
+
#~ "generate thumbnail with many sizes. but if you checked Set-Featured-"
|
993 |
+
#~ "Image, the first remote image will be saved into media library."
|
994 |
+
#~ msgstr ""
|
995 |
+
#~ "可選擇不保存圖像到媒體庫,這意味著不會生成各種尺寸的縮略圖,但是如果勾選了"
|
996 |
+
#~ "自動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
|
997 |
+
|
998 |
+
#~ msgctxt "qqworld_auto_save_images"
|
999 |
+
#~ msgid "Support automatically convert BMP/WEBP to JPG."
|
1000 |
+
#~ msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
|
1001 |
+
|
1002 |
+
#~ msgctxt "qqworld_auto_save_images"
|
1003 |
+
#~ msgid ""
|
1004 |
+
#~ "Cleaner tool: If you have a huge media library and do not know how many "
|
1005 |
+
#~ "attachments has not bean used. this tool will help you to find out."
|
1006 |
+
#~ msgstr ""
|
1007 |
+
#~ "清理工具:如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具"
|
1008 |
+
#~ "可以幫到你。"
|
1009 |
+
|
1010 |
+
#~ msgctxt "qqworld_auto_save_images"
|
1011 |
+
#~ msgid ""
|
1012 |
+
#~ "Special Features: Automatically keep remote images in the custom fields "
|
1013 |
+
#~ "to the local media library."
|
1014 |
+
#~ msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
|
1015 |
+
|
1016 |
+
#~ msgid ""
|
1017 |
+
#~ "New manual mode with multi-thread (Faster than automatic mode and modify "
|
1018 |
+
#~ "Title & Alt in realtime)"
|
1019 |
+
#~ msgstr "支持多線程的手動模式(比自動模式更快,且可以即時修改Title和Alt)"
|
1020 |
+
|
1021 |
+
#~ msgid ""
|
1022 |
+
#~ "New Mode: Remote images will no be saved into media library, it means "
|
1023 |
+
#~ "would not generate thumbnail. but if you checked Set-Featured-Image, the "
|
1024 |
+
#~ "first remote image will be saved into media library."
|
1025 |
+
#~ msgstr ""
|
1026 |
+
#~ "新模式:遠程圖像不會被保存到媒體庫,這意味著不會生成各種尺寸的縮略圖。但如"
|
1027 |
+
#~ "果你勾選了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
|
1028 |
+
|
1029 |
+
#~ msgid "Automatically delete images code smaller than minimum-picture-size."
|
1030 |
+
#~ msgstr "自動刪除小于最小圖像尺寸的圖片代碼。"
|
1031 |
+
|
1032 |
+
#~ msgid ""
|
1033 |
+
#~ "Smart Grabbing, Automatically detect 2 images url from href/src of remote "
|
1034 |
+
#~ "image with outside link, and grab the bigger one."
|
1035 |
+
#~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
|
1036 |
+
|
1037 |
+
#~ msgid "Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu)"
|
1038 |
+
#~ msgstr "使用Cookie-Free域名和CDN服務(阿裏雲OSS、七牛雲存儲、又拍雲存儲等)"
|
1039 |
+
|
1040 |
+
#~ msgid "Support automatically convert BMP to JPG."
|
1041 |
+
#~ msgstr "支持自動將 BMP 轉換爲 JPG。"
|
1042 |
+
|
1043 |
+
#~ msgid ""
|
1044 |
+
#~ "Collect webpage manually: Easy reprint articles, and get all the images "
|
1045 |
+
#~ "to choose from web pages."
|
1046 |
+
#~ msgstr "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇"
|
1047 |
+
|
1048 |
#~ msgid ""
|
1049 |
#~ "Remote images will no be saved into media library, it means would not "
|
1050 |
#~ "generate thumbnail. but if you checked Set-Featured-Image, the first "
|
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.15.
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
@@ -876,85 +876,145 @@ function save_outside_link($content, $link) {
|
|
876 |
<thead>
|
877 |
<tr>
|
878 |
<th><?php _e('Items', 'qqworld_auto_save_images'); ?></th>
|
879 |
-
<th class="comparison-cell"><?php _e('
|
|
|
|
|
880 |
<th class="comparison-cell"><?php _e('Free Edition', 'qqworld_auto_save_images'); ?></th>
|
881 |
</tr>
|
882 |
</thead>
|
883 |
<tbody>
|
884 |
<tr>
|
885 |
-
<td><?php _e('
|
886 |
-
<td
|
887 |
-
<td
|
|
|
|
|
888 |
</tr>
|
889 |
<tr>
|
890 |
-
<td><?php _e(
|
891 |
-
<td
|
892 |
-
<td
|
893 |
-
|
894 |
-
|
895 |
-
<td><?php _e("Detecting replicated images in media library by Original-link and CRC (Only for new images that after v1.1 updated).", 'qqworld_auto_save_images'); ?></td>
|
896 |
-
<td>√</td>
|
897 |
-
<td>╳</td>
|
898 |
-
</tr>
|
899 |
-
<tr>
|
900 |
-
<td><?php _e('Automatically delete images code smaller than minimum-picture-size.', 'qqworld_auto_save_images'); ?></td>
|
901 |
-
<td>√</td>
|
902 |
-
<td>╳</td>
|
903 |
</tr>
|
904 |
<tr>
|
905 |
<td><?php _e('Automatically exclude specified remote images by CRC.', 'qqworld_auto_save_images'); ?></td>
|
906 |
-
<td
|
907 |
-
<td
|
|
|
|
|
908 |
</tr>
|
909 |
<tr>
|
910 |
<td><?php _e('Automatically delete html code of specified remote images by CRC.', 'qqworld_auto_save_images'); ?></td>
|
911 |
-
<td
|
912 |
-
<td
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
913 |
</tr>
|
914 |
<tr>
|
915 |
<td><?php _e('Download Images from WeChat', 'qqworld_auto_save_images'); ?></td>
|
916 |
-
<td
|
917 |
-
<td
|
|
|
|
|
918 |
</tr>
|
919 |
<tr>
|
920 |
<td><?php _e('Cron Scan Posts', 'qqworld_auto_save_images'); ?></td>
|
921 |
-
<td
|
922 |
-
<td
|
|
|
|
|
923 |
</tr>
|
924 |
<tr>
|
925 |
<td><?php _e('Watermark', 'qqworld_auto_save_images'); ?></td>
|
926 |
-
<td
|
927 |
-
<td
|
|
|
|
|
928 |
</tr>
|
929 |
<tr>
|
930 |
<td><?php _e('Images Compression (JPG Only)', 'qqworld_auto_save_images'); ?></td>
|
931 |
-
<td
|
932 |
-
<td
|
|
|
|
|
933 |
</tr>
|
934 |
<tr>
|
935 |
<td><?php _e('Use Proxy', 'qqworld_auto_save_images'); ?></td>
|
936 |
-
<td
|
937 |
-
<td
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
938 |
</tr>
|
939 |
<tr>
|
940 |
-
<td><?php _e('
|
941 |
-
<td
|
942 |
-
<td
|
|
|
|
|
943 |
</tr>
|
944 |
<tr>
|
945 |
-
<td><?php _e('
|
946 |
-
<td
|
947 |
-
<td
|
|
|
|
|
948 |
</tr>
|
949 |
<tr>
|
950 |
-
<td><?php _e('Support automatically convert BMP to JPG.', 'qqworld_auto_save_images'); ?></td>
|
951 |
-
<td
|
952 |
-
<td
|
|
|
|
|
953 |
</tr>
|
954 |
<tr>
|
955 |
-
<td><?php _e('
|
956 |
-
<td
|
957 |
-
<td
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
958 |
</tr>
|
959 |
</tbody>
|
960 |
</table>
|
@@ -1381,15 +1441,24 @@ function save_outside_link($content, $link) {
|
|
1381 |
$filetype = $this->getFileType($file);
|
1382 |
list($width, $height, $type) = $this->getimagesize($image_url);
|
1383 |
|
1384 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1385 |
if ($width > $height) {
|
1386 |
$maximum_picture_size_width = empty($this->maximum_picture_size['width']) ? $width*$this->maximum_picture_size['height']/$height : $this->maximum_picture_size['width'];
|
1387 |
-
$new_width = $maximum_picture_size_width;
|
1388 |
-
$new_height = $height*$maximum_picture_size_width/$width;
|
1389 |
} else {
|
1390 |
$maximum_picture_size_height = empty($this->maximum_picture_size['height']) ? $height*$this->maximum_picture_size['width']/$width : $this->maximum_picture_size['height'];
|
1391 |
-
$new_width = $width*$maximum_picture_size_height/$height;
|
1392 |
-
$new_height = $maximum_picture_size_height;
|
1393 |
}
|
1394 |
$image_p = imagecreatetruecolor($new_width, $new_height);
|
1395 |
$image = imagecreatefromstring($file);
|
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.15.6
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
876 |
<thead>
|
877 |
<tr>
|
878 |
<th><?php _e('Items', 'qqworld_auto_save_images'); ?></th>
|
879 |
+
<th class="comparison-cell"><?php _e('Ultimate Edition', 'qqworld_auto_save_images'); ?></th>
|
880 |
+
<th class="comparison-cell"><?php _e('Server Edition', 'qqworld_auto_save_images'); ?></th>
|
881 |
+
<th class="comparison-cell"><?php _e('Professional Edition', 'qqworld_auto_save_images'); ?></th>
|
882 |
<th class="comparison-cell"><?php _e('Free Edition', 'qqworld_auto_save_images'); ?></th>
|
883 |
</tr>
|
884 |
</thead>
|
885 |
<tbody>
|
886 |
<tr>
|
887 |
+
<td><?php _e('Automatically delete the HTML code of remote images smaller than Minimum-Picture-Size.', 'qqworld_auto_save_images'); ?></td>
|
888 |
+
<td class="green"></td>
|
889 |
+
<td class="green"></td>
|
890 |
+
<td class="green"></td>
|
891 |
+
<td class="red"></td>
|
892 |
</tr>
|
893 |
<tr>
|
894 |
+
<td><?php _e('Detecting replicated images in media library by Original-link and CRC (Only for new images that after v1.1 updated).', 'qqworld_auto_save_images'); ?></td>
|
895 |
+
<td class="green"></td>
|
896 |
+
<td class="green"></td>
|
897 |
+
<td class="green"></td>
|
898 |
+
<td class="red"></td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
899 |
</tr>
|
900 |
<tr>
|
901 |
<td><?php _e('Automatically exclude specified remote images by CRC.', 'qqworld_auto_save_images'); ?></td>
|
902 |
+
<td class="green"></td>
|
903 |
+
<td class="green"></td>
|
904 |
+
<td class="green"></td>
|
905 |
+
<td class="red"></td>
|
906 |
</tr>
|
907 |
<tr>
|
908 |
<td><?php _e('Automatically delete html code of specified remote images by CRC.', 'qqworld_auto_save_images'); ?></td>
|
909 |
+
<td class="green"></td>
|
910 |
+
<td class="green"></td>
|
911 |
+
<td class="green"></td>
|
912 |
+
<td class="red"></td>
|
913 |
+
</tr>
|
914 |
+
<tr>
|
915 |
+
<td><?php _e('New manual mode with multi-thread<br> (Faster than automatic mode and modify Title & Alt in realtime)', 'qqworld_auto_save_images'); ?></td>
|
916 |
+
<td class="green"></td>
|
917 |
+
<td class="green"></td>
|
918 |
+
<td class="green"></td>
|
919 |
+
<td class="red"></td>
|
920 |
</tr>
|
921 |
<tr>
|
922 |
<td><?php _e('Download Images from WeChat', 'qqworld_auto_save_images'); ?></td>
|
923 |
+
<td class="green"></td>
|
924 |
+
<td class="green"></td>
|
925 |
+
<td class="green"></td>
|
926 |
+
<td class="red"></td>
|
927 |
</tr>
|
928 |
<tr>
|
929 |
<td><?php _e('Cron Scan Posts', 'qqworld_auto_save_images'); ?></td>
|
930 |
+
<td class="green"></td>
|
931 |
+
<td class="green"></td>
|
932 |
+
<td class="green"></td>
|
933 |
+
<td class="red"></td>
|
934 |
</tr>
|
935 |
<tr>
|
936 |
<td><?php _e('Watermark', 'qqworld_auto_save_images'); ?></td>
|
937 |
+
<td class="green"></td>
|
938 |
+
<td class="green"></td>
|
939 |
+
<td class="green"></td>
|
940 |
+
<td class="red"></td>
|
941 |
</tr>
|
942 |
<tr>
|
943 |
<td><?php _e('Images Compression (JPG Only)', 'qqworld_auto_save_images'); ?></td>
|
944 |
+
<td class="green"></td>
|
945 |
+
<td class="green"></td>
|
946 |
+
<td class="green"></td>
|
947 |
+
<td class="red"></td>
|
948 |
</tr>
|
949 |
<tr>
|
950 |
<td><?php _e('Use Proxy', 'qqworld_auto_save_images'); ?></td>
|
951 |
+
<td class="green"></td>
|
952 |
+
<td class="green"></td>
|
953 |
+
<td class="green"></td>
|
954 |
+
<td class="red"></td>
|
955 |
+
</tr>
|
956 |
+
<tr>
|
957 |
+
<td><?php _e('Smart Grabbing, Automatically detect 2 images url<br> from href/src of remote image with outside link, and grab the bigger one.', 'qqworld_auto_save_images'); ?></td>
|
958 |
+
<td class="green"></td>
|
959 |
+
<td class="green"></td>
|
960 |
+
<td class="green"></td>
|
961 |
+
<td class="red"></td>
|
962 |
+
</tr>
|
963 |
+
<tr>
|
964 |
+
<td><?php _e('Use Cookie-Free Domain & CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent COS)', 'qqworld_auto_save_images'); ?></td>
|
965 |
+
<td class="green"></td>
|
966 |
+
<td class="green"></td>
|
967 |
+
<td class="red"></td>
|
968 |
+
<td class="red"></td>
|
969 |
+
</tr>
|
970 |
+
<tr>
|
971 |
+
<td><?php _e('Database content replacement, easy to replace content in post content and post titles.', 'qqworld_auto_save_images'); ?></td>
|
972 |
+
<td class="green"></td>
|
973 |
+
<td class="green"></td>
|
974 |
+
<td class="red"></td>
|
975 |
+
<td class="red"></td>
|
976 |
+
</tr>
|
977 |
+
<tr>
|
978 |
+
<td><?php _e('Collect webpage manually: Easy reprint articles,<br> and get all the images to choose from web pages. and the automatic collection feature in future.', 'qqworld_auto_save_images'); ?></td>
|
979 |
+
<td class="green"></td>
|
980 |
+
<td class="red"></td>
|
981 |
+
<td class="red"></td>
|
982 |
+
<td class="red"></td>
|
983 |
</tr>
|
984 |
<tr>
|
985 |
+
<td><?php _e('Translation (Baidu Translation, Google Translation)', 'qqworld_auto_save_images'); ?></td>
|
986 |
+
<td class="green"></td>
|
987 |
+
<td class="green"></td>
|
988 |
+
<td class="red"></td>
|
989 |
+
<td class="red"></td>
|
990 |
</tr>
|
991 |
<tr>
|
992 |
+
<td><?php _e('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.', 'qqworld_auto_save_images'); ?></td>
|
993 |
+
<td class="green"></td>
|
994 |
+
<td class="green"></td>
|
995 |
+
<td class="green"></td>
|
996 |
+
<td class="red"></td>
|
997 |
</tr>
|
998 |
<tr>
|
999 |
+
<td><?php _e('Support automatically convert BMP/WEBP to JPG.', 'qqworld_auto_save_images'); ?></td>
|
1000 |
+
<td class="green"></td>
|
1001 |
+
<td class="green"></td>
|
1002 |
+
<td class="green"></td>
|
1003 |
+
<td class="red"></td>
|
1004 |
</tr>
|
1005 |
<tr>
|
1006 |
+
<td><?php _e('Cleaner tool: If you have a huge media library and do not know how many attachments has not bean used. this tool will help you to find out.', 'qqworld_auto_save_images'); ?></td>
|
1007 |
+
<td class="green"></td>
|
1008 |
+
<td class="green"></td>
|
1009 |
+
<td class="red"></td>
|
1010 |
+
<td class="red"></td>
|
1011 |
+
</tr>
|
1012 |
+
<tr>
|
1013 |
+
<td><?php _e('Special Features: Automatically keep remote images in the custom fields to the local media library.', 'qqworld_auto_save_images'); ?></td>
|
1014 |
+
<td class="green"></td>
|
1015 |
+
<td class="green"></td>
|
1016 |
+
<td class="red"></td>
|
1017 |
+
<td class="red"></td>
|
1018 |
</tr>
|
1019 |
</tbody>
|
1020 |
</table>
|
1441 |
$filetype = $this->getFileType($file);
|
1442 |
list($width, $height, $type) = $this->getimagesize($image_url);
|
1443 |
|
1444 |
+
$needs_reduction = false;
|
1445 |
+
if ( !empty($this->maximum_picture_size['width']) && !empty($this->maximum_picture_size['height']) && ($width > $this->maximum_picture_size['width'] || $height > $this->maximum_picture_size['height']) ) {
|
1446 |
+
$needs_reduction = true;
|
1447 |
+
} elseif ( !empty($this->maximum_picture_size['width']) && empty($this->maximum_picture_size['height']) && $width > $this->maximum_picture_size['width'] ) {
|
1448 |
+
$needs_reduction = true;
|
1449 |
+
} elseif ( empty($this->maximum_picture_size['width']) && !empty($this->maximum_picture_size['height']) && $height > $this->maximum_picture_size['height'] ) {
|
1450 |
+
$needs_reduction = true;
|
1451 |
+
}
|
1452 |
+
|
1453 |
+
if ($needs_reduction) {
|
1454 |
if ($width > $height) {
|
1455 |
$maximum_picture_size_width = empty($this->maximum_picture_size['width']) ? $width*$this->maximum_picture_size['height']/$height : $this->maximum_picture_size['width'];
|
1456 |
+
$new_width = intval($maximum_picture_size_width);
|
1457 |
+
$new_height = intval($height*$maximum_picture_size_width/$width);
|
1458 |
} else {
|
1459 |
$maximum_picture_size_height = empty($this->maximum_picture_size['height']) ? $height*$this->maximum_picture_size['width']/$width : $this->maximum_picture_size['height'];
|
1460 |
+
$new_width = intval($width*$maximum_picture_size_height/$height);
|
1461 |
+
$new_height = intval($maximum_picture_size_height);
|
1462 |
}
|
1463 |
$image_p = imagecreatetruecolor($new_width, $new_height);
|
1464 |
$image = imagecreatefromstring($file);
|
readme.txt
DELETED
@@ -1,713 +0,0 @@
|
|
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.3.1
|
7 |
-
Stable tag: 1.7.15.5
|
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 manually: 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 $8.55)</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转JPG</li>
|
132 |
-
</ul>
|
133 |
-
购买:<a href="http://www.qqworld.org/products/qqworld-collector" target="_blank">QQWorld收藏家 (CNY ¥45)</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 |
-
= 1.7.15.5 =
|
159 |
-
New feature: Convert Vietnamese to English letters for automatically change image filename.<br />
|
160 |
-
新特性:自动更改文件名时自动将越南语字母转换为英语字母
|
161 |
-
|
162 |
-
= 1.7.15.4 =
|
163 |
-
Bug Fixed: Removed unnecessary backslashes escaped.<br />
|
164 |
-
修Bug:去除不必要的自动反斜线转义。
|
165 |
-
|
166 |
-
= 1.7.15.3 =
|
167 |
-
New feature: Automatically detect uploaded images as featured image.<br />
|
168 |
-
新特性:自动检测已上传的图像作为特色图片。
|
169 |
-
|
170 |
-
= 1.7.15.2 =
|
171 |
-
New feature: Update the Information of Pro Edition.<br />
|
172 |
-
新特性:更新专业版信息。
|
173 |
-
|
174 |
-
= 1.7.15.1 =
|
175 |
-
New feature: Supported save remote images via Schedule Publish.<br />
|
176 |
-
新特性:支持定时发布时保存远程图像。
|
177 |
-
|
178 |
-
= 1.7.15 =
|
179 |
-
<ul>
|
180 |
-
<li>New feature:
|
181 |
-
<ul>
|
182 |
-
<li>Compatibility with Custom Upload Dir.</li>
|
183 |
-
</ul>
|
184 |
-
</li>
|
185 |
-
<li>新特性:
|
186 |
-
<ul>
|
187 |
-
<li>和Custom Upload Dir兼容。</li>
|
188 |
-
</ul>
|
189 |
-
</li>
|
190 |
-
<li>Bugs Fixed:
|
191 |
-
<ul>
|
192 |
-
<li>Save duplicate image</li>
|
193 |
-
<li>Save duplicate revision post</li>
|
194 |
-
<li>String '%20' in class</li>
|
195 |
-
</ul>
|
196 |
-
</li>
|
197 |
-
<li>修复Bug:
|
198 |
-
<ul>
|
199 |
-
<li>重复保存图片</li>
|
200 |
-
<li>重复保存文章历史版本</li>
|
201 |
-
<li>在class中有“%20”字符串</li>
|
202 |
-
</ul>
|
203 |
-
</li>
|
204 |
-
</ul>
|
205 |
-
|
206 |
-
= 1.7.14.1 =
|
207 |
-
Bug fixed: Couldn't grabbing the image url contain spaces.<br />
|
208 |
-
修复Bug:不能抓取包含空格的图像url。
|
209 |
-
|
210 |
-
= 1.7.14 =
|
211 |
-
Bug fixed: A bug of regular expression ( '{' & '}' ).<br />
|
212 |
-
修复Bug:修复正则表达式的bug( '{' 和 '}' )。
|
213 |
-
|
214 |
-
= 1.7.13.9 =
|
215 |
-
New feature: Added new format option Align-To<br />
|
216 |
-
新特性:添加对齐方式的格式化选项。
|
217 |
-
|
218 |
-
= 1.7.13.8 =
|
219 |
-
New feature: Automatically add caption shortcode.<br />
|
220 |
-
新特性:自动添加图说短代码。
|
221 |
-
|
222 |
-
= 1.7.13.7 =
|
223 |
-
New Interface: Update user interface of Pro Edition<br />
|
224 |
-
新界面:更新专业版的用户界面
|
225 |
-
|
226 |
-
= 1.7.13.6 =
|
227 |
-
Bug fixed: Couldn't handle the Maximum Image Size of remote image resource by GZIP compressed. (Needs PHP 5.4+)<br />
|
228 |
-
修复Bug:无法控制被GZIP压缩的图片资源的最大尺寸。(须PHP 5.4+)
|
229 |
-
|
230 |
-
= 1.7.13.5 =
|
231 |
-
New feature: Enhanced ability for grab remote image by GZIP compressed. (Needs PHP 5.4+)<br />
|
232 |
-
新特性:加强对GZIP压缩的图片资源的抓取功能。(须PHP 5.4+)
|
233 |
-
|
234 |
-
= 1.7.13.4 =
|
235 |
-
New feature: Supply a hook that can custom link text of the outside link or even more complicated.<br />
|
236 |
-
新特性:提供1个Hook来自定义外部链接的链接文本或更加复杂的内容。。
|
237 |
-
|
238 |
-
= 1.7.13.3 =
|
239 |
-
New feature: Add <strong>rel="nofollow"</strong> into outside link's tag when checked the option Save-Outside-Links.<br />
|
240 |
-
新特性:当选择保存外部链接时,自动在外部链接的标签中加入<strong>rel="nofollow"。</strong>。<br />
|
241 |
-
Bug fixed: Manual scan posts can not check missing remote images.<br />
|
242 |
-
修复Bug:手动扫描文章无法检测丢失的远程图片。
|
243 |
-
|
244 |
-
= 1.7.13.2 =
|
245 |
-
New feature: Add <strong>rel="nofollow"</strong> into outside link's tag when checked the option Keep-Outside-Links.<br />
|
246 |
-
新特性:当选择保留外部链接时,自动在外部链接的标签中加入<strong>rel="nofollow"。</strong>。
|
247 |
-
|
248 |
-
= 1.7.13.1 =
|
249 |
-
New feature: The feature Maximum-Picture-Size Automatically reduction image size support PHP 5.3 now.<br />
|
250 |
-
新特性:最大图像尺寸的自动缩小图片功能支持PHP5.3。
|
251 |
-
|
252 |
-
= 1.7.13 =
|
253 |
-
News: QQWorld Auto Save Images Pro Edition is avaliable.<br />
|
254 |
-
新闻:QQWorld自动保存图片专业版已发售。
|
255 |
-
|
256 |
-
= 1.7.12.14 =
|
257 |
-
New feature:<br />
|
258 |
-
For plugin working issue, adds server check to help user handle server configuation issues.
|
259 |
-
<br />
|
260 |
-
新特性<br />
|
261 |
-
为了使插件工作正常,增加服务器检测帮助用户处理服务器配置问题
|
262 |
-
|
263 |
-
= 1.7.12.13 =
|
264 |
-
<ul>
|
265 |
-
<li>New feature:
|
266 |
-
<ul>
|
267 |
-
<li>Save first ? image(s) from each posts.</li>
|
268 |
-
</ul>
|
269 |
-
</li>
|
270 |
-
<li>新特性:
|
271 |
-
<ul>
|
272 |
-
<li>保存每篇文章前 ? 幅图像</li>
|
273 |
-
</ul>
|
274 |
-
</li>
|
275 |
-
<li>Bugs Fixed:
|
276 |
-
<ul>
|
277 |
-
<li>Keep-outside-links didn't works.</li>
|
278 |
-
<li>Allowed "maximum picture size" to set blank.</li>
|
279 |
-
</ul>
|
280 |
-
</li>
|
281 |
-
<li>修复Bug:
|
282 |
-
<ul>
|
283 |
-
<li>“保留外部链接”无效</li>
|
284 |
-
<li>允许“最大图像尺寸”都设置为空白</li>
|
285 |
-
</ul>
|
286 |
-
</li>
|
287 |
-
</ul>
|
288 |
-
|
289 |
-
= 1.7.12.12 =
|
290 |
-
New feature:<br />
|
291 |
-
Automatic change remote filename that have Non-ASCii characters (for Windows Server).<br />
|
292 |
-
Custom filename structure.<br />
|
293 |
-
新特性:<br />
|
294 |
-
自动修改包含非ASCii字符的远程图片文件名(用于Windows服务器)<br />
|
295 |
-
自定义文件名结构。
|
296 |
-
|
297 |
-
= 1.7.12.11 =
|
298 |
-
New feature:<br />
|
299 |
-
Supplied some interface for others additional functions.<br />
|
300 |
-
新特性:<br />
|
301 |
-
为其他附加功能提供了接口。
|
302 |
-
|
303 |
-
= 1.7.12.10 =
|
304 |
-
Bug Fixed:<br />
|
305 |
-
Handle missing/undownloadable remote image failed. <br />
|
306 |
-
修复Bug:<br />
|
307 |
-
无法处理 不存在/无法下载 的远程图片
|
308 |
-
|
309 |
-
= 1.7.12.9 =
|
310 |
-
New feature:<br />
|
311 |
-
Automatic save outside links to description of attachments.<br />
|
312 |
-
新特性:<br />
|
313 |
-
自动将远程图片的链接保存到附件的描述中。
|
314 |
-
|
315 |
-
= 1.7.12.8 =
|
316 |
-
New feature:<br />
|
317 |
-
Automatic change attachment url to rewrite permalink.<br />
|
318 |
-
新特性:<br />
|
319 |
-
自动将附件的url转换为伪静态固定链接
|
320 |
-
|
321 |
-
= 1.7.12.7 =
|
322 |
-
Bug Fixed:<br />
|
323 |
-
Broken if the value of img tag property including single quote(')<br />
|
324 |
-
修复Bug:<br />
|
325 |
-
如果图片标签属性值包含单引号(')会出错
|
326 |
-
|
327 |
-
= 1.7.12.6 =
|
328 |
-
Bug Fixed:<br />
|
329 |
-
Download remote image failed on some servers. <br />
|
330 |
-
修复Bug:<br />
|
331 |
-
在某些服务器上下载远程图片失败。
|
332 |
-
|
333 |
-
= 1.7.12.5 =
|
334 |
-
New feature:<br />
|
335 |
-
Automatically change image title & alt as post title.<br />
|
336 |
-
新特性:<br />
|
337 |
-
自动参照文章标题添加图片标题和替代文本
|
338 |
-
|
339 |
-
= 1.7.12.4 =
|
340 |
-
New feature:<br />
|
341 |
-
Using 3 ways to download remote images.<br />
|
342 |
-
新特性:<br />
|
343 |
-
使用三种方法下载远程图片
|
344 |
-
|
345 |
-
= 1.7.12.3 =
|
346 |
-
New feature:<br />
|
347 |
-
Use curl instead of fopen to download remote images.<br />
|
348 |
-
新特性:<br />
|
349 |
-
使用cUrl代替fopen来下载远程图片
|
350 |
-
|
351 |
-
= 1.7.12.2 =
|
352 |
-
Bug fixed:<br />
|
353 |
-
Now the option 3 of change name feature would not generate URL encoded file name.<br />
|
354 |
-
修复Bug:<br />
|
355 |
-
现在更改文件名功能的第3项不会产生URL编码的的文件名了。
|
356 |
-
|
357 |
-
= 1.7.12.1 =
|
358 |
-
Bug fixed:<br />
|
359 |
-
Now the feature automatic-change-remote-images-filename-and-alt-as-post-name supporte IFTTT.<br />
|
360 |
-
修复Bug:<br />
|
361 |
-
现在自动更改文件名为文章名(Post Name | Slug)已支持IFTTT.
|
362 |
-
|
363 |
-
= 1.7.12 =
|
364 |
-
Mew format feature:<br />
|
365 |
-
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 />
|
366 |
-
格式化新功能:<br />
|
367 |
-
自动更改文件名为文章名(Post Name | Slug),如果选择此项,请确保文章名(Post Name | Slug)不包含中文以及其他东亚字符。
|
368 |
-
|
369 |
-
= 1.7.11.4 =
|
370 |
-
Bug fixed:<br />
|
371 |
-
About image maximum size filter settings, support any size of one of width and height.<br />
|
372 |
-
修复Bug:<br />
|
373 |
-
在图片尺寸过滤设置中,支持高度和宽度其中之一为任意尺寸。
|
374 |
-
|
375 |
-
= 1.7.11.3 =
|
376 |
-
Bug fixed:<br />
|
377 |
-
Select category doesn't works on scan feature.<br />
|
378 |
-
修复Bug:<br />
|
379 |
-
扫描文章功能的选择分类不能正常工作。
|
380 |
-
|
381 |
-
= 1.7.11.2 =
|
382 |
-
Bug fixed:<br />
|
383 |
-
Can't format image url that has (*).<br />
|
384 |
-
修复Bug:<br />
|
385 |
-
不能格式化带*号的图片链接
|
386 |
-
|
387 |
-
= 1.7.11.1 =
|
388 |
-
Bug fixed:<br />
|
389 |
-
Ignore PHP warning messages has missing images when scanning posts.<br />
|
390 |
-
修复Bug:<br />
|
391 |
-
扫描文章时忽略远程图片不存在的警告信息。
|
392 |
-
|
393 |
-
= 1.7.11 =
|
394 |
-
New feature:<br />
|
395 |
-
Display addistional content after the each remote images.<br />
|
396 |
-
新特性:<br />
|
397 |
-
显示额外的内容到每一个自动保存的远程图片后面。
|
398 |
-
|
399 |
-
= 1.7.10.1 =
|
400 |
-
New feature:<br />
|
401 |
-
If PHP version lower than 5.4, automatic disabled the Maximum-Picture-Size feature.<br />
|
402 |
-
新特性:<br />
|
403 |
-
如果PHP版本低于5.4,自动禁用设置最大图像的功能。
|
404 |
-
|
405 |
-
= 1.7.10 =
|
406 |
-
New feature:<br />
|
407 |
-
Automatic reduction is greater than the size of the picture. default: 1280x1280(px)<br />
|
408 |
-
新特性:<br />
|
409 |
-
自动缩小大于所设置尺寸的图像。默认:1280x1280(像素)
|
410 |
-
|
411 |
-
= 1.7.9 =
|
412 |
-
New feature:<br />
|
413 |
-
Allowed to Ignore small size picture, such as some icons. default: 32x32(px)<br />
|
414 |
-
新特性:<br />
|
415 |
-
允许忽略小尺寸图像,比如一些小图标。默认:32x32(像素)
|
416 |
-
|
417 |
-
= 1.7.8 =
|
418 |
-
<ul>
|
419 |
-
<li>New features:
|
420 |
-
<ul>
|
421 |
-
<li>Ignore animated GIF when doing watermark as preview option.</li>
|
422 |
-
<li>Modified 'http://' to 'http(s)://' in Exclude-Domain/Keyword of General Options.</li>
|
423 |
-
</ul>
|
424 |
-
</li>
|
425 |
-
<li>新特性:
|
426 |
-
<ul>
|
427 |
-
<li>添加水印时忽略GIF动画的预览选项</li>
|
428 |
-
<li>将常规选项中的排除域名/关键词中的'http://'改为'http(s)://'</li>
|
429 |
-
</ul>
|
430 |
-
</li>
|
431 |
-
</ul>
|
432 |
-
|
433 |
-
= 1.7.7 =
|
434 |
-
New features:<br />
|
435 |
-
Allowed to keeps outside links of remote images.<br />
|
436 |
-
新特性:<br />
|
437 |
-
允许保留远程图片的外部链接。
|
438 |
-
|
439 |
-
= 1.7.6 =
|
440 |
-
Fixed a bug of regular expression that cleaned many contents in Visual-mode of Editor and in Manual-mode of plugin.<br />
|
441 |
-
修复正则表达式的bug,在可视化编辑情况下手动保存图片有时候会清空大量的内容。
|
442 |
-
|
443 |
-
= 1.7.5 =
|
444 |
-
New features:<br />
|
445 |
-
Added format options. The <img> code formated just like insert to post.<br />
|
446 |
-
新特性:<br />
|
447 |
-
增加格式化选项。格式化的<img>代码就像插入到文章的。
|
448 |
-
|
449 |
-
= 1.7.4 =
|
450 |
-
<ul>
|
451 |
-
<li>Bugs fixed:
|
452 |
-
<ol>
|
453 |
-
<li>Manual mode of Scan-Post did saved remote images in process.</li>
|
454 |
-
<li>Javascript parse error on select checkbox of pages of scan-posts in English website language.</li>
|
455 |
-
</ol>
|
456 |
-
</li>
|
457 |
-
<li>New features:
|
458 |
-
<ul>
|
459 |
-
<li>Preview watermark.</li>
|
460 |
-
</ul>
|
461 |
-
</li>
|
462 |
-
<li>修复Bugs:
|
463 |
-
<ol>
|
464 |
-
<li>扫描文章的手动模式会在扫描过程中偷偷保存远程图片。</li>
|
465 |
-
<li>站点语言为英文时,选择扫描文章的页面文章类型会报Javascript语法错误。</li>
|
466 |
-
</ol>
|
467 |
-
</li>
|
468 |
-
<li>新特性:
|
469 |
-
<ul>
|
470 |
-
<li>水印功能预览</li>
|
471 |
-
</ul>
|
472 |
-
</li>
|
473 |
-
</ul>
|
474 |
-
|
475 |
-
= 1.7.3 =
|
476 |
-
Bug fixed:<br />
|
477 |
-
The bug that Added a backslash "\" in front of apostrophes (') in text mode of editor and in manual mode of plugin.<br />
|
478 |
-
修复Bug:<br />
|
479 |
-
在插件的手动模式和编辑器的文本模式下,在(')之前加上"\"
|
480 |
-
|
481 |
-
= 1.7.2 =
|
482 |
-
New features:<br />
|
483 |
-
In manual mode, Supported auto save images from remote publishing.<br />
|
484 |
-
Bugs fixed:<br />
|
485 |
-
Some dynamic links had problem with change name.<br /><br />
|
486 |
-
新特性:<br />
|
487 |
-
支持在手动模式下允许通过远程发布保存图片。<br />
|
488 |
-
修复Bugs:<br />
|
489 |
-
采集一些动态链接出现Bug
|
490 |
-
|
491 |
-
= 1.7.1 =
|
492 |
-
<ul>
|
493 |
-
<li>New features:
|
494 |
-
<ol>
|
495 |
-
<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>
|
496 |
-
<li>Added Order/Order-by/Status filters for scan-posts mode.</li>
|
497 |
-
</ol>
|
498 |
-
</li>
|
499 |
-
<li>新特性:
|
500 |
-
<ol>
|
501 |
-
<li>自动图片文件更名,如果你有可能碰到包含中文或其他东亚字符的远程图片文件名,建议开启。</li>
|
502 |
-
<li>扫描文章模式增加 排序/排序依据/状态 筛选。</li>
|
503 |
-
</ol>
|
504 |
-
</li>
|
505 |
-
</ul>
|
506 |
-
|
507 |
-
= 1.7 =
|
508 |
-
<ul>
|
509 |
-
<li>New features:
|
510 |
-
<ol>
|
511 |
-
<li>New interface.</li>
|
512 |
-
<li>Added categories filter for scan-posts mode.</li>
|
513 |
-
</ol>
|
514 |
-
</li>
|
515 |
-
<li>新特性:
|
516 |
-
<ol>
|
517 |
-
<li>新用户界面。</li>
|
518 |
-
<li>扫描文章模式增加分类筛选。</li>
|
519 |
-
</ol>
|
520 |
-
</li>
|
521 |
-
</ul>
|
522 |
-
|
523 |
-
= 1.6.1 =
|
524 |
-
<ul>
|
525 |
-
<li>New features:
|
526 |
-
<ol>
|
527 |
-
<li>Supported more type of dynamic link.</li>
|
528 |
-
<li>More detail notifications for automatic/manual mode.</li>
|
529 |
-
</ol>
|
530 |
-
</li>
|
531 |
-
<li>新特性:
|
532 |
-
<ol>
|
533 |
-
<li>支持更多类型的动态连接。</li>
|
534 |
-
<li>自动/手动模式拥有更详细的通知信息</li>
|
535 |
-
</ol>
|
536 |
-
</li>
|
537 |
-
</ul>
|
538 |
-
|
539 |
-
= 1.6 =
|
540 |
-
New feature: Supported fetching images from some dynamic link.<br />
|
541 |
-
新特性:支持从部分动态连接抓取图片。
|
542 |
-
|
543 |
-
= 1.5.9.1 =
|
544 |
-
fixed a bug of regular expression.<br />
|
545 |
-
修复正则表达式的bug。
|
546 |
-
|
547 |
-
= 1.5.9 =
|
548 |
-
New feature: Set Exclude-Domain/Keyword.<br />
|
549 |
-
新特性:设置排除域名/关键词。
|
550 |
-
|
551 |
-
= 1.5.8 =
|
552 |
-
New feature: supported XMLRPC, means remote publishing from IFTTT.<br />
|
553 |
-
新特性:支持XMLRPC,意味着支持从IFTTT远程发布。
|
554 |
-
|
555 |
-
= 1.5.7.5 =
|
556 |
-
fixed a bug of regular expression.<br />
|
557 |
-
修复正则表达式的bug。
|
558 |
-
|
559 |
-
= 1.5.7.4 =
|
560 |
-
Hide posts do not have remote images from list in automatic mode.<br />
|
561 |
-
在自动扫描的列表中隐藏没有远程图像的文章。
|
562 |
-
|
563 |
-
= 1.5.7.3 =
|
564 |
-
Show post number in error notification<br />
|
565 |
-
在错误提示中显示文章的序号
|
566 |
-
|
567 |
-
= 1.5.7.2 =
|
568 |
-
The debug system can pass errors let process go to the end<br />
|
569 |
-
增加调试系统可以跳过错误让进程运行到底
|
570 |
-
|
571 |
-
= 1.5.7.1 =
|
572 |
-
New feature: Debug system added<br />
|
573 |
-
新特性:增加调试系统
|
574 |
-
|
575 |
-
= 1.5.7 =
|
576 |
-
<ul>
|
577 |
-
<li>Fixed:
|
578 |
-
<ol>
|
579 |
-
<li>A bug of the stops process by some special characters.</li>
|
580 |
-
<li>some english error messages.</li>
|
581 |
-
</ol>
|
582 |
-
</li>
|
583 |
-
<li>修复:
|
584 |
-
<ol>
|
585 |
-
<li>一些特殊字符停止程序进程的bug。</li>
|
586 |
-
<li>一些英文错误消息。</li>
|
587 |
-
</ol>
|
588 |
-
</li>
|
589 |
-
</ul>
|
590 |
-
|
591 |
-
= 1.5.6 =
|
592 |
-
<ul>
|
593 |
-
<li>New features:
|
594 |
-
<ol>
|
595 |
-
<li>Set scope of ID for scan.</li>
|
596 |
-
<li>List posts including remote images and handle them manually.</li>
|
597 |
-
</ol>
|
598 |
-
</li>
|
599 |
-
<li>新功能:
|
600 |
-
<ol>
|
601 |
-
<li>设置文章ID的扫描范围。</li>
|
602 |
-
<li>列出包含远程图像的文章,并且手动处理它们。</li>
|
603 |
-
</ol>
|
604 |
-
</li>
|
605 |
-
</ul>
|
606 |
-
|
607 |
-
= 1.5.5 =
|
608 |
-
Enhance the scanning speed of up to 10 times.<br />
|
609 |
-
可提升最多10倍扫描速度
|
610 |
-
|
611 |
-
= 1.5.4 =
|
612 |
-
Because of PHP runs for a limited time, so now using ajax to scan posts. but it runs slower than 1.5.3.<br />
|
613 |
-
因为PHP有运行时间限制,所以现在改为使用AJAX来扫描文章。但运行速度比1.5.3慢。
|
614 |
-
|
615 |
-
= 1.5.3 =
|
616 |
-
Added a filter set scan range for scanner<br />
|
617 |
-
添加过滤器来设置扫描仪的扫描范围
|
618 |
-
|
619 |
-
= 1.5.2 =
|
620 |
-
Make the plugin more proffesional<br />
|
621 |
-
让插件更专业
|
622 |
-
|
623 |
-
= 1.5.1 =
|
624 |
-
Make the plugin more secure<br />
|
625 |
-
让插件更安全
|
626 |
-
|
627 |
-
= 1.5 =
|
628 |
-
New feature: Scan posts and save remote images in all posts to local media library. Maybe take a long time.<br />
|
629 |
-
新功能:扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。
|
630 |
-
|
631 |
-
= 1.4.3 =
|
632 |
-
Now you can choose automatically set featured image or not.<br />
|
633 |
-
现在你可以选择是否自动设置特色图片。
|
634 |
-
|
635 |
-
= 1.4.2 =
|
636 |
-
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 />
|
637 |
-
If remote images are too many, sometimes you need fetch twice.<br />
|
638 |
-
修复bug:如果远程图片太大或太多,程序需要更多时间来下载,当默认的运行超时,程序会卡住。<br />
|
639 |
-
如果远程图片太多,有时候需要抓取两次。
|
640 |
-
|
641 |
-
= 1.4.1 =
|
642 |
-
New functional optimized<br />
|
643 |
-
优化了新功能
|
644 |
-
|
645 |
-
= 1.4 =
|
646 |
-
Add a new type allow user manually save remote images via click a button on the top of editor.<br />
|
647 |
-
You can change the Type in the plugin's setting page.<br />
|
648 |
-
添加一个新类型允许用户通过单击编辑器顶部的按钮手动保存远程图像。<br />
|
649 |
-
你可以在插件的设置页面更改类型。
|
650 |
-
|
651 |
-
= 1.3 =
|
652 |
-
<ul>
|
653 |
-
<li>Fixed 2 bugs:
|
654 |
-
<ol>
|
655 |
-
<li>Failed to save remote image to local when the image url include "(\?(.*?))?", now it's works.</li>
|
656 |
-
<li>If the remote image url is invalid, will not to save it to a blank attachment.</li>
|
657 |
-
</ol>
|
658 |
-
</li>
|
659 |
-
<li>修复两个bug:
|
660 |
-
<ol>
|
661 |
-
<li>如果远程图片地址包含 "(\?(.*?))?" 会无法保存到本地,现在工作正常。</li>
|
662 |
-
<li>如果远程图片地址无效,则不会保存一个空的附件到本地。</li>
|
663 |
-
</ol>
|
664 |
-
</li>
|
665 |
-
</ul>
|
666 |
-
|
667 |
-
= 1.2 =
|
668 |
-
add admin page to control use which action to save remote image.<br />
|
669 |
-
添加后台页面来管理选择使用下载远程图片的动作。
|
670 |
-
|
671 |
-
= 1.1 =
|
672 |
-
Remove auto rename.<br />
|
673 |
-
移除自动更名功能。<br />
|
674 |
-
if you want to upload images with chinese file name and server does not support chinese filename, please using 1.0.<br />
|
675 |
-
如果需要上传中文名图片,服务器又不支持中文文件名,请使用1.0
|
676 |
-
|
677 |
-
= 1.0 =
|
678 |
-
Born for Capture.<br />
|
679 |
-
The feature is can automatically change image filename.<br />
|
680 |
-
为采集而生<br />
|
681 |
-
特色是可以自动更改图片的文件名
|
682 |
-
|
683 |
-
== Upgrade Notice ==
|
684 |
-
|
685 |
-
= 1.7.10 =
|
686 |
-
This version used a new GD2 function, you need at least PHP 5.4 to run it.
|
687 |
-
该版本使用了一个新GD2函数,你至少需要PHP5.4来运行。
|
688 |
-
|
689 |
-
= 1.1 =
|
690 |
-
if you want to upload images with chinese file name and server does not support chinese filename, please using 1.0.<br />
|
691 |
-
如果需要上传中文名图片,服务器又不支持中文文件名,请使用1.0
|
692 |
-
|
693 |
-
= 1.0 =
|
694 |
-
The feature is can automatically change image filename.<br />
|
695 |
-
特色是可以自动更改图片的文件名
|
696 |
-
|
697 |
-
== Frequently Asked Questions ==
|
698 |
-
|
699 |
-
= Why the Maximum-Picture-Size fields are gray? =
|
700 |
-
|
701 |
-
Because PHP version is lower than 5.4. please upgrade your PHP.
|
702 |
-
|
703 |
-
= Why the Watermark featrue does not works? =
|
704 |
-
|
705 |
-
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..
|
706 |
-
|
707 |
-
= 为什么“最大图像尺寸”设置输入框是灰色的? =
|
708 |
-
|
709 |
-
因为PHP版本低于5.4,请升级PHP。
|
710 |
-
|
711 |
-
= 为什么水印功能不能用? =
|
712 |
-
|
713 |
-
因为只是预览,完整的功能将在开发中的专业版中。我也不知道专业什么时候发布,管它呢……
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|