QQWorld Auto Save Images - Version 1.7.11.4

Version Description

Download this release

Release Info

Developer qqworld
Plugin Icon 128x128 QQWorld Auto Save Images
Version 1.7.11.4
Comparing to
See all releases

Code changes from version 1.7.11.3 to 1.7.11.4

js/admin.js CHANGED
@@ -566,6 +566,9 @@ QQWorld_auto_save_images.scan_posts = function() {
566
  $(document).on('click', '#Preview Watermark', function() {
567
  tb_show($(this).attr('title'), $(this).attr('href'));
568
  });
 
 
 
569
  };
570
 
571
  this.create.watermark_init = function() {
566
  $(document).on('click', '#Preview Watermark', function() {
567
  tb_show($(this).attr('title'), $(this).attr('href'));
568
  });
569
+ $(document).on('change', '#qqworld_auto_save_images_minimum_picture_size_width', function() {
570
+ $('#qqworld_auto_save_images_minimum_picture_size_height').val($(this).val());
571
+ });
572
  };
573
 
574
  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: 2014-12-05 16:35+0800\n"
6
- "PO-Revision-Date: 2014-12-05 16:36+0800\n"
7
  "Last-Translator: Michael Wang <admin@qqworld.org>\n"
8
  "Language-Team: QQWorld <admin@qqworld.org>\n"
9
  "Language: zh_CN\n"
@@ -21,205 +21,205 @@ msgstr ""
21
  "X-Poedit-Basepath: ..\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: qqworld-auto-save-images.php:33
25
  msgid "Michael Wang"
26
  msgstr "王晓骞"
27
 
28
- #: qqworld-auto-save-images.php:97
29
  msgid "No taxonomies found."
30
  msgstr "没有相关分类方法。"
31
 
32
- #: qqworld-auto-save-images.php:105 qqworld-auto-save-images.php:279
33
- #: qqworld-auto-save-images.php:925
34
  msgid "All remote images have been saved."
35
  msgstr "已保存所有远程图像。"
36
 
37
- #: qqworld-auto-save-images.php:105 qqworld-auto-save-images.php:106
38
  #, php-format
39
  msgid " <a href=\"%s\">View</a>"
40
  msgstr " <a href=\"%s\">查看</a>"
41
 
42
- #: qqworld-auto-save-images.php:106
43
  msgid "Has missing images or image which could not download."
44
  msgstr "内容包含 不存在/无法下载 的图像。"
45
 
46
- #: qqworld-auto-save-images.php:127
47
  msgid "In Process..."
48
  msgstr "正在保存……"
49
 
50
- #: qqworld-auto-save-images.php:128
51
  msgid "Something error, please check."
52
  msgstr "出错了,请检查。"
53
 
54
- #: qqworld-auto-save-images.php:150
55
  msgid ""
56
  "Are you sure?<br />Before you click the yes button, I recommend backup site "
57
  "database."
58
  msgstr "你确定吗?<br />在点击确定按钮之前,我建议你备份网站的数据库。"
59
 
60
- #: qqworld-auto-save-images.php:151 qqworld-auto-save-images.php:738
61
  msgid "Please select post types."
62
  msgstr "请选择文章类型。"
63
 
64
- #: qqworld-auto-save-images.php:152
65
  msgid "May be a problem with some posts: "
66
  msgstr "也许一些文章有问题:"
67
 
68
- #: qqworld-auto-save-images.php:153
69
  #, php-format
70
  msgid "No need enter \"%s\"."
71
  msgstr "不需要输入“%s”。"
72
 
73
- #: qqworld-auto-save-images.php:154
74
  #, php-format
75
  msgid "%d post has been scanned."
76
  msgstr "已扫描%d篇文章。"
77
 
78
- #: qqworld-auto-save-images.php:155
79
  #, php-format
80
  msgid "%d posts have been scanned."
81
  msgstr "已扫描%d篇文章。"
82
 
83
- #: qqworld-auto-save-images.php:156
84
  #, php-format
85
  msgid "%d post included remote images processed."
86
  msgstr "已处理%d篇包含远程图像的文章。"
87
 
88
- #: qqworld-auto-save-images.php:157
89
  #, php-format
90
  msgid "%d posts included remote images processed."
91
  msgstr "已处理%d篇包含远程图像的文章。"
92
 
93
- #: qqworld-auto-save-images.php:158
94
  #, php-format
95
  msgid "%d post has missing images couldn't be processed."
96
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
97
 
98
- #: qqworld-auto-save-images.php:159
99
  #, php-format
100
  msgid "%d posts have missing images couldn't be processed."
101
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
102
 
103
- #: qqworld-auto-save-images.php:160
104
  #, php-format
105
  msgid "found %d post including remote images."
106
  msgstr "找到%d篇包含远程图像的文章。"
107
 
108
- #: qqworld-auto-save-images.php:161
109
  #, php-format
110
  msgid "found %d posts including remote images."
111
  msgstr "找到%d篇包含远程图像的文章。"
112
 
113
- #: qqworld-auto-save-images.php:162
114
  #, php-format
115
  msgid "And with %d post has missing images."
116
  msgstr "其中有%d篇文章包含不存在的远程图像。"
117
 
118
- #: qqworld-auto-save-images.php:163
119
  #, php-format
120
  msgid "And with %d posts have missing images."
121
  msgstr "其中有%d篇文章包含不存在的远程图像。"
122
 
123
- #: qqworld-auto-save-images.php:164
124
  msgid "No posts processed."
125
  msgstr "未处理任何文章。"
126
 
127
- #: qqworld-auto-save-images.php:165
128
  msgid "No post has remote images found."
129
  msgstr "没有文章包含远程图像。"
130
 
131
- #: qqworld-auto-save-images.php:166
132
  msgid "No posts found."
133
  msgstr "未找到任何文章。"
134
 
135
- #: qqworld-auto-save-images.php:167
136
  msgid "All done."
137
  msgstr "全部完成。"
138
 
139
- #: qqworld-auto-save-images.php:168
140
  #, fuzzy
141
  msgid "Yes"
142
  msgstr "是"
143
 
144
- #: qqworld-auto-save-images.php:169
145
  msgid "No"
146
  msgstr ""
147
 
148
- #: qqworld-auto-save-images.php:170
149
  msgid "Scanning..."
150
  msgstr "扫描中……"
151
 
152
- #: qqworld-auto-save-images.php:171
153
  msgid "Listing..."
154
  msgstr "显示列表中……"
155
 
156
- #: qqworld-auto-save-images.php:172 qqworld-auto-save-images.php:780
157
  #, fuzzy
158
  msgid "ID"
159
  msgstr "博客ID"
160
 
161
- #: qqworld-auto-save-images.php:173
162
  msgid "Post Type"
163
  msgstr "文章类型"
164
 
165
- #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:782
166
  #, fuzzy
167
  msgid "Title"
168
  msgstr "标题"
169
 
170
- #: qqworld-auto-save-images.php:175 qqworld-auto-save-images.php:760
171
  #, fuzzy
172
  msgid "Status"
173
  msgstr "状态"
174
 
175
- #: qqworld-auto-save-images.php:176
176
  msgid "Control"
177
  msgstr "控制"
178
 
179
- #: qqworld-auto-save-images.php:177
180
  #, fuzzy
181
  msgid "Done"
182
  msgstr "全部完成。"
183
 
184
- #: qqworld-auto-save-images.php:178 qqworld-auto-save-images.php:505
185
  #, fuzzy
186
  msgid "Delete"
187
  msgstr "删除"
188
 
189
- #: qqworld-auto-save-images.php:279 qqworld-auto-save-images.php:313
190
  msgid "Has missing images."
191
  msgstr "有不存在的远程图像。"
192
 
193
- #: qqworld-auto-save-images.php:313
194
  msgid "Normal"
195
  msgstr "正常"
196
 
197
- #: qqworld-auto-save-images.php:314
198
  msgid "Fetch"
199
  msgstr "抓取"
200
 
201
- #: qqworld-auto-save-images.php:356
202
  msgid "Save Remote Images"
203
  msgstr "保存远程图片"
204
 
205
- #: qqworld-auto-save-images.php:367 qqworld-auto-save-images.php:410
206
  #, fuzzy
207
  msgid "Settings"
208
  msgstr "光箱选项"
209
 
210
- #: qqworld-auto-save-images.php:375
211
  msgid "Auto Save Images"
212
  msgstr "自动保存图片"
213
 
214
- #: qqworld-auto-save-images.php:377 qqworld-auto-save-images.php:404
215
  msgid "QQWorld Auto Save Images"
216
  msgstr "QQWorld自动保存图片"
217
 
218
- #: qqworld-auto-save-images.php:386
219
  msgid "Installation"
220
  msgstr "安装说明"
221
 
222
- #: qqworld-auto-save-images.php:387
223
  msgid ""
224
  "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
225
  "strong> in php.ini.</li><li>Warning: If your website domain has been "
@@ -230,11 +230,11 @@ msgstr ""
230
  "告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
231
  "插件会把未更改的图片再保存一次。</li></ol>"
232
 
233
- #: qqworld-auto-save-images.php:391
234
  msgid "Notice"
235
  msgstr "注意"
236
 
237
- #: qqworld-auto-save-images.php:392
238
  msgid ""
239
  "<ul><li>This plugin has a little problem that is all the image url must be "
240
  "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
@@ -263,12 +263,12 @@ msgstr ""
263
  "让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
264
  "的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
265
 
266
- #: qqworld-auto-save-images.php:396
267
  #, fuzzy
268
  msgid "About"
269
  msgstr "关于主题"
270
 
271
- #: qqworld-auto-save-images.php:397
272
  msgid ""
273
  "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
274
  "just for play in the first place, after 1 year, oneday someone sent an email "
@@ -282,144 +282,149 @@ msgstr ""
282
  "后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
283
  "希望你们能喜欢它,谢谢。</p>"
284
 
285
- #: qqworld-auto-save-images.php:405
286
  msgid ""
287
  "Automatically keep the all remote picture to the local, and automatically "
288
  "set featured image."
289
  msgstr ""
290
  "自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
291
 
292
- #: qqworld-auto-save-images.php:411
293
  msgid "Watermark"
294
  msgstr "水印"
295
 
296
- #: qqworld-auto-save-images.php:411
297
  msgid "Trial"
298
  msgstr "试用"
299
 
300
- #: qqworld-auto-save-images.php:412
301
  msgid "Scan Posts"
302
  msgstr "扫描文章"
303
 
304
- #: qqworld-auto-save-images.php:415
305
  msgid "General Options"
306
  msgstr "常规选项"
307
 
308
- #: qqworld-auto-save-images.php:419 qqworld-auto-save-images.php:421
309
  msgid "Mode"
310
  msgstr "模式"
311
 
312
- #: qqworld-auto-save-images.php:424 qqworld-auto-save-images.php:818
313
  msgid "Automatic"
314
  msgstr "自动"
315
 
316
- #: qqworld-auto-save-images.php:425
317
  msgid ""
318
  "Automatically save all remote images to local media libary when you save or "
319
  "publish post."
320
  msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
321
 
322
- #: qqworld-auto-save-images.php:428 qqworld-auto-save-images.php:819
323
  msgid "Manual"
324
  msgstr "手动"
325
 
326
- #: qqworld-auto-save-images.php:429
327
  msgid ""
328
  "Manually save all remote images to local media libary when you click the "
329
  "button on the top of editor."
330
  msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
331
 
332
- #: qqworld-auto-save-images.php:434 qqworld-auto-save-images.php:436
333
  msgid "When"
334
  msgstr "什么时候"
335
 
336
- #: qqworld-auto-save-images.php:439
337
  msgid "Save post (Publish, save draft or pedding review)."
338
  msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
339
 
340
- #: qqworld-auto-save-images.php:443
341
  msgid "Publish post only."
342
  msgstr "仅发布文章时。"
343
 
344
- #: qqworld-auto-save-images.php:449 qqworld-auto-save-images.php:451
345
  msgid "Remote Publishing"
346
  msgstr "远程发布"
347
 
348
- #: qqworld-auto-save-images.php:449
349
  msgid ""
350
  "Save remote images via remote publishing from IFTTT or other way using "
351
  "XMLRPC. Only supports publish post."
352
  msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
353
 
354
- #: qqworld-auto-save-images.php:459 qqworld-auto-save-images.php:461
355
  msgid "Set Featured Image"
356
  msgstr "设置特色图片"
357
 
358
- #: qqworld-auto-save-images.php:459
359
  msgid "Set first one of the remote images as featured image."
360
  msgstr "设置远程图片中的第1个为特色图片。"
361
 
362
- #: qqworld-auto-save-images.php:469
363
  msgid "Filter Options"
364
  msgstr "过滤选项"
365
 
366
- #: qqworld-auto-save-images.php:473 qqworld-auto-save-images.php:475
367
  msgid "Minimum Picture Size"
368
  msgstr "最小图像尺寸"
369
 
370
- #: qqworld-auto-save-images.php:473
371
  msgid "Ignore smaller than this size picture."
372
  msgstr "忽略比这个尺寸更小的图像。"
373
 
374
- #: qqworld-auto-save-images.php:477 qqworld-auto-save-images.php:489
375
- #: qqworld-auto-save-images.php:618
376
  msgid "Width:"
377
  msgstr "宽度:"
378
 
379
- #: qqworld-auto-save-images.php:477 qqworld-auto-save-images.php:480
380
- #: qqworld-auto-save-images.php:489 qqworld-auto-save-images.php:492
381
- #: qqworld-auto-save-images.php:618 qqworld-auto-save-images.php:621
382
  msgid "(px)"
383
  msgstr "(像素)"
384
 
385
- #: qqworld-auto-save-images.php:480 qqworld-auto-save-images.php:492
386
- #: qqworld-auto-save-images.php:621
387
  msgid "Height:"
388
  msgstr "高度:"
389
 
390
- #: qqworld-auto-save-images.php:485 qqworld-auto-save-images.php:487
391
  msgid "Maximum Picture Size"
392
  msgstr "最大图像尺寸"
393
 
394
- #: qqworld-auto-save-images.php:485
395
- msgid "Automatic reduction is greater than the size of the picture."
396
- msgstr "自动缩小大于改尺寸的图像。"
 
 
 
 
 
397
 
398
- #: qqworld-auto-save-images.php:485
399
  msgid "Your server PHP version lower than 5.4, so this feature not works."
400
  msgstr "服务器PHP的版本低于5.4,所以此功能无法使用。"
401
 
402
- #: qqworld-auto-save-images.php:497 qqworld-auto-save-images.php:499
403
  msgid "Exclude Domain/Keyword"
404
  msgstr "排除域名/关键词"
405
 
406
- #: qqworld-auto-save-images.php:497
407
  msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
408
  msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
409
 
410
- #: qqworld-auto-save-images.php:509
411
  msgid "Add a Domain/Keyword"
412
  msgstr "添加域名/关键词"
413
 
414
- #: qqworld-auto-save-images.php:514
415
  msgid "Format Options"
416
  msgstr "格式化选项"
417
 
418
- #: qqworld-auto-save-images.php:518 qqworld-auto-save-images.php:520
419
  msgid "Change Image Filename"
420
  msgstr "更改图片文件名"
421
 
422
- #: qqworld-auto-save-images.php:518
423
  msgid ""
424
  "If you checked this, when the remote image filename have Chinese or other "
425
  "East Asian characters. system will automatically change image filename. I "
@@ -428,150 +433,150 @@ msgstr ""
428
  "如果勾选了此项,当远程图片名包含中文或其他东亚字符的时候,将自动更改图片文件"
429
  "名。建议开启。"
430
 
431
- #: qqworld-auto-save-images.php:527 qqworld-auto-save-images.php:529
432
  msgid "Keep Outside Links"
433
  msgstr "保留外链"
434
 
435
- #: qqworld-auto-save-images.php:527
436
  msgid "Keep the outside links of remote images if exist."
437
  msgstr "将会保留远程图片的链接,如果存在的话。"
438
 
439
- #: qqworld-auto-save-images.php:536 qqworld-auto-save-images.php:538
440
  msgid "Image Size"
441
  msgstr "图像尺寸"
442
 
443
- #: qqworld-auto-save-images.php:536
444
  msgid "Replace images you want size to display."
445
  msgstr "替换成你想要显示的尺寸的图像。"
446
 
447
- #: qqworld-auto-save-images.php:543
448
  #, fuzzy
449
  msgid "Thumbnail"
450
  msgstr ""
451
  "一个数组,可以包含数个函数,每个函数返回可能的缩略图图片对象相对于时间对象的"
452
  "jQuery路径。"
453
 
454
- #: qqworld-auto-save-images.php:544
455
  msgid "Medium"
456
  msgstr ""
457
 
458
- #: qqworld-auto-save-images.php:545
459
  msgid "Large"
460
  msgstr ""
461
 
462
- #: qqworld-auto-save-images.php:546
463
  #, fuzzy
464
  msgid "Full Size"
465
  msgstr "链接到全尺寸图像"
466
 
467
- #: qqworld-auto-save-images.php:555 qqworld-auto-save-images.php:557
468
  msgid "Link To"
469
  msgstr "链接到"
470
 
471
- #: qqworld-auto-save-images.php:555
472
  msgid "If you checked Keep-Outside-Links, this option will not works."
473
  msgstr "如果你勾选了保留外链,本项将不起作用。"
474
 
475
- #: qqworld-auto-save-images.php:562
476
  #, fuzzy
477
  msgid "Media File"
478
  msgstr "添加文件"
479
 
480
- #: qqworld-auto-save-images.php:563
481
  #, fuzzy
482
  msgid "Attachment Page"
483
  msgstr "(附件)"
484
 
485
- #: qqworld-auto-save-images.php:564
486
  msgid "None"
487
  msgstr ""
488
 
489
- #: qqworld-auto-save-images.php:573 qqworld-auto-save-images.php:575
490
  msgid "Additional Content"
491
  msgstr "额外的内容"
492
 
493
- #: qqworld-auto-save-images.php:573
494
  msgid ""
495
  "This content will be displayed after the each remote images code. you can "
496
  "use [Attachment ID] indicate current attachment ID."
497
  msgstr "此内容将在每个远程图像编码后显​​示。您可以使用[附件ID]指示当前连接ID。"
498
 
499
- #: qqworld-auto-save-images.php:578
500
  msgid "For example: [Gbuy id='[Attachment ID]']"
501
  msgstr "例如:[Gbuy id='[Attachment ID]']"
502
 
503
- #: qqworld-auto-save-images.php:590
504
  msgid ""
505
  "Just for preview, The complete feature will on the Pro version. Don't worry, "
506
  "other features will be free forever."
507
  msgstr "仅仅用于预览,专业版将提供完整的功能。别担心,其他功能将永久免费。"
508
 
509
- #: qqworld-auto-save-images.php:594 qqworld-auto-save-images.php:596
510
  msgid "Enabled Watermark"
511
  msgstr "启用水印"
512
 
513
- #: qqworld-auto-save-images.php:594
514
  msgid "Use for both of remote images and the local upload."
515
  msgstr "同时用于远程图片和本地上传。"
516
 
517
- #: qqworld-auto-save-images.php:604 qqworld-auto-save-images.php:606
518
  msgid "Ignore animated GIF"
519
  msgstr "忽略GIF动画"
520
 
521
- #: qqworld-auto-save-images.php:614 qqworld-auto-save-images.php:616
522
  msgid "Filter"
523
  msgstr "过滤"
524
 
525
- #: qqworld-auto-save-images.php:614
526
  msgid "Skip images that smaller than this size."
527
  msgstr "跳过比这个尺寸更小的图像。"
528
 
529
- #: qqworld-auto-save-images.php:627
530
  msgid "Align To"
531
  msgstr "对齐方式"
532
 
533
- #: qqworld-auto-save-images.php:649
534
  msgid "Position"
535
  msgstr "位置"
536
 
537
- #: qqworld-auto-save-images.php:649
538
  msgid "You can try to drag the watermark image."
539
  msgstr "你可以试着拖动水印图片。"
540
 
541
- #: qqworld-auto-save-images.php:666 qqworld-auto-save-images.php:668
542
- #: qqworld-auto-save-images.php:747
543
  msgid "Offset"
544
  msgstr "偏移"
545
 
546
- #: qqworld-auto-save-images.php:679 qqworld-auto-save-images.php:681
547
  msgid "Opacity"
548
  msgstr "不透明度"
549
 
550
- #: qqworld-auto-save-images.php:689 qqworld-auto-save-images.php:691
551
  msgid "Upload Watermark Image"
552
  msgstr "上传水印图片"
553
 
554
- #: qqworld-auto-save-images.php:693
555
  msgid "Insert a Watermark Image"
556
  msgstr "插入水印图片"
557
 
558
- #: qqworld-auto-save-images.php:704
559
  msgid "Default Watermark"
560
  msgstr "默认水印"
561
 
562
- #: qqworld-auto-save-images.php:708
563
  msgid "Buy"
564
  msgstr "购买"
565
 
566
- #: qqworld-auto-save-images.php:709
567
  msgid "Coming.. I don't know when, Who cares.."
568
  msgstr "即将…我不知道什么时候,管它呢……"
569
 
570
- #: qqworld-auto-save-images.php:723
571
  msgid "Select post types"
572
  msgstr "选择文章类型"
573
 
574
- #: qqworld-auto-save-images.php:723
575
  msgid ""
576
  "If you have too many posts to be scan, sometimes in process looks like "
577
  "stopping, but it may be fake. please be patient."
@@ -579,20 +584,20 @@ msgstr ""
579
  "如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
580
  "请耐心等待。"
581
 
582
- #: qqworld-auto-save-images.php:737
583
  #, fuzzy
584
  msgid "Categories"
585
  msgstr "%s分类"
586
 
587
- #: qqworld-auto-save-images.php:737
588
  msgid "Default empty to scan all categories."
589
  msgstr "默认留空扫描所有分类。"
590
 
591
- #: qqworld-auto-save-images.php:742
592
  msgid "Scope of Post ID"
593
  msgstr "文章ID范围"
594
 
595
- #: qqworld-auto-save-images.php:742
596
  msgid ""
597
  "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
598
  "100. please type '50' and '100' or '100' and '50', The order in which two "
@@ -603,12 +608,12 @@ msgstr ""
603
  "者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
604
  "该ID。"
605
 
606
- #: qqworld-auto-save-images.php:743
607
  #, php-format
608
  msgid "From %1$s to %2$s"
609
  msgstr "从 %1$s 到 %2$s"
610
 
611
- #: qqworld-auto-save-images.php:747
612
  msgid ""
613
  "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
614
  "in the textfield and select '100'."
@@ -616,68 +621,68 @@ msgstr ""
616
  "默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
617
  "选择“100”。"
618
 
619
- #: qqworld-auto-save-images.php:749
620
  #, php-format
621
  msgid "Start from %s to Scan"
622
  msgstr "从 %s 开始扫描"
623
 
624
- #: qqworld-auto-save-images.php:751
625
  #, fuzzy
626
  msgid "All"
627
  msgstr "所有"
628
 
629
- #: qqworld-auto-save-images.php:755
630
  #, fuzzy
631
  msgid "Posts"
632
  msgstr "热门文章"
633
 
634
- #: qqworld-auto-save-images.php:765
635
  msgid "Any"
636
  msgstr "任意"
637
 
638
- #: qqworld-auto-save-images.php:775
639
  msgid "Order By"
640
  msgstr "排序依据"
641
 
642
- #: qqworld-auto-save-images.php:781
643
  #, fuzzy
644
  msgid "Author"
645
  msgstr "名称"
646
 
647
- #: qqworld-auto-save-images.php:783
648
  #, fuzzy
649
  msgid "Date"
650
  msgstr "日期"
651
 
652
- #: qqworld-auto-save-images.php:784
653
  #, fuzzy
654
  msgid "Last Modified"
655
  msgstr "最后回复"
656
 
657
- #: qqworld-auto-save-images.php:785
658
  msgid "Comment Count"
659
  msgstr "评论数"
660
 
661
- #: qqworld-auto-save-images.php:795
662
  #, fuzzy
663
  msgid "Order"
664
  msgstr "顺序"
665
 
666
- #: qqworld-auto-save-images.php:805
667
  msgid "Speed"
668
  msgstr "速度"
669
 
670
- #: qqworld-auto-save-images.php:805
671
  msgid "If the server is too much stress may be appropriately reduced speed."
672
  msgstr "如果服务器压力过大,可以适当调低速度。"
673
 
674
- #: qqworld-auto-save-images.php:818
675
  msgid ""
676
  "Scan posts and keep remote images in all posts to local media library. Maybe "
677
  "take a long time."
678
  msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
679
 
680
- #: qqworld-auto-save-images.php:819
681
  msgid ""
682
  "The list displayed will show you which posts including remote images, then "
683
  "you can keep them to local manually via click \"Fetch\" button."
@@ -685,14 +690,25 @@ msgstr ""
685
  "显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
686
  "存。"
687
 
688
- #: qqworld-auto-save-images.php:922
689
  msgid "Has Missing/Undownloadable images."
690
  msgstr "有 不存在/不可下载 的远程图像。"
691
 
692
- #: qqworld-auto-save-images.php:929
693
  msgid "No remote images found."
694
  msgstr "没有远程图像。"
695
 
 
 
 
 
 
 
 
 
 
 
 
696
  #~ msgid ""
697
  #~ "This content will be displayed after the each remote images code. you can "
698
  #~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy "
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: 2014-12-21 18:39+0800\n"
6
+ "PO-Revision-Date: 2014-12-21 18:40+0800\n"
7
  "Last-Translator: Michael Wang <admin@qqworld.org>\n"
8
  "Language-Team: QQWorld <admin@qqworld.org>\n"
9
  "Language: zh_CN\n"
21
  "X-Poedit-Basepath: ..\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: qqworld-auto-save-images.php:34
25
  msgid "Michael Wang"
26
  msgstr "王晓骞"
27
 
28
+ #: qqworld-auto-save-images.php:99
29
  msgid "No taxonomies found."
30
  msgstr "没有相关分类方法。"
31
 
32
+ #: qqworld-auto-save-images.php:107 qqworld-auto-save-images.php:281
33
+ #: qqworld-auto-save-images.php:928
34
  msgid "All remote images have been saved."
35
  msgstr "已保存所有远程图像。"
36
 
37
+ #: qqworld-auto-save-images.php:107 qqworld-auto-save-images.php:108
38
  #, php-format
39
  msgid " <a href=\"%s\">View</a>"
40
  msgstr " <a href=\"%s\">查看</a>"
41
 
42
+ #: qqworld-auto-save-images.php:108
43
  msgid "Has missing images or image which could not download."
44
  msgstr "内容包含 不存在/无法下载 的图像。"
45
 
46
+ #: qqworld-auto-save-images.php:129
47
  msgid "In Process..."
48
  msgstr "正在保存……"
49
 
50
+ #: qqworld-auto-save-images.php:130
51
  msgid "Something error, please check."
52
  msgstr "出错了,请检查。"
53
 
54
+ #: qqworld-auto-save-images.php:152
55
  msgid ""
56
  "Are you sure?<br />Before you click the yes button, I recommend backup site "
57
  "database."
58
  msgstr "你确定吗?<br />在点击确定按钮之前,我建议你备份网站的数据库。"
59
 
60
+ #: qqworld-auto-save-images.php:153 qqworld-auto-save-images.php:740
61
  msgid "Please select post types."
62
  msgstr "请选择文章类型。"
63
 
64
+ #: qqworld-auto-save-images.php:154
65
  msgid "May be a problem with some posts: "
66
  msgstr "也许一些文章有问题:"
67
 
68
+ #: qqworld-auto-save-images.php:155
69
  #, php-format
70
  msgid "No need enter \"%s\"."
71
  msgstr "不需要输入“%s”。"
72
 
73
+ #: qqworld-auto-save-images.php:156
74
  #, php-format
75
  msgid "%d post has been scanned."
76
  msgstr "已扫描%d篇文章。"
77
 
78
+ #: qqworld-auto-save-images.php:157
79
  #, php-format
80
  msgid "%d posts have been scanned."
81
  msgstr "已扫描%d篇文章。"
82
 
83
+ #: qqworld-auto-save-images.php:158
84
  #, php-format
85
  msgid "%d post included remote images processed."
86
  msgstr "已处理%d篇包含远程图像的文章。"
87
 
88
+ #: qqworld-auto-save-images.php:159
89
  #, php-format
90
  msgid "%d posts included remote images processed."
91
  msgstr "已处理%d篇包含远程图像的文章。"
92
 
93
+ #: qqworld-auto-save-images.php:160
94
  #, php-format
95
  msgid "%d post has missing images couldn't be processed."
96
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
97
 
98
+ #: qqworld-auto-save-images.php:161
99
  #, php-format
100
  msgid "%d posts have missing images couldn't be processed."
101
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
102
 
103
+ #: qqworld-auto-save-images.php:162
104
  #, php-format
105
  msgid "found %d post including remote images."
106
  msgstr "找到%d篇包含远程图像的文章。"
107
 
108
+ #: qqworld-auto-save-images.php:163
109
  #, php-format
110
  msgid "found %d posts including remote images."
111
  msgstr "找到%d篇包含远程图像的文章。"
112
 
113
+ #: qqworld-auto-save-images.php:164
114
  #, php-format
115
  msgid "And with %d post has missing images."
116
  msgstr "其中有%d篇文章包含不存在的远程图像。"
117
 
118
+ #: qqworld-auto-save-images.php:165
119
  #, php-format
120
  msgid "And with %d posts have missing images."
121
  msgstr "其中有%d篇文章包含不存在的远程图像。"
122
 
123
+ #: qqworld-auto-save-images.php:166
124
  msgid "No posts processed."
125
  msgstr "未处理任何文章。"
126
 
127
+ #: qqworld-auto-save-images.php:167
128
  msgid "No post has remote images found."
129
  msgstr "没有文章包含远程图像。"
130
 
131
+ #: qqworld-auto-save-images.php:168
132
  msgid "No posts found."
133
  msgstr "未找到任何文章。"
134
 
135
+ #: qqworld-auto-save-images.php:169
136
  msgid "All done."
137
  msgstr "全部完成。"
138
 
139
+ #: qqworld-auto-save-images.php:170
140
  #, fuzzy
141
  msgid "Yes"
142
  msgstr "是"
143
 
144
+ #: qqworld-auto-save-images.php:171
145
  msgid "No"
146
  msgstr ""
147
 
148
+ #: qqworld-auto-save-images.php:172
149
  msgid "Scanning..."
150
  msgstr "扫描中……"
151
 
152
+ #: qqworld-auto-save-images.php:173
153
  msgid "Listing..."
154
  msgstr "显示列表中……"
155
 
156
+ #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:782
157
  #, fuzzy
158
  msgid "ID"
159
  msgstr "博客ID"
160
 
161
+ #: qqworld-auto-save-images.php:175
162
  msgid "Post Type"
163
  msgstr "文章类型"
164
 
165
+ #: qqworld-auto-save-images.php:176 qqworld-auto-save-images.php:784
166
  #, fuzzy
167
  msgid "Title"
168
  msgstr "标题"
169
 
170
+ #: qqworld-auto-save-images.php:177 qqworld-auto-save-images.php:762
171
  #, fuzzy
172
  msgid "Status"
173
  msgstr "状态"
174
 
175
+ #: qqworld-auto-save-images.php:178
176
  msgid "Control"
177
  msgstr "控制"
178
 
179
+ #: qqworld-auto-save-images.php:179
180
  #, fuzzy
181
  msgid "Done"
182
  msgstr "全部完成。"
183
 
184
+ #: qqworld-auto-save-images.php:180 qqworld-auto-save-images.php:507
185
  #, fuzzy
186
  msgid "Delete"
187
  msgstr "删除"
188
 
189
+ #: qqworld-auto-save-images.php:281 qqworld-auto-save-images.php:315
190
  msgid "Has missing images."
191
  msgstr "有不存在的远程图像。"
192
 
193
+ #: qqworld-auto-save-images.php:315
194
  msgid "Normal"
195
  msgstr "正常"
196
 
197
+ #: qqworld-auto-save-images.php:316
198
  msgid "Fetch"
199
  msgstr "抓取"
200
 
201
+ #: qqworld-auto-save-images.php:358
202
  msgid "Save Remote Images"
203
  msgstr "保存远程图片"
204
 
205
+ #: qqworld-auto-save-images.php:369 qqworld-auto-save-images.php:412
206
  #, fuzzy
207
  msgid "Settings"
208
  msgstr "光箱选项"
209
 
210
+ #: qqworld-auto-save-images.php:377
211
  msgid "Auto Save Images"
212
  msgstr "自动保存图片"
213
 
214
+ #: qqworld-auto-save-images.php:379 qqworld-auto-save-images.php:406
215
  msgid "QQWorld Auto Save Images"
216
  msgstr "QQWorld自动保存图片"
217
 
218
+ #: qqworld-auto-save-images.php:388
219
  msgid "Installation"
220
  msgstr "安装说明"
221
 
222
+ #: qqworld-auto-save-images.php:389
223
  msgid ""
224
  "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
225
  "strong> in php.ini.</li><li>Warning: If your website domain has been "
230
  "告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
231
  "插件会把未更改的图片再保存一次。</li></ol>"
232
 
233
+ #: qqworld-auto-save-images.php:393
234
  msgid "Notice"
235
  msgstr "注意"
236
 
237
+ #: qqworld-auto-save-images.php:394
238
  msgid ""
239
  "<ul><li>This plugin has a little problem that is all the image url must be "
240
  "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
263
  "让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
264
  "的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
265
 
266
+ #: qqworld-auto-save-images.php:398
267
  #, fuzzy
268
  msgid "About"
269
  msgstr "关于主题"
270
 
271
+ #: qqworld-auto-save-images.php:399
272
  msgid ""
273
  "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
274
  "just for play in the first place, after 1 year, oneday someone sent an email "
282
  "后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
283
  "希望你们能喜欢它,谢谢。</p>"
284
 
285
+ #: qqworld-auto-save-images.php:407
286
  msgid ""
287
  "Automatically keep the all remote picture to the local, and automatically "
288
  "set featured image."
289
  msgstr ""
290
  "自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
291
 
292
+ #: qqworld-auto-save-images.php:413
293
  msgid "Watermark"
294
  msgstr "水印"
295
 
296
+ #: qqworld-auto-save-images.php:413
297
  msgid "Trial"
298
  msgstr "试用"
299
 
300
+ #: qqworld-auto-save-images.php:414
301
  msgid "Scan Posts"
302
  msgstr "扫描文章"
303
 
304
+ #: qqworld-auto-save-images.php:417
305
  msgid "General Options"
306
  msgstr "常规选项"
307
 
308
+ #: qqworld-auto-save-images.php:421 qqworld-auto-save-images.php:423
309
  msgid "Mode"
310
  msgstr "模式"
311
 
312
+ #: qqworld-auto-save-images.php:426 qqworld-auto-save-images.php:820
313
  msgid "Automatic"
314
  msgstr "自动"
315
 
316
+ #: qqworld-auto-save-images.php:427
317
  msgid ""
318
  "Automatically save all remote images to local media libary when you save or "
319
  "publish post."
320
  msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
321
 
322
+ #: qqworld-auto-save-images.php:430 qqworld-auto-save-images.php:821
323
  msgid "Manual"
324
  msgstr "手动"
325
 
326
+ #: qqworld-auto-save-images.php:431
327
  msgid ""
328
  "Manually save all remote images to local media libary when you click the "
329
  "button on the top of editor."
330
  msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
331
 
332
+ #: qqworld-auto-save-images.php:436 qqworld-auto-save-images.php:438
333
  msgid "When"
334
  msgstr "什么时候"
335
 
336
+ #: qqworld-auto-save-images.php:441
337
  msgid "Save post (Publish, save draft or pedding review)."
338
  msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
339
 
340
+ #: qqworld-auto-save-images.php:445
341
  msgid "Publish post only."
342
  msgstr "仅发布文章时。"
343
 
344
+ #: qqworld-auto-save-images.php:451 qqworld-auto-save-images.php:453
345
  msgid "Remote Publishing"
346
  msgstr "远程发布"
347
 
348
+ #: qqworld-auto-save-images.php:451
349
  msgid ""
350
  "Save remote images via remote publishing from IFTTT or other way using "
351
  "XMLRPC. Only supports publish post."
352
  msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
353
 
354
+ #: qqworld-auto-save-images.php:461 qqworld-auto-save-images.php:463
355
  msgid "Set Featured Image"
356
  msgstr "设置特色图片"
357
 
358
+ #: qqworld-auto-save-images.php:461
359
  msgid "Set first one of the remote images as featured image."
360
  msgstr "设置远程图片中的第1个为特色图片。"
361
 
362
+ #: qqworld-auto-save-images.php:471
363
  msgid "Filter Options"
364
  msgstr "过滤选项"
365
 
366
+ #: qqworld-auto-save-images.php:475 qqworld-auto-save-images.php:477
367
  msgid "Minimum Picture Size"
368
  msgstr "最小图像尺寸"
369
 
370
+ #: qqworld-auto-save-images.php:475
371
  msgid "Ignore smaller than this size picture."
372
  msgstr "忽略比这个尺寸更小的图像。"
373
 
374
+ #: qqworld-auto-save-images.php:479 qqworld-auto-save-images.php:491
375
+ #: qqworld-auto-save-images.php:620
376
  msgid "Width:"
377
  msgstr "宽度:"
378
 
379
+ #: qqworld-auto-save-images.php:479 qqworld-auto-save-images.php:482
380
+ #: qqworld-auto-save-images.php:491 qqworld-auto-save-images.php:494
381
+ #: qqworld-auto-save-images.php:620 qqworld-auto-save-images.php:623
382
  msgid "(px)"
383
  msgstr "(像素)"
384
 
385
+ #: qqworld-auto-save-images.php:482 qqworld-auto-save-images.php:494
386
+ #: qqworld-auto-save-images.php:623
387
  msgid "Height:"
388
  msgstr "高度:"
389
 
390
+ #: qqworld-auto-save-images.php:487 qqworld-auto-save-images.php:489
391
  msgid "Maximum Picture Size"
392
  msgstr "最大图像尺寸"
393
 
394
+ #: qqworld-auto-save-images.php:487
395
+ msgid ""
396
+ "Automatic reduction is greater than the size of the picture. if you want "
397
+ "image width less than 800px with any size height, please set width 800 and "
398
+ "leave height blank."
399
+ msgstr ""
400
+ "自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
401
+ "800,并设置高度为空。"
402
 
403
+ #: qqworld-auto-save-images.php:487
404
  msgid "Your server PHP version lower than 5.4, so this feature not works."
405
  msgstr "服务器PHP的版本低于5.4,所以此功能无法使用。"
406
 
407
+ #: qqworld-auto-save-images.php:499 qqworld-auto-save-images.php:501
408
  msgid "Exclude Domain/Keyword"
409
  msgstr "排除域名/关键词"
410
 
411
+ #: qqworld-auto-save-images.php:499
412
  msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
413
  msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
414
 
415
+ #: qqworld-auto-save-images.php:511
416
  msgid "Add a Domain/Keyword"
417
  msgstr "添加域名/关键词"
418
 
419
+ #: qqworld-auto-save-images.php:516
420
  msgid "Format Options"
421
  msgstr "格式化选项"
422
 
423
+ #: qqworld-auto-save-images.php:520 qqworld-auto-save-images.php:522
424
  msgid "Change Image Filename"
425
  msgstr "更改图片文件名"
426
 
427
+ #: qqworld-auto-save-images.php:520
428
  msgid ""
429
  "If you checked this, when the remote image filename have Chinese or other "
430
  "East Asian characters. system will automatically change image filename. I "
433
  "如果勾选了此项,当远程图片名包含中文或其他东亚字符的时候,将自动更改图片文件"
434
  "名。建议开启。"
435
 
436
+ #: qqworld-auto-save-images.php:529 qqworld-auto-save-images.php:531
437
  msgid "Keep Outside Links"
438
  msgstr "保留外链"
439
 
440
+ #: qqworld-auto-save-images.php:529
441
  msgid "Keep the outside links of remote images if exist."
442
  msgstr "将会保留远程图片的链接,如果存在的话。"
443
 
444
+ #: qqworld-auto-save-images.php:538 qqworld-auto-save-images.php:540
445
  msgid "Image Size"
446
  msgstr "图像尺寸"
447
 
448
+ #: qqworld-auto-save-images.php:538
449
  msgid "Replace images you want size to display."
450
  msgstr "替换成你想要显示的尺寸的图像。"
451
 
452
+ #: qqworld-auto-save-images.php:545
453
  #, fuzzy
454
  msgid "Thumbnail"
455
  msgstr ""
456
  "一个数组,可以包含数个函数,每个函数返回可能的缩略图图片对象相对于时间对象的"
457
  "jQuery路径。"
458
 
459
+ #: qqworld-auto-save-images.php:546
460
  msgid "Medium"
461
  msgstr ""
462
 
463
+ #: qqworld-auto-save-images.php:547
464
  msgid "Large"
465
  msgstr ""
466
 
467
+ #: qqworld-auto-save-images.php:548
468
  #, fuzzy
469
  msgid "Full Size"
470
  msgstr "链接到全尺寸图像"
471
 
472
+ #: qqworld-auto-save-images.php:557 qqworld-auto-save-images.php:559
473
  msgid "Link To"
474
  msgstr "链接到"
475
 
476
+ #: qqworld-auto-save-images.php:557
477
  msgid "If you checked Keep-Outside-Links, this option will not works."
478
  msgstr "如果你勾选了保留外链,本项将不起作用。"
479
 
480
+ #: qqworld-auto-save-images.php:564
481
  #, fuzzy
482
  msgid "Media File"
483
  msgstr "添加文件"
484
 
485
+ #: qqworld-auto-save-images.php:565
486
  #, fuzzy
487
  msgid "Attachment Page"
488
  msgstr "(附件)"
489
 
490
+ #: qqworld-auto-save-images.php:566
491
  msgid "None"
492
  msgstr ""
493
 
494
+ #: qqworld-auto-save-images.php:575 qqworld-auto-save-images.php:577
495
  msgid "Additional Content"
496
  msgstr "额外的内容"
497
 
498
+ #: qqworld-auto-save-images.php:575
499
  msgid ""
500
  "This content will be displayed after the each remote images code. you can "
501
  "use [Attachment ID] indicate current attachment ID."
502
  msgstr "此内容将在每个远程图像编码后显​​示。您可以使用[附件ID]指示当前连接ID。"
503
 
504
+ #: qqworld-auto-save-images.php:580
505
  msgid "For example: [Gbuy id='[Attachment ID]']"
506
  msgstr "例如:[Gbuy id='[Attachment ID]']"
507
 
508
+ #: qqworld-auto-save-images.php:592
509
  msgid ""
510
  "Just for preview, The complete feature will on the Pro version. Don't worry, "
511
  "other features will be free forever."
512
  msgstr "仅仅用于预览,专业版将提供完整的功能。别担心,其他功能将永久免费。"
513
 
514
+ #: qqworld-auto-save-images.php:596 qqworld-auto-save-images.php:598
515
  msgid "Enabled Watermark"
516
  msgstr "启用水印"
517
 
518
+ #: qqworld-auto-save-images.php:596
519
  msgid "Use for both of remote images and the local upload."
520
  msgstr "同时用于远程图片和本地上传。"
521
 
522
+ #: qqworld-auto-save-images.php:606 qqworld-auto-save-images.php:608
523
  msgid "Ignore animated GIF"
524
  msgstr "忽略GIF动画"
525
 
526
+ #: qqworld-auto-save-images.php:616 qqworld-auto-save-images.php:618
527
  msgid "Filter"
528
  msgstr "过滤"
529
 
530
+ #: qqworld-auto-save-images.php:616
531
  msgid "Skip images that smaller than this size."
532
  msgstr "跳过比这个尺寸更小的图像。"
533
 
534
+ #: qqworld-auto-save-images.php:629
535
  msgid "Align To"
536
  msgstr "对齐方式"
537
 
538
+ #: qqworld-auto-save-images.php:651
539
  msgid "Position"
540
  msgstr "位置"
541
 
542
+ #: qqworld-auto-save-images.php:651
543
  msgid "You can try to drag the watermark image."
544
  msgstr "你可以试着拖动水印图片。"
545
 
546
+ #: qqworld-auto-save-images.php:668 qqworld-auto-save-images.php:670
547
+ #: qqworld-auto-save-images.php:749
548
  msgid "Offset"
549
  msgstr "偏移"
550
 
551
+ #: qqworld-auto-save-images.php:681 qqworld-auto-save-images.php:683
552
  msgid "Opacity"
553
  msgstr "不透明度"
554
 
555
+ #: qqworld-auto-save-images.php:691 qqworld-auto-save-images.php:693
556
  msgid "Upload Watermark Image"
557
  msgstr "上传水印图片"
558
 
559
+ #: qqworld-auto-save-images.php:695
560
  msgid "Insert a Watermark Image"
561
  msgstr "插入水印图片"
562
 
563
+ #: qqworld-auto-save-images.php:706
564
  msgid "Default Watermark"
565
  msgstr "默认水印"
566
 
567
+ #: qqworld-auto-save-images.php:710
568
  msgid "Buy"
569
  msgstr "购买"
570
 
571
+ #: qqworld-auto-save-images.php:711
572
  msgid "Coming.. I don't know when, Who cares.."
573
  msgstr "即将…我不知道什么时候,管它呢……"
574
 
575
+ #: qqworld-auto-save-images.php:725
576
  msgid "Select post types"
577
  msgstr "选择文章类型"
578
 
579
+ #: qqworld-auto-save-images.php:725
580
  msgid ""
581
  "If you have too many posts to be scan, sometimes in process looks like "
582
  "stopping, but it may be fake. please be patient."
584
  "如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
585
  "请耐心等待。"
586
 
587
+ #: qqworld-auto-save-images.php:739
588
  #, fuzzy
589
  msgid "Categories"
590
  msgstr "%s分类"
591
 
592
+ #: qqworld-auto-save-images.php:739
593
  msgid "Default empty to scan all categories."
594
  msgstr "默认留空扫描所有分类。"
595
 
596
+ #: qqworld-auto-save-images.php:744
597
  msgid "Scope of Post ID"
598
  msgstr "文章ID范围"
599
 
600
+ #: qqworld-auto-save-images.php:744
601
  msgid ""
602
  "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
603
  "100. please type '50' and '100' or '100' and '50', The order in which two "
608
  "者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
609
  "该ID。"
610
 
611
+ #: qqworld-auto-save-images.php:745
612
  #, php-format
613
  msgid "From %1$s to %2$s"
614
  msgstr "从 %1$s 到 %2$s"
615
 
616
+ #: qqworld-auto-save-images.php:749
617
  msgid ""
618
  "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
619
  "in the textfield and select '100'."
621
  "默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
622
  "选择“100”。"
623
 
624
+ #: qqworld-auto-save-images.php:751
625
  #, php-format
626
  msgid "Start from %s to Scan"
627
  msgstr "从 %s 开始扫描"
628
 
629
+ #: qqworld-auto-save-images.php:753
630
  #, fuzzy
631
  msgid "All"
632
  msgstr "所有"
633
 
634
+ #: qqworld-auto-save-images.php:757
635
  #, fuzzy
636
  msgid "Posts"
637
  msgstr "热门文章"
638
 
639
+ #: qqworld-auto-save-images.php:767
640
  msgid "Any"
641
  msgstr "任意"
642
 
643
+ #: qqworld-auto-save-images.php:777
644
  msgid "Order By"
645
  msgstr "排序依据"
646
 
647
+ #: qqworld-auto-save-images.php:783
648
  #, fuzzy
649
  msgid "Author"
650
  msgstr "名称"
651
 
652
+ #: qqworld-auto-save-images.php:785
653
  #, fuzzy
654
  msgid "Date"
655
  msgstr "日期"
656
 
657
+ #: qqworld-auto-save-images.php:786
658
  #, fuzzy
659
  msgid "Last Modified"
660
  msgstr "最后回复"
661
 
662
+ #: qqworld-auto-save-images.php:787
663
  msgid "Comment Count"
664
  msgstr "评论数"
665
 
666
+ #: qqworld-auto-save-images.php:797
667
  #, fuzzy
668
  msgid "Order"
669
  msgstr "顺序"
670
 
671
+ #: qqworld-auto-save-images.php:807
672
  msgid "Speed"
673
  msgstr "速度"
674
 
675
+ #: qqworld-auto-save-images.php:807
676
  msgid "If the server is too much stress may be appropriately reduced speed."
677
  msgstr "如果服务器压力过大,可以适当调低速度。"
678
 
679
+ #: qqworld-auto-save-images.php:820
680
  msgid ""
681
  "Scan posts and keep remote images in all posts to local media library. Maybe "
682
  "take a long time."
683
  msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
684
 
685
+ #: qqworld-auto-save-images.php:821
686
  msgid ""
687
  "The list displayed will show you which posts including remote images, then "
688
  "you can keep them to local manually via click \"Fetch\" button."
690
  "显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
691
  "存。"
692
 
693
+ #: qqworld-auto-save-images.php:925
694
  msgid "Has Missing/Undownloadable images."
695
  msgstr "有 不存在/不可下载 的远程图像。"
696
 
697
+ #: qqworld-auto-save-images.php:932
698
  msgid "No remote images found."
699
  msgstr "没有远程图像。"
700
 
701
+ #~ msgid ""
702
+ #~ "Automatic reduction is greater than the size of the picture. if you want "
703
+ #~ "image width less than 800px with any size height, please set width 800 "
704
+ #~ "and left height blank."
705
+ #~ msgstr ""
706
+ #~ "自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置"
707
+ #~ "宽度800,并设置高度为空。"
708
+
709
+ #~ msgid "Automatic reduction is greater than the size of the picture."
710
+ #~ msgstr "自动缩小大于改尺寸的图像。"
711
+
712
  #~ msgid ""
713
  #~ "This content will be displayed after the each remote images code. you can "
714
  #~ "use [Attachment ID] indicate current attachment ID. For example: [Gbuy "
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.11.3
7
  Author: Michael Wang
8
  Author URI: http://www.qqworld.org
9
  Text Domain: qqworld_auto_save_images
@@ -479,16 +479,16 @@ class QQWorld_auto_save_images {
479
  <?php _e('Width:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_minimum_picture_size[width]" class="small-text" type="text" id="qqworld_auto_save_images_minimum_picture_size_width" value="<?php echo $this->minimum_picture_size['width']; ?>" /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
480
  </label><br />
481
  <label for="qqworld_auto_save_images_minimum_picture_size_height">
482
- <?php _e('Height:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_minimum_picture_size[height]" class="small-text" type="text" id="qqworld_auto_save_images_minimum_picture_size_height" value="<?php echo $this->minimum_picture_size['height']; ?>" /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
483
  </label>
484
  </fieldset></td>
485
  </tr>
486
  <tr valign="top">
487
- <th scope="row"><label><?php _e('Maximum Picture Size', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Automatic reduction is greater than the size of the picture.", 'qqworld_auto_save_images'); ?>"></span><?php if ( !function_exists('getimagesizefromstring') ) : ?> <span class="icon help" title="<?php _e("Your server PHP version lower than 5.4, so this feature not works.", 'qqworld_auto_save_images'); ?>"></span><?php endif; ?></th>
488
  <td><fieldset>
489
  <legend class="screen-reader-text"><span><?php _e('Maximum Picture Size', 'qqworld_auto_save_images'); ?></span></legend>
490
  <label for="qqworld_auto_save_images_maximum_picture_size_width">
491
- <?php _e('Width:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_maximum_picture_size[width]" class="small-text" type="text" id="qqworld_auto_save_images_minimum_picture_size_width" value="<?php echo $this->maximum_picture_size['width']; ?>"<?php if ( !function_exists('getimagesizefromstring') ) echo ' readonly'; ?> /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
492
  </label><br />
493
  <label for="qqworld_auto_save_images_maximum_picture_size_height">
494
  <?php _e('Height:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_maximum_picture_size[height]" class="small-text" type="text" id="qqworld_auto_save_images_maximum_picture_size_height" value="<?php echo $this->maximum_picture_size['height']; ?>"<?php if ( !function_exists('getimagesizefromstring') ) echo ' readonly'; ?> /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
@@ -1092,11 +1092,13 @@ class QQWorld_auto_save_images {
1092
  list($width, $height, $type, $attr) = getimagesizefromstring($file);
1093
  if ($width > $this->maximum_picture_size['width'] || $height > $this->maximum_picture_size['height']) {
1094
  if ($width > $height) {
1095
- $new_width = $this->maximum_picture_size['width'];
1096
- $new_height = $height*$this->maximum_picture_size['width']/$width;
 
1097
  } else {
1098
- $new_width = $width*$this->maximum_picture_size['height']/$height;
1099
- $new_height = $this->maximum_picture_size['height'];
 
1100
  }
1101
  $image_p = imagecreatetruecolor($new_width, $new_height);
1102
  $image = imagecreatefromstring($file);
3
  Plugin Name: QQWorld Auto Save Images
4
  Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
5
  Description: Automatically keep the all remote picture to the local, and automatically set featured image.
6
+ Version: 1.7.11.4
7
  Author: Michael Wang
8
  Author URI: http://www.qqworld.org
9
  Text Domain: qqworld_auto_save_images
479
  <?php _e('Width:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_minimum_picture_size[width]" class="small-text" type="text" id="qqworld_auto_save_images_minimum_picture_size_width" value="<?php echo $this->minimum_picture_size['width']; ?>" /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
480
  </label><br />
481
  <label for="qqworld_auto_save_images_minimum_picture_size_height">
482
+ <?php _e('Height:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_minimum_picture_size[height]" class="small-text" type="text" id="qqworld_auto_save_images_minimum_picture_size_height" value="<?php echo $this->minimum_picture_size['height']; ?>" readonly /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
483
  </label>
484
  </fieldset></td>
485
  </tr>
486
  <tr valign="top">
487
+ <th scope="row"><label><?php _e('Maximum Picture Size', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Automatic reduction is greater than the size of the picture. if you want image width less than 800px with any size height, please set width 800 and leave height blank.", 'qqworld_auto_save_images'); ?>"></span><?php if ( !function_exists('getimagesizefromstring') ) : ?> <span class="icon help" title="<?php _e("Your server PHP version lower than 5.4, so this feature not works.", 'qqworld_auto_save_images'); ?>"></span><?php endif; ?></th>
488
  <td><fieldset>
489
  <legend class="screen-reader-text"><span><?php _e('Maximum Picture Size', 'qqworld_auto_save_images'); ?></span></legend>
490
  <label for="qqworld_auto_save_images_maximum_picture_size_width">
491
+ <?php _e('Width:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_maximum_picture_size[width]" class="small-text" type="text" id="qqworld_auto_save_images_maximum_picture_size_width" value="<?php echo $this->maximum_picture_size['width']; ?>"<?php if ( !function_exists('getimagesizefromstring') ) echo ' readonly'; ?> /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
492
  </label><br />
493
  <label for="qqworld_auto_save_images_maximum_picture_size_height">
494
  <?php _e('Height:', 'qqworld_auto_save_images'); ?> <input name="qqworld_auto_save_images_maximum_picture_size[height]" class="small-text" type="text" id="qqworld_auto_save_images_maximum_picture_size_height" value="<?php echo $this->maximum_picture_size['height']; ?>"<?php if ( !function_exists('getimagesizefromstring') ) echo ' readonly'; ?> /> <?php _e('(px)', 'qqworld_auto_save_images'); ?>
1092
  list($width, $height, $type, $attr) = getimagesizefromstring($file);
1093
  if ($width > $this->maximum_picture_size['width'] || $height > $this->maximum_picture_size['height']) {
1094
  if ($width > $height) {
1095
+ $maximum_picture_size_width = empty($this->maximum_picture_size['width']) ? $width*$this->maximum_picture_size['height']/$height : $this->maximum_picture_size['width'];
1096
+ $new_width = $maximum_picture_size_width;
1097
+ $new_height = $height*$maximum_picture_size_width/$width;
1098
  } else {
1099
+ $maximum_picture_size_height = empty($this->maximum_picture_size['height']) ? $height*$this->maximum_picture_size['width']/$width : $this->maximum_picture_size['height'];
1100
+ $new_width = $width*$maximum_picture_size_height/$height;
1101
+ $new_height = $maximum_picture_size_height;
1102
  }
1103
  $image_p = imagecreatetruecolor($new_width, $new_height);
1104
  $image = imagecreatefromstring($file);