QQWorld Auto Save Images - Version 1.8.5.5

Version Description

= 1.7.10 = This version used a new GD2 function, you need at least PHP 5.4 to run it. GD2PHP5.4

= 1.1 = if you want to upload images with chinese file name and server does not support chinese filename, please using 1.0.
1.0

= 1.0 = The feature is can automatically change image filename.

Download this release

Release Info

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

Code changes from version 1.8.3.3 to 1.8.5.5

Files changed (40) hide show
  1. css/style.css +204 -2
  2. images/banner-772x250.jpg +0 -0
  3. images/banner-772x250.png +0 -0
  4. images/products/plugins/qqworld-checkout/package.png +0 -0
  5. images/products/plugins/qqworld-checkout/thumbnail.jpg +0 -0
  6. images/products/plugins/qqworld-collector/package.png +0 -0
  7. images/products/plugins/qqworld-collector/thumbnail.jpg +0 -0
  8. images/products/plugins/qqworld-framework/thumbnail.jpg +0 -0
  9. images/products/plugins/qqworld-mobile/qqworld-mobile.png +0 -0
  10. images/products/plugins/qqworld-mobile/thumbnail.jpg +0 -0
  11. images/products/plugins/qqworld-synchronizer/package.png +0 -0
  12. images/products/plugins/qqworld-synchronizer/thumbnail.png +0 -0
  13. images/products/plugins/qqworld-woocommerce-assistant/package.png +0 -0
  14. images/products/plugins/qqworld-woocommerce-assistant/thumbnail.jpg +0 -0
  15. images/qc-banner-772x250.jpg +0 -0
  16. images/qrcode/alipay-follow.png +0 -0
  17. images/qrcode/qq-follow.png +0 -0
  18. images/qrcode/wechat-follow.png +0 -0
  19. images/qrcode/weibo-follow.png +0 -0
  20. images/svg/agent.svg +26 -0
  21. images/svg/anchor.svg +26 -0
  22. images/svg/attachments.svg +38 -0
  23. images/svg/chinese.svg +66 -0
  24. images/svg/cleaner.svg +66 -0
  25. images/svg/cloud-storage.svg +26 -0
  26. images/svg/collection.svg +62 -0
  27. images/svg/database.svg +26 -0
  28. images/svg/footprint.svg +62 -0
  29. images/svg/pseudo-original.svg +66 -0
  30. js/admin.js +1 -0
  31. lang/qqworld_auto_save_images-fa_IR.mo +0 -0
  32. lang/qqworld_auto_save_images-fa_IR.po +1177 -0
  33. lang/qqworld_auto_save_images-zh_CN.mo +0 -0
  34. lang/qqworld_auto_save_images-zh_CN.po +855 -328
  35. lang/qqworld_auto_save_images-zh_HK.mo +0 -0
  36. lang/qqworld_auto_save_images-zh_HK.po +1684 -0
  37. lang/qqworld_auto_save_images-zh_TW.mo +0 -0
  38. lang/qqworld_auto_save_images-zh_TW.po +897 -364
  39. qqworld-auto-save-images.php +528 -226
  40. readme.txt +10 -7
css/style.css CHANGED
@@ -96,7 +96,7 @@
96
  padding: 2px;
97
  }
98
 
99
- #banner {
100
  max-width: 100%;
101
  display: block;
102
  margin: 20px 0;
@@ -121,6 +121,7 @@
121
  }
122
  #comparison-table .comparison-cell {
123
  width: 70px;
 
124
  }
125
  #scan_old_post_list tbody tr:nth-child(odd),
126
  #comparison-table tbody tr:nth-child(odd) {
@@ -195,6 +196,8 @@ ul[id^="noty_"] li {
195
  }
196
  #categories_block .postbox .inside {
197
  padding: 0 25px 1px 15px;
 
 
198
  }
199
  #categories_block .postbox .children {
200
  margin: 10px 0 0 25px;
@@ -273,4 +276,203 @@ ul[id^="noty_"] li {
273
  padding: 0 8px;
274
  margin: 0 2px;
275
  }
276
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  padding: 2px;
97
  }
98
 
99
+ .qc-banner {
100
  max-width: 100%;
101
  display: block;
102
  margin: 20px 0;
121
  }
122
  #comparison-table .comparison-cell {
123
  width: 70px;
124
+ text-align: center;
125
  }
126
  #scan_old_post_list tbody tr:nth-child(odd),
127
  #comparison-table tbody tr:nth-child(odd) {
196
  }
197
  #categories_block .postbox .inside {
198
  padding: 0 25px 1px 15px;
199
+ max-height: 310px;
200
+ overflow: auto;
201
  }
202
  #categories_block .postbox .children {
203
  margin: 10px 0 0 25px;
276
  padding: 0 8px;
277
  margin: 0 2px;
278
  }
279
+ }
280
+
281
+ #qqworld-auto-save-images-container .qqworld-product-list {
282
+ padding: 10px 0;
283
+ }
284
+ #qqworld-auto-save-images-container .qqworld-product-list:after {
285
+ content: '';
286
+ display: block;
287
+ clear: both;
288
+ }
289
+ #qqworld-auto-save-images-container .qqworld-product-list li {
290
+ float: left;
291
+ position: relative;
292
+ width: 250px;
293
+ filter: drop-shadow(1px 1px 5px rgba(0,0,0,.15));
294
+ box-sizing: border-box;
295
+ margin: 20px;
296
+ border-bottom: 2px solid #0073aa;
297
+ transition: filter .5s;
298
+ z-index: 1;
299
+ }
300
+ #qqworld-auto-save-images-container .qqworld-product-list li:hover {
301
+ filter: drop-shadow(1px 1px 10px rgba(0,0,0,.25));
302
+ z-index: 2;
303
+ }
304
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo {
305
+ position: relative;
306
+ margin: 0;
307
+ }
308
+ #qqworld-auto-save-images-container .qqworld-product-list li:hover figure.photo a:after {
309
+ opacity: 1;
310
+ }
311
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo a:after {
312
+ opacity: 0;
313
+ font-family: dashicons;
314
+ content: '\f312';
315
+ font-size: 28px;
316
+ color: rgba(255,255,255,.75);
317
+ width: 42px;
318
+ height: 42px;
319
+ line-height: 42px;
320
+ text-align: center;
321
+ border: 3px solid rgba(255,255,255,.75);
322
+ border-radius: 50%;
323
+ position: absolute;
324
+ top: 50%;
325
+ left: 50%;
326
+ transform: translate(-50%, -50%);
327
+ z-index: 1;
328
+ text-shadow: 1px 1px 2px rgba(0,0,0,.15);
329
+ transition: all .3s;
330
+ }
331
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo a:hover:after {
332
+ font-size: 32px;
333
+ color: #fff;
334
+ background: #fc0;
335
+ width: 58px;
336
+ height: 58px;
337
+ line-height: 58px;
338
+ border: 0 solid #fc0;
339
+ }
340
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo:after {
341
+ content: '';
342
+ display: block;
343
+ clear: both;
344
+ }
345
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo a {
346
+ overflow: hidden;
347
+ display: block;
348
+ }
349
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo img {
350
+ width: 100%;
351
+ height: auto;
352
+ float: left;
353
+ transform: scale(1, 1);
354
+ transition: transform .5s, filter .5s;
355
+ }
356
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo:hover img {
357
+ transform: scale(1.1, 1.1);
358
+ filter: blur(3px);
359
+ }
360
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo .recommend {
361
+ background: #fc0;
362
+ display: block;
363
+ position: absolute;
364
+ left: -10px;
365
+ bottom: 0;
366
+ z-index: 1;
367
+ padding: 5px 15px;
368
+ text-shadow: 1px 1px 2px rgba(255,255,255,.85);
369
+ transition: opacity .5s;
370
+ }
371
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo .recommend:before {
372
+ font-family: dashicons;
373
+ content: '\f529';
374
+ margin-right: 5px;
375
+ }
376
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo .recommend:after {
377
+ content: '';
378
+ position: absolute;
379
+ top: 100%;
380
+ left: 0;
381
+ width: 0;
382
+ height: 0;
383
+ border-style: solid;
384
+ border-width: 0 10px 10px 0;
385
+ border-color: transparent #333 transparent transparent;
386
+ }
387
+ #qqworld-auto-save-images-container .qqworld-product-list li figure.photo:hover .recommend {
388
+ opacity: 0;
389
+ }
390
+ #qqworld-auto-save-images-container .qqworld-product-list li h3 {
391
+ margin: 0;
392
+ padding: 10px;
393
+ font-weight: 500;
394
+ background: #fff;
395
+ }
396
+ #qqworld-auto-save-images-container .qqworld-product-list li h3:before {
397
+ font-family: dashicons;
398
+ content: '\f106';
399
+ margin-right: 5px;
400
+ color: #ccc;
401
+ }
402
+ #qqworld-auto-save-images-container .qqworld-product-list li p.description {
403
+ background: #f7f7f7;
404
+ margin: 0;
405
+ padding: 10px;
406
+ text-align: justify;
407
+ }
408
+ #qqworld-auto-save-images-container .qqworld-product-list li p.metas {
409
+ font-size: 12px;
410
+ margin: 0;
411
+ height: 0;
412
+ line-height: 39px;
413
+ padding: 0 10px;
414
+ background: #dcdcdc;
415
+ text-shadow: 1px 1px 1px #fff;
416
+ float: left;
417
+ width: 100%;
418
+ box-sizing: border-box;
419
+ transition: height .5s cubic-bezier(0.175,0.885,0.320,1.275);
420
+ overflow: hidden;
421
+ }
422
+ #qqworld-auto-save-images-container .qqworld-product-list li:hover p.metas {
423
+ height: 39px;
424
+ }
425
+
426
+ #qqworld-auto-save-images-container .qqworld-product-list li p.metas span:before {
427
+ font-family: dashicons;
428
+ margin-right: 5px;
429
+ }
430
+ #qqworld-auto-save-images-container .qqworld-product-list li p.metas .author {
431
+ float: left;
432
+ }
433
+ #qqworld-auto-save-images-container .qqworld-product-list li p.metas .author:before {
434
+ content: '\f110';
435
+ }
436
+ #qqworld-auto-save-images-container .qqworld-product-list li p.metas .company {
437
+ float: right;
438
+ }
439
+ #qqworld-auto-save-images-container .qqworld-product-list li p.metas .company:before {
440
+ content: '\f102';
441
+ }
442
+
443
+ #product-info .qc-svg {
444
+ padding-left: 120px;
445
+ background-size: 120px;
446
+ background-position: 0 center;
447
+ background-repeat: no-repeat;
448
+ }
449
+ #product-info .qc-svg.collection {
450
+ background-image: url(../images/svg/collection.svg);
451
+ }
452
+ #product-info .qc-svg.attachments {
453
+ background-image: url(../images/svg/attachments.svg);
454
+ }
455
+ #product-info .qc-svg.watermark {
456
+ background-image: url(../images/svg/footprint.svg);
457
+ }
458
+ #product-info .qc-svg.translate {
459
+ background-image: url(../images/svg/chinese.svg);
460
+ }
461
+ #product-info .qc-svg.cloud-storage {
462
+ background-image: url(../images/svg/cloud-storage.svg);
463
+ }
464
+ #product-info .qc-svg.proxy {
465
+ background-image: url(../images/svg/agent.svg);
466
+ }
467
+ #product-info .qc-svg.database {
468
+ background-image: url(../images/svg/database.svg);
469
+ }
470
+ #product-info .qc-svg.anchor {
471
+ background-image: url(../images/svg/anchor.svg);
472
+ }
473
+ #product-info .qc-svg.pseudo-original {
474
+ background-image: url(../images/svg/pseudo-original.svg);
475
+ }
476
+ #product-info .qc-svg.cleaner {
477
+ background-image: url(../images/svg/cleaner.svg);
478
+ }
images/banner-772x250.jpg ADDED
Binary file
images/banner-772x250.png DELETED
Binary file
images/products/plugins/qqworld-checkout/package.png ADDED
Binary file
images/products/plugins/qqworld-checkout/thumbnail.jpg ADDED
Binary file
images/products/plugins/qqworld-collector/package.png ADDED
Binary file
images/products/plugins/qqworld-collector/thumbnail.jpg ADDED
Binary file
images/products/plugins/qqworld-framework/thumbnail.jpg ADDED
Binary file
images/products/plugins/qqworld-mobile/qqworld-mobile.png ADDED
Binary file
images/products/plugins/qqworld-mobile/thumbnail.jpg ADDED
Binary file
images/products/plugins/qqworld-synchronizer/package.png ADDED
Binary file
images/products/plugins/qqworld-synchronizer/thumbnail.png ADDED
Binary file
images/products/plugins/qqworld-woocommerce-assistant/package.png ADDED
Binary file
images/products/plugins/qqworld-woocommerce-assistant/thumbnail.jpg ADDED
Binary file
images/qc-banner-772x250.jpg ADDED
Binary file
images/qrcode/alipay-follow.png ADDED
Binary file
images/qrcode/qq-follow.png ADDED
Binary file
images/qrcode/wechat-follow.png ADDED
Binary file
images/qrcode/weibo-follow.png ADDED
Binary file
images/svg/agent.svg ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-l2aqgv" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="圖層_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:#E0E0E0;} .st1{fill:#F5E6C8;} .st2{fill:none;stroke:#333333;stroke-width:4;stroke-miterlimit:10;} .st3{fill:#333333;} .st4{fill:#66503A;} .st5{fill:none;stroke:#333333;stroke-width:3.8931;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st6{fill:none;stroke:#849B87;stroke-width:7.7863;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st7{fill:#A0C8D7;} .st8{fill:#F5E6C8;stroke:#333333;stroke-width:4.0781;stroke-miterlimit:10;} .st9{fill:none;stroke:#333333;stroke-width:6.0232;stroke-miterlimit:10;} .st10{fill:#ABBD81;stroke:#849B87;stroke-width:4.0394;stroke-linejoin:round;stroke-miterlimit:10;} .st11{fill:#F5E6C8;stroke:#849B87;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;} .st12{fill-rule:evenodd;clip-rule:evenodd;fill:#E0E0E0;} .st13{fill:#F47E60;} .st14{fill:none;stroke:#F47E60;stroke-width:5.6388;stroke-miterlimit:10;} .st15{fill:none;stroke:#E15B64;stroke-width:5.6388;stroke-miterlimit:10;} .st16{fill:#F8B26A;} .st17{fill:#77A4BD;} .st18{opacity:0.5;fill:#E15B64;} .st19{fill:#F5E6C8;stroke:#849B87;stroke-width:4.0394;stroke-linejoin:round;stroke-miterlimit:10;} .st20{fill:#E5756C;stroke:#E15B64;stroke-width:4.0394;stroke-linejoin:round;stroke-miterlimit:10;} .st21{fill-rule:evenodd;clip-rule:evenodd;fill:#E0E0E0;stroke:#E15B64;stroke-width:6.0232;stroke-miterlimit:10;} .st22{fill-rule:evenodd;clip-rule:evenodd;fill:#E15B64;stroke:#E15B64;stroke-width:3.7066;stroke-miterlimit:10;} .st23{fill:none;stroke:#333333;stroke-width:6.0232;stroke-linecap:round;stroke-miterlimit:10;} .st24{fill:#333333;stroke:#333333;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st25{fill:none;stroke:#333333;stroke-width:4.4736;stroke-linecap:round;stroke-miterlimit:10;} .st26{fill:#EC6551;} .st27{fill:none;stroke:#E15B64;stroke-width:8.7671;stroke-miterlimit:10;} .st28{fill:none;stroke:#333333;stroke-width:7.6;stroke-miterlimit:10;} .st29{fill:none;stroke:#E0E0E0;stroke-width:3;stroke-miterlimit:10;} .st30{fill:#E0E0E0;stroke:#333333;stroke-width:4.0781;stroke-miterlimit:10;} .st31{fill:none;stroke:#E15B64;stroke-width:4.0781;stroke-miterlimit:10;} .st32{fill:none;stroke:#333333;stroke-width:5.234;stroke-miterlimit:10;} .st33{fill:none;stroke:#E0E0E0;stroke-width:2.7915;stroke-miterlimit:10;} .st34{fill:#E15B64;} .st35{fill:none;stroke:#333333;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;} .st36{fill:none;stroke:#849B87;stroke-width:7;stroke-linejoin:round;stroke-miterlimit:10;} .st37{fill:none;stroke:#E15B64;stroke-width:7;stroke-linejoin:round;stroke-miterlimit:10;} .st38{fill:none;stroke:#849B87;stroke-width:7;stroke-miterlimit:10;} .st39{fill:none;stroke:#E15B64;stroke-width:7;stroke-miterlimit:10;} .st40{fill:#323232;} .st41{fill:none;stroke:#333333;stroke-width:3.9264;stroke-linejoin:round;stroke-miterlimit:10;} .st42{fill:#A0C8D7;stroke:#333333;stroke-width:3.8931;stroke-linejoin:round;stroke-miterlimit:10;} .st43{fill:none;stroke:#FFFFFF;stroke-width:3.8931;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st44{fill:none;stroke:#333333;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st45{fill:#849B87;} .st46{fill:#A0C8D7;stroke:#333333;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:10;} .st47{fill:#A0C8D7;stroke:#333333;stroke-width:3.8746;stroke-miterlimit:10;} .st48{fill:none;stroke:#333333;stroke-width:3.8746;stroke-miterlimit:10;} .st49{fill:none;stroke:#333333;stroke-width:7.7493;stroke-linecap:round;stroke-miterlimit:10;} .st50{fill:#FFFFFF;stroke:#333333;stroke-width:2.906;stroke-linecap:round;stroke-miterlimit:10;} .st51{fill:#FFFFFF;stroke:#333333;stroke-width:3.3211;stroke-linecap:round;stroke-miterlimit:10;} .st52{fill:none;stroke:#333333;stroke-width:3.3211;stroke-miterlimit:10;} .st53{fill:none;stroke:#849B87;stroke-width:3.3211;stroke-miterlimit:10;} .st54{fill:#666666;} .st55{fill:none;stroke:#333333;stroke-width:3.2552;stroke-miterlimit:10;} .st56{fill:none;stroke:#E15B64;stroke-width:2.1701;stroke-linecap:round;stroke-miterlimit:10;} .st57{fill:none;stroke:#E15B64;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;} .st58{fill:#ABBD81;} .st59{fill:none;stroke:#849B87;stroke-width:3;stroke-miterlimit:10;} .st60{fill:#E6E6E6;} .st61{fill:#E6E6E6;stroke:#333333;stroke-width:1.7333;stroke-miterlimit:10;} .st62{fill:none;stroke:#333333;stroke-width:1.7333;stroke-miterlimit:10;} .st63{fill:none;stroke:#849B87;stroke-width:2.0711;stroke-miterlimit:10;} .st64{fill:none;stroke:#333333;stroke-width:3.3;stroke-miterlimit:10;} .st65{fill:none;stroke:#E15B64;stroke-width:3.321;stroke-miterlimit:10;} .st66{fill:#CCCCCC;} .st67{fill:#B3B3B3;} .st68{fill:none;stroke:#A0C8D7;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;} .st69{fill:#FFFFFF;} .st70{fill:none;stroke:#A0C8D7;stroke-width:8;stroke-miterlimit:10;}</style><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.916667s; animation-direction: normal;"><path class="st3" d="M73.142,41.007c0-0.084,0.003-0.166,0.003-0.25c0-14.843-6.384-26.875-14.259-26.875 c-2.438,0-4.733,1.156-6.739,3.191c-1.191,1.208-3.103,1.208-4.294,0c-2.007-2.035-4.301-3.191-6.739-3.191 c-7.875,0-14.26,12.032-14.26,26.875c0,0.084,0.003,0.166,0.003,0.25C15.209,44.052,7.5,49.325,7.5,55.324 C7.5,64.752,26.528,69.8,50,69.8s42.5-5.047,42.5-14.476C92.5,49.325,84.791,44.052,73.142,41.007z" fill="rgb(51, 51, 51)" stroke="rgb(51, 51, 51)" style="fill: rgb(51, 51, 51); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.833333s; animation-direction: normal;"><path class="st3" d="M76.908,69.209c-17.939,3.926-35.878,3.926-53.817,0c-1.505,0-2.611,1.508-2.249,3.068l2.776,10.722 c0.256,1.104,1.184,1.88,2.249,1.88l12.475,1.185c0.665,0.063,1.337,0.083,1.999-0.011c2.005-0.285,3.887-1.279,5.227-2.917 c1.309-1.601,2.82-2.517,4.431-2.517s3.122,0.916,4.431,2.517c1.34,1.639,3.222,2.632,5.227,2.917 c0.662,0.094,1.334,0.075,1.999,0.011l12.475-1.185c1.065,0,1.994-0.776,2.249-1.88l2.776-10.722 C79.519,70.717,78.414,69.209,76.908,69.209z M42.99,79.172c-0.299,2.048-3.989,3.134-8.243,2.427 c-4.254-0.707-7.461-2.94-7.162-4.988c0.299-2.048,3.989-3.135,8.243-2.427S43.289,77.124,42.99,79.172z M65.253,81.599 c-4.254,0.707-7.945-0.38-8.243-2.427c-0.299-2.048,2.908-4.281,7.162-4.988s7.945,0.38,8.243,2.427 C72.713,78.659,69.507,80.892,65.253,81.599z" fill="rgb(51, 51, 51)" stroke="rgb(51, 51, 51)" style="fill: rgb(51, 51, 51); stroke: rgb(51, 51, 51);"></path></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.75s; animation-direction: normal;">
2
+ <d:name class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.666667s; animation-direction: normal;">hacker</d:name>
3
+ <d:tags class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.583333s; animation-direction: normal;">hacker,incognito,anonymous,gang,secret,agent,spy,tapping,steal</d:tags>
4
+ <d:license class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.5s; animation-direction: normal;">cc-by</d:license>
5
+ <d:slug class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.416667s; animation-direction: normal;">l2aqgv</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.333333s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-fade {
7
+ 0% {
8
+ opacity: 1;
9
+ }
10
+ 100% {
11
+ opacity: 0;
12
+ }
13
+ }
14
+ @-webkit-keyframes ld-fade {
15
+ 0% {
16
+ opacity: 1;
17
+ }
18
+ 100% {
19
+ opacity: 0;
20
+ }
21
+ }
22
+ .ld.ld-fade {
23
+ -webkit-animation: ld-fade 1s infinite linear;
24
+ animation: ld-fade 1s infinite linear;
25
+ }
26
+ </style></svg></svg>
images/svg/anchor.svg ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-8wut54" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="圖層_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:#C7B299;stroke:#333333;stroke-width:6;stroke-miterlimit:10;} .st1{fill:#F5E169;} .st2{fill:#666666;} .st3{fill:#F5E6C8;} .st4{fill:#333333;} .st5{fill:#E0E0E0;} .st6{fill:#F8B26A;} .st7{fill:#FFFFFF;stroke:#000000;stroke-width:4;stroke-miterlimit:10;} .st8{fill:#F47E60;} .st9{fill:#ABBD81;} .st10{fill:#E15B64;} .st11{fill:#666666;stroke:#221E1F;stroke-width:4.5;stroke-linejoin:round;stroke-miterlimit:10;} .st12{fill:#FFFFFF;stroke:#221E1F;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:10;} .st13{fill:#77A4BD;} .st14{fill:#FFDC6C;} .st15{fill:#FFFFFF;} .st16{fill:#353035;} .st17{fill:#E0E0E0;stroke:#000000;stroke-width:6;stroke-miterlimit:10;} .st18{fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;} .st19{fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;} .st20{fill:none;} .st21{fill:#666666;stroke:#221E1F;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:10;} .st22{fill:#FFFFFF;stroke:#221E1F;stroke-width:4.5;stroke-linejoin:round;stroke-miterlimit:10;} .st23{fill:#333333;stroke:#221E1F;stroke-width:4.5;stroke-linejoin:round;stroke-miterlimit:10;} .st24{fill:#1BD112;} .st25{fill:#FFFFFF;stroke:#333333;stroke-width:8;stroke-miterlimit:10;} .st26{fill:none;stroke:#666666;stroke-width:8;stroke-miterlimit:10;} .st27{fill:#FFFFFF;stroke:#333333;stroke-miterlimit:10;} .st28{fill:none;stroke:#333333;stroke-miterlimit:10;} .st29{stroke:#333333;stroke-miterlimit:10;} .st30{fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;} .st31{fill:none;stroke:#000000;stroke-width:6;stroke-miterlimit:10;} .st32{fill:#C33737;} .st33{fill:#849B87;} .st34{fill:#66503A;} .st35{fill:none;stroke:#333333;stroke-width:6;stroke-miterlimit:10;} .st36{fill:none;stroke:#333333;stroke-width:4;stroke-miterlimit:10;} .st37{fill:#C59B6D;} .st38{fill:#E0E0E0;stroke:#221E1F;stroke-width:4.5;stroke-linejoin:round;stroke-miterlimit:10;} .st39{fill:#666666;stroke:#000000;stroke-width:3;stroke-miterlimit:10;} .st40{fill:#F5E6C8;stroke:#000000;stroke-width:3;stroke-miterlimit:10;} .st41{fill:#FFFFFF;stroke:#808080;stroke-width:4;stroke-miterlimit:10;} .st42{fill:#808080;stroke:#808080;stroke-width:4;stroke-miterlimit:10;} .st43{fill:#666666;stroke:#B3B3B3;stroke-width:12;stroke-linecap:round;stroke-miterlimit:10;} .st44{fill:#808080;} .st45{fill:#B3B3B3;} .st46{fill:#FFFF00;stroke:#E15B64;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st47{fill:none;stroke:#E15B64;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st48{fill:#F5E6C8;stroke:#333333;stroke-width:4;stroke-miterlimit:10;}</style><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.923077s; animation-direction: normal;"><path class="st20" d="M41.9,22.8c0,4.5,3.6,8.1,8.1,8.1V14.8C45.5,14.8,41.9,18.4,41.9,22.8z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.846154s; animation-direction: normal;"><path class="st4" d="M41.9,22.8c0-4.5,3.6-8.1,8.1-8.1V7.5c-8.5,0-15.3,6.9-15.3,15.3c0,7.2,5,13.2,11.7,14.9v6.2h-8v7.3h8V71 c0,3.4-3.6,5.7-6.7,4.2c-5.1-2.5-9.4-6.7-12.7-10.8l5.5-3.2L13.7,50.4l0,21.7l5.7-3.3C28.2,80.3,44.9,87.9,50,92.5V30.9 C45.5,30.9,41.9,27.3,41.9,22.8z" fill="rgb(51, 51, 51)" stroke="rgb(0, 0, 0)" style="fill: rgb(51, 51, 51); stroke: rgb(0, 0, 0);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.769231s; animation-direction: normal;"><path class="st2" d="M80.5,68.8l5.7,3.3l0-21.7L67.5,61.2l5.5,3.2c-3.3,4.1-7.5,8.3-12.7,10.8c-3.1,1.5-6.7-0.8-6.7-4.2V51.1h8v-7.3 h-8v-6.2c6.8-1.7,11.8-7.8,11.7-15.1c-0.1-8-6.5-14.6-14.5-15.1c-0.3,0-0.6,0-0.9,0v7.2c4.5,0,8.1,3.6,8.1,8.1 c0,4.5-3.6,8.1-8.1,8.1v61.6C55.3,87.9,71.8,80.3,80.5,68.8z" stroke="rgb(51, 51, 51)" fill="rgb(102, 102, 102)" style="stroke: rgb(51, 51, 51); fill: rgb(102, 102, 102);"></path></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.692308s; animation-direction: normal;">
2
+ <d:name class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.615385s; animation-direction: normal;">anchor</d:name>
3
+ <d:tags class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.538462s; animation-direction: normal;">stop,point,arrow,nautical,sea,port,ship,yacht,hook,check point,anchor,web application</d:tags>
4
+ <d:license class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.461538s; animation-direction: normal;">rf</d:license>
5
+ <d:slug class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.384615s; animation-direction: normal;">8wut54</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.307692s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-fade {
7
+ 0% {
8
+ opacity: 1;
9
+ }
10
+ 100% {
11
+ opacity: 0;
12
+ }
13
+ }
14
+ @-webkit-keyframes ld-fade {
15
+ 0% {
16
+ opacity: 1;
17
+ }
18
+ 100% {
19
+ opacity: 0;
20
+ }
21
+ }
22
+ .ld.ld-fade {
23
+ -webkit-animation: ld-fade 1s infinite linear;
24
+ animation: ld-fade 1s infinite linear;
25
+ }
26
+ </style></svg></svg>
images/svg/attachments.svg ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-al4sgp" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:#F4E6C8;} .st1{opacity:0.8;fill:#849B87;} .st2{fill:#D65A62;} .st3{fill:#E15C64;} .st4{fill:#F47E5F;} .st5{fill:#F7B26A;} .st6{fill:#FEE8A2;} .st7{fill:#ACBD81;} .st8{fill:#F5E169;} .st9{fill:#F0AF6B;} .st10{fill:#EA7C60;} .st11{fill:#A8B980;} .st12{fill:#829985;} .st13{fill:#798AAE;} .st14{fill:#8672A7;} .st15{fill:#CC5960;} .st16{fill:#E17A5F;} .st17{fill:#849B87;} .st18{opacity:0.8;fill:#E15C64;} .st19{opacity:0.8;fill:#F7B26A;} .st20{fill:#79A5B5;} .st21{opacity:0.8;fill:#79A5B4;} .st22{fill:#666766;}</style><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.961538s; animation-direction: normal;"><path class="st4" d="M54.1,29.4h-8.1L65.6,9.7c9,3.8,16.4,10.9,20.7,19.6L54.1,29.4L54.1,29.4z" fill="rgb(244, 126, 95)" style="fill: rgb(244, 126, 95);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.923077s; animation-direction: normal;"><path class="st5" d="M38.2,32.5L61,9.7c-9.2-3.2-19.4-2.9-28.5,0.7v27.8L38.2,32.5L38.2,32.5z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.884615s; animation-direction: normal;"><path class="st5" d="M38.3,32.5L61.1,9.7c0,0,0,0,0,0L38.3,32.5L38.3,32.5z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.846154s; animation-direction: normal;"><path class="st4" d="M29.3,46V13.7C20.5,18,13.5,25.4,9.7,34.4l19.7,19.7L29.3,46L29.3,46z" fill="rgb(244, 126, 95)" style="fill: rgb(244, 126, 95);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.807692s; animation-direction: normal;"><path class="st5" d="M29.4,45.9V13.7c0,0,0,0,0,0L29.4,45.9L29.4,45.9z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.769231s; animation-direction: normal;"><path class="st5" d="M32.5,61.8L9.7,39c-3.2,9.2-2.9,19.4,0.7,28.5h27.8L32.5,61.8L32.5,61.8z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.730769s; animation-direction: normal;"><path class="st5" d="M32.5,61.7L9.7,38.9c0,0,0,0,0,0L32.5,61.7L32.5,61.7z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.692308s; animation-direction: normal;"><path class="st4" d="M46,70.7H13.7c4.3,8.8,11.7,15.8,20.7,19.6l19.7-19.7L46,70.7L46,70.7z" fill="rgb(244, 126, 95)" style="fill: rgb(244, 126, 95);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.653846s; animation-direction: normal;"><path class="st5" d="M45.9,70.6H13.7c0,0,0,0,0,0L45.9,70.6L45.9,70.6z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.615385s; animation-direction: normal;"><path class="st5" d="M61.8,67.5L39,90.3c9.2,3.2,19.4,2.9,28.5-0.7V61.7L61.8,67.5L61.8,67.5z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.576923s; animation-direction: normal;"><path class="st5" d="M61.7,67.5L38.9,90.3c0,0,0,0,0,0L61.7,67.5L61.7,67.5z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.538462s; animation-direction: normal;"><path class="st4" d="M70.7,54v32.3c8.8-4.3,15.8-11.7,19.6-20.7L70.6,45.9L70.7,54L70.7,54z" fill="rgb(244, 126, 95)" style="fill: rgb(244, 126, 95);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.5s; animation-direction: normal;"><path class="st5" d="M70.6,54.1v32.3c0,0,0,0,0,0L70.6,54.1L70.6,54.1z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.461538s; animation-direction: normal;"><path class="st5" d="M67.5,38.2L90.3,61c3.2-9.2,2.9-19.4-0.7-28.5H61.7L67.5,38.2L67.5,38.2z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.423077s; animation-direction: normal;"><path class="st5" d="M89.6,32.5H61.7l0,0L89.6,32.5C89.6,32.5,89.6,32.5,89.6,32.5z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><g class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.384615s; animation-direction: normal;"><path class="st5" d="M67.5,38.3l22.8,22.8c0,0,0,0,0,0L67.5,38.3L67.5,38.3z" fill="rgb(247, 178, 106)" style="fill: rgb(247, 178, 106);"></path></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.346154s; animation-direction: normal;">
2
+ <d:name class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.307692s; animation-direction: normal;">aperture</d:name>
3
+ <d:tags class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.269231s; animation-direction: normal;">shutter,camera,fan,photograph,photo,exposure,dslr,aperture,spinner</d:tags>
4
+ <d:license class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.230769s; animation-direction: normal;">rf</d:license>
5
+ <d:slug class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.192308s; animation-direction: normal;">al4sgp</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-breath" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.153846s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-breath {
7
+ 0% {
8
+ -webkit-transform: scale(0.86);
9
+ transform: scale(0.86);
10
+ }
11
+ 50% {
12
+ -webkit-transform: scale(1.06);
13
+ transform: scale(1.06);
14
+ }
15
+ 100% {
16
+ -webkit-transform: scale(0.86);
17
+ transform: scale(0.86);
18
+ }
19
+ }
20
+ @-webkit-keyframes ld-breath {
21
+ 0% {
22
+ -webkit-transform: scale(0.86);
23
+ transform: scale(0.86);
24
+ }
25
+ 50% {
26
+ -webkit-transform: scale(1.06);
27
+ transform: scale(1.06);
28
+ }
29
+ 100% {
30
+ -webkit-transform: scale(0.86);
31
+ transform: scale(0.86);
32
+ }
33
+ }
34
+ .ld.ld-breath {
35
+ -webkit-animation: ld-breath 1s infinite;
36
+ animation: ld-breath 1s infinite;
37
+ }
38
+ </style></svg></svg>
images/svg/chinese.svg ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-gizw4l" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="圖層_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:#849B87;stroke:#333333;stroke-width:3;stroke-miterlimit:10;} .st1{fill:#A0C8D7;stroke:#333333;stroke-width:3;stroke-miterlimit:10;} .st2{fill:#F5E6C8;} .st3{fill:#ABBD81;} .st4{fill:#F5E6C8;stroke:#000000;stroke-width:2.5;stroke-miterlimit:10;} .st5{fill:#333333;} .st6{fill:#F5E6C8;stroke:#000000;stroke-width:3.5;stroke-miterlimit:10;} .st7{fill:#849B87;} .st8{fill:#F5E6C8;stroke:#333333;stroke-width:4;stroke-miterlimit:10;} .st9{fill:#C33737;} .st10{fill:#A0C8D7;} .st11{fill:#F5E6C8;stroke:#333333;stroke-width:3;stroke-miterlimit:10;} .st12{fill:#A3A3A3;} .st13{fill:#F5E6C8;stroke:#000000;stroke-width:3.8621;stroke-miterlimit:10;} .st14{fill:#FFDC6C;} .st15{fill:#ABBD81;stroke:#333333;stroke-width:3;stroke-miterlimit:10;} .st16{fill:#E15B64;} .st17{fill:#F5E6C8;stroke:#333333;stroke-width:3.6781;stroke-miterlimit:10;} .st18{fill:#F5E6C8;stroke:#333333;stroke-width:2.7586;stroke-miterlimit:10;} .st19{fill:#F5E6C8;stroke:#333333;stroke-width:3.9518;stroke-miterlimit:10;} .st20{fill:#FFFFFF;stroke:#333333;stroke-width:3.9092;stroke-miterlimit:10;} .st21{fill:#FFFFFF;stroke:#333333;stroke-width:3.6699;stroke-miterlimit:10;} .st22{fill:#F5E6C8;stroke:#000000;stroke-width:3;stroke-miterlimit:10;} .st23{fill:#F47E60;} .st24{fill:#F8B26A;} .st25{fill:#FFFFFF;} .st26{fill:#F5E6C8;stroke:#000000;stroke-width:3.9059;stroke-miterlimit:10;} .st27{fill:#F5E6C8;stroke:#000000;stroke-width:4;stroke-miterlimit:10;} .st28{fill:#C33636;} .st29{fill:#F5E6C8;stroke:#000000;stroke-width:3.8153;stroke-miterlimit:10;} .st30{fill:#E0E0E0;} .st31{fill:#F5E6C8;stroke:#000000;stroke-width:2.9643;stroke-miterlimit:10;} .st32{fill:#E15B64;stroke:#000000;stroke-width:2.9419;stroke-miterlimit:10;} .st33{fill:#666666;} .st34{fill:none;} .st35{fill:#FCEDCE;} .st36{fill:#FFF2D9;} .st37{fill:#7A8F7C;} .st38{fill:#96B099;}</style><g class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.916667s; animation-direction: normal;"><path class="st3" d="M49,14.3c-24.1,0-40,11.1-40,34.5c0,9.7,2.8,17.3,7.7,22.8C15.5,77,14,82.1,12.3,85c-0.7,1.3,0.5,2.9,1.9,2.5 c0,0,0,0,0,0c4-1.1,9-4.2,13.9-8c5.9,2.5,12.9,3.7,20.9,3.7c24.1,0,40-11.1,40-34.5C89,25.4,73.1,14.3,49,14.3z" fill="#93dbe9" stroke="#689cc5" style="fill: rgb(147, 219, 233); stroke: rgb(104, 156, 197);"></path></g><g class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.833333s; animation-direction: normal;"><path class="st2" d="M65.6,52.7L65.6,52.7c-1.9-0.7-2.3-0.8-2.5-0.8c-0.2,0-0.5,0-1.7,0.2c-1.3,0.3-3.1,0.5-5.3,0.7 c0-0.1,0.1-0.1,0.2-0.2c0.5-0.6,1.2-1.8,2-3.6c1.1-0.1,2.3-0.2,3.3-0.2c1,0,1.7-0.1,2-0.2c1-0.2,1.2-0.8,1.2-1.1 c0-0.5-0.4-0.8-1.5-1.3l0,0c-0.9-0.4-1.4-0.6-1.8-0.6c-0.1,0-0.3,0-0.7,0.1c-0.3,0.1-0.7,0.2-1.3,0.3c0.3-0.5,0.5-0.8,0.5-1.1 c0-0.6-0.4-1.1-1.4-1.7l0,0c-0.3-0.2-0.6-0.4-0.9-0.5c0.6-0.1,1.1-0.2,1.4-0.3c0.6-0.1,1.7-0.3,1.7-1.1c0-0.4-0.2-0.9-1.1-1.3 c-0.9-0.4-1.6-0.6-2.1-0.6c-0.1,0-0.4,0-1.2,0.2c-0.8,0.2-1.7,0.3-2.7,0.5c0.1-0.1,0.2-0.3,0.4-0.5c0.5-0.6,1.2-1.5,1.9-2.9 c0.1,0,0.1,0,0.2,0c1.4-0.2,2.8-0.3,4.1-0.3c1,0,1.7-0.1,2-0.2c1-0.2,1.2-0.8,1.2-1.1c0-0.5-0.4-0.8-1.5-1.3l0,0 c-0.9-0.4-1.4-0.6-1.8-0.6c-0.1,0-0.3,0-0.7,0.1c-0.4,0.1-1.1,0.2-2,0.4c0.2-0.4,0.3-0.7,0.5-1.1c0.5-0.7,0.6-1,0.6-1.2 c0-0.6-0.5-1.2-1.5-1.8l0,0c-0.8-0.5-1.5-0.7-2.1-0.7c-0.3,0-1.1,0.1-1.2,1.2l0,0.1l0,0.1c0.2,0.7,0.2,1,0.2,1.1 c0,0.7-0.1,1.6-0.3,2.8c0,0.1-0.1,0.2-0.1,0.3c-1.2,0.2-2.3,0.4-3.3,0.5c-0.7,0.1-1.1,0.4-1.1,0.8c0,0.5,0.5,0.8,1.1,1.1 c1,0.5,1.4,0.5,1.6,0.5c0.2,0,0.3,0,0.6-0.1c0.1,0,0.3-0.1,0.5-0.1c-0.2,0.8-0.5,1.6-0.7,2.5l0,0.1c0,0.2,0,0.3,0.2,0.5 c-0.5,0.1-1,0.1-1.5,0.2c-1.9,0.2-3.7,0.5-5.4,0.6c0.2-0.3,0.4-0.7,0.4-1.2c0-0.2,0-0.6-0.3-2.6c0.7-0.2,1.4-0.4,2.3-0.7 c0.3-0.1,1.1-0.3,1.1-1c0-0.4-0.2-1-1.5-1c-0.2,0-0.4,0-0.8,0.1c-0.4,0.1-0.9,0.2-1.5,0.3c0-0.3-0.1-0.5-0.1-0.8 c-0.1-0.4-0.1-1-0.1-1.9c0-0.4-0.3-0.8-0.8-1.2l-0.1,0c-0.9-0.4-1.7-0.5-2.4-0.5c-0.7,0-1.2,0.4-1.2,1.1c0,0.3,0.2,0.7,0.6,1.4 c0.2,0.3,0.5,0.9,0.9,2.4c-0.5,0.1-1.1,0.2-1.7,0.2c-0.7,0.1-1.1,0.1-1.4,0.1c-0.1,0-0.4,0-0.8-0.1c-0.4-0.1-0.7-0.1-0.9-0.1 c-0.8,0-1,0.5-1,0.9c0,0.3,0.2,0.8,1.3,1.8c0.8,0.7,1.4,1,1.9,1c0.3,0,0.6-0.1,1-0.3c0.6-0.2,1.3-0.5,2-0.7l0.4-0.1v0c0,0,0,0,0,0 c0.1,0.4,0.2,0.9,0.4,1.4c0.1,0.6,0.4,1.4,0.9,1.8c-1,0.1-1.9,0.2-2.8,0.2c-1.6,0-2.4,0.2-2.4,0.8c0,0.5,0.5,1,0.9,1.3 c0.5,0.3,1.4,0.5,2.7,0.5c1,0,2.7-0.1,5.2-0.3c0.2,0.7,0.3,1.6,0.3,2.7v6.9c-1.5,0.1-2.9,0.2-4.2,0.4c0.2-0.3,0.3-0.6,0.4-1.1 c0-0.1,0-0.6-0.3-2.5c1-0.2,1.9-0.3,2.8-0.3c0.8,0,1-0.4,1-0.7c0-0.5-0.3-0.9-0.9-1.3c-0.6-0.3-1.1-0.4-1.6-0.4 c-0.1,0-0.4,0-1.6,0.2c0,0,0,0,0,0c0,0,0,0,0-0.1C43.1,47.4,43,46.8,43,46c0-0.4-0.3-0.8-0.8-1.2l-0.1,0c-0.9-0.4-1.7-0.5-2.4-0.5 c-0.7,0-1.2,0.4-1.2,1.1c0,0.3,0.2,0.7,0.5,1.3c0.1,0.2,0.3,0.6,0.7,1.5c-1.9,0.3-3.4,0.5-4.5,0.6c-0.2,0-0.9,0.1-0.9,0.7 c0,0.6,0.6,1.1,1.2,1.4c0.9,0.4,1.5,0.6,1.9,0.6c0.1,0,0.4,0,1.3-0.3c0.6-0.1,1.2-0.3,1.8-0.4c0.1,0.5,0.3,1,0.5,1.6 c0.1,0.6,0.4,1.4,0.9,1.8c-1.7,0.3-4.4,0.5-8,0.5c-1.2,0.1-1.5,0.7-1.5,1.1c0,0.5,0.5,1,1.8,1.6c1,0.5,1.8,0.7,2.4,0.7 c0.2,0,0.6,0,1.9-0.4c3.2-0.7,6.2-1.1,9-1.3v2.9c-2.3,0.3-4.9,0.5-7.6,0.8c-0.5,0.1-1.3,0.3-1.3,0.9c0,0.7,0.8,1.1,1.4,1.3 c0.7,0.4,1.5,0.6,2.2,0.6c0.1,0,0.3,0,1.1-0.1c1.5-0.2,2.9-0.4,4.2-0.5v0.1c0,2.4,0,4.3,0.1,5.8c0.2,0.9,0.4,2,1.2,2 c0.6,0,0.9-0.6,1.4-2.6c0.3-1.6,0.5-3.5,0.6-5.6c3.1-0.2,5.9-0.4,8.3-0.4c0.5,0,1.9-0.1,1.9-1.1c0-0.6-0.5-1.1-1.8-1.9l-0.1,0 C58,58,57.7,58,57.6,58c-0.2,0-0.8,0-2.6,0.3c-1.2,0.2-2.5,0.3-4,0.5l0-2.7c2.7-0.2,5.1-0.3,6.9-0.3c2.4,0,4.7,0,6.8,0.1 c0.8,0,2.8,0,2.8-1.1C67.5,54.1,66.9,53.4,65.6,52.7z M54.3,53.1c-0.4,0-0.9,0.1-1.4,0.1c-0.7,0-1.3,0.1-2,0.1l0.1-4.5 c0.2,0.2,0.5,0.4,0.9,0.6c1,0.5,1.4,0.5,1.6,0.5c0.1,0,0.3,0,0.6-0.1c0.2-0.1,0.5-0.1,1-0.2c-0.2,1-0.4,2-0.7,3.2l0,0.1 C54.3,53,54.3,53,54.3,53.1z M55.5,43.9c0.1,0.6,0.2,0.9,0.2,1c0,0.5-0.1,1.2-0.2,2c-1.3,0.2-2.5,0.4-3.5,0.6 c-0.4,0-0.7,0.1-0.9,0.3c0-0.9,0.2-1.8,0.4-2.6c0.3-0.8,0.3-0.9,0.3-1c0-0.2-0.1-0.5-0.2-0.7c0.3,0,0.6-0.1,0.8-0.1 c1.3-0.1,2.4-0.3,3.3-0.4c-0.1,0.2-0.2,0.4-0.2,0.7L55.5,43.9L55.5,43.9z" stroke="#689cc5" fill="#5e6fa3" style="stroke: rgb(104, 156, 197); fill: rgb(94, 111, 163);"></path></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.75s; animation-direction: normal;">
2
+ <d:name class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.666667s; animation-direction: normal;">language,chinese,diallect,translation</d:name>
3
+ <d:tags class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.583333s; animation-direction: normal;">rf,language,chinese,diallect,translation</d:tags>
4
+ <d:license class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.5s; animation-direction: normal;">conversation</d:license>
5
+ <d:slug class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.416667s; animation-direction: normal;">gizw4l</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-skew" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.333333s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-skew {
7
+ 0%, 50%, 100% {
8
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
9
+ }
10
+ 25%, 75% {
11
+ animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
12
+ }
13
+ 0% {
14
+ -webkit-transform: skewX(20deg) scale(1);
15
+ transform: skewX(20deg) scale(1);
16
+ }
17
+ 25% {
18
+ -webkit-transform: skewX(0deg) scale(0.9);
19
+ transform: skewX(0deg) scale(0.9);
20
+ }
21
+ 50% {
22
+ -webkit-transform: skewX(-20deg) scale(1);
23
+ transform: skewX(-20deg) scale(1);
24
+ }
25
+ 75% {
26
+ -webkit-transform: skewX(0deg) scale(0.9);
27
+ transform: skewX(0deg) scale(0.9);
28
+ }
29
+ 100% {
30
+ -webkit-transform: skewX(20deg) scale(1);
31
+ transform: skewX(20deg) scale(1);
32
+ }
33
+ }
34
+ @-webkit-keyframes ld-skew {
35
+ 0%, 50%, 100% {
36
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
37
+ }
38
+ 25%, 75% {
39
+ animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
40
+ }
41
+ 0% {
42
+ -webkit-transform: skewX(20deg) scale(1);
43
+ transform: skewX(20deg) scale(1);
44
+ }
45
+ 25% {
46
+ -webkit-transform: skewX(0deg) scale(0.9);
47
+ transform: skewX(0deg) scale(0.9);
48
+ }
49
+ 50% {
50
+ -webkit-transform: skewX(-20deg) scale(1);
51
+ transform: skewX(-20deg) scale(1);
52
+ }
53
+ 75% {
54
+ -webkit-transform: skewX(0deg) scale(0.9);
55
+ transform: skewX(0deg) scale(0.9);
56
+ }
57
+ 100% {
58
+ -webkit-transform: skewX(20deg) scale(1);
59
+ transform: skewX(20deg) scale(1);
60
+ }
61
+ }
62
+ .ld.ld-skew {
63
+ -webkit-animation: ld-skew 1s infinite;
64
+ animation: ld-skew 1s infinite;
65
+ }
66
+ </style></svg></svg>
images/svg/cleaner.svg ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-hvhdq" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="圖層_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:#F5E6C8;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st1{fill:#E0E0E0;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st2{opacity:0.2;stroke:#000000;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st3{fill:#E0E0E0;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st4{fill:none;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st5{fill:#E0E0E0;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st6{fill:#666666;} .st7{fill:none;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st8{fill:#849B87;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st9{fill:#E0E0E0;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-miterlimit:10;} .st10{fill:#A0C8D7;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-miterlimit:10;} .st11{fill:none;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-miterlimit:10;} .st12{fill:#E0E0E0;stroke:#333333;stroke-width:2.3;stroke-miterlimit:10;} .st13{fill:#A0C8D7;stroke:#333333;stroke-width:2.3;stroke-miterlimit:10;} .st14{fill:#C33737;stroke:#333333;stroke-width:2.3;stroke-miterlimit:10;} .st15{fill:#E15B64;stroke:#333333;stroke-width:2.3;stroke-miterlimit:10;} .st16{fill:#C33737;} .st17{fill:#ABBD81;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st18{fill:#E0E0E0;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st19{fill:#E15B64;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st20{fill:#F8B26A;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st21{fill:#333333;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st22{fill:#FFFFFF;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st23{fill:none;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st24{fill:#F5E6C8;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st25{fill:#333333;} .st26{fill:#FFFFFF;} .st27{fill:#E0E0E0;} .st28{fill:#F5E169;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st29{fill:#E15B64;stroke:#333333;stroke-width:2;stroke-miterlimit:10;} .st30{fill:#F47E60;stroke:#333333;stroke-width:2;stroke-miterlimit:10;} .st31{fill:#F5E6C8;stroke:#333333;stroke-width:2;stroke-miterlimit:10;} .st32{fill:#FFFFFF;stroke:#333333;stroke-width:2;stroke-miterlimit:10;} .st33{fill:#983733;stroke:#333333;stroke-width:2;stroke-miterlimit:10;} .st34{fill:#CCCCCC;} .st35{fill:none;stroke:#333333;stroke-width:3.6064;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st36{fill:#66503A;} .st37{fill:#E6E6E6;stroke:#333333;stroke-width:2.5819;stroke-miterlimit:10;} .st38{fill:none;stroke:#333333;stroke-width:2.5819;stroke-miterlimit:10;} .st39{fill:#E6E6E6;stroke:#333333;stroke-width:2.5189;stroke-miterlimit:10;} .st40{fill:#E6E6E6;} .st41{fill:#E15B64;} .st42{fill:#F47E60;} .st43{fill:#F5E6C8;} .st44{fill:#983733;} .st45{opacity:0.3;fill:#1A1A1A;} .st46{fill:#ABBD81;} .st47{fill:#849B87;} .st48{fill:#A0C8D7;} .st49{fill:#77A4BD;} .st50{opacity:0.2;fill:#1A1A1A;} .st51{fill:#A0C8D7;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st52{fill:#B3B3B3;} .st53{fill:#E0E0E0;stroke:#333333;stroke-width:1.1248;stroke-miterlimit:10;} .st54{fill:#FFFFFF;stroke:#333333;stroke-width:1.1248;stroke-miterlimit:10;} .st55{fill:#77A4BD;stroke:#333333;stroke-width:1.1248;stroke-miterlimit:10;} .st56{fill:none;stroke:#333333;stroke-width:1.1248;stroke-linecap:round;stroke-miterlimit:10;} .st57{fill:#F8B26A;} .st58{fill:none;stroke:#F47E60;stroke-width:2.5397;stroke-linecap:round;stroke-miterlimit:10;} .st59{opacity:0.3;fill:none;stroke:#000000;stroke-width:1.9578;stroke-miterlimit:10;} .st60{opacity:0.3;fill:none;stroke:#000000;stroke-width:0.9818;stroke-miterlimit:10;} .st61{opacity:0.3;fill:none;stroke:#000000;stroke-width:0.9528;stroke-miterlimit:10;} .st62{fill:#E15B64;stroke:#333333;stroke-width:2.3462;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st63{fill:none;stroke:#333333;stroke-width:2.3462;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st64{fill:#A0C8D7;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st65{fill:#A0C8D7;stroke:#333333;stroke-width:2.0572;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st66{fill:#77A4BD;stroke:#333333;stroke-width:2.1771;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st67{fill:#FEFEFE;} .st68{opacity:0.2;stroke:#000000;stroke-width:2.3;stroke-miterlimit:10;} .st69{opacity:0.2;stroke:#000000;stroke-width:2.346;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st70{opacity:0.2;stroke:#000000;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st71{opacity:0.2;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st72{opacity:0.2;} .st73{fill:none;stroke:#FFFFFF;stroke-width:2.3;stroke-linecap:round;stroke-miterlimit:10;} .st74{fill:#77A4BD;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-miterlimit:10;} .st75{fill:#77A4BD;stroke:#333333;stroke-width:2.3;stroke-miterlimit:10;} .st76{opacity:0.2;stroke:#000000;stroke-width:2.3;stroke-linecap:round;stroke-miterlimit:10;} .st77{fill:#CCCCCC;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st78{fill:#E0E0E0;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st79{fill:#77A4BD;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st80{fill:#F8B26A;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st81{fill:#F8B26A;stroke:#FFFFFF;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st82{fill:#F47E60;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st83{fill:#F47E60;stroke:#FFFFFF;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st84{fill:#C33737;stroke:#333333;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st85{fill:#E15B64;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st86{fill:#ABBD81;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st87{fill:#F8B26A;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st88{fill:#333333;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st89{fill:none;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st90{fill:#E0E0E0;stroke:#333333;stroke-width:3.6011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st91{fill:#FFFFFF;stroke:#333333;stroke-width:3.6011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st92{fill:#F5E6C8;stroke:#333333;stroke-width:3.6011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st93{fill:none;stroke:#333333;stroke-width:3.6011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st94{fill:#F5E169;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st95{fill:#E15B64;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st96{fill:#F47E60;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st97{fill:#F5E6C8;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st98{fill:#983733;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st99{opacity:0.2;stroke:#000000;stroke-width:3.5;stroke-miterlimit:10;} .st100{opacity:0.2;stroke:#000000;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st101{fill:#C33737;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st102{fill:#E15B64;stroke:#FFFFFF;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st103{fill:#F47E60;stroke:#333333;stroke-width:3.9691;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st104{fill:#E15B64;stroke:#FFFFFF;stroke-width:3.9691;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st105{fill:none;stroke:#333333;stroke-width:3.9691;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st106{opacity:0.2;stroke:#000000;stroke-width:2.6604;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st107{fill:#CCCCCC;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st108{opacity:0.3;fill:none;stroke:#000000;stroke-width:3.5;stroke-miterlimit:10;} .st109{fill:#A0C8D7;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st110{fill:#77A4BD;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st111{opacity:0.2;stroke:#000000;stroke-width:3.5;stroke-linejoin:round;stroke-miterlimit:10;} .st112{fill:#A0C8D7;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st113{fill:#77A4BD;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st114{fill:#F8B26A;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st115{fill:#A0C8D7;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st116{fill:#77A4BD;stroke:#333333;stroke-width:3.5;stroke-miterlimit:10;} .st117{fill:#F8B26A;stroke:#FFFFFF;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st118{fill:#FFFFFF;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;} .st119{fill:#F8B26A;stroke:#333333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;}</style><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.928571s; animation-direction: normal;"><path class="st5" d="M23.852,77.527l14.802,8.546c4.715,2.722,10.744,1.107,13.466-3.608l13.915-24.101L34.159,39.96L20.244,64.062 C17.522,68.776,19.137,74.805,23.852,77.527z" fill="rgb(224, 224, 224)" stroke="rgb(51, 51, 51)" style="fill: rgb(224, 224, 224); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.857143s; animation-direction: normal;"><rect x="30.373" y="15.702" transform="matrix(-0.866 -0.5 0.5 -0.866 79.8256 105.8602)" class="st109" width="47.444" height="53.068" stroke="rgb(51, 51, 51)" fill="rgb(160, 200, 215)" style="stroke: rgb(51, 51, 51); fill: rgb(160, 200, 215);"></rect></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.785714s; animation-direction: normal;"><rect x="44.473" y="15.702" transform="matrix(-0.866 -0.5 0.5 -0.866 79.8256 105.8602)" class="st110" width="19.245" height="53.068" stroke="rgb(51, 51, 51)" fill="rgb(119, 164, 189)" style="stroke: rgb(51, 51, 51); fill: rgb(119, 164, 189);"></rect></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.714286s; animation-direction: normal;"><path class="st111" d="M31.253,81.8l7.401,4.273c4.715,2.722,10.744,1.107,13.466-3.608l4.647-8.049l4.606,2.659l26.534-45.958 l-12.21-7.05l-8.334-4.811" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" style="fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0);"></path></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.642857s; animation-direction: normal;">
2
+ <d:name class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.571429s; animation-direction: normal;">eraser</d:name>
3
+ <d:tags class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.5s; animation-direction: normal;">eraser,rubber,undo,delete,remove,clear,clean,abolish,wipe,trim,stationery</d:tags>
4
+ <d:license class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.428571s; animation-direction: normal;">cc-by</d:license>
5
+ <d:slug class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.357143s; animation-direction: normal;">hvhdq</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.285714s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-float-px {
7
+ 0%, 100% {
8
+ animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
9
+ }
10
+ 50% {
11
+ animation-timing-function: linear;
12
+ }
13
+ 0% {
14
+ -webkit-transform: translate(0, 0);
15
+ transform: translate(0, 0);
16
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
17
+ }
18
+ 30% {
19
+ -webkit-transform: translate(0, -10px);
20
+ transform: translate(0, -10px);
21
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
22
+ }
23
+ 50% {
24
+ -webkit-transform: translate(0, -10px);
25
+ transform: translate(0, -10px);
26
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
27
+ }
28
+ 100% {
29
+ -webkit-transform: translate(0, 0);
30
+ transform: translate(0, 0);
31
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
32
+ }
33
+ }
34
+ @-webkit-keyframes ld-float-px {
35
+ 0%, 100% {
36
+ animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
37
+ }
38
+ 50% {
39
+ animation-timing-function: linear;
40
+ }
41
+ 0% {
42
+ -webkit-transform: translate(0, 0);
43
+ transform: translate(0, 0);
44
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
45
+ }
46
+ 30% {
47
+ -webkit-transform: translate(0, -10px);
48
+ transform: translate(0, -10px);
49
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
50
+ }
51
+ 50% {
52
+ -webkit-transform: translate(0, -10px);
53
+ transform: translate(0, -10px);
54
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
55
+ }
56
+ 100% {
57
+ -webkit-transform: translate(0, 0);
58
+ transform: translate(0, 0);
59
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
60
+ }
61
+ }
62
+ .ld.ld-float-px {
63
+ -webkit-animation: ld-float-px 1s infinite;
64
+ animation: ld-float-px 1s infinite;
65
+ }
66
+ </style></svg></svg>
images/svg/cloud-storage.svg ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-yfl4lz" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:#333}.st1,.st2{stroke-width:3.5;stroke-miterlimit:10}.st1{fill:url(#SVGID_1_);stroke:#333}.st2{opacity:.5;stroke:#000}.st3{fill:#666766;stroke:#333}.st3,.st4,.st5{stroke-width:3.5;stroke-miterlimit:10}.st4{opacity:.5;stroke-linejoin:round;stroke:#000}.st5{fill:none;stroke:#333;stroke-linecap:round}.st6{opacity:.5}.st7,.st8{stroke:#333;stroke-width:3.5}.st7{stroke-miterlimit:10;fill:none}.st8{fill:#849b87}.st10,.st11,.st8,.st9{stroke-miterlimit:10}.st9{opacity:.2;stroke-width:3.5;stroke-linejoin:round;stroke:#000}.st10,.st11{stroke:#333}.st10{stroke-width:3.5;fill:#e15c64}.st11{fill:#fff}.st11,.st12,.st13{stroke-width:3.5}.st12{opacity:.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke:#000}.st13{fill:#acbd81;stroke:#333}.st13,.st14,.st15,.st16{stroke-miterlimit:10}.st14{fill:#e0e0e0;stroke:#333;stroke-width:5.6375}.st15,.st16{stroke-width:5.638;stroke-linejoin:round}.st15{fill:#f0d848;stroke:#333}.st16{opacity:.2;stroke:#000;stroke-linecap:round}.st17,.st18,.st19{fill:#f4e6c8;stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st18,.st19{stroke:#fff;stroke-linecap:round}.st19{stroke:#f47e5f}.st20{fill:#acbd81}.st21{fill:#e0e0e0;stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st22{fill:#b92025}.st23,.st24{fill:none;stroke:#333;stroke-width:9;stroke-linecap:round;stroke-miterlimit:10}.st24{stroke-width:6}.st25{fill:#a0c8d7}.st26{opacity:.2}.st27,.st28{stroke-width:3.5}.st27{opacity:.2;stroke:#000;stroke-miterlimit:10}.st28{fill-rule:evenodd;clip-rule:evenodd;fill:#ffdc6e}.st28,.st29,.st30{stroke:#333;stroke-miterlimit:10}.st29{stroke-linecap:round;fill:none;stroke-width:2.8104}.st30{fill:#fff;stroke-width:3.7002}.st31,.st32{fill-rule:evenodd;clip-rule:evenodd;stroke-width:3.5}.st31{fill:none;stroke-linecap:round;stroke-miterlimit:10;stroke:#fff}.st32{opacity:.2;stroke:#000;stroke-linejoin:round}.st32,.st33,.st34,.st35{stroke-miterlimit:10}.st33{fill:#849b87;stroke:#333;stroke-width:3.7002}.st34,.st35{stroke-width:3.7}.st34{fill:#849b87;stroke-linecap:round;stroke:#fff}.st35{opacity:.2;stroke:#000}.st36{fill:#e0e0e0}.st37{fill:#fff}.st38,.st39{fill:#acbd81;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st39{fill:none}.st40{fill:#f4e6c8}.st41{fill:#acbd81;stroke:#fff;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st42{fill:#67503b}.st43{fill:#a0c8d7;stroke:#333}.st43,.st44,.st45,.st46,.st47,.st48,.st49{stroke-width:3.5;stroke-miterlimit:10}.st44{stroke-linecap:round;fill:#a0c8d7;stroke:#fff}.st45,.st46,.st47,.st48,.st49{fill:#f47e5f;stroke:#333}.st46,.st47,.st48,.st49{fill:none;stroke:#fff;stroke-linecap:round}.st47,.st48,.st49{fill:#e0e0e0;stroke:#333}.st48,.st49{fill:#fff}.st49{fill:#e0e0e0;stroke:#fff}.st50{fill:#fcdc4f}.st51{fill:#407cae}.st52{fill:none}.st53{fill:#fefefe}.st54{fill:none;stroke:#a0c8d7;stroke-width:3.5;stroke-miterlimit:10}.st55,.st56{stroke-linecap:round}.st55{stroke:#fff;stroke-width:2.5;stroke-miterlimit:10;fill:none}.st56{fill:#f4e6c8}.st56,.st57,.st58{stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st57{stroke-linecap:round;fill:#f47e5f}.st58{fill:#f7b26a}.st59{fill:#849b87}.st60{fill:#e15c64}.st61,.st62,.st63,.st64{fill:none;stroke:#fff;stroke-width:2.1185;stroke-miterlimit:10}.st62,.st63,.st64{stroke-width:2.3545}.st63,.st64{fill:#fff}.st64{fill:#f4e6c8;stroke:#333;stroke-width:5.6375}.st65{fill:#c33837;stroke:#333;stroke-width:5.638;stroke-linecap:round;stroke-linejoin:round}.st65,.st66,.st67,.st68{stroke-miterlimit:10}.st66{opacity:.2;stroke:#000;stroke-linejoin:round;stroke-width:5.638}.st67,.st68{stroke-width:3.5}.st67{fill:#f47e5f;stroke-linecap:round;stroke:#fff}.st68{stroke:#333}.st69{fill:#070404}.st70{fill:#c42026}.st71{fill:#010101}.st72{opacity:.4}.st73{fill:#666766}.st74,.st75,.st76,.st77{fill:none;stroke-miterlimit:10}.st74{stroke:#fff;stroke-linecap:round;stroke-width:3}.st75,.st76,.st77{stroke-width:3.5}.st75{stroke-linejoin:round;stroke:#333}.st76,.st77{stroke:#e0e0e0}.st77{stroke:#e15c64}.st78{fill:none;stroke:#77a4bd}.st78,.st79,.st80{stroke-width:3.5;stroke-miterlimit:10}.st79{stroke-linejoin:round;fill:none;stroke:#f4e6c8}.st80{fill:#acbd81;stroke:#fff;stroke-linecap:round}.st81{stroke:#333434;stroke-linejoin:round}.st81,.st82,.st83{fill:#77a4bd;stroke-width:3.5;stroke-miterlimit:10}.st82{stroke-linejoin:round;stroke:#fff}.st83{stroke:#e0e0e0}.st83,.st84,.st85,.st86{stroke-linejoin:round}.st84{fill:none;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10;stroke:#e0e0e0}.st85,.st86{stroke:#333}.st85{stroke-width:3.5;stroke-miterlimit:10;fill:#e0e0e0}.st86{fill:#e15c64}.st86,.st87,.st88,.st89,.st90,.st91{stroke-width:3.5;stroke-miterlimit:10}.st87{fill:#f7b26a;stroke-linecap:round;stroke:#fff}.st88,.st89,.st90,.st91{stroke:#000}.st89,.st90,.st91{fill-rule:evenodd;clip-rule:evenodd;fill:#fff;stroke:#333}.st90,.st91{fill:#e0e0e0}.st91{fill:none;stroke:#fff;stroke-linejoin:round}.st91,.st92,.st93{stroke-linecap:round}.st92{stroke-width:3.5;stroke-linejoin:round;stroke-miterlimit:10;fill:none;stroke:#fff}.st93{fill:#67503b;stroke:#333}.st93,.st94,.st95,.st96{stroke-width:3.5;stroke-miterlimit:10}.st94{stroke-linecap:round;fill:#67503b;stroke:#fff}.st95,.st96{fill:#333;stroke:#333}.st96{fill:url(#SVGID_2_)}.st97{fill:#f47e5f}.st98,.st99{stroke-miterlimit:10}.st98{opacity:.2;stroke-width:3.5;stroke-linecap:round;stroke:#000}.st99{fill:#fff;stroke:#333}.st100{opacity:.3}.st101{stroke:#333;stroke-miterlimit:10}.st102{fill:#e6e6e6}</style><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.986111s; animation-direction: normal;"><path class="st89" d="M77.853,48.935c0.625-1.971,0.965-4.069,0.965-6.247c0-11.402-9.243-20.645-20.645-20.645 c-7.9,0-14.76,4.439-18.231,10.957c-1.305-0.411-2.693-0.634-4.134-0.634c-7.601,0-13.763,6.162-13.763,13.763 c0,0.952,0.097,1.881,0.281,2.779C15.343,50.014,10,56.041,10,63.333c0,8.076,6.547,14.624,14.624,14.624h50.753 C83.453,77.957,90,71.41,90,63.333C90,56.103,84.747,50.113,77.853,48.935z" fill="rgb(255, 255, 255)" stroke="rgb(51, 51, 51)" style="fill: rgb(255, 255, 255); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.972222s; animation-direction: normal;"><path class="st52" d="M14.437,66.899c-0.127-0.232-0.279-0.431-0.455-0.6c-0.176-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.218,0-0.419,0.048-0.613,0.113c0.216,1.073,0.577,2.091,1.043,3.05l1.704-1.26 C14.669,67.387,14.564,67.13,14.437,66.899z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.958333s; animation-direction: normal;"><path class="st52" d="M51.695,53.722c-0.127-0.232-0.279-0.431-0.455-0.6c-0.177-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 c-0.215,0.361-0.381,0.808-0.496,1.34s-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513s0.013,0.336,0.029,0.496 l4.574-3.383C51.926,54.21,51.822,53.954,51.695,53.722z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.944444s; animation-direction: normal;"><path class="st52" d="M84.659,56.866c0,0.171,0.001,0.342,0.004,0.513c0.003,0.171,0.013,0.336,0.029,0.496l1.676-1.24 c-0.42-0.689-0.906-1.333-1.446-1.93c-0.032,0.101-0.065,0.199-0.09,0.312C84.717,55.55,84.659,56.165,84.659,56.866z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.930556s; animation-direction: normal;"><path class="st52" d="M15.071,69.584c-0.015-0.185-0.029-0.366-0.046-0.542l-1.361,1.011c0.38,0.617,0.807,1.2,1.282,1.743 c0.092-0.488,0.145-1.032,0.145-1.654C15.091,69.954,15.083,69.768,15.071,69.584z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.916667s; animation-direction: normal;"><path class="st52" d="M52.282,55.865l-4.574,3.4c0.083,0.287,0.188,0.551,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406s0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273c0.307-0.182,0.567-0.452,0.782-0.811 c0.215-0.358,0.38-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558 C52.313,56.222,52.299,56.041,52.282,55.865z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.902778s; animation-direction: normal;"><path class="st52" d="M61.009,66.899c-0.127-0.232-0.279-0.431-0.455-0.6c-0.177-0.167-0.378-0.299-0.604-0.392 s-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815s-0.38,0.808-0.496,1.34 c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513s0.013,0.336,0.029,0.496l4.574-3.383 C61.241,67.387,61.136,67.13,61.009,66.899z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.888889s; animation-direction: normal;"><path class="st52" d="M13.639,60.96c0.307-0.182,0.567-0.452,0.782-0.811s0.38-0.803,0.496-1.336 c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558c-0.015-0.185-0.029-0.366-0.046-0.542l-1.673,1.243 c-0.678,1.231-1.164,2.58-1.41,4.012c0.203,0.07,0.425,0.113,0.675,0.113C12.992,61.233,13.333,61.142,13.639,60.96z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.875s; animation-direction: normal;"><path class="st52" d="M51.695,40.546c-0.127-0.232-0.279-0.431-0.455-0.6c-0.177-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 s-0.381,0.808-0.496,1.34s-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513s0.013,0.336,0.029,0.496l4.574-3.383 C51.926,41.034,51.822,40.778,51.695,40.546z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.861111s; animation-direction: normal;"><path class="st52" d="M52.282,42.688l-4.574,3.4c0.083,0.287,0.188,0.551,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406c0.229,0.096,0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273 c0.307-0.182,0.567-0.452,0.782-0.811c0.215-0.358,0.38-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848 c0-0.188-0.007-0.373-0.02-0.558C52.313,43.046,52.299,42.865,52.282,42.688z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.847222s; animation-direction: normal;"><path class="st52" d="M61.596,69.041l-4.574,3.4c0.083,0.287,0.188,0.552,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406c0.229,0.096,0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273 c0.307-0.182,0.567-0.452,0.782-0.811c0.215-0.358,0.38-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848 c0-0.188-0.007-0.373-0.02-0.558C61.628,69.399,61.613,69.218,61.596,69.041z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.833333s; animation-direction: normal;"><path class="st52" d="M33.066,40.546c-0.127-0.232-0.278-0.431-0.455-0.6c-0.176-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 c-0.215,0.361-0.381,0.808-0.496,1.34c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513 s0.013,0.336,0.029,0.496l4.574-3.383C33.298,41.034,33.193,40.778,33.066,40.546z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.819444s; animation-direction: normal;"><path class="st52" d="M33.653,42.688l-4.574,3.4c0.083,0.287,0.188,0.551,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406c0.229,0.096,0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273 c0.307-0.182,0.567-0.452,0.782-0.811c0.215-0.358,0.381-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848 c0-0.188-0.007-0.373-0.02-0.558C33.685,43.046,33.67,42.865,33.653,42.688z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.805556s; animation-direction: normal;"><path class="st52" d="M42.968,69.041l-4.574,3.4c0.083,0.287,0.188,0.552,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406s0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273c0.307-0.182,0.567-0.452,0.782-0.811 c0.215-0.358,0.381-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558 C42.999,69.399,42.984,69.218,42.968,69.041z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.791667s; animation-direction: normal;"><path class="st52" d="M33.066,53.722c-0.127-0.232-0.278-0.431-0.455-0.6c-0.176-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 c-0.215,0.361-0.381,0.808-0.496,1.34c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513 s0.013,0.336,0.029,0.496l4.574-3.383C33.298,54.21,33.193,53.954,33.066,53.722z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.777778s; animation-direction: normal;"><path class="st52" d="M33.653,55.865l-4.574,3.4c0.083,0.287,0.188,0.551,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406s0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273c0.307-0.182,0.567-0.452,0.782-0.811 c0.215-0.358,0.381-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558 C33.685,56.222,33.67,56.041,33.653,55.865z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.763889s; animation-direction: normal;"><path class="st52" d="M23.752,66.899c-0.127-0.232-0.279-0.431-0.455-0.6c-0.176-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 c-0.215,0.361-0.38,0.808-0.496,1.34c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513 s0.013,0.336,0.029,0.496l4.574-3.383C23.983,67.387,23.878,67.13,23.752,66.899z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.75s; animation-direction: normal;"><path class="st52" d="M24.339,69.041l-4.574,3.4c0.083,0.287,0.188,0.552,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406c0.229,0.096,0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273 c0.307-0.182,0.567-0.452,0.782-0.811s0.381-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558 C24.37,69.399,24.356,69.218,24.339,69.041z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.736111s; animation-direction: normal;"><path class="st52" d="M42.38,66.899c-0.127-0.232-0.279-0.431-0.455-0.6c-0.176-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 c-0.215,0.361-0.381,0.808-0.496,1.34c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513 s0.013,0.336,0.029,0.496l4.574-3.383C42.612,67.387,42.507,67.13,42.38,66.899z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.722222s; animation-direction: normal;"><path class="st52" d="M80.225,55.865l-4.574,3.4c0.083,0.287,0.188,0.551,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406c0.229,0.096,0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273 c0.307-0.182,0.567-0.452,0.782-0.811s0.38-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558 C80.256,56.222,80.242,56.041,80.225,55.865z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.708333s; animation-direction: normal;"><path class="st52" d="M79.638,53.722c-0.127-0.232-0.279-0.431-0.455-0.6c-0.176-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 c-0.215,0.361-0.38,0.808-0.496,1.34c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513 c0.003,0.171,0.013,0.336,0.029,0.496l4.574-3.383C79.869,54.21,79.765,53.954,79.638,53.722z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.694444s; animation-direction: normal;"><path class="st52" d="M47.435,31.522l4.574-3.383c-0.083-0.281-0.188-0.538-0.314-0.769s-0.279-0.431-0.455-0.6 c-0.177-0.167-0.378-0.299-0.604-0.392c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273 c-0.307,0.182-0.567,0.454-0.782,0.815s-0.381,0.808-0.496,1.34s-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513 S47.418,31.362,47.435,31.522z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.680556s; animation-direction: normal;"><path class="st52" d="M80.225,69.041l-4.574,3.4c0.083,0.287,0.188,0.552,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406c0.229,0.096,0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273 c0.307-0.182,0.567-0.452,0.782-0.811s0.38-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558 C80.256,69.399,80.242,69.218,80.225,69.041z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.666667s; animation-direction: normal;"><path class="st52" d="M84.121,67.668l-0.529-1.224l3.441-1.812h1.151c0.043-0.427,0.066-0.861,0.066-1.299 c0-0.356-0.019-0.707-0.047-1.056c-0.354,0.11-0.728,0.189-1.154,0.189c-0.579,0-1.106-0.109-1.58-0.327 c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267c0.093-0.377,0.222-0.71,0.367-1.026c-1.727-1.498-3.866-2.553-6.264-2.963l-1.98-0.338 l0.456-1.437c-0.419-0.216-0.789-0.517-1.094-0.927c-0.336-0.452-0.596-1.028-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 c0.129-0.069,0.275-0.109,0.418-0.154c-0.24-1.035-0.552-2.042-0.955-3.005c-0.245-0.178-0.476-0.379-0.671-0.641 c-0.336-0.452-0.596-1.029-0.778-1.729c-0.043-0.167-0.069-0.359-0.097-0.546c-1.179-1.833-2.665-3.444-4.386-4.772v6.89h2.415v1.34 h-6.791v-1.34h2.779v-7.892l-2.589,1.406l-0.529-1.224l1.886-0.993c-2.602-1.352-5.548-2.129-8.677-2.129 c-2.478,0-4.877,0.491-7.092,1.388c0.156,0.043,0.313,0.083,0.458,0.149c0.474,0.219,0.88,0.555,1.216,1.009 c0.336,0.456,0.596,1.033,0.778,1.733c0.182,0.7,0.273,1.53,0.273,2.49c0,0.827-0.083,1.582-0.248,2.262 c-0.165,0.682-0.416,1.267-0.753,1.754c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.085,0.401-1.758,0.401 c-0.579,0-1.106-0.109-1.58-0.327c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729 c-0.182-0.7-0.273-1.53-0.273-2.49c0-0.827,0.084-1.583,0.252-2.267c0.027-0.11,0.065-0.207,0.101-0.307 c-1.819,1.471-3.371,3.295-4.564,5.4v1.234h2.415v1.34h-6.791v-1.34h1.892c-1.116-0.334-2.273-0.508-3.444-0.508 c-0.485,0-0.96,0.037-1.43,0.093c-0.064,0.127-0.125,0.257-0.202,0.369c-0.336,0.489-0.755,0.867-1.253,1.134 c-0.5,0.267-1.085,0.401-1.758,0.401c-0.543,0-1.036-0.105-1.487-0.297c-3.516,2.098-5.884,5.929-5.884,10.313 c0,0.56,0.053,1.118,0.13,1.672h1.599v1.34h-1.365l0.247,1.21l-1.807,0.286c-2.53,0.401-4.773,1.514-6.56,3.106 c0.086,0.216,0.171,0.433,0.236,0.683c0.182,0.7,0.273,1.53,0.273,2.49c0,0.827-0.083,1.582-0.248,2.262 c-0.165,0.682-0.416,1.267-0.753,1.754c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.086,0.401-1.758,0.401 c-0.26,0-0.504-0.032-0.742-0.077c-0.022,0.312-0.042,0.626-0.042,0.944c0,0.439,0.023,0.872,0.066,1.299 c0.278-0.061,0.569-0.099,0.884-0.099c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009 c0.336,0.456,0.596,1.033,0.778,1.733c0.182,0.7,0.273,1.53,0.273,2.49c0,0.827-0.083,1.582-0.248,2.262 c-0.052,0.216-0.126,0.408-0.198,0.602c2.273,2.016,5.253,3.251,8.523,3.251h50.752c4.894,0,9.157-2.746,11.334-6.777v-3.168 L84.121,67.668z M21.833,51.456h1.274v9.521h2.415v1.34h-6.791v-1.34h2.779v-7.892l-2.589,1.406l-0.529-1.224L21.833,51.456z M25.613,72.354c-0.165,0.682-0.416,1.267-0.753,1.754c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.085,0.401-1.758,0.401 c-0.579,0-1.106-0.109-1.58-0.327c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729 c-0.182-0.7-0.273-1.53-0.273-2.49c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758 c0.333-0.487,0.751-0.865,1.253-1.132s1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009 c0.336,0.456,0.596,1.033,0.778,1.733c0.182,0.7,0.273,1.53,0.273,2.49C25.861,70.919,25.778,71.674,25.613,72.354z M34.836,75.494 h-6.791v-1.34h2.779v-7.892l-2.589,1.406l-0.529-1.224l3.441-1.812h1.274v9.521h2.415V75.494z M34.927,59.177 c-0.165,0.682-0.416,1.267-0.753,1.754c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.085,0.401-1.758,0.401 c-0.579,0-1.106-0.109-1.58-0.327c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729 s-0.273-1.53-0.273-2.49c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 s1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009c0.336,0.456,0.596,1.033,0.778,1.733 c0.182,0.7,0.273,1.53,0.273,2.49C35.175,57.743,35.093,58.497,34.927,59.177z M34.927,46.001c-0.165,0.682-0.416,1.267-0.753,1.754 c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.085,0.401-1.758,0.401c-0.579,0-1.106-0.109-1.58-0.327 c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.028-0.778-1.729s-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 c0.502-0.267,1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009 c0.336,0.456,0.596,1.033,0.778,1.733s0.273,1.53,0.273,2.49C35.175,44.566,35.093,45.321,34.927,46.001z M40.461,38.279h1.274V47.8 h2.415v1.34h-6.791V47.8h2.779v-7.892l-2.589,1.406l-0.529-1.224L40.461,38.279z M40.461,51.456h1.274v9.521h2.415v1.34h-6.791 v-1.34h2.779v-7.892l-2.589,1.406l-0.529-1.224L40.461,51.456z M44.242,72.354c-0.165,0.682-0.416,1.267-0.753,1.754 c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.085,0.401-1.758,0.401c-0.579,0-1.106-0.109-1.58-0.327 c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 s1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009c0.336,0.456,0.596,1.033,0.778,1.733 s0.273,1.53,0.273,2.49C44.49,70.919,44.407,71.674,44.242,72.354z M53.465,75.494h-6.791v-1.34h2.779v-7.892l-2.589,1.406 l-0.529-1.224l3.441-1.812h1.274v9.521h2.415V75.494z M53.556,59.177c-0.165,0.682-0.416,1.267-0.753,1.754 c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.085,0.401-1.758,0.401c-0.579,0-1.106-0.109-1.58-0.327 c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 s1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009c0.336,0.456,0.596,1.033,0.778,1.733 c0.182,0.7,0.273,1.53,0.273,2.49C53.804,57.743,53.721,58.497,53.556,59.177z M53.556,46.001c-0.165,0.682-0.416,1.267-0.753,1.754 c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.085,0.401-1.758,0.401c-0.579,0-1.106-0.109-1.58-0.327 c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.028-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 c0.502-0.267,1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009 c0.336,0.456,0.596,1.033,0.778,1.733c0.182,0.7,0.273,1.53,0.273,2.49C53.804,44.566,53.721,45.321,53.556,46.001z M62.87,72.354 c-0.165,0.682-0.416,1.267-0.753,1.754c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.086,0.401-1.758,0.401 c-0.579,0-1.106-0.109-1.58-0.327c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729 c-0.182-0.7-0.273-1.53-0.273-2.49c0-0.827,0.084-1.583,0.252-2.267s0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 s1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009c0.336,0.456,0.596,1.033,0.778,1.733 c0.182,0.7,0.273,1.53,0.273,2.49C63.118,70.919,63.036,71.674,62.87,72.354z M62.779,47.8v1.34h-6.791V47.8h2.779v-7.892 l-2.589,1.406l-0.529-1.224l3.441-1.812h1.274V47.8H62.779z M59.09,51.456h1.274v9.521h2.415v1.34h-6.791v-1.34h2.779v-7.892 l-2.589,1.406l-0.529-1.224L59.09,51.456z M62.87,32.824c-0.165,0.682-0.416,1.267-0.753,1.754 c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.086,0.401-1.758,0.401c-0.579,0-1.106-0.109-1.58-0.327 c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267s0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132s1.086-0.402,1.754-0.402 c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009c0.336,0.456,0.596,1.033,0.778,1.733 c0.182,0.7,0.273,1.53,0.273,2.49C63.118,31.39,63.036,32.144,62.87,32.824z M72.094,75.494h-6.791v-1.34h2.779v-7.892l-2.589,1.406 l-0.529-1.224l3.441-1.812h1.274v9.521h2.415V75.494z M72.094,62.317h-6.791v-1.34h2.779v-7.892l-2.589,1.406l-0.529-1.224 l3.441-1.812h1.274v9.521h2.415V62.317z M72.094,49.141h-6.791V47.8h2.779v-7.892l-2.589,1.406l-0.529-1.224l3.441-1.812h1.274V47.8 h2.415V49.141z M81.499,72.354c-0.165,0.682-0.416,1.267-0.753,1.754c-0.336,0.489-0.755,0.867-1.253,1.134 c-0.5,0.267-1.086,0.401-1.758,0.401c-0.579,0-1.106-0.109-1.58-0.327c-0.474-0.217-0.88-0.552-1.216-1.005 c-0.336-0.452-0.596-1.029-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49c0-0.827,0.084-1.583,0.252-2.267s0.419-1.269,0.754-1.758 c0.333-0.487,0.751-0.865,1.253-1.132c0.502-0.267,1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326 c0.474,0.219,0.88,0.555,1.216,1.009c0.336,0.456,0.596,1.033,0.778,1.733c0.182,0.7,0.273,1.53,0.273,2.49 C81.747,70.919,81.664,71.674,81.499,72.354z M81.499,59.177c-0.165,0.682-0.416,1.267-0.753,1.754 c-0.336,0.489-0.755,0.867-1.253,1.134c-0.5,0.267-1.086,0.401-1.758,0.401c-0.579,0-1.106-0.109-1.58-0.327 c-0.474-0.217-0.88-0.552-1.216-1.005c-0.336-0.452-0.596-1.029-0.778-1.729c-0.182-0.7-0.273-1.53-0.273-2.49 c0-0.827,0.084-1.583,0.252-2.267c0.168-0.684,0.419-1.269,0.754-1.758c0.333-0.487,0.751-0.865,1.253-1.132 c0.502-0.267,1.086-0.402,1.754-0.402c0.579,0,1.106,0.109,1.58,0.326c0.474,0.219,0.88,0.555,1.216,1.009 c0.336,0.456,0.596,1.033,0.778,1.733c0.182,0.7,0.273,1.53,0.273,2.49C81.747,57.743,81.664,58.497,81.499,59.177z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.652778s; animation-direction: normal;"><path class="st52" d="M85.279,60.059c0.127,0.243,0.279,0.451,0.459,0.624c0.179,0.175,0.383,0.31,0.612,0.406 c0.229,0.096,0.49,0.144,0.782,0.144c0.331,0,0.631-0.083,0.908-0.226c-0.207-1.139-0.566-2.228-1.054-3.245l-2.021,1.502 C85.048,59.551,85.152,59.816,85.279,60.059z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.638889s; animation-direction: normal;"><path class="st52" d="M79.638,66.899c-0.127-0.232-0.279-0.431-0.455-0.6c-0.176-0.167-0.378-0.299-0.604-0.392 c-0.226-0.094-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815 s-0.38,0.808-0.496,1.34c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513 c0.003,0.171,0.013,0.336,0.029,0.496l4.574-3.383C79.869,67.387,79.765,67.13,79.638,66.899z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.625s; animation-direction: normal;"><path class="st52" d="M48.022,33.706c0.127,0.243,0.279,0.451,0.459,0.624c0.179,0.175,0.383,0.31,0.612,0.406 s0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273c0.307-0.182,0.567-0.452,0.782-0.811c0.215-0.358,0.38-0.803,0.496-1.336 c0.116-0.531,0.174-1.148,0.174-1.848c0-0.188-0.007-0.373-0.02-0.558c-0.015-0.185-0.029-0.366-0.046-0.542l-4.574,3.4 C47.79,33.198,47.895,33.463,48.022,33.706z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.611111s; animation-direction: normal;"><path class="st52" d="M76.015,40.501c-0.215,0.361-0.38,0.808-0.496,1.34c-0.116,0.532-0.174,1.148-0.174,1.848 c0,0.171,0.001,0.342,0.004,0.513c0.003,0.171,0.013,0.336,0.029,0.496l1.66-1.228c0.011-0.261,0.03-0.521,0.03-0.783 c0-1.025-0.105-2.024-0.263-3.006c-0.003,0.001-0.006,0.002-0.008,0.003C76.49,39.868,76.23,40.14,76.015,40.501z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.597222s; animation-direction: normal;"><path class="st52" d="M61.596,29.512l-4.574,3.4c0.083,0.287,0.188,0.551,0.314,0.794c0.127,0.243,0.279,0.451,0.459,0.624 c0.179,0.175,0.383,0.31,0.612,0.406c0.229,0.096,0.49,0.144,0.782,0.144c0.375,0,0.716-0.091,1.021-0.273 c0.307-0.182,0.567-0.452,0.782-0.811c0.215-0.358,0.38-0.803,0.496-1.336c0.116-0.531,0.174-1.148,0.174-1.848 c0-0.188-0.007-0.373-0.02-0.558C61.628,29.869,61.613,29.688,61.596,29.512z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.583333s; animation-direction: normal;"><path class="st52" d="M61.009,27.369c-0.127-0.232-0.279-0.431-0.455-0.6c-0.177-0.167-0.378-0.299-0.604-0.392 s-0.48-0.141-0.761-0.141c-0.375,0-0.716,0.091-1.021,0.273c-0.307,0.182-0.567,0.454-0.782,0.815s-0.38,0.808-0.496,1.34 c-0.116,0.532-0.174,1.148-0.174,1.848c0,0.171,0.001,0.342,0.004,0.513s0.013,0.336,0.029,0.496l4.574-3.383 C61.241,27.857,61.136,27.601,61.009,27.369z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.569444s; animation-direction: normal;"><path class="st52" d="M75.965,46.882c0.127,0.243,0.279,0.451,0.459,0.624c0.002,0.002,0.005,0.004,0.007,0.006 c0.204-0.773,0.359-1.556,0.464-2.348l-1.244,0.924C75.733,46.375,75.838,46.64,75.965,46.882z"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.555556s; animation-direction: normal;"><path class="st25" d="M32.922,35.712c0.498-0.267,0.916-0.645,1.253-1.134c0.077-0.112,0.138-0.242,0.202-0.369 c-1.702,0.203-3.292,0.767-4.7,1.607c0.451,0.192,0.944,0.297,1.487,0.297C31.836,36.113,32.422,35.979,32.922,35.712z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.541667s; animation-direction: normal;"><path class="st25" d="M37.359,35.964h6.791v-1.34h-2.415V33.39c-0.082,0.145-0.171,0.285-0.25,0.433l-0.683,1.283l-1.387-0.436 c-0.054-0.017-0.11-0.029-0.164-0.045h-1.892V35.964z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.527778s; animation-direction: normal;"><path class="st25" d="M45.946,30.562c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729 c0.336,0.452,0.742,0.788,1.216,1.005c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401 c0.498-0.267,0.916-0.645,1.253-1.134c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262 c0-0.96-0.091-1.789-0.273-2.49c-0.182-0.7-0.441-1.278-0.778-1.733c-0.336-0.454-0.742-0.79-1.216-1.009 c-0.145-0.066-0.302-0.107-0.458-0.149c-1.723,0.698-3.335,1.64-4.781,2.809c-0.036,0.1-0.074,0.196-0.101,0.307 C46.029,28.98,45.946,29.735,45.946,30.562z M52.282,29.512c0.017,0.176,0.031,0.358,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 c0,0.7-0.058,1.317-0.174,1.848c-0.116,0.533-0.281,0.978-0.496,1.336c-0.215,0.358-0.475,0.629-0.782,0.811 c-0.305,0.182-0.646,0.273-1.021,0.273c-0.292,0-0.553-0.048-0.782-0.144s-0.433-0.232-0.612-0.406 c-0.179-0.173-0.332-0.381-0.459-0.624c-0.127-0.243-0.232-0.507-0.314-0.794L52.282,29.512z M47.575,28.664 c0.116-0.532,0.281-0.979,0.496-1.34s0.475-0.633,0.782-0.815c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141 c0.226,0.094,0.427,0.225,0.604,0.392c0.176,0.169,0.328,0.369,0.455,0.6s0.232,0.488,0.314,0.769l-4.574,3.383 c-0.017-0.16-0.027-0.325-0.029-0.496s-0.004-0.342-0.004-0.513C47.401,29.812,47.459,29.197,47.575,28.664z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.513889s; animation-direction: normal;"><path class="st25" d="M62.068,26.339c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402s-0.92,0.645-1.253,1.132c-0.335,0.489-0.585,1.074-0.754,1.758s-0.252,1.439-0.252,2.267 c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729c0.336,0.452,0.742,0.788,1.216,1.005 c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401c0.498-0.267,0.916-0.645,1.253-1.134 c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262c0-0.96-0.091-1.789-0.273-2.49 C62.663,27.372,62.404,26.795,62.068,26.339z M56.749,31.522c-0.017-0.16-0.027-0.325-0.029-0.496s-0.004-0.342-0.004-0.513 c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34s0.475-0.633,0.782-0.815c0.305-0.182,0.646-0.273,1.021-0.273 c0.281,0,0.535,0.047,0.761,0.141s0.427,0.225,0.604,0.392c0.176,0.169,0.328,0.369,0.455,0.6s0.232,0.488,0.314,0.769 L56.749,31.522z M61.489,32.46c-0.116,0.533-0.281,0.978-0.496,1.336c-0.215,0.358-0.475,0.629-0.782,0.811 c-0.305,0.182-0.646,0.273-1.021,0.273c-0.292,0-0.553-0.048-0.782-0.144c-0.229-0.096-0.433-0.232-0.612-0.406 c-0.179-0.173-0.332-0.381-0.459-0.624c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4c0.017,0.176,0.031,0.358,0.046,0.542 c0.013,0.185,0.02,0.37,0.02,0.558C61.663,31.312,61.605,31.929,61.489,32.46z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.5s; animation-direction: normal;"><path class="st25" d="M65.492,28.139l2.589-1.406v7.892h-2.779v1.34h6.791v-1.34h-2.415v-6.89c-0.886-0.683-1.829-1.293-2.829-1.813 l-1.886,0.993L65.492,28.139z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.486111s; animation-direction: normal;"><path class="st25" d="M74.939,34.781c0.195,0.262,0.427,0.463,0.671,0.641c-0.428-1.023-0.953-1.993-1.546-2.916 c0.029,0.187,0.054,0.38,0.097,0.546C74.344,33.753,74.603,34.329,74.939,34.781z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.472222s; animation-direction: normal;"><path class="st25" d="M25.522,47.8h-1.599c0.035,0.253,0.064,0.508,0.115,0.757l0.119,0.583h1.365V47.8z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.458333s; animation-direction: normal;"><path class="st25" d="M34.125,39.516c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402c-0.502,0.268-0.92,0.645-1.253,1.132c-0.335,0.489-0.586,1.074-0.754,1.758 c-0.168,0.684-0.252,1.439-0.252,2.267c0,0.96,0.091,1.79,0.273,2.49s0.441,1.277,0.778,1.729c0.336,0.452,0.742,0.788,1.216,1.005 c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401c0.498-0.267,0.916-0.645,1.253-1.134 c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262c0-0.96-0.091-1.789-0.273-2.49 S34.461,39.971,34.125,39.516z M28.806,44.698c-0.017-0.16-0.027-0.325-0.029-0.496s-0.004-0.342-0.004-0.513 c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34c0.215-0.361,0.475-0.633,0.782-0.815 c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141c0.226,0.094,0.427,0.225,0.604,0.392 c0.177,0.169,0.328,0.369,0.455,0.6c0.127,0.232,0.232,0.488,0.314,0.769L28.806,44.698z M33.546,45.637 c-0.116,0.533-0.281,0.978-0.496,1.336c-0.215,0.358-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273 c-0.292,0-0.553-0.048-0.782-0.144c-0.229-0.097-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624 c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4c0.017,0.177,0.031,0.358,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 C33.719,44.489,33.662,45.106,33.546,45.637z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.444444s; animation-direction: normal;"><polygon class="st25" points="40.139,39.909 40.139,47.8 37.359,47.8 37.359,49.141 44.151,49.141 44.151,47.8 41.735,47.8 41.735,38.279 40.461,38.279 37.02,40.091 37.549,41.315 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.430556s; animation-direction: normal;"><path class="st25" d="M52.753,39.516c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402c-0.502,0.268-0.92,0.645-1.253,1.132c-0.335,0.489-0.585,1.074-0.754,1.758 c-0.168,0.684-0.252,1.439-0.252,2.267c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729 c0.336,0.452,0.742,0.788,1.216,1.005c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401 c0.498-0.267,0.916-0.645,1.253-1.134c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262 c0-0.96-0.091-1.789-0.273-2.49C53.349,40.549,53.09,39.971,52.753,39.516z M47.435,44.698c-0.017-0.16-0.027-0.325-0.029-0.496 s-0.004-0.342-0.004-0.513c0-0.7,0.058-1.316,0.174-1.848s0.281-0.979,0.496-1.34s0.475-0.633,0.782-0.815 c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141c0.226,0.094,0.427,0.225,0.604,0.392 c0.176,0.169,0.328,0.369,0.455,0.6s0.232,0.488,0.314,0.769L47.435,44.698z M52.174,45.637c-0.116,0.533-0.281,0.978-0.496,1.336 c-0.215,0.358-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273c-0.292,0-0.553-0.048-0.782-0.144 c-0.229-0.097-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4 c0.017,0.177,0.031,0.358,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558C52.348,44.489,52.29,45.106,52.174,45.637z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.416667s; animation-direction: normal;"><polygon class="st25" points="59.09,38.279 55.649,40.091 56.178,41.315 58.767,39.909 58.767,47.8 55.988,47.8 55.988,49.141 62.779,49.141 62.779,47.8 60.364,47.8 60.364,38.279 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.402778s; animation-direction: normal;"><polygon class="st25" points="69.678,38.279 68.404,38.279 64.963,40.091 65.492,41.315 68.082,39.909 68.082,47.8 65.302,47.8 65.302,49.141 72.094,49.141 72.094,47.8 69.678,47.8 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.388889s; animation-direction: normal;"><path class="st25" d="M74.894,39.714c-0.335,0.489-0.585,1.074-0.754,1.758c-0.168,0.684-0.252,1.439-0.252,2.267 c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729c0.305,0.41,0.675,0.711,1.094,0.927l0.152-0.478 c0.094-0.295,0.167-0.595,0.246-0.894c-0.002-0.002-0.005-0.004-0.007-0.006c-0.179-0.173-0.332-0.381-0.459-0.624 c-0.127-0.243-0.232-0.507-0.314-0.794l1.244-0.924c0.074-0.561,0.12-1.126,0.143-1.693l-1.66,1.228 c-0.017-0.16-0.027-0.325-0.029-0.496c-0.003-0.171-0.004-0.342-0.004-0.513c0-0.7,0.058-1.316,0.174-1.848 c0.116-0.532,0.281-0.979,0.496-1.34s0.475-0.633,0.782-0.815c0.003-0.002,0.006-0.002,0.008-0.003 c-0.068-0.423-0.144-0.842-0.24-1.255c-0.143,0.045-0.289,0.086-0.418,0.154C75.645,38.849,75.227,39.227,74.894,39.714z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.375s; animation-direction: normal;"><path class="st25" d="M14.293,62.065c0.498-0.267,0.916-0.645,1.253-1.134c0.336-0.487,0.587-1.072,0.753-1.754 c0.165-0.68,0.248-1.435,0.248-2.262c0-0.96-0.091-1.79-0.273-2.49c-0.065-0.249-0.15-0.467-0.236-0.683 c-1.079,0.961-1.987,2.097-2.686,3.365l1.673-1.243c0.017,0.176,0.031,0.357,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 c0,0.7-0.058,1.317-0.174,1.848c-0.116,0.533-0.281,0.978-0.496,1.336s-0.475,0.629-0.782,0.811 c-0.305,0.182-0.646,0.273-1.021,0.273c-0.25,0-0.472-0.042-0.675-0.113c-0.071,0.417-0.119,0.84-0.15,1.269 c0.239,0.044,0.483,0.077,0.742,0.077C13.208,62.466,13.793,62.332,14.293,62.065z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.361111s; animation-direction: normal;"><polygon class="st25" points="21.51,53.085 21.51,60.977 18.731,60.977 18.731,62.317 25.522,62.317 25.522,60.977 23.106,60.977 23.106,51.456 21.833,51.456 18.391,53.267 18.921,54.492 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.347222s; animation-direction: normal;"><path class="st25" d="M34.125,52.692c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402s-0.92,0.645-1.253,1.132c-0.335,0.489-0.586,1.074-0.754,1.758 c-0.168,0.684-0.252,1.439-0.252,2.267c0,0.96,0.091,1.789,0.273,2.49s0.441,1.277,0.778,1.729c0.336,0.452,0.742,0.788,1.216,1.005 c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401c0.498-0.267,0.916-0.645,1.253-1.134 c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262c0-0.96-0.091-1.79-0.273-2.49 C34.72,53.725,34.461,53.148,34.125,52.692z M28.806,57.875c-0.017-0.16-0.027-0.325-0.029-0.496s-0.004-0.342-0.004-0.513 c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34c0.215-0.361,0.475-0.633,0.782-0.815 c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141c0.226,0.094,0.427,0.225,0.604,0.392 c0.177,0.169,0.328,0.369,0.455,0.6c0.127,0.232,0.232,0.488,0.314,0.769L28.806,57.875z M33.546,58.813 c-0.116,0.533-0.281,0.978-0.496,1.336c-0.215,0.358-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273 c-0.292,0-0.553-0.048-0.782-0.144s-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624 c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4c0.017,0.176,0.031,0.357,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 C33.719,57.665,33.662,58.282,33.546,58.813z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.333333s; animation-direction: normal;"><polygon class="st25" points="40.139,53.085 40.139,60.977 37.359,60.977 37.359,62.317 44.151,62.317 44.151,60.977 41.735,60.977 41.735,51.456 40.461,51.456 37.02,53.267 37.549,54.492 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.319444s; animation-direction: normal;"><path class="st25" d="M52.753,52.692c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402s-0.92,0.645-1.253,1.132c-0.335,0.489-0.585,1.074-0.754,1.758 c-0.168,0.684-0.252,1.439-0.252,2.267c0,0.96,0.091,1.789,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729 c0.336,0.452,0.742,0.788,1.216,1.005c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401 c0.498-0.267,0.916-0.645,1.253-1.134c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262 c0-0.96-0.091-1.79-0.273-2.49C53.349,53.725,53.09,53.148,52.753,52.692z M47.435,57.875c-0.017-0.16-0.027-0.325-0.029-0.496 s-0.004-0.342-0.004-0.513c0-0.7,0.058-1.316,0.174-1.848s0.281-0.979,0.496-1.34c0.215-0.361,0.475-0.633,0.782-0.815 c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141c0.226,0.094,0.427,0.225,0.604,0.392 c0.176,0.169,0.328,0.369,0.455,0.6c0.127,0.232,0.232,0.488,0.314,0.769L47.435,57.875z M52.174,58.813 c-0.116,0.533-0.281,0.978-0.496,1.336c-0.215,0.358-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273 c-0.292,0-0.553-0.048-0.782-0.144s-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624 c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4c0.017,0.176,0.031,0.357,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 C52.348,57.665,52.29,58.282,52.174,58.813z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.305556s; animation-direction: normal;"><polygon class="st25" points="56.178,54.492 58.767,53.085 58.767,60.977 55.988,60.977 55.988,62.317 62.779,62.317 62.779,60.977 60.364,60.977 60.364,51.456 59.09,51.456 55.649,53.267 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.291667s; animation-direction: normal;"><polygon class="st25" points="69.678,51.456 68.404,51.456 64.963,53.267 65.492,54.492 68.082,53.085 68.082,60.977 65.302,60.977 65.302,62.317 72.094,62.317 72.094,60.977 69.678,60.977 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.277778s; animation-direction: normal;"><path class="st25" d="M80.697,52.692c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402c-0.502,0.267-0.92,0.645-1.253,1.132c-0.335,0.489-0.585,1.074-0.754,1.758 c-0.168,0.684-0.252,1.439-0.252,2.267c0,0.96,0.091,1.789,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729 c0.336,0.452,0.742,0.788,1.216,1.005c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401 c0.498-0.267,0.916-0.645,1.253-1.134c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262 c0-0.96-0.091-1.79-0.273-2.49C81.292,53.725,81.033,53.148,80.697,52.692z M75.378,57.875c-0.017-0.16-0.027-0.325-0.029-0.496 c-0.003-0.171-0.004-0.342-0.004-0.513c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34 c0.215-0.361,0.475-0.633,0.782-0.815c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141 c0.226,0.094,0.427,0.225,0.604,0.392c0.176,0.169,0.328,0.369,0.455,0.6c0.127,0.232,0.232,0.488,0.314,0.769L75.378,57.875z M80.117,58.813c-0.116,0.533-0.281,0.978-0.496,1.336s-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273 c-0.292,0-0.553-0.048-0.782-0.144c-0.229-0.096-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624 c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4c0.017,0.176,0.031,0.357,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 C80.291,57.665,80.233,58.282,80.117,58.813z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.263889s; animation-direction: normal;"><path class="st25" d="M83.203,56.915c0,0.96,0.091,1.789,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729 c0.336,0.452,0.742,0.788,1.216,1.005c0.474,0.218,1.001,0.327,1.58,0.327c0.425,0,0.8-0.078,1.154-0.189 c-0.035-0.429-0.087-0.853-0.163-1.27c-0.277,0.142-0.577,0.226-0.908,0.226c-0.292,0-0.553-0.048-0.782-0.144 c-0.229-0.096-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624c-0.127-0.243-0.232-0.507-0.314-0.794l2.021-1.502 c-0.186-0.388-0.395-0.762-0.618-1.127l-1.676,1.24c-0.017-0.16-0.027-0.325-0.029-0.496c-0.003-0.171-0.004-0.342-0.004-0.513 c0-0.7,0.058-1.316,0.174-1.848c0.025-0.113,0.058-0.211,0.09-0.312c-0.345-0.382-0.711-0.745-1.101-1.083 c-0.145,0.316-0.274,0.649-0.367,1.026C83.287,55.333,83.203,56.088,83.203,56.915z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.25s; animation-direction: normal;"><path class="st25" d="M16.547,70.092c0-0.96-0.091-1.789-0.273-2.49c-0.182-0.7-0.441-1.278-0.778-1.733 c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326c-0.315,0-0.607,0.039-0.884,0.099 c0.042,0.422,0.107,0.837,0.189,1.246c0.194-0.065,0.394-0.113,0.613-0.113c0.281,0,0.535,0.047,0.761,0.141 c0.226,0.094,0.427,0.225,0.604,0.392c0.176,0.169,0.328,0.369,0.455,0.6s0.232,0.488,0.314,0.769l-1.704,1.26 c0.187,0.386,0.393,0.761,0.616,1.124l1.361-1.011c0.017,0.176,0.031,0.358,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 c0,0.621-0.053,1.166-0.145,1.654c0.36,0.411,0.746,0.798,1.155,1.16c0.072-0.193,0.145-0.386,0.198-0.602 C16.464,71.674,16.547,70.919,16.547,70.092z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.236111s; animation-direction: normal;"><path class="st25" d="M24.81,65.869c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402s-0.92,0.645-1.253,1.132c-0.335,0.489-0.586,1.074-0.754,1.758 c-0.168,0.684-0.252,1.439-0.252,2.267c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729 c0.336,0.452,0.742,0.788,1.216,1.005c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401 c0.498-0.267,0.916-0.645,1.253-1.134c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262 c0-0.96-0.091-1.789-0.273-2.49C25.406,66.902,25.147,66.324,24.81,65.869z M19.492,71.051c-0.017-0.16-0.027-0.325-0.029-0.496 s-0.004-0.342-0.004-0.513c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34c0.215-0.361,0.475-0.633,0.782-0.815 c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141c0.226,0.094,0.427,0.225,0.604,0.392 c0.176,0.169,0.328,0.369,0.455,0.6s0.232,0.488,0.314,0.769L19.492,71.051z M24.231,71.99c-0.116,0.533-0.281,0.978-0.496,1.336 s-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273c-0.292,0-0.553-0.048-0.782-0.144 c-0.229-0.096-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4 c0.017,0.176,0.031,0.358,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558C24.405,70.842,24.347,71.459,24.231,71.99z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.222222s; animation-direction: normal;"><polygon class="st25" points="32.421,64.632 31.147,64.632 27.706,66.444 28.235,67.668 30.824,66.262 30.824,74.153 28.045,74.153 28.045,75.494 34.836,75.494 34.836,74.153 32.421,74.153 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.208333s; animation-direction: normal;"><path class="st25" d="M43.439,65.869c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402s-0.92,0.645-1.253,1.132c-0.335,0.489-0.586,1.074-0.754,1.758 c-0.168,0.684-0.252,1.439-0.252,2.267c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729 c0.336,0.452,0.742,0.788,1.216,1.005c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401 c0.498-0.267,0.916-0.645,1.253-1.134c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262 c0-0.96-0.091-1.789-0.273-2.49S43.776,66.324,43.439,65.869z M38.12,71.051c-0.017-0.16-0.027-0.325-0.029-0.496 s-0.004-0.342-0.004-0.513c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34c0.215-0.361,0.475-0.633,0.782-0.815 c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141c0.226,0.094,0.427,0.225,0.604,0.392 c0.177,0.169,0.328,0.369,0.455,0.6c0.127,0.232,0.232,0.488,0.314,0.769L38.12,71.051z M42.86,71.99 c-0.116,0.533-0.281,0.978-0.496,1.336c-0.215,0.358-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273 c-0.292,0-0.553-0.048-0.782-0.144s-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624 c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4c0.017,0.176,0.031,0.358,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558 C43.034,70.842,42.976,71.459,42.86,71.99z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.194444s; animation-direction: normal;"><polygon class="st25" points="51.049,64.632 49.776,64.632 46.334,66.444 46.864,67.668 49.453,66.262 49.453,74.153 46.674,74.153 46.674,75.494 53.465,75.494 53.465,74.153 51.049,74.153 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.180556s; animation-direction: normal;"><path class="st25" d="M62.068,65.869c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402s-0.92,0.645-1.253,1.132c-0.335,0.489-0.585,1.074-0.754,1.758s-0.252,1.439-0.252,2.267 c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729c0.336,0.452,0.742,0.788,1.216,1.005 c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401c0.498-0.267,0.916-0.645,1.253-1.134 c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262c0-0.96-0.091-1.789-0.273-2.49 C62.663,66.902,62.404,66.324,62.068,65.869z M56.749,71.051c-0.017-0.16-0.027-0.325-0.029-0.496s-0.004-0.342-0.004-0.513 c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34s0.475-0.633,0.782-0.815c0.305-0.182,0.646-0.273,1.021-0.273 c0.281,0,0.535,0.047,0.761,0.141s0.427,0.225,0.604,0.392c0.176,0.169,0.328,0.369,0.455,0.6s0.232,0.488,0.314,0.769 L56.749,71.051z M61.489,71.99c-0.116,0.533-0.281,0.978-0.496,1.336c-0.215,0.358-0.475,0.629-0.782,0.811 c-0.305,0.182-0.646,0.273-1.021,0.273c-0.292,0-0.553-0.048-0.782-0.144c-0.229-0.096-0.433-0.232-0.612-0.406 c-0.179-0.173-0.332-0.381-0.459-0.624c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4c0.017,0.176,0.031,0.358,0.046,0.542 c0.013,0.185,0.02,0.37,0.02,0.558C61.663,70.842,61.605,71.459,61.489,71.99z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.166667s; animation-direction: normal;"><polygon class="st25" points="69.678,64.632 68.404,64.632 64.963,66.444 65.492,67.668 68.082,66.262 68.082,74.153 65.302,74.153 65.302,75.494 72.094,75.494 72.094,74.153 69.678,74.153 " fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></polygon></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.152778s; animation-direction: normal;"><path class="st25" d="M80.697,65.869c-0.336-0.454-0.742-0.79-1.216-1.009c-0.474-0.217-1.001-0.326-1.58-0.326 c-0.667,0-1.252,0.134-1.754,0.402c-0.502,0.267-0.92,0.645-1.253,1.132c-0.335,0.489-0.585,1.074-0.754,1.758 s-0.252,1.439-0.252,2.267c0,0.96,0.091,1.79,0.273,2.49c0.182,0.7,0.441,1.277,0.778,1.729c0.336,0.452,0.742,0.788,1.216,1.005 c0.474,0.218,1.001,0.327,1.58,0.327c0.673,0,1.258-0.134,1.758-0.401c0.498-0.267,0.916-0.645,1.253-1.134 c0.336-0.487,0.587-1.072,0.753-1.754c0.165-0.68,0.248-1.435,0.248-2.262c0-0.96-0.091-1.789-0.273-2.49 C81.292,66.902,81.033,66.324,80.697,65.869z M75.378,71.051c-0.017-0.16-0.027-0.325-0.029-0.496 c-0.003-0.171-0.004-0.342-0.004-0.513c0-0.7,0.058-1.316,0.174-1.848c0.116-0.532,0.281-0.979,0.496-1.34s0.475-0.633,0.782-0.815 c0.305-0.182,0.646-0.273,1.021-0.273c0.281,0,0.535,0.047,0.761,0.141c0.226,0.094,0.427,0.225,0.604,0.392 c0.176,0.169,0.328,0.369,0.455,0.6s0.232,0.488,0.314,0.769L75.378,71.051z M80.117,71.99c-0.116,0.533-0.281,0.978-0.496,1.336 s-0.475,0.629-0.782,0.811c-0.305,0.182-0.646,0.273-1.021,0.273c-0.292,0-0.553-0.048-0.782-0.144 c-0.229-0.096-0.433-0.232-0.612-0.406c-0.179-0.173-0.332-0.381-0.459-0.624c-0.127-0.243-0.232-0.507-0.314-0.794l4.574-3.4 c0.017,0.176,0.031,0.358,0.046,0.542c0.013,0.185,0.02,0.37,0.02,0.558C80.291,70.842,80.233,71.459,80.117,71.99z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.138889s; animation-direction: normal;"><path class="st25" d="M87.033,64.632l-3.441,1.812l0.529,1.224l2.589-1.406v3.168c0.786-1.455,1.301-3.077,1.474-4.798H87.033z" fill="rgb(160, 200, 215)" style="fill: rgb(160, 200, 215);"></path></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.125s; animation-direction: normal;">
2
+ <d:name class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.111111s; animation-direction: normal;">open data</d:name>
3
+ <d:tags class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.0972222s; animation-direction: normal;">open data,cloud,big data,data api,data storage,open government data,data literacy</d:tags>
4
+ <d:license class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.0833333s; animation-direction: normal;">cc-by</d:license>
5
+ <d:slug class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.0694444s; animation-direction: normal;">yfl4lz</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.0555556s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-fade {
7
+ 0% {
8
+ opacity: 1;
9
+ }
10
+ 100% {
11
+ opacity: 0;
12
+ }
13
+ }
14
+ @-webkit-keyframes ld-fade {
15
+ 0% {
16
+ opacity: 1;
17
+ }
18
+ 100% {
19
+ opacity: 0;
20
+ }
21
+ }
22
+ .ld.ld-fade {
23
+ -webkit-animation: ld-fade 1s infinite linear;
24
+ animation: ld-fade 1s infinite linear;
25
+ }
26
+ </style></svg></svg>
images/svg/collection.svg ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-x5xjvu" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;"><path style="fill:#e15c64" d="M30.052,59.401l-9.988,25.833c-0.273,0.706,0.444,1.39,1.136,1.084l9.4-4.158 c0.429-0.19,0.931,0.004,1.121,0.433l4.158,9.4c0.306,0.692,1.297,0.669,1.57-0.037l9.988-25.833 c2.052-5.307-1.09-11.199-6.64-12.452l0,0C36.291,52.654,31.718,55.092,30.052,59.401z" fill="rgb(225, 92, 100)"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.933333s; animation-direction: normal;"><path style="fill:#e15c64" d="M68.946,59.401l9.988,25.833c0.273,0.706-0.444,1.39-1.136,1.084l-9.4-4.158 c-0.429-0.19-0.931,0.004-1.121,0.433l-4.158,9.4c-0.306,0.692-1.297,0.669-1.57-0.037L51.56,66.123 c-2.052-5.307,1.09-11.199,6.64-12.452l0,0C62.707,52.654,67.279,55.092,68.946,59.401z" fill="rgb(225, 92, 100)"></path></g><g style="transform-origin: 50px 50px 0px;"><g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.866667s; animation-direction: normal;"><path style="fill:#f47e5f" d="M51.918,8.268l2.671,2.545c0.779,0.742,1.916,0.969,2.92,0.581l3.442-1.329 c1.384-0.534,2.944,0.112,3.545,1.468l1.494,3.374c0.436,0.984,1.4,1.628,2.476,1.654l3.689,0.089 c1.483,0.036,2.677,1.23,2.713,2.713l0.089,3.689c0.026,1.076,0.67,2.04,1.654,2.476l3.374,1.494 c1.357,0.601,2.003,2.161,1.468,3.545l-1.329,3.442c-0.388,1.004-0.161,2.141,0.581,2.92l2.545,2.671 c1.023,1.074,1.023,2.763,0,3.837l-2.545,2.671c-0.742,0.779-0.969,1.916-0.581,2.92l1.329,3.442 c0.534,1.384-0.112,2.944-1.468,3.545l-3.374,1.494c-0.984,0.436-1.628,1.4-1.654,2.476l-0.089,3.689 c-0.036,1.483-1.23,2.677-2.713,2.713l-3.689,0.089c-1.076,0.026-2.04,0.67-2.476,1.654l-1.494,3.374 c-0.601,1.357-2.161,2.003-3.545,1.468l-3.442-1.329c-1.004-0.388-2.141-0.161-2.92,0.581l-2.671,2.545 c-1.074,1.023-2.763,1.023-3.837,0l-2.671-2.545c-0.779-0.742-1.916-0.969-2.92-0.581l-3.442,1.329 c-1.384,0.534-2.944-0.112-3.545-1.468l-1.494-3.374c-0.436-0.984-1.4-1.628-2.476-1.654l-3.689-0.089 c-1.483-0.036-2.677-1.23-2.713-2.713l-0.089-3.689c-0.026-1.076-0.67-2.04-1.654-2.476l-3.374-1.494 c-1.357-0.601-2.003-2.161-1.468-3.545l1.329-3.442c0.388-1.004,0.161-2.141-0.581-2.92l-2.545-2.671 c-1.023-1.074-1.023-2.763,0-3.837l2.545-2.671c0.742-0.779,0.969-1.916,0.581-2.92l-1.329-3.442 c-0.534-1.384,0.112-2.944,1.468-3.545l3.374-1.494c0.984-0.436,1.628-1.4,1.654-2.476l0.089-3.689 c0.036-1.483,1.23-2.677,2.713-2.713l3.689-0.089c1.076-0.026,2.04-0.67,2.476-1.654l1.494-3.374 c0.601-1.357,2.161-2.003,3.545-1.468l3.442,1.329c1.004,0.388,2.141,0.161,2.92-0.581l2.671-2.545 C49.156,7.244,50.844,7.244,51.918,8.268z" fill="rgb(244, 126, 95)"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.8s; animation-direction: normal;"><circle style="fill:#f7b26a" cx="50" cy="41.517" r="22.55" fill="rgb(247, 178, 106)"></circle></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.733333s; animation-direction: normal;"><path style="fill:#f5e169" d="M50.948,28.138l3.452,6.995c0.154,0.312,0.451,0.528,0.796,0.578l7.719,1.122 c0.867,0.126,1.213,1.191,0.586,1.802l-5.586,5.445c-0.249,0.243-0.363,0.593-0.304,0.935l1.319,7.688 c0.148,0.863-0.758,1.521-1.533,1.114l-6.904-3.63c-0.308-0.162-0.676-0.162-0.983,0l-6.904,3.63 c-0.775,0.408-1.681-0.251-1.533-1.114l1.319-7.688c0.059-0.343-0.055-0.693-0.304-0.935L36.5,38.634 c-0.627-0.611-0.281-1.676,0.586-1.802l7.719-1.122c0.344-0.05,0.642-0.266,0.796-0.578l3.452-6.995 C49.44,27.352,50.56,27.352,50.948,28.138z" fill="rgb(245, 225, 105)"></path></g></g></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.666667s; animation-direction: normal;">
2
+ <d:name class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.6s; animation-direction: normal;">award</d:name>
3
+ <d:tags class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.533333s; animation-direction: normal;">award,medal,champion,prize,corsage,badge,trophy,tribute,proof,certificate</d:tags>
4
+ <d:license class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.466667s; animation-direction: normal;">cc-by</d:license>
5
+ <d:slug class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.4s; animation-direction: normal;">x5xjvu</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.333333s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-heartbeat {
7
+ 0% {
8
+ -webkit-transform: scale(1.05);
9
+ transform: scale(1.05);
10
+ }
11
+ 5% {
12
+ -webkit-transform: scale(1.25);
13
+ transform: scale(1.25);
14
+ }
15
+ 39% {
16
+ -webkit-transform: scale(0.9);
17
+ transform: scale(0.9);
18
+ }
19
+ 45% {
20
+ -webkit-transform: scale(1.15);
21
+ transform: scale(1.15);
22
+ }
23
+ 60% {
24
+ -webkit-transform: scale(1.05);
25
+ transform: scale(1.05);
26
+ }
27
+ 100% {
28
+ -webkit-transform: scale(1);
29
+ transform: scale(1);
30
+ }
31
+ }
32
+ @-webkit-keyframes ld-heartbeat {
33
+ 0% {
34
+ -webkit-transform: scale(1.05);
35
+ transform: scale(1.05);
36
+ }
37
+ 5% {
38
+ -webkit-transform: scale(1.25);
39
+ transform: scale(1.25);
40
+ }
41
+ 39% {
42
+ -webkit-transform: scale(0.9);
43
+ transform: scale(0.9);
44
+ }
45
+ 45% {
46
+ -webkit-transform: scale(1.15);
47
+ transform: scale(1.15);
48
+ }
49
+ 60% {
50
+ -webkit-transform: scale(1.05);
51
+ transform: scale(1.05);
52
+ }
53
+ 100% {
54
+ -webkit-transform: scale(1);
55
+ transform: scale(1);
56
+ }
57
+ }
58
+ .ld.ld-heartbeat {
59
+ -webkit-animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
60
+ animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
61
+ }
62
+ </style></svg></svg>
images/svg/database.svg ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-tlftni" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="圖層_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:none}.st1,.st2{fill:#a0c8d7;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10}.st2{fill:#e15b64}.st3{opacity:.2}.st4,.st5{stroke:#000;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10}.st5{opacity:.2}.st6{fill:#e0e0e0;stroke:#333}.st6,.st7,.st8{stroke-width:3.5;stroke-miterlimit:10}.st7{opacity:.2;stroke-linejoin:round;stroke:#000}.st8{fill:#666;stroke:#333;stroke-linecap:round}.st9{fill:#333}.st10{fill:#e0e0e0;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10}.st11{fill:#fdfdfd}.st12,.st13,.st14,.st15{fill:#f5e6c8;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10}.st13,.st14,.st15{fill:url(#SVGID_1_)}.st14,.st15{fill:none}.st15{fill:url(#SVGID_2_)}.st16{fill:#666}.st17{fill:#fff;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10}.st18{fill:#e15b64}.st19{fill:#f47e60}.st20{fill:#f8b26a}.st21{fill:#abbd81}.st22{fill:#a0c8d7}.st23{fill:#ac749c}.st24{fill:#f47e60;stroke:#333;stroke-linecap:round;stroke-linejoin:round}.st24,.st25,.st26{stroke-width:3.5;stroke-miterlimit:10}.st25{opacity:.2;stroke-linecap:round;stroke-linejoin:round;stroke:#000}.st26{fill:none;stroke:#fff}.st26,.st27,.st28{stroke-linecap:round;stroke-linejoin:round}.st27{stroke:#333;stroke-width:3.5;stroke-miterlimit:10;fill:#a0c8d7}.st28{fill:#77a4bd}.st28,.st29,.st30,.st31,.st32{stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st29{stroke-linecap:round;stroke-linejoin:round;fill:#e0e0e0}.st30,.st31,.st32{fill:#fff}.st31,.st32{stroke-linejoin:round}.st32{fill:none;stroke-linecap:round}.st33{fill:#e15b64;stroke:#333}.st33,.st34,.st35,.st36{stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st34{fill:#c33737;stroke:#333}.st35,.st36{stroke:#000}.st36{fill:none;stroke:#fff;stroke-width:5}.st37{fill:#fff}.st38{fill:#333;stroke:#fff}.st38,.st39,.st40{stroke-width:3.5;stroke-miterlimit:10}.st39{opacity:.2;stroke:#000}.st40{fill:#666;stroke:#333}.st41{fill:none;stroke:#333}.st41,.st42,.st43,.st44,.st45,.st46,.st47{stroke-width:3.5;stroke-miterlimit:10}.st42{fill:none;stroke-linecap:round;stroke:#fff}.st43,.st44,.st45,.st46,.st47{stroke:#333;stroke-linejoin:round}.st43{stroke-linecap:round;fill:#849b87}.st44,.st45,.st46,.st47{fill:#e0e0e0}.st45,.st46,.st47{fill:#abbd81;stroke-linecap:round}.st46,.st47{fill:#f5e6c8}.st47{fill:#fff}.st48{fill:#f5e169}.st49{fill:#f5e6c8}.st50{fill:#666;stroke-linecap:round;stroke-linejoin:round}.st50,.st51,.st52,.st53,.st54,.st55,.st56,.st57,.st58{stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st51{stroke-linecap:round;stroke-linejoin:round;fill:#333}.st52,.st53,.st54,.st55,.st56,.st57,.st58{fill:#e15b64}.st53,.st54,.st55,.st56,.st57,.st58{fill:#f5e169}.st54,.st55,.st56,.st57,.st58{fill:#f47e60;stroke-linecap:round}.st55,.st56,.st57,.st58{fill:#f8b26a}.st56,.st57,.st58{fill:#abbd81}.st57,.st58{fill:url(#SVGID_3_)}.st58{fill:#e15b64;stroke:#fff}.st59,.st60,.st61,.st62,.st63,.st64{fill:#abbd80;stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st60,.st61,.st62,.st63,.st64{fill:#839a86}.st61,.st62,.st63,.st64{fill:#f3e5c7}.st62,.st63,.st64{fill:#333}.st63,.st64{fill:#e0e0e0;stroke:#fff;stroke-linecap:round}.st64{fill:url(#SVGID_4_);stroke:#333}.st65{fill:url(#SVGID_5_);stroke:#333;stroke-linejoin:round}.st65,.st66,.st67{stroke-width:3.5;stroke-miterlimit:10}.st66{stroke:#333;stroke-linejoin:round;fill:url(#SVGID_6_)}.st67{fill:url(#SVGID_7_)}.st67,.st68,.st69{stroke:#333;stroke-linejoin:round}.st68{stroke-width:3.5;stroke-miterlimit:10;fill:url(#SVGID_8_)}.st69{fill:url(#SVGID_9_)}.st69,.st70,.st71{stroke-width:3.5;stroke-miterlimit:10}.st70{stroke:#333;stroke-linejoin:round;fill:#c33737}.st71{fill:#e15b64}.st71,.st72,.st73{stroke:#333;stroke-linejoin:round}.st72{stroke-width:3.5;stroke-miterlimit:10;fill:#f47e60}.st73{fill:#f8b26a}.st73,.st74,.st75{stroke-width:3.5;stroke-miterlimit:10}.st74{stroke-linejoin:round;fill:#f5e6c8;stroke:#333}.st75{fill:#a0c8d7;stroke:#fff;stroke-linecap:round}.st76{fill:#abbd81;stroke:#333}.st76,.st77,.st78,.st79,.st80{stroke-width:3.5;stroke-miterlimit:10}.st77{fill:#333;stroke-linecap:round;stroke:#333}.st78,.st79,.st80{stroke:#fff}.st78{stroke-linecap:round;fill:#333}.st79,.st80{fill:none}.st80{stroke:#e15b64;stroke-linecap:round}</style><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.944444s; animation-direction: normal;"><path class="st29" d="M50,45.6c-17.7,0-32,6-32,13.3v17.8C18,84,32.3,90,50,90s32-6,32-13.3V58.9C82,51.5,67.7,45.6,50,45.6z" fill="rgb(224, 224, 224)" stroke="rgb(51, 51, 51)" style="fill: rgb(224, 224, 224); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.888889s; animation-direction: normal;"><path class="st29" d="M50,27.8c-17.7,0-32,6-32,13.3v17.8c0,7.4,14.3,13.3,32,13.3s32-6,32-13.3V41.1C82,33.7,67.7,27.8,50,27.8z" fill="rgb(224, 224, 224)" stroke="rgb(51, 51, 51)" style="fill: rgb(224, 224, 224); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.833333s; animation-direction: normal;"><path class="st29" d="M50,10c-17.7,0-32,6-32,13.3v17.8c0,7.4,14.3,13.3,32,13.3s32-6,32-13.3V23.3C82,16,67.7,10,50,10z" fill="rgb(224, 224, 224)" stroke="rgb(51, 51, 51)" style="fill: rgb(224, 224, 224); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.777778s; animation-direction: normal;"><ellipse class="st29" cx="50" cy="23.3" rx="32" ry="13.3" fill="rgb(224, 224, 224)" stroke="rgb(51, 51, 51)" style="fill: rgb(224, 224, 224); stroke: rgb(51, 51, 51);"></ellipse></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.722222s; animation-direction: normal;"><path class="st25" d="M50,36.7V90c17.7,0,32-6,32-13.3V58.9V41.1V23.3C82,30.7,67.7,36.7,50,36.7z" stroke="rgb(0, 0, 0)" style="stroke: rgb(0, 0, 0);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.666667s; animation-direction: normal;"><path class="st25" d="M82,23.3C82,16,67.7,10,50,10v0.9c9,2,15.4,6.8,15.4,12.4C65.4,29,59,33.8,50,35.7v0.9 C67.7,36.7,82,30.7,82,23.3z" stroke="rgb(0, 0, 0)" style="stroke: rgb(0, 0, 0);"></path></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.611111s; animation-direction: normal;"><line class="st26" x1="26.7" y1="40.7" x2="26.7" y2="54.4" stroke="rgb(255, 255, 255)" style="stroke: rgb(255, 255, 255);"></line></g><g class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.555556s; animation-direction: normal;"><line class="st26" x1="26.7" y1="60.9" x2="26.7" y2="62.6" stroke="rgb(255, 255, 255)" style="stroke: rgb(255, 255, 255);"></line></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.5s; animation-direction: normal;">
2
+ <d:name class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.444444s; animation-direction: normal;">data</d:name>
3
+ <d:tags class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.388889s; animation-direction: normal;">data,harddisk,hard drive,storage,database,hdd,ssd,memory</d:tags>
4
+ <d:license class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.333333s; animation-direction: normal;">cc-by</d:license>
5
+ <d:slug class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.277778s; animation-direction: normal;">tlftni</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-fade" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.222222s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-fade {
7
+ 0% {
8
+ opacity: 1;
9
+ }
10
+ 100% {
11
+ opacity: 0;
12
+ }
13
+ }
14
+ @-webkit-keyframes ld-fade {
15
+ 0% {
16
+ opacity: 1;
17
+ }
18
+ 100% {
19
+ opacity: 0;
20
+ }
21
+ }
22
+ .ld.ld-fade {
23
+ -webkit-animation: ld-fade 1s infinite linear;
24
+ animation: ld-fade 1s infinite linear;
25
+ }
26
+ </style></svg></svg>
images/svg/footprint.svg ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-lfucx4" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="圖層_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0{fill:#333}.st1,.st2{stroke:#333}.st1{stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;fill:#e0e0e0}.st2{fill:#f5e6c8}.st2,.st3,.st4{stroke-width:3.5;stroke-miterlimit:10}.st3{fill:#e15b64;stroke:#333}.st4{opacity:.1;stroke:#000}.st5{fill:#fff}.st6{fill:#e0e0e0}.st7{fill:#e15b64}.st8{opacity:.1}.st10,.st9{stroke:#333;stroke-miterlimit:10}.st9{stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-width:4.3153}.st10{fill:#e0e0e0;stroke-width:3.5}.st11{fill:#f5e169;stroke:#333;stroke-linecap:round}.st11,.st12,.st13{stroke-width:3.5;stroke-linejoin:round;stroke-miterlimit:10}.st12{stroke-linecap:round;fill:#f5e6c8;stroke:#333}.st13{fill:none;stroke:#fff}.st13,.st14,.st15{stroke-linecap:round}.st14{opacity:.1;stroke-width:3.5;stroke-linejoin:round;stroke-miterlimit:10;stroke:#000}.st15{fill:none;stroke:#fff}.st15,.st16,.st17{stroke-width:3.5;stroke-miterlimit:10}.st16{fill:none;stroke:#333}.st17{opacity:.2;stroke:#000;stroke-linecap:round;stroke-linejoin:round}.st18,.st19,.st20,.st21{stroke:#333;stroke-miterlimit:10}.st18{stroke-linecap:round;fill:#66503a;stroke-width:3.5}.st19,.st20,.st21{fill:#4a3827;stroke-width:3.56}.st20,.st21{fill:#66503a;stroke-width:3.5}.st21{fill:none;stroke-linecap:round}.st22{fill:#66503a}.st23{fill:#a0c8d7;stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st24,.st25{fill:none;stroke:#333;stroke-linecap:round}.st24{stroke-miterlimit:10;stroke-dasharray:9.0554,9.0554;stroke-width:3.5}.st25{stroke-width:7;stroke-linejoin:round}.st25,.st26{stroke-miterlimit:10}.st26,.st27,.st28{fill:none;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.st28{stroke-dasharray:3.1078,6.2156}.st29{fill:none;stroke-miterlimit:10;stroke-dasharray:6,4}.st29,.st30,.st31{stroke:#333;stroke-width:3.5}.st30{stroke-miterlimit:10;fill:#fff}.st31{fill:#f8b26a}.st31,.st32,.st33{stroke-miterlimit:10}.st32{fill:#e15b64;stroke:#333;stroke-width:3.0483}.st33{stroke-width:3.048}.st33,.st34,.st35{opacity:.1;stroke:#000}.st34{stroke-miterlimit:10;stroke-width:2.983}.st35{stroke-width:2.602}.st35,.st36,.st37,.st38,.st39,.st40,.st41,.st42,.st43{stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st36{opacity:.2;stroke:#000;stroke-width:2.602}.st37,.st38,.st39,.st40,.st41,.st42,.st43{fill:#e15b64;stroke:#333;stroke-width:3.5}.st38,.st39,.st40,.st41,.st42,.st43{fill:#fff}.st39,.st40,.st41,.st42,.st43{fill:#f8b26a}.st40,.st41,.st42,.st43{fill:#f47e60}.st41,.st42,.st43{fill:#333;stroke:#fff}.st42,.st43{fill:#666;stroke:#333}.st43{fill:#a0c8d7}.st44{fill:#666}.st45,.st46{stroke:#000;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st46{fill:#666;stroke:#fff}.st47{fill:#e15b64;stroke:#333;stroke-width:2}.st47,.st48,.st49,.st50{stroke-miterlimit:10}.st48{opacity:.1;stroke-linejoin:bevel;stroke:#000;stroke-width:3.5}.st49,.st50{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}.st50{fill:#c33737;stroke:#333;stroke-width:3.5;stroke-linejoin:round}.st51{fill:#abbd81}.st52,.st53,.st54{fill:url(#SVGID_1_);stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st53,.st54{fill:url(#SVGID_2_)}.st54{fill:url(#SVGID_3_)}</style><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.954545s; animation-direction: normal;"><path class="st37" d="M56.172,82.307c-4.115-1.131-8.23-1.131-12.345,0c-2.888,0.794-5.99,0.724-8.669-0.615 c-6.565-3.283-9.41-11.579-4.715-18.064l8.561-11.824c5.35-7.39,16.343-7.438,21.759-0.097l8.727,11.832 c4.78,6.479,1.958,14.836-4.629,18.144C62.179,83.03,59.068,83.103,56.172,82.307z" fill="rgb(225, 91, 100)" stroke="rgb(51, 51, 51)" style="fill: rgb(225, 91, 100); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.909091s; animation-direction: normal;"><path class="st13" d="M39.785,61.46l4.469-6.173c0.358-0.494,0.741-0.956,1.146-1.385" stroke="rgb(255, 255, 255)" style="stroke: rgb(255, 255, 255);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.863636s; animation-direction: normal;"><path class="st13" d="M36.157,66.394c0.302-0.453,0.572-0.854,0.659-0.974" stroke="rgb(255, 255, 255)" style="stroke: rgb(255, 255, 255);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.818182s; animation-direction: normal;"><path class="st37" d="M46.696,28.451c0.892,7.819-2.119,12.705-8.015,13.378s-9.931-3.409-10.823-11.228 c-0.892-7.819,3.614-12.876,8.015-13.378S45.803,20.632,46.696,28.451z" fill="rgb(225, 91, 100)" stroke="rgb(51, 51, 51)" style="fill: rgb(225, 91, 100); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.772727s; animation-direction: normal;"><path class="st37" d="M26.288,44.147c4.044,5.721,3.785,10.824-0.529,13.874c-4.314,3.049-9.211,1.591-13.255-4.13 s-2.692-11.597,0.529-13.874S22.244,38.426,26.288,44.147z" fill="rgb(225, 91, 100)" stroke="rgb(51, 51, 51)" style="fill: rgb(225, 91, 100); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.727273s; animation-direction: normal;"><path class="st37" d="M73.712,44.147c-4.044,5.721-3.785,10.824,0.529,13.874c4.314,3.049,9.211,1.591,13.255-4.13 s2.692-11.597-0.529-13.874S77.756,38.426,73.712,44.147z" fill="rgb(225, 91, 100)" stroke="rgb(51, 51, 51)" style="fill: rgb(225, 91, 100); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.681818s; animation-direction: normal;"><path class="st37" d="M53.304,28.451c-0.892,7.819,2.119,12.705,8.015,13.378s9.931-3.409,10.823-11.228s-3.614-12.876-8.015-13.378 C59.726,16.721,54.197,20.632,53.304,28.451z" fill="rgb(225, 91, 100)" stroke="rgb(51, 51, 51)" style="fill: rgb(225, 91, 100); stroke: rgb(51, 51, 51);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.636364s; animation-direction: normal;"><path class="st14" d="M69.491,63.538l-1.532-2.078c2.224,5.864-0.636,12.342-6.246,15.16c-2.683,1.348-5.794,1.421-8.69,0.625 c-4.115-1.131-8.23-1.131-12.345,0c-2.888,0.794-5.99,0.724-8.668-0.615c-1.234-0.617-2.335-1.411-3.281-2.336 c1.022,3.112,3.294,5.83,6.431,7.398c2.678,1.34,5.781,1.409,8.668,0.615c4.115-1.131,8.23-1.131,12.345,0 c2.896,0.796,6.006,0.723,8.69-0.625C71.448,78.374,74.271,70.017,69.491,63.538z" fill="rgb(134, 114, 167)" stroke="#000000" style="fill: rgb(134, 114, 167); stroke: rgb(0, 0, 0);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.590909s; animation-direction: normal;"><path class="st14" d="M46.696,28.451c-0.435-3.814-1.977-6.691-3.95-8.586c0.371,1.071,0.653,2.24,0.8,3.525 c0.892,7.819-2.119,12.705-8.015,13.378c-2.685,0.307-4.979-0.384-6.771-1.954c1.677,5.037,5.199,7.554,9.921,7.016 C44.576,41.157,47.588,36.271,46.696,28.451z" fill="rgb(134, 114, 167)" stroke="#000000" style="fill: rgb(134, 114, 167); stroke: rgb(0, 0, 0);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.545455s; animation-direction: normal;"><path class="st14" d="M26.288,44.147c-0.354-0.501-0.727-0.949-1.107-1.374c1.676,4.188,0.789,7.811-2.571,10.186 c-3.832,2.709-8.122,1.852-11.868-2.381c0.404,1.092,0.98,2.205,1.763,3.312c4.044,5.721,8.941,7.18,13.255,4.13 C30.074,54.972,30.333,49.869,26.288,44.147z" fill="rgb(134, 114, 167)" stroke="#000000" style="fill: rgb(134, 114, 167); stroke: rgb(0, 0, 0);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.5s; animation-direction: normal;"><path class="st14" d="M86.967,40.017c-0.085-0.06-0.18-0.11-0.269-0.166c0.462,2.62-0.121,5.821-2.352,8.978 c-4.044,5.721-8.941,7.18-13.255,4.13c-0.063-0.044-0.116-0.093-0.177-0.138c0.284,2.058,1.396,3.835,3.326,5.2 c4.314,3.049,9.211,1.591,13.255-4.13C91.54,48.169,90.187,42.293,86.967,40.017z" fill="rgb(134, 114, 167)" stroke="#000000" style="fill: rgb(134, 114, 167); stroke: rgb(0, 0, 0);"></path></g><g class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.454545s; animation-direction: normal;"><path class="st14" d="M68.479,19.297c0.557,1.801,0.782,3.894,0.515,6.242c-0.892,7.819-4.927,11.901-10.823,11.228 c-1.796-0.205-3.32-0.806-4.552-1.756c1.021,3.951,3.692,6.36,7.701,6.818c5.896,0.673,9.931-3.409,10.823-11.228 C72.728,25.472,70.986,21.543,68.479,19.297z" fill="rgb(134, 114, 167)" stroke="#000000" style="fill: rgb(134, 114, 167); stroke: rgb(0, 0, 0);"></path></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.409091s; animation-direction: normal;">
2
+ <d:name class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.363636s; animation-direction: normal;">paw</d:name>
3
+ <d:tags class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.318182s; animation-direction: normal;">paw,cat,claw,nail,meow,trace,trail,footprint,animal</d:tags>
4
+ <d:license class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.272727s; animation-direction: normal;">cc-by</d:license>
5
+ <d:slug class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.227273s; animation-direction: normal;">lfucx4</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-heartbeat" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.181818s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-heartbeat {
7
+ 0% {
8
+ -webkit-transform: scale(1.05);
9
+ transform: scale(1.05);
10
+ }
11
+ 5% {
12
+ -webkit-transform: scale(1.25);
13
+ transform: scale(1.25);
14
+ }
15
+ 39% {
16
+ -webkit-transform: scale(0.9);
17
+ transform: scale(0.9);
18
+ }
19
+ 45% {
20
+ -webkit-transform: scale(1.15);
21
+ transform: scale(1.15);
22
+ }
23
+ 60% {
24
+ -webkit-transform: scale(1.05);
25
+ transform: scale(1.05);
26
+ }
27
+ 100% {
28
+ -webkit-transform: scale(1);
29
+ transform: scale(1);
30
+ }
31
+ }
32
+ @-webkit-keyframes ld-heartbeat {
33
+ 0% {
34
+ -webkit-transform: scale(1.05);
35
+ transform: scale(1.05);
36
+ }
37
+ 5% {
38
+ -webkit-transform: scale(1.25);
39
+ transform: scale(1.25);
40
+ }
41
+ 39% {
42
+ -webkit-transform: scale(0.9);
43
+ transform: scale(0.9);
44
+ }
45
+ 45% {
46
+ -webkit-transform: scale(1.15);
47
+ transform: scale(1.15);
48
+ }
49
+ 60% {
50
+ -webkit-transform: scale(1.05);
51
+ transform: scale(1.05);
52
+ }
53
+ 100% {
54
+ -webkit-transform: scale(1);
55
+ transform: scale(1);
56
+ }
57
+ }
58
+ .ld.ld-heartbeat {
59
+ -webkit-animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
60
+ animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
61
+ }
62
+ </style></svg></svg>
images/svg/pseudo-original.svg ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg class="ldi-ygrbbq" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><!--?xml version="1.0" encoding="utf-8"?--><!--Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="transform-origin: 50px 50px 0px;" xml:space="preserve"><g style="transform-origin: 50px 50px 0px;"><g style="transform-origin: 50px 50px 0px; transform: scale(0.6);"><g style="transform-origin: 50px 50px 0px;"><g><style type="text/css" class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -1s; animation-direction: normal;">.st0,.st1,.st2{fill:none;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:10}.st1,.st2{fill:#f0af6b}.st2{fill:none;stroke-linejoin:round}.st3{fill:#e0e0e0;stroke:#333434}.st3,.st4,.st5,.st6{stroke-width:3.5;stroke-miterlimit:10}.st4{fill:#f3e4c7;stroke:#333}.st5,.st6{stroke-linejoin:round}.st5{stroke-linecap:round;fill:none;stroke:#fff}.st6{fill:#fff;stroke:#333}.st7{fill:#333}.st8{fill:#e0e0e0;stroke:#333}.st10,.st8,.st9{stroke-width:3.5;stroke-miterlimit:10}.st9{opacity:.2;stroke:#000}.st10{fill:none;stroke:#333}.st11{fill:#e0e0e0}.st12{fill:#666766}.st13{fill:#fff}.st14{fill:#c33837;stroke:#333}.st14,.st15,.st16,.st17{stroke-width:3.5;stroke-miterlimit:10}.st15{opacity:.2;stroke-linejoin:round;stroke:#000}.st16,.st17{fill:#f4e6c8;stroke:#333}.st17{stroke:#fff;stroke-linecap:round}.st18{fill:#849b87}.st19{opacity:.2}.st20{stroke-width:3.5;stroke-linejoin:round;stroke-miterlimit:10}.st20,.st21{fill:#e0e0e0;stroke:#333}.st21,.st22,.st23{stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.st22{opacity:.2;stroke:#000}.st23{fill:#666;stroke:#333}.st24{fill:#d65a62}.st25{fill:#f0af6b;stroke:#333;stroke-linecap:round;stroke-linejoin:round}.st25,.st26,.st27{stroke-width:3.5;stroke-miterlimit:10}.st26{opacity:.2;stroke:#000;stroke-linecap:round;stroke-linejoin:round}.st27{fill:#a8b980}.st27,.st28,.st29{stroke:#333;stroke-linecap:round;stroke-linejoin:round}.st28{stroke-width:3.5;stroke-miterlimit:10;fill:#d65a62}.st29{fill:#ea7c60}.st29,.st30,.st31{stroke-width:3.5;stroke-miterlimit:10}.st30{stroke-linecap:round;fill:#e0e0e0;stroke:#fff}.st31{fill:#666766;stroke:#333}.st31,.st32,.st33,.st34{stroke-linejoin:round}.st32{stroke:#333;stroke-width:3.5;stroke-miterlimit:10;fill:none}.st33,.st34{fill:#67503b}.st33{stroke-width:3.5;stroke-miterlimit:10;stroke:#333}.st34{stroke:#fff;stroke-linecap:round}.st34,.st35,.st36{stroke-width:3.5;stroke-miterlimit:10}.st35{stroke:#333;stroke-linejoin:round;fill:#f47e5f}.st36{fill:#f4e6c8}.st36,.st37,.st38{stroke:#333;stroke-linejoin:round}.st37{stroke-width:3.5;stroke-miterlimit:10;fill:#f7b26a}.st38{fill:#333;stroke-linecap:round}.st38,.st39,.st40{stroke-width:3.5;stroke-miterlimit:10}.st39{stroke-linejoin:round;fill:none;stroke:#fff}.st40{fill:#feffff;stroke:#333}.st41{fill:#f0af6b}.st42{opacity:.3;fill:#f3e4c7}.st43,.st44{fill:#f0af6b;stroke-miterlimit:10}.st43{stroke-width:3.5;stroke:#333}.st44{stroke:#fff;stroke-linecap:round}.st44,.st45,.st46{stroke-width:3.5}.st45{stroke-miterlimit:10;fill:none;stroke:#fff}.st46{fill:#65503a;stroke:#333;stroke-linejoin:round}.st46,.st47,.st48{stroke-miterlimit:10}.st47{stroke:#333;stroke-width:3.5;fill:#ea7c60}.st48{fill:#a8b980}.st48,.st49,.st50,.st51{stroke:#333;stroke-width:3.5}.st49{fill:#76a0b7;stroke-miterlimit:10}.st50,.st51{stroke-linecap:round;stroke-linejoin:round}.st50{stroke-miterlimit:10;fill:#65503a}.st51{fill:#b93a38}.st51,.st52,.st53{stroke-miterlimit:10}.st52{fill:none;stroke-width:3.5;stroke-linecap:round;stroke:#fff}.st53{opacity:.2;stroke:#000}.st54,.st55{stroke:#333;stroke-linecap:round;stroke-linejoin:round}.st54{stroke-width:3.5;stroke-miterlimit:10;fill:#fff}.st55{fill:#666}.st55,.st56,.st57{stroke-width:3.5;stroke-miterlimit:10}.st56{stroke-linecap:round;stroke-linejoin:round;fill:#666;stroke:#fff}.st57{fill:#333;stroke:#333}.st58,.st59,.st60,.st61,.st62,.st63{stroke-width:3.5;stroke-linecap:round}.st58{stroke-miterlimit:10;fill:#f3e4c7;stroke:#fff}.st59,.st60,.st61,.st62,.st63{fill:none;stroke:#333;stroke-linejoin:round}.st60,.st61,.st62,.st63{stroke:#fff}.st61,.st62,.st63{fill:#f0af6b;stroke:#333}.st62,.st63{fill:#666;stroke:#fff}.st63{fill:#e0e0e0}.st64{fill:#fff;stroke:#333}.st64,.st65,.st66,.st67{stroke-width:3.5;stroke-miterlimit:10}.st65{fill:#666;stroke:#333}.st66,.st67{stroke:#000;stroke-linejoin:round}.st67{fill:#e15c64;stroke:#333}.st68{fill:#77a4bd}.st69{stroke-linejoin:round}.st69,.st70,.st71,.st72{fill:none;stroke:#fff;stroke-width:2;stroke-miterlimit:10}.st71,.st72{fill:#333;stroke-width:.3}.st72{fill:none;stroke:#333;stroke-width:2}.st73{fill:#acbd81;stroke:#333}.st73,.st74,.st75{stroke-width:3.5;stroke-miterlimit:10}.st74{fill:#849b87;stroke:#333}.st75{stroke:#b93a38}.st75,.st76{fill:none}.st77{fill:#f3e4c7}.st78{fill:#e15c64}.st79{fill:#f7b26a}.st80{fill:#f7faf8}.st81,.st82{fill:#f7b26a;stroke:#333;stroke-width:3.5;stroke-miterlimit:10}.st82{fill:#77a4bd}.st83{fill:#e15c64;stroke:#333}.st83,.st84,.st85{stroke-width:3.5;stroke-miterlimit:10}.st84{opacity:.2;stroke:#333}.st85{fill:#666}.st85,.st86,.st87{stroke:#333434}.st86{stroke-width:3.5;stroke-linejoin:round;stroke-miterlimit:10;fill:#65503a}.st87{fill:none;stroke-linecap:round}.st87,.st88,.st89{stroke-width:3.5;stroke-miterlimit:10}.st88{opacity:.2;stroke:#010101;fill:#010101}.st89{fill:#9ec4d2;stroke-linecap:round;stroke-linejoin:round}.st89,.st90,.st91{stroke:#333434}.st90{stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;fill:none}.st91{fill:#9ec4d2}.st91,.st92,.st93{stroke-width:3.5;stroke-miterlimit:10}.st92{fill:#77a0b7;stroke:#333434}.st93{stroke:#010101;stroke-linecap:round;stroke-linejoin:round}.st93,.st94{opacity:.2;fill:#010101}.st95{fill:#333434}.st96,.st97{fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-miterlimit:10}.st97{fill:#a8b980;stroke-width:3.5}</style><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.956522s; animation-direction: normal;"><polygon class="st6" points="9,16.553 9,83.447 39.776,83.447 59.877,83.447 59.877,61.823 59.877,16.553 " fill="rgb(255, 255, 255)" stroke="rgb(51, 51, 51)" style="fill: rgb(255, 255, 255); stroke: rgb(51, 51, 51);"></polygon></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.913043s; animation-direction: normal;"><line class="st2" x1="20.306" y1="26.917" x2="48.571" y2="26.917" stroke="rgb(51, 51, 51)" style="stroke: rgb(51, 51, 51);"></line></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.869565s; animation-direction: normal;"><line class="st2" x1="20.306" y1="36.339" x2="48.571" y2="36.339" stroke="rgb(51, 51, 51)" style="stroke: rgb(51, 51, 51);"></line></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.826087s; animation-direction: normal;"><line class="st2" x1="20.306" y1="45.76" x2="48.571" y2="45.76" stroke="rgb(51, 51, 51)" style="stroke: rgb(51, 51, 51);"></line></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.782609s; animation-direction: normal;"><line class="st2" x1="20.306" y1="55.182" x2="48.571" y2="55.182" stroke="rgb(51, 51, 51)" style="stroke: rgb(51, 51, 51);"></line></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.73913s; animation-direction: normal;"><line class="st2" x1="20.306" y1="64.604" x2="48.571" y2="64.604" stroke="rgb(51, 51, 51)" style="stroke: rgb(51, 51, 51);"></line></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.695652s; animation-direction: normal;"><line class="st2" x1="20.306" y1="74.025" x2="25.16" y2="74.025" stroke="rgb(51, 51, 51)" style="stroke: rgb(51, 51, 51);"></line></g><g style="transform-origin: 50px 50px 0px;"><g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.652174s; animation-direction: normal;"><rect x="52.541" y="24.082" transform="matrix(0.7071 0.7071 -0.7071 0.7071 51.5565 -29.1956)" class="st35" width="16.959" height="47.108" stroke="rgb(51, 51, 51)" fill="rgb(244, 126, 95)" style="stroke: rgb(51, 51, 51); fill: rgb(244, 126, 95);"></rect></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.608696s; animation-direction: normal;"><rect x="72.86" y="22.135" transform="matrix(0.7071 0.7071 -0.7071 0.7071 43.1399 -49.5151)" class="st36" width="16.959" height="10.364" stroke="rgb(51, 51, 51)" fill="rgb(244, 230, 200)" style="stroke: rgb(51, 51, 51); fill: rgb(244, 230, 200);"></rect></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.565217s; animation-direction: normal;"><path class="st37" d="M50.098,70.551L38.106,58.559l-4.289,15.319c-0.164,0.586,0.376,1.126,0.962,0.962L50.098,70.551z" stroke="rgb(51, 51, 51)" fill="rgb(247, 178, 106)" style="stroke: rgb(51, 51, 51); fill: rgb(247, 178, 106);"></path></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.521739s; animation-direction: normal;"><line class="st2" x1="51.354" y1="57.956" x2="71.341" y2="37.97" stroke="rgb(51, 51, 51)" style="stroke: rgb(51, 51, 51);"></line></g><g class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.478261s; animation-direction: normal;"><path class="st38" d="M35.419,68.156l-1.602,5.722c-0.164,0.586,0.376,1.126,0.962,0.962l5.722-1.602L35.419,68.156z" fill="rgb(51, 51, 51)" stroke="rgb(51, 51, 51)" style="fill: rgb(51, 51, 51); stroke: rgb(51, 51, 51);"></path></g></g></g><metadata xmlns:d="https://loading.io/stock/" class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.434783s; animation-direction: normal;">
2
+ <d:name class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.391304s; animation-direction: normal;">text</d:name>
3
+ <d:tags class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.347826s; animation-direction: normal;">text,document,article,write,writer,editor,composer,journalism,news reporter,journalist,author</d:tags>
4
+ <d:license class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.304348s; animation-direction: normal;">cc-by</d:license>
5
+ <d:slug class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.26087s; animation-direction: normal;">ygrbbq</d:slug>
6
+ </metadata></g></g></g></g><style type="text/css" class="ld ld-float-px" style="transform-origin: 50px 50px 0px; animation-duration: 1s; animation-delay: -0.217391s; animation-direction: normal;">path,ellipse,circle,rect,polygon,polyline,line { stroke-width: 0; }@keyframes ld-float-px {
7
+ 0%, 100% {
8
+ animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
9
+ }
10
+ 50% {
11
+ animation-timing-function: linear;
12
+ }
13
+ 0% {
14
+ -webkit-transform: translate(0, 0);
15
+ transform: translate(0, 0);
16
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
17
+ }
18
+ 30% {
19
+ -webkit-transform: translate(0, -10px);
20
+ transform: translate(0, -10px);
21
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
22
+ }
23
+ 50% {
24
+ -webkit-transform: translate(0, -10px);
25
+ transform: translate(0, -10px);
26
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
27
+ }
28
+ 100% {
29
+ -webkit-transform: translate(0, 0);
30
+ transform: translate(0, 0);
31
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
32
+ }
33
+ }
34
+ @-webkit-keyframes ld-float-px {
35
+ 0%, 100% {
36
+ animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
37
+ }
38
+ 50% {
39
+ animation-timing-function: linear;
40
+ }
41
+ 0% {
42
+ -webkit-transform: translate(0, 0);
43
+ transform: translate(0, 0);
44
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
45
+ }
46
+ 30% {
47
+ -webkit-transform: translate(0, -10px);
48
+ transform: translate(0, -10px);
49
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
50
+ }
51
+ 50% {
52
+ -webkit-transform: translate(0, -10px);
53
+ transform: translate(0, -10px);
54
+ box-shadow: 0 5px 5px rgba(0,0,0,0.3);
55
+ }
56
+ 100% {
57
+ -webkit-transform: translate(0, 0);
58
+ transform: translate(0, 0);
59
+ box-shadow: 0 0 0 rgba(0,0,0,0.3);
60
+ }
61
+ }
62
+ .ld.ld-float-px {
63
+ -webkit-animation: ld-float-px 1s infinite;
64
+ animation: ld-float-px 1s infinite;
65
+ }
66
+ </style></svg></svg>
js/admin.js CHANGED
@@ -435,6 +435,7 @@ QQWorld_auto_save_images.scan_posts = function() {
435
  $(this).addClass('current');
436
  $('.tab-content').hide().eq(index).fadeIn('normal');
437
  }
 
438
  });
439
 
440
  $(document).on('click', 'input[name="qqworld_auto_save_images_post_types[]"]', function() {
435
  $(this).addClass('current');
436
  $('.tab-content').hide().eq(index).fadeIn('normal');
437
  }
438
+ return false;
439
  });
440
 
441
  $(document).on('click', 'input[name="qqworld_auto_save_images_post_types[]"]', function() {
lang/qqworld_auto_save_images-fa_IR.mo ADDED
Binary file
lang/qqworld_auto_save_images-fa_IR.po ADDED
@@ -0,0 +1,1177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 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: 2018-01-05 09:57+0800\n"
6
+ "PO-Revision-Date: 2018-02-13 11:19+0330\n"
7
+ "Last-Translator: Michael Wang <admin@qqworld.org>\n"
8
+ "Language-Team: Paniz Web <info@PanizWeb.com>\n"
9
+ "Language: fa_IR\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\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 2.0.6\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:119 qqworld-auto-save-images.php:1092
23
+ #: qqworld-auto-save-images.php:1100
24
+ msgid "Michael Wang"
25
+ msgstr ""
26
+
27
+ #: qqworld-auto-save-images.php:120
28
+ msgid " (In Development)"
29
+ msgstr " (در حال توسعه)"
30
+
31
+ #: qqworld-auto-save-images.php:127
32
+ msgid ""
33
+ "Your server PHP does not support cUrl, please remove ';' from in front of "
34
+ "extension=php_curl.dll in the php.ini."
35
+ msgstr ""
36
+
37
+ #: qqworld-auto-save-images.php:128
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
+ #: qqworld-auto-save-images.php:129
44
+ msgid ""
45
+ "Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
46
+ "php.ini."
47
+ msgstr ""
48
+
49
+ #: qqworld-auto-save-images.php:165
50
+ msgid "No taxonomies found."
51
+ msgstr ""
52
+
53
+ #: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:341
54
+ #: qqworld-auto-save-images.php:1220
55
+ msgid "All remote images have been saved."
56
+ msgstr "تمامی تصاویر خارج از وب سایت ذخیره شدند."
57
+
58
+ #: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:174
59
+ #, php-format
60
+ msgid " <a href=\"%s\">View</a>"
61
+ msgstr ""
62
+
63
+ #: qqworld-auto-save-images.php:174
64
+ msgid "Has missing images or image which could not download."
65
+ msgstr ""
66
+
67
+ #: qqworld-auto-save-images.php:195
68
+ msgid "In Process..."
69
+ msgstr "در حال پردازش..."
70
+
71
+ #: qqworld-auto-save-images.php:196
72
+ msgid "Something error, please check."
73
+ msgstr ""
74
+
75
+ #: qqworld-auto-save-images.php:218
76
+ msgid ""
77
+ "Are you sure?<br />Before you click the yes button, I recommend backup site "
78
+ "database."
79
+ msgstr ""
80
+
81
+ #: qqworld-auto-save-images.php:219 qqworld-auto-save-images.php:777
82
+ msgid "Please select post types."
83
+ msgstr "لطفاً نوع مطالب را انتخاب کنید."
84
+
85
+ #: qqworld-auto-save-images.php:220
86
+ msgid "May be a problem with some posts: "
87
+ msgstr ""
88
+
89
+ #: qqworld-auto-save-images.php:221
90
+ #, php-format
91
+ msgid "No need enter \"%s\"."
92
+ msgstr ""
93
+
94
+ #: qqworld-auto-save-images.php:222
95
+ #, php-format
96
+ msgid "%d post has been scanned."
97
+ msgstr ""
98
+
99
+ #: qqworld-auto-save-images.php:223
100
+ #, php-format
101
+ msgid "%d posts have been scanned."
102
+ msgstr ""
103
+
104
+ #: qqworld-auto-save-images.php:224
105
+ #, php-format
106
+ msgid "%d post included remote images processed."
107
+ msgstr ""
108
+
109
+ #: qqworld-auto-save-images.php:225
110
+ #, php-format
111
+ msgid "%d posts included remote images processed."
112
+ msgstr ""
113
+
114
+ #: qqworld-auto-save-images.php:226
115
+ #, php-format
116
+ msgid "%d post has missing images couldn't be processed."
117
+ msgstr ""
118
+
119
+ #: qqworld-auto-save-images.php:227
120
+ #, php-format
121
+ msgid "%d posts have missing images couldn't be processed."
122
+ msgstr ""
123
+
124
+ #: qqworld-auto-save-images.php:228
125
+ #, php-format
126
+ msgid "found %d post including remote images."
127
+ msgstr ""
128
+
129
+ #: qqworld-auto-save-images.php:229
130
+ #, php-format
131
+ msgid "found %d posts including remote images."
132
+ msgstr ""
133
+
134
+ #: qqworld-auto-save-images.php:230
135
+ #, php-format
136
+ msgid "And with %d post has missing images."
137
+ msgstr ""
138
+
139
+ #: qqworld-auto-save-images.php:231
140
+ #, php-format
141
+ msgid "And with %d posts have missing images."
142
+ msgstr ""
143
+
144
+ #: qqworld-auto-save-images.php:232
145
+ msgid "No posts processed."
146
+ msgstr ""
147
+
148
+ #: qqworld-auto-save-images.php:233
149
+ msgid "No post has remote images found."
150
+ msgstr ""
151
+
152
+ #: qqworld-auto-save-images.php:234
153
+ msgid "No posts found."
154
+ msgstr ""
155
+
156
+ #: qqworld-auto-save-images.php:235
157
+ msgid "All done."
158
+ msgstr "همه موارد انجام شد."
159
+
160
+ #: qqworld-auto-save-images.php:236
161
+ msgid "Yes"
162
+ msgstr "بله"
163
+
164
+ #: qqworld-auto-save-images.php:237 qqworld-auto-save-images.php:617
165
+ msgid "No"
166
+ msgstr "خیر"
167
+
168
+ #: qqworld-auto-save-images.php:238
169
+ msgid "Scanning..."
170
+ msgstr "در حال پویش..."
171
+
172
+ #: qqworld-auto-save-images.php:239
173
+ msgid "Listing..."
174
+ msgstr ""
175
+
176
+ #: qqworld-auto-save-images.php:240 qqworld-auto-save-images.php:819
177
+ msgid "ID"
178
+ msgstr "شناسه"
179
+
180
+ #: qqworld-auto-save-images.php:241
181
+ msgid "Post Type"
182
+ msgstr "نوع مطلب"
183
+
184
+ #: qqworld-auto-save-images.php:242 qqworld-auto-save-images.php:821
185
+ msgid "Title"
186
+ msgstr "عنوان"
187
+
188
+ #: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:799
189
+ msgid "Status"
190
+ msgstr "وضعیت"
191
+
192
+ #: qqworld-auto-save-images.php:244
193
+ msgid "Control"
194
+ msgstr "بازبینی"
195
+
196
+ #: qqworld-auto-save-images.php:245
197
+ msgid "Done"
198
+ msgstr "انجام شد"
199
+
200
+ #: qqworld-auto-save-images.php:246 qqworld-auto-save-images.php:597
201
+ msgid "Delete"
202
+ msgstr "حذف"
203
+
204
+ #: qqworld-auto-save-images.php:341 qqworld-auto-save-images.php:375
205
+ msgid "Has missing images."
206
+ msgstr ""
207
+
208
+ #: qqworld-auto-save-images.php:375
209
+ msgid "Normal"
210
+ msgstr "عادی"
211
+
212
+ #: qqworld-auto-save-images.php:376
213
+ msgid "Fetch"
214
+ msgstr "گرفتن"
215
+
216
+ #: qqworld-auto-save-images.php:418
217
+ msgid "Save Remote Images"
218
+ msgstr ""
219
+
220
+ #: qqworld-auto-save-images.php:429
221
+ msgid "Settings"
222
+ msgstr "تنظیمات"
223
+
224
+ #: qqworld-auto-save-images.php:437
225
+ msgid "Auto Save Images"
226
+ msgstr "ذخیره خودکار تصاویر"
227
+
228
+ #: qqworld-auto-save-images.php:439 qqworld-auto-save-images.php:466
229
+ msgid "QQWorld Auto Save Images"
230
+ msgstr "ذخیره خودکار تصاویر QQWorld"
231
+
232
+ #: qqworld-auto-save-images.php:448
233
+ msgid "Installation"
234
+ msgstr "نصب"
235
+
236
+ #: qqworld-auto-save-images.php:449
237
+ msgid ""
238
+ "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
239
+ "strong> in php.ini.</li><li>Warning: If your website domain has been "
240
+ "changed, you must modify all image link to new domain from database, or else "
241
+ "all images which not modified in post content will be save again.</li></ol>"
242
+ msgstr ""
243
+
244
+ #: qqworld-auto-save-images.php:453
245
+ msgid "Notice"
246
+ msgstr "توجه"
247
+
248
+ #: qqworld-auto-save-images.php:454
249
+ msgid ""
250
+ "<ul><li>This plugin has a little problem that is all the image url must be "
251
+ "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
252
+ "src=&quot;http://img.whitehouse.gov/image/2014/08/09/gogogo.jpg&quot; /&gt;</"
253
+ "li><li>&lt;img src=&quot;http://www.bubugao.me/image/travel/beijing.png?"
254
+ "date=20140218&quot; /&gt;</li>\t\t\t<li>&lt;img src=&quot;http://r4.ykimg."
255
+ "com/05410408543927D66A0B4D03A98AED24&quot; /&gt;</li><li>&lt;img src=&quot;"
256
+ "https://example.com/image?id=127457&quot; /&gt;</li></ul></li><li>The "
257
+ "examples that not works:<ul><li>&lt;img src=&quot;/images/great.png&quot; /"
258
+ "&gt;</li><li>&lt;img src=&quot;./photo-lab/2014-08-09.jpg&quot; /&gt;</"
259
+ "li><li>&lt;img src=&quot;img/background/black.gif&quot; /&gt;</li></ul></"
260
+ "li></ul>I'v tried to figure this out, but i couldn't get the host name to "
261
+ "make image src full.<br />So if you encounter these codes, plaese manually "
262
+ "fix the images src to full url."
263
+ msgstr ""
264
+
265
+ #: qqworld-auto-save-images.php:458
266
+ msgid "About"
267
+ msgstr "درباره"
268
+
269
+ #: qqworld-auto-save-images.php:459
270
+ msgid ""
271
+ "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
272
+ "just for play in the first place, after 1 year, oneday someone sent an email "
273
+ "to me for help , I was surprise and glad to realized my plugin has a fan. "
274
+ "then more and more peoples asked me for helps, and my plugin was getting "
275
+ "more and more powerful. Now this's my plugin. I hope you will like it, "
276
+ "thanks.</p>"
277
+ msgstr ""
278
+
279
+ #: qqworld-auto-save-images.php:467
280
+ msgid ""
281
+ "Automatically keep the all remote picture to the local, and automatically "
282
+ "set featured image."
283
+ msgstr ""
284
+ "به صورت خودکار تمام تصاویر خارج از وب سایت را درون هاست ذخیره می کند و تصویر "
285
+ "شاخص را تنظیم می کند."
286
+
287
+ #: qqworld-auto-save-images.php:472
288
+ msgid "General"
289
+ msgstr "عمومی"
290
+
291
+ #: qqworld-auto-save-images.php:473
292
+ msgid "Filter"
293
+ msgstr "فیلتر"
294
+
295
+ #: qqworld-auto-save-images.php:474
296
+ msgid "Format"
297
+ msgstr "ساختار"
298
+
299
+ #: qqworld-auto-save-images.php:475
300
+ msgid "Scan Posts"
301
+ msgstr "پویش مطالب"
302
+
303
+ #: qqworld-auto-save-images.php:476
304
+ msgid "Pro Edition"
305
+ msgstr "نسخه حرفه ای"
306
+
307
+ #: qqworld-auto-save-images.php:477
308
+ msgid "Products"
309
+ msgstr "محصولات"
310
+
311
+ #: qqworld-auto-save-images.php:478
312
+ msgid "Contact"
313
+ msgstr "تماس"
314
+
315
+ #: qqworld-auto-save-images.php:484 qqworld-auto-save-images.php:486
316
+ msgid "Mode"
317
+ msgstr "حالت"
318
+
319
+ #: qqworld-auto-save-images.php:489 qqworld-auto-save-images.php:857
320
+ msgid "Automatic"
321
+ msgstr "خودکار"
322
+
323
+ #: qqworld-auto-save-images.php:490
324
+ msgid ""
325
+ "Automatically save all remote images to local media libary when you save or "
326
+ "publish post."
327
+ msgstr ""
328
+ "به صورت خودکار تمام تصاویر خارج از وب سایت را هنگام ذخیره یا انتشار مطلب "
329
+ "درون رسانه سایت ذخیره می کند."
330
+
331
+ #: qqworld-auto-save-images.php:493 qqworld-auto-save-images.php:858
332
+ msgid "Manual"
333
+ msgstr "دستی"
334
+
335
+ #: qqworld-auto-save-images.php:494
336
+ msgid ""
337
+ "Manually save all remote images to local media libary when you click the "
338
+ "button on the top of editor."
339
+ msgstr ""
340
+ "به صورت دستی تمام تصاویر خارج از وب سایت را درون رسانه سایت ذخیره می کند "
341
+ "هنگامی که بر روی دکمه بالای ویرایشگر کلیک کنید."
342
+
343
+ #: qqworld-auto-save-images.php:499 qqworld-auto-save-images.php:501
344
+ msgid "When"
345
+ msgstr "زمان"
346
+
347
+ #: qqworld-auto-save-images.php:504
348
+ msgid "Save post (Publish, save draft or pedding review)."
349
+ msgstr "هنگام ذخیره مطلب (انتشار ، ذخیره پیش نویس یا در حال بررسی)"
350
+
351
+ #: qqworld-auto-save-images.php:508
352
+ msgid "Publish post only."
353
+ msgstr "فقط هنگام انتشار."
354
+
355
+ #: qqworld-auto-save-images.php:514 qqworld-auto-save-images.php:516
356
+ msgid "Schedule Publish"
357
+ msgstr "برنامه ریزی انتشار"
358
+
359
+ #: qqworld-auto-save-images.php:514
360
+ msgid "Save remote images via Schedule Publish."
361
+ msgstr "تصاویر خارج از وب سایت را به وسیله برنامه ریزی انتشار ذخیره می کند."
362
+
363
+ #: qqworld-auto-save-images.php:524 qqworld-auto-save-images.php:526
364
+ msgid "Remote Publishing"
365
+ msgstr "انتشار از راه دور"
366
+
367
+ #: qqworld-auto-save-images.php:524
368
+ msgid ""
369
+ "Save remote images via remote publishing from IFTTT or other way using "
370
+ "XMLRPC. Only supports publish post."
371
+ msgstr ""
372
+
373
+ #: qqworld-auto-save-images.php:534 qqworld-auto-save-images.php:536
374
+ #: qqworld-auto-save-images.php:883
375
+ msgid "Set Featured Image"
376
+ msgstr "تنظیم تصویر شاخص"
377
+
378
+ #: qqworld-auto-save-images.php:534
379
+ msgid "Set first one of the remote images as featured image."
380
+ msgstr "اولین تصویر خارج از وب سایت را به عنوان تصویر شاخص تنظیم می کند."
381
+
382
+ #: qqworld-auto-save-images.php:550 qqworld-auto-save-images.php:552
383
+ msgid "Grabbing from Each Posts"
384
+ msgstr "گرفتن از هر مطلب"
385
+
386
+ #: qqworld-auto-save-images.php:554
387
+ msgid "All Images"
388
+ msgstr "همه تصاویر"
389
+
390
+ #: qqworld-auto-save-images.php:558
391
+ #, php-format
392
+ msgid "First %d image only"
393
+ msgid_plural "First %d images only"
394
+ msgstr[0] "فقط %d تصویر اول"
395
+
396
+ #: qqworld-auto-save-images.php:565 qqworld-auto-save-images.php:567
397
+ msgid "Minimum Picture Size"
398
+ msgstr "حداقل اندازه تصویر"
399
+
400
+ #: qqworld-auto-save-images.php:565
401
+ msgid "Ignore smaller than this size picture."
402
+ msgstr "چشم پوشی از تصاویر کوچکتر از این سایز."
403
+
404
+ #: qqworld-auto-save-images.php:569 qqworld-auto-save-images.php:581
405
+ msgid "Width:"
406
+ msgstr "عرض:"
407
+
408
+ #: qqworld-auto-save-images.php:569 qqworld-auto-save-images.php:572
409
+ #: qqworld-auto-save-images.php:581 qqworld-auto-save-images.php:584
410
+ msgid "(px)"
411
+ msgstr "(پیکسل)"
412
+
413
+ #: qqworld-auto-save-images.php:572 qqworld-auto-save-images.php:584
414
+ msgid "Height:"
415
+ msgstr "ارتفاع:"
416
+
417
+ #: qqworld-auto-save-images.php:577 qqworld-auto-save-images.php:579
418
+ msgid "Maximum Picture Size"
419
+ msgstr "حداکثر اندازه تصویر"
420
+
421
+ #: qqworld-auto-save-images.php:577
422
+ msgid ""
423
+ "Automatic reduction is greater than the size of the picture. if you want "
424
+ "image width less than 800px with any size height, please set width 800 and "
425
+ "leave height blank."
426
+ msgstr ""
427
+
428
+ #: qqworld-auto-save-images.php:589 qqworld-auto-save-images.php:591
429
+ msgid "Exclude Domain/Keyword"
430
+ msgstr "چشم پوشی از دامنه/کلمه کلیدی"
431
+
432
+ #: qqworld-auto-save-images.php:589
433
+ msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
434
+ msgstr ""
435
+
436
+ #: qqworld-auto-save-images.php:601
437
+ msgid "Add a Domain/Keyword"
438
+ msgstr "اضافه کردن یک دامنه/کلمه کلیدی"
439
+
440
+ #: qqworld-auto-save-images.php:612 qqworld-auto-save-images.php:615
441
+ msgid "Change Image Filename"
442
+ msgstr "تغییر نام تصویر"
443
+
444
+ #: qqworld-auto-save-images.php:618
445
+ msgid ""
446
+ "Only change remote images filename that have Non-ASCii characters (for "
447
+ "Windows Server)"
448
+ msgstr ""
449
+
450
+ #: qqworld-auto-save-images.php:619
451
+ msgid ""
452
+ "Change all remote images Filename and Alt as post name (for Linux Server)"
453
+ msgstr ""
454
+
455
+ #: qqworld-auto-save-images.php:624 qqworld-auto-save-images.php:626
456
+ msgid "Custom Filename Structure"
457
+ msgstr "ساختار نام فایل دلخواه"
458
+
459
+ #: qqworld-auto-save-images.php:631
460
+ msgid "Original filename or automatic changed filename."
461
+ msgstr "نام اصلی فایل یا نام فایل تغییر یافته خودکار."
462
+
463
+ #: qqworld-auto-save-images.php:632
464
+ msgid "Full date, e.g. 20150209."
465
+ msgstr "تاریخ به صورت کامل به عنوان مثال 20150209."
466
+
467
+ #: qqworld-auto-save-images.php:633
468
+ msgid "YYYY, e.g. 2015."
469
+ msgstr "سال به عنوان مثال 1397"
470
+
471
+ #: qqworld-auto-save-images.php:634
472
+ msgid "MM, e.g. 02."
473
+ msgstr "ماه به عنوان مثال 02"
474
+
475
+ #: qqworld-auto-save-images.php:635
476
+ msgid "DD, e.g. 15."
477
+ msgstr "روز به عنوان مثال 15"
478
+
479
+ #: qqworld-auto-save-images.php:636
480
+ msgid "HHMMSS, e.g. 182547."
481
+ msgstr "زمان به عنوان مثال 182547"
482
+
483
+ #: qqworld-auto-save-images.php:637
484
+ #, php-format
485
+ msgid "Unix timestamp, e.g. %s."
486
+ msgstr ""
487
+
488
+ #: qqworld-auto-save-images.php:642 qqworld-auto-save-images.php:644
489
+ msgid "Change Title & Alt"
490
+ msgstr ""
491
+
492
+ #: qqworld-auto-save-images.php:642
493
+ msgid "Automatically add title & alt of image as post title."
494
+ msgstr ""
495
+
496
+ #: qqworld-auto-save-images.php:651 qqworld-auto-save-images.php:653
497
+ msgid "Keep Outside Links"
498
+ msgstr ""
499
+
500
+ #: qqworld-auto-save-images.php:651
501
+ msgid "Keep the outside links of remote images if exist."
502
+ msgstr ""
503
+
504
+ #: qqworld-auto-save-images.php:660 qqworld-auto-save-images.php:662
505
+ msgid "Save Outside Links"
506
+ msgstr ""
507
+
508
+ #: qqworld-auto-save-images.php:660
509
+ msgid "Save the outside links to description of attachments."
510
+ msgstr ""
511
+
512
+ #: qqworld-auto-save-images.php:666
513
+ msgid ""
514
+ "To custom the content, add codes into <strong>functions.php</strong> like "
515
+ "this below:"
516
+ msgstr ""
517
+
518
+ #: qqworld-auto-save-images.php:675 qqworld-auto-save-images.php:677
519
+ msgid "Image Size"
520
+ msgstr "اندازه تصویر"
521
+
522
+ #: qqworld-auto-save-images.php:675
523
+ msgid "Replace images you want size to display."
524
+ msgstr ""
525
+
526
+ #: qqworld-auto-save-images.php:682
527
+ msgid "Thumbnail"
528
+ msgstr "بند انگشتی"
529
+
530
+ #: qqworld-auto-save-images.php:683
531
+ msgid "Medium"
532
+ msgstr "متوسط"
533
+
534
+ #: qqworld-auto-save-images.php:684
535
+ msgid "Large"
536
+ msgstr "بزرگ"
537
+
538
+ #: qqworld-auto-save-images.php:685
539
+ msgid "Full Size"
540
+ msgstr "اندازه کامل"
541
+
542
+ #: qqworld-auto-save-images.php:694 qqworld-auto-save-images.php:696
543
+ msgid "Link To"
544
+ msgstr "پیوند به"
545
+
546
+ #: qqworld-auto-save-images.php:694
547
+ msgid "If you checked Keep-Outside-Links, this option will not works."
548
+ msgstr ""
549
+
550
+ #: qqworld-auto-save-images.php:701
551
+ msgid "Media File"
552
+ msgstr "فایل رسانه"
553
+
554
+ #: qqworld-auto-save-images.php:702
555
+ msgid "Attachment Page"
556
+ msgstr ""
557
+
558
+ #: qqworld-auto-save-images.php:703 qqworld-auto-save-images.php:722
559
+ msgid "None"
560
+ msgstr "هیچ کدام"
561
+
562
+ #: qqworld-auto-save-images.php:712 qqworld-auto-save-images.php:714
563
+ msgid "Align To"
564
+ msgstr "تراز کردن به"
565
+
566
+ #: qqworld-auto-save-images.php:719
567
+ msgid "Left"
568
+ msgstr "چپ"
569
+
570
+ #: qqworld-auto-save-images.php:720
571
+ msgid "Center"
572
+ msgstr "وسط"
573
+
574
+ #: qqworld-auto-save-images.php:721
575
+ msgid "Right"
576
+ msgstr "راست"
577
+
578
+ #: qqworld-auto-save-images.php:731 qqworld-auto-save-images.php:733
579
+ msgid "Auto Caption"
580
+ msgstr "عنوان خودکار"
581
+
582
+ #: qqworld-auto-save-images.php:731
583
+ msgid "Automatically add caption shortcode."
584
+ msgstr ""
585
+
586
+ #: qqworld-auto-save-images.php:740 qqworld-auto-save-images.php:742
587
+ msgid "Additional Content"
588
+ msgstr "محتوای اضافی"
589
+
590
+ #: qqworld-auto-save-images.php:740
591
+ msgid ""
592
+ "This content will be displayed after the each remote images code. you can "
593
+ "use [Attachment ID] indicate current attachment ID."
594
+ msgstr ""
595
+
596
+ #: qqworld-auto-save-images.php:745
597
+ msgid "For example: [Gbuy id='[Attachment ID]']"
598
+ msgstr "برای مثال: [Gbuy id='[Attachment ID]']"
599
+
600
+ #: qqworld-auto-save-images.php:762
601
+ msgid "Select post types"
602
+ msgstr ""
603
+
604
+ #: qqworld-auto-save-images.php:762
605
+ msgid ""
606
+ "If you have too many posts to be scan, sometimes in process looks like "
607
+ "stopping, but it may be fake. please be patient."
608
+ msgstr ""
609
+
610
+ #: qqworld-auto-save-images.php:776
611
+ msgid "Categories"
612
+ msgstr "دسته بندی ها"
613
+
614
+ #: qqworld-auto-save-images.php:776
615
+ msgid "Default empty to scan all categories."
616
+ msgstr ""
617
+
618
+ #: qqworld-auto-save-images.php:781
619
+ msgid "Scope of Post ID"
620
+ msgstr ""
621
+
622
+ #: qqworld-auto-save-images.php:781
623
+ msgid ""
624
+ "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
625
+ "100. please type '50' and '100' or '100' and '50', The order in which two "
626
+ "numbers can be reversed. If you only type one number, system would only scan "
627
+ "that ID."
628
+ msgstr ""
629
+
630
+ #: qqworld-auto-save-images.php:782
631
+ #, php-format
632
+ msgid "From %1$s to %2$s"
633
+ msgstr ""
634
+
635
+ #: qqworld-auto-save-images.php:786
636
+ msgid "Offset"
637
+ msgstr ""
638
+
639
+ #: qqworld-auto-save-images.php:786
640
+ msgid ""
641
+ "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
642
+ "in the textfield and select '100'."
643
+ msgstr ""
644
+
645
+ #: qqworld-auto-save-images.php:788
646
+ #, php-format
647
+ msgid "Start from %s to Scan"
648
+ msgstr ""
649
+
650
+ #: qqworld-auto-save-images.php:790
651
+ msgid "All"
652
+ msgstr "همه"
653
+
654
+ #: qqworld-auto-save-images.php:794
655
+ msgid "Posts"
656
+ msgstr "مطالب"
657
+
658
+ #: qqworld-auto-save-images.php:804
659
+ msgid "Any"
660
+ msgstr ""
661
+
662
+ #: qqworld-auto-save-images.php:814
663
+ msgid "Order By"
664
+ msgstr "ترتیب براساس"
665
+
666
+ #: qqworld-auto-save-images.php:820
667
+ msgid "Author"
668
+ msgstr "نویسنده"
669
+
670
+ #: qqworld-auto-save-images.php:822
671
+ msgid "Date"
672
+ msgstr "تاریخ"
673
+
674
+ #: qqworld-auto-save-images.php:823
675
+ msgid "Last Modified"
676
+ msgstr "آخرین اصلاحات"
677
+
678
+ #: qqworld-auto-save-images.php:824
679
+ msgid "Comment Count"
680
+ msgstr "تعداد نظرات"
681
+
682
+ #: qqworld-auto-save-images.php:834
683
+ msgid "Order"
684
+ msgstr "ترتیب"
685
+
686
+ #: qqworld-auto-save-images.php:844
687
+ msgid "Speed"
688
+ msgstr "سرعت"
689
+
690
+ #: qqworld-auto-save-images.php:844
691
+ msgid "If the server is too much stress may be appropriately reduced speed."
692
+ msgstr ""
693
+
694
+ #: qqworld-auto-save-images.php:857
695
+ msgid ""
696
+ "Scan posts and keep remote images in all posts to local media library. Maybe "
697
+ "take a long time."
698
+ msgstr ""
699
+
700
+ #: qqworld-auto-save-images.php:858
701
+ msgid ""
702
+ "The list displayed will show you which posts including remote images, then "
703
+ "you can keep them to local manually via click \"Fetch\" button."
704
+ msgstr ""
705
+
706
+ #: qqworld-auto-save-images.php:869
707
+ msgid "Purchase or Trial"
708
+ msgstr ""
709
+
710
+ #: qqworld-auto-save-images.php:871
711
+ msgid ""
712
+ "The pro edition's plugin name is <strong>QQWorld Collector</strong>, Does "
713
+ "the feeling of maintaining the site work very heavy? This plugin will save "
714
+ "you a lot of time!"
715
+ msgstr ""
716
+
717
+ #: qqworld-auto-save-images.php:872
718
+ #, php-format
719
+ msgid "Price: from <strong>%s</strong>"
720
+ msgstr ""
721
+
722
+ #: qqworld-auto-save-images.php:872
723
+ msgctxt "price"
724
+ msgid "$15 (RMB &#165;99)"
725
+ msgstr ""
726
+
727
+ #: qqworld-auto-save-images.php:873
728
+ msgid "15 days free trial of the ultimate version."
729
+ msgstr ""
730
+
731
+ #: qqworld-auto-save-images.php:875
732
+ msgid "Details or Purchase"
733
+ msgstr "جزئیات یا خرید"
734
+
735
+ #: qqworld-auto-save-images.php:876
736
+ msgid "Download Trial Edition"
737
+ msgstr "دریافت نسخه آزمایشی"
738
+
739
+ #: qqworld-auto-save-images.php:881
740
+ msgid "Demo of Manual Mode"
741
+ msgstr ""
742
+
743
+ #: qqworld-auto-save-images.php:884
744
+ msgid ""
745
+ "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
746
+ "KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
747
+ msgstr ""
748
+
749
+ #: qqworld-auto-save-images.php:888
750
+ msgid "Comparison"
751
+ msgstr ""
752
+
753
+ #: qqworld-auto-save-images.php:894
754
+ msgid "Items"
755
+ msgstr ""
756
+
757
+ #: qqworld-auto-save-images.php:895
758
+ msgid "Ultimate Edition"
759
+ msgstr ""
760
+
761
+ #: qqworld-auto-save-images.php:896
762
+ msgid "Server Edition"
763
+ msgstr "نسخه سرور"
764
+
765
+ #: qqworld-auto-save-images.php:897
766
+ msgid "Professional Edition"
767
+ msgstr "نسخه حرفه ای"
768
+
769
+ #: qqworld-auto-save-images.php:898
770
+ msgid "Free Edition"
771
+ msgstr "نسخه رایگان"
772
+
773
+ #: qqworld-auto-save-images.php:903
774
+ msgid ""
775
+ "Automatically delete the HTML code of remote images smaller than Minimum-"
776
+ "Picture-Size."
777
+ msgstr ""
778
+
779
+ #: qqworld-auto-save-images.php:910
780
+ msgid ""
781
+ "Detecting replicated images in media library by Original-link and CRC (Only "
782
+ "for new images that after v1.1 updated)."
783
+ msgstr ""
784
+
785
+ #: qqworld-auto-save-images.php:917
786
+ msgid "Automatically exclude specified remote images by CRC."
787
+ msgstr ""
788
+
789
+ #: qqworld-auto-save-images.php:924
790
+ msgid "Automatically delete html code of specified remote images by CRC."
791
+ msgstr ""
792
+
793
+ #: qqworld-auto-save-images.php:931
794
+ msgid ""
795
+ "New manual mode with multi-thread<br> (Faster than automatic mode and modify "
796
+ "Title &amp; Alt in realtime)"
797
+ msgstr ""
798
+
799
+ #: qqworld-auto-save-images.php:938
800
+ msgid "Download Images from WeChat"
801
+ msgstr ""
802
+
803
+ #: qqworld-auto-save-images.php:945
804
+ msgid "Cron Scan Posts"
805
+ msgstr ""
806
+
807
+ #: qqworld-auto-save-images.php:952
808
+ msgid "Watermark"
809
+ msgstr ""
810
+
811
+ #: qqworld-auto-save-images.php:959
812
+ msgid "Images Compression (JPG Only)"
813
+ msgstr ""
814
+
815
+ #: qqworld-auto-save-images.php:966
816
+ msgid "Use Proxy"
817
+ msgstr "استفاده از پروکسی"
818
+
819
+ #: qqworld-auto-save-images.php:973
820
+ msgid ""
821
+ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
822
+ "remote image with outside link, and grab the bigger one."
823
+ msgstr ""
824
+
825
+ #: qqworld-auto-save-images.php:980
826
+ msgid ""
827
+ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
828
+ "COS)"
829
+ msgstr ""
830
+
831
+ #: qqworld-auto-save-images.php:987
832
+ msgid ""
833
+ "Database content replacement, easy to replace content in post content and "
834
+ "post titles."
835
+ msgstr ""
836
+
837
+ #: qqworld-auto-save-images.php:994
838
+ msgid ""
839
+ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
840
+ "images to choose from web pages."
841
+ msgstr ""
842
+
843
+ #: qqworld-auto-save-images.php:1001
844
+ msgid "Translation (Baidu Translation, Google Translation)"
845
+ msgstr ""
846
+
847
+ #: qqworld-auto-save-images.php:1008
848
+ msgid ""
849
+ "Set no remote images saved into media library, it means would not generate "
850
+ "thumbnail with many sizes. but if you checked Set-Featured-Image, the first "
851
+ "remote image will be saved into media library."
852
+ msgstr ""
853
+
854
+ #: qqworld-auto-save-images.php:1015
855
+ msgid "Support automatically convert BMP/WEBP to JPG."
856
+ msgstr ""
857
+
858
+ #: qqworld-auto-save-images.php:1022
859
+ msgid ""
860
+ "Cleaner tool: If you have a huge media library and do not know how many "
861
+ "attachments has not bean used. this tool will help you to find out."
862
+ msgstr ""
863
+
864
+ #: qqworld-auto-save-images.php:1029
865
+ msgid ""
866
+ "Special Features: Automatically keep remote images in the custom fields to "
867
+ "the local media library."
868
+ msgstr ""
869
+
870
+ #: qqworld-auto-save-images.php:1050
871
+ msgid "QQWorld Collector"
872
+ msgstr ""
873
+
874
+ #: qqworld-auto-save-images.php:1051
875
+ msgid "Help you maintain the site to save a lot of time."
876
+ msgstr ""
877
+
878
+ #: qqworld-auto-save-images.php:1052 qqworld-auto-save-images.php:1058
879
+ #: qqworld-auto-save-images.php:1064 qqworld-auto-save-images.php:1070
880
+ #: qqworld-auto-save-images.php:1076 qqworld-auto-save-images.php:1082
881
+ msgid "View Details"
882
+ msgstr "مشاهده جزئیات"
883
+
884
+ #: qqworld-auto-save-images.php:1056
885
+ msgid "QQWorld Checkout"
886
+ msgstr ""
887
+
888
+ #: qqworld-auto-save-images.php:1057
889
+ msgid "Support WeChat and Alipay desktop and mobile dual payment function."
890
+ msgstr ""
891
+
892
+ #: qqworld-auto-save-images.php:1062
893
+ msgid "QQWorld Woocommerce Assistant"
894
+ msgstr "دستیار ووکامرس QQWorld"
895
+
896
+ #: qqworld-auto-save-images.php:1063
897
+ msgid "If you have a Chinese Woocommerce shop, you will like it."
898
+ msgstr ""
899
+
900
+ #: qqworld-auto-save-images.php:1068
901
+ msgid "QQWorld Passport"
902
+ msgstr ""
903
+
904
+ #: qqworld-auto-save-images.php:1069
905
+ msgid "Support QQ, WeChat, Weibo login, it is important that free."
906
+ msgstr ""
907
+
908
+ #: qqworld-auto-save-images.php:1074
909
+ msgid "QQWorld Synchronizer"
910
+ msgstr ""
911
+
912
+ #: qqworld-auto-save-images.php:1075
913
+ msgid ""
914
+ "As a expansion of the QQWorld Passport which to provide a series of WeChat "
915
+ "enhanced features, such as Native login."
916
+ msgstr ""
917
+
918
+ #: qqworld-auto-save-images.php:1080
919
+ msgid "QQWorld Mobile"
920
+ msgstr ""
921
+
922
+ #: qqworld-auto-save-images.php:1081
923
+ msgid ""
924
+ "As a expansion of the QQWorld Passport which to provide a series of mobile "
925
+ "features, such as login via your china phone number."
926
+ msgstr ""
927
+
928
+ #: qqworld-auto-save-images.php:1091
929
+ msgctxt "contact"
930
+ msgid "Developer"
931
+ msgstr "توسعه دهنده"
932
+
933
+ #: qqworld-auto-save-images.php:1095
934
+ msgid "Official Website"
935
+ msgstr "وب سایت رسمی"
936
+
937
+ #: qqworld-auto-save-images.php:1099
938
+ msgid "Email"
939
+ msgstr "ایمیل"
940
+
941
+ #: qqworld-auto-save-images.php:1103
942
+ msgid "Tencent QQ"
943
+ msgstr "Tencent QQ"
944
+
945
+ #: qqworld-auto-save-images.php:1104
946
+ #, php-format
947
+ msgid "%s: "
948
+ msgstr ""
949
+
950
+ #: qqworld-auto-save-images.php:1104
951
+ msgid "QQ Group"
952
+ msgstr "QQ Group"
953
+
954
+ #: qqworld-auto-save-images.php:1107
955
+ msgid "Wechat"
956
+ msgstr "Wechat"
957
+
958
+ #: qqworld-auto-save-images.php:1109
959
+ msgid "Please use the WeChat APP to scan the QR code."
960
+ msgstr ""
961
+
962
+ #: qqworld-auto-save-images.php:1112
963
+ msgid "Cellphone"
964
+ msgstr "تلفن همراه"
965
+
966
+ #: qqworld-auto-save-images.php:1217
967
+ msgid "Has Missing/Undownloadable images."
968
+ msgstr ""
969
+
970
+ #: qqworld-auto-save-images.php:1224
971
+ msgid "No remote images found."
972
+ msgstr ""
973
+
974
+ #: qqworld-auto-save-images.php:1426
975
+ msgid "Original Link"
976
+ msgstr "پیوند اصلی"
977
+
978
+ #~ msgid "Summary"
979
+ #~ msgstr "簡介"
980
+
981
+ #~ msgid "Buy"
982
+ #~ msgstr "購買"
983
+
984
+ #~ msgid ""
985
+ #~ "(No need understand chinese, there is a language switcher on Header.)"
986
+ #~ msgstr " "
987
+
988
+ #~ msgid "$15 (RMB &#165;99)"
989
+ #~ msgstr "&#165;99($15 美元)"
990
+
991
+ #~ msgid "Price: <strong>%s</strong>"
992
+ #~ msgstr "售價:<strong>%s</strong>"
993
+
994
+ #~ msgid "The inactive domain is free for 15 days."
995
+ #~ msgstr "未激活的域名可以免費試用15天。"
996
+
997
+ #~ msgid "Free Download"
998
+ #~ msgstr "免費下載"
999
+
1000
+ #~ msgid "Baidu SkyDrive"
1001
+ #~ msgstr "百度雲網盤"
1002
+
1003
+ #~ msgid "Google Drive"
1004
+ #~ msgstr "谷歌雲端硬盤"
1005
+
1006
+ #~ msgid ""
1007
+ #~ "(No need understand chinese, there is a language switcher on left "
1008
+ #~ "sidebar.)"
1009
+ #~ msgstr " "
1010
+
1011
+ #~ msgid ""
1012
+ #~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
1013
+ #~ "images to choose from web pages. and the automatic collection feature in "
1014
+ #~ "future."
1015
+ #~ msgstr ",未來將開發自動采集功能。"
1016
+
1017
+ #~ msgid ""
1018
+ #~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
1019
+ #~ "images to choose from web pages. and the automatic collection feature in "
1020
+ #~ "future."
1021
+ #~ msgstr ""
1022
+ #~ "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集"
1023
+ #~ "功能。"
1024
+
1025
+ #~ msgctxt "qqworld_auto_save_images"
1026
+ #~ msgid ""
1027
+ #~ "Automatically delete the HTML code of remote images smaller than Minimum-"
1028
+ #~ "Picture-Size."
1029
+ #~ msgstr "可選擇自動刪除小于最小圖像尺寸的遠程圖像HTML代碼"
1030
+
1031
+ #~ msgctxt "qqworld_auto_save_images"
1032
+ #~ msgid ""
1033
+ #~ "Detecting replicated images in media library by Original-link and CRC "
1034
+ #~ "(Only for new images that after v1.1 updated)."
1035
+ #~ msgstr ""
1036
+ #~ "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用于更新1.1版之後下載的圖像)"
1037
+
1038
+ #~ msgctxt "qqworld_auto_save_images"
1039
+ #~ msgid "Automatically exclude specified remote images by CRC."
1040
+ #~ msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像"
1041
+
1042
+ #~ msgctxt "qqworld_auto_save_images"
1043
+ #~ msgid "Automatically delete html code of specified remote images by CRC."
1044
+ #~ msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼"
1045
+
1046
+ #~ msgctxt "qqworld_auto_save_images"
1047
+ #~ msgid ""
1048
+ #~ "New manual mode with multi-thread<br> (Faster than automatic mode and "
1049
+ #~ "modify Title &amp; Alt in realtime)"
1050
+ #~ msgstr ""
1051
+ #~ "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
1052
+
1053
+ #~ msgctxt "qqworld_auto_save_images"
1054
+ #~ msgid "Download Images from WeChat"
1055
+ #~ msgstr "下載微信圖片"
1056
+
1057
+ #~ msgctxt "qqworld_auto_save_images"
1058
+ #~ msgid "Cron Scan Posts"
1059
+ #~ msgstr "定時掃描文章"
1060
+
1061
+ #~ msgctxt "qqworld_auto_save_images"
1062
+ #~ msgid "Watermark"
1063
+ #~ msgstr "水印"
1064
+
1065
+ #~ msgctxt "qqworld_auto_save_images"
1066
+ #~ msgid "Images Compression (JPG Only)"
1067
+ #~ msgstr "壓縮優化圖片(僅JPEG)"
1068
+
1069
+ #~ msgctxt "qqworld_auto_save_images"
1070
+ #~ msgid "Use Proxy"
1071
+ #~ msgstr "使用代理服務器(可下載需要翻牆的圖片)"
1072
+
1073
+ #~ msgctxt "qqworld_auto_save_images"
1074
+ #~ msgid ""
1075
+ #~ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
1076
+ #~ "remote image with outside link, and grab the bigger one."
1077
+ #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1078
+
1079
+ #~ msgctxt "qqworld_auto_save_images"
1080
+ #~ msgid ""
1081
+ #~ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, "
1082
+ #~ "Tencent COS)"
1083
+ #~ msgstr ""
1084
+ #~ "使用Cookie-Free域名和外部存儲器(阿裏雲OSS、七牛雲存儲、又拍雲存儲和騰訊"
1085
+ #~ "COS等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
1086
+
1087
+ #~ msgctxt "qqworld_auto_save_images"
1088
+ #~ msgid ""
1089
+ #~ "Database content replacement, easy to replace content in post content and "
1090
+ #~ "post titles."
1091
+ #~ msgstr "數據庫內容替換,輕松替換文章內容和標題的字符串。"
1092
+
1093
+ #~ msgctxt "qqworld_auto_save_images"
1094
+ #~ msgid ""
1095
+ #~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
1096
+ #~ "images to choose from web pages. and the automatic collection feature in "
1097
+ #~ "future."
1098
+ #~ msgstr ""
1099
+ #~ "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集"
1100
+ #~ "功能。"
1101
+
1102
+ #~ msgctxt "qqworld_auto_save_images"
1103
+ #~ msgid "Translation (Baidu Translation, Google Translation)"
1104
+ #~ msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
1105
+
1106
+ #~ msgctxt "qqworld_auto_save_images"
1107
+ #~ msgid ""
1108
+ #~ "Set no remote images saved into media library, it means would not "
1109
+ #~ "generate thumbnail with many sizes. but if you checked Set-Featured-"
1110
+ #~ "Image, the first remote image will be saved into media library."
1111
+ #~ msgstr ""
1112
+ #~ "可選擇不保存圖像到媒體庫,這意味著不會生成各種尺寸的縮略圖,但是如果勾選了"
1113
+ #~ "自動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
1114
+
1115
+ #~ msgctxt "qqworld_auto_save_images"
1116
+ #~ msgid "Support automatically convert BMP/WEBP to JPG."
1117
+ #~ msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
1118
+
1119
+ #~ msgctxt "qqworld_auto_save_images"
1120
+ #~ msgid ""
1121
+ #~ "Cleaner tool: If you have a huge media library and do not know how many "
1122
+ #~ "attachments has not bean used. this tool will help you to find out."
1123
+ #~ msgstr ""
1124
+ #~ "清理工具:如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具"
1125
+ #~ "可以幫到你。"
1126
+
1127
+ #~ msgctxt "qqworld_auto_save_images"
1128
+ #~ msgid ""
1129
+ #~ "Special Features: Automatically keep remote images in the custom fields "
1130
+ #~ "to the local media library."
1131
+ #~ msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
1132
+
1133
+ #~ msgid ""
1134
+ #~ "New manual mode with multi-thread (Faster than automatic mode and modify "
1135
+ #~ "Title & Alt in realtime)"
1136
+ #~ msgstr "支持多線程的手動模式(比自動模式更快,且可以即時修改Title和Alt)"
1137
+
1138
+ #~ msgid ""
1139
+ #~ "New Mode: Remote images will no be saved into media library, it means "
1140
+ #~ "would not generate thumbnail. but if you checked Set-Featured-Image, the "
1141
+ #~ "first remote image will be saved into media library."
1142
+ #~ msgstr ""
1143
+ #~ "新模式:遠程圖像不會被保存到媒體庫,這意味著不會生成各種尺寸的縮略圖。但如"
1144
+ #~ "果你勾選了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
1145
+
1146
+ #~ msgid "Automatically delete images code smaller than minimum-picture-size."
1147
+ #~ msgstr "自動刪除小于最小圖像尺寸的圖片代碼。"
1148
+
1149
+ #~ msgid ""
1150
+ #~ "Smart Grabbing, Automatically detect 2 images url from href/src of remote "
1151
+ #~ "image with outside link, and grab the bigger one."
1152
+ #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1153
+
1154
+ #~ msgid "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu)"
1155
+ #~ msgstr "使用Cookie-Free域名和CDN服務(阿裏雲OSS、七牛雲存儲、又拍雲存儲等)"
1156
+
1157
+ #~ msgid "Support automatically convert BMP to JPG."
1158
+ #~ msgstr "支持自動將 BMP 轉換爲 JPG。"
1159
+
1160
+ #~ msgid ""
1161
+ #~ "Collect webpage manually: Easy reprint articles, and get all the images "
1162
+ #~ "to choose from web pages."
1163
+ #~ msgstr "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇"
1164
+
1165
+ #~ msgid ""
1166
+ #~ "Remote images will no be saved into media library, it means would not "
1167
+ #~ "generate thumbnail. but if you checked Set-Featured-Image, the first "
1168
+ #~ "remote image will be saved into media library."
1169
+ #~ msgstr ""
1170
+ #~ "遠程圖像不會被保存到媒體庫,這意味著不會生成各種尺寸的縮略圖。但如果你勾選"
1171
+ #~ "了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
1172
+
1173
+ #~ msgid ""
1174
+ #~ "If the remote image had downloaded before, wouldn't download again and "
1175
+ #~ "just load the attachment which already saved."
1176
+ #~ msgstr ""
1177
+ #~ "如果遠程圖像之前已經下載過,則不會再次下載並且直接調用已經保存的附件。"
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: 2017-04-14 07:58+0800\n"
6
- "PO-Revision-Date: 2017-04-14 07:58+0800\n"
7
  "Last-Translator: Michael Wang <admin@qqworld.org>\n"
8
  "Language-Team: QQWorld <admin@qqworld.org>\n"
9
  "Language: zh_CN\n"
@@ -13,233 +13,230 @@ 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.8.4\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:119 qqworld-auto-save-images.php:1049
23
- #: qqworld-auto-save-images.php:1053
 
24
  msgid "Michael Wang"
25
  msgstr "王晓骞"
26
 
27
- #: qqworld-auto-save-images.php:120
28
  msgid " (In Development)"
29
  msgstr "(开发中)"
30
 
31
- #: qqworld-auto-save-images.php:127
32
  msgid ""
33
  "Your server PHP does not support cUrl, please remove ';' from in front of "
34
  "extension=php_curl.dll in the php.ini."
35
  msgstr ""
36
  "你的服务器PHP不支持cUrl,请在php.ini中移除extension=php_curl.dll前面的‘;’。"
37
 
38
- #: qqworld-auto-save-images.php:128
39
  msgid ""
40
  "Your server PHP does not support GD2, please remove ';' from in front of "
41
  "extension=php_gd2.dll in the <strong>php.ini</strong>."
42
  msgstr ""
43
  "你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
44
 
45
- #: qqworld-auto-save-images.php:129
46
  msgid ""
47
  "Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
48
  "php.ini."
49
  msgstr "你的服务器PHP不支持fopen,请在php.ini中设置allow_url_fopen=1。"
50
 
51
- #: qqworld-auto-save-images.php:165
52
  msgid "No taxonomies found."
53
  msgstr "没有相关分类方法。"
54
 
55
- #: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:341
56
- #: qqworld-auto-save-images.php:1171
57
  msgid "All remote images have been saved."
58
  msgstr "已保存所有远程图像。"
59
 
60
- #: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:174
61
  #, php-format
62
  msgid " <a href=\"%s\">View</a>"
63
  msgstr " <a href=\"%s\">查看</a>"
64
 
65
- #: qqworld-auto-save-images.php:174
66
  msgid "Has missing images or image which could not download."
67
  msgstr "内容包含 不存在/无法下载 的图像。"
68
 
69
- #: qqworld-auto-save-images.php:195
70
  msgid "In Process..."
71
  msgstr "正在保存……"
72
 
73
- #: qqworld-auto-save-images.php:196
74
  msgid "Something error, please check."
75
  msgstr "出错了,请检查。"
76
 
77
- #: qqworld-auto-save-images.php:218
78
  msgid ""
79
  "Are you sure?<br />Before you click the yes button, I recommend backup site "
80
  "database."
81
  msgstr "你确定吗?<br />在点击确定按钮之前,我建议你备份网站的数据库。"
82
 
83
- #: qqworld-auto-save-images.php:219 qqworld-auto-save-images.php:776
84
  msgid "Please select post types."
85
  msgstr "请选择文章类型。"
86
 
87
- #: qqworld-auto-save-images.php:220
88
  msgid "May be a problem with some posts: "
89
  msgstr "也许一些文章有问题:"
90
 
91
- #: qqworld-auto-save-images.php:221
92
  #, php-format
93
  msgid "No need enter \"%s\"."
94
  msgstr "不需要输入“%s”。"
95
 
96
- #: qqworld-auto-save-images.php:222
97
  #, php-format
98
  msgid "%d post has been scanned."
99
  msgstr "已扫描%d篇文章。"
100
 
101
- #: qqworld-auto-save-images.php:223
102
  #, php-format
103
  msgid "%d posts have been scanned."
104
  msgstr "已扫描%d篇文章。"
105
 
106
- #: qqworld-auto-save-images.php:224
107
  #, php-format
108
  msgid "%d post included remote images processed."
109
  msgstr "已处理%d篇包含远程图像的文章。"
110
 
111
- #: qqworld-auto-save-images.php:225
112
  #, php-format
113
  msgid "%d posts included remote images processed."
114
  msgstr "已处理%d篇包含远程图像的文章。"
115
 
116
- #: qqworld-auto-save-images.php:226
117
  #, php-format
118
  msgid "%d post has missing images couldn't be processed."
119
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
120
 
121
- #: qqworld-auto-save-images.php:227
122
  #, php-format
123
  msgid "%d posts have missing images couldn't be processed."
124
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
125
 
126
- #: qqworld-auto-save-images.php:228
127
  #, php-format
128
  msgid "found %d post including remote images."
129
  msgstr "找到%d篇包含远程图像的文章。"
130
 
131
- #: qqworld-auto-save-images.php:229
132
  #, php-format
133
  msgid "found %d posts including remote images."
134
  msgstr "找到%d篇包含远程图像的文章。"
135
 
136
- #: qqworld-auto-save-images.php:230
137
  #, php-format
138
  msgid "And with %d post has missing images."
139
  msgstr "其中有%d篇文章包含不存在的远程图像。"
140
 
141
- #: qqworld-auto-save-images.php:231
142
  #, php-format
143
  msgid "And with %d posts have missing images."
144
  msgstr "其中有%d篇文章包含不存在的远程图像。"
145
 
146
- #: qqworld-auto-save-images.php:232
147
  msgid "No posts processed."
148
  msgstr "未处理任何文章。"
149
 
150
- #: qqworld-auto-save-images.php:233
151
  msgid "No post has remote images found."
152
  msgstr "没有文章包含远程图像。"
153
 
154
- #: qqworld-auto-save-images.php:234
155
  msgid "No posts found."
156
  msgstr "未找到任何文章。"
157
 
158
- #: qqworld-auto-save-images.php:235
159
  msgid "All done."
160
  msgstr "全部完成。"
161
 
162
- #: qqworld-auto-save-images.php:236
163
- #, fuzzy
164
  msgid "Yes"
165
- msgstr ""
166
 
167
- #: qqworld-auto-save-images.php:237 qqworld-auto-save-images.php:616
168
  msgid "No"
169
  msgstr ""
170
 
171
- #: qqworld-auto-save-images.php:238
172
  msgid "Scanning..."
173
  msgstr "扫描中……"
174
 
175
- #: qqworld-auto-save-images.php:239
176
  msgid "Listing..."
177
  msgstr "显示列表中……"
178
 
179
- #: qqworld-auto-save-images.php:240 qqworld-auto-save-images.php:818
180
- #, fuzzy
181
  msgid "ID"
182
- msgstr "博客ID"
183
 
184
- #: qqworld-auto-save-images.php:241
185
  msgid "Post Type"
186
  msgstr "文章类型"
187
 
188
- #: qqworld-auto-save-images.php:242 qqworld-auto-save-images.php:820
189
  msgid "Title"
190
  msgstr "标题"
191
 
192
- #: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:798
193
  msgid "Status"
194
  msgstr "状态"
195
 
196
- #: qqworld-auto-save-images.php:244
197
  msgid "Control"
198
  msgstr "控制"
199
 
200
- #: qqworld-auto-save-images.php:245
201
- #, fuzzy
202
  msgid "Done"
203
- msgstr "全部完成。"
204
 
205
- #: qqworld-auto-save-images.php:246 qqworld-auto-save-images.php:596
206
- #, fuzzy
207
  msgid "Delete"
208
- msgstr "刪除"
209
 
210
- #: qqworld-auto-save-images.php:341 qqworld-auto-save-images.php:375
211
  msgid "Has missing images."
212
  msgstr "有不存在的远程图像。"
213
 
214
- #: qqworld-auto-save-images.php:375
215
  msgid "Normal"
216
  msgstr "正常"
217
 
218
- #: qqworld-auto-save-images.php:376
219
  msgid "Fetch"
220
  msgstr "抓取"
221
 
222
- #: qqworld-auto-save-images.php:418
223
  msgid "Save Remote Images"
224
  msgstr "保存远程图片"
225
 
226
- #: qqworld-auto-save-images.php:429
227
  msgid "Settings"
228
  msgstr "设置"
229
 
230
- #: qqworld-auto-save-images.php:437
231
  msgid "Auto Save Images"
232
  msgstr "自动保存图片"
233
 
234
- #: qqworld-auto-save-images.php:439 qqworld-auto-save-images.php:466
235
  msgid "QQWorld Auto Save Images"
236
  msgstr "QQWorld自动保存图片"
237
 
238
- #: qqworld-auto-save-images.php:448
239
  msgid "Installation"
240
  msgstr "安装说明"
241
 
242
- #: qqworld-auto-save-images.php:449
243
  msgid ""
244
  "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
245
  "strong> in php.ini.</li><li>Warning: If your website domain has been "
@@ -250,11 +247,11 @@ msgstr ""
250
  "告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
251
  "插件会把未更改的图片再保存一次。</li></ol>"
252
 
253
- #: qqworld-auto-save-images.php:453
254
  msgid "Notice"
255
  msgstr "注意"
256
 
257
- #: qqworld-auto-save-images.php:454
258
  msgid ""
259
  "<ul><li>This plugin has a little problem that is all the image url must be "
260
  "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
@@ -283,11 +280,11 @@ msgstr ""
283
  "让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
284
  "的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
285
 
286
- #: qqworld-auto-save-images.php:458
287
  msgid "About"
288
  msgstr "关于"
289
 
290
- #: qqworld-auto-save-images.php:459
291
  msgid ""
292
  "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
293
  "just for play in the first place, after 1 year, oneday someone sent an email "
@@ -301,140 +298,144 @@ msgstr ""
301
  "后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
302
  "希望你们能喜欢它,谢谢。</p>"
303
 
304
- #: qqworld-auto-save-images.php:467
305
  msgid ""
306
  "Automatically keep the all remote picture to the local, and automatically "
307
  "set featured image."
308
  msgstr ""
309
  "自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
310
 
311
- #: qqworld-auto-save-images.php:472
312
  msgid "General"
313
  msgstr "常规"
314
 
315
- #: qqworld-auto-save-images.php:473
316
  msgid "Filter"
317
  msgstr "过滤"
318
 
319
- #: qqworld-auto-save-images.php:474
320
  msgid "Format"
321
  msgstr "格式化"
322
 
323
- #: qqworld-auto-save-images.php:475
324
  msgid "Scan Posts"
325
  msgstr "扫描文章"
326
 
327
- #: qqworld-auto-save-images.php:476
328
- msgid "Pro Edition"
329
- msgstr "专业版"
 
 
 
 
330
 
331
- #: qqworld-auto-save-images.php:477
332
  msgid "Contact"
333
  msgstr "联系方式"
334
 
335
- #: qqworld-auto-save-images.php:483 qqworld-auto-save-images.php:485
336
  msgid "Mode"
337
  msgstr "模式"
338
 
339
- #: qqworld-auto-save-images.php:488 qqworld-auto-save-images.php:856
340
  msgid "Automatic"
341
  msgstr "自动"
342
 
343
- #: qqworld-auto-save-images.php:489
344
  msgid ""
345
  "Automatically save all remote images to local media libary when you save or "
346
  "publish post."
347
  msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
348
 
349
- #: qqworld-auto-save-images.php:492 qqworld-auto-save-images.php:857
350
  msgid "Manual"
351
  msgstr "手动"
352
 
353
- #: qqworld-auto-save-images.php:493
354
  msgid ""
355
  "Manually save all remote images to local media libary when you click the "
356
  "button on the top of editor."
357
  msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
358
 
359
- #: qqworld-auto-save-images.php:498 qqworld-auto-save-images.php:500
360
  msgid "When"
361
  msgstr "什么时候"
362
 
363
- #: qqworld-auto-save-images.php:503
364
  msgid "Save post (Publish, save draft or pedding review)."
365
  msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
366
 
367
- #: qqworld-auto-save-images.php:507
368
  msgid "Publish post only."
369
  msgstr "仅发布文章时。"
370
 
371
- #: qqworld-auto-save-images.php:513 qqworld-auto-save-images.php:515
372
  msgid "Schedule Publish"
373
  msgstr "定时发布"
374
 
375
- #: qqworld-auto-save-images.php:513
376
  msgid "Save remote images via Schedule Publish."
377
  msgstr "通过定时发布保存远程图像。"
378
 
379
- #: qqworld-auto-save-images.php:523 qqworld-auto-save-images.php:525
380
  msgid "Remote Publishing"
381
  msgstr "远程发布"
382
 
383
- #: qqworld-auto-save-images.php:523
384
  msgid ""
385
  "Save remote images via remote publishing from IFTTT or other way using "
386
  "XMLRPC. Only supports publish post."
387
  msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
388
 
389
- #: qqworld-auto-save-images.php:533 qqworld-auto-save-images.php:535
390
- #: qqworld-auto-save-images.php:874
391
  msgid "Set Featured Image"
392
  msgstr "设置特色图片"
393
 
394
- #: qqworld-auto-save-images.php:533
395
  msgid "Set first one of the remote images as featured image."
396
  msgstr "设置远程图片中的第1个为特色图片。"
397
 
398
- #: qqworld-auto-save-images.php:549 qqworld-auto-save-images.php:551
399
  msgid "Grabbing from Each Posts"
400
  msgstr "从每篇文章抓取"
401
 
402
- #: qqworld-auto-save-images.php:553
403
  msgid "All Images"
404
  msgstr "全部图片"
405
 
406
- #: qqworld-auto-save-images.php:557
407
  #, php-format
408
  msgid "First %d image only"
409
  msgid_plural "First %d images only"
410
  msgstr[0] "前 %d 幅图像"
411
 
412
- #: qqworld-auto-save-images.php:564 qqworld-auto-save-images.php:566
413
  msgid "Minimum Picture Size"
414
  msgstr "最小图像尺寸"
415
 
416
- #: qqworld-auto-save-images.php:564
417
  msgid "Ignore smaller than this size picture."
418
  msgstr "忽略比这个尺寸更小的图像。"
419
 
420
- #: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:580
421
  msgid "Width:"
422
  msgstr "宽度:"
423
 
424
- #: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:571
425
- #: qqworld-auto-save-images.php:580 qqworld-auto-save-images.php:583
426
  msgid "(px)"
427
  msgstr "(像素)"
428
 
429
- #: qqworld-auto-save-images.php:571 qqworld-auto-save-images.php:583
430
  msgid "Height:"
431
  msgstr "高度:"
432
 
433
- #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:578
434
  msgid "Maximum Picture Size"
435
  msgstr "最大图像尺寸"
436
 
437
- #: qqworld-auto-save-images.php:576
438
  msgid ""
439
  "Automatic reduction is greater than the size of the picture. if you want "
440
  "image width less than 800px with any size height, please set width 800 and "
@@ -443,189 +444,184 @@ msgstr ""
443
  "自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
444
  "800,并设置高度为空。"
445
 
446
- #: qqworld-auto-save-images.php:588 qqworld-auto-save-images.php:590
447
  msgid "Exclude Domain/Keyword"
448
  msgstr "排除域名/关键词"
449
 
450
- #: qqworld-auto-save-images.php:588
451
  msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
452
  msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
453
 
454
- #: qqworld-auto-save-images.php:600
455
  msgid "Add a Domain/Keyword"
456
  msgstr "添加域名/关键词"
457
 
458
- #: qqworld-auto-save-images.php:611 qqworld-auto-save-images.php:614
459
  msgid "Change Image Filename"
460
  msgstr "更改图片文件名"
461
 
462
- #: qqworld-auto-save-images.php:617
463
  msgid ""
464
  "Only change remote images filename that have Non-ASCii characters (for "
465
  "Windows Server)"
466
  msgstr "仅修改包含非ASCii字符的远程图片文件名(用于Windows服务器)"
467
 
468
- #: qqworld-auto-save-images.php:618
469
  msgid ""
470
  "Change all remote images Filename and Alt as post name (for Linux Server)"
471
  msgstr "改变所有远程图片文件名为文章名(Post Name)(用于Linux服务器)"
472
 
473
- #: qqworld-auto-save-images.php:623 qqworld-auto-save-images.php:625
474
  msgid "Custom Filename Structure"
475
  msgstr "自定文件名结构"
476
 
477
- #: qqworld-auto-save-images.php:630
478
  msgid "Original filename or automatic changed filename."
479
  msgstr "原文件名或自动更改的文件名。"
480
 
481
- #: qqworld-auto-save-images.php:631
482
  msgid "Full date, e.g. 20150209."
483
  msgstr "完整的日期,例如:20150209。"
484
 
485
- #: qqworld-auto-save-images.php:632
486
  msgid "YYYY, e.g. 2015."
487
  msgstr "YYYY,例如:2015。"
488
 
489
- #: qqworld-auto-save-images.php:633
490
  msgid "MM, e.g. 02."
491
  msgstr "MM,例如:02。"
492
 
493
- #: qqworld-auto-save-images.php:634
494
  msgid "DD, e.g. 15."
495
  msgstr "DD,例如:15。"
496
 
497
- #: qqworld-auto-save-images.php:635
498
  msgid "HHMMSS, e.g. 182547."
499
  msgstr "HHMMSS,例如:182547。"
500
 
501
- #: qqworld-auto-save-images.php:636
502
  #, php-format
503
  msgid "Unix timestamp, e.g. %s."
504
  msgstr "Unix时间戳,例如:%s。"
505
 
506
- #: qqworld-auto-save-images.php:641 qqworld-auto-save-images.php:643
507
  msgid "Change Title & Alt"
508
  msgstr "更改标题和替代文本"
509
 
510
- #: qqworld-auto-save-images.php:641
511
  msgid "Automatically add title & alt of image as post title."
512
  msgstr "自动依照文章标题添加图片的标题和替代文本。"
513
 
514
- #: qqworld-auto-save-images.php:650 qqworld-auto-save-images.php:652
515
  msgid "Keep Outside Links"
516
  msgstr "保留外链"
517
 
518
- #: qqworld-auto-save-images.php:650
519
  msgid "Keep the outside links of remote images if exist."
520
  msgstr "保留远程图片的链接,如果有的话。"
521
 
522
- #: qqworld-auto-save-images.php:659 qqworld-auto-save-images.php:661
523
  msgid "Save Outside Links"
524
  msgstr "保存外链"
525
 
526
- #: qqworld-auto-save-images.php:659
527
  msgid "Save the outside links to description of attachments."
528
  msgstr "保存外部链接到附件的描述。"
529
 
530
- #: qqworld-auto-save-images.php:665
531
  msgid ""
532
  "To custom the content, add codes into <strong>functions.php</strong> like "
533
  "this below:"
534
  msgstr ""
535
  "如果想自定义该内容,加入类似以下代码到 <strong>functions.php</strong> 中:"
536
 
537
- #: qqworld-auto-save-images.php:674 qqworld-auto-save-images.php:676
538
  msgid "Image Size"
539
  msgstr "图像尺寸"
540
 
541
- #: qqworld-auto-save-images.php:674
542
  msgid "Replace images you want size to display."
543
  msgstr "替换成你想要显示的尺寸的图像。"
544
 
545
- #: qqworld-auto-save-images.php:681
546
- #, fuzzy
547
  msgid "Thumbnail"
548
- msgstr ""
549
- "一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
550
- "jQuery路徑。"
551
 
552
- #: qqworld-auto-save-images.php:682
553
  msgid "Medium"
554
- msgstr ""
555
 
556
- #: qqworld-auto-save-images.php:683
557
  msgid "Large"
558
- msgstr ""
559
 
560
- #: qqworld-auto-save-images.php:684
561
  msgid "Full Size"
562
  msgstr "完整尺寸"
563
 
564
- #: qqworld-auto-save-images.php:693 qqworld-auto-save-images.php:695
565
  msgid "Link To"
566
  msgstr "链接到"
567
 
568
- #: qqworld-auto-save-images.php:693
569
  msgid "If you checked Keep-Outside-Links, this option will not works."
570
  msgstr "如果你勾选了保留外链,本项将不起作用。"
571
 
572
- #: qqworld-auto-save-images.php:700
573
- #, fuzzy
574
  msgid "Media File"
575
- msgstr "添加文件"
576
 
577
- #: qqworld-auto-save-images.php:701
578
- #, fuzzy
579
  msgid "Attachment Page"
580
- msgstr "(附件)"
581
 
582
- #: qqworld-auto-save-images.php:702 qqworld-auto-save-images.php:721
583
  msgid "None"
584
- msgstr ""
585
 
586
- #: qqworld-auto-save-images.php:711 qqworld-auto-save-images.php:713
587
  msgid "Align To"
588
  msgstr "对齐方式"
589
 
590
- #: qqworld-auto-save-images.php:718
591
  msgid "Left"
592
- msgstr ""
593
 
594
- #: qqworld-auto-save-images.php:719
595
  msgid "Center"
596
- msgstr ""
597
 
598
- #: qqworld-auto-save-images.php:720
599
  msgid "Right"
600
- msgstr ""
601
 
602
- #: qqworld-auto-save-images.php:730 qqworld-auto-save-images.php:732
603
  msgid "Auto Caption"
604
  msgstr "自动图说"
605
 
606
- #: qqworld-auto-save-images.php:730
607
  msgid "Automatically add caption shortcode."
608
  msgstr "自动添加图说短代码。"
609
 
610
- #: qqworld-auto-save-images.php:739 qqworld-auto-save-images.php:741
611
  msgid "Additional Content"
612
  msgstr "额外的内容"
613
 
614
- #: qqworld-auto-save-images.php:739
615
  msgid ""
616
  "This content will be displayed after the each remote images code. you can "
617
  "use [Attachment ID] indicate current attachment ID."
618
  msgstr "此内容将在每个远程图像编码后显​​示。您可以使用[附件ID]指示当前连接ID。"
619
 
620
- #: qqworld-auto-save-images.php:744
621
  msgid "For example: [Gbuy id='[Attachment ID]']"
622
  msgstr "例如:[Gbuy id='[Attachment ID]']"
623
 
624
- #: qqworld-auto-save-images.php:761
625
  msgid "Select post types"
626
  msgstr "选择文章类型"
627
 
628
- #: qqworld-auto-save-images.php:761
629
  msgid ""
630
  "If you have too many posts to be scan, sometimes in process looks like "
631
  "stopping, but it may be fake. please be patient."
@@ -633,20 +629,19 @@ msgstr ""
633
  "如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
634
  "请耐心等待。"
635
 
636
- #: qqworld-auto-save-images.php:775
637
- #, fuzzy
638
  msgid "Categories"
639
- msgstr "%s分類"
640
 
641
- #: qqworld-auto-save-images.php:775
642
  msgid "Default empty to scan all categories."
643
  msgstr "默认留空扫描所有分类。"
644
 
645
- #: qqworld-auto-save-images.php:780
646
  msgid "Scope of Post ID"
647
  msgstr "文章ID范围"
648
 
649
- #: qqworld-auto-save-images.php:780
650
  msgid ""
651
  "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
652
  "100. please type '50' and '100' or '100' and '50', The order in which two "
@@ -657,16 +652,16 @@ msgstr ""
657
  "者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
658
  "该ID。"
659
 
660
- #: qqworld-auto-save-images.php:781
661
  #, php-format
662
  msgid "From %1$s to %2$s"
663
  msgstr "从 %1$s 到 %2$s"
664
 
665
- #: qqworld-auto-save-images.php:785
666
  msgid "Offset"
667
  msgstr "偏移"
668
 
669
- #: qqworld-auto-save-images.php:785
670
  msgid ""
671
  "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
672
  "in the textfield and select '100'."
@@ -674,67 +669,63 @@ msgstr ""
674
  "默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
675
  "选择“100”。"
676
 
677
- #: qqworld-auto-save-images.php:787
678
  #, php-format
679
  msgid "Start from %s to Scan"
680
  msgstr "从 %s 开始扫描"
681
 
682
- #: qqworld-auto-save-images.php:789
683
- #, fuzzy
684
  msgid "All"
685
- msgstr "所有"
686
 
687
- #: qqworld-auto-save-images.php:793
688
- #, fuzzy
689
  msgid "Posts"
690
- msgstr "熱門文章"
691
 
692
- #: qqworld-auto-save-images.php:803
693
  msgid "Any"
694
  msgstr "任意"
695
 
696
- #: qqworld-auto-save-images.php:813
697
  msgid "Order By"
698
  msgstr "排序依据"
699
 
700
- #: qqworld-auto-save-images.php:819
 
701
  msgid "Author"
702
  msgstr "作者"
703
 
704
- #: qqworld-auto-save-images.php:821
705
- #, fuzzy
706
  msgid "Date"
707
- msgstr "日期"
708
 
709
- #: qqworld-auto-save-images.php:822
710
- #, fuzzy
711
  msgid "Last Modified"
712
- msgstr "最後回複"
713
 
714
- #: qqworld-auto-save-images.php:823
715
  msgid "Comment Count"
716
  msgstr "评论"
717
 
718
- #: qqworld-auto-save-images.php:833
719
- #, fuzzy
720
  msgid "Order"
721
- msgstr "順序"
722
 
723
- #: qqworld-auto-save-images.php:843
724
  msgid "Speed"
725
  msgstr "速度"
726
 
727
- #: qqworld-auto-save-images.php:843
728
  msgid "If the server is too much stress may be appropriately reduced speed."
729
  msgstr "如果服务器压力过大,可以适当调低速度。"
730
 
731
- #: qqworld-auto-save-images.php:856
732
  msgid ""
733
  "Scan posts and keep remote images in all posts to local media library. Maybe "
734
  "take a long time."
735
  msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
736
 
737
- #: qqworld-auto-save-images.php:857
738
  msgid ""
739
  "The list displayed will show you which posts including remote images, then "
740
  "you can keep them to local manually via click \"Fetch\" button."
@@ -742,229 +733,771 @@ msgstr ""
742
  "显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
743
  "存。"
744
 
745
- #: qqworld-auto-save-images.php:868
746
- msgid "Summary"
747
- msgstr "简介"
748
 
749
- #: qqworld-auto-save-images.php:869
750
  msgid ""
 
751
  "Does the feeling of maintaining the site work very heavy? This plugin will "
752
  "save you a lot of time!"
753
  msgstr ""
754
- "感觉维护网站的工作很繁重吗?本插件将为你节约大量的时间!QQWorld收藏家是一款"
755
- "Wordpress采集插件,特色是批量采集微信公众号和头条号,抓取微信图片、支持水印,"
756
- "支持阿里云OSS、又拍云、腾讯COS、七牛云存储和百度BOS,不仅可以配合火车头作业,"
757
- "也完全可以独当一面。"
 
758
 
759
- #: qqworld-auto-save-images.php:872
760
- msgid "Demo of Manual Mode"
761
- msgstr "手动模式的演示"
 
762
 
763
- #: qqworld-auto-save-images.php:875
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
764
  msgid ""
765
- "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
766
- "KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
 
767
  msgstr ""
768
- "<embed src=\"http://player.youku.com/player.php/sid/XOTE3NDk0OTUy/v.swf\" "
769
- "allowFullScreen=\"true\" quality=\"high\" width=\"480\" height=\"400\" align="
770
- "\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
771
- "\"></embed>"
772
 
773
- #: qqworld-auto-save-images.php:879
774
- msgid "Comparison"
775
- msgstr "对比"
776
 
777
- #: qqworld-auto-save-images.php:885
778
- msgid "Items"
779
- msgstr "对比项目"
780
 
781
- #: qqworld-auto-save-images.php:886
782
- msgid "Ultimate Edition"
783
- msgstr "旗舰版"
784
 
785
- #: qqworld-auto-save-images.php:887
786
- msgid "Server Edition"
787
- msgstr "服务器版"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
788
 
789
- #: qqworld-auto-save-images.php:888
790
  msgid "Professional Edition"
791
  msgstr "专业版"
792
 
793
- #: qqworld-auto-save-images.php:889
794
- msgid "Free Edition"
795
- msgstr "免费版"
 
 
 
 
 
 
 
796
 
797
- #: qqworld-auto-save-images.php:894
 
798
  msgid ""
799
- "Automatically delete the HTML code of remote images smaller than Minimum-"
800
- "Picture-Size."
801
- msgstr "可选择自动删除小于最小图像尺寸的远程图像HTML代码"
802
 
803
- #: qqworld-auto-save-images.php:901
 
 
 
 
 
804
  msgid ""
805
- "Detecting replicated images in media library by Original-link and CRC (Only "
806
- "for new images that after v1.1 updated)."
807
- msgstr "在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)"
 
 
 
 
808
 
809
- #: qqworld-auto-save-images.php:908
810
- msgid "Automatically exclude specified remote images by CRC."
811
- msgstr "可以自动通过检验图像文件CRC忽略指定的远程图像。"
 
 
 
 
 
812
 
813
- #: qqworld-auto-save-images.php:915
814
- msgid "Automatically delete html code of specified remote images by CRC."
815
- msgstr "可以自动通过检验图像文件CRC删除指定的远程图像HTML代码。"
816
 
817
- #: qqworld-auto-save-images.php:922
 
 
 
 
 
818
  msgid ""
819
- "New manual mode with multi-thread<br> (Faster than automatic mode and modify "
820
- "Title &amp; Alt in realtime)"
821
- msgstr "多线程的手动模式(下载速度是自动模式的N倍,且支持即时修改Title和Alt)"
 
 
 
822
 
823
- #: qqworld-auto-save-images.php:929
824
- msgid "Download Images from WeChat"
825
- msgstr "下载微信图片"
826
 
827
- #: qqworld-auto-save-images.php:936
828
- msgid "Cron Scan Posts"
829
- msgstr "定时扫描文章"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
830
 
831
- #: qqworld-auto-save-images.php:943
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
832
  msgid "Watermark"
833
  msgstr "水印"
834
 
835
- #: qqworld-auto-save-images.php:950
836
- msgid "Images Compression (JPG Only)"
837
- msgstr "图片压缩(仅JPEG)"
838
 
839
- #: qqworld-auto-save-images.php:957
840
- msgid "Use Proxy"
841
- msgstr "使用代理服务器(可下载需要翻墙的图片)"
842
 
843
- #: qqworld-auto-save-images.php:964
844
- msgid ""
845
- "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
846
- "remote image with outside link, and grab the bigger one."
847
- msgstr "智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)"
848
 
849
- #: qqworld-auto-save-images.php:971
850
  msgid ""
851
- "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
852
- "COS)"
 
853
  msgstr ""
854
- "使用Cookie-Free域名和外部存储器(阿里云OSS、七牛云存储、又拍云存储和腾讯COS"
855
- "等),可以建立远程云媒体库,再也不怕本地磁盘不够用啦。"
856
 
857
- #: qqworld-auto-save-images.php:978
858
  msgid ""
859
- "Database content replacement, easy to replace content in post content and "
860
- "post titles."
861
- msgstr "数据库内容替换,轻松替换文章内容和标题的字符串。"
862
 
863
- #: qqworld-auto-save-images.php:985
 
 
 
 
 
 
 
 
864
  msgid ""
865
- "Collect webpage automatically: Easy reprint articles,<br> and get all the "
866
- "images to choose from web pages."
867
- msgstr "自动采集功能:轻松转载文章、从网页中获取所有图片供选择。"
 
 
 
868
 
869
- #: qqworld-auto-save-images.php:992
870
- msgid "Translation (Baidu Translation, Google Translation)"
871
- msgstr "翻译(百度翻译,谷歌翻译),支持简繁体互转喔!"
 
 
 
 
 
 
872
 
873
- #: qqworld-auto-save-images.php:999
874
  msgid ""
875
- "Set no remote images saved into media library, it means would not generate "
876
- "thumbnail with many sizes. but if you checked Set-Featured-Image, the first "
877
- "remote image will be saved into media library."
878
  msgstr ""
879
- "可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了自"
880
- "动设置特色图片,则只会将第一幅图片保存到媒体库。"
881
 
882
- #: qqworld-auto-save-images.php:1006
883
- msgid "Support automatically convert BMP/WEBP to JPG."
884
- msgstr "支持BMP和WEBP(需PHP5.5)转JPG"
 
 
 
 
 
 
 
 
 
885
 
886
- #: qqworld-auto-save-images.php:1013
887
  msgid ""
888
- "Cleaner tool: If you have a huge media library and do not know how many "
889
- "attachments has not bean used. this tool will help you to find out."
890
  msgstr ""
891
- "清理工具:如果你有一个巨大的媒体库并且不知道有多少附件是未使用的,这个工具可"
892
- "以帮到你。"
893
 
894
- #: qqworld-auto-save-images.php:1020
895
  msgid ""
896
- "Special Features: Automatically keep remote images in the custom fields to "
897
- "the local media library."
898
- msgstr "特殊功能:自动保存自定义字段中的远程图像到本地媒体库。"
899
 
900
- #: qqworld-auto-save-images.php:1032
901
- msgid "Buy"
902
- msgstr "购买"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
903
 
904
- #: qqworld-auto-save-images.php:1033
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
905
  msgid "QQWorld Collector"
906
  msgstr "QQWorld收藏家"
907
 
908
- #: qqworld-auto-save-images.php:1034
909
- #, php-format
910
- msgid "Price: from <strong>%s</strong>"
911
- msgstr "售价:<strong>%s</strong> 起"
 
 
 
912
 
913
- #: qqworld-auto-save-images.php:1034
914
- msgctxt "price"
915
- msgid "$15 (RMB &#165;99)"
916
- msgstr "&#165;99($15 美元)"
917
 
918
- #: qqworld-auto-save-images.php:1035
919
- msgid "(No need understand chinese, there is a language switcher on Header.)"
920
- msgstr " "
921
 
922
- #: qqworld-auto-save-images.php:1048
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  msgctxt "contact"
924
  msgid "Developer"
925
  msgstr "开发者"
926
 
927
- #: qqworld-auto-save-images.php:1052
 
 
 
 
 
 
 
 
928
  msgid "Email"
929
- msgstr ""
930
 
931
- #: qqworld-auto-save-images.php:1056
932
  msgid "Tencent QQ"
933
  msgstr "腾讯QQ"
934
 
935
- #: qqworld-auto-save-images.php:1057
936
  #, php-format
937
  msgid "%s: "
938
  msgstr "%s:"
939
 
940
- #: qqworld-auto-save-images.php:1057
941
  msgid "QQ Group"
942
  msgstr "QQ群"
943
 
944
- #: qqworld-auto-save-images.php:1060
 
 
 
 
945
  msgid "Wechat"
946
  msgstr "微信"
947
 
948
- #: qqworld-auto-save-images.php:1062
 
 
 
 
 
 
 
 
949
  msgid "Please use the WeChat APP to scan the QR code."
950
  msgstr "请使用微信APP扫描二维码。"
951
 
952
- #: qqworld-auto-save-images.php:1065
 
 
 
 
 
 
 
 
953
  msgid "Cellphone"
954
  msgstr "手机"
955
 
956
- #: qqworld-auto-save-images.php:1168
957
  msgid "Has Missing/Undownloadable images."
958
  msgstr "有 不存在/不可下载 的远程图像。"
959
 
960
- #: qqworld-auto-save-images.php:1175
961
  msgid "No remote images found."
962
  msgstr "没有远程图像。"
963
 
964
- #: qqworld-auto-save-images.php:1377
965
  msgid "Original Link"
966
  msgstr "原始链接"
967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
968
  #~ msgid "$15 (RMB &#165;99)"
969
  #~ msgstr "&#165;99($15 美元)"
970
 
@@ -974,15 +1507,9 @@ msgstr "原始链接"
974
  #~ msgid "The inactive domain is free for 15 days."
975
  #~ msgstr "未激活的域名可以免费试用15天。"
976
 
977
- #~ msgid "Free Download"
978
- #~ msgstr "免费下载"
979
-
980
  #~ msgid "Baidu SkyDrive"
981
  #~ msgstr "百度云网盘"
982
 
983
- #~ msgid "Google Drive"
984
- #~ msgstr "谷歌云端硬盘"
985
-
986
  #~ msgid ""
987
  #~ "(No need understand chinese, there is a language switcher on left "
988
  #~ "sidebar.)"
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: 2019-03-06 10:00+0800\n"
6
+ "PO-Revision-Date: 2019-03-06 10:00+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 2.2.1\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:120 qqworld-auto-save-images.php:1206
23
+ #: qqworld-auto-save-images.php:1225 qqworld-auto-save-images.php:1338
24
+ #: qqworld-auto-save-images.php:1346
25
  msgid "Michael Wang"
26
  msgstr "王晓骞"
27
 
28
+ #: qqworld-auto-save-images.php:121
29
  msgid " (In Development)"
30
  msgstr "(开发中)"
31
 
32
+ #: qqworld-auto-save-images.php:128
33
  msgid ""
34
  "Your server PHP does not support cUrl, please remove ';' from in front of "
35
  "extension=php_curl.dll in the php.ini."
36
  msgstr ""
37
  "你的服务器PHP不支持cUrl,请在php.ini中移除extension=php_curl.dll前面的‘;’。"
38
 
39
+ #: qqworld-auto-save-images.php:129
40
  msgid ""
41
  "Your server PHP does not support GD2, please remove ';' from in front of "
42
  "extension=php_gd2.dll in the <strong>php.ini</strong>."
43
  msgstr ""
44
  "你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
45
 
46
+ #: qqworld-auto-save-images.php:130
47
  msgid ""
48
  "Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
49
  "php.ini."
50
  msgstr "你的服务器PHP不支持fopen,请在php.ini中设置allow_url_fopen=1。"
51
 
52
+ #: qqworld-auto-save-images.php:166
53
  msgid "No taxonomies found."
54
  msgstr "没有相关分类方法。"
55
 
56
+ #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:348
57
+ #: qqworld-auto-save-images.php:1473
58
  msgid "All remote images have been saved."
59
  msgstr "已保存所有远程图像。"
60
 
61
+ #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:175
62
  #, php-format
63
  msgid " <a href=\"%s\">View</a>"
64
  msgstr " <a href=\"%s\">查看</a>"
65
 
66
+ #: qqworld-auto-save-images.php:175
67
  msgid "Has missing images or image which could not download."
68
  msgstr "内容包含 不存在/无法下载 的图像。"
69
 
70
+ #: qqworld-auto-save-images.php:196
71
  msgid "In Process..."
72
  msgstr "正在保存……"
73
 
74
+ #: qqworld-auto-save-images.php:197
75
  msgid "Something error, please check."
76
  msgstr "出错了,请检查。"
77
 
78
+ #: qqworld-auto-save-images.php:225
79
  msgid ""
80
  "Are you sure?<br />Before you click the yes button, I recommend backup site "
81
  "database."
82
  msgstr "你确定吗?<br />在点击确定按钮之前,我建议你备份网站的数据库。"
83
 
84
+ #: qqworld-auto-save-images.php:226 qqworld-auto-save-images.php:784
85
  msgid "Please select post types."
86
  msgstr "请选择文章类型。"
87
 
88
+ #: qqworld-auto-save-images.php:227
89
  msgid "May be a problem with some posts: "
90
  msgstr "也许一些文章有问题:"
91
 
92
+ #: qqworld-auto-save-images.php:228
93
  #, php-format
94
  msgid "No need enter \"%s\"."
95
  msgstr "不需要输入“%s”。"
96
 
97
+ #: qqworld-auto-save-images.php:229
98
  #, php-format
99
  msgid "%d post has been scanned."
100
  msgstr "已扫描%d篇文章。"
101
 
102
+ #: qqworld-auto-save-images.php:230
103
  #, php-format
104
  msgid "%d posts have been scanned."
105
  msgstr "已扫描%d篇文章。"
106
 
107
+ #: qqworld-auto-save-images.php:231
108
  #, php-format
109
  msgid "%d post included remote images processed."
110
  msgstr "已处理%d篇包含远程图像的文章。"
111
 
112
+ #: qqworld-auto-save-images.php:232
113
  #, php-format
114
  msgid "%d posts included remote images processed."
115
  msgstr "已处理%d篇包含远程图像的文章。"
116
 
117
+ #: qqworld-auto-save-images.php:233
118
  #, php-format
119
  msgid "%d post has missing images couldn't be processed."
120
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
121
 
122
+ #: qqworld-auto-save-images.php:234
123
  #, php-format
124
  msgid "%d posts have missing images couldn't be processed."
125
  msgstr "%d篇包含不存在的远程图像的文章无法处理。"
126
 
127
+ #: qqworld-auto-save-images.php:235
128
  #, php-format
129
  msgid "found %d post including remote images."
130
  msgstr "找到%d篇包含远程图像的文章。"
131
 
132
+ #: qqworld-auto-save-images.php:236
133
  #, php-format
134
  msgid "found %d posts including remote images."
135
  msgstr "找到%d篇包含远程图像的文章。"
136
 
137
+ #: qqworld-auto-save-images.php:237
138
  #, php-format
139
  msgid "And with %d post has missing images."
140
  msgstr "其中有%d篇文章包含不存在的远程图像。"
141
 
142
+ #: qqworld-auto-save-images.php:238
143
  #, php-format
144
  msgid "And with %d posts have missing images."
145
  msgstr "其中有%d篇文章包含不存在的远程图像。"
146
 
147
+ #: qqworld-auto-save-images.php:239
148
  msgid "No posts processed."
149
  msgstr "未处理任何文章。"
150
 
151
+ #: qqworld-auto-save-images.php:240
152
  msgid "No post has remote images found."
153
  msgstr "没有文章包含远程图像。"
154
 
155
+ #: qqworld-auto-save-images.php:241
156
  msgid "No posts found."
157
  msgstr "未找到任何文章。"
158
 
159
+ #: qqworld-auto-save-images.php:242
160
  msgid "All done."
161
  msgstr "全部完成。"
162
 
163
+ #: qqworld-auto-save-images.php:243
 
164
  msgid "Yes"
165
+ msgstr "是的"
166
 
167
+ #: qqworld-auto-save-images.php:244 qqworld-auto-save-images.php:624
168
  msgid "No"
169
  msgstr ""
170
 
171
+ #: qqworld-auto-save-images.php:245
172
  msgid "Scanning..."
173
  msgstr "扫描中……"
174
 
175
+ #: qqworld-auto-save-images.php:246
176
  msgid "Listing..."
177
  msgstr "显示列表中……"
178
 
179
+ #: qqworld-auto-save-images.php:247 qqworld-auto-save-images.php:826
 
180
  msgid "ID"
181
+ msgstr "编号"
182
 
183
+ #: qqworld-auto-save-images.php:248
184
  msgid "Post Type"
185
  msgstr "文章类型"
186
 
187
+ #: qqworld-auto-save-images.php:249 qqworld-auto-save-images.php:828
188
  msgid "Title"
189
  msgstr "标题"
190
 
191
+ #: qqworld-auto-save-images.php:250 qqworld-auto-save-images.php:806
192
  msgid "Status"
193
  msgstr "状态"
194
 
195
+ #: qqworld-auto-save-images.php:251
196
  msgid "Control"
197
  msgstr "控制"
198
 
199
+ #: qqworld-auto-save-images.php:252
 
200
  msgid "Done"
201
+ msgstr "完成"
202
 
203
+ #: qqworld-auto-save-images.php:253 qqworld-auto-save-images.php:604
 
204
  msgid "Delete"
205
+ msgstr "删除"
206
 
207
+ #: qqworld-auto-save-images.php:348 qqworld-auto-save-images.php:382
208
  msgid "Has missing images."
209
  msgstr "有不存在的远程图像。"
210
 
211
+ #: qqworld-auto-save-images.php:382
212
  msgid "Normal"
213
  msgstr "正常"
214
 
215
+ #: qqworld-auto-save-images.php:383
216
  msgid "Fetch"
217
  msgstr "抓取"
218
 
219
+ #: qqworld-auto-save-images.php:425
220
  msgid "Save Remote Images"
221
  msgstr "保存远程图片"
222
 
223
+ #: qqworld-auto-save-images.php:436
224
  msgid "Settings"
225
  msgstr "设置"
226
 
227
+ #: qqworld-auto-save-images.php:444
228
  msgid "Auto Save Images"
229
  msgstr "自动保存图片"
230
 
231
+ #: qqworld-auto-save-images.php:446 qqworld-auto-save-images.php:473
232
  msgid "QQWorld Auto Save Images"
233
  msgstr "QQWorld自动保存图片"
234
 
235
+ #: qqworld-auto-save-images.php:455
236
  msgid "Installation"
237
  msgstr "安装说明"
238
 
239
+ #: qqworld-auto-save-images.php:456
240
  msgid ""
241
  "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
242
  "strong> in php.ini.</li><li>Warning: If your website domain has been "
247
  "告:如果你的网站域名更改了,必须在数据库中将所有的图片链接更新到新域名,否则"
248
  "插件会把未更改的图片再保存一次。</li></ol>"
249
 
250
+ #: qqworld-auto-save-images.php:460
251
  msgid "Notice"
252
  msgstr "注意"
253
 
254
+ #: qqworld-auto-save-images.php:461
255
  msgid ""
256
  "<ul><li>This plugin has a little problem that is all the image url must be "
257
  "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
280
  "让图片的URL完整。<br />所以,如果你碰到这样的代码,请手动将图片地址改成完整"
281
  "的,或者使用采集工具自动补完图片的URL然后从外部提交给Wordpress。"
282
 
283
+ #: qqworld-auto-save-images.php:465
284
  msgid "About"
285
  msgstr "关于"
286
 
287
+ #: qqworld-auto-save-images.php:466
288
  msgid ""
289
  "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
290
  "just for play in the first place, after 1 year, oneday someone sent an email "
298
  "后随着越来越多的人向我寻求帮助,我的插件也变得越来越强大。这就是我的插件,我"
299
  "希望你们能喜欢它,谢谢。</p>"
300
 
301
+ #: qqworld-auto-save-images.php:474
302
  msgid ""
303
  "Automatically keep the all remote picture to the local, and automatically "
304
  "set featured image."
305
  msgstr ""
306
  "自动保存远程图片到本地,自动设置特色图片,并且支持机器人采集软件从外部提交。"
307
 
308
+ #: qqworld-auto-save-images.php:479
309
  msgid "General"
310
  msgstr "常规"
311
 
312
+ #: qqworld-auto-save-images.php:480
313
  msgid "Filter"
314
  msgstr "过滤"
315
 
316
+ #: qqworld-auto-save-images.php:481
317
  msgid "Format"
318
  msgstr "格式化"
319
 
320
+ #: qqworld-auto-save-images.php:482
321
  msgid "Scan Posts"
322
  msgstr "扫描文章"
323
 
324
+ #: qqworld-auto-save-images.php:483
325
+ msgid "Commercial Edition"
326
+ msgstr "商业版"
327
+
328
+ #: qqworld-auto-save-images.php:484
329
+ msgid "Products"
330
+ msgstr "旗下产品"
331
 
332
+ #: qqworld-auto-save-images.php:485
333
  msgid "Contact"
334
  msgstr "联系方式"
335
 
336
+ #: qqworld-auto-save-images.php:491 qqworld-auto-save-images.php:493
337
  msgid "Mode"
338
  msgstr "模式"
339
 
340
+ #: qqworld-auto-save-images.php:496 qqworld-auto-save-images.php:864
341
  msgid "Automatic"
342
  msgstr "自动"
343
 
344
+ #: qqworld-auto-save-images.php:497
345
  msgid ""
346
  "Automatically save all remote images to local media libary when you save or "
347
  "publish post."
348
  msgstr "在保存或发布文章时,自动将所有远程图像保存到本地媒体库。"
349
 
350
+ #: qqworld-auto-save-images.php:500 qqworld-auto-save-images.php:865
351
  msgid "Manual"
352
  msgstr "手动"
353
 
354
+ #: qqworld-auto-save-images.php:501
355
  msgid ""
356
  "Manually save all remote images to local media libary when you click the "
357
  "button on the top of editor."
358
  msgstr "当单击编辑器顶部的按钮时,手动将所有远程图像保存到本地媒体库。"
359
 
360
+ #: qqworld-auto-save-images.php:506 qqworld-auto-save-images.php:508
361
  msgid "When"
362
  msgstr "什么时候"
363
 
364
+ #: qqworld-auto-save-images.php:511
365
  msgid "Save post (Publish, save draft or pedding review)."
366
  msgstr "保存文章时(发布文章,保存草稿或提交审核)。"
367
 
368
+ #: qqworld-auto-save-images.php:515
369
  msgid "Publish post only."
370
  msgstr "仅发布文章时。"
371
 
372
+ #: qqworld-auto-save-images.php:521 qqworld-auto-save-images.php:523
373
  msgid "Schedule Publish"
374
  msgstr "定时发布"
375
 
376
+ #: qqworld-auto-save-images.php:521
377
  msgid "Save remote images via Schedule Publish."
378
  msgstr "通过定时发布保存远程图像。"
379
 
380
+ #: qqworld-auto-save-images.php:531 qqworld-auto-save-images.php:533
381
  msgid "Remote Publishing"
382
  msgstr "远程发布"
383
 
384
+ #: qqworld-auto-save-images.php:531
385
  msgid ""
386
  "Save remote images via remote publishing from IFTTT or other way using "
387
  "XMLRPC. Only supports publish post."
388
  msgstr "保存通过IFTTT或其他使用XMLRPC方法远程发布的远程图片。仅支持发布文章。"
389
 
390
+ #: qqworld-auto-save-images.php:541 qqworld-auto-save-images.php:543
391
+ #: qqworld-auto-save-images.php:899
392
  msgid "Set Featured Image"
393
  msgstr "设置特色图片"
394
 
395
+ #: qqworld-auto-save-images.php:541
396
  msgid "Set first one of the remote images as featured image."
397
  msgstr "设置远程图片中的第1个为特色图片。"
398
 
399
+ #: qqworld-auto-save-images.php:557 qqworld-auto-save-images.php:559
400
  msgid "Grabbing from Each Posts"
401
  msgstr "从每篇文章抓取"
402
 
403
+ #: qqworld-auto-save-images.php:561
404
  msgid "All Images"
405
  msgstr "全部图片"
406
 
407
+ #: qqworld-auto-save-images.php:565
408
  #, php-format
409
  msgid "First %d image only"
410
  msgid_plural "First %d images only"
411
  msgstr[0] "前 %d 幅图像"
412
 
413
+ #: qqworld-auto-save-images.php:572 qqworld-auto-save-images.php:574
414
  msgid "Minimum Picture Size"
415
  msgstr "最小图像尺寸"
416
 
417
+ #: qqworld-auto-save-images.php:572
418
  msgid "Ignore smaller than this size picture."
419
  msgstr "忽略比这个尺寸更小的图像。"
420
 
421
+ #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:588
422
  msgid "Width:"
423
  msgstr "宽度:"
424
 
425
+ #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:579
426
+ #: qqworld-auto-save-images.php:588 qqworld-auto-save-images.php:591
427
  msgid "(px)"
428
  msgstr "(像素)"
429
 
430
+ #: qqworld-auto-save-images.php:579 qqworld-auto-save-images.php:591
431
  msgid "Height:"
432
  msgstr "高度:"
433
 
434
+ #: qqworld-auto-save-images.php:584 qqworld-auto-save-images.php:586
435
  msgid "Maximum Picture Size"
436
  msgstr "最大图像尺寸"
437
 
438
+ #: qqworld-auto-save-images.php:584
439
  msgid ""
440
  "Automatic reduction is greater than the size of the picture. if you want "
441
  "image width less than 800px with any size height, please set width 800 and "
444
  "自动缩小大于该尺寸的图像。如果你想要宽度不超过800px和任意高度图片,请设置宽度"
445
  "800,并设置高度为空。"
446
 
447
+ #: qqworld-auto-save-images.php:596 qqworld-auto-save-images.php:598
448
  msgid "Exclude Domain/Keyword"
449
  msgstr "排除域名/关键词"
450
 
451
+ #: qqworld-auto-save-images.php:596
452
  msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
453
  msgstr "如果图片地址包含排除域名/关键词,则不会保存该图片。"
454
 
455
+ #: qqworld-auto-save-images.php:608
456
  msgid "Add a Domain/Keyword"
457
  msgstr "添加域名/关键词"
458
 
459
+ #: qqworld-auto-save-images.php:619 qqworld-auto-save-images.php:622
460
  msgid "Change Image Filename"
461
  msgstr "更改图片文件名"
462
 
463
+ #: qqworld-auto-save-images.php:625
464
  msgid ""
465
  "Only change remote images filename that have Non-ASCii characters (for "
466
  "Windows Server)"
467
  msgstr "仅修改包含非ASCii字符的远程图片文件名(用于Windows服务器)"
468
 
469
+ #: qqworld-auto-save-images.php:626
470
  msgid ""
471
  "Change all remote images Filename and Alt as post name (for Linux Server)"
472
  msgstr "改变所有远程图片文件名为文章名(Post Name)(用于Linux服务器)"
473
 
474
+ #: qqworld-auto-save-images.php:631 qqworld-auto-save-images.php:633
475
  msgid "Custom Filename Structure"
476
  msgstr "自定文件名结构"
477
 
478
+ #: qqworld-auto-save-images.php:638
479
  msgid "Original filename or automatic changed filename."
480
  msgstr "原文件名或自动更改的文件名。"
481
 
482
+ #: qqworld-auto-save-images.php:639
483
  msgid "Full date, e.g. 20150209."
484
  msgstr "完整的日期,例如:20150209。"
485
 
486
+ #: qqworld-auto-save-images.php:640
487
  msgid "YYYY, e.g. 2015."
488
  msgstr "YYYY,例如:2015。"
489
 
490
+ #: qqworld-auto-save-images.php:641
491
  msgid "MM, e.g. 02."
492
  msgstr "MM,例如:02。"
493
 
494
+ #: qqworld-auto-save-images.php:642
495
  msgid "DD, e.g. 15."
496
  msgstr "DD,例如:15。"
497
 
498
+ #: qqworld-auto-save-images.php:643
499
  msgid "HHMMSS, e.g. 182547."
500
  msgstr "HHMMSS,例如:182547。"
501
 
502
+ #: qqworld-auto-save-images.php:644
503
  #, php-format
504
  msgid "Unix timestamp, e.g. %s."
505
  msgstr "Unix时间戳,例如:%s。"
506
 
507
+ #: qqworld-auto-save-images.php:649 qqworld-auto-save-images.php:651
508
  msgid "Change Title & Alt"
509
  msgstr "更改标题和替代文本"
510
 
511
+ #: qqworld-auto-save-images.php:649
512
  msgid "Automatically add title & alt of image as post title."
513
  msgstr "自动依照文章标题添加图片的标题和替代文本。"
514
 
515
+ #: qqworld-auto-save-images.php:658 qqworld-auto-save-images.php:660
516
  msgid "Keep Outside Links"
517
  msgstr "保留外链"
518
 
519
+ #: qqworld-auto-save-images.php:658
520
  msgid "Keep the outside links of remote images if exist."
521
  msgstr "保留远程图片的链接,如果有的话。"
522
 
523
+ #: qqworld-auto-save-images.php:667 qqworld-auto-save-images.php:669
524
  msgid "Save Outside Links"
525
  msgstr "保存外链"
526
 
527
+ #: qqworld-auto-save-images.php:667
528
  msgid "Save the outside links to description of attachments."
529
  msgstr "保存外部链接到附件的描述。"
530
 
531
+ #: qqworld-auto-save-images.php:673
532
  msgid ""
533
  "To custom the content, add codes into <strong>functions.php</strong> like "
534
  "this below:"
535
  msgstr ""
536
  "如果想自定义该内容,加入类似以下代码到 <strong>functions.php</strong> 中:"
537
 
538
+ #: qqworld-auto-save-images.php:682 qqworld-auto-save-images.php:684
539
  msgid "Image Size"
540
  msgstr "图像尺寸"
541
 
542
+ #: qqworld-auto-save-images.php:682
543
  msgid "Replace images you want size to display."
544
  msgstr "替换成你想要显示的尺寸的图像。"
545
 
546
+ #: qqworld-auto-save-images.php:689
 
547
  msgid "Thumbnail"
548
+ msgstr "特色圖片"
 
 
549
 
550
+ #: qqworld-auto-save-images.php:690
551
  msgid "Medium"
552
+ msgstr "中等大小"
553
 
554
+ #: qqworld-auto-save-images.php:691
555
  msgid "Large"
556
+ msgstr "很大"
557
 
558
+ #: qqworld-auto-save-images.php:692
559
  msgid "Full Size"
560
  msgstr "完整尺寸"
561
 
562
+ #: qqworld-auto-save-images.php:701 qqworld-auto-save-images.php:703
563
  msgid "Link To"
564
  msgstr "链接到"
565
 
566
+ #: qqworld-auto-save-images.php:701
567
  msgid "If you checked Keep-Outside-Links, this option will not works."
568
  msgstr "如果你勾选了保留外链,本项将不起作用。"
569
 
570
+ #: qqworld-auto-save-images.php:708
 
571
  msgid "Media File"
572
+ msgstr "媒體文件"
573
 
574
+ #: qqworld-auto-save-images.php:709
 
575
  msgid "Attachment Page"
576
+ msgstr "附件頁面"
577
 
578
+ #: qqworld-auto-save-images.php:710 qqworld-auto-save-images.php:729
579
  msgid "None"
580
+ msgstr ""
581
 
582
+ #: qqworld-auto-save-images.php:719 qqworld-auto-save-images.php:721
583
  msgid "Align To"
584
  msgstr "对齐方式"
585
 
586
+ #: qqworld-auto-save-images.php:726
587
  msgid "Left"
588
+ msgstr "居左(left)"
589
 
590
+ #: qqworld-auto-save-images.php:727
591
  msgid "Center"
592
+ msgstr "居中(center)"
593
 
594
+ #: qqworld-auto-save-images.php:728
595
  msgid "Right"
596
+ msgstr "居右(right)"
597
 
598
+ #: qqworld-auto-save-images.php:738 qqworld-auto-save-images.php:740
599
  msgid "Auto Caption"
600
  msgstr "自动图说"
601
 
602
+ #: qqworld-auto-save-images.php:738
603
  msgid "Automatically add caption shortcode."
604
  msgstr "自动添加图说短代码。"
605
 
606
+ #: qqworld-auto-save-images.php:747 qqworld-auto-save-images.php:749
607
  msgid "Additional Content"
608
  msgstr "额外的内容"
609
 
610
+ #: qqworld-auto-save-images.php:747
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:752
617
  msgid "For example: [Gbuy id='[Attachment ID]']"
618
  msgstr "例如:[Gbuy id='[Attachment ID]']"
619
 
620
+ #: qqworld-auto-save-images.php:769
621
  msgid "Select post types"
622
  msgstr "选择文章类型"
623
 
624
+ #: qqworld-auto-save-images.php:769
625
  msgid ""
626
  "If you have too many posts to be scan, sometimes in process looks like "
627
  "stopping, but it may be fake. please be patient."
629
  "如果有太多文章需要扫描,有时候在扫描过程中看起来像是停止了,但可能是假停止,"
630
  "请耐心等待。"
631
 
632
+ #: qqworld-auto-save-images.php:783
 
633
  msgid "Categories"
634
+ msgstr "分類目錄"
635
 
636
+ #: qqworld-auto-save-images.php:783
637
  msgid "Default empty to scan all categories."
638
  msgstr "默认留空扫描所有分类。"
639
 
640
+ #: qqworld-auto-save-images.php:788
641
  msgid "Scope of Post ID"
642
  msgstr "文章ID范围"
643
 
644
+ #: qqworld-auto-save-images.php:788
645
  msgid ""
646
  "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
647
  "100. please type '50' and '100' or '100' and '50', The order in which two "
652
  "者'100'和'50',两个数字的顺序可以颠倒。如果你只输入了1个数字,则系统只会扫描"
653
  "该ID。"
654
 
655
+ #: qqworld-auto-save-images.php:789
656
  #, php-format
657
  msgid "From %1$s to %2$s"
658
  msgstr "从 %1$s 到 %2$s"
659
 
660
+ #: qqworld-auto-save-images.php:793
661
  msgid "Offset"
662
  msgstr "偏移"
663
 
664
+ #: qqworld-auto-save-images.php:793
665
  msgid ""
666
  "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
667
  "in the textfield and select '100'."
669
  "默认扫秒全部文章,如果想扫描50-150篇文章,请在文本框中输入“50”并在下拉菜单中"
670
  "选择“100”。"
671
 
672
+ #: qqworld-auto-save-images.php:795
673
  #, php-format
674
  msgid "Start from %s to Scan"
675
  msgstr "从 %s 开始扫描"
676
 
677
+ #: qqworld-auto-save-images.php:797
 
678
  msgid "All"
679
+ msgstr "所有的"
680
 
681
+ #: qqworld-auto-save-images.php:801
 
682
  msgid "Posts"
683
+ msgstr "文章"
684
 
685
+ #: qqworld-auto-save-images.php:811
686
  msgid "Any"
687
  msgstr "任意"
688
 
689
+ #: qqworld-auto-save-images.php:821
690
  msgid "Order By"
691
  msgstr "排序依据"
692
 
693
+ #: qqworld-auto-save-images.php:827 qqworld-auto-save-images.php:1205
694
+ #: qqworld-auto-save-images.php:1224
695
  msgid "Author"
696
  msgstr "作者"
697
 
698
+ #: qqworld-auto-save-images.php:829
 
699
  msgid "Date"
700
+ msgstr "时间"
701
 
702
+ #: qqworld-auto-save-images.php:830
 
703
  msgid "Last Modified"
704
+ msgstr "最后修改"
705
 
706
+ #: qqworld-auto-save-images.php:831
707
  msgid "Comment Count"
708
  msgstr "评论"
709
 
710
+ #: qqworld-auto-save-images.php:841
 
711
  msgid "Order"
712
+ msgstr "订阅"
713
 
714
+ #: qqworld-auto-save-images.php:851
715
  msgid "Speed"
716
  msgstr "速度"
717
 
718
+ #: qqworld-auto-save-images.php:851
719
  msgid "If the server is too much stress may be appropriately reduced speed."
720
  msgstr "如果服务器压力过大,可以适当调低速度。"
721
 
722
+ #: qqworld-auto-save-images.php:864
723
  msgid ""
724
  "Scan posts and keep remote images in all posts to local media library. Maybe "
725
  "take a long time."
726
  msgstr "扫描所有的文章,将所有远程图片保存到本地,可能需要很长时间。"
727
 
728
+ #: qqworld-auto-save-images.php:865
729
  msgid ""
730
  "The list displayed will show you which posts including remote images, then "
731
  "you can keep them to local manually via click \"Fetch\" button."
733
  "显示的列表中将告诉你哪些文章包含远程图片,然后你可以通过点击“抓取”按钮手动保"
734
  "存。"
735
 
736
+ #: qqworld-auto-save-images.php:877
737
+ msgid "Purchase or Trial"
738
+ msgstr "购买或试用"
739
 
740
+ #: qqworld-auto-save-images.php:879
741
  msgid ""
742
+ "The commercial edition's plugin name is <strong>QQWorld Collector</strong>, "
743
  "Does the feeling of maintaining the site work very heavy? This plugin will "
744
  "save you a lot of time!"
745
  msgstr ""
746
+ "商业版的插件名是<strong>QQWorld收藏家</strong>,QQWorld自动保存图片只是商业版"
747
+ "的自动保存附件模块的阉割版。<br />感觉维护网站的工作很繁重吗?本插件将为你节"
748
+ "约大量的时间!QQWorld收藏家是一款Wordpress采集插件,特色是批量采集微信公众号"
749
+ "和头条号,抓取微信图片、支持水印,支持阿里云OSS、又拍云、腾讯COS、七牛云存储"
750
+ "和百度BOS,不仅可以配合火车头作业,也完全可以独当一面。"
751
 
752
+ #: qqworld-auto-save-images.php:880
753
+ #, php-format
754
+ msgid "Price: from <strong>%s</strong>"
755
+ msgstr "售价:<strong>%s</strong> 起"
756
 
757
+ #: qqworld-auto-save-images.php:880
758
+ msgctxt "price"
759
+ msgid "$15 (RMB &#165;99)"
760
+ msgstr "&#165;99($15 美元)"
761
+
762
+ #: qqworld-auto-save-images.php:881
763
+ msgid "Details or Purchase"
764
+ msgstr "了解详情或购买"
765
+
766
+ #: qqworld-auto-save-images.php:882
767
+ msgid "http://www.qqworld.org/how-to-buy-en?locale=en_US"
768
+ msgstr "http://www.qqworld.org/how-to-buy"
769
+
770
+ #: qqworld-auto-save-images.php:882
771
+ msgid "How to buy?"
772
+ msgstr "如何购买?"
773
+
774
+ #: qqworld-auto-save-images.php:882
775
+ msgid "https://www.qqworld.org/product-activation-en?locale=en_US"
776
+ msgstr "https://www.qqworld.org/product-activation"
777
+
778
+ #: qqworld-auto-save-images.php:882
779
+ msgid "Product Activation"
780
+ msgstr "产品激活"
781
+
782
+ #: qqworld-auto-save-images.php:883
783
+ #, php-format
784
  msgid ""
785
+ "<h2>Don't know Chinese?</h2><p>Don't worry, click on this <a href=\"%s\" "
786
+ "target=\"_blank\">link</a> to transfer important content from the website to "
787
+ "English and then happily register, purchase and activate the product.</p>"
788
  msgstr ""
789
+ "<h2 class=\"hidden\">不懂中文?</h2><p class=\"hidden\">别担心,点击此 <a "
790
+ "href=\"%s\" target=\"_blank\">链接</a> 可将重要的内容转换为英语,然后就可以愉"
791
+ "快地注册,购买和激活产品了。</p>"
 
792
 
793
+ #: qqworld-auto-save-images.php:887
794
+ msgid "Download"
795
+ msgstr "下载"
796
 
797
+ #: qqworld-auto-save-images.php:890
798
+ msgid "Baidi Network Disk"
799
+ msgstr "百度云网盘"
800
 
801
+ #: qqworld-auto-save-images.php:891
802
+ msgid "Tencent WeiYun"
803
+ msgstr "腾讯微云"
804
 
805
+ #: qqworld-auto-save-images.php:892
806
+ msgid "Google Drive"
807
+ msgstr "谷歌云端硬盘"
808
+
809
+ #: qqworld-auto-save-images.php:897
810
+ msgid "Introduction"
811
+ msgstr "介绍"
812
+
813
+ #: qqworld-auto-save-images.php:900
814
+ msgid ""
815
+ "<iframe width=\"1024\" height=\"600\" src=\"https://www.youtube.com/embed/"
816
+ "LtrQITIhScQ\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" "
817
+ "allowfullscreen></iframe>"
818
+ msgstr ""
819
+ "<iframe width=\"1024\" height=\"640\" src=\"//player.bilibili.com/player."
820
+ "html?aid=28517524&cid=49353923&page=1\" scrolling=\"no\" border=\"0\" "
821
+ "frameborder=\"no\" framespacing=\"0\" allowfullscreen=\"true\"></iframe>"
822
+
823
+ #: qqworld-auto-save-images.php:904
824
+ msgid "Edition Introduction"
825
+ msgstr "版本介绍"
826
+
827
+ #: qqworld-auto-save-images.php:910 qqworld-auto-save-images.php:966
828
+ msgid "Edition"
829
+ msgstr "版本"
830
+
831
+ #: qqworld-auto-save-images.php:911 qqworld-auto-save-images.php:921
832
+ #: qqworld-auto-save-images.php:929 qqworld-auto-save-images.php:937
833
+ #: qqworld-auto-save-images.php:945 qqworld-auto-save-images.php:953
834
+ #: qqworld-auto-save-images.php:967 qqworld-auto-save-images.php:977
835
+ #: qqworld-auto-save-images.php:985 qqworld-auto-save-images.php:993
836
+ msgid "Description"
837
+ msgstr "描述"
838
+
839
+ #: qqworld-auto-save-images.php:918 qqworld-auto-save-images.php:1011
840
+ msgid "Cloud Storage Edition"
841
+ msgstr "云存储版"
842
+
843
+ #: qqworld-auto-save-images.php:919 qqworld-auto-save-images.php:927
844
+ #: qqworld-auto-save-images.php:935 qqworld-auto-save-images.php:943
845
+ #: qqworld-auto-save-images.php:951 qqworld-auto-save-images.php:975
846
+ #: qqworld-auto-save-images.php:983 qqworld-auto-save-images.php:991
847
+ msgid "Show more details"
848
+ msgstr "显示更多细节"
849
+
850
+ #: qqworld-auto-save-images.php:921
851
+ msgctxt "shopping guide"
852
+ msgid ""
853
+ "If you only need the cloud storage function, please purchase the Cloud "
854
+ "Storage Edition, which supports 6 kinds of cloud storage in China, as well "
855
+ "as AWS S3, FTP, sina chart bed, etc. You can automatically delete local "
856
+ "attachments after synchronization and establish the remote cloud media "
857
+ "library."
858
+ msgstr ""
859
+ "如果只需要云存储功能请购买云存储版,支持国内6种云存储以及AWS S3、FTP、新浪图"
860
+ "床等,可以在同步后自动删除本地附件,建立远程云媒体库。"
861
 
862
+ #: qqworld-auto-save-images.php:926 qqworld-auto-save-images.php:1010
863
  msgid "Professional Edition"
864
  msgstr "专业版"
865
 
866
+ #: qqworld-auto-save-images.php:929
867
+ msgctxt "shopping guide"
868
+ msgid ""
869
+ "If you only need to capture remote image and watermark function, please buy "
870
+ "Professional Edition."
871
+ msgstr "如果只需要抓图和水印功能,请购买专业版。"
872
+
873
+ #: qqworld-auto-save-images.php:934 qqworld-auto-save-images.php:1009
874
+ msgid "Server Edition"
875
+ msgstr "服务器版"
876
 
877
+ #: qqworld-auto-save-images.php:937
878
+ msgctxt "shopping guide"
879
  msgid ""
880
+ "If you need to capture remote images, watermarks, and cloud storage, buy the "
881
+ "Server Edition."
882
+ msgstr "如果需要抓图、水印以及云存储功能,请购买服务器版。"
883
 
884
+ #: qqworld-auto-save-images.php:942
885
+ msgid "Website Master Edition"
886
+ msgstr "站长版"
887
+
888
+ #: qqworld-auto-save-images.php:945
889
+ msgctxt "shopping guide"
890
  msgid ""
891
+ "If you need to capture remote image, watermark and collection function, but "
892
+ "do not need cloud storage, please buy Website Master Edition, can be timed "
893
+ "batch collection of Tmall, WeChat public number, toutiao today and taobao "
894
+ "toutiao most of the sites."
895
+ msgstr ""
896
+ "如果需要抓图、水印和采集功能,但不需要云存储,请购买站长版,可以定时批量采集"
897
+ "天猫、微信公众号、今日头条号以及淘宝头条等绝大多数网站。"
898
 
899
+ #: qqworld-auto-save-images.php:950 qqworld-auto-save-images.php:1007
900
+ msgid "Ultimate Edition"
901
+ msgstr "旗舰版"
902
+
903
+ #: qqworld-auto-save-images.php:953
904
+ msgctxt "shopping guide"
905
+ msgid "If you want full functionality, buy the Ultimate Edition."
906
+ msgstr "如果需要全部功能,请购买旗舰版。"
907
 
908
+ #: qqworld-auto-save-images.php:960
909
+ msgid "Website Edition"
910
+ msgstr "网站版本"
911
 
912
+ #: qqworld-auto-save-images.php:974
913
+ msgid "Single Site Edition"
914
+ msgstr "单站点版"
915
+
916
+ #: qqworld-auto-save-images.php:977
917
+ msgctxt "shopping guide"
918
  msgid ""
919
+ "If you only need 1-4 sites, please purchase this edition, 1 license can only "
920
+ "activate 1 domain name, you can modify the domain name 6-7 times, but can "
921
+ "not activate more than one domain name at the same time."
922
+ msgstr ""
923
+ "如果你只有1-4个站点需要,请购买该版,1份授权只能激活1个域名,可自助修改域名"
924
+ "6-7次,但不可同时激活多个域名。"
925
 
926
+ #: qqworld-auto-save-images.php:982
927
+ msgid "Multisite Edition"
928
+ msgstr "多站点版"
929
 
930
+ #: qqworld-auto-save-images.php:985
931
+ #, php-format
932
+ msgctxt "shopping guide"
933
+ msgid ""
934
+ "If your site is <a href=\"%s\" target=\"_blank\" rel=\"noopener\">Multi-Site "
935
+ "mode</a>, please purchase this edition, just activate the main site domain "
936
+ "name, unlimited sub site available.You can modify the master domain name 6-7 "
937
+ "times, but you cannot activate multiple master domain names at the same time."
938
+ msgstr ""
939
+ "如果你的网站是 <a href=\"%s\" target=\"_blank\" rel=\"noopener\">多站点模式</"
940
+ "a>,请购买该版,只需激活主站域名,无限子站可用。可自助修改主站域名6-7次,但不"
941
+ "可同时激活多个主站域名。"
942
+
943
+ #: qqworld-auto-save-images.php:990
944
+ msgid "Whois Unlimited Edition"
945
+ msgstr "Whois无限版"
946
+
947
+ #: qqworld-auto-save-images.php:993
948
+ msgctxt "shopping guide"
949
+ msgid ""
950
+ "If you have more than 4 single sites required, please purchase Whois "
951
+ "unlimited edition which can activate unlimited domain name across servers."
952
+ "The English name of the registrant can be changed for 6-7 times, but it is "
953
+ "impossible to activate multiple registrants at the same time. Some domain "
954
+ "registrars do not support turning off the domain name privacy protection, "
955
+ "this domain name will not be able to be used to activate the Whois unlimited "
956
+ "version, such as aliyun."
957
+ msgstr ""
958
+ "如果你有超过4个单站需要,请购买Whois无限版,可跨服务器激活无限域名。可自助修"
959
+ "改注册人英文名6-7次,但不可能同时激活多个注册名。有些域名注册商不支持关闭域名"
960
+ "隐私保护,这种域名将无法用于激活Whois无限版,如阿里云。"
961
+
962
+ #: qqworld-auto-save-images.php:1000
963
+ msgid "Edition Difference"
964
+ msgstr "版本差异"
965
+
966
+ #: qqworld-auto-save-images.php:1006
967
+ msgid "Items"
968
+ msgstr "对比项目"
969
 
970
+ #: qqworld-auto-save-images.php:1008
971
+ msgid "Master Edition"
972
+ msgstr "站长版"
973
+
974
+ #: qqworld-auto-save-images.php:1017
975
+ msgid "Collection Project"
976
+ msgstr "收藏项目"
977
+
978
+ #: qqworld-auto-save-images.php:1019
979
+ msgid ""
980
+ "Self-built collection project, set collection rules, using object-oriented "
981
+ "programming compared to 2.x, it is very convenient to collect AJAX loaded "
982
+ "pages and filter any collected content."
983
+ msgstr ""
984
+ "自建收藏项目,设置采集规则,相对于2.x来说使用面向对象编程,可以非常方便地采集"
985
+ "AJAX加载的页面,并对任何采集内容进行过滤。"
986
+
987
+ #: qqworld-auto-save-images.php:1020
988
+ msgid ""
989
+ "Manual collection, you can select the posts to be collected, you can collect "
990
+ "them by importing archive links or singular post links."
991
+ msgstr ""
992
+ "手动采集,可以挑选要采集的文章,可以通过导入列表链接或正文链接进行采集。"
993
+
994
+ #: qqworld-auto-save-images.php:1021
995
+ msgid ""
996
+ "Automatically collect, set up scheduled tasks, and let the website "
997
+ "automatically collect posts."
998
+ msgstr "自动采集,设置好计划任务,让网站自动采集文章。"
999
+
1000
+ #: qqworld-auto-save-images.php:1022
1001
+ msgid ""
1002
+ "A template that automatically adds a header template and a footer template "
1003
+ "to the collected posts in the collection project."
1004
+ msgstr "模板,可以在收藏项目中为采集的文章自动加上页眉模板和页脚模板。"
1005
+
1006
+ #: qqworld-auto-save-images.php:1023
1007
+ msgid ""
1008
+ "Collection project store with video tutorials. You can purchase collection "
1009
+ "project directly."
1010
+ msgstr "收藏项目商店,有视频教程。可以直接购买收藏项目。"
1011
+
1012
+ #: qqworld-auto-save-images.php:1024
1013
+ msgid ""
1014
+ "Basically, as long as it is not a digital signature encrypted website, it "
1015
+ "can be collected."
1016
+ msgstr "基本上只要不是数字签名加密的网站,都可以采集。"
1017
+
1018
+ #: qqworld-auto-save-images.php:1035
1019
+ msgid "Auto Save Attachment"
1020
+ msgstr "自动保存附件"
1021
+
1022
+ #: qqworld-auto-save-images.php:1037
1023
+ msgid "Support for new editors of Wordpress 5.0."
1024
+ msgstr "支持 wordpress 5.0 的新编辑器。"
1025
+
1026
+ #: qqworld-auto-save-images.php:1038 qqworld-auto-save-images.php:1039
1027
+ msgid ""
1028
+ "Automatically save remote attachments, as long as the file format allowed by "
1029
+ "the Wordpress media library can be crawled."
1030
+ msgstr ""
1031
+ "自动保存远程附件,只要是Wordpress媒体库允许上传的文件格式,都可以抓取。"
1032
+
1033
+ #: qqworld-auto-save-images.php:1040
1034
+ msgid "Format the HTML code of the collected remote image."
1035
+ msgstr "对采集到的远程图片的HTML代码进行格式化。"
1036
+
1037
+ #: qqworld-auto-save-images.php:1041
1038
+ msgid "You can not use the media library."
1039
+ msgstr "可以不使用媒体库。"
1040
+
1041
+ #: qqworld-auto-save-images.php:1042
1042
+ msgid ""
1043
+ "Scan the post to automatically save remote attachments from the old post to "
1044
+ "local."
1045
+ msgstr "扫描文章,将旧的文章中的远程附件自动保存到本地。"
1046
+
1047
+ #: qqworld-auto-save-images.php:1043
1048
+ msgid "Set up scheduled tasks to scan posts."
1049
+ msgstr "设置计划任务扫描文章。"
1050
+
1051
+ #: qqworld-auto-save-images.php:1044
1052
+ msgid "Set thumbnail crop position."
1053
+ msgstr "设置缩略图裁剪位置。"
1054
+
1055
+ #: qqworld-auto-save-images.php:1055
1056
  msgid "Watermark"
1057
  msgstr "水印"
1058
 
1059
+ #: qqworld-auto-save-images.php:1057
1060
+ msgid "Both image watermark and text watermark are supported."
1061
+ msgstr "同时支持图片水印和文字水印。"
1062
 
1063
+ #: qqworld-auto-save-images.php:1058
1064
+ msgid "Scan the media library to watermark the image."
1065
+ msgstr "扫描媒体库,给图片打上水印。"
1066
 
1067
+ #: qqworld-auto-save-images.php:1069
1068
+ msgid "Translate"
1069
+ msgstr "翻译"
 
 
1070
 
1071
+ #: qqworld-auto-save-images.php:1071
1072
  msgid ""
1073
+ "You can use Baidu translation, Google free translation, Google translation "
1074
+ "and Simplified and Traditional chinese to translate the content of the "
1075
+ "article automatically or manually."
1076
  msgstr ""
1077
+ "可以使用百度付费翻译,谷歌免费翻译,谷歌付费翻译和简繁互转来自动或手动翻译文"
1078
+ "章内容。"
1079
 
1080
+ #: qqworld-auto-save-images.php:1072
1081
  msgid ""
1082
+ "Support automatic translation, manual translation or translation at the time "
1083
+ "of collection."
1084
+ msgstr "支持自动翻译,手动翻译或在采集的时候翻译。"
1085
 
1086
+ #: qqworld-auto-save-images.php:1073
1087
+ msgid "Automatically translate post name."
1088
+ msgstr "自动翻译文章名(别名)。"
1089
+
1090
+ #: qqworld-auto-save-images.php:1084
1091
+ msgid "Cloud Storage"
1092
+ msgstr "云存储"
1093
+
1094
+ #: qqworld-auto-save-images.php:1085
1095
  msgid ""
1096
+ "A domain that serves no cookies. The idea here is that you use a cookie-free "
1097
+ "domain to serve images, CSS files, scripts and whatnot, so that your users "
1098
+ "don't waste time and bandwidth transmitting cookies for them."
1099
+ msgstr ""
1100
+ "不需要Cookies的域名,你可以将该域名用于图像、CSS、JS脚本等等,这样您的用户就"
1101
+ "不用浪费时间和带宽为它们传输Cookies。"
1102
 
1103
+ #: qqworld-auto-save-images.php:1087
1104
+ msgid ""
1105
+ "Cookie-free domain: use the local server save attachments, the idea here is "
1106
+ "that you use a cookie-free domain to serve images, CSS files, scripts and "
1107
+ "whatnot, so that your users don't waste time and bandwidth transmitting "
1108
+ "cookies for them."
1109
+ msgstr ""
1110
+ "免Cookie域名:使用本地服务器保存附件。不需要Cookies的域名,可以将该域名用于图"
1111
+ "像、CSS、JS脚本等等,这样您的用户就不用浪费时间和带宽为它们传输Cookies。"
1112
 
1113
+ #: qqworld-auto-save-images.php:1088
1114
  msgid ""
1115
+ "Controllable Cloud Storage: FTP, Aliyun OSS, QiNiu Cloud Storage, UpYun "
1116
+ "Cloud Storage, Tencent COS, Baidu BOS, UCloud UFile Storage. Most of these "
1117
+ "cloud storage require payment, but data security is higher."
1118
  msgstr ""
1119
+ "可控云存储:FTP、阿里云OSS、七牛云存储、又拍云存储、腾讯COS、百度BOS和UCloud"
1120
+ "对象存储。这些云存储大多需要付费,但数据更安全。"
1121
 
1122
+ #: qqworld-auto-save-images.php:1089
1123
+ msgid ""
1124
+ "Others Cloud Storage: Sina images storage, SM.MS etc. These cloud storage "
1125
+ "are free, but the resources are less controllable and have the potential to "
1126
+ "be lost."
1127
+ msgstr ""
1128
+ "其他云存储:新浪图床,SM.MS图床等,这些云存储是免费的,但数据可控性较低,有丢"
1129
+ "失的风险。"
1130
+
1131
+ #: qqworld-auto-save-images.php:1100
1132
+ msgid "Proxy"
1133
+ msgstr "代理服务器"
1134
 
1135
+ #: qqworld-auto-save-images.php:1102
1136
  msgid ""
1137
+ "Static Proxy: You can directly fill in the IP and port of the proxy server, "
1138
+ "I hope you have fast proxy server."
1139
  msgstr ""
1140
+ "静态代理:你可以直接填入代理服务器的IP和端口,我希望你有速度快的代理服务器。"
 
1141
 
1142
+ #: qqworld-auto-save-images.php:1103
1143
  msgid ""
1144
+ "Dynamic proxy: All are paid proxy, you need to fill in the URL to "
1145
+ "dynamically get the proxy address."
1146
+ msgstr "动态代理:全都是付费代理,需要填入动态获取代理地址的URL。"
1147
 
1148
+ #: qqworld-auto-save-images.php:1114
1149
+ msgid "Database"
1150
+ msgstr "数据库"
1151
+
1152
+ #: qqworld-auto-save-images.php:1115
1153
+ msgid "Help you to handle database content easily."
1154
+ msgstr "帮你轻松处理数据库内容的工具。"
1155
+
1156
+ #: qqworld-auto-save-images.php:1117
1157
+ msgid "Modify some characters in the database in batches."
1158
+ msgstr "批量修改数据库里的一些字符。"
1159
+
1160
+ #: qqworld-auto-save-images.php:1118
1161
+ msgid ""
1162
+ "Batch restore the address of the controllable cloud storage to the local "
1163
+ "address."
1164
+ msgstr "批量将可控云存储的地址还原成本地地址。"
1165
+
1166
+ #: qqworld-auto-save-images.php:1119
1167
+ msgid "Automatically wipe specified tags or attributes in the post content."
1168
+ msgstr "自动清除文章内容中指定的标签或属性。"
1169
+
1170
+ #: qqworld-auto-save-images.php:1130
1171
+ msgid "Automatic Anchor"
1172
+ msgstr "自动锚点"
1173
+
1174
+ #: qqworld-auto-save-images.php:1131
1175
+ msgid "Automatically add tags anchor to the keywords in the post content."
1176
+ msgstr "自动为文章内容中的关键词添加标签锚点。"
1177
+
1178
+ #: qqworld-auto-save-images.php:1133
1179
+ msgid ""
1180
+ "The anchor link is automatically set according to the manually set keywords "
1181
+ "when the post content is output."
1182
+ msgstr "在输出文章内容的时候自动根据人工设置的关键词设置锚点。"
1183
+
1184
+ #: qqworld-auto-save-images.php:1134
1185
+ msgid "Automatically set up existing article tags."
1186
+ msgstr "自动设置已存在的文章标签。"
1187
+
1188
+ #: qqworld-auto-save-images.php:1145
1189
+ msgid "Pseudo Original"
1190
+ msgstr "伪原创"
1191
+
1192
+ #: qqworld-auto-save-images.php:1146
1193
+ msgid "Automatically replace the keywords in the post content."
1194
+ msgstr "自动在文章内容中替换关键词以达到伪原创的效果。"
1195
+
1196
+ #: qqworld-auto-save-images.php:1148
1197
+ msgid "Built-in tens of thousands of thesaurus."
1198
+ msgstr "内置数万条词库。"
1199
+
1200
+ #: qqworld-auto-save-images.php:1149
1201
+ msgid "The thesaurus can be built manually."
1202
+ msgstr "可以手动建立词库。"
1203
+
1204
+ #: qqworld-auto-save-images.php:1160
1205
+ msgid "Cleaner"
1206
+ msgstr "清理"
1207
 
1208
+ #: qqworld-auto-save-images.php:1161
1209
+ msgid ""
1210
+ "If you have a huge media library and do not know how many attachments has "
1211
+ "not bean used. this tool will help you to find out."
1212
+ msgstr ""
1213
+ "如果你有一个巨大的媒体库并且不知道有多少附件是未使用的,这个工具可以帮到你。"
1214
+
1215
+ #: qqworld-auto-save-images.php:1163
1216
+ msgid "Scan for attachments that are not in use and automatically delete them."
1217
+ msgstr "扫描到没有使用的附件并自动删除之。"
1218
+
1219
+ #: qqworld-auto-save-images.php:1164
1220
+ msgid "Attachments to post are automatically deleted when the post is deleted."
1221
+ msgstr "删除文章时自动删除文章的附件。"
1222
+
1223
+ #: qqworld-auto-save-images.php:1165
1224
+ msgid "Automatically delete duplicated posts."
1225
+ msgstr "自动删除重复的文章。"
1226
+
1227
+ #: qqworld-auto-save-images.php:1166
1228
+ msgid "Automatically delete empty posts."
1229
+ msgstr "自动删除空白的文章。"
1230
+
1231
+ #: qqworld-auto-save-images.php:1177 qqworld-auto-save-images.php:1178
1232
+ #: qqworld-auto-save-images.php:1179 qqworld-auto-save-images.php:1180
1233
+ #: qqworld-auto-save-images.php:1181
1234
+ #, php-format
1235
+ msgid "From %s"
1236
+ msgstr "%s 起"
1237
+
1238
+ #: qqworld-auto-save-images.php:1201
1239
  msgid "QQWorld Collector"
1240
  msgstr "QQWorld收藏家"
1241
 
1242
+ #: qqworld-auto-save-images.php:1202
1243
+ msgid ""
1244
+ "感觉维护网站的工作很繁重吗?本插件将为你节约大量的时间!QQWorld收藏家是一款"
1245
+ "Wordpress采集插件,可以采集绝大部分网站,特色是定时批量采集微信公众号和头条"
1246
+ "号,抓取微信图片、支持水印,支持阿里云OSS、又拍云、腾讯COS、七牛云存储和百度"
1247
+ "BOS,尤其是可以在同步后自动删除本地附件,建立远程云媒体库……"
1248
+ msgstr ""
1249
 
1250
+ #: qqworld-auto-save-images.php:1210 qqworld-auto-save-images.php:1229
1251
+ msgid "Company"
1252
+ msgstr "公司"
 
1253
 
1254
+ #: qqworld-auto-save-images.php:1211 qqworld-auto-save-images.php:1230
1255
+ msgid "QQWorld"
1256
+ msgstr "阿Q的项目"
1257
 
1258
+ #: qqworld-auto-save-images.php:1220
1259
+ msgid "QQWorld Theme Maker"
1260
+ msgstr "QQWorld主题制造"
1261
+
1262
+ #: qqworld-auto-save-images.php:1221
1263
+ msgid ""
1264
+ "众多的设计狮存在一个苦恼,为何自己设计的漂亮的网站必须依靠程序员才能做成成品"
1265
+ "上线,作为一个不懂编程的设计狮能否独立完成一个网站的建设呢?答案是肯定的,阿Q"
1266
+ "的项目倾力打造的QQWorld主题制造可以实现这一目标。"
1267
+ msgstr ""
1268
+
1269
+ #: qqworld-auto-save-images.php:1317
1270
+ msgid "Recommend"
1271
+ msgstr "推荐"
1272
+
1273
+ #: qqworld-auto-save-images.php:1318
1274
+ msgid "Purchase"
1275
+ msgstr "购买"
1276
+
1277
+ #: qqworld-auto-save-images.php:1333
1278
+ msgid ""
1279
+ "This plugin is no longer updated, only fix Bugs. If you need new features, "
1280
+ "please consider purchasing a commercial version."
1281
+ msgstr "本插件早已不再更新,只修复Bugs。如需要新功能请考虑购买商业版。"
1282
+
1283
+ #: qqworld-auto-save-images.php:1337
1284
  msgctxt "contact"
1285
  msgid "Developer"
1286
  msgstr "开发者"
1287
 
1288
+ #: qqworld-auto-save-images.php:1341
1289
+ msgid "Official Website"
1290
+ msgstr "官方网站"
1291
+
1292
+ #: qqworld-auto-save-images.php:1342
1293
+ msgid "QQWorld's Projects"
1294
+ msgstr "阿Q的项目"
1295
+
1296
+ #: qqworld-auto-save-images.php:1345
1297
  msgid "Email"
1298
+ msgstr "郵件"
1299
 
1300
+ #: qqworld-auto-save-images.php:1349
1301
  msgid "Tencent QQ"
1302
  msgstr "腾讯QQ"
1303
 
1304
+ #: qqworld-auto-save-images.php:1350 qqworld-auto-save-images.php:1356
1305
  #, php-format
1306
  msgid "%s: "
1307
  msgstr "%s:"
1308
 
1309
+ #: qqworld-auto-save-images.php:1350
1310
  msgid "QQ Group"
1311
  msgstr "QQ群"
1312
 
1313
+ #: qqworld-auto-save-images.php:1352
1314
+ msgid "Please use the QQ APP to scan the QR code."
1315
+ msgstr "请使用移动版腾讯QQ扫描二维码。"
1316
+
1317
+ #: qqworld-auto-save-images.php:1355
1318
  msgid "Wechat"
1319
  msgstr "微信"
1320
 
1321
+ #: qqworld-auto-save-images.php:1356
1322
+ msgid "WeChat Official Account"
1323
+ msgstr "微信公众号"
1324
+
1325
+ #: qqworld-auto-save-images.php:1356
1326
+ msgid "qqworld-project"
1327
+ msgstr "阿Q的项目"
1328
+
1329
+ #: qqworld-auto-save-images.php:1357
1330
  msgid "Please use the WeChat APP to scan the QR code."
1331
  msgstr "请使用微信APP扫描二维码。"
1332
 
1333
+ #: qqworld-auto-save-images.php:1360
1334
+ msgid "Alipay"
1335
+ msgstr "支付宝"
1336
+
1337
+ #: qqworld-auto-save-images.php:1362
1338
+ msgid "Please use the Alipay APP to scan the QR code."
1339
+ msgstr "请使用微信APP扫描二维码。"
1340
+
1341
+ #: qqworld-auto-save-images.php:1365
1342
  msgid "Cellphone"
1343
  msgstr "手机"
1344
 
1345
+ #: qqworld-auto-save-images.php:1470
1346
  msgid "Has Missing/Undownloadable images."
1347
  msgstr "有 不存在/不可下载 的远程图像。"
1348
 
1349
+ #: qqworld-auto-save-images.php:1477
1350
  msgid "No remote images found."
1351
  msgstr "没有远程图像。"
1352
 
1353
+ #: qqworld-auto-save-images.php:1679
1354
  msgid "Original Link"
1355
  msgstr "原始链接"
1356
 
1357
+ #~ msgid "QQWorld Woocommerce Assistant"
1358
+ #~ msgstr "QQWorld电子商务助手"
1359
+
1360
+ #~ msgid "QQWorld Synchronizer"
1361
+ #~ msgstr "QQWorld同步器"
1362
+
1363
+ #~ msgid "QQWorld Checkout"
1364
+ #~ msgstr "QQWorld收银台"
1365
+
1366
+ #~ msgid "QQWorld Mobile"
1367
+ #~ msgstr "QQWorld移动"
1368
+
1369
+ #~ msgid "<h2>Don't know Chinese?</h2>"
1370
+ #~ msgstr "<h2 class=\"hidden\">Don't know Chinese?</h2>"
1371
+
1372
+ #~ msgid "Download Trial Edition (%d)"
1373
+ #~ msgstr "下载试用版(%d)"
1374
+
1375
+ #~ msgid ""
1376
+ #~ "Automatically delete the HTML code of remote images smaller than Minimum-"
1377
+ #~ "Picture-Size."
1378
+ #~ msgstr "可选择自动删除小于最小图像尺寸的远程图像HTML代码"
1379
+
1380
+ #~ msgid ""
1381
+ #~ "Detecting replicated images in media library by Original-link and CRC "
1382
+ #~ "(Only for new images that after v1.1 updated)."
1383
+ #~ msgstr ""
1384
+ #~ "在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)"
1385
+
1386
+ #~ msgid "Automatically exclude specified remote images by CRC."
1387
+ #~ msgstr "可以自动通过检验图像文件CRC忽略指定的远程图像。"
1388
+
1389
+ #~ msgid ""
1390
+ #~ "New manual mode with multi-thread<br> (Faster than automatic mode and "
1391
+ #~ "modify Title &amp; Alt in realtime)"
1392
+ #~ msgstr ""
1393
+ #~ "多线程的手动模式(下载速度是自动模式的N倍,且支持即时修改Title和Alt)"
1394
+
1395
+ #~ msgid "Download Images from WeChat"
1396
+ #~ msgstr "下载微信图片"
1397
+
1398
+ #~ msgid "Cron Scan Posts"
1399
+ #~ msgstr "定时扫描文章"
1400
+
1401
+ #~ msgid "Images Compression (JPG Only)"
1402
+ #~ msgstr "图片压缩(仅JPEG)"
1403
+
1404
+ #~ msgid ""
1405
+ #~ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
1406
+ #~ "remote image with outside link, and grab the bigger one."
1407
+ #~ msgstr "智能抓取(从图片src和链接href中提取图片地址,并抓取较大的一个)"
1408
+
1409
+ #~ msgid ""
1410
+ #~ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, "
1411
+ #~ "Tencent COS)"
1412
+ #~ msgstr ""
1413
+ #~ "使用Cookie-Free域名和外部存储器(阿里云OSS、七牛云存储、又拍云存储和腾讯"
1414
+ #~ "COS等),可以建立远程云媒体库,再也不怕本地磁盘不够用啦。"
1415
+
1416
+ #~ msgid ""
1417
+ #~ "Database content replacement, easy to replace content in post content and "
1418
+ #~ "post titles."
1419
+ #~ msgstr "数据库内容替换,轻松替换文章内容和标题的字符串。"
1420
+
1421
+ #~ msgid ""
1422
+ #~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
1423
+ #~ "images to choose from web pages."
1424
+ #~ msgstr "自动采集功能:轻松转载文章、从网页中获取所有图片供选择。"
1425
+
1426
+ #~ msgid "Translation (Baidu Translation, Google Translation)"
1427
+ #~ msgstr "翻译(百度翻译,谷歌翻译),支持简繁体互转喔!"
1428
+
1429
+ #~ msgid ""
1430
+ #~ "Set no remote images saved into media library, it means would not "
1431
+ #~ "generate thumbnail with many sizes. but if you checked Set-Featured-"
1432
+ #~ "Image, the first remote image will be saved into media library."
1433
+ #~ msgstr ""
1434
+ #~ "可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了"
1435
+ #~ "自动设置特色图片,则只会将第一幅图片保存到媒体库。"
1436
+
1437
+ #~ msgid "Support automatically convert BMP/WEBP to JPG."
1438
+ #~ msgstr "支持BMP和WEBP(需PHP5.5)转JPG"
1439
+
1440
+ #~ msgid ""
1441
+ #~ "Special Features: Automatically keep remote images in the custom fields "
1442
+ #~ "to the local media library."
1443
+ #~ msgstr "特殊功能:自动保存自定义字段中的远程图像到本地媒体库。"
1444
+
1445
+ #~ msgid "Comparison"
1446
+ #~ msgstr "对比"
1447
+
1448
+ #~ msgid "Demo of Manual Mode"
1449
+ #~ msgstr "手动模式的演示"
1450
+
1451
+ #~ msgid "15 days free trial of the ultimate version."
1452
+ #~ msgstr "可免费试用旗舰版15天。"
1453
+
1454
+ #~ msgid "Free Edition"
1455
+ #~ msgstr "免费版"
1456
+
1457
+ #~ msgid "https://pan.baidu.com/s/1o7FG8Ro"
1458
+ #~ msgstr "https://drive.google.com/open?id=0B8SziOUSW1wpT283ZWc5ZUNsUXM"
1459
+
1460
+ #~ msgid "Help you maintain the site to save a lot of time."
1461
+ #~ msgstr "帮你维护网站节省大量的时间。"
1462
+
1463
+ #~ msgid "View Details"
1464
+ #~ msgstr "浏览详情"
1465
+
1466
+ #~ msgid "Support WeChat and Alipay desktop and mobile dual payment function."
1467
+ #~ msgstr "支持微信和支付宝的桌面以及移动双支付功能。"
1468
+
1469
+ #~ msgid "If you have a Chinese Woocommerce shop, you will like it."
1470
+ #~ msgstr "如果你有个中文的Woocommerce网店,你会喜欢的。"
1471
+
1472
+ #~ msgid "QQWorld Passport"
1473
+ #~ msgstr "QQWorld通行证"
1474
+
1475
+ #~ msgid "Support QQ, WeChat, Weibo login, it is important that free."
1476
+ #~ msgstr "支持QQ、微信、微博登录,重要的是,免费。"
1477
+
1478
+ #~ msgid ""
1479
+ #~ "As a expansion of the QQWorld Passport which to provide a series of "
1480
+ #~ "WeChat enhanced features, such as Native login."
1481
+ #~ msgstr ""
1482
+ #~ "作为QQWorld通行证的扩展,提供对微信的一系列加强功能,比如扫码登录等。"
1483
+
1484
+ #~ msgid ""
1485
+ #~ "As a expansion of the QQWorld Passport which to provide a series of "
1486
+ #~ "mobile features, such as login via your china phone number."
1487
+ #~ msgstr ""
1488
+ #~ "作为QQWorld通行证的扩展,提供一些移动相关功能,比如通过中国的手机号码登录"
1489
+ #~ "等。"
1490
+
1491
+ #~ msgid "Summary"
1492
+ #~ msgstr "简介"
1493
+
1494
+ #~ msgid "Buy"
1495
+ #~ msgstr "购买"
1496
+
1497
+ #~ msgid ""
1498
+ #~ "(No need understand chinese, there is a language switcher on Header.)"
1499
+ #~ msgstr " "
1500
+
1501
  #~ msgid "$15 (RMB &#165;99)"
1502
  #~ msgstr "&#165;99($15 美元)"
1503
 
1507
  #~ msgid "The inactive domain is free for 15 days."
1508
  #~ msgstr "未激活的域名可以免费试用15天。"
1509
 
 
 
 
1510
  #~ msgid "Baidu SkyDrive"
1511
  #~ msgstr "百度云网盘"
1512
 
 
 
 
1513
  #~ msgid ""
1514
  #~ "(No need understand chinese, there is a language switcher on left "
1515
  #~ "sidebar.)"
lang/qqworld_auto_save_images-zh_HK.mo ADDED
Binary file
lang/qqworld_auto_save_images-zh_HK.po ADDED
@@ -0,0 +1,1684 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 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: 2019-03-06 10:00+0800\n"
6
+ "PO-Revision-Date: 2019-03-06 10:01+0800\n"
7
+ "Last-Translator: Michael Wang <admin@qqworld.org>\n"
8
+ "Language-Team: QQWorld <admin@qqworld.org>\n"
9
+ "Language: zh_CN\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\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 2.2.1\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:120 qqworld-auto-save-images.php:1206
23
+ #: qqworld-auto-save-images.php:1225 qqworld-auto-save-images.php:1338
24
+ #: qqworld-auto-save-images.php:1346
25
+ msgid "Michael Wang"
26
+ msgstr "王曉騫"
27
+
28
+ #: qqworld-auto-save-images.php:121
29
+ msgid " (In Development)"
30
+ msgstr "(開發中)"
31
+
32
+ #: qqworld-auto-save-images.php:128
33
+ msgid ""
34
+ "Your server PHP does not support cUrl, please remove ';' from in front of "
35
+ "extension=php_curl.dll in the php.ini."
36
+ msgstr ""
37
+ "你的服務器PHP不支持cUrl,請在php.ini中移除extension=php_curl.dll前面的『;』。"
38
+
39
+ #: qqworld-auto-save-images.php:129
40
+ msgid ""
41
+ "Your server PHP does not support GD2, please remove ';' from in front of "
42
+ "extension=php_gd2.dll in the <strong>php.ini</strong>."
43
+ msgstr ""
44
+ "你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的『;』。"
45
+
46
+ #: qqworld-auto-save-images.php:130
47
+ msgid ""
48
+ "Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
49
+ "php.ini."
50
+ msgstr "你的服務器PHP不支持fopen,請在php.ini中設置allow_url_fopen=1。"
51
+
52
+ #: qqworld-auto-save-images.php:166
53
+ msgid "No taxonomies found."
54
+ msgstr "沒有相關分類方法。"
55
+
56
+ #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:348
57
+ #: qqworld-auto-save-images.php:1473
58
+ msgid "All remote images have been saved."
59
+ msgstr "已保存所有遠程圖像。"
60
+
61
+ #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:175
62
+ #, php-format
63
+ msgid " <a href=\"%s\">View</a>"
64
+ msgstr " <a href=\"%s\">查看</a>"
65
+
66
+ #: qqworld-auto-save-images.php:175
67
+ msgid "Has missing images or image which could not download."
68
+ msgstr "內容包含 不存在/無法下載 的圖像。"
69
+
70
+ #: qqworld-auto-save-images.php:196
71
+ msgid "In Process..."
72
+ msgstr "正在保存……"
73
+
74
+ #: qqworld-auto-save-images.php:197
75
+ msgid "Something error, please check."
76
+ msgstr "出錯了,請檢查。"
77
+
78
+ #: qqworld-auto-save-images.php:225
79
+ msgid ""
80
+ "Are you sure?<br />Before you click the yes button, I recommend backup site "
81
+ "database."
82
+ msgstr "你確定嗎?<br />在點擊確定按鈕之前,我建議你備份網站的數據庫。"
83
+
84
+ #: qqworld-auto-save-images.php:226 qqworld-auto-save-images.php:784
85
+ msgid "Please select post types."
86
+ msgstr "請選擇文章類型。"
87
+
88
+ #: qqworld-auto-save-images.php:227
89
+ msgid "May be a problem with some posts: "
90
+ msgstr "也許一些文章有問題:"
91
+
92
+ #: qqworld-auto-save-images.php:228
93
+ #, php-format
94
+ msgid "No need enter \"%s\"."
95
+ msgstr "不需要輸入「%s」。"
96
+
97
+ #: qqworld-auto-save-images.php:229
98
+ #, php-format
99
+ msgid "%d post has been scanned."
100
+ msgstr "已掃描%d篇文章。"
101
+
102
+ #: qqworld-auto-save-images.php:230
103
+ #, php-format
104
+ msgid "%d posts have been scanned."
105
+ msgstr "已掃描%d篇文章。"
106
+
107
+ #: qqworld-auto-save-images.php:231
108
+ #, php-format
109
+ msgid "%d post included remote images processed."
110
+ msgstr "已處理%d篇包含遠程圖像的文章。"
111
+
112
+ #: qqworld-auto-save-images.php:232
113
+ #, php-format
114
+ msgid "%d posts included remote images processed."
115
+ msgstr "已處理%d篇包含遠程圖像的文章。"
116
+
117
+ #: qqworld-auto-save-images.php:233
118
+ #, php-format
119
+ msgid "%d post has missing images couldn't be processed."
120
+ msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
121
+
122
+ #: qqworld-auto-save-images.php:234
123
+ #, php-format
124
+ msgid "%d posts have missing images couldn't be processed."
125
+ msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
126
+
127
+ #: qqworld-auto-save-images.php:235
128
+ #, php-format
129
+ msgid "found %d post including remote images."
130
+ msgstr "找到%d篇包含遠程圖像的文章。"
131
+
132
+ #: qqworld-auto-save-images.php:236
133
+ #, php-format
134
+ msgid "found %d posts including remote images."
135
+ msgstr "找到%d篇包含遠程圖像的文章。"
136
+
137
+ #: qqworld-auto-save-images.php:237
138
+ #, php-format
139
+ msgid "And with %d post has missing images."
140
+ msgstr "其中有%d篇文章包含不存在的遠程圖像。"
141
+
142
+ #: qqworld-auto-save-images.php:238
143
+ #, php-format
144
+ msgid "And with %d posts have missing images."
145
+ msgstr "其中有%d篇文章包含不存在的遠程圖像。"
146
+
147
+ #: qqworld-auto-save-images.php:239
148
+ msgid "No posts processed."
149
+ msgstr "未處理任何文章。"
150
+
151
+ #: qqworld-auto-save-images.php:240
152
+ msgid "No post has remote images found."
153
+ msgstr "沒有文章包含遠程圖像。"
154
+
155
+ #: qqworld-auto-save-images.php:241
156
+ msgid "No posts found."
157
+ msgstr "未找到任何文章。"
158
+
159
+ #: qqworld-auto-save-images.php:242
160
+ msgid "All done."
161
+ msgstr "全部完成。"
162
+
163
+ #: qqworld-auto-save-images.php:243
164
+ msgid "Yes"
165
+ msgstr "是的"
166
+
167
+ #: qqworld-auto-save-images.php:244 qqworld-auto-save-images.php:624
168
+ msgid "No"
169
+ msgstr ""
170
+
171
+ #: qqworld-auto-save-images.php:245
172
+ msgid "Scanning..."
173
+ msgstr "掃描中……"
174
+
175
+ #: qqworld-auto-save-images.php:246
176
+ msgid "Listing..."
177
+ msgstr "顯示列表中……"
178
+
179
+ #: qqworld-auto-save-images.php:247 qqworld-auto-save-images.php:826
180
+ msgid "ID"
181
+ msgstr "編號"
182
+
183
+ #: qqworld-auto-save-images.php:248
184
+ msgid "Post Type"
185
+ msgstr "文章類型"
186
+
187
+ #: qqworld-auto-save-images.php:249 qqworld-auto-save-images.php:828
188
+ msgid "Title"
189
+ msgstr "標題"
190
+
191
+ #: qqworld-auto-save-images.php:250 qqworld-auto-save-images.php:806
192
+ msgid "Status"
193
+ msgstr "狀態"
194
+
195
+ #: qqworld-auto-save-images.php:251
196
+ msgid "Control"
197
+ msgstr "控制"
198
+
199
+ #: qqworld-auto-save-images.php:252
200
+ msgid "Done"
201
+ msgstr "完成"
202
+
203
+ #: qqworld-auto-save-images.php:253 qqworld-auto-save-images.php:604
204
+ msgid "Delete"
205
+ msgstr "刪除"
206
+
207
+ #: qqworld-auto-save-images.php:348 qqworld-auto-save-images.php:382
208
+ msgid "Has missing images."
209
+ msgstr "有不存在的遠程圖像。"
210
+
211
+ #: qqworld-auto-save-images.php:382
212
+ msgid "Normal"
213
+ msgstr "正常"
214
+
215
+ #: qqworld-auto-save-images.php:383
216
+ msgid "Fetch"
217
+ msgstr "抓取"
218
+
219
+ #: qqworld-auto-save-images.php:425
220
+ msgid "Save Remote Images"
221
+ msgstr "保存遠程圖片"
222
+
223
+ #: qqworld-auto-save-images.php:436
224
+ msgid "Settings"
225
+ msgstr "設置"
226
+
227
+ #: qqworld-auto-save-images.php:444
228
+ msgid "Auto Save Images"
229
+ msgstr "自動保存圖片"
230
+
231
+ #: qqworld-auto-save-images.php:446 qqworld-auto-save-images.php:473
232
+ msgid "QQWorld Auto Save Images"
233
+ msgstr "QQWorld自動保存圖片"
234
+
235
+ #: qqworld-auto-save-images.php:455
236
+ msgid "Installation"
237
+ msgstr "安裝說明"
238
+
239
+ #: qqworld-auto-save-images.php:456
240
+ msgid ""
241
+ "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
242
+ "strong> in php.ini.</li><li>Warning: If your website domain has been "
243
+ "changed, you must modify all image link to new domain from database, or else "
244
+ "all images which not modified in post content will be save again.</li></ol>"
245
+ msgstr ""
246
+ "<ol><li>請確保php.ini的設置中 <strong>allow_url_fopen=1</strong></li><li>警"
247
+ "告:如果你的網站域名更改了,必須在數據庫中將所有的圖片鏈接更新到新域名,否則"
248
+ "插件會把未更改的圖片再保存一次。</li></ol>"
249
+
250
+ #: qqworld-auto-save-images.php:460
251
+ msgid "Notice"
252
+ msgstr "注意"
253
+
254
+ #: qqworld-auto-save-images.php:461
255
+ msgid ""
256
+ "<ul><li>This plugin has a little problem that is all the image url must be "
257
+ "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
258
+ "src=&quot;http://img.whitehouse.gov/image/2014/08/09/gogogo.jpg&quot; /&gt;</"
259
+ "li><li>&lt;img src=&quot;http://www.bubugao.me/image/travel/beijing.png?"
260
+ "date=20140218&quot; /&gt;</li>\t\t\t<li>&lt;img src=&quot;http://r4.ykimg."
261
+ "com/05410408543927D66A0B4D03A98AED24&quot; /&gt;</li><li>&lt;img src=&quot;"
262
+ "https://example.com/image?id=127457&quot; /&gt;</li></ul></li><li>The "
263
+ "examples that not works:<ul><li>&lt;img src=&quot;/images/great.png&quot; /"
264
+ "&gt;</li><li>&lt;img src=&quot;./photo-lab/2014-08-09.jpg&quot; /&gt;</"
265
+ "li><li>&lt;img src=&quot;img/background/black.gif&quot; /&gt;</li></ul></"
266
+ "li></ul>I'v tried to figure this out, but i couldn't get the host name to "
267
+ "make image src full.<br />So if you encounter these codes, plaese manually "
268
+ "fix the images src to full url."
269
+ msgstr ""
270
+ "<ul><li>該插件有個小問題,所有的遠程圖像的URL必須是完整的,就是說必須得包含"
271
+ "\"http(s)://\",比如:<ul><li>&lt;img src=&quot;http://img.whitehouse.gov/"
272
+ "image/2014/08/09/gogogo.jpg&quot; /&gt;</li><li>&lt;img src=&quot;http://www."
273
+ "bubugao.me/image/travel/beijing.png?date=20140218&quot; /&gt;</li><li>&lt;"
274
+ "img src=&quot;http://r4.ykimg.com/05410408543927D66A0B4D03A98AED24&quot; /"
275
+ "&gt;</li><li>&lt;img src=&quot;https://example.com/image?id=127457&quot; /"
276
+ "&gt;</li></ul></li><li>不能保存的例子:<ul><li>&lt;img src=&quot;/images/"
277
+ "great.png&quot; /&gt;</li><li>&lt;img src=&quot;./photo-lab/2014-08-09."
278
+ "jpg&quot; /&gt;</li><li>&lt;img src=&quot;img/background/black.gif&quot; /"
279
+ "&gt;</li></ul></li></ul>我嘗試解決這個問題,但是我無法讓程序獲取到主機名從而"
280
+ "讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
281
+ "的,或者使用採集工具自動補完圖片的URL然後從外部提交給Wordpress。"
282
+
283
+ #: qqworld-auto-save-images.php:465
284
+ msgid "About"
285
+ msgstr "關於"
286
+
287
+ #: qqworld-auto-save-images.php:466
288
+ msgid ""
289
+ "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
290
+ "just for play in the first place, after 1 year, oneday someone sent an email "
291
+ "to me for help , I was surprise and glad to realized my plugin has a fan. "
292
+ "then more and more peoples asked me for helps, and my plugin was getting "
293
+ "more and more powerful. Now this's my plugin. I hope you will like it, "
294
+ "thanks.</p>"
295
+ msgstr ""
296
+ "<p>大家好,我是王曉騫,來自中國。</p><p>我最開始製作本插件只是為了玩,一年後"
297
+ "的某一天,某人以一封郵件向我求助,我才很高興得意識到居然有人喜歡我的插件,然"
298
+ "後隨着越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
299
+ "希望你們能喜歡它,謝謝。</p>"
300
+
301
+ #: qqworld-auto-save-images.php:474
302
+ msgid ""
303
+ "Automatically keep the all remote picture to the local, and automatically "
304
+ "set featured image."
305
+ msgstr ""
306
+ "自動保存遠程圖片到本地,自動設置特色圖片,並且支持機械人採集軟件從外部提交。"
307
+
308
+ #: qqworld-auto-save-images.php:479
309
+ msgid "General"
310
+ msgstr "常規"
311
+
312
+ #: qqworld-auto-save-images.php:480
313
+ msgid "Filter"
314
+ msgstr "過濾"
315
+
316
+ #: qqworld-auto-save-images.php:481
317
+ msgid "Format"
318
+ msgstr "格式化"
319
+
320
+ #: qqworld-auto-save-images.php:482
321
+ msgid "Scan Posts"
322
+ msgstr "掃描文章"
323
+
324
+ #: qqworld-auto-save-images.php:483
325
+ msgid "Commercial Edition"
326
+ msgstr "商業版"
327
+
328
+ #: qqworld-auto-save-images.php:484
329
+ msgid "Products"
330
+ msgstr "旗下產品"
331
+
332
+ #: qqworld-auto-save-images.php:485
333
+ msgid "Contact"
334
+ msgstr "聯繫方式"
335
+
336
+ #: qqworld-auto-save-images.php:491 qqworld-auto-save-images.php:493
337
+ msgid "Mode"
338
+ msgstr "模式"
339
+
340
+ #: qqworld-auto-save-images.php:496 qqworld-auto-save-images.php:864
341
+ msgid "Automatic"
342
+ msgstr "自動"
343
+
344
+ #: qqworld-auto-save-images.php:497
345
+ msgid ""
346
+ "Automatically save all remote images to local media libary when you save or "
347
+ "publish post."
348
+ msgstr "在保存或發佈文章時,自動將所有遠程圖像保存到本地媒體庫。"
349
+
350
+ #: qqworld-auto-save-images.php:500 qqworld-auto-save-images.php:865
351
+ msgid "Manual"
352
+ msgstr "手動"
353
+
354
+ #: qqworld-auto-save-images.php:501
355
+ msgid ""
356
+ "Manually save all remote images to local media libary when you click the "
357
+ "button on the top of editor."
358
+ msgstr "當單擊編輯器頂部的按鈕時,手動將所有遠程圖像保存到本地媒體庫。"
359
+
360
+ #: qqworld-auto-save-images.php:506 qqworld-auto-save-images.php:508
361
+ msgid "When"
362
+ msgstr "什麼時候"
363
+
364
+ #: qqworld-auto-save-images.php:511
365
+ msgid "Save post (Publish, save draft or pedding review)."
366
+ msgstr "保存文章時(發佈文章,保存草稿或提交審核)。"
367
+
368
+ #: qqworld-auto-save-images.php:515
369
+ msgid "Publish post only."
370
+ msgstr "僅發佈文章時。"
371
+
372
+ #: qqworld-auto-save-images.php:521 qqworld-auto-save-images.php:523
373
+ msgid "Schedule Publish"
374
+ msgstr "定時發佈"
375
+
376
+ #: qqworld-auto-save-images.php:521
377
+ msgid "Save remote images via Schedule Publish."
378
+ msgstr "通過定時發佈保存遠程圖像。"
379
+
380
+ #: qqworld-auto-save-images.php:531 qqworld-auto-save-images.php:533
381
+ msgid "Remote Publishing"
382
+ msgstr "遠程發佈"
383
+
384
+ #: qqworld-auto-save-images.php:531
385
+ msgid ""
386
+ "Save remote images via remote publishing from IFTTT or other way using "
387
+ "XMLRPC. Only supports publish post."
388
+ msgstr "保存通過IFTTT或其他使用XMLRPC方法遠程發佈的遠程圖片。僅支持發佈文章。"
389
+
390
+ #: qqworld-auto-save-images.php:541 qqworld-auto-save-images.php:543
391
+ #: qqworld-auto-save-images.php:899
392
+ msgid "Set Featured Image"
393
+ msgstr "設置特色圖片"
394
+
395
+ #: qqworld-auto-save-images.php:541
396
+ msgid "Set first one of the remote images as featured image."
397
+ msgstr "設置遠程圖片中的第1個為特色圖片。"
398
+
399
+ #: qqworld-auto-save-images.php:557 qqworld-auto-save-images.php:559
400
+ msgid "Grabbing from Each Posts"
401
+ msgstr "從每篇文章抓取"
402
+
403
+ #: qqworld-auto-save-images.php:561
404
+ msgid "All Images"
405
+ msgstr "全部圖片"
406
+
407
+ #: qqworld-auto-save-images.php:565
408
+ #, php-format
409
+ msgid "First %d image only"
410
+ msgid_plural "First %d images only"
411
+ msgstr[0] "前 %d 幅圖像"
412
+
413
+ #: qqworld-auto-save-images.php:572 qqworld-auto-save-images.php:574
414
+ msgid "Minimum Picture Size"
415
+ msgstr "最小圖像尺寸"
416
+
417
+ #: qqworld-auto-save-images.php:572
418
+ msgid "Ignore smaller than this size picture."
419
+ msgstr "忽略比這個尺寸更小的圖像。"
420
+
421
+ #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:588
422
+ msgid "Width:"
423
+ msgstr "寬度:"
424
+
425
+ #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:579
426
+ #: qqworld-auto-save-images.php:588 qqworld-auto-save-images.php:591
427
+ msgid "(px)"
428
+ msgstr "(像素)"
429
+
430
+ #: qqworld-auto-save-images.php:579 qqworld-auto-save-images.php:591
431
+ msgid "Height:"
432
+ msgstr "高度:"
433
+
434
+ #: qqworld-auto-save-images.php:584 qqworld-auto-save-images.php:586
435
+ msgid "Maximum Picture Size"
436
+ msgstr "最大圖像尺寸"
437
+
438
+ #: qqworld-auto-save-images.php:584
439
+ msgid ""
440
+ "Automatic reduction is greater than the size of the picture. if you want "
441
+ "image width less than 800px with any size height, please set width 800 and "
442
+ "leave height blank."
443
+ msgstr ""
444
+ "自動縮小大於該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置寬度"
445
+ "800,並設置高度為空。"
446
+
447
+ #: qqworld-auto-save-images.php:596 qqworld-auto-save-images.php:598
448
+ msgid "Exclude Domain/Keyword"
449
+ msgstr "排除域名/關鍵詞"
450
+
451
+ #: qqworld-auto-save-images.php:596
452
+ msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
453
+ msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
454
+
455
+ #: qqworld-auto-save-images.php:608
456
+ msgid "Add a Domain/Keyword"
457
+ msgstr "添加域名/關鍵詞"
458
+
459
+ #: qqworld-auto-save-images.php:619 qqworld-auto-save-images.php:622
460
+ msgid "Change Image Filename"
461
+ msgstr "更改圖片文件名"
462
+
463
+ #: qqworld-auto-save-images.php:625
464
+ msgid ""
465
+ "Only change remote images filename that have Non-ASCii characters (for "
466
+ "Windows Server)"
467
+ msgstr "僅修改包含非ASCii字符的遠程圖片文件名(用於Windows服務器)"
468
+
469
+ #: qqworld-auto-save-images.php:626
470
+ msgid ""
471
+ "Change all remote images Filename and Alt as post name (for Linux Server)"
472
+ msgstr "改變所有遠程圖片文件名為文章名(Post Name)(用於Linux服務器)"
473
+
474
+ #: qqworld-auto-save-images.php:631 qqworld-auto-save-images.php:633
475
+ msgid "Custom Filename Structure"
476
+ msgstr "自定文件名結構"
477
+
478
+ #: qqworld-auto-save-images.php:638
479
+ msgid "Original filename or automatic changed filename."
480
+ msgstr "原文件名或自動更改的文件名。"
481
+
482
+ #: qqworld-auto-save-images.php:639
483
+ msgid "Full date, e.g. 20150209."
484
+ msgstr "完整的日期,例如:20150209。"
485
+
486
+ #: qqworld-auto-save-images.php:640
487
+ msgid "YYYY, e.g. 2015."
488
+ msgstr "YYYY,例如:2015。"
489
+
490
+ #: qqworld-auto-save-images.php:641
491
+ msgid "MM, e.g. 02."
492
+ msgstr "MM,例如:02。"
493
+
494
+ #: qqworld-auto-save-images.php:642
495
+ msgid "DD, e.g. 15."
496
+ msgstr "DD,例如:15。"
497
+
498
+ #: qqworld-auto-save-images.php:643
499
+ msgid "HHMMSS, e.g. 182547."
500
+ msgstr "HHMMSS,例如:182547。"
501
+
502
+ #: qqworld-auto-save-images.php:644
503
+ #, php-format
504
+ msgid "Unix timestamp, e.g. %s."
505
+ msgstr "Unix時間戳,例如:%s。"
506
+
507
+ #: qqworld-auto-save-images.php:649 qqworld-auto-save-images.php:651
508
+ msgid "Change Title & Alt"
509
+ msgstr "更改標題和替代文本"
510
+
511
+ #: qqworld-auto-save-images.php:649
512
+ msgid "Automatically add title & alt of image as post title."
513
+ msgstr "自動依照文章標題添加圖片的標題和替代文本。"
514
+
515
+ #: qqworld-auto-save-images.php:658 qqworld-auto-save-images.php:660
516
+ msgid "Keep Outside Links"
517
+ msgstr "保留外鏈"
518
+
519
+ #: qqworld-auto-save-images.php:658
520
+ msgid "Keep the outside links of remote images if exist."
521
+ msgstr "保留遠程圖片的鏈接,如果有的話。"
522
+
523
+ #: qqworld-auto-save-images.php:667 qqworld-auto-save-images.php:669
524
+ msgid "Save Outside Links"
525
+ msgstr "保存外鏈"
526
+
527
+ #: qqworld-auto-save-images.php:667
528
+ msgid "Save the outside links to description of attachments."
529
+ msgstr "保存外部鏈接到附件的描述。"
530
+
531
+ #: qqworld-auto-save-images.php:673
532
+ msgid ""
533
+ "To custom the content, add codes into <strong>functions.php</strong> like "
534
+ "this below:"
535
+ msgstr ""
536
+ "如果想自定義該內容,加入類似以下代碼到 <strong>functions.php</strong> 中:"
537
+
538
+ #: qqworld-auto-save-images.php:682 qqworld-auto-save-images.php:684
539
+ msgid "Image Size"
540
+ msgstr "圖像尺寸"
541
+
542
+ #: qqworld-auto-save-images.php:682
543
+ msgid "Replace images you want size to display."
544
+ msgstr "替換成你想要顯示的尺寸的圖像。"
545
+
546
+ #: qqworld-auto-save-images.php:689
547
+ msgid "Thumbnail"
548
+ msgstr "特色圖片"
549
+
550
+ #: qqworld-auto-save-images.php:690
551
+ msgid "Medium"
552
+ msgstr "中等大小"
553
+
554
+ #: qqworld-auto-save-images.php:691
555
+ msgid "Large"
556
+ msgstr "很大"
557
+
558
+ #: qqworld-auto-save-images.php:692
559
+ msgid "Full Size"
560
+ msgstr "完整尺寸"
561
+
562
+ #: qqworld-auto-save-images.php:701 qqworld-auto-save-images.php:703
563
+ msgid "Link To"
564
+ msgstr "鏈接到"
565
+
566
+ #: qqworld-auto-save-images.php:701
567
+ msgid "If you checked Keep-Outside-Links, this option will not works."
568
+ msgstr "如果你勾選了保留外鏈,本項將不起作用。"
569
+
570
+ #: qqworld-auto-save-images.php:708
571
+ msgid "Media File"
572
+ msgstr "媒體文件"
573
+
574
+ #: qqworld-auto-save-images.php:709
575
+ msgid "Attachment Page"
576
+ msgstr "附件頁面"
577
+
578
+ #: qqworld-auto-save-images.php:710 qqworld-auto-save-images.php:729
579
+ msgid "None"
580
+ msgstr "無"
581
+
582
+ #: qqworld-auto-save-images.php:719 qqworld-auto-save-images.php:721
583
+ msgid "Align To"
584
+ msgstr "對齊方式"
585
+
586
+ #: qqworld-auto-save-images.php:726
587
+ msgid "Left"
588
+ msgstr "居左(left)"
589
+
590
+ #: qqworld-auto-save-images.php:727
591
+ msgid "Center"
592
+ msgstr "居中(center)"
593
+
594
+ #: qqworld-auto-save-images.php:728
595
+ msgid "Right"
596
+ msgstr "居右(right)"
597
+
598
+ #: qqworld-auto-save-images.php:738 qqworld-auto-save-images.php:740
599
+ msgid "Auto Caption"
600
+ msgstr "自動圖說"
601
+
602
+ #: qqworld-auto-save-images.php:738
603
+ msgid "Automatically add caption shortcode."
604
+ msgstr "自動添加圖說短代碼。"
605
+
606
+ #: qqworld-auto-save-images.php:747 qqworld-auto-save-images.php:749
607
+ msgid "Additional Content"
608
+ msgstr "額外的內容"
609
+
610
+ #: qqworld-auto-save-images.php:747
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:752
617
+ msgid "For example: [Gbuy id='[Attachment ID]']"
618
+ msgstr "例如:[Gbuy id='[Attachment ID]']"
619
+
620
+ #: qqworld-auto-save-images.php:769
621
+ msgid "Select post types"
622
+ msgstr "選擇文章類型"
623
+
624
+ #: qqworld-auto-save-images.php:769
625
+ msgid ""
626
+ "If you have too many posts to be scan, sometimes in process looks like "
627
+ "stopping, but it may be fake. please be patient."
628
+ msgstr ""
629
+ "如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
630
+ "請耐心等待。"
631
+
632
+ #: qqworld-auto-save-images.php:783
633
+ msgid "Categories"
634
+ msgstr "分類目錄"
635
+
636
+ #: qqworld-auto-save-images.php:783
637
+ msgid "Default empty to scan all categories."
638
+ msgstr "默認留空掃描所有分類。"
639
+
640
+ #: qqworld-auto-save-images.php:788
641
+ msgid "Scope of Post ID"
642
+ msgstr "文章ID範圍"
643
+
644
+ #: qqworld-auto-save-images.php:788
645
+ msgid ""
646
+ "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
647
+ "100. please type '50' and '100' or '100' and '50', The order in which two "
648
+ "numbers can be reversed. If you only type one number, system would only scan "
649
+ "that ID."
650
+ msgstr ""
651
+ "默認留空掃描所有文章ID,如果要掃描50-100的文章ID,請輸入'50'和'100'或"
652
+ "者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
653
+ "該ID。"
654
+
655
+ #: qqworld-auto-save-images.php:789
656
+ #, php-format
657
+ msgid "From %1$s to %2$s"
658
+ msgstr "從 %1$s 到 %2$s"
659
+
660
+ #: qqworld-auto-save-images.php:793
661
+ msgid "Offset"
662
+ msgstr "偏移"
663
+
664
+ #: qqworld-auto-save-images.php:793
665
+ msgid ""
666
+ "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
667
+ "in the textfield and select '100'."
668
+ msgstr ""
669
+ "默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入「50」並在下拉菜單"
670
+ "中選擇「100」。"
671
+
672
+ #: qqworld-auto-save-images.php:795
673
+ #, php-format
674
+ msgid "Start from %s to Scan"
675
+ msgstr "從 %s 開始掃描"
676
+
677
+ #: qqworld-auto-save-images.php:797
678
+ msgid "All"
679
+ msgstr "所有的"
680
+
681
+ #: qqworld-auto-save-images.php:801
682
+ msgid "Posts"
683
+ msgstr "文章"
684
+
685
+ #: qqworld-auto-save-images.php:811
686
+ msgid "Any"
687
+ msgstr "任意"
688
+
689
+ #: qqworld-auto-save-images.php:821
690
+ msgid "Order By"
691
+ msgstr "排序依據"
692
+
693
+ #: qqworld-auto-save-images.php:827 qqworld-auto-save-images.php:1205
694
+ #: qqworld-auto-save-images.php:1224
695
+ msgid "Author"
696
+ msgstr "作者"
697
+
698
+ #: qqworld-auto-save-images.php:829
699
+ msgid "Date"
700
+ msgstr "時間"
701
+
702
+ #: qqworld-auto-save-images.php:830
703
+ msgid "Last Modified"
704
+ msgstr "最後修改"
705
+
706
+ #: qqworld-auto-save-images.php:831
707
+ msgid "Comment Count"
708
+ msgstr "評論"
709
+
710
+ #: qqworld-auto-save-images.php:841
711
+ msgid "Order"
712
+ msgstr "訂閱"
713
+
714
+ #: qqworld-auto-save-images.php:851
715
+ msgid "Speed"
716
+ msgstr "速度"
717
+
718
+ #: qqworld-auto-save-images.php:851
719
+ msgid "If the server is too much stress may be appropriately reduced speed."
720
+ msgstr "如果服務器壓力過大,可以適當調低速度。"
721
+
722
+ #: qqworld-auto-save-images.php:864
723
+ msgid ""
724
+ "Scan posts and keep remote images in all posts to local media library. Maybe "
725
+ "take a long time."
726
+ msgstr "掃描所有的文章,將所有遠程圖片保存到本地,可能需要很長時間。"
727
+
728
+ #: qqworld-auto-save-images.php:865
729
+ msgid ""
730
+ "The list displayed will show you which posts including remote images, then "
731
+ "you can keep them to local manually via click \"Fetch\" button."
732
+ msgstr ""
733
+ "顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊「抓取」按鈕手動"
734
+ "保存。"
735
+
736
+ #: qqworld-auto-save-images.php:877
737
+ msgid "Purchase or Trial"
738
+ msgstr "購買或試用"
739
+
740
+ #: qqworld-auto-save-images.php:879
741
+ msgid ""
742
+ "The commercial edition's plugin name is <strong>QQWorld Collector</strong>, "
743
+ "Does the feeling of maintaining the site work very heavy? This plugin will "
744
+ "save you a lot of time!"
745
+ msgstr ""
746
+ "商業版的插件名是<strong>QQWorld收藏家</strong>,QQWorld自動保存圖片只是商業版"
747
+ "的自動保存附件模塊的閹割版。<br />感覺維護網站的工作很繁重嗎?本插件將為你節"
748
+ "約大量的時間!QQWorld收藏家是一款Wordpress採集插件,特色是批量採集微信公眾號"
749
+ "和頭條號,抓取微信圖片、支持水印,支持阿里雲OSS、又拍雲、騰訊COS、七牛雲存儲"
750
+ "和百度BOS,不僅可以配合火車頭作業,也完全可以獨當一面。"
751
+
752
+ #: qqworld-auto-save-images.php:880
753
+ #, php-format
754
+ msgid "Price: from <strong>%s</strong>"
755
+ msgstr "售價:<strong>%s</strong> 起"
756
+
757
+ #: qqworld-auto-save-images.php:880
758
+ msgctxt "price"
759
+ msgid "$15 (RMB &#165;99)"
760
+ msgstr "&#165;99($15 美元)"
761
+
762
+ #: qqworld-auto-save-images.php:881
763
+ msgid "Details or Purchase"
764
+ msgstr "了解詳情或購買"
765
+
766
+ #: qqworld-auto-save-images.php:882
767
+ msgid "http://www.qqworld.org/how-to-buy-en?locale=en_US"
768
+ msgstr "http://www.qqworld.org/how-to-buy"
769
+
770
+ #: qqworld-auto-save-images.php:882
771
+ msgid "How to buy?"
772
+ msgstr "如何購買?"
773
+
774
+ #: qqworld-auto-save-images.php:882
775
+ msgid "https://www.qqworld.org/product-activation-en?locale=en_US"
776
+ msgstr "https://www.qqworld.org/product-activation"
777
+
778
+ #: qqworld-auto-save-images.php:882
779
+ msgid "Product Activation"
780
+ msgstr "產品激活"
781
+
782
+ #: qqworld-auto-save-images.php:883
783
+ #, php-format
784
+ msgid ""
785
+ "<h2>Don't know Chinese?</h2><p>Don't worry, click on this <a href=\"%s\" "
786
+ "target=\"_blank\">link</a> to transfer important content from the website to "
787
+ "English and then happily register, purchase and activate the product.</p>"
788
+ msgstr ""
789
+ "<h2 class=\"hidden\">不懂中文?</h2><p class=\"hidden\">別擔心,點擊此 <a "
790
+ "href=\"%s\" target=\"_blank\">鏈接</a> 可將重要的內容轉換為英語,然後就可以愉"
791
+ "快地註冊,購買和激活產品了。</p>"
792
+
793
+ #: qqworld-auto-save-images.php:887
794
+ msgid "Download"
795
+ msgstr "下載"
796
+
797
+ #: qqworld-auto-save-images.php:890
798
+ msgid "Baidi Network Disk"
799
+ msgstr "百度雲網盤"
800
+
801
+ #: qqworld-auto-save-images.php:891
802
+ msgid "Tencent WeiYun"
803
+ msgstr "騰訊微雲"
804
+
805
+ #: qqworld-auto-save-images.php:892
806
+ msgid "Google Drive"
807
+ msgstr "谷歌雲端硬盤"
808
+
809
+ #: qqworld-auto-save-images.php:897
810
+ msgid "Introduction"
811
+ msgstr "介紹"
812
+
813
+ #: qqworld-auto-save-images.php:900
814
+ msgid ""
815
+ "<iframe width=\"1024\" height=\"600\" src=\"https://www.youtube.com/embed/"
816
+ "LtrQITIhScQ\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" "
817
+ "allowfullscreen></iframe>"
818
+ msgstr ""
819
+ "<iframe width=\"1024\" height=\"640\" src=\"//player.bilibili.com/player."
820
+ "html?aid=28517524&cid=49353923&page=1\" scrolling=\"no\" border=\"0\" "
821
+ "frameborder=\"no\" framespacing=\"0\" allowfullscreen=\"true\"></iframe>"
822
+
823
+ #: qqworld-auto-save-images.php:904
824
+ msgid "Edition Introduction"
825
+ msgstr "版本介紹"
826
+
827
+ #: qqworld-auto-save-images.php:910 qqworld-auto-save-images.php:966
828
+ msgid "Edition"
829
+ msgstr "版本"
830
+
831
+ #: qqworld-auto-save-images.php:911 qqworld-auto-save-images.php:921
832
+ #: qqworld-auto-save-images.php:929 qqworld-auto-save-images.php:937
833
+ #: qqworld-auto-save-images.php:945 qqworld-auto-save-images.php:953
834
+ #: qqworld-auto-save-images.php:967 qqworld-auto-save-images.php:977
835
+ #: qqworld-auto-save-images.php:985 qqworld-auto-save-images.php:993
836
+ msgid "Description"
837
+ msgstr "描述"
838
+
839
+ #: qqworld-auto-save-images.php:918 qqworld-auto-save-images.php:1011
840
+ msgid "Cloud Storage Edition"
841
+ msgstr "雲存儲版"
842
+
843
+ #: qqworld-auto-save-images.php:919 qqworld-auto-save-images.php:927
844
+ #: qqworld-auto-save-images.php:935 qqworld-auto-save-images.php:943
845
+ #: qqworld-auto-save-images.php:951 qqworld-auto-save-images.php:975
846
+ #: qqworld-auto-save-images.php:983 qqworld-auto-save-images.php:991
847
+ msgid "Show more details"
848
+ msgstr "顯示更多細節"
849
+
850
+ #: qqworld-auto-save-images.php:921
851
+ msgctxt "shopping guide"
852
+ msgid ""
853
+ "If you only need the cloud storage function, please purchase the Cloud "
854
+ "Storage Edition, which supports 6 kinds of cloud storage in China, as well "
855
+ "as AWS S3, FTP, sina chart bed, etc. You can automatically delete local "
856
+ "attachments after synchronization and establish the remote cloud media "
857
+ "library."
858
+ msgstr ""
859
+ "如果只需要雲存儲功能請購買雲存儲版,支持國內6種雲存儲以及AWS S3、FTP、新浪圖"
860
+ "床等,可以在同步後自動刪除本地附件,建立遠程雲媒體庫。"
861
+
862
+ #: qqworld-auto-save-images.php:926 qqworld-auto-save-images.php:1010
863
+ msgid "Professional Edition"
864
+ msgstr "專業版"
865
+
866
+ #: qqworld-auto-save-images.php:929
867
+ msgctxt "shopping guide"
868
+ msgid ""
869
+ "If you only need to capture remote image and watermark function, please buy "
870
+ "Professional Edition."
871
+ msgstr "如果只需要抓圖和水印功能,請購買專業版。"
872
+
873
+ #: qqworld-auto-save-images.php:934 qqworld-auto-save-images.php:1009
874
+ msgid "Server Edition"
875
+ msgstr "服務器版"
876
+
877
+ #: qqworld-auto-save-images.php:937
878
+ msgctxt "shopping guide"
879
+ msgid ""
880
+ "If you need to capture remote images, watermarks, and cloud storage, buy the "
881
+ "Server Edition."
882
+ msgstr "如果需要抓圖、水印以及雲存儲功能,請購買服務器版。"
883
+
884
+ #: qqworld-auto-save-images.php:942
885
+ msgid "Website Master Edition"
886
+ msgstr "站長版"
887
+
888
+ #: qqworld-auto-save-images.php:945
889
+ msgctxt "shopping guide"
890
+ msgid ""
891
+ "If you need to capture remote image, watermark and collection function, but "
892
+ "do not need cloud storage, please buy Website Master Edition, can be timed "
893
+ "batch collection of Tmall, WeChat public number, toutiao today and taobao "
894
+ "toutiao most of the sites."
895
+ msgstr ""
896
+ "如果需要抓圖、水印和採集功能,但不需要雲存儲,請購買站長版,可以定時批量採集"
897
+ "天貓、微信公眾號、今日頭條號以及淘寶頭條等絕大多數網站。"
898
+
899
+ #: qqworld-auto-save-images.php:950 qqworld-auto-save-images.php:1007
900
+ msgid "Ultimate Edition"
901
+ msgstr "旗艦版"
902
+
903
+ #: qqworld-auto-save-images.php:953
904
+ msgctxt "shopping guide"
905
+ msgid "If you want full functionality, buy the Ultimate Edition."
906
+ msgstr "如果需要全部功能,請購買旗艦版。"
907
+
908
+ #: qqworld-auto-save-images.php:960
909
+ msgid "Website Edition"
910
+ msgstr "網站版本"
911
+
912
+ #: qqworld-auto-save-images.php:974
913
+ msgid "Single Site Edition"
914
+ msgstr "單站點版"
915
+
916
+ #: qqworld-auto-save-images.php:977
917
+ msgctxt "shopping guide"
918
+ msgid ""
919
+ "If you only need 1-4 sites, please purchase this edition, 1 license can only "
920
+ "activate 1 domain name, you can modify the domain name 6-7 times, but can "
921
+ "not activate more than one domain name at the same time."
922
+ msgstr ""
923
+ "如果你只有1-4個站點需要,請購買該版,1份授權只能激活1個域名,可自助修改域名"
924
+ "6-7次,但不可同時激活多個域名。"
925
+
926
+ #: qqworld-auto-save-images.php:982
927
+ msgid "Multisite Edition"
928
+ msgstr "多站點版"
929
+
930
+ #: qqworld-auto-save-images.php:985
931
+ #, php-format
932
+ msgctxt "shopping guide"
933
+ msgid ""
934
+ "If your site is <a href=\"%s\" target=\"_blank\" rel=\"noopener\">Multi-Site "
935
+ "mode</a>, please purchase this edition, just activate the main site domain "
936
+ "name, unlimited sub site available.You can modify the master domain name 6-7 "
937
+ "times, but you cannot activate multiple master domain names at the same time."
938
+ msgstr ""
939
+ "如果你的網站是 <a href=\"%s\" target=\"_blank\" rel=\"noopener\">多站點模式</"
940
+ "a>,請購買該版,只需激活主站域名,無限子站可用。可自助修改主站域名6-7次,但不"
941
+ "可同時激活多個主站域名。"
942
+
943
+ #: qqworld-auto-save-images.php:990
944
+ msgid "Whois Unlimited Edition"
945
+ msgstr "Whois無限版"
946
+
947
+ #: qqworld-auto-save-images.php:993
948
+ msgctxt "shopping guide"
949
+ msgid ""
950
+ "If you have more than 4 single sites required, please purchase Whois "
951
+ "unlimited edition which can activate unlimited domain name across servers."
952
+ "The English name of the registrant can be changed for 6-7 times, but it is "
953
+ "impossible to activate multiple registrants at the same time. Some domain "
954
+ "registrars do not support turning off the domain name privacy protection, "
955
+ "this domain name will not be able to be used to activate the Whois unlimited "
956
+ "version, such as aliyun."
957
+ msgstr ""
958
+ "如果你有超過4個單站需要,請購買Whois無限版,可跨服務器激活無限域名。可自助修"
959
+ "改註冊人英文名6-7次,但不可能同時激活多個註冊名。有些域名註冊商不支持關閉域名"
960
+ "隱私保護,這種域名將無法用於激活Whois無限版,如阿里雲。"
961
+
962
+ #: qqworld-auto-save-images.php:1000
963
+ msgid "Edition Difference"
964
+ msgstr "版本差異"
965
+
966
+ #: qqworld-auto-save-images.php:1006
967
+ msgid "Items"
968
+ msgstr "對比項目"
969
+
970
+ #: qqworld-auto-save-images.php:1008
971
+ msgid "Master Edition"
972
+ msgstr "站長版"
973
+
974
+ #: qqworld-auto-save-images.php:1017
975
+ msgid "Collection Project"
976
+ msgstr "收藏項目"
977
+
978
+ #: qqworld-auto-save-images.php:1019
979
+ msgid ""
980
+ "Self-built collection project, set collection rules, using object-oriented "
981
+ "programming compared to 2.x, it is very convenient to collect AJAX loaded "
982
+ "pages and filter any collected content."
983
+ msgstr ""
984
+ "自建收藏項目,設置採集規則,相對於2.x來說使用面向對象編程,可以非常方便地採集"
985
+ "AJAX加載的頁面,並對任何採集內容進行過濾。"
986
+
987
+ #: qqworld-auto-save-images.php:1020
988
+ msgid ""
989
+ "Manual collection, you can select the posts to be collected, you can collect "
990
+ "them by importing archive links or singular post links."
991
+ msgstr ""
992
+ "手動採集,可以挑選要採集的文章,可以通過導入列錶鏈接或正文鏈接進行採集。"
993
+
994
+ #: qqworld-auto-save-images.php:1021
995
+ msgid ""
996
+ "Automatically collect, set up scheduled tasks, and let the website "
997
+ "automatically collect posts."
998
+ msgstr "自動採集,設置好計劃任務,讓網站自動採集文章。"
999
+
1000
+ #: qqworld-auto-save-images.php:1022
1001
+ msgid ""
1002
+ "A template that automatically adds a header template and a footer template "
1003
+ "to the collected posts in the collection project."
1004
+ msgstr "模板,可以在收藏項目中為採集的文章自動加上頁眉模板和頁腳模板。"
1005
+
1006
+ #: qqworld-auto-save-images.php:1023
1007
+ msgid ""
1008
+ "Collection project store with video tutorials. You can purchase collection "
1009
+ "project directly."
1010
+ msgstr "收藏項目商店,有視頻教程。可以直接購買收藏項目。"
1011
+
1012
+ #: qqworld-auto-save-images.php:1024
1013
+ msgid ""
1014
+ "Basically, as long as it is not a digital signature encrypted website, it "
1015
+ "can be collected."
1016
+ msgstr "基本上只要不是數字簽名加密的網站,都可以採集。"
1017
+
1018
+ #: qqworld-auto-save-images.php:1035
1019
+ msgid "Auto Save Attachment"
1020
+ msgstr "自動保存附件"
1021
+
1022
+ #: qqworld-auto-save-images.php:1037
1023
+ msgid "Support for new editors of Wordpress 5.0."
1024
+ msgstr "支持 wordpress 5.0 的新編輯器。"
1025
+
1026
+ #: qqworld-auto-save-images.php:1038 qqworld-auto-save-images.php:1039
1027
+ msgid ""
1028
+ "Automatically save remote attachments, as long as the file format allowed by "
1029
+ "the Wordpress media library can be crawled."
1030
+ msgstr ""
1031
+ "自動保存遠程附件,只要是Wordpress媒體庫允許上傳的文件格式,都可以抓取。"
1032
+
1033
+ #: qqworld-auto-save-images.php:1040
1034
+ msgid "Format the HTML code of the collected remote image."
1035
+ msgstr "對採集到的遠程圖片的HTML代碼進行格式化。"
1036
+
1037
+ #: qqworld-auto-save-images.php:1041
1038
+ msgid "You can not use the media library."
1039
+ msgstr "可以不使用媒體庫。"
1040
+
1041
+ #: qqworld-auto-save-images.php:1042
1042
+ msgid ""
1043
+ "Scan the post to automatically save remote attachments from the old post to "
1044
+ "local."
1045
+ msgstr "掃描文章,將舊的文章中的遠程附件自動保存到本地。"
1046
+
1047
+ #: qqworld-auto-save-images.php:1043
1048
+ msgid "Set up scheduled tasks to scan posts."
1049
+ msgstr "設置計劃任務掃描文章。"
1050
+
1051
+ #: qqworld-auto-save-images.php:1044
1052
+ msgid "Set thumbnail crop position."
1053
+ msgstr "設置縮略圖裁剪位置。"
1054
+
1055
+ #: qqworld-auto-save-images.php:1055
1056
+ msgid "Watermark"
1057
+ msgstr "水印"
1058
+
1059
+ #: qqworld-auto-save-images.php:1057
1060
+ msgid "Both image watermark and text watermark are supported."
1061
+ msgstr "同時支持圖片水印和文字水印。"
1062
+
1063
+ #: qqworld-auto-save-images.php:1058
1064
+ msgid "Scan the media library to watermark the image."
1065
+ msgstr "掃描媒體庫,給圖片打上水印。"
1066
+
1067
+ #: qqworld-auto-save-images.php:1069
1068
+ msgid "Translate"
1069
+ msgstr "翻譯"
1070
+
1071
+ #: qqworld-auto-save-images.php:1071
1072
+ msgid ""
1073
+ "You can use Baidu translation, Google free translation, Google translation "
1074
+ "and Simplified and Traditional chinese to translate the content of the "
1075
+ "article automatically or manually."
1076
+ msgstr ""
1077
+ "可以使用百度付費翻譯,谷歌免費翻譯,谷歌付費翻譯和簡繁互轉來自動或手動翻譯文"
1078
+ "章內容。"
1079
+
1080
+ #: qqworld-auto-save-images.php:1072
1081
+ msgid ""
1082
+ "Support automatic translation, manual translation or translation at the time "
1083
+ "of collection."
1084
+ msgstr "支持自動翻譯,手動翻譯或在採集的時候翻譯。"
1085
+
1086
+ #: qqworld-auto-save-images.php:1073
1087
+ msgid "Automatically translate post name."
1088
+ msgstr "自動翻譯文章名(別名)。"
1089
+
1090
+ #: qqworld-auto-save-images.php:1084
1091
+ msgid "Cloud Storage"
1092
+ msgstr "雲存儲"
1093
+
1094
+ #: qqworld-auto-save-images.php:1085
1095
+ msgid ""
1096
+ "A domain that serves no cookies. The idea here is that you use a cookie-free "
1097
+ "domain to serve images, CSS files, scripts and whatnot, so that your users "
1098
+ "don't waste time and bandwidth transmitting cookies for them."
1099
+ msgstr ""
1100
+ "不需要Cookies的域名,你可以將該域名用於圖像、CSS、JS腳本等等,這樣您的用戶就"
1101
+ "不用浪費時間和帶寬為它們傳輸Cookies。"
1102
+
1103
+ #: qqworld-auto-save-images.php:1087
1104
+ msgid ""
1105
+ "Cookie-free domain: use the local server save attachments, the idea here is "
1106
+ "that you use a cookie-free domain to serve images, CSS files, scripts and "
1107
+ "whatnot, so that your users don't waste time and bandwidth transmitting "
1108
+ "cookies for them."
1109
+ msgstr ""
1110
+ "免Cookie域名:使用本地服務器保存附件。不需要Cookies的域名,可以將該域名用於圖"
1111
+ "像、CSS、JS腳本等等,這樣您的用戶就不用浪費時間和帶寬為它們傳輸Cookies。"
1112
+
1113
+ #: qqworld-auto-save-images.php:1088
1114
+ msgid ""
1115
+ "Controllable Cloud Storage: FTP, Aliyun OSS, QiNiu Cloud Storage, UpYun "
1116
+ "Cloud Storage, Tencent COS, Baidu BOS, UCloud UFile Storage. Most of these "
1117
+ "cloud storage require payment, but data security is higher."
1118
+ msgstr ""
1119
+ "可控雲存儲:FTP、阿里雲OSS、七牛雲存儲、又拍雲存儲、騰訊COS、百度BOS和UCloud"
1120
+ "對象存儲。這些雲存儲大多需要付費,但數據更安全。"
1121
+
1122
+ #: qqworld-auto-save-images.php:1089
1123
+ msgid ""
1124
+ "Others Cloud Storage: Sina images storage, SM.MS etc. These cloud storage "
1125
+ "are free, but the resources are less controllable and have the potential to "
1126
+ "be lost."
1127
+ msgstr ""
1128
+ "其他雲存儲:新浪圖床,SM.MS圖床等,這些雲存儲是免費的,但數據可控性較低,有丟"
1129
+ "失的風險。"
1130
+
1131
+ #: qqworld-auto-save-images.php:1100
1132
+ msgid "Proxy"
1133
+ msgstr "代理服務器"
1134
+
1135
+ #: qqworld-auto-save-images.php:1102
1136
+ msgid ""
1137
+ "Static Proxy: You can directly fill in the IP and port of the proxy server, "
1138
+ "I hope you have fast proxy server."
1139
+ msgstr ""
1140
+ "靜態代理:你可以直接填入代理服務器的IP和端口,我希望你有速度快的代理服務器。"
1141
+
1142
+ #: qqworld-auto-save-images.php:1103
1143
+ msgid ""
1144
+ "Dynamic proxy: All are paid proxy, you need to fill in the URL to "
1145
+ "dynamically get the proxy address."
1146
+ msgstr "動態代理:全都是付費代理,需要填入動態獲取代理地址的URL。"
1147
+
1148
+ #: qqworld-auto-save-images.php:1114
1149
+ msgid "Database"
1150
+ msgstr "數據庫"
1151
+
1152
+ #: qqworld-auto-save-images.php:1115
1153
+ msgid "Help you to handle database content easily."
1154
+ msgstr "幫你輕鬆處理數據庫內容的工具。"
1155
+
1156
+ #: qqworld-auto-save-images.php:1117
1157
+ msgid "Modify some characters in the database in batches."
1158
+ msgstr "批量修改數據庫里的一些字符。"
1159
+
1160
+ #: qqworld-auto-save-images.php:1118
1161
+ msgid ""
1162
+ "Batch restore the address of the controllable cloud storage to the local "
1163
+ "address."
1164
+ msgstr "批量將可控雲存儲的地址還原成本地地址。"
1165
+
1166
+ #: qqworld-auto-save-images.php:1119
1167
+ msgid "Automatically wipe specified tags or attributes in the post content."
1168
+ msgstr "自動清除文章內容中指定的標籤或屬性。"
1169
+
1170
+ #: qqworld-auto-save-images.php:1130
1171
+ msgid "Automatic Anchor"
1172
+ msgstr "自動錨點"
1173
+
1174
+ #: qqworld-auto-save-images.php:1131
1175
+ msgid "Automatically add tags anchor to the keywords in the post content."
1176
+ msgstr "自動為文章內容中的關鍵詞添加標籤錨點。"
1177
+
1178
+ #: qqworld-auto-save-images.php:1133
1179
+ msgid ""
1180
+ "The anchor link is automatically set according to the manually set keywords "
1181
+ "when the post content is output."
1182
+ msgstr "在輸出文章內容的時候自動根據人工設置的關鍵詞設置錨點。"
1183
+
1184
+ #: qqworld-auto-save-images.php:1134
1185
+ msgid "Automatically set up existing article tags."
1186
+ msgstr "自動設置已存在的文章標籤。"
1187
+
1188
+ #: qqworld-auto-save-images.php:1145
1189
+ msgid "Pseudo Original"
1190
+ msgstr "偽原創"
1191
+
1192
+ #: qqworld-auto-save-images.php:1146
1193
+ msgid "Automatically replace the keywords in the post content."
1194
+ msgstr "自動在文章內容中替換關鍵詞以達到偽原創的效果。"
1195
+
1196
+ #: qqworld-auto-save-images.php:1148
1197
+ msgid "Built-in tens of thousands of thesaurus."
1198
+ msgstr "內置數萬條詞庫。"
1199
+
1200
+ #: qqworld-auto-save-images.php:1149
1201
+ msgid "The thesaurus can be built manually."
1202
+ msgstr "可以手動建立詞庫。"
1203
+
1204
+ #: qqworld-auto-save-images.php:1160
1205
+ msgid "Cleaner"
1206
+ msgstr "清理"
1207
+
1208
+ #: qqworld-auto-save-images.php:1161
1209
+ msgid ""
1210
+ "If you have a huge media library and do not know how many attachments has "
1211
+ "not bean used. this tool will help you to find out."
1212
+ msgstr ""
1213
+ "如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具可以幫到你。"
1214
+
1215
+ #: qqworld-auto-save-images.php:1163
1216
+ msgid "Scan for attachments that are not in use and automatically delete them."
1217
+ msgstr "掃描到沒有使用的附件並自動刪除之。"
1218
+
1219
+ #: qqworld-auto-save-images.php:1164
1220
+ msgid "Attachments to post are automatically deleted when the post is deleted."
1221
+ msgstr "刪除文章時自動刪除文章的附件。"
1222
+
1223
+ #: qqworld-auto-save-images.php:1165
1224
+ msgid "Automatically delete duplicated posts."
1225
+ msgstr "自動刪除重複的文章。"
1226
+
1227
+ #: qqworld-auto-save-images.php:1166
1228
+ msgid "Automatically delete empty posts."
1229
+ msgstr "自動刪除空白的文章。"
1230
+
1231
+ #: qqworld-auto-save-images.php:1177 qqworld-auto-save-images.php:1178
1232
+ #: qqworld-auto-save-images.php:1179 qqworld-auto-save-images.php:1180
1233
+ #: qqworld-auto-save-images.php:1181
1234
+ #, php-format
1235
+ msgid "From %s"
1236
+ msgstr "%s 起"
1237
+
1238
+ #: qqworld-auto-save-images.php:1201
1239
+ msgid "QQWorld Collector"
1240
+ msgstr "QQWorld收藏家"
1241
+
1242
+ #: qqworld-auto-save-images.php:1202
1243
+ msgid ""
1244
+ "感覺維護網站的工作很繁重嗎?本插件將為你節約大量的時間!QQWorld收藏家是一款"
1245
+ "Wordpress採集插件,可以採集絕大部分網站,特色是定時批量採集微信公眾號和頭條"
1246
+ "號,抓取微信圖片、支持水印,支持阿里雲OSS、又拍雲、騰訊COS、七牛雲存儲和百度"
1247
+ "BOS,尤其是可以在同步後自動刪除本地附件,建立遠程雲媒體庫……"
1248
+ msgstr ""
1249
+
1250
+ #: qqworld-auto-save-images.php:1210 qqworld-auto-save-images.php:1229
1251
+ msgid "Company"
1252
+ msgstr "公司"
1253
+
1254
+ #: qqworld-auto-save-images.php:1211 qqworld-auto-save-images.php:1230
1255
+ msgid "QQWorld"
1256
+ msgstr "阿Q的項目"
1257
+
1258
+ #: qqworld-auto-save-images.php:1220
1259
+ msgid "QQWorld Theme Maker"
1260
+ msgstr "QQWorld主題製造"
1261
+
1262
+ #: qqworld-auto-save-images.php:1221
1263
+ msgid ""
1264
+ "眾多的設計獅存在一個苦惱,為何自己設計的漂亮的網站必須依靠程序員才能做成成品"
1265
+ "上線,作為一個不懂編程的設計獅能否獨立完成一個網站的建設呢?答案是肯定的,阿Q"
1266
+ "的項目傾力打造的QQWorld主題製造可以實現這一目標。"
1267
+ msgstr ""
1268
+
1269
+ #: qqworld-auto-save-images.php:1317
1270
+ msgid "Recommend"
1271
+ msgstr "推薦"
1272
+
1273
+ #: qqworld-auto-save-images.php:1318
1274
+ msgid "Purchase"
1275
+ msgstr "購買"
1276
+
1277
+ #: qqworld-auto-save-images.php:1333
1278
+ msgid ""
1279
+ "This plugin is no longer updated, only fix Bugs. If you need new features, "
1280
+ "please consider purchasing a commercial version."
1281
+ msgstr "本插件早已不再更新,只修復Bugs。如需要新功能請考慮購買商業版。"
1282
+
1283
+ #: qqworld-auto-save-images.php:1337
1284
+ msgctxt "contact"
1285
+ msgid "Developer"
1286
+ msgstr "開發者"
1287
+
1288
+ #: qqworld-auto-save-images.php:1341
1289
+ msgid "Official Website"
1290
+ msgstr "官方網站"
1291
+
1292
+ #: qqworld-auto-save-images.php:1342
1293
+ msgid "QQWorld's Projects"
1294
+ msgstr "阿Q的項目"
1295
+
1296
+ #: qqworld-auto-save-images.php:1345
1297
+ msgid "Email"
1298
+ msgstr "郵件"
1299
+
1300
+ #: qqworld-auto-save-images.php:1349
1301
+ msgid "Tencent QQ"
1302
+ msgstr "騰訊QQ"
1303
+
1304
+ #: qqworld-auto-save-images.php:1350 qqworld-auto-save-images.php:1356
1305
+ #, php-format
1306
+ msgid "%s: "
1307
+ msgstr "%s:"
1308
+
1309
+ #: qqworld-auto-save-images.php:1350
1310
+ msgid "QQ Group"
1311
+ msgstr "QQ群"
1312
+
1313
+ #: qqworld-auto-save-images.php:1352
1314
+ msgid "Please use the QQ APP to scan the QR code."
1315
+ msgstr "請使用移動版騰訊QQ掃描二維碼。"
1316
+
1317
+ #: qqworld-auto-save-images.php:1355
1318
+ msgid "Wechat"
1319
+ msgstr "微信"
1320
+
1321
+ #: qqworld-auto-save-images.php:1356
1322
+ msgid "WeChat Official Account"
1323
+ msgstr "微信公眾號"
1324
+
1325
+ #: qqworld-auto-save-images.php:1356
1326
+ msgid "qqworld-project"
1327
+ msgstr "阿Q的項目"
1328
+
1329
+ #: qqworld-auto-save-images.php:1357
1330
+ msgid "Please use the WeChat APP to scan the QR code."
1331
+ msgstr "請使用微信APP掃描二維碼。"
1332
+
1333
+ #: qqworld-auto-save-images.php:1360
1334
+ msgid "Alipay"
1335
+ msgstr "支付寶"
1336
+
1337
+ #: qqworld-auto-save-images.php:1362
1338
+ msgid "Please use the Alipay APP to scan the QR code."
1339
+ msgstr "請使用微信APP掃描二維碼。"
1340
+
1341
+ #: qqworld-auto-save-images.php:1365
1342
+ msgid "Cellphone"
1343
+ msgstr "手機"
1344
+
1345
+ #: qqworld-auto-save-images.php:1470
1346
+ msgid "Has Missing/Undownloadable images."
1347
+ msgstr "有 不存在/不可下載 的遠程圖像。"
1348
+
1349
+ #: qqworld-auto-save-images.php:1477
1350
+ msgid "No remote images found."
1351
+ msgstr "沒有遠程圖像。"
1352
+
1353
+ #: qqworld-auto-save-images.php:1679
1354
+ msgid "Original Link"
1355
+ msgstr "原始鏈接"
1356
+
1357
+ #~ msgid "QQWorld Woocommerce Assistant"
1358
+ #~ msgstr "QQWorld電子商務助手"
1359
+
1360
+ #~ msgid "QQWorld Synchronizer"
1361
+ #~ msgstr "QQWorld同步器"
1362
+
1363
+ #~ msgid "QQWorld Checkout"
1364
+ #~ msgstr "QQWorld收銀台"
1365
+
1366
+ #~ msgid "QQWorld Mobile"
1367
+ #~ msgstr "QQWorld移動"
1368
+
1369
+ #~ msgid "<h2>Don't know Chinese?</h2>"
1370
+ #~ msgstr "<h2 class=\"hidden\">Don't know Chinese?</h2>"
1371
+
1372
+ #~ msgid "Download Trial Edition (%d)"
1373
+ #~ msgstr "下載試用版(%d)"
1374
+
1375
+ #~ msgid ""
1376
+ #~ "Automatically delete the HTML code of remote images smaller than Minimum-"
1377
+ #~ "Picture-Size."
1378
+ #~ msgstr "可選擇自動刪除小於最小圖像尺寸的遠程圖像HTML代碼"
1379
+
1380
+ #~ msgid ""
1381
+ #~ "Detecting replicated images in media library by Original-link and CRC "
1382
+ #~ "(Only for new images that after v1.1 updated)."
1383
+ #~ msgstr ""
1384
+ #~ "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用於更新1.1版之後下載的圖像)"
1385
+
1386
+ #~ msgid "Automatically exclude specified remote images by CRC."
1387
+ #~ msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像。"
1388
+
1389
+ #~ msgid ""
1390
+ #~ "New manual mode with multi-thread<br> (Faster than automatic mode and "
1391
+ #~ "modify Title &amp; Alt in realtime)"
1392
+ #~ msgstr ""
1393
+ #~ "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
1394
+
1395
+ #~ msgid "Download Images from WeChat"
1396
+ #~ msgstr "下載微信圖片"
1397
+
1398
+ #~ msgid "Cron Scan Posts"
1399
+ #~ msgstr "定時掃描文章"
1400
+
1401
+ #~ msgid "Images Compression (JPG Only)"
1402
+ #~ msgstr "圖片壓縮(僅JPEG)"
1403
+
1404
+ #~ msgid ""
1405
+ #~ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
1406
+ #~ "remote image with outside link, and grab the bigger one."
1407
+ #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1408
+
1409
+ #~ msgid ""
1410
+ #~ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, "
1411
+ #~ "Tencent COS)"
1412
+ #~ msgstr ""
1413
+ #~ "使用Cookie-Free域名和外部存儲器(阿里雲OSS、七牛雲存儲、又拍雲存儲和騰訊"
1414
+ #~ "COS等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
1415
+
1416
+ #~ msgid ""
1417
+ #~ "Database content replacement, easy to replace content in post content and "
1418
+ #~ "post titles."
1419
+ #~ msgstr "數據庫內容替換,輕鬆替換文章內容和標題的字符串。"
1420
+
1421
+ #~ msgid ""
1422
+ #~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
1423
+ #~ "images to choose from web pages."
1424
+ #~ msgstr "自動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇。"
1425
+
1426
+ #~ msgid "Translation (Baidu Translation, Google Translation)"
1427
+ #~ msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
1428
+
1429
+ #~ msgid ""
1430
+ #~ "Set no remote images saved into media library, it means would not "
1431
+ #~ "generate thumbnail with many sizes. but if you checked Set-Featured-"
1432
+ #~ "Image, the first remote image will be saved into media library."
1433
+ #~ msgstr ""
1434
+ #~ "可選擇不保存圖像到媒體庫,這意味着不會生成各種尺寸的縮略圖,但是如果勾選了"
1435
+ #~ "自動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
1436
+
1437
+ #~ msgid "Support automatically convert BMP/WEBP to JPG."
1438
+ #~ msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
1439
+
1440
+ #~ msgid ""
1441
+ #~ "Special Features: Automatically keep remote images in the custom fields "
1442
+ #~ "to the local media library."
1443
+ #~ msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
1444
+
1445
+ #~ msgid "Comparison"
1446
+ #~ msgstr "對比"
1447
+
1448
+ #~ msgid "Demo of Manual Mode"
1449
+ #~ msgstr "手動模式的演示"
1450
+
1451
+ #~ msgid "15 days free trial of the ultimate version."
1452
+ #~ msgstr "可免費試用旗艦版15天。"
1453
+
1454
+ #~ msgid "Free Edition"
1455
+ #~ msgstr "免費版"
1456
+
1457
+ #~ msgid "https://pan.baidu.com/s/1o7FG8Ro"
1458
+ #~ msgstr "https://drive.google.com/open?id=0B8SziOUSW1wpT283ZWc5ZUNsUXM"
1459
+
1460
+ #~ msgid "Help you maintain the site to save a lot of time."
1461
+ #~ msgstr "幫你維護網站節省大量的時間。"
1462
+
1463
+ #~ msgid "View Details"
1464
+ #~ msgstr "瀏覽詳情"
1465
+
1466
+ #~ msgid "Support WeChat and Alipay desktop and mobile dual payment function."
1467
+ #~ msgstr "支持微信和支付寶的桌面以及移動雙支付功能。"
1468
+
1469
+ #~ msgid "If you have a Chinese Woocommerce shop, you will like it."
1470
+ #~ msgstr "如果你有個中文的Woocommerce網店,你會喜歡的。"
1471
+
1472
+ #~ msgid "QQWorld Passport"
1473
+ #~ msgstr "QQWorld通行證"
1474
+
1475
+ #~ msgid "Support QQ, WeChat, Weibo login, it is important that free."
1476
+ #~ msgstr "支持QQ、微信、微博登錄,重要的是,免費。"
1477
+
1478
+ #~ msgid ""
1479
+ #~ "As a expansion of the QQWorld Passport which to provide a series of "
1480
+ #~ "WeChat enhanced features, such as Native login."
1481
+ #~ msgstr ""
1482
+ #~ "作為QQWorld通行證的擴展,提供對微信的一系列加強功能,比如掃碼登錄等。"
1483
+
1484
+ #~ msgid ""
1485
+ #~ "As a expansion of the QQWorld Passport which to provide a series of "
1486
+ #~ "mobile features, such as login via your china phone number."
1487
+ #~ msgstr ""
1488
+ #~ "作為QQWorld通行證的擴展,提供一些移動相關功能,比如通過中國的手機號碼登錄"
1489
+ #~ "等。"
1490
+
1491
+ #~ msgid "Summary"
1492
+ #~ msgstr "簡介"
1493
+
1494
+ #~ msgid "Buy"
1495
+ #~ msgstr "購買"
1496
+
1497
+ #~ msgid ""
1498
+ #~ "(No need understand chinese, there is a language switcher on Header.)"
1499
+ #~ msgstr " "
1500
+
1501
+ #~ msgid "$15 (RMB &#165;99)"
1502
+ #~ msgstr "&#165;99($15 美元)"
1503
+
1504
+ #~ msgid "Price: <strong>%s</strong>"
1505
+ #~ msgstr "售價:<strong>%s</strong>"
1506
+
1507
+ #~ msgid "The inactive domain is free for 15 days."
1508
+ #~ msgstr "未激活的域名可以免費試用15天。"
1509
+
1510
+ #~ msgid "Baidu SkyDrive"
1511
+ #~ msgstr "百度雲網盤"
1512
+
1513
+ #~ msgid ""
1514
+ #~ "(No need understand chinese, there is a language switcher on left "
1515
+ #~ "sidebar.)"
1516
+ #~ msgstr " "
1517
+
1518
+ #~ msgid ""
1519
+ #~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
1520
+ #~ "images to choose from web pages. and the automatic collection feature in "
1521
+ #~ "future."
1522
+ #~ msgstr ",未來將開發自動採集功能。"
1523
+
1524
+ #~ msgid ""
1525
+ #~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
1526
+ #~ "images to choose from web pages. and the automatic collection feature in "
1527
+ #~ "future."
1528
+ #~ msgstr ""
1529
+ #~ "手動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動採集"
1530
+ #~ "功能。"
1531
+
1532
+ #~ msgctxt "qqworld_auto_save_images"
1533
+ #~ msgid ""
1534
+ #~ "Automatically delete the HTML code of remote images smaller than Minimum-"
1535
+ #~ "Picture-Size."
1536
+ #~ msgstr "可選擇自動刪除小於最小圖像尺寸的遠程圖像HTML代碼"
1537
+
1538
+ #~ msgctxt "qqworld_auto_save_images"
1539
+ #~ msgid ""
1540
+ #~ "Detecting replicated images in media library by Original-link and CRC "
1541
+ #~ "(Only for new images that after v1.1 updated)."
1542
+ #~ msgstr ""
1543
+ #~ "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用於更新1.1版之後下載的圖像)"
1544
+
1545
+ #~ msgctxt "qqworld_auto_save_images"
1546
+ #~ msgid "Automatically exclude specified remote images by CRC."
1547
+ #~ msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像"
1548
+
1549
+ #~ msgctxt "qqworld_auto_save_images"
1550
+ #~ msgid "Automatically delete html code of specified remote images by CRC."
1551
+ #~ msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼"
1552
+
1553
+ #~ msgctxt "qqworld_auto_save_images"
1554
+ #~ msgid ""
1555
+ #~ "New manual mode with multi-thread<br> (Faster than automatic mode and "
1556
+ #~ "modify Title &amp; Alt in realtime)"
1557
+ #~ msgstr ""
1558
+ #~ "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
1559
+
1560
+ #~ msgctxt "qqworld_auto_save_images"
1561
+ #~ msgid "Download Images from WeChat"
1562
+ #~ msgstr "下載微信圖片"
1563
+
1564
+ #~ msgctxt "qqworld_auto_save_images"
1565
+ #~ msgid "Cron Scan Posts"
1566
+ #~ msgstr "定時掃描文章"
1567
+
1568
+ #~ msgctxt "qqworld_auto_save_images"
1569
+ #~ msgid "Watermark"
1570
+ #~ msgstr "水印"
1571
+
1572
+ #~ msgctxt "qqworld_auto_save_images"
1573
+ #~ msgid "Images Compression (JPG Only)"
1574
+ #~ msgstr "壓縮優化圖片(僅JPEG)"
1575
+
1576
+ #~ msgctxt "qqworld_auto_save_images"
1577
+ #~ msgid "Use Proxy"
1578
+ #~ msgstr "使用代理服務器(可下載需要翻牆的圖片)"
1579
+
1580
+ #~ msgctxt "qqworld_auto_save_images"
1581
+ #~ msgid ""
1582
+ #~ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
1583
+ #~ "remote image with outside link, and grab the bigger one."
1584
+ #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1585
+
1586
+ #~ msgctxt "qqworld_auto_save_images"
1587
+ #~ msgid ""
1588
+ #~ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, "
1589
+ #~ "Tencent COS)"
1590
+ #~ msgstr ""
1591
+ #~ "使用Cookie-Free域名和外部存儲器(阿里雲OSS、七牛雲存儲、又拍雲存儲和騰訊"
1592
+ #~ "COS等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
1593
+
1594
+ #~ msgctxt "qqworld_auto_save_images"
1595
+ #~ msgid ""
1596
+ #~ "Database content replacement, easy to replace content in post content and "
1597
+ #~ "post titles."
1598
+ #~ msgstr "數據庫內容替換,輕鬆替換文章內容和標題的字符串。"
1599
+
1600
+ #~ msgctxt "qqworld_auto_save_images"
1601
+ #~ msgid ""
1602
+ #~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
1603
+ #~ "images to choose from web pages. and the automatic collection feature in "
1604
+ #~ "future."
1605
+ #~ msgstr ""
1606
+ #~ "手動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動採集"
1607
+ #~ "功能。"
1608
+
1609
+ #~ msgctxt "qqworld_auto_save_images"
1610
+ #~ msgid "Translation (Baidu Translation, Google Translation)"
1611
+ #~ msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
1612
+
1613
+ #~ msgctxt "qqworld_auto_save_images"
1614
+ #~ msgid ""
1615
+ #~ "Set no remote images saved into media library, it means would not "
1616
+ #~ "generate thumbnail with many sizes. but if you checked Set-Featured-"
1617
+ #~ "Image, the first remote image will be saved into media library."
1618
+ #~ msgstr ""
1619
+ #~ "可選擇不保存圖像到媒體庫,這意味着不會生成各種尺寸的縮略圖,但是如果勾選了"
1620
+ #~ "自動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
1621
+
1622
+ #~ msgctxt "qqworld_auto_save_images"
1623
+ #~ msgid "Support automatically convert BMP/WEBP to JPG."
1624
+ #~ msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
1625
+
1626
+ #~ msgctxt "qqworld_auto_save_images"
1627
+ #~ msgid ""
1628
+ #~ "Cleaner tool: If you have a huge media library and do not know how many "
1629
+ #~ "attachments has not bean used. this tool will help you to find out."
1630
+ #~ msgstr ""
1631
+ #~ "清理工具:如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具"
1632
+ #~ "可以幫到你。"
1633
+
1634
+ #~ msgctxt "qqworld_auto_save_images"
1635
+ #~ msgid ""
1636
+ #~ "Special Features: Automatically keep remote images in the custom fields "
1637
+ #~ "to the local media library."
1638
+ #~ msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
1639
+
1640
+ #~ msgid ""
1641
+ #~ "New manual mode with multi-thread (Faster than automatic mode and modify "
1642
+ #~ "Title & Alt in realtime)"
1643
+ #~ msgstr "支持多線程的手動模式(比自動模式更快,且可以即時修改Title和Alt)"
1644
+
1645
+ #~ msgid ""
1646
+ #~ "New Mode: Remote images will no be saved into media library, it means "
1647
+ #~ "would not generate thumbnail. but if you checked Set-Featured-Image, the "
1648
+ #~ "first remote image will be saved into media library."
1649
+ #~ msgstr ""
1650
+ #~ "新模式:遠程圖像不會被保存到媒體庫,這意味着不會生成各種尺寸的縮略圖。但如"
1651
+ #~ "果你勾選了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
1652
+
1653
+ #~ msgid "Automatically delete images code smaller than minimum-picture-size."
1654
+ #~ msgstr "自動刪除小於最小圖像尺寸的圖片代碼。"
1655
+
1656
+ #~ msgid ""
1657
+ #~ "Smart Grabbing, Automatically detect 2 images url from href/src of remote "
1658
+ #~ "image with outside link, and grab the bigger one."
1659
+ #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1660
+
1661
+ #~ msgid "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu)"
1662
+ #~ msgstr "使用Cookie-Free域名和CDN服務(阿里雲OSS、七牛雲存儲、又拍雲存儲等)"
1663
+
1664
+ #~ msgid "Support automatically convert BMP to JPG."
1665
+ #~ msgstr "支持自動將 BMP 轉換為 JPG。"
1666
+
1667
+ #~ msgid ""
1668
+ #~ "Collect webpage manually: Easy reprint articles, and get all the images "
1669
+ #~ "to choose from web pages."
1670
+ #~ msgstr "手動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇"
1671
+
1672
+ #~ msgid ""
1673
+ #~ "Remote images will no be saved into media library, it means would not "
1674
+ #~ "generate thumbnail. but if you checked Set-Featured-Image, the first "
1675
+ #~ "remote image will be saved into media library."
1676
+ #~ msgstr ""
1677
+ #~ "遠程圖像不會被保存到媒體庫,這意味着不會生成各種尺寸的縮略圖。但如果你勾選"
1678
+ #~ "了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
1679
+
1680
+ #~ msgid ""
1681
+ #~ "If the remote image had downloaded before, wouldn't download again and "
1682
+ #~ "just load the attachment which already saved."
1683
+ #~ msgstr ""
1684
+ #~ "如果遠程圖像之前已經下載過,則不會再次下載並且直接調用已經保存的附件。"
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: 2017-04-14 08:02+0800\n"
6
- "PO-Revision-Date: 2017-04-14 08:02+0800\n"
7
  "Last-Translator: Michael Wang <admin@qqworld.org>\n"
8
  "Language-Team: QQWorld <admin@qqworld.org>\n"
9
  "Language: zh_CN\n"
@@ -13,233 +13,230 @@ 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.8.4\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:119 qqworld-auto-save-images.php:1049
23
- #: qqworld-auto-save-images.php:1053
 
24
  msgid "Michael Wang"
25
- msgstr "王曉骞"
26
 
27
- #: qqworld-auto-save-images.php:120
28
  msgid " (In Development)"
29
  msgstr "(開發中)"
30
 
31
- #: qqworld-auto-save-images.php:127
32
  msgid ""
33
  "Your server PHP does not support cUrl, please remove ';' from in front of "
34
  "extension=php_curl.dll in the php.ini."
35
  msgstr ""
36
- "你的服務器PHP不支持cUrl,請在php.ini中移除extension=php_curl.dll前面的‘;’。"
37
 
38
- #: qqworld-auto-save-images.php:128
39
  msgid ""
40
  "Your server PHP does not support GD2, please remove ';' from in front of "
41
  "extension=php_gd2.dll in the <strong>php.ini</strong>."
42
  msgstr ""
43
- "你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的‘;’。"
44
 
45
- #: qqworld-auto-save-images.php:129
46
  msgid ""
47
  "Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
48
  "php.ini."
49
- msgstr "你的服務器PHP不支持fopen,請在php.ini中設置allow_url_fopen=1。"
50
 
51
- #: qqworld-auto-save-images.php:165
52
  msgid "No taxonomies found."
53
  msgstr "沒有相關分類方法。"
54
 
55
- #: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:341
56
- #: qqworld-auto-save-images.php:1171
57
  msgid "All remote images have been saved."
58
  msgstr "已保存所有遠程圖像。"
59
 
60
- #: qqworld-auto-save-images.php:173 qqworld-auto-save-images.php:174
61
  #, php-format
62
  msgid " <a href=\"%s\">View</a>"
63
  msgstr " <a href=\"%s\">查看</a>"
64
 
65
- #: qqworld-auto-save-images.php:174
66
  msgid "Has missing images or image which could not download."
67
  msgstr "內容包含 不存在/無法下載 的圖像。"
68
 
69
- #: qqworld-auto-save-images.php:195
70
  msgid "In Process..."
71
  msgstr "正在保存……"
72
 
73
- #: qqworld-auto-save-images.php:196
74
  msgid "Something error, please check."
75
  msgstr "出錯了,請檢查。"
76
 
77
- #: qqworld-auto-save-images.php:218
78
  msgid ""
79
  "Are you sure?<br />Before you click the yes button, I recommend backup site "
80
  "database."
81
- msgstr "你確定嗎?<br />在點擊確定按鈕之前,我建議你備份網站的數據庫。"
82
 
83
- #: qqworld-auto-save-images.php:219 qqworld-auto-save-images.php:776
84
  msgid "Please select post types."
85
  msgstr "請選擇文章類型。"
86
 
87
- #: qqworld-auto-save-images.php:220
88
  msgid "May be a problem with some posts: "
89
  msgstr "也許一些文章有問題:"
90
 
91
- #: qqworld-auto-save-images.php:221
92
  #, php-format
93
  msgid "No need enter \"%s\"."
94
- msgstr "不需要輸入“%s”。"
95
 
96
- #: qqworld-auto-save-images.php:222
97
  #, php-format
98
  msgid "%d post has been scanned."
99
  msgstr "已掃描%d篇文章。"
100
 
101
- #: qqworld-auto-save-images.php:223
102
  #, php-format
103
  msgid "%d posts have been scanned."
104
  msgstr "已掃描%d篇文章。"
105
 
106
- #: qqworld-auto-save-images.php:224
107
  #, php-format
108
  msgid "%d post included remote images processed."
109
  msgstr "已處理%d篇包含遠程圖像的文章。"
110
 
111
- #: qqworld-auto-save-images.php:225
112
  #, php-format
113
  msgid "%d posts included remote images processed."
114
  msgstr "已處理%d篇包含遠程圖像的文章。"
115
 
116
- #: qqworld-auto-save-images.php:226
117
  #, php-format
118
  msgid "%d post has missing images couldn't be processed."
119
  msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
120
 
121
- #: qqworld-auto-save-images.php:227
122
  #, php-format
123
  msgid "%d posts have missing images couldn't be processed."
124
  msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
125
 
126
- #: qqworld-auto-save-images.php:228
127
  #, php-format
128
  msgid "found %d post including remote images."
129
  msgstr "找到%d篇包含遠程圖像的文章。"
130
 
131
- #: qqworld-auto-save-images.php:229
132
  #, php-format
133
  msgid "found %d posts including remote images."
134
  msgstr "找到%d篇包含遠程圖像的文章。"
135
 
136
- #: qqworld-auto-save-images.php:230
137
  #, php-format
138
  msgid "And with %d post has missing images."
139
  msgstr "其中有%d篇文章包含不存在的遠程圖像。"
140
 
141
- #: qqworld-auto-save-images.php:231
142
  #, php-format
143
  msgid "And with %d posts have missing images."
144
  msgstr "其中有%d篇文章包含不存在的遠程圖像。"
145
 
146
- #: qqworld-auto-save-images.php:232
147
  msgid "No posts processed."
148
  msgstr "未處理任何文章。"
149
 
150
- #: qqworld-auto-save-images.php:233
151
  msgid "No post has remote images found."
152
  msgstr "沒有文章包含遠程圖像。"
153
 
154
- #: qqworld-auto-save-images.php:234
155
  msgid "No posts found."
156
  msgstr "未找到任何文章。"
157
 
158
- #: qqworld-auto-save-images.php:235
159
  msgid "All done."
160
  msgstr "全部完成。"
161
 
162
- #: qqworld-auto-save-images.php:236
163
- #, fuzzy
164
  msgid "Yes"
165
- msgstr ""
166
 
167
- #: qqworld-auto-save-images.php:237 qqworld-auto-save-images.php:616
168
  msgid "No"
169
  msgstr ""
170
 
171
- #: qqworld-auto-save-images.php:238
172
  msgid "Scanning..."
173
  msgstr "掃描中……"
174
 
175
- #: qqworld-auto-save-images.php:239
176
  msgid "Listing..."
177
  msgstr "顯示列表中……"
178
 
179
- #: qqworld-auto-save-images.php:240 qqworld-auto-save-images.php:818
180
- #, fuzzy
181
  msgid "ID"
182
- msgstr "博客ID"
183
 
184
- #: qqworld-auto-save-images.php:241
185
  msgid "Post Type"
186
  msgstr "文章類型"
187
 
188
- #: qqworld-auto-save-images.php:242 qqworld-auto-save-images.php:820
189
  msgid "Title"
190
  msgstr "標題"
191
 
192
- #: qqworld-auto-save-images.php:243 qqworld-auto-save-images.php:798
193
  msgid "Status"
194
  msgstr "狀態"
195
 
196
- #: qqworld-auto-save-images.php:244
197
  msgid "Control"
198
  msgstr "控制"
199
 
200
- #: qqworld-auto-save-images.php:245
201
- #, fuzzy
202
  msgid "Done"
203
- msgstr "全部完成。"
204
 
205
- #: qqworld-auto-save-images.php:246 qqworld-auto-save-images.php:596
206
- #, fuzzy
207
  msgid "Delete"
208
  msgstr "刪除"
209
 
210
- #: qqworld-auto-save-images.php:341 qqworld-auto-save-images.php:375
211
  msgid "Has missing images."
212
  msgstr "有不存在的遠程圖像。"
213
 
214
- #: qqworld-auto-save-images.php:375
215
  msgid "Normal"
216
  msgstr "正常"
217
 
218
- #: qqworld-auto-save-images.php:376
219
  msgid "Fetch"
220
  msgstr "抓取"
221
 
222
- #: qqworld-auto-save-images.php:418
223
  msgid "Save Remote Images"
224
  msgstr "保存遠程圖片"
225
 
226
- #: qqworld-auto-save-images.php:429
227
  msgid "Settings"
228
  msgstr "設置"
229
 
230
- #: qqworld-auto-save-images.php:437
231
  msgid "Auto Save Images"
232
  msgstr "自動保存圖片"
233
 
234
- #: qqworld-auto-save-images.php:439 qqworld-auto-save-images.php:466
235
  msgid "QQWorld Auto Save Images"
236
  msgstr "QQWorld自動保存圖片"
237
 
238
- #: qqworld-auto-save-images.php:448
239
  msgid "Installation"
240
  msgstr "安裝說明"
241
 
242
- #: qqworld-auto-save-images.php:449
243
  msgid ""
244
  "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
245
  "strong> in php.ini.</li><li>Warning: If your website domain has been "
@@ -247,14 +244,14 @@ msgid ""
247
  "all images which not modified in post content will be save again.</li></ol>"
248
  msgstr ""
249
  "<ol><li>請確保php.ini的設置中 <strong>allow_url_fopen=1</strong></li><li>警"
250
- "告:如果你的網站域名更改了,必須在數據庫中將所有的圖片鏈接更新到新域名,否則"
251
  "插件會把未更改的圖片再保存一次。</li></ol>"
252
 
253
- #: qqworld-auto-save-images.php:453
254
  msgid "Notice"
255
  msgstr "注意"
256
 
257
- #: qqworld-auto-save-images.php:454
258
  msgid ""
259
  "<ul><li>This plugin has a little problem that is all the image url must be "
260
  "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
@@ -281,13 +278,13 @@ msgstr ""
281
  "jpg&quot; /&gt;</li><li>&lt;img src=&quot;img/background/black.gif&quot; /"
282
  "&gt;</li></ul></li></ul>我嘗試解決這個問題,但是我無法讓程序獲取到主機名從而"
283
  "讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
284
- "的,或者使用采集工具自動補完圖片的URL然後從外部提交給Wordpress。"
285
 
286
- #: qqworld-auto-save-images.php:458
287
  msgid "About"
288
- msgstr "關于"
289
 
290
- #: qqworld-auto-save-images.php:459
291
  msgid ""
292
  "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
293
  "just for play in the first place, after 1 year, oneday someone sent an email "
@@ -296,336 +293,335 @@ msgid ""
296
  "more and more powerful. Now this's my plugin. I hope you will like it, "
297
  "thanks.</p>"
298
  msgstr ""
299
- "<p>大家好,我是王曉骞,來自中國。</p><p>我最開始制作本插件只是爲了玩,一年後"
300
  "的某一天,某人以一封郵件向我求助,我才很高興得意識到居然有人喜歡我的插件,然"
301
  "後隨著越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
302
  "希望你們能喜歡它,謝謝。</p>"
303
 
304
- #: qqworld-auto-save-images.php:467
305
  msgid ""
306
  "Automatically keep the all remote picture to the local, and automatically "
307
  "set featured image."
308
  msgstr ""
309
- "自動保存遠程圖片到本地,自動設置特色圖片,並且支持機器人采集軟件從外部提交。"
310
 
311
- #: qqworld-auto-save-images.php:472
312
  msgid "General"
313
  msgstr "常規"
314
 
315
- #: qqworld-auto-save-images.php:473
316
  msgid "Filter"
317
  msgstr "過濾"
318
 
319
- #: qqworld-auto-save-images.php:474
320
  msgid "Format"
321
  msgstr "格式化"
322
 
323
- #: qqworld-auto-save-images.php:475
324
  msgid "Scan Posts"
325
  msgstr "掃描文章"
326
 
327
- #: qqworld-auto-save-images.php:476
328
- msgid "Pro Edition"
329
- msgstr "專業版"
 
 
 
 
330
 
331
- #: qqworld-auto-save-images.php:477
332
  msgid "Contact"
333
- msgstr "聯系方式"
334
 
335
- #: qqworld-auto-save-images.php:483 qqworld-auto-save-images.php:485
336
  msgid "Mode"
337
  msgstr "模式"
338
 
339
- #: qqworld-auto-save-images.php:488 qqworld-auto-save-images.php:856
340
  msgid "Automatic"
341
  msgstr "自動"
342
 
343
- #: qqworld-auto-save-images.php:489
344
  msgid ""
345
  "Automatically save all remote images to local media libary when you save or "
346
  "publish post."
347
  msgstr "在保存或發布文章時,自動將所有遠程圖像保存到本地媒體庫。"
348
 
349
- #: qqworld-auto-save-images.php:492 qqworld-auto-save-images.php:857
350
  msgid "Manual"
351
  msgstr "手動"
352
 
353
- #: qqworld-auto-save-images.php:493
354
  msgid ""
355
  "Manually save all remote images to local media libary when you click the "
356
  "button on the top of editor."
357
  msgstr "當單擊編輯器頂部的按鈕時,手動將所有遠程圖像保存到本地媒體庫。"
358
 
359
- #: qqworld-auto-save-images.php:498 qqworld-auto-save-images.php:500
360
  msgid "When"
361
- msgstr "什麽時候"
362
 
363
- #: qqworld-auto-save-images.php:503
364
  msgid "Save post (Publish, save draft or pedding review)."
365
  msgstr "保存文章時(發布文章,保存草稿或提交審核)。"
366
 
367
- #: qqworld-auto-save-images.php:507
368
  msgid "Publish post only."
369
  msgstr "僅發布文章時。"
370
 
371
- #: qqworld-auto-save-images.php:513 qqworld-auto-save-images.php:515
372
  msgid "Schedule Publish"
373
  msgstr "定時發布"
374
 
375
- #: qqworld-auto-save-images.php:513
376
  msgid "Save remote images via Schedule Publish."
377
  msgstr "通過定時發布保存遠程圖像。"
378
 
379
- #: qqworld-auto-save-images.php:523 qqworld-auto-save-images.php:525
380
  msgid "Remote Publishing"
381
  msgstr "遠程發布"
382
 
383
- #: qqworld-auto-save-images.php:523
384
  msgid ""
385
  "Save remote images via remote publishing from IFTTT or other way using "
386
  "XMLRPC. Only supports publish post."
387
  msgstr "保存通過IFTTT或其他使用XMLRPC方法遠程發布的遠程圖片。僅支持發布文章。"
388
 
389
- #: qqworld-auto-save-images.php:533 qqworld-auto-save-images.php:535
390
- #: qqworld-auto-save-images.php:874
391
  msgid "Set Featured Image"
392
  msgstr "設置特色圖片"
393
 
394
- #: qqworld-auto-save-images.php:533
395
  msgid "Set first one of the remote images as featured image."
396
- msgstr "設置遠程圖片中的第1個爲特色圖片。"
397
 
398
- #: qqworld-auto-save-images.php:549 qqworld-auto-save-images.php:551
399
  msgid "Grabbing from Each Posts"
400
  msgstr "從每篇文章抓取"
401
 
402
- #: qqworld-auto-save-images.php:553
403
  msgid "All Images"
404
  msgstr "全部圖片"
405
 
406
- #: qqworld-auto-save-images.php:557
407
  #, php-format
408
  msgid "First %d image only"
409
  msgid_plural "First %d images only"
410
  msgstr[0] "前 %d 幅圖像"
411
 
412
- #: qqworld-auto-save-images.php:564 qqworld-auto-save-images.php:566
413
  msgid "Minimum Picture Size"
414
  msgstr "最小圖像尺寸"
415
 
416
- #: qqworld-auto-save-images.php:564
417
  msgid "Ignore smaller than this size picture."
418
  msgstr "忽略比這個尺寸更小的圖像。"
419
 
420
- #: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:580
421
  msgid "Width:"
422
  msgstr "寬度:"
423
 
424
- #: qqworld-auto-save-images.php:568 qqworld-auto-save-images.php:571
425
- #: qqworld-auto-save-images.php:580 qqworld-auto-save-images.php:583
426
  msgid "(px)"
427
  msgstr "(像素)"
428
 
429
- #: qqworld-auto-save-images.php:571 qqworld-auto-save-images.php:583
430
  msgid "Height:"
431
  msgstr "高度:"
432
 
433
- #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:578
434
  msgid "Maximum Picture Size"
435
  msgstr "最大圖像尺寸"
436
 
437
- #: qqworld-auto-save-images.php:576
438
  msgid ""
439
  "Automatic reduction is greater than the size of the picture. if you want "
440
  "image width less than 800px with any size height, please set width 800 and "
441
  "leave height blank."
442
  msgstr ""
443
- "自動縮小大于該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置寬度"
444
- "800,並設置高度爲空。"
445
 
446
- #: qqworld-auto-save-images.php:588 qqworld-auto-save-images.php:590
447
  msgid "Exclude Domain/Keyword"
448
  msgstr "排除域名/關鍵詞"
449
 
450
- #: qqworld-auto-save-images.php:588
451
  msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
452
  msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
453
 
454
- #: qqworld-auto-save-images.php:600
455
  msgid "Add a Domain/Keyword"
456
  msgstr "添加域名/關鍵詞"
457
 
458
- #: qqworld-auto-save-images.php:611 qqworld-auto-save-images.php:614
459
  msgid "Change Image Filename"
460
  msgstr "更改圖片文件名"
461
 
462
- #: qqworld-auto-save-images.php:617
463
  msgid ""
464
  "Only change remote images filename that have Non-ASCii characters (for "
465
  "Windows Server)"
466
- msgstr "僅修改包含非ASCii字符的遠程圖片文件名(用于Windows服務器)"
467
 
468
- #: qqworld-auto-save-images.php:618
469
  msgid ""
470
  "Change all remote images Filename and Alt as post name (for Linux Server)"
471
- msgstr "改變所有遠程圖片文件名爲文章名(Post Name)(用于Linux服務器)"
472
 
473
- #: qqworld-auto-save-images.php:623 qqworld-auto-save-images.php:625
474
  msgid "Custom Filename Structure"
475
  msgstr "自定文件名結構"
476
 
477
- #: qqworld-auto-save-images.php:630
478
  msgid "Original filename or automatic changed filename."
479
  msgstr "原文件名或自動更改的文件名。"
480
 
481
- #: qqworld-auto-save-images.php:631
482
  msgid "Full date, e.g. 20150209."
483
  msgstr "完整的日期,例如:20150209。"
484
 
485
- #: qqworld-auto-save-images.php:632
486
  msgid "YYYY, e.g. 2015."
487
  msgstr "YYYY,例如:2015。"
488
 
489
- #: qqworld-auto-save-images.php:633
490
  msgid "MM, e.g. 02."
491
  msgstr "MM,例如:02。"
492
 
493
- #: qqworld-auto-save-images.php:634
494
  msgid "DD, e.g. 15."
495
  msgstr "DD,例如:15。"
496
 
497
- #: qqworld-auto-save-images.php:635
498
  msgid "HHMMSS, e.g. 182547."
499
  msgstr "HHMMSS,例如:182547。"
500
 
501
- #: qqworld-auto-save-images.php:636
502
  #, php-format
503
  msgid "Unix timestamp, e.g. %s."
504
  msgstr "Unix時間戳,例如:%s。"
505
 
506
- #: qqworld-auto-save-images.php:641 qqworld-auto-save-images.php:643
507
  msgid "Change Title & Alt"
508
  msgstr "更改標題和替代文本"
509
 
510
- #: qqworld-auto-save-images.php:641
511
  msgid "Automatically add title & alt of image as post title."
512
  msgstr "自動依照文章標題添加圖片的標題和替代文本。"
513
 
514
- #: qqworld-auto-save-images.php:650 qqworld-auto-save-images.php:652
515
  msgid "Keep Outside Links"
516
  msgstr "保留外鏈"
517
 
518
- #: qqworld-auto-save-images.php:650
519
  msgid "Keep the outside links of remote images if exist."
520
  msgstr "保留遠程圖片的鏈接,如果有的話。"
521
 
522
- #: qqworld-auto-save-images.php:659 qqworld-auto-save-images.php:661
523
  msgid "Save Outside Links"
524
  msgstr "保存外鏈"
525
 
526
- #: qqworld-auto-save-images.php:659
527
  msgid "Save the outside links to description of attachments."
528
  msgstr "保存外部鏈接到附件的描述。"
529
 
530
- #: qqworld-auto-save-images.php:665
531
  msgid ""
532
  "To custom the content, add codes into <strong>functions.php</strong> like "
533
  "this below:"
534
  msgstr ""
535
  "如果想自定義該內容,加入類似以下代碼到 <strong>functions.php</strong> 中:"
536
 
537
- #: qqworld-auto-save-images.php:674 qqworld-auto-save-images.php:676
538
  msgid "Image Size"
539
  msgstr "圖像尺寸"
540
 
541
- #: qqworld-auto-save-images.php:674
542
  msgid "Replace images you want size to display."
543
  msgstr "替換成你想要顯示的尺寸的圖像。"
544
 
545
- #: qqworld-auto-save-images.php:681
546
- #, fuzzy
547
  msgid "Thumbnail"
548
- msgstr ""
549
- "一個數組,可以包含數個函數,每個函數返回可能的縮略圖圖片對象相對于時間對象的"
550
- "jQuery路徑。"
551
 
552
- #: qqworld-auto-save-images.php:682
553
  msgid "Medium"
554
- msgstr ""
555
 
556
- #: qqworld-auto-save-images.php:683
557
  msgid "Large"
558
- msgstr ""
559
 
560
- #: qqworld-auto-save-images.php:684
561
  msgid "Full Size"
562
  msgstr "完整尺寸"
563
 
564
- #: qqworld-auto-save-images.php:693 qqworld-auto-save-images.php:695
565
  msgid "Link To"
566
  msgstr "鏈接到"
567
 
568
- #: qqworld-auto-save-images.php:693
569
  msgid "If you checked Keep-Outside-Links, this option will not works."
570
  msgstr "如果你勾選了保留外鏈,本項將不起作用。"
571
 
572
- #: qqworld-auto-save-images.php:700
573
- #, fuzzy
574
  msgid "Media File"
575
- msgstr "添加文件"
576
 
577
- #: qqworld-auto-save-images.php:701
578
- #, fuzzy
579
  msgid "Attachment Page"
580
- msgstr "(附件)"
581
 
582
- #: qqworld-auto-save-images.php:702 qqworld-auto-save-images.php:721
583
  msgid "None"
584
- msgstr ""
585
 
586
- #: qqworld-auto-save-images.php:711 qqworld-auto-save-images.php:713
587
  msgid "Align To"
588
  msgstr "對齊方式"
589
 
590
- #: qqworld-auto-save-images.php:718
591
  msgid "Left"
592
- msgstr ""
593
 
594
- #: qqworld-auto-save-images.php:719
595
  msgid "Center"
596
- msgstr ""
597
 
598
- #: qqworld-auto-save-images.php:720
599
  msgid "Right"
600
- msgstr ""
601
 
602
- #: qqworld-auto-save-images.php:730 qqworld-auto-save-images.php:732
603
  msgid "Auto Caption"
604
  msgstr "自動圖說"
605
 
606
- #: qqworld-auto-save-images.php:730
607
  msgid "Automatically add caption shortcode."
608
  msgstr "自動添加圖說短代碼。"
609
 
610
- #: qqworld-auto-save-images.php:739 qqworld-auto-save-images.php:741
611
  msgid "Additional Content"
612
  msgstr "額外的內容"
613
 
614
- #: qqworld-auto-save-images.php:739
615
  msgid ""
616
  "This content will be displayed after the each remote images code. you can "
617
  "use [Attachment ID] indicate current attachment ID."
618
  msgstr "此內容將在每個遠程圖像編碼後顯​​示。您可以使用[附件ID]指示當前連接ID。"
619
 
620
- #: qqworld-auto-save-images.php:744
621
  msgid "For example: [Gbuy id='[Attachment ID]']"
622
  msgstr "例如:[Gbuy id='[Attachment ID]']"
623
 
624
- #: qqworld-auto-save-images.php:761
625
  msgid "Select post types"
626
  msgstr "選擇文章類型"
627
 
628
- #: qqworld-auto-save-images.php:761
629
  msgid ""
630
  "If you have too many posts to be scan, sometimes in process looks like "
631
  "stopping, but it may be fake. please be patient."
@@ -633,20 +629,19 @@ msgstr ""
633
  "如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
634
  "請耐心等待。"
635
 
636
- #: qqworld-auto-save-images.php:775
637
- #, fuzzy
638
  msgid "Categories"
639
- msgstr "%s分類"
640
 
641
- #: qqworld-auto-save-images.php:775
642
  msgid "Default empty to scan all categories."
643
  msgstr "默認留空掃描所有分類。"
644
 
645
- #: qqworld-auto-save-images.php:780
646
  msgid "Scope of Post ID"
647
  msgstr "文章ID範圍"
648
 
649
- #: qqworld-auto-save-images.php:780
650
  msgid ""
651
  "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
652
  "100. please type '50' and '100' or '100' and '50', The order in which two "
@@ -657,326 +652,864 @@ msgstr ""
657
  "者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
658
  "該ID。"
659
 
660
- #: qqworld-auto-save-images.php:781
661
  #, php-format
662
  msgid "From %1$s to %2$s"
663
  msgstr "從 %1$s 到 %2$s"
664
 
665
- #: qqworld-auto-save-images.php:785
666
  msgid "Offset"
667
  msgstr "偏移"
668
 
669
- #: qqworld-auto-save-images.php:785
670
  msgid ""
671
  "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
672
  "in the textfield and select '100'."
673
  msgstr ""
674
- "默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入“50”並在下拉菜單中"
675
- "選擇“100”。"
676
 
677
- #: qqworld-auto-save-images.php:787
678
  #, php-format
679
  msgid "Start from %s to Scan"
680
  msgstr "從 %s 開始掃描"
681
 
682
- #: qqworld-auto-save-images.php:789
683
- #, fuzzy
684
  msgid "All"
685
- msgstr "所有"
686
 
687
- #: qqworld-auto-save-images.php:793
688
- #, fuzzy
689
  msgid "Posts"
690
- msgstr "熱門文章"
691
 
692
- #: qqworld-auto-save-images.php:803
693
  msgid "Any"
694
  msgstr "任意"
695
 
696
- #: qqworld-auto-save-images.php:813
697
  msgid "Order By"
698
  msgstr "排序依據"
699
 
700
- #: qqworld-auto-save-images.php:819
 
701
  msgid "Author"
702
  msgstr "作者"
703
 
704
- #: qqworld-auto-save-images.php:821
705
- #, fuzzy
706
  msgid "Date"
707
- msgstr "日期"
708
 
709
- #: qqworld-auto-save-images.php:822
710
- #, fuzzy
711
  msgid "Last Modified"
712
- msgstr "最後回複"
713
 
714
- #: qqworld-auto-save-images.php:823
715
  msgid "Comment Count"
716
  msgstr "評論"
717
 
718
- #: qqworld-auto-save-images.php:833
719
- #, fuzzy
720
  msgid "Order"
721
- msgstr "順序"
722
 
723
- #: qqworld-auto-save-images.php:843
724
  msgid "Speed"
725
  msgstr "速度"
726
 
727
- #: qqworld-auto-save-images.php:843
728
  msgid "If the server is too much stress may be appropriately reduced speed."
729
- msgstr "如果服務器壓力過大,可以適當調低速度。"
730
 
731
- #: qqworld-auto-save-images.php:856
732
  msgid ""
733
  "Scan posts and keep remote images in all posts to local media library. Maybe "
734
  "take a long time."
735
  msgstr "掃描所有的文章,將所有遠程圖片保存到本地,可能需要很長時間。"
736
 
737
- #: qqworld-auto-save-images.php:857
738
  msgid ""
739
  "The list displayed will show you which posts including remote images, then "
740
  "you can keep them to local manually via click \"Fetch\" button."
741
  msgstr ""
742
- "顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊“抓取”按鈕手動保"
743
- "存。"
744
 
745
- #: qqworld-auto-save-images.php:868
746
- msgid "Summary"
747
- msgstr "簡介"
748
 
749
- #: qqworld-auto-save-images.php:869
750
  msgid ""
 
751
  "Does the feeling of maintaining the site work very heavy? This plugin will "
752
  "save you a lot of time!"
753
  msgstr ""
754
- "感覺維護網站的工作很繁重嗎?本插件將爲你節約大量的時間!QQWorld收藏家是一款"
755
- "Wordpress采集插件,特色是批量采集微信公衆號和頭條號,抓取微信圖片、支持水印,"
756
- "支持阿裏雲OSS、又拍雲、騰訊COS、七牛雲存儲和百度BOS,不僅可以配合火車頭作業,"
757
- "也完全可以獨當一面。"
 
758
 
759
- #: qqworld-auto-save-images.php:872
760
- msgid "Demo of Manual Mode"
761
- msgstr "手動模式的演示"
 
762
 
763
- #: qqworld-auto-save-images.php:875
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
764
  msgid ""
765
- "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-"
766
- "KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>"
 
767
  msgstr ""
768
- "<embed src=\"http://player.youku.com/player.php/sid/XOTE3NDk0OTUy/v.swf\" "
769
- "allowFullScreen=\"true\" quality=\"high\" width=\"480\" height=\"400\" align="
770
- "\"middle\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash"
771
- "\"></embed>"
772
 
773
- #: qqworld-auto-save-images.php:879
774
- msgid "Comparison"
775
- msgstr "對比"
776
 
777
- #: qqworld-auto-save-images.php:885
778
- msgid "Items"
779
- msgstr "對比項目"
780
 
781
- #: qqworld-auto-save-images.php:886
782
- msgid "Ultimate Edition"
783
- msgstr "旗艦版"
784
 
785
- #: qqworld-auto-save-images.php:887
786
- msgid "Server Edition"
787
- msgstr "服務器版"
 
 
 
 
788
 
789
- #: qqworld-auto-save-images.php:888
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
790
  msgid "Professional Edition"
791
  msgstr "專業版"
792
 
793
- #: qqworld-auto-save-images.php:889
794
- msgid "Free Edition"
795
- msgstr "免費版"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
 
797
- #: qqworld-auto-save-images.php:894
 
798
  msgid ""
799
- "Automatically delete the HTML code of remote images smaller than Minimum-"
800
- "Picture-Size."
801
- msgstr "可選擇自動刪除小于最小圖像尺寸的遠程圖像HTML代碼"
 
 
 
 
 
 
 
 
802
 
803
- #: qqworld-auto-save-images.php:901
 
 
 
 
 
 
 
 
 
 
 
 
 
 
804
  msgid ""
805
- "Detecting replicated images in media library by Original-link and CRC (Only "
806
- "for new images that after v1.1 updated)."
807
- msgstr "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用于更新1.1版之後下載的圖像)"
 
 
 
808
 
809
- #: qqworld-auto-save-images.php:908
810
- msgid "Automatically exclude specified remote images by CRC."
811
- msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像。"
812
 
813
- #: qqworld-auto-save-images.php:915
814
- msgid "Automatically delete html code of specified remote images by CRC."
815
- msgstr "可以自動通過檢驗圖像文件CRC刪除指定的遠程圖像HTML代碼。"
 
 
 
 
 
 
 
 
 
816
 
817
- #: qqworld-auto-save-images.php:922
 
 
 
 
 
818
  msgid ""
819
- "New manual mode with multi-thread<br> (Faster than automatic mode and modify "
820
- "Title &amp; Alt in realtime)"
821
- msgstr "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
 
 
 
 
 
 
 
 
822
 
823
- #: qqworld-auto-save-images.php:929
824
- msgid "Download Images from WeChat"
825
- msgstr "下載微信圖片"
826
 
827
- #: qqworld-auto-save-images.php:936
828
- msgid "Cron Scan Posts"
829
- msgstr "定時掃描文章"
830
 
831
- #: qqworld-auto-save-images.php:943
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
832
  msgid "Watermark"
833
  msgstr "水印"
834
 
835
- #: qqworld-auto-save-images.php:950
836
- msgid "Images Compression (JPG Only)"
837
- msgstr "圖片壓縮(僅JPEG)"
838
 
839
- #: qqworld-auto-save-images.php:957
840
- msgid "Use Proxy"
841
- msgstr "使用代理服務器(可下載需要翻牆的圖片)"
842
 
843
- #: qqworld-auto-save-images.php:964
844
- msgid ""
845
- "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
846
- "remote image with outside link, and grab the bigger one."
847
- msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
848
 
849
- #: qqworld-auto-save-images.php:971
850
  msgid ""
851
- "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent "
852
- "COS)"
 
853
  msgstr ""
854
- "使用Cookie-Free域名和外部存儲器(阿裏雲OSS、七牛雲存儲、又拍雲存儲和騰訊COS"
855
- "等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
856
 
857
- #: qqworld-auto-save-images.php:978
858
  msgid ""
859
- "Database content replacement, easy to replace content in post content and "
860
- "post titles."
861
- msgstr "數據庫內容替換,輕松替換文章內容和標題的字符串。"
862
 
863
- #: qqworld-auto-save-images.php:985
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
864
  msgid ""
865
- "Collect webpage automatically: Easy reprint articles,<br> and get all the "
866
- "images to choose from web pages."
867
- msgstr "自動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。"
 
 
 
 
868
 
869
- #: qqworld-auto-save-images.php:992
870
- msgid "Translation (Baidu Translation, Google Translation)"
871
- msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
 
 
 
 
 
872
 
873
- #: qqworld-auto-save-images.php:999
874
  msgid ""
875
- "Set no remote images saved into media library, it means would not generate "
876
- "thumbnail with many sizes. but if you checked Set-Featured-Image, the first "
877
- "remote image will be saved into media library."
878
  msgstr ""
879
- "可選擇不保存圖像到媒體庫,這意味著不會生成各種尺寸的縮略圖,但是如果勾選了自"
880
- "動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
881
 
882
- #: qqworld-auto-save-images.php:1006
883
- msgid "Support automatically convert BMP/WEBP to JPG."
884
- msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
885
 
886
- #: qqworld-auto-save-images.php:1013
887
  msgid ""
888
- "Cleaner tool: If you have a huge media library and do not know how many "
889
- "attachments has not bean used. this tool will help you to find out."
890
  msgstr ""
891
- "清理工具:如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具可"
892
- "以幫到你。"
893
 
894
- #: qqworld-auto-save-images.php:1020
895
  msgid ""
896
- "Special Features: Automatically keep remote images in the custom fields to "
897
- "the local media library."
898
- msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
899
 
900
- #: qqworld-auto-save-images.php:1032
901
- msgid "Buy"
902
- msgstr "購買"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
903
 
904
- #: qqworld-auto-save-images.php:1033
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
905
  msgid "QQWorld Collector"
906
  msgstr "QQWorld收藏家"
907
 
908
- #: qqworld-auto-save-images.php:1034
909
- #, php-format
910
- msgid "Price: from <strong>%s</strong>"
911
- msgstr "售價:<strong>%s</strong> 起"
 
 
 
912
 
913
- #: qqworld-auto-save-images.php:1034
914
- msgctxt "price"
915
- msgid "$15 (RMB &#165;99)"
916
- msgstr "&#165;99($15 美元)"
917
 
918
- #: qqworld-auto-save-images.php:1035
919
- msgid "(No need understand chinese, there is a language switcher on Header.)"
920
- msgstr " "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
921
 
922
- #: qqworld-auto-save-images.php:1048
923
  msgctxt "contact"
924
  msgid "Developer"
925
  msgstr "開發者"
926
 
927
- #: qqworld-auto-save-images.php:1052
 
 
 
 
 
 
 
 
928
  msgid "Email"
929
- msgstr ""
930
 
931
- #: qqworld-auto-save-images.php:1056
932
  msgid "Tencent QQ"
933
  msgstr "騰訊QQ"
934
 
935
- #: qqworld-auto-save-images.php:1057
936
  #, php-format
937
  msgid "%s: "
938
  msgstr "%s:"
939
 
940
- #: qqworld-auto-save-images.php:1057
941
  msgid "QQ Group"
942
  msgstr "QQ群"
943
 
944
- #: qqworld-auto-save-images.php:1060
 
 
 
 
945
  msgid "Wechat"
946
  msgstr "微信"
947
 
948
- #: qqworld-auto-save-images.php:1062
 
 
 
 
 
 
 
 
949
  msgid "Please use the WeChat APP to scan the QR code."
950
  msgstr "請使用微信APP掃描二維碼。"
951
 
952
- #: qqworld-auto-save-images.php:1065
 
 
 
 
 
 
 
 
953
  msgid "Cellphone"
954
  msgstr "手機"
955
 
956
- #: qqworld-auto-save-images.php:1168
957
  msgid "Has Missing/Undownloadable images."
958
  msgstr "有 不存在/不可下載 的遠程圖像。"
959
 
960
- #: qqworld-auto-save-images.php:1175
961
  msgid "No remote images found."
962
  msgstr "沒有遠程圖像。"
963
 
964
- #: qqworld-auto-save-images.php:1377
965
  msgid "Original Link"
966
  msgstr "原始鏈接"
967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
968
  #~ msgid "The inactive domain is free for 15 days."
969
  #~ msgstr "未激活的域名可以免費試用15天。"
970
 
971
- #~ msgid "Free Download"
972
- #~ msgstr "免費下載"
973
-
974
  #~ msgid "Baidu SkyDrive"
975
  #~ msgstr "百度雲網盤"
976
 
977
- #~ msgid "Google Drive"
978
- #~ msgstr "谷歌雲端硬盤"
979
-
980
  #~ msgid ""
981
  #~ "(No need understand chinese, there is a language switcher on left "
982
  #~ "sidebar.)"
@@ -986,28 +1519,28 @@ msgstr "原始鏈接"
986
  #~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
987
  #~ "images to choose from web pages. and the automatic collection feature in "
988
  #~ "future."
989
- #~ msgstr ",未來將開發自動采集功能。"
990
 
991
  #~ msgid ""
992
  #~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
993
  #~ "images to choose from web pages. and the automatic collection feature in "
994
  #~ "future."
995
  #~ msgstr ""
996
- #~ "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集"
997
  #~ "功能。"
998
 
999
  #~ msgctxt "qqworld_auto_save_images"
1000
  #~ msgid ""
1001
  #~ "Automatically delete the HTML code of remote images smaller than Minimum-"
1002
  #~ "Picture-Size."
1003
- #~ msgstr "可選擇自動刪除小于最小圖像尺寸的遠程圖像HTML代碼"
1004
 
1005
  #~ msgctxt "qqworld_auto_save_images"
1006
  #~ msgid ""
1007
  #~ "Detecting replicated images in media library by Original-link and CRC "
1008
  #~ "(Only for new images that after v1.1 updated)."
1009
  #~ msgstr ""
1010
- #~ "在數據庫中通過原鏈接和CRC檢測重複圖像(僅用于更新1.1版之後下載的圖像)"
1011
 
1012
  #~ msgctxt "qqworld_auto_save_images"
1013
  #~ msgid "Automatically exclude specified remote images by CRC."
@@ -1042,7 +1575,7 @@ msgstr "原始鏈接"
1042
 
1043
  #~ msgctxt "qqworld_auto_save_images"
1044
  #~ msgid "Use Proxy"
1045
- #~ msgstr "使用代理服務器(可下載需要翻牆的圖片)"
1046
 
1047
  #~ msgctxt "qqworld_auto_save_images"
1048
  #~ msgid ""
@@ -1055,14 +1588,14 @@ msgstr "原始鏈接"
1055
  #~ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, "
1056
  #~ "Tencent COS)"
1057
  #~ msgstr ""
1058
- #~ "使用Cookie-Free域名和外部存儲器(阿裏雲OSS、七牛雲存儲、又拍雲存儲和騰訊"
1059
- #~ "COS等),可以建立遠程雲媒體庫,再也不怕本地磁盤不夠用啦。"
1060
 
1061
  #~ msgctxt "qqworld_auto_save_images"
1062
  #~ msgid ""
1063
  #~ "Database content replacement, easy to replace content in post content and "
1064
  #~ "post titles."
1065
- #~ msgstr "數據庫內容替換,輕松替換文章內容和標題的字符串。"
1066
 
1067
  #~ msgctxt "qqworld_auto_save_images"
1068
  #~ msgid ""
@@ -1070,7 +1603,7 @@ msgstr "原始鏈接"
1070
  #~ "images to choose from web pages. and the automatic collection feature in "
1071
  #~ "future."
1072
  #~ msgstr ""
1073
- #~ "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動采集"
1074
  #~ "功能。"
1075
 
1076
  #~ msgctxt "qqworld_auto_save_images"
@@ -1102,7 +1635,7 @@ msgstr "原始鏈接"
1102
  #~ msgid ""
1103
  #~ "Special Features: Automatically keep remote images in the custom fields "
1104
  #~ "to the local media library."
1105
- #~ msgstr "特殊功能:自動保存自定義字段中的遠程圖像到本地媒體庫。"
1106
 
1107
  #~ msgid ""
1108
  #~ "New manual mode with multi-thread (Faster than automatic mode and modify "
@@ -1118,7 +1651,7 @@ msgstr "原始鏈接"
1118
  #~ "果你勾選了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
1119
 
1120
  #~ msgid "Automatically delete images code smaller than minimum-picture-size."
1121
- #~ msgstr "自動刪除小于最小圖像尺寸的圖片代碼。"
1122
 
1123
  #~ msgid ""
1124
  #~ "Smart Grabbing, Automatically detect 2 images url from href/src of remote "
@@ -1126,15 +1659,15 @@ msgstr "原始鏈接"
1126
  #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1127
 
1128
  #~ msgid "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu)"
1129
- #~ msgstr "使用Cookie-Free域名和CDN服務(阿裏雲OSS、七牛雲存儲、又拍雲存儲等)"
1130
 
1131
  #~ msgid "Support automatically convert BMP to JPG."
1132
- #~ msgstr "支持自動將 BMP 轉換爲 JPG。"
1133
 
1134
  #~ msgid ""
1135
  #~ "Collect webpage manually: Easy reprint articles, and get all the images "
1136
  #~ "to choose from web pages."
1137
- #~ msgstr "手動采集功能:輕松轉載文章、從網頁中獲取所有圖片供選擇"
1138
 
1139
  #~ msgid ""
1140
  #~ "Remote images will no be saved into media library, it means would not "
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: 2019-03-06 10:00+0800\n"
6
+ "PO-Revision-Date: 2019-03-06 10:01+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 2.2.1\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:120 qqworld-auto-save-images.php:1206
23
+ #: qqworld-auto-save-images.php:1225 qqworld-auto-save-images.php:1338
24
+ #: qqworld-auto-save-images.php:1346
25
  msgid "Michael Wang"
26
+ msgstr "王曉騫"
27
 
28
+ #: qqworld-auto-save-images.php:121
29
  msgid " (In Development)"
30
  msgstr "(開發中)"
31
 
32
+ #: qqworld-auto-save-images.php:128
33
  msgid ""
34
  "Your server PHP does not support cUrl, please remove ';' from in front of "
35
  "extension=php_curl.dll in the php.ini."
36
  msgstr ""
37
+ "你的伺服器PHP不支持cUrl,請在php.ini中移除extension=php_curl.dll前面的『;』。"
38
 
39
+ #: qqworld-auto-save-images.php:129
40
  msgid ""
41
  "Your server PHP does not support GD2, please remove ';' from in front of "
42
  "extension=php_gd2.dll in the <strong>php.ini</strong>."
43
  msgstr ""
44
+ "你的服務器PHP不支持GD2,請在php.ini中移除extension=php_gd2.dll前面的『;』。"
45
 
46
+ #: qqworld-auto-save-images.php:130
47
  msgid ""
48
  "Your server PHP does not support fopen, please set allow_url_fopen=1 in the "
49
  "php.ini."
50
+ msgstr "你的伺服器PHP不支持fopen,請在php.ini中設置allow_url_fopen=1。"
51
 
52
+ #: qqworld-auto-save-images.php:166
53
  msgid "No taxonomies found."
54
  msgstr "沒有相關分類方法。"
55
 
56
+ #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:348
57
+ #: qqworld-auto-save-images.php:1473
58
  msgid "All remote images have been saved."
59
  msgstr "已保存所有遠程圖像。"
60
 
61
+ #: qqworld-auto-save-images.php:174 qqworld-auto-save-images.php:175
62
  #, php-format
63
  msgid " <a href=\"%s\">View</a>"
64
  msgstr " <a href=\"%s\">查看</a>"
65
 
66
+ #: qqworld-auto-save-images.php:175
67
  msgid "Has missing images or image which could not download."
68
  msgstr "內容包含 不存在/無法下載 的圖像。"
69
 
70
+ #: qqworld-auto-save-images.php:196
71
  msgid "In Process..."
72
  msgstr "正在保存……"
73
 
74
+ #: qqworld-auto-save-images.php:197
75
  msgid "Something error, please check."
76
  msgstr "出錯了,請檢查。"
77
 
78
+ #: qqworld-auto-save-images.php:225
79
  msgid ""
80
  "Are you sure?<br />Before you click the yes button, I recommend backup site "
81
  "database."
82
+ msgstr "你確定嗎?<br />在點擊確定按鈕之前,我建議你備份網站的資料庫。"
83
 
84
+ #: qqworld-auto-save-images.php:226 qqworld-auto-save-images.php:784
85
  msgid "Please select post types."
86
  msgstr "請選擇文章類型。"
87
 
88
+ #: qqworld-auto-save-images.php:227
89
  msgid "May be a problem with some posts: "
90
  msgstr "也許一些文章有問題:"
91
 
92
+ #: qqworld-auto-save-images.php:228
93
  #, php-format
94
  msgid "No need enter \"%s\"."
95
+ msgstr "不需要輸入「%s」。"
96
 
97
+ #: qqworld-auto-save-images.php:229
98
  #, php-format
99
  msgid "%d post has been scanned."
100
  msgstr "已掃描%d篇文章。"
101
 
102
+ #: qqworld-auto-save-images.php:230
103
  #, php-format
104
  msgid "%d posts have been scanned."
105
  msgstr "已掃描%d篇文章。"
106
 
107
+ #: qqworld-auto-save-images.php:231
108
  #, php-format
109
  msgid "%d post included remote images processed."
110
  msgstr "已處理%d篇包含遠程圖像的文章。"
111
 
112
+ #: qqworld-auto-save-images.php:232
113
  #, php-format
114
  msgid "%d posts included remote images processed."
115
  msgstr "已處理%d篇包含遠程圖像的文章。"
116
 
117
+ #: qqworld-auto-save-images.php:233
118
  #, php-format
119
  msgid "%d post has missing images couldn't be processed."
120
  msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
121
 
122
+ #: qqworld-auto-save-images.php:234
123
  #, php-format
124
  msgid "%d posts have missing images couldn't be processed."
125
  msgstr "%d篇包含不存在的遠程圖像的文章無法處理。"
126
 
127
+ #: qqworld-auto-save-images.php:235
128
  #, php-format
129
  msgid "found %d post including remote images."
130
  msgstr "找到%d篇包含遠程圖像的文章。"
131
 
132
+ #: qqworld-auto-save-images.php:236
133
  #, php-format
134
  msgid "found %d posts including remote images."
135
  msgstr "找到%d篇包含遠程圖像的文章。"
136
 
137
+ #: qqworld-auto-save-images.php:237
138
  #, php-format
139
  msgid "And with %d post has missing images."
140
  msgstr "其中有%d篇文章包含不存在的遠程圖像。"
141
 
142
+ #: qqworld-auto-save-images.php:238
143
  #, php-format
144
  msgid "And with %d posts have missing images."
145
  msgstr "其中有%d篇文章包含不存在的遠程圖像。"
146
 
147
+ #: qqworld-auto-save-images.php:239
148
  msgid "No posts processed."
149
  msgstr "未處理任何文章。"
150
 
151
+ #: qqworld-auto-save-images.php:240
152
  msgid "No post has remote images found."
153
  msgstr "沒有文章包含遠程圖像。"
154
 
155
+ #: qqworld-auto-save-images.php:241
156
  msgid "No posts found."
157
  msgstr "未找到任何文章。"
158
 
159
+ #: qqworld-auto-save-images.php:242
160
  msgid "All done."
161
  msgstr "全部完成。"
162
 
163
+ #: qqworld-auto-save-images.php:243
 
164
  msgid "Yes"
165
+ msgstr "是的"
166
 
167
+ #: qqworld-auto-save-images.php:244 qqworld-auto-save-images.php:624
168
  msgid "No"
169
  msgstr ""
170
 
171
+ #: qqworld-auto-save-images.php:245
172
  msgid "Scanning..."
173
  msgstr "掃描中……"
174
 
175
+ #: qqworld-auto-save-images.php:246
176
  msgid "Listing..."
177
  msgstr "顯示列表中……"
178
 
179
+ #: qqworld-auto-save-images.php:247 qqworld-auto-save-images.php:826
 
180
  msgid "ID"
181
+ msgstr "編號"
182
 
183
+ #: qqworld-auto-save-images.php:248
184
  msgid "Post Type"
185
  msgstr "文章類型"
186
 
187
+ #: qqworld-auto-save-images.php:249 qqworld-auto-save-images.php:828
188
  msgid "Title"
189
  msgstr "標題"
190
 
191
+ #: qqworld-auto-save-images.php:250 qqworld-auto-save-images.php:806
192
  msgid "Status"
193
  msgstr "狀態"
194
 
195
+ #: qqworld-auto-save-images.php:251
196
  msgid "Control"
197
  msgstr "控制"
198
 
199
+ #: qqworld-auto-save-images.php:252
 
200
  msgid "Done"
201
+ msgstr "完成"
202
 
203
+ #: qqworld-auto-save-images.php:253 qqworld-auto-save-images.php:604
 
204
  msgid "Delete"
205
  msgstr "刪除"
206
 
207
+ #: qqworld-auto-save-images.php:348 qqworld-auto-save-images.php:382
208
  msgid "Has missing images."
209
  msgstr "有不存在的遠程圖像。"
210
 
211
+ #: qqworld-auto-save-images.php:382
212
  msgid "Normal"
213
  msgstr "正常"
214
 
215
+ #: qqworld-auto-save-images.php:383
216
  msgid "Fetch"
217
  msgstr "抓取"
218
 
219
+ #: qqworld-auto-save-images.php:425
220
  msgid "Save Remote Images"
221
  msgstr "保存遠程圖片"
222
 
223
+ #: qqworld-auto-save-images.php:436
224
  msgid "Settings"
225
  msgstr "設置"
226
 
227
+ #: qqworld-auto-save-images.php:444
228
  msgid "Auto Save Images"
229
  msgstr "自動保存圖片"
230
 
231
+ #: qqworld-auto-save-images.php:446 qqworld-auto-save-images.php:473
232
  msgid "QQWorld Auto Save Images"
233
  msgstr "QQWorld自動保存圖片"
234
 
235
+ #: qqworld-auto-save-images.php:455
236
  msgid "Installation"
237
  msgstr "安裝說明"
238
 
239
+ #: qqworld-auto-save-images.php:456
240
  msgid ""
241
  "<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</"
242
  "strong> in php.ini.</li><li>Warning: If your website domain has been "
244
  "all images which not modified in post content will be save again.</li></ol>"
245
  msgstr ""
246
  "<ol><li>請確保php.ini的設置中 <strong>allow_url_fopen=1</strong></li><li>警"
247
+ "告:如果你的網站域名更改了,必須在資料庫中將所有的圖片鏈接更新到新域名,否則"
248
  "插件會把未更改的圖片再保存一次。</li></ol>"
249
 
250
+ #: qqworld-auto-save-images.php:460
251
  msgid "Notice"
252
  msgstr "注意"
253
 
254
+ #: qqworld-auto-save-images.php:461
255
  msgid ""
256
  "<ul><li>This plugin has a little problem that is all the image url must be "
257
  "full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img "
278
  "jpg&quot; /&gt;</li><li>&lt;img src=&quot;img/background/black.gif&quot; /"
279
  "&gt;</li></ul></li></ul>我嘗試解決這個問題,但是我無法讓程序獲取到主機名從而"
280
  "讓圖片的URL完整。<br />所以,如果你碰到這樣的代碼,請手動將圖片地址改成完整"
281
+ "的,或者使用採集工具自動補完圖片的URL然後從外部提交給Wordpress。"
282
 
283
+ #: qqworld-auto-save-images.php:465
284
  msgid "About"
285
+ msgstr "關於"
286
 
287
+ #: qqworld-auto-save-images.php:466
288
  msgid ""
289
  "<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin "
290
  "just for play in the first place, after 1 year, oneday someone sent an email "
293
  "more and more powerful. Now this's my plugin. I hope you will like it, "
294
  "thanks.</p>"
295
  msgstr ""
296
+ "<p>大家好,我是王曉騫,來自中國。</p><p>我最開始製作本插件只是為了玩,一年後"
297
  "的某一天,某人以一封郵件向我求助,我才很高興得意識到居然有人喜歡我的插件,然"
298
  "後隨著越來越多的人向我尋求幫助,我的插件也變得越來越強大。這就是我的插件,我"
299
  "希望你們能喜歡它,謝謝。</p>"
300
 
301
+ #: qqworld-auto-save-images.php:474
302
  msgid ""
303
  "Automatically keep the all remote picture to the local, and automatically "
304
  "set featured image."
305
  msgstr ""
306
+ "自動保存遠程圖片到本地,自動設置特色圖片,並且支持機器人採集軟體從外部提交。"
307
 
308
+ #: qqworld-auto-save-images.php:479
309
  msgid "General"
310
  msgstr "常規"
311
 
312
+ #: qqworld-auto-save-images.php:480
313
  msgid "Filter"
314
  msgstr "過濾"
315
 
316
+ #: qqworld-auto-save-images.php:481
317
  msgid "Format"
318
  msgstr "格式化"
319
 
320
+ #: qqworld-auto-save-images.php:482
321
  msgid "Scan Posts"
322
  msgstr "掃描文章"
323
 
324
+ #: qqworld-auto-save-images.php:483
325
+ msgid "Commercial Edition"
326
+ msgstr "商業版"
327
+
328
+ #: qqworld-auto-save-images.php:484
329
+ msgid "Products"
330
+ msgstr "旗下產品"
331
 
332
+ #: qqworld-auto-save-images.php:485
333
  msgid "Contact"
334
+ msgstr "聯繫方式"
335
 
336
+ #: qqworld-auto-save-images.php:491 qqworld-auto-save-images.php:493
337
  msgid "Mode"
338
  msgstr "模式"
339
 
340
+ #: qqworld-auto-save-images.php:496 qqworld-auto-save-images.php:864
341
  msgid "Automatic"
342
  msgstr "自動"
343
 
344
+ #: qqworld-auto-save-images.php:497
345
  msgid ""
346
  "Automatically save all remote images to local media libary when you save or "
347
  "publish post."
348
  msgstr "在保存或發布文章時,自動將所有遠程圖像保存到本地媒體庫。"
349
 
350
+ #: qqworld-auto-save-images.php:500 qqworld-auto-save-images.php:865
351
  msgid "Manual"
352
  msgstr "手動"
353
 
354
+ #: qqworld-auto-save-images.php:501
355
  msgid ""
356
  "Manually save all remote images to local media libary when you click the "
357
  "button on the top of editor."
358
  msgstr "當單擊編輯器頂部的按鈕時,手動將所有遠程圖像保存到本地媒體庫。"
359
 
360
+ #: qqworld-auto-save-images.php:506 qqworld-auto-save-images.php:508
361
  msgid "When"
362
+ msgstr "什麼時候"
363
 
364
+ #: qqworld-auto-save-images.php:511
365
  msgid "Save post (Publish, save draft or pedding review)."
366
  msgstr "保存文章時(發布文章,保存草稿或提交審核)。"
367
 
368
+ #: qqworld-auto-save-images.php:515
369
  msgid "Publish post only."
370
  msgstr "僅發布文章時。"
371
 
372
+ #: qqworld-auto-save-images.php:521 qqworld-auto-save-images.php:523
373
  msgid "Schedule Publish"
374
  msgstr "定時發布"
375
 
376
+ #: qqworld-auto-save-images.php:521
377
  msgid "Save remote images via Schedule Publish."
378
  msgstr "通過定時發布保存遠程圖像。"
379
 
380
+ #: qqworld-auto-save-images.php:531 qqworld-auto-save-images.php:533
381
  msgid "Remote Publishing"
382
  msgstr "遠程發布"
383
 
384
+ #: qqworld-auto-save-images.php:531
385
  msgid ""
386
  "Save remote images via remote publishing from IFTTT or other way using "
387
  "XMLRPC. Only supports publish post."
388
  msgstr "保存通過IFTTT或其他使用XMLRPC方法遠程發布的遠程圖片。僅支持發布文章。"
389
 
390
+ #: qqworld-auto-save-images.php:541 qqworld-auto-save-images.php:543
391
+ #: qqworld-auto-save-images.php:899
392
  msgid "Set Featured Image"
393
  msgstr "設置特色圖片"
394
 
395
+ #: qqworld-auto-save-images.php:541
396
  msgid "Set first one of the remote images as featured image."
397
+ msgstr "設置遠程圖片中的第1個為特色圖片。"
398
 
399
+ #: qqworld-auto-save-images.php:557 qqworld-auto-save-images.php:559
400
  msgid "Grabbing from Each Posts"
401
  msgstr "從每篇文章抓取"
402
 
403
+ #: qqworld-auto-save-images.php:561
404
  msgid "All Images"
405
  msgstr "全部圖片"
406
 
407
+ #: qqworld-auto-save-images.php:565
408
  #, php-format
409
  msgid "First %d image only"
410
  msgid_plural "First %d images only"
411
  msgstr[0] "前 %d 幅圖像"
412
 
413
+ #: qqworld-auto-save-images.php:572 qqworld-auto-save-images.php:574
414
  msgid "Minimum Picture Size"
415
  msgstr "最小圖像尺寸"
416
 
417
+ #: qqworld-auto-save-images.php:572
418
  msgid "Ignore smaller than this size picture."
419
  msgstr "忽略比這個尺寸更小的圖像。"
420
 
421
+ #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:588
422
  msgid "Width:"
423
  msgstr "寬度:"
424
 
425
+ #: qqworld-auto-save-images.php:576 qqworld-auto-save-images.php:579
426
+ #: qqworld-auto-save-images.php:588 qqworld-auto-save-images.php:591
427
  msgid "(px)"
428
  msgstr "(像素)"
429
 
430
+ #: qqworld-auto-save-images.php:579 qqworld-auto-save-images.php:591
431
  msgid "Height:"
432
  msgstr "高度:"
433
 
434
+ #: qqworld-auto-save-images.php:584 qqworld-auto-save-images.php:586
435
  msgid "Maximum Picture Size"
436
  msgstr "最大圖像尺寸"
437
 
438
+ #: qqworld-auto-save-images.php:584
439
  msgid ""
440
  "Automatic reduction is greater than the size of the picture. if you want "
441
  "image width less than 800px with any size height, please set width 800 and "
442
  "leave height blank."
443
  msgstr ""
444
+ "自動縮小大於該尺寸的圖像。如果你想要寬度不超過800px和任意高度圖片,請設置寬度"
445
+ "800,並設置高度為空。"
446
 
447
+ #: qqworld-auto-save-images.php:596 qqworld-auto-save-images.php:598
448
  msgid "Exclude Domain/Keyword"
449
  msgstr "排除域名/關鍵詞"
450
 
451
+ #: qqworld-auto-save-images.php:596
452
  msgid "Images will not be saved, if that url contains Exclude-Domain/Keyword."
453
  msgstr "如果圖片地址包含排除域名/關鍵詞,則不會保存該圖片。"
454
 
455
+ #: qqworld-auto-save-images.php:608
456
  msgid "Add a Domain/Keyword"
457
  msgstr "添加域名/關鍵詞"
458
 
459
+ #: qqworld-auto-save-images.php:619 qqworld-auto-save-images.php:622
460
  msgid "Change Image Filename"
461
  msgstr "更改圖片文件名"
462
 
463
+ #: qqworld-auto-save-images.php:625
464
  msgid ""
465
  "Only change remote images filename that have Non-ASCii characters (for "
466
  "Windows Server)"
467
+ msgstr "僅修改包含非ASCii字元的遠程圖片文件名(用於Windows伺服器)"
468
 
469
+ #: qqworld-auto-save-images.php:626
470
  msgid ""
471
  "Change all remote images Filename and Alt as post name (for Linux Server)"
472
+ msgstr "改變所有遠程圖片文件名為文章名(Post Name)(用於Linux伺服器)"
473
 
474
+ #: qqworld-auto-save-images.php:631 qqworld-auto-save-images.php:633
475
  msgid "Custom Filename Structure"
476
  msgstr "自定文件名結構"
477
 
478
+ #: qqworld-auto-save-images.php:638
479
  msgid "Original filename or automatic changed filename."
480
  msgstr "原文件名或自動更改的文件名。"
481
 
482
+ #: qqworld-auto-save-images.php:639
483
  msgid "Full date, e.g. 20150209."
484
  msgstr "完整的日期,例如:20150209。"
485
 
486
+ #: qqworld-auto-save-images.php:640
487
  msgid "YYYY, e.g. 2015."
488
  msgstr "YYYY,例如:2015。"
489
 
490
+ #: qqworld-auto-save-images.php:641
491
  msgid "MM, e.g. 02."
492
  msgstr "MM,例如:02。"
493
 
494
+ #: qqworld-auto-save-images.php:642
495
  msgid "DD, e.g. 15."
496
  msgstr "DD,例如:15。"
497
 
498
+ #: qqworld-auto-save-images.php:643
499
  msgid "HHMMSS, e.g. 182547."
500
  msgstr "HHMMSS,例如:182547。"
501
 
502
+ #: qqworld-auto-save-images.php:644
503
  #, php-format
504
  msgid "Unix timestamp, e.g. %s."
505
  msgstr "Unix時間戳,例如:%s。"
506
 
507
+ #: qqworld-auto-save-images.php:649 qqworld-auto-save-images.php:651
508
  msgid "Change Title & Alt"
509
  msgstr "更改標題和替代文本"
510
 
511
+ #: qqworld-auto-save-images.php:649
512
  msgid "Automatically add title & alt of image as post title."
513
  msgstr "自動依照文章標題添加圖片的標題和替代文本。"
514
 
515
+ #: qqworld-auto-save-images.php:658 qqworld-auto-save-images.php:660
516
  msgid "Keep Outside Links"
517
  msgstr "保留外鏈"
518
 
519
+ #: qqworld-auto-save-images.php:658
520
  msgid "Keep the outside links of remote images if exist."
521
  msgstr "保留遠程圖片的鏈接,如果有的話。"
522
 
523
+ #: qqworld-auto-save-images.php:667 qqworld-auto-save-images.php:669
524
  msgid "Save Outside Links"
525
  msgstr "保存外鏈"
526
 
527
+ #: qqworld-auto-save-images.php:667
528
  msgid "Save the outside links to description of attachments."
529
  msgstr "保存外部鏈接到附件的描述。"
530
 
531
+ #: qqworld-auto-save-images.php:673
532
  msgid ""
533
  "To custom the content, add codes into <strong>functions.php</strong> like "
534
  "this below:"
535
  msgstr ""
536
  "如果想自定義該內容,加入類似以下代碼到 <strong>functions.php</strong> 中:"
537
 
538
+ #: qqworld-auto-save-images.php:682 qqworld-auto-save-images.php:684
539
  msgid "Image Size"
540
  msgstr "圖像尺寸"
541
 
542
+ #: qqworld-auto-save-images.php:682
543
  msgid "Replace images you want size to display."
544
  msgstr "替換成你想要顯示的尺寸的圖像。"
545
 
546
+ #: qqworld-auto-save-images.php:689
 
547
  msgid "Thumbnail"
548
+ msgstr "特色圖片"
 
 
549
 
550
+ #: qqworld-auto-save-images.php:690
551
  msgid "Medium"
552
+ msgstr "中等大小"
553
 
554
+ #: qqworld-auto-save-images.php:691
555
  msgid "Large"
556
+ msgstr "很大"
557
 
558
+ #: qqworld-auto-save-images.php:692
559
  msgid "Full Size"
560
  msgstr "完整尺寸"
561
 
562
+ #: qqworld-auto-save-images.php:701 qqworld-auto-save-images.php:703
563
  msgid "Link To"
564
  msgstr "鏈接到"
565
 
566
+ #: qqworld-auto-save-images.php:701
567
  msgid "If you checked Keep-Outside-Links, this option will not works."
568
  msgstr "如果你勾選了保留外鏈,本項將不起作用。"
569
 
570
+ #: qqworld-auto-save-images.php:708
 
571
  msgid "Media File"
572
+ msgstr "媒體文件"
573
 
574
+ #: qqworld-auto-save-images.php:709
 
575
  msgid "Attachment Page"
576
+ msgstr "附件頁面"
577
 
578
+ #: qqworld-auto-save-images.php:710 qqworld-auto-save-images.php:729
579
  msgid "None"
580
+ msgstr ""
581
 
582
+ #: qqworld-auto-save-images.php:719 qqworld-auto-save-images.php:721
583
  msgid "Align To"
584
  msgstr "對齊方式"
585
 
586
+ #: qqworld-auto-save-images.php:726
587
  msgid "Left"
588
+ msgstr "居左(left)"
589
 
590
+ #: qqworld-auto-save-images.php:727
591
  msgid "Center"
592
+ msgstr "居中(center)"
593
 
594
+ #: qqworld-auto-save-images.php:728
595
  msgid "Right"
596
+ msgstr "居右(right)"
597
 
598
+ #: qqworld-auto-save-images.php:738 qqworld-auto-save-images.php:740
599
  msgid "Auto Caption"
600
  msgstr "自動圖說"
601
 
602
+ #: qqworld-auto-save-images.php:738
603
  msgid "Automatically add caption shortcode."
604
  msgstr "自動添加圖說短代碼。"
605
 
606
+ #: qqworld-auto-save-images.php:747 qqworld-auto-save-images.php:749
607
  msgid "Additional Content"
608
  msgstr "額外的內容"
609
 
610
+ #: qqworld-auto-save-images.php:747
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:752
617
  msgid "For example: [Gbuy id='[Attachment ID]']"
618
  msgstr "例如:[Gbuy id='[Attachment ID]']"
619
 
620
+ #: qqworld-auto-save-images.php:769
621
  msgid "Select post types"
622
  msgstr "選擇文章類型"
623
 
624
+ #: qqworld-auto-save-images.php:769
625
  msgid ""
626
  "If you have too many posts to be scan, sometimes in process looks like "
627
  "stopping, but it may be fake. please be patient."
629
  "如果有太多文章需要掃描,有時候在掃描過程中看起來像是停止了,但可能是假停止,"
630
  "請耐心等待。"
631
 
632
+ #: qqworld-auto-save-images.php:783
 
633
  msgid "Categories"
634
+ msgstr "分類目錄"
635
 
636
+ #: qqworld-auto-save-images.php:783
637
  msgid "Default empty to scan all categories."
638
  msgstr "默認留空掃描所有分類。"
639
 
640
+ #: qqworld-auto-save-images.php:788
641
  msgid "Scope of Post ID"
642
  msgstr "文章ID範圍"
643
 
644
+ #: qqworld-auto-save-images.php:788
645
  msgid ""
646
  "Default empty for scan all posts ID. If you want to scan posts ID from 50 to "
647
  "100. please type '50' and '100' or '100' and '50', The order in which two "
652
  "者'100'和'50',兩個數字的順序可以顛倒。如果你只輸入了1個數字,則系統只會掃描"
653
  "該ID。"
654
 
655
+ #: qqworld-auto-save-images.php:789
656
  #, php-format
657
  msgid "From %1$s to %2$s"
658
  msgstr "從 %1$s 到 %2$s"
659
 
660
+ #: qqworld-auto-save-images.php:793
661
  msgid "Offset"
662
  msgstr "偏移"
663
 
664
+ #: qqworld-auto-save-images.php:793
665
  msgid ""
666
  "Default scan all posts. If you want to scan 50-150 posts, please type '50' "
667
  "in the textfield and select '100'."
668
  msgstr ""
669
+ "默認掃秒全部文章,如果想掃描50-150篇文章,請在文本框中輸入「50」並在下拉菜單"
670
+ "中選擇「100」。"
671
 
672
+ #: qqworld-auto-save-images.php:795
673
  #, php-format
674
  msgid "Start from %s to Scan"
675
  msgstr "從 %s 開始掃描"
676
 
677
+ #: qqworld-auto-save-images.php:797
 
678
  msgid "All"
679
+ msgstr "所有的"
680
 
681
+ #: qqworld-auto-save-images.php:801
 
682
  msgid "Posts"
683
+ msgstr "文章"
684
 
685
+ #: qqworld-auto-save-images.php:811
686
  msgid "Any"
687
  msgstr "任意"
688
 
689
+ #: qqworld-auto-save-images.php:821
690
  msgid "Order By"
691
  msgstr "排序依據"
692
 
693
+ #: qqworld-auto-save-images.php:827 qqworld-auto-save-images.php:1205
694
+ #: qqworld-auto-save-images.php:1224
695
  msgid "Author"
696
  msgstr "作者"
697
 
698
+ #: qqworld-auto-save-images.php:829
 
699
  msgid "Date"
700
+ msgstr "時間"
701
 
702
+ #: qqworld-auto-save-images.php:830
 
703
  msgid "Last Modified"
704
+ msgstr "最後修改"
705
 
706
+ #: qqworld-auto-save-images.php:831
707
  msgid "Comment Count"
708
  msgstr "評論"
709
 
710
+ #: qqworld-auto-save-images.php:841
 
711
  msgid "Order"
712
+ msgstr "訂閱"
713
 
714
+ #: qqworld-auto-save-images.php:851
715
  msgid "Speed"
716
  msgstr "速度"
717
 
718
+ #: qqworld-auto-save-images.php:851
719
  msgid "If the server is too much stress may be appropriately reduced speed."
720
+ msgstr "如果伺服器壓力過大,可以適當調低速度。"
721
 
722
+ #: qqworld-auto-save-images.php:864
723
  msgid ""
724
  "Scan posts and keep remote images in all posts to local media library. Maybe "
725
  "take a long time."
726
  msgstr "掃描所有的文章,將所有遠程圖片保存到本地,可能需要很長時間。"
727
 
728
+ #: qqworld-auto-save-images.php:865
729
  msgid ""
730
  "The list displayed will show you which posts including remote images, then "
731
  "you can keep them to local manually via click \"Fetch\" button."
732
  msgstr ""
733
+ "顯示的列表中將告訴你哪些文章包含遠程圖片,然後你可以通過點擊「抓取」按鈕手動"
734
+ "保存。"
735
 
736
+ #: qqworld-auto-save-images.php:877
737
+ msgid "Purchase or Trial"
738
+ msgstr "購買或試用"
739
 
740
+ #: qqworld-auto-save-images.php:879
741
  msgid ""
742
+ "The commercial edition's plugin name is <strong>QQWorld Collector</strong>, "
743
  "Does the feeling of maintaining the site work very heavy? This plugin will "
744
  "save you a lot of time!"
745
  msgstr ""
746
+ "商業版的插件名是<strong>QQWorld收藏家</strong>,QQWorld自動保存圖片只是商業版"
747
+ "的自動保存附件模塊的閹割版。<br />感覺維護網站的工作很繁重嗎?本插件將為你節"
748
+ "約大量的時間!QQWorld收藏家是一款Wordpress採集插件,特色是批量採集微信公眾號"
749
+ "和頭條號,抓取微信圖片、支持水印,支持阿里雲OSS、又拍雲、騰訊COS、七牛雲存儲"
750
+ "和百度BOS,不僅可以配合火車頭作業,也完全可以獨當一面。"
751
 
752
+ #: qqworld-auto-save-images.php:880
753
+ #, php-format
754
+ msgid "Price: from <strong>%s</strong>"
755
+ msgstr "售價:<strong>%s</strong> 起"
756
 
757
+ #: qqworld-auto-save-images.php:880
758
+ msgctxt "price"
759
+ msgid "$15 (RMB &#165;99)"
760
+ msgstr "&#165;99($15 美元)"
761
+
762
+ #: qqworld-auto-save-images.php:881
763
+ msgid "Details or Purchase"
764
+ msgstr "了解詳情或購買"
765
+
766
+ #: qqworld-auto-save-images.php:882
767
+ msgid "http://www.qqworld.org/how-to-buy-en?locale=en_US"
768
+ msgstr "http://www.qqworld.org/how-to-buy"
769
+
770
+ #: qqworld-auto-save-images.php:882
771
+ msgid "How to buy?"
772
+ msgstr "如何購買?"
773
+
774
+ #: qqworld-auto-save-images.php:882
775
+ msgid "https://www.qqworld.org/product-activation-en?locale=en_US"
776
+ msgstr "https://www.qqworld.org/product-activation"
777
+
778
+ #: qqworld-auto-save-images.php:882
779
+ msgid "Product Activation"
780
+ msgstr "產品激活"
781
+
782
+ #: qqworld-auto-save-images.php:883
783
+ #, php-format
784
  msgid ""
785
+ "<h2>Don't know Chinese?</h2><p>Don't worry, click on this <a href=\"%s\" "
786
+ "target=\"_blank\">link</a> to transfer important content from the website to "
787
+ "English and then happily register, purchase and activate the product.</p>"
788
  msgstr ""
789
+ "<h2 class=\"hidden\">不懂中文?</h2><p class=\"hidden\">別擔心,點擊此 <a "
790
+ "href=\"%s\" target=\"_blank\">鏈接</a> 可將重要的內容轉換為英語,然後就可以愉"
791
+ "快地註冊,購買和激活產品了。</p>"
 
792
 
793
+ #: qqworld-auto-save-images.php:887
794
+ msgid "Download"
795
+ msgstr "下載"
796
 
797
+ #: qqworld-auto-save-images.php:890
798
+ msgid "Baidi Network Disk"
799
+ msgstr "百度雲網盤"
800
 
801
+ #: qqworld-auto-save-images.php:891
802
+ msgid "Tencent WeiYun"
803
+ msgstr "騰訊微雲"
804
 
805
+ #: qqworld-auto-save-images.php:892
806
+ msgid "Google Drive"
807
+ msgstr "谷歌雲端硬碟"
808
+
809
+ #: qqworld-auto-save-images.php:897
810
+ msgid "Introduction"
811
+ msgstr "介紹"
812
 
813
+ #: qqworld-auto-save-images.php:900
814
+ msgid ""
815
+ "<iframe width=\"1024\" height=\"600\" src=\"https://www.youtube.com/embed/"
816
+ "LtrQITIhScQ\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" "
817
+ "allowfullscreen></iframe>"
818
+ msgstr ""
819
+ "<iframe width=\"1024\" height=\"640\" src=\"//player.bilibili.com/player."
820
+ "html?aid=28517524&cid=49353923&page=1\" scrolling=\"no\" border=\"0\" "
821
+ "frameborder=\"no\" framespacing=\"0\" allowfullscreen=\"true\"></iframe>"
822
+
823
+ #: qqworld-auto-save-images.php:904
824
+ msgid "Edition Introduction"
825
+ msgstr "版本介紹"
826
+
827
+ #: qqworld-auto-save-images.php:910 qqworld-auto-save-images.php:966
828
+ msgid "Edition"
829
+ msgstr "版本"
830
+
831
+ #: qqworld-auto-save-images.php:911 qqworld-auto-save-images.php:921
832
+ #: qqworld-auto-save-images.php:929 qqworld-auto-save-images.php:937
833
+ #: qqworld-auto-save-images.php:945 qqworld-auto-save-images.php:953
834
+ #: qqworld-auto-save-images.php:967 qqworld-auto-save-images.php:977
835
+ #: qqworld-auto-save-images.php:985 qqworld-auto-save-images.php:993
836
+ msgid "Description"
837
+ msgstr "描述"
838
+
839
+ #: qqworld-auto-save-images.php:918 qqworld-auto-save-images.php:1011
840
+ msgid "Cloud Storage Edition"
841
+ msgstr "雲存儲版"
842
+
843
+ #: qqworld-auto-save-images.php:919 qqworld-auto-save-images.php:927
844
+ #: qqworld-auto-save-images.php:935 qqworld-auto-save-images.php:943
845
+ #: qqworld-auto-save-images.php:951 qqworld-auto-save-images.php:975
846
+ #: qqworld-auto-save-images.php:983 qqworld-auto-save-images.php:991
847
+ msgid "Show more details"
848
+ msgstr "顯示更多細節"
849
+
850
+ #: qqworld-auto-save-images.php:921
851
+ msgctxt "shopping guide"
852
+ msgid ""
853
+ "If you only need the cloud storage function, please purchase the Cloud "
854
+ "Storage Edition, which supports 6 kinds of cloud storage in China, as well "
855
+ "as AWS S3, FTP, sina chart bed, etc. You can automatically delete local "
856
+ "attachments after synchronization and establish the remote cloud media "
857
+ "library."
858
+ msgstr ""
859
+ "如果只需要雲存儲功能請購買雲存儲版,支持國內6種雲存儲以及AWS S3、FTP、新浪圖"
860
+ "床等,可以在同步後自動刪除本地附件,建立遠程雲媒體庫。"
861
+
862
+ #: qqworld-auto-save-images.php:926 qqworld-auto-save-images.php:1010
863
  msgid "Professional Edition"
864
  msgstr "專業版"
865
 
866
+ #: qqworld-auto-save-images.php:929
867
+ msgctxt "shopping guide"
868
+ msgid ""
869
+ "If you only need to capture remote image and watermark function, please buy "
870
+ "Professional Edition."
871
+ msgstr "如果只需要抓圖和水印功能,請購買專業版。"
872
+
873
+ #: qqworld-auto-save-images.php:934 qqworld-auto-save-images.php:1009
874
+ msgid "Server Edition"
875
+ msgstr "伺服器版"
876
+
877
+ #: qqworld-auto-save-images.php:937
878
+ msgctxt "shopping guide"
879
+ msgid ""
880
+ "If you need to capture remote images, watermarks, and cloud storage, buy the "
881
+ "Server Edition."
882
+ msgstr "如果需要抓圖、水印以及雲存儲功能,請購買伺服器版。"
883
+
884
+ #: qqworld-auto-save-images.php:942
885
+ msgid "Website Master Edition"
886
+ msgstr "站長版"
887
 
888
+ #: qqworld-auto-save-images.php:945
889
+ msgctxt "shopping guide"
890
  msgid ""
891
+ "If you need to capture remote image, watermark and collection function, but "
892
+ "do not need cloud storage, please buy Website Master Edition, can be timed "
893
+ "batch collection of Tmall, WeChat public number, toutiao today and taobao "
894
+ "toutiao most of the sites."
895
+ msgstr ""
896
+ "如果需要抓圖、水印和採集功能,但不需要雲存儲,請購買站長版,可以定時批量採集"
897
+ "天貓、微信公眾號、今日頭條號以及淘寶頭條等絕大多數網站。"
898
+
899
+ #: qqworld-auto-save-images.php:950 qqworld-auto-save-images.php:1007
900
+ msgid "Ultimate Edition"
901
+ msgstr "旗艦版"
902
 
903
+ #: qqworld-auto-save-images.php:953
904
+ msgctxt "shopping guide"
905
+ msgid "If you want full functionality, buy the Ultimate Edition."
906
+ msgstr "如果需要全部功能,請購買旗艦版。"
907
+
908
+ #: qqworld-auto-save-images.php:960
909
+ msgid "Website Edition"
910
+ msgstr "網站版本"
911
+
912
+ #: qqworld-auto-save-images.php:974
913
+ msgid "Single Site Edition"
914
+ msgstr "單站點版"
915
+
916
+ #: qqworld-auto-save-images.php:977
917
+ msgctxt "shopping guide"
918
  msgid ""
919
+ "If you only need 1-4 sites, please purchase this edition, 1 license can only "
920
+ "activate 1 domain name, you can modify the domain name 6-7 times, but can "
921
+ "not activate more than one domain name at the same time."
922
+ msgstr ""
923
+ "如果你只有1-4個站點需要,請購買該版,1份授權只能激活1個域名,可自助修改域名"
924
+ "6-7次,但不可同時激活多個域名。"
925
 
926
+ #: qqworld-auto-save-images.php:982
927
+ msgid "Multisite Edition"
928
+ msgstr "多站點版"
929
 
930
+ #: qqworld-auto-save-images.php:985
931
+ #, php-format
932
+ msgctxt "shopping guide"
933
+ msgid ""
934
+ "If your site is <a href=\"%s\" target=\"_blank\" rel=\"noopener\">Multi-Site "
935
+ "mode</a>, please purchase this edition, just activate the main site domain "
936
+ "name, unlimited sub site available.You can modify the master domain name 6-7 "
937
+ "times, but you cannot activate multiple master domain names at the same time."
938
+ msgstr ""
939
+ "如果你的網站是 <a href=\"%s\" target=\"_blank\" rel=\"noopener\">多站點模式</"
940
+ "a>,請購買該版,只需激活主站域名,無限子站可用。可自助修改主站域名6-7次,但不"
941
+ "可同時激活多個主站域名。"
942
 
943
+ #: qqworld-auto-save-images.php:990
944
+ msgid "Whois Unlimited Edition"
945
+ msgstr "Whois無限版"
946
+
947
+ #: qqworld-auto-save-images.php:993
948
+ msgctxt "shopping guide"
949
  msgid ""
950
+ "If you have more than 4 single sites required, please purchase Whois "
951
+ "unlimited edition which can activate unlimited domain name across servers."
952
+ "The English name of the registrant can be changed for 6-7 times, but it is "
953
+ "impossible to activate multiple registrants at the same time. Some domain "
954
+ "registrars do not support turning off the domain name privacy protection, "
955
+ "this domain name will not be able to be used to activate the Whois unlimited "
956
+ "version, such as aliyun."
957
+ msgstr ""
958
+ "如果你有超過4個單站需要,請購買Whois無限版,可跨伺服器激活無限域名。可自助修"
959
+ "改註冊人英文名6-7次,但不可能同時激活多個註冊名。有些域名註冊商不支持關閉域名"
960
+ "隱私保護,這種域名將無法用於激活Whois無限版,如阿里雲。"
961
 
962
+ #: qqworld-auto-save-images.php:1000
963
+ msgid "Edition Difference"
964
+ msgstr "版本差異"
965
 
966
+ #: qqworld-auto-save-images.php:1006
967
+ msgid "Items"
968
+ msgstr "對比項目"
969
 
970
+ #: qqworld-auto-save-images.php:1008
971
+ msgid "Master Edition"
972
+ msgstr "站長版"
973
+
974
+ #: qqworld-auto-save-images.php:1017
975
+ msgid "Collection Project"
976
+ msgstr "收藏項目"
977
+
978
+ #: qqworld-auto-save-images.php:1019
979
+ msgid ""
980
+ "Self-built collection project, set collection rules, using object-oriented "
981
+ "programming compared to 2.x, it is very convenient to collect AJAX loaded "
982
+ "pages and filter any collected content."
983
+ msgstr ""
984
+ "自建收藏項目,設置採集規則,相對於2.x來說使用面向對象編程,可以非常方便地採集"
985
+ "AJAX載入的頁面,並對任何採集內容進行過濾。"
986
+
987
+ #: qqworld-auto-save-images.php:1020
988
+ msgid ""
989
+ "Manual collection, you can select the posts to be collected, you can collect "
990
+ "them by importing archive links or singular post links."
991
+ msgstr ""
992
+ "手動採集,可以挑選要採集的文章,可以通過導入列錶鏈接或正文鏈接進行採集。"
993
+
994
+ #: qqworld-auto-save-images.php:1021
995
+ msgid ""
996
+ "Automatically collect, set up scheduled tasks, and let the website "
997
+ "automatically collect posts."
998
+ msgstr "自動採集,設置好計劃任務,讓網站自動採集文章。"
999
+
1000
+ #: qqworld-auto-save-images.php:1022
1001
+ msgid ""
1002
+ "A template that automatically adds a header template and a footer template "
1003
+ "to the collected posts in the collection project."
1004
+ msgstr "模板,可以在收藏項目中為採集的文章自動加上頁眉模板和頁腳模板。"
1005
+
1006
+ #: qqworld-auto-save-images.php:1023
1007
+ msgid ""
1008
+ "Collection project store with video tutorials. You can purchase collection "
1009
+ "project directly."
1010
+ msgstr "收藏項目商店,有視頻教程。可以直接購買收藏項目。"
1011
+
1012
+ #: qqworld-auto-save-images.php:1024
1013
+ msgid ""
1014
+ "Basically, as long as it is not a digital signature encrypted website, it "
1015
+ "can be collected."
1016
+ msgstr "基本上只要不是數字簽名加密的網站,都可以採集。"
1017
+
1018
+ #: qqworld-auto-save-images.php:1035
1019
+ msgid "Auto Save Attachment"
1020
+ msgstr "自動保存附件"
1021
+
1022
+ #: qqworld-auto-save-images.php:1037
1023
+ msgid "Support for new editors of Wordpress 5.0."
1024
+ msgstr "支持 wordpress 5.0 的新編輯器。"
1025
+
1026
+ #: qqworld-auto-save-images.php:1038 qqworld-auto-save-images.php:1039
1027
+ msgid ""
1028
+ "Automatically save remote attachments, as long as the file format allowed by "
1029
+ "the Wordpress media library can be crawled."
1030
+ msgstr ""
1031
+ "自動保存遠程附件,只要是Wordpress媒體庫允許上傳的文件格式,都可以抓取。"
1032
+
1033
+ #: qqworld-auto-save-images.php:1040
1034
+ msgid "Format the HTML code of the collected remote image."
1035
+ msgstr "對採集到的遠程圖片的HTML代碼進行格式化。"
1036
+
1037
+ #: qqworld-auto-save-images.php:1041
1038
+ msgid "You can not use the media library."
1039
+ msgstr "可以不使用媒體庫。"
1040
+
1041
+ #: qqworld-auto-save-images.php:1042
1042
+ msgid ""
1043
+ "Scan the post to automatically save remote attachments from the old post to "
1044
+ "local."
1045
+ msgstr "掃描文章,將舊的文章中的遠程附件自動保存到本地。"
1046
+
1047
+ #: qqworld-auto-save-images.php:1043
1048
+ msgid "Set up scheduled tasks to scan posts."
1049
+ msgstr "設置計劃任務掃描文章。"
1050
+
1051
+ #: qqworld-auto-save-images.php:1044
1052
+ msgid "Set thumbnail crop position."
1053
+ msgstr "設置縮略圖裁剪位置。"
1054
+
1055
+ #: qqworld-auto-save-images.php:1055
1056
  msgid "Watermark"
1057
  msgstr "水印"
1058
 
1059
+ #: qqworld-auto-save-images.php:1057
1060
+ msgid "Both image watermark and text watermark are supported."
1061
+ msgstr "同時支持圖片水印和文字水印。"
1062
 
1063
+ #: qqworld-auto-save-images.php:1058
1064
+ msgid "Scan the media library to watermark the image."
1065
+ msgstr "掃描媒體庫,給圖片打上水印。"
1066
 
1067
+ #: qqworld-auto-save-images.php:1069
1068
+ msgid "Translate"
1069
+ msgstr "翻譯"
 
 
1070
 
1071
+ #: qqworld-auto-save-images.php:1071
1072
  msgid ""
1073
+ "You can use Baidu translation, Google free translation, Google translation "
1074
+ "and Simplified and Traditional chinese to translate the content of the "
1075
+ "article automatically or manually."
1076
  msgstr ""
1077
+ "可以使用百度付費翻譯,谷歌免費翻譯,谷歌付費翻譯和簡繁互轉來自動或手動翻譯文"
1078
+ "章內容。"
1079
 
1080
+ #: qqworld-auto-save-images.php:1072
1081
  msgid ""
1082
+ "Support automatic translation, manual translation or translation at the time "
1083
+ "of collection."
1084
+ msgstr "支持自動翻譯,手動翻譯或在採集的時候翻譯。"
1085
 
1086
+ #: qqworld-auto-save-images.php:1073
1087
+ msgid "Automatically translate post name."
1088
+ msgstr "自動翻譯文章名(別名)。"
1089
+
1090
+ #: qqworld-auto-save-images.php:1084
1091
+ msgid "Cloud Storage"
1092
+ msgstr "雲存儲"
1093
+
1094
+ #: qqworld-auto-save-images.php:1085
1095
+ msgid ""
1096
+ "A domain that serves no cookies. The idea here is that you use a cookie-free "
1097
+ "domain to serve images, CSS files, scripts and whatnot, so that your users "
1098
+ "don't waste time and bandwidth transmitting cookies for them."
1099
+ msgstr ""
1100
+ "不需要Cookies的域名,你可以將該域名用於圖像、CSS、JS腳本等等,這樣您的用戶就"
1101
+ "不用浪費時間和帶寬為它們傳輸Cookies。"
1102
+
1103
+ #: qqworld-auto-save-images.php:1087
1104
  msgid ""
1105
+ "Cookie-free domain: use the local server save attachments, the idea here is "
1106
+ "that you use a cookie-free domain to serve images, CSS files, scripts and "
1107
+ "whatnot, so that your users don't waste time and bandwidth transmitting "
1108
+ "cookies for them."
1109
+ msgstr ""
1110
+ "免Cookie域名:使用本地伺服器保存附件。不需要Cookies的域名,可以將該域名用於圖"
1111
+ "像、CSS、JS腳本等等,這樣您的用戶就不用浪費時間和帶寬為它們傳輸Cookies。"
1112
 
1113
+ #: qqworld-auto-save-images.php:1088
1114
+ msgid ""
1115
+ "Controllable Cloud Storage: FTP, Aliyun OSS, QiNiu Cloud Storage, UpYun "
1116
+ "Cloud Storage, Tencent COS, Baidu BOS, UCloud UFile Storage. Most of these "
1117
+ "cloud storage require payment, but data security is higher."
1118
+ msgstr ""
1119
+ "可控雲存儲:FTP、阿里雲OSS、七牛雲存儲、又拍雲存儲、騰訊COS、百度BOS和UCloud"
1120
+ "對象存儲。這些雲存儲大多需要付費,但數據更安全。"
1121
 
1122
+ #: qqworld-auto-save-images.php:1089
1123
  msgid ""
1124
+ "Others Cloud Storage: Sina images storage, SM.MS etc. These cloud storage "
1125
+ "are free, but the resources are less controllable and have the potential to "
1126
+ "be lost."
1127
  msgstr ""
1128
+ "其他雲存儲:新浪圖床,SM.MS圖床等,這些雲存儲是免費的,但數據可控性較低,有丟"
1129
+ "失的風險。"
1130
 
1131
+ #: qqworld-auto-save-images.php:1100
1132
+ msgid "Proxy"
1133
+ msgstr "代理伺服器"
1134
 
1135
+ #: qqworld-auto-save-images.php:1102
1136
  msgid ""
1137
+ "Static Proxy: You can directly fill in the IP and port of the proxy server, "
1138
+ "I hope you have fast proxy server."
1139
  msgstr ""
1140
+ "靜態代理:你可以直接填入代理伺服器的IP和埠,我希望你有速度快的代理伺服器。"
 
1141
 
1142
+ #: qqworld-auto-save-images.php:1103
1143
  msgid ""
1144
+ "Dynamic proxy: All are paid proxy, you need to fill in the URL to "
1145
+ "dynamically get the proxy address."
1146
+ msgstr "動態代理:全都是付費代理,需要填入動態獲取代理地址的URL。"
1147
 
1148
+ #: qqworld-auto-save-images.php:1114
1149
+ msgid "Database"
1150
+ msgstr "資料庫"
1151
+
1152
+ #: qqworld-auto-save-images.php:1115
1153
+ msgid "Help you to handle database content easily."
1154
+ msgstr "幫你輕鬆處理資料庫內容的工具。"
1155
+
1156
+ #: qqworld-auto-save-images.php:1117
1157
+ msgid "Modify some characters in the database in batches."
1158
+ msgstr "批量修改資料庫里的一些字元。"
1159
+
1160
+ #: qqworld-auto-save-images.php:1118
1161
+ msgid ""
1162
+ "Batch restore the address of the controllable cloud storage to the local "
1163
+ "address."
1164
+ msgstr "批量將可控雲存儲的地址還原成本地地址。"
1165
+
1166
+ #: qqworld-auto-save-images.php:1119
1167
+ msgid "Automatically wipe specified tags or attributes in the post content."
1168
+ msgstr "自動清除文章內容中指定的標籤或屬性。"
1169
+
1170
+ #: qqworld-auto-save-images.php:1130
1171
+ msgid "Automatic Anchor"
1172
+ msgstr "自動錨點"
1173
+
1174
+ #: qqworld-auto-save-images.php:1131
1175
+ msgid "Automatically add tags anchor to the keywords in the post content."
1176
+ msgstr "自動為文章內容中的關鍵詞添加標籤錨點。"
1177
+
1178
+ #: qqworld-auto-save-images.php:1133
1179
+ msgid ""
1180
+ "The anchor link is automatically set according to the manually set keywords "
1181
+ "when the post content is output."
1182
+ msgstr "在輸出文章內容的時候自動根據人工設置的關鍵詞設置錨點。"
1183
+
1184
+ #: qqworld-auto-save-images.php:1134
1185
+ msgid "Automatically set up existing article tags."
1186
+ msgstr "自動設置已存在的文章標籤。"
1187
+
1188
+ #: qqworld-auto-save-images.php:1145
1189
+ msgid "Pseudo Original"
1190
+ msgstr "偽原創"
1191
+
1192
+ #: qqworld-auto-save-images.php:1146
1193
+ msgid "Automatically replace the keywords in the post content."
1194
+ msgstr "自動在文章內容中替換關鍵詞以達到偽原創的效果。"
1195
+
1196
+ #: qqworld-auto-save-images.php:1148
1197
+ msgid "Built-in tens of thousands of thesaurus."
1198
+ msgstr "內置數萬條詞庫。"
1199
 
1200
+ #: qqworld-auto-save-images.php:1149
1201
+ msgid "The thesaurus can be built manually."
1202
+ msgstr "可以手動建立詞庫。"
1203
+
1204
+ #: qqworld-auto-save-images.php:1160
1205
+ msgid "Cleaner"
1206
+ msgstr "清理"
1207
+
1208
+ #: qqworld-auto-save-images.php:1161
1209
+ msgid ""
1210
+ "If you have a huge media library and do not know how many attachments has "
1211
+ "not bean used. this tool will help you to find out."
1212
+ msgstr ""
1213
+ "如果你有一個巨大的媒體庫並且不知道有多少附件是未使用的,這個工具可以幫到你。"
1214
+
1215
+ #: qqworld-auto-save-images.php:1163
1216
+ msgid "Scan for attachments that are not in use and automatically delete them."
1217
+ msgstr "掃描到沒有使用的附件並自動刪除之。"
1218
+
1219
+ #: qqworld-auto-save-images.php:1164
1220
+ msgid "Attachments to post are automatically deleted when the post is deleted."
1221
+ msgstr "刪除文章時自動刪除文章的附件。"
1222
+
1223
+ #: qqworld-auto-save-images.php:1165
1224
+ msgid "Automatically delete duplicated posts."
1225
+ msgstr "自動刪除重複的文章。"
1226
+
1227
+ #: qqworld-auto-save-images.php:1166
1228
+ msgid "Automatically delete empty posts."
1229
+ msgstr "自動刪除空白的文章。"
1230
+
1231
+ #: qqworld-auto-save-images.php:1177 qqworld-auto-save-images.php:1178
1232
+ #: qqworld-auto-save-images.php:1179 qqworld-auto-save-images.php:1180
1233
+ #: qqworld-auto-save-images.php:1181
1234
+ #, php-format
1235
+ msgid "From %s"
1236
+ msgstr "%s 起"
1237
+
1238
+ #: qqworld-auto-save-images.php:1201
1239
  msgid "QQWorld Collector"
1240
  msgstr "QQWorld收藏家"
1241
 
1242
+ #: qqworld-auto-save-images.php:1202
1243
+ msgid ""
1244
+ "感覺維護網站的工作很繁重嗎?本插件將為你節約大量的時間!QQWorld收藏家是一款"
1245
+ "Wordpress採集插件,可以採集絕大部分網站,特色是定時批量採集微信公眾號和頭條"
1246
+ "號,抓取微信圖片、支持水印,支持阿里雲OSS、又拍雲、騰訊COS、七牛雲存儲和百度"
1247
+ "BOS,尤其是可以在同步後自動刪除本地附件,建立遠程雲媒體庫……"
1248
+ msgstr ""
1249
 
1250
+ #: qqworld-auto-save-images.php:1210 qqworld-auto-save-images.php:1229
1251
+ msgid "Company"
1252
+ msgstr "公司"
 
1253
 
1254
+ #: qqworld-auto-save-images.php:1211 qqworld-auto-save-images.php:1230
1255
+ msgid "QQWorld"
1256
+ msgstr "阿Q的項目"
1257
+
1258
+ #: qqworld-auto-save-images.php:1220
1259
+ msgid "QQWorld Theme Maker"
1260
+ msgstr "QQWorld主題製造"
1261
+
1262
+ #: qqworld-auto-save-images.php:1221
1263
+ msgid ""
1264
+ "眾多的設計獅存在一個苦惱,為何自己設計的漂亮的網站必須依靠程序員才能做成成品"
1265
+ "上線,作為一個不懂編程的設計獅能否獨立完成一個網站的建設呢?答案是肯定的,阿Q"
1266
+ "的項目傾力打造的QQWorld主題製造可以實現這一目標。"
1267
+ msgstr ""
1268
+
1269
+ #: qqworld-auto-save-images.php:1317
1270
+ msgid "Recommend"
1271
+ msgstr "推薦"
1272
+
1273
+ #: qqworld-auto-save-images.php:1318
1274
+ msgid "Purchase"
1275
+ msgstr "購買"
1276
+
1277
+ #: qqworld-auto-save-images.php:1333
1278
+ msgid ""
1279
+ "This plugin is no longer updated, only fix Bugs. If you need new features, "
1280
+ "please consider purchasing a commercial version."
1281
+ msgstr "本插件早已不再更新,只修復Bugs。如需要新功能請考慮購買商業版。"
1282
 
1283
+ #: qqworld-auto-save-images.php:1337
1284
  msgctxt "contact"
1285
  msgid "Developer"
1286
  msgstr "開發者"
1287
 
1288
+ #: qqworld-auto-save-images.php:1341
1289
+ msgid "Official Website"
1290
+ msgstr "官方網站"
1291
+
1292
+ #: qqworld-auto-save-images.php:1342
1293
+ msgid "QQWorld's Projects"
1294
+ msgstr "阿Q的項目"
1295
+
1296
+ #: qqworld-auto-save-images.php:1345
1297
  msgid "Email"
1298
+ msgstr "郵件"
1299
 
1300
+ #: qqworld-auto-save-images.php:1349
1301
  msgid "Tencent QQ"
1302
  msgstr "騰訊QQ"
1303
 
1304
+ #: qqworld-auto-save-images.php:1350 qqworld-auto-save-images.php:1356
1305
  #, php-format
1306
  msgid "%s: "
1307
  msgstr "%s:"
1308
 
1309
+ #: qqworld-auto-save-images.php:1350
1310
  msgid "QQ Group"
1311
  msgstr "QQ群"
1312
 
1313
+ #: qqworld-auto-save-images.php:1352
1314
+ msgid "Please use the QQ APP to scan the QR code."
1315
+ msgstr "請使用移動版騰訊QQ掃描二維碼。"
1316
+
1317
+ #: qqworld-auto-save-images.php:1355
1318
  msgid "Wechat"
1319
  msgstr "微信"
1320
 
1321
+ #: qqworld-auto-save-images.php:1356
1322
+ msgid "WeChat Official Account"
1323
+ msgstr "微信公眾號"
1324
+
1325
+ #: qqworld-auto-save-images.php:1356
1326
+ msgid "qqworld-project"
1327
+ msgstr "阿Q的項目"
1328
+
1329
+ #: qqworld-auto-save-images.php:1357
1330
  msgid "Please use the WeChat APP to scan the QR code."
1331
  msgstr "請使用微信APP掃描二維碼。"
1332
 
1333
+ #: qqworld-auto-save-images.php:1360
1334
+ msgid "Alipay"
1335
+ msgstr "支付寶"
1336
+
1337
+ #: qqworld-auto-save-images.php:1362
1338
+ msgid "Please use the Alipay APP to scan the QR code."
1339
+ msgstr "請使用微信APP掃描二維碼。"
1340
+
1341
+ #: qqworld-auto-save-images.php:1365
1342
  msgid "Cellphone"
1343
  msgstr "手機"
1344
 
1345
+ #: qqworld-auto-save-images.php:1470
1346
  msgid "Has Missing/Undownloadable images."
1347
  msgstr "有 不存在/不可下載 的遠程圖像。"
1348
 
1349
+ #: qqworld-auto-save-images.php:1477
1350
  msgid "No remote images found."
1351
  msgstr "沒有遠程圖像。"
1352
 
1353
+ #: qqworld-auto-save-images.php:1679
1354
  msgid "Original Link"
1355
  msgstr "原始鏈接"
1356
 
1357
+ #~ msgid "QQWorld Woocommerce Assistant"
1358
+ #~ msgstr "QQWorld電子商務助手"
1359
+
1360
+ #~ msgid "QQWorld Synchronizer"
1361
+ #~ msgstr "QQWorld同步器"
1362
+
1363
+ #~ msgid "QQWorld Checkout"
1364
+ #~ msgstr "QQWorld收銀台"
1365
+
1366
+ #~ msgid "QQWorld Mobile"
1367
+ #~ msgstr "QQWorld移動"
1368
+
1369
+ #~ msgid "<h2>Don't know Chinese?</h2>"
1370
+ #~ msgstr "<h2 class=\"hidden\">Don't know Chinese?</h2>"
1371
+
1372
+ #~ msgid "Download Trial Edition (%d)"
1373
+ #~ msgstr "下載試用版(%d)"
1374
+
1375
+ #~ msgid ""
1376
+ #~ "Automatically delete the HTML code of remote images smaller than Minimum-"
1377
+ #~ "Picture-Size."
1378
+ #~ msgstr "可選擇自動刪除小於最小圖像尺寸的遠程圖像HTML代碼"
1379
+
1380
+ #~ msgid ""
1381
+ #~ "Detecting replicated images in media library by Original-link and CRC "
1382
+ #~ "(Only for new images that after v1.1 updated)."
1383
+ #~ msgstr ""
1384
+ #~ "在資料庫中通過原鏈接和CRC檢測重複圖像(僅用於更新1.1版之後下載的圖像)"
1385
+
1386
+ #~ msgid "Automatically exclude specified remote images by CRC."
1387
+ #~ msgstr "可以自動通過檢驗圖像文件CRC忽略指定的遠程圖像。"
1388
+
1389
+ #~ msgid ""
1390
+ #~ "New manual mode with multi-thread<br> (Faster than automatic mode and "
1391
+ #~ "modify Title &amp; Alt in realtime)"
1392
+ #~ msgstr ""
1393
+ #~ "多線程的手動模式(下載速度是自動模式的N倍,且支持即時修改Title和Alt)"
1394
+
1395
+ #~ msgid "Download Images from WeChat"
1396
+ #~ msgstr "下載微信圖片"
1397
+
1398
+ #~ msgid "Cron Scan Posts"
1399
+ #~ msgstr "定時掃描文章"
1400
+
1401
+ #~ msgid "Images Compression (JPG Only)"
1402
+ #~ msgstr "圖片壓縮(僅JPEG)"
1403
+
1404
+ #~ msgid ""
1405
+ #~ "Smart Grabbing, Automatically detect 2 images url<br> from href/src of "
1406
+ #~ "remote image with outside link, and grab the bigger one."
1407
+ #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1408
+
1409
+ #~ msgid ""
1410
+ #~ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, "
1411
+ #~ "Tencent COS)"
1412
+ #~ msgstr ""
1413
+ #~ "使用Cookie-Free域名和外部存儲器(阿里雲OSS、七牛雲存儲、又拍雲存儲和騰訊"
1414
+ #~ "COS等),可以建立遠程雲媒體庫,再也不怕本地磁碟不夠用啦。"
1415
+
1416
+ #~ msgid ""
1417
+ #~ "Database content replacement, easy to replace content in post content and "
1418
+ #~ "post titles."
1419
+ #~ msgstr "資料庫內容替換,輕鬆替換文章內容和標題的字元串。"
1420
+
1421
+ #~ msgid ""
1422
+ #~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
1423
+ #~ "images to choose from web pages."
1424
+ #~ msgstr "自動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇。"
1425
+
1426
+ #~ msgid "Translation (Baidu Translation, Google Translation)"
1427
+ #~ msgstr "翻譯(百度翻譯,谷歌翻譯),支持簡繁體互轉喔!"
1428
+
1429
+ #~ msgid ""
1430
+ #~ "Set no remote images saved into media library, it means would not "
1431
+ #~ "generate thumbnail with many sizes. but if you checked Set-Featured-"
1432
+ #~ "Image, the first remote image will be saved into media library."
1433
+ #~ msgstr ""
1434
+ #~ "可選擇不保存圖像到媒體庫,這意味著不會生成各種尺寸的縮略圖,但是如果勾選了"
1435
+ #~ "自動設置特色圖片,則只會將第一幅圖片保存到媒體庫。"
1436
+
1437
+ #~ msgid "Support automatically convert BMP/WEBP to JPG."
1438
+ #~ msgstr "支持BMP和WEBP(需PHP5.5)轉JPG"
1439
+
1440
+ #~ msgid ""
1441
+ #~ "Special Features: Automatically keep remote images in the custom fields "
1442
+ #~ "to the local media library."
1443
+ #~ msgstr "特殊功能:自動保存自定義欄位中的遠程圖像到本地媒體庫。"
1444
+
1445
+ #~ msgid "Comparison"
1446
+ #~ msgstr "對比"
1447
+
1448
+ #~ msgid "Demo of Manual Mode"
1449
+ #~ msgstr "手動模式的演示"
1450
+
1451
+ #~ msgid "15 days free trial of the ultimate version."
1452
+ #~ msgstr "可免費試用旗艦版15天。"
1453
+
1454
+ #~ msgid "Free Edition"
1455
+ #~ msgstr "免費版"
1456
+
1457
+ #~ msgid "https://pan.baidu.com/s/1o7FG8Ro"
1458
+ #~ msgstr "https://drive.google.com/open?id=0B8SziOUSW1wpT283ZWc5ZUNsUXM"
1459
+
1460
+ #~ msgid "Help you maintain the site to save a lot of time."
1461
+ #~ msgstr "幫你維護網站節省大量的時間。"
1462
+
1463
+ #~ msgid "View Details"
1464
+ #~ msgstr "瀏覽詳情"
1465
+
1466
+ #~ msgid "Support WeChat and Alipay desktop and mobile dual payment function."
1467
+ #~ msgstr "支持微信和支付寶的桌面以及移動雙支付功能。"
1468
+
1469
+ #~ msgid "If you have a Chinese Woocommerce shop, you will like it."
1470
+ #~ msgstr "如果你有個中文的Woocommerce網店,你會喜歡的。"
1471
+
1472
+ #~ msgid "QQWorld Passport"
1473
+ #~ msgstr "QQWorld通行證"
1474
+
1475
+ #~ msgid "Support QQ, WeChat, Weibo login, it is important that free."
1476
+ #~ msgstr "支持QQ、微信、微博登錄,重要的是,免費。"
1477
+
1478
+ #~ msgid ""
1479
+ #~ "As a expansion of the QQWorld Passport which to provide a series of "
1480
+ #~ "WeChat enhanced features, such as Native login."
1481
+ #~ msgstr ""
1482
+ #~ "作為QQWorld通行證的擴展,提供對微信的一系列加強功能,比如掃碼登錄等。"
1483
+
1484
+ #~ msgid ""
1485
+ #~ "As a expansion of the QQWorld Passport which to provide a series of "
1486
+ #~ "mobile features, such as login via your china phone number."
1487
+ #~ msgstr ""
1488
+ #~ "作為QQWorld通行證的擴展,提供一些移動相關功能,比如通過中國的手機號碼登錄"
1489
+ #~ "等。"
1490
+
1491
+ #~ msgid "Summary"
1492
+ #~ msgstr "簡介"
1493
+
1494
+ #~ msgid "Buy"
1495
+ #~ msgstr "購買"
1496
+
1497
+ #~ msgid ""
1498
+ #~ "(No need understand chinese, there is a language switcher on Header.)"
1499
+ #~ msgstr " "
1500
+
1501
+ #~ msgid "$15 (RMB &#165;99)"
1502
+ #~ msgstr "&#165;99($15 美元)"
1503
+
1504
+ #~ msgid "Price: <strong>%s</strong>"
1505
+ #~ msgstr "售價:<strong>%s</strong>"
1506
+
1507
  #~ msgid "The inactive domain is free for 15 days."
1508
  #~ msgstr "未激活的域名可以免費試用15天。"
1509
 
 
 
 
1510
  #~ msgid "Baidu SkyDrive"
1511
  #~ msgstr "百度雲網盤"
1512
 
 
 
 
1513
  #~ msgid ""
1514
  #~ "(No need understand chinese, there is a language switcher on left "
1515
  #~ "sidebar.)"
1519
  #~ "Collect webpage automatically: Easy reprint articles,<br> and get all the "
1520
  #~ "images to choose from web pages. and the automatic collection feature in "
1521
  #~ "future."
1522
+ #~ msgstr ",未來將開發自動採集功能。"
1523
 
1524
  #~ msgid ""
1525
  #~ "Collect webpage manually: Easy reprint articles,<br> and get all the "
1526
  #~ "images to choose from web pages. and the automatic collection feature in "
1527
  #~ "future."
1528
  #~ msgstr ""
1529
+ #~ "手動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動採集"
1530
  #~ "功能。"
1531
 
1532
  #~ msgctxt "qqworld_auto_save_images"
1533
  #~ msgid ""
1534
  #~ "Automatically delete the HTML code of remote images smaller than Minimum-"
1535
  #~ "Picture-Size."
1536
+ #~ msgstr "可選擇自動刪除小於最小圖像尺寸的遠程圖像HTML代碼"
1537
 
1538
  #~ msgctxt "qqworld_auto_save_images"
1539
  #~ msgid ""
1540
  #~ "Detecting replicated images in media library by Original-link and CRC "
1541
  #~ "(Only for new images that after v1.1 updated)."
1542
  #~ msgstr ""
1543
+ #~ "在資料庫中通過原鏈接和CRC檢測重複圖像(僅用於更新1.1版之後下載的圖像)"
1544
 
1545
  #~ msgctxt "qqworld_auto_save_images"
1546
  #~ msgid "Automatically exclude specified remote images by CRC."
1575
 
1576
  #~ msgctxt "qqworld_auto_save_images"
1577
  #~ msgid "Use Proxy"
1578
+ #~ msgstr "使用代理伺服器(可下載需要翻牆的圖片)"
1579
 
1580
  #~ msgctxt "qqworld_auto_save_images"
1581
  #~ msgid ""
1588
  #~ "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, "
1589
  #~ "Tencent COS)"
1590
  #~ msgstr ""
1591
+ #~ "使用Cookie-Free域名和外部存儲器(阿里雲OSS、七牛雲存儲、又拍雲存儲和騰訊"
1592
+ #~ "COS等),可以建立遠程雲媒體庫,再也不怕本地磁碟不夠用啦。"
1593
 
1594
  #~ msgctxt "qqworld_auto_save_images"
1595
  #~ msgid ""
1596
  #~ "Database content replacement, easy to replace content in post content and "
1597
  #~ "post titles."
1598
+ #~ msgstr "資料庫內容替換,輕鬆替換文章內容和標題的字元串。"
1599
 
1600
  #~ msgctxt "qqworld_auto_save_images"
1601
  #~ msgid ""
1603
  #~ "images to choose from web pages. and the automatic collection feature in "
1604
  #~ "future."
1605
  #~ msgstr ""
1606
+ #~ "手動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇。將來會開發自動採集"
1607
  #~ "功能。"
1608
 
1609
  #~ msgctxt "qqworld_auto_save_images"
1635
  #~ msgid ""
1636
  #~ "Special Features: Automatically keep remote images in the custom fields "
1637
  #~ "to the local media library."
1638
+ #~ msgstr "特殊功能:自動保存自定義欄位中的遠程圖像到本地媒體庫。"
1639
 
1640
  #~ msgid ""
1641
  #~ "New manual mode with multi-thread (Faster than automatic mode and modify "
1651
  #~ "果你勾選了設置特色圖片,則只會將第一幅遠程圖像保存到媒體庫。"
1652
 
1653
  #~ msgid "Automatically delete images code smaller than minimum-picture-size."
1654
+ #~ msgstr "自動刪除小於最小圖像尺寸的圖片代碼。"
1655
 
1656
  #~ msgid ""
1657
  #~ "Smart Grabbing, Automatically detect 2 images url from href/src of remote "
1659
  #~ msgstr "智能抓取(從圖片src和鏈接href中提取圖片地址,並抓取較大的一個)"
1660
 
1661
  #~ msgid "Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu)"
1662
+ #~ msgstr "使用Cookie-Free域名和CDN服務(阿里雲OSS、七牛雲存儲、又拍雲存儲等)"
1663
 
1664
  #~ msgid "Support automatically convert BMP to JPG."
1665
+ #~ msgstr "支持自動將 BMP 轉換為 JPG。"
1666
 
1667
  #~ msgid ""
1668
  #~ "Collect webpage manually: Easy reprint articles, and get all the images "
1669
  #~ "to choose from web pages."
1670
+ #~ msgstr "手動採集功能:輕鬆轉載文章、從網頁中獲取所有圖片供選擇"
1671
 
1672
  #~ msgid ""
1673
  #~ "Remote images will no be saved into media library, it means would not "
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.8.3.3
7
  Author: Michael Wang
8
  Author URI: http://www.qqworld.org
9
  Text Domain: qqworld_auto_save_images
@@ -12,6 +12,7 @@ define('QQWORLD_AUTO_SAVE_IMAGES_DIR', __DIR__ . DIRECTORY_SEPARATOR);
12
  define('QQWORLD_AUTO_SAVE_IMAGES_URL', plugin_dir_url(__FILE__));
13
 
14
  class QQWorld_auto_save_images {
 
15
  var $mode;
16
  var $when;
17
  var $type;
@@ -116,17 +117,17 @@ class QQWorld_auto_save_images {
116
  }
117
 
118
  public function languages() {
119
- __('Michael Wang', 'qqworld_auto_save_images');
120
- __(' (In Development)', 'qqworld_auto_save_images');
121
  }
122
 
123
  public function admin_notices() {
124
  $screen = get_current_screen();
125
  if (strstr($screen->id, 'qqworld-auto-save-images')) {
126
  settings_errors();
127
- if (!function_exists('curl_init')) add_settings_error('qqworld-auto-save-images', esc_attr('needs_php_lib'), __("Your server PHP does not support cUrl, please remove ';' from in front of extension=php_curl.dll in the php.ini.", 'qqworld_auto_save_images'), 'error' );
128
- if (!function_exists('imagecreate')) add_settings_error('qqworld-auto-save-images', esc_attr('needs_php_lib'), __("Your server PHP does not support GD2, please remove ';' from in front of extension=php_gd2.dll in the <strong>php.ini</strong>.", 'qqworld_auto_save_images'), 'error' );
129
- if (!function_exists('file_get_contents')) add_settings_error('qqworld-auto-save-images', esc_attr('needs_php_lib'), __('Your server PHP does not support fopen, please set allow_url_fopen=1 in the php.ini.', 'qqworld_auto_save_images'), 'error' );
130
  settings_errors('qqworld-auto-save-images');
131
  }
132
  }
@@ -162,7 +163,7 @@ class QQWorld_auto_save_images {
162
  'walker' => new QQWorld_Save_Remote_Images_Walker_Category_Checklist
163
  ));
164
  echo '</ul></div></div></div>';
165
- } else _e('No taxonomies found.', 'qqworld_auto_save_images');
166
  }
167
  exit;
168
  }
@@ -170,8 +171,8 @@ class QQWorld_auto_save_images {
170
  public function post_updated_messages($messages) {
171
  global $post, $post_ID;
172
  $post_type = get_post_type( $post_ID );
173
- $messages[$post_type][21] = __('All remote images have been saved.', 'qqworld_auto_save_images') . sprintf( __(' <a href="%s">View</a>', 'qqworld_auto_save_images'), esc_url( get_permalink($post_ID) ) );
174
- $messages[$post_type][22] = __('Has missing images or image which could not download.', 'qqworld_auto_save_images') . sprintf( __(' <a href="%s">View</a>', 'qqworld_auto_save_images'), esc_url( get_permalink($post_ID) ) );
175
  return $messages;
176
  }
177
 
@@ -192,8 +193,8 @@ class QQWorld_auto_save_images {
192
  wp_enqueue_script('qqworld-auto-save-images-script-post');
193
  $translation_array = array(
194
  'post_id' => $post->ID,
195
- 'in_process' => __('In Process...', 'qqworld_auto_save_images'),
196
- 'error' => __('Something error, please check.', 'qqworld_auto_save_images')
197
  );
198
  wp_localize_script('qqworld-auto-save-images-script-post', 'QASI', $translation_array, '3.0.0');
199
  }
@@ -207,41 +208,47 @@ class QQWorld_auto_save_images {
207
  wp_enqueue_style('qqworld-auto-save-images-style');
208
  wp_register_style('jquery-ui-style', QQWORLD_AUTO_SAVE_IMAGES_URL . 'css/jquery-ui/jquery-ui.min.css' );
209
  wp_enqueue_style('jquery-ui-style');
 
 
 
 
210
  wp_enqueue_script('jquery-ui-tooltip');
211
  wp_enqueue_script('jquery-ui-draggable');
 
212
  wp_enqueue_script('jquery-effects-core');
213
  wp_enqueue_script('jquery-effects-shake');
 
214
  wp_register_script('qqworld-auto-save-images-script', QQWORLD_AUTO_SAVE_IMAGES_URL . 'js/admin.js', array('jquery') );
215
  wp_enqueue_script('qqworld-auto-save-images-script');
216
  wp_enqueue_media();
217
  $translation_array = array(
218
- 'are_your_sure' => __('Are you sure?<br />Before you click the yes button, I recommend backup site database.', 'qqworld_auto_save_images'),
219
- 'pls_select_post_types' => __('Please select post types.', 'qqworld_auto_save_images'),
220
- 'maybe_problem' => __('May be a problem with some posts: ', 'qqworld_auto_save_images'),
221
- 'no_need_enter_' => __("No need enter \"%s\".", 'qqworld_auto_save_images'),
222
- 'n_post_has_been_scanned' => __( '%d post has been scanned.', 'qqworld_auto_save_images'),
223
- 'n_posts_have_been_scanned' => __( '%d posts have been scanned.', 'qqworld_auto_save_images'),
224
- 'n_post_included_remote_images_processed' => __( '%d post included remote images processed.', 'qqworld_auto_save_images'),
225
- 'n_posts_included_remote_images_processed' => __( '%d posts included remote images processed.', 'qqworld_auto_save_images'),
226
- 'n_post_has_missing_images_couldnt_be_processed' => __( "%d post has missing images couldn't be processed.", 'qqworld_auto_save_images'),
227
- 'n_posts_have_missing_images_couldnt_be_processed' => __( "%d posts have missing images couldn't be processed.", 'qqworld_auto_save_images'),
228
- 'found_n_post_including_remote_images' => __( 'found %d post including remote images.', 'qqworld_auto_save_images'),
229
- 'found_n_posts_including_remote_images' => __( 'found %d posts including remote images.', 'qqworld_auto_save_images'),
230
- 'and_with_n_post_has_missing_images' => __( "And with %d post has missing images.", 'qqworld_auto_save_images'),
231
- 'and_with_n_posts_have_missing_images' => __( "And with %d posts have missing images.", 'qqworld_auto_save_images'),
232
- 'no_posts_processed' => __( "No posts processed.", 'qqworld_auto_save_images'),
233
- 'no_post_has_remote_images_found' => __('No post has remote images found.', 'qqworld_auto_save_images'),
234
- 'no_posts_found' => __('No posts found.', 'qqworld_auto_save_images'),
235
- 'all_done' => __('All done.', 'qqworld_auto_save_images'),
236
  'yes' => __('Yes'),
237
  'no' => __('No'),
238
- 'scanning' => __('Scanning...', 'qqworld_auto_save_images'),
239
- 'listing' => __('Listing...', 'qqworld_auto_save_images'),
240
  'id' => __('ID'),
241
- 'post_type' => __('Post Type', 'qqworld_auto_save_images'),
242
  'title' => __('Title'),
243
  'status' => __('Status'),
244
- 'control' => __('Control', 'qqworld_auto_save_images'),
245
  'done' => __('Done'),
246
  'delete' => __('Delete')
247
  );
@@ -338,7 +345,7 @@ class QQWorld_auto_save_images {
338
  <td><?php echo $post_id; ?></td>
339
  <td><?php echo $post_type_object->labels->name; ?></td>
340
  <td><a href="<?php echo get_edit_post_link($post_id); ?>" target="_blank"><?php echo $title; ?> &#8667;</a></td>
341
- <td><?php echo $this->has_missing_image ? '<span class="red">'.__('Has missing images.', 'qqworld_auto_save_images').'</span>' : '<span class="green">'.__('All remote images have been saved.', 'qqworld_auto_save_images').'</span>'; ?></td>
342
  </tr>
343
  <?php else: ?>
344
  <tr>
@@ -372,8 +379,8 @@ class QQWorld_auto_save_images {
372
  <td><?php echo $post_id; ?></td>
373
  <td><?php echo $post_type_object->labels->name; ?></td>
374
  <td><a href="<?php echo get_edit_post_link($post_id); ?>" target="_blank"><?php echo $title; ?> &#8667;</a></td>
375
- <td><?php echo $this->has_missing_image ? '<span class="red">'.__('Has missing images.', 'qqworld_auto_save_images').'</span>' : __('Normal', 'qqworld_auto_save_images'); ?></a></td>
376
- <td id="list-<?php echo $post_id; ?>"><input type="button" post-id="<?php echo $post_id; ?>" class="fetch-remote-images button button-primary" value="&#9997; <?php _e('Fetch', 'qqworld_auto_save_images'); ?>" /></td>
377
  </tr>
378
  <?php else: ?>
379
  <tr>
@@ -415,12 +422,12 @@ class QQWorld_auto_save_images {
415
  vertical-align: middle;
416
  }
417
  </style>
418
- <a href="javascript:" id="save-remote-images-button" class="button save_remote_images" title="<?php _e('Save Remote Images', 'qqworld_auto_save_images'); ?>"><span class="wp-media-buttons-icon"></span><?php _e('Save Remote Images', 'qqworld_auto_save_images'); ?></a>
419
  <?php
420
  }
421
 
422
  public function load_language() {
423
- load_plugin_textdomain( 'qqworld_auto_save_images', dirname( __FILE__ ) . '/lang' . 'lang', basename( dirname( __FILE__ ) ) . '/lang' );
424
  }
425
 
426
  function registerPluginLinks($links, $file) {
@@ -434,9 +441,9 @@ class QQWorld_auto_save_images {
434
  function admin_menu() {
435
  $page_name = 'qqworld-auto-save-images';
436
  if ( is_plugin_active( 'qqworld-collector/qqworld-collector.php' ) ) {
437
- $settings_page = add_submenu_page('qqworld-collector', __('Auto Save Images', 'qqworld_auto_save_images'), __('Auto Save Images', 'qqworld_auto_save_images'), 'manage_options', $page_name, array($this, 'fn'));
438
  } else {
439
- $settings_page = add_submenu_page('options-general.php', __('QQWorld Auto Save Images', 'qqworld_auto_save_images'), __('QQWorld Auto Save Images', 'qqworld_auto_save_images'), 'manage_options', $page_name, array($this, 'fn'));
440
  }
441
  add_action( "load-{$settings_page}", array($this, 'help_tab') );
442
  }
@@ -445,74 +452,75 @@ class QQWorld_auto_save_images {
445
  $screen = get_current_screen();
446
  $screen->add_help_tab( array(
447
  'id' => 'qqworld-auto-save-images-installation',
448
- 'title' => __('Installation', 'qqworld_auto_save_images'),
449
- 'content' => __('<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</strong> in php.ini.</li><li>Warning: If your website domain has been changed, you must modify all image link to new domain from database, or else all images which not modified in post content will be save again.</li></ol>', 'qqworld_auto_save_images')
450
  ) );
451
  $screen->add_help_tab( array(
452
  'id' => 'qqworld-auto-save-images-notice',
453
- 'title' => __('Notice', 'qqworld_auto_save_images'),
454
- 'content' => __("<ul><li>This plugin has a little problem that is all the image url must be full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img src=&quot;http://img.whitehouse.gov/image/2014/08/09/gogogo.jpg&quot; /&gt;</li><li>&lt;img src=&quot;http://www.bubugao.me/image/travel/beijing.png?date=20140218&quot; /&gt;</li> <li>&lt;img src=&quot;http://r4.ykimg.com/05410408543927D66A0B4D03A98AED24&quot; /&gt;</li><li>&lt;img src=&quot;https://example.com/image?id=127457&quot; /&gt;</li></ul></li><li>The examples that not works:<ul><li>&lt;img src=&quot;/images/great.png&quot; /&gt;</li><li>&lt;img src=&quot;./photo-lab/2014-08-09.jpg&quot; /&gt;</li><li>&lt;img src=&quot;img/background/black.gif&quot; /&gt;</li></ul></li></ul>I'v tried to figure this out, but i couldn't get the host name to make image src full.<br />So if you encounter these codes, plaese manually fix the images src to full url.", 'qqworld_auto_save_images')
455
  ) );
456
  $screen->add_help_tab( array(
457
  'id' => 'qqworld-auto-save-images-about',
458
  'title' => __('About'),
459
- 'content' => __("<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin just for play in the first place, after 1 year, oneday someone sent an email to me for help , I was surprise and glad to realized my plugin has a fan. then more and more peoples asked me for helps, and my plugin was getting more and more powerful. Now this's my plugin. I hope you will like it, thanks.</p>", 'qqworld_auto_save_images')
460
  ) );
461
  }
462
 
463
  function fn() {
464
  ?>
465
- <div class="wrap">
466
- <h2><?php _e('QQWorld Auto Save Images', 'qqworld_auto_save_images'); ?></h2>
467
- <p><?php _e('Automatically keep the all remote picture to the local, and automatically set featured image.', 'qqworld_auto_save_images'); ?>
468
  <form action="options.php" method="post" id="form">
469
  <?php settings_fields('qqworld_auto_save_images_settings'); ?>
470
- <img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/banner-772x250.png" width="772" height="250" id="banner" />
471
  <ul id="qqworld-auto-save-images-tabs">
472
  <li class="current"><?php _e('General'); ?></li>
473
- <li><?php _e('Filter', 'qqworld_auto_save_images'); ?></li>
474
- <li><?php _e('Format', 'qqworld_auto_save_images'); ?></li>
475
- <li><?php _e('Scan Posts', 'qqworld_auto_save_images'); ?></li>
476
- <li><?php _e('Pro Edition', 'qqworld_auto_save_images'); ?></li>
477
- <li><?php _e('Contact', 'qqworld_auto_save_images'); ?></li>
 
478
  </ul>
479
  <div class="tab-content">
480
  <table class="form-table">
481
  <tbody>
482
  <tr valign="top">
483
- <th scope="row"><label><?php _e('Mode', 'qqworld_auto_save_images'); ?></label></th>
484
  <td><fieldset>
485
- <legend class="screen-reader-text"><span><?php _e('Mode', 'qqworld_auto_save_images'); ?></span></legend>
486
  <label for="auto">
487
  <input name="qqworld_auto_save_images_mode" type="radio" id="auto" value="auto" <?php checked('auto', $this->mode); ?> />
488
- <?php _e('Automatic', 'qqworld_auto_save_images'); ?>
489
- </label> <span class="icon help" title="<?php _e('Automatically save all remote images to local media libary when you save or publish post.', 'qqworld_auto_save_images'); ?>"></span><br />
490
  <label for="manual">
491
  <input name="qqworld_auto_save_images_mode" type="radio" id="manual" value="manual" <?php checked('manual', $this->mode); ?> />
492
- <?php _e('Manual', 'qqworld_auto_save_images'); ?>
493
- </label> <span class="icon help" title="<?php _e('Manually save all remote images to local media libary when you click the button on the top of editor.', 'qqworld_auto_save_images'); ?>"></span>
494
  </fieldset></td>
495
  </tr>
496
 
497
  <tr id="second_level" valign="top"<?php if ($this->mode != 'auto') echo ' style="display: none;"'; ?>>
498
- <th scope="row"><label><?php _e('When', 'qqworld_auto_save_images'); ?></label></th>
499
  <td><fieldset>
500
- <legend class="screen-reader-text"><span><?php _e('When', 'qqworld_auto_save_images'); ?></span></legend>
501
  <label for="save">
502
  <input name="qqworld_auto_save_images_when" type="radio" id="save" value="save" <?php checked('save', $this->when); ?> />
503
- <?php _e('Save post (Publish, save draft or pedding review).', 'qqworld_auto_save_images'); ?>
504
  </label><br />
505
  <label for="publish">
506
  <input name="qqworld_auto_save_images_when" type="radio" id="publish" value="publish" <?php checked('publish', $this->when); ?> />
507
- <?php _e('Publish post only.', 'qqworld_auto_save_images'); ?>
508
  </label>
509
  </fieldset></td>
510
  </tr>
511
 
512
  <tr valign="top">
513
- <th scope="row"><label><?php _e('Schedule Publish', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Save remote images via Schedule Publish.", 'qqworld_auto_save_images'); ?>"></span></th>
514
  <td><fieldset>
515
- <legend class="screen-reader-text"><span><?php _e('Schedule Publish', 'qqworld_auto_save_images'); ?></span></legend>
516
  <label for="qqworld_auto_save_images_schedule_publish">
517
  <input name="qqworld_auto_save_images_schedule_publish" type="checkbox" id="qqworld_auto_save_images_schedule_publish" value="yes" <?php checked('yes', $this->schedule_publish); ?> />
518
  </label>
@@ -520,9 +528,9 @@ class QQWorld_auto_save_images {
520
  </tr>
521
 
522
  <tr valign="top">
523
- <th scope="row"><label><?php _e('Remote Publishing', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Save remote images via remote publishing from IFTTT or other way using XMLRPC. Only supports publish post.", 'qqworld_auto_save_images'); ?>"></span></th>
524
  <td><fieldset>
525
- <legend class="screen-reader-text"><span><?php _e('Remote Publishing', 'qqworld_auto_save_images'); ?></span></legend>
526
  <label for="qqworld_auto_save_images_remote_publishing">
527
  <input name="qqworld_auto_save_images_remote_publishing" type="checkbox" id="qqworld_auto_save_images_remote_publishing" value="yes" <?php checked('yes', $this->remote_publishing); ?> />
528
  </label>
@@ -530,9 +538,9 @@ class QQWorld_auto_save_images {
530
  </tr>
531
 
532
  <tr valign="top">
533
- <th scope="row"><label><?php _e('Set Featured Image', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Set first one of the remote images as featured image.", 'qqworld_auto_save_images'); ?>"></span></th>
534
  <td><fieldset>
535
- <legend class="screen-reader-text"><span><?php _e('Set Featured Image', 'qqworld_auto_save_images'); ?></span></legend>
536
  <label for="qqworld_auto_save_images_set_featured_image_yes">
537
  <input name="qqworld_auto_save_images_set_featured_image" type="checkbox" id="qqworld_auto_save_images_set_featured_image_yes" value="yes" <?php checked('yes', $this->featured_image); ?> />
538
  </label>
@@ -546,48 +554,48 @@ class QQWorld_auto_save_images {
546
  <table class="form-table">
547
  <tbody>
548
  <tr valign="top">
549
- <th scope="row"><label for="only_save_first"><?php _e('Grabbing from Each Posts', 'qqworld_auto_save_images'); ?></label></th>
550
  <td><fieldset>
551
- <legend class="screen-reader-text"><span><?php _e('Grabbing from Each Posts', 'qqworld_auto_save_images'); ?></span></legend>
552
  <select id="only_save_first" name="qqworld_auto_save_images_only_save_first">
553
- <option value="all" <?php selected('all', $this->only_save_first); ?>><?php _e('All Images', 'qqworld_auto_save_images'); ?></option>
554
  <?php
555
  for ($i=1; $i<=30; $i++) {
556
  $selected = selected($i, $this->only_save_first, false);
557
- echo '<option value="' . $i . '" '.$selected.'>' . sprintf(_n('First %d image only', 'First %d images only', $i, 'qqworld_auto_save_images'), number_format_i18n($i)) . '</option>';
558
  }
559
  ?>
560
  </select>
561
  </fieldset></td>
562
  </tr>
563
  <tr valign="top">
564
- <th scope="row"><label><?php _e('Minimum Picture Size', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Ignore smaller than this size picture.", 'qqworld_auto_save_images'); ?>"></span></th>
565
  <td><fieldset>
566
- <legend class="screen-reader-text"><span><?php _e('Minimum Picture Size', 'qqworld_auto_save_images'); ?></span></legend>
567
  <label for="qqworld_auto_save_images_minimum_picture_size_width">
568
- <?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'); ?>
569
  </label><br />
570
  <label for="qqworld_auto_save_images_minimum_picture_size_height">
571
- <?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'); ?>
572
  </label>
573
  </fieldset></td>
574
  </tr>
575
  <tr valign="top">
576
- <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></th>
577
  <td><fieldset>
578
- <legend class="screen-reader-text"><span><?php _e('Maximum Picture Size', 'qqworld_auto_save_images'); ?></span></legend>
579
  <label for="qqworld_auto_save_images_maximum_picture_size_width">
580
- <?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 _e('(px)', 'qqworld_auto_save_images'); ?>
581
  </label><br />
582
  <label for="qqworld_auto_save_images_maximum_picture_size_height">
583
- <?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 _e('(px)', 'qqworld_auto_save_images'); ?>
584
  </label>
585
  </fieldset></td>
586
  </tr>
587
  <tr valign="top">
588
- <th scope="row"><label><?php _e('Exclude Domain/Keyword', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Images will not be saved, if that url contains Exclude-Domain/Keyword.", 'qqworld_auto_save_images'); ?>"></span></th>
589
  <td><fieldset>
590
- <legend class="screen-reader-text"><span><?php _e('Exclude Domain/Keyword', 'qqworld_auto_save_images'); ?></span></legend>
591
  <ul id="exclude_domain_list">
592
  <?php
593
  if (!empty($this->exclude_domain)) foreach ($this->exclude_domain as $domain) :
@@ -597,7 +605,7 @@ class QQWorld_auto_save_images {
597
  <?php endif;
598
  endforeach; ?>
599
  </ul>
600
- <input type="button" id="add_exclude_domain" class="button" value="<?php _e('Add a Domain/Keyword', 'qqworld_auto_save_images');?>" />
601
  </fieldset></td>
602
  </tr>
603
  </tbody>
@@ -608,61 +616,61 @@ class QQWorld_auto_save_images {
608
  <table class="form-table">
609
  <tbody>
610
  <tr valign="top">
611
- <th scope="row"><label for="auto_change_name"><?php _e('Change Image Filename', 'qqworld_auto_save_images'); ?></label></th>
612
  <td>
613
  <fieldset>
614
- <legend class="screen-reader-text"><span><?php _e('Change Image Filename', 'qqworld_auto_save_images'); ?></span></legend>
615
  <select id="auto_change_name" name="qqworld_auto_save_images_auto_change_name">
616
  <option value="none" <?php selected('none', $this->change_image_name); ?>>1. <?php _e('No'); ?></option>
617
- <option value="ascii" <?php selected('ascii', $this->change_image_name); ?>>2. <?php _e('Only change remote images filename that have Non-ASCii characters (for Windows Server)', 'qqworld_auto_save_images'); ?></option>
618
- <option value="all" <?php selected('all', $this->change_image_name); ?>>3. <?php _e('Change all remote images Filename and Alt as post name (for Linux Server)', 'qqworld_auto_save_images'); ?></option>
619
  </select>
620
  </fieldset></td>
621
  </tr>
622
  <tr valign="top">
623
- <th scope="row"><label for="filename-structure"><?php _e('Custom Filename Structure', 'qqworld_auto_save_images'); ?></label></th>
624
  <td><fieldset>
625
- <legend class="screen-reader-text"><span><?php _e('Custom Filename Structure', 'qqworld_auto_save_images'); ?></span></legend>
626
  <label for="filename-structure">
627
  <input name="qqworld-auto-save-images-format[filename-structure]" type="text" id="filename-structure" class="regular-text" value="<?php echo $this->filename_structure; ?>" />
628
  </label>
629
  <p class="description">
630
- <strong>%filename%</strong> : <?php _e('Original filename or automatic changed filename.', 'qqworld_auto_save_images'); ?><br />
631
- <strong>%date%</strong> : <?php _e('Full date, e.g. 20150209.', 'qqworld_auto_save_images'); ?><br />
632
- <strong>%year%</strong> - <?php _e('YYYY, e.g. 2015.', 'qqworld_auto_save_images'); ?><br />
633
- <strong>%month%</strong> - <?php _e('MM, e.g. 02.', 'qqworld_auto_save_images'); ?><br />
634
- <strong>%day%</strong> - <?php _e('DD, e.g. 15.', 'qqworld_auto_save_images'); ?><br />
635
- <strong>%time%</strong> - <?php _e('HHMMSS, e.g. 182547.', 'qqworld_auto_save_images'); ?><br />
636
- <strong>%timestamp%</strong> - <?php printf(__('Unix timestamp, e.g. %s.', 'qqworld_auto_save_images'), time()); ?>
637
  </p>
638
  </fieldset></td>
639
  </tr>
640
  <tr valign="top">
641
- <th scope="row"><label><?php _e('Change Title & Alt', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e('Automatically add title & alt of image as post title.', 'qqworld_auto_save_images'); ?>"></span></th>
642
  <td><fieldset>
643
- <legend class="screen-reader-text"><span><?php _e('Change Title & Alt', 'qqworld_auto_save_images'); ?></span></legend>
644
  <label for="qqworld_auto_save_images_format_title_alt">
645
  <input name="qqworld-auto-save-images-format[title-alt]" type="checkbox" id="qqworld_auto_save_images_format_title_alt" value="yes" <?php checked('yes', $this->change_title_alt); ?> />
646
  </label>
647
  </fieldset></td>
648
  </tr>
649
  <tr valign="top">
650
- <th scope="row"><label><?php _e('Keep Outside Links', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Keep the outside links of remote images if exist.", 'qqworld_auto_save_images'); ?>"></span></th>
651
  <td><fieldset>
652
- <legend class="screen-reader-text"><span><?php _e('Keep Outside Links', 'qqworld_auto_save_images'); ?></span></legend>
653
  <label for="qqworld_auto_save_images_format_keep_outside_links">
654
  <input name="qqworld-auto-save-images-format[keep-outside-links]" type="checkbox" id="qqworld_auto_save_images_format_keep_outside_links" value="yes" <?php checked('yes', $this->keep_outside_links); ?> />
655
  </label>
656
  </fieldset></td>
657
  </tr>
658
  <tr valign="top">
659
- <th scope="row"><label><?php _e('Save Outside Links', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Save the outside links to description of attachments.", 'qqworld_auto_save_images'); ?>"></span></th>
660
  <td><fieldset>
661
- <legend class="screen-reader-text"><span><?php _e('Save Outside Links', 'qqworld_auto_save_images'); ?></span></legend>
662
  <label for="qqworld_auto_save_images_format_save_outside_links">
663
  <input name="qqworld-auto-save-images-format[save-outside-links]" type="checkbox" id="qqworld_auto_save_images_format_save_outside_links" value="yes" <?php checked('yes', $this->save_outside_links); ?> />
664
  </label>
665
- <p><?php _e('To custom the content, add codes into <strong>functions.php</strong> like this below:', 'qqworld_auto_save_images'); ?></p>
666
  <pre>add_filter('qqworld-auto-save-images-save-outsite-link', 'save_outside_link', 10, 2);
667
  function save_outside_link($content, $link) {
668
  $content = '&lta href="'.$link.'" target="_blank" rel="nofollow"&gt;Original Link&lt;/a&gt;';
@@ -671,9 +679,9 @@ function save_outside_link($content, $link) {
671
  </fieldset></td>
672
  </tr>
673
  <tr valign="top">
674
- <th scope="row"><label><?php _e('Image Size', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Replace images you want size to display.", 'qqworld_auto_save_images'); ?>"></span></th>
675
  <td><fieldset>
676
- <legend class="screen-reader-text"><span><?php _e('Image Size', 'qqworld_auto_save_images'); ?></span></legend>
677
  <label>
678
  <select name="qqworld-auto-save-images-format[size]">
679
  <?php
@@ -690,9 +698,9 @@ function save_outside_link($content, $link) {
690
  </fieldset></td>
691
  </tr>
692
  <tr valign="top">
693
- <th scope="row"><label><?php _e('Link To', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("If you checked Keep-Outside-Links, this option will not works.", 'qqworld_auto_save_images'); ?>"></span></th>
694
  <td><fieldset>
695
- <legend class="screen-reader-text"><span><?php _e('Link To', 'qqworld_auto_save_images'); ?></span></legend>
696
  <label>
697
  <select name="qqworld-auto-save-images-format[link-to]">
698
  <?php
@@ -708,9 +716,9 @@ function save_outside_link($content, $link) {
708
  </fieldset></td>
709
  </tr>
710
  <tr valign="top">
711
- <th scope="row"><label for="format-align-to"><?php _e('Align To', 'qqworld_auto_save_images'); ?></label></th>
712
  <td><fieldset>
713
- <legend class="screen-reader-text"><span><?php _e('Align To', 'qqworld_auto_save_images'); ?></span></legend>
714
  <label>
715
  <select name="qqworld-auto-save-images-format[align-to]" id="format-align-to">
716
  <?php
@@ -727,21 +735,21 @@ function save_outside_link($content, $link) {
727
  </fieldset></td>
728
  </tr>
729
  <tr valign="top">
730
- <th scope="row"><label for="format_caption"><?php _e('Auto Caption', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Automatically add caption shortcode.", 'qqworld_auto_save_images'); ?>"></span></th>
731
  <td><fieldset>
732
- <legend class="screen-reader-text"><span><?php _e('Auto Caption', 'qqworld_auto_save_images'); ?></span></legend>
733
  <label for="format_caption">
734
  <input name="qqworld-auto-save-images-format[auto-caption]" type="checkbox" id="format_caption" value="yes" <?php checked('yes', $this->auto_caption); ?> />
735
  </label>
736
  </fieldset></td>
737
  </tr>
738
  <tr valign="top">
739
- <th scope="row"><label><?php _e('Additional Content', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("This content will be displayed after the each remote images code. you can use [Attachment ID] indicate current attachment ID.", 'qqworld_auto_save_images'); ?>"></span></th>
740
  <td><fieldset>
741
- <legend class="screen-reader-text"><span><?php _e('Additional Content', 'qqworld_auto_save_images'); ?></span></legend>
742
  <label for="qqworld_auto_save_images_additional_content_after">
743
  <textarea name="qqworld-auto-save-images-format[additional-content][after]" rows="3" cols="80" id="qqworld_auto_save_images_additional_content_after"><?php echo $this->additional_content['after']; ?></textarea>
744
- <p class="discription"><?php _e("For example: [Gbuy id='[Attachment ID]']", 'qqworld_auto_save_images'); ?></p>
745
  </label>
746
  </fieldset></td>
747
  </tr>
@@ -758,7 +766,7 @@ function save_outside_link($content, $link) {
758
  <table class="form-table">
759
  <tbody>
760
  <tr valign="top">
761
- <th scope="row"><label><?php _e('Select post types', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("If you have too many posts to be scan, sometimes in process looks like stopping, but it may be fake. please be patient.", 'qqworld_auto_save_images') ?>"></span></th>
762
  <td>
763
  <?php $post_types = get_post_types('', 'objects'); ?>
764
  <ul id="post_types_list">
@@ -772,19 +780,19 @@ function save_outside_link($content, $link) {
772
  </tr>
773
 
774
  <tr valign="top">
775
- <th scope="row"><label><?php _e('Categories'); ?></label> <span class="icon help" title="<?php _e("Default empty to scan all categories.", 'qqworld_auto_save_images') ?>"></span></th>
776
- <td id="categories_block"><?php _e('Please select post types.', 'qqworld_auto_save_images'); ?></td>
777
  </tr>
778
 
779
  <tr valign="top">
780
- <th scope="row"><label><?php _e('Scope of Post ID', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Default empty for scan all posts ID. If you want to scan posts ID from 50 to 100. please type '50' and '100' or '100' and '50', The order in which two numbers can be reversed. If you only type one number, system would only scan that ID.", 'qqworld_auto_save_images'); ?>"></span></th>
781
- <td><?php printf(__('From %1$s to %2$s', 'qqworld_auto_save_images'), '<input type="number" class="small-text" name="id_from" />', '<input type="number" class="small-text" name="id_to" />'); ?></td>
782
  </tr>
783
 
784
  <tr valign="top">
785
- <th scope="row"><label><?php _e('Offset', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e("Default scan all posts. If you want to scan 50-150 posts, please type '50' in the textfield and select '100'.", 'qqworld_auto_save_images'); ?>"></span></th>
786
  <td>
787
- <?php printf(__('Start from %s to Scan', 'qqworld_auto_save_images'), '<input type="number" class="small-text" name="offset" value="0" disabled />'); ?>
788
  <select name="posts_per_page">
789
  <option value="-1"><?php _e('All'); ?></option>
790
  <?php for ($i=1; $i<=10; $i++) : ?>
@@ -800,7 +808,7 @@ function save_outside_link($content, $link) {
800
  <select name="post_status">
801
  <?php
802
  global $wp_post_statuses;
803
- echo '<option value="any" /> '.__('Any', 'qqworld_auto_save_images').'</option>';
804
  foreach ($wp_post_statuses as $slug => $status) {
805
  if (!in_array($slug, array('auto-draft', 'inherit', 'trash'))) echo '<option value="'.$slug.'" '.selected('publish', $slug, false).'> '.$status->label.'</option>';
806
  }
@@ -810,7 +818,7 @@ function save_outside_link($content, $link) {
810
  </tr>
811
 
812
  <tr valign="top">
813
- <th scope="row"><label><?php _e('Order By', 'qqworld_auto_save_images'); ?></label></th>
814
  <td>
815
  <select name="orderby">
816
  <?php
@@ -820,7 +828,7 @@ function save_outside_link($content, $link) {
820
  'title' => __('Title'),
821
  'date' => __('Date'),
822
  'modified' => __('Last Modified'),
823
- 'comment_count' => __('Comment Count', 'qqworld_auto_save_images')
824
  );
825
  foreach ($orderby as $key => $name) : ?>
826
  <option value="<?php echo $key; ?>"<?php selected('date', $key); ?>><?php echo $name; ?></option>
@@ -840,7 +848,7 @@ function save_outside_link($content, $link) {
840
  </tr>
841
 
842
  <tr valign="top">
843
- <th scope="row"><label><?php _e('Speed', 'qqworld_auto_save_images'); ?></label> <span class="icon help" title="<?php _e('If the server is too much stress may be appropriately reduced speed.', 'qqworld_auto_save_images'); ?>"></span></th>
844
  <td>
845
  <select name="speed">
846
  <?php for ($i=1; $i<10; $i++) : ?>
@@ -853,8 +861,8 @@ function save_outside_link($content, $link) {
853
  </tbody>
854
  </table>
855
  <p class="submit">
856
- <input name="scan_old_posts" type="button" class="button-primary" id="scan_old_posts" value="<?php _e('Automatic', 'qqworld_auto_save_images'); ?> &#8667;" /> <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>
857
- <input name="list_all_posts" type="button" class="button-primary" id="list_all_posts" value="<?php _e('Manual', 'qqworld_auto_save_images'); ?> &#9776;" /> <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>
858
  </p>
859
  </div>
860
  </div>
@@ -862,208 +870,500 @@ function save_outside_link($content, $link) {
862
  <form action="" method="post" id="scan-cron">
863
  <div class="tab-content hidden">
864
  <div id="cron-list-container">
865
- <table class="form-table">
 
866
  <tbody>
867
- <tr>
868
- <th scope="row"><label for=""><?php _e('Summary', 'qqworld_auto_save_images'); ?></label></th>
869
- <td><?php _e('Does the feeling of maintaining the site work very heavy? This plugin will save you a lot of time!', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
870
  </tr>
871
  <tr valign="top" id="manual-demo">
872
- <th scope="row"><label><?php _e('Demo of Manual Mode', 'qqworld_auto_save_images'); ?></label></th>
873
  <td><fieldset>
874
- <legend class="screen-reader-text"><span><?php _e('Set Featured Image', 'qqworld_auto_save_images'); ?></span></legend>
875
- <?php _e("<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-KImHNbPA-o\" frameborder=\"0\" allowfullscreen></iframe>", 'qqworld_auto_save_images'); ?>
876
  </fieldset></td>
877
  </tr>
878
  <tr>
879
- <th><?php _e('Comparison', 'qqworld_auto_save_images'); ?></th>
880
  <td>
881
-
882
- <table id="comparison-table">
883
  <thead>
884
  <tr>
885
- <th><?php _e('Items', 'qqworld_auto_save_images'); ?></th>
886
- <th class="comparison-cell"><?php _e('Ultimate Edition', 'qqworld_auto_save_images'); ?></th>
887
- <th class="comparison-cell"><?php _e('Server Edition', 'qqworld_auto_save_images'); ?></th>
888
- <th class="comparison-cell"><?php _e('Professional Edition', 'qqworld_auto_save_images'); ?></th>
889
- <th class="comparison-cell"><?php _e('Free Edition', 'qqworld_auto_save_images'); ?></th>
890
  </tr>
891
  </thead>
892
  <tbody>
893
  <tr>
894
- <td><?php _e('Automatically delete the HTML code of remote images smaller than Minimum-Picture-Size.', 'qqworld_auto_save_images'); ?></td>
895
- <td class="green"></td>
896
- <td class="green"></td>
897
- <td class="green"></td>
898
- <td class="red"></td>
 
899
  </tr>
900
  <tr>
901
- <td><?php _e('Detecting replicated images in media library by Original-link and CRC (Only for new images that after v1.1 updated).', 'qqworld_auto_save_images'); ?></td>
902
- <td class="green"></td>
903
- <td class="green"></td>
904
- <td class="green"></td>
905
- <td class="red"></td>
 
906
  </tr>
907
  <tr>
908
- <td><?php _e('Automatically exclude specified remote images by CRC.', 'qqworld_auto_save_images'); ?></td>
909
- <td class="green"></td>
910
- <td class="green"></td>
911
- <td class="green"></td>
912
- <td class="red"></td>
 
913
  </tr>
914
  <tr>
915
- <td><?php _e('Automatically delete html code of specified remote images by CRC.', 'qqworld_auto_save_images'); ?></td>
916
- <td class="green"></td>
917
- <td class="green"></td>
918
- <td class="green"></td>
919
- <td class="red"></td>
 
920
  </tr>
921
  <tr>
922
- <td><?php _e('New manual mode with multi-thread<br> (Faster than automatic mode and modify Title &amp; Alt in realtime)', 'qqworld_auto_save_images'); ?></td>
923
- <td class="green"></td>
924
- <td class="green"></td>
925
- <td class="green"></td>
926
- <td class="red"></td>
 
927
  </tr>
 
 
 
 
 
 
 
 
 
928
  <tr>
929
- <td><?php _e('Download Images from WeChat', 'qqworld_auto_save_images'); ?></td>
930
- <td class="green"></td>
931
- <td class="green"></td>
932
- <td class="green"></td>
933
- <td class="red"></td>
934
  </tr>
 
 
935
  <tr>
936
- <td><?php _e('Cron Scan Posts', 'qqworld_auto_save_images'); ?></td>
937
- <td class="green"></td>
938
- <td class="green"></td>
939
- <td class="green"></td>
940
- <td class="red"></td>
 
941
  </tr>
942
  <tr>
943
- <td><?php _e('Watermark', 'qqworld_auto_save_images'); ?></td>
944
- <td class="green"></td>
945
- <td class="green"></td>
946
- <td class="green"></td>
947
- <td class="red"></td>
 
948
  </tr>
949
  <tr>
950
- <td><?php _e('Images Compression (JPG Only)', 'qqworld_auto_save_images'); ?></td>
951
- <td class="green"></td>
952
- <td class="green"></td>
953
- <td class="green"></td>
954
- <td class="red"></td>
 
955
  </tr>
 
 
 
 
 
 
 
 
 
 
956
  <tr>
957
- <td><?php _e('Use Proxy', 'qqworld_auto_save_images'); ?></td>
958
- <td class="green"></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
959
  <td class="green"></td>
960
  <td class="green"></td>
961
  <td class="red"></td>
 
 
962
  </tr>
963
  <tr>
964
- <td><?php _e('Smart Grabbing, Automatically detect 2 images url<br> from href/src of remote image with outside link, and grab the bigger one.', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
965
  <td class="green"></td>
966
  <td class="green"></td>
967
  <td class="green"></td>
968
  <td class="red"></td>
969
  </tr>
970
  <tr>
971
- <td><?php _e('Use Cookie-Free Domain &amp; CDN Servive (AliYun OSS, UpYun, QiNiu, Tencent COS)', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
 
972
  <td class="green"></td>
973
  <td class="green"></td>
974
- <td class="red"></td>
975
  <td class="red"></td>
976
  </tr>
977
  <tr>
978
- <td><?php _e('Database content replacement, easy to replace content in post content and post titles.', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
 
979
  <td class="green"></td>
980
  <td class="green"></td>
981
  <td class="red"></td>
982
  <td class="red"></td>
983
  </tr>
984
  <tr>
985
- <td><?php _e('Collect webpage automatically: Easy reprint articles,<br> and get all the images to choose from web pages.', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
 
986
  <td class="green"></td>
987
  <td class="red"></td>
 
988
  <td class="red"></td>
989
- <td class="red"></td>
990
  </tr>
991
  <tr>
992
- <td><?php _e('Translation (Baidu Translation, Google Translation)', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
993
  <td class="green"></td>
994
  <td class="green"></td>
995
  <td class="red"></td>
996
  <td class="red"></td>
 
997
  </tr>
998
  <tr>
999
- <td><?php _e('Set no remote images saved into media library, it means would not generate thumbnail with many sizes. but if you checked Set-Featured-Image, the first remote image will be saved into media library.', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
 
1000
  <td class="green"></td>
1001
  <td class="green"></td>
1002
  <td class="green"></td>
1003
  <td class="red"></td>
 
1004
  </tr>
1005
  <tr>
1006
- <td><?php _e('Support automatically convert BMP/WEBP to JPG.', 'qqworld_auto_save_images'); ?></td>
1007
- <td class="green"></td>
 
 
 
 
 
 
1008
  <td class="green"></td>
1009
  <td class="green"></td>
1010
  <td class="red"></td>
 
 
1011
  </tr>
1012
  <tr>
1013
- <td><?php _e('Cleaner tool: If you have a huge media library and do not know how many attachments has not bean used. this tool will help you to find out.', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
1014
  <td class="green"></td>
1015
  <td class="green"></td>
1016
  <td class="red"></td>
1017
  <td class="red"></td>
 
1018
  </tr>
1019
  <tr>
1020
- <td><?php _e('Special Features: Automatically keep remote images in the custom fields to the local media library.', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
 
 
 
 
 
 
 
1021
  <td class="green"></td>
1022
  <td class="green"></td>
1023
  <td class="red"></td>
1024
- <td class="red"></td>
 
 
 
 
 
 
 
1025
  </tr>
1026
  </tbody>
1027
  </table>
1028
 
1029
  </td>
1030
  </tr>
1031
- <tr valign="top">
1032
- <th scope="row"><label><?php _e('Buy', 'qqworld_auto_save_images'); ?></label></th>
1033
- <td><a href="https://www.qqworld.org/product/qqworld-collector" target="_blank" class="button button-primary"><?php _e('QQWorld Collector', 'qqworld_auto_save_images'); ?> &#8667;</a>
1034
- <p><?php printf(__('Price: from <strong>%s</strong>', 'qqworld_auto_save_images'), _x('$15 (RMB &#165;99)', 'price', 'qqworld_auto_save_images')); ?></p>
1035
- <p class="description"><?php _e('(No need understand chinese, there is a language switcher on Header.)', 'qqworld_auto_save_images')?></p>
1036
- </td>
1037
- </tr>
1038
  </tbody>
1039
  </table>
1040
  </div>
1041
  </div>
1042
  </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1043
  <!-- Contact -->
1044
  <div class="tab-content hidden">
1045
- <table class="form-table">
 
1046
  <tbody>
1047
  <tr>
1048
- <th scope="row"><label for=""><?php _ex('Developer', 'contact', 'qqworld_auto_save_images'); ?></label></th>
1049
- <td><?php _e('Michael Wang', 'qqworld_auto_save_images'); ?></td>
 
 
 
 
1050
  </tr>
1051
  <tr>
1052
  <th scope="row"><label for=""><?php _e('Email'); ?></label></th>
1053
- <td><a href="mailto:<?php _e('Michael Wang', 'qqworld_auto_save_images'); ?> <admin@qqworld.org>">admin@qqworld.org</a></td>
 
 
 
 
 
 
1054
  </tr>
1055
  <tr>
1056
- <th scope="row"><label for=""><?php _e('Tencent QQ', 'qqworld_auto_save_images'); ?></label></th>
1057
- <td><a href="http://wpa.qq.com/msgrd?v=3&uin=172269588&site=qq&menu=yes" target="_blank">172269588</a> (<?php printf(__('%s: ', 'qqworld_auto_save_images'), __('QQ Group', 'qqworld_auto_save_images')); ?>3372914)</td>
 
1058
  </tr>
1059
  <tr>
1060
- <th scope="row"><label for=""><?php _e('Wechat', 'qqworld_auto_save_images'); ?></label></th>
1061
- <td><img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/wechat-qrcode.png" style="border: 5px solid #fff;" />
1062
- <p><?php _e('Please use the WeChat APP to scan the QR code.', 'qqworld_auto_save_images'); ?></p></td>
1063
  </tr>
1064
  <tr>
1065
- <th scope="row"><label for=""><?php _e('Cellphone', 'qqworld_auto_save_images'); ?></label></th>
1066
- <td><a href="tel:13294296711">13294296711</a></td>
1067
  </tr>
1068
  </tbody>
1069
  </table>
@@ -1135,6 +1435,8 @@ function save_outside_link($content, $link) {
1135
  function remove_actions() {
1136
  remove_filter( 'wp_insert_post_data', array($this, 'fetch_images_when_saving') );
1137
  remove_action( 'wp_insert_post', array($this, 'set_featured_image_for_wp_4_6') );
 
 
1138
  }
1139
 
1140
  function utf8_urldecode($str) {
@@ -1165,14 +1467,14 @@ function save_outside_link($content, $link) {
1165
  if ($this->has_remote_image) {
1166
  if ($this->has_missing_image) {
1167
  $result['type'] = 3;
1168
- $result['msg'] = __('Has Missing/Undownloadable images.', 'qqworld_auto_save_images');
1169
  } else {
1170
  $result['type'] = 2;
1171
- $result['msg'] = __('All remote images have been saved.', 'qqworld_auto_save_images');
1172
  }
1173
  } else {
1174
  $result['type'] = 1;
1175
- $result['msg'] = __('No remote images found.', 'qqworld_auto_save_images');
1176
  }
1177
  $result['content'] = $content;
1178
  echo json_encode($result);
@@ -1374,7 +1676,7 @@ function save_outside_link($content, $link) {
1374
  if ( $this->save_outside_links == 'yes' ) {
1375
  if ( preg_match('/<a[^>]*href=\"(.*?)\".*?>/i', $matches[0], $match) ) {
1376
  $link = $match[1];
1377
- $description = '<a href="'.$link.'" target="_blank" rel="nofollow">'.__('Original Link', 'qqworld_auto_save_images').'</a>';
1378
  $description = apply_filters('qqworld-auto-save-images-save-outsite-link', $description, $link);
1379
  $args = array(
1380
  'ID' => $attachment_id,
3
  Plugin Name: QQWorld Auto Save Images
4
  Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
5
  Description: Automatically keep the all remote picture to the local, and automatically set featured image.
6
+ Version: 1.8.5.5
7
  Author: Michael Wang
8
  Author URI: http://www.qqworld.org
9
  Text Domain: qqworld_auto_save_images
12
  define('QQWORLD_AUTO_SAVE_IMAGES_URL', plugin_dir_url(__FILE__));
13
 
14
  class QQWorld_auto_save_images {
15
+ var $text_domain = 'qqworld_auto_save_images';
16
  var $mode;
17
  var $when;
18
  var $type;
117
  }
118
 
119
  public function languages() {
120
+ __('Michael Wang', $this->text_domain);
121
+ __(' (In Development)', $this->text_domain);
122
  }
123
 
124
  public function admin_notices() {
125
  $screen = get_current_screen();
126
  if (strstr($screen->id, 'qqworld-auto-save-images')) {
127
  settings_errors();
128
+ if (!function_exists('curl_init')) add_settings_error('qqworld-auto-save-images', esc_attr('needs_php_lib'), __("Your server PHP does not support cUrl, please remove ';' from in front of extension=php_curl.dll in the php.ini.", $this->text_domain), 'error' );
129
+ if (!function_exists('imagecreate')) add_settings_error('qqworld-auto-save-images', esc_attr('needs_php_lib'), __("Your server PHP does not support GD2, please remove ';' from in front of extension=php_gd2.dll in the <strong>php.ini</strong>.", $this->text_domain), 'error' );
130
+ if (!function_exists('file_get_contents')) add_settings_error('qqworld-auto-save-images', esc_attr('needs_php_lib'), __('Your server PHP does not support fopen, please set allow_url_fopen=1 in the php.ini.', $this->text_domain), 'error' );
131
  settings_errors('qqworld-auto-save-images');
132
  }
133
  }
163
  'walker' => new QQWorld_Save_Remote_Images_Walker_Category_Checklist
164
  ));
165
  echo '</ul></div></div></div>';
166
+ } else _e('No taxonomies found.', $this->text_domain);
167
  }
168
  exit;
169
  }
171
  public function post_updated_messages($messages) {
172
  global $post, $post_ID;
173
  $post_type = get_post_type( $post_ID );
174
+ $messages[$post_type][21] = __('All remote images have been saved.', $this->text_domain) . sprintf( __(' <a href="%s">View</a>', $this->text_domain), esc_url( get_permalink($post_ID) ) );
175
+ $messages[$post_type][22] = __('Has missing images or image which could not download.', $this->text_domain) . sprintf( __(' <a href="%s">View</a>', $this->text_domain), esc_url( get_permalink($post_ID) ) );
176
  return $messages;
177
  }
178
 
193
  wp_enqueue_script('qqworld-auto-save-images-script-post');
194
  $translation_array = array(
195
  'post_id' => $post->ID,
196
+ 'in_process' => __('In Process...', $this->text_domain),
197
+ 'error' => __('Something error, please check.', $this->text_domain)
198
  );
199
  wp_localize_script('qqworld-auto-save-images-script-post', 'QASI', $translation_array, '3.0.0');
200
  }
208
  wp_enqueue_style('qqworld-auto-save-images-style');
209
  wp_register_style('jquery-ui-style', QQWORLD_AUTO_SAVE_IMAGES_URL . 'css/jquery-ui/jquery-ui.min.css' );
210
  wp_enqueue_style('jquery-ui-style');
211
+
212
+ wp_enqueue_script('jquery-ui-core');
213
+ wp_enqueue_script('jquery-ui-widget');
214
+ wp_enqueue_script('jquery-ui-position');
215
  wp_enqueue_script('jquery-ui-tooltip');
216
  wp_enqueue_script('jquery-ui-draggable');
217
+
218
  wp_enqueue_script('jquery-effects-core');
219
  wp_enqueue_script('jquery-effects-shake');
220
+
221
  wp_register_script('qqworld-auto-save-images-script', QQWORLD_AUTO_SAVE_IMAGES_URL . 'js/admin.js', array('jquery') );
222
  wp_enqueue_script('qqworld-auto-save-images-script');
223
  wp_enqueue_media();
224
  $translation_array = array(
225
+ 'are_your_sure' => __('Are you sure?<br />Before you click the yes button, I recommend backup site database.', $this->text_domain),
226
+ 'pls_select_post_types' => __('Please select post types.', $this->text_domain),
227
+ 'maybe_problem' => __('May be a problem with some posts: ', $this->text_domain),
228
+ 'no_need_enter_' => __("No need enter \"%s\".", $this->text_domain),
229
+ 'n_post_has_been_scanned' => __( '%d post has been scanned.', $this->text_domain),
230
+ 'n_posts_have_been_scanned' => __( '%d posts have been scanned.', $this->text_domain),
231
+ 'n_post_included_remote_images_processed' => __( '%d post included remote images processed.', $this->text_domain),
232
+ 'n_posts_included_remote_images_processed' => __( '%d posts included remote images processed.', $this->text_domain),
233
+ 'n_post_has_missing_images_couldnt_be_processed' => __( "%d post has missing images couldn't be processed.", $this->text_domain),
234
+ 'n_posts_have_missing_images_couldnt_be_processed' => __( "%d posts have missing images couldn't be processed.", $this->text_domain),
235
+ 'found_n_post_including_remote_images' => __( 'found %d post including remote images.', $this->text_domain),
236
+ 'found_n_posts_including_remote_images' => __( 'found %d posts including remote images.', $this->text_domain),
237
+ 'and_with_n_post_has_missing_images' => __( "And with %d post has missing images.", $this->text_domain),
238
+ 'and_with_n_posts_have_missing_images' => __( "And with %d posts have missing images.", $this->text_domain),
239
+ 'no_posts_processed' => __( "No posts processed.", $this->text_domain),
240
+ 'no_post_has_remote_images_found' => __('No post has remote images found.', $this->text_domain),
241
+ 'no_posts_found' => __('No posts found.', $this->text_domain),
242
+ 'all_done' => __('All done.', $this->text_domain),
243
  'yes' => __('Yes'),
244
  'no' => __('No'),
245
+ 'scanning' => __('Scanning...', $this->text_domain),
246
+ 'listing' => __('Listing...', $this->text_domain),
247
  'id' => __('ID'),
248
+ 'post_type' => __('Post Type', $this->text_domain),
249
  'title' => __('Title'),
250
  'status' => __('Status'),
251
+ 'control' => __('Control', $this->text_domain),
252
  'done' => __('Done'),
253
  'delete' => __('Delete')
254
  );
345
  <td><?php echo $post_id; ?></td>
346
  <td><?php echo $post_type_object->labels->name; ?></td>
347
  <td><a href="<?php echo get_edit_post_link($post_id); ?>" target="_blank"><?php echo $title; ?> &#8667;</a></td>
348
+ <td><?php echo $this->has_missing_image ? '<span class="red">'.__('Has missing images.', $this->text_domain).'</span>' : '<span class="green">'.__('All remote images have been saved.', $this->text_domain).'</span>'; ?></td>
349
  </tr>
350
  <?php else: ?>
351
  <tr>
379
  <td><?php echo $post_id; ?></td>
380
  <td><?php echo $post_type_object->labels->name; ?></td>
381
  <td><a href="<?php echo get_edit_post_link($post_id); ?>" target="_blank"><?php echo $title; ?> &#8667;</a></td>
382
+ <td><?php echo $this->has_missing_image ? '<span class="red">'.__('Has missing images.', $this->text_domain).'</span>' : __('Normal', $this->text_domain); ?></a></td>
383
+ <td id="list-<?php echo $post_id; ?>"><input type="button" post-id="<?php echo $post_id; ?>" class="fetch-remote-images button button-primary" value="&#9997; <?php _e('Fetch', $this->text_domain); ?>" /></td>
384
  </tr>
385
  <?php else: ?>
386
  <tr>
422
  vertical-align: middle;
423
  }
424
  </style>
425
+ <a href="javascript:" id="save-remote-images-button" class="button save_remote_images" title="<?php _e('Save Remote Images', $this->text_domain); ?>"><span class="wp-media-buttons-icon"></span><?php _e('Save Remote Images', $this->text_domain); ?></a>
426
  <?php
427
  }
428
 
429
  public function load_language() {
430
+ load_plugin_textdomain( $this->text_domain, dirname( __FILE__ ) . '/lang' . 'lang', basename( dirname( __FILE__ ) ) . '/lang' );
431
  }
432
 
433
  function registerPluginLinks($links, $file) {
441
  function admin_menu() {
442
  $page_name = 'qqworld-auto-save-images';
443
  if ( is_plugin_active( 'qqworld-collector/qqworld-collector.php' ) ) {
444
+ $settings_page = add_submenu_page('qqworld-collector', __('Auto Save Images', $this->text_domain), __('Auto Save Images', $this->text_domain), 'manage_options', $page_name, array($this, 'fn'));
445
  } else {
446
+ $settings_page = add_submenu_page('options-general.php', __('QQWorld Auto Save Images', $this->text_domain), __('QQWorld Auto Save Images', $this->text_domain), 'manage_options', $page_name, array($this, 'fn'));
447
  }
448
  add_action( "load-{$settings_page}", array($this, 'help_tab') );
449
  }
452
  $screen = get_current_screen();
453
  $screen->add_help_tab( array(
454
  'id' => 'qqworld-auto-save-images-installation',
455
+ 'title' => __('Installation', $this->text_domain),
456
+ 'content' => __('<ol><li>Make sure the server configuration <strong>allow_url_fopen=1</strong> in php.ini.</li><li>Warning: If your website domain has been changed, you must modify all image link to new domain from database, or else all images which not modified in post content will be save again.</li></ol>', $this->text_domain)
457
  ) );
458
  $screen->add_help_tab( array(
459
  'id' => 'qqworld-auto-save-images-notice',
460
+ 'title' => __('Notice', $this->text_domain),
461
+ 'content' => __("<ul><li>This plugin has a little problem that is all the image url must be full url, it means must included \"http(s)://\", for example:<ul><li>&lt;img src=&quot;http://img.whitehouse.gov/image/2014/08/09/gogogo.jpg&quot; /&gt;</li><li>&lt;img src=&quot;http://www.bubugao.me/image/travel/beijing.png?date=20140218&quot; /&gt;</li> <li>&lt;img src=&quot;http://r4.ykimg.com/05410408543927D66A0B4D03A98AED24&quot; /&gt;</li><li>&lt;img src=&quot;https://example.com/image?id=127457&quot; /&gt;</li></ul></li><li>The examples that not works:<ul><li>&lt;img src=&quot;/images/great.png&quot; /&gt;</li><li>&lt;img src=&quot;./photo-lab/2014-08-09.jpg&quot; /&gt;</li><li>&lt;img src=&quot;img/background/black.gif&quot; /&gt;</li></ul></li></ul>I'v tried to figure this out, but i couldn't get the host name to make image src full.<br />So if you encounter these codes, plaese manually fix the images src to full url.", $this->text_domain)
462
  ) );
463
  $screen->add_help_tab( array(
464
  'id' => 'qqworld-auto-save-images-about',
465
  'title' => __('About'),
466
+ 'content' => __("<p>Hi everyone, My name is Michael Wang from china.</p><p>I made this plugin just for play in the first place, after 1 year, oneday someone sent an email to me for help , I was surprise and glad to realized my plugin has a fan. then more and more peoples asked me for helps, and my plugin was getting more and more powerful. Now this's my plugin. I hope you will like it, thanks.</p>", $this->text_domain)
467
  ) );
468
  }
469
 
470
  function fn() {
471
  ?>
472
+ <div class="wrap" id="qqworld-auto-save-images-container">
473
+ <h2><?php _e('QQWorld Auto Save Images', $this->text_domain); ?></h2>
474
+ <p><?php _e('Automatically keep the all remote picture to the local, and automatically set featured image.', $this->text_domain); ?>
475
  <form action="options.php" method="post" id="form">
476
  <?php settings_fields('qqworld_auto_save_images_settings'); ?>
477
+ <img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/banner-772x250.jpg" width="772" height="250" class="qc-banner" />
478
  <ul id="qqworld-auto-save-images-tabs">
479
  <li class="current"><?php _e('General'); ?></li>
480
+ <li><?php _e('Filter', $this->text_domain); ?></li>
481
+ <li><?php _e('Format', $this->text_domain); ?></li>
482
+ <li><?php _e('Scan Posts', $this->text_domain); ?></li>
483
+ <li><?php _e('Commercial Edition', $this->text_domain); ?></li>
484
+ <li><?php _e('Products', $this->text_domain); ?></li>
485
+ <li><?php _e('Contact', $this->text_domain); ?></li>
486
  </ul>
487
  <div class="tab-content">
488
  <table class="form-table">
489
  <tbody>
490
  <tr valign="top">
491
+ <th scope="row"><label><?php _e('Mode', $this->text_domain); ?></label></th>
492
  <td><fieldset>
493
+ <legend class="screen-reader-text"><span><?php _e('Mode', $this->text_domain); ?></span></legend>
494
  <label for="auto">
495
  <input name="qqworld_auto_save_images_mode" type="radio" id="auto" value="auto" <?php checked('auto', $this->mode); ?> />
496
+ <?php _e('Automatic', $this->text_domain); ?>
497
+ </label> <span class="icon help" title="<?php _e('Automatically save all remote images to local media libary when you save or publish post.', $this->text_domain); ?>"></span><br />
498
  <label for="manual">
499
  <input name="qqworld_auto_save_images_mode" type="radio" id="manual" value="manual" <?php checked('manual', $this->mode); ?> />
500
+ <?php _e('Manual', $this->text_domain); ?>
501
+ </label> <span class="icon help" title="<?php _e('Manually save all remote images to local media libary when you click the button on the top of editor.', $this->text_domain); ?>"></span>
502
  </fieldset></td>
503
  </tr>
504
 
505
  <tr id="second_level" valign="top"<?php if ($this->mode != 'auto') echo ' style="display: none;"'; ?>>
506
+ <th scope="row"><label><?php _e('When', $this->text_domain); ?></label></th>
507
  <td><fieldset>
508
+ <legend class="screen-reader-text"><span><?php _e('When', $this->text_domain); ?></span></legend>
509
  <label for="save">
510
  <input name="qqworld_auto_save_images_when" type="radio" id="save" value="save" <?php checked('save', $this->when); ?> />
511
+ <?php _e('Save post (Publish, save draft or pedding review).', $this->text_domain); ?>
512
  </label><br />
513
  <label for="publish">
514
  <input name="qqworld_auto_save_images_when" type="radio" id="publish" value="publish" <?php checked('publish', $this->when); ?> />
515
+ <?php _e('Publish post only.', $this->text_domain); ?>
516
  </label>
517
  </fieldset></td>
518
  </tr>
519
 
520
  <tr valign="top">
521
+ <th scope="row"><label><?php _e('Schedule Publish', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Save remote images via Schedule Publish.", $this->text_domain); ?>"></span></th>
522
  <td><fieldset>
523
+ <legend class="screen-reader-text"><span><?php _e('Schedule Publish', $this->text_domain); ?></span></legend>
524
  <label for="qqworld_auto_save_images_schedule_publish">
525
  <input name="qqworld_auto_save_images_schedule_publish" type="checkbox" id="qqworld_auto_save_images_schedule_publish" value="yes" <?php checked('yes', $this->schedule_publish); ?> />
526
  </label>
528
  </tr>
529
 
530
  <tr valign="top">
531
+ <th scope="row"><label><?php _e('Remote Publishing', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Save remote images via remote publishing from IFTTT or other way using XMLRPC. Only supports publish post.", $this->text_domain); ?>"></span></th>
532
  <td><fieldset>
533
+ <legend class="screen-reader-text"><span><?php _e('Remote Publishing', $this->text_domain); ?></span></legend>
534
  <label for="qqworld_auto_save_images_remote_publishing">
535
  <input name="qqworld_auto_save_images_remote_publishing" type="checkbox" id="qqworld_auto_save_images_remote_publishing" value="yes" <?php checked('yes', $this->remote_publishing); ?> />
536
  </label>
538
  </tr>
539
 
540
  <tr valign="top">
541
+ <th scope="row"><label><?php _e('Set Featured Image', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Set first one of the remote images as featured image.", $this->text_domain); ?>"></span></th>
542
  <td><fieldset>
543
+ <legend class="screen-reader-text"><span><?php _e('Set Featured Image', $this->text_domain); ?></span></legend>
544
  <label for="qqworld_auto_save_images_set_featured_image_yes">
545
  <input name="qqworld_auto_save_images_set_featured_image" type="checkbox" id="qqworld_auto_save_images_set_featured_image_yes" value="yes" <?php checked('yes', $this->featured_image); ?> />
546
  </label>
554
  <table class="form-table">
555
  <tbody>
556
  <tr valign="top">
557
+ <th scope="row"><label for="only_save_first"><?php _e('Grabbing from Each Posts', $this->text_domain); ?></label></th>
558
  <td><fieldset>
559
+ <legend class="screen-reader-text"><span><?php _e('Grabbing from Each Posts', $this->text_domain); ?></span></legend>
560
  <select id="only_save_first" name="qqworld_auto_save_images_only_save_first">
561
+ <option value="all" <?php selected('all', $this->only_save_first); ?>><?php _e('All Images', $this->text_domain); ?></option>
562
  <?php
563
  for ($i=1; $i<=30; $i++) {
564
  $selected = selected($i, $this->only_save_first, false);
565
+ echo '<option value="' . $i . '" '.$selected.'>' . sprintf(_n('First %d image only', 'First %d images only', $i, $this->text_domain), number_format_i18n($i)) . '</option>';
566
  }
567
  ?>
568
  </select>
569
  </fieldset></td>
570
  </tr>
571
  <tr valign="top">
572
+ <th scope="row"><label><?php _e('Minimum Picture Size', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Ignore smaller than this size picture.", $this->text_domain); ?>"></span></th>
573
  <td><fieldset>
574
+ <legend class="screen-reader-text"><span><?php _e('Minimum Picture Size', $this->text_domain); ?></span></legend>
575
  <label for="qqworld_auto_save_images_minimum_picture_size_width">
576
+ <?php _e('Width:', $this->text_domain); ?> <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)', $this->text_domain); ?>
577
  </label><br />
578
  <label for="qqworld_auto_save_images_minimum_picture_size_height">
579
+ <?php _e('Height:', $this->text_domain); ?> <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)', $this->text_domain); ?>
580
  </label>
581
  </fieldset></td>
582
  </tr>
583
  <tr valign="top">
584
+ <th scope="row"><label><?php _e('Maximum Picture Size', $this->text_domain); ?></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.", $this->text_domain); ?>"></span></th>
585
  <td><fieldset>
586
+ <legend class="screen-reader-text"><span><?php _e('Maximum Picture Size', $this->text_domain); ?></span></legend>
587
  <label for="qqworld_auto_save_images_maximum_picture_size_width">
588
+ <?php _e('Width:', $this->text_domain); ?> <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 _e('(px)', $this->text_domain); ?>
589
  </label><br />
590
  <label for="qqworld_auto_save_images_maximum_picture_size_height">
591
+ <?php _e('Height:', $this->text_domain); ?> <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 _e('(px)', $this->text_domain); ?>
592
  </label>
593
  </fieldset></td>
594
  </tr>
595
  <tr valign="top">
596
+ <th scope="row"><label><?php _e('Exclude Domain/Keyword', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Images will not be saved, if that url contains Exclude-Domain/Keyword.", $this->text_domain); ?>"></span></th>
597
  <td><fieldset>
598
+ <legend class="screen-reader-text"><span><?php _e('Exclude Domain/Keyword', $this->text_domain); ?></span></legend>
599
  <ul id="exclude_domain_list">
600
  <?php
601
  if (!empty($this->exclude_domain)) foreach ($this->exclude_domain as $domain) :
605
  <?php endif;
606
  endforeach; ?>
607
  </ul>
608
+ <input type="button" id="add_exclude_domain" class="button" value="<?php _e('Add a Domain/Keyword', $this->text_domain);?>" />
609
  </fieldset></td>
610
  </tr>
611
  </tbody>
616
  <table class="form-table">
617
  <tbody>
618
  <tr valign="top">
619
+ <th scope="row"><label for="auto_change_name"><?php _e('Change Image Filename', $this->text_domain); ?></label></th>
620
  <td>
621
  <fieldset>
622
+ <legend class="screen-reader-text"><span><?php _e('Change Image Filename', $this->text_domain); ?></span></legend>
623
  <select id="auto_change_name" name="qqworld_auto_save_images_auto_change_name">
624
  <option value="none" <?php selected('none', $this->change_image_name); ?>>1. <?php _e('No'); ?></option>
625
+ <option value="ascii" <?php selected('ascii', $this->change_image_name); ?>>2. <?php _e('Only change remote images filename that have Non-ASCii characters (for Windows Server)', $this->text_domain); ?></option>
626
+ <option value="all" <?php selected('all', $this->change_image_name); ?>>3. <?php _e('Change all remote images Filename and Alt as post name (for Linux Server)', $this->text_domain); ?></option>
627
  </select>
628
  </fieldset></td>
629
  </tr>
630
  <tr valign="top">
631
+ <th scope="row"><label for="filename-structure"><?php _e('Custom Filename Structure', $this->text_domain); ?></label></th>
632
  <td><fieldset>
633
+ <legend class="screen-reader-text"><span><?php _e('Custom Filename Structure', $this->text_domain); ?></span></legend>
634
  <label for="filename-structure">
635
  <input name="qqworld-auto-save-images-format[filename-structure]" type="text" id="filename-structure" class="regular-text" value="<?php echo $this->filename_structure; ?>" />
636
  </label>
637
  <p class="description">
638
+ <strong>%filename%</strong> : <?php _e('Original filename or automatic changed filename.', $this->text_domain); ?><br />
639
+ <strong>%date%</strong> : <?php _e('Full date, e.g. 20150209.', $this->text_domain); ?><br />
640
+ <strong>%year%</strong> - <?php _e('YYYY, e.g. 2015.', $this->text_domain); ?><br />
641
+ <strong>%month%</strong> - <?php _e('MM, e.g. 02.', $this->text_domain); ?><br />
642
+ <strong>%day%</strong> - <?php _e('DD, e.g. 15.', $this->text_domain); ?><br />
643
+ <strong>%time%</strong> - <?php _e('HHMMSS, e.g. 182547.', $this->text_domain); ?><br />
644
+ <strong>%timestamp%</strong> - <?php printf(__('Unix timestamp, e.g. %s.', $this->text_domain), time()); ?>
645
  </p>
646
  </fieldset></td>
647
  </tr>
648
  <tr valign="top">
649
+ <th scope="row"><label><?php _e('Change Title & Alt', $this->text_domain); ?></label> <span class="icon help" title="<?php _e('Automatically add title & alt of image as post title.', $this->text_domain); ?>"></span></th>
650
  <td><fieldset>
651
+ <legend class="screen-reader-text"><span><?php _e('Change Title & Alt', $this->text_domain); ?></span></legend>
652
  <label for="qqworld_auto_save_images_format_title_alt">
653
  <input name="qqworld-auto-save-images-format[title-alt]" type="checkbox" id="qqworld_auto_save_images_format_title_alt" value="yes" <?php checked('yes', $this->change_title_alt); ?> />
654
  </label>
655
  </fieldset></td>
656
  </tr>
657
  <tr valign="top">
658
+ <th scope="row"><label><?php _e('Keep Outside Links', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Keep the outside links of remote images if exist.", $this->text_domain); ?>"></span></th>
659
  <td><fieldset>
660
+ <legend class="screen-reader-text"><span><?php _e('Keep Outside Links', $this->text_domain); ?></span></legend>
661
  <label for="qqworld_auto_save_images_format_keep_outside_links">
662
  <input name="qqworld-auto-save-images-format[keep-outside-links]" type="checkbox" id="qqworld_auto_save_images_format_keep_outside_links" value="yes" <?php checked('yes', $this->keep_outside_links); ?> />
663
  </label>
664
  </fieldset></td>
665
  </tr>
666
  <tr valign="top">
667
+ <th scope="row"><label><?php _e('Save Outside Links', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Save the outside links to description of attachments.", $this->text_domain); ?>"></span></th>
668
  <td><fieldset>
669
+ <legend class="screen-reader-text"><span><?php _e('Save Outside Links', $this->text_domain); ?></span></legend>
670
  <label for="qqworld_auto_save_images_format_save_outside_links">
671
  <input name="qqworld-auto-save-images-format[save-outside-links]" type="checkbox" id="qqworld_auto_save_images_format_save_outside_links" value="yes" <?php checked('yes', $this->save_outside_links); ?> />
672
  </label>
673
+ <p><?php _e('To custom the content, add codes into <strong>functions.php</strong> like this below:', $this->text_domain); ?></p>
674
  <pre>add_filter('qqworld-auto-save-images-save-outsite-link', 'save_outside_link', 10, 2);
675
  function save_outside_link($content, $link) {
676
  $content = '&lta href="'.$link.'" target="_blank" rel="nofollow"&gt;Original Link&lt;/a&gt;';
679
  </fieldset></td>
680
  </tr>
681
  <tr valign="top">
682
+ <th scope="row"><label><?php _e('Image Size', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Replace images you want size to display.", $this->text_domain); ?>"></span></th>
683
  <td><fieldset>
684
+ <legend class="screen-reader-text"><span><?php _e('Image Size', $this->text_domain); ?></span></legend>
685
  <label>
686
  <select name="qqworld-auto-save-images-format[size]">
687
  <?php
698
  </fieldset></td>
699
  </tr>
700
  <tr valign="top">
701
+ <th scope="row"><label><?php _e('Link To', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("If you checked Keep-Outside-Links, this option will not works.", $this->text_domain); ?>"></span></th>
702
  <td><fieldset>
703
+ <legend class="screen-reader-text"><span><?php _e('Link To', $this->text_domain); ?></span></legend>
704
  <label>
705
  <select name="qqworld-auto-save-images-format[link-to]">
706
  <?php
716
  </fieldset></td>
717
  </tr>
718
  <tr valign="top">
719
+ <th scope="row"><label for="format-align-to"><?php _e('Align To', $this->text_domain); ?></label></th>
720
  <td><fieldset>
721
+ <legend class="screen-reader-text"><span><?php _e('Align To', $this->text_domain); ?></span></legend>
722
  <label>
723
  <select name="qqworld-auto-save-images-format[align-to]" id="format-align-to">
724
  <?php
735
  </fieldset></td>
736
  </tr>
737
  <tr valign="top">
738
+ <th scope="row"><label for="format_caption"><?php _e('Auto Caption', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Automatically add caption shortcode.", $this->text_domain); ?>"></span></th>
739
  <td><fieldset>
740
+ <legend class="screen-reader-text"><span><?php _e('Auto Caption', $this->text_domain); ?></span></legend>
741
  <label for="format_caption">
742
  <input name="qqworld-auto-save-images-format[auto-caption]" type="checkbox" id="format_caption" value="yes" <?php checked('yes', $this->auto_caption); ?> />
743
  </label>
744
  </fieldset></td>
745
  </tr>
746
  <tr valign="top">
747
+ <th scope="row"><label><?php _e('Additional Content', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("This content will be displayed after the each remote images code. you can use [Attachment ID] indicate current attachment ID.", $this->text_domain); ?>"></span></th>
748
  <td><fieldset>
749
+ <legend class="screen-reader-text"><span><?php _e('Additional Content', $this->text_domain); ?></span></legend>
750
  <label for="qqworld_auto_save_images_additional_content_after">
751
  <textarea name="qqworld-auto-save-images-format[additional-content][after]" rows="3" cols="80" id="qqworld_auto_save_images_additional_content_after"><?php echo $this->additional_content['after']; ?></textarea>
752
+ <p class="discription"><?php _e("For example: [Gbuy id='[Attachment ID]']", $this->text_domain); ?></p>
753
  </label>
754
  </fieldset></td>
755
  </tr>
766
  <table class="form-table">
767
  <tbody>
768
  <tr valign="top">
769
+ <th scope="row"><label><?php _e('Select post types', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("If you have too many posts to be scan, sometimes in process looks like stopping, but it may be fake. please be patient.", $this->text_domain) ?>"></span></th>
770
  <td>
771
  <?php $post_types = get_post_types('', 'objects'); ?>
772
  <ul id="post_types_list">
780
  </tr>
781
 
782
  <tr valign="top">
783
+ <th scope="row"><label><?php _e('Categories'); ?></label> <span class="icon help" title="<?php _e("Default empty to scan all categories.", $this->text_domain) ?>"></span></th>
784
+ <td id="categories_block"><?php _e('Please select post types.', $this->text_domain); ?></td>
785
  </tr>
786
 
787
  <tr valign="top">
788
+ <th scope="row"><label><?php _e('Scope of Post ID', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Default empty for scan all posts ID. If you want to scan posts ID from 50 to 100. please type '50' and '100' or '100' and '50', The order in which two numbers can be reversed. If you only type one number, system would only scan that ID.", $this->text_domain); ?>"></span></th>
789
+ <td><?php printf(__('From %1$s to %2$s', $this->text_domain), '<input type="number" class="small-text" name="id_from" />', '<input type="number" class="small-text" name="id_to" />'); ?></td>
790
  </tr>
791
 
792
  <tr valign="top">
793
+ <th scope="row"><label><?php _e('Offset', $this->text_domain); ?></label> <span class="icon help" title="<?php _e("Default scan all posts. If you want to scan 50-150 posts, please type '50' in the textfield and select '100'.", $this->text_domain); ?>"></span></th>
794
  <td>
795
+ <?php printf(__('Start from %s to Scan', $this->text_domain), '<input type="number" class="small-text" name="offset" value="0" disabled />'); ?>
796
  <select name="posts_per_page">
797
  <option value="-1"><?php _e('All'); ?></option>
798
  <?php for ($i=1; $i<=10; $i++) : ?>
808
  <select name="post_status">
809
  <?php
810
  global $wp_post_statuses;
811
+ echo '<option value="any" /> '.__('Any', $this->text_domain).'</option>';
812
  foreach ($wp_post_statuses as $slug => $status) {
813
  if (!in_array($slug, array('auto-draft', 'inherit', 'trash'))) echo '<option value="'.$slug.'" '.selected('publish', $slug, false).'> '.$status->label.'</option>';
814
  }
818
  </tr>
819
 
820
  <tr valign="top">
821
+ <th scope="row"><label><?php _e('Order By', $this->text_domain); ?></label></th>
822
  <td>
823
  <select name="orderby">
824
  <?php
828
  'title' => __('Title'),
829
  'date' => __('Date'),
830
  'modified' => __('Last Modified'),
831
+ 'comment_count' => __('Comment Count', $this->text_domain)
832
  );
833
  foreach ($orderby as $key => $name) : ?>
834
  <option value="<?php echo $key; ?>"<?php selected('date', $key); ?>><?php echo $name; ?></option>
848
  </tr>
849
 
850
  <tr valign="top">
851
+ <th scope="row"><label><?php _e('Speed', $this->text_domain); ?></label> <span class="icon help" title="<?php _e('If the server is too much stress may be appropriately reduced speed.', $this->text_domain); ?>"></span></th>
852
  <td>
853
  <select name="speed">
854
  <?php for ($i=1; $i<10; $i++) : ?>
861
  </tbody>
862
  </table>
863
  <p class="submit">
864
+ <input name="scan_old_posts" type="button" class="button-primary" id="scan_old_posts" value="<?php _e('Automatic', $this->text_domain); ?> &#8667;" /> <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.', $this->text_domain); ?>"></span>
865
+ <input name="list_all_posts" type="button" class="button-primary" id="list_all_posts" value="<?php _e('Manual', $this->text_domain); ?> &#9776;" /> <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.", $this->text_domain); ?>"></span>
866
  </p>
867
  </div>
868
  </div>
870
  <form action="" method="post" id="scan-cron">
871
  <div class="tab-content hidden">
872
  <div id="cron-list-container">
873
+ <p><img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/qc-banner-772x250.jpg" width="772" height="250" class="qc-banner" /></p>
874
+ <table id="product-info" class="form-table">
875
  <tbody>
876
+ <tr valign="top">
877
+ <th scope="row"><label><?php _e('Purchase or Trial', $this->text_domain); ?></label></th>
878
+ <td>
879
+ <p><?php _e("The commercial edition's plugin name is <strong>QQWorld Collector</strong>, Does the feeling of maintaining the site work very heavy? This plugin will save you a lot of time!", $this->text_domain); ?></p>
880
+ <p><?php printf(__('Price: from <strong>%s</strong>', $this->text_domain), _x('$15 (RMB &#165;99)', 'price', $this->text_domain)); ?></p>
881
+ <p><a href="https://www.qqworld.org/product/qqworld-collector" target="_blank" class="button button-primary"><?php _e('Details or Purchase', $this->text_domain); ?> &#8667;</a></p>
882
+ <p><a href="<?php _e('http://www.qqworld.org/how-to-buy-en?locale=en_US', $this->text_domain); ?>" target="_blank"><?php _e('How to buy?', $this->text_domain); ?></a> | <a href="<?php _e('https://www.qqworld.org/product-activation-en?locale=en_US', $this->text_domain); ?>" target="_blank" target="_blank"><?php _e('Product Activation', $this->text_domain); ?></a></p>
883
+ <?php printf(__('<h2>Don\'t know Chinese?</h2><p>Don\'t worry, click on this <a href="%s" target="_blank">link</a> to transfer important content from the website to English and then happily register, purchase and activate the product.</p>', $this->text_domain), 'https://www.qqworld.org/product/qqworld-collector?locale=en_US'); ?>
884
+ </td>
885
+ </tr>
886
+ <tr valign="top">
887
+ <th scope="row"><label><?php _e('Download', $this->text_domain); ?></label></th>
888
+ <td>
889
+ <p>
890
+ <a href="https://pan.baidu.com/s/17xOeihj6AvEPvgQnzHwuIA" class="button button-primary button-large qc-icon download" target="_blank"><?php _e('Baidi Network Disk', $this->text_domain); ?></a>
891
+ <a href="https://share.weiyun.com/5oYlXvE" class="button button-primary button-large qc-icon download" target="_blank"><?php _e('Tencent WeiYun', $this->text_domain); ?></a>
892
+ <a href="https://drive.google.com/open?id=0B8SziOUSW1wpT283ZWc5ZUNsUXM" class="button button-primary button-large qc-icon download" target="_blank"><?php _e('Google Drive', $this->text_domain); ?></a>
893
+ </p>
894
+ </td>
895
  </tr>
896
  <tr valign="top" id="manual-demo">
897
+ <th scope="row"><label><?php _e('Introduction', $this->text_domain); ?></label></th>
898
  <td><fieldset>
899
+ <legend class="screen-reader-text"><span><?php _e('Set Featured Image', $this->text_domain); ?></span></legend>
900
+ <?php _e('<iframe width="1024" height="600" src="https://www.youtube.com/embed/LtrQITIhScQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>', $this->text_domain); ?>
901
  </fieldset></td>
902
  </tr>
903
  <tr>
904
+ <th><?php _e('Edition Introduction', $this->text_domain); ?></th>
905
  <td>
906
+ <table class="wp-list-table widefat striped posts">
 
907
  <thead>
908
  <tr>
909
+ <td class="manage-column column-cb check-column"></td>
910
+ <th class="manage-column column-primary"><?php _e('Edition', $this->text_domain); ?></th>
911
+ <th class="manage-column"><?php _e('Description', $this->text_domain); ?></th>
 
 
912
  </tr>
913
  </thead>
914
  <tbody>
915
  <tr>
916
+ <th scope="row" class="check-column"></th>
917
+ <td class="column-primary">
918
+ <strong><?php _e('Cloud Storage Edition', $this->text_domain); ?></strong>
919
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
920
+ </td>
921
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php _ex('If you only need the cloud storage function, please purchase the Cloud Storage Edition, which supports 6 kinds of cloud storage in China, as well as AWS S3, FTP, sina chart bed, etc. You can automatically delete local attachments after synchronization and establish the remote cloud media library.', 'shopping guide', $this->text_domain); ?></td>
922
  </tr>
923
  <tr>
924
+ <th scope="row" class="check-column"></th>
925
+ <td class="column-primary">
926
+ <strong><?php _e('Professional Edition', $this->text_domain); ?></strong>
927
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
928
+ </td>
929
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php _ex('If you only need to capture remote image and watermark function, please buy Professional Edition.', 'shopping guide', $this->text_domain); ?></td>
930
  </tr>
931
  <tr>
932
+ <th scope="row" class="check-column"></th>
933
+ <td class="column-primary">
934
+ <strong><?php _e('Server Edition', $this->text_domain); ?></strong>
935
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
936
+ </td>
937
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php _ex('If you need to capture remote images, watermarks, and cloud storage, buy the Server Edition.', 'shopping guide', $this->text_domain); ?></td>
938
  </tr>
939
  <tr>
940
+ <th scope="row" class="check-column"></th>
941
+ <td class="column-primary">
942
+ <strong><?php _e('Website Master Edition', $this->text_domain); ?></strong>
943
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
944
+ </td>
945
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php _ex('If you need to capture remote image, watermark and collection function, but do not need cloud storage, please buy Website Master Edition, can be timed batch collection of Tmall, WeChat public number, toutiao today and taobao toutiao most of the sites.', 'shopping guide', $this->text_domain); ?></td>
946
  </tr>
947
  <tr>
948
+ <th scope="row" class="check-column"></th>
949
+ <td class="column-primary">
950
+ <strong><?php _e('Ultimate Edition', $this->text_domain); ?></strong>
951
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
952
+ </td>
953
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php _ex('If you want full functionality, buy the Ultimate Edition.', 'shopping guide', $this->text_domain); ?></td>
954
  </tr>
955
+ </tbody>
956
+ </table>
957
+ </td>
958
+ </tr>
959
+ <tr>
960
+ <th><?php _e('Website Edition', $this->text_domain); ?></th>
961
+ <td>
962
+ <table class="wp-list-table widefat striped posts">
963
+ <thead>
964
  <tr>
965
+ <td class="manage-column column-cb check-column"></td>
966
+ <th class="manage-column column-primary"><?php _e('Edition', $this->text_domain); ?></th>
967
+ <th class="manage-column"><?php _e('Description', $this->text_domain); ?></th>
 
 
968
  </tr>
969
+ </thead>
970
+ <tbody>
971
  <tr>
972
+ <th scope="row" class="check-column"></th>
973
+ <td class="column-primary">
974
+ <strong><?php _e('Single Site Edition', $this->text_domain); ?></strong>
975
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
976
+ </td>
977
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php _ex('If you only need 1-4 sites, please purchase this edition, 1 license can only activate 1 domain name, you can modify the domain name 6-7 times, but can not activate more than one domain name at the same time.', 'shopping guide', $this->text_domain); ?></td>
978
  </tr>
979
  <tr>
980
+ <th scope="row" class="check-column"></th>
981
+ <td class="column-primary">
982
+ <strong><?php _e('Multisite Edition', $this->text_domain); ?></strong>
983
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
984
+ </td>
985
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php printf(_x('If your site is <a href="%s" target="_blank" rel="noopener">Multi-Site mode</a>, please purchase this edition, just activate the main site domain name, unlimited sub site available.You can modify the master domain name 6-7 times, but you cannot activate multiple master domain names at the same time.', 'shopping guide', $this->text_domain), 'https://www.qqworld.org/archives/5426'); ?></td>
986
  </tr>
987
  <tr>
988
+ <th scope="row" class="check-column"></th>
989
+ <td class="column-primary">
990
+ <strong><?php _e('Whois Unlimited Edition', $this->text_domain); ?></strong>
991
+ <button type="button" class="toggle-row"><span class="screen-reader-text"><?php _e('Show more details'); ?></span></button>
992
+ </td>
993
+ <td data-colname="<?php _e('Description', $this->text_domain); ?>" class="column-description"><?php _ex('If you have more than 4 single sites required, please purchase Whois unlimited edition which can activate unlimited domain name across servers.The English name of the registrant can be changed for 6-7 times, but it is impossible to activate multiple registrants at the same time. Some domain registrars do not support turning off the domain name privacy protection, this domain name will not be able to be used to activate the Whois unlimited version, such as aliyun.', 'shopping guide', $this->text_domain); ?></td>
994
  </tr>
995
+ </tbody>
996
+ </table>
997
+ </td>
998
+ </tr>
999
+ <tr>
1000
+ <th><?php _e('Edition Difference', $this->text_domain); ?></th>
1001
+ <td>
1002
+
1003
+ <table id="comparison-table">
1004
+ <thead>
1005
  <tr>
1006
+ <th><?php _e('Items', $this->text_domain); ?></th>
1007
+ <th class="comparison-cell"><?php _e('Ultimate Edition', $this->text_domain); ?></th>
1008
+ <th class="comparison-cell"><?php _e('Master Edition', $this->text_domain); ?></th>
1009
+ <th class="comparison-cell"><?php _e('Server Edition', $this->text_domain); ?></th>
1010
+ <th class="comparison-cell"><?php _e('Professional Edition', $this->text_domain); ?></th>
1011
+ <th class="comparison-cell"><?php _e('Cloud Storage Edition', $this->text_domain); ?></th>
1012
+ </tr>
1013
+ </thead>
1014
+ <tbody>
1015
+ <tr>
1016
+ <td class="qc-svg collection">
1017
+ <strong><?php _e('Collection Project', $this->text_domain); ?></strong>
1018
+ <ol>
1019
+ <li><?php _e('Self-built collection project, set collection rules, using object-oriented programming compared to 2.x, it is very convenient to collect AJAX loaded pages and filter any collected content.', $this->text_domain); ?></li>
1020
+ <li><?php _e('Manual collection, you can select the posts to be collected, you can collect them by importing archive links or singular post links.', $this->text_domain); ?></li>
1021
+ <li><?php _e('Automatically collect, set up scheduled tasks, and let the website automatically collect posts.', $this->text_domain); ?></li>
1022
+ <li><?php _e('A template that automatically adds a header template and a footer template to the collected posts in the collection project.', $this->text_domain); ?></li>
1023
+ <li><?php _e('Collection project store with video tutorials. You can purchase collection project directly.', $this->text_domain); ?></li>
1024
+ <li><?php _e('Basically, as long as it is not a digital signature encrypted website, it can be collected.', $this->text_domain); ?></li>
1025
+ </ol>
1026
+ </td>
1027
  <td class="green"></td>
1028
  <td class="green"></td>
1029
  <td class="red"></td>
1030
+ <td class="red"></td>
1031
+ <td class="red"></td>
1032
  </tr>
1033
  <tr>
1034
+ <td class="qc-svg attachments">
1035
+ <strong><?php _e('Auto Save Attachment', $this->text_domain); ?></strong>
1036
+ <ol>
1037
+ <li><?php _e('Support for new editors of Wordpress 5.0.', $this->text_domain); ?></li>
1038
+ <li><?php _e('Automatically save remote attachments, as long as the file format allowed by the Wordpress media library can be crawled.', $this->text_domain); ?></li>
1039
+ <li><?php _e('Automatically save remote attachments, as long as the file format allowed by the Wordpress media library can be crawled.', $this->text_domain); ?></li>
1040
+ <li><?php _e('Format the HTML code of the collected remote image.', $this->text_domain); ?></li>
1041
+ <li><?php _e('You can not use the media library.', $this->text_domain); ?></li>
1042
+ <li><?php _e('Scan the post to automatically save remote attachments from the old post to local.', $this->text_domain); ?></li>
1043
+ <li><?php _e('Set up scheduled tasks to scan posts.', $this->text_domain); ?></li>
1044
+ <li><?php _e('Set thumbnail crop position.', $this->text_domain); ?></li>
1045
+ </ol>
1046
+ </td>
1047
+ <td class="green"></td>
1048
  <td class="green"></td>
1049
  <td class="green"></td>
1050
  <td class="green"></td>
1051
  <td class="red"></td>
1052
  </tr>
1053
  <tr>
1054
+ <td class="qc-svg watermark">
1055
+ <strong><?php _e('Watermark', $this->text_domain); ?></strong>
1056
+ <ol>
1057
+ <li><?php _e('Both image watermark and text watermark are supported.', $this->text_domain); ?></li>
1058
+ <li><?php _e('Scan the media library to watermark the image.', $this->text_domain); ?></li>
1059
+ </ol>
1060
+ </td>
1061
+ <td class="green"></td>
1062
+ <td class="green"></td>
1063
  <td class="green"></td>
1064
  <td class="green"></td>
 
1065
  <td class="red"></td>
1066
  </tr>
1067
  <tr>
1068
+ <td class="qc-svg translate">
1069
+ <strong><?php _e('Translate', $this->text_domain); ?></strong>
1070
+ <ol>
1071
+ <li><?php _e("You can use Baidu translation, Google free translation, Google translation and Simplified and Traditional chinese to translate the content of the article automatically or manually.", $this->text_domain); ?></li>
1072
+ <li><?php _e('Support automatic translation, manual translation or translation at the time of collection.', $this->text_domain); ?></li>
1073
+ <li><?php _e('Automatically translate post name.', $this->text_domain); ?></li>
1074
+ </ol>
1075
+ </td>
1076
+ <td class="green"></td>
1077
  <td class="green"></td>
1078
  <td class="green"></td>
1079
  <td class="red"></td>
1080
  <td class="red"></td>
1081
  </tr>
1082
  <tr>
1083
+ <td class="qc-svg cloud-storage">
1084
+ <strong><?php _e('Cloud Storage', $this->text_domain); ?></strong>
1085
+ <p class="description"><?php _e("A domain that serves no cookies. The idea here is that you use a cookie-free domain to serve images, CSS files, scripts and whatnot, so that your users don't waste time and bandwidth transmitting cookies for them.", $this->text_domain); ?></p>
1086
+ <ol>
1087
+ <li><?php _e("Cookie-free domain: use the local server save attachments, the idea here is that you use a cookie-free domain to serve images, CSS files, scripts and whatnot, so that your users don't waste time and bandwidth transmitting cookies for them.", $this->text_domain); ?></li>
1088
+ <li><?php _e('Controllable Cloud Storage: FTP, Aliyun OSS, QiNiu Cloud Storage, UpYun Cloud Storage, Tencent COS, Baidu BOS, UCloud UFile Storage. Most of these cloud storage require payment, but data security is higher.', $this->text_domain); ?></li>
1089
+ <li><?php _e('Others Cloud Storage: Sina images storage, SM.MS etc. These cloud storage are free, but the resources are less controllable and have the potential to be lost.', $this->text_domain); ?></li>
1090
+ </ol>
1091
+ </td>
1092
  <td class="green"></td>
1093
  <td class="red"></td>
1094
+ <td class="green"></td>
1095
  <td class="red"></td>
1096
+ <td class="green"></td>
1097
  </tr>
1098
  <tr>
1099
+ <td class="qc-svg proxy">
1100
+ <strong><?php _e('Proxy', $this->text_domain); ?></strong>
1101
+ <ol>
1102
+ <li><?php _e("Static Proxy: You can directly fill in the IP and port of the proxy server, I hope you have fast proxy server.", $this->text_domain); ?></li>
1103
+ <li><?php _e('Dynamic proxy: All are paid proxy, you need to fill in the URL to dynamically get the proxy address.', $this->text_domain); ?></li>
1104
+ </ol>
1105
+ </td>
1106
  <td class="green"></td>
1107
  <td class="green"></td>
1108
  <td class="red"></td>
1109
  <td class="red"></td>
1110
+ <td class="red"></td>
1111
  </tr>
1112
  <tr>
1113
+ <td class="qc-svg database">
1114
+ <strong><?php _e('Database', $this->text_domain); ?></strong>
1115
+ <p class="description"><?php _e("Help you to handle database content easily.", $this->text_domain); ?>
1116
+ <ol>
1117
+ <li><?php _e('Modify some characters in the database in batches.', $this->text_domain); ?></li>
1118
+ <li><?php _e('Batch restore the address of the controllable cloud storage to the local address.', $this->text_domain); ?></li>
1119
+ <li><?php _e('Automatically wipe specified tags or attributes in the post content.', $this->text_domain); ?></li>
1120
+ </ol>
1121
+ </td>
1122
  <td class="green"></td>
1123
  <td class="green"></td>
1124
  <td class="green"></td>
1125
  <td class="red"></td>
1126
+ <td class="green"></td>
1127
  </tr>
1128
  <tr>
1129
+ <td class="qc-svg anchor">
1130
+ <strong><?php _e('Automatic Anchor', $this->text_domain); ?></strong>
1131
+ <p class="description"><?php _e('Automatically add tags anchor to the keywords in the post content.', $this->text_domain); ?></p>
1132
+ <ol>
1133
+ <li><?php _e('The anchor link is automatically set according to the manually set keywords when the post content is output.', $this->text_domain); ?></li>
1134
+ <li><?php _e('Automatically set up existing article tags.', $this->text_domain); ?></li>
1135
+ </ol>
1136
+ </td>
1137
  <td class="green"></td>
1138
  <td class="green"></td>
1139
  <td class="red"></td>
1140
+ <td class="red"></td>
1141
+ <td class="red"></td>
1142
  </tr>
1143
  <tr>
1144
+ <td class="qc-svg pseudo-original">
1145
+ <strong><?php _e('Pseudo Original', $this->text_domain); ?></strong>
1146
+ <p class="description"><?php _e('Automatically replace the keywords in the post content.', $this->text_domain); ?></p>
1147
+ <ol>
1148
+ <li><?php _e('Built-in tens of thousands of thesaurus.', $this->text_domain); ?></li>
1149
+ <li><?php _e('The thesaurus can be built manually.', $this->text_domain); ?></li>
1150
+ </ol>
1151
+ </td>
1152
  <td class="green"></td>
1153
  <td class="green"></td>
1154
  <td class="red"></td>
1155
  <td class="red"></td>
1156
+ <td class="red"></td>
1157
  </tr>
1158
  <tr>
1159
+ <td class="qc-svg cleaner">
1160
+ <strong><?php _e('Cleaner', $this->text_domain); ?></strong>
1161
+ <p class="description"><?php _e('If you have a huge media library and do not know how many attachments has not bean used. this tool will help you to find out.', $this->text_domain); ?></p>
1162
+ <ol>
1163
+ <li><?php _e('Scan for attachments that are not in use and automatically delete them.', $this->text_domain); ?></li>
1164
+ <li><?php _e('Attachments to post are automatically deleted when the post is deleted.', $this->text_domain); ?></li>
1165
+ <li><?php _e('Automatically delete duplicated posts.', $this->text_domain); ?></li>
1166
+ <li><?php _e('Automatically delete empty posts.', $this->text_domain); ?></li>
1167
+ </ol>
1168
+ </td>
1169
+ <td class="green"></td>
1170
+ <td class="green"></td>
1171
  <td class="green"></td>
1172
  <td class="green"></td>
1173
  <td class="red"></td>
1174
+ </tr>
1175
+ <tr>
1176
+ <td></td>
1177
+ <td><center><?php printf(__('From %s', $this->text_domain), '&#165;399'); ?></center></td>
1178
+ <td><center><?php printf(__('From %s', $this->text_domain), '&#165;299'); ?></center></td>
1179
+ <td><center><?php printf(__('From %s', $this->text_domain), '&#165;199'); ?></center></td>
1180
+ <td><center><?php printf(__('From %s', $this->text_domain), '&#165;129'); ?></center></td>
1181
+ <td><center><?php printf(__('From %s', $this->text_domain), '&#165;99'); ?></center></td>
1182
  </tr>
1183
  </tbody>
1184
  </table>
1185
 
1186
  </td>
1187
  </tr>
 
 
 
 
 
 
 
1188
  </tbody>
1189
  </table>
1190
  </div>
1191
  </div>
1192
  </form>
1193
+ <!-- Products -->
1194
+ <div class="tab-content hidden">
1195
+ <?php
1196
+ $plugins = array(
1197
+ 'qqworld-collector' => array(
1198
+ 'recommend' => true,
1199
+ 'url' => 'https://www.qqworld.org/product/qqworld-collector',
1200
+ 'thumbnail' => QQWORLD_AUTO_SAVE_IMAGES_URL . 'images/products/plugins/qqworld-collector/thumbnail.jpg',
1201
+ 'title' => __('QQWorld Collector', $this->text_domain),
1202
+ 'description' => __('感觉维护网站的工作很繁重吗?本插件将为你节约大量的时间!QQWorld收藏家是一款Wordpress采集插件,可以采集绝大部分网站,特色是定时批量采集微信公众号和头条号,抓取微信图片、支持水印,支持阿里云OSS、又拍云、腾讯COS、七牛云存储和百度BOS,尤其是可以在同步后自动删除本地附件,建立远程云媒体库……', $this->text_domain),
1203
+ 'metas' => array(
1204
+ 'author' => array(
1205
+ 'label' => __('Author'),
1206
+ 'name' => __('Michael Wang', $this->text_domain),
1207
+ 'url' => 'https://www.qqworld.org',
1208
+ ),
1209
+ 'company' => array(
1210
+ 'label' => __('Company', $this->text_domain),
1211
+ 'name' => __('QQWorld', $this->text_domain),
1212
+ 'url' => 'https://www.qqworld.org',
1213
+ )
1214
+ )
1215
+ ),
1216
+ 'qqworld-theme-maker' => array(
1217
+ 'recommend' => true,
1218
+ 'url' => 'https://www.qqworld.org/product/qqworld-framework',
1219
+ 'thumbnail' => QQWORLD_AUTO_SAVE_IMAGES_URL . 'images/products/plugins/qqworld-framework/thumbnail.jpg',
1220
+ 'title' => __('QQWorld Theme Maker', $this->text_domain),
1221
+ 'description' => __('众多的设计狮存在一个苦恼,为何自己设计的漂亮的网站必须依靠程序员才能做成成品上线,作为一个不懂编程的设计狮能否独立完成一个网站的建设呢?答案是肯定的,阿Q的项目倾力打造的QQWorld主题制造可以实现这一目标。', $this->text_domain),
1222
+ 'metas' => array(
1223
+ 'author' => array(
1224
+ 'label' => __('Author'),
1225
+ 'name' => __('Michael Wang', $this->text_domain),
1226
+ 'url' => 'https://www.qqworld.org',
1227
+ ),
1228
+ 'company' => array(
1229
+ 'label' => __('Company', $this->text_domain),
1230
+ 'name' => __('QQWorld', $this->text_domain),
1231
+ 'url' => 'https://www.qqworld.org',
1232
+ )
1233
+ )
1234
+ ),
1235
+ /*'qqworld-woocommerce-assistant' => array(
1236
+ 'recommend' => true,
1237
+ 'url' => 'https://www.qqworld.org/product/qqworld-woocommerce-assistant',
1238
+ 'thumbnail' => QQWORLD_AUTO_SAVE_IMAGES_URL . 'images/products/plugins/qqworld-woocommerce-assistant/thumbnail.jpg',
1239
+ 'title' => __('QQWorld Woocommerce Assistant', $this->text_domain),
1240
+ 'description' => __('Woocommerce是一款非常优秀的电子商务插件,不过因为它的西方血统导致其在中国有些水土不服,本插件基于解决这些问题,为帮助Woocommerce能够更好地为中国地区用户服务而生。', $this->text_domain),
1241
+ 'metas' => array(
1242
+ 'author' => array(
1243
+ 'label' => __('Author'),
1244
+ 'name' => __('Michael Wang', $this->text_domain),
1245
+ 'url' => 'https://www.qqworld.org',
1246
+ ),
1247
+ 'company' => array(
1248
+ 'label' => __('Company', $this->text_domain),
1249
+ 'name' => __('QQWorld', $this->text_domain),
1250
+ 'url' => 'https://www.qqworld.org',
1251
+ )
1252
+ )
1253
+ ),
1254
+ 'qqworld-synchronizer' => array(
1255
+ 'recommend' => false,
1256
+ 'url' => 'https://www.qqworld.org/product/qqworld-synchronizer',
1257
+ 'thumbnail' => QQWORLD_AUTO_SAVE_IMAGES_URL . 'images/products/plugins/qqworld-synchronizer/thumbnail.png',
1258
+ 'title' => __('QQWorld Synchronizer', $this->text_domain),
1259
+ 'description' => __('QQWorld同步器是<a href="https://wordpress.org/plugins/qqworld-passport/" target="_blank">QQWorld通行证</a>的商业扩展插件,可以将网站的内容自动同步到社交网站,目前仅支持微信自定义菜单和微信登录或绑定微信时自动同步Woocommerce的收货地址。', $this->text_domain),
1260
+ 'metas' => array(
1261
+ 'author' => array(
1262
+ 'label' => __('Author'),
1263
+ 'name' => __('Michael Wang', $this->text_domain),
1264
+ 'url' => 'https://www.qqworld.org',
1265
+ ),
1266
+ 'company' => array(
1267
+ 'label' => __('Company', $this->text_domain),
1268
+ 'name' => __('QQWorld', $this->text_domain),
1269
+ 'url' => 'https://www.qqworld.org',
1270
+ )
1271
+ )
1272
+ ),
1273
+ 'qqworld-checkout' => array(
1274
+ 'recommend' => false,
1275
+ 'url' => 'https://www.qqworld.org/product/qqworld-checkout',
1276
+ 'thumbnail' => QQWORLD_AUTO_SAVE_IMAGES_URL . 'images/products/plugins/qqworld-checkout/thumbnail.jpg',
1277
+ 'title' => __('QQWorld Checkout', $this->text_domain),
1278
+ 'description' => __('这是一款用于Woocommerce的支付方式扩展插件,包含官方微信支付,支付宝以及第三方支付有赞支付,没有备案的网站也可以使用喔。', $this->text_domain),
1279
+ 'metas' => array(
1280
+ 'author' => array(
1281
+ 'label' => __('Author'),
1282
+ 'name' => __('Michael Wang', $this->text_domain),
1283
+ 'url' => 'https://www.qqworld.org',
1284
+ ),
1285
+ 'company' => array(
1286
+ 'label' => __('Company', $this->text_domain),
1287
+ 'name' => __('QQWorld', $this->text_domain),
1288
+ 'url' => 'https://www.qqworld.org',
1289
+ )
1290
+ )
1291
+ ),
1292
+ 'qqworld-mobile' => array(
1293
+ 'recommend' => false,
1294
+ 'url' => 'https://www.qqworld.org/product/qqworld-mobile',
1295
+ 'thumbnail' => QQWORLD_AUTO_SAVE_IMAGES_URL . 'images/products/plugins/qqworld-mobile/thumbnail.jpg',
1296
+ 'title' => __('QQWorld Mobile', $this->text_domain),
1297
+ 'description' => __('本插件致力于将手机短信功能和网站结合起来,支持手机号注册,短信找回密码以及适用于Woocommerce的短信通知客户发货物流信息。', $this->text_domain),
1298
+ 'metas' => array(
1299
+ 'author' => array(
1300
+ 'label' => __('Author'),
1301
+ 'name' => __('Michael Wang', $this->text_domain),
1302
+ 'url' => 'https://www.qqworld.org',
1303
+ ),
1304
+ 'company' => array(
1305
+ 'label' => __('Company', $this->text_domain),
1306
+ 'name' => __('QQWorld', $this->text_domain),
1307
+ 'url' => 'https://www.qqworld.org',
1308
+ )
1309
+ )
1310
+ )*/
1311
+ );
1312
+ ?>
1313
+ <ul class="qqworld-product-list">
1314
+ <?php foreach ($plugins as $plugin) : ?>
1315
+ <li>
1316
+ <figure class="photo">
1317
+ <?php if ($plugin['recommend']) : ?><span class="recommend"><?php _e('Recommend', $this->text_domain); ?></span><?php endif; ?>
1318
+ <a href="<?php echo $plugin['url']; ?>" target="_blank" title="<?php _e('Purchase', $this->text_domain); ?>"><img src="<?php echo $plugin['thumbnail']; ?>" /></a>
1319
+ </figure>
1320
+ <h3><?php echo $plugin['title']; ?></h3>
1321
+ <p class="description"><?php echo $plugin['description']; ?></p>
1322
+ <p class="metas">
1323
+ <?php foreach ($plugin['metas'] as $className => $meta) : ?>
1324
+ <span class="<?php echo $className; ?>"><?php echo $meta['label']; ?> / <a href="<?php echo $meta['url']; ?>" target="_blank"><?php echo $meta['name']; ?></a></span>
1325
+ <?php endforeach; ?>
1326
+ </p>
1327
+ </li>
1328
+ <?php endforeach; ?>
1329
+ </ul>
1330
+ </div>
1331
  <!-- Contact -->
1332
  <div class="tab-content hidden">
1333
+ <p><?php _e('This plugin is no longer updated, only fix Bugs. If you need new features, please consider purchasing a commercial version.', $this->text_domain); ?></p>
1334
+ <table id="contact-list" class="form-table">
1335
  <tbody>
1336
  <tr>
1337
+ <th scope="row"><label for=""><?php _ex('Developer', 'contact', $this->text_domain); ?></label></th>
1338
+ <td><?php _e('Michael Wang', $this->text_domain); ?></td>
1339
+ </tr>
1340
+ <tr>
1341
+ <th scope="row"><label for=""><?php _e('Official Website', $this->text_domain); ?></label></th>
1342
+ <td><a href="https://www.qqworld.org" target="_blank" class="button button-primary qc-icon link"><?php _e("QQWorld's Projects", $this->text_domain); ?></a></td>
1343
  </tr>
1344
  <tr>
1345
  <th scope="row"><label for=""><?php _e('Email'); ?></label></th>
1346
+ <td><a href="mailto:<?php _e('Michael Wang', $this->text_domain); ?> <admin@qqworld.org>" class="button button-primary qc-icon mail">admin@qqworld.org</a></td>
1347
+ </tr>
1348
+ <tr>
1349
+ <th scope="row"><label for=""><?php _e('Tencent QQ', $this->text_domain); ?></label></th>
1350
+ <td><a href="http://wpa.qq.com/msgrd?v=3&uin=172269588&site=qq&menu=yes">172269588</a> (<?php printf(__('%s: ', $this->text_domain), __('QQ Group', $this->text_domain)); ?>3372914)<br /><br />
1351
+ <img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/qrcode/qq-follow.png" class="qq qr-code" />
1352
+ <p><?php _e('Please use the QQ APP to scan the QR code.', $this->text_domain); ?></p></td>
1353
  </tr>
1354
  <tr>
1355
+ <th scope="row"><label for=""><?php _e('Wechat', $this->text_domain); ?></label></th>
1356
+ <td>kbzyzwxq (<?php printf(__('%s: ', $this->text_domain), __('WeChat Official Account', $this->text_domain)); _e('qqworld-project', $this->text_domain); ?>)<br /><br /><img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/qrcode/wechat-follow.png" class="qr-code" />
1357
+ <p><?php _e('Please use the WeChat APP to scan the QR code.', $this->text_domain); ?></p></td>
1358
  </tr>
1359
  <tr>
1360
+ <th scope="row"><label for=""><?php _e('Alipay', $this->text_domain); ?></label></th>
1361
+ <td><img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/qrcode/alipay-follow.png" class="qr-code" />
1362
+ <p><?php _e('Please use the Alipay APP to scan the QR code.', $this->text_domain); ?></p></td>
1363
  </tr>
1364
  <tr>
1365
+ <th scope="row"><label for=""><?php _e('Cellphone', $this->text_domain); ?></label></th>
1366
+ <td><a href="tel:13294296711" class="button button-primary qc-icon phone">13294296711</a></td>
1367
  </tr>
1368
  </tbody>
1369
  </table>
1435
  function remove_actions() {
1436
  remove_filter( 'wp_insert_post_data', array($this, 'fetch_images_when_saving') );
1437
  remove_action( 'wp_insert_post', array($this, 'set_featured_image_for_wp_4_6') );
1438
+ if ($this->schedule_publish == 'yes') remove_action( 'publish_future_post', array($this, 'fetch_images_after_save') );
1439
+ if ($this->remote_publishing) remove_action('xmlrpc_publish_post', array($this, 'fetch_images_after_save') );
1440
  }
1441
 
1442
  function utf8_urldecode($str) {
1467
  if ($this->has_remote_image) {
1468
  if ($this->has_missing_image) {
1469
  $result['type'] = 3;
1470
+ $result['msg'] = __('Has Missing/Undownloadable images.', $this->text_domain);
1471
  } else {
1472
  $result['type'] = 2;
1473
+ $result['msg'] = __('All remote images have been saved.', $this->text_domain);
1474
  }
1475
  } else {
1476
  $result['type'] = 1;
1477
+ $result['msg'] = __('No remote images found.', $this->text_domain);
1478
  }
1479
  $result['content'] = $content;
1480
  echo json_encode($result);
1676
  if ( $this->save_outside_links == 'yes' ) {
1677
  if ( preg_match('/<a[^>]*href=\"(.*?)\".*?>/i', $matches[0], $match) ) {
1678
  $link = $match[1];
1679
+ $description = '<a href="'.$link.'" target="_blank" rel="nofollow">'.__('Original Link', $this->text_domain).'</a>';
1680
  $description = apply_filters('qqworld-auto-save-images-save-outsite-link', $description, $link);
1681
  $args = array(
1682
  'ID' => $attachment_id,
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: qqworld
3
  Donate link:
4
  Tags: auto, save, local, fetch, images
5
  Requires at least: 3.5
6
- Tested up to: 4.7.1
7
- Stable tag: 1.8.3.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -67,8 +67,10 @@ Good News: Professional Edition has able to fix this.
67
  <li>Set no remote images saved into media library, it means would not generate thumbnail with many sizes. but if you checked Set-Featured-Image, the first remote image will be saved into media library.</li>
68
  <li>Support automatically convert BMP to JPG.</li>
69
  </ul>
70
- Buy: <a href="http://www.qqworld.org/products/qqworld-collector" target="_blank">QQWorld Collector (USD $18.81-$49.21)</a> | <a href="http://www.qqworld.org/how-to-buy">How to buy?</a>
71
- (No need understand chinese, there is a language switcher on right sidebar.)
 
 
72
 
73
  Contact:
74
  E-mail: admin@qqworld.org
@@ -110,8 +112,8 @@ QQ: 172269588
110
  <h4>插件的插件</h4>
111
  <a href="https://wordpress.org/plugins/grabber-for-qqworld-auto-save-images/">QQWorld自动保存图片的捕手</a>:抓取 PDF。
112
 
113
- <h4>专业版、服务器版、旗舰版</h4>
114
- <p>专专业版、服务器版、旗舰版</p>
115
  <ul>
116
  <li>可选择自动删除小于最小图像尺寸的远程图像HTML代码</li>
117
  <li>在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)</li>
@@ -129,8 +131,9 @@ QQ: 172269588
129
  <li>翻译(百度翻译,谷歌翻译),支持简繁体互转喔!</li>
130
  <li>可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了自动设置特色图片,则只会将第一幅图片保存到媒体库。</li>
131
  <li>支持BMP和WEBP转JPG</li>
 
132
  </ul>
133
- 购买:<a href="http://www.qqworld.org/products/qqworld-collector" target="_blank">QQWorld收藏家 (CNY &yen;99-&yen;259)</a> | <a href="http://www.qqworld.org/how-to-buy-cn">如何购买?</a>
134
 
135
  联系方式:
136
  邮件:admin@qqworld.org
3
  Donate link:
4
  Tags: auto, save, local, fetch, images
5
  Requires at least: 3.5
6
+ Tested up to: 5.0.1
7
+ Stable tag: 1.8.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
67
  <li>Set no remote images saved into media library, it means would not generate thumbnail with many sizes. but if you checked Set-Featured-Image, the first remote image will be saved into media library.</li>
68
  <li>Support automatically convert BMP to JPG.</li>
69
  </ul>
70
+ Buy: <a href="https://www.qqworld.org/product/qqworld-collector?locale=en_US" target="_blank">QQWorld Collector (USD $18.81-$56.81)</a> | <a href="http://www.qqworld.org/how-to-buy-en?locale=en_US" target="_blank">How to buy?</a> | <a href="https://www.qqworld.org/product-activation-en?locale=en_US" target="_blank" target="_blank">Product Activation</a>
71
+
72
+ <h4>Don't know Chinese?</h4>
73
+ Don't worry, click on this <a href="https://www.qqworld.org/product/qqworld-collector?locale=en_US" target="_blank">link</a> to transfer important content from the website to English and then happily register, purchase and activate the product.
74
 
75
  Contact:
76
  E-mail: admin@qqworld.org
112
  <h4>插件的插件</h4>
113
  <a href="https://wordpress.org/plugins/grabber-for-qqworld-auto-save-images/">QQWorld自动保存图片的捕手</a>:抓取 PDF。
114
 
115
+ <h4>付费版</h4>
116
+ <p>免费版相当于付费版的1个阉割的抓图模块,付费版将为你节约更多的时间。</p>
117
  <ul>
118
  <li>可选择自动删除小于最小图像尺寸的远程图像HTML代码</li>
119
  <li>在数据库中通过原链接和CRC检测重复图像(仅用于更新1.1版之后下载的图像)</li>
131
  <li>翻译(百度翻译,谷歌翻译),支持简繁体互转喔!</li>
132
  <li>可选择不保存图像到媒体库,这意味着不会生成各种尺寸的缩略图,但是如果勾选了自动设置特色图片,则只会将第一幅图片保存到媒体库。</li>
133
  <li>支持BMP和WEBP转JPG</li>
134
+ <li>...</li>
135
  </ul>
136
+ 购买:<a href="https://www.qqworld.org/product/qqworld-collector" target="_blank">QQWorld收藏家 (CNY &yen;99-&yen;399)</a> | <a href="https://www.qqworld.org/how-to-buy" target="_blank">如何购买?</a> | <a href="https://www.qqworld.org/product-activation" target="_blank">产品激活</a>
137
 
138
  联系方式:
139
  邮件:admin@qqworld.org