Enhanced Media Library - Version 2.8

Version Description

Download this release

Release Info

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

Code changes from version 2.7.2 to 2.8

Files changed (43) hide show
  1. core/compatibility.php +14 -1
  2. core/media-templates.php +105 -0
  3. core/medialist.php +1 -1
  4. core/taxonomies.php +0 -199
  5. css/eml-admin-media-rtl.css +53 -3
  6. css/eml-admin-media.css +51 -1
  7. css/eml-admin-rtl.css +37 -73
  8. enhanced-media-library.php +6 -4
  9. js/eml-enhanced-medialist.js +13 -5
  10. js/eml-media-editor.js +0 -64
  11. js/eml-media-grid.js +12 -9
  12. js/eml-media-models.js +3 -2
  13. js/eml-media-views.js +55 -50
  14. languages/enhanced-media-library-cs.mo +0 -0
  15. languages/enhanced-media-library-cs.po +62 -104
  16. languages/enhanced-media-library-de_DE.mo +0 -0
  17. languages/enhanced-media-library-de_DE.po +62 -104
  18. languages/enhanced-media-library-es.mo +0 -0
  19. languages/enhanced-media-library-es.po +62 -104
  20. languages/enhanced-media-library-fi.mo +0 -0
  21. languages/enhanced-media-library-fi.po +62 -104
  22. languages/enhanced-media-library-fr_FR.mo +0 -0
  23. languages/enhanced-media-library-fr_FR.po +62 -104
  24. languages/enhanced-media-library-he_IL.mo +0 -0
  25. languages/enhanced-media-library-he_IL.po +62 -104
  26. languages/enhanced-media-library-it_IT.mo +0 -0
  27. languages/enhanced-media-library-it_IT.po +62 -104
  28. languages/enhanced-media-library-ja_JP.mo +0 -0
  29. languages/enhanced-media-library-ja_JP.po +62 -104
  30. languages/enhanced-media-library-ko_KR.mo +0 -0
  31. languages/enhanced-media-library-ko_KR.po +62 -104
  32. languages/enhanced-media-library-nl_NL.mo +0 -0
  33. languages/enhanced-media-library-nl_NL.po +62 -104
  34. languages/enhanced-media-library-pl_PL.mo +0 -0
  35. languages/enhanced-media-library-pl_PL.po +62 -104
  36. languages/enhanced-media-library-ru.mo +0 -0
  37. languages/enhanced-media-library-ru.po +62 -104
  38. languages/enhanced-media-library-sv_SE.mo +0 -0
  39. languages/enhanced-media-library-sv_SE.po +62 -104
  40. languages/enhanced-media-library-uk.mo +0 -0
  41. languages/enhanced-media-library-uk.po +62 -104
  42. languages/enhanced-media-library.pot +61 -103
  43. readme.txt +20 -201
core/compatibility.php CHANGED
@@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) )
6
 
7
 
8
  /**
9
- * wpuxss_eml_elementor_scripts
10
  * @TODO: temporary solution
11
  *
12
  * @since 2.5
@@ -29,3 +29,16 @@ if ( ! function_exists( 'wpuxss_eml_elementor_scripts' ) ) {
29
  );
30
  }
31
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
 
8
  /**
9
+ * Elementor
10
  * @TODO: temporary solution
11
  *
12
  * @since 2.5
29
  );
30
  }
31
  }
32
+
33
+
34
+
35
+ /**
36
+ * Enfold Theme
37
+ * for [av_masonry_gallery] shortcode
38
+ * use Default Layout and choose the shortcode Media Elements > Masonry Gallery
39
+ * to make theme gallery shows images from the specific category
40
+ *
41
+ * @since 2.7.3
42
+ * @created 9/10/20
43
+ */
44
+ add_filter( 'shortcode_atts_av_masonry_entries', 'wpuxss_eml_shortcode_atts', 10, 3 );
core/media-templates.php ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) )
4
+ exit;
5
+
6
+
7
+
8
+ /**
9
+ * wpuxss_eml_print_media_templates
10
+ *
11
+ * @since 2.4
12
+ * @created 07/01/17
13
+ */
14
+
15
+ add_action( 'print_media_templates', 'wpuxss_eml_print_media_templates' );
16
+
17
+ if ( ! function_exists( 'wpuxss_eml_print_media_templates' ) ) {
18
+
19
+ function wpuxss_eml_print_media_templates() {
20
+
21
+ $remove_button = '<button type="button" class="button-link attachment-close media-modal-icon"><span class="screen-reader-text">' . __( 'Remove', 'enhanced-media-library' ) . '</span></button>';
22
+
23
+ $deselect_button = '<button type="button" class="button-link check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text">' . __( 'Deselect', 'enhanced-media-library' ) . '</span></button>'; ?>
24
+
25
+
26
+ <script type="text/html" id="tmpl-attachment-grid-view">
27
+
28
+ <div class="attachment-preview js--select-attachment type-{{ data.type }} subtype-{{ data.subtype }} {{ data.orientation }}">
29
+ <div class="eml-attacment-inline-toolbar">
30
+ <# if ( data.can.save && data.buttons.edit ) { #>
31
+ <i class="eml-icon dashicons dashicons-edit edit" data-name="edit"></i>
32
+ <# } #>
33
+ </div>
34
+
35
+ <# show_caption = parseInt(wpuxss_eml_media_grid_l10n.grid_show_caption);
36
+ caption_type = wpuxss_eml_media_grid_l10n.grid_caption_type;
37
+ caption = data[caption_type].length <= 15 ? data[caption_type] : data[caption_type].substring(0, 15) + '...';
38
+ non_image_caption = ( 'image' !== data.type && caption ) ? caption : data.filename;
39
+ title = show_caption ? data[caption_type] : ''; #>
40
+ <div class="thumbnail" title="{{ title }}">
41
+ <# if ( data.uploading ) { #>
42
+ <div class="media-progress-bar"><div style="width: {{ data.percent }}%"></div></div>
43
+ <# } else if ( 'image' === data.type && data.sizes ) { #>
44
+ <div class="centered">
45
+ <img src="{{ data.size.url }}" draggable="false" alt="" />
46
+ </div>
47
+ <# if ( show_caption && caption ) { #>
48
+ <div class="filename">
49
+ <div>{{ caption }}</div>
50
+ </div>
51
+ <# } #>
52
+ <# } else { #>
53
+ <div class="centered">
54
+ <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>
55
+ <img src="{{ data.image.src }}" class="thumbnail" draggable="false" alt="" />
56
+ <# } else if ( data.sizes && data.sizes.medium ) { #>
57
+ <img src="{{ data.sizes.medium.url }}" class="thumbnail" draggable="false" alt="" />
58
+ <# } else { #>
59
+ <img src="{{ data.icon }}" class="icon" draggable="false" alt="" />
60
+ <# } #>
61
+ </div>
62
+ <div class="filename">
63
+ <div>{{ non_image_caption }}</div>
64
+ </div>
65
+ <# } #>
66
+ </div>
67
+ <# if ( data.buttons.close ) { #>
68
+ <?php echo $remove_button; ?>
69
+ <# } #>
70
+ </div>
71
+ <# if ( data.buttons.check ) { #>
72
+ <?php echo $deselect_button; ?>
73
+ <# } #>
74
+ <#
75
+ var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
76
+ if ( data.describe ) {
77
+ if ( 'image' === data.type ) { #>
78
+ <input type="text" value="{{ data.caption }}" class="describe" data-setting="caption"
79
+ placeholder="<?php esc_attr_e('Caption this image&hellip;'); ?>" {{ maybeReadOnly }} />
80
+ <# } else { #>
81
+ <input type="text" value="{{ data.title }}" class="describe" data-setting="title"
82
+ <# if ( 'video' === data.type ) { #>
83
+ placeholder="<?php esc_attr_e('Describe this video&hellip;'); ?>"
84
+ <# } else if ( 'audio' === data.type ) { #>
85
+ placeholder="<?php esc_attr_e('Describe this audio file&hellip;'); ?>"
86
+ <# } else { #>
87
+ placeholder="<?php esc_attr_e('Describe this media file&hellip;'); ?>"
88
+ <# } #> {{ maybeReadOnly }} />
89
+ <# }
90
+ } #>
91
+ </script>
92
+
93
+ <script type="text/html" id="tmpl-eml-media-selection">
94
+
95
+ <div class="selection-info">
96
+ <span class="count"></span>
97
+ </div>
98
+ <div class="selection-view"></div>
99
+
100
+ </script>
101
+
102
+ <?php }
103
+ }
104
+
105
+ ?>
core/medialist.php CHANGED
@@ -20,7 +20,7 @@ add_filter( 'shortcode_atts_slideshow', 'wpuxss_eml_shortcode_atts', 10, 3 );
20
 
21
  if ( ! function_exists( 'wpuxss_eml_shortcode_atts' ) ) {
22
 
23
- function wpuxss_eml_shortcode_atts( $output, $defaults, $atts ) {
24
 
25
  $wpuxss_eml_lib_options = get_option( 'wpuxss_eml_lib_options', array() );
26
 
20
 
21
  if ( ! function_exists( 'wpuxss_eml_shortcode_atts' ) ) {
22
 
23
+ function wpuxss_eml_shortcode_atts( $output, $defaults = array(), $atts ) {
24
 
25
  $wpuxss_eml_lib_options = get_option( 'wpuxss_eml_lib_options', array() );
26
 
core/taxonomies.php CHANGED
@@ -1483,203 +1483,4 @@ if ( ! function_exists('wpuxss_eml_pre_get_posts') ) {
1483
  }
1484
  }
1485
 
1486
-
1487
-
1488
- /**
1489
- * wpuxss_eml_print_media_templates
1490
- *
1491
- * @since 2.4
1492
- * @created 07/01/17
1493
- */
1494
-
1495
- add_action( 'print_media_templates', 'wpuxss_eml_print_media_templates' );
1496
-
1497
- if ( ! function_exists( 'wpuxss_eml_print_media_templates' ) ) {
1498
-
1499
- function wpuxss_eml_print_media_templates() {
1500
-
1501
- $remove_button = '<button type="button" class="button-link attachment-close media-modal-icon"><span class="screen-reader-text">' . __( 'Remove' ) . '</span></button>';
1502
-
1503
- $deselect_button = '<button type="button" class="button-link check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text">' . __( 'Deselect' ) . '</span></button>'; ?>
1504
-
1505
-
1506
- <script type="text/html" id="tmpl-attachment-grid-view">
1507
-
1508
- <div class="attachment-preview js--select-attachment type-{{ data.type }} subtype-{{ data.subtype }} {{ data.orientation }}">
1509
- <div class="eml-attacment-inline-toolbar">
1510
- <# if ( data.can.save && data.buttons.edit ) { #>
1511
- <i class="eml-icon dashicons dashicons-edit edit" data-name="edit"></i>
1512
- <# } #>
1513
- </div>
1514
-
1515
- <# show_caption = parseInt(wpuxss_eml_media_grid_l10n.grid_show_caption);
1516
- caption_type = wpuxss_eml_media_grid_l10n.grid_caption_type;
1517
- caption = data[caption_type].length <= 15 ? data[caption_type] : data[caption_type].substring(0, 15) + '...';
1518
- non_image_caption = ( 'image' !== data.type && caption ) ? caption : data.filename;
1519
- title = show_caption ? data[caption_type] : ''; #>
1520
- <div class="thumbnail" title="{{ title }}">
1521
- <# if ( data.uploading ) { #>
1522
- <div class="media-progress-bar"><div style="width: {{ data.percent }}%"></div></div>
1523
- <# } else if ( 'image' === data.type && data.sizes ) { #>
1524
- <div class="centered">
1525
- <img src="{{ data.size.url }}" draggable="false" alt="" />
1526
- </div>
1527
- <# if ( show_caption && caption ) { #>
1528
- <div class="filename">
1529
- <div>{{ caption }}</div>
1530
- </div>
1531
- <# } #>
1532
- <# } else { #>
1533
- <div class="centered">
1534
- <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>
1535
- <img src="{{ data.image.src }}" class="thumbnail" draggable="false" alt="" />
1536
- <# } else if ( data.sizes && data.sizes.medium ) { #>
1537
- <img src="{{ data.sizes.medium.url }}" class="thumbnail" draggable="false" alt="" />
1538
- <# } else { #>
1539
- <img src="{{ data.icon }}" class="icon" draggable="false" alt="" />
1540
- <# } #>
1541
- </div>
1542
- <div class="filename">
1543
- <div>{{ non_image_caption }}</div>
1544
- </div>
1545
- <# } #>
1546
- </div>
1547
- <# if ( data.buttons.close ) { #>
1548
- <?php echo $remove_button; ?>
1549
- <# } #>
1550
- </div>
1551
- <# if ( data.buttons.check ) { #>
1552
- <?php echo $deselect_button; ?>
1553
- <# } #>
1554
- <#
1555
- var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
1556
- if ( data.describe ) {
1557
- if ( 'image' === data.type ) { #>
1558
- <input type="text" value="{{ data.caption }}" class="describe" data-setting="caption"
1559
- placeholder="<?php esc_attr_e('Caption this image&hellip;'); ?>" {{ maybeReadOnly }} />
1560
- <# } else { #>
1561
- <input type="text" value="{{ data.title }}" class="describe" data-setting="title"
1562
- <# if ( 'video' === data.type ) { #>
1563
- placeholder="<?php esc_attr_e('Describe this video&hellip;'); ?>"
1564
- <# } else if ( 'audio' === data.type ) { #>
1565
- placeholder="<?php esc_attr_e('Describe this audio file&hellip;'); ?>"
1566
- <# } else { #>
1567
- placeholder="<?php esc_attr_e('Describe this media file&hellip;'); ?>"
1568
- <# } #> {{ maybeReadOnly }} />
1569
- <# }
1570
- } #>
1571
- </script>
1572
-
1573
- <script type="text/html" id="tmpl-eml-media-selection">
1574
-
1575
- <div class="selection-info">
1576
- <span class="count"></span>
1577
- </div>
1578
- <div class="selection-view"></div>
1579
-
1580
- </script>
1581
-
1582
- <script type="text/html" id="tmpl-eml-grid-attachment-details">
1583
-
1584
- <h2>
1585
- <?php _e( 'Attachment Details' ); ?>
1586
- <span class="settings-save-status">
1587
- <span class="spinner"></span>
1588
- <span class="saved"><?php esc_html_e('Saved.'); ?></span>
1589
- </span>
1590
- </h2>
1591
- <div class="attachment-info">
1592
- <div class="thumbnail thumbnail-{{ data.type }}">
1593
- <# if ( data.uploading ) { #>
1594
- <div class="media-progress-bar"><div></div></div>
1595
- <# } else if ( 'image' === data.type && data.sizes ) { #>
1596
- <img src="{{ data.size.url }}" draggable="false" alt="" />
1597
- <# } else { #>
1598
- <img src="{{ data.icon }}" class="icon" draggable="false" alt="" />
1599
- <# } #>
1600
- </div>
1601
- <div class="details">
1602
- <div class="filename">{{ data.filename }}</div>
1603
- <div class="uploaded">{{ data.dateFormatted }}</div>
1604
-
1605
- <div class="file-size">{{ data.filesizeHumanReadable }}</div>
1606
- <# if ( 'image' === data.type && ! data.uploading ) { #>
1607
- <# if ( data.width && data.height ) { #>
1608
- <div class="dimensions">{{ data.width }} &times; {{ data.height }}</div>
1609
- <# } #>
1610
-
1611
- <# if ( data.can.save && data.sizes ) { #>
1612
- <a class="edit-attachment" href="{{ data.editLink }}&amp;image-editor" target="_blank"><?php _e( 'Edit Image' ); ?></a>
1613
- <# } #>
1614
- <# } #>
1615
-
1616
- <# if ( data.fileLength ) { #>
1617
- <div class="file-length"><?php _e( 'Length:' ); ?> {{ data.fileLength }}</div>
1618
- <# } #>
1619
-
1620
- <# if ( ! data.uploading && data.can.remove ) { #>
1621
- <?php if ( MEDIA_TRASH ): ?>
1622
- <# if ( 'trash' === data.status ) { #>
1623
- <button type="button" class="button-link untrash-attachment"><?php _e( 'Untrash' ); ?></button>
1624
- <# } else { #>
1625
- <button type="button" class="button-link trash-attachment"><?php _ex( 'Trash', 'verb' ); ?></button>
1626
- <# } #>
1627
- <?php else: ?>
1628
- <button type="button" class="button-link delete-attachment"><?php _e( 'Delete Permanently' ); ?></button>
1629
- <?php endif; ?>
1630
- <# } #>
1631
-
1632
- <a class="eml-toggle-collapse" href="javascript:;"><?php _e( 'More Details', 'enhanced-media-library' ); ?> &darr;</a>
1633
-
1634
- <div class="compat-meta">
1635
- <# if ( data.compat && data.compat.meta ) { #>
1636
- {{{ data.compat.meta }}}
1637
- <# } #>
1638
- </div>
1639
- </div>
1640
- </div>
1641
-
1642
- <div class="eml-collapse" style="display:none;">
1643
- <label class="setting" data-setting="url">
1644
- <span class="name"><?php _e('URL'); ?></span>
1645
- <input type="text" value="{{ data.url }}" readonly />
1646
- </label>
1647
- <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
1648
- <?php if ( post_type_supports( 'attachment', 'title' ) ) : ?>
1649
- <label class="setting" data-setting="title">
1650
- <span class="name"><?php _e('Title'); ?></span>
1651
- <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} />
1652
- </label>
1653
- <?php endif; ?>
1654
- <# if ( 'audio' === data.type ) { #>
1655
- <?php foreach ( array(
1656
- 'artist' => __( 'Artist' ),
1657
- 'album' => __( 'Album' ),
1658
- ) as $key => $label ) : ?>
1659
- <label class="setting" data-setting="<?php echo esc_attr( $key ) ?>">
1660
- <span class="name"><?php echo $label ?></span>
1661
- <input type="text" value="{{ data.<?php echo $key ?> || data.meta.<?php echo $key ?> || '' }}" />
1662
- </label>
1663
- <?php endforeach; ?>
1664
- <# } #>
1665
- <label class="setting" data-setting="caption">
1666
- <span class="name"><?php _e('Caption'); ?></span>
1667
- <textarea {{ maybeReadOnly }}>{{ data.caption }}</textarea>
1668
- </label>
1669
- <# if ( 'image' === data.type ) { #>
1670
- <label class="setting" data-setting="alt">
1671
- <span class="name"><?php _e('Alt Text'); ?></span>
1672
- <input type="text" value="{{ data.alt }}" {{ maybeReadOnly }} />
1673
- </label>
1674
- <# } #>
1675
- <label class="setting" data-setting="description">
1676
- <span class="name"><?php _e('Description'); ?></span>
1677
- <textarea {{ maybeReadOnly }}>{{ data.description }}</textarea>
1678
- </label>
1679
- </div>
1680
-
1681
- </script>
1682
- <?php }
1683
- }
1684
-
1685
  ?>
1483
  }
1484
  }
1485
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1486
  ?>
css/eml-admin-media-rtl.css CHANGED
@@ -6,7 +6,7 @@ body.eml-media-css .term-list {
6
  border: 1px solid #dfdfdf;
7
  border-radius: 3px;
8
  padding: 10px 10px 5px;
9
- margin: 0 0 10px;
10
  }
11
  body.eml-media-css .term-list li {
12
  line-height: 22px;
@@ -47,6 +47,40 @@ body.eml-media-css .compat-item .eml-tax-field {
47
 
48
 
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  /* == Grid Mode == */
52
 
@@ -146,8 +180,8 @@ body.upload-php.eml-grid #wpbody-content > #screen-meta {
146
  .eml-grid .wrap .notice,
147
  .eml-grid .wrap div.updated,
148
  .eml-grid .wrap div.error {
149
- z-index: 20;
150
- position: relative;
151
  }
152
  .media-frame.mode-eml-grid {
153
  top: 50px;
@@ -360,6 +394,10 @@ body.upload-php.eml-grid #wpbody-content > #screen-meta {
360
 
361
  /* == Attachment(s) Details Saving Styles == */
362
 
 
 
 
 
363
  .media-frame .media-frame-toolbar #eml-save-changes-button {
364
  float: left;
365
  }
@@ -391,6 +429,7 @@ body.eml-media-css .media-modal-content .media-frame select.attachment-filters {
391
  width: auto;
392
  max-width: calc(48% - 12px);
393
  margin-left: 10px;
 
394
  vertical-align: middle;
395
  line-height: 28px;
396
  height: 28px;
@@ -398,6 +437,7 @@ body.eml-media-css .media-modal-content .media-frame select.attachment-filters {
398
 
399
  body.eml-media-css .attachments-browser .media-toolbar-secondary > .media-button {
400
  margin: 10px 0 0 10px;
 
401
  }
402
 
403
  body.eml-media-css .media-modal-content .attachments-browser .search {
@@ -433,3 +473,13 @@ body.eml-media-css .media-frame .spinner {
433
  left: 10px;
434
  top: 14px;
435
  }
 
 
 
 
 
 
 
 
 
 
6
  border: 1px solid #dfdfdf;
7
  border-radius: 3px;
8
  padding: 10px 10px 5px;
9
+ margin: 10px 0;
10
  }
11
  body.eml-media-css .term-list li {
12
  line-height: 22px;
47
 
48
 
49
 
50
+ /* == ACF Attachment Fields == */
51
+
52
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field {
53
+ margin: 5px 0;
54
+ }
55
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field > .acf-label {
56
+ min-width: 30%;
57
+ margin: 0;
58
+ padding: 0;
59
+ text-align: left;
60
+ display: block;
61
+ float: right;
62
+ }
63
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field > .acf-label > label {
64
+ padding-top: 6px;
65
+ margin: 0;
66
+ color: #666666;
67
+ font-weight: 400;
68
+ line-height: 16px;
69
+ }
70
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field > .acf-input {
71
+ width: 65%;
72
+ margin: 0;
73
+ padding: 0;
74
+ float: left;
75
+ display: block;
76
+ }
77
+ /* == TODO: look deeper into this one == */
78
+ body.eml-media-css .compat-field-acf-form-data,
79
+ body.eml-media-css .compat-field-acf-blank {
80
+ display: none !important;
81
+ }
82
+
83
+
84
 
85
  /* == Grid Mode == */
86
 
180
  .eml-grid .wrap .notice,
181
  .eml-grid .wrap div.updated,
182
  .eml-grid .wrap div.error {
183
+ z-index: 20;
184
+ position: relative;
185
  }
186
  .media-frame.mode-eml-grid {
187
  top: 50px;
394
 
395
  /* == Attachment(s) Details Saving Styles == */
396
 
397
+ .media-frame .media-frame-toolbar .button.button-large {
398
+ float: left;
399
+ }
400
+
401
  .media-frame .media-frame-toolbar #eml-save-changes-button {
402
  float: left;
403
  }
429
  width: auto;
430
  max-width: calc(48% - 12px);
431
  margin-left: 10px;
432
+ margin-top: 10px;
433
  vertical-align: middle;
434
  line-height: 28px;
435
  height: 28px;
437
 
438
  body.eml-media-css .attachments-browser .media-toolbar-secondary > .media-button {
439
  margin: 10px 0 0 10px;
440
+ vertical-align: middle;
441
  }
442
 
443
  body.eml-media-css .media-modal-content .attachments-browser .search {
473
  left: 10px;
474
  top: 14px;
475
  }
476
+
477
+
478
+
479
+ /* == Gallery, Playlist :: Edit :: Classic Editor == */
480
+ /* == a problem since wp 5 == */
481
+ /* == TODO: look deeper into this == */
482
+
483
+ body.eml-media-css .media-menu .media-menu-item.hidden {
484
+ display: none !important;
485
+ }
css/eml-admin-media.css CHANGED
@@ -6,7 +6,7 @@ body.eml-media-css .term-list {
6
  border: 1px solid #dfdfdf;
7
  border-radius: 3px;
8
  padding: 10px 10px 5px;
9
- margin: 0 0 10px;
10
  }
11
  body.eml-media-css .term-list li {
12
  line-height: 22px;
@@ -47,6 +47,40 @@ body.eml-media-css .compat-item .eml-tax-field {
47
 
48
 
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  /* == Grid Mode == */
52
 
@@ -360,6 +394,10 @@ body.upload-php.eml-grid #wpbody-content > #screen-meta {
360
 
361
  /* == Attachment(s) Details Saving Styles == */
362
 
 
 
 
 
363
  .media-frame .media-frame-toolbar #eml-save-changes-button {
364
  float: right;
365
  }
@@ -391,6 +429,7 @@ body.eml-media-css .media-modal-content .media-frame select.attachment-filters {
391
  width: auto;
392
  max-width: calc(48% - 12px);
393
  margin-right: 10px;
 
394
  vertical-align: middle;
395
  line-height: 28px;
396
  height: 28px;
@@ -398,6 +437,7 @@ body.eml-media-css .media-modal-content .media-frame select.attachment-filters {
398
 
399
  body.eml-media-css .attachments-browser .media-toolbar-secondary > .media-button {
400
  margin: 10px 10px 0 0;
 
401
  }
402
 
403
  body.eml-media-css .media-modal-content .attachments-browser .search {
@@ -433,3 +473,13 @@ body.eml-media-css .media-frame .spinner {
433
  right: 10px;
434
  top: 14px;
435
  }
 
 
 
 
 
 
 
 
 
 
6
  border: 1px solid #dfdfdf;
7
  border-radius: 3px;
8
  padding: 10px 10px 5px;
9
+ margin: 10px 0;
10
  }
11
  body.eml-media-css .term-list li {
12
  line-height: 22px;
47
 
48
 
49
 
50
+ /* == ACF Attachment Fields == */
51
+
52
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field {
53
+ margin: 5px 0;
54
+ }
55
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field > .acf-label {
56
+ min-width: 30%;
57
+ margin: 0;
58
+ padding: 0;
59
+ text-align: right;
60
+ display: block;
61
+ float: left;
62
+ }
63
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field > .acf-label > label {
64
+ padding-top: 6px;
65
+ margin: 0;
66
+ color: #666666;
67
+ font-weight: 400;
68
+ line-height: 16px;
69
+ }
70
+ body.eml-media-css .compat-attachment-fields > tbody > .acf-field > .acf-input {
71
+ width: 65%;
72
+ margin: 0;
73
+ padding: 0;
74
+ float: right;
75
+ display: block;
76
+ }
77
+ /* == TODO: look deeper into this one == */
78
+ body.eml-media-css .compat-field-acf-form-data,
79
+ body.eml-media-css .compat-field-acf-blank {
80
+ display: none !important;
81
+ }
82
+
83
+
84
 
85
  /* == Grid Mode == */
86
 
394
 
395
  /* == Attachment(s) Details Saving Styles == */
396
 
397
+ .media-frame .media-frame-toolbar .button.button-large {
398
+ float: right;
399
+ }
400
+
401
  .media-frame .media-frame-toolbar #eml-save-changes-button {
402
  float: right;
403
  }
429
  width: auto;
430
  max-width: calc(48% - 12px);
431
  margin-right: 10px;
432
+ margin-top: 10px;
433
  vertical-align: middle;
434
  line-height: 28px;
435
  height: 28px;
437
 
438
  body.eml-media-css .attachments-browser .media-toolbar-secondary > .media-button {
439
  margin: 10px 10px 0 0;
440
+ vertical-align: middle;
441
  }
442
 
443
  body.eml-media-css .media-modal-content .attachments-browser .search {
473
  right: 10px;
474
  top: 14px;
475
  }
476
+
477
+
478
+
479
+ /* == Gallery, Playlist :: Edit :: Classic Editor == */
480
+ /* == a problem since wp 5 == */
481
+ /* == TODO: look deeper into this == */
482
+
483
+ body.eml-media-css .media-menu .media-menu-item.hidden {
484
+ display: none !important;
485
+ }
css/eml-admin-rtl.css CHANGED
@@ -2,7 +2,7 @@
2
  /* == Main Menu Styles == */
3
 
4
  #adminmenu .wp-submenu li.eml-media-submenu {
5
- padding-left: 20px;
6
  }
7
 
8
 
@@ -18,48 +18,6 @@
18
 
19
 
20
 
21
- /* == Single Attachment Inline Toolbar == */
22
-
23
- .eml-attacment-inline-toolbar {
24
- position: absolute;
25
- z-index: 10;
26
- left: 7px;
27
- top: 7px;
28
-
29
- -webkit-transition: all 0.2s;
30
- -moz-transition: all 0.2s;
31
- -o-transition: all 0.2s;
32
- -ms-transition: all 0.2s;
33
- transition: all 0.2s;
34
-
35
- visibility: hidden;
36
- opacity: 0;
37
- }
38
- .js--select-attachment:hover .eml-attacment-inline-toolbar {
39
- visibility: visible;
40
- opacity: 1;
41
- }
42
- .eml-attacment-inline-toolbar i {
43
- margin: 0 5px 0 0;
44
- padding: 2px;
45
- width: 24px;
46
- height: 24px;
47
- box-shadow: 0 1px 3px rgba(0,0,0,0.5);
48
- background-color: #000;
49
- background-color: rgba(0,0,0,0.9);
50
- cursor: pointer;
51
- color: white;
52
- font-size: 24px;
53
- line-height: 24px;
54
- }
55
- .eml-attacment-inline-toolbar i:hover {
56
- box-shadow: 0 1px 3px rgba(0,0,0,0.8);
57
- background-color: #000;
58
- color: #2ea2cc;
59
- }
60
-
61
-
62
-
63
  /* == Buttons Styles == */
64
 
65
  .wpuxss-eml-button-remove {
@@ -78,16 +36,22 @@
78
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
79
  }
80
  .wpuxss-eml-button-container-right {
81
- text-align: right;
82
  margin: 20px 0 0;
83
  }
84
 
85
 
86
  #post-query-submit {
87
- margin: 1px 8px 0 5px;
88
  }
89
  #eml-reset-filters-query-submit {
90
- margin: 1px 8px 0 0;
 
 
 
 
 
 
91
  }
92
 
93
 
@@ -113,24 +77,24 @@
113
  background: rgba( 0, 86, 132, 0.9 );
114
  position: fixed;
115
  top: 0;
116
- left: 0;
117
  width: 100%;
118
  height: 100%;
119
  z-index: 300000;
120
  text-align: center;
121
  }
122
  .fullscreen-spinner-inner-box {
123
- border: 1px dashed #fff;
124
- position: absolute;
125
- top: 10px;
126
- left: 10px;
127
- right: 10px;
128
- bottom: 10px;
129
  }
130
  .fullscreen-spinner-box .eml-spinner {
131
  position: absolute;
132
  top: 50%;
133
- left: 0;
134
 
135
  background: url(../images/spinner.gif) no-repeat center bottom;
136
  width: 100%;
@@ -195,7 +159,7 @@
195
  }
196
  #wpuxss-credits li {
197
  list-style: disc;
198
- margin-left: 1.4em;
199
  }
200
 
201
  @font-face {
@@ -213,9 +177,9 @@
213
  (-webkit-min-device-pixel-ratio: 1.25),
214
  (min-resolution: 120dpi) {
215
 
216
- .fullscreen-spinner-box .eml-spinner {
217
- background-image: url(../images/spinner-2x.gif);
218
- }
219
  }
220
 
221
 
@@ -252,7 +216,7 @@
252
  width: 30px;
253
  }
254
  #eml-restore-mime-types-settings {
255
- margin-left: 20px;
256
  }
257
 
258
 
@@ -268,7 +232,7 @@
268
  box-shadow: 0 1px 0 #940B0B;
269
  color: #fff;
270
  text-decoration: none;
271
- text-shadow: 0 -1px 1px #940B0B, 1px 0 1px #940B0B, 0 1px 1px #940B0B, -1px 0 1px #940B0B;
272
  }
273
  .wp-core-ui #eml-submit-settings-cleanup:hover,
274
  .wp-core-ui .button-primary.eml-warning-button:hover {
@@ -308,16 +272,16 @@
308
  .wpuxss-eml-settings-list > li > label {
309
  font-size: 14px;
310
  display: inline-block;
311
- margin-right: 100px;
312
- margin-left: 0;
313
  }
314
  .wpuxss-eml-settings-list input {
315
  margin: 0;
316
  }
317
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-edit {
318
  position: absolute;
319
- left: auto;
320
- right: 40px;
321
  top: 7px;
322
  text-decoration: none;
323
  height: 14px;
@@ -327,16 +291,16 @@
327
  padding: 3px 10px;
328
  }
329
  .wpuxss-eml-settings-list.wpuxss-eml-non-media-taxonomy-list > li .wpuxss-eml-button-edit {
330
- right: 10px;
331
  }
332
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-remove {
333
  position: absolute;
334
- left: auto;
335
- right: 10px;
336
  top: 7px;
337
  }
338
  .wpuxss-eml-settings-list .wpuxss-eml-assigned {
339
- margin: 0 10px 0 0;
340
  }
341
 
342
  .wpuxss-eml-taxonomy-edit label {
@@ -345,17 +309,17 @@
345
  }
346
  .wpuxss-eml-non-media-taxonomy-list .wpuxss-eml-taxonomy-edit label {
347
  width: auto;
348
- margin-left: 10px;
349
  }
350
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-labels-edit {
351
- float: left;
352
  width: 48%;
353
- margin-right: 1%;
354
  }
355
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-settings-edit {
356
- float: left;
357
  width: 50%;
358
- margin-left: 1%;
359
  }
360
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-settings-edit li {
361
  padding: 3px 0;
2
  /* == Main Menu Styles == */
3
 
4
  #adminmenu .wp-submenu li.eml-media-submenu {
5
+ padding-right: 20px;
6
  }
7
 
8
 
18
 
19
 
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  /* == Buttons Styles == */
22
 
23
  .wpuxss-eml-button-remove {
36
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
37
  }
38
  .wpuxss-eml-button-container-right {
39
+ text-align: left;
40
  margin: 20px 0 0;
41
  }
42
 
43
 
44
  #post-query-submit {
45
+ margin: 1px 5px 0 8px;
46
  }
47
  #eml-reset-filters-query-submit {
48
+ margin: 1px 0 0 8px;
49
+ }
50
+
51
+
52
+ .wrap .eml-apply-settings-to-network:hover {
53
+ border-color: #d54e21;
54
+ background: #EC5F30;
55
  }
56
 
57
 
77
  background: rgba( 0, 86, 132, 0.9 );
78
  position: fixed;
79
  top: 0;
80
+ right: 0;
81
  width: 100%;
82
  height: 100%;
83
  z-index: 300000;
84
  text-align: center;
85
  }
86
  .fullscreen-spinner-inner-box {
87
+ border: 1px dashed #fff;
88
+ position: absolute;
89
+ top: 10px;
90
+ right: 10px;
91
+ left: 10px;
92
+ bottom: 10px;
93
  }
94
  .fullscreen-spinner-box .eml-spinner {
95
  position: absolute;
96
  top: 50%;
97
+ right: 0;
98
 
99
  background: url(../images/spinner.gif) no-repeat center bottom;
100
  width: 100%;
159
  }
160
  #wpuxss-credits li {
161
  list-style: disc;
162
+ margin-right: 1.4em;
163
  }
164
 
165
  @font-face {
177
  (-webkit-min-device-pixel-ratio: 1.25),
178
  (min-resolution: 120dpi) {
179
 
180
+ .fullscreen-spinner-box .eml-spinner {
181
+ background-image: url(../images/spinner-2x.gif);
182
+ }
183
  }
184
 
185
 
216
  width: 30px;
217
  }
218
  #eml-restore-mime-types-settings {
219
+ margin-right: 20px;
220
  }
221
 
222
 
232
  box-shadow: 0 1px 0 #940B0B;
233
  color: #fff;
234
  text-decoration: none;
235
+ text-shadow: 0 -1px 1px #940B0B, -1px 0 1px #940B0B, 0 1px 1px #940B0B, 1px 0 1px #940B0B;
236
  }
237
  .wp-core-ui #eml-submit-settings-cleanup:hover,
238
  .wp-core-ui .button-primary.eml-warning-button:hover {
272
  .wpuxss-eml-settings-list > li > label {
273
  font-size: 14px;
274
  display: inline-block;
275
+ margin-left: 100px;
276
+ margin-right: 0;
277
  }
278
  .wpuxss-eml-settings-list input {
279
  margin: 0;
280
  }
281
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-edit {
282
  position: absolute;
283
+ right: auto;
284
+ left: 40px;
285
  top: 7px;
286
  text-decoration: none;
287
  height: 14px;
291
  padding: 3px 10px;
292
  }
293
  .wpuxss-eml-settings-list.wpuxss-eml-non-media-taxonomy-list > li .wpuxss-eml-button-edit {
294
+ left: 10px;
295
  }
296
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-remove {
297
  position: absolute;
298
+ right: auto;
299
+ left: 10px;
300
  top: 7px;
301
  }
302
  .wpuxss-eml-settings-list .wpuxss-eml-assigned {
303
+ margin: 0 0 0 10px;
304
  }
305
 
306
  .wpuxss-eml-taxonomy-edit label {
309
  }
310
  .wpuxss-eml-non-media-taxonomy-list .wpuxss-eml-taxonomy-edit label {
311
  width: auto;
312
+ margin-right: 10px;
313
  }
314
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-labels-edit {
315
+ float: right;
316
  width: 48%;
317
+ margin-left: 1%;
318
  }
319
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-settings-edit {
320
+ float: right;
321
  width: 50%;
322
+ margin-right: 1%;
323
  }
324
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-settings-edit li {
325
  padding: 3px 0;
enhanced-media-library.php CHANGED
@@ -3,14 +3,14 @@
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.7.2
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
10
  Domain Path: /languages
11
  License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
- Copyright 2013-2018 wpUXsolutions (email : wpUXsolutions@gmail.com)
14
  */
15
 
16
 
@@ -26,7 +26,7 @@ global $wp_version,
26
 
27
 
28
 
29
- if ( ! defined('EML_VERSION') ) define( 'EML_VERSION', '2.7.2' );
30
 
31
 
32
 
@@ -96,6 +96,7 @@ if ( ! function_exists( 'wpuxss_eml_enhance_media_shortcodes' ) ) {
96
 
97
  include_once( 'core/mime-types.php' );
98
  include_once( 'core/taxonomies.php' );
 
99
  include_once( 'core/compatibility.php' );
100
 
101
  if ( wpuxss_eml_enhance_media_shortcodes() ) {
@@ -569,7 +570,8 @@ if ( ! function_exists( 'wpuxss_eml_enqueue_media' ) ) {
569
  'saveButton_failure' => __( 'Something went wrong.', 'enhanced-media-library' ),
570
  'saveButton_text' => __( 'Save Changes', 'enhanced-media-library' ),
571
 
572
- 'select_all' => __( 'Select All', 'enhanced-media-library' )
 
573
  );
574
 
575
  wp_localize_script(
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.8
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
10
  Domain Path: /languages
11
  License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12
 
13
+ Copyright 2013-2020 wpUXsolutions (email : wpUXsolutions@gmail.com)
14
  */
15
 
16
 
26
 
27
 
28
 
29
+ if ( ! defined('EML_VERSION') ) define( 'EML_VERSION', '2.8' );
30
 
31
 
32
 
96
 
97
  include_once( 'core/mime-types.php' );
98
  include_once( 'core/taxonomies.php' );
99
+ include_once( 'core/media-templates.php' );
100
  include_once( 'core/compatibility.php' );
101
 
102
  if ( wpuxss_eml_enhance_media_shortcodes() ) {
570
  'saveButton_failure' => __( 'Something went wrong.', 'enhanced-media-library' ),
571
  'saveButton_text' => __( 'Save Changes', 'enhanced-media-library' ),
572
 
573
+ 'select_all' => __( 'Select All', 'enhanced-media-library' ),
574
+ 'deselect' => __( 'Deselect ', 'enhanced-media-library')
575
  );
576
 
577
  wp_localize_script(
js/eml-enhanced-medialist.js CHANGED
@@ -156,10 +156,15 @@ function emlIsFilterBased( attrs ) {
156
  },
157
 
158
  change_orderbyRandom: function( event ) {
159
-
160
  var content = this.controller.frame.content,
161
  reverse = content.get().toolbar.get( 'reverse' );
162
 
 
 
 
 
 
163
  reverse.model.set( 'disabled', $( event.target ).is(':checked') );
164
  }
165
  });
@@ -277,11 +282,14 @@ function emlIsFilterBased( attrs ) {
277
  var reverse = browser.toolbar.get( 'reverse' );
278
 
279
 
280
- reverse.model.set( 'disabled', 'rand' === library.props.get('orderby') );
 
 
281
 
282
  reverse.options.click = function() {
283
 
284
- order = library.props.get( 'order' );
 
285
 
286
  if ( 'ASC' === order ) {
287
  order = 'DESC';
@@ -312,7 +320,7 @@ function emlIsFilterBased( attrs ) {
312
  _.extend( media.controller.GalleryEdit.prototype, {
313
 
314
  gallerySettings: function( browser ) {
315
-
316
  var library = this.get('library');
317
 
318
  original.GalleryEdit.gallerySettings.apply( this, arguments );
@@ -324,7 +332,7 @@ function emlIsFilterBased( attrs ) {
324
 
325
 
326
  /**
327
- * wp.media.controller.CollectionEdit
328
  *
329
  */
330
  original.CollectionEdit = {
156
  },
157
 
158
  change_orderbyRandom: function( event ) {
159
+
160
  var content = this.controller.frame.content,
161
  reverse = content.get().toolbar.get( 'reverse' );
162
 
163
+
164
+ if ( _.isUndefined( reverse ) ) {
165
+ return false;
166
+ }
167
+
168
  reverse.model.set( 'disabled', $( event.target ).is(':checked') );
169
  }
170
  });
282
  var reverse = browser.toolbar.get( 'reverse' );
283
 
284
 
285
+ if ( _.isUndefined( reverse ) ) {
286
+ return false;
287
+ }
288
 
289
  reverse.options.click = function() {
290
 
291
+ var order = library.props.get( 'order' );
292
+
293
 
294
  if ( 'ASC' === order ) {
295
  order = 'DESC';
320
  _.extend( media.controller.GalleryEdit.prototype, {
321
 
322
  gallerySettings: function( browser ) {
323
+
324
  var library = this.get('library');
325
 
326
  original.GalleryEdit.gallerySettings.apply( this, arguments );
332
 
333
 
334
  /**
335
+ * wp.media.controller.CollectionEdit (Playlist)
336
  *
337
  */
338
  original.CollectionEdit = {
js/eml-media-editor.js CHANGED
@@ -2,7 +2,6 @@ window.wp = window.wp || {};
2
  window.eml = window.eml || { l10n: {} };
3
 
4
 
5
-
6
  ( function( $, _ ) {
7
 
8
  var media = wp.media,
@@ -29,7 +28,6 @@ window.eml = window.eml || { l10n: {} };
29
 
30
  delete collections[ shortcodeString ];
31
 
32
-
33
  if ( result && ! isFilterBased && _.isUndefined( shortcode.attrs.named.limit ) ) {
34
  return result;
35
  }
@@ -215,68 +213,6 @@ window.eml = window.eml || { l10n: {} };
215
  collections[ shortcode.string() ] = clone;
216
 
217
  return shortcode;
218
- },
219
-
220
- edit: function( content ) {
221
- var shortcode = wp.shortcode.next( this.tag, content ),
222
- defaultPostId = this.defaults.id,
223
- attachments, selection, state;
224
-
225
- // Bail if we didn't match the shortcode or all of the content.
226
- if ( ! shortcode || shortcode.content !== content ) {
227
- return;
228
- }
229
-
230
- // Ignore the rest of the match object.
231
- shortcode = shortcode.shortcode;
232
-
233
- if ( _.isUndefined( shortcode.get('id') ) && ! _.isUndefined( defaultPostId ) ) {
234
- shortcode.set( 'id', defaultPostId );
235
- }
236
-
237
- attachments = this.attachments( shortcode );
238
- // @todo
239
- // attachments.props.set( 'perPage', -1 );
240
-
241
- selection = new wp.media.model.Selection( attachments.models, {
242
- props: attachments.props.toJSON(),
243
- multiple: true
244
- });
245
-
246
- selection[ this.tag ] = attachments[ this.tag ];
247
-
248
- // Fetch the query's attachments, and then break ties from the
249
- // query to allow for sorting.
250
- selection.more().done( function() {
251
- // Break ties with the query.
252
- selection.props.set({ query: false });
253
- selection.unmirror();
254
- selection.props.unset('orderby'); // @todo: test more carefully
255
- });
256
-
257
- // Destroy the previous gallery frame.
258
- if ( this.frame ) {
259
- this.frame.dispose();
260
- }
261
-
262
- if ( shortcode.attrs.named.type ) {
263
- if ( 'video' === shortcode.attrs.named.type )
264
- state = 'video-' + this.tag + '-edit';
265
- } else {
266
- state = this.tag + '-edit';
267
- }
268
-
269
- // Store the current frame.
270
- this.frame = wp.media({
271
- frame: 'post',
272
- state: state,
273
- title: this.editTitle,
274
- editing: true,
275
- multiple: true,
276
- selection: selection
277
- }).open();
278
-
279
- return this.frame;
280
  }
281
  };
282
 
2
  window.eml = window.eml || { l10n: {} };
3
 
4
 
 
5
  ( function( $, _ ) {
6
 
7
  var media = wp.media,
28
 
29
  delete collections[ shortcodeString ];
30
 
 
31
  if ( result && ! isFilterBased && _.isUndefined( shortcode.attrs.named.limit ) ) {
32
  return result;
33
  }
213
  collections[ shortcode.string() ] = clone;
214
 
215
  return shortcode;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  }
217
  };
218
 
js/eml-media-grid.js CHANGED
@@ -8,7 +8,8 @@ window.eml = window.eml || { l10n: {} };
8
  var media = wp.media,
9
  mediaTrash = media.view.settings.mediaTrash,
10
  l10n = media.view.l10n,
11
- original = {};
 
12
 
13
 
14
 
@@ -28,7 +29,7 @@ window.eml = window.eml || { l10n: {} };
28
 
29
 
30
 
31
- var newEvents = { 'click .edit': 'emlEditAttachment' };
32
  _.extend( newEvents, media.view.Attachment.prototype.events);
33
 
34
  _.extend( media.view.Attachment.prototype, {
@@ -65,20 +66,22 @@ window.eml = window.eml || { l10n: {} };
65
  });
66
 
67
 
68
-
69
- var newEvents = { 'click .eml-toggle-collapse': 'toggleCollapse' };
70
  _.extend( newEvents, media.view.Attachment.Details.prototype.events);
71
 
72
  media.view.emlGridAttachmentDetails = media.view.Attachment.Details.extend({
73
 
74
- template: media.template('eml-grid-attachment-details'),
75
-
76
  events: newEvents,
77
 
78
- initialize: function() {
 
 
 
 
 
 
79
 
80
- media.view.Attachment.Details.prototype.initialize.apply( this, arguments );
81
- this.render();
82
  this.toggleCollapse();
83
  },
84
 
8
  var media = wp.media,
9
  mediaTrash = media.view.settings.mediaTrash,
10
  l10n = media.view.l10n,
11
+ original = {},
12
+ newEvents = {};
13
 
14
 
15
 
29
 
30
 
31
 
32
+ newEvents = { 'click .edit': 'emlEditAttachment' };
33
  _.extend( newEvents, media.view.Attachment.prototype.events);
34
 
35
  _.extend( media.view.Attachment.prototype, {
66
  });
67
 
68
 
69
+
70
+ newEvents = { 'click .eml-toggle-collapse': 'toggleCollapse' };
71
  _.extend( newEvents, media.view.Attachment.Details.prototype.events);
72
 
73
  media.view.emlGridAttachmentDetails = media.view.Attachment.Details.extend({
74
 
 
 
75
  events: newEvents,
76
 
77
+ render: function() {
78
+
79
+ media.view.Attachment.Details.prototype.render.apply( this, arguments );
80
+
81
+ // collapse
82
+ this.$el.find('.setting, #alt-text-description').wrapAll( '<div class="eml-collapse" />' );
83
+ this.$el.find('.compat-meta').before( '<a class="eml-toggle-collapse" href="javascript:;">'+eml.l10n.more_details+'</a>' );
84
 
 
 
85
  this.toggleCollapse();
86
  },
87
 
js/eml-media-models.js CHANGED
@@ -73,10 +73,11 @@ window.eml = window.eml || { l10n: {} };
73
 
74
  saveMenuOrder: function() {
75
 
76
- var nonce = wp.media.model.settings.post.nonce || eml.l10n.bulk_edit_nonce;
 
77
 
78
 
79
- if ( 'menuOrder' !== this.props.get('orderby') ) {
80
  return;
81
  }
82
 
73
 
74
  saveMenuOrder: function() {
75
 
76
+ var nonce = wp.media.model.settings.post.nonce || eml.l10n.bulk_edit_nonce,
77
+ orderby = this.props.get('orderby') || 'menuOrder';
78
 
79
 
80
+ if ( 'menuOrder' !== orderby ) {
81
  return;
82
  }
83
 
js/eml-media-views.js CHANGED
@@ -8,7 +8,8 @@ window.eml = window.eml || { l10n: {} };
8
  l10n = media.view.l10n,
9
  l10n_defaults = { media_orderby: 'date', media_order: 'DESC' },
10
  mediaTrash = media.view.settings.mediaTrash,
11
- original = {};
 
12
 
13
 
14
  _.extend( eml.l10n, wpuxss_eml_media_views_l10n );
@@ -90,72 +91,75 @@ window.eml = window.eml || { l10n: {} };
90
  /**
91
  * wp.media.view.AttachmentCompat
92
  *
 
 
93
  */
94
 
 
 
 
 
 
 
 
95
  _.extend( media.view.AttachmentCompat.prototype, {
96
 
97
- save: function( event ) {
98
 
99
- var data = {},
100
- spinner;
101
 
 
 
102
 
103
- if ( event ) {
104
- event.preventDefault();
105
- }
106
 
107
  if ( this.controller.isModeActive( 'eml-grid' ) ) {
108
  spinner = this.controller.browserView.toolbar.get( 'spinner' );
109
  }
110
 
111
- _.each( this.$el.serializeArray(), function( pair ) {
112
- data[ pair.name ] = pair.value;
113
- });
114
-
115
- $( 'input', this.$el ).prop('disabled', true);
116
  if ( spinner ) {
117
  spinner.show();
118
  }
119
 
120
  this.noRender = true;
 
121
  media.model.Query.cleanQueries();
122
-
123
- this.controller.trigger( 'attachment:compat:waiting', ['waiting'] );
124
- this.model.saveCompat( data ).done( _.bind( this.postSave, this, 1 ) ).fail( _.bind( this.postSave, this, 0 ) );
125
  },
126
 
127
- postSave: function( success ) {
128
 
129
- var toolbar,
130
- spinner,
131
- emlMessage;
132
 
133
 
134
- if ( 'edit-attachment' !== this.controller._state ) {
135
- toolbar = this.controller.toolbar.get();
136
- }
137
 
138
  if ( this.controller.isModeActive( 'eml-grid' ) ) {
139
  spinner = this.controller.browserView.toolbar.get( 'spinner' );
140
  }
141
 
142
-
143
- $( 'input', this.$el ).prop('disabled', false);
144
-
145
  if ( spinner ) {
146
  spinner.hide();
147
  }
148
 
 
 
 
 
149
  if ( toolbar ) {
150
- emlMessage = success ? toolbar.get( 'emlAttachmentSuccess' ) : toolbar.get( 'emlAttachmentError' );
 
 
151
 
152
  emlMessage.$el.fadeIn( 200 );
153
  setTimeout( function() {
154
  emlMessage.$el.fadeOut( 100 );
155
  }, 800 );
156
  }
157
-
158
- this.controller.trigger( 'attachment:compat:ready', ['ready'] );
159
  },
160
 
161
  render: function() {
@@ -165,6 +169,11 @@ window.eml = window.eml || { l10n: {} };
165
  tcount = this.model.get('tcount');
166
 
167
 
 
 
 
 
 
168
  _.each( tcount, function( count, term_id ) {
169
 
170
  var $option = $( '.eml-taxonomy-filters option[value="'+term_id+'"]' ),
@@ -174,9 +183,6 @@ window.eml = window.eml || { l10n: {} };
174
  $option.text( text );
175
  });
176
 
177
- if ( ! compat || ! compat.item ) {
178
- return;
179
- }
180
 
181
  if ( this.noRender ) {
182
  return this;
@@ -214,6 +220,7 @@ window.eml = window.eml || { l10n: {} };
214
 
215
 
216
 
 
217
  /**
218
  * wp.media.view.AttachmentFilters
219
  *
@@ -575,7 +582,6 @@ window.eml = window.eml || { l10n: {} };
575
  * wp.media.view.Attachment.Details
576
  *
577
  */
578
-
579
  _.extend( media.view.Attachment.Details.prototype, {
580
 
581
  deleteAttachment: function( event ) {
@@ -589,7 +595,7 @@ window.eml = window.eml || { l10n: {} };
589
  this.controller.modal.focusManager.focus();
590
  }
591
  }
592
- },
593
  });
594
 
595
 
@@ -601,7 +607,6 @@ window.eml = window.eml || { l10n: {} };
601
  original.AttachmentsBrowser = {
602
 
603
  initialize: media.view.AttachmentsBrowser.prototype.initialize,
604
- createToolbar: media.view.AttachmentsBrowser.prototype.createToolbar,
605
  createSidebar: media.view.AttachmentsBrowser.prototype.createSidebar,
606
  createSingle: media.view.AttachmentsBrowser.prototype.createSingle,
607
  disposeSingle: media.view.AttachmentsBrowser.prototype.disposeSingle
@@ -754,7 +759,7 @@ window.eml = window.eml || { l10n: {} };
754
  }
755
  }
756
 
757
- if ( eml.l10n.wp_version >= '4.0' && -1 !== $.inArray( 'dates', eml.l10n.filters_to_show ) && media.view.settings.months.length ) {
758
 
759
  this.toolbar.set( 'dateFilterLabel', new media.view.Label({
760
  value: l10n.filterByDate,
@@ -828,6 +833,7 @@ window.eml = window.eml || { l10n: {} };
828
 
829
  var toolbar = this.controller.toolbar.get();
830
 
 
831
  if ( $('body').hasClass('eml-pro-media-css') ) {
832
  toolbar.set( 'emlSelectAllButton', new media.view.emlSelectAllButton({
833
  filters: Filters,
@@ -841,7 +847,7 @@ window.eml = window.eml || { l10n: {} };
841
  toolbar.set( 'emlDeselectButton', new media.view.emlDeselectButton({
842
  filters: Filters,
843
  disabled: true,
844
- text: l10n.cancelSelection,
845
  controller: this.controller,
846
  priority: -70
847
  }).render() );
@@ -850,7 +856,7 @@ window.eml = window.eml || { l10n: {} };
850
  filters: Filters,
851
  style: 'primary',
852
  disabled: true,
853
- text: mediaTrash ? l10n.trashSelected : l10n.deleteSelected,
854
  controller: this.controller,
855
  priority: -60
856
  }).render() );
@@ -860,7 +866,7 @@ window.eml = window.eml || { l10n: {} };
860
  filters: Filters,
861
  style: 'primary',
862
  disabled: true,
863
- text: l10n.deleteSelected,
864
  controller: this.controller,
865
  priority: -50
866
  }).render() );
@@ -882,7 +888,7 @@ window.eml = window.eml || { l10n: {} };
882
  filters: Filters,
883
  style: 'primary',
884
  disabled: true,
885
- text: mediaTrash ? l10n.trashSelected : l10n.deleteSelected,
886
  controller: this.controller,
887
  priority: -60,
888
  click: function() {
@@ -942,7 +948,7 @@ window.eml = window.eml || { l10n: {} };
942
  filters: Filters,
943
  style: 'primary',
944
  disabled: true,
945
- text: l10n.deleteSelected,
946
  controller: this.controller,
947
  priority: -55,
948
  click: function() {
@@ -994,19 +1000,20 @@ window.eml = window.eml || { l10n: {} };
994
 
995
  var toolbar = this.controller.toolbar.get();
996
 
 
997
  toolbar.set( 'emlAttachmentSuccess', new media.view.emlAttachmentDetailsEditMessage({
998
  text: eml.l10n.saveButton_success,
999
  class: 'updated',
1000
  controller: this.controller,
1001
  priority: 200
1002
- }) );
1003
 
1004
  toolbar.set( 'emlAttachmentError', new media.view.emlAttachmentDetailsEditMessage({
1005
  text: eml.l10n.saveButton_failure,
1006
  class: 'error',
1007
  controller: this.controller,
1008
  priority: 220
1009
- }) );
1010
  }
1011
  },
1012
 
@@ -1124,23 +1131,21 @@ window.eml = window.eml || { l10n: {} };
1124
  AttachmentView: this.options.AttachmentView
1125
  });
1126
 
1127
- // Add keydown listener to the instance of the Attachments view
1128
- this.attachments.listenTo( this.controller, 'attachment:keydown:arrow', this.attachments.arrowEvent );
1129
- this.attachments.listenTo( this.controller, 'attachment:details:shift-tab', this.attachments.restoreFocus );
1130
 
1131
  this.views.add( this.attachments );
1132
 
1133
 
1134
- if ( this.controller.isModeActive( 'grid' ) ||
1135
- this.controller.isModeActive( 'eml-grid' ) ) {
1136
-
1137
  this.attachmentsNoResults = new media.View({
1138
  controller: this.controller,
1139
  tagName: 'p'
1140
  });
1141
 
1142
  this.attachmentsNoResults.$el.addClass( 'hidden no-media' );
1143
- this.attachmentsNoResults.$el.html( l10n.noItemsFound );
1144
 
1145
  this.views.add( this.attachmentsNoResults );
1146
  }
@@ -1169,7 +1174,7 @@ window.eml = window.eml || { l10n: {} };
1169
  original.MediaFrame.Post.activate.apply( this, arguments );
1170
 
1171
  this.on( 'open', content.fixLayout, content );
1172
- if ( typeof acf !== 'undefined' && $('.acf-expand-details').length ) {
1173
  $( document ).on( 'click', '.acf-expand-details', _.debounce( _.bind( content.fixLayout, content ), 250 ) );
1174
  }
1175
  }
8
  l10n = media.view.l10n,
9
  l10n_defaults = { media_orderby: 'date', media_order: 'DESC' },
10
  mediaTrash = media.view.settings.mediaTrash,
11
+ original = {},
12
+ newEvents = {};
13
 
14
 
15
  _.extend( eml.l10n, wpuxss_eml_media_views_l10n );
91
  /**
92
  * wp.media.view.AttachmentCompat
93
  *
94
+ * 'preSave' and 'postSave' are being used
95
+ * because of the way ACF extends 'save'
96
  */
97
 
98
+ newEvents = { 'click input[type=checkbox]': 'preSave' };
99
+ _.extend( newEvents, media.view.AttachmentCompat.prototype.events);
100
+
101
+ original.AttachmentCompat = {
102
+ postSave: media.view.AttachmentCompat.prototype.postSave
103
+ };
104
+
105
  _.extend( media.view.AttachmentCompat.prototype, {
106
 
107
+ events: newEvents,
108
 
109
+ preSave: function() {
 
110
 
111
+ var spinner,
112
+ checkboxes = $( 'input[type=checkbox]', this.$el );
113
 
 
 
 
114
 
115
  if ( this.controller.isModeActive( 'eml-grid' ) ) {
116
  spinner = this.controller.browserView.toolbar.get( 'spinner' );
117
  }
118
 
119
+ checkboxes.prop('readonly', true);
 
 
 
 
120
  if ( spinner ) {
121
  spinner.show();
122
  }
123
 
124
  this.noRender = true;
125
+ this.rendered = false; // a workaround for ACF compatibility
126
  media.model.Query.cleanQueries();
 
 
 
127
  },
128
 
129
+ postSave: function( result ) {
130
 
131
+ var emlMessage, state,
132
+ spinner, toolbar,
133
+ checkboxes = $( 'input[type=checkbox]', this.$el );
134
 
135
 
136
+ original.AttachmentCompat.postSave.apply( this, arguments );
137
+
 
138
 
139
  if ( this.controller.isModeActive( 'eml-grid' ) ) {
140
  spinner = this.controller.browserView.toolbar.get( 'spinner' );
141
  }
142
 
143
+
144
+ checkboxes.prop('readonly', false);
 
145
  if ( spinner ) {
146
  spinner.hide();
147
  }
148
 
149
+ if ( 'edit-attachment' !== this.controller._state ) {
150
+ toolbar = this.controller.toolbar.get();
151
+ }
152
+
153
  if ( toolbar ) {
154
+
155
+ state = result ? 'emlAttachmentSuccess' : 'emlAttachmentError';
156
+ emlMessage = toolbar.get( state );
157
 
158
  emlMessage.$el.fadeIn( 200 );
159
  setTimeout( function() {
160
  emlMessage.$el.fadeOut( 100 );
161
  }, 800 );
162
  }
 
 
163
  },
164
 
165
  render: function() {
169
  tcount = this.model.get('tcount');
170
 
171
 
172
+ if ( ! compat || ! compat.item ) {
173
+ return;
174
+ }
175
+
176
+
177
  _.each( tcount, function( count, term_id ) {
178
 
179
  var $option = $( '.eml-taxonomy-filters option[value="'+term_id+'"]' ),
183
  $option.text( text );
184
  });
185
 
 
 
 
186
 
187
  if ( this.noRender ) {
188
  return this;
220
 
221
 
222
 
223
+
224
  /**
225
  * wp.media.view.AttachmentFilters
226
  *
582
  * wp.media.view.Attachment.Details
583
  *
584
  */
 
585
  _.extend( media.view.Attachment.Details.prototype, {
586
 
587
  deleteAttachment: function( event ) {
595
  this.controller.modal.focusManager.focus();
596
  }
597
  }
598
+ }
599
  });
600
 
601
 
607
  original.AttachmentsBrowser = {
608
 
609
  initialize: media.view.AttachmentsBrowser.prototype.initialize,
 
610
  createSidebar: media.view.AttachmentsBrowser.prototype.createSidebar,
611
  createSingle: media.view.AttachmentsBrowser.prototype.createSingle,
612
  disposeSingle: media.view.AttachmentsBrowser.prototype.disposeSingle
759
  }
760
  }
761
 
762
+ if ( -1 !== $.inArray( 'dates', eml.l10n.filters_to_show ) && media.view.settings.months.length ) {
763
 
764
  this.toolbar.set( 'dateFilterLabel', new media.view.Label({
765
  value: l10n.filterByDate,
833
 
834
  var toolbar = this.controller.toolbar.get();
835
 
836
+
837
  if ( $('body').hasClass('eml-pro-media-css') ) {
838
  toolbar.set( 'emlSelectAllButton', new media.view.emlSelectAllButton({
839
  filters: Filters,
847
  toolbar.set( 'emlDeselectButton', new media.view.emlDeselectButton({
848
  filters: Filters,
849
  disabled: true,
850
+ text: eml.l10n.deselect,
851
  controller: this.controller,
852
  priority: -70
853
  }).render() );
856
  filters: Filters,
857
  style: 'primary',
858
  disabled: true,
859
+ text: mediaTrash ? l10n.trashSelected : l10n.deletePermanently,
860
  controller: this.controller,
861
  priority: -60
862
  }).render() );
866
  filters: Filters,
867
  style: 'primary',
868
  disabled: true,
869
+ text: l10n.deletePermanently,
870
  controller: this.controller,
871
  priority: -50
872
  }).render() );
888
  filters: Filters,
889
  style: 'primary',
890
  disabled: true,
891
+ text: mediaTrash ? l10n.trashSelected : l10n.deletePermanently,
892
  controller: this.controller,
893
  priority: -60,
894
  click: function() {
948
  filters: Filters,
949
  style: 'primary',
950
  disabled: true,
951
+ text: l10n.deletePermanently,
952
  controller: this.controller,
953
  priority: -55,
954
  click: function() {
1000
 
1001
  var toolbar = this.controller.toolbar.get();
1002
 
1003
+
1004
  toolbar.set( 'emlAttachmentSuccess', new media.view.emlAttachmentDetailsEditMessage({
1005
  text: eml.l10n.saveButton_success,
1006
  class: 'updated',
1007
  controller: this.controller,
1008
  priority: 200
1009
+ }).render() );
1010
 
1011
  toolbar.set( 'emlAttachmentError', new media.view.emlAttachmentDetailsEditMessage({
1012
  text: eml.l10n.saveButton_failure,
1013
  class: 'error',
1014
  controller: this.controller,
1015
  priority: 220
1016
+ }).render() );
1017
  }
1018
  },
1019
 
1131
  AttachmentView: this.options.AttachmentView
1132
  });
1133
 
1134
+ // Add keydown listener to the instance of the Attachments view.
1135
+ this.controller.on( 'attachment:keydown:arrow', _.bind( this.attachments.arrowEvent, this.attachments ) );
1136
+ this.controller.on( 'attachment:details:shift-tab', _.bind( this.attachments.restoreFocus, this.attachments ) );
1137
 
1138
  this.views.add( this.attachments );
1139
 
1140
 
1141
+ if ( this.controller.isModeActive( 'grid' ) || this.controller.isModeActive( 'eml-grid' ) ) {
 
 
1142
  this.attachmentsNoResults = new media.View({
1143
  controller: this.controller,
1144
  tagName: 'p'
1145
  });
1146
 
1147
  this.attachmentsNoResults.$el.addClass( 'hidden no-media' );
1148
+ this.attachmentsNoResults.$el.html( l10n.noMedia );
1149
 
1150
  this.views.add( this.attachmentsNoResults );
1151
  }
1174
  original.MediaFrame.Post.activate.apply( this, arguments );
1175
 
1176
  this.on( 'open', content.fixLayout, content );
1177
+ if ( typeof acf !== 'undefined' ) {
1178
  $( document ).on( 'click', '.acf-expand-details', _.debounce( _.bind( content.fixLayout, content ), 250 ) );
1179
  }
1180
  }
languages/enhanced-media-library-cs.mo CHANGED
Binary file
languages/enhanced-media-library-cs.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:09+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: cs_CZ\n"
@@ -12,7 +12,31 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
15
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -194,7 +218,7 @@ msgstr "Nadřazená"
194
  #: core/options-pages.php:568 core/options-pages.php:862
195
  #: core/options-pages.php:1084 core/options-pages.php:2011
196
  #: core/options-pages.php:2074 core/taxonomies.php:381
197
- #: enhanced-media-library.php:561
198
  msgid "All"
199
  msgstr "Všechny"
200
 
@@ -559,7 +583,7 @@ msgstr ""
559
  #: core/options-pages.php:1824 core/options-pages.php:1861
560
  #: core/options-pages.php:1905 core/options-pages.php:2113
561
  #: core/options-pages.php:2177 core/options-pages.php:2215
562
- #: core/options-pages.php:2386 enhanced-media-library.php:570
563
  msgid "Save Changes"
564
  msgstr "Uložit změny"
565
 
@@ -687,7 +711,6 @@ msgid "Date"
687
  msgstr "Data"
688
 
689
  #: core/options-pages.php:1793 core/options-pages.php:1853
690
- #: core/taxonomies.php:1650
691
  msgid "Title"
692
  msgstr "Název"
693
 
@@ -750,7 +773,7 @@ msgstr ""
750
  msgid "Filename"
751
  msgstr ""
752
 
753
- #: core/options-pages.php:1855 core/taxonomies.php:1666
754
  msgid "Caption"
755
  msgstr ""
756
 
@@ -1054,11 +1077,11 @@ msgid "All Authors"
1054
  msgstr ""
1055
 
1056
  #: core/taxonomies.php:374 core/taxonomies.php:380
1057
- #: enhanced-media-library.php:560
1058
  msgid "Filter by"
1059
  msgstr "Filtrovat podle"
1060
 
1061
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1062
  msgid "Not in a"
1063
  msgstr "Není součástí"
1064
 
@@ -1066,160 +1089,95 @@ msgstr "Není součástí"
1066
  msgid "Add some"
1067
  msgstr ""
1068
 
1069
- #: core/taxonomies.php:1501
1070
- msgid "Remove"
1071
- msgstr "Odebrat"
1072
-
1073
- #: core/taxonomies.php:1503
1074
- msgid "Deselect"
1075
- msgstr "Odznačit"
1076
-
1077
- #: core/taxonomies.php:1559
1078
- msgid "Caption this image&hellip;"
1079
- msgstr "Stručný popis obrázku&hellip;"
1080
-
1081
- #: core/taxonomies.php:1563
1082
- msgid "Describe this video&hellip;"
1083
- msgstr "Stručný popis videa&hellip;"
1084
-
1085
- #: core/taxonomies.php:1565
1086
- msgid "Describe this audio file&hellip;"
1087
- msgstr "Stručný popis zvukového souboru&hellip;"
1088
-
1089
- #: core/taxonomies.php:1567
1090
- msgid "Describe this media file&hellip;"
1091
- msgstr "Stručný popis mediálního souboru&hellip;"
1092
-
1093
- #: core/taxonomies.php:1585
1094
- msgid "Attachment Details"
1095
- msgstr ""
1096
-
1097
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1098
- msgid "Saved."
1099
- msgstr ""
1100
-
1101
- #: core/taxonomies.php:1612
1102
- msgid "Edit Image"
1103
- msgstr ""
1104
-
1105
- #: core/taxonomies.php:1617
1106
- msgid "Length:"
1107
- msgstr ""
1108
-
1109
- #: core/taxonomies.php:1623
1110
- msgid "Untrash"
1111
- msgstr ""
1112
-
1113
- #: core/taxonomies.php:1625
1114
- msgctxt "verb"
1115
- msgid "Trash"
1116
- msgstr ""
1117
-
1118
- #: core/taxonomies.php:1628
1119
- msgid "Delete Permanently"
1120
- msgstr ""
1121
-
1122
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1123
- msgid "More Details"
1124
- msgstr ""
1125
-
1126
- #: core/taxonomies.php:1644
1127
- msgid "URL"
1128
- msgstr ""
1129
-
1130
- #: core/taxonomies.php:1656
1131
- msgid "Artist"
1132
- msgstr ""
1133
-
1134
- #: core/taxonomies.php:1657
1135
- msgid "Album"
1136
- msgstr ""
1137
-
1138
- #: core/taxonomies.php:1671
1139
- msgid "Alt Text"
1140
- msgstr ""
1141
-
1142
- #: core/taxonomies.php:1676
1143
- msgid "Description"
1144
- msgstr ""
1145
-
1146
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1147
  msgid "All Uncategorized"
1148
  msgstr "Všecnny nezařazené"
1149
 
1150
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1151
  msgid "Reset All Filters"
1152
  msgstr "Obnovit všechny filtry"
1153
 
1154
  #: enhanced-media-library.php:391
 
 
 
 
1155
  msgid "Less Details"
1156
  msgstr ""
1157
 
1158
- #: enhanced-media-library.php:564
1159
  msgid "author"
1160
  msgstr ""
1161
 
1162
- #: enhanced-media-library.php:565
1163
  msgid "authors"
1164
  msgstr ""
1165
 
1166
  #: enhanced-media-library.php:569
 
 
 
 
1167
  msgid "Something went wrong."
1168
  msgstr ""
1169
 
1170
- #: enhanced-media-library.php:572
1171
  msgid "Select All"
1172
  msgstr ""
1173
 
1174
- #: enhanced-media-library.php:601
 
 
 
 
1175
  msgid "Uploaded to post #"
1176
  msgstr "Přiřazen k příspěvku #"
1177
 
1178
- #: enhanced-media-library.php:602
1179
  msgid "Based On"
1180
  msgstr "Založeno na"
1181
 
1182
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1183
  msgid "Media Categories"
1184
  msgstr "Kategorie médií"
1185
 
1186
- #: enhanced-media-library.php:672
1187
  msgid "Media Category"
1188
  msgstr "Kategorie médií"
1189
 
1190
- #: enhanced-media-library.php:674
1191
  msgid "All Media Categories"
1192
  msgstr "Všechny kategorie médií"
1193
 
1194
- #: enhanced-media-library.php:675
1195
  msgid "Edit Media Category"
1196
  msgstr "Upravit kategorii médií"
1197
 
1198
- #: enhanced-media-library.php:676
1199
  msgid "View Media Category"
1200
  msgstr "Zobrazit kategorii médií"
1201
 
1202
- #: enhanced-media-library.php:677
1203
  msgid "Update Media Category"
1204
  msgstr "Aktualizovat kategorii médií"
1205
 
1206
- #: enhanced-media-library.php:678
1207
  msgid "Add New Media Category"
1208
  msgstr "Vytvořit novou kategorii médií"
1209
 
1210
- #: enhanced-media-library.php:679
1211
  msgid "New Media Category Name"
1212
  msgstr "Název nové kategorie médií"
1213
 
1214
- #: enhanced-media-library.php:680
1215
  msgid "Parent Media Category"
1216
  msgstr "Nadřazená kategorie médií"
1217
 
1218
- #: enhanced-media-library.php:681
1219
  msgid "Parent Media Category:"
1220
  msgstr "Nadřazená kategorie médií:"
1221
 
1222
- #: enhanced-media-library.php:682
1223
  msgid "Search Media Categories"
1224
  msgstr "Hledat kategorie médií"
1225
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:48+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: cs_CZ\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
15
+ "X-Generator: Poedit 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr "Odebrat"
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr "Odznačit"
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr "Stručný popis obrázku&hellip;"
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr "Stručný popis videa&hellip;"
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr "Stručný popis zvukového souboru&hellip;"
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr "Stručný popis mediálního souboru&hellip;"
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
218
  #: core/options-pages.php:568 core/options-pages.php:862
219
  #: core/options-pages.php:1084 core/options-pages.php:2011
220
  #: core/options-pages.php:2074 core/taxonomies.php:381
221
+ #: enhanced-media-library.php:562
222
  msgid "All"
223
  msgstr "Všechny"
224
 
583
  #: core/options-pages.php:1824 core/options-pages.php:1861
584
  #: core/options-pages.php:1905 core/options-pages.php:2113
585
  #: core/options-pages.php:2177 core/options-pages.php:2215
586
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
587
  msgid "Save Changes"
588
  msgstr "Uložit změny"
589
 
711
  msgstr "Data"
712
 
713
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
714
  msgid "Title"
715
  msgstr "Název"
716
 
773
  msgid "Filename"
774
  msgstr ""
775
 
776
+ #: core/options-pages.php:1855
777
  msgid "Caption"
778
  msgstr ""
779
 
1077
  msgstr ""
1078
 
1079
  #: core/taxonomies.php:374 core/taxonomies.php:380
1080
+ #: enhanced-media-library.php:561
1081
  msgid "Filter by"
1082
  msgstr "Filtrovat podle"
1083
 
1084
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1085
  msgid "Not in a"
1086
  msgstr "Není součástí"
1087
 
1089
  msgid "Add some"
1090
  msgstr ""
1091
 
1092
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1093
  msgid "All Uncategorized"
1094
  msgstr "Všecnny nezařazené"
1095
 
1096
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1097
  msgid "Reset All Filters"
1098
  msgstr "Obnovit všechny filtry"
1099
 
1100
  #: enhanced-media-library.php:391
1101
+ msgid "More Details"
1102
+ msgstr ""
1103
+
1104
+ #: enhanced-media-library.php:392
1105
  msgid "Less Details"
1106
  msgstr ""
1107
 
1108
+ #: enhanced-media-library.php:565
1109
  msgid "author"
1110
  msgstr ""
1111
 
1112
+ #: enhanced-media-library.php:566
1113
  msgid "authors"
1114
  msgstr ""
1115
 
1116
  #: enhanced-media-library.php:569
1117
+ msgid "Saved."
1118
+ msgstr ""
1119
+
1120
+ #: enhanced-media-library.php:570
1121
  msgid "Something went wrong."
1122
  msgstr ""
1123
 
1124
+ #: enhanced-media-library.php:573
1125
  msgid "Select All"
1126
  msgstr ""
1127
 
1128
+ #: enhanced-media-library.php:574
1129
+ msgid "Deselect "
1130
+ msgstr "Odznačit"
1131
+
1132
+ #: enhanced-media-library.php:603
1133
  msgid "Uploaded to post #"
1134
  msgstr "Přiřazen k příspěvku #"
1135
 
1136
+ #: enhanced-media-library.php:604
1137
  msgid "Based On"
1138
  msgstr "Založeno na"
1139
 
1140
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1141
  msgid "Media Categories"
1142
  msgstr "Kategorie médií"
1143
 
1144
+ #: enhanced-media-library.php:674
1145
  msgid "Media Category"
1146
  msgstr "Kategorie médií"
1147
 
1148
+ #: enhanced-media-library.php:676
1149
  msgid "All Media Categories"
1150
  msgstr "Všechny kategorie médií"
1151
 
1152
+ #: enhanced-media-library.php:677
1153
  msgid "Edit Media Category"
1154
  msgstr "Upravit kategorii médií"
1155
 
1156
+ #: enhanced-media-library.php:678
1157
  msgid "View Media Category"
1158
  msgstr "Zobrazit kategorii médií"
1159
 
1160
+ #: enhanced-media-library.php:679
1161
  msgid "Update Media Category"
1162
  msgstr "Aktualizovat kategorii médií"
1163
 
1164
+ #: enhanced-media-library.php:680
1165
  msgid "Add New Media Category"
1166
  msgstr "Vytvořit novou kategorii médií"
1167
 
1168
+ #: enhanced-media-library.php:681
1169
  msgid "New Media Category Name"
1170
  msgstr "Název nové kategorie médií"
1171
 
1172
+ #: enhanced-media-library.php:682
1173
  msgid "Parent Media Category"
1174
  msgstr "Nadřazená kategorie médií"
1175
 
1176
+ #: enhanced-media-library.php:683
1177
  msgid "Parent Media Category:"
1178
  msgstr "Nadřazená kategorie médií:"
1179
 
1180
+ #: enhanced-media-library.php:684
1181
  msgid "Search Media Categories"
1182
  msgstr "Hledat kategorie médií"
1183
 
languages/enhanced-media-library-de_DE.mo CHANGED
Binary file
languages/enhanced-media-library-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-12 22:09+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: de\n"
@@ -12,7 +12,31 @@ msgstr ""
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 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -190,7 +214,7 @@ msgstr "Übergeordneter"
190
  #: core/options-pages.php:568 core/options-pages.php:862
191
  #: core/options-pages.php:1084 core/options-pages.php:2011
192
  #: core/options-pages.php:2074 core/taxonomies.php:381
193
- #: enhanced-media-library.php:561
194
  msgid "All"
195
  msgstr "Alle"
196
 
@@ -584,7 +608,7 @@ msgstr ""
584
  #: core/options-pages.php:1824 core/options-pages.php:1861
585
  #: core/options-pages.php:1905 core/options-pages.php:2113
586
  #: core/options-pages.php:2177 core/options-pages.php:2215
587
- #: core/options-pages.php:2386 enhanced-media-library.php:570
588
  msgid "Save Changes"
589
  msgstr "Änderungen speichern"
590
 
@@ -718,7 +742,6 @@ msgid "Date"
718
  msgstr "Datum"
719
 
720
  #: core/options-pages.php:1793 core/options-pages.php:1853
721
- #: core/taxonomies.php:1650
722
  msgid "Title"
723
  msgstr "Titel"
724
 
@@ -786,7 +809,7 @@ msgstr "Beschriftungstyp"
786
  msgid "Filename"
787
  msgstr "Dateiname"
788
 
789
- #: core/options-pages.php:1855 core/taxonomies.php:1666
790
  msgid "Caption"
791
  msgstr "Beschriftung"
792
 
@@ -1092,11 +1115,11 @@ msgid "All Authors"
1092
  msgstr "Alle Autoren"
1093
 
1094
  #: core/taxonomies.php:374 core/taxonomies.php:380
1095
- #: enhanced-media-library.php:560
1096
  msgid "Filter by"
1097
  msgstr "Filtern nach "
1098
 
1099
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1100
  msgid "Not in a"
1101
  msgstr "Nicht in"
1102
 
@@ -1104,160 +1127,95 @@ msgstr "Nicht in"
1104
  msgid "Add some"
1105
  msgstr "Hinzufügen"
1106
 
1107
- #: core/taxonomies.php:1501
1108
- msgid "Remove"
1109
- msgstr "Entfernen"
1110
-
1111
- #: core/taxonomies.php:1503
1112
- msgid "Deselect"
1113
- msgstr "Auswahl entfernen"
1114
-
1115
- #: core/taxonomies.php:1559
1116
- msgid "Caption this image&hellip;"
1117
- msgstr "Beschrifte dieses Bild&hellip;"
1118
-
1119
- #: core/taxonomies.php:1563
1120
- msgid "Describe this video&hellip;"
1121
- msgstr "Beschreibung dieser Video-Datei&hellip;"
1122
-
1123
- #: core/taxonomies.php:1565
1124
- msgid "Describe this audio file&hellip;"
1125
- msgstr "Beschreibung dieser Audio-Datei&hellip;"
1126
-
1127
- #: core/taxonomies.php:1567
1128
- msgid "Describe this media file&hellip;"
1129
- msgstr "Beschreibung dieser Medien-Datei&hellip;"
1130
-
1131
- #: core/taxonomies.php:1585
1132
- msgid "Attachment Details"
1133
- msgstr "Anhang Details"
1134
-
1135
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1136
- msgid "Saved."
1137
- msgstr "Gespeichert."
1138
-
1139
- #: core/taxonomies.php:1612
1140
- msgid "Edit Image"
1141
- msgstr "Bild bearbeiten"
1142
-
1143
- #: core/taxonomies.php:1617
1144
- msgid "Length:"
1145
- msgstr "Länge:"
1146
-
1147
- #: core/taxonomies.php:1623
1148
- msgid "Untrash"
1149
- msgstr "Wiederherstellen"
1150
-
1151
- #: core/taxonomies.php:1625
1152
- msgctxt "verb"
1153
- msgid "Trash"
1154
- msgstr "Löschen"
1155
-
1156
- #: core/taxonomies.php:1628
1157
- msgid "Delete Permanently"
1158
- msgstr "Permanent Löschen"
1159
-
1160
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1161
- msgid "More Details"
1162
- msgstr "Mehr Details"
1163
-
1164
- #: core/taxonomies.php:1644
1165
- msgid "URL"
1166
- msgstr "URL"
1167
-
1168
- #: core/taxonomies.php:1656
1169
- msgid "Artist"
1170
- msgstr "Künstler"
1171
-
1172
- #: core/taxonomies.php:1657
1173
- msgid "Album"
1174
- msgstr "Album"
1175
-
1176
- #: core/taxonomies.php:1671
1177
- msgid "Alt Text"
1178
- msgstr "Alt Text"
1179
-
1180
- #: core/taxonomies.php:1676
1181
- msgid "Description"
1182
- msgstr "Beschreibung"
1183
-
1184
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1185
  msgid "All Uncategorized"
1186
  msgstr "Alle unkategorisierten"
1187
 
1188
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1189
  msgid "Reset All Filters"
1190
  msgstr "Alle Filter zurücksetzen"
1191
 
1192
  #: enhanced-media-library.php:391
 
 
 
 
1193
  msgid "Less Details"
1194
  msgstr "Weniger Details"
1195
 
1196
- #: enhanced-media-library.php:564
1197
  msgid "author"
1198
  msgstr "Autor"
1199
 
1200
- #: enhanced-media-library.php:565
1201
  msgid "authors"
1202
  msgstr "Autoren"
1203
 
1204
  #: enhanced-media-library.php:569
 
 
 
 
1205
  msgid "Something went wrong."
1206
  msgstr "Das hat leider nicht geklappt."
1207
 
1208
- #: enhanced-media-library.php:572
1209
  msgid "Select All"
1210
  msgstr "Alle auswählen"
1211
 
1212
- #: enhanced-media-library.php:601
 
 
 
 
1213
  msgid "Uploaded to post #"
1214
  msgstr "Zu Beitrag Nr. hochgeladen"
1215
 
1216
- #: enhanced-media-library.php:602
1217
  msgid "Based On"
1218
  msgstr "Basierend auf"
1219
 
1220
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1221
  msgid "Media Categories"
1222
  msgstr "Medienkategorien"
1223
 
1224
- #: enhanced-media-library.php:672
1225
  msgid "Media Category"
1226
  msgstr "Medienkategorie"
1227
 
1228
- #: enhanced-media-library.php:674
1229
  msgid "All Media Categories"
1230
  msgstr "Alle Medienkategorien"
1231
 
1232
- #: enhanced-media-library.php:675
1233
  msgid "Edit Media Category"
1234
  msgstr "Medienkategorie bearbeiten"
1235
 
1236
- #: enhanced-media-library.php:676
1237
  msgid "View Media Category"
1238
  msgstr "Medienkategorie anzeigen"
1239
 
1240
- #: enhanced-media-library.php:677
1241
  msgid "Update Media Category"
1242
  msgstr "Medienkategorie aktualisieren"
1243
 
1244
- #: enhanced-media-library.php:678
1245
  msgid "Add New Media Category"
1246
  msgstr "Medienkategorie hinzufügen"
1247
 
1248
- #: enhanced-media-library.php:679
1249
  msgid "New Media Category Name"
1250
  msgstr "Name der neuen Medienkategorie"
1251
 
1252
- #: enhanced-media-library.php:680
1253
  msgid "Parent Media Category"
1254
  msgstr "Übergeordnete Medienkategorie"
1255
 
1256
- #: enhanced-media-library.php:681
1257
  msgid "Parent Media Category:"
1258
  msgstr "Übergeordnete Medienkategorie:"
1259
 
1260
- #: enhanced-media-library.php:682
1261
  msgid "Search Media Categories"
1262
  msgstr "Durchsuche Medienkategorien"
1263
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:48+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: de\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 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr "Entfernen"
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr "Auswahl entfernen"
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr "Beschrifte dieses Bild&hellip;"
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr "Beschreibung dieser Video-Datei&hellip;"
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr "Beschreibung dieser Audio-Datei&hellip;"
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr "Beschreibung dieser Medien-Datei&hellip;"
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
214
  #: core/options-pages.php:568 core/options-pages.php:862
215
  #: core/options-pages.php:1084 core/options-pages.php:2011
216
  #: core/options-pages.php:2074 core/taxonomies.php:381
217
+ #: enhanced-media-library.php:562
218
  msgid "All"
219
  msgstr "Alle"
220
 
608
  #: core/options-pages.php:1824 core/options-pages.php:1861
609
  #: core/options-pages.php:1905 core/options-pages.php:2113
610
  #: core/options-pages.php:2177 core/options-pages.php:2215
611
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
612
  msgid "Save Changes"
613
  msgstr "Änderungen speichern"
614
 
742
  msgstr "Datum"
743
 
744
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
745
  msgid "Title"
746
  msgstr "Titel"
747
 
809
  msgid "Filename"
810
  msgstr "Dateiname"
811
 
812
+ #: core/options-pages.php:1855
813
  msgid "Caption"
814
  msgstr "Beschriftung"
815
 
1115
  msgstr "Alle Autoren"
1116
 
1117
  #: core/taxonomies.php:374 core/taxonomies.php:380
1118
+ #: enhanced-media-library.php:561
1119
  msgid "Filter by"
1120
  msgstr "Filtern nach "
1121
 
1122
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1123
  msgid "Not in a"
1124
  msgstr "Nicht in"
1125
 
1127
  msgid "Add some"
1128
  msgstr "Hinzufügen"
1129
 
1130
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1131
  msgid "All Uncategorized"
1132
  msgstr "Alle unkategorisierten"
1133
 
1134
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1135
  msgid "Reset All Filters"
1136
  msgstr "Alle Filter zurücksetzen"
1137
 
1138
  #: enhanced-media-library.php:391
1139
+ msgid "More Details"
1140
+ msgstr "Mehr Details"
1141
+
1142
+ #: enhanced-media-library.php:392
1143
  msgid "Less Details"
1144
  msgstr "Weniger Details"
1145
 
1146
+ #: enhanced-media-library.php:565
1147
  msgid "author"
1148
  msgstr "Autor"
1149
 
1150
+ #: enhanced-media-library.php:566
1151
  msgid "authors"
1152
  msgstr "Autoren"
1153
 
1154
  #: enhanced-media-library.php:569
1155
+ msgid "Saved."
1156
+ msgstr "Gespeichert."
1157
+
1158
+ #: enhanced-media-library.php:570
1159
  msgid "Something went wrong."
1160
  msgstr "Das hat leider nicht geklappt."
1161
 
1162
+ #: enhanced-media-library.php:573
1163
  msgid "Select All"
1164
  msgstr "Alle auswählen"
1165
 
1166
+ #: enhanced-media-library.php:574
1167
+ msgid "Deselect "
1168
+ msgstr "Auswahl entfernen"
1169
+
1170
+ #: enhanced-media-library.php:603
1171
  msgid "Uploaded to post #"
1172
  msgstr "Zu Beitrag Nr. hochgeladen"
1173
 
1174
+ #: enhanced-media-library.php:604
1175
  msgid "Based On"
1176
  msgstr "Basierend auf"
1177
 
1178
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1179
  msgid "Media Categories"
1180
  msgstr "Medienkategorien"
1181
 
1182
+ #: enhanced-media-library.php:674
1183
  msgid "Media Category"
1184
  msgstr "Medienkategorie"
1185
 
1186
+ #: enhanced-media-library.php:676
1187
  msgid "All Media Categories"
1188
  msgstr "Alle Medienkategorien"
1189
 
1190
+ #: enhanced-media-library.php:677
1191
  msgid "Edit Media Category"
1192
  msgstr "Medienkategorie bearbeiten"
1193
 
1194
+ #: enhanced-media-library.php:678
1195
  msgid "View Media Category"
1196
  msgstr "Medienkategorie anzeigen"
1197
 
1198
+ #: enhanced-media-library.php:679
1199
  msgid "Update Media Category"
1200
  msgstr "Medienkategorie aktualisieren"
1201
 
1202
+ #: enhanced-media-library.php:680
1203
  msgid "Add New Media Category"
1204
  msgstr "Medienkategorie hinzufügen"
1205
 
1206
+ #: enhanced-media-library.php:681
1207
  msgid "New Media Category Name"
1208
  msgstr "Name der neuen Medienkategorie"
1209
 
1210
+ #: enhanced-media-library.php:682
1211
  msgid "Parent Media Category"
1212
  msgstr "Übergeordnete Medienkategorie"
1213
 
1214
+ #: enhanced-media-library.php:683
1215
  msgid "Parent Media Category:"
1216
  msgstr "Übergeordnete Medienkategorie:"
1217
 
1218
+ #: enhanced-media-library.php:684
1219
  msgid "Search Media Categories"
1220
  msgstr "Durchsuche Medienkategorien"
1221
 
languages/enhanced-media-library-es.mo CHANGED
Binary file
languages/enhanced-media-library-es.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:11+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -12,7 +12,31 @@ msgstr ""
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 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -190,7 +214,7 @@ msgstr "Superior"
190
  #: core/options-pages.php:568 core/options-pages.php:862
191
  #: core/options-pages.php:1084 core/options-pages.php:2011
192
  #: core/options-pages.php:2074 core/taxonomies.php:381
193
- #: enhanced-media-library.php:561
194
  msgid "All"
195
  msgstr "Todo"
196
 
@@ -561,7 +585,7 @@ msgstr ""
561
  #: core/options-pages.php:1824 core/options-pages.php:1861
562
  #: core/options-pages.php:1905 core/options-pages.php:2113
563
  #: core/options-pages.php:2177 core/options-pages.php:2215
564
- #: core/options-pages.php:2386 enhanced-media-library.php:570
565
  msgid "Save Changes"
566
  msgstr "Guardar cambios"
567
 
@@ -687,7 +711,6 @@ msgid "Date"
687
  msgstr ""
688
 
689
  #: core/options-pages.php:1793 core/options-pages.php:1853
690
- #: core/taxonomies.php:1650
691
  msgid "Title"
692
  msgstr ""
693
 
@@ -750,7 +773,7 @@ msgstr ""
750
  msgid "Filename"
751
  msgstr ""
752
 
753
- #: core/options-pages.php:1855 core/taxonomies.php:1666
754
  msgid "Caption"
755
  msgstr ""
756
 
@@ -1054,11 +1077,11 @@ msgid "All Authors"
1054
  msgstr ""
1055
 
1056
  #: core/taxonomies.php:374 core/taxonomies.php:380
1057
- #: enhanced-media-library.php:560
1058
  msgid "Filter by"
1059
  msgstr "Filtrar por"
1060
 
1061
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1062
  msgid "Not in a"
1063
  msgstr "No está en"
1064
 
@@ -1066,160 +1089,95 @@ msgstr "No está en"
1066
  msgid "Add some"
1067
  msgstr ""
1068
 
1069
- #: core/taxonomies.php:1501
1070
- msgid "Remove"
1071
- msgstr ""
1072
-
1073
- #: core/taxonomies.php:1503
1074
- msgid "Deselect"
1075
- msgstr ""
1076
-
1077
- #: core/taxonomies.php:1559
1078
- msgid "Caption this image&hellip;"
1079
- msgstr ""
1080
-
1081
- #: core/taxonomies.php:1563
1082
- msgid "Describe this video&hellip;"
1083
- msgstr ""
1084
-
1085
- #: core/taxonomies.php:1565
1086
- msgid "Describe this audio file&hellip;"
1087
- msgstr ""
1088
-
1089
- #: core/taxonomies.php:1567
1090
- msgid "Describe this media file&hellip;"
1091
- msgstr ""
1092
-
1093
- #: core/taxonomies.php:1585
1094
- msgid "Attachment Details"
1095
- msgstr ""
1096
-
1097
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1098
- msgid "Saved."
1099
- msgstr ""
1100
-
1101
- #: core/taxonomies.php:1612
1102
- msgid "Edit Image"
1103
- msgstr ""
1104
-
1105
- #: core/taxonomies.php:1617
1106
- msgid "Length:"
1107
- msgstr ""
1108
-
1109
- #: core/taxonomies.php:1623
1110
- msgid "Untrash"
1111
- msgstr ""
1112
-
1113
- #: core/taxonomies.php:1625
1114
- msgctxt "verb"
1115
- msgid "Trash"
1116
- msgstr ""
1117
-
1118
- #: core/taxonomies.php:1628
1119
- msgid "Delete Permanently"
1120
- msgstr ""
1121
-
1122
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1123
- msgid "More Details"
1124
- msgstr ""
1125
-
1126
- #: core/taxonomies.php:1644
1127
- msgid "URL"
1128
- msgstr ""
1129
-
1130
- #: core/taxonomies.php:1656
1131
- msgid "Artist"
1132
- msgstr ""
1133
-
1134
- #: core/taxonomies.php:1657
1135
- msgid "Album"
1136
- msgstr ""
1137
-
1138
- #: core/taxonomies.php:1671
1139
- msgid "Alt Text"
1140
- msgstr ""
1141
-
1142
- #: core/taxonomies.php:1676
1143
- msgid "Description"
1144
- msgstr ""
1145
-
1146
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1147
  msgid "All Uncategorized"
1148
  msgstr "Sin categoría"
1149
 
1150
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1151
  msgid "Reset All Filters"
1152
  msgstr "Limpiar todos los filtros"
1153
 
1154
  #: enhanced-media-library.php:391
 
 
 
 
1155
  msgid "Less Details"
1156
  msgstr ""
1157
 
1158
- #: enhanced-media-library.php:564
1159
  msgid "author"
1160
  msgstr ""
1161
 
1162
- #: enhanced-media-library.php:565
1163
  msgid "authors"
1164
  msgstr ""
1165
 
1166
  #: enhanced-media-library.php:569
 
 
 
 
1167
  msgid "Something went wrong."
1168
  msgstr ""
1169
 
1170
- #: enhanced-media-library.php:572
1171
  msgid "Select All"
1172
  msgstr ""
1173
 
1174
- #: enhanced-media-library.php:601
 
 
 
 
1175
  msgid "Uploaded to post #"
1176
  msgstr "Subido a la entrada #"
1177
 
1178
- #: enhanced-media-library.php:602
1179
  msgid "Based On"
1180
  msgstr "Basado en"
1181
 
1182
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1183
  msgid "Media Categories"
1184
  msgstr "Categorías de medios"
1185
 
1186
- #: enhanced-media-library.php:672
1187
  msgid "Media Category"
1188
  msgstr "Categoría de medios"
1189
 
1190
- #: enhanced-media-library.php:674
1191
  msgid "All Media Categories"
1192
  msgstr "Todas las categorías de medios"
1193
 
1194
- #: enhanced-media-library.php:675
1195
  msgid "Edit Media Category"
1196
  msgstr "Editar categoría de medios"
1197
 
1198
- #: enhanced-media-library.php:676
1199
  msgid "View Media Category"
1200
  msgstr "Ver categoría de medios"
1201
 
1202
- #: enhanced-media-library.php:677
1203
  msgid "Update Media Category"
1204
  msgstr "Actualizar categoría de medios"
1205
 
1206
- #: enhanced-media-library.php:678
1207
  msgid "Add New Media Category"
1208
  msgstr "Añadir nueva categoría de medios"
1209
 
1210
- #: enhanced-media-library.php:679
1211
  msgid "New Media Category Name"
1212
  msgstr "Nuevo nombre de categoría de medios"
1213
 
1214
- #: enhanced-media-library.php:680
1215
  msgid "Parent Media Category"
1216
  msgstr "Categoría de medios superior"
1217
 
1218
- #: enhanced-media-library.php:681
1219
  msgid "Parent Media Category:"
1220
  msgstr "Categoría de medios superior:"
1221
 
1222
- #: enhanced-media-library.php:682
1223
  msgid "Search Media Categories"
1224
  msgstr "Buscar categorías de medios"
1225
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:49+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\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 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr ""
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr ""
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr ""
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr ""
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr ""
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr ""
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
214
  #: core/options-pages.php:568 core/options-pages.php:862
215
  #: core/options-pages.php:1084 core/options-pages.php:2011
216
  #: core/options-pages.php:2074 core/taxonomies.php:381
217
+ #: enhanced-media-library.php:562
218
  msgid "All"
219
  msgstr "Todo"
220
 
585
  #: core/options-pages.php:1824 core/options-pages.php:1861
586
  #: core/options-pages.php:1905 core/options-pages.php:2113
587
  #: core/options-pages.php:2177 core/options-pages.php:2215
588
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
589
  msgid "Save Changes"
590
  msgstr "Guardar cambios"
591
 
711
  msgstr ""
712
 
713
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
714
  msgid "Title"
715
  msgstr ""
716
 
773
  msgid "Filename"
774
  msgstr ""
775
 
776
+ #: core/options-pages.php:1855
777
  msgid "Caption"
778
  msgstr ""
779
 
1077
  msgstr ""
1078
 
1079
  #: core/taxonomies.php:374 core/taxonomies.php:380
1080
+ #: enhanced-media-library.php:561
1081
  msgid "Filter by"
1082
  msgstr "Filtrar por"
1083
 
1084
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1085
  msgid "Not in a"
1086
  msgstr "No está en"
1087
 
1089
  msgid "Add some"
1090
  msgstr ""
1091
 
1092
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1093
  msgid "All Uncategorized"
1094
  msgstr "Sin categoría"
1095
 
1096
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1097
  msgid "Reset All Filters"
1098
  msgstr "Limpiar todos los filtros"
1099
 
1100
  #: enhanced-media-library.php:391
1101
+ msgid "More Details"
1102
+ msgstr ""
1103
+
1104
+ #: enhanced-media-library.php:392
1105
  msgid "Less Details"
1106
  msgstr ""
1107
 
1108
+ #: enhanced-media-library.php:565
1109
  msgid "author"
1110
  msgstr ""
1111
 
1112
+ #: enhanced-media-library.php:566
1113
  msgid "authors"
1114
  msgstr ""
1115
 
1116
  #: enhanced-media-library.php:569
1117
+ msgid "Saved."
1118
+ msgstr ""
1119
+
1120
+ #: enhanced-media-library.php:570
1121
  msgid "Something went wrong."
1122
  msgstr ""
1123
 
1124
+ #: enhanced-media-library.php:573
1125
  msgid "Select All"
1126
  msgstr ""
1127
 
1128
+ #: enhanced-media-library.php:574
1129
+ msgid "Deselect "
1130
+ msgstr ""
1131
+
1132
+ #: enhanced-media-library.php:603
1133
  msgid "Uploaded to post #"
1134
  msgstr "Subido a la entrada #"
1135
 
1136
+ #: enhanced-media-library.php:604
1137
  msgid "Based On"
1138
  msgstr "Basado en"
1139
 
1140
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1141
  msgid "Media Categories"
1142
  msgstr "Categorías de medios"
1143
 
1144
+ #: enhanced-media-library.php:674
1145
  msgid "Media Category"
1146
  msgstr "Categoría de medios"
1147
 
1148
+ #: enhanced-media-library.php:676
1149
  msgid "All Media Categories"
1150
  msgstr "Todas las categorías de medios"
1151
 
1152
+ #: enhanced-media-library.php:677
1153
  msgid "Edit Media Category"
1154
  msgstr "Editar categoría de medios"
1155
 
1156
+ #: enhanced-media-library.php:678
1157
  msgid "View Media Category"
1158
  msgstr "Ver categoría de medios"
1159
 
1160
+ #: enhanced-media-library.php:679
1161
  msgid "Update Media Category"
1162
  msgstr "Actualizar categoría de medios"
1163
 
1164
+ #: enhanced-media-library.php:680
1165
  msgid "Add New Media Category"
1166
  msgstr "Añadir nueva categoría de medios"
1167
 
1168
+ #: enhanced-media-library.php:681
1169
  msgid "New Media Category Name"
1170
  msgstr "Nuevo nombre de categoría de medios"
1171
 
1172
+ #: enhanced-media-library.php:682
1173
  msgid "Parent Media Category"
1174
  msgstr "Categoría de medios superior"
1175
 
1176
+ #: enhanced-media-library.php:683
1177
  msgid "Parent Media Category:"
1178
  msgstr "Categoría de medios superior:"
1179
 
1180
+ #: enhanced-media-library.php:684
1181
  msgid "Search Media Categories"
1182
  msgstr "Buscar categorías de medios"
1183
 
languages/enhanced-media-library-fi.mo CHANGED
Binary file
languages/enhanced-media-library-fi.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Enhanced Media Library - Stable (latest "
6
  "release)\n"
7
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
8
- "PO-Revision-Date: 2018-09-11 00:11+0300\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: fi\n"
@@ -13,7 +13,31 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  #: core/mime-types.php:30
19
  msgid "MIME Types settings restored."
@@ -191,7 +215,7 @@ msgstr "Ylempi taso"
191
  #: core/options-pages.php:568 core/options-pages.php:862
192
  #: core/options-pages.php:1084 core/options-pages.php:2011
193
  #: core/options-pages.php:2074 core/taxonomies.php:381
194
- #: enhanced-media-library.php:561
195
  msgid "All"
196
  msgstr "Kaikki"
197
 
@@ -554,7 +578,7 @@ msgstr ""
554
  #: core/options-pages.php:1824 core/options-pages.php:1861
555
  #: core/options-pages.php:1905 core/options-pages.php:2113
556
  #: core/options-pages.php:2177 core/options-pages.php:2215
557
- #: core/options-pages.php:2386 enhanced-media-library.php:570
558
  msgid "Save Changes"
559
  msgstr "Tallenna muutokset"
560
 
@@ -682,7 +706,6 @@ msgid "Date"
682
  msgstr "Päivämäärä"
683
 
684
  #: core/options-pages.php:1793 core/options-pages.php:1853
685
- #: core/taxonomies.php:1650
686
  msgid "Title"
687
  msgstr "Otsikko"
688
 
@@ -745,7 +768,7 @@ msgstr ""
745
  msgid "Filename"
746
  msgstr ""
747
 
748
- #: core/options-pages.php:1855 core/taxonomies.php:1666
749
  msgid "Caption"
750
  msgstr ""
751
 
@@ -1046,11 +1069,11 @@ msgid "All Authors"
1046
  msgstr ""
1047
 
1048
  #: core/taxonomies.php:374 core/taxonomies.php:380
1049
- #: enhanced-media-library.php:560
1050
  msgid "Filter by"
1051
  msgstr "suodata"
1052
 
1053
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1054
  msgid "Not in a"
1055
  msgstr "Ei sisällä"
1056
 
@@ -1058,160 +1081,95 @@ msgstr "Ei sisällä"
1058
  msgid "Add some"
1059
  msgstr ""
1060
 
1061
- #: core/taxonomies.php:1501
1062
- msgid "Remove"
1063
- msgstr "Poista"
1064
-
1065
- #: core/taxonomies.php:1503
1066
- msgid "Deselect"
1067
- msgstr "Poista valinta"
1068
-
1069
- #: core/taxonomies.php:1559
1070
- msgid "Caption this image&hellip;"
1071
- msgstr "Syötä kuvateksti&hellip;"
1072
-
1073
- #: core/taxonomies.php:1563
1074
- msgid "Describe this video&hellip;"
1075
- msgstr "Anna kuvaus tälle videotiedostolle&hellip;"
1076
-
1077
- #: core/taxonomies.php:1565
1078
- msgid "Describe this audio file&hellip;"
1079
- msgstr "Anna kuvaus tälle äänitiedostolle&hellip;"
1080
-
1081
- #: core/taxonomies.php:1567
1082
- msgid "Describe this media file&hellip;"
1083
- msgstr "Anna kuvaus tälle mediatiedostolle&hellip;"
1084
-
1085
- #: core/taxonomies.php:1585
1086
- msgid "Attachment Details"
1087
- msgstr ""
1088
-
1089
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1090
- msgid "Saved."
1091
- msgstr ""
1092
-
1093
- #: core/taxonomies.php:1612
1094
- msgid "Edit Image"
1095
- msgstr ""
1096
-
1097
- #: core/taxonomies.php:1617
1098
- msgid "Length:"
1099
- msgstr ""
1100
-
1101
- #: core/taxonomies.php:1623
1102
- msgid "Untrash"
1103
- msgstr ""
1104
-
1105
- #: core/taxonomies.php:1625
1106
- msgctxt "verb"
1107
- msgid "Trash"
1108
- msgstr ""
1109
-
1110
- #: core/taxonomies.php:1628
1111
- msgid "Delete Permanently"
1112
- msgstr ""
1113
-
1114
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1115
- msgid "More Details"
1116
- msgstr ""
1117
-
1118
- #: core/taxonomies.php:1644
1119
- msgid "URL"
1120
- msgstr ""
1121
-
1122
- #: core/taxonomies.php:1656
1123
- msgid "Artist"
1124
- msgstr ""
1125
-
1126
- #: core/taxonomies.php:1657
1127
- msgid "Album"
1128
- msgstr ""
1129
-
1130
- #: core/taxonomies.php:1671
1131
- msgid "Alt Text"
1132
- msgstr ""
1133
-
1134
- #: core/taxonomies.php:1676
1135
- msgid "Description"
1136
- msgstr ""
1137
-
1138
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1139
  msgid "All Uncategorized"
1140
  msgstr "Kaikki kategorisoimattomat"
1141
 
1142
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1143
  msgid "Reset All Filters"
1144
  msgstr "Tyhjennä kaikki suodattimet"
1145
 
1146
  #: enhanced-media-library.php:391
 
 
 
 
1147
  msgid "Less Details"
1148
  msgstr ""
1149
 
1150
- #: enhanced-media-library.php:564
1151
  msgid "author"
1152
  msgstr ""
1153
 
1154
- #: enhanced-media-library.php:565
1155
  msgid "authors"
1156
  msgstr ""
1157
 
1158
  #: enhanced-media-library.php:569
 
 
 
 
1159
  msgid "Something went wrong."
1160
  msgstr ""
1161
 
1162
- #: enhanced-media-library.php:572
1163
  msgid "Select All"
1164
  msgstr ""
1165
 
1166
- #: enhanced-media-library.php:601
 
 
 
 
1167
  msgid "Uploaded to post #"
1168
  msgstr "Siirrä artikkeliin #"
1169
 
1170
- #: enhanced-media-library.php:602
1171
  msgid "Based On"
1172
  msgstr "Perustuu"
1173
 
1174
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1175
  msgid "Media Categories"
1176
  msgstr "Mediakategoriat"
1177
 
1178
- #: enhanced-media-library.php:672
1179
  msgid "Media Category"
1180
  msgstr "Mediakategoria"
1181
 
1182
- #: enhanced-media-library.php:674
1183
  msgid "All Media Categories"
1184
  msgstr "Kaikki mediakategoriat"
1185
 
1186
- #: enhanced-media-library.php:675
1187
  msgid "Edit Media Category"
1188
  msgstr "Muokkaa mediakategoriaa"
1189
 
1190
- #: enhanced-media-library.php:676
1191
  msgid "View Media Category"
1192
  msgstr "Näytä mediakategoria"
1193
 
1194
- #: enhanced-media-library.php:677
1195
  msgid "Update Media Category"
1196
  msgstr "Päivitä mediakategoria"
1197
 
1198
- #: enhanced-media-library.php:678
1199
  msgid "Add New Media Category"
1200
  msgstr "Lisää uusi mediakategoria"
1201
 
1202
- #: enhanced-media-library.php:679
1203
  msgid "New Media Category Name"
1204
  msgstr "Uuden mediakategorian nimi"
1205
 
1206
- #: enhanced-media-library.php:680
1207
  msgid "Parent Media Category"
1208
  msgstr "Ylemmän tason mediakategoria"
1209
 
1210
- #: enhanced-media-library.php:681
1211
  msgid "Parent Media Category:"
1212
  msgstr "Ylemmän tason mediakategoria:"
1213
 
1214
- #: enhanced-media-library.php:682
1215
  msgid "Search Media Categories"
1216
  msgstr "Etsi mediakategorioita"
1217
 
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Enhanced Media Library - Stable (latest "
6
  "release)\n"
7
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
8
+ "PO-Revision-Date: 2020-10-11 22:46+0300\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: fi\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Generator: Poedit 2.4.1\n"
17
+
18
+ #: core/media-templates.php:21
19
+ msgid "Remove"
20
+ msgstr "Poista"
21
+
22
+ #: core/media-templates.php:23
23
+ msgid "Deselect"
24
+ msgstr "Poista valinta"
25
+
26
+ #: core/media-templates.php:79
27
+ msgid "Caption this image&hellip;"
28
+ msgstr "Syötä kuvateksti&hellip;"
29
+
30
+ #: core/media-templates.php:83
31
+ msgid "Describe this video&hellip;"
32
+ msgstr "Anna kuvaus tälle videotiedostolle&hellip;"
33
+
34
+ #: core/media-templates.php:85
35
+ msgid "Describe this audio file&hellip;"
36
+ msgstr "Anna kuvaus tälle äänitiedostolle&hellip;"
37
+
38
+ #: core/media-templates.php:87
39
+ msgid "Describe this media file&hellip;"
40
+ msgstr "Anna kuvaus tälle mediatiedostolle&hellip;"
41
 
42
  #: core/mime-types.php:30
43
  msgid "MIME Types settings restored."
215
  #: core/options-pages.php:568 core/options-pages.php:862
216
  #: core/options-pages.php:1084 core/options-pages.php:2011
217
  #: core/options-pages.php:2074 core/taxonomies.php:381
218
+ #: enhanced-media-library.php:562
219
  msgid "All"
220
  msgstr "Kaikki"
221
 
578
  #: core/options-pages.php:1824 core/options-pages.php:1861
579
  #: core/options-pages.php:1905 core/options-pages.php:2113
580
  #: core/options-pages.php:2177 core/options-pages.php:2215
581
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
582
  msgid "Save Changes"
583
  msgstr "Tallenna muutokset"
584
 
706
  msgstr "Päivämäärä"
707
 
708
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
709
  msgid "Title"
710
  msgstr "Otsikko"
711
 
768
  msgid "Filename"
769
  msgstr ""
770
 
771
+ #: core/options-pages.php:1855
772
  msgid "Caption"
773
  msgstr ""
774
 
1069
  msgstr ""
1070
 
1071
  #: core/taxonomies.php:374 core/taxonomies.php:380
1072
+ #: enhanced-media-library.php:561
1073
  msgid "Filter by"
1074
  msgstr "suodata"
1075
 
1076
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1077
  msgid "Not in a"
1078
  msgstr "Ei sisällä"
1079
 
1081
  msgid "Add some"
1082
  msgstr ""
1083
 
1084
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1085
  msgid "All Uncategorized"
1086
  msgstr "Kaikki kategorisoimattomat"
1087
 
1088
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1089
  msgid "Reset All Filters"
1090
  msgstr "Tyhjennä kaikki suodattimet"
1091
 
1092
  #: enhanced-media-library.php:391
1093
+ msgid "More Details"
1094
+ msgstr ""
1095
+
1096
+ #: enhanced-media-library.php:392
1097
  msgid "Less Details"
1098
  msgstr ""
1099
 
1100
+ #: enhanced-media-library.php:565
1101
  msgid "author"
1102
  msgstr ""
1103
 
1104
+ #: enhanced-media-library.php:566
1105
  msgid "authors"
1106
  msgstr ""
1107
 
1108
  #: enhanced-media-library.php:569
1109
+ msgid "Saved."
1110
+ msgstr ""
1111
+
1112
+ #: enhanced-media-library.php:570
1113
  msgid "Something went wrong."
1114
  msgstr ""
1115
 
1116
+ #: enhanced-media-library.php:573
1117
  msgid "Select All"
1118
  msgstr ""
1119
 
1120
+ #: enhanced-media-library.php:574
1121
+ msgid "Deselect "
1122
+ msgstr ""
1123
+
1124
+ #: enhanced-media-library.php:603
1125
  msgid "Uploaded to post #"
1126
  msgstr "Siirrä artikkeliin #"
1127
 
1128
+ #: enhanced-media-library.php:604
1129
  msgid "Based On"
1130
  msgstr "Perustuu"
1131
 
1132
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1133
  msgid "Media Categories"
1134
  msgstr "Mediakategoriat"
1135
 
1136
+ #: enhanced-media-library.php:674
1137
  msgid "Media Category"
1138
  msgstr "Mediakategoria"
1139
 
1140
+ #: enhanced-media-library.php:676
1141
  msgid "All Media Categories"
1142
  msgstr "Kaikki mediakategoriat"
1143
 
1144
+ #: enhanced-media-library.php:677
1145
  msgid "Edit Media Category"
1146
  msgstr "Muokkaa mediakategoriaa"
1147
 
1148
+ #: enhanced-media-library.php:678
1149
  msgid "View Media Category"
1150
  msgstr "Näytä mediakategoria"
1151
 
1152
+ #: enhanced-media-library.php:679
1153
  msgid "Update Media Category"
1154
  msgstr "Päivitä mediakategoria"
1155
 
1156
+ #: enhanced-media-library.php:680
1157
  msgid "Add New Media Category"
1158
  msgstr "Lisää uusi mediakategoria"
1159
 
1160
+ #: enhanced-media-library.php:681
1161
  msgid "New Media Category Name"
1162
  msgstr "Uuden mediakategorian nimi"
1163
 
1164
+ #: enhanced-media-library.php:682
1165
  msgid "Parent Media Category"
1166
  msgstr "Ylemmän tason mediakategoria"
1167
 
1168
+ #: enhanced-media-library.php:683
1169
  msgid "Parent Media Category:"
1170
  msgstr "Ylemmän tason mediakategoria:"
1171
 
1172
+ #: enhanced-media-library.php:684
1173
  msgid "Search Media Categories"
1174
  msgstr "Etsi mediakategorioita"
1175
 
languages/enhanced-media-library-fr_FR.mo CHANGED
Binary file
languages/enhanced-media-library-fr_FR.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Enhanced Media Library - Stable (latest "
6
  "release)\n"
7
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
8
- "PO-Revision-Date: 2018-09-11 00:11+0300\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: fr\n"
@@ -13,7 +13,31 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
16
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  #: core/mime-types.php:30
19
  msgid "MIME Types settings restored."
@@ -192,7 +216,7 @@ msgstr "Parent"
192
  #: core/options-pages.php:568 core/options-pages.php:862
193
  #: core/options-pages.php:1084 core/options-pages.php:2011
194
  #: core/options-pages.php:2074 core/taxonomies.php:381
195
- #: enhanced-media-library.php:561
196
  msgid "All"
197
  msgstr "Tous"
198
 
@@ -567,7 +591,7 @@ msgstr ""
567
  #: core/options-pages.php:1824 core/options-pages.php:1861
568
  #: core/options-pages.php:1905 core/options-pages.php:2113
569
  #: core/options-pages.php:2177 core/options-pages.php:2215
570
- #: core/options-pages.php:2386 enhanced-media-library.php:570
571
  msgid "Save Changes"
572
  msgstr "Enregistrer les changements"
573
 
@@ -695,7 +719,6 @@ msgid "Date"
695
  msgstr "Date"
696
 
697
  #: core/options-pages.php:1793 core/options-pages.php:1853
698
- #: core/taxonomies.php:1650
699
  msgid "Title"
700
  msgstr "Titre"
701
 
@@ -760,7 +783,7 @@ msgstr ""
760
  msgid "Filename"
761
  msgstr ""
762
 
763
- #: core/options-pages.php:1855 core/taxonomies.php:1666
764
  msgid "Caption"
765
  msgstr ""
766
 
@@ -1067,11 +1090,11 @@ msgid "All Authors"
1067
  msgstr ""
1068
 
1069
  #: core/taxonomies.php:374 core/taxonomies.php:380
1070
- #: enhanced-media-library.php:560
1071
  msgid "Filter by"
1072
  msgstr "Filtrer par"
1073
 
1074
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1075
  msgid "Not in a"
1076
  msgstr "Non présent dans"
1077
 
@@ -1079,160 +1102,95 @@ msgstr "Non présent dans"
1079
  msgid "Add some"
1080
  msgstr ""
1081
 
1082
- #: core/taxonomies.php:1501
1083
- msgid "Remove"
1084
- msgstr "Supprimer"
1085
-
1086
- #: core/taxonomies.php:1503
1087
- msgid "Deselect"
1088
- msgstr "Désélectionner"
1089
-
1090
- #: core/taxonomies.php:1559
1091
- msgid "Caption this image&hellip;"
1092
- msgstr "Légende de cette image&hellip;"
1093
-
1094
- #: core/taxonomies.php:1563
1095
- msgid "Describe this video&hellip;"
1096
- msgstr "Décrivez cette vidéo&hellip;"
1097
-
1098
- #: core/taxonomies.php:1565
1099
- msgid "Describe this audio file&hellip;"
1100
- msgstr "Décrivez ce fichier son&hellip;"
1101
-
1102
- #: core/taxonomies.php:1567
1103
- msgid "Describe this media file&hellip;"
1104
- msgstr "Décrivez ce fichier média&hellip;"
1105
-
1106
- #: core/taxonomies.php:1585
1107
- msgid "Attachment Details"
1108
- msgstr ""
1109
-
1110
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1111
- msgid "Saved."
1112
- msgstr ""
1113
-
1114
- #: core/taxonomies.php:1612
1115
- msgid "Edit Image"
1116
- msgstr ""
1117
-
1118
- #: core/taxonomies.php:1617
1119
- msgid "Length:"
1120
- msgstr ""
1121
-
1122
- #: core/taxonomies.php:1623
1123
- msgid "Untrash"
1124
- msgstr ""
1125
-
1126
- #: core/taxonomies.php:1625
1127
- msgctxt "verb"
1128
- msgid "Trash"
1129
- msgstr ""
1130
-
1131
- #: core/taxonomies.php:1628
1132
- msgid "Delete Permanently"
1133
- msgstr ""
1134
-
1135
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1136
- msgid "More Details"
1137
- msgstr ""
1138
-
1139
- #: core/taxonomies.php:1644
1140
- msgid "URL"
1141
- msgstr ""
1142
-
1143
- #: core/taxonomies.php:1656
1144
- msgid "Artist"
1145
- msgstr ""
1146
-
1147
- #: core/taxonomies.php:1657
1148
- msgid "Album"
1149
- msgstr ""
1150
-
1151
- #: core/taxonomies.php:1671
1152
- msgid "Alt Text"
1153
- msgstr ""
1154
-
1155
- #: core/taxonomies.php:1676
1156
- msgid "Description"
1157
- msgstr ""
1158
-
1159
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1160
  msgid "All Uncategorized"
1161
  msgstr "Tous sans catégories"
1162
 
1163
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1164
  msgid "Reset All Filters"
1165
  msgstr "Réinitialiser tous les filtres"
1166
 
1167
  #: enhanced-media-library.php:391
 
 
 
 
1168
  msgid "Less Details"
1169
  msgstr ""
1170
 
1171
- #: enhanced-media-library.php:564
1172
  msgid "author"
1173
  msgstr ""
1174
 
1175
- #: enhanced-media-library.php:565
1176
  msgid "authors"
1177
  msgstr ""
1178
 
1179
  #: enhanced-media-library.php:569
 
 
 
 
1180
  msgid "Something went wrong."
1181
  msgstr ""
1182
 
1183
- #: enhanced-media-library.php:572
1184
  msgid "Select All"
1185
  msgstr ""
1186
 
1187
- #: enhanced-media-library.php:601
 
 
 
 
1188
  msgid "Uploaded to post #"
1189
  msgstr "Mis en ligne sur l&rsquo;article #"
1190
 
1191
- #: enhanced-media-library.php:602
1192
  msgid "Based On"
1193
  msgstr "Basé sur"
1194
 
1195
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1196
  msgid "Media Categories"
1197
  msgstr "Catégories média"
1198
 
1199
- #: enhanced-media-library.php:672
1200
  msgid "Media Category"
1201
  msgstr "Catégorie média"
1202
 
1203
- #: enhanced-media-library.php:674
1204
  msgid "All Media Categories"
1205
  msgstr "Toutes les catégories média"
1206
 
1207
- #: enhanced-media-library.php:675
1208
  msgid "Edit Media Category"
1209
  msgstr "Modifier la catégorie média"
1210
 
1211
- #: enhanced-media-library.php:676
1212
  msgid "View Media Category"
1213
  msgstr "Voir la catégorie média"
1214
 
1215
- #: enhanced-media-library.php:677
1216
  msgid "Update Media Category"
1217
  msgstr "Mettre à jour la catégorie média"
1218
 
1219
- #: enhanced-media-library.php:678
1220
  msgid "Add New Media Category"
1221
  msgstr "Ajouter une nouvelle catégorie média"
1222
 
1223
- #: enhanced-media-library.php:679
1224
  msgid "New Media Category Name"
1225
  msgstr "Nouveau nom de la catégorie média"
1226
 
1227
- #: enhanced-media-library.php:680
1228
  msgid "Parent Media Category"
1229
  msgstr "Catégorie média parente"
1230
 
1231
- #: enhanced-media-library.php:681
1232
  msgid "Parent Media Category:"
1233
  msgstr "Catégorie média parente&nbsp;:"
1234
 
1235
- #: enhanced-media-library.php:682
1236
  msgid "Search Media Categories"
1237
  msgstr "Rechercher dans les catégories média"
1238
 
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Enhanced Media Library - Stable (latest "
6
  "release)\n"
7
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
8
+ "PO-Revision-Date: 2020-10-11 22:49+0300\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: fr\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
16
+ "X-Generator: Poedit 2.4.1\n"
17
+
18
+ #: core/media-templates.php:21
19
+ msgid "Remove"
20
+ msgstr "Supprimer"
21
+
22
+ #: core/media-templates.php:23
23
+ msgid "Deselect"
24
+ msgstr "Désélectionner"
25
+
26
+ #: core/media-templates.php:79
27
+ msgid "Caption this image&hellip;"
28
+ msgstr "Légende de cette image&hellip;"
29
+
30
+ #: core/media-templates.php:83
31
+ msgid "Describe this video&hellip;"
32
+ msgstr "Décrivez cette vidéo&hellip;"
33
+
34
+ #: core/media-templates.php:85
35
+ msgid "Describe this audio file&hellip;"
36
+ msgstr "Décrivez ce fichier son&hellip;"
37
+
38
+ #: core/media-templates.php:87
39
+ msgid "Describe this media file&hellip;"
40
+ msgstr "Décrivez ce fichier média&hellip;"
41
 
42
  #: core/mime-types.php:30
43
  msgid "MIME Types settings restored."
216
  #: core/options-pages.php:568 core/options-pages.php:862
217
  #: core/options-pages.php:1084 core/options-pages.php:2011
218
  #: core/options-pages.php:2074 core/taxonomies.php:381
219
+ #: enhanced-media-library.php:562
220
  msgid "All"
221
  msgstr "Tous"
222
 
591
  #: core/options-pages.php:1824 core/options-pages.php:1861
592
  #: core/options-pages.php:1905 core/options-pages.php:2113
593
  #: core/options-pages.php:2177 core/options-pages.php:2215
594
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
595
  msgid "Save Changes"
596
  msgstr "Enregistrer les changements"
597
 
719
  msgstr "Date"
720
 
721
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
722
  msgid "Title"
723
  msgstr "Titre"
724
 
783
  msgid "Filename"
784
  msgstr ""
785
 
786
+ #: core/options-pages.php:1855
787
  msgid "Caption"
788
  msgstr ""
789
 
1090
  msgstr ""
1091
 
1092
  #: core/taxonomies.php:374 core/taxonomies.php:380
1093
+ #: enhanced-media-library.php:561
1094
  msgid "Filter by"
1095
  msgstr "Filtrer par"
1096
 
1097
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1098
  msgid "Not in a"
1099
  msgstr "Non présent dans"
1100
 
1102
  msgid "Add some"
1103
  msgstr ""
1104
 
1105
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1106
  msgid "All Uncategorized"
1107
  msgstr "Tous sans catégories"
1108
 
1109
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1110
  msgid "Reset All Filters"
1111
  msgstr "Réinitialiser tous les filtres"
1112
 
1113
  #: enhanced-media-library.php:391
1114
+ msgid "More Details"
1115
+ msgstr ""
1116
+
1117
+ #: enhanced-media-library.php:392
1118
  msgid "Less Details"
1119
  msgstr ""
1120
 
1121
+ #: enhanced-media-library.php:565
1122
  msgid "author"
1123
  msgstr ""
1124
 
1125
+ #: enhanced-media-library.php:566
1126
  msgid "authors"
1127
  msgstr ""
1128
 
1129
  #: enhanced-media-library.php:569
1130
+ msgid "Saved."
1131
+ msgstr ""
1132
+
1133
+ #: enhanced-media-library.php:570
1134
  msgid "Something went wrong."
1135
  msgstr ""
1136
 
1137
+ #: enhanced-media-library.php:573
1138
  msgid "Select All"
1139
  msgstr ""
1140
 
1141
+ #: enhanced-media-library.php:574
1142
+ msgid "Deselect "
1143
+ msgstr ""
1144
+
1145
+ #: enhanced-media-library.php:603
1146
  msgid "Uploaded to post #"
1147
  msgstr "Mis en ligne sur l&rsquo;article #"
1148
 
1149
+ #: enhanced-media-library.php:604
1150
  msgid "Based On"
1151
  msgstr "Basé sur"
1152
 
1153
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1154
  msgid "Media Categories"
1155
  msgstr "Catégories média"
1156
 
1157
+ #: enhanced-media-library.php:674
1158
  msgid "Media Category"
1159
  msgstr "Catégorie média"
1160
 
1161
+ #: enhanced-media-library.php:676
1162
  msgid "All Media Categories"
1163
  msgstr "Toutes les catégories média"
1164
 
1165
+ #: enhanced-media-library.php:677
1166
  msgid "Edit Media Category"
1167
  msgstr "Modifier la catégorie média"
1168
 
1169
+ #: enhanced-media-library.php:678
1170
  msgid "View Media Category"
1171
  msgstr "Voir la catégorie média"
1172
 
1173
+ #: enhanced-media-library.php:679
1174
  msgid "Update Media Category"
1175
  msgstr "Mettre à jour la catégorie média"
1176
 
1177
+ #: enhanced-media-library.php:680
1178
  msgid "Add New Media Category"
1179
  msgstr "Ajouter une nouvelle catégorie média"
1180
 
1181
+ #: enhanced-media-library.php:681
1182
  msgid "New Media Category Name"
1183
  msgstr "Nouveau nom de la catégorie média"
1184
 
1185
+ #: enhanced-media-library.php:682
1186
  msgid "Parent Media Category"
1187
  msgstr "Catégorie média parente"
1188
 
1189
+ #: enhanced-media-library.php:683
1190
  msgid "Parent Media Category:"
1191
  msgstr "Catégorie média parente&nbsp;:"
1192
 
1193
+ #: enhanced-media-library.php:684
1194
  msgid "Search Media Categories"
1195
  msgstr "Rechercher dans les catégories média"
1196
 
languages/enhanced-media-library-he_IL.mo CHANGED
Binary file
languages/enhanced-media-library-he_IL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:12+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: he_IL\n"
@@ -12,7 +12,31 @@ msgstr ""
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 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -186,7 +210,7 @@ msgstr "הורה"
186
  #: core/options-pages.php:568 core/options-pages.php:862
187
  #: core/options-pages.php:1084 core/options-pages.php:2011
188
  #: core/options-pages.php:2074 core/taxonomies.php:381
189
- #: enhanced-media-library.php:561
190
  msgid "All"
191
  msgstr "הכל"
192
 
@@ -542,7 +566,7 @@ msgstr ""
542
  #: core/options-pages.php:1824 core/options-pages.php:1861
543
  #: core/options-pages.php:1905 core/options-pages.php:2113
544
  #: core/options-pages.php:2177 core/options-pages.php:2215
545
- #: core/options-pages.php:2386 enhanced-media-library.php:570
546
  msgid "Save Changes"
547
  msgstr "שמור שינויים"
548
 
@@ -668,7 +692,6 @@ msgid "Date"
668
  msgstr ""
669
 
670
  #: core/options-pages.php:1793 core/options-pages.php:1853
671
- #: core/taxonomies.php:1650
672
  msgid "Title"
673
  msgstr ""
674
 
@@ -731,7 +754,7 @@ msgstr ""
731
  msgid "Filename"
732
  msgstr ""
733
 
734
- #: core/options-pages.php:1855 core/taxonomies.php:1666
735
  msgid "Caption"
736
  msgstr ""
737
 
@@ -1027,11 +1050,11 @@ msgid "All Authors"
1027
  msgstr ""
1028
 
1029
  #: core/taxonomies.php:374 core/taxonomies.php:380
1030
- #: enhanced-media-library.php:560
1031
  msgid "Filter by"
1032
  msgstr "סנן על-פי"
1033
 
1034
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1035
  msgid "Not in a"
1036
  msgstr ""
1037
 
@@ -1039,160 +1062,95 @@ msgstr ""
1039
  msgid "Add some"
1040
  msgstr ""
1041
 
1042
- #: core/taxonomies.php:1501
1043
- msgid "Remove"
1044
- msgstr "הסר"
1045
-
1046
- #: core/taxonomies.php:1503
1047
- msgid "Deselect"
1048
- msgstr "בטל בחירה"
1049
-
1050
- #: core/taxonomies.php:1559
1051
- msgid "Caption this image&hellip;"
1052
- msgstr "תאר תמונה זו&hellip;"
1053
-
1054
- #: core/taxonomies.php:1563
1055
- msgid "Describe this video&hellip;"
1056
- msgstr "תאר וידיאו זה&hellip;"
1057
-
1058
- #: core/taxonomies.php:1565
1059
- msgid "Describe this audio file&hellip;"
1060
- msgstr "תאר אודיו זה&hellip;"
1061
-
1062
- #: core/taxonomies.php:1567
1063
- msgid "Describe this media file&hellip;"
1064
- msgstr "תאר מדיה זו&hellip;"
1065
-
1066
- #: core/taxonomies.php:1585
1067
- msgid "Attachment Details"
1068
- msgstr ""
1069
-
1070
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1071
- msgid "Saved."
1072
- msgstr ""
1073
-
1074
- #: core/taxonomies.php:1612
1075
- msgid "Edit Image"
1076
- msgstr ""
1077
-
1078
- #: core/taxonomies.php:1617
1079
- msgid "Length:"
1080
- msgstr ""
1081
-
1082
- #: core/taxonomies.php:1623
1083
- msgid "Untrash"
1084
- msgstr ""
1085
-
1086
- #: core/taxonomies.php:1625
1087
- msgctxt "verb"
1088
- msgid "Trash"
1089
- msgstr ""
1090
-
1091
- #: core/taxonomies.php:1628
1092
- msgid "Delete Permanently"
1093
- msgstr ""
1094
-
1095
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1096
- msgid "More Details"
1097
- msgstr ""
1098
-
1099
- #: core/taxonomies.php:1644
1100
- msgid "URL"
1101
- msgstr ""
1102
-
1103
- #: core/taxonomies.php:1656
1104
- msgid "Artist"
1105
- msgstr ""
1106
-
1107
- #: core/taxonomies.php:1657
1108
- msgid "Album"
1109
- msgstr ""
1110
-
1111
- #: core/taxonomies.php:1671
1112
- msgid "Alt Text"
1113
- msgstr ""
1114
-
1115
- #: core/taxonomies.php:1676
1116
- msgid "Description"
1117
- msgstr ""
1118
-
1119
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1120
  msgid "All Uncategorized"
1121
  msgstr "הכל לא ממויין"
1122
 
1123
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1124
  msgid "Reset All Filters"
1125
  msgstr "אפס את כל המסננים"
1126
 
1127
  #: enhanced-media-library.php:391
 
 
 
 
1128
  msgid "Less Details"
1129
  msgstr ""
1130
 
1131
- #: enhanced-media-library.php:564
1132
  msgid "author"
1133
  msgstr ""
1134
 
1135
- #: enhanced-media-library.php:565
1136
  msgid "authors"
1137
  msgstr ""
1138
 
1139
  #: enhanced-media-library.php:569
 
 
 
 
1140
  msgid "Something went wrong."
1141
  msgstr "משהו השתבש."
1142
 
1143
- #: enhanced-media-library.php:572
1144
  msgid "Select All"
1145
  msgstr "בחר הכל"
1146
 
1147
- #: enhanced-media-library.php:601
 
 
 
 
1148
  msgid "Uploaded to post #"
1149
  msgstr ""
1150
 
1151
- #: enhanced-media-library.php:602
1152
  msgid "Based On"
1153
  msgstr ""
1154
 
1155
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1156
  msgid "Media Categories"
1157
  msgstr ""
1158
 
1159
- #: enhanced-media-library.php:672
1160
  msgid "Media Category"
1161
  msgstr ""
1162
 
1163
- #: enhanced-media-library.php:674
1164
  msgid "All Media Categories"
1165
  msgstr ""
1166
 
1167
- #: enhanced-media-library.php:675
1168
  msgid "Edit Media Category"
1169
  msgstr ""
1170
 
1171
- #: enhanced-media-library.php:676
1172
  msgid "View Media Category"
1173
  msgstr ""
1174
 
1175
- #: enhanced-media-library.php:677
1176
  msgid "Update Media Category"
1177
  msgstr ""
1178
 
1179
- #: enhanced-media-library.php:678
1180
  msgid "Add New Media Category"
1181
  msgstr ""
1182
 
1183
- #: enhanced-media-library.php:679
1184
  msgid "New Media Category Name"
1185
  msgstr ""
1186
 
1187
- #: enhanced-media-library.php:680
1188
  msgid "Parent Media Category"
1189
  msgstr ""
1190
 
1191
- #: enhanced-media-library.php:681
1192
  msgid "Parent Media Category:"
1193
  msgstr ""
1194
 
1195
- #: enhanced-media-library.php:682
1196
  msgid "Search Media Categories"
1197
  msgstr ""
1198
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:49+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: he_IL\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 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr "הסר"
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr "בטל בחירה"
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr "תאר תמונה זו&hellip;"
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr "תאר וידיאו זה&hellip;"
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr "תאר אודיו זה&hellip;"
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr "תאר מדיה זו&hellip;"
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
210
  #: core/options-pages.php:568 core/options-pages.php:862
211
  #: core/options-pages.php:1084 core/options-pages.php:2011
212
  #: core/options-pages.php:2074 core/taxonomies.php:381
213
+ #: enhanced-media-library.php:562
214
  msgid "All"
215
  msgstr "הכל"
216
 
566
  #: core/options-pages.php:1824 core/options-pages.php:1861
567
  #: core/options-pages.php:1905 core/options-pages.php:2113
568
  #: core/options-pages.php:2177 core/options-pages.php:2215
569
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
570
  msgid "Save Changes"
571
  msgstr "שמור שינויים"
572
 
692
  msgstr ""
693
 
694
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
695
  msgid "Title"
696
  msgstr ""
697
 
754
  msgid "Filename"
755
  msgstr ""
756
 
757
+ #: core/options-pages.php:1855
758
  msgid "Caption"
759
  msgstr ""
760
 
1050
  msgstr ""
1051
 
1052
  #: core/taxonomies.php:374 core/taxonomies.php:380
1053
+ #: enhanced-media-library.php:561
1054
  msgid "Filter by"
1055
  msgstr "סנן על-פי"
1056
 
1057
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1058
  msgid "Not in a"
1059
  msgstr ""
1060
 
1062
  msgid "Add some"
1063
  msgstr ""
1064
 
1065
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1066
  msgid "All Uncategorized"
1067
  msgstr "הכל לא ממויין"
1068
 
1069
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1070
  msgid "Reset All Filters"
1071
  msgstr "אפס את כל המסננים"
1072
 
1073
  #: enhanced-media-library.php:391
1074
+ msgid "More Details"
1075
+ msgstr ""
1076
+
1077
+ #: enhanced-media-library.php:392
1078
  msgid "Less Details"
1079
  msgstr ""
1080
 
1081
+ #: enhanced-media-library.php:565
1082
  msgid "author"
1083
  msgstr ""
1084
 
1085
+ #: enhanced-media-library.php:566
1086
  msgid "authors"
1087
  msgstr ""
1088
 
1089
  #: enhanced-media-library.php:569
1090
+ msgid "Saved."
1091
+ msgstr ""
1092
+
1093
+ #: enhanced-media-library.php:570
1094
  msgid "Something went wrong."
1095
  msgstr "משהו השתבש."
1096
 
1097
+ #: enhanced-media-library.php:573
1098
  msgid "Select All"
1099
  msgstr "בחר הכל"
1100
 
1101
+ #: enhanced-media-library.php:574
1102
+ msgid "Deselect "
1103
+ msgstr ""
1104
+
1105
+ #: enhanced-media-library.php:603
1106
  msgid "Uploaded to post #"
1107
  msgstr ""
1108
 
1109
+ #: enhanced-media-library.php:604
1110
  msgid "Based On"
1111
  msgstr ""
1112
 
1113
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1114
  msgid "Media Categories"
1115
  msgstr ""
1116
 
1117
+ #: enhanced-media-library.php:674
1118
  msgid "Media Category"
1119
  msgstr ""
1120
 
1121
+ #: enhanced-media-library.php:676
1122
  msgid "All Media Categories"
1123
  msgstr ""
1124
 
1125
+ #: enhanced-media-library.php:677
1126
  msgid "Edit Media Category"
1127
  msgstr ""
1128
 
1129
+ #: enhanced-media-library.php:678
1130
  msgid "View Media Category"
1131
  msgstr ""
1132
 
1133
+ #: enhanced-media-library.php:679
1134
  msgid "Update Media Category"
1135
  msgstr ""
1136
 
1137
+ #: enhanced-media-library.php:680
1138
  msgid "Add New Media Category"
1139
  msgstr ""
1140
 
1141
+ #: enhanced-media-library.php:681
1142
  msgid "New Media Category Name"
1143
  msgstr ""
1144
 
1145
+ #: enhanced-media-library.php:682
1146
  msgid "Parent Media Category"
1147
  msgstr ""
1148
 
1149
+ #: enhanced-media-library.php:683
1150
  msgid "Parent Media Category:"
1151
  msgstr ""
1152
 
1153
+ #: enhanced-media-library.php:684
1154
  msgid "Search Media Categories"
1155
  msgstr ""
1156
 
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: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:12+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
@@ -12,7 +12,31 @@ msgstr ""
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 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -192,7 +216,7 @@ msgstr "Genitore"
192
  #: core/options-pages.php:568 core/options-pages.php:862
193
  #: core/options-pages.php:1084 core/options-pages.php:2011
194
  #: core/options-pages.php:2074 core/taxonomies.php:381
195
- #: enhanced-media-library.php:561
196
  msgid "All"
197
  msgstr "Tutto"
198
 
@@ -567,7 +591,7 @@ msgstr ""
567
  #: core/options-pages.php:1824 core/options-pages.php:1861
568
  #: core/options-pages.php:1905 core/options-pages.php:2113
569
  #: core/options-pages.php:2177 core/options-pages.php:2215
570
- #: core/options-pages.php:2386 enhanced-media-library.php:570
571
  msgid "Save Changes"
572
  msgstr "Salva le modifiche"
573
 
@@ -695,7 +719,6 @@ msgid "Date"
695
  msgstr "Data"
696
 
697
  #: core/options-pages.php:1793 core/options-pages.php:1853
698
- #: core/taxonomies.php:1650
699
  msgid "Title"
700
  msgstr "Titolo"
701
 
@@ -758,7 +781,7 @@ msgstr ""
758
  msgid "Filename"
759
  msgstr ""
760
 
761
- #: core/options-pages.php:1855 core/taxonomies.php:1666
762
  msgid "Caption"
763
  msgstr ""
764
 
@@ -1063,11 +1086,11 @@ msgid "All Authors"
1063
  msgstr ""
1064
 
1065
  #: core/taxonomies.php:374 core/taxonomies.php:380
1066
- #: enhanced-media-library.php:560
1067
  msgid "Filter by"
1068
  msgstr "Filtra per"
1069
 
1070
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1071
  msgid "Not in a"
1072
  msgstr "Non in"
1073
 
@@ -1075,160 +1098,95 @@ msgstr "Non in"
1075
  msgid "Add some"
1076
  msgstr ""
1077
 
1078
- #: core/taxonomies.php:1501
1079
- msgid "Remove"
1080
- msgstr "Rimuovi"
1081
-
1082
- #: core/taxonomies.php:1503
1083
- msgid "Deselect"
1084
- msgstr "Deseleziona"
1085
-
1086
- #: core/taxonomies.php:1559
1087
- msgid "Caption this image&hellip;"
1088
- msgstr "Didascalia per questa immagine&hellip;"
1089
-
1090
- #: core/taxonomies.php:1563
1091
- msgid "Describe this video&hellip;"
1092
- msgstr "Descrivi questo video&hellip;"
1093
-
1094
- #: core/taxonomies.php:1565
1095
- msgid "Describe this audio file&hellip;"
1096
- msgstr "Descrivi questo file audio&hellip;"
1097
-
1098
- #: core/taxonomies.php:1567
1099
- msgid "Describe this media file&hellip;"
1100
- msgstr "Descrivi questo file multimediale&hellip;"
1101
-
1102
- #: core/taxonomies.php:1585
1103
- msgid "Attachment Details"
1104
- msgstr ""
1105
-
1106
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1107
- msgid "Saved."
1108
- msgstr ""
1109
-
1110
- #: core/taxonomies.php:1612
1111
- msgid "Edit Image"
1112
- msgstr ""
1113
-
1114
- #: core/taxonomies.php:1617
1115
- msgid "Length:"
1116
- msgstr ""
1117
-
1118
- #: core/taxonomies.php:1623
1119
- msgid "Untrash"
1120
- msgstr ""
1121
-
1122
- #: core/taxonomies.php:1625
1123
- msgctxt "verb"
1124
- msgid "Trash"
1125
- msgstr ""
1126
-
1127
- #: core/taxonomies.php:1628
1128
- msgid "Delete Permanently"
1129
- msgstr ""
1130
-
1131
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1132
- msgid "More Details"
1133
- msgstr ""
1134
-
1135
- #: core/taxonomies.php:1644
1136
- msgid "URL"
1137
- msgstr ""
1138
-
1139
- #: core/taxonomies.php:1656
1140
- msgid "Artist"
1141
- msgstr ""
1142
-
1143
- #: core/taxonomies.php:1657
1144
- msgid "Album"
1145
- msgstr ""
1146
-
1147
- #: core/taxonomies.php:1671
1148
- msgid "Alt Text"
1149
- msgstr ""
1150
-
1151
- #: core/taxonomies.php:1676
1152
- msgid "Description"
1153
- msgstr ""
1154
-
1155
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1156
  msgid "All Uncategorized"
1157
  msgstr "Tutti gli elementi non classificati"
1158
 
1159
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1160
  msgid "Reset All Filters"
1161
  msgstr "Reimposta tutti i filtri"
1162
 
1163
  #: enhanced-media-library.php:391
 
 
 
 
1164
  msgid "Less Details"
1165
  msgstr ""
1166
 
1167
- #: enhanced-media-library.php:564
1168
  msgid "author"
1169
  msgstr ""
1170
 
1171
- #: enhanced-media-library.php:565
1172
  msgid "authors"
1173
  msgstr ""
1174
 
1175
  #: enhanced-media-library.php:569
 
 
 
 
1176
  msgid "Something went wrong."
1177
  msgstr " Qualcosa è andato male."
1178
 
1179
- #: enhanced-media-library.php:572
1180
  msgid "Select All"
1181
  msgstr "Seleziona tutto"
1182
 
1183
- #: enhanced-media-library.php:601
 
 
 
 
1184
  msgid "Uploaded to post #"
1185
  msgstr "Caricato nel post #"
1186
 
1187
- #: enhanced-media-library.php:602
1188
  msgid "Based On"
1189
  msgstr "Basato su"
1190
 
1191
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1192
  msgid "Media Categories"
1193
  msgstr "Categorie Media"
1194
 
1195
- #: enhanced-media-library.php:672
1196
  msgid "Media Category"
1197
  msgstr "Categoria Media"
1198
 
1199
- #: enhanced-media-library.php:674
1200
  msgid "All Media Categories"
1201
  msgstr "Tutte le categorie Media"
1202
 
1203
- #: enhanced-media-library.php:675
1204
  msgid "Edit Media Category"
1205
  msgstr "Modifica categoria Media"
1206
 
1207
- #: enhanced-media-library.php:676
1208
  msgid "View Media Category"
1209
  msgstr "Visualizza categoria Media"
1210
 
1211
- #: enhanced-media-library.php:677
1212
  msgid "Update Media Category"
1213
  msgstr "Aggiorna categoria Media"
1214
 
1215
- #: enhanced-media-library.php:678
1216
  msgid "Add New Media Category"
1217
  msgstr "Aggiungi nuova categoria Media"
1218
 
1219
- #: enhanced-media-library.php:679
1220
  msgid "New Media Category Name"
1221
  msgstr "Nome della nuova categoria Media"
1222
 
1223
- #: enhanced-media-library.php:680
1224
  msgid "Parent Media Category"
1225
  msgstr "Categoria media genitore"
1226
 
1227
- #: enhanced-media-library.php:681
1228
  msgid "Parent Media Category:"
1229
  msgstr "Categoria media genitore:"
1230
 
1231
- #: enhanced-media-library.php:682
1232
  msgid "Search Media Categories"
1233
  msgstr "Cerca nella categoria Media"
1234
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:50+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\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 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr "Rimuovi"
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr "Deseleziona"
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr "Didascalia per questa immagine&hellip;"
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr "Descrivi questo video&hellip;"
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr "Descrivi questo file audio&hellip;"
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr "Descrivi questo file multimediale&hellip;"
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
216
  #: core/options-pages.php:568 core/options-pages.php:862
217
  #: core/options-pages.php:1084 core/options-pages.php:2011
218
  #: core/options-pages.php:2074 core/taxonomies.php:381
219
+ #: enhanced-media-library.php:562
220
  msgid "All"
221
  msgstr "Tutto"
222
 
591
  #: core/options-pages.php:1824 core/options-pages.php:1861
592
  #: core/options-pages.php:1905 core/options-pages.php:2113
593
  #: core/options-pages.php:2177 core/options-pages.php:2215
594
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
595
  msgid "Save Changes"
596
  msgstr "Salva le modifiche"
597
 
719
  msgstr "Data"
720
 
721
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
722
  msgid "Title"
723
  msgstr "Titolo"
724
 
781
  msgid "Filename"
782
  msgstr ""
783
 
784
+ #: core/options-pages.php:1855
785
  msgid "Caption"
786
  msgstr ""
787
 
1086
  msgstr ""
1087
 
1088
  #: core/taxonomies.php:374 core/taxonomies.php:380
1089
+ #: enhanced-media-library.php:561
1090
  msgid "Filter by"
1091
  msgstr "Filtra per"
1092
 
1093
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1094
  msgid "Not in a"
1095
  msgstr "Non in"
1096
 
1098
  msgid "Add some"
1099
  msgstr ""
1100
 
1101
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1102
  msgid "All Uncategorized"
1103
  msgstr "Tutti gli elementi non classificati"
1104
 
1105
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1106
  msgid "Reset All Filters"
1107
  msgstr "Reimposta tutti i filtri"
1108
 
1109
  #: enhanced-media-library.php:391
1110
+ msgid "More Details"
1111
+ msgstr ""
1112
+
1113
+ #: enhanced-media-library.php:392
1114
  msgid "Less Details"
1115
  msgstr ""
1116
 
1117
+ #: enhanced-media-library.php:565
1118
  msgid "author"
1119
  msgstr ""
1120
 
1121
+ #: enhanced-media-library.php:566
1122
  msgid "authors"
1123
  msgstr ""
1124
 
1125
  #: enhanced-media-library.php:569
1126
+ msgid "Saved."
1127
+ msgstr ""
1128
+
1129
+ #: enhanced-media-library.php:570
1130
  msgid "Something went wrong."
1131
  msgstr " Qualcosa è andato male."
1132
 
1133
+ #: enhanced-media-library.php:573
1134
  msgid "Select All"
1135
  msgstr "Seleziona tutto"
1136
 
1137
+ #: enhanced-media-library.php:574
1138
+ msgid "Deselect "
1139
+ msgstr ""
1140
+
1141
+ #: enhanced-media-library.php:603
1142
  msgid "Uploaded to post #"
1143
  msgstr "Caricato nel post #"
1144
 
1145
+ #: enhanced-media-library.php:604
1146
  msgid "Based On"
1147
  msgstr "Basato su"
1148
 
1149
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1150
  msgid "Media Categories"
1151
  msgstr "Categorie Media"
1152
 
1153
+ #: enhanced-media-library.php:674
1154
  msgid "Media Category"
1155
  msgstr "Categoria Media"
1156
 
1157
+ #: enhanced-media-library.php:676
1158
  msgid "All Media Categories"
1159
  msgstr "Tutte le categorie Media"
1160
 
1161
+ #: enhanced-media-library.php:677
1162
  msgid "Edit Media Category"
1163
  msgstr "Modifica categoria Media"
1164
 
1165
+ #: enhanced-media-library.php:678
1166
  msgid "View Media Category"
1167
  msgstr "Visualizza categoria Media"
1168
 
1169
+ #: enhanced-media-library.php:679
1170
  msgid "Update Media Category"
1171
  msgstr "Aggiorna categoria Media"
1172
 
1173
+ #: enhanced-media-library.php:680
1174
  msgid "Add New Media Category"
1175
  msgstr "Aggiungi nuova categoria Media"
1176
 
1177
+ #: enhanced-media-library.php:681
1178
  msgid "New Media Category Name"
1179
  msgstr "Nome della nuova categoria Media"
1180
 
1181
+ #: enhanced-media-library.php:682
1182
  msgid "Parent Media Category"
1183
  msgstr "Categoria media genitore"
1184
 
1185
+ #: enhanced-media-library.php:683
1186
  msgid "Parent Media Category:"
1187
  msgstr "Categoria media genitore:"
1188
 
1189
+ #: enhanced-media-library.php:684
1190
  msgid "Search Media Categories"
1191
  msgstr "Cerca nella categoria Media"
1192
 
languages/enhanced-media-library-ja_JP.mo CHANGED
Binary file
languages/enhanced-media-library-ja_JP.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Enhanced Media Library - Stable (latest "
6
  "release)\n"
7
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
8
- "PO-Revision-Date: 2018-09-11 00:12+0300\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: ja_JP\n"
@@ -13,7 +13,31 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  #: core/mime-types.php:30
19
  msgid "MIME Types settings restored."
@@ -190,7 +214,7 @@ msgstr "親"
190
  #: core/options-pages.php:568 core/options-pages.php:862
191
  #: core/options-pages.php:1084 core/options-pages.php:2011
192
  #: core/options-pages.php:2074 core/taxonomies.php:381
193
- #: enhanced-media-library.php:561
194
  msgid "All"
195
  msgstr "すべて"
196
 
@@ -554,7 +578,7 @@ msgstr ""
554
  #: core/options-pages.php:1824 core/options-pages.php:1861
555
  #: core/options-pages.php:1905 core/options-pages.php:2113
556
  #: core/options-pages.php:2177 core/options-pages.php:2215
557
- #: core/options-pages.php:2386 enhanced-media-library.php:570
558
  msgid "Save Changes"
559
  msgstr "変更を保存"
560
 
@@ -682,7 +706,6 @@ msgid "Date"
682
  msgstr "日付"
683
 
684
  #: core/options-pages.php:1793 core/options-pages.php:1853
685
- #: core/taxonomies.php:1650
686
  msgid "Title"
687
  msgstr "タイトル"
688
 
@@ -745,7 +768,7 @@ msgstr ""
745
  msgid "Filename"
746
  msgstr ""
747
 
748
- #: core/options-pages.php:1855 core/taxonomies.php:1666
749
  msgid "Caption"
750
  msgstr ""
751
 
@@ -1049,11 +1072,11 @@ msgid "All Authors"
1049
  msgstr ""
1050
 
1051
  #: core/taxonomies.php:374 core/taxonomies.php:380
1052
- #: enhanced-media-library.php:560
1053
  msgid "Filter by"
1054
  msgstr "絞り込みフィルター"
1055
 
1056
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1057
  msgid "Not in a"
1058
  msgstr "除外"
1059
 
@@ -1061,160 +1084,95 @@ msgstr "除外"
1061
  msgid "Add some"
1062
  msgstr ""
1063
 
1064
- #: core/taxonomies.php:1501
1065
- msgid "Remove"
1066
- msgstr "削除"
1067
-
1068
- #: core/taxonomies.php:1503
1069
- msgid "Deselect"
1070
- msgstr "選択解除"
1071
-
1072
- #: core/taxonomies.php:1559
1073
- msgid "Caption this image&hellip;"
1074
- msgstr "この画像の説明"
1075
-
1076
- #: core/taxonomies.php:1563
1077
- msgid "Describe this video&hellip;"
1078
- msgstr "この動画の説明"
1079
-
1080
- #: core/taxonomies.php:1565
1081
- msgid "Describe this audio file&hellip;"
1082
- msgstr "このオーディオの説明"
1083
-
1084
- #: core/taxonomies.php:1567
1085
- msgid "Describe this media file&hellip;"
1086
- msgstr "このメディアの説明"
1087
-
1088
- #: core/taxonomies.php:1585
1089
- msgid "Attachment Details"
1090
- msgstr ""
1091
-
1092
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1093
- msgid "Saved."
1094
- msgstr ""
1095
-
1096
- #: core/taxonomies.php:1612
1097
- msgid "Edit Image"
1098
- msgstr ""
1099
-
1100
- #: core/taxonomies.php:1617
1101
- msgid "Length:"
1102
- msgstr ""
1103
-
1104
- #: core/taxonomies.php:1623
1105
- msgid "Untrash"
1106
- msgstr ""
1107
-
1108
- #: core/taxonomies.php:1625
1109
- msgctxt "verb"
1110
- msgid "Trash"
1111
- msgstr ""
1112
-
1113
- #: core/taxonomies.php:1628
1114
- msgid "Delete Permanently"
1115
- msgstr ""
1116
-
1117
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1118
- msgid "More Details"
1119
- msgstr ""
1120
-
1121
- #: core/taxonomies.php:1644
1122
- msgid "URL"
1123
- msgstr ""
1124
-
1125
- #: core/taxonomies.php:1656
1126
- msgid "Artist"
1127
- msgstr ""
1128
-
1129
- #: core/taxonomies.php:1657
1130
- msgid "Album"
1131
- msgstr ""
1132
-
1133
- #: core/taxonomies.php:1671
1134
- msgid "Alt Text"
1135
- msgstr ""
1136
-
1137
- #: core/taxonomies.php:1676
1138
- msgid "Description"
1139
- msgstr ""
1140
-
1141
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1142
  msgid "All Uncategorized"
1143
  msgstr "すべての未分類"
1144
 
1145
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1146
  msgid "Reset All Filters"
1147
  msgstr "絞り込みを解除"
1148
 
1149
  #: enhanced-media-library.php:391
 
 
 
 
1150
  msgid "Less Details"
1151
  msgstr ""
1152
 
1153
- #: enhanced-media-library.php:564
1154
  msgid "author"
1155
  msgstr ""
1156
 
1157
- #: enhanced-media-library.php:565
1158
  msgid "authors"
1159
  msgstr ""
1160
 
1161
  #: enhanced-media-library.php:569
 
 
 
 
1162
  msgid "Something went wrong."
1163
  msgstr ""
1164
 
1165
- #: enhanced-media-library.php:572
1166
  msgid "Select All"
1167
  msgstr ""
1168
 
1169
- #: enhanced-media-library.php:601
 
 
 
 
1170
  msgid "Uploaded to post #"
1171
  msgstr "ファイルがアップロードされている投稿 ID"
1172
 
1173
- #: enhanced-media-library.php:602
1174
  msgid "Based On"
1175
  msgstr "参照"
1176
 
1177
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1178
  msgid "Media Categories"
1179
  msgstr "メディアカテゴリー"
1180
 
1181
- #: enhanced-media-library.php:672
1182
  msgid "Media Category"
1183
  msgstr "メディアカテゴリー"
1184
 
1185
- #: enhanced-media-library.php:674
1186
  msgid "All Media Categories"
1187
  msgstr "すべてのメディアカテゴリー"
1188
 
1189
- #: enhanced-media-library.php:675
1190
  msgid "Edit Media Category"
1191
  msgstr "メディアカテゴリーを編集"
1192
 
1193
- #: enhanced-media-library.php:676
1194
  msgid "View Media Category"
1195
  msgstr "メディアカテゴリーを表示"
1196
 
1197
- #: enhanced-media-library.php:677
1198
  msgid "Update Media Category"
1199
  msgstr "メディアカテゴリーを更新"
1200
 
1201
- #: enhanced-media-library.php:678
1202
  msgid "Add New Media Category"
1203
  msgstr "新規メディアカテゴリーを追加"
1204
 
1205
- #: enhanced-media-library.php:679
1206
  msgid "New Media Category Name"
1207
  msgstr "新規メディアカテゴリー名"
1208
 
1209
- #: enhanced-media-library.php:680
1210
  msgid "Parent Media Category"
1211
  msgstr "親メディアカテゴリー"
1212
 
1213
- #: enhanced-media-library.php:681
1214
  msgid "Parent Media Category:"
1215
  msgstr "親メディアカテゴリー:"
1216
 
1217
- #: enhanced-media-library.php:682
1218
  msgid "Search Media Categories"
1219
  msgstr "メディアカテゴリーを検索"
1220
 
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Enhanced Media Library - Stable (latest "
6
  "release)\n"
7
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
8
+ "PO-Revision-Date: 2020-10-11 22:47+0300\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: ja_JP\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 2.4.1\n"
17
+
18
+ #: core/media-templates.php:21
19
+ msgid "Remove"
20
+ msgstr "削除"
21
+
22
+ #: core/media-templates.php:23
23
+ msgid "Deselect"
24
+ msgstr "選択解除"
25
+
26
+ #: core/media-templates.php:79
27
+ msgid "Caption this image&hellip;"
28
+ msgstr "この画像の説明"
29
+
30
+ #: core/media-templates.php:83
31
+ msgid "Describe this video&hellip;"
32
+ msgstr "この動画の説明"
33
+
34
+ #: core/media-templates.php:85
35
+ msgid "Describe this audio file&hellip;"
36
+ msgstr "このオーディオの説明"
37
+
38
+ #: core/media-templates.php:87
39
+ msgid "Describe this media file&hellip;"
40
+ msgstr "このメディアの説明"
41
 
42
  #: core/mime-types.php:30
43
  msgid "MIME Types settings restored."
214
  #: core/options-pages.php:568 core/options-pages.php:862
215
  #: core/options-pages.php:1084 core/options-pages.php:2011
216
  #: core/options-pages.php:2074 core/taxonomies.php:381
217
+ #: enhanced-media-library.php:562
218
  msgid "All"
219
  msgstr "すべて"
220
 
578
  #: core/options-pages.php:1824 core/options-pages.php:1861
579
  #: core/options-pages.php:1905 core/options-pages.php:2113
580
  #: core/options-pages.php:2177 core/options-pages.php:2215
581
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
582
  msgid "Save Changes"
583
  msgstr "変更を保存"
584
 
706
  msgstr "日付"
707
 
708
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
709
  msgid "Title"
710
  msgstr "タイトル"
711
 
768
  msgid "Filename"
769
  msgstr ""
770
 
771
+ #: core/options-pages.php:1855
772
  msgid "Caption"
773
  msgstr ""
774
 
1072
  msgstr ""
1073
 
1074
  #: core/taxonomies.php:374 core/taxonomies.php:380
1075
+ #: enhanced-media-library.php:561
1076
  msgid "Filter by"
1077
  msgstr "絞り込みフィルター"
1078
 
1079
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1080
  msgid "Not in a"
1081
  msgstr "除外"
1082
 
1084
  msgid "Add some"
1085
  msgstr ""
1086
 
1087
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1088
  msgid "All Uncategorized"
1089
  msgstr "すべての未分類"
1090
 
1091
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1092
  msgid "Reset All Filters"
1093
  msgstr "絞り込みを解除"
1094
 
1095
  #: enhanced-media-library.php:391
1096
+ msgid "More Details"
1097
+ msgstr ""
1098
+
1099
+ #: enhanced-media-library.php:392
1100
  msgid "Less Details"
1101
  msgstr ""
1102
 
1103
+ #: enhanced-media-library.php:565
1104
  msgid "author"
1105
  msgstr ""
1106
 
1107
+ #: enhanced-media-library.php:566
1108
  msgid "authors"
1109
  msgstr ""
1110
 
1111
  #: enhanced-media-library.php:569
1112
+ msgid "Saved."
1113
+ msgstr ""
1114
+
1115
+ #: enhanced-media-library.php:570
1116
  msgid "Something went wrong."
1117
  msgstr ""
1118
 
1119
+ #: enhanced-media-library.php:573
1120
  msgid "Select All"
1121
  msgstr ""
1122
 
1123
+ #: enhanced-media-library.php:574
1124
+ msgid "Deselect "
1125
+ msgstr ""
1126
+
1127
+ #: enhanced-media-library.php:603
1128
  msgid "Uploaded to post #"
1129
  msgstr "ファイルがアップロードされている投稿 ID"
1130
 
1131
+ #: enhanced-media-library.php:604
1132
  msgid "Based On"
1133
  msgstr "参照"
1134
 
1135
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1136
  msgid "Media Categories"
1137
  msgstr "メディアカテゴリー"
1138
 
1139
+ #: enhanced-media-library.php:674
1140
  msgid "Media Category"
1141
  msgstr "メディアカテゴリー"
1142
 
1143
+ #: enhanced-media-library.php:676
1144
  msgid "All Media Categories"
1145
  msgstr "すべてのメディアカテゴリー"
1146
 
1147
+ #: enhanced-media-library.php:677
1148
  msgid "Edit Media Category"
1149
  msgstr "メディアカテゴリーを編集"
1150
 
1151
+ #: enhanced-media-library.php:678
1152
  msgid "View Media Category"
1153
  msgstr "メディアカテゴリーを表示"
1154
 
1155
+ #: enhanced-media-library.php:679
1156
  msgid "Update Media Category"
1157
  msgstr "メディアカテゴリーを更新"
1158
 
1159
+ #: enhanced-media-library.php:680
1160
  msgid "Add New Media Category"
1161
  msgstr "新規メディアカテゴリーを追加"
1162
 
1163
+ #: enhanced-media-library.php:681
1164
  msgid "New Media Category Name"
1165
  msgstr "新規メディアカテゴリー名"
1166
 
1167
+ #: enhanced-media-library.php:682
1168
  msgid "Parent Media Category"
1169
  msgstr "親メディアカテゴリー"
1170
 
1171
+ #: enhanced-media-library.php:683
1172
  msgid "Parent Media Category:"
1173
  msgstr "親メディアカテゴリー:"
1174
 
1175
+ #: enhanced-media-library.php:684
1176
  msgid "Search Media Categories"
1177
  msgstr "メディアカテゴリーを検索"
1178
 
languages/enhanced-media-library-ko_KR.mo CHANGED
Binary file
languages/enhanced-media-library-ko_KR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:13+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: ko_KR\n"
@@ -12,7 +12,31 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -185,7 +209,7 @@ msgstr "부모"
185
  #: core/options-pages.php:568 core/options-pages.php:862
186
  #: core/options-pages.php:1084 core/options-pages.php:2011
187
  #: core/options-pages.php:2074 core/taxonomies.php:381
188
- #: enhanced-media-library.php:561
189
  msgid "All"
190
  msgstr "모두"
191
 
@@ -541,7 +565,7 @@ msgstr ""
541
  #: core/options-pages.php:1824 core/options-pages.php:1861
542
  #: core/options-pages.php:1905 core/options-pages.php:2113
543
  #: core/options-pages.php:2177 core/options-pages.php:2215
544
- #: core/options-pages.php:2386 enhanced-media-library.php:570
545
  msgid "Save Changes"
546
  msgstr "변경 사항 저장"
547
 
@@ -667,7 +691,6 @@ msgid "Date"
667
  msgstr ""
668
 
669
  #: core/options-pages.php:1793 core/options-pages.php:1853
670
- #: core/taxonomies.php:1650
671
  msgid "Title"
672
  msgstr ""
673
 
@@ -730,7 +753,7 @@ msgstr ""
730
  msgid "Filename"
731
  msgstr ""
732
 
733
- #: core/options-pages.php:1855 core/taxonomies.php:1666
734
  msgid "Caption"
735
  msgstr ""
736
 
@@ -1026,11 +1049,11 @@ msgid "All Authors"
1026
  msgstr ""
1027
 
1028
  #: core/taxonomies.php:374 core/taxonomies.php:380
1029
- #: enhanced-media-library.php:560
1030
  msgid "Filter by"
1031
  msgstr "필터 적용:"
1032
 
1033
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1034
  msgid "Not in a"
1035
  msgstr "포함되지 않음:"
1036
 
@@ -1038,160 +1061,95 @@ msgstr "포함되지 않음:"
1038
  msgid "Add some"
1039
  msgstr ""
1040
 
1041
- #: core/taxonomies.php:1501
1042
- msgid "Remove"
1043
- msgstr "제거"
1044
-
1045
- #: core/taxonomies.php:1503
1046
- msgid "Deselect"
1047
- msgstr "선택 해제"
1048
-
1049
- #: core/taxonomies.php:1559
1050
- msgid "Caption this image&hellip;"
1051
- msgstr "이 이미지에 캡션을 추가..."
1052
-
1053
- #: core/taxonomies.php:1563
1054
- msgid "Describe this video&hellip;"
1055
- msgstr "이 비디오를 설명..."
1056
-
1057
- #: core/taxonomies.php:1565
1058
- msgid "Describe this audio file&hellip;"
1059
- msgstr "이 오디오 파일을 설명..."
1060
-
1061
- #: core/taxonomies.php:1567
1062
- msgid "Describe this media file&hellip;"
1063
- msgstr "이 미디어 파일을 설명..."
1064
-
1065
- #: core/taxonomies.php:1585
1066
- msgid "Attachment Details"
1067
- msgstr ""
1068
-
1069
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1070
- msgid "Saved."
1071
- msgstr ""
1072
-
1073
- #: core/taxonomies.php:1612
1074
- msgid "Edit Image"
1075
- msgstr ""
1076
-
1077
- #: core/taxonomies.php:1617
1078
- msgid "Length:"
1079
- msgstr ""
1080
-
1081
- #: core/taxonomies.php:1623
1082
- msgid "Untrash"
1083
- msgstr ""
1084
-
1085
- #: core/taxonomies.php:1625
1086
- msgctxt "verb"
1087
- msgid "Trash"
1088
- msgstr ""
1089
-
1090
- #: core/taxonomies.php:1628
1091
- msgid "Delete Permanently"
1092
- msgstr ""
1093
-
1094
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1095
- msgid "More Details"
1096
- msgstr ""
1097
-
1098
- #: core/taxonomies.php:1644
1099
- msgid "URL"
1100
- msgstr ""
1101
-
1102
- #: core/taxonomies.php:1656
1103
- msgid "Artist"
1104
- msgstr ""
1105
-
1106
- #: core/taxonomies.php:1657
1107
- msgid "Album"
1108
- msgstr ""
1109
-
1110
- #: core/taxonomies.php:1671
1111
- msgid "Alt Text"
1112
- msgstr ""
1113
-
1114
- #: core/taxonomies.php:1676
1115
- msgid "Description"
1116
- msgstr ""
1117
-
1118
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1119
  msgid "All Uncategorized"
1120
  msgstr "모두 미분류됨"
1121
 
1122
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1123
  msgid "Reset All Filters"
1124
  msgstr "모든 필터 재설정"
1125
 
1126
  #: enhanced-media-library.php:391
 
 
 
 
1127
  msgid "Less Details"
1128
  msgstr ""
1129
 
1130
- #: enhanced-media-library.php:564
1131
  msgid "author"
1132
  msgstr ""
1133
 
1134
- #: enhanced-media-library.php:565
1135
  msgid "authors"
1136
  msgstr ""
1137
 
1138
  #: enhanced-media-library.php:569
 
 
 
 
1139
  msgid "Something went wrong."
1140
  msgstr "문제가 발생했습니다."
1141
 
1142
- #: enhanced-media-library.php:572
1143
  msgid "Select All"
1144
  msgstr "모두 선택"
1145
 
1146
- #: enhanced-media-library.php:601
 
 
 
 
1147
  msgid "Uploaded to post #"
1148
  msgstr ""
1149
 
1150
- #: enhanced-media-library.php:602
1151
  msgid "Based On"
1152
  msgstr ""
1153
 
1154
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1155
  msgid "Media Categories"
1156
  msgstr ""
1157
 
1158
- #: enhanced-media-library.php:672
1159
  msgid "Media Category"
1160
  msgstr ""
1161
 
1162
- #: enhanced-media-library.php:674
1163
  msgid "All Media Categories"
1164
  msgstr ""
1165
 
1166
- #: enhanced-media-library.php:675
1167
  msgid "Edit Media Category"
1168
  msgstr ""
1169
 
1170
- #: enhanced-media-library.php:676
1171
  msgid "View Media Category"
1172
  msgstr ""
1173
 
1174
- #: enhanced-media-library.php:677
1175
  msgid "Update Media Category"
1176
  msgstr ""
1177
 
1178
- #: enhanced-media-library.php:678
1179
  msgid "Add New Media Category"
1180
  msgstr ""
1181
 
1182
- #: enhanced-media-library.php:679
1183
  msgid "New Media Category Name"
1184
  msgstr ""
1185
 
1186
- #: enhanced-media-library.php:680
1187
  msgid "Parent Media Category"
1188
  msgstr ""
1189
 
1190
- #: enhanced-media-library.php:681
1191
  msgid "Parent Media Category:"
1192
  msgstr ""
1193
 
1194
- #: enhanced-media-library.php:682
1195
  msgid "Search Media Categories"
1196
  msgstr ""
1197
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:47+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: ko_KR\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Generator: Poedit 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr "제거"
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr "선택 해제"
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr "이 이미지에 캡션을 추가..."
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr "이 비디오를 설명..."
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr "이 오디오 파일을 설명..."
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr "이 미디어 파일을 설명..."
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
209
  #: core/options-pages.php:568 core/options-pages.php:862
210
  #: core/options-pages.php:1084 core/options-pages.php:2011
211
  #: core/options-pages.php:2074 core/taxonomies.php:381
212
+ #: enhanced-media-library.php:562
213
  msgid "All"
214
  msgstr "모두"
215
 
565
  #: core/options-pages.php:1824 core/options-pages.php:1861
566
  #: core/options-pages.php:1905 core/options-pages.php:2113
567
  #: core/options-pages.php:2177 core/options-pages.php:2215
568
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
569
  msgid "Save Changes"
570
  msgstr "변경 사항 저장"
571
 
691
  msgstr ""
692
 
693
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
694
  msgid "Title"
695
  msgstr ""
696
 
753
  msgid "Filename"
754
  msgstr ""
755
 
756
+ #: core/options-pages.php:1855
757
  msgid "Caption"
758
  msgstr ""
759
 
1049
  msgstr ""
1050
 
1051
  #: core/taxonomies.php:374 core/taxonomies.php:380
1052
+ #: enhanced-media-library.php:561
1053
  msgid "Filter by"
1054
  msgstr "필터 적용:"
1055
 
1056
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1057
  msgid "Not in a"
1058
  msgstr "포함되지 않음:"
1059
 
1061
  msgid "Add some"
1062
  msgstr ""
1063
 
1064
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1065
  msgid "All Uncategorized"
1066
  msgstr "모두 미분류됨"
1067
 
1068
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1069
  msgid "Reset All Filters"
1070
  msgstr "모든 필터 재설정"
1071
 
1072
  #: enhanced-media-library.php:391
1073
+ msgid "More Details"
1074
+ msgstr ""
1075
+
1076
+ #: enhanced-media-library.php:392
1077
  msgid "Less Details"
1078
  msgstr ""
1079
 
1080
+ #: enhanced-media-library.php:565
1081
  msgid "author"
1082
  msgstr ""
1083
 
1084
+ #: enhanced-media-library.php:566
1085
  msgid "authors"
1086
  msgstr ""
1087
 
1088
  #: enhanced-media-library.php:569
1089
+ msgid "Saved."
1090
+ msgstr ""
1091
+
1092
+ #: enhanced-media-library.php:570
1093
  msgid "Something went wrong."
1094
  msgstr "문제가 발생했습니다."
1095
 
1096
+ #: enhanced-media-library.php:573
1097
  msgid "Select All"
1098
  msgstr "모두 선택"
1099
 
1100
+ #: enhanced-media-library.php:574
1101
+ msgid "Deselect "
1102
+ msgstr ""
1103
+
1104
+ #: enhanced-media-library.php:603
1105
  msgid "Uploaded to post #"
1106
  msgstr ""
1107
 
1108
+ #: enhanced-media-library.php:604
1109
  msgid "Based On"
1110
  msgstr ""
1111
 
1112
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1113
  msgid "Media Categories"
1114
  msgstr ""
1115
 
1116
+ #: enhanced-media-library.php:674
1117
  msgid "Media Category"
1118
  msgstr ""
1119
 
1120
+ #: enhanced-media-library.php:676
1121
  msgid "All Media Categories"
1122
  msgstr ""
1123
 
1124
+ #: enhanced-media-library.php:677
1125
  msgid "Edit Media Category"
1126
  msgstr ""
1127
 
1128
+ #: enhanced-media-library.php:678
1129
  msgid "View Media Category"
1130
  msgstr ""
1131
 
1132
+ #: enhanced-media-library.php:679
1133
  msgid "Update Media Category"
1134
  msgstr ""
1135
 
1136
+ #: enhanced-media-library.php:680
1137
  msgid "Add New Media Category"
1138
  msgstr ""
1139
 
1140
+ #: enhanced-media-library.php:681
1141
  msgid "New Media Category Name"
1142
  msgstr ""
1143
 
1144
+ #: enhanced-media-library.php:682
1145
  msgid "Parent Media Category"
1146
  msgstr ""
1147
 
1148
+ #: enhanced-media-library.php:683
1149
  msgid "Parent Media Category:"
1150
  msgstr ""
1151
 
1152
+ #: enhanced-media-library.php:684
1153
  msgid "Search Media Categories"
1154
  msgstr ""
1155
 
languages/enhanced-media-library-nl_NL.mo CHANGED
Binary file
languages/enhanced-media-library-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:13+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: nl\n"
@@ -12,7 +12,31 @@ msgstr ""
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 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -191,7 +215,7 @@ msgstr "Hoofd"
191
  #: core/options-pages.php:568 core/options-pages.php:862
192
  #: core/options-pages.php:1084 core/options-pages.php:2011
193
  #: core/options-pages.php:2074 core/taxonomies.php:381
194
- #: enhanced-media-library.php:561
195
  msgid "All"
196
  msgstr "Alle"
197
 
@@ -584,7 +608,7 @@ msgstr ""
584
  #: core/options-pages.php:1824 core/options-pages.php:1861
585
  #: core/options-pages.php:1905 core/options-pages.php:2113
586
  #: core/options-pages.php:2177 core/options-pages.php:2215
587
- #: core/options-pages.php:2386 enhanced-media-library.php:570
588
  msgid "Save Changes"
589
  msgstr "Opslaan Wijzigingen"
590
 
@@ -719,7 +743,6 @@ msgid "Date"
719
  msgstr "Datum"
720
 
721
  #: core/options-pages.php:1793 core/options-pages.php:1853
722
- #: core/taxonomies.php:1650
723
  msgid "Title"
724
  msgstr "Titel"
725
 
@@ -788,7 +811,7 @@ msgstr "Type Onderschrift"
788
  msgid "Filename"
789
  msgstr "Bestandsnaam"
790
 
791
- #: core/options-pages.php:1855 core/taxonomies.php:1666
792
  msgid "Caption"
793
  msgstr "Onderschrift"
794
 
@@ -1094,11 +1117,11 @@ msgid "All Authors"
1094
  msgstr "Alle Auteurs"
1095
 
1096
  #: core/taxonomies.php:374 core/taxonomies.php:380
1097
- #: enhanced-media-library.php:560
1098
  msgid "Filter by"
1099
  msgstr "Filteren op"
1100
 
1101
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1102
  msgid "Not in a"
1103
  msgstr "Niet in een"
1104
 
@@ -1106,160 +1129,95 @@ msgstr "Niet in een"
1106
  msgid "Add some"
1107
  msgstr ""
1108
 
1109
- #: core/taxonomies.php:1501
1110
- msgid "Remove"
1111
- msgstr "Verwijderen"
1112
-
1113
- #: core/taxonomies.php:1503
1114
- msgid "Deselect"
1115
- msgstr "Deselecteren"
1116
-
1117
- #: core/taxonomies.php:1559
1118
- msgid "Caption this image&hellip;"
1119
- msgstr "Onderschrift voor deze afbeelding&hellip;"
1120
-
1121
- #: core/taxonomies.php:1563
1122
- msgid "Describe this video&hellip;"
1123
- msgstr "Beschrijven van deze video&hellip;"
1124
-
1125
- #: core/taxonomies.php:1565
1126
- msgid "Describe this audio file&hellip;"
1127
- msgstr "Beschrijven van dit audio bestand&hellip;"
1128
-
1129
- #: core/taxonomies.php:1567
1130
- msgid "Describe this media file&hellip;"
1131
- msgstr "Beschrijven van dit media bestand&hellip;"
1132
-
1133
- #: core/taxonomies.php:1585
1134
- msgid "Attachment Details"
1135
- msgstr ""
1136
-
1137
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1138
- msgid "Saved."
1139
- msgstr ""
1140
-
1141
- #: core/taxonomies.php:1612
1142
- msgid "Edit Image"
1143
- msgstr ""
1144
-
1145
- #: core/taxonomies.php:1617
1146
- msgid "Length:"
1147
- msgstr ""
1148
-
1149
- #: core/taxonomies.php:1623
1150
- msgid "Untrash"
1151
- msgstr ""
1152
-
1153
- #: core/taxonomies.php:1625
1154
- msgctxt "verb"
1155
- msgid "Trash"
1156
- msgstr ""
1157
-
1158
- #: core/taxonomies.php:1628
1159
- msgid "Delete Permanently"
1160
- msgstr ""
1161
-
1162
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1163
- msgid "More Details"
1164
- msgstr ""
1165
-
1166
- #: core/taxonomies.php:1644
1167
- msgid "URL"
1168
- msgstr ""
1169
-
1170
- #: core/taxonomies.php:1656
1171
- msgid "Artist"
1172
- msgstr ""
1173
-
1174
- #: core/taxonomies.php:1657
1175
- msgid "Album"
1176
- msgstr ""
1177
-
1178
- #: core/taxonomies.php:1671
1179
- msgid "Alt Text"
1180
- msgstr ""
1181
-
1182
- #: core/taxonomies.php:1676
1183
- msgid "Description"
1184
- msgstr ""
1185
-
1186
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1187
  msgid "All Uncategorized"
1188
  msgstr "Alle ongecategoriseerd"
1189
 
1190
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1191
  msgid "Reset All Filters"
1192
  msgstr "Resetten Alle Filters"
1193
 
1194
  #: enhanced-media-library.php:391
 
 
 
 
1195
  msgid "Less Details"
1196
  msgstr ""
1197
 
1198
- #: enhanced-media-library.php:564
1199
  msgid "author"
1200
  msgstr "auteur"
1201
 
1202
- #: enhanced-media-library.php:565
1203
  msgid "authors"
1204
  msgstr "auteurs"
1205
 
1206
  #: enhanced-media-library.php:569
 
 
 
 
1207
  msgid "Something went wrong."
1208
  msgstr "Er is iets fout gegaan."
1209
 
1210
- #: enhanced-media-library.php:572
1211
  msgid "Select All"
1212
  msgstr "Alles Selecteren"
1213
 
1214
- #: enhanced-media-library.php:601
 
 
 
 
1215
  msgid "Uploaded to post #"
1216
  msgstr "Geüpload naar bericht #"
1217
 
1218
- #: enhanced-media-library.php:602
1219
  msgid "Based On"
1220
  msgstr "Gebaseerd Op"
1221
 
1222
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1223
  msgid "Media Categories"
1224
  msgstr "Media Categorieën"
1225
 
1226
- #: enhanced-media-library.php:672
1227
  msgid "Media Category"
1228
  msgstr "Media Categorie"
1229
 
1230
- #: enhanced-media-library.php:674
1231
  msgid "All Media Categories"
1232
  msgstr "Alle Media Categorieën"
1233
 
1234
- #: enhanced-media-library.php:675
1235
  msgid "Edit Media Category"
1236
  msgstr "Bewerken Media Categorie"
1237
 
1238
- #: enhanced-media-library.php:676
1239
  msgid "View Media Category"
1240
  msgstr "Bekijken Media Categorie"
1241
 
1242
- #: enhanced-media-library.php:677
1243
  msgid "Update Media Category"
1244
  msgstr "Updaten Media Categorie"
1245
 
1246
- #: enhanced-media-library.php:678
1247
  msgid "Add New Media Category"
1248
  msgstr "Toevoegen Nieuwe Media Categorie"
1249
 
1250
- #: enhanced-media-library.php:679
1251
  msgid "New Media Category Name"
1252
  msgstr "Nieuwe Media Categorie Naam"
1253
 
1254
- #: enhanced-media-library.php:680
1255
  msgid "Parent Media Category"
1256
  msgstr "Hoofd Media Categorie"
1257
 
1258
- #: enhanced-media-library.php:681
1259
  msgid "Parent Media Category:"
1260
  msgstr "Hoofd Media Categorie:"
1261
 
1262
- #: enhanced-media-library.php:682
1263
  msgid "Search Media Categories"
1264
  msgstr "Zoeken Media Categorieën"
1265
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:47+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: nl\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 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr "Verwijderen"
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr "Deselecteren"
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr "Onderschrift voor deze afbeelding&hellip;"
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr "Beschrijven van deze video&hellip;"
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr "Beschrijven van dit audio bestand&hellip;"
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr "Beschrijven van dit media bestand&hellip;"
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
215
  #: core/options-pages.php:568 core/options-pages.php:862
216
  #: core/options-pages.php:1084 core/options-pages.php:2011
217
  #: core/options-pages.php:2074 core/taxonomies.php:381
218
+ #: enhanced-media-library.php:562
219
  msgid "All"
220
  msgstr "Alle"
221
 
608
  #: core/options-pages.php:1824 core/options-pages.php:1861
609
  #: core/options-pages.php:1905 core/options-pages.php:2113
610
  #: core/options-pages.php:2177 core/options-pages.php:2215
611
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
612
  msgid "Save Changes"
613
  msgstr "Opslaan Wijzigingen"
614
 
743
  msgstr "Datum"
744
 
745
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
746
  msgid "Title"
747
  msgstr "Titel"
748
 
811
  msgid "Filename"
812
  msgstr "Bestandsnaam"
813
 
814
+ #: core/options-pages.php:1855
815
  msgid "Caption"
816
  msgstr "Onderschrift"
817
 
1117
  msgstr "Alle Auteurs"
1118
 
1119
  #: core/taxonomies.php:374 core/taxonomies.php:380
1120
+ #: enhanced-media-library.php:561
1121
  msgid "Filter by"
1122
  msgstr "Filteren op"
1123
 
1124
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1125
  msgid "Not in a"
1126
  msgstr "Niet in een"
1127
 
1129
  msgid "Add some"
1130
  msgstr ""
1131
 
1132
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1133
  msgid "All Uncategorized"
1134
  msgstr "Alle ongecategoriseerd"
1135
 
1136
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1137
  msgid "Reset All Filters"
1138
  msgstr "Resetten Alle Filters"
1139
 
1140
  #: enhanced-media-library.php:391
1141
+ msgid "More Details"
1142
+ msgstr ""
1143
+
1144
+ #: enhanced-media-library.php:392
1145
  msgid "Less Details"
1146
  msgstr ""
1147
 
1148
+ #: enhanced-media-library.php:565
1149
  msgid "author"
1150
  msgstr "auteur"
1151
 
1152
+ #: enhanced-media-library.php:566
1153
  msgid "authors"
1154
  msgstr "auteurs"
1155
 
1156
  #: enhanced-media-library.php:569
1157
+ msgid "Saved."
1158
+ msgstr ""
1159
+
1160
+ #: enhanced-media-library.php:570
1161
  msgid "Something went wrong."
1162
  msgstr "Er is iets fout gegaan."
1163
 
1164
+ #: enhanced-media-library.php:573
1165
  msgid "Select All"
1166
  msgstr "Alles Selecteren"
1167
 
1168
+ #: enhanced-media-library.php:574
1169
+ msgid "Deselect "
1170
+ msgstr ""
1171
+
1172
+ #: enhanced-media-library.php:603
1173
  msgid "Uploaded to post #"
1174
  msgstr "Geüpload naar bericht #"
1175
 
1176
+ #: enhanced-media-library.php:604
1177
  msgid "Based On"
1178
  msgstr "Gebaseerd Op"
1179
 
1180
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1181
  msgid "Media Categories"
1182
  msgstr "Media Categorieën"
1183
 
1184
+ #: enhanced-media-library.php:674
1185
  msgid "Media Category"
1186
  msgstr "Media Categorie"
1187
 
1188
+ #: enhanced-media-library.php:676
1189
  msgid "All Media Categories"
1190
  msgstr "Alle Media Categorieën"
1191
 
1192
+ #: enhanced-media-library.php:677
1193
  msgid "Edit Media Category"
1194
  msgstr "Bewerken Media Categorie"
1195
 
1196
+ #: enhanced-media-library.php:678
1197
  msgid "View Media Category"
1198
  msgstr "Bekijken Media Categorie"
1199
 
1200
+ #: enhanced-media-library.php:679
1201
  msgid "Update Media Category"
1202
  msgstr "Updaten Media Categorie"
1203
 
1204
+ #: enhanced-media-library.php:680
1205
  msgid "Add New Media Category"
1206
  msgstr "Toevoegen Nieuwe Media Categorie"
1207
 
1208
+ #: enhanced-media-library.php:681
1209
  msgid "New Media Category Name"
1210
  msgstr "Nieuwe Media Categorie Naam"
1211
 
1212
+ #: enhanced-media-library.php:682
1213
  msgid "Parent Media Category"
1214
  msgstr "Hoofd Media Categorie"
1215
 
1216
+ #: enhanced-media-library.php:683
1217
  msgid "Parent Media Category:"
1218
  msgstr "Hoofd Media Categorie:"
1219
 
1220
+ #: enhanced-media-library.php:684
1221
  msgid "Search Media Categories"
1222
  msgstr "Zoeken Media Categorieën"
1223
 
languages/enhanced-media-library-pl_PL.mo CHANGED
Binary file
languages/enhanced-media-library-pl_PL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:13+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pl\n"
@@ -13,7 +13,31 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
15
  "|| n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  #: core/mime-types.php:30
19
  msgid "MIME Types settings restored."
@@ -188,7 +212,7 @@ msgstr "Rodzic"
188
  #: core/options-pages.php:568 core/options-pages.php:862
189
  #: core/options-pages.php:1084 core/options-pages.php:2011
190
  #: core/options-pages.php:2074 core/taxonomies.php:381
191
- #: enhanced-media-library.php:561
192
  msgid "All"
193
  msgstr "Wszystkie"
194
 
@@ -548,7 +572,7 @@ msgstr ""
548
  #: core/options-pages.php:1824 core/options-pages.php:1861
549
  #: core/options-pages.php:1905 core/options-pages.php:2113
550
  #: core/options-pages.php:2177 core/options-pages.php:2215
551
- #: core/options-pages.php:2386 enhanced-media-library.php:570
552
  msgid "Save Changes"
553
  msgstr ""
554
 
@@ -674,7 +698,6 @@ msgid "Date"
674
  msgstr ""
675
 
676
  #: core/options-pages.php:1793 core/options-pages.php:1853
677
- #: core/taxonomies.php:1650
678
  msgid "Title"
679
  msgstr ""
680
 
@@ -737,7 +760,7 @@ msgstr ""
737
  msgid "Filename"
738
  msgstr ""
739
 
740
- #: core/options-pages.php:1855 core/taxonomies.php:1666
741
  msgid "Caption"
742
  msgstr ""
743
 
@@ -1032,11 +1055,11 @@ msgid "All Authors"
1032
  msgstr ""
1033
 
1034
  #: core/taxonomies.php:374 core/taxonomies.php:380
1035
- #: enhanced-media-library.php:560
1036
  msgid "Filter by"
1037
  msgstr ""
1038
 
1039
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1040
  msgid "Not in a"
1041
  msgstr ""
1042
 
@@ -1044,160 +1067,95 @@ msgstr ""
1044
  msgid "Add some"
1045
  msgstr ""
1046
 
1047
- #: core/taxonomies.php:1501
1048
- msgid "Remove"
1049
- msgstr ""
1050
-
1051
- #: core/taxonomies.php:1503
1052
- msgid "Deselect"
1053
- msgstr ""
1054
-
1055
- #: core/taxonomies.php:1559
1056
- msgid "Caption this image&hellip;"
1057
- msgstr ""
1058
-
1059
- #: core/taxonomies.php:1563
1060
- msgid "Describe this video&hellip;"
1061
- msgstr ""
1062
-
1063
- #: core/taxonomies.php:1565
1064
- msgid "Describe this audio file&hellip;"
1065
- msgstr ""
1066
-
1067
- #: core/taxonomies.php:1567
1068
- msgid "Describe this media file&hellip;"
1069
- msgstr ""
1070
-
1071
- #: core/taxonomies.php:1585
1072
- msgid "Attachment Details"
1073
- msgstr ""
1074
-
1075
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1076
- msgid "Saved."
1077
- msgstr ""
1078
-
1079
- #: core/taxonomies.php:1612
1080
- msgid "Edit Image"
1081
- msgstr ""
1082
-
1083
- #: core/taxonomies.php:1617
1084
- msgid "Length:"
1085
- msgstr ""
1086
-
1087
- #: core/taxonomies.php:1623
1088
- msgid "Untrash"
1089
- msgstr ""
1090
-
1091
- #: core/taxonomies.php:1625
1092
- msgctxt "verb"
1093
- msgid "Trash"
1094
- msgstr ""
1095
-
1096
- #: core/taxonomies.php:1628
1097
- msgid "Delete Permanently"
1098
- msgstr ""
1099
-
1100
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1101
- msgid "More Details"
1102
- msgstr ""
1103
-
1104
- #: core/taxonomies.php:1644
1105
- msgid "URL"
1106
- msgstr ""
1107
-
1108
- #: core/taxonomies.php:1656
1109
- msgid "Artist"
1110
- msgstr ""
1111
-
1112
- #: core/taxonomies.php:1657
1113
- msgid "Album"
1114
- msgstr ""
1115
-
1116
- #: core/taxonomies.php:1671
1117
- msgid "Alt Text"
1118
- msgstr ""
1119
-
1120
- #: core/taxonomies.php:1676
1121
- msgid "Description"
1122
- msgstr ""
1123
-
1124
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1125
  msgid "All Uncategorized"
1126
  msgstr ""
1127
 
1128
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1129
  msgid "Reset All Filters"
1130
  msgstr ""
1131
 
1132
  #: enhanced-media-library.php:391
 
 
 
 
1133
  msgid "Less Details"
1134
  msgstr ""
1135
 
1136
- #: enhanced-media-library.php:564
1137
  msgid "author"
1138
  msgstr ""
1139
 
1140
- #: enhanced-media-library.php:565
1141
  msgid "authors"
1142
  msgstr ""
1143
 
1144
  #: enhanced-media-library.php:569
 
 
 
 
1145
  msgid "Something went wrong."
1146
  msgstr ""
1147
 
1148
- #: enhanced-media-library.php:572
1149
  msgid "Select All"
1150
  msgstr ""
1151
 
1152
- #: enhanced-media-library.php:601
 
 
 
 
1153
  msgid "Uploaded to post #"
1154
  msgstr ""
1155
 
1156
- #: enhanced-media-library.php:602
1157
  msgid "Based On"
1158
  msgstr ""
1159
 
1160
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1161
  msgid "Media Categories"
1162
  msgstr ""
1163
 
1164
- #: enhanced-media-library.php:672
1165
  msgid "Media Category"
1166
  msgstr ""
1167
 
1168
- #: enhanced-media-library.php:674
1169
  msgid "All Media Categories"
1170
  msgstr ""
1171
 
1172
- #: enhanced-media-library.php:675
1173
  msgid "Edit Media Category"
1174
  msgstr ""
1175
 
1176
- #: enhanced-media-library.php:676
1177
  msgid "View Media Category"
1178
  msgstr ""
1179
 
1180
- #: enhanced-media-library.php:677
1181
  msgid "Update Media Category"
1182
  msgstr ""
1183
 
1184
- #: enhanced-media-library.php:678
1185
  msgid "Add New Media Category"
1186
  msgstr ""
1187
 
1188
- #: enhanced-media-library.php:679
1189
  msgid "New Media Category Name"
1190
  msgstr ""
1191
 
1192
- #: enhanced-media-library.php:680
1193
  msgid "Parent Media Category"
1194
  msgstr ""
1195
 
1196
- #: enhanced-media-library.php:681
1197
  msgid "Parent Media Category:"
1198
  msgstr ""
1199
 
1200
- #: enhanced-media-library.php:682
1201
  msgid "Search Media Categories"
1202
  msgstr ""
1203
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 23:54+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 23:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pl\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
15
  "|| n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 2.4.1\n"
17
+
18
+ #: core/media-templates.php:21
19
+ msgid "Remove"
20
+ msgstr ""
21
+
22
+ #: core/media-templates.php:23
23
+ msgid "Deselect"
24
+ msgstr ""
25
+
26
+ #: core/media-templates.php:79
27
+ msgid "Caption this image&hellip;"
28
+ msgstr ""
29
+
30
+ #: core/media-templates.php:83
31
+ msgid "Describe this video&hellip;"
32
+ msgstr ""
33
+
34
+ #: core/media-templates.php:85
35
+ msgid "Describe this audio file&hellip;"
36
+ msgstr ""
37
+
38
+ #: core/media-templates.php:87
39
+ msgid "Describe this media file&hellip;"
40
+ msgstr ""
41
 
42
  #: core/mime-types.php:30
43
  msgid "MIME Types settings restored."
212
  #: core/options-pages.php:568 core/options-pages.php:862
213
  #: core/options-pages.php:1084 core/options-pages.php:2011
214
  #: core/options-pages.php:2074 core/taxonomies.php:381
215
+ #: enhanced-media-library.php:562
216
  msgid "All"
217
  msgstr "Wszystkie"
218
 
572
  #: core/options-pages.php:1824 core/options-pages.php:1861
573
  #: core/options-pages.php:1905 core/options-pages.php:2113
574
  #: core/options-pages.php:2177 core/options-pages.php:2215
575
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
576
  msgid "Save Changes"
577
  msgstr ""
578
 
698
  msgstr ""
699
 
700
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
701
  msgid "Title"
702
  msgstr ""
703
 
760
  msgid "Filename"
761
  msgstr ""
762
 
763
+ #: core/options-pages.php:1855
764
  msgid "Caption"
765
  msgstr ""
766
 
1055
  msgstr ""
1056
 
1057
  #: core/taxonomies.php:374 core/taxonomies.php:380
1058
+ #: enhanced-media-library.php:561
1059
  msgid "Filter by"
1060
  msgstr ""
1061
 
1062
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1063
  msgid "Not in a"
1064
  msgstr ""
1065
 
1067
  msgid "Add some"
1068
  msgstr ""
1069
 
1070
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1071
  msgid "All Uncategorized"
1072
  msgstr ""
1073
 
1074
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1075
  msgid "Reset All Filters"
1076
  msgstr ""
1077
 
1078
  #: enhanced-media-library.php:391
1079
+ msgid "More Details"
1080
+ msgstr ""
1081
+
1082
+ #: enhanced-media-library.php:392
1083
  msgid "Less Details"
1084
  msgstr ""
1085
 
1086
+ #: enhanced-media-library.php:565
1087
  msgid "author"
1088
  msgstr ""
1089
 
1090
+ #: enhanced-media-library.php:566
1091
  msgid "authors"
1092
  msgstr ""
1093
 
1094
  #: enhanced-media-library.php:569
1095
+ msgid "Saved."
1096
+ msgstr ""
1097
+
1098
+ #: enhanced-media-library.php:570
1099
  msgid "Something went wrong."
1100
  msgstr ""
1101
 
1102
+ #: enhanced-media-library.php:573
1103
  msgid "Select All"
1104
  msgstr ""
1105
 
1106
+ #: enhanced-media-library.php:574
1107
+ msgid "Deselect "
1108
+ msgstr ""
1109
+
1110
+ #: enhanced-media-library.php:603
1111
  msgid "Uploaded to post #"
1112
  msgstr ""
1113
 
1114
+ #: enhanced-media-library.php:604
1115
  msgid "Based On"
1116
  msgstr ""
1117
 
1118
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1119
  msgid "Media Categories"
1120
  msgstr ""
1121
 
1122
+ #: enhanced-media-library.php:674
1123
  msgid "Media Category"
1124
  msgstr ""
1125
 
1126
+ #: enhanced-media-library.php:676
1127
  msgid "All Media Categories"
1128
  msgstr ""
1129
 
1130
+ #: enhanced-media-library.php:677
1131
  msgid "Edit Media Category"
1132
  msgstr ""
1133
 
1134
+ #: enhanced-media-library.php:678
1135
  msgid "View Media Category"
1136
  msgstr ""
1137
 
1138
+ #: enhanced-media-library.php:679
1139
  msgid "Update Media Category"
1140
  msgstr ""
1141
 
1142
+ #: enhanced-media-library.php:680
1143
  msgid "Add New Media Category"
1144
  msgstr ""
1145
 
1146
+ #: enhanced-media-library.php:681
1147
  msgid "New Media Category Name"
1148
  msgstr ""
1149
 
1150
+ #: enhanced-media-library.php:682
1151
  msgid "Parent Media Category"
1152
  msgstr ""
1153
 
1154
+ #: enhanced-media-library.php:683
1155
  msgid "Parent Media Category:"
1156
  msgstr ""
1157
 
1158
+ #: enhanced-media-library.php:684
1159
  msgid "Search Media Categories"
1160
  msgstr ""
1161
 
languages/enhanced-media-library-ru.mo CHANGED
Binary file
languages/enhanced-media-library-ru.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:14+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: ru\n"
@@ -13,7 +13,31 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  #: core/mime-types.php:30
19
  msgid "MIME Types settings restored."
@@ -192,7 +216,7 @@ msgstr "Родитель"
192
  #: core/options-pages.php:568 core/options-pages.php:862
193
  #: core/options-pages.php:1084 core/options-pages.php:2011
194
  #: core/options-pages.php:2074 core/taxonomies.php:381
195
- #: enhanced-media-library.php:561
196
  msgid "All"
197
  msgstr "Все"
198
 
@@ -558,7 +582,7 @@ msgstr ""
558
  #: core/options-pages.php:1824 core/options-pages.php:1861
559
  #: core/options-pages.php:1905 core/options-pages.php:2113
560
  #: core/options-pages.php:2177 core/options-pages.php:2215
561
- #: core/options-pages.php:2386 enhanced-media-library.php:570
562
  msgid "Save Changes"
563
  msgstr "Сохранить изменения"
564
 
@@ -685,7 +709,6 @@ msgid "Date"
685
  msgstr "Дате"
686
 
687
  #: core/options-pages.php:1793 core/options-pages.php:1853
688
- #: core/taxonomies.php:1650
689
  msgid "Title"
690
  msgstr "Названию"
691
 
@@ -748,7 +771,7 @@ msgstr ""
748
  msgid "Filename"
749
  msgstr ""
750
 
751
- #: core/options-pages.php:1855 core/taxonomies.php:1666
752
  msgid "Caption"
753
  msgstr ""
754
 
@@ -1052,11 +1075,11 @@ msgid "All Authors"
1052
  msgstr ""
1053
 
1054
  #: core/taxonomies.php:374 core/taxonomies.php:380
1055
- #: enhanced-media-library.php:560
1056
  msgid "Filter by"
1057
  msgstr "Фильтровать по"
1058
 
1059
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1060
  msgid "Not in a"
1061
  msgstr "Не в"
1062
 
@@ -1064,160 +1087,95 @@ msgstr "Не в"
1064
  msgid "Add some"
1065
  msgstr ""
1066
 
1067
- #: core/taxonomies.php:1501
1068
- msgid "Remove"
1069
- msgstr "Удалить"
1070
-
1071
- #: core/taxonomies.php:1503
1072
- msgid "Deselect"
1073
- msgstr "Снять выбор"
1074
-
1075
- #: core/taxonomies.php:1559
1076
- msgid "Caption this image&hellip;"
1077
- msgstr "Подпись к этому изображению&hellip;"
1078
-
1079
- #: core/taxonomies.php:1563
1080
- msgid "Describe this video&hellip;"
1081
- msgstr "Опишите это видео&hellip;"
1082
-
1083
- #: core/taxonomies.php:1565
1084
- msgid "Describe this audio file&hellip;"
1085
- msgstr "Опишите это аудио&hellip;"
1086
-
1087
- #: core/taxonomies.php:1567
1088
- msgid "Describe this media file&hellip;"
1089
- msgstr "Опиши этот медиафайл&hellip;"
1090
-
1091
- #: core/taxonomies.php:1585
1092
- msgid "Attachment Details"
1093
- msgstr ""
1094
-
1095
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1096
- msgid "Saved."
1097
- msgstr ""
1098
-
1099
- #: core/taxonomies.php:1612
1100
- msgid "Edit Image"
1101
- msgstr ""
1102
-
1103
- #: core/taxonomies.php:1617
1104
- msgid "Length:"
1105
- msgstr ""
1106
-
1107
- #: core/taxonomies.php:1623
1108
- msgid "Untrash"
1109
- msgstr ""
1110
-
1111
- #: core/taxonomies.php:1625
1112
- msgctxt "verb"
1113
- msgid "Trash"
1114
- msgstr ""
1115
-
1116
- #: core/taxonomies.php:1628
1117
- msgid "Delete Permanently"
1118
- msgstr ""
1119
-
1120
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1121
- msgid "More Details"
1122
- msgstr ""
1123
-
1124
- #: core/taxonomies.php:1644
1125
- msgid "URL"
1126
- msgstr ""
1127
-
1128
- #: core/taxonomies.php:1656
1129
- msgid "Artist"
1130
- msgstr ""
1131
-
1132
- #: core/taxonomies.php:1657
1133
- msgid "Album"
1134
- msgstr ""
1135
-
1136
- #: core/taxonomies.php:1671
1137
- msgid "Alt Text"
1138
- msgstr ""
1139
-
1140
- #: core/taxonomies.php:1676
1141
- msgid "Description"
1142
- msgstr ""
1143
-
1144
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1145
  msgid "All Uncategorized"
1146
  msgstr "Все без категории"
1147
 
1148
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1149
  msgid "Reset All Filters"
1150
  msgstr "Сброс"
1151
 
1152
  #: enhanced-media-library.php:391
 
 
 
 
1153
  msgid "Less Details"
1154
  msgstr ""
1155
 
1156
- #: enhanced-media-library.php:564
1157
  msgid "author"
1158
  msgstr ""
1159
 
1160
- #: enhanced-media-library.php:565
1161
  msgid "authors"
1162
  msgstr ""
1163
 
1164
  #: enhanced-media-library.php:569
 
 
 
 
1165
  msgid "Something went wrong."
1166
  msgstr "Что-то пошло не так."
1167
 
1168
- #: enhanced-media-library.php:572
1169
  msgid "Select All"
1170
  msgstr "Выбрать все"
1171
 
1172
- #: enhanced-media-library.php:601
 
 
 
 
1173
  msgid "Uploaded to post #"
1174
  msgstr "Загружено для записи #"
1175
 
1176
- #: enhanced-media-library.php:602
1177
  msgid "Based On"
1178
  msgstr "На основе"
1179
 
1180
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1181
  msgid "Media Categories"
1182
  msgstr "Медиа категории"
1183
 
1184
- #: enhanced-media-library.php:672
1185
  msgid "Media Category"
1186
  msgstr "Медиа категория"
1187
 
1188
- #: enhanced-media-library.php:674
1189
  msgid "All Media Categories"
1190
  msgstr "Все медиа категории"
1191
 
1192
- #: enhanced-media-library.php:675
1193
  msgid "Edit Media Category"
1194
  msgstr "Изменить медиа категорию"
1195
 
1196
- #: enhanced-media-library.php:676
1197
  msgid "View Media Category"
1198
  msgstr "Смотреть медиа категорию"
1199
 
1200
- #: enhanced-media-library.php:677
1201
  msgid "Update Media Category"
1202
  msgstr "Обновить медиа категорию"
1203
 
1204
- #: enhanced-media-library.php:678
1205
  msgid "Add New Media Category"
1206
  msgstr "Добавить новую медиа категорию"
1207
 
1208
- #: enhanced-media-library.php:679
1209
  msgid "New Media Category Name"
1210
  msgstr "Название новой медиа категории"
1211
 
1212
- #: enhanced-media-library.php:680
1213
  msgid "Parent Media Category"
1214
  msgstr "Родительская категория"
1215
 
1216
- #: enhanced-media-library.php:681
1217
  msgid "Parent Media Category:"
1218
  msgstr "Родительская категория:"
1219
 
1220
- #: enhanced-media-library.php:682
1221
  msgid "Search Media Categories"
1222
  msgstr "Поиск медиа категорий"
1223
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:48+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: ru\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 2.4.1\n"
17
+
18
+ #: core/media-templates.php:21
19
+ msgid "Remove"
20
+ msgstr "Удалить"
21
+
22
+ #: core/media-templates.php:23
23
+ msgid "Deselect"
24
+ msgstr "Снять выбор"
25
+
26
+ #: core/media-templates.php:79
27
+ msgid "Caption this image&hellip;"
28
+ msgstr "Подпись к этому изображению&hellip;"
29
+
30
+ #: core/media-templates.php:83
31
+ msgid "Describe this video&hellip;"
32
+ msgstr "Опишите это видео&hellip;"
33
+
34
+ #: core/media-templates.php:85
35
+ msgid "Describe this audio file&hellip;"
36
+ msgstr "Опишите это аудио&hellip;"
37
+
38
+ #: core/media-templates.php:87
39
+ msgid "Describe this media file&hellip;"
40
+ msgstr "Опиши этот медиафайл&hellip;"
41
 
42
  #: core/mime-types.php:30
43
  msgid "MIME Types settings restored."
216
  #: core/options-pages.php:568 core/options-pages.php:862
217
  #: core/options-pages.php:1084 core/options-pages.php:2011
218
  #: core/options-pages.php:2074 core/taxonomies.php:381
219
+ #: enhanced-media-library.php:562
220
  msgid "All"
221
  msgstr "Все"
222
 
582
  #: core/options-pages.php:1824 core/options-pages.php:1861
583
  #: core/options-pages.php:1905 core/options-pages.php:2113
584
  #: core/options-pages.php:2177 core/options-pages.php:2215
585
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
586
  msgid "Save Changes"
587
  msgstr "Сохранить изменения"
588
 
709
  msgstr "Дате"
710
 
711
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
712
  msgid "Title"
713
  msgstr "Названию"
714
 
771
  msgid "Filename"
772
  msgstr ""
773
 
774
+ #: core/options-pages.php:1855
775
  msgid "Caption"
776
  msgstr ""
777
 
1075
  msgstr ""
1076
 
1077
  #: core/taxonomies.php:374 core/taxonomies.php:380
1078
+ #: enhanced-media-library.php:561
1079
  msgid "Filter by"
1080
  msgstr "Фильтровать по"
1081
 
1082
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1083
  msgid "Not in a"
1084
  msgstr "Не в"
1085
 
1087
  msgid "Add some"
1088
  msgstr ""
1089
 
1090
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1091
  msgid "All Uncategorized"
1092
  msgstr "Все без категории"
1093
 
1094
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1095
  msgid "Reset All Filters"
1096
  msgstr "Сброс"
1097
 
1098
  #: enhanced-media-library.php:391
1099
+ msgid "More Details"
1100
+ msgstr ""
1101
+
1102
+ #: enhanced-media-library.php:392
1103
  msgid "Less Details"
1104
  msgstr ""
1105
 
1106
+ #: enhanced-media-library.php:565
1107
  msgid "author"
1108
  msgstr ""
1109
 
1110
+ #: enhanced-media-library.php:566
1111
  msgid "authors"
1112
  msgstr ""
1113
 
1114
  #: enhanced-media-library.php:569
1115
+ msgid "Saved."
1116
+ msgstr ""
1117
+
1118
+ #: enhanced-media-library.php:570
1119
  msgid "Something went wrong."
1120
  msgstr "Что-то пошло не так."
1121
 
1122
+ #: enhanced-media-library.php:573
1123
  msgid "Select All"
1124
  msgstr "Выбрать все"
1125
 
1126
+ #: enhanced-media-library.php:574
1127
+ msgid "Deselect "
1128
+ msgstr ""
1129
+
1130
+ #: enhanced-media-library.php:603
1131
  msgid "Uploaded to post #"
1132
  msgstr "Загружено для записи #"
1133
 
1134
+ #: enhanced-media-library.php:604
1135
  msgid "Based On"
1136
  msgstr "На основе"
1137
 
1138
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1139
  msgid "Media Categories"
1140
  msgstr "Медиа категории"
1141
 
1142
+ #: enhanced-media-library.php:674
1143
  msgid "Media Category"
1144
  msgstr "Медиа категория"
1145
 
1146
+ #: enhanced-media-library.php:676
1147
  msgid "All Media Categories"
1148
  msgstr "Все медиа категории"
1149
 
1150
+ #: enhanced-media-library.php:677
1151
  msgid "Edit Media Category"
1152
  msgstr "Изменить медиа категорию"
1153
 
1154
+ #: enhanced-media-library.php:678
1155
  msgid "View Media Category"
1156
  msgstr "Смотреть медиа категорию"
1157
 
1158
+ #: enhanced-media-library.php:679
1159
  msgid "Update Media Category"
1160
  msgstr "Обновить медиа категорию"
1161
 
1162
+ #: enhanced-media-library.php:680
1163
  msgid "Add New Media Category"
1164
  msgstr "Добавить новую медиа категорию"
1165
 
1166
+ #: enhanced-media-library.php:681
1167
  msgid "New Media Category Name"
1168
  msgstr "Название новой медиа категории"
1169
 
1170
+ #: enhanced-media-library.php:682
1171
  msgid "Parent Media Category"
1172
  msgstr "Родительская категория"
1173
 
1174
+ #: enhanced-media-library.php:683
1175
  msgid "Parent Media Category:"
1176
  msgstr "Родительская категория:"
1177
 
1178
+ #: enhanced-media-library.php:684
1179
  msgid "Search Media Categories"
1180
  msgstr "Поиск медиа категорий"
1181
 
languages/enhanced-media-library-sv_SE.mo CHANGED
Binary file
languages/enhanced-media-library-sv_SE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:13+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: sv_SE\n"
@@ -12,7 +12,31 @@ msgstr ""
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 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  #: core/mime-types.php:30
18
  msgid "MIME Types settings restored."
@@ -186,7 +210,7 @@ msgstr "Förälder"
186
  #: core/options-pages.php:568 core/options-pages.php:862
187
  #: core/options-pages.php:1084 core/options-pages.php:2011
188
  #: core/options-pages.php:2074 core/taxonomies.php:381
189
- #: enhanced-media-library.php:561
190
  msgid "All"
191
  msgstr "Alla"
192
 
@@ -543,7 +567,7 @@ msgstr ""
543
  #: core/options-pages.php:1824 core/options-pages.php:1861
544
  #: core/options-pages.php:1905 core/options-pages.php:2113
545
  #: core/options-pages.php:2177 core/options-pages.php:2215
546
- #: core/options-pages.php:2386 enhanced-media-library.php:570
547
  msgid "Save Changes"
548
  msgstr "Spara ändringar"
549
 
@@ -669,7 +693,6 @@ msgid "Date"
669
  msgstr "Datum"
670
 
671
  #: core/options-pages.php:1793 core/options-pages.php:1853
672
- #: core/taxonomies.php:1650
673
  msgid "Title"
674
  msgstr "Rubrik"
675
 
@@ -732,7 +755,7 @@ msgstr ""
732
  msgid "Filename"
733
  msgstr ""
734
 
735
- #: core/options-pages.php:1855 core/taxonomies.php:1666
736
  msgid "Caption"
737
  msgstr ""
738
 
@@ -1030,11 +1053,11 @@ msgid "All Authors"
1030
  msgstr ""
1031
 
1032
  #: core/taxonomies.php:374 core/taxonomies.php:380
1033
- #: enhanced-media-library.php:560
1034
  msgid "Filter by"
1035
  msgstr "Filtrera efter "
1036
 
1037
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1038
  msgid "Not in a"
1039
  msgstr "Inte i en"
1040
 
@@ -1042,160 +1065,95 @@ msgstr "Inte i en"
1042
  msgid "Add some"
1043
  msgstr ""
1044
 
1045
- #: core/taxonomies.php:1501
1046
- msgid "Remove"
1047
- msgstr "Ta bort"
1048
-
1049
- #: core/taxonomies.php:1503
1050
- msgid "Deselect"
1051
- msgstr "Avmarkera"
1052
-
1053
- #: core/taxonomies.php:1559
1054
- msgid "Caption this image&hellip;"
1055
- msgstr "Rubrik på denna bild&hellip;"
1056
-
1057
- #: core/taxonomies.php:1563
1058
- msgid "Describe this video&hellip;"
1059
- msgstr "Beskriv denna video&hellip;"
1060
-
1061
- #: core/taxonomies.php:1565
1062
- msgid "Describe this audio file&hellip;"
1063
- msgstr "Beskriv denna ljudfil&hellip;"
1064
-
1065
- #: core/taxonomies.php:1567
1066
- msgid "Describe this media file&hellip;"
1067
- msgstr "Beskriv denna mediefil&hellip;"
1068
-
1069
- #: core/taxonomies.php:1585
1070
- msgid "Attachment Details"
1071
- msgstr ""
1072
-
1073
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1074
- msgid "Saved."
1075
- msgstr ""
1076
-
1077
- #: core/taxonomies.php:1612
1078
- msgid "Edit Image"
1079
- msgstr ""
1080
-
1081
- #: core/taxonomies.php:1617
1082
- msgid "Length:"
1083
- msgstr ""
1084
-
1085
- #: core/taxonomies.php:1623
1086
- msgid "Untrash"
1087
- msgstr ""
1088
-
1089
- #: core/taxonomies.php:1625
1090
- msgctxt "verb"
1091
- msgid "Trash"
1092
- msgstr ""
1093
-
1094
- #: core/taxonomies.php:1628
1095
- msgid "Delete Permanently"
1096
- msgstr ""
1097
-
1098
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1099
- msgid "More Details"
1100
- msgstr ""
1101
-
1102
- #: core/taxonomies.php:1644
1103
- msgid "URL"
1104
- msgstr ""
1105
-
1106
- #: core/taxonomies.php:1656
1107
- msgid "Artist"
1108
- msgstr ""
1109
-
1110
- #: core/taxonomies.php:1657
1111
- msgid "Album"
1112
- msgstr ""
1113
-
1114
- #: core/taxonomies.php:1671
1115
- msgid "Alt Text"
1116
- msgstr ""
1117
-
1118
- #: core/taxonomies.php:1676
1119
- msgid "Description"
1120
- msgstr ""
1121
-
1122
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1123
  msgid "All Uncategorized"
1124
  msgstr "Alla Okategoriserade"
1125
 
1126
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1127
  msgid "Reset All Filters"
1128
  msgstr "Återställ alla filter"
1129
 
1130
  #: enhanced-media-library.php:391
 
 
 
 
1131
  msgid "Less Details"
1132
  msgstr ""
1133
 
1134
- #: enhanced-media-library.php:564
1135
  msgid "author"
1136
  msgstr ""
1137
 
1138
- #: enhanced-media-library.php:565
1139
  msgid "authors"
1140
  msgstr ""
1141
 
1142
  #: enhanced-media-library.php:569
 
 
 
 
1143
  msgid "Something went wrong."
1144
  msgstr "Någonting gick fel."
1145
 
1146
- #: enhanced-media-library.php:572
1147
  msgid "Select All"
1148
  msgstr "Välj Alla"
1149
 
1150
- #: enhanced-media-library.php:601
 
 
 
 
1151
  msgid "Uploaded to post #"
1152
  msgstr ""
1153
 
1154
- #: enhanced-media-library.php:602
1155
  msgid "Based On"
1156
  msgstr ""
1157
 
1158
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1159
  msgid "Media Categories"
1160
  msgstr ""
1161
 
1162
- #: enhanced-media-library.php:672
1163
  msgid "Media Category"
1164
  msgstr ""
1165
 
1166
- #: enhanced-media-library.php:674
1167
  msgid "All Media Categories"
1168
  msgstr ""
1169
 
1170
- #: enhanced-media-library.php:675
1171
  msgid "Edit Media Category"
1172
  msgstr ""
1173
 
1174
- #: enhanced-media-library.php:676
1175
  msgid "View Media Category"
1176
  msgstr ""
1177
 
1178
- #: enhanced-media-library.php:677
1179
  msgid "Update Media Category"
1180
  msgstr ""
1181
 
1182
- #: enhanced-media-library.php:678
1183
  msgid "Add New Media Category"
1184
  msgstr "Lägg till ny mediakategori"
1185
 
1186
- #: enhanced-media-library.php:679
1187
  msgid "New Media Category Name"
1188
  msgstr "Nytt mediakategorinamn"
1189
 
1190
- #: enhanced-media-library.php:680
1191
  msgid "Parent Media Category"
1192
  msgstr "Överordnad mediakategori"
1193
 
1194
- #: enhanced-media-library.php:681
1195
  msgid "Parent Media Category:"
1196
  msgstr "Överordnad mediakategori:"
1197
 
1198
- #: enhanced-media-library.php:682
1199
  msgid "Search Media Categories"
1200
  msgstr "Sök mediakategorier"
1201
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 23:54+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 23:55+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: sv_SE\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 2.4.1\n"
16
+
17
+ #: core/media-templates.php:21
18
+ msgid "Remove"
19
+ msgstr "Ta bort"
20
+
21
+ #: core/media-templates.php:23
22
+ msgid "Deselect"
23
+ msgstr "Avmarkera"
24
+
25
+ #: core/media-templates.php:79
26
+ msgid "Caption this image&hellip;"
27
+ msgstr "Rubrik på denna bild&hellip;"
28
+
29
+ #: core/media-templates.php:83
30
+ msgid "Describe this video&hellip;"
31
+ msgstr "Beskriv denna video&hellip;"
32
+
33
+ #: core/media-templates.php:85
34
+ msgid "Describe this audio file&hellip;"
35
+ msgstr "Beskriv denna ljudfil&hellip;"
36
+
37
+ #: core/media-templates.php:87
38
+ msgid "Describe this media file&hellip;"
39
+ msgstr "Beskriv denna mediefil&hellip;"
40
 
41
  #: core/mime-types.php:30
42
  msgid "MIME Types settings restored."
210
  #: core/options-pages.php:568 core/options-pages.php:862
211
  #: core/options-pages.php:1084 core/options-pages.php:2011
212
  #: core/options-pages.php:2074 core/taxonomies.php:381
213
+ #: enhanced-media-library.php:562
214
  msgid "All"
215
  msgstr "Alla"
216
 
567
  #: core/options-pages.php:1824 core/options-pages.php:1861
568
  #: core/options-pages.php:1905 core/options-pages.php:2113
569
  #: core/options-pages.php:2177 core/options-pages.php:2215
570
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
571
  msgid "Save Changes"
572
  msgstr "Spara ändringar"
573
 
693
  msgstr "Datum"
694
 
695
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
696
  msgid "Title"
697
  msgstr "Rubrik"
698
 
755
  msgid "Filename"
756
  msgstr ""
757
 
758
+ #: core/options-pages.php:1855
759
  msgid "Caption"
760
  msgstr ""
761
 
1053
  msgstr ""
1054
 
1055
  #: core/taxonomies.php:374 core/taxonomies.php:380
1056
+ #: enhanced-media-library.php:561
1057
  msgid "Filter by"
1058
  msgstr "Filtrera efter "
1059
 
1060
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1061
  msgid "Not in a"
1062
  msgstr "Inte i en"
1063
 
1065
  msgid "Add some"
1066
  msgstr ""
1067
 
1068
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1069
  msgid "All Uncategorized"
1070
  msgstr "Alla Okategoriserade"
1071
 
1072
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1073
  msgid "Reset All Filters"
1074
  msgstr "Återställ alla filter"
1075
 
1076
  #: enhanced-media-library.php:391
1077
+ msgid "More Details"
1078
+ msgstr ""
1079
+
1080
+ #: enhanced-media-library.php:392
1081
  msgid "Less Details"
1082
  msgstr ""
1083
 
1084
+ #: enhanced-media-library.php:565
1085
  msgid "author"
1086
  msgstr ""
1087
 
1088
+ #: enhanced-media-library.php:566
1089
  msgid "authors"
1090
  msgstr ""
1091
 
1092
  #: enhanced-media-library.php:569
1093
+ msgid "Saved."
1094
+ msgstr ""
1095
+
1096
+ #: enhanced-media-library.php:570
1097
  msgid "Something went wrong."
1098
  msgstr "Någonting gick fel."
1099
 
1100
+ #: enhanced-media-library.php:573
1101
  msgid "Select All"
1102
  msgstr "Välj Alla"
1103
 
1104
+ #: enhanced-media-library.php:574
1105
+ msgid "Deselect "
1106
+ msgstr ""
1107
+
1108
+ #: enhanced-media-library.php:603
1109
  msgid "Uploaded to post #"
1110
  msgstr ""
1111
 
1112
+ #: enhanced-media-library.php:604
1113
  msgid "Based On"
1114
  msgstr ""
1115
 
1116
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1117
  msgid "Media Categories"
1118
  msgstr ""
1119
 
1120
+ #: enhanced-media-library.php:674
1121
  msgid "Media Category"
1122
  msgstr ""
1123
 
1124
+ #: enhanced-media-library.php:676
1125
  msgid "All Media Categories"
1126
  msgstr ""
1127
 
1128
+ #: enhanced-media-library.php:677
1129
  msgid "Edit Media Category"
1130
  msgstr ""
1131
 
1132
+ #: enhanced-media-library.php:678
1133
  msgid "View Media Category"
1134
  msgstr ""
1135
 
1136
+ #: enhanced-media-library.php:679
1137
  msgid "Update Media Category"
1138
  msgstr ""
1139
 
1140
+ #: enhanced-media-library.php:680
1141
  msgid "Add New Media Category"
1142
  msgstr "Lägg till ny mediakategori"
1143
 
1144
+ #: enhanced-media-library.php:681
1145
  msgid "New Media Category Name"
1146
  msgstr "Nytt mediakategorinamn"
1147
 
1148
+ #: enhanced-media-library.php:682
1149
  msgid "Parent Media Category"
1150
  msgstr "Överordnad mediakategori"
1151
 
1152
+ #: enhanced-media-library.php:683
1153
  msgid "Parent Media Category:"
1154
  msgstr "Överordnad mediakategori:"
1155
 
1156
+ #: enhanced-media-library.php:684
1157
  msgid "Search Media Categories"
1158
  msgstr "Sök mediakategorier"
1159
 
languages/enhanced-media-library-uk.mo CHANGED
Binary file
languages/enhanced-media-library-uk.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\n"
7
- "PO-Revision-Date: 2018-09-11 00:09+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: uk_UA\n"
@@ -13,7 +13,31 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 2.1.1\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  #: core/mime-types.php:30
19
  msgid "MIME Types settings restored."
@@ -191,7 +215,7 @@ msgstr "Батьківський"
191
  #: core/options-pages.php:568 core/options-pages.php:862
192
  #: core/options-pages.php:1084 core/options-pages.php:2011
193
  #: core/options-pages.php:2074 core/taxonomies.php:381
194
- #: enhanced-media-library.php:561
195
  msgid "All"
196
  msgstr "Всі"
197
 
@@ -583,7 +607,7 @@ msgstr ""
583
  #: core/options-pages.php:1824 core/options-pages.php:1861
584
  #: core/options-pages.php:1905 core/options-pages.php:2113
585
  #: core/options-pages.php:2177 core/options-pages.php:2215
586
- #: core/options-pages.php:2386 enhanced-media-library.php:570
587
  msgid "Save Changes"
588
  msgstr "Зберегти зміни"
589
 
@@ -719,7 +743,6 @@ msgid "Date"
719
  msgstr "Дата"
720
 
721
  #: core/options-pages.php:1793 core/options-pages.php:1853
722
- #: core/taxonomies.php:1650
723
  msgid "Title"
724
  msgstr "Заголовок"
725
 
@@ -788,7 +811,7 @@ msgstr "Тип підпису"
788
  msgid "Filename"
789
  msgstr "Ім'я файлу"
790
 
791
- #: core/options-pages.php:1855 core/taxonomies.php:1666
792
  msgid "Caption"
793
  msgstr "Підпис"
794
 
@@ -1096,11 +1119,11 @@ msgid "All Authors"
1096
  msgstr "Всі автори"
1097
 
1098
  #: core/taxonomies.php:374 core/taxonomies.php:380
1099
- #: enhanced-media-library.php:560
1100
  msgid "Filter by"
1101
  msgstr "Фільтрувати за"
1102
 
1103
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1104
  msgid "Not in a"
1105
  msgstr "Не в"
1106
 
@@ -1108,160 +1131,95 @@ msgstr "Не в"
1108
  msgid "Add some"
1109
  msgstr "Додати кілька"
1110
 
1111
- #: core/taxonomies.php:1501
1112
- msgid "Remove"
1113
- msgstr "Видалити"
1114
-
1115
- #: core/taxonomies.php:1503
1116
- msgid "Deselect"
1117
- msgstr "Зняти виділення"
1118
-
1119
- #: core/taxonomies.php:1559
1120
- msgid "Caption this image&hellip;"
1121
- msgstr "Підпис для цього фото&hellip;"
1122
-
1123
- #: core/taxonomies.php:1563
1124
- msgid "Describe this video&hellip;"
1125
- msgstr "Опишіть це відео&hellip;"
1126
-
1127
- #: core/taxonomies.php:1565
1128
- msgid "Describe this audio file&hellip;"
1129
- msgstr "Опишіть це аудіо&hellip;"
1130
-
1131
- #: core/taxonomies.php:1567
1132
- msgid "Describe this media file&hellip;"
1133
- msgstr "Опишіть цей медіа-файл&hellip;"
1134
-
1135
- #: core/taxonomies.php:1585
1136
- msgid "Attachment Details"
1137
- msgstr "Деталі медіа-файла"
1138
-
1139
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1140
- msgid "Saved."
1141
- msgstr "Збережено."
1142
-
1143
- #: core/taxonomies.php:1612
1144
- msgid "Edit Image"
1145
- msgstr "Редагувати зображення"
1146
-
1147
- #: core/taxonomies.php:1617
1148
- msgid "Length:"
1149
- msgstr "Тривалість:"
1150
-
1151
- #: core/taxonomies.php:1623
1152
- msgid "Untrash"
1153
- msgstr "Відновити"
1154
-
1155
- #: core/taxonomies.php:1625
1156
- msgctxt "verb"
1157
- msgid "Trash"
1158
- msgstr "У смітник"
1159
-
1160
- #: core/taxonomies.php:1628
1161
- msgid "Delete Permanently"
1162
- msgstr "Видалити остаточно"
1163
-
1164
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1165
- msgid "More Details"
1166
- msgstr "Більше деталей"
1167
-
1168
- #: core/taxonomies.php:1644
1169
- msgid "URL"
1170
- msgstr "URL"
1171
-
1172
- #: core/taxonomies.php:1656
1173
- msgid "Artist"
1174
- msgstr "Артист"
1175
-
1176
- #: core/taxonomies.php:1657
1177
- msgid "Album"
1178
- msgstr "Альбом"
1179
-
1180
- #: core/taxonomies.php:1671
1181
- msgid "Alt Text"
1182
- msgstr "Alt Текст"
1183
-
1184
- #: core/taxonomies.php:1676
1185
- msgid "Description"
1186
- msgstr "Опис"
1187
-
1188
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1189
  msgid "All Uncategorized"
1190
  msgstr "Всі без категорії"
1191
 
1192
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1193
  msgid "Reset All Filters"
1194
  msgstr "Скинути всі фільтри"
1195
 
1196
  #: enhanced-media-library.php:391
 
 
 
 
1197
  msgid "Less Details"
1198
  msgstr "Менше деталей"
1199
 
1200
- #: enhanced-media-library.php:564
1201
  msgid "author"
1202
  msgstr "автор"
1203
 
1204
- #: enhanced-media-library.php:565
1205
  msgid "authors"
1206
  msgstr "автори"
1207
 
1208
  #: enhanced-media-library.php:569
 
 
 
 
1209
  msgid "Something went wrong."
1210
  msgstr "Щось пішло не так."
1211
 
1212
- #: enhanced-media-library.php:572
1213
  msgid "Select All"
1214
  msgstr "Виділити всі"
1215
 
1216
- #: enhanced-media-library.php:601
 
 
 
 
1217
  msgid "Uploaded to post #"
1218
  msgstr "Завантажені до допису #"
1219
 
1220
- #: enhanced-media-library.php:602
1221
  msgid "Based On"
1222
  msgstr "На основі"
1223
 
1224
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1225
  msgid "Media Categories"
1226
  msgstr "Медіа-категорії"
1227
 
1228
- #: enhanced-media-library.php:672
1229
  msgid "Media Category"
1230
  msgstr "Медіа-категорія"
1231
 
1232
- #: enhanced-media-library.php:674
1233
  msgid "All Media Categories"
1234
  msgstr "Всі медіа-категорії"
1235
 
1236
- #: enhanced-media-library.php:675
1237
  msgid "Edit Media Category"
1238
  msgstr "Редагувати медіа-категорію"
1239
 
1240
- #: enhanced-media-library.php:676
1241
  msgid "View Media Category"
1242
  msgstr "Переглянуи медіа-категорію"
1243
 
1244
- #: enhanced-media-library.php:677
1245
  msgid "Update Media Category"
1246
  msgstr "Оновити медіа-категорію"
1247
 
1248
- #: enhanced-media-library.php:678
1249
  msgid "Add New Media Category"
1250
  msgstr "Додати нову медіа-категорію"
1251
 
1252
- #: enhanced-media-library.php:679
1253
  msgid "New Media Category Name"
1254
  msgstr "Назва нової медіа-категорії"
1255
 
1256
- #: enhanced-media-library.php:680
1257
  msgid "Parent Media Category"
1258
  msgstr "Батьківська медіа-категорія"
1259
 
1260
- #: enhanced-media-library.php:681
1261
  msgid "Parent Media Category:"
1262
  msgstr "Батьківська медіа-категорія:"
1263
 
1264
- #: enhanced-media-library.php:682
1265
  msgid "Search Media Categories"
1266
  msgstr "Шукати медіа-категорії"
1267
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2020-10-11 22:46+0300\n"
7
+ "PO-Revision-Date: 2020-10-11 22:48+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: uk_UA\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 2.4.1\n"
17
+
18
+ #: core/media-templates.php:21
19
+ msgid "Remove"
20
+ msgstr "Видалити"
21
+
22
+ #: core/media-templates.php:23
23
+ msgid "Deselect"
24
+ msgstr "Зняти виділення"
25
+
26
+ #: core/media-templates.php:79
27
+ msgid "Caption this image&hellip;"
28
+ msgstr "Підпис для цього фото&hellip;"
29
+
30
+ #: core/media-templates.php:83
31
+ msgid "Describe this video&hellip;"
32
+ msgstr "Опишіть це відео&hellip;"
33
+
34
+ #: core/media-templates.php:85
35
+ msgid "Describe this audio file&hellip;"
36
+ msgstr "Опишіть це аудіо&hellip;"
37
+
38
+ #: core/media-templates.php:87
39
+ msgid "Describe this media file&hellip;"
40
+ msgstr "Опишіть цей медіа-файл&hellip;"
41
 
42
  #: core/mime-types.php:30
43
  msgid "MIME Types settings restored."
215
  #: core/options-pages.php:568 core/options-pages.php:862
216
  #: core/options-pages.php:1084 core/options-pages.php:2011
217
  #: core/options-pages.php:2074 core/taxonomies.php:381
218
+ #: enhanced-media-library.php:562
219
  msgid "All"
220
  msgstr "Всі"
221
 
607
  #: core/options-pages.php:1824 core/options-pages.php:1861
608
  #: core/options-pages.php:1905 core/options-pages.php:2113
609
  #: core/options-pages.php:2177 core/options-pages.php:2215
610
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
611
  msgid "Save Changes"
612
  msgstr "Зберегти зміни"
613
 
743
  msgstr "Дата"
744
 
745
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
746
  msgid "Title"
747
  msgstr "Заголовок"
748
 
811
  msgid "Filename"
812
  msgstr "Ім'я файлу"
813
 
814
+ #: core/options-pages.php:1855
815
  msgid "Caption"
816
  msgstr "Підпис"
817
 
1119
  msgstr "Всі автори"
1120
 
1121
  #: core/taxonomies.php:374 core/taxonomies.php:380
1122
+ #: enhanced-media-library.php:561
1123
  msgid "Filter by"
1124
  msgstr "Фільтрувати за"
1125
 
1126
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1127
  msgid "Not in a"
1128
  msgstr "Не в"
1129
 
1131
  msgid "Add some"
1132
  msgstr "Додати кілька"
1133
 
1134
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1135
  msgid "All Uncategorized"
1136
  msgstr "Всі без категорії"
1137
 
1138
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1139
  msgid "Reset All Filters"
1140
  msgstr "Скинути всі фільтри"
1141
 
1142
  #: enhanced-media-library.php:391
1143
+ msgid "More Details"
1144
+ msgstr "Більше деталей"
1145
+
1146
+ #: enhanced-media-library.php:392
1147
  msgid "Less Details"
1148
  msgstr "Менше деталей"
1149
 
1150
+ #: enhanced-media-library.php:565
1151
  msgid "author"
1152
  msgstr "автор"
1153
 
1154
+ #: enhanced-media-library.php:566
1155
  msgid "authors"
1156
  msgstr "автори"
1157
 
1158
  #: enhanced-media-library.php:569
1159
+ msgid "Saved."
1160
+ msgstr "Збережено."
1161
+
1162
+ #: enhanced-media-library.php:570
1163
  msgid "Something went wrong."
1164
  msgstr "Щось пішло не так."
1165
 
1166
+ #: enhanced-media-library.php:573
1167
  msgid "Select All"
1168
  msgstr "Виділити всі"
1169
 
1170
+ #: enhanced-media-library.php:574
1171
+ msgid "Deselect "
1172
+ msgstr "Зняти виділення"
1173
+
1174
+ #: enhanced-media-library.php:603
1175
  msgid "Uploaded to post #"
1176
  msgstr "Завантажені до допису #"
1177
 
1178
+ #: enhanced-media-library.php:604
1179
  msgid "Based On"
1180
  msgstr "На основі"
1181
 
1182
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1183
  msgid "Media Categories"
1184
  msgstr "Медіа-категорії"
1185
 
1186
+ #: enhanced-media-library.php:674
1187
  msgid "Media Category"
1188
  msgstr "Медіа-категорія"
1189
 
1190
+ #: enhanced-media-library.php:676
1191
  msgid "All Media Categories"
1192
  msgstr "Всі медіа-категорії"
1193
 
1194
+ #: enhanced-media-library.php:677
1195
  msgid "Edit Media Category"
1196
  msgstr "Редагувати медіа-категорію"
1197
 
1198
+ #: enhanced-media-library.php:678
1199
  msgid "View Media Category"
1200
  msgstr "Переглянуи медіа-категорію"
1201
 
1202
+ #: enhanced-media-library.php:679
1203
  msgid "Update Media Category"
1204
  msgstr "Оновити медіа-категорію"
1205
 
1206
+ #: enhanced-media-library.php:680
1207
  msgid "Add New Media Category"
1208
  msgstr "Додати нову медіа-категорію"
1209
 
1210
+ #: enhanced-media-library.php:681
1211
  msgid "New Media Category Name"
1212
  msgstr "Назва нової медіа-категорії"
1213
 
1214
+ #: enhanced-media-library.php:682
1215
  msgid "Parent Media Category"
1216
  msgstr "Батьківська медіа-категорія"
1217
 
1218
+ #: enhanced-media-library.php:683
1219
  msgid "Parent Media Category:"
1220
  msgstr "Батьківська медіа-категорія:"
1221
 
1222
+ #: enhanced-media-library.php:684
1223
  msgid "Search Media Categories"
1224
  msgstr "Шукати медіа-категорії"
1225
 
languages/enhanced-media-library.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
- "POT-Creation-Date: 2018-09-11 00:08+0300\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"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: enhanced-media-library.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -20,6 +20,30 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  #: core/mime-types.php:30
24
  msgid "MIME Types settings restored."
25
  msgstr ""
@@ -192,7 +216,7 @@ msgstr ""
192
  #: core/options-pages.php:568 core/options-pages.php:862
193
  #: core/options-pages.php:1084 core/options-pages.php:2011
194
  #: core/options-pages.php:2074 core/taxonomies.php:381
195
- #: enhanced-media-library.php:561
196
  msgid "All"
197
  msgstr ""
198
 
@@ -548,7 +572,7 @@ msgstr ""
548
  #: core/options-pages.php:1824 core/options-pages.php:1861
549
  #: core/options-pages.php:1905 core/options-pages.php:2113
550
  #: core/options-pages.php:2177 core/options-pages.php:2215
551
- #: core/options-pages.php:2386 enhanced-media-library.php:570
552
  msgid "Save Changes"
553
  msgstr ""
554
 
@@ -674,7 +698,6 @@ msgid "Date"
674
  msgstr ""
675
 
676
  #: core/options-pages.php:1793 core/options-pages.php:1853
677
- #: core/taxonomies.php:1650
678
  msgid "Title"
679
  msgstr ""
680
 
@@ -737,7 +760,7 @@ msgstr ""
737
  msgid "Filename"
738
  msgstr ""
739
 
740
- #: core/options-pages.php:1855 core/taxonomies.php:1666
741
  msgid "Caption"
742
  msgstr ""
743
 
@@ -1032,11 +1055,11 @@ msgid "All Authors"
1032
  msgstr ""
1033
 
1034
  #: core/taxonomies.php:374 core/taxonomies.php:380
1035
- #: enhanced-media-library.php:560
1036
  msgid "Filter by"
1037
  msgstr ""
1038
 
1039
- #: core/taxonomies.php:382 enhanced-media-library.php:562
1040
  msgid "Not in a"
1041
  msgstr ""
1042
 
@@ -1044,160 +1067,95 @@ msgstr ""
1044
  msgid "Add some"
1045
  msgstr ""
1046
 
1047
- #: core/taxonomies.php:1501
1048
- msgid "Remove"
1049
- msgstr ""
1050
-
1051
- #: core/taxonomies.php:1503
1052
- msgid "Deselect"
1053
- msgstr ""
1054
-
1055
- #: core/taxonomies.php:1559
1056
- msgid "Caption this image&hellip;"
1057
- msgstr ""
1058
-
1059
- #: core/taxonomies.php:1563
1060
- msgid "Describe this video&hellip;"
1061
- msgstr ""
1062
-
1063
- #: core/taxonomies.php:1565
1064
- msgid "Describe this audio file&hellip;"
1065
- msgstr ""
1066
-
1067
- #: core/taxonomies.php:1567
1068
- msgid "Describe this media file&hellip;"
1069
- msgstr ""
1070
-
1071
- #: core/taxonomies.php:1585
1072
- msgid "Attachment Details"
1073
- msgstr ""
1074
-
1075
- #: core/taxonomies.php:1588 enhanced-media-library.php:568
1076
- msgid "Saved."
1077
- msgstr ""
1078
-
1079
- #: core/taxonomies.php:1612
1080
- msgid "Edit Image"
1081
- msgstr ""
1082
-
1083
- #: core/taxonomies.php:1617
1084
- msgid "Length:"
1085
- msgstr ""
1086
-
1087
- #: core/taxonomies.php:1623
1088
- msgid "Untrash"
1089
- msgstr ""
1090
-
1091
- #: core/taxonomies.php:1625
1092
- msgctxt "verb"
1093
- msgid "Trash"
1094
- msgstr ""
1095
-
1096
- #: core/taxonomies.php:1628
1097
- msgid "Delete Permanently"
1098
- msgstr ""
1099
-
1100
- #: core/taxonomies.php:1632 enhanced-media-library.php:390
1101
- msgid "More Details"
1102
- msgstr ""
1103
-
1104
- #: core/taxonomies.php:1644
1105
- msgid "URL"
1106
- msgstr ""
1107
-
1108
- #: core/taxonomies.php:1656
1109
- msgid "Artist"
1110
- msgstr ""
1111
-
1112
- #: core/taxonomies.php:1657
1113
- msgid "Album"
1114
- msgstr ""
1115
-
1116
- #: core/taxonomies.php:1671
1117
- msgid "Alt Text"
1118
- msgstr ""
1119
-
1120
- #: core/taxonomies.php:1676
1121
- msgid "Description"
1122
- msgstr ""
1123
-
1124
- #: enhanced-media-library.php:358 enhanced-media-library.php:559
1125
  msgid "All Uncategorized"
1126
  msgstr ""
1127
 
1128
- #: enhanced-media-library.php:359 enhanced-media-library.php:563
1129
  msgid "Reset All Filters"
1130
  msgstr ""
1131
 
1132
  #: enhanced-media-library.php:391
 
 
 
 
1133
  msgid "Less Details"
1134
  msgstr ""
1135
 
1136
- #: enhanced-media-library.php:564
1137
  msgid "author"
1138
  msgstr ""
1139
 
1140
- #: enhanced-media-library.php:565
1141
  msgid "authors"
1142
  msgstr ""
1143
 
1144
  #: enhanced-media-library.php:569
 
 
 
 
1145
  msgid "Something went wrong."
1146
  msgstr ""
1147
 
1148
- #: enhanced-media-library.php:572
1149
  msgid "Select All"
1150
  msgstr ""
1151
 
1152
- #: enhanced-media-library.php:601
 
 
 
 
1153
  msgid "Uploaded to post #"
1154
  msgstr ""
1155
 
1156
- #: enhanced-media-library.php:602
1157
  msgid "Based On"
1158
  msgstr ""
1159
 
1160
- #: enhanced-media-library.php:671 enhanced-media-library.php:673
1161
  msgid "Media Categories"
1162
  msgstr ""
1163
 
1164
- #: enhanced-media-library.php:672
1165
  msgid "Media Category"
1166
  msgstr ""
1167
 
1168
- #: enhanced-media-library.php:674
1169
  msgid "All Media Categories"
1170
  msgstr ""
1171
 
1172
- #: enhanced-media-library.php:675
1173
  msgid "Edit Media Category"
1174
  msgstr ""
1175
 
1176
- #: enhanced-media-library.php:676
1177
  msgid "View Media Category"
1178
  msgstr ""
1179
 
1180
- #: enhanced-media-library.php:677
1181
  msgid "Update Media Category"
1182
  msgstr ""
1183
 
1184
- #: enhanced-media-library.php:678
1185
  msgid "Add New Media Category"
1186
  msgstr ""
1187
 
1188
- #: enhanced-media-library.php:679
1189
  msgid "New Media Category Name"
1190
  msgstr ""
1191
 
1192
- #: enhanced-media-library.php:680
1193
  msgid "Parent Media Category"
1194
  msgstr ""
1195
 
1196
- #: enhanced-media-library.php:681
1197
  msgid "Parent Media Category:"
1198
  msgstr ""
1199
 
1200
- #: enhanced-media-library.php:682
1201
  msgid "Search Media Categories"
1202
  msgstr ""
1203
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
+ "POT-Creation-Date: 2020-10-11 23:54+0300\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"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.4.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: enhanced-media-library.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
+ #: core/media-templates.php:21
24
+ msgid "Remove"
25
+ msgstr ""
26
+
27
+ #: core/media-templates.php:23
28
+ msgid "Deselect"
29
+ msgstr ""
30
+
31
+ #: core/media-templates.php:79
32
+ msgid "Caption this image&hellip;"
33
+ msgstr ""
34
+
35
+ #: core/media-templates.php:83
36
+ msgid "Describe this video&hellip;"
37
+ msgstr ""
38
+
39
+ #: core/media-templates.php:85
40
+ msgid "Describe this audio file&hellip;"
41
+ msgstr ""
42
+
43
+ #: core/media-templates.php:87
44
+ msgid "Describe this media file&hellip;"
45
+ msgstr ""
46
+
47
  #: core/mime-types.php:30
48
  msgid "MIME Types settings restored."
49
  msgstr ""
216
  #: core/options-pages.php:568 core/options-pages.php:862
217
  #: core/options-pages.php:1084 core/options-pages.php:2011
218
  #: core/options-pages.php:2074 core/taxonomies.php:381
219
+ #: enhanced-media-library.php:562
220
  msgid "All"
221
  msgstr ""
222
 
572
  #: core/options-pages.php:1824 core/options-pages.php:1861
573
  #: core/options-pages.php:1905 core/options-pages.php:2113
574
  #: core/options-pages.php:2177 core/options-pages.php:2215
575
+ #: core/options-pages.php:2386 enhanced-media-library.php:571
576
  msgid "Save Changes"
577
  msgstr ""
578
 
698
  msgstr ""
699
 
700
  #: core/options-pages.php:1793 core/options-pages.php:1853
 
701
  msgid "Title"
702
  msgstr ""
703
 
760
  msgid "Filename"
761
  msgstr ""
762
 
763
+ #: core/options-pages.php:1855
764
  msgid "Caption"
765
  msgstr ""
766
 
1055
  msgstr ""
1056
 
1057
  #: core/taxonomies.php:374 core/taxonomies.php:380
1058
+ #: enhanced-media-library.php:561
1059
  msgid "Filter by"
1060
  msgstr ""
1061
 
1062
+ #: core/taxonomies.php:382 enhanced-media-library.php:563
1063
  msgid "Not in a"
1064
  msgstr ""
1065
 
1067
  msgid "Add some"
1068
  msgstr ""
1069
 
1070
+ #: enhanced-media-library.php:359 enhanced-media-library.php:560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1071
  msgid "All Uncategorized"
1072
  msgstr ""
1073
 
1074
+ #: enhanced-media-library.php:360 enhanced-media-library.php:564
1075
  msgid "Reset All Filters"
1076
  msgstr ""
1077
 
1078
  #: enhanced-media-library.php:391
1079
+ msgid "More Details"
1080
+ msgstr ""
1081
+
1082
+ #: enhanced-media-library.php:392
1083
  msgid "Less Details"
1084
  msgstr ""
1085
 
1086
+ #: enhanced-media-library.php:565
1087
  msgid "author"
1088
  msgstr ""
1089
 
1090
+ #: enhanced-media-library.php:566
1091
  msgid "authors"
1092
  msgstr ""
1093
 
1094
  #: enhanced-media-library.php:569
1095
+ msgid "Saved."
1096
+ msgstr ""
1097
+
1098
+ #: enhanced-media-library.php:570
1099
  msgid "Something went wrong."
1100
  msgstr ""
1101
 
1102
+ #: enhanced-media-library.php:573
1103
  msgid "Select All"
1104
  msgstr ""
1105
 
1106
+ #: enhanced-media-library.php:574
1107
+ msgid "Deselect "
1108
+ msgstr ""
1109
+
1110
+ #: enhanced-media-library.php:603
1111
  msgid "Uploaded to post #"
1112
  msgstr ""
1113
 
1114
+ #: enhanced-media-library.php:604
1115
  msgid "Based On"
1116
  msgstr ""
1117
 
1118
+ #: enhanced-media-library.php:673 enhanced-media-library.php:675
1119
  msgid "Media Categories"
1120
  msgstr ""
1121
 
1122
+ #: enhanced-media-library.php:674
1123
  msgid "Media Category"
1124
  msgstr ""
1125
 
1126
+ #: enhanced-media-library.php:676
1127
  msgid "All Media Categories"
1128
  msgstr ""
1129
 
1130
+ #: enhanced-media-library.php:677
1131
  msgid "Edit Media Category"
1132
  msgstr ""
1133
 
1134
+ #: enhanced-media-library.php:678
1135
  msgid "View Media Category"
1136
  msgstr ""
1137
 
1138
+ #: enhanced-media-library.php:679
1139
  msgid "Update Media Category"
1140
  msgstr ""
1141
 
1142
+ #: enhanced-media-library.php:680
1143
  msgid "Add New Media Category"
1144
  msgstr ""
1145
 
1146
+ #: enhanced-media-library.php:681
1147
  msgid "New Media Category Name"
1148
  msgstr ""
1149
 
1150
+ #: enhanced-media-library.php:682
1151
  msgid "Parent Media Category"
1152
  msgstr ""
1153
 
1154
+ #: enhanced-media-library.php:683
1155
  msgid "Parent Media Category:"
1156
  msgstr ""
1157
 
1158
+ #: enhanced-media-library.php:684
1159
  msgid "Search Media Categories"
1160
  msgstr ""
1161
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Enhanced Media Library ===
2
  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.9.9
6
  Requires PHP: 5.6
7
- Stable tag: 2.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -172,6 +172,23 @@ Additional comfort and even more convenient way to organize WordPress media libr
172
 
173
  ## Changelog ##
174
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  ### 2.7.2 ###
176
  *Release Date - September 13, 2018*
177
 
@@ -250,202 +267,4 @@ Additional comfort and even more convenient way to organize WordPress media libr
250
  * A lot of small bug fixed
251
 
252
 
253
- ### 2.5.1 (PRO only) ###
254
- * A bug causing "Test Error" on searching for update fixed
255
-
256
-
257
- ### 2.5 ###
258
- *Release Date - February 5, 2018*
259
-
260
- = Improvements =
261
- * Natural sort order added to the media library (Settings > Media > Media Library tab)
262
- * "Force filters" for third-parties is now set by default for new installations
263
- * Update mechanism is significantly improved (PRO only)
264
-
265
- = Bugfixes =
266
- * A few minor bugs fixed
267
-
268
- = Compatibility =
269
- * WordPress 4.9 compatibility ensured
270
-
271
-
272
- ### 2.4.5 ###
273
- *Release Date - June 8, 2017*
274
-
275
- = Compatibility =
276
- * WordPress 4.8 compatibility ensured
277
-
278
- = Bugfixes =
279
- * Media library grid view layout fixed (a bug since WP 4.7.4)
280
-
281
-
282
- ### 2.4.4 ###
283
- *Release Date - February 16, 2017*
284
-
285
- = Bugfixes =
286
- * Update mechanism improved to avoid issue on some installations (PRO only)
287
- * The issue causing an error when editing in bulk (in some cases) is fixed (PRO only)
288
- * Minor bugs fixed
289
-
290
-
291
- ### 2.4.3 ###
292
- *Release Date - January 28, 2017*
293
-
294
- = Improvements =
295
- * Admin notifications behavior in media library Grid Mode improved
296
- * Minor bugs fixed
297
-
298
-
299
- ### 2.4.2 ###
300
- *Release Date - January 19, 2017*
301
-
302
- = Bugfixes =
303
- * Wrong subcategories indent fixed
304
- * Admin notifications can now be clicked in media library grid mode
305
- * Active license key information is now displayed correctly, fixed a bug of versions 2.4 and 2.4.1 (PRO only)
306
- * JS code improved to avoid incompatibility with other plugins - [Support Ticket](https://wordpress.org/support/topic/conflict-with-shortcode-ui-plugin/)
307
-
308
- = Improvements =
309
- * Notification added when the plugin cannot receive update information from our server (PRO only)
310
-
311
-
312
- ### 2.4.1 ###
313
- *Release Date - January 16, 2017*
314
-
315
- = Bugfixes =
316
- * A bug with saving taxonomy terms from post editor media popup fixed - [Support Ticket](https://wordpress.org/support/topic/category-filter-not-media-category-filter-stopped-working-again/)
317
-
318
-
319
- ### 2.4 ###
320
- *Release Date - January 13, 2017*
321
-
322
- = Improvements =
323
- * Better layout and workflow for the grid mode
324
- * RTL stylesheets added
325
-
326
-
327
- ### 2.3.6 ###
328
- *Release Date - December 16, 2016*
329
-
330
- = Improvements =
331
- * Better admin CSS
332
- * Inline uploader restored in media library Grid Mode (PRO only)
333
- * Bulk edit action added with new WP 4.7 hook (PRO only)
334
- * Media Settings admin page improved to be more compatible with third-party plugins extending it as well
335
-
336
-
337
- ### 2.3.5 ###
338
- *Release Date - November 29, 2016*
339
-
340
- = Improvements =
341
- * Better grid mode layout, including small mobile screens (PRO only)
342
-
343
- = Compatibility =
344
- * WordPress 4.7 compatibility ensured
345
- * Compatibility with 'Compress JPEG & PNG images' ensured
346
-
347
- = Bugfixes =
348
- * Few minor bugs fixed
349
-
350
-
351
- ### 2.3.4 ###
352
- *Release Date - November 19, 2016*
353
-
354
- = Bugfixes =
355
- * A bug of v2.3.2 and v2.3.3 with incorrect media filtering fixed
356
-
357
-
358
- ### 2.3.3 ###
359
- *Release Date - November 13, 2016*
360
-
361
- = Bugfixes =
362
- * A bug of v2.3.2 causing issues to some third-party plugins and Customizer fixed
363
-
364
-
365
- ### 2.3.2 ###
366
- *Release Date - November 11, 2016*
367
-
368
- = Improvements =
369
- * Tag names are being used instead of slugs for non-hierarchical taxonomies to assign to media items
370
-
371
- = Bugfixes =
372
- * The bug preventing taxonomy filters to switch correctly on upload fixed
373
- * A few minor bugs fixed
374
-
375
- = Compatibility =
376
- * Compatibility with the Jetpack Slideshow added
377
-
378
-
379
- ### 2.3.1 ###
380
- *Release Date - August 9, 2016*
381
-
382
- = Bugfixes =
383
- * MIME Type saving/restoring bug fixed: Settings > Media > MIME Types (tab)
384
- * Few minor bugs fixed
385
-
386
- = Compatibility =
387
- * WordPress 4.6 compatibility ensured
388
-
389
-
390
- ### 2.3 ###
391
- *Release Date - June 27, 2016*
392
-
393
- = Improvements =
394
- * All bulk operations are now dramatically (!) faster: save order, bulk assign terms (PRO only), bulk trash / restore / delete (PRO only). It actually takes seconds now to assign hundreds of media items in bulk
395
- * Bulk Trash / Restore added (PRO only)
396
- * "Show Count" option added to Media Taxonomies tab
397
- * Term count is now being calculated correctly and separately for different post types when they share a taxonomy with media library
398
- * Complete cleanup is now deleting all term relationships for non-media taxonomies assigned to media library
399
-
400
- = Bugfixes =
401
- * Typos and absent localizations fixed, spaces added to the text of filters
402
- * Settings backup is not being performed if a user doesn't submit any file in the import operation (thanks Enrico for your contribution https://plugins.trac.wordpress.org/ticket/2506)
403
- * Various minor bugs fixed
404
-
405
-
406
- ### 2.2.2 ###
407
- *Release Date - April 30, 2016*
408
-
409
- = Improvements =
410
- * Many typos corrected
411
- * Localization added for default taxonomy Media Categories and credits
412
- * CSS for RTL improved
413
- * Encoding for Japanese translation fixed
414
- * Taxonomy queries (filtering) improved for List mode of the media library
415
- * Count number added to filters for List and Grid modes
416
- * Media Taxonomy tab: various CSS and JS improvements, minor bugs fixed
417
- * Media taxonomy 'year' is now being renamed to 'media_year' automatically on creation to avoid issues with WP queries
418
- * Performance: enhanced media library loading time reduced for about 40%
419
-
420
-
421
- ### 2.2.1 ###
422
- *Release Date - April 13, 2016*
423
-
424
- = Improvements =
425
- * Enhanced media library settings moved under Settings > Media
426
- * Text domain changed to match the plugin slug
427
- * Better CSS for media library grid mode, addressing some minor issues as well
428
-
429
- = Compatibility =
430
- * WordPress 4.5 compatibility ensured
431
-
432
-
433
- ### 2.2 ###
434
- *Release Date - March 19, 2016*
435
-
436
- = New =
437
- * Option "Auto-assign media items to parent post categories on upload" added per non-media taxonomy [PRO only]
438
- * Options and database cleanup added
439
-
440
- = Improvements =
441
- * Few security improvements
442
- * Few CSS, UI and behavior improvements
443
- * Slight performance improvement
444
-
445
- = Bugfixes =
446
- * A bug with non-saved drag and drop order in media library fixed
447
- * A bug with "Reset All Filters" button fixed
448
- * Custom order works now correctly on upload
449
-
450
-
451
  ### Previous releases... ###
1
  === Enhanced Media Library ===
2
  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: 5
5
+ Tested up to: 5.5
6
  Requires PHP: 5.6
7
+ Stable tag: 2.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
172
 
173
  ## Changelog ##
174
 
175
+ ### 2.8 ###
176
+ *Release Date - October 11, 2020*
177
+
178
+ = Bugfixes =
179
+ * Critical WP core compatibility issues fixed
180
+ * Gallery and Playlist editing bug fixed
181
+ * Image uploading issue fixed
182
+
183
+ = Improvements =
184
+ * ACF attachment custom fields - better compatibility
185
+ * Enfold Theme: added `[av_masonry_gallery]` shortcode compatibility with media category parameters like `media_category='10'`, `tag='21'`
186
+ * PRO only: The bulk Save Changes button is disabled by default since v2.8 for new plugin installations. All changes are being made on the fly. If you prefer the button, you can enable it at Settings > Media Taxonomies > Bulk Edit > Save Changes button.
187
+
188
+ = Apology =
189
+ My sincere apologies to everyone hurt by the absence of EML updates last year. The plugin is not abandoned, its development will continue.
190
+
191
+
192
  ### 2.7.2 ###
193
  *Release Date - September 13, 2018*
194
 
267
  * A lot of small bug fixed
268
 
269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  ### Previous releases... ###