Enhanced Media Library - Version 2.4.4

Version Description

Release Date - February 16, 2017

Download this release

Release Info

Developer webbistro
Plugin Icon 128x128 Enhanced Media Library
Version 2.4.4
Comparing to
See all releases

Code changes from version 2.4.3 to 2.4.4

core/taxonomies.php CHANGED
@@ -1317,9 +1317,11 @@ if ( ! function_exists( 'wpuxss_eml_print_media_templates' ) ) {
1317
  <# } else { #>
1318
  <div class="centered">
1319
  <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>
1320
- <img src="{{ data.image.src }}" class="thumbnail" draggable="false" />
 
 
1321
  <# } else { #>
1322
- <img src="{{ data.icon }}" class="icon" draggable="false" />
1323
  <# } #>
1324
  </div>
1325
  <div class="filename">
1317
  <# } else { #>
1318
  <div class="centered">
1319
  <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>
1320
+ <img src="{{ data.image.src }}" class="thumbnail" draggable="false" alt="" />
1321
+ <# } else if ( data.sizes && data.sizes.medium ) { #>
1322
+ <img src="{{ data.sizes.medium.url }}" class="thumbnail" draggable="false" alt="" />
1323
  <# } else { #>
1324
+ <img src="{{ data.icon }}" class="icon" draggable="false" alt="" />
1325
  <# } #>
1326
  </div>
1327
  <div class="filename">
css/eml-admin-rtl.css CHANGED
@@ -137,7 +137,8 @@ body.upload-php.eml-grid #wpbody-content > .wrap {
137
  z-index: 10;
138
  }
139
  .media-frame.mode-eml-grid .media-frame-title,
140
- .media-frame.mode-eml-grid .media-frame-menu {
 
141
  display: none;
142
  }
143
  .media-frame.mode-eml-grid .media-frame-content {
137
  z-index: 10;
138
  }
139
  .media-frame.mode-eml-grid .media-frame-title,
140
+ .media-frame.mode-eml-grid .media-frame-menu,
141
+ .media-frame.mode-eml-grid .media-frame-toolbar {
142
  display: none;
143
  }
144
  .media-frame.mode-eml-grid .media-frame-content {
css/eml-admin.css CHANGED
@@ -137,7 +137,8 @@ body.upload-php.eml-grid #wpbody-content > .wrap {
137
  z-index: 10;
138
  }
139
  .media-frame.mode-eml-grid .media-frame-title,
140
- .media-frame.mode-eml-grid .media-frame-menu {
 
141
  display: none;
142
  }
143
  .media-frame.mode-eml-grid .media-frame-content {
137
  z-index: 10;
138
  }
139
  .media-frame.mode-eml-grid .media-frame-title,
140
+ .media-frame.mode-eml-grid .media-frame-menu,
141
+ .media-frame.mode-eml-grid .media-frame-toolbar {
142
  display: none;
143
  }
144
  .media-frame.mode-eml-grid .media-frame-content {
enhanced-media-library.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
- Version: 2.4.3
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
@@ -27,7 +27,7 @@ global $wp_version,
27
 
28
 
29
 
30
- $wpuxss_eml_version = '2.4.3';
31
 
32
 
33
 
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
+ Version: 2.4.4
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
27
 
28
 
29
 
30
+ $wpuxss_eml_version = '2.4.4';
31
 
32
 
33
 
js/eml-media-views.js CHANGED
@@ -690,9 +690,10 @@ window.eml = window.eml || { l10n: {} };
690
 
691
  if ( -1 !== $.inArray( this.options.filters, [ 'uploaded', 'all' ] ) ||
692
  ( parseInt( eml.l10n.force_filters ) &&
 
693
  'gallery-edit' !== this.controller._state &&
694
  'playlist-edit' !== this.controller._state &&
695
- 'video-playlist-edit' !== this.controller._state ) ||
696
  'customize' === eml.l10n.current_screen ) {
697
 
698
  if ( this.controller.isModeActive( 'grid' ) ||
690
 
691
  if ( -1 !== $.inArray( this.options.filters, [ 'uploaded', 'all' ] ) ||
692
  ( parseInt( eml.l10n.force_filters ) &&
693
+ ! this.controller.isModeActive( 'eml-bulk-edit' ) &&
694
  'gallery-edit' !== this.controller._state &&
695
  'playlist-edit' !== this.controller._state &&
696
+ 'video-playlist-edit' !== this.controller._state ) ||
697
  'customize' === eml.l10n.current_screen ) {
698
 
699
  if ( this.controller.isModeActive( 'grid' ) ||
languages/enhanced-media-library-de_DE.mo CHANGED
Binary file
languages/enhanced-media-library-de_DE.po CHANGED
@@ -1,28 +1,26 @@
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Enhanced Media Library PRO\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-19 22:54+0200\n"
6
- "PO-Revision-Date: 2017-01-19 22:54+0200\n"
7
- "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
- "Language-Team: German (Germany)\n"
9
- "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: Poedit 1.8.11\n"
15
- "X-Loco-Source-Locale: en-US\n"
16
- "X-Loco-Project-Id: 16288\n"
17
- "X-Loco-Api-Version: 1.0.14 20160726-1\n"
18
 
19
  #: core/mime-types.php:30
20
  msgid "MIME Types settings restored."
21
- msgstr ""
22
 
23
  #: core/mime-types.php:39
24
  msgid "MIME Types settings saved."
25
- msgstr ""
26
 
27
  #: core/mime-types.php:116
28
  #, php-format
@@ -48,16 +46,15 @@ msgstr "Taxonomien"
48
 
49
  #: core/options-pages.php:124 core/options-pages.php:287
50
  msgid "MIME Types"
51
- msgstr "MIME Types"
52
 
53
- #. Plugin Name of the plugin/theme
54
  #: core/options-pages.php:135 core/options-pages.php:136
55
  msgid "Enhanced Media Library"
56
  msgstr "Enhanced Media Library"
57
 
58
  #: core/options-pages.php:284
59
  msgid "General"
60
- msgstr ""
61
 
62
  #: core/options-pages.php:286 core/options-pages.php:1227
63
  msgid "Media Taxonomies"
@@ -68,10 +65,11 @@ msgstr "Media Taxonomien"
68
  #: core/options-pages.php:1527
69
  msgid "You do not have sufficient permissions to access this page."
70
  msgstr ""
 
71
 
72
  #: core/options-pages.php:324
73
  msgid "Image sizes"
74
- msgstr ""
75
 
76
  #: core/options-pages.php:325
77
  msgid ""
@@ -81,15 +79,15 @@ msgstr ""
81
 
82
  #: core/options-pages.php:329
83
  msgid "Thumbnail size"
84
- msgstr ""
85
 
86
  #: core/options-pages.php:331
87
  msgid "Width"
88
- msgstr ""
89
 
90
  #: core/options-pages.php:333
91
  msgid "Height"
92
- msgstr ""
93
 
94
  #: core/options-pages.php:336
95
  msgid ""
@@ -98,36 +96,36 @@ msgstr ""
98
 
99
  #: core/options-pages.php:341 core/options-pages.php:342
100
  msgid "Medium size"
101
- msgstr ""
102
 
103
  #: core/options-pages.php:343 core/options-pages.php:353
104
  msgid "Max Width"
105
- msgstr ""
106
 
107
  #: core/options-pages.php:345 core/options-pages.php:355
108
  msgid "Max Height"
109
- msgstr ""
110
 
111
  #: core/options-pages.php:351 core/options-pages.php:352
112
  msgid "Large size"
113
- msgstr ""
114
 
115
  #: core/options-pages.php:368
116
  msgid "Embeds"
117
- msgstr ""
118
 
119
  #: core/options-pages.php:375
120
  msgid "Uploading Files"
121
- msgstr ""
122
 
123
  #: core/options-pages.php:382
124
  msgid "Store uploads in this folder"
125
- msgstr ""
126
 
127
  #: core/options-pages.php:386
128
  #, php-format
129
  msgid "Default is %s"
130
- msgstr ""
131
 
132
  #: core/options-pages.php:392
133
  msgid "Full URL path to files"
@@ -135,11 +133,11 @@ msgstr ""
135
 
136
  #: core/options-pages.php:394
137
  msgid "Configuring this is optional. By default, it should be blank."
138
- msgstr ""
139
 
140
  #: core/options-pages.php:402
141
  msgid "Organize my uploads into month- and year-based folders"
142
- msgstr ""
143
 
144
  #: core/options-pages.php:474 core/options-pages.php:1251
145
  #: core/options-pages.php:1266 core/options-pages.php:1329
@@ -164,25 +162,25 @@ msgstr "Aktualisieren"
164
  #: core/options-pages.php:478 core/options-pages.php:1269
165
  #: core/options-pages.php:1332
166
  msgid "Add New"
167
- msgstr ""
168
 
169
  #: core/options-pages.php:479 core/options-pages.php:1270
170
  #: core/options-pages.php:1333
171
  msgid "New"
172
- msgstr ""
173
 
174
  #: core/options-pages.php:480
175
  msgid "Name"
176
- msgstr ""
177
 
178
  #: core/options-pages.php:481 core/options-pages.php:1271
179
  #: core/options-pages.php:1334
180
  msgid "Parent"
181
- msgstr ""
182
 
183
  #: core/options-pages.php:482 core/options-pages.php:718
184
  #: core/options-pages.php:1265 core/options-pages.php:1328
185
- #: core/taxonomies.php:340 enhanced-media-library.php:509
186
  msgid "All"
187
  msgstr "Alle"
188
 
@@ -193,7 +191,7 @@ msgstr "Durchsuchen"
193
 
194
  #: core/options-pages.php:485 core/options-pages.php:1316
195
  msgid "New Taxonomy"
196
- msgstr ""
197
 
198
  #: core/options-pages.php:487
199
  msgid "Remove Taxonomy"
@@ -212,23 +210,25 @@ msgstr ""
212
 
213
  #: core/options-pages.php:490
214
  msgid "Media items will remain intact."
215
- msgstr ""
216
 
217
  #: core/options-pages.php:491
218
  msgid "Are you still sure?"
219
- msgstr ""
220
 
221
  #: core/options-pages.php:492
222
  msgid "Yes, remove taxonomy"
223
- msgstr ""
224
 
225
  #: core/options-pages.php:494
226
  msgid "Duplicate"
227
- msgstr ""
228
 
229
  #: core/options-pages.php:495
230
  msgid "Taxonomy with the same name already exists. Please chose other one."
231
  msgstr ""
 
 
232
 
233
  #: core/options-pages.php:497
234
  msgid "Empty Fields"
@@ -253,27 +253,27 @@ msgstr ""
253
  #: core/options-pages.php:503 core/options-pages.php:508
254
  #: core/options-pages.php:552 core/options-pages.php:597
255
  msgid "Cancel"
256
- msgstr ""
257
 
258
  #: core/options-pages.php:505
259
  msgid "Synchronize Now"
260
- msgstr ""
261
 
262
  #: core/options-pages.php:506 core/options-pages.php:594
263
  msgid "This operation cannot be canceled! Are you still sure?"
264
- msgstr ""
265
 
266
  #: core/options-pages.php:507
267
  msgid "Synchronize"
268
- msgstr ""
269
 
270
  #: core/options-pages.php:509
271
  msgid "Synchronizing..."
272
- msgstr ""
273
 
274
  #: core/options-pages.php:547 core/options-pages.php:1655
275
  msgid "Restore WordPress default MIME Types"
276
- msgstr ""
277
 
278
  #: core/options-pages.php:548
279
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
@@ -281,15 +281,15 @@ msgstr ""
281
 
282
  #: core/options-pages.php:549
283
  msgid "Restore Defaults"
284
- msgstr ""
285
 
286
  #: core/options-pages.php:550
287
  msgid "Restoring..."
288
- msgstr ""
289
 
290
  #: core/options-pages.php:554
291
  msgid "Please fill into all fields."
292
- msgstr ""
293
 
294
  #: core/options-pages.php:555
295
  msgid "Duplicate extensions or MIME types. Please chose other one."
@@ -297,7 +297,7 @@ msgstr ""
297
 
298
  #: core/options-pages.php:592 core/options-pages.php:709
299
  msgid "Complete Cleanup"
300
- msgstr ""
301
 
302
  #: core/options-pages.php:593
303
  msgid ""
@@ -307,19 +307,19 @@ msgstr ""
307
 
308
  #: core/options-pages.php:595
309
  msgid "Yes, delete all data"
310
- msgstr ""
311
 
312
  #: core/options-pages.php:596
313
  msgid "Cleaning..."
314
- msgstr ""
315
 
316
  #: core/options-pages.php:627
317
  msgid "Enhanced Media Library Settings"
318
- msgstr ""
319
 
320
  #: core/options-pages.php:637
321
  msgid "Export"
322
- msgstr ""
323
 
324
  #: core/options-pages.php:641
325
  msgid ""
@@ -331,11 +331,11 @@ msgstr ""
331
 
332
  #: core/options-pages.php:646
333
  msgid "Export Plugin Settings"
334
- msgstr ""
335
 
336
  #: core/options-pages.php:656
337
  msgid "Import"
338
- msgstr ""
339
 
340
  #: core/options-pages.php:660
341
  msgid ""
@@ -351,51 +351,54 @@ msgid ""
351
  "to restore current data from an automatic backup in case you are not "
352
  "satisfied with the result of the import."
353
  msgstr ""
 
 
 
354
 
355
  #: core/options-pages.php:668
356
  msgid "Import Plugin Settings"
357
- msgstr ""
358
 
359
  #: core/options-pages.php:680
360
  msgid "Restore"
361
- msgstr ""
362
 
363
  #: core/options-pages.php:686
364
  msgid "No backup available at the moment."
365
- msgstr ""
366
 
367
  #: core/options-pages.php:688
368
  msgid "Backup will be created automatically before any import operation."
369
- msgstr ""
370
 
371
  #: core/options-pages.php:692
372
  msgid ""
373
  "The backup has been automatically created before the latest import operation."
374
- msgstr ""
375
 
376
  #: core/options-pages.php:696
377
  msgid "Restore Settings from the Backup"
378
- msgstr ""
379
 
380
  #: core/options-pages.php:716
381
  msgid "What will be deleted:"
382
- msgstr ""
383
 
384
  #: core/options-pages.php:721
385
  msgid "All plugin options"
386
- msgstr ""
387
 
388
  #: core/options-pages.php:722
389
  msgid "All plugin backups stored in database"
390
- msgstr ""
391
 
392
  #: core/options-pages.php:726
393
  msgid "What will remain intact:"
394
- msgstr ""
395
 
396
  #: core/options-pages.php:727
397
  msgid "All media items"
398
- msgstr ""
399
 
400
  #: core/options-pages.php:728
401
  msgid "All taxonomies not listed above"
@@ -415,43 +418,43 @@ msgstr ""
415
 
416
  #: core/options-pages.php:739
417
  msgid "Delete All Data & Deactivate"
418
- msgstr ""
419
 
420
  #: core/options-pages.php:839
421
  msgid "Please upload a file to import settings."
422
- msgstr ""
423
 
424
  #: core/options-pages.php:865
425
  msgid "Plugin settings imported."
426
- msgstr ""
427
 
428
  #: core/options-pages.php:912
429
  msgid "Plugin settings restored from the backup."
430
- msgstr ""
431
 
432
  #: core/options-pages.php:1103
433
  msgid "Media Items Order"
434
- msgstr ""
435
 
436
  #: core/options-pages.php:1110
437
  msgid "Order media items by"
438
- msgstr ""
439
 
440
  #: core/options-pages.php:1113
441
  msgid "Date"
442
- msgstr ""
443
 
444
  #: core/options-pages.php:1114
445
  msgid "Title"
446
- msgstr ""
447
 
448
  #: core/options-pages.php:1115
449
  msgid "Custom Order"
450
- msgstr ""
451
 
452
  #: core/options-pages.php:1117 core/options-pages.php:1129
453
  msgid "For media library and media popups"
454
- msgstr ""
455
 
456
  #: core/options-pages.php:1118
457
  msgid "Option allows to change order by drag and drop with Custom Order value."
@@ -459,15 +462,15 @@ msgstr ""
459
 
460
  #: core/options-pages.php:1123
461
  msgid "Sort order"
462
- msgstr ""
463
 
464
  #: core/options-pages.php:1126
465
  msgid "Ascending"
466
- msgstr ""
467
 
468
  #: core/options-pages.php:1127
469
  msgid "Descending"
470
- msgstr ""
471
 
472
  #: core/options-pages.php:1142
473
  msgid "Media Shortcodes"
@@ -500,11 +503,13 @@ msgstr ""
500
  msgid ""
501
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
502
  msgstr ""
 
 
503
 
504
  #: core/options-pages.php:1160
505
  #, php-format
506
  msgid "%sLearn more%s."
507
- msgstr ""
508
 
509
  #: core/options-pages.php:1162
510
  #, php-format
@@ -533,15 +538,15 @@ msgstr "Taxonomie löschen"
533
 
534
  #: core/options-pages.php:1260 core/options-pages.php:1323
535
  msgid "Labels"
536
- msgstr ""
537
 
538
  #: core/options-pages.php:1262 core/options-pages.php:1325
539
  msgid "Singular"
540
- msgstr ""
541
 
542
  #: core/options-pages.php:1263 core/options-pages.php:1326
543
  msgid "Plural"
544
- msgstr ""
545
 
546
  #: core/options-pages.php:1264 core/options-pages.php:1327
547
  msgid "Menu Name"
@@ -589,7 +594,7 @@ msgstr ""
589
 
590
  #: core/options-pages.php:1287 core/options-pages.php:1350
591
  msgid "Show in REST"
592
- msgstr ""
593
 
594
  #: core/options-pages.php:1288 core/options-pages.php:1351
595
  msgid "Rewrite Slug"
@@ -605,7 +610,7 @@ msgstr "Neue Taxonomie hinzufügen"
605
 
606
  #: core/options-pages.php:1374
607
  msgid "Non-Media Taxonomies"
608
- msgstr "Nicht-Medien Taxonimien"
609
 
610
  #: core/options-pages.php:1437
611
  msgid "Options"
@@ -643,7 +648,7 @@ msgstr "Filter erzwingen"
643
 
644
  #: core/options-pages.php:1472
645
  msgid "Show media filters for ANY Media Popup"
646
- msgstr ""
647
 
648
  #: core/options-pages.php:1473
649
  msgid "Try this if filters are not shown for third-party plugins or themes."
@@ -651,7 +656,7 @@ msgstr ""
651
 
652
  #: core/options-pages.php:1479 core/options-pages.php:1482
653
  msgid "Show count"
654
- msgstr ""
655
 
656
  #: core/options-pages.php:1483
657
  msgid "Show item count per category for media filters"
@@ -659,7 +664,7 @@ msgstr ""
659
 
660
  #: core/options-pages.php:1537
661
  msgid "Add New MIME Type"
662
- msgstr "Neuen MIME Type hinzufügen"
663
 
664
  #: core/options-pages.php:1557 core/options-pages.php:1612
665
  msgid "Extension"
@@ -667,7 +672,7 @@ msgstr "Dateiendung"
667
 
668
  #: core/options-pages.php:1558 core/options-pages.php:1613
669
  msgid "MIME Type"
670
- msgstr "MIME Type"
671
 
672
  #: core/options-pages.php:1559 core/options-pages.php:1614
673
  msgid "Singular Label"
@@ -701,47 +706,47 @@ msgstr ""
701
 
702
  #: core/options-pages.php:1684
703
  msgid "What's new in"
704
- msgstr ""
705
 
706
  #: core/options-pages.php:1684
707
  msgid "version"
708
- msgstr ""
709
 
710
  #: core/options-pages.php:1687
711
  msgid "More features under the hood"
712
- msgstr ""
713
 
714
  #: core/options-pages.php:1689
715
  msgid "Support"
716
- msgstr ""
717
 
718
  #: core/options-pages.php:1690
719
  msgid "Feel free to ask for help on"
720
- msgstr ""
721
 
722
  #: core/options-pages.php:1690
723
  msgid "Support is free for both versions of the plugin."
724
- msgstr ""
725
 
726
  #: core/options-pages.php:1692
727
  msgid "Plugin rating"
728
- msgstr ""
729
 
730
  #: core/options-pages.php:1693
731
  msgid "Please"
732
- msgstr ""
733
 
734
  #: core/options-pages.php:1693
735
  msgid "vote for the plugin"
736
- msgstr ""
737
 
738
  #: core/options-pages.php:1693
739
  msgid "Thanks!"
740
- msgstr ""
741
 
742
  #: core/options-pages.php:1695
743
  msgid "Other plugins you may find useful"
744
- msgstr ""
745
 
746
  #: core/options-pages.php:1734
747
  msgid "Utility"
@@ -749,7 +754,7 @@ msgstr ""
749
 
750
  #: core/options-pages.php:1757
751
  msgid "Vote!"
752
- msgstr ""
753
 
754
  #: core/taxonomies.php:101
755
  msgid "Media Taxonomies settings saved."
@@ -757,14 +762,14 @@ msgstr ""
757
 
758
  #: core/taxonomies.php:159
759
  msgid "Media Library settings saved."
760
- msgstr ""
761
 
762
  #: core/taxonomies.php:333 core/taxonomies.php:339
763
- #: enhanced-media-library.php:508
764
  msgid "Filter by"
765
- msgstr "Filtern nach"
766
 
767
- #: core/taxonomies.php:341 enhanced-media-library.php:510
768
  msgid "Not in a"
769
  msgstr "Nicht in"
770
 
@@ -792,70 +797,74 @@ msgstr "Beschreibe diese Audio-Datei&hellip;"
792
  msgid "Describe this media file&hellip;"
793
  msgstr "Beschreibe diese Medien-Datei&hellip;"
794
 
795
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
796
  msgid "All Uncategorized"
797
  msgstr "Alle unkategorisierten"
798
 
799
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
800
  msgid "Reset All Filters"
801
  msgstr "Alle Filter zurücksetzen"
802
 
803
- #: enhanced-media-library.php:541
804
  msgid "Uploaded to post #"
805
- msgstr ""
806
 
807
- #: enhanced-media-library.php:542
808
  msgid "Based On"
809
- msgstr ""
810
 
811
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
812
  msgid "Media Categories"
813
- msgstr ""
814
 
815
- #: enhanced-media-library.php:575
816
  msgid "Media Category"
817
- msgstr ""
818
 
819
- #: enhanced-media-library.php:577
820
  msgid "All Media Categories"
821
- msgstr ""
822
 
823
- #: enhanced-media-library.php:578
824
  msgid "Edit Media Category"
825
- msgstr ""
826
 
827
- #: enhanced-media-library.php:579
828
  msgid "View Media Category"
829
- msgstr ""
830
 
831
- #: enhanced-media-library.php:580
832
  msgid "Update Media Category"
833
- msgstr ""
834
 
835
- #: enhanced-media-library.php:581
836
  msgid "Add New Media Category"
837
- msgstr ""
838
 
839
- #: enhanced-media-library.php:582
840
  msgid "New Media Category Name"
841
- msgstr ""
842
 
843
- #: enhanced-media-library.php:583
844
  msgid "Parent Media Category"
845
- msgstr ""
846
 
847
- #: enhanced-media-library.php:584
848
  msgid "Parent Media Category:"
849
- msgstr ""
850
 
851
- #: enhanced-media-library.php:585
852
  msgid "Search Media Categories"
 
 
 
 
853
  msgstr ""
854
 
855
  #. Plugin URI of the plugin/theme
856
  #. Author URI of the plugin/theme
857
  msgid "http://wpUXsolutions.com"
858
- msgstr ""
859
 
860
  #. Description of the plugin/theme
861
  msgid ""
@@ -864,4 +873,4 @@ msgstr "Dieses Plugin ist nützlich für alle, die viele Medien verwalten."
864
 
865
  #. Author of the plugin/theme
866
  msgid "wpUXsolutions"
867
- msgstr ""
1
+ # Translation of Enhanced Media Library (Free & PRO) in German
2
+ # This file is distributed under the same license as the Enhanced Media Library (Free & PRO) package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2017-02-11 15:14+0200\n"
7
+ "PO-Revision-Date: 2017-02-11 15:14+0200\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: \n"
10
+ "Language: de\n"
 
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 1.8.11\n"
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
19
+ msgstr "MIME-Typ-Einstellungen wiederhergestellt."
20
 
21
  #: core/mime-types.php:39
22
  msgid "MIME Types settings saved."
23
+ msgstr "MIME-Typ-Einstellungen gespeichert."
24
 
25
  #: core/mime-types.php:116
26
  #, php-format
46
 
47
  #: core/options-pages.php:124 core/options-pages.php:287
48
  msgid "MIME Types"
49
+ msgstr "MIME-Typen"
50
 
 
51
  #: core/options-pages.php:135 core/options-pages.php:136
52
  msgid "Enhanced Media Library"
53
  msgstr "Enhanced Media Library"
54
 
55
  #: core/options-pages.php:284
56
  msgid "General"
57
+ msgstr "Allgemein"
58
 
59
  #: core/options-pages.php:286 core/options-pages.php:1227
60
  msgid "Media Taxonomies"
65
  #: core/options-pages.php:1527
66
  msgid "You do not have sufficient permissions to access this page."
67
  msgstr ""
68
+ "Du hast nicht die erforderlichen Rechte, um auf diese Seite zuzugreifen."
69
 
70
  #: core/options-pages.php:324
71
  msgid "Image sizes"
72
+ msgstr "Bildgrössen"
73
 
74
  #: core/options-pages.php:325
75
  msgid ""
79
 
80
  #: core/options-pages.php:329
81
  msgid "Thumbnail size"
82
+ msgstr "Vorschaubildgrösse"
83
 
84
  #: core/options-pages.php:331
85
  msgid "Width"
86
+ msgstr "Breite"
87
 
88
  #: core/options-pages.php:333
89
  msgid "Height"
90
+ msgstr "Höhe"
91
 
92
  #: core/options-pages.php:336
93
  msgid ""
96
 
97
  #: core/options-pages.php:341 core/options-pages.php:342
98
  msgid "Medium size"
99
+ msgstr "Mittel"
100
 
101
  #: core/options-pages.php:343 core/options-pages.php:353
102
  msgid "Max Width"
103
+ msgstr "Maximale Breite"
104
 
105
  #: core/options-pages.php:345 core/options-pages.php:355
106
  msgid "Max Height"
107
+ msgstr "Maximale Höhe"
108
 
109
  #: core/options-pages.php:351 core/options-pages.php:352
110
  msgid "Large size"
111
+ msgstr "Gross"
112
 
113
  #: core/options-pages.php:368
114
  msgid "Embeds"
115
+ msgstr "Embeds"
116
 
117
  #: core/options-pages.php:375
118
  msgid "Uploading Files"
119
+ msgstr "Dateien hochladen"
120
 
121
  #: core/options-pages.php:382
122
  msgid "Store uploads in this folder"
123
+ msgstr "Uploads in folgendem Ordner speichern"
124
 
125
  #: core/options-pages.php:386
126
  #, php-format
127
  msgid "Default is %s"
128
+ msgstr "Standard ist %s"
129
 
130
  #: core/options-pages.php:392
131
  msgid "Full URL path to files"
133
 
134
  #: core/options-pages.php:394
135
  msgid "Configuring this is optional. By default, it should be blank."
136
+ msgstr "Konfiguration ist optional. Normalerweise sollte das leer sein."
137
 
138
  #: core/options-pages.php:402
139
  msgid "Organize my uploads into month- and year-based folders"
140
+ msgstr "Meine Uploads in Monats- und Jahresordner sortieren."
141
 
142
  #: core/options-pages.php:474 core/options-pages.php:1251
143
  #: core/options-pages.php:1266 core/options-pages.php:1329
162
  #: core/options-pages.php:478 core/options-pages.php:1269
163
  #: core/options-pages.php:1332
164
  msgid "Add New"
165
+ msgstr "Neu hinzufügen"
166
 
167
  #: core/options-pages.php:479 core/options-pages.php:1270
168
  #: core/options-pages.php:1333
169
  msgid "New"
170
+ msgstr "Neu"
171
 
172
  #: core/options-pages.php:480
173
  msgid "Name"
174
+ msgstr "Name"
175
 
176
  #: core/options-pages.php:481 core/options-pages.php:1271
177
  #: core/options-pages.php:1334
178
  msgid "Parent"
179
+ msgstr "Übergeordneter"
180
 
181
  #: core/options-pages.php:482 core/options-pages.php:718
182
  #: core/options-pages.php:1265 core/options-pages.php:1328
183
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
184
  msgid "All"
185
  msgstr "Alle"
186
 
191
 
192
  #: core/options-pages.php:485 core/options-pages.php:1316
193
  msgid "New Taxonomy"
194
+ msgstr "Neue Taxonomie"
195
 
196
  #: core/options-pages.php:487
197
  msgid "Remove Taxonomy"
210
 
211
  #: core/options-pages.php:490
212
  msgid "Media items will remain intact."
213
+ msgstr "Medien bleiben erhalten"
214
 
215
  #: core/options-pages.php:491
216
  msgid "Are you still sure?"
217
+ msgstr "Bist du immer noch sicher?"
218
 
219
  #: core/options-pages.php:492
220
  msgid "Yes, remove taxonomy"
221
+ msgstr "Ja, Taxonomie löschen"
222
 
223
  #: core/options-pages.php:494
224
  msgid "Duplicate"
225
+ msgstr "Duplikat"
226
 
227
  #: core/options-pages.php:495
228
  msgid "Taxonomy with the same name already exists. Please chose other one."
229
  msgstr ""
230
+ "Es existiert bereits eine Taxonomie mit demselben Namen. Bitte wähle einen "
231
+ "anderen."
232
 
233
  #: core/options-pages.php:497
234
  msgid "Empty Fields"
253
  #: core/options-pages.php:503 core/options-pages.php:508
254
  #: core/options-pages.php:552 core/options-pages.php:597
255
  msgid "Cancel"
256
+ msgstr "Abbrechen"
257
 
258
  #: core/options-pages.php:505
259
  msgid "Synchronize Now"
260
+ msgstr "Jetzt synchronisieren"
261
 
262
  #: core/options-pages.php:506 core/options-pages.php:594
263
  msgid "This operation cannot be canceled! Are you still sure?"
264
+ msgstr "Diese Aktion kann nicht abgebrochen werden! Bist du immer noch sicher?"
265
 
266
  #: core/options-pages.php:507
267
  msgid "Synchronize"
268
+ msgstr "Synchronisieren"
269
 
270
  #: core/options-pages.php:509
271
  msgid "Synchronizing..."
272
+ msgstr "Synchronisiere…"
273
 
274
  #: core/options-pages.php:547 core/options-pages.php:1655
275
  msgid "Restore WordPress default MIME Types"
276
+ msgstr "Standard WordPress MIME Typen wiederherstellen"
277
 
278
  #: core/options-pages.php:548
279
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
281
 
282
  #: core/options-pages.php:549
283
  msgid "Restore Defaults"
284
+ msgstr "Standard wiederherstellen"
285
 
286
  #: core/options-pages.php:550
287
  msgid "Restoring..."
288
+ msgstr "Wird wiederhergestellt…"
289
 
290
  #: core/options-pages.php:554
291
  msgid "Please fill into all fields."
292
+ msgstr "Bitte füllen Sie alle Felder aus."
293
 
294
  #: core/options-pages.php:555
295
  msgid "Duplicate extensions or MIME types. Please chose other one."
297
 
298
  #: core/options-pages.php:592 core/options-pages.php:709
299
  msgid "Complete Cleanup"
300
+ msgstr "Vollständiges Aufräumen"
301
 
302
  #: core/options-pages.php:593
303
  msgid ""
307
 
308
  #: core/options-pages.php:595
309
  msgid "Yes, delete all data"
310
+ msgstr "Ja, alle Daten löschen"
311
 
312
  #: core/options-pages.php:596
313
  msgid "Cleaning..."
314
+ msgstr "Aufräumen…"
315
 
316
  #: core/options-pages.php:627
317
  msgid "Enhanced Media Library Settings"
318
+ msgstr "Einstellungen der verbesserten Medienbibliothek"
319
 
320
  #: core/options-pages.php:637
321
  msgid "Export"
322
+ msgstr "Exportieren"
323
 
324
  #: core/options-pages.php:641
325
  msgid ""
331
 
332
  #: core/options-pages.php:646
333
  msgid "Export Plugin Settings"
334
+ msgstr "Plugin-Einstellungen exportieren"
335
 
336
  #: core/options-pages.php:656
337
  msgid "Import"
338
+ msgstr "Importieren"
339
 
340
  #: core/options-pages.php:660
341
  msgid ""
351
  "to restore current data from an automatic backup in case you are not "
352
  "satisfied with the result of the import."
353
  msgstr ""
354
+ "Alle Plugin-Einstellungen werden beim importieren überschrieben. Du kannst "
355
+ "die jetzigen Daten aus einem automatischen Backup wiederherstellen, wenn du "
356
+ "mit dem Resultat des Imports nicht zufrieden bist."
357
 
358
  #: core/options-pages.php:668
359
  msgid "Import Plugin Settings"
360
+ msgstr "Plugin-Einstellungen importieren"
361
 
362
  #: core/options-pages.php:680
363
  msgid "Restore"
364
+ msgstr "Wiederherstellen"
365
 
366
  #: core/options-pages.php:686
367
  msgid "No backup available at the moment."
368
+ msgstr "Zur Zeit sind keine Backups verfügbar."
369
 
370
  #: core/options-pages.php:688
371
  msgid "Backup will be created automatically before any import operation."
372
+ msgstr "Ein Backup wird automatisch vor jeder Import-Aktion erstellt."
373
 
374
  #: core/options-pages.php:692
375
  msgid ""
376
  "The backup has been automatically created before the latest import operation."
377
+ msgstr "Das Backup wurde automatisch vor der letzten Import-Aktion erstellt."
378
 
379
  #: core/options-pages.php:696
380
  msgid "Restore Settings from the Backup"
381
+ msgstr "Einstellungen aus dem Backup wiederherstellen"
382
 
383
  #: core/options-pages.php:716
384
  msgid "What will be deleted:"
385
+ msgstr "Was gelöscht wird:"
386
 
387
  #: core/options-pages.php:721
388
  msgid "All plugin options"
389
+ msgstr "Alle Plugin-Optionen"
390
 
391
  #: core/options-pages.php:722
392
  msgid "All plugin backups stored in database"
393
+ msgstr "Alle Plugin-Backups wurden in der Datenbank gespeichert."
394
 
395
  #: core/options-pages.php:726
396
  msgid "What will remain intact:"
397
+ msgstr "Was erhalten bleibt:"
398
 
399
  #: core/options-pages.php:727
400
  msgid "All media items"
401
+ msgstr "Alle Mediendateien"
402
 
403
  #: core/options-pages.php:728
404
  msgid "All taxonomies not listed above"
418
 
419
  #: core/options-pages.php:739
420
  msgid "Delete All Data & Deactivate"
421
+ msgstr "Alle Daten löschen und deaktivieren"
422
 
423
  #: core/options-pages.php:839
424
  msgid "Please upload a file to import settings."
425
+ msgstr "Bitte lade eine Datei hoch, um die Einstellungen zu importieren."
426
 
427
  #: core/options-pages.php:865
428
  msgid "Plugin settings imported."
429
+ msgstr "Plugin-Einstellungen importiert."
430
 
431
  #: core/options-pages.php:912
432
  msgid "Plugin settings restored from the backup."
433
+ msgstr "Plugin-Einstellungen aus dem Backup wiederhergestellt."
434
 
435
  #: core/options-pages.php:1103
436
  msgid "Media Items Order"
437
+ msgstr "Mediendateienreihenfolge"
438
 
439
  #: core/options-pages.php:1110
440
  msgid "Order media items by"
441
+ msgstr "Ordne Mediendateien nach"
442
 
443
  #: core/options-pages.php:1113
444
  msgid "Date"
445
+ msgstr "Datum"
446
 
447
  #: core/options-pages.php:1114
448
  msgid "Title"
449
+ msgstr "Titel"
450
 
451
  #: core/options-pages.php:1115
452
  msgid "Custom Order"
453
+ msgstr "Benutzerdefinierte Reihenfolge"
454
 
455
  #: core/options-pages.php:1117 core/options-pages.php:1129
456
  msgid "For media library and media popups"
457
+ msgstr "Für Medienbibliotheken und Medien-Popups"
458
 
459
  #: core/options-pages.php:1118
460
  msgid "Option allows to change order by drag and drop with Custom Order value."
462
 
463
  #: core/options-pages.php:1123
464
  msgid "Sort order"
465
+ msgstr "Sortierreihenfolge"
466
 
467
  #: core/options-pages.php:1126
468
  msgid "Ascending"
469
+ msgstr "Aufsteigend"
470
 
471
  #: core/options-pages.php:1127
472
  msgid "Descending"
473
+ msgstr "Absteigend"
474
 
475
  #: core/options-pages.php:1142
476
  msgid "Media Shortcodes"
503
  msgid ""
504
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
505
  msgstr ""
506
+ "%sWarnung:%s Inkompatibilität mit anderen Galerie-Plugins oder Themes "
507
+ "möglich!"
508
 
509
  #: core/options-pages.php:1160
510
  #, php-format
511
  msgid "%sLearn more%s."
512
+ msgstr "%sMehr erfahren%s"
513
 
514
  #: core/options-pages.php:1162
515
  #, php-format
538
 
539
  #: core/options-pages.php:1260 core/options-pages.php:1323
540
  msgid "Labels"
541
+ msgstr "Formularfeld-Beschriftungen"
542
 
543
  #: core/options-pages.php:1262 core/options-pages.php:1325
544
  msgid "Singular"
545
+ msgstr "Singular"
546
 
547
  #: core/options-pages.php:1263 core/options-pages.php:1326
548
  msgid "Plural"
549
+ msgstr "Plural"
550
 
551
  #: core/options-pages.php:1264 core/options-pages.php:1327
552
  msgid "Menu Name"
594
 
595
  #: core/options-pages.php:1287 core/options-pages.php:1350
596
  msgid "Show in REST"
597
+ msgstr "In REST anzeigen"
598
 
599
  #: core/options-pages.php:1288 core/options-pages.php:1351
600
  msgid "Rewrite Slug"
610
 
611
  #: core/options-pages.php:1374
612
  msgid "Non-Media Taxonomies"
613
+ msgstr "Nicht-Medien Taxonomien"
614
 
615
  #: core/options-pages.php:1437
616
  msgid "Options"
648
 
649
  #: core/options-pages.php:1472
650
  msgid "Show media filters for ANY Media Popup"
651
+ msgstr "Zeige Medien-Filter in JEDEM Medien-Popup"
652
 
653
  #: core/options-pages.php:1473
654
  msgid "Try this if filters are not shown for third-party plugins or themes."
656
 
657
  #: core/options-pages.php:1479 core/options-pages.php:1482
658
  msgid "Show count"
659
+ msgstr "Zeige Anzahl"
660
 
661
  #: core/options-pages.php:1483
662
  msgid "Show item count per category for media filters"
664
 
665
  #: core/options-pages.php:1537
666
  msgid "Add New MIME Type"
667
+ msgstr "Neuen MIME-Typ hinzufügen"
668
 
669
  #: core/options-pages.php:1557 core/options-pages.php:1612
670
  msgid "Extension"
672
 
673
  #: core/options-pages.php:1558 core/options-pages.php:1613
674
  msgid "MIME Type"
675
+ msgstr "MIME-Typ"
676
 
677
  #: core/options-pages.php:1559 core/options-pages.php:1614
678
  msgid "Singular Label"
706
 
707
  #: core/options-pages.php:1684
708
  msgid "What's new in"
709
+ msgstr "Was ist neu in"
710
 
711
  #: core/options-pages.php:1684
712
  msgid "version"
713
+ msgstr "Version"
714
 
715
  #: core/options-pages.php:1687
716
  msgid "More features under the hood"
717
+ msgstr "Mehr Funktionen unter der Fassade"
718
 
719
  #: core/options-pages.php:1689
720
  msgid "Support"
721
+ msgstr "Support"
722
 
723
  #: core/options-pages.php:1690
724
  msgid "Feel free to ask for help on"
725
+ msgstr "Fühlen Sie sich frei, um nach Hilfe zu fragen über"
726
 
727
  #: core/options-pages.php:1690
728
  msgid "Support is free for both versions of the plugin."
729
+ msgstr "Für beide Plugin-Versionen ist der Support kostenlos."
730
 
731
  #: core/options-pages.php:1692
732
  msgid "Plugin rating"
733
+ msgstr "Plugin Bewertung"
734
 
735
  #: core/options-pages.php:1693
736
  msgid "Please"
737
+ msgstr "Bitte"
738
 
739
  #: core/options-pages.php:1693
740
  msgid "vote for the plugin"
741
+ msgstr "Für das Plugin stimmen"
742
 
743
  #: core/options-pages.php:1693
744
  msgid "Thanks!"
745
+ msgstr "Danke!"
746
 
747
  #: core/options-pages.php:1695
748
  msgid "Other plugins you may find useful"
749
+ msgstr "Weitere Plugins, welche Ihnen gefallen könnten"
750
 
751
  #: core/options-pages.php:1734
752
  msgid "Utility"
754
 
755
  #: core/options-pages.php:1757
756
  msgid "Vote!"
757
+ msgstr "Stimm ab!"
758
 
759
  #: core/taxonomies.php:101
760
  msgid "Media Taxonomies settings saved."
762
 
763
  #: core/taxonomies.php:159
764
  msgid "Media Library settings saved."
765
+ msgstr "Medienbibliothekseinstellungen gespeichert."
766
 
767
  #: core/taxonomies.php:333 core/taxonomies.php:339
768
+ #: enhanced-media-library.php:517
769
  msgid "Filter by"
770
+ msgstr "Filtern nach "
771
 
772
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
773
  msgid "Not in a"
774
  msgstr "Nicht in"
775
 
797
  msgid "Describe this media file&hellip;"
798
  msgstr "Beschreibe diese Medien-Datei&hellip;"
799
 
800
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
801
  msgid "All Uncategorized"
802
  msgstr "Alle unkategorisierten"
803
 
804
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
805
  msgid "Reset All Filters"
806
  msgstr "Alle Filter zurücksetzen"
807
 
808
+ #: enhanced-media-library.php:550
809
  msgid "Uploaded to post #"
810
+ msgstr "Zu Beitrag Nr. hochgeladen"
811
 
812
+ #: enhanced-media-library.php:551
813
  msgid "Based On"
814
+ msgstr "Basiert auf"
815
 
816
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
817
  msgid "Media Categories"
818
+ msgstr "Medienkategorien"
819
 
820
+ #: enhanced-media-library.php:584
821
  msgid "Media Category"
822
+ msgstr "Medienkategorie"
823
 
824
+ #: enhanced-media-library.php:586
825
  msgid "All Media Categories"
826
+ msgstr "Alle Medienkategorien"
827
 
828
+ #: enhanced-media-library.php:587
829
  msgid "Edit Media Category"
830
+ msgstr "Medienkategorie bearbeiten"
831
 
832
+ #: enhanced-media-library.php:588
833
  msgid "View Media Category"
834
+ msgstr "Medienkategorie anzeigen"
835
 
836
+ #: enhanced-media-library.php:589
837
  msgid "Update Media Category"
838
+ msgstr "Medienkategorie aktualisieren"
839
 
840
+ #: enhanced-media-library.php:590
841
  msgid "Add New Media Category"
842
+ msgstr "Medienkategorie hinzufügen"
843
 
844
+ #: enhanced-media-library.php:591
845
  msgid "New Media Category Name"
846
+ msgstr "Name der neuen Medienkategorie"
847
 
848
+ #: enhanced-media-library.php:592
849
  msgid "Parent Media Category"
850
+ msgstr "Übergeordnete Medienkategorie"
851
 
852
+ #: enhanced-media-library.php:593
853
  msgid "Parent Media Category:"
854
+ msgstr "Übergeordnete Medienkategorie:"
855
 
856
+ #: enhanced-media-library.php:594
857
  msgid "Search Media Categories"
858
+ msgstr "Durchsuche Medienkategorien"
859
+
860
+ #. Plugin Name of the plugin/theme
861
+ msgid "Enhanced Media Library PRO"
862
  msgstr ""
863
 
864
  #. Plugin URI of the plugin/theme
865
  #. Author URI of the plugin/theme
866
  msgid "http://wpUXsolutions.com"
867
+ msgstr "http://wpUXsolutions.com"
868
 
869
  #. Description of the plugin/theme
870
  msgid ""
873
 
874
  #. Author of the plugin/theme
875
  msgid "wpUXsolutions"
876
+ msgstr "wpUXsolutions"
languages/enhanced-media-library-he_IL.mo CHANGED
Binary file
languages/enhanced-media-library-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-19 22:54+0200\n"
6
- "PO-Revision-Date: 2017-01-19 22:54+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Hebrew (Israel)\n"
9
  "Language: he_IL\n"
@@ -50,7 +50,6 @@ msgstr "תוית מיון"
50
  msgid "MIME Types"
51
  msgstr "סוגי קבצים"
52
 
53
- #. Plugin Name of the plugin/theme
54
  #: core/options-pages.php:135 core/options-pages.php:136
55
  msgid "Enhanced Media Library"
56
  msgstr "ספרית מדיה משופרת"
@@ -182,7 +181,7 @@ msgstr "הורה"
182
 
183
  #: core/options-pages.php:482 core/options-pages.php:718
184
  #: core/options-pages.php:1265 core/options-pages.php:1328
185
- #: core/taxonomies.php:340 enhanced-media-library.php:509
186
  msgid "All"
187
  msgstr "הכל"
188
 
@@ -757,11 +756,11 @@ msgid "Media Library settings saved."
757
  msgstr ""
758
 
759
  #: core/taxonomies.php:333 core/taxonomies.php:339
760
- #: enhanced-media-library.php:508
761
  msgid "Filter by"
762
  msgstr "סנן על-פי"
763
 
764
- #: core/taxonomies.php:341 enhanced-media-library.php:510
765
  msgid "Not in a"
766
  msgstr ""
767
 
@@ -789,66 +788,70 @@ msgstr "תאר אודיו זה&hellip;"
789
  msgid "Describe this media file&hellip;"
790
  msgstr "תאר מדיה זו&hellip;"
791
 
792
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
793
  msgid "All Uncategorized"
794
  msgstr "הכל לא ממויין"
795
 
796
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
797
  msgid "Reset All Filters"
798
  msgstr "אפס את כל המסננים"
799
 
800
- #: enhanced-media-library.php:541
801
  msgid "Uploaded to post #"
802
  msgstr ""
803
 
804
- #: enhanced-media-library.php:542
805
  msgid "Based On"
806
  msgstr ""
807
 
808
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
809
  msgid "Media Categories"
810
  msgstr ""
811
 
812
- #: enhanced-media-library.php:575
813
  msgid "Media Category"
814
  msgstr ""
815
 
816
- #: enhanced-media-library.php:577
817
  msgid "All Media Categories"
818
  msgstr ""
819
 
820
- #: enhanced-media-library.php:578
821
  msgid "Edit Media Category"
822
  msgstr ""
823
 
824
- #: enhanced-media-library.php:579
825
  msgid "View Media Category"
826
  msgstr ""
827
 
828
- #: enhanced-media-library.php:580
829
  msgid "Update Media Category"
830
  msgstr ""
831
 
832
- #: enhanced-media-library.php:581
833
  msgid "Add New Media Category"
834
  msgstr ""
835
 
836
- #: enhanced-media-library.php:582
837
  msgid "New Media Category Name"
838
  msgstr ""
839
 
840
- #: enhanced-media-library.php:583
841
  msgid "Parent Media Category"
842
  msgstr ""
843
 
844
- #: enhanced-media-library.php:584
845
  msgid "Parent Media Category:"
846
  msgstr ""
847
 
848
- #: enhanced-media-library.php:585
849
  msgid "Search Media Categories"
850
  msgstr ""
851
 
 
 
 
 
852
  #. Plugin URI of the plugin/theme
853
  #. Author URI of the plugin/theme
854
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-02-11 15:16+0200\n"
6
+ "PO-Revision-Date: 2017-02-11 15:16+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Hebrew (Israel)\n"
9
  "Language: he_IL\n"
50
  msgid "MIME Types"
51
  msgstr "סוגי קבצים"
52
 
 
53
  #: core/options-pages.php:135 core/options-pages.php:136
54
  msgid "Enhanced Media Library"
55
  msgstr "ספרית מדיה משופרת"
181
 
182
  #: core/options-pages.php:482 core/options-pages.php:718
183
  #: core/options-pages.php:1265 core/options-pages.php:1328
184
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
185
  msgid "All"
186
  msgstr "הכל"
187
 
756
  msgstr ""
757
 
758
  #: core/taxonomies.php:333 core/taxonomies.php:339
759
+ #: enhanced-media-library.php:517
760
  msgid "Filter by"
761
  msgstr "סנן על-פי"
762
 
763
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
764
  msgid "Not in a"
765
  msgstr ""
766
 
788
  msgid "Describe this media file&hellip;"
789
  msgstr "תאר מדיה זו&hellip;"
790
 
791
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
792
  msgid "All Uncategorized"
793
  msgstr "הכל לא ממויין"
794
 
795
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
796
  msgid "Reset All Filters"
797
  msgstr "אפס את כל המסננים"
798
 
799
+ #: enhanced-media-library.php:550
800
  msgid "Uploaded to post #"
801
  msgstr ""
802
 
803
+ #: enhanced-media-library.php:551
804
  msgid "Based On"
805
  msgstr ""
806
 
807
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
808
  msgid "Media Categories"
809
  msgstr ""
810
 
811
+ #: enhanced-media-library.php:584
812
  msgid "Media Category"
813
  msgstr ""
814
 
815
+ #: enhanced-media-library.php:586
816
  msgid "All Media Categories"
817
  msgstr ""
818
 
819
+ #: enhanced-media-library.php:587
820
  msgid "Edit Media Category"
821
  msgstr ""
822
 
823
+ #: enhanced-media-library.php:588
824
  msgid "View Media Category"
825
  msgstr ""
826
 
827
+ #: enhanced-media-library.php:589
828
  msgid "Update Media Category"
829
  msgstr ""
830
 
831
+ #: enhanced-media-library.php:590
832
  msgid "Add New Media Category"
833
  msgstr ""
834
 
835
+ #: enhanced-media-library.php:591
836
  msgid "New Media Category Name"
837
  msgstr ""
838
 
839
+ #: enhanced-media-library.php:592
840
  msgid "Parent Media Category"
841
  msgstr ""
842
 
843
+ #: enhanced-media-library.php:593
844
  msgid "Parent Media Category:"
845
  msgstr ""
846
 
847
+ #: enhanced-media-library.php:594
848
  msgid "Search Media Categories"
849
  msgstr ""
850
 
851
+ #. Plugin Name of the plugin/theme
852
+ msgid "Enhanced Media Library PRO"
853
+ msgstr ""
854
+
855
  #. Plugin URI of the plugin/theme
856
  #. Author URI of the plugin/theme
857
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-it_IT.mo CHANGED
Binary file
languages/enhanced-media-library-it_IT.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2017-01-19 22:54+0200\n"
7
- "PO-Revision-Date: 2017-01-19 22:55+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
@@ -48,7 +48,6 @@ msgstr "Tassonomie"
48
  msgid "MIME Types"
49
  msgstr "Tipi MIME"
50
 
51
- #. Plugin Name of the plugin/theme
52
  #: core/options-pages.php:135 core/options-pages.php:136
53
  msgid "Enhanced Media Library"
54
  msgstr "Enhanced Media Library"
@@ -186,7 +185,7 @@ msgstr "Genitore"
186
 
187
  #: core/options-pages.php:482 core/options-pages.php:718
188
  #: core/options-pages.php:1265 core/options-pages.php:1328
189
- #: core/taxonomies.php:340 enhanced-media-library.php:509
190
  msgid "All"
191
  msgstr "Tutto"
192
 
@@ -808,11 +807,11 @@ msgid "Media Library settings saved."
808
  msgstr "Impostazioni Libreria Media salvate."
809
 
810
  #: core/taxonomies.php:333 core/taxonomies.php:339
811
- #: enhanced-media-library.php:508
812
  msgid "Filter by"
813
  msgstr "Filtra per"
814
 
815
- #: core/taxonomies.php:341 enhanced-media-library.php:510
816
  msgid "Not in a"
817
  msgstr "Non in"
818
 
@@ -840,66 +839,70 @@ msgstr "Descrivi questo file audio&hellip;"
840
  msgid "Describe this media file&hellip;"
841
  msgstr "Descrivi questo file multimediale&hellip;"
842
 
843
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
844
  msgid "All Uncategorized"
845
  msgstr "Tutti gli elementi non classificati"
846
 
847
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
848
  msgid "Reset All Filters"
849
  msgstr "Reimposta tutti i filtri"
850
 
851
- #: enhanced-media-library.php:541
852
  msgid "Uploaded to post #"
853
  msgstr "Caricato nel post #"
854
 
855
- #: enhanced-media-library.php:542
856
  msgid "Based On"
857
  msgstr "Basato su"
858
 
859
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
860
  msgid "Media Categories"
861
  msgstr "Categorie Media"
862
 
863
- #: enhanced-media-library.php:575
864
  msgid "Media Category"
865
  msgstr "Categoria Media"
866
 
867
- #: enhanced-media-library.php:577
868
  msgid "All Media Categories"
869
  msgstr "Tutte le categorie Media"
870
 
871
- #: enhanced-media-library.php:578
872
  msgid "Edit Media Category"
873
  msgstr "Modifica categoria Media"
874
 
875
- #: enhanced-media-library.php:579
876
  msgid "View Media Category"
877
  msgstr "Visualizza categoria Media"
878
 
879
- #: enhanced-media-library.php:580
880
  msgid "Update Media Category"
881
  msgstr "Aggiorna categoria Media"
882
 
883
- #: enhanced-media-library.php:581
884
  msgid "Add New Media Category"
885
  msgstr "Aggiungi nuova categoria Media"
886
 
887
- #: enhanced-media-library.php:582
888
  msgid "New Media Category Name"
889
  msgstr "Nome della nuova categoria Media"
890
 
891
- #: enhanced-media-library.php:583
892
  msgid "Parent Media Category"
893
  msgstr "Categoria media genitore"
894
 
895
- #: enhanced-media-library.php:584
896
  msgid "Parent Media Category:"
897
  msgstr "Categoria media genitore:"
898
 
899
- #: enhanced-media-library.php:585
900
  msgid "Search Media Categories"
901
  msgstr "Cerca nella categoria Media"
902
 
 
 
 
 
903
  #. Plugin URI of the plugin/theme
904
  #. Author URI of the plugin/theme
905
  msgid "http://wpUXsolutions.com"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2017-02-11 15:16+0200\n"
7
+ "PO-Revision-Date: 2017-02-11 15:16+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
48
  msgid "MIME Types"
49
  msgstr "Tipi MIME"
50
 
 
51
  #: core/options-pages.php:135 core/options-pages.php:136
52
  msgid "Enhanced Media Library"
53
  msgstr "Enhanced Media Library"
185
 
186
  #: core/options-pages.php:482 core/options-pages.php:718
187
  #: core/options-pages.php:1265 core/options-pages.php:1328
188
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
189
  msgid "All"
190
  msgstr "Tutto"
191
 
807
  msgstr "Impostazioni Libreria Media salvate."
808
 
809
  #: core/taxonomies.php:333 core/taxonomies.php:339
810
+ #: enhanced-media-library.php:517
811
  msgid "Filter by"
812
  msgstr "Filtra per"
813
 
814
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
815
  msgid "Not in a"
816
  msgstr "Non in"
817
 
839
  msgid "Describe this media file&hellip;"
840
  msgstr "Descrivi questo file multimediale&hellip;"
841
 
842
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
843
  msgid "All Uncategorized"
844
  msgstr "Tutti gli elementi non classificati"
845
 
846
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
847
  msgid "Reset All Filters"
848
  msgstr "Reimposta tutti i filtri"
849
 
850
+ #: enhanced-media-library.php:550
851
  msgid "Uploaded to post #"
852
  msgstr "Caricato nel post #"
853
 
854
+ #: enhanced-media-library.php:551
855
  msgid "Based On"
856
  msgstr "Basato su"
857
 
858
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
859
  msgid "Media Categories"
860
  msgstr "Categorie Media"
861
 
862
+ #: enhanced-media-library.php:584
863
  msgid "Media Category"
864
  msgstr "Categoria Media"
865
 
866
+ #: enhanced-media-library.php:586
867
  msgid "All Media Categories"
868
  msgstr "Tutte le categorie Media"
869
 
870
+ #: enhanced-media-library.php:587
871
  msgid "Edit Media Category"
872
  msgstr "Modifica categoria Media"
873
 
874
+ #: enhanced-media-library.php:588
875
  msgid "View Media Category"
876
  msgstr "Visualizza categoria Media"
877
 
878
+ #: enhanced-media-library.php:589
879
  msgid "Update Media Category"
880
  msgstr "Aggiorna categoria Media"
881
 
882
+ #: enhanced-media-library.php:590
883
  msgid "Add New Media Category"
884
  msgstr "Aggiungi nuova categoria Media"
885
 
886
+ #: enhanced-media-library.php:591
887
  msgid "New Media Category Name"
888
  msgstr "Nome della nuova categoria Media"
889
 
890
+ #: enhanced-media-library.php:592
891
  msgid "Parent Media Category"
892
  msgstr "Categoria media genitore"
893
 
894
+ #: enhanced-media-library.php:593
895
  msgid "Parent Media Category:"
896
  msgstr "Categoria media genitore:"
897
 
898
+ #: enhanced-media-library.php:594
899
  msgid "Search Media Categories"
900
  msgstr "Cerca nella categoria Media"
901
 
902
+ #. Plugin Name of the plugin/theme
903
+ msgid "Enhanced Media Library PRO"
904
+ msgstr ""
905
+
906
  #. Plugin URI of the plugin/theme
907
  #. Author URI of the plugin/theme
908
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-ja_JP.mo DELETED
Binary file
languages/enhanced-media-library-ja_JP.po DELETED
@@ -1,877 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Enhanced Media Library PRO\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-19 22:55+0200\n"
6
- "PO-Revision-Date: 2017-01-19 22:55+0200\n"
7
- "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
- "Language-Team: Japanese (Japan)\n"
9
- "Language: ja_JP\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=1; plural=0;\n"
14
- "X-Generator: Poedit 1.8.11\n"
15
- "X-Loco-Source-Locale: en-US\n"
16
- "X-Loco-Project-Id: 16288\n"
17
- "X-Loco-Api-Version: 1.0.14 20160726-1\n"
18
-
19
- #: core/mime-types.php:30
20
- msgid "MIME Types settings restored."
21
- msgstr ""
22
-
23
- #: core/mime-types.php:39
24
- msgid "MIME Types settings saved."
25
- msgstr ""
26
-
27
- #: core/mime-types.php:116
28
- #, php-format
29
- msgid " <span class=\"count\">(%s)</span>"
30
- msgid_plural " <span class=\"count\">(%s)</span>"
31
- msgstr[0] ""
32
-
33
- #: core/options-pages.php:97 core/options-pages.php:220
34
- #: core/options-pages.php:313 core/options-pages.php:1082
35
- #: core/options-pages.php:1206 core/options-pages.php:1531
36
- #: core/options-pages.php:1731
37
- msgid "Media Settings"
38
- msgstr "メディア設定"
39
-
40
- #: core/options-pages.php:106 core/options-pages.php:285
41
- msgid "Media Library"
42
- msgstr "メディアライブラリー"
43
-
44
- #: core/options-pages.php:115
45
- msgid "Taxonomies"
46
- msgstr "タクソノミー"
47
-
48
- #: core/options-pages.php:124 core/options-pages.php:287
49
- msgid "MIME Types"
50
- msgstr "MIME タイプ"
51
-
52
- #. Plugin Name of the plugin/theme
53
- #: core/options-pages.php:135 core/options-pages.php:136
54
- msgid "Enhanced Media Library"
55
- msgstr "Enhanced Media Library"
56
-
57
- #: core/options-pages.php:284
58
- msgid "General"
59
- msgstr "一般"
60
-
61
- #: core/options-pages.php:286 core/options-pages.php:1227
62
- msgid "Media Taxonomies"
63
- msgstr "メディアタクソノミー(分類法)"
64
-
65
- #: core/options-pages.php:310 core/options-pages.php:622
66
- #: core/options-pages.php:1078 core/options-pages.php:1203
67
- #: core/options-pages.php:1527
68
- msgid "You do not have sufficient permissions to access this page."
69
- msgstr "このページにアクセスするための十分な権限がありません。"
70
-
71
- #: core/options-pages.php:324
72
- msgid "Image sizes"
73
- msgstr ""
74
-
75
- #: core/options-pages.php:325
76
- msgid ""
77
- "The sizes listed below determine the maximum dimensions in pixels to use "
78
- "when adding an image to the Media Library."
79
- msgstr ""
80
-
81
- #: core/options-pages.php:329
82
- msgid "Thumbnail size"
83
- msgstr ""
84
-
85
- #: core/options-pages.php:331
86
- msgid "Width"
87
- msgstr ""
88
-
89
- #: core/options-pages.php:333
90
- msgid "Height"
91
- msgstr ""
92
-
93
- #: core/options-pages.php:336
94
- msgid ""
95
- "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
96
- msgstr ""
97
-
98
- #: core/options-pages.php:341 core/options-pages.php:342
99
- msgid "Medium size"
100
- msgstr ""
101
-
102
- #: core/options-pages.php:343 core/options-pages.php:353
103
- msgid "Max Width"
104
- msgstr ""
105
-
106
- #: core/options-pages.php:345 core/options-pages.php:355
107
- msgid "Max Height"
108
- msgstr ""
109
-
110
- #: core/options-pages.php:351 core/options-pages.php:352
111
- msgid "Large size"
112
- msgstr ""
113
-
114
- #: core/options-pages.php:368
115
- msgid "Embeds"
116
- msgstr ""
117
-
118
- #: core/options-pages.php:375
119
- msgid "Uploading Files"
120
- msgstr ""
121
-
122
- #: core/options-pages.php:382
123
- msgid "Store uploads in this folder"
124
- msgstr ""
125
-
126
- #: core/options-pages.php:386
127
- #, php-format
128
- msgid "Default is %s"
129
- msgstr ""
130
-
131
- #: core/options-pages.php:392
132
- msgid "Full URL path to files"
133
- msgstr ""
134
-
135
- #: core/options-pages.php:394
136
- msgid "Configuring this is optional. By default, it should be blank."
137
- msgstr ""
138
-
139
- #: core/options-pages.php:402
140
- msgid "Organize my uploads into month- and year-based folders"
141
- msgstr ""
142
-
143
- #: core/options-pages.php:474 core/options-pages.php:1251
144
- #: core/options-pages.php:1266 core/options-pages.php:1329
145
- #: core/options-pages.php:1401
146
- msgid "Edit"
147
- msgstr "編集"
148
-
149
- #: core/options-pages.php:475
150
- msgid "Close"
151
- msgstr "閉じる"
152
-
153
- #: core/options-pages.php:476 core/options-pages.php:1267
154
- #: core/options-pages.php:1330
155
- msgid "View"
156
- msgstr "表示"
157
-
158
- #: core/options-pages.php:477 core/options-pages.php:1268
159
- #: core/options-pages.php:1331
160
- msgid "Update"
161
- msgstr "更新"
162
-
163
- #: core/options-pages.php:478 core/options-pages.php:1269
164
- #: core/options-pages.php:1332
165
- msgid "Add New"
166
- msgstr "新規追加"
167
-
168
- #: core/options-pages.php:479 core/options-pages.php:1270
169
- #: core/options-pages.php:1333
170
- msgid "New"
171
- msgstr "新規"
172
-
173
- #: core/options-pages.php:480
174
- msgid "Name"
175
- msgstr "名前"
176
-
177
- #: core/options-pages.php:481 core/options-pages.php:1271
178
- #: core/options-pages.php:1334
179
- msgid "Parent"
180
- msgstr "親カテゴリー"
181
-
182
- #: core/options-pages.php:482 core/options-pages.php:718
183
- #: core/options-pages.php:1265 core/options-pages.php:1328
184
- #: core/taxonomies.php:340 enhanced-media-library.php:509
185
- msgid "All"
186
- msgstr "全て"
187
-
188
- #: core/options-pages.php:483 core/options-pages.php:1272
189
- #: core/options-pages.php:1335
190
- msgid "Search"
191
- msgstr "検索"
192
-
193
- #: core/options-pages.php:485 core/options-pages.php:1316
194
- msgid "New Taxonomy"
195
- msgstr "新しいタクソノミー (分類)"
196
-
197
- #: core/options-pages.php:487
198
- msgid "Remove Taxonomy"
199
- msgstr ""
200
-
201
- #: core/options-pages.php:488
202
- msgid "Taxonomy will be removed."
203
- msgstr ""
204
-
205
- #: core/options-pages.php:489
206
- msgid ""
207
- "Taxonomy terms (categories) will remain intact in the database. If you "
208
- "create a taxonomy with the same name in the future, its terms (categories) "
209
- "will be available again."
210
- msgstr ""
211
-
212
- #: core/options-pages.php:490
213
- msgid "Media items will remain intact."
214
- msgstr ""
215
-
216
- #: core/options-pages.php:491
217
- msgid "Are you still sure?"
218
- msgstr ""
219
-
220
- #: core/options-pages.php:492
221
- msgid "Yes, remove taxonomy"
222
- msgstr ""
223
-
224
- #: core/options-pages.php:494
225
- msgid "Duplicate"
226
- msgstr ""
227
-
228
- #: core/options-pages.php:495
229
- msgid "Taxonomy with the same name already exists. Please chose other one."
230
- msgstr ""
231
- "同じ名前のタクソノミー(分類法)は既に存在します。別のものを選んで下さい。"
232
-
233
- #: core/options-pages.php:497
234
- msgid "Empty Fields"
235
- msgstr ""
236
-
237
- #: core/options-pages.php:498
238
- msgid "Please choose Singular and Plural names for all new taxomonies."
239
- msgstr ""
240
-
241
- #: core/options-pages.php:499
242
- msgid "Please choose Singular name for all new taxomonies."
243
- msgstr ""
244
-
245
- #: core/options-pages.php:500
246
- msgid "Please choose Plural Name for all new taxomonies."
247
- msgstr ""
248
-
249
- #: core/options-pages.php:502
250
- msgid "Ok"
251
- msgstr ""
252
-
253
- #: core/options-pages.php:503 core/options-pages.php:508
254
- #: core/options-pages.php:552 core/options-pages.php:597
255
- msgid "Cancel"
256
- msgstr ""
257
-
258
- #: core/options-pages.php:505
259
- msgid "Synchronize Now"
260
- msgstr ""
261
-
262
- #: core/options-pages.php:506 core/options-pages.php:594
263
- msgid "This operation cannot be canceled! Are you still sure?"
264
- msgstr ""
265
-
266
- #: core/options-pages.php:507
267
- msgid "Synchronize"
268
- msgstr ""
269
-
270
- #: core/options-pages.php:509
271
- msgid "Synchronizing..."
272
- msgstr ""
273
-
274
- #: core/options-pages.php:547 core/options-pages.php:1655
275
- msgid "Restore WordPress default MIME Types"
276
- msgstr "WordPressのデフォルトのMIMEタイプを復元"
277
-
278
- #: core/options-pages.php:548
279
- msgid "Warning! All your custom MIME Types will be deleted by this operation."
280
- msgstr "警告!すべてのカスタムMIMEタイプは、この操作によって削除されます。"
281
-
282
- #: core/options-pages.php:549
283
- msgid "Restore Defaults"
284
- msgstr ""
285
-
286
- #: core/options-pages.php:550
287
- msgid "Restoring..."
288
- msgstr ""
289
-
290
- #: core/options-pages.php:554
291
- msgid "Please fill into all fields."
292
- msgstr "すべてのフィールドに記入してください。"
293
-
294
- #: core/options-pages.php:555
295
- msgid "Duplicate extensions or MIME types. Please chose other one."
296
- msgstr "拡張子やMIMEタイプを複製します。別のものをお選びください。"
297
-
298
- #: core/options-pages.php:592 core/options-pages.php:709
299
- msgid "Complete Cleanup"
300
- msgstr ""
301
-
302
- #: core/options-pages.php:593
303
- msgid ""
304
- "You are about to <strong style=\"text-transform:uppercase\">delete all "
305
- "plugin data</strong> from the database including backups."
306
- msgstr ""
307
-
308
- #: core/options-pages.php:595
309
- msgid "Yes, delete all data"
310
- msgstr ""
311
-
312
- #: core/options-pages.php:596
313
- msgid "Cleaning..."
314
- msgstr ""
315
-
316
- #: core/options-pages.php:627
317
- msgid "Enhanced Media Library Settings"
318
- msgstr "Enhanced Media Library 設定"
319
-
320
- #: core/options-pages.php:637
321
- msgid "Export"
322
- msgstr "エクスポート"
323
-
324
- #: core/options-pages.php:641
325
- msgid ""
326
- "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
327
- "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
328
- "configuration file. It allows you to easily import the configuration into "
329
- "another website."
330
- msgstr ""
331
-
332
- #: core/options-pages.php:646
333
- msgid "Export Plugin Settings"
334
- msgstr "プラグイン設定をエクスポート"
335
-
336
- #: core/options-pages.php:656
337
- msgid "Import"
338
- msgstr "インポート"
339
-
340
- #: core/options-pages.php:660
341
- msgid ""
342
- "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
343
- "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
344
- "configuration file which can be obtained by exporting the settings on "
345
- "another website using the export button above."
346
- msgstr ""
347
-
348
- #: core/options-pages.php:661
349
- msgid ""
350
- "All plugin settings will be overridden by the import. You will have a chance "
351
- "to restore current data from an automatic backup in case you are not "
352
- "satisfied with the result of the import."
353
- msgstr ""
354
-
355
- #: core/options-pages.php:668
356
- msgid "Import Plugin Settings"
357
- msgstr "プラグイン設定をインポート"
358
-
359
- #: core/options-pages.php:680
360
- msgid "Restore"
361
- msgstr "リストア(復元する)"
362
-
363
- #: core/options-pages.php:686
364
- msgid "No backup available at the moment."
365
- msgstr "現在利用できるバックアップはありません。"
366
-
367
- #: core/options-pages.php:688
368
- msgid "Backup will be created automatically before any import operation."
369
- msgstr "バックアップは、任意のインポート操作の前に自動的に作成されます。"
370
-
371
- #: core/options-pages.php:692
372
- msgid ""
373
- "The backup has been automatically created before the latest import operation."
374
- msgstr ""
375
-
376
- #: core/options-pages.php:696
377
- msgid "Restore Settings from the Backup"
378
- msgstr "バックアップから設定を復元させて下さい。"
379
-
380
- #: core/options-pages.php:716
381
- msgid "What will be deleted:"
382
- msgstr ""
383
-
384
- #: core/options-pages.php:721
385
- msgid "All plugin options"
386
- msgstr ""
387
-
388
- #: core/options-pages.php:722
389
- msgid "All plugin backups stored in database"
390
- msgstr ""
391
-
392
- #: core/options-pages.php:726
393
- msgid "What will remain intact:"
394
- msgstr ""
395
-
396
- #: core/options-pages.php:727
397
- msgid "All media items"
398
- msgstr ""
399
-
400
- #: core/options-pages.php:728
401
- msgid "All taxonomies not listed above"
402
- msgstr ""
403
-
404
- #: core/options-pages.php:731
405
- msgid ""
406
- "The plugin cannot delete itself because of security reason. Please delete it "
407
- "manually from plugin list after cleanup."
408
- msgstr ""
409
-
410
- #: core/options-pages.php:733
411
- msgid ""
412
- "If you are not sure about this operation please create a backup of your "
413
- "database prior to cleanup!"
414
- msgstr ""
415
-
416
- #: core/options-pages.php:739
417
- msgid "Delete All Data & Deactivate"
418
- msgstr ""
419
-
420
- #: core/options-pages.php:839
421
- msgid "Please upload a file to import settings."
422
- msgstr "設定をインポートするファイルをアップロードしてください。"
423
-
424
- #: core/options-pages.php:865
425
- msgid "Plugin settings imported."
426
- msgstr "プラグインの設定がインポートされました。"
427
-
428
- #: core/options-pages.php:912
429
- msgid "Plugin settings restored from the backup."
430
- msgstr "プラグインの設定は、バックアップから復元させて下さい。"
431
-
432
- #: core/options-pages.php:1103
433
- msgid "Media Items Order"
434
- msgstr ""
435
-
436
- #: core/options-pages.php:1110
437
- msgid "Order media items by"
438
- msgstr "メディアアイテムの順番"
439
-
440
- #: core/options-pages.php:1113
441
- msgid "Date"
442
- msgstr "日付"
443
-
444
- #: core/options-pages.php:1114
445
- msgid "Title"
446
- msgstr "タイトル"
447
-
448
- #: core/options-pages.php:1115
449
- msgid "Custom Order"
450
- msgstr "カスタムオーダー"
451
-
452
- #: core/options-pages.php:1117 core/options-pages.php:1129
453
- msgid "For media library and media popups"
454
- msgstr "メディアライブラリとメディアポップアップについて"
455
-
456
- #: core/options-pages.php:1118
457
- msgid "Option allows to change order by drag and drop with Custom Order value."
458
- msgstr ""
459
- "オプションは、ドラッグすることによって順序を変更し、カスタムオーダーの値でド"
460
- "ロップすることができます。"
461
-
462
- #: core/options-pages.php:1123
463
- msgid "Sort order"
464
- msgstr "ソート順"
465
-
466
- #: core/options-pages.php:1126
467
- msgid "Ascending"
468
- msgstr "昇順"
469
-
470
- #: core/options-pages.php:1127
471
- msgid "Descending"
472
- msgstr "降順"
473
-
474
- #: core/options-pages.php:1142
475
- msgid "Media Shortcodes"
476
- msgstr "メディアのショートコード"
477
-
478
- #: core/options-pages.php:1149 core/options-pages.php:1152
479
- msgid "Enhanced media shortcodes"
480
- msgstr "強化されたメディアのショートコード"
481
-
482
- #: core/options-pages.php:1153
483
- msgid ""
484
- "Enhance WordPress media shortcodes to make them understand media taxonomies, "
485
- "upload date, and media items number limit"
486
- msgstr ""
487
- "WordPressのメディアショートコードでメディアタクソノミー、アップロードの日付と"
488
- "メディア・アイテム数の上限を取得させます。"
489
-
490
- #: core/options-pages.php:1154
491
- msgid "Gallery example:"
492
- msgstr "ギャラリーの例:"
493
-
494
- #: core/options-pages.php:1155
495
- msgid "Audio playlist example:"
496
- msgstr "オーディオプレイリストの例:"
497
-
498
- #: core/options-pages.php:1156
499
- msgid "Video playlist example:"
500
- msgstr "ビデオプレイリストの例:"
501
-
502
- #: core/options-pages.php:1158
503
- #, php-format
504
- msgid ""
505
- "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
506
- msgstr "%s警告:%s 他のギャラリープラグイン又はテーマとの非互換性の可能性!"
507
-
508
- #: core/options-pages.php:1160
509
- #, php-format
510
- msgid "%sLearn more%s."
511
- msgstr "%sもっと詳しく%s."
512
-
513
- #: core/options-pages.php:1162
514
- #, php-format
515
- msgid ""
516
- "Please check out your gallery front-end and back-end functionality once this "
517
- "option activated. If you find an issue please inform plugin authors at %s or "
518
- "%s."
519
- msgstr ""
520
- "あなたのギャラリーフロントエンドをチェックアウトし、活性化するには、このオプ"
521
- "ション機能を一旦バックエンドして下さい。あなたが問題を見つけた場合は、プラグ"
522
- "イン作者までご連絡ください %s か %s."
523
-
524
- #: core/options-pages.php:1231 core/options-pages.php:1378
525
- msgid "Assign following taxonomies to Media Library:"
526
- msgstr "メディアライブラリに次のタクソノミー(分類法)を割り当てます:"
527
-
528
- #: core/options-pages.php:1250 core/options-pages.php:1316
529
- #: core/options-pages.php:1400
530
- msgid "Assign Taxonomy"
531
- msgstr "タクソノミーを割り当て"
532
-
533
- #: core/options-pages.php:1251 core/options-pages.php:1401
534
- msgid "Edit Taxonomy"
535
- msgstr "タクソノミーの編集"
536
-
537
- #: core/options-pages.php:1255 core/options-pages.php:1318
538
- msgid "Delete Taxonomy"
539
- msgstr "タクソノミーを削除します"
540
-
541
- #: core/options-pages.php:1260 core/options-pages.php:1323
542
- msgid "Labels"
543
- msgstr "ラベル"
544
-
545
- #: core/options-pages.php:1262 core/options-pages.php:1325
546
- msgid "Singular"
547
- msgstr "単数"
548
-
549
- #: core/options-pages.php:1263 core/options-pages.php:1326
550
- msgid "Plural"
551
- msgstr "複数"
552
-
553
- #: core/options-pages.php:1264 core/options-pages.php:1327
554
- msgid "Menu Name"
555
- msgstr "メニュー名"
556
-
557
- #: core/options-pages.php:1277 core/options-pages.php:1300
558
- #: core/options-pages.php:1340 core/options-pages.php:1404
559
- msgid "Settings"
560
- msgstr "設定"
561
-
562
- #: core/options-pages.php:1279 core/options-pages.php:1342
563
- msgid "Taxonomy Name"
564
- msgstr "タクソノミー名"
565
-
566
- #: core/options-pages.php:1280 core/options-pages.php:1343
567
- msgid "Hierarchical"
568
- msgstr "階層"
569
-
570
- #: core/options-pages.php:1281 core/options-pages.php:1344
571
- msgid "Column for List View"
572
- msgstr "リスト表示の列"
573
-
574
- #: core/options-pages.php:1282 core/options-pages.php:1302
575
- #: core/options-pages.php:1345 core/options-pages.php:1406
576
- msgid "Filter for List View"
577
- msgstr "リスト表示のフィルター"
578
-
579
- #: core/options-pages.php:1283 core/options-pages.php:1303
580
- #: core/options-pages.php:1346 core/options-pages.php:1407
581
- msgid "Filter for Grid View / Media Popup"
582
- msgstr "グリット表示/メディアポップアップのフィルター"
583
-
584
- #: core/options-pages.php:1284 core/options-pages.php:1304
585
- #: core/options-pages.php:1347 core/options-pages.php:1408
586
- msgid "Edit in Media Popup"
587
- msgstr "メディアポップアップの編集"
588
-
589
- #: core/options-pages.php:1285 core/options-pages.php:1348
590
- msgid "Show in Nav Menu"
591
- msgstr "ナビゲーションメニューに表示"
592
-
593
- #: core/options-pages.php:1286 core/options-pages.php:1349
594
- msgid "Remember Terms Order (sort)"
595
- msgstr ""
596
-
597
- #: core/options-pages.php:1287 core/options-pages.php:1350
598
- msgid "Show in REST"
599
- msgstr "リストに表示"
600
-
601
- #: core/options-pages.php:1288 core/options-pages.php:1351
602
- msgid "Rewrite Slug"
603
- msgstr "スラッグを書き換え"
604
-
605
- #: core/options-pages.php:1289 core/options-pages.php:1352
606
- msgid "Slug with Front"
607
- msgstr "フロントとスラッグ"
608
-
609
- #: core/options-pages.php:1364
610
- msgid "Add New Taxonomy"
611
- msgstr "新しいタクソノミーを追加"
612
-
613
- #: core/options-pages.php:1374
614
- msgid "Non-Media Taxonomies"
615
- msgstr "非メディアタクソノミー(記事カテゴリー及びタグで分類)"
616
-
617
- #: core/options-pages.php:1437
618
- msgid "Options"
619
- msgstr "オプション"
620
-
621
- #: core/options-pages.php:1447 core/options-pages.php:1450
622
- msgid "Taxonomy archive pages"
623
- msgstr "タクソノミーのアーカイブページ"
624
-
625
- #: core/options-pages.php:1451
626
- msgid "Turn on media taxonomy archive pages on the front-end"
627
- msgstr ""
628
- "フロントエンドのメディアタクソノミー(分類)のアーカイブページをオンにします"
629
-
630
- #: core/options-pages.php:1452
631
- msgid ""
632
- "Re-save your permalink settings after this option change to make it work."
633
- msgstr ""
634
- "これを動作させるには、このオプションを変更した後、パーマリンクの設定を再保存"
635
- "しましょう。"
636
-
637
- #: core/options-pages.php:1458 core/options-pages.php:1461
638
- msgid "Assign all like hierarchical"
639
- msgstr "階層のように全て割り当てます"
640
-
641
- #: core/options-pages.php:1462
642
- msgid ""
643
- "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
644
- msgstr ""
645
- "グリット表示の/メディアポップアップで、階層のような非階層的タクソノミーを表示"
646
- "する"
647
-
648
- #: core/options-pages.php:1468 core/options-pages.php:1471
649
- msgid "Force filters"
650
- msgstr "フォースフィルター"
651
-
652
- #: core/options-pages.php:1472
653
- msgid "Show media filters for ANY Media Popup"
654
- msgstr "あらゆるメディアにポップアップするフィルターを表示します。"
655
-
656
- #: core/options-pages.php:1473
657
- msgid "Try this if filters are not shown for third-party plugins or themes."
658
- msgstr ""
659
- "フィルタが、サードパーティ製のプラグインやテーマの為に示されていない場合は、"
660
- "試してみてください。"
661
-
662
- #: core/options-pages.php:1479 core/options-pages.php:1482
663
- msgid "Show count"
664
- msgstr ""
665
-
666
- #: core/options-pages.php:1483
667
- msgid "Show item count per category for media filters"
668
- msgstr ""
669
-
670
- #: core/options-pages.php:1537
671
- msgid "Add New MIME Type"
672
- msgstr "MIMEタイプ新規追加"
673
-
674
- #: core/options-pages.php:1557 core/options-pages.php:1612
675
- msgid "Extension"
676
- msgstr "拡張子"
677
-
678
- #: core/options-pages.php:1558 core/options-pages.php:1613
679
- msgid "MIME Type"
680
- msgstr "MIMEタイプ"
681
-
682
- #: core/options-pages.php:1559 core/options-pages.php:1614
683
- msgid "Singular Label"
684
- msgstr "単数のラベル"
685
-
686
- #: core/options-pages.php:1560 core/options-pages.php:1615
687
- msgid "Plural Label"
688
- msgstr "複数のラベル"
689
-
690
- #: core/options-pages.php:1561 core/options-pages.php:1591
691
- #: core/options-pages.php:1604 core/options-pages.php:1616
692
- msgid "Add Filter"
693
- msgstr "フィルタを追加"
694
-
695
- #: core/options-pages.php:1562 core/options-pages.php:1592
696
- #: core/options-pages.php:1605 core/options-pages.php:1617
697
- msgid "Allow Upload"
698
- msgstr "アップロードを許可"
699
-
700
- #: core/options-pages.php:1593 core/options-pages.php:1606
701
- msgid "Delete MIME Type"
702
- msgstr "MIMEタイプを削除します"
703
-
704
- #: core/options-pages.php:1653
705
- msgid "Save Changes"
706
- msgstr "変更内容を保存"
707
-
708
- #: core/options-pages.php:1683
709
- msgid "Changelog"
710
- msgstr ""
711
-
712
- #: core/options-pages.php:1684
713
- msgid "What's new in"
714
- msgstr ""
715
-
716
- #: core/options-pages.php:1684
717
- msgid "version"
718
- msgstr ""
719
-
720
- #: core/options-pages.php:1687
721
- msgid "More features under the hood"
722
- msgstr ""
723
-
724
- #: core/options-pages.php:1689
725
- msgid "Support"
726
- msgstr ""
727
-
728
- #: core/options-pages.php:1690
729
- msgid "Feel free to ask for help on"
730
- msgstr ""
731
-
732
- #: core/options-pages.php:1690
733
- msgid "Support is free for both versions of the plugin."
734
- msgstr ""
735
-
736
- #: core/options-pages.php:1692
737
- msgid "Plugin rating"
738
- msgstr ""
739
-
740
- #: core/options-pages.php:1693
741
- msgid "Please"
742
- msgstr ""
743
-
744
- #: core/options-pages.php:1693
745
- msgid "vote for the plugin"
746
- msgstr ""
747
-
748
- #: core/options-pages.php:1693
749
- msgid "Thanks!"
750
- msgstr ""
751
-
752
- #: core/options-pages.php:1695
753
- msgid "Other plugins you may find useful"
754
- msgstr ""
755
-
756
- #: core/options-pages.php:1734
757
- msgid "Utility"
758
- msgstr ""
759
-
760
- #: core/options-pages.php:1757
761
- msgid "Vote!"
762
- msgstr ""
763
-
764
- #: core/taxonomies.php:101
765
- msgid "Media Taxonomies settings saved."
766
- msgstr ""
767
-
768
- #: core/taxonomies.php:159
769
- msgid "Media Library settings saved."
770
- msgstr ""
771
-
772
- #: core/taxonomies.php:333 core/taxonomies.php:339
773
- #: enhanced-media-library.php:508
774
- msgid "Filter by"
775
- msgstr ""
776
-
777
- #: core/taxonomies.php:341 enhanced-media-library.php:510
778
- msgid "Not in a"
779
- msgstr ""
780
-
781
- #: core/taxonomies.php:1288 core/taxonomies.php:1295
782
- msgid "Remove"
783
- msgstr "削除"
784
-
785
- #: core/taxonomies.php:1290 core/taxonomies.php:1297
786
- msgid "Deselect"
787
- msgstr "選択を解除"
788
-
789
- #: core/taxonomies.php:1342
790
- msgid "Caption this image&hellip;"
791
- msgstr "この画像をキャプション&hellip;"
792
-
793
- #: core/taxonomies.php:1346
794
- msgid "Describe this video&hellip;"
795
- msgstr "このビデオを説明してください&hellip;"
796
-
797
- #: core/taxonomies.php:1348
798
- msgid "Describe this audio file&hellip;"
799
- msgstr "このオーディオファイルを説明してください&hellip;"
800
-
801
- #: core/taxonomies.php:1350
802
- msgid "Describe this media file&hellip;"
803
- msgstr "このメディアファイルを記述します&hellip;"
804
-
805
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
806
- msgid "All Uncategorized"
807
- msgstr "未分類"
808
-
809
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
810
- msgid "Reset All Filters"
811
- msgstr "絞り込みを解除"
812
-
813
- #: enhanced-media-library.php:541
814
- msgid "Uploaded to post #"
815
- msgstr "投稿をアップロード #"
816
-
817
- #: enhanced-media-library.php:542
818
- msgid "Based On"
819
- msgstr ""
820
-
821
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
822
- msgid "Media Categories"
823
- msgstr ""
824
-
825
- #: enhanced-media-library.php:575
826
- msgid "Media Category"
827
- msgstr ""
828
-
829
- #: enhanced-media-library.php:577
830
- msgid "All Media Categories"
831
- msgstr ""
832
-
833
- #: enhanced-media-library.php:578
834
- msgid "Edit Media Category"
835
- msgstr ""
836
-
837
- #: enhanced-media-library.php:579
838
- msgid "View Media Category"
839
- msgstr ""
840
-
841
- #: enhanced-media-library.php:580
842
- msgid "Update Media Category"
843
- msgstr ""
844
-
845
- #: enhanced-media-library.php:581
846
- msgid "Add New Media Category"
847
- msgstr ""
848
-
849
- #: enhanced-media-library.php:582
850
- msgid "New Media Category Name"
851
- msgstr ""
852
-
853
- #: enhanced-media-library.php:583
854
- msgid "Parent Media Category"
855
- msgstr ""
856
-
857
- #: enhanced-media-library.php:584
858
- msgid "Parent Media Category:"
859
- msgstr ""
860
-
861
- #: enhanced-media-library.php:585
862
- msgid "Search Media Categories"
863
- msgstr ""
864
-
865
- #. Plugin URI of the plugin/theme
866
- #. Author URI of the plugin/theme
867
- msgid "http://wpUXsolutions.com"
868
- msgstr ""
869
-
870
- #. Description of the plugin/theme
871
- msgid ""
872
- "This plugin will be handy for those who need to manage a lot of media files."
873
- msgstr ""
874
-
875
- #. Author of the plugin/theme
876
- msgid "wpUXsolutions"
877
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/enhanced-media-library-ko_KR.mo CHANGED
Binary file
languages/enhanced-media-library-ko_KR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-19 22:55+0200\n"
6
- "PO-Revision-Date: 2017-01-19 22:55+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Korean (Republic of Korea)\n"
9
  "Language: ko_KR\n"
@@ -49,7 +49,6 @@ msgstr "카테고리"
49
  msgid "MIME Types"
50
  msgstr "MIME 유형"
51
 
52
- #. Plugin Name of the plugin/theme
53
  #: core/options-pages.php:135 core/options-pages.php:136
54
  msgid "Enhanced Media Library"
55
  msgstr "Enhanced Media Library"
@@ -181,7 +180,7 @@ msgstr "부모"
181
 
182
  #: core/options-pages.php:482 core/options-pages.php:718
183
  #: core/options-pages.php:1265 core/options-pages.php:1328
184
- #: core/taxonomies.php:340 enhanced-media-library.php:509
185
  msgid "All"
186
  msgstr "모두"
187
 
@@ -756,11 +755,11 @@ msgid "Media Library settings saved."
756
  msgstr ""
757
 
758
  #: core/taxonomies.php:333 core/taxonomies.php:339
759
- #: enhanced-media-library.php:508
760
  msgid "Filter by"
761
  msgstr "필터 적용:"
762
 
763
- #: core/taxonomies.php:341 enhanced-media-library.php:510
764
  msgid "Not in a"
765
  msgstr "포함되지 않음:"
766
 
@@ -788,66 +787,70 @@ msgstr "이 오디오 파일을 설명..."
788
  msgid "Describe this media file&hellip;"
789
  msgstr "이 미디어 파일을 설명..."
790
 
791
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
792
  msgid "All Uncategorized"
793
  msgstr "모두 미분류됨"
794
 
795
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
796
  msgid "Reset All Filters"
797
  msgstr "모든 필터 재설정"
798
 
799
- #: enhanced-media-library.php:541
800
  msgid "Uploaded to post #"
801
  msgstr ""
802
 
803
- #: enhanced-media-library.php:542
804
  msgid "Based On"
805
  msgstr ""
806
 
807
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
808
  msgid "Media Categories"
809
  msgstr ""
810
 
811
- #: enhanced-media-library.php:575
812
  msgid "Media Category"
813
  msgstr ""
814
 
815
- #: enhanced-media-library.php:577
816
  msgid "All Media Categories"
817
  msgstr ""
818
 
819
- #: enhanced-media-library.php:578
820
  msgid "Edit Media Category"
821
  msgstr ""
822
 
823
- #: enhanced-media-library.php:579
824
  msgid "View Media Category"
825
  msgstr ""
826
 
827
- #: enhanced-media-library.php:580
828
  msgid "Update Media Category"
829
  msgstr ""
830
 
831
- #: enhanced-media-library.php:581
832
  msgid "Add New Media Category"
833
  msgstr ""
834
 
835
- #: enhanced-media-library.php:582
836
  msgid "New Media Category Name"
837
  msgstr ""
838
 
839
- #: enhanced-media-library.php:583
840
  msgid "Parent Media Category"
841
  msgstr ""
842
 
843
- #: enhanced-media-library.php:584
844
  msgid "Parent Media Category:"
845
  msgstr ""
846
 
847
- #: enhanced-media-library.php:585
848
  msgid "Search Media Categories"
849
  msgstr ""
850
 
 
 
 
 
851
  #. Plugin URI of the plugin/theme
852
  #. Author URI of the plugin/theme
853
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-02-11 15:16+0200\n"
6
+ "PO-Revision-Date: 2017-02-11 15:16+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Korean (Republic of Korea)\n"
9
  "Language: ko_KR\n"
49
  msgid "MIME Types"
50
  msgstr "MIME 유형"
51
 
 
52
  #: core/options-pages.php:135 core/options-pages.php:136
53
  msgid "Enhanced Media Library"
54
  msgstr "Enhanced Media Library"
180
 
181
  #: core/options-pages.php:482 core/options-pages.php:718
182
  #: core/options-pages.php:1265 core/options-pages.php:1328
183
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
184
  msgid "All"
185
  msgstr "모두"
186
 
755
  msgstr ""
756
 
757
  #: core/taxonomies.php:333 core/taxonomies.php:339
758
+ #: enhanced-media-library.php:517
759
  msgid "Filter by"
760
  msgstr "필터 적용:"
761
 
762
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
763
  msgid "Not in a"
764
  msgstr "포함되지 않음:"
765
 
787
  msgid "Describe this media file&hellip;"
788
  msgstr "이 미디어 파일을 설명..."
789
 
790
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
791
  msgid "All Uncategorized"
792
  msgstr "모두 미분류됨"
793
 
794
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
795
  msgid "Reset All Filters"
796
  msgstr "모든 필터 재설정"
797
 
798
+ #: enhanced-media-library.php:550
799
  msgid "Uploaded to post #"
800
  msgstr ""
801
 
802
+ #: enhanced-media-library.php:551
803
  msgid "Based On"
804
  msgstr ""
805
 
806
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
807
  msgid "Media Categories"
808
  msgstr ""
809
 
810
+ #: enhanced-media-library.php:584
811
  msgid "Media Category"
812
  msgstr ""
813
 
814
+ #: enhanced-media-library.php:586
815
  msgid "All Media Categories"
816
  msgstr ""
817
 
818
+ #: enhanced-media-library.php:587
819
  msgid "Edit Media Category"
820
  msgstr ""
821
 
822
+ #: enhanced-media-library.php:588
823
  msgid "View Media Category"
824
  msgstr ""
825
 
826
+ #: enhanced-media-library.php:589
827
  msgid "Update Media Category"
828
  msgstr ""
829
 
830
+ #: enhanced-media-library.php:590
831
  msgid "Add New Media Category"
832
  msgstr ""
833
 
834
+ #: enhanced-media-library.php:591
835
  msgid "New Media Category Name"
836
  msgstr ""
837
 
838
+ #: enhanced-media-library.php:592
839
  msgid "Parent Media Category"
840
  msgstr ""
841
 
842
+ #: enhanced-media-library.php:593
843
  msgid "Parent Media Category:"
844
  msgstr ""
845
 
846
+ #: enhanced-media-library.php:594
847
  msgid "Search Media Categories"
848
  msgstr ""
849
 
850
+ #. Plugin Name of the plugin/theme
851
+ msgid "Enhanced Media Library PRO"
852
+ msgstr ""
853
+
854
  #. Plugin URI of the plugin/theme
855
  #. Author URI of the plugin/theme
856
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-nl_NL.mo CHANGED
Binary file
languages/enhanced-media-library-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library v1.0.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
5
- "POT-Creation-Date: 2017-01-19 22:56+0200\n"
6
- "PO-Revision-Date: 2017-01-19 22:56+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: De B.A.A.T. <de_baat@de-baat.nl>\n"
9
  "Language: nl_NL\n"
@@ -57,7 +57,6 @@ msgid "MIME Types"
57
  msgstr "MIME Types"
58
 
59
  # @ eml
60
- #. Plugin Name of the plugin/theme
61
  #: core/options-pages.php:135 core/options-pages.php:136
62
  msgid "Enhanced Media Library"
63
  msgstr ""
@@ -200,7 +199,7 @@ msgstr "Parent"
200
  # @ eml
201
  #: core/options-pages.php:482 core/options-pages.php:718
202
  #: core/options-pages.php:1265 core/options-pages.php:1328
203
- #: core/taxonomies.php:340 enhanced-media-library.php:509
204
  msgid "All"
205
  msgstr "Allemaal"
206
 
@@ -802,11 +801,11 @@ msgid "Media Library settings saved."
802
  msgstr ""
803
 
804
  #: core/taxonomies.php:333 core/taxonomies.php:339
805
- #: enhanced-media-library.php:508
806
  msgid "Filter by"
807
  msgstr ""
808
 
809
- #: core/taxonomies.php:341 enhanced-media-library.php:510
810
  msgid "Not in a"
811
  msgstr ""
812
 
@@ -834,66 +833,70 @@ msgstr ""
834
  msgid "Describe this media file&hellip;"
835
  msgstr ""
836
 
837
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
838
  msgid "All Uncategorized"
839
  msgstr ""
840
 
841
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
842
  msgid "Reset All Filters"
843
  msgstr ""
844
 
845
- #: enhanced-media-library.php:541
846
  msgid "Uploaded to post #"
847
  msgstr ""
848
 
849
- #: enhanced-media-library.php:542
850
  msgid "Based On"
851
  msgstr ""
852
 
853
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
854
  msgid "Media Categories"
855
  msgstr ""
856
 
857
- #: enhanced-media-library.php:575
858
  msgid "Media Category"
859
  msgstr ""
860
 
861
- #: enhanced-media-library.php:577
862
  msgid "All Media Categories"
863
  msgstr ""
864
 
865
- #: enhanced-media-library.php:578
866
  msgid "Edit Media Category"
867
  msgstr ""
868
 
869
- #: enhanced-media-library.php:579
870
  msgid "View Media Category"
871
  msgstr ""
872
 
873
- #: enhanced-media-library.php:580
874
  msgid "Update Media Category"
875
  msgstr ""
876
 
877
- #: enhanced-media-library.php:581
878
  msgid "Add New Media Category"
879
  msgstr ""
880
 
881
- #: enhanced-media-library.php:582
882
  msgid "New Media Category Name"
883
  msgstr ""
884
 
885
- #: enhanced-media-library.php:583
886
  msgid "Parent Media Category"
887
  msgstr ""
888
 
889
- #: enhanced-media-library.php:584
890
  msgid "Parent Media Category:"
891
  msgstr ""
892
 
893
- #: enhanced-media-library.php:585
894
  msgid "Search Media Categories"
895
  msgstr ""
896
 
 
 
 
 
897
  #. Plugin URI of the plugin/theme
898
  #. Author URI of the plugin/theme
899
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library v1.0.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
5
+ "POT-Creation-Date: 2017-02-11 15:15+0200\n"
6
+ "PO-Revision-Date: 2017-02-11 15:15+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: De B.A.A.T. <de_baat@de-baat.nl>\n"
9
  "Language: nl_NL\n"
57
  msgstr "MIME Types"
58
 
59
  # @ eml
 
60
  #: core/options-pages.php:135 core/options-pages.php:136
61
  msgid "Enhanced Media Library"
62
  msgstr ""
199
  # @ eml
200
  #: core/options-pages.php:482 core/options-pages.php:718
201
  #: core/options-pages.php:1265 core/options-pages.php:1328
202
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
203
  msgid "All"
204
  msgstr "Allemaal"
205
 
801
  msgstr ""
802
 
803
  #: core/taxonomies.php:333 core/taxonomies.php:339
804
+ #: enhanced-media-library.php:517
805
  msgid "Filter by"
806
  msgstr ""
807
 
808
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
809
  msgid "Not in a"
810
  msgstr ""
811
 
833
  msgid "Describe this media file&hellip;"
834
  msgstr ""
835
 
836
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
837
  msgid "All Uncategorized"
838
  msgstr ""
839
 
840
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
841
  msgid "Reset All Filters"
842
  msgstr ""
843
 
844
+ #: enhanced-media-library.php:550
845
  msgid "Uploaded to post #"
846
  msgstr ""
847
 
848
+ #: enhanced-media-library.php:551
849
  msgid "Based On"
850
  msgstr ""
851
 
852
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
853
  msgid "Media Categories"
854
  msgstr ""
855
 
856
+ #: enhanced-media-library.php:584
857
  msgid "Media Category"
858
  msgstr ""
859
 
860
+ #: enhanced-media-library.php:586
861
  msgid "All Media Categories"
862
  msgstr ""
863
 
864
+ #: enhanced-media-library.php:587
865
  msgid "Edit Media Category"
866
  msgstr ""
867
 
868
+ #: enhanced-media-library.php:588
869
  msgid "View Media Category"
870
  msgstr ""
871
 
872
+ #: enhanced-media-library.php:589
873
  msgid "Update Media Category"
874
  msgstr ""
875
 
876
+ #: enhanced-media-library.php:590
877
  msgid "Add New Media Category"
878
  msgstr ""
879
 
880
+ #: enhanced-media-library.php:591
881
  msgid "New Media Category Name"
882
  msgstr ""
883
 
884
+ #: enhanced-media-library.php:592
885
  msgid "Parent Media Category"
886
  msgstr ""
887
 
888
+ #: enhanced-media-library.php:593
889
  msgid "Parent Media Category:"
890
  msgstr ""
891
 
892
+ #: enhanced-media-library.php:594
893
  msgid "Search Media Categories"
894
  msgstr ""
895
 
896
+ #. Plugin Name of the plugin/theme
897
+ msgid "Enhanced Media Library PRO"
898
+ msgstr ""
899
+
900
  #. Plugin URI of the plugin/theme
901
  #. Author URI of the plugin/theme
902
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-pl_PL.mo CHANGED
Binary file
languages/enhanced-media-library-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-19 22:56+0200\n"
6
- "PO-Revision-Date: 2017-01-19 22:56+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Polish (Poland)\n"
9
  "Language: pl_PL\n"
@@ -52,7 +52,6 @@ msgstr "Taksonomie"
52
  msgid "MIME Types"
53
  msgstr "Typy MIME"
54
 
55
- #. Plugin Name of the plugin/theme
56
  #: core/options-pages.php:135 core/options-pages.php:136
57
  msgid "Enhanced Media Library"
58
  msgstr "Rozszerzona Biblioteka Mediów"
@@ -184,7 +183,7 @@ msgstr "Rodzic"
184
 
185
  #: core/options-pages.php:482 core/options-pages.php:718
186
  #: core/options-pages.php:1265 core/options-pages.php:1328
187
- #: core/taxonomies.php:340 enhanced-media-library.php:509
188
  msgid "All"
189
  msgstr "Wszystkie"
190
 
@@ -762,11 +761,11 @@ msgid "Media Library settings saved."
762
  msgstr ""
763
 
764
  #: core/taxonomies.php:333 core/taxonomies.php:339
765
- #: enhanced-media-library.php:508
766
  msgid "Filter by"
767
  msgstr ""
768
 
769
- #: core/taxonomies.php:341 enhanced-media-library.php:510
770
  msgid "Not in a"
771
  msgstr ""
772
 
@@ -794,66 +793,70 @@ msgstr ""
794
  msgid "Describe this media file&hellip;"
795
  msgstr ""
796
 
797
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
798
  msgid "All Uncategorized"
799
  msgstr ""
800
 
801
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
802
  msgid "Reset All Filters"
803
  msgstr ""
804
 
805
- #: enhanced-media-library.php:541
806
  msgid "Uploaded to post #"
807
  msgstr ""
808
 
809
- #: enhanced-media-library.php:542
810
  msgid "Based On"
811
  msgstr ""
812
 
813
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
814
  msgid "Media Categories"
815
  msgstr ""
816
 
817
- #: enhanced-media-library.php:575
818
  msgid "Media Category"
819
  msgstr ""
820
 
821
- #: enhanced-media-library.php:577
822
  msgid "All Media Categories"
823
  msgstr ""
824
 
825
- #: enhanced-media-library.php:578
826
  msgid "Edit Media Category"
827
  msgstr ""
828
 
829
- #: enhanced-media-library.php:579
830
  msgid "View Media Category"
831
  msgstr ""
832
 
833
- #: enhanced-media-library.php:580
834
  msgid "Update Media Category"
835
  msgstr ""
836
 
837
- #: enhanced-media-library.php:581
838
  msgid "Add New Media Category"
839
  msgstr ""
840
 
841
- #: enhanced-media-library.php:582
842
  msgid "New Media Category Name"
843
  msgstr ""
844
 
845
- #: enhanced-media-library.php:583
846
  msgid "Parent Media Category"
847
  msgstr ""
848
 
849
- #: enhanced-media-library.php:584
850
  msgid "Parent Media Category:"
851
  msgstr ""
852
 
853
- #: enhanced-media-library.php:585
854
  msgid "Search Media Categories"
855
  msgstr ""
856
 
 
 
 
 
857
  #. Plugin URI of the plugin/theme
858
  #. Author URI of the plugin/theme
859
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-02-11 15:15+0200\n"
6
+ "PO-Revision-Date: 2017-02-11 15:15+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Polish (Poland)\n"
9
  "Language: pl_PL\n"
52
  msgid "MIME Types"
53
  msgstr "Typy MIME"
54
 
 
55
  #: core/options-pages.php:135 core/options-pages.php:136
56
  msgid "Enhanced Media Library"
57
  msgstr "Rozszerzona Biblioteka Mediów"
183
 
184
  #: core/options-pages.php:482 core/options-pages.php:718
185
  #: core/options-pages.php:1265 core/options-pages.php:1328
186
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
187
  msgid "All"
188
  msgstr "Wszystkie"
189
 
761
  msgstr ""
762
 
763
  #: core/taxonomies.php:333 core/taxonomies.php:339
764
+ #: enhanced-media-library.php:517
765
  msgid "Filter by"
766
  msgstr ""
767
 
768
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
769
  msgid "Not in a"
770
  msgstr ""
771
 
793
  msgid "Describe this media file&hellip;"
794
  msgstr ""
795
 
796
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
797
  msgid "All Uncategorized"
798
  msgstr ""
799
 
800
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
801
  msgid "Reset All Filters"
802
  msgstr ""
803
 
804
+ #: enhanced-media-library.php:550
805
  msgid "Uploaded to post #"
806
  msgstr ""
807
 
808
+ #: enhanced-media-library.php:551
809
  msgid "Based On"
810
  msgstr ""
811
 
812
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
813
  msgid "Media Categories"
814
  msgstr ""
815
 
816
+ #: enhanced-media-library.php:584
817
  msgid "Media Category"
818
  msgstr ""
819
 
820
+ #: enhanced-media-library.php:586
821
  msgid "All Media Categories"
822
  msgstr ""
823
 
824
+ #: enhanced-media-library.php:587
825
  msgid "Edit Media Category"
826
  msgstr ""
827
 
828
+ #: enhanced-media-library.php:588
829
  msgid "View Media Category"
830
  msgstr ""
831
 
832
+ #: enhanced-media-library.php:589
833
  msgid "Update Media Category"
834
  msgstr ""
835
 
836
+ #: enhanced-media-library.php:590
837
  msgid "Add New Media Category"
838
  msgstr ""
839
 
840
+ #: enhanced-media-library.php:591
841
  msgid "New Media Category Name"
842
  msgstr ""
843
 
844
+ #: enhanced-media-library.php:592
845
  msgid "Parent Media Category"
846
  msgstr ""
847
 
848
+ #: enhanced-media-library.php:593
849
  msgid "Parent Media Category:"
850
  msgstr ""
851
 
852
+ #: enhanced-media-library.php:594
853
  msgid "Search Media Categories"
854
  msgstr ""
855
 
856
+ #. Plugin Name of the plugin/theme
857
+ msgid "Enhanced Media Library PRO"
858
+ msgstr "Rozszerzona Biblioteka Mediów PRO"
859
+
860
  #. Plugin URI of the plugin/theme
861
  #. Author URI of the plugin/theme
862
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-sv_SE.mo CHANGED
Binary file
languages/enhanced-media-library-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-19 22:56+0200\n"
6
- "PO-Revision-Date: 2017-01-19 22:56+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Swedish (Sweden)\n"
9
  "Language: sv_SE\n"
@@ -50,7 +50,6 @@ msgstr "Taxonomier"
50
  msgid "MIME Types"
51
  msgstr "MIME-typer"
52
 
53
- #. Plugin Name of the plugin/theme
54
  #: core/options-pages.php:135 core/options-pages.php:136
55
  msgid "Enhanced Media Library"
56
  msgstr "Enhanced Media Library"
@@ -182,7 +181,7 @@ msgstr "Förälder"
182
 
183
  #: core/options-pages.php:482 core/options-pages.php:718
184
  #: core/options-pages.php:1265 core/options-pages.php:1328
185
- #: core/taxonomies.php:340 enhanced-media-library.php:509
186
  msgid "All"
187
  msgstr "Alla"
188
 
@@ -761,11 +760,11 @@ msgid "Media Library settings saved."
761
  msgstr ""
762
 
763
  #: core/taxonomies.php:333 core/taxonomies.php:339
764
- #: enhanced-media-library.php:508
765
  msgid "Filter by"
766
  msgstr "Filtrera efter"
767
 
768
- #: core/taxonomies.php:341 enhanced-media-library.php:510
769
  msgid "Not in a"
770
  msgstr "Ej i"
771
 
@@ -793,66 +792,70 @@ msgstr "Beskriv denna audiofil&hellip;"
793
  msgid "Describe this media file&hellip;"
794
  msgstr "Beskriv denna mediafil&hellip;"
795
 
796
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
797
  msgid "All Uncategorized"
798
  msgstr "Alla Okategoriserade"
799
 
800
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
801
  msgid "Reset All Filters"
802
  msgstr "Återställ alla filter"
803
 
804
- #: enhanced-media-library.php:541
805
  msgid "Uploaded to post #"
806
  msgstr ""
807
 
808
- #: enhanced-media-library.php:542
809
  msgid "Based On"
810
  msgstr ""
811
 
812
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
813
  msgid "Media Categories"
814
  msgstr ""
815
 
816
- #: enhanced-media-library.php:575
817
  msgid "Media Category"
818
  msgstr ""
819
 
820
- #: enhanced-media-library.php:577
821
  msgid "All Media Categories"
822
  msgstr ""
823
 
824
- #: enhanced-media-library.php:578
825
  msgid "Edit Media Category"
826
  msgstr ""
827
 
828
- #: enhanced-media-library.php:579
829
  msgid "View Media Category"
830
  msgstr ""
831
 
832
- #: enhanced-media-library.php:580
833
  msgid "Update Media Category"
834
  msgstr ""
835
 
836
- #: enhanced-media-library.php:581
837
  msgid "Add New Media Category"
838
  msgstr ""
839
 
840
- #: enhanced-media-library.php:582
841
  msgid "New Media Category Name"
842
  msgstr ""
843
 
844
- #: enhanced-media-library.php:583
845
  msgid "Parent Media Category"
846
  msgstr ""
847
 
848
- #: enhanced-media-library.php:584
849
  msgid "Parent Media Category:"
850
  msgstr ""
851
 
852
- #: enhanced-media-library.php:585
853
  msgid "Search Media Categories"
854
  msgstr ""
855
 
 
 
 
 
856
  #. Plugin URI of the plugin/theme
857
  #. Author URI of the plugin/theme
858
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-02-11 15:15+0200\n"
6
+ "PO-Revision-Date: 2017-02-11 15:15+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Swedish (Sweden)\n"
9
  "Language: sv_SE\n"
50
  msgid "MIME Types"
51
  msgstr "MIME-typer"
52
 
 
53
  #: core/options-pages.php:135 core/options-pages.php:136
54
  msgid "Enhanced Media Library"
55
  msgstr "Enhanced Media Library"
181
 
182
  #: core/options-pages.php:482 core/options-pages.php:718
183
  #: core/options-pages.php:1265 core/options-pages.php:1328
184
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
185
  msgid "All"
186
  msgstr "Alla"
187
 
760
  msgstr ""
761
 
762
  #: core/taxonomies.php:333 core/taxonomies.php:339
763
+ #: enhanced-media-library.php:517
764
  msgid "Filter by"
765
  msgstr "Filtrera efter"
766
 
767
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
768
  msgid "Not in a"
769
  msgstr "Ej i"
770
 
792
  msgid "Describe this media file&hellip;"
793
  msgstr "Beskriv denna mediafil&hellip;"
794
 
795
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
796
  msgid "All Uncategorized"
797
  msgstr "Alla Okategoriserade"
798
 
799
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
800
  msgid "Reset All Filters"
801
  msgstr "Återställ alla filter"
802
 
803
+ #: enhanced-media-library.php:550
804
  msgid "Uploaded to post #"
805
  msgstr ""
806
 
807
+ #: enhanced-media-library.php:551
808
  msgid "Based On"
809
  msgstr ""
810
 
811
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
812
  msgid "Media Categories"
813
  msgstr ""
814
 
815
+ #: enhanced-media-library.php:584
816
  msgid "Media Category"
817
  msgstr ""
818
 
819
+ #: enhanced-media-library.php:586
820
  msgid "All Media Categories"
821
  msgstr ""
822
 
823
+ #: enhanced-media-library.php:587
824
  msgid "Edit Media Category"
825
  msgstr ""
826
 
827
+ #: enhanced-media-library.php:588
828
  msgid "View Media Category"
829
  msgstr ""
830
 
831
+ #: enhanced-media-library.php:589
832
  msgid "Update Media Category"
833
  msgstr ""
834
 
835
+ #: enhanced-media-library.php:590
836
  msgid "Add New Media Category"
837
  msgstr ""
838
 
839
+ #: enhanced-media-library.php:591
840
  msgid "New Media Category Name"
841
  msgstr ""
842
 
843
+ #: enhanced-media-library.php:592
844
  msgid "Parent Media Category"
845
  msgstr ""
846
 
847
+ #: enhanced-media-library.php:593
848
  msgid "Parent Media Category:"
849
  msgstr ""
850
 
851
+ #: enhanced-media-library.php:594
852
  msgid "Search Media Categories"
853
  msgstr ""
854
 
855
+ #. Plugin Name of the plugin/theme
856
+ msgid "Enhanced Media Library PRO"
857
+ msgstr "Enhanced Media Library PRO"
858
+
859
  #. Plugin URI of the plugin/theme
860
  #. Author URI of the plugin/theme
861
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
- "POT-Creation-Date: 2017-01-19 22:54+0200\n"
7
  "PO-Revision-Date: 2016-04-14 21:02+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: wpUXsolutions <wpUXsolutions@gmail.com>\n"
@@ -54,7 +54,6 @@ msgstr ""
54
  msgid "MIME Types"
55
  msgstr ""
56
 
57
- #. Plugin Name of the plugin/theme
58
  #: core/options-pages.php:135 core/options-pages.php:136
59
  msgid "Enhanced Media Library"
60
  msgstr ""
@@ -186,7 +185,7 @@ msgstr ""
186
 
187
  #: core/options-pages.php:482 core/options-pages.php:718
188
  #: core/options-pages.php:1265 core/options-pages.php:1328
189
- #: core/taxonomies.php:340 enhanced-media-library.php:509
190
  msgid "All"
191
  msgstr ""
192
 
@@ -760,11 +759,11 @@ msgid "Media Library settings saved."
760
  msgstr ""
761
 
762
  #: core/taxonomies.php:333 core/taxonomies.php:339
763
- #: enhanced-media-library.php:508
764
  msgid "Filter by"
765
  msgstr ""
766
 
767
- #: core/taxonomies.php:341 enhanced-media-library.php:510
768
  msgid "Not in a"
769
  msgstr ""
770
 
@@ -792,66 +791,70 @@ msgstr ""
792
  msgid "Describe this media file&hellip;"
793
  msgstr ""
794
 
795
- #: enhanced-media-library.php:342 enhanced-media-library.php:507
796
  msgid "All Uncategorized"
797
  msgstr ""
798
 
799
- #: enhanced-media-library.php:343 enhanced-media-library.php:511
800
  msgid "Reset All Filters"
801
  msgstr ""
802
 
803
- #: enhanced-media-library.php:541
804
  msgid "Uploaded to post #"
805
  msgstr ""
806
 
807
- #: enhanced-media-library.php:542
808
  msgid "Based On"
809
  msgstr ""
810
 
811
- #: enhanced-media-library.php:574 enhanced-media-library.php:576
812
  msgid "Media Categories"
813
  msgstr ""
814
 
815
- #: enhanced-media-library.php:575
816
  msgid "Media Category"
817
  msgstr ""
818
 
819
- #: enhanced-media-library.php:577
820
  msgid "All Media Categories"
821
  msgstr ""
822
 
823
- #: enhanced-media-library.php:578
824
  msgid "Edit Media Category"
825
  msgstr ""
826
 
827
- #: enhanced-media-library.php:579
828
  msgid "View Media Category"
829
  msgstr ""
830
 
831
- #: enhanced-media-library.php:580
832
  msgid "Update Media Category"
833
  msgstr ""
834
 
835
- #: enhanced-media-library.php:581
836
  msgid "Add New Media Category"
837
  msgstr ""
838
 
839
- #: enhanced-media-library.php:582
840
  msgid "New Media Category Name"
841
  msgstr ""
842
 
843
- #: enhanced-media-library.php:583
844
  msgid "Parent Media Category"
845
  msgstr ""
846
 
847
- #: enhanced-media-library.php:584
848
  msgid "Parent Media Category:"
849
  msgstr ""
850
 
851
- #: enhanced-media-library.php:585
852
  msgid "Search Media Categories"
853
  msgstr ""
854
 
 
 
 
 
855
  #. Plugin URI of the plugin/theme
856
  #. Author URI of the plugin/theme
857
  msgid "http://wpUXsolutions.com"
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
+ "POT-Creation-Date: 2017-02-11 15:12+0200\n"
7
  "PO-Revision-Date: 2016-04-14 21:02+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: wpUXsolutions <wpUXsolutions@gmail.com>\n"
54
  msgid "MIME Types"
55
  msgstr ""
56
 
 
57
  #: core/options-pages.php:135 core/options-pages.php:136
58
  msgid "Enhanced Media Library"
59
  msgstr ""
185
 
186
  #: core/options-pages.php:482 core/options-pages.php:718
187
  #: core/options-pages.php:1265 core/options-pages.php:1328
188
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
189
  msgid "All"
190
  msgstr ""
191
 
759
  msgstr ""
760
 
761
  #: core/taxonomies.php:333 core/taxonomies.php:339
762
+ #: enhanced-media-library.php:517
763
  msgid "Filter by"
764
  msgstr ""
765
 
766
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
767
  msgid "Not in a"
768
  msgstr ""
769
 
791
  msgid "Describe this media file&hellip;"
792
  msgstr ""
793
 
794
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
795
  msgid "All Uncategorized"
796
  msgstr ""
797
 
798
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
799
  msgid "Reset All Filters"
800
  msgstr ""
801
 
802
+ #: enhanced-media-library.php:550
803
  msgid "Uploaded to post #"
804
  msgstr ""
805
 
806
+ #: enhanced-media-library.php:551
807
  msgid "Based On"
808
  msgstr ""
809
 
810
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
811
  msgid "Media Categories"
812
  msgstr ""
813
 
814
+ #: enhanced-media-library.php:584
815
  msgid "Media Category"
816
  msgstr ""
817
 
818
+ #: enhanced-media-library.php:586
819
  msgid "All Media Categories"
820
  msgstr ""
821
 
822
+ #: enhanced-media-library.php:587
823
  msgid "Edit Media Category"
824
  msgstr ""
825
 
826
+ #: enhanced-media-library.php:588
827
  msgid "View Media Category"
828
  msgstr ""
829
 
830
+ #: enhanced-media-library.php:589
831
  msgid "Update Media Category"
832
  msgstr ""
833
 
834
+ #: enhanced-media-library.php:590
835
  msgid "Add New Media Category"
836
  msgstr ""
837
 
838
+ #: enhanced-media-library.php:591
839
  msgid "New Media Category Name"
840
  msgstr ""
841
 
842
+ #: enhanced-media-library.php:592
843
  msgid "Parent Media Category"
844
  msgstr ""
845
 
846
+ #: enhanced-media-library.php:593
847
  msgid "Parent Media Category:"
848
  msgstr ""
849
 
850
+ #: enhanced-media-library.php:594
851
  msgid "Search Media Categories"
852
  msgstr ""
853
 
854
+ #. Plugin Name of the plugin/theme
855
+ msgid "Enhanced Media Library PRO"
856
+ msgstr ""
857
+
858
  #. Plugin URI of the plugin/theme
859
  #. Author URI of the plugin/theme
860
  msgid "http://wpUXsolutions.com"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: webbistro
3
  Tags: media library, media category, media categories, media gallery, gallery shortcode, media tag, media tags, media taxonomy, media taxonomies, media uploader, mime type, mime, mime types, file types, media types, media filter, attachment, gallery, image, images, media, ux, user experience, wp-admin, admin, taxonomy, taxonomies
4
  Requires at least: 4.5
5
  Tested up to: 4.7.2
6
- Stable tag: 2.4.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -86,6 +86,8 @@ Assistance with translating is highly appreciated! If you'd like to be a transla
86
  * Simple Lightbox
87
  * Responsive Lightbox by dFactory
88
  * Justified Gallery
 
 
89
  * Compress JPEG & PNG Images (TinyPNG)
90
 
91
 
@@ -166,6 +168,16 @@ Please notice that you use Enhanced Media Library with other plugins which add m
166
 
167
  == Changelog ==
168
 
 
 
 
 
 
 
 
 
 
 
169
  = 2.4.3 =
170
  *Release Date - January 28, 2017*
171
 
3
  Tags: media library, media category, media categories, media gallery, gallery shortcode, media tag, media tags, media taxonomy, media taxonomies, media uploader, mime type, mime, mime types, file types, media types, media filter, attachment, gallery, image, images, media, ux, user experience, wp-admin, admin, taxonomy, taxonomies
4
  Requires at least: 4.5
5
  Tested up to: 4.7.2
6
+ Stable tag: 2.4.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
86
  * Simple Lightbox
87
  * Responsive Lightbox by dFactory
88
  * Justified Gallery
89
+ * Meow Gallery
90
+ * Meow Lightbox
91
  * Compress JPEG & PNG Images (TinyPNG)
92
 
93
 
168
 
169
  == Changelog ==
170
 
171
+ = 2.4.4 =
172
+ *Release Date - February 16, 2017*
173
+
174
+ = Bugfixes =
175
+ * Update mechanism improved to avoid issue on some installations (PRO only)
176
+ * The issue causing an error when editing in bulk (in some cases) is fixed (PRO only)
177
+ * Minor bugs fixed
178
+
179
+
180
+ &nbsp;
181
  = 2.4.3 =
182
  *Release Date - January 28, 2017*
183