Version Description
Download this release
Release Info
Developer | qqworld |
Plugin | QQWorld Auto Save Images |
Version | 1.7.13.7 |
Comparing to | |
See all releases |
Code changes from version 1.7.13.6 to 1.7.13.7
- css/style.css +36 -0
- js/admin.js +6 -0
- lang/qqworld_auto_save_images-zh_CN.mo +0 -0
- lang/qqworld_auto_save_images-zh_CN.po +447 -328
- lang/qqworld_auto_save_images-zh_TW.mo +0 -0
- lang/qqworld_auto_save_images-zh_TW.po +438 -304
- qqworld-auto-save-images.php +177 -11
css/style.css
CHANGED
@@ -177,6 +177,42 @@ ul[id^="noty_"] li {
|
|
177 |
margin: 0;
|
178 |
}
|
179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
@media screen and ( max-width: 1320px ) {
|
181 |
#qqworld-auto-save-images-tabs li {
|
182 |
font-size: 24px;
|
177 |
margin: 0;
|
178 |
}
|
179 |
|
180 |
+
.common-list-table {
|
181 |
+
border-collapse: collapse;
|
182 |
+
width: 100%;
|
183 |
+
border: 1px solid #e4e4e4;
|
184 |
+
border-bottom: 3px solid #e4e4e4;
|
185 |
+
text-align: left;
|
186 |
+
background: #fff;
|
187 |
+
}
|
188 |
+
.common-list-table tbody tr:nth-child(odd) {
|
189 |
+
background: #fafafa;
|
190 |
+
}
|
191 |
+
.common-list-table tbody tr:hover {
|
192 |
+
background: #fcfcb7;
|
193 |
+
}
|
194 |
+
.common-list-table tbody tr a {
|
195 |
+
text-decoration: none;
|
196 |
+
}
|
197 |
+
.common-list-table thead tr {
|
198 |
+
background: #2ea2cc;
|
199 |
+
border-bottom: 2px solid #0074a2;
|
200 |
+
color: #fff;
|
201 |
+
}
|
202 |
+
.common-list-table td, .common-list-table th {
|
203 |
+
padding: 5px 20px;
|
204 |
+
border-bottom: 1px solid #e4e4e4;
|
205 |
+
}
|
206 |
+
.common-list-table td.hr {
|
207 |
+
padding: 1px 0 0 0;
|
208 |
+
}
|
209 |
+
.common-list-table .green {
|
210 |
+
color: green;
|
211 |
+
}
|
212 |
+
.common-list-table .red {
|
213 |
+
color: red;
|
214 |
+
}
|
215 |
+
|
216 |
@media screen and ( max-width: 1320px ) {
|
217 |
#qqworld-auto-save-images-tabs li {
|
218 |
font-size: 24px;
|
js/admin.js
CHANGED
@@ -291,9 +291,11 @@ QQWorld_auto_save_images.scan_posts = function() {
|
|
291 |
});
|
292 |
$('#auto').on('click', function() {
|
293 |
$('#second_level').fadeIn('fast');
|
|
|
294 |
});
|
295 |
$('#manual').on('click', function() {
|
296 |
$('#second_level').fadeOut('fast');
|
|
|
297 |
});
|
298 |
$('#scan_old_posts').on('click', function() {
|
299 |
if (jQuery('input[name="qqworld_auto_save_images_post_types[]"]:checked').length) {
|
@@ -610,6 +612,10 @@ QQWorld_auto_save_images.scan_posts = function() {
|
|
610 |
$(document).on('change', '#qqworld_auto_save_images_minimum_picture_size_width', function() {
|
611 |
$('#qqworld_auto_save_images_minimum_picture_size_height').val($(this).val());
|
612 |
});
|
|
|
|
|
|
|
|
|
613 |
};
|
614 |
|
615 |
this.create.watermark_init = function() {
|
291 |
});
|
292 |
$('#auto').on('click', function() {
|
293 |
$('#second_level').fadeIn('fast');
|
294 |
+
$('#manual-demo').fadeOut('fast');
|
295 |
});
|
296 |
$('#manual').on('click', function() {
|
297 |
$('#second_level').fadeOut('fast');
|
298 |
+
$('#manual-demo').fadeIn('fast');
|
299 |
});
|
300 |
$('#scan_old_posts').on('click', function() {
|
301 |
if (jQuery('input[name="qqworld_auto_save_images_post_types[]"]:checked').length) {
|
612 |
$(document).on('change', '#qqworld_auto_save_images_minimum_picture_size_width', function() {
|
613 |
$('#qqworld_auto_save_images_minimum_picture_size_height').val($(this).val());
|
614 |
});
|
615 |
+
|
616 |
+
$(document).on('click', '#cron_scan_posts', function() {
|
617 |
+
$('#cron-tab').click();
|
618 |
+
});
|
619 |
};
|
620 |
|
621 |
this.create.watermark_init = function() {
|
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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Michael Wang <admin@qqworld.org>\n"
|
8 |
"Language-Team: QQWorld <admin@qqworld.org>\n"
|
9 |
"Language: zh_CN\n"
|
@@ -13,251 +13,250 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
14 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
15 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
16 |
-
"X-Generator: Poedit 1.7.
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
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 |
-
"
|
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 |
-
#, fuzzy
|
189 |
msgid "Title"
|
190 |
msgstr "标题"
|
191 |
|
192 |
-
#: qqworld-auto-save-images.php:
|
193 |
-
|
194 |
msgid "Status"
|
195 |
msgstr "状态"
|
196 |
|
197 |
-
#: qqworld-auto-save-images.php:
|
198 |
msgid "Control"
|
199 |
msgstr "控制"
|
200 |
|
201 |
-
#: qqworld-auto-save-images.php:
|
202 |
#, fuzzy
|
203 |
msgid "Done"
|
204 |
msgstr "全部完成。"
|
205 |
|
206 |
-
#: qqworld-auto-save-images.php:
|
|
|
207 |
#, fuzzy
|
208 |
msgid "Delete"
|
209 |
-
msgstr "
|
210 |
|
211 |
-
#: qqworld-auto-save-images.php:
|
212 |
msgid "Congratulation! FTP successfully connected."
|
213 |
msgstr "恭喜!成功连接FTP。"
|
214 |
|
215 |
-
#: qqworld-auto-save-images.php:
|
216 |
msgid "Failed to change ftp directory, Did dirctory not exist?"
|
217 |
msgstr "切换FTP目录失败,目录不存在?"
|
218 |
|
219 |
-
#: qqworld-auto-save-images.php:
|
220 |
msgid "Whoops, FTP logon has failed!"
|
221 |
msgstr "哎呀,登录FTP失败。"
|
222 |
|
223 |
-
#: qqworld-auto-save-images.php:
|
224 |
msgid "Whoops, FTP connection has failed!"
|
225 |
msgstr "哎呀,连接FTP失败。"
|
226 |
|
227 |
-
#: qqworld-auto-save-images.php:
|
228 |
msgid "Has missing images."
|
229 |
msgstr "有不存在的远程图像。"
|
230 |
|
231 |
-
#: qqworld-auto-save-images.php:
|
232 |
msgid "Normal"
|
233 |
msgstr "正常"
|
234 |
|
235 |
-
#: qqworld-auto-save-images.php:
|
236 |
msgid "Fetch"
|
237 |
msgstr "抓取"
|
238 |
|
239 |
-
#: qqworld-auto-save-images.php:
|
240 |
msgid "Save Remote Images"
|
241 |
msgstr "保存远程图片"
|
242 |
|
243 |
-
#: qqworld-auto-save-images.php:
|
244 |
-
#, fuzzy
|
245 |
msgid "Settings"
|
246 |
-
msgstr "
|
247 |
|
248 |
-
#: qqworld-auto-save-images.php:
|
249 |
msgid "Auto Save Images"
|
250 |
msgstr "自动保存图片"
|
251 |
|
252 |
-
#: qqworld-auto-save-images.php:
|
253 |
msgid "QQWorld Auto Save Images"
|
254 |
msgstr "QQWorld自动保存图片"
|
255 |
|
256 |
-
#: qqworld-auto-save-images.php:
|
257 |
msgid "Installation"
|
258 |
msgstr "安装说明"
|
259 |
|
260 |
-
#: qqworld-auto-save-images.php:
|
261 |
msgid ""
|
262 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
263 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
@@ -268,11 +267,11 @@ msgstr ""
|
|
268 |
"告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
|
269 |
"插件会把未更改的图片再保存一次。</li></ol>"
|
270 |
|
271 |
-
#: qqworld-auto-save-images.php:
|
272 |
msgid "Notice"
|
273 |
msgstr "注意"
|
274 |
|
275 |
-
#: qqworld-auto-save-images.php:
|
276 |
msgid ""
|
277 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
278 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
@@ -301,12 +300,11 @@ msgstr ""
|
|
301 |
"让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
|
302 |
"的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
|
303 |
|
304 |
-
#: qqworld-auto-save-images.php:
|
305 |
-
#, fuzzy
|
306 |
msgid "About"
|
307 |
-
msgstr "
|
308 |
|
309 |
-
#: qqworld-auto-save-images.php:
|
310 |
msgid ""
|
311 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
312 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
@@ -316,144 +314,163 @@ msgid ""
|
|
316 |
"thanks.</p>"
|
317 |
msgstr ""
|
318 |
"<p>大家好,我是王晓骞,来自中国。</p><p>我最开始制作本插件只是为了玩,一年后"
|
319 |
-
"
|
320 |
"后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
|
321 |
"希望你们能喜欢它,谢谢。</p>"
|
322 |
|
323 |
-
#: qqworld-auto-save-images.php:
|
324 |
msgid ""
|
325 |
"Automatically keep the all remote picture to the local, and automatically "
|
326 |
"set featured image."
|
327 |
msgstr ""
|
328 |
"自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
|
329 |
|
330 |
-
#: qqworld-auto-save-images.php:
|
331 |
msgid "Optimization"
|
332 |
msgstr "优化"
|
333 |
|
334 |
-
#: qqworld-auto-save-images.php:
|
335 |
-
#: qqworld-auto-save-images.php:
|
336 |
msgid "Preview"
|
337 |
msgstr "预览"
|
338 |
|
339 |
-
#: qqworld-auto-save-images.php:
|
340 |
msgid "Watermark"
|
341 |
msgstr "水印"
|
342 |
|
343 |
-
#: qqworld-auto-save-images.php:
|
344 |
msgid "Database"
|
345 |
msgstr "数据库"
|
346 |
|
347 |
-
#: qqworld-auto-save-images.php:
|
348 |
msgid "Scan Posts"
|
349 |
msgstr "扫描文章"
|
350 |
|
351 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
352 |
msgid "General Options"
|
353 |
-
msgstr "
|
354 |
|
355 |
-
#: qqworld-auto-save-images.php:
|
356 |
-
#: qqworld-auto-save-images.php:
|
357 |
msgid "Mode"
|
358 |
msgstr "模式"
|
359 |
|
360 |
-
#: qqworld-auto-save-images.php:
|
361 |
msgid "Automatic"
|
362 |
msgstr "自动"
|
363 |
|
364 |
-
#: qqworld-auto-save-images.php:
|
365 |
msgid ""
|
366 |
"Automatically save all remote images to local media libary when you save or "
|
367 |
"publish post."
|
368 |
msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
|
369 |
|
370 |
-
#: qqworld-auto-save-images.php:
|
371 |
msgid "Manual"
|
372 |
msgstr "手动"
|
373 |
|
374 |
-
#: qqworld-auto-save-images.php:
|
375 |
msgid ""
|
376 |
"Manually save all remote images to local media libary when you click the "
|
377 |
"button on the top of editor."
|
378 |
msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
|
379 |
|
380 |
-
#: qqworld-auto-save-images.php:
|
381 |
msgid "When"
|
382 |
msgstr "什么时候"
|
383 |
|
384 |
-
#: qqworld-auto-save-images.php:
|
385 |
msgid "Save post (Publish, save draft or pedding review)."
|
386 |
msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
|
387 |
|
388 |
-
#: qqworld-auto-save-images.php:
|
389 |
msgid "Publish post only."
|
390 |
msgstr "仅发布文章时。"
|
391 |
|
392 |
-
#: qqworld-auto-save-images.php:
|
393 |
msgid "Remote Publishing"
|
394 |
msgstr "远程发布"
|
395 |
|
396 |
-
#: qqworld-auto-save-images.php:
|
397 |
msgid ""
|
398 |
"Save remote images via remote publishing from IFTTT or other way using "
|
399 |
"XMLRPC. Only supports publish post."
|
400 |
msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
|
401 |
|
402 |
-
#: qqworld-auto-save-images.php:
|
|
|
403 |
msgid "Set Featured Image"
|
404 |
msgstr "设置特色图片"
|
405 |
|
406 |
-
#: qqworld-auto-save-images.php:
|
407 |
msgid "Set first one of the remote images as featured image."
|
408 |
msgstr "设置远程图片中的第1个为特色图片。"
|
409 |
|
410 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
411 |
msgid "Filter Options"
|
412 |
msgstr "过滤选项"
|
413 |
|
414 |
-
#: qqworld-auto-save-images.php:
|
415 |
msgid "Grabbing from Each Posts"
|
416 |
msgstr "从每篇文章抓取"
|
417 |
|
418 |
-
#: qqworld-auto-save-images.php:
|
419 |
msgid "All Images"
|
420 |
msgstr "全部图片"
|
421 |
|
422 |
-
#: qqworld-auto-save-images.php:
|
423 |
#, php-format
|
424 |
msgid "First %d image only"
|
425 |
msgid_plural "First %d images only"
|
426 |
-
msgstr[0] "前 %d
|
427 |
|
428 |
-
#: qqworld-auto-save-images.php:
|
429 |
msgid "Minimum Picture Size"
|
430 |
msgstr "最小图像尺寸"
|
431 |
|
432 |
-
#: qqworld-auto-save-images.php:
|
433 |
msgid "Ignore smaller than this size picture."
|
434 |
msgstr "忽略比这个尺寸更小的图像。"
|
435 |
|
436 |
-
#: qqworld-auto-save-images.php:
|
437 |
-
#: qqworld-auto-save-images.php:
|
438 |
msgid "Width:"
|
439 |
msgstr "宽度:"
|
440 |
|
441 |
-
#: qqworld-auto-save-images.php:
|
442 |
-
#: qqworld-auto-save-images.php:
|
443 |
-
#: qqworld-auto-save-images.php:
|
444 |
msgid "(px)"
|
445 |
msgstr "(像素)"
|
446 |
|
447 |
-
#: qqworld-auto-save-images.php:
|
448 |
-
#: qqworld-auto-save-images.php:
|
449 |
msgid "Height:"
|
450 |
msgstr "高度:"
|
451 |
|
452 |
-
#: qqworld-auto-save-images.php:
|
453 |
msgid "Maximum Picture Size"
|
454 |
msgstr "最大图像尺寸"
|
455 |
|
456 |
-
#: qqworld-auto-save-images.php:
|
457 |
msgid ""
|
458 |
"Automatic reduction is greater than the size of the picture. if you want "
|
459 |
"image width less than 800px with any size height, please set width 800 and "
|
@@ -462,527 +479,591 @@ msgstr ""
|
|
462 |
"自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
|
463 |
"800,并设置高度为空。"
|
464 |
|
465 |
-
#: qqworld-auto-save-images.php:
|
466 |
msgid "Exclude Domain/Keyword"
|
467 |
msgstr "排除域名/关键词"
|
468 |
|
469 |
-
#: qqworld-auto-save-images.php:
|
470 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
471 |
msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
|
472 |
|
473 |
-
#: qqworld-auto-save-images.php:
|
474 |
msgid "Add a Domain/Keyword"
|
475 |
msgstr "添加域名/关键词"
|
476 |
|
477 |
-
#: qqworld-auto-save-images.php:
|
478 |
msgid "Format Options"
|
479 |
msgstr "格式化选项"
|
480 |
|
481 |
-
#: qqworld-auto-save-images.php:
|
482 |
msgid "Change Image Filename"
|
483 |
msgstr "更改图片文件名"
|
484 |
|
485 |
-
#: qqworld-auto-save-images.php:
|
486 |
msgid ""
|
487 |
"Only change remote images filename that have Non-ASCii characters (for "
|
488 |
"Windows Server)"
|
489 |
msgstr "仅修改包含非ASCii字符的远程图片文件名(用于Windows服务器)"
|
490 |
|
491 |
-
#: qqworld-auto-save-images.php:
|
492 |
msgid ""
|
493 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
494 |
msgstr "改变所有远程图片文件名为文章名(Post Name)(用于Linux服务器)"
|
495 |
|
496 |
-
#: qqworld-auto-save-images.php:
|
497 |
msgid "Custom Filename Structure"
|
498 |
msgstr "自定文件名结构"
|
499 |
|
500 |
-
#: qqworld-auto-save-images.php:
|
501 |
msgid "Original filename or automatic changed filename."
|
502 |
msgstr "原文件名或自动更改的文件名。"
|
503 |
|
504 |
-
#: qqworld-auto-save-images.php:
|
505 |
msgid "Full date, e.g. 20150209."
|
506 |
msgstr "完整的日期,例如:20150209。"
|
507 |
|
508 |
-
#: qqworld-auto-save-images.php:
|
509 |
msgid "YYYY, e.g. 2015."
|
510 |
msgstr "YYYY,例如:2015。"
|
511 |
|
512 |
-
#: qqworld-auto-save-images.php:
|
513 |
msgid "MM, e.g. 02."
|
514 |
msgstr "MM,例如:02。"
|
515 |
|
516 |
-
#: qqworld-auto-save-images.php:
|
517 |
msgid "DD, e.g. 15."
|
518 |
msgstr "DD,例如:15。"
|
519 |
|
520 |
-
#: qqworld-auto-save-images.php:
|
521 |
msgid "HHMMSS, e.g. 182547."
|
522 |
msgstr "HHMMSS,例如:182547。"
|
523 |
|
524 |
-
#: qqworld-auto-save-images.php:
|
525 |
#, php-format
|
526 |
msgid "Unix timestamp, e.g. %s."
|
527 |
msgstr "Unix时间戳,例如:%s。"
|
528 |
|
529 |
-
#: qqworld-auto-save-images.php:
|
530 |
msgid "Change Title & Alt"
|
531 |
msgstr "更改标题和替代文本"
|
532 |
|
533 |
-
#: qqworld-auto-save-images.php:
|
534 |
msgid "Automatically add title & alt of image as post title."
|
535 |
msgstr "自动依照文章标题添加图片的标题和替代文本。"
|
536 |
|
537 |
-
#: qqworld-auto-save-images.php:
|
538 |
msgid "Keep Outside Links"
|
539 |
msgstr "保留外链"
|
540 |
|
541 |
-
#: qqworld-auto-save-images.php:
|
542 |
msgid "Keep the outside links of remote images if exist."
|
543 |
-
msgstr "
|
544 |
|
545 |
-
#: qqworld-auto-save-images.php:
|
546 |
msgid "Save Outside Links"
|
547 |
msgstr "保存外链"
|
548 |
|
549 |
-
#: qqworld-auto-save-images.php:
|
550 |
msgid "Save the outside links to description of attachments."
|
551 |
msgstr "保存外部链接到附件的描述。"
|
552 |
|
553 |
-
#: qqworld-auto-save-images.php:
|
554 |
msgid ""
|
555 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
556 |
"this below:"
|
557 |
msgstr ""
|
558 |
"如果想自定义该内容,加入类似以下代码到 <strong>functions.php</strong> 中:"
|
559 |
|
560 |
-
#: qqworld-auto-save-images.php:
|
561 |
msgid "Image Size"
|
562 |
msgstr "图像尺寸"
|
563 |
|
564 |
-
#: qqworld-auto-save-images.php:
|
565 |
msgid "Replace images you want size to display."
|
566 |
msgstr "替换成你想要显示的尺寸的图像。"
|
567 |
|
568 |
-
#: qqworld-auto-save-images.php:
|
569 |
#, fuzzy
|
570 |
msgid "Thumbnail"
|
571 |
msgstr ""
|
572 |
-
"
|
573 |
-
"jQuery
|
574 |
|
575 |
-
#: qqworld-auto-save-images.php:
|
576 |
msgid "Medium"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: qqworld-auto-save-images.php:
|
580 |
msgid "Large"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: qqworld-auto-save-images.php:
|
584 |
-
#, fuzzy
|
585 |
msgid "Full Size"
|
586 |
-
msgstr "
|
587 |
|
588 |
-
#: qqworld-auto-save-images.php:
|
589 |
msgid "Link To"
|
590 |
msgstr "链接到"
|
591 |
|
592 |
-
#: qqworld-auto-save-images.php:
|
593 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
594 |
msgstr "如果你勾选了保留外链,本项将不起作用。"
|
595 |
|
596 |
-
#: qqworld-auto-save-images.php:
|
597 |
#, fuzzy
|
598 |
msgid "Media File"
|
599 |
msgstr "添加文件"
|
600 |
|
601 |
-
#: qqworld-auto-save-images.php:
|
602 |
#, fuzzy
|
603 |
msgid "Attachment Page"
|
604 |
msgstr "(附件)"
|
605 |
|
606 |
-
#: qqworld-auto-save-images.php:
|
607 |
msgid "None"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: qqworld-auto-save-images.php:
|
611 |
msgid "Additional Content"
|
612 |
msgstr "额外的内容"
|
613 |
|
614 |
-
#: qqworld-auto-save-images.php:
|
615 |
msgid ""
|
616 |
"This content will be displayed after the each remote images code. you can "
|
617 |
"use [Attachment ID] indicate current attachment ID."
|
618 |
msgstr "此内容将在每个远程图像编码后显示。您可以使用[附件ID]指示当前连接ID。"
|
619 |
|
620 |
-
#: qqworld-auto-save-images.php:
|
621 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
622 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
623 |
|
624 |
-
#: qqworld-auto-save-images.php:
|
625 |
-
#: qqworld-auto-save-images.php:
|
626 |
msgid "Just for preview, The complete feature will on the Pro version."
|
627 |
msgstr "仅仅用于预览,专业版将提供完整的功能。"
|
628 |
|
629 |
-
#: qqworld-auto-save-images.php:
|
630 |
msgid "Optimization Options"
|
631 |
msgstr "优化选项"
|
632 |
|
633 |
-
#: qqworld-auto-save-images.php:
|
634 |
-
#: qqworld-auto-save-images.php:
|
635 |
-
#: qqworld-auto-save-images.php:
|
636 |
msgid "Enabled"
|
637 |
-
msgstr "
|
638 |
|
639 |
-
#: qqworld-auto-save-images.php:
|
640 |
msgid "Use Cookie-Free Domains to display images."
|
641 |
msgstr "使用免Cookie域名(Cookie-Free Domains)来显示图片。"
|
642 |
|
643 |
-
#: qqworld-auto-save-images.php:
|
644 |
msgid ""
|
645 |
"If you don't want using local media library, please select Use-FTP-Remote-"
|
646 |
"Server."
|
647 |
msgstr "如果你不想使用本地媒体库,请选择使用FTP远程服务器。"
|
648 |
|
649 |
-
#: qqworld-auto-save-images.php:
|
650 |
-
msgid "Use local server
|
651 |
-
msgstr "
|
|
|
|
|
|
|
|
|
652 |
|
653 |
-
#: qqworld-auto-save-images.php:
|
654 |
msgid "Use FTP remote server"
|
655 |
msgstr "使用FTP远程服务器"
|
656 |
|
657 |
-
#: qqworld-auto-save-images.php:
|
658 |
msgid "Use AliYun Open Storage Service (OSS)"
|
659 |
msgstr "使用阿里云开放存储服务OSS"
|
660 |
|
661 |
-
#: qqworld-auto-save-images.php:
|
662 |
-
|
|
|
|
|
|
|
|
|
663 |
#: qqworld-auto-save-images.php:896 qqworld-auto-save-images.php:898
|
|
|
|
|
664 |
msgid "Domain & Folder"
|
665 |
msgstr "域名 & 目录"
|
666 |
|
667 |
-
#: qqworld-auto-save-images.php:
|
668 |
-
#: qqworld-auto-save-images.php:896
|
|
|
669 |
msgid ""
|
670 |
"Set new url structure, Do not end with '/'. The folder string must front "
|
671 |
"with '/'."
|
672 |
msgstr "设置新的URL结构,不要以 '/' 结尾,目录字符串必须以 '/' 开头。"
|
673 |
|
674 |
-
#: qqworld-auto-save-images.php:
|
675 |
-
#: qqworld-auto-save-images.php:904
|
|
|
676 |
msgid "Host"
|
677 |
msgstr "主机"
|
678 |
|
679 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
msgid "Folder (Can be empty)"
|
681 |
msgstr "目录(可以为空)"
|
682 |
|
683 |
-
#: qqworld-auto-save-images.php:
|
684 |
msgid "FTP Settings"
|
685 |
msgstr "FTP设置"
|
686 |
|
687 |
-
#: qqworld-auto-save-images.php:
|
688 |
msgid "IP Address"
|
689 |
msgstr "IP地址"
|
690 |
|
691 |
-
#: qqworld-auto-save-images.php:
|
692 |
msgid "Port"
|
693 |
msgstr "端口"
|
694 |
|
695 |
-
#: qqworld-auto-save-images.php:
|
|
|
696 |
msgid "Username"
|
697 |
msgstr "用户名"
|
698 |
|
699 |
-
#: qqworld-auto-save-images.php:
|
|
|
700 |
msgid "Password"
|
701 |
msgstr "密码"
|
702 |
|
703 |
-
#: qqworld-auto-save-images.php:
|
704 |
msgid "Directory"
|
705 |
msgstr "目录"
|
706 |
|
707 |
-
#: qqworld-auto-save-images.php:
|
708 |
msgid "Test FTP"
|
709 |
msgstr "测试FTP"
|
710 |
|
711 |
-
#: qqworld-auto-save-images.php:
|
712 |
msgid "Access Key ID"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: qqworld-auto-save-images.php:
|
716 |
msgid "Access Key Secret"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: qqworld-auto-save-images.php:
|
720 |
msgid "Test Access OSS"
|
721 |
msgstr "测试连接OSS"
|
722 |
|
723 |
-
#: qqworld-auto-save-images.php:
|
724 |
msgid "Buckets"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: qqworld-auto-save-images.php:
|
728 |
msgid "Only the authority Public-Read can be used."
|
729 |
msgstr "只有公共读权限可用。"
|
730 |
|
731 |
-
#: qqworld-auto-save-images.php:
|
732 |
msgid "Bucket Naming conventions:"
|
733 |
msgstr "Bucket命名规范:"
|
734 |
|
735 |
-
#: qqworld-auto-save-images.php:
|
736 |
msgid "Can only contain lowercase letters, numbers, and dashes"
|
737 |
msgstr "只能包含小写字母,数字和短横线"
|
738 |
|
739 |
-
#: qqworld-auto-save-images.php:
|
740 |
msgid "You must start and end with lowercase letters and numbers"
|
741 |
msgstr "必须以小写字母和数字开头和结尾"
|
742 |
|
743 |
-
#: qqworld-auto-save-images.php:
|
744 |
msgid "BucketName length limits between 3-63"
|
745 |
msgstr "bucketName的长度限制在3-63之间"
|
746 |
|
747 |
-
#: qqworld-auto-save-images.php:
|
748 |
msgid "Delete Bucket"
|
749 |
-
msgstr "
|
750 |
|
751 |
-
#: qqworld-auto-save-images.php:
|
752 |
msgid "New Bucket Name"
|
753 |
msgstr "新Bucket名"
|
754 |
|
755 |
-
#: qqworld-auto-save-images.php:
|
756 |
msgid "Create a New Bucket"
|
757 |
msgstr "新建Bucket"
|
758 |
|
759 |
-
#: qqworld-auto-save-images.php:
|
|
|
760 |
msgid "Scan & Sync"
|
761 |
msgstr "扫描 & 同步"
|
762 |
|
763 |
-
#: qqworld-auto-save-images.php:
|
764 |
msgid "Automatically scan media library and sync to AliYun OSS."
|
765 |
-
msgstr "
|
|
|
|
|
|
|
|
|
766 |
|
767 |
-
#: qqworld-auto-save-images.php:
|
768 |
-
msgid "Scan"
|
769 |
-
msgstr "
|
770 |
|
771 |
-
#: qqworld-auto-save-images.php:
|
|
|
772 |
msgid "Sync Delete"
|
773 |
-
msgstr "
|
774 |
|
775 |
-
#: qqworld-auto-save-images.php:
|
776 |
msgid ""
|
777 |
"When you delete a local attachment file, delete the OSS file synchronization."
|
778 |
msgstr "当你删除本地附件文件时,同时删除OSS上的文件。"
|
779 |
|
780 |
-
#: qqworld-auto-save-images.php:
|
|
|
781 |
msgid "Auto Replace"
|
782 |
msgstr "自动替换"
|
783 |
|
784 |
-
#: qqworld-auto-save-images.php:
|
785 |
msgid ""
|
786 |
"Automatically replaces post content's local url as OSS's url when syncing."
|
787 |
msgstr "当同步时自动将文章内容中的本地URL替换为OSS上的URL。"
|
788 |
|
789 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
790 |
msgid "Proxy Settings"
|
791 |
msgstr "代理设置"
|
792 |
|
793 |
-
#: qqworld-auto-save-images.php:
|
794 |
msgid "Use proxy server to download images."
|
795 |
msgstr "使用代理服务器下载图片。"
|
796 |
|
797 |
-
#: qqworld-auto-save-images.php:
|
798 |
msgid "Timeout"
|
799 |
msgstr "超时"
|
800 |
|
801 |
-
#: qqworld-auto-save-images.php:
|
802 |
msgid "Set timeout period on proxy."
|
803 |
msgstr "设置代理超时时间。"
|
804 |
|
805 |
-
#: qqworld-auto-save-images.php:
|
806 |
msgid "Second(s)"
|
807 |
msgstr "秒"
|
808 |
|
809 |
-
#: qqworld-auto-save-images.php:
|
810 |
msgid "Proxy Address"
|
811 |
msgstr "代理地址"
|
812 |
|
813 |
-
#: qqworld-auto-save-images.php:
|
814 |
msgid "For example: 127.0.0.1:8087"
|
815 |
msgstr "示例:127.0.0.1:8087"
|
816 |
|
817 |
-
#: qqworld-auto-save-images.php:
|
818 |
msgid "Images Compression Options"
|
819 |
msgstr "图片压缩选项"
|
820 |
|
821 |
-
#: qqworld-auto-save-images.php:
|
822 |
msgid "Enable compress images when uploading."
|
823 |
msgstr "启用上传时压缩图像。"
|
824 |
|
825 |
-
#: qqworld-auto-save-images.php:
|
826 |
msgid "Quality"
|
827 |
msgstr "品质"
|
828 |
|
829 |
-
#: qqworld-auto-save-images.php:
|
830 |
msgid ""
|
831 |
"Compression level, ranges from 0 (worst quality, smaller file) to 100 (best "
|
832 |
"quality, biggest file)."
|
833 |
msgstr "压缩级别,范围从0(最低品质,文件较小)到100(最高品质,文件较大)。"
|
834 |
|
835 |
-
#: qqworld-auto-save-images.php:
|
836 |
msgid " (Recommend)"
|
837 |
msgstr "(推荐)"
|
838 |
|
839 |
-
#: qqworld-auto-save-images.php:
|
840 |
msgid "Smart Options"
|
841 |
msgstr "智能选项"
|
842 |
|
843 |
-
#: qqworld-auto-save-images.php:
|
844 |
msgid "Smart Grabbing"
|
845 |
msgstr "智能抓取"
|
846 |
|
847 |
-
#: qqworld-auto-save-images.php:
|
848 |
msgid ""
|
849 |
"Automatically detect 2 images url from href/src of remote image with outside "
|
850 |
"link, and grab the bigger one."
|
851 |
msgstr ""
|
852 |
"自动从带外部链接的远程图片的href和src中检测2幅图片并抓取其中较大的一个。"
|
853 |
|
854 |
-
#: qqworld-auto-save-images.php:
|
855 |
-
#: qqworld-auto-save-images.php:
|
856 |
msgid "Buy"
|
857 |
msgstr "购买"
|
858 |
|
859 |
-
#: qqworld-auto-save-images.php:
|
860 |
-
#: qqworld-auto-save-images.php:
|
861 |
-
msgid "QQWorld
|
862 |
-
msgstr "QQWorld
|
863 |
|
864 |
-
#: qqworld-auto-save-images.php:
|
865 |
msgid "Enabled Watermark"
|
866 |
msgstr "启用水印"
|
867 |
|
868 |
-
#: qqworld-auto-save-images.php:
|
869 |
msgid "Use for both of remote images and the local upload."
|
870 |
msgstr "同时用于远程图片和本地上传。"
|
871 |
|
872 |
-
#: qqworld-auto-save-images.php:
|
873 |
msgid "Ignore animated GIF"
|
874 |
msgstr "忽略GIF动画"
|
875 |
|
876 |
-
#: qqworld-auto-save-images.php:
|
877 |
msgid "Filter"
|
878 |
msgstr "过滤"
|
879 |
|
880 |
-
#: qqworld-auto-save-images.php:
|
881 |
msgid "Skip images that smaller than this size."
|
882 |
msgstr "跳过比这个尺寸更小的图像。"
|
883 |
|
884 |
-
#: qqworld-auto-save-images.php:
|
885 |
msgid "Align To"
|
886 |
msgstr "对齐方式"
|
887 |
|
888 |
-
#: qqworld-auto-save-images.php:
|
889 |
msgid "Position"
|
890 |
msgstr "位置"
|
891 |
|
892 |
-
#: qqworld-auto-save-images.php:
|
893 |
msgid "You can try to drag the watermark image."
|
894 |
msgstr "你可以试着拖动水印图片。"
|
895 |
|
896 |
-
#: qqworld-auto-save-images.php:
|
897 |
-
#: qqworld-auto-save-images.php:
|
898 |
msgid "Offset"
|
899 |
msgstr "偏移"
|
900 |
|
901 |
-
#: qqworld-auto-save-images.php:
|
902 |
msgid "Opacity"
|
903 |
msgstr "不透明度"
|
904 |
|
905 |
-
#: qqworld-auto-save-images.php:
|
906 |
msgid "Upload Watermark Image"
|
907 |
msgstr "上传水印图片"
|
908 |
|
909 |
-
#: qqworld-auto-save-images.php:
|
910 |
msgid "Insert a Watermark Image"
|
911 |
msgstr "插入水印图片"
|
912 |
|
913 |
-
#: qqworld-auto-save-images.php:
|
914 |
msgid "Default Watermark"
|
915 |
msgstr "默认水印"
|
916 |
|
917 |
-
#: qqworld-auto-save-images.php:
|
918 |
msgid "Content Replacement"
|
919 |
msgstr "内容替换"
|
920 |
|
921 |
-
#: qqworld-auto-save-images.php:
|
922 |
msgctxt "database"
|
923 |
msgid "Table"
|
924 |
msgstr "表"
|
925 |
|
926 |
-
#: qqworld-auto-save-images.php:
|
927 |
#, fuzzy
|
928 |
msgid "Posts"
|
929 |
-
msgstr "
|
930 |
|
931 |
-
#: qqworld-auto-save-images.php:
|
932 |
msgid "Comments"
|
933 |
msgstr "评论"
|
934 |
|
935 |
-
#: qqworld-auto-save-images.php:
|
936 |
msgctxt "database"
|
937 |
msgid "Field"
|
938 |
msgstr "字段"
|
939 |
|
940 |
-
#: qqworld-auto-save-images.php:
|
941 |
msgctxt "database"
|
942 |
msgid "Post Content"
|
943 |
-
msgstr "
|
944 |
|
945 |
-
#: qqworld-auto-save-images.php:
|
946 |
msgctxt "database"
|
947 |
msgid "Post Title"
|
948 |
msgstr "文章标题"
|
949 |
|
950 |
-
#: qqworld-auto-save-images.php:
|
951 |
msgctxt "database"
|
952 |
msgid "Post Excerpt"
|
953 |
msgstr "文章摘要"
|
954 |
|
955 |
-
#: qqworld-auto-save-images.php:
|
956 |
-
#: qqworld-auto-save-images.php:
|
957 |
msgctxt "database"
|
958 |
msgid "Source Text"
|
959 |
msgstr "来源文本"
|
960 |
|
961 |
-
#: qqworld-auto-save-images.php:
|
962 |
msgid "For example: "
|
963 |
msgstr "范例:"
|
964 |
|
965 |
-
#: qqworld-auto-save-images.php:
|
966 |
-
#: qqworld-auto-save-images.php:
|
967 |
msgctxt "database"
|
968 |
msgid "Replacement Text"
|
969 |
msgstr "替换文本"
|
970 |
|
971 |
-
#: qqworld-auto-save-images.php:
|
972 |
msgid "Replace Now"
|
973 |
msgstr "立即替换"
|
974 |
|
975 |
-
#: qqworld-auto-save-images.php:
|
976 |
msgid ""
|
977 |
"Be careful, before you click the Replace-Now button, i recommend backup the "
|
978 |
"website database."
|
979 |
msgstr "小心,在你点立即替换之前,我建议先备份网站数据库。"
|
980 |
|
981 |
-
#: qqworld-auto-save-images.php:
|
982 |
msgid "Select post types"
|
983 |
msgstr "选择文章类型"
|
984 |
|
985 |
-
#: qqworld-auto-save-images.php:
|
986 |
msgid ""
|
987 |
"If you have too many posts to be scan, sometimes in process looks like "
|
988 |
"stopping, but it may be fake. please be patient."
|
@@ -990,20 +1071,20 @@ msgstr ""
|
|
990 |
"如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
|
991 |
"请耐心等待。"
|
992 |
|
993 |
-
#: qqworld-auto-save-images.php:
|
994 |
#, fuzzy
|
995 |
msgid "Categories"
|
996 |
-
msgstr "%s
|
997 |
|
998 |
-
#: qqworld-auto-save-images.php:
|
999 |
msgid "Default empty to scan all categories."
|
1000 |
msgstr "默认留空扫描所有分类。"
|
1001 |
|
1002 |
-
#: qqworld-auto-save-images.php:
|
1003 |
msgid "Scope of Post ID"
|
1004 |
msgstr "文章ID范围"
|
1005 |
|
1006 |
-
#: qqworld-auto-save-images.php:
|
1007 |
msgid ""
|
1008 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
1009 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
@@ -1014,12 +1095,12 @@ msgstr ""
|
|
1014 |
"者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
|
1015 |
"该ID。"
|
1016 |
|
1017 |
-
#: qqworld-auto-save-images.php:
|
1018 |
#, php-format
|
1019 |
msgid "From %1$s to %2$s"
|
1020 |
msgstr "从 %1$s 到 %2$s"
|
1021 |
|
1022 |
-
#: qqworld-auto-save-images.php:
|
1023 |
msgid ""
|
1024 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
1025 |
"in the textfield and select '100'."
|
@@ -1027,63 +1108,62 @@ msgstr ""
|
|
1027 |
"默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
|
1028 |
"选择“100”。"
|
1029 |
|
1030 |
-
#: qqworld-auto-save-images.php:
|
1031 |
#, php-format
|
1032 |
msgid "Start from %s to Scan"
|
1033 |
msgstr "从 %s 开始扫描"
|
1034 |
|
1035 |
-
#: qqworld-auto-save-images.php:
|
1036 |
#, fuzzy
|
1037 |
msgid "All"
|
1038 |
msgstr "所有"
|
1039 |
|
1040 |
-
#: qqworld-auto-save-images.php:
|
1041 |
msgid "Any"
|
1042 |
msgstr "任意"
|
1043 |
|
1044 |
-
#: qqworld-auto-save-images.php:
|
1045 |
msgid "Order By"
|
1046 |
msgstr "排序依据"
|
1047 |
|
1048 |
-
#: qqworld-auto-save-images.php:
|
1049 |
-
#, fuzzy
|
1050 |
msgid "Author"
|
1051 |
-
msgstr "
|
1052 |
|
1053 |
-
#: qqworld-auto-save-images.php:
|
1054 |
#, fuzzy
|
1055 |
msgid "Date"
|
1056 |
msgstr "日期"
|
1057 |
|
1058 |
-
#: qqworld-auto-save-images.php:
|
1059 |
#, fuzzy
|
1060 |
msgid "Last Modified"
|
1061 |
-
msgstr "
|
1062 |
|
1063 |
-
#: qqworld-auto-save-images.php:
|
1064 |
msgid "Comment Count"
|
1065 |
-
msgstr "
|
1066 |
|
1067 |
-
#: qqworld-auto-save-images.php:
|
1068 |
#, fuzzy
|
1069 |
msgid "Order"
|
1070 |
-
msgstr "
|
1071 |
|
1072 |
-
#: qqworld-auto-save-images.php:
|
1073 |
msgid "Speed"
|
1074 |
msgstr "速度"
|
1075 |
|
1076 |
-
#: qqworld-auto-save-images.php:
|
1077 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
1078 |
msgstr "如果服务器压力过大,可以适当调低速度。"
|
1079 |
|
1080 |
-
#: qqworld-auto-save-images.php:
|
1081 |
msgid ""
|
1082 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
1083 |
"take a long time."
|
1084 |
msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
|
1085 |
|
1086 |
-
#: qqworld-auto-save-images.php:
|
1087 |
msgid ""
|
1088 |
"The list displayed will show you which posts including remote images, then "
|
1089 |
"you can keep them to local manually via click \"Fetch\" button."
|
@@ -1091,44 +1171,83 @@ msgstr ""
|
|
1091 |
"显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
|
1092 |
"存。"
|
1093 |
|
1094 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1095 |
msgid "Has Missing/Undownloadable images."
|
1096 |
msgstr "有 不存在/不可下载 的远程图像。"
|
1097 |
|
1098 |
-
#: qqworld-auto-save-images.php:
|
1099 |
msgid "No remote images found."
|
1100 |
msgstr "没有远程图像。"
|
1101 |
|
1102 |
-
#: qqworld-auto-save-images.php:
|
1103 |
msgid "Original Link"
|
1104 |
msgstr "原始链接"
|
1105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1106 |
#~ msgid ""
|
1107 |
#~ "Just for preview, The complete feature will on the Pro version. Don't "
|
1108 |
#~ "worry, other features will be free forever."
|
1109 |
-
#~ msgstr "
|
1110 |
|
1111 |
#~ msgid "Use remote server"
|
1112 |
-
#~ msgstr "
|
1113 |
|
1114 |
#~ msgid ""
|
1115 |
#~ "If you wanna use local media library, please choose the Use-local-server."
|
1116 |
-
#~ msgstr "
|
1117 |
|
1118 |
#~ msgid "Do not end with '/'."
|
1119 |
-
#~ msgstr "
|
1120 |
-
|
1121 |
-
#~ msgid "Use local server"
|
1122 |
-
#~ msgstr "使用本地服务器"
|
1123 |
|
1124 |
#~ msgid "Your server PHP version lower than 5.4, so this feature not works."
|
1125 |
-
#~ msgstr "
|
1126 |
|
1127 |
#~ msgid "Trial"
|
1128 |
-
#~ msgstr "
|
1129 |
|
1130 |
#~ msgid "Coming.. I don't know when, Who cares.."
|
1131 |
-
#~ msgstr "
|
1132 |
|
1133 |
#~ msgid ""
|
1134 |
#~ "Recommeded choose option 2, if you choose option 3, make sure post name | "
|
@@ -1136,103 +1255,103 @@ msgstr "原始链接"
|
|
1136 |
#~ "host OS is linux, you can choose option 1 and would not cause coding mess "
|
1137 |
#~ "up, because of linux is using UTF8 encoding, as same as Wordpress."
|
1138 |
#~ msgstr ""
|
1139 |
-
#~ "
|
1140 |
-
#~ "
|
1141 |
-
#~ "
|
1142 |
|
1143 |
#~ msgid "Grabbing from Each Post"
|
1144 |
-
#~ msgstr "
|
1145 |
|
1146 |
#~ msgid "Save"
|
1147 |
#~ msgstr "保存"
|
1148 |
|
1149 |
#~ msgid "image"
|
1150 |
#~ msgid_plural "images"
|
1151 |
-
#~ msgstr[0] "
|
1152 |
|
1153 |
#~ msgid "Only Save First"
|
1154 |
-
#~ msgstr "
|
1155 |
|
1156 |
#~ msgid ""
|
1157 |
#~ "Only change remote images filename that has Chinese or other East Asian "
|
1158 |
#~ "characters (for Windows Server)"
|
1159 |
-
#~ msgstr "
|
1160 |
|
1161 |
#~ msgid "Filename Structure"
|
1162 |
-
#~ msgstr "
|
1163 |
|
1164 |
#~ msgid "Default: %filename%-%date%"
|
1165 |
-
#~ msgstr "
|
1166 |
|
1167 |
#~ msgid ""
|
1168 |
#~ "Only change remote images filename that has Chinese or other East Asian "
|
1169 |
#~ "characters"
|
1170 |
-
#~ msgstr "
|
1171 |
|
1172 |
#~ msgid "Change all remote images Filename and Alt as post name"
|
1173 |
-
#~ msgstr "
|
1174 |
|
1175 |
#~ msgid "Save Outside Link"
|
1176 |
-
#~ msgstr "
|
1177 |
|
1178 |
#~ msgid "Automatically add title & alt of image as post name."
|
1179 |
-
#~ msgstr "
|
1180 |
|
1181 |
#~ msgid ""
|
1182 |
#~ "Recommeded choose option 2, if you choose option 3, make sure post name | "
|
1183 |
#~ "slug exclude Chinese or other East Asian characters."
|
1184 |
#~ msgstr ""
|
1185 |
-
#~ "
|
1186 |
-
#~ "
|
1187 |
|
1188 |
#~ msgid ""
|
1189 |
#~ "Recommeded enable option 2, if you choose option 3, make sure post name | "
|
1190 |
#~ "slug exclude Chinese or other East Asian characters."
|
1191 |
#~ msgstr ""
|
1192 |
-
#~ "
|
1193 |
-
#~ "
|
1194 |
|
1195 |
#~ msgid ""
|
1196 |
#~ "If you checked this, when the remote image filename have Chinese or other "
|
1197 |
#~ "East Asian characters. system will automatically change image filename. I "
|
1198 |
#~ "suggest enable it."
|
1199 |
#~ msgstr ""
|
1200 |
-
#~ "
|
1201 |
-
#~ "
|
1202 |
|
1203 |
#~ msgid ""
|
1204 |
#~ "Automatic reduction is greater than the size of the picture. if you want "
|
1205 |
#~ "image width less than 800px with any size height, please set width 800 "
|
1206 |
#~ "and left height blank."
|
1207 |
#~ msgstr ""
|
1208 |
-
#~ "
|
1209 |
-
#~ "
|
1210 |
|
1211 |
#~ msgid "Automatic reduction is greater than the size of the picture."
|
1212 |
-
#~ msgstr "
|
1213 |
|
1214 |
#~ msgid ""
|
1215 |
#~ "This content will be displayed after the each remote images code. you can "
|
1216 |
#~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy "
|
1217 |
#~ "id='[Attachment ID]']."
|
1218 |
#~ msgstr ""
|
1219 |
-
#~ "
|
1220 |
-
#~ "的附件ID
|
1221 |
|
1222 |
#~ msgid ""
|
1223 |
#~ "This content will be displayed after the each remote images code. you can "
|
1224 |
#~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy id="
|
1225 |
#~ "\"[Attachment ID]\"]."
|
1226 |
#~ msgstr ""
|
1227 |
-
#~ "
|
1228 |
-
#~ "的附件ID
|
1229 |
|
1230 |
#~ msgid ""
|
1231 |
#~ "This content will be displayed after the each remote images code. you can "
|
1232 |
#~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy id="
|
1233 |
#~ "\"[Attachment ID]\"]"
|
1234 |
#~ msgstr ""
|
1235 |
-
#~ "
|
1236 |
#~ "ID,例如:[Gbuy id=\"[Attachment ID]\"]。"
|
1237 |
|
1238 |
#, fuzzy
|
@@ -1243,29 +1362,29 @@ msgstr "原始链接"
|
|
1243 |
#~ "Ever since the QQWorld-Auto-Save-Image v1.7.7 released, the plugin core "
|
1244 |
#~ "had a big modification, please reset the <a href=\"%s\">settings</a>."
|
1245 |
#~ msgstr ""
|
1246 |
-
#~ "
|
1247 |
-
#~ "\"%s\"
|
1248 |
|
1249 |
#~ msgid ""
|
1250 |
#~ "<p>Hi everyone, My name is Michael Wang, I hope you will like my plugin. "
|
1251 |
#~ "thanks.</p>"
|
1252 |
-
#~ msgstr "<p
|
1253 |
|
1254 |
#~ msgid "Upload a Watermark Image"
|
1255 |
-
#~ msgstr "
|
1256 |
|
1257 |
#~ msgid "Upload"
|
1258 |
-
#~ msgstr "
|
1259 |
|
1260 |
#~ msgid "Type"
|
1261 |
-
#~ msgstr "
|
1262 |
|
1263 |
#~ msgid "Text"
|
1264 |
#~ msgstr "文本"
|
1265 |
|
1266 |
#, fuzzy
|
1267 |
#~ msgid "Change Image File Name"
|
1268 |
-
#~ msgstr "
|
1269 |
|
1270 |
#~ msgid "Successed save remote images"
|
1271 |
-
#~ msgstr "
|
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: 2015-05-21 13:49+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-05-21 13:49+0800\n"
|
7 |
"Last-Translator: Michael Wang <admin@qqworld.org>\n"
|
8 |
"Language-Team: QQWorld <admin@qqworld.org>\n"
|
9 |
"Language: zh_CN\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
14 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
15 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
16 |
+
"X-Generator: Poedit 1.7.7\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: qqworld-auto-save-images.php:189
|
23 |
msgid "Michael Wang"
|
24 |
msgstr "王晓骞"
|
25 |
|
26 |
+
#: qqworld-auto-save-images.php:190
|
27 |
msgid " (In Development)"
|
28 |
msgstr "(开发中)"
|
29 |
|
30 |
+
#: qqworld-auto-save-images.php:197
|
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:198
|
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:199
|
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:235
|
51 |
msgid "No taxonomies found."
|
52 |
msgstr "没有相关分类方法。"
|
53 |
|
54 |
+
#: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:442
|
55 |
+
#: qqworld-auto-save-images.php:1631
|
56 |
msgid "All remote images have been saved."
|
57 |
msgstr "已保存所有远程图像。"
|
58 |
|
59 |
+
#: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:244
|
60 |
#, php-format
|
61 |
msgid " <a href=\"%s\">View</a>"
|
62 |
msgstr " <a href=\"%s\">查看</a>"
|
63 |
|
64 |
+
#: qqworld-auto-save-images.php:244
|
65 |
msgid "Has missing images or image which could not download."
|
66 |
msgstr "内容包含 不存在/无法下载 的图像。"
|
67 |
|
68 |
+
#: qqworld-auto-save-images.php:265
|
69 |
msgid "In Process..."
|
70 |
msgstr "正在保存……"
|
71 |
|
72 |
+
#: qqworld-auto-save-images.php:266
|
73 |
msgid "Something error, please check."
|
74 |
msgstr "出错了,请检查。"
|
75 |
|
76 |
+
#: qqworld-auto-save-images.php:288
|
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:289 qqworld-auto-save-images.php:1389
|
83 |
msgid "Please select post types."
|
84 |
msgstr "请选择文章类型。"
|
85 |
|
86 |
+
#: qqworld-auto-save-images.php:290
|
87 |
msgid "May be a problem with some posts: "
|
88 |
msgstr "也许一些文章有问题:"
|
89 |
|
90 |
+
#: qqworld-auto-save-images.php:291
|
91 |
#, php-format
|
92 |
msgid "No need enter \"%s\"."
|
93 |
msgstr "不需要输入“%s”。"
|
94 |
|
95 |
+
#: qqworld-auto-save-images.php:292
|
96 |
#, php-format
|
97 |
msgid "%d post has been scanned."
|
98 |
msgstr "已扫描%d篇文章。"
|
99 |
|
100 |
+
#: qqworld-auto-save-images.php:293
|
101 |
#, php-format
|
102 |
msgid "%d posts have been scanned."
|
103 |
msgstr "已扫描%d篇文章。"
|
104 |
|
105 |
+
#: qqworld-auto-save-images.php:294
|
106 |
#, php-format
|
107 |
msgid "%d post included remote images processed."
|
108 |
msgstr "已处理%d篇包含远程图像的文章。"
|
109 |
|
110 |
+
#: qqworld-auto-save-images.php:295
|
111 |
#, php-format
|
112 |
msgid "%d posts included remote images processed."
|
113 |
msgstr "已处理%d篇包含远程图像的文章。"
|
114 |
|
115 |
+
#: qqworld-auto-save-images.php:296
|
116 |
#, php-format
|
117 |
msgid "%d post has missing images couldn't be processed."
|
118 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
119 |
|
120 |
+
#: qqworld-auto-save-images.php:297
|
121 |
#, php-format
|
122 |
msgid "%d posts have missing images couldn't be processed."
|
123 |
msgstr "%d篇包含不存在的远程图像的文章无法处理。"
|
124 |
|
125 |
+
#: qqworld-auto-save-images.php:298
|
126 |
#, php-format
|
127 |
msgid "found %d post including remote images."
|
128 |
msgstr "找到%d篇包含远程图像的文章。"
|
129 |
|
130 |
+
#: qqworld-auto-save-images.php:299
|
131 |
#, php-format
|
132 |
msgid "found %d posts including remote images."
|
133 |
msgstr "找到%d篇包含远程图像的文章。"
|
134 |
|
135 |
+
#: qqworld-auto-save-images.php:300
|
136 |
#, php-format
|
137 |
msgid "And with %d post has missing images."
|
138 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
139 |
|
140 |
+
#: qqworld-auto-save-images.php:301
|
141 |
#, php-format
|
142 |
msgid "And with %d posts have missing images."
|
143 |
msgstr "其中有%d篇文章包含不存在的远程图像。"
|
144 |
|
145 |
+
#: qqworld-auto-save-images.php:302
|
146 |
msgid "No posts processed."
|
147 |
msgstr "未处理任何文章。"
|
148 |
|
149 |
+
#: qqworld-auto-save-images.php:303
|
150 |
msgid "No post has remote images found."
|
151 |
msgstr "没有文章包含远程图像。"
|
152 |
|
153 |
+
#: qqworld-auto-save-images.php:304
|
154 |
msgid "No posts found."
|
155 |
msgstr "未找到任何文章。"
|
156 |
|
157 |
+
#: qqworld-auto-save-images.php:305
|
158 |
msgid "All done."
|
159 |
msgstr "全部完成。"
|
160 |
|
161 |
+
#: qqworld-auto-save-images.php:306
|
162 |
#, fuzzy
|
163 |
msgid "Yes"
|
164 |
msgstr "是"
|
165 |
|
166 |
+
#: qqworld-auto-save-images.php:307 qqworld-auto-save-images.php:711
|
167 |
msgid "No"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: qqworld-auto-save-images.php:308
|
171 |
msgid "Scanning..."
|
172 |
msgstr "扫描中……"
|
173 |
|
174 |
+
#: qqworld-auto-save-images.php:309
|
175 |
msgid "Listing..."
|
176 |
msgstr "显示列表中……"
|
177 |
|
178 |
+
#: qqworld-auto-save-images.php:310 qqworld-auto-save-images.php:1431
|
179 |
#, fuzzy
|
180 |
msgid "ID"
|
181 |
msgstr "博客ID"
|
182 |
|
183 |
+
#: qqworld-auto-save-images.php:311
|
184 |
msgid "Post Type"
|
185 |
msgstr "文章类型"
|
186 |
|
187 |
+
#: qqworld-auto-save-images.php:312 qqworld-auto-save-images.php:1433
|
|
|
188 |
msgid "Title"
|
189 |
msgstr "标题"
|
190 |
|
191 |
+
#: qqworld-auto-save-images.php:313 qqworld-auto-save-images.php:1411
|
192 |
+
#: qqworld-auto-save-images.php:1494
|
193 |
msgid "Status"
|
194 |
msgstr "状态"
|
195 |
|
196 |
+
#: qqworld-auto-save-images.php:314
|
197 |
msgid "Control"
|
198 |
msgstr "控制"
|
199 |
|
200 |
+
#: qqworld-auto-save-images.php:315
|
201 |
#, fuzzy
|
202 |
msgid "Done"
|
203 |
msgstr "全部完成。"
|
204 |
|
205 |
+
#: qqworld-auto-save-images.php:316 qqworld-auto-save-images.php:693
|
206 |
+
#: qqworld-auto-save-images.php:1499
|
207 |
#, fuzzy
|
208 |
msgid "Delete"
|
209 |
+
msgstr "刪除"
|
210 |
|
211 |
+
#: qqworld-auto-save-images.php:339
|
212 |
msgid "Congratulation! FTP successfully connected."
|
213 |
msgstr "恭喜!成功连接FTP。"
|
214 |
|
215 |
+
#: qqworld-auto-save-images.php:341
|
216 |
msgid "Failed to change ftp directory, Did dirctory not exist?"
|
217 |
msgstr "切换FTP目录失败,目录不存在?"
|
218 |
|
219 |
+
#: qqworld-auto-save-images.php:344
|
220 |
msgid "Whoops, FTP logon has failed!"
|
221 |
msgstr "哎呀,登录FTP失败。"
|
222 |
|
223 |
+
#: qqworld-auto-save-images.php:347
|
224 |
msgid "Whoops, FTP connection has failed!"
|
225 |
msgstr "哎呀,连接FTP失败。"
|
226 |
|
227 |
+
#: qqworld-auto-save-images.php:442 qqworld-auto-save-images.php:476
|
228 |
msgid "Has missing images."
|
229 |
msgstr "有不存在的远程图像。"
|
230 |
|
231 |
+
#: qqworld-auto-save-images.php:476
|
232 |
msgid "Normal"
|
233 |
msgstr "正常"
|
234 |
|
235 |
+
#: qqworld-auto-save-images.php:477
|
236 |
msgid "Fetch"
|
237 |
msgstr "抓取"
|
238 |
|
239 |
+
#: qqworld-auto-save-images.php:519
|
240 |
msgid "Save Remote Images"
|
241 |
msgstr "保存远程图片"
|
242 |
|
243 |
+
#: qqworld-auto-save-images.php:530 qqworld-auto-save-images.php:573
|
|
|
244 |
msgid "Settings"
|
245 |
+
msgstr "设置"
|
246 |
|
247 |
+
#: qqworld-auto-save-images.php:538
|
248 |
msgid "Auto Save Images"
|
249 |
msgstr "自动保存图片"
|
250 |
|
251 |
+
#: qqworld-auto-save-images.php:540 qqworld-auto-save-images.php:567
|
252 |
msgid "QQWorld Auto Save Images"
|
253 |
msgstr "QQWorld自动保存图片"
|
254 |
|
255 |
+
#: qqworld-auto-save-images.php:549
|
256 |
msgid "Installation"
|
257 |
msgstr "安装说明"
|
258 |
|
259 |
+
#: qqworld-auto-save-images.php:550
|
260 |
msgid ""
|
261 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
262 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
267 |
"告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
|
268 |
"插件会把未更改的图片再保存一次。</li></ol>"
|
269 |
|
270 |
+
#: qqworld-auto-save-images.php:554
|
271 |
msgid "Notice"
|
272 |
msgstr "注意"
|
273 |
|
274 |
+
#: qqworld-auto-save-images.php:555
|
275 |
msgid ""
|
276 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
277 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
300 |
"让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
|
301 |
"的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
|
302 |
|
303 |
+
#: qqworld-auto-save-images.php:559
|
|
|
304 |
msgid "About"
|
305 |
+
msgstr "关于"
|
306 |
|
307 |
+
#: qqworld-auto-save-images.php:560
|
308 |
msgid ""
|
309 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
310 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
314 |
"thanks.</p>"
|
315 |
msgstr ""
|
316 |
"<p>大家好,我是王晓骞,来自中国。</p><p>我最开始制作本插件只是为了玩,一年后"
|
317 |
+
"的某一天,某人以一封邮件向我求助,我才很高兴得意识到居然有人喜欢我的插件,然"
|
318 |
"后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
|
319 |
"希望你们能喜欢它,谢谢。</p>"
|
320 |
|
321 |
+
#: qqworld-auto-save-images.php:568
|
322 |
msgid ""
|
323 |
"Automatically keep the all remote picture to the local, and automatically "
|
324 |
"set featured image."
|
325 |
msgstr ""
|
326 |
"自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
|
327 |
|
328 |
+
#: qqworld-auto-save-images.php:574
|
329 |
msgid "Optimization"
|
330 |
msgstr "优化"
|
331 |
|
332 |
+
#: qqworld-auto-save-images.php:574 qqworld-auto-save-images.php:575
|
333 |
+
#: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:578
|
334 |
msgid "Preview"
|
335 |
msgstr "预览"
|
336 |
|
337 |
+
#: qqworld-auto-save-images.php:575
|
338 |
msgid "Watermark"
|
339 |
msgstr "水印"
|
340 |
|
341 |
+
#: qqworld-auto-save-images.php:576
|
342 |
msgid "Database"
|
343 |
msgstr "数据库"
|
344 |
|
345 |
+
#: qqworld-auto-save-images.php:577
|
346 |
msgid "Scan Posts"
|
347 |
msgstr "扫描文章"
|
348 |
|
349 |
+
#: qqworld-auto-save-images.php:578 qqworld-auto-save-images.php:1478
|
350 |
+
msgid "Cron"
|
351 |
+
msgstr "计划任务"
|
352 |
+
|
353 |
+
#: qqworld-auto-save-images.php:581
|
354 |
msgid "General Options"
|
355 |
+
msgstr "常规设置"
|
356 |
|
357 |
+
#: qqworld-auto-save-images.php:585 qqworld-auto-save-images.php:587
|
358 |
+
#: qqworld-auto-save-images.php:835 qqworld-auto-save-images.php:837
|
359 |
msgid "Mode"
|
360 |
msgstr "模式"
|
361 |
|
362 |
+
#: qqworld-auto-save-images.php:590 qqworld-auto-save-images.php:1469
|
363 |
msgid "Automatic"
|
364 |
msgstr "自动"
|
365 |
|
366 |
+
#: qqworld-auto-save-images.php:591
|
367 |
msgid ""
|
368 |
"Automatically save all remote images to local media libary when you save or "
|
369 |
"publish post."
|
370 |
msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
|
371 |
|
372 |
+
#: qqworld-auto-save-images.php:594 qqworld-auto-save-images.php:1470
|
373 |
msgid "Manual"
|
374 |
msgstr "手动"
|
375 |
|
376 |
+
#: qqworld-auto-save-images.php:595
|
377 |
msgid ""
|
378 |
"Manually save all remote images to local media libary when you click the "
|
379 |
"button on the top of editor."
|
380 |
msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
|
381 |
|
382 |
+
#: qqworld-auto-save-images.php:600 qqworld-auto-save-images.php:602
|
383 |
msgid "When"
|
384 |
msgstr "什么时候"
|
385 |
|
386 |
+
#: qqworld-auto-save-images.php:605
|
387 |
msgid "Save post (Publish, save draft or pedding review)."
|
388 |
msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
|
389 |
|
390 |
+
#: qqworld-auto-save-images.php:609
|
391 |
msgid "Publish post only."
|
392 |
msgstr "仅发布文章时。"
|
393 |
|
394 |
+
#: qqworld-auto-save-images.php:615 qqworld-auto-save-images.php:617
|
395 |
msgid "Remote Publishing"
|
396 |
msgstr "远程发布"
|
397 |
|
398 |
+
#: qqworld-auto-save-images.php:615
|
399 |
msgid ""
|
400 |
"Save remote images via remote publishing from IFTTT or other way using "
|
401 |
"XMLRPC. Only supports publish post."
|
402 |
msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
|
403 |
|
404 |
+
#: qqworld-auto-save-images.php:625 qqworld-auto-save-images.php:627
|
405 |
+
#: qqworld-auto-save-images.php:636
|
406 |
msgid "Set Featured Image"
|
407 |
msgstr "设置特色图片"
|
408 |
|
409 |
+
#: qqworld-auto-save-images.php:625
|
410 |
msgid "Set first one of the remote images as featured image."
|
411 |
msgstr "设置远程图片中的第1个为特色图片。"
|
412 |
|
413 |
+
#: qqworld-auto-save-images.php:634
|
414 |
+
msgid "Demo of Pro Edition"
|
415 |
+
msgstr "专业版的演示"
|
416 |
+
|
417 |
+
#: qqworld-auto-save-images.php:637
|
418 |
+
msgid ""
|
419 |
+
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
420 |
+
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
421 |
+
msgstr ""
|
422 |
+
"<embed src=\"http://player.youku.com/player.php/sid/XOTE3NDk0OTUy/v.swf\" "
|
423 |
+
"allowFullScreen=\"true\" quality=\"high\" width=\"480\" height=\"400\" align="
|
424 |
+
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
425 |
+
"\"></embed>"
|
426 |
+
|
427 |
+
#: qqworld-auto-save-images.php:642
|
428 |
msgid "Filter Options"
|
429 |
msgstr "过滤选项"
|
430 |
|
431 |
+
#: qqworld-auto-save-images.php:646 qqworld-auto-save-images.php:648
|
432 |
msgid "Grabbing from Each Posts"
|
433 |
msgstr "从每篇文章抓取"
|
434 |
|
435 |
+
#: qqworld-auto-save-images.php:650
|
436 |
msgid "All Images"
|
437 |
msgstr "全部图片"
|
438 |
|
439 |
+
#: qqworld-auto-save-images.php:654
|
440 |
#, php-format
|
441 |
msgid "First %d image only"
|
442 |
msgid_plural "First %d images only"
|
443 |
+
msgstr[0] "前 %d 幅图像"
|
444 |
|
445 |
+
#: qqworld-auto-save-images.php:661 qqworld-auto-save-images.php:663
|
446 |
msgid "Minimum Picture Size"
|
447 |
msgstr "最小图像尺寸"
|
448 |
|
449 |
+
#: qqworld-auto-save-images.php:661
|
450 |
msgid "Ignore smaller than this size picture."
|
451 |
msgstr "忽略比这个尺寸更小的图像。"
|
452 |
|
453 |
+
#: qqworld-auto-save-images.php:665 qqworld-auto-save-images.php:677
|
454 |
+
#: qqworld-auto-save-images.php:1204
|
455 |
msgid "Width:"
|
456 |
msgstr "宽度:"
|
457 |
|
458 |
+
#: qqworld-auto-save-images.php:665 qqworld-auto-save-images.php:668
|
459 |
+
#: qqworld-auto-save-images.php:677 qqworld-auto-save-images.php:680
|
460 |
+
#: qqworld-auto-save-images.php:1204 qqworld-auto-save-images.php:1207
|
461 |
msgid "(px)"
|
462 |
msgstr "(像素)"
|
463 |
|
464 |
+
#: qqworld-auto-save-images.php:668 qqworld-auto-save-images.php:680
|
465 |
+
#: qqworld-auto-save-images.php:1207
|
466 |
msgid "Height:"
|
467 |
msgstr "高度:"
|
468 |
|
469 |
+
#: qqworld-auto-save-images.php:673 qqworld-auto-save-images.php:675
|
470 |
msgid "Maximum Picture Size"
|
471 |
msgstr "最大图像尺寸"
|
472 |
|
473 |
+
#: qqworld-auto-save-images.php:673
|
474 |
msgid ""
|
475 |
"Automatic reduction is greater than the size of the picture. if you want "
|
476 |
"image width less than 800px with any size height, please set width 800 and "
|
479 |
"自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
|
480 |
"800,并设置高度为空。"
|
481 |
|
482 |
+
#: qqworld-auto-save-images.php:685 qqworld-auto-save-images.php:687
|
483 |
msgid "Exclude Domain/Keyword"
|
484 |
msgstr "排除域名/关键词"
|
485 |
|
486 |
+
#: qqworld-auto-save-images.php:685
|
487 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
488 |
msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
|
489 |
|
490 |
+
#: qqworld-auto-save-images.php:697
|
491 |
msgid "Add a Domain/Keyword"
|
492 |
msgstr "添加域名/关键词"
|
493 |
|
494 |
+
#: qqworld-auto-save-images.php:702
|
495 |
msgid "Format Options"
|
496 |
msgstr "格式化选项"
|
497 |
|
498 |
+
#: qqworld-auto-save-images.php:706 qqworld-auto-save-images.php:709
|
499 |
msgid "Change Image Filename"
|
500 |
msgstr "更改图片文件名"
|
501 |
|
502 |
+
#: qqworld-auto-save-images.php:712
|
503 |
msgid ""
|
504 |
"Only change remote images filename that have Non-ASCii characters (for "
|
505 |
"Windows Server)"
|
506 |
msgstr "仅修改包含非ASCii字符的远程图片文件名(用于Windows服务器)"
|
507 |
|
508 |
+
#: qqworld-auto-save-images.php:713
|
509 |
msgid ""
|
510 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
511 |
msgstr "改变所有远程图片文件名为文章名(Post Name)(用于Linux服务器)"
|
512 |
|
513 |
+
#: qqworld-auto-save-images.php:718 qqworld-auto-save-images.php:720
|
514 |
msgid "Custom Filename Structure"
|
515 |
msgstr "自定文件名结构"
|
516 |
|
517 |
+
#: qqworld-auto-save-images.php:725
|
518 |
msgid "Original filename or automatic changed filename."
|
519 |
msgstr "原文件名或自动更改的文件名。"
|
520 |
|
521 |
+
#: qqworld-auto-save-images.php:726
|
522 |
msgid "Full date, e.g. 20150209."
|
523 |
msgstr "完整的日期,例如:20150209。"
|
524 |
|
525 |
+
#: qqworld-auto-save-images.php:727
|
526 |
msgid "YYYY, e.g. 2015."
|
527 |
msgstr "YYYY,例如:2015。"
|
528 |
|
529 |
+
#: qqworld-auto-save-images.php:728
|
530 |
msgid "MM, e.g. 02."
|
531 |
msgstr "MM,例如:02。"
|
532 |
|
533 |
+
#: qqworld-auto-save-images.php:729
|
534 |
msgid "DD, e.g. 15."
|
535 |
msgstr "DD,例如:15。"
|
536 |
|
537 |
+
#: qqworld-auto-save-images.php:730
|
538 |
msgid "HHMMSS, e.g. 182547."
|
539 |
msgstr "HHMMSS,例如:182547。"
|
540 |
|
541 |
+
#: qqworld-auto-save-images.php:731
|
542 |
#, php-format
|
543 |
msgid "Unix timestamp, e.g. %s."
|
544 |
msgstr "Unix时间戳,例如:%s。"
|
545 |
|
546 |
+
#: qqworld-auto-save-images.php:736 qqworld-auto-save-images.php:738
|
547 |
msgid "Change Title & Alt"
|
548 |
msgstr "更改标题和替代文本"
|
549 |
|
550 |
+
#: qqworld-auto-save-images.php:736
|
551 |
msgid "Automatically add title & alt of image as post title."
|
552 |
msgstr "自动依照文章标题添加图片的标题和替代文本。"
|
553 |
|
554 |
+
#: qqworld-auto-save-images.php:745 qqworld-auto-save-images.php:747
|
555 |
msgid "Keep Outside Links"
|
556 |
msgstr "保留外链"
|
557 |
|
558 |
+
#: qqworld-auto-save-images.php:745
|
559 |
msgid "Keep the outside links of remote images if exist."
|
560 |
+
msgstr "保留远程图片的链接,如果有的话。"
|
561 |
|
562 |
+
#: qqworld-auto-save-images.php:754 qqworld-auto-save-images.php:756
|
563 |
msgid "Save Outside Links"
|
564 |
msgstr "保存外链"
|
565 |
|
566 |
+
#: qqworld-auto-save-images.php:754
|
567 |
msgid "Save the outside links to description of attachments."
|
568 |
msgstr "保存外部链接到附件的描述。"
|
569 |
|
570 |
+
#: qqworld-auto-save-images.php:760
|
571 |
msgid ""
|
572 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
573 |
"this below:"
|
574 |
msgstr ""
|
575 |
"如果想自定义该内容,加入类似以下代码到 <strong>functions.php</strong> 中:"
|
576 |
|
577 |
+
#: qqworld-auto-save-images.php:769 qqworld-auto-save-images.php:771
|
578 |
msgid "Image Size"
|
579 |
msgstr "图像尺寸"
|
580 |
|
581 |
+
#: qqworld-auto-save-images.php:769
|
582 |
msgid "Replace images you want size to display."
|
583 |
msgstr "替换成你想要显示的尺寸的图像。"
|
584 |
|
585 |
+
#: qqworld-auto-save-images.php:776
|
586 |
#, fuzzy
|
587 |
msgid "Thumbnail"
|
588 |
msgstr ""
|
589 |
+
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
590 |
+
"jQuery路徑。"
|
591 |
|
592 |
+
#: qqworld-auto-save-images.php:777
|
593 |
msgid "Medium"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: qqworld-auto-save-images.php:778
|
597 |
msgid "Large"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: qqworld-auto-save-images.php:779
|
|
|
601 |
msgid "Full Size"
|
602 |
+
msgstr "完整尺寸"
|
603 |
|
604 |
+
#: qqworld-auto-save-images.php:788 qqworld-auto-save-images.php:790
|
605 |
msgid "Link To"
|
606 |
msgstr "链接到"
|
607 |
|
608 |
+
#: qqworld-auto-save-images.php:788
|
609 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
610 |
msgstr "如果你勾选了保留外链,本项将不起作用。"
|
611 |
|
612 |
+
#: qqworld-auto-save-images.php:795
|
613 |
#, fuzzy
|
614 |
msgid "Media File"
|
615 |
msgstr "添加文件"
|
616 |
|
617 |
+
#: qqworld-auto-save-images.php:796
|
618 |
#, fuzzy
|
619 |
msgid "Attachment Page"
|
620 |
msgstr "(附件)"
|
621 |
|
622 |
+
#: qqworld-auto-save-images.php:797 qqworld-auto-save-images.php:986
|
623 |
msgid "None"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: qqworld-auto-save-images.php:806 qqworld-auto-save-images.php:808
|
627 |
msgid "Additional Content"
|
628 |
msgstr "额外的内容"
|
629 |
|
630 |
+
#: qqworld-auto-save-images.php:806
|
631 |
msgid ""
|
632 |
"This content will be displayed after the each remote images code. you can "
|
633 |
"use [Attachment ID] indicate current attachment ID."
|
634 |
msgstr "此内容将在每个远程图像编码后显示。您可以使用[附件ID]指示当前连接ID。"
|
635 |
|
636 |
+
#: qqworld-auto-save-images.php:811
|
637 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
638 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
639 |
|
640 |
+
#: qqworld-auto-save-images.php:821 qqworld-auto-save-images.php:1176
|
641 |
+
#: qqworld-auto-save-images.php:1305 qqworld-auto-save-images.php:1487
|
642 |
msgid "Just for preview, The complete feature will on the Pro version."
|
643 |
msgstr "仅仅用于预览,专业版将提供完整的功能。"
|
644 |
|
645 |
+
#: qqworld-auto-save-images.php:822
|
646 |
msgid "Optimization Options"
|
647 |
msgstr "优化选项"
|
648 |
|
649 |
+
#: qqworld-auto-save-images.php:826 qqworld-auto-save-images.php:828
|
650 |
+
#: qqworld-auto-save-images.php:1095 qqworld-auto-save-images.php:1097
|
651 |
+
#: qqworld-auto-save-images.php:1127 qqworld-auto-save-images.php:1129
|
652 |
msgid "Enabled"
|
653 |
+
msgstr "启用"
|
654 |
|
655 |
+
#: qqworld-auto-save-images.php:826
|
656 |
msgid "Use Cookie-Free Domains to display images."
|
657 |
msgstr "使用免Cookie域名(Cookie-Free Domains)来显示图片。"
|
658 |
|
659 |
+
#: qqworld-auto-save-images.php:835
|
660 |
msgid ""
|
661 |
"If you don't want using local media library, please select Use-FTP-Remote-"
|
662 |
"Server."
|
663 |
msgstr "如果你不想使用本地媒体库,请选择使用FTP远程服务器。"
|
664 |
|
665 |
+
#: qqworld-auto-save-images.php:841
|
666 |
+
msgid "Use local server"
|
667 |
+
msgstr "使用本地服务器"
|
668 |
+
|
669 |
+
#: qqworld-auto-save-images.php:842
|
670 |
+
msgid "Use QiNiu Cloud Storage"
|
671 |
+
msgstr "使用七牛云存储"
|
672 |
|
673 |
+
#: qqworld-auto-save-images.php:843
|
674 |
msgid "Use FTP remote server"
|
675 |
msgstr "使用FTP远程服务器"
|
676 |
|
677 |
+
#: qqworld-auto-save-images.php:844
|
678 |
msgid "Use AliYun Open Storage Service (OSS)"
|
679 |
msgstr "使用阿里云开放存储服务OSS"
|
680 |
|
681 |
+
#: qqworld-auto-save-images.php:845
|
682 |
+
msgid "Use UpYun Storage Service"
|
683 |
+
msgstr "使用又拍云存储"
|
684 |
+
|
685 |
+
#: qqworld-auto-save-images.php:858 qqworld-auto-save-images.php:860
|
686 |
+
#: qqworld-auto-save-images.php:878 qqworld-auto-save-images.php:880
|
687 |
#: qqworld-auto-save-images.php:896 qqworld-auto-save-images.php:898
|
688 |
+
#: qqworld-auto-save-images.php:948 qqworld-auto-save-images.php:950
|
689 |
+
#: qqworld-auto-save-images.php:1024 qqworld-auto-save-images.php:1026
|
690 |
msgid "Domain & Folder"
|
691 |
msgstr "域名 & 目录"
|
692 |
|
693 |
+
#: qqworld-auto-save-images.php:858 qqworld-auto-save-images.php:878
|
694 |
+
#: qqworld-auto-save-images.php:896 qqworld-auto-save-images.php:948
|
695 |
+
#: qqworld-auto-save-images.php:1024
|
696 |
msgid ""
|
697 |
"Set new url structure, Do not end with '/'. The folder string must front "
|
698 |
"with '/'."
|
699 |
msgstr "设置新的URL结构,不要以 '/' 结尾,目录字符串必须以 '/' 开头。"
|
700 |
|
701 |
+
#: qqworld-auto-save-images.php:862 qqworld-auto-save-images.php:883
|
702 |
+
#: qqworld-auto-save-images.php:904 qqworld-auto-save-images.php:956
|
703 |
+
#: qqworld-auto-save-images.php:1032
|
704 |
msgid "Host"
|
705 |
msgstr "主机"
|
706 |
|
707 |
+
#: qqworld-auto-save-images.php:864
|
708 |
+
msgid "You need add this code below into wp-config.php:"
|
709 |
+
msgstr "妳需要在 wp-config.php 中加入以下代碼:"
|
710 |
+
|
711 |
+
#: qqworld-auto-save-images.php:886
|
712 |
+
#, php-format
|
713 |
+
msgid ""
|
714 |
+
"Needs <a href=\"%s\" target=\"_blank\">plugin of QiNiu Cloud Storage</a>."
|
715 |
+
msgstr "需要 <a href=\"%s\" target=\"_blank\">七牛云存储插件</a>。"
|
716 |
+
|
717 |
+
#: qqworld-auto-save-images.php:905 qqworld-auto-save-images.php:957
|
718 |
+
#: qqworld-auto-save-images.php:1033
|
719 |
msgid "Folder (Can be empty)"
|
720 |
msgstr "目录(可以为空)"
|
721 |
|
722 |
+
#: qqworld-auto-save-images.php:911 qqworld-auto-save-images.php:913
|
723 |
msgid "FTP Settings"
|
724 |
msgstr "FTP设置"
|
725 |
|
726 |
+
#: qqworld-auto-save-images.php:916
|
727 |
msgid "IP Address"
|
728 |
msgstr "IP地址"
|
729 |
|
730 |
+
#: qqworld-auto-save-images.php:920
|
731 |
msgid "Port"
|
732 |
msgstr "端口"
|
733 |
|
734 |
+
#: qqworld-auto-save-images.php:924 qqworld-auto-save-images.php:1046
|
735 |
+
#: qqworld-auto-save-images.php:1048 qqworld-auto-save-images.php:1050
|
736 |
msgid "Username"
|
737 |
msgstr "用户名"
|
738 |
|
739 |
+
#: qqworld-auto-save-images.php:928 qqworld-auto-save-images.php:1055
|
740 |
+
#: qqworld-auto-save-images.php:1057 qqworld-auto-save-images.php:1058
|
741 |
msgid "Password"
|
742 |
msgstr "密码"
|
743 |
|
744 |
+
#: qqworld-auto-save-images.php:932
|
745 |
msgid "Directory"
|
746 |
msgstr "目录"
|
747 |
|
748 |
+
#: qqworld-auto-save-images.php:936
|
749 |
msgid "Test FTP"
|
750 |
msgstr "测试FTP"
|
751 |
|
752 |
+
#: qqworld-auto-save-images.php:963 qqworld-auto-save-images.php:965
|
753 |
msgid "Access Key ID"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: qqworld-auto-save-images.php:972 qqworld-auto-save-images.php:974
|
757 |
msgid "Access Key Secret"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: qqworld-auto-save-images.php:977
|
761 |
msgid "Test Access OSS"
|
762 |
msgstr "测试连接OSS"
|
763 |
|
764 |
+
#: qqworld-auto-save-images.php:982 qqworld-auto-save-images.php:984
|
765 |
msgid "Buckets"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: qqworld-auto-save-images.php:982
|
769 |
msgid "Only the authority Public-Read can be used."
|
770 |
msgstr "只有公共读权限可用。"
|
771 |
|
772 |
+
#: qqworld-auto-save-images.php:982
|
773 |
msgid "Bucket Naming conventions:"
|
774 |
msgstr "Bucket命名规范:"
|
775 |
|
776 |
+
#: qqworld-auto-save-images.php:982
|
777 |
msgid "Can only contain lowercase letters, numbers, and dashes"
|
778 |
msgstr "只能包含小写字母,数字和短横线"
|
779 |
|
780 |
+
#: qqworld-auto-save-images.php:982
|
781 |
msgid "You must start and end with lowercase letters and numbers"
|
782 |
msgstr "必须以小写字母和数字开头和结尾"
|
783 |
|
784 |
+
#: qqworld-auto-save-images.php:982
|
785 |
msgid "BucketName length limits between 3-63"
|
786 |
msgstr "bucketName的长度限制在3-63之间"
|
787 |
|
788 |
+
#: qqworld-auto-save-images.php:987
|
789 |
msgid "Delete Bucket"
|
790 |
+
msgstr "刪除Bucket"
|
791 |
|
792 |
+
#: qqworld-auto-save-images.php:988
|
793 |
msgid "New Bucket Name"
|
794 |
msgstr "新Bucket名"
|
795 |
|
796 |
+
#: qqworld-auto-save-images.php:988
|
797 |
msgid "Create a New Bucket"
|
798 |
msgstr "新建Bucket"
|
799 |
|
800 |
+
#: qqworld-auto-save-images.php:992 qqworld-auto-save-images.php:994
|
801 |
+
#: qqworld-auto-save-images.php:1063 qqworld-auto-save-images.php:1065
|
802 |
msgid "Scan & Sync"
|
803 |
msgstr "扫描 & 同步"
|
804 |
|
805 |
+
#: qqworld-auto-save-images.php:992
|
806 |
msgid "Automatically scan media library and sync to AliYun OSS."
|
807 |
+
msgstr "自動掃描媒體庫並同步到阿裡雲OSS。"
|
808 |
+
|
809 |
+
#: qqworld-auto-save-images.php:995 qqworld-auto-save-images.php:1066
|
810 |
+
msgid "Fast Scan"
|
811 |
+
msgstr "快速扫描"
|
812 |
|
813 |
+
#: qqworld-auto-save-images.php:996 qqworld-auto-save-images.php:1067
|
814 |
+
msgid "Smart Scan"
|
815 |
+
msgstr "智能扫描"
|
816 |
|
817 |
+
#: qqworld-auto-save-images.php:1000 qqworld-auto-save-images.php:1002
|
818 |
+
#: qqworld-auto-save-images.php:1071 qqworld-auto-save-images.php:1073
|
819 |
msgid "Sync Delete"
|
820 |
+
msgstr "同步刪除"
|
821 |
|
822 |
+
#: qqworld-auto-save-images.php:1000
|
823 |
msgid ""
|
824 |
"When you delete a local attachment file, delete the OSS file synchronization."
|
825 |
msgstr "当你删除本地附件文件时,同时删除OSS上的文件。"
|
826 |
|
827 |
+
#: qqworld-auto-save-images.php:1009 qqworld-auto-save-images.php:1011
|
828 |
+
#: qqworld-auto-save-images.php:1080 qqworld-auto-save-images.php:1082
|
829 |
msgid "Auto Replace"
|
830 |
msgstr "自动替换"
|
831 |
|
832 |
+
#: qqworld-auto-save-images.php:1009
|
833 |
msgid ""
|
834 |
"Automatically replaces post content's local url as OSS's url when syncing."
|
835 |
msgstr "当同步时自动将文章内容中的本地URL替换为OSS上的URL。"
|
836 |
|
837 |
+
#: qqworld-auto-save-images.php:1039 qqworld-auto-save-images.php:1041
|
838 |
+
#: qqworld-auto-save-images.php:1042
|
839 |
+
msgctxt "upyun"
|
840 |
+
msgid "Bucket"
|
841 |
+
msgstr "空间名"
|
842 |
+
|
843 |
+
#: qqworld-auto-save-images.php:1059
|
844 |
+
msgctxt "upyun"
|
845 |
+
msgid "Test Access UpYun"
|
846 |
+
msgstr "测试连接又拍云"
|
847 |
+
|
848 |
+
#: qqworld-auto-save-images.php:1063
|
849 |
+
msgid ""
|
850 |
+
"Automatically scan media library and sync to UpYun.<br /><strong>Fast Scan</"
|
851 |
+
"strong>: Determines whether the synchronization with local marks.<br /"
|
852 |
+
"><strong>Smart Scan</strong>: Determines whether the synchronization with "
|
853 |
+
"UpYun file exists."
|
854 |
+
msgstr ""
|
855 |
+
"自动扫描媒体库并同步到又拍云。<br /><strong>快速扫描</strong>:通过本地记号来"
|
856 |
+
"判断是否已同步。<br /><strong>智能扫描</strong>:通过又拍云上的文件是否存在判"
|
857 |
+
"断是否已同步。"
|
858 |
+
|
859 |
+
#: qqworld-auto-save-images.php:1071
|
860 |
+
msgid ""
|
861 |
+
"When you delete a local attachment file, delete the UpYun file "
|
862 |
+
"synchronization."
|
863 |
+
msgstr "当你删除本地附件文件时,同时删除又拍云上的文件。"
|
864 |
+
|
865 |
+
#: qqworld-auto-save-images.php:1080
|
866 |
+
msgid ""
|
867 |
+
"Automatically replaces post content's local url as UpYun's url when syncing."
|
868 |
+
msgstr "当同步时自动将文章内容中的本地URL替换为又拍云上的URL。"
|
869 |
+
|
870 |
+
#: qqworld-auto-save-images.php:1091
|
871 |
msgid "Proxy Settings"
|
872 |
msgstr "代理设置"
|
873 |
|
874 |
+
#: qqworld-auto-save-images.php:1095
|
875 |
msgid "Use proxy server to download images."
|
876 |
msgstr "使用代理服务器下载图片。"
|
877 |
|
878 |
+
#: qqworld-auto-save-images.php:1104 qqworld-auto-save-images.php:1106
|
879 |
msgid "Timeout"
|
880 |
msgstr "超时"
|
881 |
|
882 |
+
#: qqworld-auto-save-images.php:1104
|
883 |
msgid "Set timeout period on proxy."
|
884 |
msgstr "设置代理超时时间。"
|
885 |
|
886 |
+
#: qqworld-auto-save-images.php:1108
|
887 |
msgid "Second(s)"
|
888 |
msgstr "秒"
|
889 |
|
890 |
+
#: qqworld-auto-save-images.php:1113 qqworld-auto-save-images.php:1115
|
891 |
msgid "Proxy Address"
|
892 |
msgstr "代理地址"
|
893 |
|
894 |
+
#: qqworld-auto-save-images.php:1113
|
895 |
msgid "For example: 127.0.0.1:8087"
|
896 |
msgstr "示例:127.0.0.1:8087"
|
897 |
|
898 |
+
#: qqworld-auto-save-images.php:1123
|
899 |
msgid "Images Compression Options"
|
900 |
msgstr "图片压缩选项"
|
901 |
|
902 |
+
#: qqworld-auto-save-images.php:1127
|
903 |
msgid "Enable compress images when uploading."
|
904 |
msgstr "启用上传时压缩图像。"
|
905 |
|
906 |
+
#: qqworld-auto-save-images.php:1136 qqworld-auto-save-images.php:1138
|
907 |
msgid "Quality"
|
908 |
msgstr "品质"
|
909 |
|
910 |
+
#: qqworld-auto-save-images.php:1136
|
911 |
msgid ""
|
912 |
"Compression level, ranges from 0 (worst quality, smaller file) to 100 (best "
|
913 |
"quality, biggest file)."
|
914 |
msgstr "压缩级别,范围从0(最低品质,文件较小)到100(最高品质,文件较大)。"
|
915 |
|
916 |
+
#: qqworld-auto-save-images.php:1141
|
917 |
msgid " (Recommend)"
|
918 |
msgstr "(推荐)"
|
919 |
|
920 |
+
#: qqworld-auto-save-images.php:1148
|
921 |
msgid "Smart Options"
|
922 |
msgstr "智能选项"
|
923 |
|
924 |
+
#: qqworld-auto-save-images.php:1152 qqworld-auto-save-images.php:1154
|
925 |
msgid "Smart Grabbing"
|
926 |
msgstr "智能抓取"
|
927 |
|
928 |
+
#: qqworld-auto-save-images.php:1152
|
929 |
msgid ""
|
930 |
"Automatically detect 2 images url from href/src of remote image with outside "
|
931 |
"link, and grab the bigger one."
|
932 |
msgstr ""
|
933 |
"自动从带外部链接的远程图片的href和src中检测2幅图片并抓取其中较大的一个。"
|
934 |
|
935 |
+
#: qqworld-auto-save-images.php:1165 qqworld-auto-save-images.php:1294
|
936 |
+
#: qqworld-auto-save-images.php:1359 qqworld-auto-save-images.php:1513
|
937 |
msgid "Buy"
|
938 |
msgstr "购买"
|
939 |
|
940 |
+
#: qqworld-auto-save-images.php:1166 qqworld-auto-save-images.php:1295
|
941 |
+
#: qqworld-auto-save-images.php:1360 qqworld-auto-save-images.php:1514
|
942 |
+
msgid "QQWorld Collector"
|
943 |
+
msgstr "QQWorld收藏家"
|
944 |
|
945 |
+
#: qqworld-auto-save-images.php:1180 qqworld-auto-save-images.php:1182
|
946 |
msgid "Enabled Watermark"
|
947 |
msgstr "启用水印"
|
948 |
|
949 |
+
#: qqworld-auto-save-images.php:1180
|
950 |
msgid "Use for both of remote images and the local upload."
|
951 |
msgstr "同时用于远程图片和本地上传。"
|
952 |
|
953 |
+
#: qqworld-auto-save-images.php:1190 qqworld-auto-save-images.php:1192
|
954 |
msgid "Ignore animated GIF"
|
955 |
msgstr "忽略GIF动画"
|
956 |
|
957 |
+
#: qqworld-auto-save-images.php:1200 qqworld-auto-save-images.php:1202
|
958 |
msgid "Filter"
|
959 |
msgstr "过滤"
|
960 |
|
961 |
+
#: qqworld-auto-save-images.php:1200
|
962 |
msgid "Skip images that smaller than this size."
|
963 |
msgstr "跳过比这个尺寸更小的图像。"
|
964 |
|
965 |
+
#: qqworld-auto-save-images.php:1213
|
966 |
msgid "Align To"
|
967 |
msgstr "对齐方式"
|
968 |
|
969 |
+
#: qqworld-auto-save-images.php:1235
|
970 |
msgid "Position"
|
971 |
msgstr "位置"
|
972 |
|
973 |
+
#: qqworld-auto-save-images.php:1235
|
974 |
msgid "You can try to drag the watermark image."
|
975 |
msgstr "你可以试着拖动水印图片。"
|
976 |
|
977 |
+
#: qqworld-auto-save-images.php:1252 qqworld-auto-save-images.php:1254
|
978 |
+
#: qqworld-auto-save-images.php:1398 qqworld-auto-save-images.php:1493
|
979 |
msgid "Offset"
|
980 |
msgstr "偏移"
|
981 |
|
982 |
+
#: qqworld-auto-save-images.php:1265 qqworld-auto-save-images.php:1267
|
983 |
msgid "Opacity"
|
984 |
msgstr "不透明度"
|
985 |
|
986 |
+
#: qqworld-auto-save-images.php:1275 qqworld-auto-save-images.php:1277
|
987 |
msgid "Upload Watermark Image"
|
988 |
msgstr "上传水印图片"
|
989 |
|
990 |
+
#: qqworld-auto-save-images.php:1279
|
991 |
msgid "Insert a Watermark Image"
|
992 |
msgstr "插入水印图片"
|
993 |
|
994 |
+
#: qqworld-auto-save-images.php:1290
|
995 |
msgid "Default Watermark"
|
996 |
msgstr "默认水印"
|
997 |
|
998 |
+
#: qqworld-auto-save-images.php:1306
|
999 |
msgid "Content Replacement"
|
1000 |
msgstr "内容替换"
|
1001 |
|
1002 |
+
#: qqworld-auto-save-images.php:1310 qqworld-auto-save-images.php:1312
|
1003 |
msgctxt "database"
|
1004 |
msgid "Table"
|
1005 |
msgstr "表"
|
1006 |
|
1007 |
+
#: qqworld-auto-save-images.php:1315 qqworld-auto-save-images.php:1406
|
1008 |
#, fuzzy
|
1009 |
msgid "Posts"
|
1010 |
+
msgstr "熱門文章"
|
1011 |
|
1012 |
+
#: qqworld-auto-save-images.php:1316
|
1013 |
msgid "Comments"
|
1014 |
msgstr "评论"
|
1015 |
|
1016 |
+
#: qqworld-auto-save-images.php:1322 qqworld-auto-save-images.php:1324
|
1017 |
msgctxt "database"
|
1018 |
msgid "Field"
|
1019 |
msgstr "字段"
|
1020 |
|
1021 |
+
#: qqworld-auto-save-images.php:1327
|
1022 |
msgctxt "database"
|
1023 |
msgid "Post Content"
|
1024 |
+
msgstr "文章內容"
|
1025 |
|
1026 |
+
#: qqworld-auto-save-images.php:1328
|
1027 |
msgctxt "database"
|
1028 |
msgid "Post Title"
|
1029 |
msgstr "文章标题"
|
1030 |
|
1031 |
+
#: qqworld-auto-save-images.php:1329
|
1032 |
msgctxt "database"
|
1033 |
msgid "Post Excerpt"
|
1034 |
msgstr "文章摘要"
|
1035 |
|
1036 |
+
#: qqworld-auto-save-images.php:1335 qqworld-auto-save-images.php:1337
|
1037 |
+
#: qqworld-auto-save-images.php:1339
|
1038 |
msgctxt "database"
|
1039 |
msgid "Source Text"
|
1040 |
msgstr "来源文本"
|
1041 |
|
1042 |
+
#: qqworld-auto-save-images.php:1335 qqworld-auto-save-images.php:1345
|
1043 |
msgid "For example: "
|
1044 |
msgstr "范例:"
|
1045 |
|
1046 |
+
#: qqworld-auto-save-images.php:1345 qqworld-auto-save-images.php:1347
|
1047 |
+
#: qqworld-auto-save-images.php:1349
|
1048 |
msgctxt "database"
|
1049 |
msgid "Replacement Text"
|
1050 |
msgstr "替换文本"
|
1051 |
|
1052 |
+
#: qqworld-auto-save-images.php:1364
|
1053 |
msgid "Replace Now"
|
1054 |
msgstr "立即替换"
|
1055 |
|
1056 |
+
#: qqworld-auto-save-images.php:1364
|
1057 |
msgid ""
|
1058 |
"Be careful, before you click the Replace-Now button, i recommend backup the "
|
1059 |
"website database."
|
1060 |
msgstr "小心,在你点立即替换之前,我建议先备份网站数据库。"
|
1061 |
|
1062 |
+
#: qqworld-auto-save-images.php:1374
|
1063 |
msgid "Select post types"
|
1064 |
msgstr "选择文章类型"
|
1065 |
|
1066 |
+
#: qqworld-auto-save-images.php:1374
|
1067 |
msgid ""
|
1068 |
"If you have too many posts to be scan, sometimes in process looks like "
|
1069 |
"stopping, but it may be fake. please be patient."
|
1071 |
"如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
|
1072 |
"请耐心等待。"
|
1073 |
|
1074 |
+
#: qqworld-auto-save-images.php:1388 qqworld-auto-save-images.php:1491
|
1075 |
#, fuzzy
|
1076 |
msgid "Categories"
|
1077 |
+
msgstr "%s分類"
|
1078 |
|
1079 |
+
#: qqworld-auto-save-images.php:1388
|
1080 |
msgid "Default empty to scan all categories."
|
1081 |
msgstr "默认留空扫描所有分类。"
|
1082 |
|
1083 |
+
#: qqworld-auto-save-images.php:1393 qqworld-auto-save-images.php:1492
|
1084 |
msgid "Scope of Post ID"
|
1085 |
msgstr "文章ID范围"
|
1086 |
|
1087 |
+
#: qqworld-auto-save-images.php:1393
|
1088 |
msgid ""
|
1089 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
1090 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
1095 |
"者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
|
1096 |
"该ID。"
|
1097 |
|
1098 |
+
#: qqworld-auto-save-images.php:1394
|
1099 |
#, php-format
|
1100 |
msgid "From %1$s to %2$s"
|
1101 |
msgstr "从 %1$s 到 %2$s"
|
1102 |
|
1103 |
+
#: qqworld-auto-save-images.php:1398
|
1104 |
msgid ""
|
1105 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
1106 |
"in the textfield and select '100'."
|
1108 |
"默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
|
1109 |
"选择“100”。"
|
1110 |
|
1111 |
+
#: qqworld-auto-save-images.php:1400
|
1112 |
#, php-format
|
1113 |
msgid "Start from %s to Scan"
|
1114 |
msgstr "从 %s 开始扫描"
|
1115 |
|
1116 |
+
#: qqworld-auto-save-images.php:1402
|
1117 |
#, fuzzy
|
1118 |
msgid "All"
|
1119 |
msgstr "所有"
|
1120 |
|
1121 |
+
#: qqworld-auto-save-images.php:1416
|
1122 |
msgid "Any"
|
1123 |
msgstr "任意"
|
1124 |
|
1125 |
+
#: qqworld-auto-save-images.php:1426 qqworld-auto-save-images.php:1495
|
1126 |
msgid "Order By"
|
1127 |
msgstr "排序依据"
|
1128 |
|
1129 |
+
#: qqworld-auto-save-images.php:1432
|
|
|
1130 |
msgid "Author"
|
1131 |
+
msgstr "作者"
|
1132 |
|
1133 |
+
#: qqworld-auto-save-images.php:1434
|
1134 |
#, fuzzy
|
1135 |
msgid "Date"
|
1136 |
msgstr "日期"
|
1137 |
|
1138 |
+
#: qqworld-auto-save-images.php:1435
|
1139 |
#, fuzzy
|
1140 |
msgid "Last Modified"
|
1141 |
+
msgstr "最後回複"
|
1142 |
|
1143 |
+
#: qqworld-auto-save-images.php:1436
|
1144 |
msgid "Comment Count"
|
1145 |
+
msgstr "评论"
|
1146 |
|
1147 |
+
#: qqworld-auto-save-images.php:1446 qqworld-auto-save-images.php:1496
|
1148 |
#, fuzzy
|
1149 |
msgid "Order"
|
1150 |
+
msgstr "順序"
|
1151 |
|
1152 |
+
#: qqworld-auto-save-images.php:1456
|
1153 |
msgid "Speed"
|
1154 |
msgstr "速度"
|
1155 |
|
1156 |
+
#: qqworld-auto-save-images.php:1456
|
1157 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
1158 |
msgstr "如果服务器压力过大,可以适当调低速度。"
|
1159 |
|
1160 |
+
#: qqworld-auto-save-images.php:1469
|
1161 |
msgid ""
|
1162 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
1163 |
"take a long time."
|
1164 |
msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
|
1165 |
|
1166 |
+
#: qqworld-auto-save-images.php:1470
|
1167 |
msgid ""
|
1168 |
"The list displayed will show you which posts including remote images, then "
|
1169 |
"you can keep them to local manually via click \"Fetch\" button."
|
1171 |
"显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
|
1172 |
"存。"
|
1173 |
|
1174 |
+
#: qqworld-auto-save-images.php:1478
|
1175 |
+
msgid ""
|
1176 |
+
"Set cron for automatically scan posts.<br />I recommend set the option "
|
1177 |
+
"Offset from 0 to scan 100 posts."
|
1178 |
+
msgstr "设置计划任务自动扫描文章。<br />我建议设置偏移从0开始扫描100篇文章。"
|
1179 |
+
|
1180 |
+
#: qqworld-auto-save-images.php:1486
|
1181 |
+
msgid "Cron of Scan Posts"
|
1182 |
+
msgstr "扫描文章计划任务"
|
1183 |
+
|
1184 |
+
#: qqworld-auto-save-images.php:1490
|
1185 |
+
msgid "Post Types"
|
1186 |
+
msgstr "文章类型"
|
1187 |
+
|
1188 |
+
#: qqworld-auto-save-images.php:1497
|
1189 |
+
msgid "Recurrence"
|
1190 |
+
msgstr "循环运行间隔"
|
1191 |
+
|
1192 |
+
#: qqworld-auto-save-images.php:1498
|
1193 |
+
msgid "Will Run On"
|
1194 |
+
msgstr "将运行于"
|
1195 |
+
|
1196 |
+
#: qqworld-auto-save-images.php:1504
|
1197 |
+
msgid "No Cron yet."
|
1198 |
+
msgstr "还没有计划任务。"
|
1199 |
+
|
1200 |
+
#: qqworld-auto-save-images.php:1508
|
1201 |
+
msgid "Clear All Crons"
|
1202 |
+
msgstr "清除所有计划任务"
|
1203 |
+
|
1204 |
+
#: qqworld-auto-save-images.php:1628
|
1205 |
msgid "Has Missing/Undownloadable images."
|
1206 |
msgstr "有 不存在/不可下载 的远程图像。"
|
1207 |
|
1208 |
+
#: qqworld-auto-save-images.php:1635
|
1209 |
msgid "No remote images found."
|
1210 |
msgstr "没有远程图像。"
|
1211 |
|
1212 |
+
#: qqworld-auto-save-images.php:1785
|
1213 |
msgid "Original Link"
|
1214 |
msgstr "原始链接"
|
1215 |
|
1216 |
+
#~ msgid "Demo"
|
1217 |
+
#~ msgstr "演示"
|
1218 |
+
|
1219 |
+
#~ msgid "Scan"
|
1220 |
+
#~ msgstr "掃描"
|
1221 |
+
|
1222 |
+
#~ msgid "QQWorld Auto Save Images Pro"
|
1223 |
+
#~ msgstr "QQWorld自動保存圖片專業版"
|
1224 |
+
|
1225 |
+
#~ msgid "Use local server | QiNiu Cloud Storage"
|
1226 |
+
#~ msgstr "使用 本地服務器 | 七牛雲存儲"
|
1227 |
+
|
1228 |
#~ msgid ""
|
1229 |
#~ "Just for preview, The complete feature will on the Pro version. Don't "
|
1230 |
#~ "worry, other features will be free forever."
|
1231 |
+
#~ msgstr "僅僅用于預覽,專業版將提供完整的功能。別擔心,其他功能將永久免費。"
|
1232 |
|
1233 |
#~ msgid "Use remote server"
|
1234 |
+
#~ msgstr "使用遠程服務器"
|
1235 |
|
1236 |
#~ msgid ""
|
1237 |
#~ "If you wanna use local media library, please choose the Use-local-server."
|
1238 |
+
#~ msgstr "如果你想使用本地媒體庫,請選擇使用本地服務器。"
|
1239 |
|
1240 |
#~ msgid "Do not end with '/'."
|
1241 |
+
#~ msgstr "結尾不要有 '/'。"
|
|
|
|
|
|
|
1242 |
|
1243 |
#~ msgid "Your server PHP version lower than 5.4, so this feature not works."
|
1244 |
+
#~ msgstr "服務器PHP的版本低于5.4,所以此功能無法使用。"
|
1245 |
|
1246 |
#~ msgid "Trial"
|
1247 |
+
#~ msgstr "試用"
|
1248 |
|
1249 |
#~ msgid "Coming.. I don't know when, Who cares.."
|
1250 |
+
#~ msgstr "即將…我不知道什麽時候,管它呢……"
|
1251 |
|
1252 |
#~ msgid ""
|
1253 |
#~ "Recommeded choose option 2, if you choose option 3, make sure post name | "
|
1255 |
#~ "host OS is linux, you can choose option 1 and would not cause coding mess "
|
1256 |
#~ "up, because of linux is using UTF8 encoding, as same as Wordpress."
|
1257 |
#~ msgstr ""
|
1258 |
+
#~ "推薦選擇第2項,如果選擇第3項,請確保文章名(Post Name | Slug)不包含中文和"
|
1259 |
+
#~ "其他東亞字符。提示:如果您的主機操作系統是Linux,可以選擇第1項而不會導致亂"
|
1260 |
+
#~ "碼,因爲Linux的編碼是UTF8,和Wordpress一樣。"
|
1261 |
|
1262 |
#~ msgid "Grabbing from Each Post"
|
1263 |
+
#~ msgstr "從每篇文章抓取"
|
1264 |
|
1265 |
#~ msgid "Save"
|
1266 |
#~ msgstr "保存"
|
1267 |
|
1268 |
#~ msgid "image"
|
1269 |
#~ msgid_plural "images"
|
1270 |
+
#~ msgstr[0] "圖片"
|
1271 |
|
1272 |
#~ msgid "Only Save First"
|
1273 |
+
#~ msgstr "僅保存前..."
|
1274 |
|
1275 |
#~ msgid ""
|
1276 |
#~ "Only change remote images filename that has Chinese or other East Asian "
|
1277 |
#~ "characters (for Windows Server)"
|
1278 |
+
#~ msgstr "僅改變包含中文或其他東亞字符的遠程圖片文件名(用于Windows服務器)"
|
1279 |
|
1280 |
#~ msgid "Filename Structure"
|
1281 |
+
#~ msgstr "文件名結構"
|
1282 |
|
1283 |
#~ msgid "Default: %filename%-%date%"
|
1284 |
+
#~ msgstr "默認:%filename%-%date%"
|
1285 |
|
1286 |
#~ msgid ""
|
1287 |
#~ "Only change remote images filename that has Chinese or other East Asian "
|
1288 |
#~ "characters"
|
1289 |
+
#~ msgstr "僅改變包含中文或其他東亞字符的遠程圖片文件名"
|
1290 |
|
1291 |
#~ msgid "Change all remote images Filename and Alt as post name"
|
1292 |
+
#~ msgstr "改變所有遠程圖片文件名爲文章名(Post Name)"
|
1293 |
|
1294 |
#~ msgid "Save Outside Link"
|
1295 |
+
#~ msgstr "保存外鏈"
|
1296 |
|
1297 |
#~ msgid "Automatically add title & alt of image as post name."
|
1298 |
+
#~ msgstr "自動依照文章標題添加圖片的標題和替代文本。"
|
1299 |
|
1300 |
#~ msgid ""
|
1301 |
#~ "Recommeded choose option 2, if you choose option 3, make sure post name | "
|
1302 |
#~ "slug exclude Chinese or other East Asian characters."
|
1303 |
#~ msgstr ""
|
1304 |
+
#~ "推薦選擇第2項,如果選擇第3項,請確保文章名(Post Name | Slug)不包含中文和"
|
1305 |
+
#~ "其他東亞字符。"
|
1306 |
|
1307 |
#~ msgid ""
|
1308 |
#~ "Recommeded enable option 2, if you choose option 3, make sure post name | "
|
1309 |
#~ "slug exclude Chinese or other East Asian characters."
|
1310 |
#~ msgstr ""
|
1311 |
+
#~ "推薦啓用第2項,如果選擇第3項,請確保文章名(Post Name | Slug)不包含中文和"
|
1312 |
+
#~ "其他東亞字符。"
|
1313 |
|
1314 |
#~ msgid ""
|
1315 |
#~ "If you checked this, when the remote image filename have Chinese or other "
|
1316 |
#~ "East Asian characters. system will automatically change image filename. I "
|
1317 |
#~ "suggest enable it."
|
1318 |
#~ msgstr ""
|
1319 |
+
#~ "如果勾選了此項,當遠程圖片名包含中文或其他東亞字符的時候,將自動更改圖片文"
|
1320 |
+
#~ "件名。建議開啓。"
|
1321 |
|
1322 |
#~ msgid ""
|
1323 |
#~ "Automatic reduction is greater than the size of the picture. if you want "
|
1324 |
#~ "image width less than 800px with any size height, please set width 800 "
|
1325 |
#~ "and left height blank."
|
1326 |
#~ msgstr ""
|
1327 |
+
#~ "自動縮小大于該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置"
|
1328 |
+
#~ "寬度800,並設置高度爲空。"
|
1329 |
|
1330 |
#~ msgid "Automatic reduction is greater than the size of the picture."
|
1331 |
+
#~ msgstr "自動縮小大于改尺寸的圖像。"
|
1332 |
|
1333 |
#~ msgid ""
|
1334 |
#~ "This content will be displayed after the each remote images code. you can "
|
1335 |
#~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy "
|
1336 |
#~ "id='[Attachment ID]']."
|
1337 |
#~ msgstr ""
|
1338 |
+
#~ "該內容將顯示在每一個遠程圖片的後面。你可以使用 [Attachment ID] 來表示當前"
|
1339 |
+
#~ "的附件ID,舉例:[Gbuy id=‘[Attachment ID]’]。"
|
1340 |
|
1341 |
#~ msgid ""
|
1342 |
#~ "This content will be displayed after the each remote images code. you can "
|
1343 |
#~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy id="
|
1344 |
#~ "\"[Attachment ID]\"]."
|
1345 |
#~ msgstr ""
|
1346 |
+
#~ "該內容將顯示在每一個遠程圖片的後面。你可以使用 [Attachment ID] 來表示當前"
|
1347 |
+
#~ "的附件ID,舉例:[Gbuy id=\"[Attachment ID]\"]。"
|
1348 |
|
1349 |
#~ msgid ""
|
1350 |
#~ "This content will be displayed after the each remote images code. you can "
|
1351 |
#~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy id="
|
1352 |
#~ "\"[Attachment ID]\"]"
|
1353 |
#~ msgstr ""
|
1354 |
+
#~ "該內容將顯示在每一個遠程圖片代碼後,你可以使用 [Attachment ID] 來表示附件"
|
1355 |
#~ "ID,例如:[Gbuy id=\"[Attachment ID]\"]。"
|
1356 |
|
1357 |
#, fuzzy
|
1362 |
#~ "Ever since the QQWorld-Auto-Save-Image v1.7.7 released, the plugin core "
|
1363 |
#~ "had a big modification, please reset the <a href=\"%s\">settings</a>."
|
1364 |
#~ msgstr ""
|
1365 |
+
#~ "自動 QQWorld自動保存圖片 v1.7.7發布,插件核心有較大更新,請重新<a href="
|
1366 |
+
#~ "\"%s\">設置</a>。"
|
1367 |
|
1368 |
#~ msgid ""
|
1369 |
#~ "<p>Hi everyone, My name is Michael Wang, I hope you will like my plugin. "
|
1370 |
#~ "thanks.</p>"
|
1371 |
+
#~ msgstr "<p>大家好,我是王曉骞,希望你們能喜歡我的插件,謝謝。</p>"
|
1372 |
|
1373 |
#~ msgid "Upload a Watermark Image"
|
1374 |
+
#~ msgstr "上傳水印圖片"
|
1375 |
|
1376 |
#~ msgid "Upload"
|
1377 |
+
#~ msgstr "上傳"
|
1378 |
|
1379 |
#~ msgid "Type"
|
1380 |
+
#~ msgstr "類型"
|
1381 |
|
1382 |
#~ msgid "Text"
|
1383 |
#~ msgstr "文本"
|
1384 |
|
1385 |
#, fuzzy
|
1386 |
#~ msgid "Change Image File Name"
|
1387 |
+
#~ msgstr "更改圖片文件名"
|
1388 |
|
1389 |
#~ msgid "Successed save remote images"
|
1390 |
+
#~ msgstr "成功保存遠程圖片"
|
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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Michael Wang <admin@qqworld.org>\n"
|
8 |
"Language-Team: QQWorld <admin@qqworld.org>\n"
|
9 |
"Language: zh_CN\n"
|
@@ -13,247 +13,250 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
14 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
15 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
16 |
-
"X-Generator: Poedit 1.7.
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
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 ""
|
28 |
"Your server PHP does not support cUrl, please remove ';' from in front of "
|
29 |
"extension=php_curl.dll in the php.ini."
|
30 |
msgstr ""
|
31 |
"你的服務器PHP不支持cUrl,請在php.ini中移除extension=php_curl.dll前面的‘;’。"
|
32 |
|
33 |
-
#: qqworld-auto-save-images.php:
|
34 |
msgid ""
|
35 |
"Your server PHP does not support GD2, please remove ';' from in front of "
|
36 |
"extension=php_gd2.dll in the <strong>php.ini</strong>."
|
37 |
msgstr ""
|
38 |
"你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
|
39 |
|
40 |
-
#: qqworld-auto-save-images.php:
|
41 |
msgid ""
|
42 |
"Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
|
43 |
"php.ini."
|
44 |
msgstr "你的服務器PHP不支持fopen,請在php.ini中設置allow_url_fopen=1。"
|
45 |
|
46 |
-
#: qqworld-auto-save-images.php:
|
47 |
msgid "No taxonomies found."
|
48 |
msgstr "沒有相關分類方法。"
|
49 |
|
50 |
-
#: qqworld-auto-save-images.php:
|
51 |
-
#: qqworld-auto-save-images.php:
|
52 |
msgid "All remote images have been saved."
|
53 |
msgstr "已保存所有遠程圖像。"
|
54 |
|
55 |
-
#: qqworld-auto-save-images.php:
|
56 |
#, php-format
|
57 |
msgid " <a href=\"%s\">View</a>"
|
58 |
msgstr " <a href=\"%s\">查看</a>"
|
59 |
|
60 |
-
#: qqworld-auto-save-images.php:
|
61 |
msgid "Has missing images or image which could not download."
|
62 |
msgstr "內容包含 不存在/無法下載 的圖像。"
|
63 |
|
64 |
-
#: qqworld-auto-save-images.php:
|
65 |
msgid "In Process..."
|
66 |
msgstr "正在保存……"
|
67 |
|
68 |
-
#: qqworld-auto-save-images.php:
|
69 |
msgid "Something error, please check."
|
70 |
msgstr "出錯了,請檢查。"
|
71 |
|
72 |
-
#: qqworld-auto-save-images.php:
|
73 |
msgid ""
|
74 |
"Are you sure?<br />Before you click the yes button, I recommend backup site "
|
75 |
"database."
|
76 |
msgstr "你確定嗎?<br />在點擊確定按鈕之前,我建議你備份網站的數據庫。"
|
77 |
|
78 |
-
#: qqworld-auto-save-images.php:
|
79 |
msgid "Please select post types."
|
80 |
msgstr "請選擇文章類型。"
|
81 |
|
82 |
-
#: qqworld-auto-save-images.php:
|
83 |
msgid "May be a problem with some posts: "
|
84 |
msgstr "也許一些文章有問題:"
|
85 |
|
86 |
-
#: qqworld-auto-save-images.php:
|
87 |
#, php-format
|
88 |
msgid "No need enter \"%s\"."
|
89 |
msgstr "不需要輸入“%s”。"
|
90 |
|
91 |
-
#: qqworld-auto-save-images.php:
|
92 |
#, php-format
|
93 |
msgid "%d post has been scanned."
|
94 |
msgstr "已掃描%d篇文章。"
|
95 |
|
96 |
-
#: qqworld-auto-save-images.php:
|
97 |
#, php-format
|
98 |
msgid "%d posts have been scanned."
|
99 |
msgstr "已掃描%d篇文章。"
|
100 |
|
101 |
-
#: qqworld-auto-save-images.php:
|
102 |
#, php-format
|
103 |
msgid "%d post included remote images processed."
|
104 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
105 |
|
106 |
-
#: qqworld-auto-save-images.php:
|
107 |
#, php-format
|
108 |
msgid "%d posts included remote images processed."
|
109 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
110 |
|
111 |
-
#: qqworld-auto-save-images.php:
|
112 |
#, php-format
|
113 |
msgid "%d post has missing images couldn't be processed."
|
114 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
115 |
|
116 |
-
#: qqworld-auto-save-images.php:
|
117 |
#, php-format
|
118 |
msgid "%d posts have missing images couldn't be processed."
|
119 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
120 |
|
121 |
-
#: qqworld-auto-save-images.php:
|
122 |
#, php-format
|
123 |
msgid "found %d post including remote images."
|
124 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
125 |
|
126 |
-
#: qqworld-auto-save-images.php:
|
127 |
#, php-format
|
128 |
msgid "found %d posts including remote images."
|
129 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
130 |
|
131 |
-
#: qqworld-auto-save-images.php:
|
132 |
#, php-format
|
133 |
msgid "And with %d post has missing images."
|
134 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
135 |
|
136 |
-
#: qqworld-auto-save-images.php:
|
137 |
#, php-format
|
138 |
msgid "And with %d posts have missing images."
|
139 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
140 |
|
141 |
-
#: qqworld-auto-save-images.php:
|
142 |
msgid "No posts processed."
|
143 |
msgstr "未處理任何文章。"
|
144 |
|
145 |
-
#: qqworld-auto-save-images.php:
|
146 |
msgid "No post has remote images found."
|
147 |
msgstr "沒有文章包含遠程圖像。"
|
148 |
|
149 |
-
#: qqworld-auto-save-images.php:
|
150 |
msgid "No posts found."
|
151 |
msgstr "未找到任何文章。"
|
152 |
|
153 |
-
#: qqworld-auto-save-images.php:
|
154 |
msgid "All done."
|
155 |
msgstr "全部完成。"
|
156 |
|
157 |
-
#: qqworld-auto-save-images.php:
|
158 |
#, fuzzy
|
159 |
msgid "Yes"
|
160 |
msgstr "是"
|
161 |
|
162 |
-
#: qqworld-auto-save-images.php:
|
163 |
msgid "No"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: qqworld-auto-save-images.php:
|
167 |
msgid "Scanning..."
|
168 |
msgstr "掃描中……"
|
169 |
|
170 |
-
#: qqworld-auto-save-images.php:
|
171 |
msgid "Listing..."
|
172 |
msgstr "顯示列表中……"
|
173 |
|
174 |
-
#: qqworld-auto-save-images.php:
|
175 |
#, fuzzy
|
176 |
msgid "ID"
|
177 |
msgstr "博客ID"
|
178 |
|
179 |
-
#: qqworld-auto-save-images.php:
|
180 |
msgid "Post Type"
|
181 |
msgstr "文章類型"
|
182 |
|
183 |
-
#: qqworld-auto-save-images.php:
|
184 |
-
#, fuzzy
|
185 |
msgid "Title"
|
186 |
msgstr "標題"
|
187 |
|
188 |
-
#: qqworld-auto-save-images.php:
|
189 |
-
|
190 |
msgid "Status"
|
191 |
msgstr "狀態"
|
192 |
|
193 |
-
#: qqworld-auto-save-images.php:
|
194 |
msgid "Control"
|
195 |
msgstr "控制"
|
196 |
|
197 |
-
#: qqworld-auto-save-images.php:
|
198 |
#, fuzzy
|
199 |
msgid "Done"
|
200 |
msgstr "全部完成。"
|
201 |
|
202 |
-
#: qqworld-auto-save-images.php:
|
|
|
203 |
#, fuzzy
|
204 |
msgid "Delete"
|
205 |
msgstr "刪除"
|
206 |
|
207 |
-
#: qqworld-auto-save-images.php:
|
208 |
msgid "Congratulation! FTP successfully connected."
|
209 |
msgstr "恭喜!成功連接FTP。"
|
210 |
|
211 |
-
#: qqworld-auto-save-images.php:
|
212 |
msgid "Failed to change ftp directory, Did dirctory not exist?"
|
213 |
msgstr "切換FTP目錄失敗,目錄不存在?"
|
214 |
|
215 |
-
#: qqworld-auto-save-images.php:
|
216 |
msgid "Whoops, FTP logon has failed!"
|
217 |
msgstr "哎呀,登錄FTP失敗。"
|
218 |
|
219 |
-
#: qqworld-auto-save-images.php:
|
220 |
msgid "Whoops, FTP connection has failed!"
|
221 |
msgstr "哎呀,連接FTP失敗。"
|
222 |
|
223 |
-
#: qqworld-auto-save-images.php:
|
224 |
msgid "Has missing images."
|
225 |
msgstr "有不存在的遠程圖像。"
|
226 |
|
227 |
-
#: qqworld-auto-save-images.php:
|
228 |
msgid "Normal"
|
229 |
msgstr "正常"
|
230 |
|
231 |
-
#: qqworld-auto-save-images.php:
|
232 |
msgid "Fetch"
|
233 |
msgstr "抓取"
|
234 |
|
235 |
-
#: qqworld-auto-save-images.php:
|
236 |
msgid "Save Remote Images"
|
237 |
msgstr "保存遠程圖片"
|
238 |
|
239 |
-
#: qqworld-auto-save-images.php:
|
240 |
-
#, fuzzy
|
241 |
msgid "Settings"
|
242 |
-
msgstr "
|
243 |
|
244 |
-
#: qqworld-auto-save-images.php:
|
245 |
msgid "Auto Save Images"
|
246 |
msgstr "自動保存圖片"
|
247 |
|
248 |
-
#: qqworld-auto-save-images.php:
|
249 |
msgid "QQWorld Auto Save Images"
|
250 |
msgstr "QQWorld自動保存圖片"
|
251 |
|
252 |
-
#: qqworld-auto-save-images.php:
|
253 |
msgid "Installation"
|
254 |
msgstr "安裝說明"
|
255 |
|
256 |
-
#: qqworld-auto-save-images.php:
|
257 |
msgid ""
|
258 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
259 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
@@ -264,11 +267,11 @@ msgstr ""
|
|
264 |
"告:如果你的網站域名更改了,必須在數據庫中將所有的圖片鏈接更新到新域名,否則"
|
265 |
"插件會把未更改的圖片再保存一次。</li></ol>"
|
266 |
|
267 |
-
#: qqworld-auto-save-images.php:
|
268 |
msgid "Notice"
|
269 |
msgstr "注意"
|
270 |
|
271 |
-
#: qqworld-auto-save-images.php:
|
272 |
msgid ""
|
273 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
274 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
@@ -297,12 +300,11 @@ msgstr ""
|
|
297 |
"讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
|
298 |
"的,或者使用采集工具自動補完圖片的URL然後從外部提交給Wordpress。"
|
299 |
|
300 |
-
#: qqworld-auto-save-images.php:
|
301 |
-
#, fuzzy
|
302 |
msgid "About"
|
303 |
-
msgstr "
|
304 |
|
305 |
-
#: qqworld-auto-save-images.php:
|
306 |
msgid ""
|
307 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
308 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
@@ -311,663 +313,757 @@ msgid ""
|
|
311 |
"more and more powerful. Now this's my plugin. I hope you will like it, "
|
312 |
"thanks.</p>"
|
313 |
msgstr ""
|
314 |
-
"<p
|
315 |
-
"
|
316 |
"後隨著越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
|
317 |
"希望你們能喜歡它,謝謝。</p>"
|
318 |
|
319 |
-
#: qqworld-auto-save-images.php:
|
320 |
msgid ""
|
321 |
"Automatically keep the all remote picture to the local, and automatically "
|
322 |
"set featured image."
|
323 |
msgstr ""
|
324 |
"自動保存遠程圖片到本地,自動設置特色圖片,並且支持機器人采集軟件從外部提交。"
|
325 |
|
326 |
-
#: qqworld-auto-save-images.php:
|
327 |
msgid "Optimization"
|
328 |
msgstr "優化"
|
329 |
|
330 |
-
#: qqworld-auto-save-images.php:
|
331 |
-
#: qqworld-auto-save-images.php:
|
332 |
msgid "Preview"
|
333 |
msgstr "預覽"
|
334 |
|
335 |
-
#: qqworld-auto-save-images.php:
|
336 |
msgid "Watermark"
|
337 |
msgstr "水印"
|
338 |
|
339 |
-
#: qqworld-auto-save-images.php:
|
340 |
msgid "Database"
|
341 |
msgstr "數據庫"
|
342 |
|
343 |
-
#: qqworld-auto-save-images.php:
|
344 |
msgid "Scan Posts"
|
345 |
msgstr "掃描文章"
|
346 |
|
347 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
348 |
msgid "General Options"
|
349 |
-
msgstr "
|
350 |
|
351 |
-
#: qqworld-auto-save-images.php:
|
352 |
-
#: qqworld-auto-save-images.php:
|
353 |
msgid "Mode"
|
354 |
msgstr "模式"
|
355 |
|
356 |
-
#: qqworld-auto-save-images.php:
|
357 |
msgid "Automatic"
|
358 |
msgstr "自動"
|
359 |
|
360 |
-
#: qqworld-auto-save-images.php:
|
361 |
msgid ""
|
362 |
"Automatically save all remote images to local media libary when you save or "
|
363 |
"publish post."
|
364 |
msgstr "在保存或發布文章時,自動將所有遠程圖像保存到本地媒體庫。"
|
365 |
|
366 |
-
#: qqworld-auto-save-images.php:
|
367 |
msgid "Manual"
|
368 |
msgstr "手動"
|
369 |
|
370 |
-
#: qqworld-auto-save-images.php:
|
371 |
msgid ""
|
372 |
"Manually save all remote images to local media libary when you click the "
|
373 |
"button on the top of editor."
|
374 |
msgstr "當單擊編輯器頂部的按鈕時,手動將所有遠程圖像保存到本地媒體庫。"
|
375 |
|
376 |
-
#: qqworld-auto-save-images.php:
|
377 |
msgid "When"
|
378 |
-
msgstr "
|
379 |
|
380 |
-
#: qqworld-auto-save-images.php:
|
381 |
msgid "Save post (Publish, save draft or pedding review)."
|
382 |
msgstr "保存文章時(發布文章,保存草稿或提交審核)。"
|
383 |
|
384 |
-
#: qqworld-auto-save-images.php:
|
385 |
msgid "Publish post only."
|
386 |
msgstr "僅發布文章時。"
|
387 |
|
388 |
-
#: qqworld-auto-save-images.php:
|
389 |
msgid "Remote Publishing"
|
390 |
msgstr "遠程發布"
|
391 |
|
392 |
-
#: qqworld-auto-save-images.php:
|
393 |
msgid ""
|
394 |
"Save remote images via remote publishing from IFTTT or other way using "
|
395 |
"XMLRPC. Only supports publish post."
|
396 |
msgstr "保存通過IFTTT或其他使用XMLRPC方法遠程發布的遠程圖片。僅支持發布文章。"
|
397 |
|
398 |
-
#: qqworld-auto-save-images.php:
|
|
|
399 |
msgid "Set Featured Image"
|
400 |
msgstr "設置特色圖片"
|
401 |
|
402 |
-
#: qqworld-auto-save-images.php:
|
403 |
msgid "Set first one of the remote images as featured image."
|
404 |
-
msgstr "設置遠程圖片中的第1
|
405 |
|
406 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
407 |
msgid "Filter Options"
|
408 |
msgstr "過濾選項"
|
409 |
|
410 |
-
#: qqworld-auto-save-images.php:
|
411 |
msgid "Grabbing from Each Posts"
|
412 |
msgstr "從每篇文章抓取"
|
413 |
|
414 |
-
#: qqworld-auto-save-images.php:
|
415 |
msgid "All Images"
|
416 |
msgstr "全部圖片"
|
417 |
|
418 |
-
#: qqworld-auto-save-images.php:
|
419 |
#, php-format
|
420 |
msgid "First %d image only"
|
421 |
msgid_plural "First %d images only"
|
422 |
-
msgstr[0] "前 %d
|
423 |
|
424 |
-
#: qqworld-auto-save-images.php:
|
425 |
msgid "Minimum Picture Size"
|
426 |
msgstr "最小圖像尺寸"
|
427 |
|
428 |
-
#: qqworld-auto-save-images.php:
|
429 |
msgid "Ignore smaller than this size picture."
|
430 |
msgstr "忽略比這個尺寸更小的圖像。"
|
431 |
|
432 |
-
#: qqworld-auto-save-images.php:
|
433 |
-
#: qqworld-auto-save-images.php:
|
434 |
msgid "Width:"
|
435 |
msgstr "寬度:"
|
436 |
|
437 |
-
#: qqworld-auto-save-images.php:
|
438 |
-
#: qqworld-auto-save-images.php:
|
439 |
-
#: qqworld-auto-save-images.php:
|
440 |
msgid "(px)"
|
441 |
msgstr "(像素)"
|
442 |
|
443 |
-
#: qqworld-auto-save-images.php:
|
444 |
-
#: qqworld-auto-save-images.php:
|
445 |
msgid "Height:"
|
446 |
msgstr "高度:"
|
447 |
|
448 |
-
#: qqworld-auto-save-images.php:
|
449 |
msgid "Maximum Picture Size"
|
450 |
msgstr "最大圖像尺寸"
|
451 |
|
452 |
-
#: qqworld-auto-save-images.php:
|
453 |
msgid ""
|
454 |
"Automatic reduction is greater than the size of the picture. if you want "
|
455 |
"image width less than 800px with any size height, please set width 800 and "
|
456 |
"leave height blank."
|
457 |
msgstr ""
|
458 |
-
"
|
459 |
-
"800
|
460 |
|
461 |
-
#: qqworld-auto-save-images.php:
|
462 |
msgid "Exclude Domain/Keyword"
|
463 |
msgstr "排除域名/關鍵詞"
|
464 |
|
465 |
-
#: qqworld-auto-save-images.php:
|
466 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
467 |
msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
|
468 |
|
469 |
-
#: qqworld-auto-save-images.php:
|
470 |
msgid "Add a Domain/Keyword"
|
471 |
msgstr "添加域名/關鍵詞"
|
472 |
|
473 |
-
#: qqworld-auto-save-images.php:
|
474 |
msgid "Format Options"
|
475 |
msgstr "格式化選項"
|
476 |
|
477 |
-
#: qqworld-auto-save-images.php:
|
478 |
msgid "Change Image Filename"
|
479 |
msgstr "更改圖片文件名"
|
480 |
|
481 |
-
#: qqworld-auto-save-images.php:
|
482 |
msgid ""
|
483 |
"Only change remote images filename that have Non-ASCii characters (for "
|
484 |
"Windows Server)"
|
485 |
-
msgstr "僅修改包含非ASCii
|
486 |
|
487 |
-
#: qqworld-auto-save-images.php:
|
488 |
msgid ""
|
489 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
490 |
-
msgstr "
|
491 |
|
492 |
-
#: qqworld-auto-save-images.php:
|
493 |
msgid "Custom Filename Structure"
|
494 |
msgstr "自定文件名結構"
|
495 |
|
496 |
-
#: qqworld-auto-save-images.php:
|
497 |
msgid "Original filename or automatic changed filename."
|
498 |
msgstr "原文件名或自動更改的文件名。"
|
499 |
|
500 |
-
#: qqworld-auto-save-images.php:
|
501 |
msgid "Full date, e.g. 20150209."
|
502 |
msgstr "完整的日期,例如:20150209。"
|
503 |
|
504 |
-
#: qqworld-auto-save-images.php:
|
505 |
msgid "YYYY, e.g. 2015."
|
506 |
msgstr "YYYY,例如:2015。"
|
507 |
|
508 |
-
#: qqworld-auto-save-images.php:
|
509 |
msgid "MM, e.g. 02."
|
510 |
msgstr "MM,例如:02。"
|
511 |
|
512 |
-
#: qqworld-auto-save-images.php:
|
513 |
msgid "DD, e.g. 15."
|
514 |
msgstr "DD,例如:15。"
|
515 |
|
516 |
-
#: qqworld-auto-save-images.php:
|
517 |
msgid "HHMMSS, e.g. 182547."
|
518 |
msgstr "HHMMSS,例如:182547。"
|
519 |
|
520 |
-
#: qqworld-auto-save-images.php:
|
521 |
#, php-format
|
522 |
msgid "Unix timestamp, e.g. %s."
|
523 |
msgstr "Unix時間戳,例如:%s。"
|
524 |
|
525 |
-
#: qqworld-auto-save-images.php:
|
526 |
msgid "Change Title & Alt"
|
527 |
msgstr "更改標題和替代文本"
|
528 |
|
529 |
-
#: qqworld-auto-save-images.php:
|
530 |
msgid "Automatically add title & alt of image as post title."
|
531 |
msgstr "自動依照文章標題添加圖片的標題和替代文本。"
|
532 |
|
533 |
-
#: qqworld-auto-save-images.php:
|
534 |
msgid "Keep Outside Links"
|
535 |
msgstr "保留外鏈"
|
536 |
|
537 |
-
#: qqworld-auto-save-images.php:
|
538 |
msgid "Keep the outside links of remote images if exist."
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#: qqworld-auto-save-images.php:
|
542 |
msgid "Save Outside Links"
|
543 |
msgstr "保存外鏈"
|
544 |
|
545 |
-
#: qqworld-auto-save-images.php:
|
546 |
msgid "Save the outside links to description of attachments."
|
547 |
msgstr "保存外部鏈接到附件的描述。"
|
548 |
|
549 |
-
#: qqworld-auto-save-images.php:
|
550 |
msgid ""
|
551 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
552 |
"this below:"
|
553 |
msgstr ""
|
554 |
"如果想自定義該內容,加入類似以下代碼到 <strong>functions.php</strong> 中:"
|
555 |
|
556 |
-
#: qqworld-auto-save-images.php:
|
557 |
msgid "Image Size"
|
558 |
msgstr "圖像尺寸"
|
559 |
|
560 |
-
#: qqworld-auto-save-images.php:
|
561 |
msgid "Replace images you want size to display."
|
562 |
msgstr "替換成你想要顯示的尺寸的圖像。"
|
563 |
|
564 |
-
#: qqworld-auto-save-images.php:
|
565 |
#, fuzzy
|
566 |
msgid "Thumbnail"
|
567 |
msgstr ""
|
568 |
-
"
|
569 |
"jQuery路徑。"
|
570 |
|
571 |
-
#: qqworld-auto-save-images.php:
|
572 |
msgid "Medium"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: qqworld-auto-save-images.php:
|
576 |
msgid "Large"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: qqworld-auto-save-images.php:
|
580 |
-
#, fuzzy
|
581 |
msgid "Full Size"
|
582 |
-
msgstr "
|
583 |
|
584 |
-
#: qqworld-auto-save-images.php:
|
585 |
msgid "Link To"
|
586 |
msgstr "鏈接到"
|
587 |
|
588 |
-
#: qqworld-auto-save-images.php:
|
589 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
590 |
msgstr "如果你勾選了保留外鏈,本項將不起作用。"
|
591 |
|
592 |
-
#: qqworld-auto-save-images.php:
|
593 |
#, fuzzy
|
594 |
msgid "Media File"
|
595 |
msgstr "添加文件"
|
596 |
|
597 |
-
#: qqworld-auto-save-images.php:
|
598 |
#, fuzzy
|
599 |
msgid "Attachment Page"
|
600 |
msgstr "(附件)"
|
601 |
|
602 |
-
#: qqworld-auto-save-images.php:
|
603 |
msgid "None"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: qqworld-auto-save-images.php:
|
607 |
msgid "Additional Content"
|
608 |
msgstr "額外的內容"
|
609 |
|
610 |
-
#: qqworld-auto-save-images.php:
|
611 |
msgid ""
|
612 |
"This content will be displayed after the each remote images code. you can "
|
613 |
"use [Attachment ID] indicate current attachment ID."
|
614 |
msgstr "此內容將在每個遠程圖像編碼後顯示。您可以使用[附件ID]指示當前連接ID。"
|
615 |
|
616 |
-
#: qqworld-auto-save-images.php:
|
617 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
618 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
619 |
|
620 |
-
#: qqworld-auto-save-images.php:
|
621 |
-
#: qqworld-auto-save-images.php:
|
622 |
msgid "Just for preview, The complete feature will on the Pro version."
|
623 |
-
msgstr "
|
624 |
|
625 |
-
#: qqworld-auto-save-images.php:
|
626 |
msgid "Optimization Options"
|
627 |
msgstr "優化選項"
|
628 |
|
629 |
-
#: qqworld-auto-save-images.php:
|
630 |
-
#: qqworld-auto-save-images.php:
|
631 |
-
#: qqworld-auto-save-images.php:
|
632 |
msgid "Enabled"
|
633 |
-
msgstr "
|
634 |
|
635 |
-
#: qqworld-auto-save-images.php:
|
636 |
msgid "Use Cookie-Free Domains to display images."
|
637 |
msgstr "使用免Cookie域名(Cookie-Free Domains)來顯示圖片。"
|
638 |
|
639 |
-
#: qqworld-auto-save-images.php:
|
640 |
msgid ""
|
641 |
"If you don't want using local media library, please select Use-FTP-Remote-"
|
642 |
"Server."
|
643 |
msgstr "如果你不想使用本地媒體庫,請選擇使用FTP遠程服務器。"
|
644 |
|
645 |
-
#: qqworld-auto-save-images.php:
|
646 |
-
msgid "Use local server
|
647 |
-
msgstr "
|
648 |
|
649 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
650 |
msgid "Use FTP remote server"
|
651 |
msgstr "使用FTP遠程服務器"
|
652 |
|
653 |
-
#: qqworld-auto-save-images.php:
|
654 |
msgid "Use AliYun Open Storage Service (OSS)"
|
655 |
-
msgstr "
|
|
|
|
|
|
|
|
|
656 |
|
657 |
-
#: qqworld-auto-save-images.php:
|
658 |
-
#: qqworld-auto-save-images.php:
|
659 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
660 |
msgid "Domain & Folder"
|
661 |
msgstr "域名 & 目錄"
|
662 |
|
663 |
-
#: qqworld-auto-save-images.php:
|
664 |
-
#: qqworld-auto-save-images.php:
|
|
|
665 |
msgid ""
|
666 |
"Set new url structure, Do not end with '/'. The folder string must front "
|
667 |
"with '/'."
|
668 |
msgstr "設置新的URL結構,不要以 '/' 結尾,目錄字符串必須以 '/' 開頭。"
|
669 |
|
670 |
-
#: qqworld-auto-save-images.php:
|
671 |
-
#: qqworld-auto-save-images.php:
|
|
|
672 |
msgid "Host"
|
673 |
msgstr "主機"
|
674 |
|
675 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
676 |
msgid "Folder (Can be empty)"
|
677 |
-
msgstr "
|
678 |
|
679 |
-
#: qqworld-auto-save-images.php:
|
680 |
msgid "FTP Settings"
|
681 |
msgstr "FTP設置"
|
682 |
|
683 |
-
#: qqworld-auto-save-images.php:
|
684 |
msgid "IP Address"
|
685 |
msgstr "IP地址"
|
686 |
|
687 |
-
#: qqworld-auto-save-images.php:
|
688 |
msgid "Port"
|
689 |
msgstr "端口"
|
690 |
|
691 |
-
#: qqworld-auto-save-images.php:
|
|
|
692 |
msgid "Username"
|
693 |
msgstr "用戶名"
|
694 |
|
695 |
-
#: qqworld-auto-save-images.php:
|
|
|
696 |
msgid "Password"
|
697 |
msgstr "密碼"
|
698 |
|
699 |
-
#: qqworld-auto-save-images.php:
|
700 |
msgid "Directory"
|
701 |
msgstr "目錄"
|
702 |
|
703 |
-
#: qqworld-auto-save-images.php:
|
704 |
msgid "Test FTP"
|
705 |
msgstr "測試FTP"
|
706 |
|
707 |
-
#: qqworld-auto-save-images.php:
|
708 |
msgid "Access Key ID"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: qqworld-auto-save-images.php:
|
712 |
msgid "Access Key Secret"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: qqworld-auto-save-images.php:
|
716 |
msgid "Test Access OSS"
|
717 |
msgstr "測試連接OSS"
|
718 |
|
719 |
-
#: qqworld-auto-save-images.php:
|
720 |
msgid "Buckets"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: qqworld-auto-save-images.php:
|
724 |
msgid "Only the authority Public-Read can be used."
|
725 |
msgstr "只有公共讀權限可用。"
|
726 |
|
727 |
-
#: qqworld-auto-save-images.php:
|
728 |
msgid "Bucket Naming conventions:"
|
729 |
msgstr "Bucket命名規範:"
|
730 |
|
731 |
-
#: qqworld-auto-save-images.php:
|
732 |
msgid "Can only contain lowercase letters, numbers, and dashes"
|
733 |
msgstr "只能包含小寫字母,數字和短橫線"
|
734 |
|
735 |
-
#: qqworld-auto-save-images.php:
|
736 |
msgid "You must start and end with lowercase letters and numbers"
|
737 |
msgstr "必須以小寫字母和數字開頭和結尾"
|
738 |
|
739 |
-
#: qqworld-auto-save-images.php:
|
740 |
msgid "BucketName length limits between 3-63"
|
741 |
msgstr "bucketName的長度限制在3-63之間"
|
742 |
|
743 |
-
#: qqworld-auto-save-images.php:
|
744 |
msgid "Delete Bucket"
|
745 |
msgstr "刪除Bucket"
|
746 |
|
747 |
-
#: qqworld-auto-save-images.php:
|
748 |
msgid "New Bucket Name"
|
749 |
msgstr "新Bucket名"
|
750 |
|
751 |
-
#: qqworld-auto-save-images.php:
|
752 |
msgid "Create a New Bucket"
|
753 |
msgstr "新建Bucket"
|
754 |
|
755 |
-
#: qqworld-auto-save-images.php:
|
|
|
756 |
msgid "Scan & Sync"
|
757 |
msgstr "掃描 & 同步"
|
758 |
|
759 |
-
#: qqworld-auto-save-images.php:
|
760 |
msgid "Automatically scan media library and sync to AliYun OSS."
|
761 |
msgstr "自動掃描媒體庫並同步到阿裡雲OSS。"
|
762 |
|
763 |
-
#: qqworld-auto-save-images.php:
|
764 |
-
msgid "Scan"
|
765 |
-
msgstr "
|
|
|
|
|
|
|
|
|
766 |
|
767 |
-
#: qqworld-auto-save-images.php:
|
|
|
768 |
msgid "Sync Delete"
|
769 |
msgstr "同步刪除"
|
770 |
|
771 |
-
#: qqworld-auto-save-images.php:
|
772 |
msgid ""
|
773 |
"When you delete a local attachment file, delete the OSS file synchronization."
|
774 |
msgstr "當你刪除本地附件文件時,同時刪除OSS上的文件。"
|
775 |
|
776 |
-
#: qqworld-auto-save-images.php:
|
|
|
777 |
msgid "Auto Replace"
|
778 |
msgstr "自動替換"
|
779 |
|
780 |
-
#: qqworld-auto-save-images.php:
|
781 |
msgid ""
|
782 |
"Automatically replaces post content's local url as OSS's url when syncing."
|
783 |
-
msgstr "當同步時自動將文章內容中的本地URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
784 |
|
785 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
786 |
msgid "Proxy Settings"
|
787 |
msgstr "代理設置"
|
788 |
|
789 |
-
#: qqworld-auto-save-images.php:
|
790 |
msgid "Use proxy server to download images."
|
791 |
msgstr "使用代理服務器下載圖片。"
|
792 |
|
793 |
-
#: qqworld-auto-save-images.php:
|
794 |
msgid "Timeout"
|
795 |
msgstr "超時"
|
796 |
|
797 |
-
#: qqworld-auto-save-images.php:
|
798 |
msgid "Set timeout period on proxy."
|
799 |
msgstr "設置代理超時時間。"
|
800 |
|
801 |
-
#: qqworld-auto-save-images.php:
|
802 |
msgid "Second(s)"
|
803 |
msgstr "秒"
|
804 |
|
805 |
-
#: qqworld-auto-save-images.php:
|
806 |
msgid "Proxy Address"
|
807 |
msgstr "代理地址"
|
808 |
|
809 |
-
#: qqworld-auto-save-images.php:
|
810 |
msgid "For example: 127.0.0.1:8087"
|
811 |
msgstr "示例:127.0.0.1:8087"
|
812 |
|
813 |
-
#: qqworld-auto-save-images.php:
|
814 |
msgid "Images Compression Options"
|
815 |
msgstr "圖片壓縮選項"
|
816 |
|
817 |
-
#: qqworld-auto-save-images.php:
|
818 |
msgid "Enable compress images when uploading."
|
819 |
-
msgstr "
|
820 |
|
821 |
-
#: qqworld-auto-save-images.php:
|
822 |
msgid "Quality"
|
823 |
msgstr "品質"
|
824 |
|
825 |
-
#: qqworld-auto-save-images.php:
|
826 |
msgid ""
|
827 |
"Compression level, ranges from 0 (worst quality, smaller file) to 100 (best "
|
828 |
"quality, biggest file)."
|
829 |
msgstr "壓縮級別,範圍從0(最低品質,文件較小)到100(最高品質,文件較大)。"
|
830 |
|
831 |
-
#: qqworld-auto-save-images.php:
|
832 |
msgid " (Recommend)"
|
833 |
msgstr "(推薦)"
|
834 |
|
835 |
-
#: qqworld-auto-save-images.php:
|
836 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
837 |
msgid "Buy"
|
838 |
msgstr "購買"
|
839 |
|
840 |
-
#: qqworld-auto-save-images.php:
|
841 |
-
#: qqworld-auto-save-images.php:
|
842 |
-
msgid "QQWorld
|
843 |
-
msgstr "QQWorld
|
844 |
|
845 |
-
#: qqworld-auto-save-images.php:
|
846 |
msgid "Enabled Watermark"
|
847 |
-
msgstr "
|
848 |
|
849 |
-
#: qqworld-auto-save-images.php:
|
850 |
msgid "Use for both of remote images and the local upload."
|
851 |
-
msgstr "
|
852 |
|
853 |
-
#: qqworld-auto-save-images.php:
|
854 |
msgid "Ignore animated GIF"
|
855 |
msgstr "忽略GIF動畫"
|
856 |
|
857 |
-
#: qqworld-auto-save-images.php:
|
858 |
msgid "Filter"
|
859 |
msgstr "過濾"
|
860 |
|
861 |
-
#: qqworld-auto-save-images.php:
|
862 |
msgid "Skip images that smaller than this size."
|
863 |
msgstr "跳過比這個尺寸更小的圖像。"
|
864 |
|
865 |
-
#: qqworld-auto-save-images.php:
|
866 |
msgid "Align To"
|
867 |
msgstr "對齊方式"
|
868 |
|
869 |
-
#: qqworld-auto-save-images.php:
|
870 |
msgid "Position"
|
871 |
msgstr "位置"
|
872 |
|
873 |
-
#: qqworld-auto-save-images.php:
|
874 |
msgid "You can try to drag the watermark image."
|
875 |
msgstr "你可以試著拖動水印圖片。"
|
876 |
|
877 |
-
#: qqworld-auto-save-images.php:
|
878 |
-
#: qqworld-auto-save-images.php:
|
879 |
msgid "Offset"
|
880 |
msgstr "偏移"
|
881 |
|
882 |
-
#: qqworld-auto-save-images.php:
|
883 |
msgid "Opacity"
|
884 |
msgstr "不透明度"
|
885 |
|
886 |
-
#: qqworld-auto-save-images.php:
|
887 |
msgid "Upload Watermark Image"
|
888 |
msgstr "上傳水印圖片"
|
889 |
|
890 |
-
#: qqworld-auto-save-images.php:
|
891 |
msgid "Insert a Watermark Image"
|
892 |
msgstr "插入水印圖片"
|
893 |
|
894 |
-
#: qqworld-auto-save-images.php:
|
895 |
msgid "Default Watermark"
|
896 |
msgstr "默認水印"
|
897 |
|
898 |
-
#: qqworld-auto-save-images.php:
|
899 |
msgid "Content Replacement"
|
900 |
msgstr "內容替換"
|
901 |
|
902 |
-
#: qqworld-auto-save-images.php:
|
903 |
-
msgid " (In Development)"
|
904 |
-
msgstr "(開發中)"
|
905 |
-
|
906 |
-
#: qqworld-auto-save-images.php:1143 qqworld-auto-save-images.php:1145
|
907 |
msgctxt "database"
|
908 |
msgid "Table"
|
909 |
msgstr "表"
|
910 |
|
911 |
-
#: qqworld-auto-save-images.php:
|
912 |
#, fuzzy
|
913 |
msgid "Posts"
|
914 |
msgstr "熱門文章"
|
915 |
|
916 |
-
#: qqworld-auto-save-images.php:
|
917 |
msgid "Comments"
|
918 |
msgstr "評論"
|
919 |
|
920 |
-
#: qqworld-auto-save-images.php:
|
921 |
msgctxt "database"
|
922 |
msgid "Field"
|
923 |
msgstr "字段"
|
924 |
|
925 |
-
#: qqworld-auto-save-images.php:
|
926 |
msgctxt "database"
|
927 |
msgid "Post Content"
|
928 |
msgstr "文章內容"
|
929 |
|
930 |
-
#: qqworld-auto-save-images.php:
|
931 |
msgctxt "database"
|
932 |
msgid "Post Title"
|
933 |
msgstr "文章標題"
|
934 |
|
935 |
-
#: qqworld-auto-save-images.php:
|
936 |
msgctxt "database"
|
937 |
msgid "Post Excerpt"
|
938 |
msgstr "文章摘要"
|
939 |
|
940 |
-
#: qqworld-auto-save-images.php:
|
941 |
-
#: qqworld-auto-save-images.php:
|
942 |
msgctxt "database"
|
943 |
msgid "Source Text"
|
944 |
msgstr "來源文本"
|
945 |
|
946 |
-
#: qqworld-auto-save-images.php:
|
947 |
msgid "For example: "
|
948 |
msgstr "範例:"
|
949 |
|
950 |
-
#: qqworld-auto-save-images.php:
|
951 |
-
#: qqworld-auto-save-images.php:
|
952 |
msgctxt "database"
|
953 |
msgid "Replacement Text"
|
954 |
msgstr "替換文本"
|
955 |
|
956 |
-
#: qqworld-auto-save-images.php:
|
957 |
msgid "Replace Now"
|
958 |
msgstr "立即替換"
|
959 |
|
960 |
-
#: qqworld-auto-save-images.php:
|
961 |
msgid ""
|
962 |
"Be careful, before you click the Replace-Now button, i recommend backup the "
|
963 |
"website database."
|
964 |
msgstr "小心,在你點立即替換之前,我建議先備份網站數據庫。"
|
965 |
|
966 |
-
#: qqworld-auto-save-images.php:
|
967 |
msgid "Select post types"
|
968 |
msgstr "選擇文章類型"
|
969 |
|
970 |
-
#: qqworld-auto-save-images.php:
|
971 |
msgid ""
|
972 |
"If you have too many posts to be scan, sometimes in process looks like "
|
973 |
"stopping, but it may be fake. please be patient."
|
@@ -975,20 +1071,20 @@ msgstr ""
|
|
975 |
"如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
|
976 |
"請耐心等待。"
|
977 |
|
978 |
-
#: qqworld-auto-save-images.php:
|
979 |
#, fuzzy
|
980 |
msgid "Categories"
|
981 |
msgstr "%s分類"
|
982 |
|
983 |
-
#: qqworld-auto-save-images.php:
|
984 |
msgid "Default empty to scan all categories."
|
985 |
msgstr "默認留空掃描所有分類。"
|
986 |
|
987 |
-
#: qqworld-auto-save-images.php:
|
988 |
msgid "Scope of Post ID"
|
989 |
msgstr "文章ID範圍"
|
990 |
|
991 |
-
#: qqworld-auto-save-images.php:
|
992 |
msgid ""
|
993 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
994 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
@@ -999,12 +1095,12 @@ msgstr ""
|
|
999 |
"者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
|
1000 |
"該ID。"
|
1001 |
|
1002 |
-
#: qqworld-auto-save-images.php:
|
1003 |
#, php-format
|
1004 |
msgid "From %1$s to %2$s"
|
1005 |
msgstr "從 %1$s 到 %2$s"
|
1006 |
|
1007 |
-
#: qqworld-auto-save-images.php:
|
1008 |
msgid ""
|
1009 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
1010 |
"in the textfield and select '100'."
|
@@ -1012,63 +1108,62 @@ msgstr ""
|
|
1012 |
"默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入“50”並在下拉菜單中"
|
1013 |
"選擇“100”。"
|
1014 |
|
1015 |
-
#: qqworld-auto-save-images.php:
|
1016 |
#, php-format
|
1017 |
msgid "Start from %s to Scan"
|
1018 |
msgstr "從 %s 開始掃描"
|
1019 |
|
1020 |
-
#: qqworld-auto-save-images.php:
|
1021 |
#, fuzzy
|
1022 |
msgid "All"
|
1023 |
msgstr "所有"
|
1024 |
|
1025 |
-
#: qqworld-auto-save-images.php:
|
1026 |
msgid "Any"
|
1027 |
msgstr "任意"
|
1028 |
|
1029 |
-
#: qqworld-auto-save-images.php:
|
1030 |
msgid "Order By"
|
1031 |
msgstr "排序依據"
|
1032 |
|
1033 |
-
#: qqworld-auto-save-images.php:
|
1034 |
-
#, fuzzy
|
1035 |
msgid "Author"
|
1036 |
-
msgstr "
|
1037 |
|
1038 |
-
#: qqworld-auto-save-images.php:
|
1039 |
#, fuzzy
|
1040 |
msgid "Date"
|
1041 |
msgstr "日期"
|
1042 |
|
1043 |
-
#: qqworld-auto-save-images.php:
|
1044 |
#, fuzzy
|
1045 |
msgid "Last Modified"
|
1046 |
-
msgstr "
|
1047 |
|
1048 |
-
#: qqworld-auto-save-images.php:
|
1049 |
msgid "Comment Count"
|
1050 |
-
msgstr "
|
1051 |
|
1052 |
-
#: qqworld-auto-save-images.php:
|
1053 |
#, fuzzy
|
1054 |
msgid "Order"
|
1055 |
msgstr "順序"
|
1056 |
|
1057 |
-
#: qqworld-auto-save-images.php:
|
1058 |
msgid "Speed"
|
1059 |
msgstr "速度"
|
1060 |
|
1061 |
-
#: qqworld-auto-save-images.php:
|
1062 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
1063 |
msgstr "如果服務器壓力過大,可以適當調低速度。"
|
1064 |
|
1065 |
-
#: qqworld-auto-save-images.php:
|
1066 |
msgid ""
|
1067 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
1068 |
"take a long time."
|
1069 |
msgstr "掃描所有的文章,將所有遠程圖片保存到本地,可能需要很長時間。"
|
1070 |
|
1071 |
-
#: qqworld-auto-save-images.php:
|
1072 |
msgid ""
|
1073 |
"The list displayed will show you which posts including remote images, then "
|
1074 |
"you can keep them to local manually via click \"Fetch\" button."
|
@@ -1076,22 +1171,64 @@ msgstr ""
|
|
1076 |
"顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊“抓取”按鈕手動保"
|
1077 |
"存。"
|
1078 |
|
1079 |
-
#: qqworld-auto-save-images.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1080 |
msgid "Has Missing/Undownloadable images."
|
1081 |
msgstr "有 不存在/不可下載 的遠程圖像。"
|
1082 |
|
1083 |
-
#: qqworld-auto-save-images.php:
|
1084 |
msgid "No remote images found."
|
1085 |
msgstr "沒有遠程圖像。"
|
1086 |
|
1087 |
-
#: qqworld-auto-save-images.php:
|
1088 |
msgid "Original Link"
|
1089 |
msgstr "原始鏈接"
|
1090 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1091 |
#~ msgid ""
|
1092 |
#~ "Just for preview, The complete feature will on the Pro version. Don't "
|
1093 |
#~ "worry, other features will be free forever."
|
1094 |
-
#~ msgstr "
|
1095 |
|
1096 |
#~ msgid "Use remote server"
|
1097 |
#~ msgstr "使用遠程服務器"
|
@@ -1103,17 +1240,14 @@ msgstr "原始鏈接"
|
|
1103 |
#~ msgid "Do not end with '/'."
|
1104 |
#~ msgstr "結尾不要有 '/'。"
|
1105 |
|
1106 |
-
#~ msgid "Use local server"
|
1107 |
-
#~ msgstr "使用本地服務器"
|
1108 |
-
|
1109 |
#~ msgid "Your server PHP version lower than 5.4, so this feature not works."
|
1110 |
-
#~ msgstr "服務器PHP
|
1111 |
|
1112 |
#~ msgid "Trial"
|
1113 |
#~ msgstr "試用"
|
1114 |
|
1115 |
#~ msgid "Coming.. I don't know when, Who cares.."
|
1116 |
-
#~ msgstr "
|
1117 |
|
1118 |
#~ msgid ""
|
1119 |
#~ "Recommeded choose option 2, if you choose option 3, make sure post name | "
|
@@ -1123,7 +1257,7 @@ msgstr "原始鏈接"
|
|
1123 |
#~ msgstr ""
|
1124 |
#~ "推薦選擇第2項,如果選擇第3項,請確保文章名(Post Name | Slug)不包含中文和"
|
1125 |
#~ "其他東亞字符。提示:如果您的主機操作系統是Linux,可以選擇第1項而不會導致亂"
|
1126 |
-
#~ "
|
1127 |
|
1128 |
#~ msgid "Grabbing from Each Post"
|
1129 |
#~ msgstr "從每篇文章抓取"
|
@@ -1141,7 +1275,7 @@ msgstr "原始鏈接"
|
|
1141 |
#~ msgid ""
|
1142 |
#~ "Only change remote images filename that has Chinese or other East Asian "
|
1143 |
#~ "characters (for Windows Server)"
|
1144 |
-
#~ msgstr "
|
1145 |
|
1146 |
#~ msgid "Filename Structure"
|
1147 |
#~ msgstr "文件名結構"
|
@@ -1155,7 +1289,7 @@ msgstr "原始鏈接"
|
|
1155 |
#~ msgstr "僅改變包含中文或其他東亞字符的遠程圖片文件名"
|
1156 |
|
1157 |
#~ msgid "Change all remote images Filename and Alt as post name"
|
1158 |
-
#~ msgstr "
|
1159 |
|
1160 |
#~ msgid "Save Outside Link"
|
1161 |
#~ msgstr "保存外鏈"
|
@@ -1174,7 +1308,7 @@ msgstr "原始鏈接"
|
|
1174 |
#~ "Recommeded enable option 2, if you choose option 3, make sure post name | "
|
1175 |
#~ "slug exclude Chinese or other East Asian characters."
|
1176 |
#~ msgstr ""
|
1177 |
-
#~ "
|
1178 |
#~ "其他東亞字符。"
|
1179 |
|
1180 |
#~ msgid ""
|
@@ -1183,18 +1317,18 @@ msgstr "原始鏈接"
|
|
1183 |
#~ "suggest enable it."
|
1184 |
#~ msgstr ""
|
1185 |
#~ "如果勾選了此項,當遠程圖片名包含中文或其他東亞字符的時候,將自動更改圖片文"
|
1186 |
-
#~ "
|
1187 |
|
1188 |
#~ msgid ""
|
1189 |
#~ "Automatic reduction is greater than the size of the picture. if you want "
|
1190 |
#~ "image width less than 800px with any size height, please set width 800 "
|
1191 |
#~ "and left height blank."
|
1192 |
#~ msgstr ""
|
1193 |
-
#~ "
|
1194 |
-
#~ "寬度800
|
1195 |
|
1196 |
#~ msgid "Automatic reduction is greater than the size of the picture."
|
1197 |
-
#~ msgstr "
|
1198 |
|
1199 |
#~ msgid ""
|
1200 |
#~ "This content will be displayed after the each remote images code. you can "
|
@@ -1234,7 +1368,7 @@ msgstr "原始鏈接"
|
|
1234 |
#~ msgid ""
|
1235 |
#~ "<p>Hi everyone, My name is Michael Wang, I hope you will like my plugin. "
|
1236 |
#~ "thanks.</p>"
|
1237 |
-
#~ msgstr "<p
|
1238 |
|
1239 |
#~ msgid "Upload a Watermark Image"
|
1240 |
#~ msgstr "上傳水印圖片"
|
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: 2015-05-21 13:51+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-05-21 13: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"
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
14 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
15 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
16 |
+
"X-Generator: Poedit 1.7.7\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: qqworld-auto-save-images.php:189
|
23 |
msgid "Michael Wang"
|
24 |
+
msgstr "王曉骞"
|
25 |
|
26 |
+
#: qqworld-auto-save-images.php:190
|
27 |
+
msgid " (In Development)"
|
28 |
+
msgstr "(開發中)"
|
29 |
+
|
30 |
+
#: qqworld-auto-save-images.php:197
|
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:198
|
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:199
|
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:235
|
51 |
msgid "No taxonomies found."
|
52 |
msgstr "沒有相關分類方法。"
|
53 |
|
54 |
+
#: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:442
|
55 |
+
#: qqworld-auto-save-images.php:1631
|
56 |
msgid "All remote images have been saved."
|
57 |
msgstr "已保存所有遠程圖像。"
|
58 |
|
59 |
+
#: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:244
|
60 |
#, php-format
|
61 |
msgid " <a href=\"%s\">View</a>"
|
62 |
msgstr " <a href=\"%s\">查看</a>"
|
63 |
|
64 |
+
#: qqworld-auto-save-images.php:244
|
65 |
msgid "Has missing images or image which could not download."
|
66 |
msgstr "內容包含 不存在/無法下載 的圖像。"
|
67 |
|
68 |
+
#: qqworld-auto-save-images.php:265
|
69 |
msgid "In Process..."
|
70 |
msgstr "正在保存……"
|
71 |
|
72 |
+
#: qqworld-auto-save-images.php:266
|
73 |
msgid "Something error, please check."
|
74 |
msgstr "出錯了,請檢查。"
|
75 |
|
76 |
+
#: qqworld-auto-save-images.php:288
|
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:289 qqworld-auto-save-images.php:1389
|
83 |
msgid "Please select post types."
|
84 |
msgstr "請選擇文章類型。"
|
85 |
|
86 |
+
#: qqworld-auto-save-images.php:290
|
87 |
msgid "May be a problem with some posts: "
|
88 |
msgstr "也許一些文章有問題:"
|
89 |
|
90 |
+
#: qqworld-auto-save-images.php:291
|
91 |
#, php-format
|
92 |
msgid "No need enter \"%s\"."
|
93 |
msgstr "不需要輸入“%s”。"
|
94 |
|
95 |
+
#: qqworld-auto-save-images.php:292
|
96 |
#, php-format
|
97 |
msgid "%d post has been scanned."
|
98 |
msgstr "已掃描%d篇文章。"
|
99 |
|
100 |
+
#: qqworld-auto-save-images.php:293
|
101 |
#, php-format
|
102 |
msgid "%d posts have been scanned."
|
103 |
msgstr "已掃描%d篇文章。"
|
104 |
|
105 |
+
#: qqworld-auto-save-images.php:294
|
106 |
#, php-format
|
107 |
msgid "%d post included remote images processed."
|
108 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
109 |
|
110 |
+
#: qqworld-auto-save-images.php:295
|
111 |
#, php-format
|
112 |
msgid "%d posts included remote images processed."
|
113 |
msgstr "已處理%d篇包含遠程圖像的文章。"
|
114 |
|
115 |
+
#: qqworld-auto-save-images.php:296
|
116 |
#, php-format
|
117 |
msgid "%d post has missing images couldn't be processed."
|
118 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
119 |
|
120 |
+
#: qqworld-auto-save-images.php:297
|
121 |
#, php-format
|
122 |
msgid "%d posts have missing images couldn't be processed."
|
123 |
msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
|
124 |
|
125 |
+
#: qqworld-auto-save-images.php:298
|
126 |
#, php-format
|
127 |
msgid "found %d post including remote images."
|
128 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
129 |
|
130 |
+
#: qqworld-auto-save-images.php:299
|
131 |
#, php-format
|
132 |
msgid "found %d posts including remote images."
|
133 |
msgstr "找到%d篇包含遠程圖像的文章。"
|
134 |
|
135 |
+
#: qqworld-auto-save-images.php:300
|
136 |
#, php-format
|
137 |
msgid "And with %d post has missing images."
|
138 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
139 |
|
140 |
+
#: qqworld-auto-save-images.php:301
|
141 |
#, php-format
|
142 |
msgid "And with %d posts have missing images."
|
143 |
msgstr "其中有%d篇文章包含不存在的遠程圖像。"
|
144 |
|
145 |
+
#: qqworld-auto-save-images.php:302
|
146 |
msgid "No posts processed."
|
147 |
msgstr "未處理任何文章。"
|
148 |
|
149 |
+
#: qqworld-auto-save-images.php:303
|
150 |
msgid "No post has remote images found."
|
151 |
msgstr "沒有文章包含遠程圖像。"
|
152 |
|
153 |
+
#: qqworld-auto-save-images.php:304
|
154 |
msgid "No posts found."
|
155 |
msgstr "未找到任何文章。"
|
156 |
|
157 |
+
#: qqworld-auto-save-images.php:305
|
158 |
msgid "All done."
|
159 |
msgstr "全部完成。"
|
160 |
|
161 |
+
#: qqworld-auto-save-images.php:306
|
162 |
#, fuzzy
|
163 |
msgid "Yes"
|
164 |
msgstr "是"
|
165 |
|
166 |
+
#: qqworld-auto-save-images.php:307 qqworld-auto-save-images.php:711
|
167 |
msgid "No"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: qqworld-auto-save-images.php:308
|
171 |
msgid "Scanning..."
|
172 |
msgstr "掃描中……"
|
173 |
|
174 |
+
#: qqworld-auto-save-images.php:309
|
175 |
msgid "Listing..."
|
176 |
msgstr "顯示列表中……"
|
177 |
|
178 |
+
#: qqworld-auto-save-images.php:310 qqworld-auto-save-images.php:1431
|
179 |
#, fuzzy
|
180 |
msgid "ID"
|
181 |
msgstr "博客ID"
|
182 |
|
183 |
+
#: qqworld-auto-save-images.php:311
|
184 |
msgid "Post Type"
|
185 |
msgstr "文章類型"
|
186 |
|
187 |
+
#: qqworld-auto-save-images.php:312 qqworld-auto-save-images.php:1433
|
|
|
188 |
msgid "Title"
|
189 |
msgstr "標題"
|
190 |
|
191 |
+
#: qqworld-auto-save-images.php:313 qqworld-auto-save-images.php:1411
|
192 |
+
#: qqworld-auto-save-images.php:1494
|
193 |
msgid "Status"
|
194 |
msgstr "狀態"
|
195 |
|
196 |
+
#: qqworld-auto-save-images.php:314
|
197 |
msgid "Control"
|
198 |
msgstr "控制"
|
199 |
|
200 |
+
#: qqworld-auto-save-images.php:315
|
201 |
#, fuzzy
|
202 |
msgid "Done"
|
203 |
msgstr "全部完成。"
|
204 |
|
205 |
+
#: qqworld-auto-save-images.php:316 qqworld-auto-save-images.php:693
|
206 |
+
#: qqworld-auto-save-images.php:1499
|
207 |
#, fuzzy
|
208 |
msgid "Delete"
|
209 |
msgstr "刪除"
|
210 |
|
211 |
+
#: qqworld-auto-save-images.php:339
|
212 |
msgid "Congratulation! FTP successfully connected."
|
213 |
msgstr "恭喜!成功連接FTP。"
|
214 |
|
215 |
+
#: qqworld-auto-save-images.php:341
|
216 |
msgid "Failed to change ftp directory, Did dirctory not exist?"
|
217 |
msgstr "切換FTP目錄失敗,目錄不存在?"
|
218 |
|
219 |
+
#: qqworld-auto-save-images.php:344
|
220 |
msgid "Whoops, FTP logon has failed!"
|
221 |
msgstr "哎呀,登錄FTP失敗。"
|
222 |
|
223 |
+
#: qqworld-auto-save-images.php:347
|
224 |
msgid "Whoops, FTP connection has failed!"
|
225 |
msgstr "哎呀,連接FTP失敗。"
|
226 |
|
227 |
+
#: qqworld-auto-save-images.php:442 qqworld-auto-save-images.php:476
|
228 |
msgid "Has missing images."
|
229 |
msgstr "有不存在的遠程圖像。"
|
230 |
|
231 |
+
#: qqworld-auto-save-images.php:476
|
232 |
msgid "Normal"
|
233 |
msgstr "正常"
|
234 |
|
235 |
+
#: qqworld-auto-save-images.php:477
|
236 |
msgid "Fetch"
|
237 |
msgstr "抓取"
|
238 |
|
239 |
+
#: qqworld-auto-save-images.php:519
|
240 |
msgid "Save Remote Images"
|
241 |
msgstr "保存遠程圖片"
|
242 |
|
243 |
+
#: qqworld-auto-save-images.php:530 qqworld-auto-save-images.php:573
|
|
|
244 |
msgid "Settings"
|
245 |
+
msgstr "設置"
|
246 |
|
247 |
+
#: qqworld-auto-save-images.php:538
|
248 |
msgid "Auto Save Images"
|
249 |
msgstr "自動保存圖片"
|
250 |
|
251 |
+
#: qqworld-auto-save-images.php:540 qqworld-auto-save-images.php:567
|
252 |
msgid "QQWorld Auto Save Images"
|
253 |
msgstr "QQWorld自動保存圖片"
|
254 |
|
255 |
+
#: qqworld-auto-save-images.php:549
|
256 |
msgid "Installation"
|
257 |
msgstr "安裝說明"
|
258 |
|
259 |
+
#: qqworld-auto-save-images.php:550
|
260 |
msgid ""
|
261 |
"<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
|
262 |
"strong> in php.ini.</li><li>Warning: If your website domain has been "
|
267 |
"告:如果你的網站域名更改了,必須在數據庫中將所有的圖片鏈接更新到新域名,否則"
|
268 |
"插件會把未更改的圖片再保存一次。</li></ol>"
|
269 |
|
270 |
+
#: qqworld-auto-save-images.php:554
|
271 |
msgid "Notice"
|
272 |
msgstr "注意"
|
273 |
|
274 |
+
#: qqworld-auto-save-images.php:555
|
275 |
msgid ""
|
276 |
"<ul><li>This plugin has a little problem that is all the image url must be "
|
277 |
"full url, it means must included \"http(s)://\", for example:<ul><li><img "
|
300 |
"讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
|
301 |
"的,或者使用采集工具自動補完圖片的URL然後從外部提交給Wordpress。"
|
302 |
|
303 |
+
#: qqworld-auto-save-images.php:559
|
|
|
304 |
msgid "About"
|
305 |
+
msgstr "關于"
|
306 |
|
307 |
+
#: qqworld-auto-save-images.php:560
|
308 |
msgid ""
|
309 |
"<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
|
310 |
"just for play in the first place, after 1 year, oneday someone sent an email "
|
313 |
"more and more powerful. Now this's my plugin. I hope you will like it, "
|
314 |
"thanks.</p>"
|
315 |
msgstr ""
|
316 |
+
"<p>大家好,我是王曉骞,來自中國。</p><p>我最開始制作本插件只是爲了玩,一年後"
|
317 |
+
"的某一天,某人以一封郵件向我求助,我才很高興得意識到居然有人喜歡我的插件,然"
|
318 |
"後隨著越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
|
319 |
"希望你們能喜歡它,謝謝。</p>"
|
320 |
|
321 |
+
#: qqworld-auto-save-images.php:568
|
322 |
msgid ""
|
323 |
"Automatically keep the all remote picture to the local, and automatically "
|
324 |
"set featured image."
|
325 |
msgstr ""
|
326 |
"自動保存遠程圖片到本地,自動設置特色圖片,並且支持機器人采集軟件從外部提交。"
|
327 |
|
328 |
+
#: qqworld-auto-save-images.php:574
|
329 |
msgid "Optimization"
|
330 |
msgstr "優化"
|
331 |
|
332 |
+
#: qqworld-auto-save-images.php:574 qqworld-auto-save-images.php:575
|
333 |
+
#: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:578
|
334 |
msgid "Preview"
|
335 |
msgstr "預覽"
|
336 |
|
337 |
+
#: qqworld-auto-save-images.php:575
|
338 |
msgid "Watermark"
|
339 |
msgstr "水印"
|
340 |
|
341 |
+
#: qqworld-auto-save-images.php:576
|
342 |
msgid "Database"
|
343 |
msgstr "數據庫"
|
344 |
|
345 |
+
#: qqworld-auto-save-images.php:577
|
346 |
msgid "Scan Posts"
|
347 |
msgstr "掃描文章"
|
348 |
|
349 |
+
#: qqworld-auto-save-images.php:578 qqworld-auto-save-images.php:1478
|
350 |
+
msgid "Cron"
|
351 |
+
msgstr "計劃任務"
|
352 |
+
|
353 |
+
#: qqworld-auto-save-images.php:581
|
354 |
msgid "General Options"
|
355 |
+
msgstr "常規設置"
|
356 |
|
357 |
+
#: qqworld-auto-save-images.php:585 qqworld-auto-save-images.php:587
|
358 |
+
#: qqworld-auto-save-images.php:835 qqworld-auto-save-images.php:837
|
359 |
msgid "Mode"
|
360 |
msgstr "模式"
|
361 |
|
362 |
+
#: qqworld-auto-save-images.php:590 qqworld-auto-save-images.php:1469
|
363 |
msgid "Automatic"
|
364 |
msgstr "自動"
|
365 |
|
366 |
+
#: qqworld-auto-save-images.php:591
|
367 |
msgid ""
|
368 |
"Automatically save all remote images to local media libary when you save or "
|
369 |
"publish post."
|
370 |
msgstr "在保存或發布文章時,自動將所有遠程圖像保存到本地媒體庫。"
|
371 |
|
372 |
+
#: qqworld-auto-save-images.php:594 qqworld-auto-save-images.php:1470
|
373 |
msgid "Manual"
|
374 |
msgstr "手動"
|
375 |
|
376 |
+
#: qqworld-auto-save-images.php:595
|
377 |
msgid ""
|
378 |
"Manually save all remote images to local media libary when you click the "
|
379 |
"button on the top of editor."
|
380 |
msgstr "當單擊編輯器頂部的按鈕時,手動將所有遠程圖像保存到本地媒體庫。"
|
381 |
|
382 |
+
#: qqworld-auto-save-images.php:600 qqworld-auto-save-images.php:602
|
383 |
msgid "When"
|
384 |
+
msgstr "什麽時候"
|
385 |
|
386 |
+
#: qqworld-auto-save-images.php:605
|
387 |
msgid "Save post (Publish, save draft or pedding review)."
|
388 |
msgstr "保存文章時(發布文章,保存草稿或提交審核)。"
|
389 |
|
390 |
+
#: qqworld-auto-save-images.php:609
|
391 |
msgid "Publish post only."
|
392 |
msgstr "僅發布文章時。"
|
393 |
|
394 |
+
#: qqworld-auto-save-images.php:615 qqworld-auto-save-images.php:617
|
395 |
msgid "Remote Publishing"
|
396 |
msgstr "遠程發布"
|
397 |
|
398 |
+
#: qqworld-auto-save-images.php:615
|
399 |
msgid ""
|
400 |
"Save remote images via remote publishing from IFTTT or other way using "
|
401 |
"XMLRPC. Only supports publish post."
|
402 |
msgstr "保存通過IFTTT或其他使用XMLRPC方法遠程發布的遠程圖片。僅支持發布文章。"
|
403 |
|
404 |
+
#: qqworld-auto-save-images.php:625 qqworld-auto-save-images.php:627
|
405 |
+
#: qqworld-auto-save-images.php:636
|
406 |
msgid "Set Featured Image"
|
407 |
msgstr "設置特色圖片"
|
408 |
|
409 |
+
#: qqworld-auto-save-images.php:625
|
410 |
msgid "Set first one of the remote images as featured image."
|
411 |
+
msgstr "設置遠程圖片中的第1個爲特色圖片。"
|
412 |
|
413 |
+
#: qqworld-auto-save-images.php:634
|
414 |
+
msgid "Demo of Pro Edition"
|
415 |
+
msgstr "專業版的演示"
|
416 |
+
|
417 |
+
#: qqworld-auto-save-images.php:637
|
418 |
+
msgid ""
|
419 |
+
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
|
420 |
+
"KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
|
421 |
+
msgstr ""
|
422 |
+
"<embed src=\"http://player.youku.com/player.php/sid/XOTE3NDk0OTUy/v.swf\" "
|
423 |
+
"allowFullScreen=\"true\" quality=\"high\" width=\"480\" height=\"400\" align="
|
424 |
+
"\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
|
425 |
+
"\"></embed>"
|
426 |
+
|
427 |
+
#: qqworld-auto-save-images.php:642
|
428 |
msgid "Filter Options"
|
429 |
msgstr "過濾選項"
|
430 |
|
431 |
+
#: qqworld-auto-save-images.php:646 qqworld-auto-save-images.php:648
|
432 |
msgid "Grabbing from Each Posts"
|
433 |
msgstr "從每篇文章抓取"
|
434 |
|
435 |
+
#: qqworld-auto-save-images.php:650
|
436 |
msgid "All Images"
|
437 |
msgstr "全部圖片"
|
438 |
|
439 |
+
#: qqworld-auto-save-images.php:654
|
440 |
#, php-format
|
441 |
msgid "First %d image only"
|
442 |
msgid_plural "First %d images only"
|
443 |
+
msgstr[0] "前 %d 幅圖像"
|
444 |
|
445 |
+
#: qqworld-auto-save-images.php:661 qqworld-auto-save-images.php:663
|
446 |
msgid "Minimum Picture Size"
|
447 |
msgstr "最小圖像尺寸"
|
448 |
|
449 |
+
#: qqworld-auto-save-images.php:661
|
450 |
msgid "Ignore smaller than this size picture."
|
451 |
msgstr "忽略比這個尺寸更小的圖像。"
|
452 |
|
453 |
+
#: qqworld-auto-save-images.php:665 qqworld-auto-save-images.php:677
|
454 |
+
#: qqworld-auto-save-images.php:1204
|
455 |
msgid "Width:"
|
456 |
msgstr "寬度:"
|
457 |
|
458 |
+
#: qqworld-auto-save-images.php:665 qqworld-auto-save-images.php:668
|
459 |
+
#: qqworld-auto-save-images.php:677 qqworld-auto-save-images.php:680
|
460 |
+
#: qqworld-auto-save-images.php:1204 qqworld-auto-save-images.php:1207
|
461 |
msgid "(px)"
|
462 |
msgstr "(像素)"
|
463 |
|
464 |
+
#: qqworld-auto-save-images.php:668 qqworld-auto-save-images.php:680
|
465 |
+
#: qqworld-auto-save-images.php:1207
|
466 |
msgid "Height:"
|
467 |
msgstr "高度:"
|
468 |
|
469 |
+
#: qqworld-auto-save-images.php:673 qqworld-auto-save-images.php:675
|
470 |
msgid "Maximum Picture Size"
|
471 |
msgstr "最大圖像尺寸"
|
472 |
|
473 |
+
#: qqworld-auto-save-images.php:673
|
474 |
msgid ""
|
475 |
"Automatic reduction is greater than the size of the picture. if you want "
|
476 |
"image width less than 800px with any size height, please set width 800 and "
|
477 |
"leave height blank."
|
478 |
msgstr ""
|
479 |
+
"自動縮小大于該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置寬度"
|
480 |
+
"800,並設置高度爲空。"
|
481 |
|
482 |
+
#: qqworld-auto-save-images.php:685 qqworld-auto-save-images.php:687
|
483 |
msgid "Exclude Domain/Keyword"
|
484 |
msgstr "排除域名/關鍵詞"
|
485 |
|
486 |
+
#: qqworld-auto-save-images.php:685
|
487 |
msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
|
488 |
msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
|
489 |
|
490 |
+
#: qqworld-auto-save-images.php:697
|
491 |
msgid "Add a Domain/Keyword"
|
492 |
msgstr "添加域名/關鍵詞"
|
493 |
|
494 |
+
#: qqworld-auto-save-images.php:702
|
495 |
msgid "Format Options"
|
496 |
msgstr "格式化選項"
|
497 |
|
498 |
+
#: qqworld-auto-save-images.php:706 qqworld-auto-save-images.php:709
|
499 |
msgid "Change Image Filename"
|
500 |
msgstr "更改圖片文件名"
|
501 |
|
502 |
+
#: qqworld-auto-save-images.php:712
|
503 |
msgid ""
|
504 |
"Only change remote images filename that have Non-ASCii characters (for "
|
505 |
"Windows Server)"
|
506 |
+
msgstr "僅修改包含非ASCii字符的遠程圖片文件名(用于Windows服務器)"
|
507 |
|
508 |
+
#: qqworld-auto-save-images.php:713
|
509 |
msgid ""
|
510 |
"Change all remote images Filename and Alt as post name (for Linux Server)"
|
511 |
+
msgstr "改變所有遠程圖片文件名爲文章名(Post Name)(用于Linux服務器)"
|
512 |
|
513 |
+
#: qqworld-auto-save-images.php:718 qqworld-auto-save-images.php:720
|
514 |
msgid "Custom Filename Structure"
|
515 |
msgstr "自定文件名結構"
|
516 |
|
517 |
+
#: qqworld-auto-save-images.php:725
|
518 |
msgid "Original filename or automatic changed filename."
|
519 |
msgstr "原文件名或自動更改的文件名。"
|
520 |
|
521 |
+
#: qqworld-auto-save-images.php:726
|
522 |
msgid "Full date, e.g. 20150209."
|
523 |
msgstr "完整的日期,例如:20150209。"
|
524 |
|
525 |
+
#: qqworld-auto-save-images.php:727
|
526 |
msgid "YYYY, e.g. 2015."
|
527 |
msgstr "YYYY,例如:2015。"
|
528 |
|
529 |
+
#: qqworld-auto-save-images.php:728
|
530 |
msgid "MM, e.g. 02."
|
531 |
msgstr "MM,例如:02。"
|
532 |
|
533 |
+
#: qqworld-auto-save-images.php:729
|
534 |
msgid "DD, e.g. 15."
|
535 |
msgstr "DD,例如:15。"
|
536 |
|
537 |
+
#: qqworld-auto-save-images.php:730
|
538 |
msgid "HHMMSS, e.g. 182547."
|
539 |
msgstr "HHMMSS,例如:182547。"
|
540 |
|
541 |
+
#: qqworld-auto-save-images.php:731
|
542 |
#, php-format
|
543 |
msgid "Unix timestamp, e.g. %s."
|
544 |
msgstr "Unix時間戳,例如:%s。"
|
545 |
|
546 |
+
#: qqworld-auto-save-images.php:736 qqworld-auto-save-images.php:738
|
547 |
msgid "Change Title & Alt"
|
548 |
msgstr "更改標題和替代文本"
|
549 |
|
550 |
+
#: qqworld-auto-save-images.php:736
|
551 |
msgid "Automatically add title & alt of image as post title."
|
552 |
msgstr "自動依照文章標題添加圖片的標題和替代文本。"
|
553 |
|
554 |
+
#: qqworld-auto-save-images.php:745 qqworld-auto-save-images.php:747
|
555 |
msgid "Keep Outside Links"
|
556 |
msgstr "保留外鏈"
|
557 |
|
558 |
+
#: qqworld-auto-save-images.php:745
|
559 |
msgid "Keep the outside links of remote images if exist."
|
560 |
+
msgstr "保留遠程圖片的鏈接,如果有的話。"
|
561 |
|
562 |
+
#: qqworld-auto-save-images.php:754 qqworld-auto-save-images.php:756
|
563 |
msgid "Save Outside Links"
|
564 |
msgstr "保存外鏈"
|
565 |
|
566 |
+
#: qqworld-auto-save-images.php:754
|
567 |
msgid "Save the outside links to description of attachments."
|
568 |
msgstr "保存外部鏈接到附件的描述。"
|
569 |
|
570 |
+
#: qqworld-auto-save-images.php:760
|
571 |
msgid ""
|
572 |
"To custom the content, add codes into <strong>functions.php</strong> like "
|
573 |
"this below:"
|
574 |
msgstr ""
|
575 |
"如果想自定義該內容,加入類似以下代碼到 <strong>functions.php</strong> 中:"
|
576 |
|
577 |
+
#: qqworld-auto-save-images.php:769 qqworld-auto-save-images.php:771
|
578 |
msgid "Image Size"
|
579 |
msgstr "圖像尺寸"
|
580 |
|
581 |
+
#: qqworld-auto-save-images.php:769
|
582 |
msgid "Replace images you want size to display."
|
583 |
msgstr "替換成你想要顯示的尺寸的圖像。"
|
584 |
|
585 |
+
#: qqworld-auto-save-images.php:776
|
586 |
#, fuzzy
|
587 |
msgid "Thumbnail"
|
588 |
msgstr ""
|
589 |
+
"一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
|
590 |
"jQuery路徑。"
|
591 |
|
592 |
+
#: qqworld-auto-save-images.php:777
|
593 |
msgid "Medium"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: qqworld-auto-save-images.php:778
|
597 |
msgid "Large"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: qqworld-auto-save-images.php:779
|
|
|
601 |
msgid "Full Size"
|
602 |
+
msgstr "完整尺寸"
|
603 |
|
604 |
+
#: qqworld-auto-save-images.php:788 qqworld-auto-save-images.php:790
|
605 |
msgid "Link To"
|
606 |
msgstr "鏈接到"
|
607 |
|
608 |
+
#: qqworld-auto-save-images.php:788
|
609 |
msgid "If you checked Keep-Outside-Links, this option will not works."
|
610 |
msgstr "如果你勾選了保留外鏈,本項將不起作用。"
|
611 |
|
612 |
+
#: qqworld-auto-save-images.php:795
|
613 |
#, fuzzy
|
614 |
msgid "Media File"
|
615 |
msgstr "添加文件"
|
616 |
|
617 |
+
#: qqworld-auto-save-images.php:796
|
618 |
#, fuzzy
|
619 |
msgid "Attachment Page"
|
620 |
msgstr "(附件)"
|
621 |
|
622 |
+
#: qqworld-auto-save-images.php:797 qqworld-auto-save-images.php:986
|
623 |
msgid "None"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: qqworld-auto-save-images.php:806 qqworld-auto-save-images.php:808
|
627 |
msgid "Additional Content"
|
628 |
msgstr "額外的內容"
|
629 |
|
630 |
+
#: qqworld-auto-save-images.php:806
|
631 |
msgid ""
|
632 |
"This content will be displayed after the each remote images code. you can "
|
633 |
"use [Attachment ID] indicate current attachment ID."
|
634 |
msgstr "此內容將在每個遠程圖像編碼後顯示。您可以使用[附件ID]指示當前連接ID。"
|
635 |
|
636 |
+
#: qqworld-auto-save-images.php:811
|
637 |
msgid "For example: [Gbuy id='[Attachment ID]']"
|
638 |
msgstr "例如:[Gbuy id='[Attachment ID]']"
|
639 |
|
640 |
+
#: qqworld-auto-save-images.php:821 qqworld-auto-save-images.php:1176
|
641 |
+
#: qqworld-auto-save-images.php:1305 qqworld-auto-save-images.php:1487
|
642 |
msgid "Just for preview, The complete feature will on the Pro version."
|
643 |
+
msgstr "僅僅用于預覽,專業版將提供完整的功能。"
|
644 |
|
645 |
+
#: qqworld-auto-save-images.php:822
|
646 |
msgid "Optimization Options"
|
647 |
msgstr "優化選項"
|
648 |
|
649 |
+
#: qqworld-auto-save-images.php:826 qqworld-auto-save-images.php:828
|
650 |
+
#: qqworld-auto-save-images.php:1095 qqworld-auto-save-images.php:1097
|
651 |
+
#: qqworld-auto-save-images.php:1127 qqworld-auto-save-images.php:1129
|
652 |
msgid "Enabled"
|
653 |
+
msgstr "啓用"
|
654 |
|
655 |
+
#: qqworld-auto-save-images.php:826
|
656 |
msgid "Use Cookie-Free Domains to display images."
|
657 |
msgstr "使用免Cookie域名(Cookie-Free Domains)來顯示圖片。"
|
658 |
|
659 |
+
#: qqworld-auto-save-images.php:835
|
660 |
msgid ""
|
661 |
"If you don't want using local media library, please select Use-FTP-Remote-"
|
662 |
"Server."
|
663 |
msgstr "如果你不想使用本地媒體庫,請選擇使用FTP遠程服務器。"
|
664 |
|
665 |
+
#: qqworld-auto-save-images.php:841
|
666 |
+
msgid "Use local server"
|
667 |
+
msgstr "使用本地服務器"
|
668 |
|
669 |
+
#: qqworld-auto-save-images.php:842
|
670 |
+
msgid "Use QiNiu Cloud Storage"
|
671 |
+
msgstr "使用七牛雲存儲"
|
672 |
+
|
673 |
+
#: qqworld-auto-save-images.php:843
|
674 |
msgid "Use FTP remote server"
|
675 |
msgstr "使用FTP遠程服務器"
|
676 |
|
677 |
+
#: qqworld-auto-save-images.php:844
|
678 |
msgid "Use AliYun Open Storage Service (OSS)"
|
679 |
+
msgstr "使用阿裏雲開放存儲服務OSS"
|
680 |
+
|
681 |
+
#: qqworld-auto-save-images.php:845
|
682 |
+
msgid "Use UpYun Storage Service"
|
683 |
+
msgstr "使用又拍雲存儲"
|
684 |
|
685 |
+
#: qqworld-auto-save-images.php:858 qqworld-auto-save-images.php:860
|
686 |
+
#: qqworld-auto-save-images.php:878 qqworld-auto-save-images.php:880
|
687 |
+
#: qqworld-auto-save-images.php:896 qqworld-auto-save-images.php:898
|
688 |
+
#: qqworld-auto-save-images.php:948 qqworld-auto-save-images.php:950
|
689 |
+
#: qqworld-auto-save-images.php:1024 qqworld-auto-save-images.php:1026
|
690 |
msgid "Domain & Folder"
|
691 |
msgstr "域名 & 目錄"
|
692 |
|
693 |
+
#: qqworld-auto-save-images.php:858 qqworld-auto-save-images.php:878
|
694 |
+
#: qqworld-auto-save-images.php:896 qqworld-auto-save-images.php:948
|
695 |
+
#: qqworld-auto-save-images.php:1024
|
696 |
msgid ""
|
697 |
"Set new url structure, Do not end with '/'. The folder string must front "
|
698 |
"with '/'."
|
699 |
msgstr "設置新的URL結構,不要以 '/' 結尾,目錄字符串必須以 '/' 開頭。"
|
700 |
|
701 |
+
#: qqworld-auto-save-images.php:862 qqworld-auto-save-images.php:883
|
702 |
+
#: qqworld-auto-save-images.php:904 qqworld-auto-save-images.php:956
|
703 |
+
#: qqworld-auto-save-images.php:1032
|
704 |
msgid "Host"
|
705 |
msgstr "主機"
|
706 |
|
707 |
+
#: qqworld-auto-save-images.php:864
|
708 |
+
msgid "You need add this code below into wp-config.php:"
|
709 |
+
msgstr "妳需要在 wp-config.php 中加入以下代碼:"
|
710 |
+
|
711 |
+
#: qqworld-auto-save-images.php:886
|
712 |
+
#, php-format
|
713 |
+
msgid ""
|
714 |
+
"Needs <a href=\"%s\" target=\"_blank\">plugin of QiNiu Cloud Storage</a>."
|
715 |
+
msgstr "需要 <a href=\"%s\" target=\"_blank\">七牛雲存儲插件</a>。"
|
716 |
+
|
717 |
+
#: qqworld-auto-save-images.php:905 qqworld-auto-save-images.php:957
|
718 |
+
#: qqworld-auto-save-images.php:1033
|
719 |
msgid "Folder (Can be empty)"
|
720 |
+
msgstr "目錄(可以爲空)"
|
721 |
|
722 |
+
#: qqworld-auto-save-images.php:911 qqworld-auto-save-images.php:913
|
723 |
msgid "FTP Settings"
|
724 |
msgstr "FTP設置"
|
725 |
|
726 |
+
#: qqworld-auto-save-images.php:916
|
727 |
msgid "IP Address"
|
728 |
msgstr "IP地址"
|
729 |
|
730 |
+
#: qqworld-auto-save-images.php:920
|
731 |
msgid "Port"
|
732 |
msgstr "端口"
|
733 |
|
734 |
+
#: qqworld-auto-save-images.php:924 qqworld-auto-save-images.php:1046
|
735 |
+
#: qqworld-auto-save-images.php:1048 qqworld-auto-save-images.php:1050
|
736 |
msgid "Username"
|
737 |
msgstr "用戶名"
|
738 |
|
739 |
+
#: qqworld-auto-save-images.php:928 qqworld-auto-save-images.php:1055
|
740 |
+
#: qqworld-auto-save-images.php:1057 qqworld-auto-save-images.php:1058
|
741 |
msgid "Password"
|
742 |
msgstr "密碼"
|
743 |
|
744 |
+
#: qqworld-auto-save-images.php:932
|
745 |
msgid "Directory"
|
746 |
msgstr "目錄"
|
747 |
|
748 |
+
#: qqworld-auto-save-images.php:936
|
749 |
msgid "Test FTP"
|
750 |
msgstr "測試FTP"
|
751 |
|
752 |
+
#: qqworld-auto-save-images.php:963 qqworld-auto-save-images.php:965
|
753 |
msgid "Access Key ID"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: qqworld-auto-save-images.php:972 qqworld-auto-save-images.php:974
|
757 |
msgid "Access Key Secret"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: qqworld-auto-save-images.php:977
|
761 |
msgid "Test Access OSS"
|
762 |
msgstr "測試連接OSS"
|
763 |
|
764 |
+
#: qqworld-auto-save-images.php:982 qqworld-auto-save-images.php:984
|
765 |
msgid "Buckets"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: qqworld-auto-save-images.php:982
|
769 |
msgid "Only the authority Public-Read can be used."
|
770 |
msgstr "只有公共讀權限可用。"
|
771 |
|
772 |
+
#: qqworld-auto-save-images.php:982
|
773 |
msgid "Bucket Naming conventions:"
|
774 |
msgstr "Bucket命名規範:"
|
775 |
|
776 |
+
#: qqworld-auto-save-images.php:982
|
777 |
msgid "Can only contain lowercase letters, numbers, and dashes"
|
778 |
msgstr "只能包含小寫字母,數字和短橫線"
|
779 |
|
780 |
+
#: qqworld-auto-save-images.php:982
|
781 |
msgid "You must start and end with lowercase letters and numbers"
|
782 |
msgstr "必須以小寫字母和數字開頭和結尾"
|
783 |
|
784 |
+
#: qqworld-auto-save-images.php:982
|
785 |
msgid "BucketName length limits between 3-63"
|
786 |
msgstr "bucketName的長度限制在3-63之間"
|
787 |
|
788 |
+
#: qqworld-auto-save-images.php:987
|
789 |
msgid "Delete Bucket"
|
790 |
msgstr "刪除Bucket"
|
791 |
|
792 |
+
#: qqworld-auto-save-images.php:988
|
793 |
msgid "New Bucket Name"
|
794 |
msgstr "新Bucket名"
|
795 |
|
796 |
+
#: qqworld-auto-save-images.php:988
|
797 |
msgid "Create a New Bucket"
|
798 |
msgstr "新建Bucket"
|
799 |
|
800 |
+
#: qqworld-auto-save-images.php:992 qqworld-auto-save-images.php:994
|
801 |
+
#: qqworld-auto-save-images.php:1063 qqworld-auto-save-images.php:1065
|
802 |
msgid "Scan & Sync"
|
803 |
msgstr "掃描 & 同步"
|
804 |
|
805 |
+
#: qqworld-auto-save-images.php:992
|
806 |
msgid "Automatically scan media library and sync to AliYun OSS."
|
807 |
msgstr "自動掃描媒體庫並同步到阿裡雲OSS。"
|
808 |
|
809 |
+
#: qqworld-auto-save-images.php:995 qqworld-auto-save-images.php:1066
|
810 |
+
msgid "Fast Scan"
|
811 |
+
msgstr "快速掃描"
|
812 |
+
|
813 |
+
#: qqworld-auto-save-images.php:996 qqworld-auto-save-images.php:1067
|
814 |
+
msgid "Smart Scan"
|
815 |
+
msgstr "智能掃描"
|
816 |
|
817 |
+
#: qqworld-auto-save-images.php:1000 qqworld-auto-save-images.php:1002
|
818 |
+
#: qqworld-auto-save-images.php:1071 qqworld-auto-save-images.php:1073
|
819 |
msgid "Sync Delete"
|
820 |
msgstr "同步刪除"
|
821 |
|
822 |
+
#: qqworld-auto-save-images.php:1000
|
823 |
msgid ""
|
824 |
"When you delete a local attachment file, delete the OSS file synchronization."
|
825 |
msgstr "當你刪除本地附件文件時,同時刪除OSS上的文件。"
|
826 |
|
827 |
+
#: qqworld-auto-save-images.php:1009 qqworld-auto-save-images.php:1011
|
828 |
+
#: qqworld-auto-save-images.php:1080 qqworld-auto-save-images.php:1082
|
829 |
msgid "Auto Replace"
|
830 |
msgstr "自動替換"
|
831 |
|
832 |
+
#: qqworld-auto-save-images.php:1009
|
833 |
msgid ""
|
834 |
"Automatically replaces post content's local url as OSS's url when syncing."
|
835 |
+
msgstr "當同步時自動將文章內容中的本地URL替換爲OSS上的URL。"
|
836 |
+
|
837 |
+
#: qqworld-auto-save-images.php:1039 qqworld-auto-save-images.php:1041
|
838 |
+
#: qqworld-auto-save-images.php:1042
|
839 |
+
msgctxt "upyun"
|
840 |
+
msgid "Bucket"
|
841 |
+
msgstr "空間名"
|
842 |
+
|
843 |
+
#: qqworld-auto-save-images.php:1059
|
844 |
+
msgctxt "upyun"
|
845 |
+
msgid "Test Access UpYun"
|
846 |
+
msgstr "測試連接又拍雲"
|
847 |
+
|
848 |
+
#: qqworld-auto-save-images.php:1063
|
849 |
+
msgid ""
|
850 |
+
"Automatically scan media library and sync to UpYun.<br /><strong>Fast Scan</"
|
851 |
+
"strong>: Determines whether the synchronization with local marks.<br /"
|
852 |
+
"><strong>Smart Scan</strong>: Determines whether the synchronization with "
|
853 |
+
"UpYun file exists."
|
854 |
+
msgstr ""
|
855 |
+
"自動掃描媒體庫並同步到又拍雲。<br /><strong>快速掃描</strong>:通過本地記號來"
|
856 |
+
"判斷是否已同步。<br /><strong>智能掃描</strong>:通過又拍雲上的文件是否存在判"
|
857 |
+
"斷是否已同步。"
|
858 |
+
|
859 |
+
#: qqworld-auto-save-images.php:1071
|
860 |
+
msgid ""
|
861 |
+
"When you delete a local attachment file, delete the UpYun file "
|
862 |
+
"synchronization."
|
863 |
+
msgstr "當你刪除本地附件文件時,同時刪除又拍雲上的文件。"
|
864 |
|
865 |
+
#: qqworld-auto-save-images.php:1080
|
866 |
+
msgid ""
|
867 |
+
"Automatically replaces post content's local url as UpYun's url when syncing."
|
868 |
+
msgstr "當同步時自動將文章內容中的本地URL替換爲又拍雲上的URL。"
|
869 |
+
|
870 |
+
#: qqworld-auto-save-images.php:1091
|
871 |
msgid "Proxy Settings"
|
872 |
msgstr "代理設置"
|
873 |
|
874 |
+
#: qqworld-auto-save-images.php:1095
|
875 |
msgid "Use proxy server to download images."
|
876 |
msgstr "使用代理服務器下載圖片。"
|
877 |
|
878 |
+
#: qqworld-auto-save-images.php:1104 qqworld-auto-save-images.php:1106
|
879 |
msgid "Timeout"
|
880 |
msgstr "超時"
|
881 |
|
882 |
+
#: qqworld-auto-save-images.php:1104
|
883 |
msgid "Set timeout period on proxy."
|
884 |
msgstr "設置代理超時時間。"
|
885 |
|
886 |
+
#: qqworld-auto-save-images.php:1108
|
887 |
msgid "Second(s)"
|
888 |
msgstr "秒"
|
889 |
|
890 |
+
#: qqworld-auto-save-images.php:1113 qqworld-auto-save-images.php:1115
|
891 |
msgid "Proxy Address"
|
892 |
msgstr "代理地址"
|
893 |
|
894 |
+
#: qqworld-auto-save-images.php:1113
|
895 |
msgid "For example: 127.0.0.1:8087"
|
896 |
msgstr "示例:127.0.0.1:8087"
|
897 |
|
898 |
+
#: qqworld-auto-save-images.php:1123
|
899 |
msgid "Images Compression Options"
|
900 |
msgstr "圖片壓縮選項"
|
901 |
|
902 |
+
#: qqworld-auto-save-images.php:1127
|
903 |
msgid "Enable compress images when uploading."
|
904 |
+
msgstr "啓用上傳時壓縮圖像。"
|
905 |
|
906 |
+
#: qqworld-auto-save-images.php:1136 qqworld-auto-save-images.php:1138
|
907 |
msgid "Quality"
|
908 |
msgstr "品質"
|
909 |
|
910 |
+
#: qqworld-auto-save-images.php:1136
|
911 |
msgid ""
|
912 |
"Compression level, ranges from 0 (worst quality, smaller file) to 100 (best "
|
913 |
"quality, biggest file)."
|
914 |
msgstr "壓縮級別,範圍從0(最低品質,文件較小)到100(最高品質,文件較大)。"
|
915 |
|
916 |
+
#: qqworld-auto-save-images.php:1141
|
917 |
msgid " (Recommend)"
|
918 |
msgstr "(推薦)"
|
919 |
|
920 |
+
#: qqworld-auto-save-images.php:1148
|
921 |
+
msgid "Smart Options"
|
922 |
+
msgstr "智能選項"
|
923 |
+
|
924 |
+
#: qqworld-auto-save-images.php:1152 qqworld-auto-save-images.php:1154
|
925 |
+
msgid "Smart Grabbing"
|
926 |
+
msgstr "智能抓取"
|
927 |
+
|
928 |
+
#: qqworld-auto-save-images.php:1152
|
929 |
+
msgid ""
|
930 |
+
"Automatically detect 2 images url from href/src of remote image with outside "
|
931 |
+
"link, and grab the bigger one."
|
932 |
+
msgstr ""
|
933 |
+
"自動從帶外部鏈接的遠程圖片的href和src中檢測2幅圖片並抓取其中較大的一個。"
|
934 |
+
|
935 |
+
#: qqworld-auto-save-images.php:1165 qqworld-auto-save-images.php:1294
|
936 |
+
#: qqworld-auto-save-images.php:1359 qqworld-auto-save-images.php:1513
|
937 |
msgid "Buy"
|
938 |
msgstr "購買"
|
939 |
|
940 |
+
#: qqworld-auto-save-images.php:1166 qqworld-auto-save-images.php:1295
|
941 |
+
#: qqworld-auto-save-images.php:1360 qqworld-auto-save-images.php:1514
|
942 |
+
msgid "QQWorld Collector"
|
943 |
+
msgstr "QQWorld收藏家"
|
944 |
|
945 |
+
#: qqworld-auto-save-images.php:1180 qqworld-auto-save-images.php:1182
|
946 |
msgid "Enabled Watermark"
|
947 |
+
msgstr "啓用水印"
|
948 |
|
949 |
+
#: qqworld-auto-save-images.php:1180
|
950 |
msgid "Use for both of remote images and the local upload."
|
951 |
+
msgstr "同時用于遠程圖片和本地上傳。"
|
952 |
|
953 |
+
#: qqworld-auto-save-images.php:1190 qqworld-auto-save-images.php:1192
|
954 |
msgid "Ignore animated GIF"
|
955 |
msgstr "忽略GIF動畫"
|
956 |
|
957 |
+
#: qqworld-auto-save-images.php:1200 qqworld-auto-save-images.php:1202
|
958 |
msgid "Filter"
|
959 |
msgstr "過濾"
|
960 |
|
961 |
+
#: qqworld-auto-save-images.php:1200
|
962 |
msgid "Skip images that smaller than this size."
|
963 |
msgstr "跳過比這個尺寸更小的圖像。"
|
964 |
|
965 |
+
#: qqworld-auto-save-images.php:1213
|
966 |
msgid "Align To"
|
967 |
msgstr "對齊方式"
|
968 |
|
969 |
+
#: qqworld-auto-save-images.php:1235
|
970 |
msgid "Position"
|
971 |
msgstr "位置"
|
972 |
|
973 |
+
#: qqworld-auto-save-images.php:1235
|
974 |
msgid "You can try to drag the watermark image."
|
975 |
msgstr "你可以試著拖動水印圖片。"
|
976 |
|
977 |
+
#: qqworld-auto-save-images.php:1252 qqworld-auto-save-images.php:1254
|
978 |
+
#: qqworld-auto-save-images.php:1398 qqworld-auto-save-images.php:1493
|
979 |
msgid "Offset"
|
980 |
msgstr "偏移"
|
981 |
|
982 |
+
#: qqworld-auto-save-images.php:1265 qqworld-auto-save-images.php:1267
|
983 |
msgid "Opacity"
|
984 |
msgstr "不透明度"
|
985 |
|
986 |
+
#: qqworld-auto-save-images.php:1275 qqworld-auto-save-images.php:1277
|
987 |
msgid "Upload Watermark Image"
|
988 |
msgstr "上傳水印圖片"
|
989 |
|
990 |
+
#: qqworld-auto-save-images.php:1279
|
991 |
msgid "Insert a Watermark Image"
|
992 |
msgstr "插入水印圖片"
|
993 |
|
994 |
+
#: qqworld-auto-save-images.php:1290
|
995 |
msgid "Default Watermark"
|
996 |
msgstr "默認水印"
|
997 |
|
998 |
+
#: qqworld-auto-save-images.php:1306
|
999 |
msgid "Content Replacement"
|
1000 |
msgstr "內容替換"
|
1001 |
|
1002 |
+
#: qqworld-auto-save-images.php:1310 qqworld-auto-save-images.php:1312
|
|
|
|
|
|
|
|
|
1003 |
msgctxt "database"
|
1004 |
msgid "Table"
|
1005 |
msgstr "表"
|
1006 |
|
1007 |
+
#: qqworld-auto-save-images.php:1315 qqworld-auto-save-images.php:1406
|
1008 |
#, fuzzy
|
1009 |
msgid "Posts"
|
1010 |
msgstr "熱門文章"
|
1011 |
|
1012 |
+
#: qqworld-auto-save-images.php:1316
|
1013 |
msgid "Comments"
|
1014 |
msgstr "評論"
|
1015 |
|
1016 |
+
#: qqworld-auto-save-images.php:1322 qqworld-auto-save-images.php:1324
|
1017 |
msgctxt "database"
|
1018 |
msgid "Field"
|
1019 |
msgstr "字段"
|
1020 |
|
1021 |
+
#: qqworld-auto-save-images.php:1327
|
1022 |
msgctxt "database"
|
1023 |
msgid "Post Content"
|
1024 |
msgstr "文章內容"
|
1025 |
|
1026 |
+
#: qqworld-auto-save-images.php:1328
|
1027 |
msgctxt "database"
|
1028 |
msgid "Post Title"
|
1029 |
msgstr "文章標題"
|
1030 |
|
1031 |
+
#: qqworld-auto-save-images.php:1329
|
1032 |
msgctxt "database"
|
1033 |
msgid "Post Excerpt"
|
1034 |
msgstr "文章摘要"
|
1035 |
|
1036 |
+
#: qqworld-auto-save-images.php:1335 qqworld-auto-save-images.php:1337
|
1037 |
+
#: qqworld-auto-save-images.php:1339
|
1038 |
msgctxt "database"
|
1039 |
msgid "Source Text"
|
1040 |
msgstr "來源文本"
|
1041 |
|
1042 |
+
#: qqworld-auto-save-images.php:1335 qqworld-auto-save-images.php:1345
|
1043 |
msgid "For example: "
|
1044 |
msgstr "範例:"
|
1045 |
|
1046 |
+
#: qqworld-auto-save-images.php:1345 qqworld-auto-save-images.php:1347
|
1047 |
+
#: qqworld-auto-save-images.php:1349
|
1048 |
msgctxt "database"
|
1049 |
msgid "Replacement Text"
|
1050 |
msgstr "替換文本"
|
1051 |
|
1052 |
+
#: qqworld-auto-save-images.php:1364
|
1053 |
msgid "Replace Now"
|
1054 |
msgstr "立即替換"
|
1055 |
|
1056 |
+
#: qqworld-auto-save-images.php:1364
|
1057 |
msgid ""
|
1058 |
"Be careful, before you click the Replace-Now button, i recommend backup the "
|
1059 |
"website database."
|
1060 |
msgstr "小心,在你點立即替換之前,我建議先備份網站數據庫。"
|
1061 |
|
1062 |
+
#: qqworld-auto-save-images.php:1374
|
1063 |
msgid "Select post types"
|
1064 |
msgstr "選擇文章類型"
|
1065 |
|
1066 |
+
#: qqworld-auto-save-images.php:1374
|
1067 |
msgid ""
|
1068 |
"If you have too many posts to be scan, sometimes in process looks like "
|
1069 |
"stopping, but it may be fake. please be patient."
|
1071 |
"如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
|
1072 |
"請耐心等待。"
|
1073 |
|
1074 |
+
#: qqworld-auto-save-images.php:1388 qqworld-auto-save-images.php:1491
|
1075 |
#, fuzzy
|
1076 |
msgid "Categories"
|
1077 |
msgstr "%s分類"
|
1078 |
|
1079 |
+
#: qqworld-auto-save-images.php:1388
|
1080 |
msgid "Default empty to scan all categories."
|
1081 |
msgstr "默認留空掃描所有分類。"
|
1082 |
|
1083 |
+
#: qqworld-auto-save-images.php:1393 qqworld-auto-save-images.php:1492
|
1084 |
msgid "Scope of Post ID"
|
1085 |
msgstr "文章ID範圍"
|
1086 |
|
1087 |
+
#: qqworld-auto-save-images.php:1393
|
1088 |
msgid ""
|
1089 |
"Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
|
1090 |
"100. please type '50' and '100' or '100' and '50', The order in which two "
|
1095 |
"者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
|
1096 |
"該ID。"
|
1097 |
|
1098 |
+
#: qqworld-auto-save-images.php:1394
|
1099 |
#, php-format
|
1100 |
msgid "From %1$s to %2$s"
|
1101 |
msgstr "從 %1$s 到 %2$s"
|
1102 |
|
1103 |
+
#: qqworld-auto-save-images.php:1398
|
1104 |
msgid ""
|
1105 |
"Default scan all posts. If you want to scan 50-150 posts, please type '50' "
|
1106 |
"in the textfield and select '100'."
|
1108 |
"默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入“50”並在下拉菜單中"
|
1109 |
"選擇“100”。"
|
1110 |
|
1111 |
+
#: qqworld-auto-save-images.php:1400
|
1112 |
#, php-format
|
1113 |
msgid "Start from %s to Scan"
|
1114 |
msgstr "從 %s 開始掃描"
|
1115 |
|
1116 |
+
#: qqworld-auto-save-images.php:1402
|
1117 |
#, fuzzy
|
1118 |
msgid "All"
|
1119 |
msgstr "所有"
|
1120 |
|
1121 |
+
#: qqworld-auto-save-images.php:1416
|
1122 |
msgid "Any"
|
1123 |
msgstr "任意"
|
1124 |
|
1125 |
+
#: qqworld-auto-save-images.php:1426 qqworld-auto-save-images.php:1495
|
1126 |
msgid "Order By"
|
1127 |
msgstr "排序依據"
|
1128 |
|
1129 |
+
#: qqworld-auto-save-images.php:1432
|
|
|
1130 |
msgid "Author"
|
1131 |
+
msgstr "作者"
|
1132 |
|
1133 |
+
#: qqworld-auto-save-images.php:1434
|
1134 |
#, fuzzy
|
1135 |
msgid "Date"
|
1136 |
msgstr "日期"
|
1137 |
|
1138 |
+
#: qqworld-auto-save-images.php:1435
|
1139 |
#, fuzzy
|
1140 |
msgid "Last Modified"
|
1141 |
+
msgstr "最後回複"
|
1142 |
|
1143 |
+
#: qqworld-auto-save-images.php:1436
|
1144 |
msgid "Comment Count"
|
1145 |
+
msgstr "評論"
|
1146 |
|
1147 |
+
#: qqworld-auto-save-images.php:1446 qqworld-auto-save-images.php:1496
|
1148 |
#, fuzzy
|
1149 |
msgid "Order"
|
1150 |
msgstr "順序"
|
1151 |
|
1152 |
+
#: qqworld-auto-save-images.php:1456
|
1153 |
msgid "Speed"
|
1154 |
msgstr "速度"
|
1155 |
|
1156 |
+
#: qqworld-auto-save-images.php:1456
|
1157 |
msgid "If the server is too much stress may be appropriately reduced speed."
|
1158 |
msgstr "如果服務器壓力過大,可以適當調低速度。"
|
1159 |
|
1160 |
+
#: qqworld-auto-save-images.php:1469
|
1161 |
msgid ""
|
1162 |
"Scan posts and keep remote images in all posts to local media library. Maybe "
|
1163 |
"take a long time."
|
1164 |
msgstr "掃描所有的文章,將所有遠程圖片保存到本地,可能需要很長時間。"
|
1165 |
|
1166 |
+
#: qqworld-auto-save-images.php:1470
|
1167 |
msgid ""
|
1168 |
"The list displayed will show you which posts including remote images, then "
|
1169 |
"you can keep them to local manually via click \"Fetch\" button."
|
1171 |
"顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊“抓取”按鈕手動保"
|
1172 |
"存。"
|
1173 |
|
1174 |
+
#: qqworld-auto-save-images.php:1478
|
1175 |
+
msgid ""
|
1176 |
+
"Set cron for automatically scan posts.<br />I recommend set the option "
|
1177 |
+
"Offset from 0 to scan 100 posts."
|
1178 |
+
msgstr "設置計劃任務自動掃描文章。<br />我建議設置偏移從0開始掃描100篇文章。"
|
1179 |
+
|
1180 |
+
#: qqworld-auto-save-images.php:1486
|
1181 |
+
msgid "Cron of Scan Posts"
|
1182 |
+
msgstr "掃描文章計劃任務"
|
1183 |
+
|
1184 |
+
#: qqworld-auto-save-images.php:1490
|
1185 |
+
msgid "Post Types"
|
1186 |
+
msgstr "文章類型"
|
1187 |
+
|
1188 |
+
#: qqworld-auto-save-images.php:1497
|
1189 |
+
msgid "Recurrence"
|
1190 |
+
msgstr "循環運行間隔"
|
1191 |
+
|
1192 |
+
#: qqworld-auto-save-images.php:1498
|
1193 |
+
msgid "Will Run On"
|
1194 |
+
msgstr "將運行于"
|
1195 |
+
|
1196 |
+
#: qqworld-auto-save-images.php:1504
|
1197 |
+
msgid "No Cron yet."
|
1198 |
+
msgstr "還沒有計劃任務。"
|
1199 |
+
|
1200 |
+
#: qqworld-auto-save-images.php:1508
|
1201 |
+
msgid "Clear All Crons"
|
1202 |
+
msgstr "清除所有計劃任務"
|
1203 |
+
|
1204 |
+
#: qqworld-auto-save-images.php:1628
|
1205 |
msgid "Has Missing/Undownloadable images."
|
1206 |
msgstr "有 不存在/不可下載 的遠程圖像。"
|
1207 |
|
1208 |
+
#: qqworld-auto-save-images.php:1635
|
1209 |
msgid "No remote images found."
|
1210 |
msgstr "沒有遠程圖像。"
|
1211 |
|
1212 |
+
#: qqworld-auto-save-images.php:1785
|
1213 |
msgid "Original Link"
|
1214 |
msgstr "原始鏈接"
|
1215 |
|
1216 |
+
#~ msgid "Demo"
|
1217 |
+
#~ msgstr "演示"
|
1218 |
+
|
1219 |
+
#~ msgid "Scan"
|
1220 |
+
#~ msgstr "掃描"
|
1221 |
+
|
1222 |
+
#~ msgid "QQWorld Auto Save Images Pro"
|
1223 |
+
#~ msgstr "QQWorld自動保存圖片專業版"
|
1224 |
+
|
1225 |
+
#~ msgid "Use local server | QiNiu Cloud Storage"
|
1226 |
+
#~ msgstr "使用 本地服務器 | 七牛雲存儲"
|
1227 |
+
|
1228 |
#~ msgid ""
|
1229 |
#~ "Just for preview, The complete feature will on the Pro version. Don't "
|
1230 |
#~ "worry, other features will be free forever."
|
1231 |
+
#~ msgstr "僅僅用于預覽,專業版將提供完整的功能。別擔心,其他功能將永久免費。"
|
1232 |
|
1233 |
#~ msgid "Use remote server"
|
1234 |
#~ msgstr "使用遠程服務器"
|
1240 |
#~ msgid "Do not end with '/'."
|
1241 |
#~ msgstr "結尾不要有 '/'。"
|
1242 |
|
|
|
|
|
|
|
1243 |
#~ msgid "Your server PHP version lower than 5.4, so this feature not works."
|
1244 |
+
#~ msgstr "服務器PHP的版本低于5.4,所以此功能無法使用。"
|
1245 |
|
1246 |
#~ msgid "Trial"
|
1247 |
#~ msgstr "試用"
|
1248 |
|
1249 |
#~ msgid "Coming.. I don't know when, Who cares.."
|
1250 |
+
#~ msgstr "即將…我不知道什麽時候,管它呢……"
|
1251 |
|
1252 |
#~ msgid ""
|
1253 |
#~ "Recommeded choose option 2, if you choose option 3, make sure post name | "
|
1257 |
#~ msgstr ""
|
1258 |
#~ "推薦選擇第2項,如果選擇第3項,請確保文章名(Post Name | Slug)不包含中文和"
|
1259 |
#~ "其他東亞字符。提示:如果您的主機操作系統是Linux,可以選擇第1項而不會導致亂"
|
1260 |
+
#~ "碼,因爲Linux的編碼是UTF8,和Wordpress一樣。"
|
1261 |
|
1262 |
#~ msgid "Grabbing from Each Post"
|
1263 |
#~ msgstr "從每篇文章抓取"
|
1275 |
#~ msgid ""
|
1276 |
#~ "Only change remote images filename that has Chinese or other East Asian "
|
1277 |
#~ "characters (for Windows Server)"
|
1278 |
+
#~ msgstr "僅改變包含中文或其他東亞字符的遠程圖片文件名(用于Windows服務器)"
|
1279 |
|
1280 |
#~ msgid "Filename Structure"
|
1281 |
#~ msgstr "文件名結構"
|
1289 |
#~ msgstr "僅改變包含中文或其他東亞字符的遠程圖片文件名"
|
1290 |
|
1291 |
#~ msgid "Change all remote images Filename and Alt as post name"
|
1292 |
+
#~ msgstr "改變所有遠程圖片文件名爲文章名(Post Name)"
|
1293 |
|
1294 |
#~ msgid "Save Outside Link"
|
1295 |
#~ msgstr "保存外鏈"
|
1308 |
#~ "Recommeded enable option 2, if you choose option 3, make sure post name | "
|
1309 |
#~ "slug exclude Chinese or other East Asian characters."
|
1310 |
#~ msgstr ""
|
1311 |
+
#~ "推薦啓用第2項,如果選擇第3項,請確保文章名(Post Name | Slug)不包含中文和"
|
1312 |
#~ "其他東亞字符。"
|
1313 |
|
1314 |
#~ msgid ""
|
1317 |
#~ "suggest enable it."
|
1318 |
#~ msgstr ""
|
1319 |
#~ "如果勾選了此項,當遠程圖片名包含中文或其他東亞字符的時候,將自動更改圖片文"
|
1320 |
+
#~ "件名。建議開啓。"
|
1321 |
|
1322 |
#~ msgid ""
|
1323 |
#~ "Automatic reduction is greater than the size of the picture. if you want "
|
1324 |
#~ "image width less than 800px with any size height, please set width 800 "
|
1325 |
#~ "and left height blank."
|
1326 |
#~ msgstr ""
|
1327 |
+
#~ "自動縮小大于該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置"
|
1328 |
+
#~ "寬度800,並設置高度爲空。"
|
1329 |
|
1330 |
#~ msgid "Automatic reduction is greater than the size of the picture."
|
1331 |
+
#~ msgstr "自動縮小大于改尺寸的圖像。"
|
1332 |
|
1333 |
#~ msgid ""
|
1334 |
#~ "This content will be displayed after the each remote images code. you can "
|
1368 |
#~ msgid ""
|
1369 |
#~ "<p>Hi everyone, My name is Michael Wang, I hope you will like my plugin. "
|
1370 |
#~ "thanks.</p>"
|
1371 |
+
#~ msgstr "<p>大家好,我是王曉骞,希望你們能喜歡我的插件,謝謝。</p>"
|
1372 |
|
1373 |
#~ msgid "Upload a Watermark Image"
|
1374 |
#~ msgstr "上傳水印圖片"
|
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.13.
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
@@ -99,6 +99,9 @@ class QQWorld_auto_save_images {
|
|
99 |
$this->ftp_host = isset($this->ftp['host']) ? $this->ftp['host'] : '';
|
100 |
$this->ftp_folder = isset($this->ftp['folder']) ? $this->ftp['folder'] : '';
|
101 |
|
|
|
|
|
|
|
102 |
$this->aliyun_oss = get_option('qqworld-auto-save-images-aliyun-oss', array('endpoint' => 'oss.aliyuncs.com', 'sync-delete' => 'yes', 'auto-replace' => 'yes'));
|
103 |
$this->endpoint = isset($this->aliyun_oss['endpoint']) ? $this->aliyun_oss['endpoint'] : 'oss.aliyuncs.com';
|
104 |
$this->access_key_id = isset($this->aliyun_oss['access-key-id']) ? $this->aliyun_oss['access-key-id'] : '';
|
@@ -116,6 +119,16 @@ class QQWorld_auto_save_images {
|
|
116 |
$this->bucket = isset($this->aliyun_oss['bucket']) ? $this->aliyun_oss['bucket'] : '';
|
117 |
$this->sync_delete = isset($this->aliyun_oss['sync-delete']) ? $this->aliyun_oss['sync-delete'] : '';
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
$this->proxy = get_option('qqworld-auto-save-images-proxy', array("timeout" => 5, "address" => "127.0.0.1:8087"));
|
120 |
$this->proxy_enabled = isset($this->proxy['enabled']) ? $this->proxy['enabled'] : '';
|
121 |
$this->proxy_timeout = isset($this->proxy['timeout']) ? $this->proxy['timeout'] : '5';
|
@@ -562,6 +575,7 @@ class QQWorld_auto_save_images {
|
|
562 |
<li><?php _e('Watermark', 'qqworld_auto_save_images'); ?> (<?php _e('Preview', 'qqworld_auto_save_images')?>)</li>
|
563 |
<li><?php _e('Database', 'qqworld_auto_save_images'); ?> (<?php _e('Preview', 'qqworld_auto_save_images')?>)</li>
|
564 |
<li><?php _e('Scan Posts', 'qqworld_auto_save_images'); ?></li>
|
|
|
565 |
</ul>
|
566 |
<div class="tab-content">
|
567 |
<h2><?php _e('General Options', 'qqworld_auto_save_images'); ?></h2>
|
@@ -616,6 +630,13 @@ class QQWorld_auto_save_images {
|
|
616 |
</label>
|
617 |
</fieldset></td>
|
618 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
619 |
</tbody>
|
620 |
</table>
|
621 |
<h2><?php _e('Filter Options', 'qqworld_auto_save_images'); ?></h2>
|
@@ -817,9 +838,11 @@ function save_outside_link($content, $link) {
|
|
817 |
<select name="qqworld-auto-save-images-optimize[mode]" id="optimize-mode">
|
818 |
<?php
|
819 |
$linkTo = array(
|
820 |
-
'local' => __('Use local server
|
|
|
821 |
'ftp' => __('Use FTP remote server', 'qqworld_auto_save_images'),
|
822 |
-
'aliyun_oss' => __('Use AliYun Open Storage Service (OSS)', 'qqworld_auto_save_images')
|
|
|
823 |
);
|
824 |
foreach ($linkTo as $value => $title) echo '<option value="'.$value.'"'.selected($value, $this->optimize_mode, false).'>'.$title.'</option>';
|
825 |
?>
|
@@ -837,12 +860,35 @@ function save_outside_link($content, $link) {
|
|
837 |
<legend class="screen-reader-text"><span><?php _e('Domain & Folder', 'qqworld_auto_save_images'); ?></span></legend>
|
838 |
<label>
|
839 |
<span>http(s)://</span> <input type="text" name="qqworld-auto-save-images-optimize-url[host]" class="regular-text" placeholder="<?php _e('Host', 'qqworld_auto_save_images'); ?>" id="host" value="<?php echo $this->optimize_host; ?>" /> <span>/wp-contents/uploads/2014/11/example.jpg</span>
|
|
|
|
|
|
|
|
|
|
|
840 |
</label>
|
841 |
</fieldset></td>
|
842 |
</tr>
|
843 |
<tbody>
|
844 |
</table>
|
845 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
<div class="optimize-table"<?php if ($this->optimize_mode!='ftp') echo ' style="display: none;"'; ?>>
|
847 |
<table class="form-table">
|
848 |
<tbody>
|
@@ -946,7 +992,8 @@ function save_outside_link($content, $link) {
|
|
946 |
<th scope="row"><label for="scan_sync_to_aliyun_oss"><?php _e('Scan & Sync', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e('Automatically scan media library and sync to AliYun OSS.', 'qqworld_auto_save_images'); ?>"></span></th>
|
947 |
<td><fieldset>
|
948 |
<legend class="screen-reader-text"><span><?php _e('Scan & Sync', 'qqworld_auto_save_images'); ?></span></legend>
|
949 |
-
<input type="button" class="button" id="
|
|
|
950 |
</fieldset></td>
|
951 |
</tr>
|
952 |
<tr valign="top">
|
@@ -970,6 +1017,77 @@ function save_outside_link($content, $link) {
|
|
970 |
</tbody>
|
971 |
</table>
|
972 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
973 |
<h2><?php _e('Proxy Settings', 'qqworld_auto_save_images'); ?></h2>
|
974 |
<table class="form-table">
|
975 |
<tbody>
|
@@ -1045,7 +1163,7 @@ function save_outside_link($content, $link) {
|
|
1045 |
<tbody>
|
1046 |
<tr valign="top">
|
1047 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1048 |
-
<td><a href="http://www.qqworld.org/products/qqworld-
|
1049 |
</tr>
|
1050 |
</tbody>
|
1051 |
</table>
|
@@ -1174,7 +1292,7 @@ function save_outside_link($content, $link) {
|
|
1174 |
</tr>
|
1175 |
<tr valign="top">
|
1176 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1177 |
-
<td><a href="http://www.qqworld.org/products/qqworld-
|
1178 |
</tr>
|
1179 |
</tbody>
|
1180 |
</table>
|
@@ -1239,7 +1357,7 @@ function save_outside_link($content, $link) {
|
|
1239 |
<tbody>
|
1240 |
<tr valign="top">
|
1241 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1242 |
-
<td><a href="http://www.qqworld.org/products/qqworld-
|
1243 |
</tr>
|
1244 |
</tbody>
|
1245 |
</table>
|
@@ -1350,10 +1468,56 @@ function save_outside_link($content, $link) {
|
|
1350 |
<p class="submit">
|
1351 |
<input name="scan_old_posts" type="button" class="button-primary" id="scan_old_posts" value="<?php _e('Automatic', 'qqworld_auto_save_images'); ?> ⇛" /> <span class="icon help" title="<?php _e('Scan posts and keep remote images in all posts to local media library. Maybe take a long time.', 'qqworld_auto_save_images'); ?>"></span>
|
1352 |
<input name="list_all_posts" type="button" class="button-primary" id="list_all_posts" value="<?php _e('Manual', 'qqworld_auto_save_images'); ?> ☰" /> <span class="icon help" title="<?php _e("The list displayed will show you which posts including remote images, then you can keep them to local manually via click \"Fetch\" button.", 'qqworld_auto_save_images'); ?>"></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1353 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1354 |
</div>
|
1355 |
</div>
|
1356 |
-
</
|
1357 |
<?php
|
1358 |
}
|
1359 |
|
@@ -1371,8 +1535,10 @@ function save_outside_link($content, $link) {
|
|
1371 |
'qqworld-auto-save-images-exclude-domain',
|
1372 |
'qqworld-auto-save-images-format',
|
1373 |
'qqworld-auto-save-images-optimize',
|
|
|
1374 |
'qqworld-auto-save-images-ftp',
|
1375 |
'qqworld-auto-save-images-aliyun-oss',
|
|
|
1376 |
'qqworld-auto-save-images-proxy'
|
1377 |
),
|
1378 |
'watermark' => array(
|
@@ -1800,7 +1966,7 @@ function save_outside_link($content, $link) {
|
|
1800 |
// file_get_contents
|
1801 |
if (function_exists('file_get_contents')) {
|
1802 |
$file = @file_get_contents($image_url);
|
1803 |
-
if ($encoding == 'gzip' && function_exists('gzdecode')) $file = gzdecode($file);
|
1804 |
}
|
1805 |
|
1806 |
// curl
|
@@ -1810,7 +1976,7 @@ function save_outside_link($content, $link) {
|
|
1810 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
1811 |
//curl_setopt($ch, CURLOPT_TIMEOUT, 5);
|
1812 |
$file = curl_exec($ch);
|
1813 |
-
if ($encoding == 'gzip' && function_exists('gzdecode')) $file = gzdecode($file);
|
1814 |
curl_close($ch);
|
1815 |
}
|
1816 |
|
@@ -1827,7 +1993,7 @@ function save_outside_link($content, $link) {
|
|
1827 |
$file = ob_get_contents();
|
1828 |
ob_end_clean();
|
1829 |
imagedestroy($img);
|
1830 |
-
if ($encoding == 'gzip' && function_exists('gzdecode')) $file = gzdecode($file);
|
1831 |
}
|
1832 |
} else $file = '';
|
1833 |
}
|
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.13.7
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
99 |
$this->ftp_host = isset($this->ftp['host']) ? $this->ftp['host'] : '';
|
100 |
$this->ftp_folder = isset($this->ftp['folder']) ? $this->ftp['folder'] : '';
|
101 |
|
102 |
+
$this->qiniu = get_option('qqworld-auto-save-images-qiniu', array() );
|
103 |
+
$this->qiniu_host = isset($this->qiniu['host']) ? $this->qiniu['host'] : '';
|
104 |
+
|
105 |
$this->aliyun_oss = get_option('qqworld-auto-save-images-aliyun-oss', array('endpoint' => 'oss.aliyuncs.com', 'sync-delete' => 'yes', 'auto-replace' => 'yes'));
|
106 |
$this->endpoint = isset($this->aliyun_oss['endpoint']) ? $this->aliyun_oss['endpoint'] : 'oss.aliyuncs.com';
|
107 |
$this->access_key_id = isset($this->aliyun_oss['access-key-id']) ? $this->aliyun_oss['access-key-id'] : '';
|
119 |
$this->bucket = isset($this->aliyun_oss['bucket']) ? $this->aliyun_oss['bucket'] : '';
|
120 |
$this->sync_delete = isset($this->aliyun_oss['sync-delete']) ? $this->aliyun_oss['sync-delete'] : '';
|
121 |
|
122 |
+
$this->upyun = get_option('qqworld-auto-save-images-upyun', array('sync-delete' => 'yes', 'auto-replace' => 'yes'));
|
123 |
+
$this->upyun_username = isset($this->upyun['username']) ? $this->upyun['username'] : '';
|
124 |
+
$this->upyun_password = isset($this->upyun['password']) ? $this->upyun['password'] : '';
|
125 |
+
$this->upyun_bucket = isset($this->upyun['bucket']) ? $this->upyun['bucket'] : '';
|
126 |
+
$this->upyun_sync_delete = isset($this->upyun['sync-delete']) ? $this->upyun['sync-delete'] : 'no';
|
127 |
+
$this->upyun_auto_replace = isset($this->upyun['auto-replace']) ? $this->upyun['auto-replace'] : 'no';
|
128 |
+
$this->upyun_protocol = isset($this->upyun['protocol']) ? $this->upyun['protocol'] : 'http';
|
129 |
+
$this->upyun_host = isset($this->upyun['host']) ? $this->upyun['host'] : '';
|
130 |
+
$this->upyun_folder = isset($this->upyun['folder']) ? $this->upyun['folder'] : '';
|
131 |
+
|
132 |
$this->proxy = get_option('qqworld-auto-save-images-proxy', array("timeout" => 5, "address" => "127.0.0.1:8087"));
|
133 |
$this->proxy_enabled = isset($this->proxy['enabled']) ? $this->proxy['enabled'] : '';
|
134 |
$this->proxy_timeout = isset($this->proxy['timeout']) ? $this->proxy['timeout'] : '5';
|
575 |
<li><?php _e('Watermark', 'qqworld_auto_save_images'); ?> (<?php _e('Preview', 'qqworld_auto_save_images')?>)</li>
|
576 |
<li><?php _e('Database', 'qqworld_auto_save_images'); ?> (<?php _e('Preview', 'qqworld_auto_save_images')?>)</li>
|
577 |
<li><?php _e('Scan Posts', 'qqworld_auto_save_images'); ?></li>
|
578 |
+
<li id="cron-tab"><?php _e('Cron', 'qqworld_auto_save_images'); ?> (<?php _e('Preview', 'qqworld_auto_save_images')?>)</li>
|
579 |
</ul>
|
580 |
<div class="tab-content">
|
581 |
<h2><?php _e('General Options', 'qqworld_auto_save_images'); ?></h2>
|
630 |
</label>
|
631 |
</fieldset></td>
|
632 |
</tr>
|
633 |
+
<tr valign="top" id="manual-demo"<?php if ($this->mode != 'manual') echo ' style="display: none;"'; ?>>
|
634 |
+
<th scope="row"><label><?php _e('Demo of Pro Edition', 'qqworld_auto_save_images'); ?></label></th>
|
635 |
+
<td><fieldset>
|
636 |
+
<legend class="screen-reader-text"><span><?php _e('Set Featured Image', 'qqworld_auto_save_images'); ?></span></legend>
|
637 |
+
<?php _e("<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>", 'qqworld_auto_save_images'); ?>
|
638 |
+
</fieldset></td>
|
639 |
+
</tr>
|
640 |
</tbody>
|
641 |
</table>
|
642 |
<h2><?php _e('Filter Options', 'qqworld_auto_save_images'); ?></h2>
|
838 |
<select name="qqworld-auto-save-images-optimize[mode]" id="optimize-mode">
|
839 |
<?php
|
840 |
$linkTo = array(
|
841 |
+
'local' => __('Use local server', 'qqworld_auto_save_images'),
|
842 |
+
'qiniu' => __('Use QiNiu Cloud Storage', 'qqworld_auto_save_images'),
|
843 |
'ftp' => __('Use FTP remote server', 'qqworld_auto_save_images'),
|
844 |
+
'aliyun_oss' => __('Use AliYun Open Storage Service (OSS)', 'qqworld_auto_save_images'),
|
845 |
+
'upyun' => __('Use UpYun Storage Service', 'qqworld_auto_save_images')
|
846 |
);
|
847 |
foreach ($linkTo as $value => $title) echo '<option value="'.$value.'"'.selected($value, $this->optimize_mode, false).'>'.$title.'</option>';
|
848 |
?>
|
860 |
<legend class="screen-reader-text"><span><?php _e('Domain & Folder', 'qqworld_auto_save_images'); ?></span></legend>
|
861 |
<label>
|
862 |
<span>http(s)://</span> <input type="text" name="qqworld-auto-save-images-optimize-url[host]" class="regular-text" placeholder="<?php _e('Host', 'qqworld_auto_save_images'); ?>" id="host" value="<?php echo $this->optimize_host; ?>" /> <span>/wp-contents/uploads/2014/11/example.jpg</span>
|
863 |
+
<?php if (!empty($this->optimize_host)) : ?>
|
864 |
+
<p><strong><?php _e('You need add this code below into wp-config.php:', 'qqworld_auto_save_images'); ?></strong></p>
|
865 |
+
<p>define( 'WP_CONTENT_URL', "http://<?php echo $this->optimize_host; ?>/wp-content" );<br />
|
866 |
+
define( 'COOKIE_DOMAIN', '<?php $url = parse_url(site_url()); echo $url['host']; ?>' );
|
867 |
+
</p><?php endif; ?>
|
868 |
</label>
|
869 |
</fieldset></td>
|
870 |
</tr>
|
871 |
<tbody>
|
872 |
</table>
|
873 |
</div>
|
874 |
+
<div class="optimize-table"<?php if ($this->optimize_mode!='qiniu') echo ' style="display: none;"'; ?>>
|
875 |
+
<table class="form-table" id="upyun-settings">
|
876 |
+
<tbody>
|
877 |
+
<tr valign="top" id="url-settings">
|
878 |
+
<th scope="row"><label for="upyun-host"><?php _e('Domain & Folder', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Set new url structure, Do not end with '/'. The folder string must front with '/'.", 'qqworld_auto_save_images'); ?>"></span></th>
|
879 |
+
<td><fieldset>
|
880 |
+
<legend class="screen-reader-text"><span><?php _e('Domain & Folder', 'qqworld_auto_save_images'); ?></span></legend>
|
881 |
+
<label>
|
882 |
+
http(s)://
|
883 |
+
<input type="text" name="qqworld-auto-save-images-qiniu[host]" class="regular-text" placeholder="<?php _e('Host', 'qqworld_auto_save_images'); ?>" id="upyun-host" value="<?php echo $this->qiniu_host; ?>" />
|
884 |
+
<span>/wp-content/2014/11/example.jpg</span>
|
885 |
+
</label>
|
886 |
+
<p class="descrpition"><?php printf(__("Needs <a href=\"%s\" target=\"_blank\">plugin of QiNiu Cloud Storage</a>.", 'qqworld_auto_save_images') ,'http://blog.wpjam.com/project/wpjam-qiniutek/'); ?></p>
|
887 |
+
</fieldset></td>
|
888 |
+
</tr>
|
889 |
+
</tbody>
|
890 |
+
</table>
|
891 |
+
</div>
|
892 |
<div class="optimize-table"<?php if ($this->optimize_mode!='ftp') echo ' style="display: none;"'; ?>>
|
893 |
<table class="form-table">
|
894 |
<tbody>
|
992 |
<th scope="row"><label for="scan_sync_to_aliyun_oss"><?php _e('Scan & Sync', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e('Automatically scan media library and sync to AliYun OSS.', 'qqworld_auto_save_images'); ?>"></span></th>
|
993 |
<td><fieldset>
|
994 |
<legend class="screen-reader-text"><span><?php _e('Scan & Sync', 'qqworld_auto_save_images'); ?></span></legend>
|
995 |
+
<input type="button" class="button" id="fast_scan_sync_to_aliyun_oss" value="<?php _e('Fast Scan', 'qqworld_auto_save_images'); ?> ⇛" />
|
996 |
+
<input type="button" class="button" id="smart_scan_sync_to_aliyun_oss" value="<?php _e('Smart Scan', 'qqworld_auto_save_images'); ?> ⇛" />
|
997 |
</fieldset></td>
|
998 |
</tr>
|
999 |
<tr valign="top">
|
1017 |
</tbody>
|
1018 |
</table>
|
1019 |
</div>
|
1020 |
+
<div class="optimize-table"<?php if ($this->optimize_mode!='upyun') echo ' style="display: none;"'; ?>>
|
1021 |
+
<table class="form-table" id="upyun-settings">
|
1022 |
+
<tbody>
|
1023 |
+
<tr valign="top" id="url-settings">
|
1024 |
+
<th scope="row"><label for="upyun-host"><?php _e('Domain & Folder', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Set new url structure, Do not end with '/'. The folder string must front with '/'.", 'qqworld_auto_save_images'); ?>"></span></th>
|
1025 |
+
<td><fieldset>
|
1026 |
+
<legend class="screen-reader-text"><span><?php _e('Domain & Folder', 'qqworld_auto_save_images'); ?></span></legend>
|
1027 |
+
<label>
|
1028 |
+
<select id="protocol" name="qqworld-auto-save-images-upyun[protocol]">
|
1029 |
+
<option value="http"<?php selected('http', $this->upyun_protocol); ?>>http://</option>
|
1030 |
+
<option value="https"<?php selected('https', $this->upyun_protocol); ?>>https://</option>
|
1031 |
+
</select>
|
1032 |
+
<input type="text" name="qqworld-auto-save-images-upyun[host]" class="regular-text" placeholder="<?php _e('Host', 'qqworld_auto_save_images'); ?>" id="upyun-host" value="<?php echo $this->upyun_host; ?>" />
|
1033 |
+
<input type="text" id="folder" name="qqworld-auto-save-images-upyun[folder]" placeholder="<?php _e('Folder (Can be empty)', 'qqworld_auto_save_images'); ?>" value="<?php echo $this->upyun_folder; ?>" />
|
1034 |
+
<span>/2014/11/example.jpg</span>
|
1035 |
+
</label>
|
1036 |
+
</fieldset></td>
|
1037 |
+
</tr>
|
1038 |
+
<tr valign="top">
|
1039 |
+
<th scope="row"><label for="upyun-bucket"><?php _ex('Bucket', 'upyun', 'qqworld_auto_save_images'); ?></label></th>
|
1040 |
+
<td><fieldset>
|
1041 |
+
<legend class="screen-reader-text"><span><?php _ex('Bucket', 'upyun', 'qqworld_auto_save_images'); ?></span></legend>
|
1042 |
+
<input type="text" name="qqworld-auto-save-images-upyun[bucket]" placeholder="<?php _ex('Bucket', 'upyun', 'qqworld_auto_save_images'); ?>" id="upyun-bucket" value="<?php echo $this->upyun_bucket; ?>" />
|
1043 |
+
</fieldset></td>
|
1044 |
+
</tr>
|
1045 |
+
<tr valign="top">
|
1046 |
+
<th scope="row"><label for="upyun-username"><?php _e('Username', 'qqworld_auto_save_images'); ?></label></th>
|
1047 |
+
<td><fieldset>
|
1048 |
+
<legend class="screen-reader-text"><span><?php _e('Username', 'qqworld_auto_save_images'); ?></span></legend>
|
1049 |
+
<label>
|
1050 |
+
<input type="text" name="qqworld-auto-save-images-upyun[username]" placeholder="<?php _e('Username', 'qqworld_auto_save_images'); ?>" id="upyun-username" value="<?php echo $this->upyun_username; ?>" />
|
1051 |
+
</label>
|
1052 |
+
</fieldset></td>
|
1053 |
+
</tr>
|
1054 |
+
<tr valign="top">
|
1055 |
+
<th scope="row"><label for="upyun-password"><?php _e('Password', 'qqworld_auto_save_images'); ?></label></th>
|
1056 |
+
<td><fieldset>
|
1057 |
+
<legend class="screen-reader-text"><span><?php _e('Password', 'qqworld_auto_save_images'); ?></span></legend>
|
1058 |
+
<input type="password" name="qqworld-auto-save-images-upyun[password]" placeholder="<?php _e('Password', 'qqworld_auto_save_images'); ?>" id="upyun-password" value="<?php echo $this->upyun_password; ?>" />
|
1059 |
+
<input type="button" class="button" id="test-access-upyun" value="<?php _ex('Test Access UpYun', 'upyun', 'qqworld_auto_save_images'); ?>" />
|
1060 |
+
</fieldset></td>
|
1061 |
+
</tr>
|
1062 |
+
<tr valign="top">
|
1063 |
+
<th scope="row"><label for="scan_sync_to_upyun"><?php _e('Scan & Sync', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e('Automatically scan media library and sync to UpYun.<br /><strong>Fast Scan</strong>: Determines whether the synchronization with local marks.<br /><strong>Smart Scan</strong>: Determines whether the synchronization with UpYun file exists.', 'qqworld_auto_save_images'); ?>"></span></th>
|
1064 |
+
<td><fieldset>
|
1065 |
+
<legend class="screen-reader-text"><span><?php _e('Scan & Sync', 'qqworld_auto_save_images'); ?></span></legend>
|
1066 |
+
<input type="button" class="button" id="fast_scan_sync_to_upyun" value="<?php _e('Fast Scan', 'qqworld_auto_save_images'); ?> ⇛" />
|
1067 |
+
<input type="button" class="button" id="smart_scan_sync_to_upyun" value="<?php _e('Smart Scan', 'qqworld_auto_save_images'); ?> ⇛" />
|
1068 |
+
</fieldset></td>
|
1069 |
+
</tr>
|
1070 |
+
<tr valign="top">
|
1071 |
+
<th scope="row"><label for="sync_delete_upyun"><?php _e('Sync Delete', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e('When you delete a local attachment file, delete the UpYun file synchronization.', 'qqworld_auto_save_images'); ?>"></span></th>
|
1072 |
+
<td><fieldset>
|
1073 |
+
<legend class="screen-reader-text"><span><?php _e('Sync Delete', 'qqworld_auto_save_images'); ?></span></legend>
|
1074 |
+
<label>
|
1075 |
+
<input name="qqworld-auto-save-images-upyun[sync-delete]" type="checkbox" id="sync_delete_upyun" value="yes" <?php checked('yes', $this->upyun_sync_delete); ?> />
|
1076 |
+
</label>
|
1077 |
+
</fieldset></td>
|
1078 |
+
</tr>
|
1079 |
+
<tr valign="top">
|
1080 |
+
<th scope="row"><label for="auto_replace_upyun"><?php _e('Auto Replace', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Automatically replaces post content's local url as UpYun's url when syncing.", 'qqworld_auto_save_images'); ?>"></span></th>
|
1081 |
+
<td><fieldset>
|
1082 |
+
<legend class="screen-reader-text"><span><?php _e('Auto Replace', 'qqworld_auto_save_images'); ?></span></legend>
|
1083 |
+
<label>
|
1084 |
+
<input name="qqworld-auto-save-images-upyun[auto-replace]" type="checkbox" id="auto_replace_upyun" value="yes" <?php checked('yes', $this->upyun_auto_replace); ?> />
|
1085 |
+
</label>
|
1086 |
+
</fieldset></td>
|
1087 |
+
</tr>
|
1088 |
+
</tbody>
|
1089 |
+
</table>
|
1090 |
+
</div>
|
1091 |
<h2><?php _e('Proxy Settings', 'qqworld_auto_save_images'); ?></h2>
|
1092 |
<table class="form-table">
|
1093 |
<tbody>
|
1163 |
<tbody>
|
1164 |
<tr valign="top">
|
1165 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1166 |
+
<td><a href="http://www.qqworld.org/products/qqworld-collector" target="_blank"><?php _e('QQWorld Collector', 'qqworld_auto_save_images'); ?></a></td>
|
1167 |
</tr>
|
1168 |
</tbody>
|
1169 |
</table>
|
1292 |
</tr>
|
1293 |
<tr valign="top">
|
1294 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1295 |
+
<td><a href="http://www.qqworld.org/products/qqworld-collector" target="_blank"><?php _e('QQWorld Collector', 'qqworld_auto_save_images'); ?></a></td>
|
1296 |
</tr>
|
1297 |
</tbody>
|
1298 |
</table>
|
1357 |
<tbody>
|
1358 |
<tr valign="top">
|
1359 |
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1360 |
+
<td><a href="http://www.qqworld.org/products/qqworld-collector" target="_blank"><?php _e('QQWorld Collector', 'qqworld_auto_save_images'); ?></a></td>
|
1361 |
</tr>
|
1362 |
</tbody>
|
1363 |
</table>
|
1468 |
<p class="submit">
|
1469 |
<input name="scan_old_posts" type="button" class="button-primary" id="scan_old_posts" value="<?php _e('Automatic', 'qqworld_auto_save_images'); ?> ⇛" /> <span class="icon help" title="<?php _e('Scan posts and keep remote images in all posts to local media library. Maybe take a long time.', 'qqworld_auto_save_images'); ?>"></span>
|
1470 |
<input name="list_all_posts" type="button" class="button-primary" id="list_all_posts" value="<?php _e('Manual', 'qqworld_auto_save_images'); ?> ☰" /> <span class="icon help" title="<?php _e("The list displayed will show you which posts including remote images, then you can keep them to local manually via click \"Fetch\" button.", 'qqworld_auto_save_images'); ?>"></span>
|
1471 |
+
|
1472 |
+
<select name="schedule" id="scan-schedules">
|
1473 |
+
<?php
|
1474 |
+
foreach (wp_get_schedules() as $recurrence => $detail) {
|
1475 |
+
echo '<option value="'.$recurrence.'">'.$detail['display'].'</option>';
|
1476 |
+
} ?>
|
1477 |
+
</select>
|
1478 |
+
<input name="cron_scan_posts" type="button" class="button-primary" id="cron_scan_posts" value="<?php _e('Cron', 'qqworld_auto_save_images'); ?> ⇛" /> <span class="icon help" title="<?php _e("Set cron for automatically scan posts.<br />I recommend set the option Offset from 0 to scan 100 posts.", 'qqworld_auto_save_images'); ?>"></span>
|
1479 |
+
</p>
|
1480 |
+
</div>
|
1481 |
+
</div>
|
1482 |
+
</form>
|
1483 |
+
<form action="" method="post" id="scan-cron">
|
1484 |
+
<div class="tab-content hidden">
|
1485 |
+
<div id="cron-list-container">
|
1486 |
+
<h3><?php _e('Cron of Scan Posts', 'qqworld_auto_save_images'); ?></h3>
|
1487 |
+
<div class="readme"><p><strong><?php _e("Just for preview, The complete feature will on the Pro version.", 'qqworld_auto_save_images') ?></strong></p></div>
|
1488 |
+
<table id="cron-list-table" class="common-list-table">
|
1489 |
+
<thead>
|
1490 |
+
<th><?php _e('Post Types', 'qqworld_auto_save_images'); ?></th>
|
1491 |
+
<th><?php _e('Categories'); ?></th>
|
1492 |
+
<th><?php _e('Scope of Post ID', 'qqworld_auto_save_images'); ?></th>
|
1493 |
+
<th><?php _e('Offset', 'qqworld_auto_save_images'); ?></th>
|
1494 |
+
<th><?php _e('Status'); ?></th>
|
1495 |
+
<th><?php _e('Order By', 'qqworld_auto_save_images'); ?></th>
|
1496 |
+
<th><?php _e('Order'); ?></th>
|
1497 |
+
<th><?php _e('Recurrence', 'qqworld_auto_save_images'); ?></th>
|
1498 |
+
<th><?php _e('Will Run On', 'qqworld_auto_save_images'); ?></th>
|
1499 |
+
<th><?php _e('Delete'); ?></th>
|
1500 |
+
</thead>
|
1501 |
+
<tbody id="cron-list">
|
1502 |
+
</tbody>
|
1503 |
+
<tfoot>
|
1504 |
+
<tr><td colspan="10" align="center"><?php _e('No Cron yet.', 'qqworld_auto_save_images'); ?></td></tr>
|
1505 |
+
</tfoot>
|
1506 |
+
</table>
|
1507 |
+
<p class="submit">
|
1508 |
+
<input type="button" class="button button-primary" id="clear-all-crons" value="<?php _e('Clear All Crons', 'qqworld_auto_save_images'); ?>" />
|
1509 |
</p>
|
1510 |
+
<table class="form-table">
|
1511 |
+
<tbody>
|
1512 |
+
<tr valign="top">
|
1513 |
+
<th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
|
1514 |
+
<td><a href="http://www.qqworld.org/products/qqworld-collector" target="_blank"><?php _e('QQWorld Collector', 'qqworld_auto_save_images'); ?></a></td>
|
1515 |
+
</tr>
|
1516 |
+
</tbody>
|
1517 |
+
</table>
|
1518 |
</div>
|
1519 |
</div>
|
1520 |
+
</form>
|
1521 |
<?php
|
1522 |
}
|
1523 |
|
1535 |
'qqworld-auto-save-images-exclude-domain',
|
1536 |
'qqworld-auto-save-images-format',
|
1537 |
'qqworld-auto-save-images-optimize',
|
1538 |
+
'qqworld-auto-save-images-qiniu',
|
1539 |
'qqworld-auto-save-images-ftp',
|
1540 |
'qqworld-auto-save-images-aliyun-oss',
|
1541 |
+
'qqworld-auto-save-images-upyun',
|
1542 |
'qqworld-auto-save-images-proxy'
|
1543 |
),
|
1544 |
'watermark' => array(
|
1966 |
// file_get_contents
|
1967 |
if (function_exists('file_get_contents')) {
|
1968 |
$file = @file_get_contents($image_url);
|
1969 |
+
if ($encoding == 'gzip' && function_exists('gzdecode')) $file = @gzdecode($file);
|
1970 |
}
|
1971 |
|
1972 |
// curl
|
1976 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
1977 |
//curl_setopt($ch, CURLOPT_TIMEOUT, 5);
|
1978 |
$file = curl_exec($ch);
|
1979 |
+
if ($encoding == 'gzip' && function_exists('gzdecode')) $file = @gzdecode($file);
|
1980 |
curl_close($ch);
|
1981 |
}
|
1982 |
|
1993 |
$file = ob_get_contents();
|
1994 |
ob_end_clean();
|
1995 |
imagedestroy($img);
|
1996 |
+
if ($encoding == 'gzip' && function_exists('gzdecode')) $file = @gzdecode($file);
|
1997 |
}
|
1998 |
} else $file = '';
|
1999 |
}
|