Enhanced Media Library - Version 2.2.2

Version Description

Release Date - April 30, 2016

Download this release

Release Info

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

Code changes from version 2.2.1 to 2.2.2

core/options-pages.php CHANGED
@@ -200,6 +200,8 @@ if ( ! function_exists( 'wpuxss_eml_print_media_settings_tabs' ) ) {
200
  /**
201
  * wpuxss_eml_print_media_settings
202
  *
 
 
203
  * @since 2.2.1
204
  * @created 11/04/16
205
  */
@@ -284,8 +286,8 @@ if ( ! function_exists( 'wpuxss_eml_print_media_settings' ) ) {
284
  <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th>
285
  <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" />
286
  <p class="description"><?php
287
- /* translators: %s: wp-content/uploads */
288
- printf( __( 'Default is %s' ), '<code>wp-content/uploads</code>' );
289
  ?></p>
290
  </td>
291
  </tr>
@@ -384,19 +386,33 @@ if ( ! function_exists( 'wpuxss_eml_taxonomies_options_page_scripts' ) ) {
384
  'all' => __( 'All', 'enhanced-media-library' ),
385
  'search' => __( 'Search', 'enhanced-media-library' ),
386
 
387
- 'tax_deletion_confirm' => __( 'Taxonomy will be deleted permanently! Your media files will remain intacted, but all the connections with this taxonomy and its terms will be lost.', 'enhanced-media-library' ),
388
- 'tax_error_duplicate' => __( 'There is already a taxonomy with the same name. Please chose other one.', 'enhanced-media-library' ),
389
  'tax_new' => __( 'New Taxonomy', 'enhanced-media-library' ),
390
- 'tax_error_empty_both' => __( 'Please choose Singular and Plural names for all your new taxomonies.', 'enhanced-media-library' ),
391
- 'tax_error_empty_singular' => __( 'Please choose Singilar name for all your new taxomonies.', 'enhanced-media-library' ),
392
- 'tax_error_empty_plural' => __( 'Please choose Plural Name for all your new taxomonies.', 'enhanced-media-library' ),
393
 
394
- 'bulk_edit_nonce' => wp_create_nonce( 'eml-bulk-edit-nonce' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
395
  'sync_warning_title' => __( 'Synchronize Now', 'enhanced-media-library' ),
396
- 'sync_warning_text' => __( 'This operation cannot be canceled. Are you still sure?', 'enhanced-media-library' ),
397
  'sync_warning_yes' => __( 'Synchronize', 'enhanced-media-library' ),
398
  'sync_warning_no' => __( 'Cancel', 'enhanced-media-library' ),
399
- 'in_progress_sync_text' => __( 'Synchronizing...', 'enhanced-media-library' )
 
 
400
  );
401
 
402
  wp_localize_script(
@@ -471,12 +487,12 @@ if ( ! function_exists( 'wpuxss_eml_options_page_scripts' ) ) {
471
  );
472
 
473
  $l10n_data = array(
474
- 'cleanup_warning_p1' => '<p>' . __( 'You are about to <strong style="text-transform:uppercase">delete all plugin data</strong> from the database including backups.', 'enhanced-media-library' ) . '</p>',
475
- 'cleanup_warning_p2' => '<p>' . __( 'The operation cannot be canceled! Are you still sure?', 'enhanced-media-library') . '</p>',
476
  'cleanup_warning_title' => __( 'Complete Cleanup', 'enhanced-media-library' ),
 
 
477
  'cleanup_warning_yes' => __( 'Yes, delete all data', 'enhanced-media-library' ),
478
- 'cleanup_warning_no' => __( 'Cancel', 'enhanced-media-library' ),
479
- 'in_progress_cleanup_text' => __( 'Cleaning...', 'enhanced-media-library' )
480
  );
481
 
482
  wp_localize_script(
@@ -520,7 +536,7 @@ if ( ! function_exists( 'wpuxss_eml_print_settings' ) ) {
520
 
521
  <div class="inside">
522
 
523
- <p><?php _e( 'The plugin settings <strong>Media Settings > Taxonomies</strong> and <strong>Media Settings > MIME Types</strong> will be exported to a configuration file. It allows you to easily import the configuration into another website.', 'enhanced-media-library' ); ?></p>
524
 
525
  <form method="post">
526
 
@@ -539,8 +555,8 @@ if ( ! function_exists( 'wpuxss_eml_print_settings' ) ) {
539
 
540
  <div class="inside">
541
 
542
- <p><?php _e( 'The plugin settings <strong>Media Settings > Taxonomies</strong> and <strong>Media Settings > MIME Types</strong> will be imported from a configuration file which can be obtained by exporting the settings on another website using the export button above.', 'enhanced-media-library' ); ?></p>
543
- <p><?php _e( 'All plugin settings will be overriden by the import. You will have a chance to restore current data from an automatic backup in case you are not satisfied with the result of the import.', 'enhanced-media-library' ); ?></p>
544
 
545
  <form method="post" enctype="multipart/form-data">
546
 
@@ -571,7 +587,7 @@ if ( ! function_exists( 'wpuxss_eml_print_settings' ) ) {
571
 
572
  <?php else : ?>
573
 
574
- <p><?php _e( 'The backup had been automatically created before the latest import opetarion.', 'enhanced-media-library' ); ?></p>
575
  <form method="post">
576
 
577
  <?php wp_nonce_field( 'eml_settings_restore_nonce', 'eml-settings-restore-nonce' ); ?>
@@ -984,10 +1000,10 @@ if ( ! function_exists( 'wpuxss_eml_print_media_library_options' ) ) {
984
  <td>
985
  <fieldset>
986
  <legend class="screen-reader-text"><span><?php _e('Enhanced media shortcodes','enhanced-media-library'); ?></span></legend>
987
- <label><input name="wpuxss_eml_lib_options[enhance_media_shortcodes]" type="hidden" value="0" /><input name="wpuxss_eml_lib_options[enhance_media_shortcodes]" type="checkbox" value="1" <?php checked( true, $wpuxss_eml_lib_options['enhance_media_shortcodes'], true ); ?> /> <?php _e('Enhance WordPress media shortcodes to make them understand media taxonomies, uploade date, and media items number limit','enhanced-media-library'); ?></label>
988
- <p class="description"><?php _e( 'Gallery example: [gallery media_category="5" limit="10" monthnum="12" year="2015"]', 'enhanced-media-library' ); ?></p>
989
- <p class="description"><?php _e( 'Audio playlist example: [playlist media_category="5" limit="10" monthnum="12" year="2015"]', 'enhanced-media-library' ); ?></p>
990
- <p class="description"><?php _e( 'Video playlist example: [playlist type="video" media_category="5" limit="10" monthnum="12" year="2015"]', 'enhanced-media-library' ); ?></p>
991
  <p class="description"><?php
992
  printf( __( '%sWarning:%s Incompatibility with other gallery plugins or themes possible!', 'enhanced-media-library' ), '<strong style="color:red">', '</strong>' );
993
 
@@ -1121,7 +1137,7 @@ if ( ! function_exists( 'wpuxss_eml_print_taxonomies_options' ) ) {
1121
  $html .= '<li><label>' . __('Remember Terms Order (sort)','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-sort" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][sort]" value="1" ' . checked( 1, $taxonomy->sort, false ) . ' /></li>';
1122
  $html .= '<li><label>' . __('Show in REST','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-show_in_rest" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][show_in_rest]" value="1" ' . checked( 1, $taxonomy->show_in_rest, false ) . ' /></li>';
1123
  $html .= '<li><label>' . __('Rewrite Slug','enhanced-media-library') . '</label><input type="text" class="wpuxss-eml-slug" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][rewrite][slug]" value="' . esc_attr($taxonomy->rewrite['slug']) . '" /></li>';
1124
- $html .= '<li><label>' . __('Slug with Front','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-rewrite-with-front" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][rewrite][with_front]" value="1" ' . checked( 1, $taxonomy->rewrite['with_front'], false ) . ' /></li>';
1125
  $html .= '</ul>';
1126
  $html .= '</div>';
1127
 
@@ -1147,7 +1163,8 @@ if ( ! function_exists( 'wpuxss_eml_print_taxonomies_options' ) ) {
1147
 
1148
  $html .= '<li class="wpuxss-eml-clone" style="display:none">';
1149
  $html .= '<input name="" type="hidden" class="wpuxss-eml-eml_media" value="1" />';
1150
- $html .= '<label class="wpuxss-eml-taxonomy-label"><input class="wpuxss-eml-assigned" name="" type="checkbox" class="wpuxss-eml-assigned" value="1" checked="checked" title="' . __('Assign Taxonomy','enhanced-media-library') . '" />' . __('New Taxonomy','enhanced-media-library') . '</label>';
 
1151
 
1152
  $html .= '<a class="wpuxss-eml-button-remove" title="' . __('Delete Taxonomy','enhanced-media-library') . '" href="javascript:;">&ndash;</a>';
1153
 
@@ -1183,7 +1200,7 @@ if ( ! function_exists( 'wpuxss_eml_print_taxonomies_options' ) ) {
1183
  $html .= '<li><label>' . __('Remember Terms Order (sort)','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-sort" name="" value="1" /></li>';
1184
  $html .= '<li><label>' . __('Show in REST','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-show_in_rest" name="" value="1" /></li>';
1185
  $html .= '<li><label>' . __('Rewrite Slug','enhanced-media-library') . '</label><input type="text" class="wpuxss-eml-slug" name="" value="" /></li>';
1186
- $html .= '<li><label>' . __('Slug with Front','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-rewrite-with-front" name="" value="1" checked="checked" /></li>';
1187
  $html .= '</ul>';
1188
  $html .= '</div>';
1189
 
@@ -1226,7 +1243,7 @@ if ( ! function_exists( 'wpuxss_eml_print_taxonomies_options' ) ) {
1226
 
1227
  if ( $taxonomy->name != 'post_format' ) {
1228
 
1229
- $html .= '<li>';
1230
  $html .= '<input name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][eml_media]" type="hidden" value="' . $wpuxss_eml_taxonomies[$taxonomy->name]['eml_media'] . '" />';
1231
  $html .= '<label><input class="wpuxss-eml-assigned" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][assigned]" type="checkbox" value="1" ' . checked( 1, $wpuxss_eml_taxonomies[$taxonomy->name]['assigned'], false ) . ' title="' . __('Assign Taxonomy','enhanced-media-library') . '" />' . $taxonomy->label . '</label>';
1232
  $html .= '<a class="wpuxss-eml-button-edit" title="' . __('Edit Taxonomy','enhanced-media-library') . '" href="javascript:;">' . __('Edit','enhanced-media-library') . ' &darr;</a>';
@@ -1479,19 +1496,19 @@ if ( ! function_exists( 'wpuxss_eml_print_credits' ) ) {
1479
 
1480
  <div class="inside">
1481
 
1482
- <h4>Changelog</h4>
1483
- <p>What's new in <a href="http://wordpress.org/plugins/enhanced-media-library/changelog/">version <?php echo $wpuxss_eml_version; ?></a>.</p>
1484
 
1485
  <h4>Enhanced Media Library PRO</h4>
1486
- <p>More features under the hood <a href="http://www.wpuxsolutions.com/plugins/enhanced-media-library/">www.wpuxsolutions.com</a>.</p>
1487
 
1488
- <h4>Support</h4>
1489
- <p>Feel free to ask for help on <a href="http://www.wpuxsolutions.com/support/">www.wpuxsolutions.com</a>. Support is free for both versions of the plugin.</p>
1490
 
1491
- <h4>Plugin rating <span class="dashicons dashicons-thumbs-up"></span></h4>
1492
- <p>Please <a href="http://wordpress.org/support/view/plugin-reviews/enhanced-media-library">vote for the plugin</a>. Thanks!</p>
1493
 
1494
- <h4>Other plugins you may find useful</h4>
1495
  <ul>
1496
  <li><a href="http://wordpress.org/plugins/toolbar-publish-button/">Toolbar Publish Button</a></li>
1497
  </ul>
@@ -1527,7 +1544,10 @@ if ( ! function_exists( 'wpuxss_eml_settings_link' ) ) {
1527
 
1528
  return array_merge(
1529
  array(
1530
- 'settings' => '<a href="' . admin_url('options-general.php?page=eml-settings') . '">' . __( 'Settings', 'enhanced-media-library' ) . '</a>'
 
 
 
1531
  ),
1532
  $links
1533
  );
200
  /**
201
  * wpuxss_eml_print_media_settings
202
  *
203
+ * Based on wp-admin/options-media.php
204
+ *
205
  * @since 2.2.1
206
  * @created 11/04/16
207
  */
286
  <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th>
287
  <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" />
288
  <p class="description"><?php
289
+ /* translators: %s: wp-content/uploads */
290
+ printf( __( 'Default is %s' ), '<code>wp-content/uploads</code>' );
291
  ?></p>
292
  </td>
293
  </tr>
386
  'all' => __( 'All', 'enhanced-media-library' ),
387
  'search' => __( 'Search', 'enhanced-media-library' ),
388
 
 
 
389
  'tax_new' => __( 'New Taxonomy', 'enhanced-media-library' ),
 
 
 
390
 
391
+ 'tax_deletion_confirm_title' => __( 'Remove Taxonomy', 'enhanced-media-library' ),
392
+ 'tax_deletion_confirm_text_p1' => '<p>' . __( 'Taxonomy will be removed.', 'enhanced-media-library' ) . '</p>',
393
+ 'tax_deletion_confirm_text_p2' => '<p>' . __( 'Taxonomy terms (categories) will remain intact in the database. If you create a taxonomy with the same name in the future, its terms (categories) will be available again.', 'enhanced-media-library' ) . '</p>',
394
+ 'tax_deletion_confirm_text_p3' => '<p>' . __( 'Media items will remain intact.', 'enhanced-media-library' ) . '</p>',
395
+ 'tax_deletion_confirm_text_p4' => '<p>' . __( 'Are you still sure?', 'enhanced-media-library' ) . '</p>',
396
+ 'tax_deletion_yes' => __( 'Yes, remove taxonomy', 'enhanced-media-library' ),
397
+
398
+ 'tax_error_duplicate_title' => __( 'Duplicate', 'enhanced-media-library' ),
399
+ 'tax_error_duplicate_text' => __( 'Taxonomy with the same name already exists. Please chose other one.', 'enhanced-media-library' ),
400
+
401
+ 'tax_error_empty_fileds_title' => __( 'Empty Fields', 'enhanced-media-library' ),
402
+ 'tax_error_empty_both' => __( 'Please choose Singular and Plural names for all new taxomonies.', 'enhanced-media-library' ),
403
+ 'tax_error_empty_singular' => __( 'Please choose Singilar name for all new taxomonies.', 'enhanced-media-library' ),
404
+ 'tax_error_empty_plural' => __( 'Please choose Plural Name for all new taxomonies.', 'enhanced-media-library' ),
405
+
406
+ 'okay' => __( 'Ok', 'enhanced-media-library' ),
407
+ 'cancel' => __( 'Cancel', 'enhanced-media-library' ),
408
+
409
  'sync_warning_title' => __( 'Synchronize Now', 'enhanced-media-library' ),
410
+ 'sync_warning_text' => __( 'This operation cannot be canceled! Are you still sure?', 'enhanced-media-library' ),
411
  'sync_warning_yes' => __( 'Synchronize', 'enhanced-media-library' ),
412
  'sync_warning_no' => __( 'Cancel', 'enhanced-media-library' ),
413
+ 'in_progress_sync_text' => __( 'Synchronizing...', 'enhanced-media-library' ),
414
+
415
+ 'bulk_edit_nonce' => wp_create_nonce( 'eml-bulk-edit-nonce' )
416
  );
417
 
418
  wp_localize_script(
487
  );
488
 
489
  $l10n_data = array(
 
 
490
  'cleanup_warning_title' => __( 'Complete Cleanup', 'enhanced-media-library' ),
491
+ 'cleanup_warning_text_p1' => '<p>' . __( 'You are about to <strong style="text-transform:uppercase">delete all plugin data</strong> from the database including backups.', 'enhanced-media-library' ) . '</p>',
492
+ 'cleanup_warning_text_p2' => '<p>' . __( 'This operation cannot be canceled! Are you still sure?', 'enhanced-media-library') . '</p>',
493
  'cleanup_warning_yes' => __( 'Yes, delete all data', 'enhanced-media-library' ),
494
+ 'in_progress_cleanup_text' => __( 'Cleaning...', 'enhanced-media-library' ),
495
+ 'cancel' => __( 'Cancel', 'enhanced-media-library' )
496
  );
497
 
498
  wp_localize_script(
536
 
537
  <div class="inside">
538
 
539
+ <p><?php _e( 'Plugin settings tabs <strong>Media Library</strong>, <strong>Media Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a configuration file. It allows you to easily import the configuration into another website.', 'enhanced-media-library' ); ?></p>
540
 
541
  <form method="post">
542
 
555
 
556
  <div class="inside">
557
 
558
+ <p><?php _e( 'Plugin settings tabs <strong>Media Library</strong>, <strong>Media Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a configuration file which can be obtained by exporting the settings on another website using the export button above.', 'enhanced-media-library' ); ?></p>
559
+ <p><?php _e( 'All plugin settings will be overridden by the import. You will have a chance to restore current data from an automatic backup in case you are not satisfied with the result of the import.', 'enhanced-media-library' ); ?></p>
560
 
561
  <form method="post" enctype="multipart/form-data">
562
 
587
 
588
  <?php else : ?>
589
 
590
+ <p><?php _e( 'The backup has been automatically created before the latest import operation.', 'enhanced-media-library' ); ?></p>
591
  <form method="post">
592
 
593
  <?php wp_nonce_field( 'eml_settings_restore_nonce', 'eml-settings-restore-nonce' ); ?>
1000
  <td>
1001
  <fieldset>
1002
  <legend class="screen-reader-text"><span><?php _e('Enhanced media shortcodes','enhanced-media-library'); ?></span></legend>
1003
+ <label><input name="wpuxss_eml_lib_options[enhance_media_shortcodes]" type="hidden" value="0" /><input name="wpuxss_eml_lib_options[enhance_media_shortcodes]" type="checkbox" value="1" <?php checked( true, $wpuxss_eml_lib_options['enhance_media_shortcodes'], true ); ?> /> <?php _e('Enhance WordPress media shortcodes to make them understand media taxonomies, upload date, and media items number limit','enhanced-media-library'); ?></label>
1004
+ <p class="description"><?php _e( 'Gallery example:', 'enhanced-media-library' ); ?> [gallery media_category="5" limit="10" monthnum="12" year="2015"]</p>
1005
+ <p class="description"><?php _e( 'Audio playlist example:', 'enhanced-media-library' ); ?> [playlist media_category="5" limit="10" monthnum="12" year="2015"]</p>
1006
+ <p class="description"><?php _e( 'Video playlist example:', 'enhanced-media-library' ); ?> [playlist type="video" media_category="5" limit="10" monthnum="12" year="2015"]</p>
1007
  <p class="description"><?php
1008
  printf( __( '%sWarning:%s Incompatibility with other gallery plugins or themes possible!', 'enhanced-media-library' ), '<strong style="color:red">', '</strong>' );
1009
 
1137
  $html .= '<li><label>' . __('Remember Terms Order (sort)','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-sort" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][sort]" value="1" ' . checked( 1, $taxonomy->sort, false ) . ' /></li>';
1138
  $html .= '<li><label>' . __('Show in REST','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-show_in_rest" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][show_in_rest]" value="1" ' . checked( 1, $taxonomy->show_in_rest, false ) . ' /></li>';
1139
  $html .= '<li><label>' . __('Rewrite Slug','enhanced-media-library') . '</label><input type="text" class="wpuxss-eml-slug" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][rewrite][slug]" value="' . esc_attr($taxonomy->rewrite['slug']) . '" /></li>';
1140
+ $html .= '<li><label>' . __('Slug with Front','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-with_front" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][rewrite][with_front]" value="1" ' . checked( 1, $taxonomy->rewrite['with_front'], false ) . ' /></li>';
1141
  $html .= '</ul>';
1142
  $html .= '</div>';
1143
 
1163
 
1164
  $html .= '<li class="wpuxss-eml-clone" style="display:none">';
1165
  $html .= '<input name="" type="hidden" class="wpuxss-eml-eml_media" value="1" />';
1166
+ $html .= '<input name="" type="hidden" class="wpuxss-eml-create_taxonomy" value="1" />';
1167
+ $html .= '<label class="wpuxss-eml-taxonomy-label"><input class="wpuxss-eml-assigned" name="" type="checkbox" class="wpuxss-eml-assigned" value="1" checked="checked" title="' . __('Assign Taxonomy','enhanced-media-library') . '" />' . '<span>' . __('New Taxonomy','enhanced-media-library') . '</span></label>';
1168
 
1169
  $html .= '<a class="wpuxss-eml-button-remove" title="' . __('Delete Taxonomy','enhanced-media-library') . '" href="javascript:;">&ndash;</a>';
1170
 
1200
  $html .= '<li><label>' . __('Remember Terms Order (sort)','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-sort" name="" value="1" /></li>';
1201
  $html .= '<li><label>' . __('Show in REST','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-show_in_rest" name="" value="1" /></li>';
1202
  $html .= '<li><label>' . __('Rewrite Slug','enhanced-media-library') . '</label><input type="text" class="wpuxss-eml-slug" name="" value="" /></li>';
1203
+ $html .= '<li><label>' . __('Slug with Front','enhanced-media-library') . '</label><input type="checkbox" class="wpuxss-eml-with_front" name="" value="1" checked="checked" /></li>';
1204
  $html .= '</ul>';
1205
  $html .= '</div>';
1206
 
1243
 
1244
  if ( $taxonomy->name != 'post_format' ) {
1245
 
1246
+ $html .= '<li class="wpuxss-non-eml-taxonomy" id="' . $taxonomy->name . '">';
1247
  $html .= '<input name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][eml_media]" type="hidden" value="' . $wpuxss_eml_taxonomies[$taxonomy->name]['eml_media'] . '" />';
1248
  $html .= '<label><input class="wpuxss-eml-assigned" name="wpuxss_eml_taxonomies[' . $taxonomy->name . '][assigned]" type="checkbox" value="1" ' . checked( 1, $wpuxss_eml_taxonomies[$taxonomy->name]['assigned'], false ) . ' title="' . __('Assign Taxonomy','enhanced-media-library') . '" />' . $taxonomy->label . '</label>';
1249
  $html .= '<a class="wpuxss-eml-button-edit" title="' . __('Edit Taxonomy','enhanced-media-library') . '" href="javascript:;">' . __('Edit','enhanced-media-library') . ' &darr;</a>';
1496
 
1497
  <div class="inside">
1498
 
1499
+ <h4><?php _e( 'Changelog', 'enhanced-media-library' ); ?></h4>
1500
+ <p><?php _e( 'What\'s new in', 'enhanced-media-library' ); ?> <a href="http://wordpress.org/plugins/enhanced-media-library/changelog/"><?php _e( 'version', 'enhanced-media-library' ); echo ' ' . $wpuxss_eml_version; ?></a>.</p>
1501
 
1502
  <h4>Enhanced Media Library PRO</h4>
1503
+ <p><?php _e( 'More features under the hood', 'enhanced-media-library' ); ?> <a href="http://www.wpuxsolutions.com/plugins/enhanced-media-library/">www.wpuxsolutions.com</a>.</p>
1504
 
1505
+ <h4><?php _e( 'Support', 'enhanced-media-library' ); ?></h4>
1506
+ <p><?php _e( 'Feel free to ask for help on', 'enhanced-media-library' ); ?> <a href="http://www.wpuxsolutions.com/support/">www.wpuxsolutions.com</a>. <?php _e( 'Support is free for both versions of the plugin.', 'enhanced-media-library' ); ?></p>
1507
 
1508
+ <h4><?php _e( 'Plugin rating', 'enhanced-media-library' ); ?> <span class="dashicons dashicons-thumbs-up"></span></h4>
1509
+ <p><?php _e( 'Please', 'enhanced-media-library' ); ?> <a href="http://wordpress.org/support/view/plugin-reviews/enhanced-media-library"><?php _e( 'vote for the plugin', 'enhanced-media-library' ); ?></a>. <?php _e( 'Thanks!', 'enhanced-media-library' ); ?></p>
1510
 
1511
+ <h4><?php _e( 'Other plugins you may find useful', 'enhanced-media-library' ); ?></h4>
1512
  <ul>
1513
  <li><a href="http://wordpress.org/plugins/toolbar-publish-button/">Toolbar Publish Button</a></li>
1514
  </ul>
1544
 
1545
  return array_merge(
1546
  array(
1547
+ 'settings' => '<a href="' . admin_url('options-general.php?page=media') . '">' . __( 'Media Settings', 'enhanced-media-library' ) . '</a>'
1548
+ ),
1549
+ array(
1550
+ 'utility' => '<a href="' . admin_url('options-general.php?page=eml-settings') . '">' . __( 'Utility', 'enhanced-media-library' ) . '</a>'
1551
  ),
1552
  $links
1553
  );
core/taxonomies.php CHANGED
@@ -19,28 +19,48 @@ if ( ! function_exists( 'wpuxss_eml_taxonomies_validate' ) ) {
19
 
20
  if ( ! $input ) $input = array();
21
 
 
22
  foreach ( $input as $taxonomy => $params ) {
23
 
24
- $sanitized_taxonomy = sanitize_key($taxonomy);
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
- if ( $sanitized_taxonomy !== $taxonomy ) {
27
 
28
  $input[$sanitized_taxonomy] = $input[$taxonomy];
29
- unset($input[$taxonomy]);
30
  $taxonomy = $sanitized_taxonomy;
31
  }
 
 
 
 
 
32
 
33
- if ( $params['eml_media'] ) {
 
 
34
  $input[$taxonomy]['hierarchical'] = isset($params['hierarchical']) && !! $params['hierarchical'] ? 1 : 0;
35
- $input[$taxonomy]['show_in_rest'] = isset($params['show_in_rest']) && !! $params['show_in_rest'] ? 1 : 0;
36
- $input[$taxonomy]['sort'] = isset($params['sort']) && !! $params['sort'] ? 1 : 0;
37
  $input[$taxonomy]['show_admin_column'] = isset($params['show_admin_column']) && !! $params['show_admin_column'] ? 1 : 0;
38
  $input[$taxonomy]['show_in_nav_menus'] = isset($params['show_in_nav_menus']) && !! $params['show_in_nav_menus'] ? 1 : 0;
39
  $input[$taxonomy]['rewrite']['with_front'] = isset($params['rewrite']['with_front']) && !! $params['rewrite']['with_front'] ? 1 : 0;
40
  $input[$taxonomy]['rewrite']['slug'] = isset($params['rewrite']['slug']) ? wpuxss_eml_sanitize_slug( $params['rewrite']['slug'], $taxonomy ) : '';
41
  }
42
 
43
- if ( ! $params['eml_media'] ) {
44
  $input[$taxonomy]['taxonomy_auto_assign'] = isset($params['taxonomy_auto_assign']) && !! $params['taxonomy_auto_assign'] ? 1 : 0;
45
  }
46
 
@@ -335,21 +355,21 @@ if ( ! function_exists( 'wpuxss_eml_restrict_manage_posts' ) ) {
335
 
336
  if ( $wpuxss_eml_taxonomies[$taxonomy->name]['admin_filter'] ) {
337
 
338
- echo "<label for='{$taxonomy->name}' class='screen-reader-text'>" . __('Filter by ','enhanced-media-library') . "{$taxonomy->labels->singular_name}</label>";
339
 
340
  $selected = ( ! $uncategorized && isset( $wp_query->query[$taxonomy->name] ) ) ? $wp_query->query[$taxonomy->name] : 0;
341
 
342
  wp_dropdown_categories(
343
  array(
344
- 'show_option_all' => __( 'Filter by ', 'enhanced-media-library' ) . $taxonomy->labels->singular_name,
345
- 'show_option_in' => '— ' . __( 'All ', 'enhanced-media-library' ) . $taxonomy->labels->name . ' —',
346
- 'show_option_not_in' => '— ' . __( 'Not in ', 'enhanced-media-library' ) . $taxonomy->labels->singular_name . ' —',
347
  'taxonomy' => $taxonomy->name,
348
  'name' => $taxonomy->name,
349
  'orderby' => 'name',
350
  'selected' => $selected,
351
  'hierarchical' => true,
352
- 'show_count' => false,
353
  'hide_empty' => false,
354
  'hide_if_empty' => true,
355
  'class' => 'eml-taxonomy-filters'
@@ -409,14 +429,14 @@ if ( ! function_exists( 'wpuxss_eml_dropdown_cats' ) ) {
409
 
410
  $new_output = '';
411
 
412
- if ( isset( $r['show_option_in'] ) && $r['show_option_in'] ) {
413
 
414
  $show_option_in = $r['show_option_in'];
415
  $selected = ( 'in' === strval($r['selected']) ) ? " selected='selected'" : '';
416
  $new_output .= "\t<option value='in'$selected>$show_option_in</option>\n";
417
  }
418
 
419
- if ( isset( $r['show_option_not_in'] ) && $r['show_option_not_in'] ) {
420
 
421
  $show_option_not_in = $r['show_option_not_in'];
422
  $selected = ( 'not_in' === strval($r['selected']) ) ? " selected='selected'" : '';
@@ -491,7 +511,23 @@ if ( ! function_exists( 'wpuxss_eml_parse_tax_query' ) ) {
491
 
492
  foreach ( get_object_taxonomies( 'attachment','names' ) as $taxonomy ) {
493
 
494
- if ( $uncategorized ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
495
 
496
  $terms = get_terms( $taxonomy, array('fields'=>'ids','get'=>'all') );
497
 
@@ -509,7 +545,7 @@ if ( ! function_exists( 'wpuxss_eml_parse_tax_query' ) ) {
509
 
510
  if ( isset( $query->query[$taxonomy] ) && $query->query[$taxonomy] ) {
511
 
512
- if( is_numeric( $query->query[$taxonomy] ) ) {
513
 
514
  $tax_query[] = array(
515
  'taxonomy' => $taxonomy,
@@ -543,7 +579,6 @@ if ( ! function_exists( 'wpuxss_eml_parse_tax_query' ) ) {
543
  }
544
  } // endforeach
545
 
546
-
547
  if ( ! empty( $tax_query ) ) {
548
  $query->tax_query = new WP_Tax_Query( $tax_query );
549
  }
@@ -569,49 +604,30 @@ if ( ! function_exists( 'wpuxss_eml_attachment_fields_to_edit' ) ) {
569
 
570
  $wpuxss_eml_tax_options = get_option('wpuxss_eml_tax_options');
571
 
572
- foreach ( get_attachment_taxonomies($post) as $taxonomy ) {
573
-
574
- $t = (array) get_taxonomy($taxonomy);
575
- if ( ! $t['show_ui'] )
576
- continue;
577
- if ( empty($t['label']) )
578
- $t['label'] = $taxonomy;
579
- if ( empty($t['args']) )
580
- $t['args'] = array();
581
 
582
- $terms = get_object_term_cache($post->ID, $taxonomy);
583
- if ( false === $terms )
584
- $terms = wp_get_object_terms($post->ID, $taxonomy, $t['args']);
585
-
586
- $values = array();
587
-
588
- foreach ( $terms as $term ) {
589
- $values[] = $term->slug;
590
- }
591
-
592
- $t['value'] = join(', ', $values);
593
- $t['show_in_edit'] = false;
594
-
595
- if ( ( $wpuxss_eml_tax_options['edit_all_as_hierarchical'] || $t['hierarchical'] ) && function_exists( 'wp_terms_checklist' ) ) {
596
 
597
  ob_start();
598
 
599
- wp_terms_checklist( $post->ID, array( 'taxonomy' => $taxonomy, 'checked_ontop' => false, 'walker' => new Walker_Media_Taxonomy_Checklist() ) );
 
 
600
 
601
- if ( ob_get_contents() != false )
602
- $html = '<ul class="term-list">' . ob_get_contents() . '</ul>';
603
  else
604
- $html = '<ul class="term-list"><li>No ' . $t['label'] . ' found.</li></ul>';
605
 
606
  ob_end_clean();
607
 
608
- unset( $t['value'] );
609
 
610
- $t['input'] = 'html';
611
- $t['html'] = $html;
612
  }
613
-
614
- $form_fields[$taxonomy] = $t;
615
  }
616
 
617
  return $form_fields;
@@ -702,7 +718,7 @@ if( ! class_exists('Walker_Media_Taxonomy_Uploader_Filter') ) {
702
 
703
  $el = array(
704
  'term_id' => $category->term_id,
705
- 'term_name' => $indent . esc_html( apply_filters( 'the_category', $category->name ) )
706
  );
707
 
708
  $output .= json_encode( $el );
19
 
20
  if ( ! $input ) $input = array();
21
 
22
+
23
  foreach ( $input as $taxonomy => $params ) {
24
 
25
+ $sanitized_taxonomy = sanitize_key( $taxonomy );
26
+
27
+ if ( isset( $params['create_taxonomy'] ) ) {
28
+
29
+ unset( $input[$taxonomy]['create_taxonomy'] );
30
+
31
+ if ( taxonomy_exists( $sanitized_taxonomy ) ) {
32
+
33
+ unset( $input[$taxonomy] );
34
+ continue;
35
+ }
36
+ }
37
+
38
 
39
+ if ( ! empty( $sanitized_taxonomy ) ) {
40
 
41
  $input[$sanitized_taxonomy] = $input[$taxonomy];
42
+ unset( $input[$taxonomy] );
43
  $taxonomy = $sanitized_taxonomy;
44
  }
45
+ else {
46
+ unset( $input[$taxonomy] );
47
+ continue;
48
+ }
49
+
50
 
51
+ $input[$taxonomy]['eml_media'] = isset( $params['eml_media'] ) && !! $params['eml_media'] ? 1 : 0;
52
+
53
+ if ( $input[$taxonomy]['eml_media'] ) {
54
  $input[$taxonomy]['hierarchical'] = isset($params['hierarchical']) && !! $params['hierarchical'] ? 1 : 0;
55
+ $input[$taxonomy]['show_in_rest'] = isset($params['show_in_rest']) && !! $params['show_in_rest'] ? 1 : 0;
56
+ $input[$taxonomy]['sort'] = isset($params['sort']) && !! $params['sort'] ? 1 : 0;
57
  $input[$taxonomy]['show_admin_column'] = isset($params['show_admin_column']) && !! $params['show_admin_column'] ? 1 : 0;
58
  $input[$taxonomy]['show_in_nav_menus'] = isset($params['show_in_nav_menus']) && !! $params['show_in_nav_menus'] ? 1 : 0;
59
  $input[$taxonomy]['rewrite']['with_front'] = isset($params['rewrite']['with_front']) && !! $params['rewrite']['with_front'] ? 1 : 0;
60
  $input[$taxonomy]['rewrite']['slug'] = isset($params['rewrite']['slug']) ? wpuxss_eml_sanitize_slug( $params['rewrite']['slug'], $taxonomy ) : '';
61
  }
62
 
63
+ if ( ! $input[$taxonomy]['eml_media'] ) {
64
  $input[$taxonomy]['taxonomy_auto_assign'] = isset($params['taxonomy_auto_assign']) && !! $params['taxonomy_auto_assign'] ? 1 : 0;
65
  }
66
 
355
 
356
  if ( $wpuxss_eml_taxonomies[$taxonomy->name]['admin_filter'] ) {
357
 
358
+ echo "<label for='{$taxonomy->name}' class='screen-reader-text'>" . __('Filter by','enhanced-media-library') . " {$taxonomy->labels->singular_name}</label>";
359
 
360
  $selected = ( ! $uncategorized && isset( $wp_query->query[$taxonomy->name] ) ) ? $wp_query->query[$taxonomy->name] : 0;
361
 
362
  wp_dropdown_categories(
363
  array(
364
+ 'show_option_all' => __( 'Filter by', 'enhanced-media-library' ) . ' ' . $taxonomy->labels->singular_name,
365
+ 'show_option_in' => '— ' . __( 'All', 'enhanced-media-library' ) . ' ' . $taxonomy->labels->name . ' —',
366
+ 'show_option_not_in' => '— ' . __( 'Not in', 'enhanced-media-library' ) . ' ' . $taxonomy->labels->singular_name . ' —',
367
  'taxonomy' => $taxonomy->name,
368
  'name' => $taxonomy->name,
369
  'orderby' => 'name',
370
  'selected' => $selected,
371
  'hierarchical' => true,
372
+ 'show_count' => true,
373
  'hide_empty' => false,
374
  'hide_if_empty' => true,
375
  'class' => 'eml-taxonomy-filters'
429
 
430
  $new_output = '';
431
 
432
+ if ( isset( $r['show_option_in'] ) && (bool) $r['show_option_in'] ) {
433
 
434
  $show_option_in = $r['show_option_in'];
435
  $selected = ( 'in' === strval($r['selected']) ) ? " selected='selected'" : '';
436
  $new_output .= "\t<option value='in'$selected>$show_option_in</option>\n";
437
  }
438
 
439
+ if ( isset( $r['show_option_not_in'] ) && (bool) $r['show_option_not_in'] ) {
440
 
441
  $show_option_not_in = $r['show_option_not_in'];
442
  $selected = ( 'not_in' === strval($r['selected']) ) ? " selected='selected'" : '';
511
 
512
  foreach ( get_object_taxonomies( 'attachment','names' ) as $taxonomy ) {
513
 
514
+ if ( ! isset( $_REQUEST['filter_action'] ) && isset( $_REQUEST[$taxonomy] ) ) {
515
+
516
+ $term = get_term_by( 'slug', $_REQUEST[$taxonomy], $taxonomy );
517
+
518
+ if ( $term ) {
519
+
520
+ $tax_query[] = array(
521
+ 'taxonomy' => $taxonomy,
522
+ 'field' => 'term_id',
523
+ 'terms' => array( $term->term_id )
524
+ );
525
+
526
+ $query->query_vars[$taxonomy] = $term->term_id;
527
+ $query->query[$taxonomy] = $term->term_id;
528
+ }
529
+ }
530
+ elseif ( $uncategorized ) {
531
 
532
  $terms = get_terms( $taxonomy, array('fields'=>'ids','get'=>'all') );
533
 
545
 
546
  if ( isset( $query->query[$taxonomy] ) && $query->query[$taxonomy] ) {
547
 
548
+ if ( is_numeric( $query->query[$taxonomy] ) ) {
549
 
550
  $tax_query[] = array(
551
  'taxonomy' => $taxonomy,
579
  }
580
  } // endforeach
581
 
 
582
  if ( ! empty( $tax_query ) ) {
583
  $query->tax_query = new WP_Tax_Query( $tax_query );
584
  }
604
 
605
  $wpuxss_eml_tax_options = get_option('wpuxss_eml_tax_options');
606
 
607
+ foreach( $form_fields as $field => $args ) {
 
 
 
 
 
 
 
 
608
 
609
+ if ( isset( $args['hierarchical'] ) &&
610
+ function_exists( 'wp_terms_checklist' ) &&
611
+ ( (bool) $wpuxss_eml_tax_options['edit_all_as_hierarchical'] || (bool) $args['hierarchical'] ) ) {
 
 
 
 
 
 
 
 
 
 
 
612
 
613
  ob_start();
614
 
615
+ wp_terms_checklist( $post->ID, array( 'taxonomy' => $field, 'checked_ontop' => false, 'walker' => new Walker_Media_Taxonomy_Checklist() ) );
616
+
617
+ $content = ob_get_contents();
618
 
619
+ if ( $content )
620
+ $html = '<ul class="term-list">' . $content . '</ul>';
621
  else
622
+ $html = '<ul class="term-list"><li>No ' . $args['label'] . ' found.</li></ul>';
623
 
624
  ob_end_clean();
625
 
626
+ unset( $form_fields[$field]['value'] );
627
 
628
+ $form_fields[$field]['input'] = 'html';
629
+ $form_fields[$field]['html'] = $html;
630
  }
 
 
631
  }
632
 
633
  return $form_fields;
718
 
719
  $el = array(
720
  'term_id' => $category->term_id,
721
+ 'term_name' => $indent . esc_html( apply_filters( 'the_category', $category->name ) ) . '&nbsp;&nbsp;(' . $category->count . ')'
722
  );
723
 
724
  $output .= json_encode( $el );
css/eml-admin.css CHANGED
@@ -245,12 +245,18 @@ body.eml-media-css .media-modal.acf-expanded .attachments-browser .media-toolbar
245
  font-size: 14px;
246
  display: inline-block;
247
  margin-right: 100px;
 
 
 
 
 
248
  }
249
  .wpuxss-eml-settings-list input {
250
  margin: 0;
251
  }
252
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-edit {
253
  position: absolute;
 
254
  right: 40px;
255
  top: 7px;
256
  text-decoration: none;
@@ -260,16 +266,28 @@ body.eml-media-css .media-modal.acf-expanded .attachments-browser .media-toolbar
260
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
261
  padding: 3px 10px;
262
  }
 
 
 
 
263
  .wpuxss-eml-settings-list.wpuxss-eml-non-media-taxonomy-list > li .wpuxss-eml-button-edit {
264
  right: 10px;
265
  }
266
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-remove {
267
  position: absolute;
 
268
  right: 10px;
269
  top: 7px;
270
  }
 
 
 
 
271
  .wpuxss-eml-settings-list .wpuxss-eml-assigned {
272
- margin-right:10px;
 
 
 
273
  }
274
 
275
  .wpuxss-eml-taxonomy-edit label {
@@ -280,6 +298,10 @@ body.eml-media-css .media-modal.acf-expanded .attachments-browser .media-toolbar
280
  width: auto;
281
  margin-left: 10px;
282
  }
 
 
 
 
283
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-labels-edit {
284
  float: left;
285
  width: 48%;
@@ -334,6 +356,9 @@ body.eml-media-css .media-modal.acf-expanded .attachments-browser .media-toolbar
334
  text-align: right;
335
  margin: 20px 0 0;
336
  }
 
 
 
337
 
338
  #post-query-submit {
339
  margin: 1px 8px 0 5px;
245
  font-size: 14px;
246
  display: inline-block;
247
  margin-right: 100px;
248
+ margin-left: 0;
249
+ }
250
+ body.rtl .wpuxss-eml-settings-list > li > label {
251
+ margin-left: 100px;
252
+ margin-right: 0;
253
  }
254
  .wpuxss-eml-settings-list input {
255
  margin: 0;
256
  }
257
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-edit {
258
  position: absolute;
259
+ left: auto;
260
  right: 40px;
261
  top: 7px;
262
  text-decoration: none;
266
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
267
  padding: 3px 10px;
268
  }
269
+ body.rtl .wpuxss-eml-settings-list > li .wpuxss-eml-button-edit {
270
+ left: 40px;
271
+ right: auto;
272
+ }
273
  .wpuxss-eml-settings-list.wpuxss-eml-non-media-taxonomy-list > li .wpuxss-eml-button-edit {
274
  right: 10px;
275
  }
276
  .wpuxss-eml-settings-list > li .wpuxss-eml-button-remove {
277
  position: absolute;
278
+ left: auto;
279
  right: 10px;
280
  top: 7px;
281
  }
282
+ body.rtl .wpuxss-eml-settings-list > li .wpuxss-eml-button-remove {
283
+ left: 10px;
284
+ right: auto;
285
+ }
286
  .wpuxss-eml-settings-list .wpuxss-eml-assigned {
287
+ margin: 0 10px 0 0;
288
+ }
289
+ body.rtl .wpuxss-eml-settings-list .wpuxss-eml-assigned {
290
+ margin: 0 0 0 10px;
291
  }
292
 
293
  .wpuxss-eml-taxonomy-edit label {
298
  width: auto;
299
  margin-left: 10px;
300
  }
301
+ body.rtl .wpuxss-eml-non-media-taxonomy-list .wpuxss-eml-taxonomy-edit label {
302
+ margin-right: 10px;
303
+ margin-left: 0;
304
+ }
305
  .wpuxss-eml-taxonomy-edit .wpuxss-eml-labels-edit {
306
  float: left;
307
  width: 48%;
356
  text-align: right;
357
  margin: 20px 0 0;
358
  }
359
+ body.rtl .wpuxss-eml-button-container-right {
360
+ text-align: left;
361
+ }
362
 
363
  #post-query-submit {
364
  margin: 1px 8px 0 5px;
enhanced-media-library.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
- Version: 2.2.1
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
@@ -27,7 +27,7 @@ global $wp_version,
27
 
28
 
29
 
30
- $wpuxss_eml_version = '2.2.1';
31
 
32
 
33
 
@@ -477,9 +477,9 @@ if ( ! function_exists( 'wpuxss_eml_enqueue_media' ) ) {
477
  'force_filters' => $wpuxss_eml_tax_options['force_filters'],
478
  'wp_version' => $wp_version,
479
  'uncategorized' => __( 'All Uncategorized', 'enhanced-media-library' ),
480
- 'filter_by' => __( 'Filter by ', 'enhanced-media-library' ),
481
- 'in' => __( 'All ', 'enhanced-media-library' ),
482
- 'not_in' => __( 'Not in ', 'enhanced-media-library' ),
483
  'reset_filters' => __( 'Reset All Filters', 'enhanced-media-library' ),
484
  'current_screen' => isset( $current_screen ) ? $current_screen->id : ''
485
  );
@@ -557,18 +557,18 @@ if ( ! function_exists( 'wpuxss_eml_on_activation' ) ) {
557
  'public' => 1,
558
 
559
  'labels' => array(
560
- 'name' => 'Media Categories',
561
- 'singular_name' => 'Media Category',
562
- 'menu_name' => 'Media Categories',
563
- 'all_items' => 'All Media Categories',
564
- 'edit_item' => 'Edit Media Category',
565
- 'view_item' => 'View Media Category',
566
- 'update_item' => 'Update Media Category',
567
- 'add_new_item' => 'Add New Media Category',
568
- 'new_item_name' => 'New Media Category Name',
569
- 'parent_item' => 'Parent Media Category',
570
- 'parent_item_colon' => 'Parent Media Category:',
571
- 'search_items' => 'Search Media Categories'
572
  ),
573
 
574
  'hierarchical' => 1,
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.2.2
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
27
 
28
 
29
 
30
+ $wpuxss_eml_version = '2.2.2';
31
 
32
 
33
 
477
  'force_filters' => $wpuxss_eml_tax_options['force_filters'],
478
  'wp_version' => $wp_version,
479
  'uncategorized' => __( 'All Uncategorized', 'enhanced-media-library' ),
480
+ 'filter_by' => __( 'Filter by', 'enhanced-media-library' ),
481
+ 'in' => __( 'All', 'enhanced-media-library' ),
482
+ 'not_in' => __( 'Not in', 'enhanced-media-library' ),
483
  'reset_filters' => __( 'Reset All Filters', 'enhanced-media-library' ),
484
  'current_screen' => isset( $current_screen ) ? $current_screen->id : ''
485
  );
557
  'public' => 1,
558
 
559
  'labels' => array(
560
+ 'name' => __( 'Media Categories', 'enhanced-media-library' ),
561
+ 'singular_name' => __( 'Media Category', 'enhanced-media-library' ),
562
+ 'menu_name' => __( 'Media Categories', 'enhanced-media-library' ),
563
+ 'all_items' => __( 'All Media Categories', 'enhanced-media-library' ),
564
+ 'edit_item' => __( 'Edit Media Category', 'enhanced-media-library' ),
565
+ 'view_item' => __( 'View Media Category', 'enhanced-media-library' ),
566
+ 'update_item' => __( 'Update Media Category', 'enhanced-media-library' ),
567
+ 'add_new_item' => __( 'Add New Media Category', 'enhanced-media-library' ),
568
+ 'new_item_name' => __( 'New Media Category Name', 'enhanced-media-library' ),
569
+ 'parent_item' => __( 'Parent Media Category', 'enhanced-media-library' ),
570
+ 'parent_item_colon' => __( 'Parent Media Category:', 'enhanced-media-library' ),
571
+ 'search_items' => __( 'Search Media Categories', 'enhanced-media-library' )
572
  ),
573
 
574
  'hierarchical' => 1,
js/eml-admin.js CHANGED
@@ -51,6 +51,39 @@
51
  }
52
 
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  window.emlFullscreenSpinnerStart = function( text ) {
55
  $('body').append( '<div class="fullscreen-spinner-box"><div class="fullscreen-spinner-inner-box"><span class="eml-spinner">'+text+'</span></div></div>' );
56
  }
51
  }
52
 
53
 
54
+ window.emlAlertDialog = function( title, html, yes, yesClass ) {
55
+
56
+ var def = $.Deferred(),
57
+
58
+ alertdialog = $('<div id="dialog-modal"></div>').appendTo('body')
59
+ .html( html )
60
+ .dialog({
61
+ modal : true,
62
+ resizable : false,
63
+ width : w,
64
+ autoOpen : false,
65
+ title : title,
66
+ buttons : [
67
+ {
68
+ 'text' : yes,
69
+ 'class' : yesClass,
70
+ 'click' : function() {
71
+ $(this).dialog( 'close' );
72
+ def.resolve();
73
+ }
74
+ }
75
+ ],
76
+ close: function() {
77
+ $(this).remove();
78
+ }
79
+ });
80
+
81
+ alertdialog.dialog('open');
82
+
83
+ return def.promise();
84
+ }
85
+
86
+
87
  window.emlFullscreenSpinnerStart = function( text ) {
88
  $('body').append( '<div class="fullscreen-spinner-box"><div class="fullscreen-spinner-inner-box"><span class="eml-spinner">'+text+'</span></div></div>' );
89
  }
js/eml-media-views.js CHANGED
@@ -415,11 +415,6 @@ window.eml = window.eml || { l10n: {} };
415
  original.AttachmentsBrowser.initialize.apply( this, arguments );
416
 
417
  this.on( 'ready', this.fixLayout, this );
418
- //
419
- // $( window ).on( 'resize', _.debounce( _.bind( this.fixLayout, this ), 15 ) );
420
-
421
- // ACF compatibility
422
- // $( document ).on( 'click', '.acf-expand-details', _.debounce( _.bind( this.fixLayout, this ), 250 ) );
423
  },
424
 
425
  fixLayout: function() {
415
  original.AttachmentsBrowser.initialize.apply( this, arguments );
416
 
417
  this.on( 'ready', this.fixLayout, this );
 
 
 
 
 
418
  },
419
 
420
  fixLayout: function() {
js/eml-options.js CHANGED
@@ -8,7 +8,7 @@
8
 
9
  event.preventDefault();
10
 
11
- emlConfirmDialog( l10n.cleanup_warning_title, l10n.cleanup_warning_p1+l10n.cleanup_warning_p2, l10n.cleanup_warning_yes, l10n.cleanup_warning_no, 'button button-primary eml-warning-button' )
12
  .done( function() {
13
 
14
  emlFullscreenSpinnerStart( l10n.in_progress_cleanup_text );
8
 
9
  event.preventDefault();
10
 
11
+ emlConfirmDialog( l10n.cleanup_warning_title, l10n.cleanup_warning_text_p1+l10n.cleanup_warning_text_p2, l10n.cleanup_warning_yes, l10n.cancel, 'button button-primary eml-warning-button' )
12
  .done( function() {
13
 
14
  emlFullscreenSpinnerStart( l10n.in_progress_cleanup_text );
js/eml-taxonomies-options.js CHANGED
@@ -7,22 +7,26 @@
7
  // remove taxonomy
8
  $( document ).on( 'click', 'li .wpuxss-eml-button-remove', function() {
9
 
10
- target = $(this).parent();
 
 
11
 
12
- if ( target.hasClass( 'wpuxss-eml-clone-taxonomy' ) )
13
- {
14
  target.hide( 300, function() {
15
  $(this).remove();
16
  });
17
  }
18
- else
19
- {
20
- if ( confirm( l10n.tax_deletion_confirm ) )
21
- {
 
22
  target.hide( 300, function() {
23
  $(this).remove();
24
  });
25
- }
 
 
 
26
  }
27
 
28
  return false;
@@ -56,16 +60,22 @@
56
 
57
 
58
  // on change of a singular taxonomy name during creation
59
- $(document).on( 'blur', '.wpuxss-eml-clone-taxonomy .wpuxss-eml-singular_name', function()
60
- {
61
  var dictionary,
62
- taxonomy_name = $(this).val().toLowerCase(),
63
- taxonomy_edit_box = $(this).parents('.wpuxss-eml-taxonomy-edit');
 
 
64
 
65
- taxonomy_name = taxonomy_name.replace(/(<([^>]+)>)/g,'');
66
 
67
- if ( taxonomy_name != '' )
68
- {
 
 
 
 
 
69
  // thanks to
70
  // https://github.com/borodean/jquery-translit
71
  // https://gist.github.com/richardsweeney/5317392
@@ -126,8 +136,8 @@
126
  '&' : '_'
127
  };
128
 
129
- $.each( dictionary, function(k, v)
130
- {
131
  var regex = new RegExp( k, 'g' );
132
  taxonomy_name = taxonomy_name.replace( regex, v );
133
  });
@@ -136,138 +146,156 @@
136
 
137
  $(this).closest('.wpuxss-eml-clone-taxonomy').attr('id',taxonomy_name);
138
 
139
- if ( $('.wpuxss-eml-clone-taxonomy[id='+taxonomy_name+'], .wpuxss-eml-taxonomy[id='+taxonomy_name+'], .wpuxss-non-eml-taxonomy[id='+taxonomy_name+']').length > 1 )
140
- {
141
- alert(l10n.tax_error_duplicate);
 
 
 
142
  }
143
 
144
  $(this).attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][singular_name]');
145
- taxonomy_edit_box.find('.wpuxss-eml-name').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][name]');
146
- taxonomy_edit_box.find('.wpuxss-eml-menu_name').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][menu_name]');
147
- taxonomy_edit_box.find('.wpuxss-eml-all_items').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][all_items]');
148
- taxonomy_edit_box.find('.wpuxss-eml-edit_item').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][edit_item]');
149
- taxonomy_edit_box.find('.wpuxss-eml-view_item').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][view_item]');
150
- taxonomy_edit_box.find('.wpuxss-eml-update_item').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][update_item]');
151
- taxonomy_edit_box.find('.wpuxss-eml-add_new_item').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][add_new_item]');
152
- taxonomy_edit_box.find('.wpuxss-eml-new_item_name').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][new_item_name]');
153
- taxonomy_edit_box.find('.wpuxss-eml-parent_item').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][parent_item]');
154
- taxonomy_edit_box.find('.wpuxss-eml-search_items').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][search_items]');
155
 
156
- if( taxonomy_edit_box.find('.wpuxss-eml-edit_item').val() == '' )
157
- taxonomy_edit_box.find('.wpuxss-eml-edit_item').val(l10n.edit+' '+$(this).val());
 
 
 
 
 
 
 
158
 
159
- if( taxonomy_edit_box.find('.wpuxss-eml-view_item').val() == '' )
160
- taxonomy_edit_box.find('.wpuxss-eml-view_item').val(l10n.view+' '+$(this).val());
161
 
162
- if( taxonomy_edit_box.find('.wpuxss-eml-update_item').val() == '' )
163
- taxonomy_edit_box.find('.wpuxss-eml-update_item').val(l10n.update+' '+$(this).val());
164
 
165
- if( taxonomy_edit_box.find('.wpuxss-eml-add_new_item').val() == '' )
166
- taxonomy_edit_box.find('.wpuxss-eml-add_new_item').val(l10n.add_new+' '+$(this).val());
167
 
168
- if( taxonomy_edit_box.find('.wpuxss-eml-new_item_name').val() == '' )
169
- taxonomy_edit_box.find('.wpuxss-eml-new_item_name').val(l10n.new+' '+$(this).val()+' '+l10n.name);
 
 
 
 
 
 
 
 
 
 
 
 
170
 
171
- if( taxonomy_edit_box.find('.wpuxss-eml-parent_item').val() == '' )
172
- taxonomy_edit_box.find('.wpuxss-eml-parent_item').val(l10n.parent+' '+$(this).val());
173
 
174
- taxonomy_edit_box.find('.wpuxss-eml-taxonomy-name').val(taxonomy_name);
 
 
 
 
 
 
 
 
 
175
 
176
- taxonomy_edit_box.find('.wpuxss-eml-hierarchical').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][hierarchical]');
177
- taxonomy_edit_box.find('.wpuxss-eml-public').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][public]');
178
- taxonomy_edit_box.find('.wpuxss-eml-show_admin_column').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][show_admin_column]');
179
- taxonomy_edit_box.find('.wpuxss-eml-show_in_nav_menus').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][show_in_nav_menus]');
180
- taxonomy_edit_box.find('.wpuxss-eml-sort').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][sort]');
181
- taxonomy_edit_box.find('.wpuxss-eml-slug').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][rewrite][slug]').val(taxonomy_name);
182
 
183
- taxonomy_edit_box.find('.wpuxss-eml-admin_filter').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][admin_filter]');
184
- taxonomy_edit_box.find('.wpuxss-eml-media_uploader_filter').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][media_uploader_filter]');
185
- taxonomy_edit_box.find('.wpuxss-eml-media_popup_taxonomy_edit').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][media_popup_taxonomy_edit]');
186
 
187
- $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-assigned').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][assigned]');
188
- $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-eml_media').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][eml_media]');
 
 
 
 
189
  }
190
- else
191
- {
192
- $(this).val('');
193
- taxonomy_edit_box.find('.wpuxss-eml-edit_item').val('');
194
- taxonomy_edit_box.find('.wpuxss-eml-view_item').val('');
195
- taxonomy_edit_box.find('.wpuxss-eml-update_item').val('');
196
- taxonomy_edit_box.find('.wpuxss-eml-add_new_item').val('');
197
- taxonomy_edit_box.find('.wpuxss-eml-new_item_name').val('');
198
- taxonomy_edit_box.find('.wpuxss-eml-parent_item').val('');
199
- taxonomy_edit_box.find('.wpuxss-eml-slug').val('');
200
  }
201
- });
202
 
203
 
204
 
205
  // on change of a plural taxonomy name during creation
206
- $(document).on( 'blur', '.wpuxss-eml-clone-taxonomy .wpuxss-eml-name', function()
207
  {
208
- var taxonomy_plural_name = $(this).val();
209
- taxonomy_edit_box = $(this).parents('.wpuxss-eml-taxonomy-edit');
 
210
 
211
- taxonomy_plural_name = taxonomy_plural_name.replace(/(<([^>]+)>)/g,'');
212
 
213
- if ( taxonomy_plural_name != '' )
214
- {
215
- if( taxonomy_edit_box.find('.wpuxss-eml-menu_name').val() == '' )
216
- taxonomy_edit_box.find('.wpuxss-eml-menu_name').val($(this).val());
217
-
218
- if( taxonomy_edit_box.find('.wpuxss-eml-all_items').val() == '' )
219
- taxonomy_edit_box.find('.wpuxss-eml-all_items').val(l10n.all+' '+$(this).val());
220
-
221
- if( taxonomy_edit_box.find('.wpuxss-eml-search_items').val() == '' )
222
- taxonomy_edit_box.find('.wpuxss-eml-search_items').val(l10n.search+' '+$(this).val());
223
 
224
- $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-taxonomy-label').text($(this).val());
 
 
 
225
  }
226
- else
227
- {
228
- $(this).val('');
229
  taxonomy_edit_box.find('.wpuxss-eml-menu_name').val('');
230
  taxonomy_edit_box.find('.wpuxss-eml-all_items').val('');
231
  taxonomy_edit_box.find('.wpuxss-eml-search_items').val('');
232
- $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-taxonomy-label').text(l10n.tax_new);
233
  }
234
  });
235
 
236
 
237
 
238
  // on taxonomy form submit
239
- $('#wpuxss-eml-form-taxonomies').submit(function( event )
240
- {
 
 
 
241
  submit_it = true;
 
242
  alert_text = '';
243
 
244
  $('.wpuxss-eml-clone-taxonomy, .wpuxss-eml-taxonomy').each(function( index )
245
  {
246
  current_taxonomy = $(this).attr('id');
247
 
248
- if ( !$('.wpuxss-eml-singular_name',this).val() && !$('.wpuxss-eml-name',this).val() )
249
  {
250
  submit_it = false;
251
  alert_text = l10n.tax_error_empty_both;
252
  }
253
- else if ( !$('.wpuxss-eml-singular_name',this).val() )
254
  {
255
  submit_it = false;
256
  alert_text = l10n.tax_error_empty_singular;
257
  }
258
- else if ( !$('.wpuxss-eml-name',this).val() )
259
  {
260
  submit_it = false;
261
  alert_text = l10n.tax_error_empty_plural;
262
  }
263
- else if ( $('.wpuxss-eml-clone-taxonomy[id='+current_taxonomy+'], .wpuxss-eml-taxonomy[id='+current_taxonomy+'], .wpuxss-non-eml-taxonomy[id='+current_taxonomy+']').length > 1 )
264
  {
265
  submit_it = false;
266
- alert_text = l10n.tax_error_duplicate;
 
267
  }
268
  });
269
 
270
- if ( !submit_it ) alert(alert_text);
 
 
 
 
 
 
271
 
272
  return submit_it;
273
  });
7
  // remove taxonomy
8
  $( document ).on( 'click', 'li .wpuxss-eml-button-remove', function() {
9
 
10
+ var target = $(this).parent();
11
+
12
+ if ( target.hasClass( 'wpuxss-eml-clone-taxonomy' ) ) {
13
 
 
 
14
  target.hide( 300, function() {
15
  $(this).remove();
16
  });
17
  }
18
+ else {
19
+
20
+ emlConfirmDialog( l10n.tax_deletion_confirm_title, l10n.tax_deletion_confirm_text_p1+l10n.tax_deletion_confirm_text_p2+l10n.tax_deletion_confirm_text_p3+l10n.tax_deletion_confirm_text_p4, l10n.tax_deletion_yes, l10n.cancel, 'button button-primary eml-warning-button' )
21
+ .done( function() {
22
+
23
  target.hide( 300, function() {
24
  $(this).remove();
25
  });
26
+ })
27
+ .fail(function() {
28
+ return false;
29
+ });
30
  }
31
 
32
  return false;
60
 
61
 
62
  // on change of a singular taxonomy name during creation
63
+ $(document).on( 'blur', '.wpuxss-eml-clone-taxonomy .wpuxss-eml-singular_name', function() {
64
+
65
  var dictionary,
66
+ taxonomy_singular_name = $(this).val().replace(/(<([^>]+)>)/g,''),
67
+ taxonomy_name = taxonomy_singular_name.toLowerCase(),
68
+ taxonomy_edit_box = $(this).parents('.wpuxss-eml-taxonomy-edit'),
69
+ built_in = [ 'link_category', 'post_format' ];
70
 
 
71
 
72
+ if ( 'year' == taxonomy_name ) {
73
+ taxonomy_name = 'media_year';
74
+ }
75
+
76
+
77
+ if ( '' !== taxonomy_name ) {
78
+
79
  // thanks to
80
  // https://github.com/borodean/jquery-translit
81
  // https://gist.github.com/richardsweeney/5317392
136
  '&' : '_'
137
  };
138
 
139
+ $.each( dictionary, function(k, v) {
140
+
141
  var regex = new RegExp( k, 'g' );
142
  taxonomy_name = taxonomy_name.replace( regex, v );
143
  });
146
 
147
  $(this).closest('.wpuxss-eml-clone-taxonomy').attr('id',taxonomy_name);
148
 
149
+
150
+ if ( $('.wpuxss-eml-clone-taxonomy[id='+taxonomy_name+'], .wpuxss-eml-taxonomy[id='+taxonomy_name+'], .wpuxss-non-eml-taxonomy[id='+taxonomy_name+']').length > 1 || -1 !== $.inArray( taxonomy_name, built_in ) ) {
151
+ emlAlertDialog( l10n.tax_error_duplicate_title, l10n.tax_error_duplicate_text, l10n.okay, 'button button-primary' )
152
+ .done( function() {
153
+ return false;
154
+ });
155
  }
156
 
157
  $(this).attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][labels][singular_name]');
 
 
 
 
 
 
 
 
 
 
158
 
159
+ $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-assigned').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][assigned]');
160
+ $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-eml_media').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][eml_media]');
161
+ $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-create_taxonomy').attr('name','wpuxss_eml_taxonomies['+taxonomy_name+'][create_taxonomy]');
162
+
163
+ addTaxonomyName( taxonomy_edit_box, taxonomy_name );
164
+ taxonomy_edit_box.find('.wpuxss-eml-taxonomy-name').val( taxonomy_name );
165
+ }
166
+
167
+ taxonomy_edit_box.find('.wpuxss-eml-slug').val(taxonomy_name);
168
 
169
+ changeSingularLabels( taxonomy_edit_box, taxonomy_singular_name );
170
+ });
171
 
172
+ $(document).on( 'blur', '.wpuxss-eml-taxonomy .wpuxss-eml-singular_name', function() {
 
173
 
174
+ changeSingularLabels( $(this).parents('.wpuxss-eml-taxonomy-edit'), $(this).val() );
175
+ });
176
 
177
+ function addTaxonomyName( edit_box, taxonomy_name ) {
178
+
179
+ var fields = {
180
+ 'labels' : [ 'name', 'menu_name', 'all_items', 'edit_item', 'view_item', 'update_item', 'add_new_item', 'new_item_name', 'parent_item', 'search_items' ],
181
+ 'hierarchical' : 'hierarchical',
182
+ 'show_admin_column' : 'show_admin_column',
183
+ 'admin_filter' : 'admin_filter',
184
+ 'media_uploader_filter' : 'media_uploader_filter',
185
+ 'media_popup_taxonomy_edit' : 'media_popup_taxonomy_edit',
186
+ 'show_in_nav_menus' : 'show_in_nav_menus',
187
+ 'sort' : 'sort',
188
+ 'show_in_rest' : 'show_in_rest',
189
+ 'rewrite' : [ 'slug', 'with_front' ]
190
+ };
191
 
192
+ $.each( fields, function( index, field ) {
 
193
 
194
+ if ( index === field ) {
195
+ edit_box.find('.wpuxss-eml-'+field).attr('name','wpuxss_eml_taxonomies['+taxonomy_name+']['+field+']');
196
+ }
197
+ else {
198
+ $.each( field, function( i, field ) {
199
+ edit_box.find('.wpuxss-eml-'+field).attr('name','wpuxss_eml_taxonomies['+taxonomy_name+']['+index+']['+field+']');
200
+ });
201
+ }
202
+ });
203
+ }
204
 
205
+ function changeSingularLabels( edit_box, singular_name ) {
 
 
 
 
 
206
 
207
+ if ( '' !== singular_name ) {
 
 
208
 
209
+ edit_box.find('.wpuxss-eml-edit_item').val( l10n.edit+' '+singular_name );
210
+ edit_box.find('.wpuxss-eml-view_item').val( l10n.view+' '+singular_name );
211
+ edit_box.find('.wpuxss-eml-update_item').val( l10n.update+' '+singular_name );
212
+ edit_box.find('.wpuxss-eml-add_new_item').val( l10n.add_new+' '+singular_name );
213
+ edit_box.find('.wpuxss-eml-new_item_name').val( l10n.new+' '+singular_name );
214
+ edit_box.find('.wpuxss-eml-parent_item').val( l10n.parent+' '+singular_name );
215
  }
216
+ else {
217
+
218
+ edit_box.find('.wpuxss-eml-edit_item').val('');
219
+ edit_box.find('.wpuxss-eml-view_item').val('');
220
+ edit_box.find('.wpuxss-eml-update_item').val('');
221
+ edit_box.find('.wpuxss-eml-add_new_item').val('');
222
+ edit_box.find('.wpuxss-eml-new_item_name').val('');
223
+ edit_box.find('.wpuxss-eml-parent_item').val('');
 
 
224
  }
225
+ }
226
 
227
 
228
 
229
  // on change of a plural taxonomy name during creation
230
+ $(document).on( 'blur', '.wpuxss-eml-clone-taxonomy .wpuxss-eml-name, .wpuxss-eml-taxonomy .wpuxss-eml-name', function()
231
  {
232
+ var taxonomy_plural_name = $(this).val().replace(/(<([^>]+)>)/g,''),
233
+ taxonomy_edit_box = $(this).parents('.wpuxss-eml-taxonomy-edit'),
234
+ main_tax_label = $(this).closest('.wpuxss-eml-clone-taxonomy').find('.wpuxss-eml-taxonomy-label span');
235
 
 
236
 
237
+ if ( '' !== taxonomy_plural_name ) {
 
 
 
 
 
 
 
 
 
238
 
239
+ taxonomy_edit_box.find('.wpuxss-eml-menu_name').val( taxonomy_plural_name );
240
+ taxonomy_edit_box.find('.wpuxss-eml-all_items').val( l10n.all+' '+taxonomy_plural_name );
241
+ taxonomy_edit_box.find('.wpuxss-eml-search_items').val( l10n.search+' '+taxonomy_plural_name );
242
+ main_tax_label.text( taxonomy_plural_name );
243
  }
244
+ else {
245
+
 
246
  taxonomy_edit_box.find('.wpuxss-eml-menu_name').val('');
247
  taxonomy_edit_box.find('.wpuxss-eml-all_items').val('');
248
  taxonomy_edit_box.find('.wpuxss-eml-search_items').val('');
249
+ main_tax_label.text( l10n.tax_new );
250
  }
251
  });
252
 
253
 
254
 
255
  // on taxonomy form submit
256
+ $('#wpuxss-eml-form-taxonomies').submit(function( event ) {
257
+
258
+ var built_in = [ 'link_category', 'post_format' ];
259
+
260
+
261
  submit_it = true;
262
+ alert_title = l10n.tax_error_empty_fileds_title;
263
  alert_text = '';
264
 
265
  $('.wpuxss-eml-clone-taxonomy, .wpuxss-eml-taxonomy').each(function( index )
266
  {
267
  current_taxonomy = $(this).attr('id');
268
 
269
+ if ( ! $('.wpuxss-eml-singular_name',this).val() && ! $('.wpuxss-eml-name',this).val() )
270
  {
271
  submit_it = false;
272
  alert_text = l10n.tax_error_empty_both;
273
  }
274
+ else if ( ! $('.wpuxss-eml-singular_name',this).val() )
275
  {
276
  submit_it = false;
277
  alert_text = l10n.tax_error_empty_singular;
278
  }
279
+ else if ( ! $('.wpuxss-eml-name',this).val() )
280
  {
281
  submit_it = false;
282
  alert_text = l10n.tax_error_empty_plural;
283
  }
284
+ else if ( $('.wpuxss-eml-clone-taxonomy[id='+current_taxonomy+'], .wpuxss-eml-taxonomy[id='+current_taxonomy+'], .wpuxss-non-eml-taxonomy[id='+current_taxonomy+']').length > 1 || -1 !== $.inArray( current_taxonomy, built_in ) )
285
  {
286
  submit_it = false;
287
+ alert_title = l10n.tax_error_duplicate_title;
288
+ alert_text = l10n.tax_error_duplicate_text;
289
  }
290
  });
291
 
292
+
293
+ if ( ! submit_it ) {
294
+ emlAlertDialog( alert_title, alert_text, l10n.okay, 'button button-primary' )
295
+ .done( function() {
296
+ return false;
297
+ });
298
+ }
299
 
300
  return submit_it;
301
  });
languages/enhanced-media-library-de_DE.mo CHANGED
Binary file
languages/enhanced-media-library-de_DE.po CHANGED
@@ -3,7 +3,7 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
- "POT-Creation-Date: 2016-04-14 02:59+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: Markus Kottländer\n"
@@ -36,9 +36,9 @@ msgid_plural " <span class=\"count\">(%s)</span>"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
- #: core/options-pages.php:97 core/options-pages.php:215
40
- #: core/options-pages.php:916 core/options-pages.php:1041
41
- #: core/options-pages.php:1353
42
  msgid "Media Settings"
43
  msgstr "Medien-Einstellungen"
44
 
@@ -62,397 +62,422 @@ msgstr "Enhanced Media Library"
62
  msgid "General"
63
  msgstr ""
64
 
65
- #: core/options-pages.php:190 core/options-pages.php:1062
66
  msgid "Media Taxonomies"
67
  msgstr "Media Taxonomien"
68
 
69
- #: core/options-pages.php:212 core/options-pages.php:504
70
- #: core/options-pages.php:912 core/options-pages.php:1037
71
- #: core/options-pages.php:1349
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr ""
74
 
75
- #: core/options-pages.php:226
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
- #: core/options-pages.php:227
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
- #: core/options-pages.php:231
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
- #: core/options-pages.php:233
90
  msgid "Width"
91
  msgstr ""
92
 
93
- #: core/options-pages.php:235
94
  msgid "Height"
95
  msgstr ""
96
 
97
- #: core/options-pages.php:238
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
- #: core/options-pages.php:243 core/options-pages.php:244
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
- #: core/options-pages.php:245 core/options-pages.php:255
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
- #: core/options-pages.php:247 core/options-pages.php:257
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
- #: core/options-pages.php:253 core/options-pages.php:254
115
  msgid "Large size"
116
  msgstr ""
117
 
118
- #: core/options-pages.php:270
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
- #: core/options-pages.php:277
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
- #: core/options-pages.php:284
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
- #: core/options-pages.php:288
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
- #: core/options-pages.php:294
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
- #: core/options-pages.php:296
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
- #: core/options-pages.php:304
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
- #: core/options-pages.php:376 core/options-pages.php:1086
148
- #: core/options-pages.php:1101 core/options-pages.php:1163
149
- #: core/options-pages.php:1232
150
  msgid "Edit"
151
  msgstr "Bearbeiten"
152
 
153
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "Schließen"
156
 
157
- #: core/options-pages.php:378 core/options-pages.php:1102
158
- #: core/options-pages.php:1164
159
  msgid "View"
160
  msgstr "Anzeigen"
161
 
162
- #: core/options-pages.php:379 core/options-pages.php:1103
163
- #: core/options-pages.php:1165
164
  msgid "Update"
165
  msgstr "Aktualisieren"
166
 
167
- #: core/options-pages.php:380 core/options-pages.php:1104
168
- #: core/options-pages.php:1166
169
  msgid "Add New"
170
  msgstr ""
171
 
172
- #: core/options-pages.php:381 core/options-pages.php:1105
173
- #: core/options-pages.php:1167
174
  msgid "New"
175
  msgstr ""
176
 
177
- #: core/options-pages.php:382
178
  msgid "Name"
179
  msgstr ""
180
 
181
- #: core/options-pages.php:383 core/options-pages.php:1106
182
- #: core/options-pages.php:1168
183
  msgid "Parent"
184
  msgstr ""
185
 
186
- #: core/options-pages.php:384 core/options-pages.php:600
187
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
188
  msgid "All"
189
  msgstr "Alle"
190
 
191
- #: core/options-pages.php:385 core/options-pages.php:1107
192
- #: core/options-pages.php:1169
193
  msgid "Search"
194
  msgstr "Durchsuchen"
195
 
196
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
 
 
 
 
197
  msgid ""
198
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
199
- "but all the connections with this taxonomy and its terms will be lost."
 
200
  msgstr ""
201
 
202
- #: core/options-pages.php:388
203
- msgid "There is already a taxonomy with the same name. Please chose other one."
204
  msgstr ""
205
 
206
- #: core/options-pages.php:389 core/options-pages.php:1150
207
- msgid "New Taxonomy"
208
  msgstr ""
209
 
210
- #: core/options-pages.php:390
211
- msgid "Please choose Singular and Plural names for all your new taxomonies."
212
  msgstr ""
213
 
214
- #: core/options-pages.php:391
215
- msgid "Please choose Singilar name for all your new taxomonies."
216
  msgstr ""
217
 
218
- #: core/options-pages.php:392
219
- msgid "Please choose Plural Name for all your new taxomonies."
220
  msgstr ""
221
 
222
- #: core/options-pages.php:395 pro/core/options-pages.php:165
223
- msgid "Synchronize Now"
224
  msgstr ""
225
 
226
- #: core/options-pages.php:396
227
- msgid "This operation cannot be canceled. Are you still sure?"
228
  msgstr ""
229
 
230
- #: core/options-pages.php:397
231
- msgid "Synchronize"
 
 
 
 
232
  msgstr ""
233
 
234
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
235
  msgid "Cancel"
236
  msgstr ""
237
 
238
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
239
  msgid "Synchronizing..."
240
  msgstr ""
241
 
242
- #: core/options-pages.php:435
243
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
244
  msgstr ""
245
 
246
- #: core/options-pages.php:436
247
  msgid "Please fill into all fields."
248
  msgstr ""
249
 
250
- #: core/options-pages.php:437
251
  msgid "Duplicate extensions or MIME types. Please chose other one."
252
  msgstr ""
253
 
254
- #: core/options-pages.php:474
 
 
 
 
255
  msgid ""
256
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
257
  "plugin data</strong> from the database including backups."
258
  msgstr ""
259
 
260
- #: core/options-pages.php:475
261
- msgid "The operation cannot be canceled! Are you still sure?"
262
- msgstr ""
263
-
264
- #: core/options-pages.php:476 core/options-pages.php:591
265
- msgid "Complete Cleanup"
266
- msgstr ""
267
-
268
- #: core/options-pages.php:477
269
  msgid "Yes, delete all data"
270
  msgstr ""
271
 
272
- #: core/options-pages.php:479
273
  msgid "Cleaning..."
274
  msgstr ""
275
 
276
- #: core/options-pages.php:509
277
  msgid "Enhanced Media Library Settings"
278
  msgstr ""
279
 
280
- #: core/options-pages.php:519
281
  msgid "Export"
282
  msgstr ""
283
 
284
- #: core/options-pages.php:523
285
  msgid ""
286
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
287
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
288
  "configuration file. It allows you to easily import the configuration into "
289
  "another website."
290
  msgstr ""
291
 
292
- #: core/options-pages.php:528
293
  msgid "Export Plugin Settings"
294
  msgstr ""
295
 
296
- #: core/options-pages.php:538
297
  msgid "Import"
298
  msgstr ""
299
 
300
- #: core/options-pages.php:542
301
  msgid ""
302
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
303
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
304
  "configuration file which can be obtained by exporting the settings on "
305
  "another website using the export button above."
306
  msgstr ""
307
 
308
- #: core/options-pages.php:543
309
  msgid ""
310
- "All plugin settings will be overriden by the import. You will have a chance "
311
  "to restore current data from an automatic backup in case you are not "
312
  "satisfied with the result of the import."
313
  msgstr ""
314
 
315
- #: core/options-pages.php:550
316
  msgid "Import Plugin Settings"
317
  msgstr ""
318
 
319
- #: core/options-pages.php:562
320
  msgid "Restore"
321
  msgstr ""
322
 
323
- #: core/options-pages.php:568
324
  msgid "No backup available at the moment."
325
  msgstr ""
326
 
327
- #: core/options-pages.php:570
328
  msgid "Backup will be created automatically before any import operation."
329
  msgstr ""
330
 
331
- #: core/options-pages.php:574
332
  msgid ""
333
- "The backup had been automatically created before the latest import opetarion."
334
  msgstr ""
335
 
336
- #: core/options-pages.php:578
337
  msgid "Restore Settings from the Backup"
338
  msgstr ""
339
 
340
- #: core/options-pages.php:598
341
  msgid "What will be deleted:"
342
  msgstr ""
343
 
344
- #: core/options-pages.php:603
345
  msgid "All plugin options"
346
  msgstr ""
347
 
348
- #: core/options-pages.php:604
349
  msgid "All plugin backups stored in database"
350
  msgstr ""
351
 
352
- #: core/options-pages.php:608
353
  msgid "What will remain intact:"
354
  msgstr ""
355
 
356
- #: core/options-pages.php:609
357
  msgid "All media items"
358
  msgstr ""
359
 
360
- #: core/options-pages.php:610
361
  msgid "All taxonomies not listed above"
362
  msgstr ""
363
 
364
- #: core/options-pages.php:613
365
  msgid ""
366
  "The plugin cannot delete itself because of security reason. Please delete it "
367
  "manually from plugin list after cleanup."
368
  msgstr ""
369
 
370
- #: core/options-pages.php:615
371
  msgid ""
372
  "If you are not sure about this operation please create a backup of your "
373
  "database prior to cleanup!"
374
  msgstr ""
375
 
376
- #: core/options-pages.php:621
377
  msgid "Delete All Data & Deactivate"
378
  msgstr ""
379
 
380
- #: core/options-pages.php:726
381
  msgid "Please upload a file to import settings."
382
  msgstr ""
383
 
384
- #: core/options-pages.php:746
385
  msgid "Plugin settings imported."
386
  msgstr ""
387
 
388
- #: core/options-pages.php:793
389
  msgid "Plugin settings restored from the backup."
390
  msgstr ""
391
 
392
- #: core/options-pages.php:937
393
  msgid "Media Items Order"
394
  msgstr ""
395
 
396
- #: core/options-pages.php:944
397
  msgid "Order media items by"
398
  msgstr ""
399
 
400
- #: core/options-pages.php:951 core/options-pages.php:963
401
  msgid "For media library and media popups"
402
  msgstr ""
403
 
404
- #: core/options-pages.php:952
405
  msgid "Option allows to change order by drag and drop with Custom Order value."
406
  msgstr ""
407
 
408
- #: core/options-pages.php:957
409
  msgid "Sort order"
410
  msgstr ""
411
 
412
- #: core/options-pages.php:976
413
  msgid "Media Shortcodes"
414
  msgstr ""
415
 
416
- #: core/options-pages.php:983 core/options-pages.php:986
417
  msgid "Enhanced media shortcodes"
418
  msgstr ""
419
 
420
- #: core/options-pages.php:987
421
  msgid ""
422
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
423
- "uploade date, and media items number limit"
424
  msgstr ""
425
 
426
- #: core/options-pages.php:988
427
- msgid ""
428
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
429
- "year=\"2015\"]"
430
  msgstr ""
431
 
432
- #: core/options-pages.php:989
433
- msgid ""
434
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
435
- "\"12\" year=\"2015\"]"
436
  msgstr ""
437
 
438
- #: core/options-pages.php:990
439
- msgid ""
440
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
441
- "\"10\" monthnum=\"12\" year=\"2015\"]"
442
  msgstr ""
443
 
444
- #: core/options-pages.php:992
445
  #, php-format
446
  msgid ""
447
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
448
  msgstr ""
449
 
450
- #: core/options-pages.php:994
451
  #, php-format
452
  msgid "%sLearn more%s."
453
  msgstr ""
454
 
455
- #: core/options-pages.php:996
456
  #, php-format
457
  msgid ""
458
  "Please check out your gallery front-end and back-end functionality once this "
@@ -460,207 +485,254 @@ msgid ""
460
  "%s."
461
  msgstr ""
462
 
463
- #: core/options-pages.php:1066 core/options-pages.php:1212
464
  msgid "Assign following taxonomies to Media Library:"
465
  msgstr "Folgende Taxonomien der Mediathek zuweisen:"
466
 
467
- #: core/options-pages.php:1085 core/options-pages.php:1150
468
- #: core/options-pages.php:1231
469
  msgid "Assign Taxonomy"
470
  msgstr "Taxonomie zuweisen"
471
 
472
- #: core/options-pages.php:1086 core/options-pages.php:1232
473
  msgid "Edit Taxonomy"
474
  msgstr "Taxonomie bearbeiten"
475
 
476
- #: core/options-pages.php:1090 core/options-pages.php:1152
477
  msgid "Delete Taxonomy"
478
  msgstr "Taxonomie löschen"
479
 
480
- #: core/options-pages.php:1095 core/options-pages.php:1157
481
  msgid "Labels"
482
  msgstr ""
483
 
484
- #: core/options-pages.php:1097 core/options-pages.php:1159
485
  msgid "Singular"
486
  msgstr ""
487
 
488
- #: core/options-pages.php:1098 core/options-pages.php:1160
489
  msgid "Plural"
490
  msgstr ""
491
 
492
- #: core/options-pages.php:1099 core/options-pages.php:1161
493
  msgid "Menu Name"
494
  msgstr "Menü Name"
495
 
496
- #: core/options-pages.php:1112 core/options-pages.php:1135
497
- #: core/options-pages.php:1174 core/options-pages.php:1235
498
- #: core/options-pages.php:1530
499
  msgid "Settings"
500
  msgstr "Einstellungen"
501
 
502
- #: core/options-pages.php:1114 core/options-pages.php:1176
503
  msgid "Taxonomy Name"
504
  msgstr "Taxonomie Name"
505
 
506
- #: core/options-pages.php:1115 core/options-pages.php:1177
507
  msgid "Hierarchical"
508
  msgstr "Hierarchisch"
509
 
510
- #: core/options-pages.php:1116 core/options-pages.php:1178
511
  msgid "Column for List View"
512
  msgstr ""
513
 
514
- #: core/options-pages.php:1117 core/options-pages.php:1137
515
- #: core/options-pages.php:1179 core/options-pages.php:1237
516
  msgid "Filter for List View"
517
  msgstr ""
518
 
519
- #: core/options-pages.php:1118 core/options-pages.php:1138
520
- #: core/options-pages.php:1180 core/options-pages.php:1238
521
  msgid "Filter for Grid View / Media Popup"
522
  msgstr ""
523
 
524
- #: core/options-pages.php:1119 core/options-pages.php:1139
525
- #: core/options-pages.php:1181 core/options-pages.php:1239
526
  msgid "Edit in Media Popup"
527
  msgstr ""
528
 
529
- #: core/options-pages.php:1120 core/options-pages.php:1182
530
  msgid "Show in Nav Menu"
531
  msgstr ""
532
 
533
- #: core/options-pages.php:1121 core/options-pages.php:1183
534
  msgid "Remember Terms Order (sort)"
535
  msgstr ""
536
 
537
- #: core/options-pages.php:1122 core/options-pages.php:1184
538
  msgid "Show in REST"
539
  msgstr ""
540
 
541
- #: core/options-pages.php:1123 core/options-pages.php:1185
542
  msgid "Rewrite Slug"
543
  msgstr ""
544
 
545
- #: core/options-pages.php:1124 core/options-pages.php:1186
546
  msgid "Slug with Front"
547
  msgstr ""
548
 
549
- #: core/options-pages.php:1198
550
  msgid "Add New Taxonomy"
551
  msgstr "Neue Taxonomie hinzufügen"
552
 
553
- #: core/options-pages.php:1208
554
  msgid "Non-Media Taxonomies"
555
  msgstr "Nicht-Medien Taxonimien"
556
 
557
- #: core/options-pages.php:1269
558
  msgid "Options"
559
  msgstr "Optionen"
560
 
561
- #: core/options-pages.php:1279 core/options-pages.php:1282
562
  msgid "Taxonomy archive pages"
563
  msgstr "Taxonomie Archiv Seiten"
564
 
565
- #: core/options-pages.php:1283
566
  msgid "Turn on media taxonomy archive pages on the front-end"
567
  msgstr "Medien Taxonomie Archive auf der Website aktivieren"
568
 
569
- #: core/options-pages.php:1284
570
  msgid ""
571
  "Re-save your permalink settings after this option change to make it work."
572
  msgstr ""
573
  "Speichere deine Permalink-Einstellungen erneut ab, damit diese Einstellung "
574
  "greift."
575
 
576
- #: core/options-pages.php:1290 core/options-pages.php:1293
577
  msgid "Assign all like hierarchical"
578
  msgstr "Alle als hierarchisch zuweisen"
579
 
580
- #: core/options-pages.php:1294
581
  msgid ""
582
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
583
  msgstr ""
584
  "Zeige nicht-hierarchische Taxonomien in der Rasterdarstellung und in Medien-"
585
  "Popups als hierarchisch an"
586
 
587
- #: core/options-pages.php:1300 core/options-pages.php:1303
588
  msgid "Force filters"
589
  msgstr "Filter erzwingen"
590
 
591
- #: core/options-pages.php:1304
592
  msgid "Show media filters for ANY Media Popup"
593
  msgstr ""
594
 
595
- #: core/options-pages.php:1305
596
  msgid "Try this if filters are not shown for third-party plugins or themes."
597
  msgstr ""
598
 
599
- #: core/options-pages.php:1359
600
  msgid "Add New MIME Type"
601
  msgstr "Neuen MIME Type hinzufügen"
602
 
603
- #: core/options-pages.php:1377 core/options-pages.php:1432
604
  msgid "Extension"
605
  msgstr "Dateiendung"
606
 
607
- #: core/options-pages.php:1378 core/options-pages.php:1433
608
  msgid "MIME Type"
609
  msgstr "MIME Type"
610
 
611
- #: core/options-pages.php:1379 core/options-pages.php:1434
612
  msgid "Singular Label"
613
  msgstr "Singular Beschriftung"
614
 
615
- #: core/options-pages.php:1380 core/options-pages.php:1435
616
  msgid "Plural Label"
617
  msgstr "Plural Beschriftung"
618
 
619
- #: core/options-pages.php:1381 core/options-pages.php:1411
620
- #: core/options-pages.php:1424 core/options-pages.php:1436
621
  msgid "Add Filter"
622
  msgstr "Filter hinzufügen"
623
 
624
- #: core/options-pages.php:1382 core/options-pages.php:1412
625
- #: core/options-pages.php:1425 core/options-pages.php:1437
626
  msgid "Allow Upload"
627
  msgstr "Upload erlauben"
628
 
629
- #: core/options-pages.php:1426
630
  msgid "Delete MIME Type"
631
  msgstr "MIME Type löschen"
632
 
633
- #: core/options-pages.php:1443
634
  msgid "Restore WordPress default MIME Types"
635
  msgstr ""
636
 
637
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
638
  msgid "Save Changes"
639
  msgstr "Änderungen speichern"
640
 
641
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
642
  msgid "Vote!"
643
  msgstr ""
644
 
645
- #: core/taxonomies.php:81
646
  msgid "Media Taxonomies settings saved."
647
  msgstr ""
648
 
649
- #: core/taxonomies.php:139
650
  msgid "Media Library settings saved."
651
  msgstr ""
652
 
653
- #: core/taxonomies.php:338 core/taxonomies.php:344
654
  #: enhanced-media-library.php:489
655
- msgid "Filter by "
656
- msgstr "Filtern nach "
657
-
658
- #: core/taxonomies.php:345 enhanced-media-library.php:490
659
- msgid "All "
660
- msgstr "Alle "
661
 
662
- #: core/taxonomies.php:346 enhanced-media-library.php:491
663
- msgid "Not in "
664
  msgstr "Nicht in"
665
 
666
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
@@ -679,47 +751,91 @@ msgstr ""
679
  msgid "Based On"
680
  msgstr ""
681
 
682
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
  msgid "Remove"
684
  msgstr "Entfernen"
685
 
686
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
687
  msgid "Deselect"
688
  msgstr "Auswahl entfernen"
689
 
690
- #: pro/core/bulk-edit.php:112
691
  msgid "Caption this image&hellip;"
692
  msgstr "Beschrifte dieses Bild&hellip;"
693
 
694
- #: pro/core/bulk-edit.php:116
695
  msgid "Describe this video&hellip;"
696
  msgstr "Beschreibe diese Video-Datei&hellip;"
697
 
698
- #: pro/core/bulk-edit.php:118
699
  msgid "Describe this audio file&hellip;"
700
  msgstr "Beschreibe diese Audio-Datei&hellip;"
701
 
702
- #: pro/core/bulk-edit.php:120
703
  msgid "Describe this media file&hellip;"
704
  msgstr "Beschreibe diese Medien-Datei&hellip;"
705
 
706
- #: pro/core/bulk-edit.php:129
707
  msgid "Attachments Details"
708
  msgstr "Mediendetails"
709
 
710
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
711
  msgid "Select All"
712
  msgstr "Alle auswählen"
713
 
714
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
715
  msgid "Edit Selection"
716
  msgstr "Auswahl bearbeiten"
717
 
718
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
719
  msgid "Deselect All"
720
  msgstr "Auswahl aller entfernen"
721
 
722
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
723
  msgid "Delete Selected"
724
  msgstr "Ausgewählte löschen"
725
 
@@ -805,17 +921,12 @@ msgstr "Änderungen sofort speichern"
805
 
806
  #: pro/core/options-pages.php:201
807
  msgid ""
808
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
809
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
810
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
811
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
812
  "files / taxonomies with this option turned on."
813
  msgstr ""
814
- "Jeder Klick auf eine Taxonomie-Checkbox während der Massenbearbeitung von "
815
- "Medien führt zum <strong style=\"color:red\">sofortigen Speichern</strong> "
816
- "der Daten. Bitte sei vorsichtig! Es ist wesentlich wahrscheinlicher <strong "
817
- "style=\"color:red\">ausversehen falsche Zuweisungen</strong> von vielen "
818
- "Medien/Taxonomien durchzuführen, wenn diese Option aktiviert ist."
819
 
820
  #: pro/core/options-pages.php:202
821
  msgid ""
@@ -928,7 +1039,7 @@ msgid ""
928
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
929
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
930
  "be active. Please network deactivate and delete the free versions of the "
931
- "plugin. All your data will remail intact."
932
  msgstr ""
933
 
934
  #: pro/enhanced-media-library-pro.php:299
@@ -947,6 +1058,31 @@ msgid ""
947
  "intact."
948
  msgstr ""
949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
950
  #~ msgctxt "uploaded files"
951
  #~ msgid "All (%s)"
952
  #~ msgid_plural "All (%s)"
@@ -1069,8 +1205,3 @@ msgstr ""
1069
 
1070
  #~ msgid "Enhanced Media Library PRO"
1071
  #~ msgstr "Enhanced Media Library PRO"
1072
-
1073
- #~ msgid ""
1074
- #~ "This plugin will be handy for those who need to manage a lot of media "
1075
- #~ "files."
1076
- #~ msgstr "Dieses Plugin ist nützlich für alle, die viele Medien verwalten."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
+ "POT-Creation-Date: 2016-04-30 12:49+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: Markus Kottländer\n"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
+ #: core/options-pages.php:97 core/options-pages.php:217
40
+ #: core/options-pages.php:932 core/options-pages.php:1057
41
+ #: core/options-pages.php:1370 core/options-pages.php:1547
42
  msgid "Media Settings"
43
  msgstr "Medien-Einstellungen"
44
 
62
  msgid "General"
63
  msgstr ""
64
 
65
+ #: core/options-pages.php:190 core/options-pages.php:1078
66
  msgid "Media Taxonomies"
67
  msgstr "Media Taxonomien"
68
 
69
+ #: core/options-pages.php:214 core/options-pages.php:520
70
+ #: core/options-pages.php:928 core/options-pages.php:1053
71
+ #: core/options-pages.php:1366
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr ""
74
 
75
+ #: core/options-pages.php:228
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
+ #: core/options-pages.php:229
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
+ #: core/options-pages.php:233
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
+ #: core/options-pages.php:235
90
  msgid "Width"
91
  msgstr ""
92
 
93
+ #: core/options-pages.php:237
94
  msgid "Height"
95
  msgstr ""
96
 
97
+ #: core/options-pages.php:240
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
+ #: core/options-pages.php:245 core/options-pages.php:246
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
+ #: core/options-pages.php:247 core/options-pages.php:257
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
+ #: core/options-pages.php:249 core/options-pages.php:259
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
+ #: core/options-pages.php:255 core/options-pages.php:256
115
  msgid "Large size"
116
  msgstr ""
117
 
118
+ #: core/options-pages.php:272
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
+ #: core/options-pages.php:279
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
+ #: core/options-pages.php:286
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
+ #: core/options-pages.php:290
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
+ #: core/options-pages.php:296
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
+ #: core/options-pages.php:298
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
+ #: core/options-pages.php:306
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
+ #: core/options-pages.php:378 core/options-pages.php:1102
148
+ #: core/options-pages.php:1117 core/options-pages.php:1180
149
+ #: core/options-pages.php:1249
150
  msgid "Edit"
151
  msgstr "Bearbeiten"
152
 
153
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "Schließen"
156
 
157
+ #: core/options-pages.php:380 core/options-pages.php:1118
158
+ #: core/options-pages.php:1181
159
  msgid "View"
160
  msgstr "Anzeigen"
161
 
162
+ #: core/options-pages.php:381 core/options-pages.php:1119
163
+ #: core/options-pages.php:1182
164
  msgid "Update"
165
  msgstr "Aktualisieren"
166
 
167
+ #: core/options-pages.php:382 core/options-pages.php:1120
168
+ #: core/options-pages.php:1183
169
  msgid "Add New"
170
  msgstr ""
171
 
172
+ #: core/options-pages.php:383 core/options-pages.php:1121
173
+ #: core/options-pages.php:1184
174
  msgid "New"
175
  msgstr ""
176
 
177
+ #: core/options-pages.php:384
178
  msgid "Name"
179
  msgstr ""
180
 
181
+ #: core/options-pages.php:385 core/options-pages.php:1122
182
+ #: core/options-pages.php:1185
183
  msgid "Parent"
184
  msgstr ""
185
 
186
+ #: core/options-pages.php:386 core/options-pages.php:616
187
+ #: core/options-pages.php:1116 core/options-pages.php:1179
188
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
189
  msgid "All"
190
  msgstr "Alle"
191
 
192
+ #: core/options-pages.php:387 core/options-pages.php:1123
193
+ #: core/options-pages.php:1186
194
  msgid "Search"
195
  msgstr "Durchsuchen"
196
 
197
+ #: core/options-pages.php:389 core/options-pages.php:1167
198
+ msgid "New Taxonomy"
199
+ msgstr ""
200
+
201
+ #: core/options-pages.php:391
202
+ msgid "Remove Taxonomy"
203
+ msgstr ""
204
+
205
+ #: core/options-pages.php:392
206
+ msgid "Taxonomy will be removed."
207
+ msgstr ""
208
+
209
+ #: core/options-pages.php:393
210
  msgid ""
211
+ "Taxonomy terms (categories) will remain intact in the database. If you "
212
+ "create a taxonomy with the same name in the future, its terms (categories) "
213
+ "will be available again."
214
  msgstr ""
215
 
216
+ #: core/options-pages.php:394
217
+ msgid "Media items will remain intact."
218
  msgstr ""
219
 
220
+ #: core/options-pages.php:395
221
+ msgid "Are you still sure?"
222
  msgstr ""
223
 
224
+ #: core/options-pages.php:396
225
+ msgid "Yes, remove taxonomy"
226
  msgstr ""
227
 
228
+ #: core/options-pages.php:398
229
+ msgid "Duplicate"
230
  msgstr ""
231
 
232
+ #: core/options-pages.php:399
233
+ msgid "Taxonomy with the same name already exists. Please chose other one."
234
  msgstr ""
235
 
236
+ #: core/options-pages.php:401
237
+ msgid "Empty Fields"
238
  msgstr ""
239
 
240
+ #: core/options-pages.php:402
241
+ msgid "Please choose Singular and Plural names for all new taxomonies."
242
  msgstr ""
243
 
244
+ #: core/options-pages.php:403
245
+ msgid "Please choose Singilar name for all new taxomonies."
246
+ msgstr ""
247
+
248
+ #: core/options-pages.php:404
249
+ msgid "Please choose Plural Name for all new taxomonies."
250
  msgstr ""
251
 
252
+ #: core/options-pages.php:406
253
+ msgid "Ok"
254
+ msgstr ""
255
+
256
+ #: core/options-pages.php:407 core/options-pages.php:412
257
+ #: core/options-pages.php:495
258
  msgid "Cancel"
259
  msgstr ""
260
 
261
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
262
+ msgid "Synchronize Now"
263
+ msgstr ""
264
+
265
+ #: core/options-pages.php:410 core/options-pages.php:492
266
+ msgid "This operation cannot be canceled! Are you still sure?"
267
+ msgstr ""
268
+
269
+ #: core/options-pages.php:411
270
+ msgid "Synchronize"
271
+ msgstr ""
272
+
273
+ #: core/options-pages.php:413
274
  msgid "Synchronizing..."
275
  msgstr ""
276
 
277
+ #: core/options-pages.php:451
278
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
279
  msgstr ""
280
 
281
+ #: core/options-pages.php:452
282
  msgid "Please fill into all fields."
283
  msgstr ""
284
 
285
+ #: core/options-pages.php:453
286
  msgid "Duplicate extensions or MIME types. Please chose other one."
287
  msgstr ""
288
 
289
+ #: core/options-pages.php:490 core/options-pages.php:607
290
+ msgid "Complete Cleanup"
291
+ msgstr ""
292
+
293
+ #: core/options-pages.php:491
294
  msgid ""
295
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
296
  "plugin data</strong> from the database including backups."
297
  msgstr ""
298
 
299
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
300
  msgid "Yes, delete all data"
301
  msgstr ""
302
 
303
+ #: core/options-pages.php:494
304
  msgid "Cleaning..."
305
  msgstr ""
306
 
307
+ #: core/options-pages.php:525
308
  msgid "Enhanced Media Library Settings"
309
  msgstr ""
310
 
311
+ #: core/options-pages.php:535
312
  msgid "Export"
313
  msgstr ""
314
 
315
+ #: core/options-pages.php:539
316
  msgid ""
317
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
318
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
319
  "configuration file. It allows you to easily import the configuration into "
320
  "another website."
321
  msgstr ""
322
 
323
+ #: core/options-pages.php:544
324
  msgid "Export Plugin Settings"
325
  msgstr ""
326
 
327
+ #: core/options-pages.php:554
328
  msgid "Import"
329
  msgstr ""
330
 
331
+ #: core/options-pages.php:558
332
  msgid ""
333
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
334
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
335
  "configuration file which can be obtained by exporting the settings on "
336
  "another website using the export button above."
337
  msgstr ""
338
 
339
+ #: core/options-pages.php:559
340
  msgid ""
341
+ "All plugin settings will be overridden by the import. You will have a chance "
342
  "to restore current data from an automatic backup in case you are not "
343
  "satisfied with the result of the import."
344
  msgstr ""
345
 
346
+ #: core/options-pages.php:566
347
  msgid "Import Plugin Settings"
348
  msgstr ""
349
 
350
+ #: core/options-pages.php:578
351
  msgid "Restore"
352
  msgstr ""
353
 
354
+ #: core/options-pages.php:584
355
  msgid "No backup available at the moment."
356
  msgstr ""
357
 
358
+ #: core/options-pages.php:586
359
  msgid "Backup will be created automatically before any import operation."
360
  msgstr ""
361
 
362
+ #: core/options-pages.php:590
363
  msgid ""
364
+ "The backup has been automatically created before the latest import operation."
365
  msgstr ""
366
 
367
+ #: core/options-pages.php:594
368
  msgid "Restore Settings from the Backup"
369
  msgstr ""
370
 
371
+ #: core/options-pages.php:614
372
  msgid "What will be deleted:"
373
  msgstr ""
374
 
375
+ #: core/options-pages.php:619
376
  msgid "All plugin options"
377
  msgstr ""
378
 
379
+ #: core/options-pages.php:620
380
  msgid "All plugin backups stored in database"
381
  msgstr ""
382
 
383
+ #: core/options-pages.php:624
384
  msgid "What will remain intact:"
385
  msgstr ""
386
 
387
+ #: core/options-pages.php:625
388
  msgid "All media items"
389
  msgstr ""
390
 
391
+ #: core/options-pages.php:626
392
  msgid "All taxonomies not listed above"
393
  msgstr ""
394
 
395
+ #: core/options-pages.php:629
396
  msgid ""
397
  "The plugin cannot delete itself because of security reason. Please delete it "
398
  "manually from plugin list after cleanup."
399
  msgstr ""
400
 
401
+ #: core/options-pages.php:631
402
  msgid ""
403
  "If you are not sure about this operation please create a backup of your "
404
  "database prior to cleanup!"
405
  msgstr ""
406
 
407
+ #: core/options-pages.php:637
408
  msgid "Delete All Data & Deactivate"
409
  msgstr ""
410
 
411
+ #: core/options-pages.php:742
412
  msgid "Please upload a file to import settings."
413
  msgstr ""
414
 
415
+ #: core/options-pages.php:762
416
  msgid "Plugin settings imported."
417
  msgstr ""
418
 
419
+ #: core/options-pages.php:809
420
  msgid "Plugin settings restored from the backup."
421
  msgstr ""
422
 
423
+ #: core/options-pages.php:953
424
  msgid "Media Items Order"
425
  msgstr ""
426
 
427
+ #: core/options-pages.php:960
428
  msgid "Order media items by"
429
  msgstr ""
430
 
431
+ #: core/options-pages.php:967 core/options-pages.php:979
432
  msgid "For media library and media popups"
433
  msgstr ""
434
 
435
+ #: core/options-pages.php:968
436
  msgid "Option allows to change order by drag and drop with Custom Order value."
437
  msgstr ""
438
 
439
+ #: core/options-pages.php:973
440
  msgid "Sort order"
441
  msgstr ""
442
 
443
+ #: core/options-pages.php:992
444
  msgid "Media Shortcodes"
445
  msgstr ""
446
 
447
+ #: core/options-pages.php:999 core/options-pages.php:1002
448
  msgid "Enhanced media shortcodes"
449
  msgstr ""
450
 
451
+ #: core/options-pages.php:1003
452
  msgid ""
453
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
454
+ "upload date, and media items number limit"
455
  msgstr ""
456
 
457
+ #: core/options-pages.php:1004
458
+ msgid "Gallery example:"
 
 
459
  msgstr ""
460
 
461
+ #: core/options-pages.php:1005
462
+ msgid "Audio playlist example:"
 
 
463
  msgstr ""
464
 
465
+ #: core/options-pages.php:1006
466
+ msgid "Video playlist example:"
 
 
467
  msgstr ""
468
 
469
+ #: core/options-pages.php:1008
470
  #, php-format
471
  msgid ""
472
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
473
  msgstr ""
474
 
475
+ #: core/options-pages.php:1010
476
  #, php-format
477
  msgid "%sLearn more%s."
478
  msgstr ""
479
 
480
+ #: core/options-pages.php:1012
481
  #, php-format
482
  msgid ""
483
  "Please check out your gallery front-end and back-end functionality once this "
485
  "%s."
486
  msgstr ""
487
 
488
+ #: core/options-pages.php:1082 core/options-pages.php:1229
489
  msgid "Assign following taxonomies to Media Library:"
490
  msgstr "Folgende Taxonomien der Mediathek zuweisen:"
491
 
492
+ #: core/options-pages.php:1101 core/options-pages.php:1167
493
+ #: core/options-pages.php:1248
494
  msgid "Assign Taxonomy"
495
  msgstr "Taxonomie zuweisen"
496
 
497
+ #: core/options-pages.php:1102 core/options-pages.php:1249
498
  msgid "Edit Taxonomy"
499
  msgstr "Taxonomie bearbeiten"
500
 
501
+ #: core/options-pages.php:1106 core/options-pages.php:1169
502
  msgid "Delete Taxonomy"
503
  msgstr "Taxonomie löschen"
504
 
505
+ #: core/options-pages.php:1111 core/options-pages.php:1174
506
  msgid "Labels"
507
  msgstr ""
508
 
509
+ #: core/options-pages.php:1113 core/options-pages.php:1176
510
  msgid "Singular"
511
  msgstr ""
512
 
513
+ #: core/options-pages.php:1114 core/options-pages.php:1177
514
  msgid "Plural"
515
  msgstr ""
516
 
517
+ #: core/options-pages.php:1115 core/options-pages.php:1178
518
  msgid "Menu Name"
519
  msgstr "Menü Name"
520
 
521
+ #: core/options-pages.php:1128 core/options-pages.php:1151
522
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
523
  msgid "Settings"
524
  msgstr "Einstellungen"
525
 
526
+ #: core/options-pages.php:1130 core/options-pages.php:1193
527
  msgid "Taxonomy Name"
528
  msgstr "Taxonomie Name"
529
 
530
+ #: core/options-pages.php:1131 core/options-pages.php:1194
531
  msgid "Hierarchical"
532
  msgstr "Hierarchisch"
533
 
534
+ #: core/options-pages.php:1132 core/options-pages.php:1195
535
  msgid "Column for List View"
536
  msgstr ""
537
 
538
+ #: core/options-pages.php:1133 core/options-pages.php:1153
539
+ #: core/options-pages.php:1196 core/options-pages.php:1254
540
  msgid "Filter for List View"
541
  msgstr ""
542
 
543
+ #: core/options-pages.php:1134 core/options-pages.php:1154
544
+ #: core/options-pages.php:1197 core/options-pages.php:1255
545
  msgid "Filter for Grid View / Media Popup"
546
  msgstr ""
547
 
548
+ #: core/options-pages.php:1135 core/options-pages.php:1155
549
+ #: core/options-pages.php:1198 core/options-pages.php:1256
550
  msgid "Edit in Media Popup"
551
  msgstr ""
552
 
553
+ #: core/options-pages.php:1136 core/options-pages.php:1199
554
  msgid "Show in Nav Menu"
555
  msgstr ""
556
 
557
+ #: core/options-pages.php:1137 core/options-pages.php:1200
558
  msgid "Remember Terms Order (sort)"
559
  msgstr ""
560
 
561
+ #: core/options-pages.php:1138 core/options-pages.php:1201
562
  msgid "Show in REST"
563
  msgstr ""
564
 
565
+ #: core/options-pages.php:1139 core/options-pages.php:1202
566
  msgid "Rewrite Slug"
567
  msgstr ""
568
 
569
+ #: core/options-pages.php:1140 core/options-pages.php:1203
570
  msgid "Slug with Front"
571
  msgstr ""
572
 
573
+ #: core/options-pages.php:1215
574
  msgid "Add New Taxonomy"
575
  msgstr "Neue Taxonomie hinzufügen"
576
 
577
+ #: core/options-pages.php:1225
578
  msgid "Non-Media Taxonomies"
579
  msgstr "Nicht-Medien Taxonimien"
580
 
581
+ #: core/options-pages.php:1286
582
  msgid "Options"
583
  msgstr "Optionen"
584
 
585
+ #: core/options-pages.php:1296 core/options-pages.php:1299
586
  msgid "Taxonomy archive pages"
587
  msgstr "Taxonomie Archiv Seiten"
588
 
589
+ #: core/options-pages.php:1300
590
  msgid "Turn on media taxonomy archive pages on the front-end"
591
  msgstr "Medien Taxonomie Archive auf der Website aktivieren"
592
 
593
+ #: core/options-pages.php:1301
594
  msgid ""
595
  "Re-save your permalink settings after this option change to make it work."
596
  msgstr ""
597
  "Speichere deine Permalink-Einstellungen erneut ab, damit diese Einstellung "
598
  "greift."
599
 
600
+ #: core/options-pages.php:1307 core/options-pages.php:1310
601
  msgid "Assign all like hierarchical"
602
  msgstr "Alle als hierarchisch zuweisen"
603
 
604
+ #: core/options-pages.php:1311
605
  msgid ""
606
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
607
  msgstr ""
608
  "Zeige nicht-hierarchische Taxonomien in der Rasterdarstellung und in Medien-"
609
  "Popups als hierarchisch an"
610
 
611
+ #: core/options-pages.php:1317 core/options-pages.php:1320
612
  msgid "Force filters"
613
  msgstr "Filter erzwingen"
614
 
615
+ #: core/options-pages.php:1321
616
  msgid "Show media filters for ANY Media Popup"
617
  msgstr ""
618
 
619
+ #: core/options-pages.php:1322
620
  msgid "Try this if filters are not shown for third-party plugins or themes."
621
  msgstr ""
622
 
623
+ #: core/options-pages.php:1376
624
  msgid "Add New MIME Type"
625
  msgstr "Neuen MIME Type hinzufügen"
626
 
627
+ #: core/options-pages.php:1394 core/options-pages.php:1449
628
  msgid "Extension"
629
  msgstr "Dateiendung"
630
 
631
+ #: core/options-pages.php:1395 core/options-pages.php:1450
632
  msgid "MIME Type"
633
  msgstr "MIME Type"
634
 
635
+ #: core/options-pages.php:1396 core/options-pages.php:1451
636
  msgid "Singular Label"
637
  msgstr "Singular Beschriftung"
638
 
639
+ #: core/options-pages.php:1397 core/options-pages.php:1452
640
  msgid "Plural Label"
641
  msgstr "Plural Beschriftung"
642
 
643
+ #: core/options-pages.php:1398 core/options-pages.php:1428
644
+ #: core/options-pages.php:1441 core/options-pages.php:1453
645
  msgid "Add Filter"
646
  msgstr "Filter hinzufügen"
647
 
648
+ #: core/options-pages.php:1399 core/options-pages.php:1429
649
+ #: core/options-pages.php:1442 core/options-pages.php:1454
650
  msgid "Allow Upload"
651
  msgstr "Upload erlauben"
652
 
653
+ #: core/options-pages.php:1443
654
  msgid "Delete MIME Type"
655
  msgstr "MIME Type löschen"
656
 
657
+ #: core/options-pages.php:1460
658
  msgid "Restore WordPress default MIME Types"
659
  msgstr ""
660
 
661
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
662
  msgid "Save Changes"
663
  msgstr "Änderungen speichern"
664
 
665
+ #: core/options-pages.php:1499
666
+ msgid "Changelog"
667
+ msgstr ""
668
+
669
+ #: core/options-pages.php:1500
670
+ msgid "What's new in"
671
+ msgstr ""
672
+
673
+ #: core/options-pages.php:1500
674
+ msgid "version"
675
+ msgstr ""
676
+
677
+ #: core/options-pages.php:1503
678
+ msgid "More features under the hood"
679
+ msgstr ""
680
+
681
+ #: core/options-pages.php:1505
682
+ msgid "Support"
683
+ msgstr ""
684
+
685
+ #: core/options-pages.php:1506
686
+ msgid "Feel free to ask for help on"
687
+ msgstr ""
688
+
689
+ #: core/options-pages.php:1506
690
+ msgid "Support is free for both versions of the plugin."
691
+ msgstr ""
692
+
693
+ #: core/options-pages.php:1508
694
+ msgid "Plugin rating"
695
+ msgstr ""
696
+
697
+ #: core/options-pages.php:1509
698
+ msgid "Please"
699
+ msgstr ""
700
+
701
+ #: core/options-pages.php:1509
702
+ msgid "vote for the plugin"
703
+ msgstr ""
704
+
705
+ #: core/options-pages.php:1509
706
+ msgid "Thanks!"
707
+ msgstr ""
708
+
709
+ #: core/options-pages.php:1511
710
+ msgid "Other plugins you may find useful"
711
+ msgstr ""
712
+
713
+ #: core/options-pages.php:1550
714
+ msgid "Utility"
715
+ msgstr ""
716
+
717
+ #: core/options-pages.php:1571
718
  msgid "Vote!"
719
  msgstr ""
720
 
721
+ #: core/taxonomies.php:101
722
  msgid "Media Taxonomies settings saved."
723
  msgstr ""
724
 
725
+ #: core/taxonomies.php:159
726
  msgid "Media Library settings saved."
727
  msgstr ""
728
 
729
+ #: core/taxonomies.php:358 core/taxonomies.php:364
730
  #: enhanced-media-library.php:489
731
+ msgid "Filter by"
732
+ msgstr "Filtern nach"
 
 
 
 
733
 
734
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
735
+ msgid "Not in"
736
  msgstr "Nicht in"
737
 
738
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
751
  msgid "Based On"
752
  msgstr ""
753
 
754
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
755
+ msgid "Media Categories"
756
+ msgstr ""
757
+
758
+ #: enhanced-media-library.php:570
759
+ msgid "Media Category"
760
+ msgstr ""
761
+
762
+ #: enhanced-media-library.php:572
763
+ msgid "All Media Categories"
764
+ msgstr ""
765
+
766
+ #: enhanced-media-library.php:573
767
+ msgid "Edit Media Category"
768
+ msgstr ""
769
+
770
+ #: enhanced-media-library.php:574
771
+ msgid "View Media Category"
772
+ msgstr ""
773
+
774
+ #: enhanced-media-library.php:575
775
+ msgid "Update Media Category"
776
+ msgstr ""
777
+
778
+ #: enhanced-media-library.php:576
779
+ msgid "Add New Media Category"
780
+ msgstr ""
781
+
782
+ #: enhanced-media-library.php:577
783
+ msgid "New Media Category Name"
784
+ msgstr ""
785
+
786
+ #: enhanced-media-library.php:578
787
+ msgid "Parent Media Category"
788
+ msgstr ""
789
+
790
+ #: enhanced-media-library.php:579
791
+ msgid "Parent Media Category:"
792
+ msgstr ""
793
+
794
+ #: enhanced-media-library.php:580
795
+ msgid "Search Media Categories"
796
+ msgstr ""
797
+
798
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
799
  msgid "Remove"
800
  msgstr "Entfernen"
801
 
802
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
803
  msgid "Deselect"
804
  msgstr "Auswahl entfernen"
805
 
806
+ #: pro/core/bulk-edit.php:105
807
  msgid "Caption this image&hellip;"
808
  msgstr "Beschrifte dieses Bild&hellip;"
809
 
810
+ #: pro/core/bulk-edit.php:109
811
  msgid "Describe this video&hellip;"
812
  msgstr "Beschreibe diese Video-Datei&hellip;"
813
 
814
+ #: pro/core/bulk-edit.php:111
815
  msgid "Describe this audio file&hellip;"
816
  msgstr "Beschreibe diese Audio-Datei&hellip;"
817
 
818
+ #: pro/core/bulk-edit.php:113
819
  msgid "Describe this media file&hellip;"
820
  msgstr "Beschreibe diese Medien-Datei&hellip;"
821
 
822
+ #: pro/core/bulk-edit.php:122
823
  msgid "Attachments Details"
824
  msgstr "Mediendetails"
825
 
826
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
827
  msgid "Select All"
828
  msgstr "Alle auswählen"
829
 
830
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
831
  msgid "Edit Selection"
832
  msgstr "Auswahl bearbeiten"
833
 
834
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
835
  msgid "Deselect All"
836
  msgstr "Auswahl aller entfernen"
837
 
838
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
839
  msgid "Delete Selected"
840
  msgstr "Ausgewählte löschen"
841
 
921
 
922
  #: pro/core/options-pages.php:201
923
  msgid ""
924
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
925
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
926
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
927
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
928
  "files / taxonomies with this option turned on."
929
  msgstr ""
 
 
 
 
 
930
 
931
  #: pro/core/options-pages.php:202
932
  msgid ""
1039
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1040
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1041
  "be active. Please network deactivate and delete the free versions of the "
1042
+ "plugin. All your data will remain intact."
1043
  msgstr ""
1044
 
1045
  #: pro/enhanced-media-library-pro.php:299
1058
  "intact."
1059
  msgstr ""
1060
 
1061
+ #. Description of the plugin/theme
1062
+ msgid ""
1063
+ "This plugin will be handy for those who need to manage a lot of media files."
1064
+ msgstr "Dieses Plugin ist nützlich für alle, die viele Medien verwalten."
1065
+
1066
+ #~ msgid "Filter by "
1067
+ #~ msgstr "Filtern nach "
1068
+
1069
+ #~ msgid "Not in "
1070
+ #~ msgstr "Nicht in"
1071
+
1072
+ #~ msgid ""
1073
+ #~ "Any click on a taxonomy checkbox during media files bulk edition will "
1074
+ #~ "lead to an <strong style=\"color:red\">immediate saving</strong> of the "
1075
+ #~ "data. Please, be careful! You have much greater chance to <strong style="
1076
+ #~ "\"color:red\">accidentally perform wrong re-assigning</strong> of a lot "
1077
+ #~ "of your media files / taxonomies with this option turned on."
1078
+ #~ msgstr ""
1079
+ #~ "Jeder Klick auf eine Taxonomie-Checkbox während der Massenbearbeitung von "
1080
+ #~ "Medien führt zum <strong style=\"color:red\">sofortigen Speichern</"
1081
+ #~ "strong> der Daten. Bitte sei vorsichtig! Es ist wesentlich "
1082
+ #~ "wahrscheinlicher <strong style=\"color:red\">ausversehen falsche "
1083
+ #~ "Zuweisungen</strong> von vielen Medien/Taxonomien durchzuführen, wenn "
1084
+ #~ "diese Option aktiviert ist."
1085
+
1086
  #~ msgctxt "uploaded files"
1087
  #~ msgid "All (%s)"
1088
  #~ msgid_plural "All (%s)"
1205
 
1206
  #~ msgid "Enhanced Media Library PRO"
1207
  #~ msgstr "Enhanced Media Library PRO"
 
 
 
 
 
languages/enhanced-media-library-es_ES.mo CHANGED
Binary file
languages/enhanced-media-library-es_ES.po CHANGED
@@ -3,7 +3,7 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
- "POT-Creation-Date: 2016-04-14 02:59+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
@@ -36,9 +36,9 @@ msgid_plural " <span class=\"count\">(%s)</span>"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
- #: core/options-pages.php:97 core/options-pages.php:215
40
- #: core/options-pages.php:916 core/options-pages.php:1041
41
- #: core/options-pages.php:1353
42
  msgid "Media Settings"
43
  msgstr "Configuración de Medios"
44
 
@@ -62,433 +62,429 @@ msgstr "Media Library Mejorada"
62
  msgid "General"
63
  msgstr "General"
64
 
65
- #: core/options-pages.php:190 core/options-pages.php:1062
66
  msgid "Media Taxonomies"
67
  msgstr "Taxonomías de Medios"
68
 
69
- #: core/options-pages.php:212 core/options-pages.php:504
70
- #: core/options-pages.php:912 core/options-pages.php:1037
71
- #: core/options-pages.php:1349
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr "No tiene permisos suficientes para acceder a esta página."
74
 
75
- #: core/options-pages.php:226
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
- #: core/options-pages.php:227
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
- #: core/options-pages.php:231
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
- #: core/options-pages.php:233
90
  msgid "Width"
91
  msgstr ""
92
 
93
- #: core/options-pages.php:235
94
  msgid "Height"
95
  msgstr ""
96
 
97
- #: core/options-pages.php:238
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
- #: core/options-pages.php:243 core/options-pages.php:244
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
- #: core/options-pages.php:245 core/options-pages.php:255
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
- #: core/options-pages.php:247 core/options-pages.php:257
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
- #: core/options-pages.php:253 core/options-pages.php:254
115
  msgid "Large size"
116
  msgstr ""
117
 
118
- #: core/options-pages.php:270
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
- #: core/options-pages.php:277
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
- #: core/options-pages.php:284
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
- #: core/options-pages.php:288
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
- #: core/options-pages.php:294
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
- #: core/options-pages.php:296
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
- #: core/options-pages.php:304
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
- #: core/options-pages.php:376 core/options-pages.php:1086
148
- #: core/options-pages.php:1101 core/options-pages.php:1163
149
- #: core/options-pages.php:1232
150
  msgid "Edit"
151
  msgstr "Editar"
152
 
153
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "Cerrar"
156
 
157
- #: core/options-pages.php:378 core/options-pages.php:1102
158
- #: core/options-pages.php:1164
159
  msgid "View"
160
  msgstr "Ver"
161
 
162
- #: core/options-pages.php:379 core/options-pages.php:1103
163
- #: core/options-pages.php:1165
164
  msgid "Update"
165
  msgstr "Actualización"
166
 
167
- #: core/options-pages.php:380 core/options-pages.php:1104
168
- #: core/options-pages.php:1166
169
  msgid "Add New"
170
  msgstr "Añadir Nuevo"
171
 
172
- #: core/options-pages.php:381 core/options-pages.php:1105
173
- #: core/options-pages.php:1167
174
  msgid "New"
175
  msgstr "Nuevo"
176
 
177
- #: core/options-pages.php:382
178
  msgid "Name"
179
  msgstr "Nombre"
180
 
181
- #: core/options-pages.php:383 core/options-pages.php:1106
182
- #: core/options-pages.php:1168
183
  msgid "Parent"
184
  msgstr "Padre"
185
 
186
- #: core/options-pages.php:384 core/options-pages.php:600
187
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
188
  msgid "All"
189
  msgstr "Todo"
190
 
191
- #: core/options-pages.php:385 core/options-pages.php:1107
192
- #: core/options-pages.php:1169
193
  msgid "Search"
194
  msgstr "Buscar"
195
 
196
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
 
 
 
 
197
  msgid ""
198
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
199
- "but all the connections with this taxonomy and its terms will be lost."
 
200
  msgstr ""
201
- "Taxonomía se eliminará permanentemente! Sus archivos de medios permanecerán "
202
- "intactos, pero se pierden todas las conexiones con esta taxonomía y sus "
203
- "términos."
204
 
205
- #: core/options-pages.php:388
206
- msgid "There is already a taxonomy with the same name. Please chose other one."
207
- msgstr "Ya existe una taxonomía con el mismo nombre. Por favor elija otro."
208
 
209
- #: core/options-pages.php:389 core/options-pages.php:1150
210
- msgid "New Taxonomy"
211
- msgstr "Nueva Taxonomía"
212
 
213
- #: core/options-pages.php:390
214
- msgid "Please choose Singular and Plural names for all your new taxomonies."
215
  msgstr ""
216
- "Por favor seleccione los nombres en singular y plural para todos sus nuevas "
217
- "taxonomías."
218
 
219
- #: core/options-pages.php:391
220
- msgid "Please choose Singilar name for all your new taxomonies."
221
- msgstr "Por favor, elija el nombre Singular para todas sus nuevas taxonomías."
222
 
223
- #: core/options-pages.php:392
224
- msgid "Please choose Plural Name for all your new taxomonies."
225
- msgstr "Por favor, elija el Nombre Plural para todas sus nuevas taxonomías."
226
 
227
- #: core/options-pages.php:395 pro/core/options-pages.php:165
228
- msgid "Synchronize Now"
229
  msgstr ""
230
 
231
- #: core/options-pages.php:396
232
- msgid "This operation cannot be canceled. Are you still sure?"
233
  msgstr ""
234
 
235
- #: core/options-pages.php:397
236
- msgid "Synchronize"
 
 
 
 
237
  msgstr ""
238
 
239
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
240
  msgid "Cancel"
241
  msgstr ""
242
 
243
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgid "Synchronizing..."
245
  msgstr ""
246
 
247
- #: core/options-pages.php:435
248
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
249
  msgstr ""
250
  "¡Advertencia! Todos los tipos MIME personalizados serán eliminados por esta "
251
  "operación."
252
 
253
- #: core/options-pages.php:436
254
  msgid "Please fill into all fields."
255
  msgstr "Por favor, rellene todos los campos."
256
 
257
- #: core/options-pages.php:437
258
  msgid "Duplicate extensions or MIME types. Please chose other one."
259
  msgstr "Duplicar extensiones o tipos MIME. Por favor elija otra."
260
 
261
- #: core/options-pages.php:474
 
 
 
 
262
  msgid ""
263
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
264
  "plugin data</strong> from the database including backups."
265
  msgstr ""
266
 
267
- #: core/options-pages.php:475
268
- msgid "The operation cannot be canceled! Are you still sure?"
269
- msgstr ""
270
-
271
- #: core/options-pages.php:476 core/options-pages.php:591
272
- msgid "Complete Cleanup"
273
- msgstr ""
274
-
275
- #: core/options-pages.php:477
276
  msgid "Yes, delete all data"
277
  msgstr ""
278
 
279
- #: core/options-pages.php:479
280
  msgid "Cleaning..."
281
  msgstr ""
282
 
283
- #: core/options-pages.php:509
284
  msgid "Enhanced Media Library Settings"
285
  msgstr "Configuración Media Library Mejorada"
286
 
287
- #: core/options-pages.php:519
288
  msgid "Export"
289
  msgstr "Exportar"
290
 
291
- #: core/options-pages.php:523
292
  msgid ""
293
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
294
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
295
  "configuration file. It allows you to easily import the configuration into "
296
  "another website."
297
  msgstr ""
298
- "La configuración del plugin <strong>Ajustes de Medios> Taxonomías</strong> y "
299
- "<strong>Configuración de Contenido> Tipos MIME</strong> se pueden exportar a "
300
- "un archivo de configuración. Le permite importar fácilmente la configuración "
301
- "en otro sitio web."
302
 
303
- #: core/options-pages.php:528
304
  msgid "Export Plugin Settings"
305
  msgstr "Exportar la Configuración de Plugin"
306
 
307
- #: core/options-pages.php:538
308
  msgid "Import"
309
  msgstr "Importar"
310
 
311
- #: core/options-pages.php:542
312
  msgid ""
313
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
314
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
315
  "configuration file which can be obtained by exporting the settings on "
316
  "another website using the export button above."
317
  msgstr ""
318
- "La configuración del plugin <strong>Ajustes medios> Taxonomías</strong> y "
319
- "<strong>Ajustes de este contenido> Tipos MIME</strong> serán importados de "
320
- "un archivo de configuración que se puede obtener mediante la exportación de "
321
- "la configuración de otro sitio web mediante el botón de exportación arriba."
322
 
323
- #: core/options-pages.php:543
324
  msgid ""
325
- "All plugin settings will be overriden by the import. You will have a chance "
326
  "to restore current data from an automatic backup in case you are not "
327
  "satisfied with the result of the import."
328
  msgstr ""
329
- "Todos los ajustes del plugin serán invalidados por la importación. Tendrá la "
330
- "oportunidad de restaurar los datos actuales desde una copia de seguridad "
331
- "automática en caso de que no está satisfecho con el resultado de la "
332
- "importación."
333
 
334
- #: core/options-pages.php:550
335
  msgid "Import Plugin Settings"
336
  msgstr "Importar la Configuración de Plugin"
337
 
338
- #: core/options-pages.php:562
339
  msgid "Restore"
340
  msgstr "Restaurar"
341
 
342
- #: core/options-pages.php:568
343
  msgid "No backup available at the moment."
344
  msgstr "Ninguna copia de seguridad disponible en este momento."
345
 
346
- #: core/options-pages.php:570
347
  msgid "Backup will be created automatically before any import operation."
348
  msgstr ""
349
  "Copia de seguridad se crea automáticamente antes de cualquier operación de "
350
  "importación."
351
 
352
- #: core/options-pages.php:574
353
  msgid ""
354
- "The backup had been automatically created before the latest import opetarion."
355
  msgstr ""
356
- "La copia de seguridad se ha creado de forma automática antes de la última "
357
- "operación de importación."
358
 
359
- #: core/options-pages.php:578
360
  msgid "Restore Settings from the Backup"
361
  msgstr "Restaurar la Configuración de la Copia de Seguridad"
362
 
363
- #: core/options-pages.php:598
364
  msgid "What will be deleted:"
365
  msgstr ""
366
 
367
- #: core/options-pages.php:603
368
  msgid "All plugin options"
369
  msgstr ""
370
 
371
- #: core/options-pages.php:604
372
  msgid "All plugin backups stored in database"
373
  msgstr ""
374
 
375
- #: core/options-pages.php:608
376
  msgid "What will remain intact:"
377
  msgstr ""
378
 
379
- #: core/options-pages.php:609
380
  msgid "All media items"
381
  msgstr ""
382
 
383
- #: core/options-pages.php:610
384
  msgid "All taxonomies not listed above"
385
  msgstr ""
386
 
387
- #: core/options-pages.php:613
388
  msgid ""
389
  "The plugin cannot delete itself because of security reason. Please delete it "
390
  "manually from plugin list after cleanup."
391
  msgstr ""
392
 
393
- #: core/options-pages.php:615
394
  msgid ""
395
  "If you are not sure about this operation please create a backup of your "
396
  "database prior to cleanup!"
397
  msgstr ""
398
 
399
- #: core/options-pages.php:621
400
  msgid "Delete All Data & Deactivate"
401
  msgstr ""
402
 
403
- #: core/options-pages.php:726
404
  msgid "Please upload a file to import settings."
405
  msgstr "Por favor, sube un archivo para importar la configuración."
406
 
407
- #: core/options-pages.php:746
408
  msgid "Plugin settings imported."
409
  msgstr "Configuración del plugin importada."
410
 
411
- #: core/options-pages.php:793
412
  msgid "Plugin settings restored from the backup."
413
  msgstr "Configuración del plugin restaurada desde la copia de seguridad."
414
 
415
- #: core/options-pages.php:937
416
  msgid "Media Items Order"
417
  msgstr ""
418
 
419
- #: core/options-pages.php:944
420
  msgid "Order media items by"
421
  msgstr "Ordenar por elementos de medios"
422
 
423
- #: core/options-pages.php:951 core/options-pages.php:963
424
  msgid "For media library and media popups"
425
  msgstr "Para la biblioteca de medios y medios ventanas emergentes"
426
 
427
- #: core/options-pages.php:952
428
  msgid "Option allows to change order by drag and drop with Custom Order value."
429
  msgstr ""
430
  "Opción permite cambiar el orden de arrastrar y soltar con el valor de la "
431
  "orden de encargo."
432
 
433
- #: core/options-pages.php:957
434
  msgid "Sort order"
435
  msgstr "Orden de clasificación"
436
 
437
- #: core/options-pages.php:976
438
  msgid "Media Shortcodes"
439
  msgstr "Medios Shortcodes"
440
 
441
- #: core/options-pages.php:983 core/options-pages.php:986
442
  msgid "Enhanced media shortcodes"
443
  msgstr "Códigos cortos multimedia mejorados"
444
 
445
- #: core/options-pages.php:987
446
  msgid ""
447
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
448
- "uploade date, and media items number limit"
449
  msgstr ""
450
- "Mejorar códigos cortos de WordPress medios para hacerles entender las "
451
- "taxonomías de los medios, la fecha actualizada y elementos multimedia límite "
452
- "de número"
453
 
454
- #: core/options-pages.php:988
455
- msgid ""
456
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
457
- "year=\"2015\"]"
458
  msgstr ""
459
- "Ejemplo de Galería: [categoría de galería de medios =\"5\" límite = \"10\" "
460
- "numero de mes = \"12\" año = \"2015\"]"
461
 
462
- #: core/options-pages.php:989
463
- msgid ""
464
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
465
- "\"12\" year=\"2015\"]"
466
  msgstr ""
467
- "Ejemplo de lista de reproducción de audio: [lista de reproducción categoría "
468
- "de medios = límite de \"5\" = \"10\" numero de mes = \"12\" año = \"2015\"]"
469
 
470
- #: core/options-pages.php:990
471
- msgid ""
472
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
473
- "\"10\" monthnum=\"12\" year=\"2015\"]"
474
  msgstr ""
475
- "vídeo de ejemplo lista de reproducción: [Tipo de lista de reproducción = "
476
- "\"video\" categoría de medios = \"5\" límite = \"10\" numero de mes = \"12\" "
477
- "año = \"2015\"]"
478
 
479
- #: core/options-pages.php:992
480
  #, php-format
481
  msgid ""
482
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
483
  msgstr ""
484
  "%sAtención: %s Incompatibilidad con otra galería plugins o temas posibles!"
485
 
486
- #: core/options-pages.php:994
487
  #, php-format
488
  msgid "%sLearn more%s."
489
  msgstr "%sLeer más%s"
490
 
491
- #: core/options-pages.php:996
492
  #, php-format
493
  msgid ""
494
  "Please check out your gallery front-end and back-end functionality once this "
@@ -499,208 +495,255 @@ msgstr ""
499
  "esta opción activada. Si encuentra un problema por favor informe a autores "
500
  "de plugin %s o %s."
501
 
502
- #: core/options-pages.php:1066 core/options-pages.php:1212
503
  msgid "Assign following taxonomies to Media Library:"
504
  msgstr "Asignar las siguientes taxonomías a Media Library:"
505
 
506
- #: core/options-pages.php:1085 core/options-pages.php:1150
507
- #: core/options-pages.php:1231
508
  msgid "Assign Taxonomy"
509
  msgstr "Asignar Taxonomía"
510
 
511
- #: core/options-pages.php:1086 core/options-pages.php:1232
512
  msgid "Edit Taxonomy"
513
  msgstr "Editar Taxonomía"
514
 
515
- #: core/options-pages.php:1090 core/options-pages.php:1152
516
  msgid "Delete Taxonomy"
517
  msgstr "Eliminar Taxonomía"
518
 
519
- #: core/options-pages.php:1095 core/options-pages.php:1157
520
  msgid "Labels"
521
  msgstr "Etiquetas"
522
 
523
- #: core/options-pages.php:1097 core/options-pages.php:1159
524
  msgid "Singular"
525
  msgstr "Singular"
526
 
527
- #: core/options-pages.php:1098 core/options-pages.php:1160
528
  msgid "Plural"
529
  msgstr "Plural"
530
 
531
- #: core/options-pages.php:1099 core/options-pages.php:1161
532
  msgid "Menu Name"
533
  msgstr "Nombre del menú"
534
 
535
- #: core/options-pages.php:1112 core/options-pages.php:1135
536
- #: core/options-pages.php:1174 core/options-pages.php:1235
537
- #: core/options-pages.php:1530
538
  msgid "Settings"
539
  msgstr "Configuración"
540
 
541
- #: core/options-pages.php:1114 core/options-pages.php:1176
542
  msgid "Taxonomy Name"
543
  msgstr "Nombre deTaxonomía"
544
 
545
- #: core/options-pages.php:1115 core/options-pages.php:1177
546
  msgid "Hierarchical"
547
  msgstr "Jerarquizado"
548
 
549
- #: core/options-pages.php:1116 core/options-pages.php:1178
550
  msgid "Column for List View"
551
  msgstr ""
552
 
553
- #: core/options-pages.php:1117 core/options-pages.php:1137
554
- #: core/options-pages.php:1179 core/options-pages.php:1237
555
  msgid "Filter for List View"
556
  msgstr ""
557
 
558
- #: core/options-pages.php:1118 core/options-pages.php:1138
559
- #: core/options-pages.php:1180 core/options-pages.php:1238
560
  msgid "Filter for Grid View / Media Popup"
561
  msgstr ""
562
 
563
- #: core/options-pages.php:1119 core/options-pages.php:1139
564
- #: core/options-pages.php:1181 core/options-pages.php:1239
565
  msgid "Edit in Media Popup"
566
  msgstr "Edición en Medios Popup"
567
 
568
- #: core/options-pages.php:1120 core/options-pages.php:1182
569
  msgid "Show in Nav Menu"
570
  msgstr "Mostrar en el Menú de Navegación"
571
 
572
- #: core/options-pages.php:1121 core/options-pages.php:1183
573
  msgid "Remember Terms Order (sort)"
574
  msgstr "Recordar Términos Orden (clasificar)"
575
 
576
- #: core/options-pages.php:1122 core/options-pages.php:1184
577
  msgid "Show in REST"
578
  msgstr "Mostrar en REST"
579
 
580
- #: core/options-pages.php:1123 core/options-pages.php:1185
581
  msgid "Rewrite Slug"
582
  msgstr "Reescribir Slug"
583
 
584
- #: core/options-pages.php:1124 core/options-pages.php:1186
585
  msgid "Slug with Front"
586
  msgstr "Slug Frontal"
587
 
588
- #: core/options-pages.php:1198
589
  msgid "Add New Taxonomy"
590
  msgstr "Agregar Nueva Taxonomía"
591
 
592
- #: core/options-pages.php:1208
593
  msgid "Non-Media Taxonomies"
594
  msgstr "Sin-Medios Taxonomías "
595
 
596
- #: core/options-pages.php:1269
597
  msgid "Options"
598
  msgstr "Opciones"
599
 
600
- #: core/options-pages.php:1279 core/options-pages.php:1282
601
  msgid "Taxonomy archive pages"
602
  msgstr "Páginas de archivo taxonomía"
603
 
604
- #: core/options-pages.php:1283
605
  msgid "Turn on media taxonomy archive pages on the front-end"
606
  msgstr "Activar páginas de archivo de taxonomía multimedia en el front-end"
607
 
608
- #: core/options-pages.php:1284
609
  msgid ""
610
  "Re-save your permalink settings after this option change to make it work."
611
  msgstr ""
612
  "Vuelva a guardar la configuración de enlace permanente después de este "
613
  "cambio de opción de hacer que funcione."
614
 
615
- #: core/options-pages.php:1290 core/options-pages.php:1293
616
  msgid "Assign all like hierarchical"
617
  msgstr "Asignar todos como jerárquica"
618
 
619
- #: core/options-pages.php:1294
620
  msgid ""
621
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
622
  msgstr ""
623
  "Mostrar taxonomías sin jerárquicas como jerárquica en cuadrícula / Medios "
624
  "emergente"
625
 
626
- #: core/options-pages.php:1300 core/options-pages.php:1303
627
  msgid "Force filters"
628
  msgstr "Restablecer filtros"
629
 
630
- #: core/options-pages.php:1304
631
  msgid "Show media filters for ANY Media Popup"
632
  msgstr "Mostrar filtros de medios para cualquier medio emergente"
633
 
634
- #: core/options-pages.php:1305
635
  msgid "Try this if filters are not shown for third-party plugins or themes."
636
  msgstr ""
637
  "Prueba esto si los filtros no se muestran para plugins de terceros o temas."
638
 
639
- #: core/options-pages.php:1359
640
  msgid "Add New MIME Type"
641
  msgstr "Añadir Nuevo Tipo MIME"
642
 
643
- #: core/options-pages.php:1377 core/options-pages.php:1432
644
  msgid "Extension"
645
  msgstr "Extensiones"
646
 
647
- #: core/options-pages.php:1378 core/options-pages.php:1433
648
  msgid "MIME Type"
649
  msgstr "Tipo MIME"
650
 
651
- #: core/options-pages.php:1379 core/options-pages.php:1434
652
  msgid "Singular Label"
653
  msgstr "Etiqueta Singular"
654
 
655
- #: core/options-pages.php:1380 core/options-pages.php:1435
656
  msgid "Plural Label"
657
  msgstr "Etiqueta Plural"
658
 
659
- #: core/options-pages.php:1381 core/options-pages.php:1411
660
- #: core/options-pages.php:1424 core/options-pages.php:1436
661
  msgid "Add Filter"
662
  msgstr "Añadir filtro"
663
 
664
- #: core/options-pages.php:1382 core/options-pages.php:1412
665
- #: core/options-pages.php:1425 core/options-pages.php:1437
666
  msgid "Allow Upload"
667
  msgstr "Permite Subir"
668
 
669
- #: core/options-pages.php:1426
670
  msgid "Delete MIME Type"
671
  msgstr "Eliminar Tipo MIME"
672
 
673
- #: core/options-pages.php:1443
674
  msgid "Restore WordPress default MIME Types"
675
  msgstr "Restaurar tipos MIME por defecto de WordPress "
676
 
677
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
678
  msgid "Save Changes"
679
  msgstr "Guardar Cambios"
680
 
681
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  msgid "Vote!"
683
  msgstr ""
684
 
685
- #: core/taxonomies.php:81
686
  msgid "Media Taxonomies settings saved."
687
  msgstr ""
688
 
689
- #: core/taxonomies.php:139
690
  msgid "Media Library settings saved."
691
  msgstr ""
692
 
693
- #: core/taxonomies.php:338 core/taxonomies.php:344
694
  #: enhanced-media-library.php:489
695
- msgid "Filter by "
696
  msgstr "Filtrar por"
697
 
698
- #: core/taxonomies.php:345 enhanced-media-library.php:490
699
- msgid "All "
700
- msgstr "Todo"
701
-
702
- #: core/taxonomies.php:346 enhanced-media-library.php:491
703
- msgid "Not in "
704
  msgstr "No en"
705
 
706
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
@@ -719,47 +762,91 @@ msgstr "Subido a post #"
719
  msgid "Based On"
720
  msgstr "Basado en"
721
 
722
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
723
  msgid "Remove"
724
  msgstr "Eliminar"
725
 
726
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
727
  msgid "Deselect"
728
  msgstr "Deseleccionar"
729
 
730
- #: pro/core/bulk-edit.php:112
731
  msgid "Caption this image&hellip;"
732
  msgstr "Titula esta imagen&hellip;"
733
 
734
- #: pro/core/bulk-edit.php:116
735
  msgid "Describe this video&hellip;"
736
  msgstr "Describe este video&hellip;"
737
 
738
- #: pro/core/bulk-edit.php:118
739
  msgid "Describe this audio file&hellip;"
740
  msgstr "Describe este archivo de audio&hellip;"
741
 
742
- #: pro/core/bulk-edit.php:120
743
  msgid "Describe this media file&hellip;"
744
  msgstr "Describe este archivo multimedia&hellip;"
745
 
746
- #: pro/core/bulk-edit.php:129
747
  msgid "Attachments Details"
748
  msgstr "Detalles de Adjuntos"
749
 
750
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
751
  msgid "Select All"
752
  msgstr "Seleccionar Todo"
753
 
754
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
755
  msgid "Edit Selection"
756
  msgstr "Editar Selección"
757
 
758
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
759
  msgid "Deselect All"
760
  msgstr "Deseleccionar Todo"
761
 
762
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
763
  msgid "Delete Selected"
764
  msgstr "Eliminar Selección"
765
 
@@ -849,18 +936,12 @@ msgstr "Guardar cambios sobre la marcha"
849
 
850
  #: pro/core/options-pages.php:201
851
  msgid ""
852
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
853
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
854
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
855
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
856
  "files / taxonomies with this option turned on."
857
  msgstr ""
858
- "Cualquier clic en una casilla de la taxonomía en los medios de comunicación "
859
- "archivos edición mayor dará lugar a <strong style=\"color:red\">un</strong> "
860
- "ahorro inmediato de los datos. Por favor, tenga cuidado! Usted tiene muchas "
861
- "más posibilidades <strong style=\"color:red\">de</strong> realizar <strong "
862
- "style=\"color:red\">accidentalmente mal re-asignación de</strong> una gran "
863
- "cantidad de archivos multimedia / taxonomías con esta opción habilitada."
864
 
865
  #: pro/core/options-pages.php:202
866
  msgid ""
@@ -984,12 +1065,8 @@ msgid ""
984
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
985
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
986
  "be active. Please network deactivate and delete the free versions of the "
987
- "plugin. All your data will remail intact."
988
  msgstr ""
989
- "Ambas versiones libres y PRO de Enhanced Media Library están activas. "
990
- "<Strong>Enhanced Media Library </ strong> no requiere la versión libre "
991
- "activada. Por favor desactivar red y eliminar las versiones libres del "
992
- "plugin. Todos los datos permanecerán intactos."
993
 
994
  #: pro/enhanced-media-library-pro.php:299
995
  msgid ""
@@ -1014,6 +1091,139 @@ msgstr ""
1014
  "libre activada. Por favor, desactive y elimine (o desactive) la versión "
1015
  "gratuita del plug-in para este sitio. Todos los datos permanecerán intactos."
1016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1017
  #~ msgctxt "uploaded files"
1018
  #~ msgid "All (%s)"
1019
  #~ msgid_plural "All (%s)"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
+ "POT-Creation-Date: 2016-04-30 12:50+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
+ #: core/options-pages.php:97 core/options-pages.php:217
40
+ #: core/options-pages.php:932 core/options-pages.php:1057
41
+ #: core/options-pages.php:1370 core/options-pages.php:1547
42
  msgid "Media Settings"
43
  msgstr "Configuración de Medios"
44
 
62
  msgid "General"
63
  msgstr "General"
64
 
65
+ #: core/options-pages.php:190 core/options-pages.php:1078
66
  msgid "Media Taxonomies"
67
  msgstr "Taxonomías de Medios"
68
 
69
+ #: core/options-pages.php:214 core/options-pages.php:520
70
+ #: core/options-pages.php:928 core/options-pages.php:1053
71
+ #: core/options-pages.php:1366
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr "No tiene permisos suficientes para acceder a esta página."
74
 
75
+ #: core/options-pages.php:228
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
+ #: core/options-pages.php:229
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
+ #: core/options-pages.php:233
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
+ #: core/options-pages.php:235
90
  msgid "Width"
91
  msgstr ""
92
 
93
+ #: core/options-pages.php:237
94
  msgid "Height"
95
  msgstr ""
96
 
97
+ #: core/options-pages.php:240
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
+ #: core/options-pages.php:245 core/options-pages.php:246
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
+ #: core/options-pages.php:247 core/options-pages.php:257
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
+ #: core/options-pages.php:249 core/options-pages.php:259
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
+ #: core/options-pages.php:255 core/options-pages.php:256
115
  msgid "Large size"
116
  msgstr ""
117
 
118
+ #: core/options-pages.php:272
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
+ #: core/options-pages.php:279
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
+ #: core/options-pages.php:286
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
+ #: core/options-pages.php:290
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
+ #: core/options-pages.php:296
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
+ #: core/options-pages.php:298
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
+ #: core/options-pages.php:306
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
+ #: core/options-pages.php:378 core/options-pages.php:1102
148
+ #: core/options-pages.php:1117 core/options-pages.php:1180
149
+ #: core/options-pages.php:1249
150
  msgid "Edit"
151
  msgstr "Editar"
152
 
153
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "Cerrar"
156
 
157
+ #: core/options-pages.php:380 core/options-pages.php:1118
158
+ #: core/options-pages.php:1181
159
  msgid "View"
160
  msgstr "Ver"
161
 
162
+ #: core/options-pages.php:381 core/options-pages.php:1119
163
+ #: core/options-pages.php:1182
164
  msgid "Update"
165
  msgstr "Actualización"
166
 
167
+ #: core/options-pages.php:382 core/options-pages.php:1120
168
+ #: core/options-pages.php:1183
169
  msgid "Add New"
170
  msgstr "Añadir Nuevo"
171
 
172
+ #: core/options-pages.php:383 core/options-pages.php:1121
173
+ #: core/options-pages.php:1184
174
  msgid "New"
175
  msgstr "Nuevo"
176
 
177
+ #: core/options-pages.php:384
178
  msgid "Name"
179
  msgstr "Nombre"
180
 
181
+ #: core/options-pages.php:385 core/options-pages.php:1122
182
+ #: core/options-pages.php:1185
183
  msgid "Parent"
184
  msgstr "Padre"
185
 
186
+ #: core/options-pages.php:386 core/options-pages.php:616
187
+ #: core/options-pages.php:1116 core/options-pages.php:1179
188
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
189
  msgid "All"
190
  msgstr "Todo"
191
 
192
+ #: core/options-pages.php:387 core/options-pages.php:1123
193
+ #: core/options-pages.php:1186
194
  msgid "Search"
195
  msgstr "Buscar"
196
 
197
+ #: core/options-pages.php:389 core/options-pages.php:1167
198
+ msgid "New Taxonomy"
199
+ msgstr "Nueva Taxonomía"
200
+
201
+ #: core/options-pages.php:391
202
+ msgid "Remove Taxonomy"
203
+ msgstr ""
204
+
205
+ #: core/options-pages.php:392
206
+ msgid "Taxonomy will be removed."
207
+ msgstr ""
208
+
209
+ #: core/options-pages.php:393
210
  msgid ""
211
+ "Taxonomy terms (categories) will remain intact in the database. If you "
212
+ "create a taxonomy with the same name in the future, its terms (categories) "
213
+ "will be available again."
214
  msgstr ""
 
 
 
215
 
216
+ #: core/options-pages.php:394
217
+ msgid "Media items will remain intact."
218
+ msgstr ""
219
 
220
+ #: core/options-pages.php:395
221
+ msgid "Are you still sure?"
222
+ msgstr ""
223
 
224
+ #: core/options-pages.php:396
225
+ msgid "Yes, remove taxonomy"
226
  msgstr ""
 
 
227
 
228
+ #: core/options-pages.php:398
229
+ msgid "Duplicate"
230
+ msgstr ""
231
 
232
+ #: core/options-pages.php:399
233
+ msgid "Taxonomy with the same name already exists. Please chose other one."
234
+ msgstr "Ya existe una taxonomía con el mismo nombre. Por favor elija otro."
235
 
236
+ #: core/options-pages.php:401
237
+ msgid "Empty Fields"
238
  msgstr ""
239
 
240
+ #: core/options-pages.php:402
241
+ msgid "Please choose Singular and Plural names for all new taxomonies."
242
  msgstr ""
243
 
244
+ #: core/options-pages.php:403
245
+ msgid "Please choose Singilar name for all new taxomonies."
246
+ msgstr ""
247
+
248
+ #: core/options-pages.php:404
249
+ msgid "Please choose Plural Name for all new taxomonies."
250
  msgstr ""
251
 
252
+ #: core/options-pages.php:406
253
+ msgid "Ok"
254
+ msgstr ""
255
+
256
+ #: core/options-pages.php:407 core/options-pages.php:412
257
+ #: core/options-pages.php:495
258
  msgid "Cancel"
259
  msgstr ""
260
 
261
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
262
+ msgid "Synchronize Now"
263
+ msgstr ""
264
+
265
+ #: core/options-pages.php:410 core/options-pages.php:492
266
+ msgid "This operation cannot be canceled! Are you still sure?"
267
+ msgstr ""
268
+
269
+ #: core/options-pages.php:411
270
+ msgid "Synchronize"
271
+ msgstr ""
272
+
273
+ #: core/options-pages.php:413
274
  msgid "Synchronizing..."
275
  msgstr ""
276
 
277
+ #: core/options-pages.php:451
278
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
279
  msgstr ""
280
  "¡Advertencia! Todos los tipos MIME personalizados serán eliminados por esta "
281
  "operación."
282
 
283
+ #: core/options-pages.php:452
284
  msgid "Please fill into all fields."
285
  msgstr "Por favor, rellene todos los campos."
286
 
287
+ #: core/options-pages.php:453
288
  msgid "Duplicate extensions or MIME types. Please chose other one."
289
  msgstr "Duplicar extensiones o tipos MIME. Por favor elija otra."
290
 
291
+ #: core/options-pages.php:490 core/options-pages.php:607
292
+ msgid "Complete Cleanup"
293
+ msgstr ""
294
+
295
+ #: core/options-pages.php:491
296
  msgid ""
297
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
298
  "plugin data</strong> from the database including backups."
299
  msgstr ""
300
 
301
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
302
  msgid "Yes, delete all data"
303
  msgstr ""
304
 
305
+ #: core/options-pages.php:494
306
  msgid "Cleaning..."
307
  msgstr ""
308
 
309
+ #: core/options-pages.php:525
310
  msgid "Enhanced Media Library Settings"
311
  msgstr "Configuración Media Library Mejorada"
312
 
313
+ #: core/options-pages.php:535
314
  msgid "Export"
315
  msgstr "Exportar"
316
 
317
+ #: core/options-pages.php:539
318
  msgid ""
319
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
320
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
321
  "configuration file. It allows you to easily import the configuration into "
322
  "another website."
323
  msgstr ""
 
 
 
 
324
 
325
+ #: core/options-pages.php:544
326
  msgid "Export Plugin Settings"
327
  msgstr "Exportar la Configuración de Plugin"
328
 
329
+ #: core/options-pages.php:554
330
  msgid "Import"
331
  msgstr "Importar"
332
 
333
+ #: core/options-pages.php:558
334
  msgid ""
335
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
336
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
337
  "configuration file which can be obtained by exporting the settings on "
338
  "another website using the export button above."
339
  msgstr ""
 
 
 
 
340
 
341
+ #: core/options-pages.php:559
342
  msgid ""
343
+ "All plugin settings will be overridden by the import. You will have a chance "
344
  "to restore current data from an automatic backup in case you are not "
345
  "satisfied with the result of the import."
346
  msgstr ""
 
 
 
 
347
 
348
+ #: core/options-pages.php:566
349
  msgid "Import Plugin Settings"
350
  msgstr "Importar la Configuración de Plugin"
351
 
352
+ #: core/options-pages.php:578
353
  msgid "Restore"
354
  msgstr "Restaurar"
355
 
356
+ #: core/options-pages.php:584
357
  msgid "No backup available at the moment."
358
  msgstr "Ninguna copia de seguridad disponible en este momento."
359
 
360
+ #: core/options-pages.php:586
361
  msgid "Backup will be created automatically before any import operation."
362
  msgstr ""
363
  "Copia de seguridad se crea automáticamente antes de cualquier operación de "
364
  "importación."
365
 
366
+ #: core/options-pages.php:590
367
  msgid ""
368
+ "The backup has been automatically created before the latest import operation."
369
  msgstr ""
 
 
370
 
371
+ #: core/options-pages.php:594
372
  msgid "Restore Settings from the Backup"
373
  msgstr "Restaurar la Configuración de la Copia de Seguridad"
374
 
375
+ #: core/options-pages.php:614
376
  msgid "What will be deleted:"
377
  msgstr ""
378
 
379
+ #: core/options-pages.php:619
380
  msgid "All plugin options"
381
  msgstr ""
382
 
383
+ #: core/options-pages.php:620
384
  msgid "All plugin backups stored in database"
385
  msgstr ""
386
 
387
+ #: core/options-pages.php:624
388
  msgid "What will remain intact:"
389
  msgstr ""
390
 
391
+ #: core/options-pages.php:625
392
  msgid "All media items"
393
  msgstr ""
394
 
395
+ #: core/options-pages.php:626
396
  msgid "All taxonomies not listed above"
397
  msgstr ""
398
 
399
+ #: core/options-pages.php:629
400
  msgid ""
401
  "The plugin cannot delete itself because of security reason. Please delete it "
402
  "manually from plugin list after cleanup."
403
  msgstr ""
404
 
405
+ #: core/options-pages.php:631
406
  msgid ""
407
  "If you are not sure about this operation please create a backup of your "
408
  "database prior to cleanup!"
409
  msgstr ""
410
 
411
+ #: core/options-pages.php:637
412
  msgid "Delete All Data & Deactivate"
413
  msgstr ""
414
 
415
+ #: core/options-pages.php:742
416
  msgid "Please upload a file to import settings."
417
  msgstr "Por favor, sube un archivo para importar la configuración."
418
 
419
+ #: core/options-pages.php:762
420
  msgid "Plugin settings imported."
421
  msgstr "Configuración del plugin importada."
422
 
423
+ #: core/options-pages.php:809
424
  msgid "Plugin settings restored from the backup."
425
  msgstr "Configuración del plugin restaurada desde la copia de seguridad."
426
 
427
+ #: core/options-pages.php:953
428
  msgid "Media Items Order"
429
  msgstr ""
430
 
431
+ #: core/options-pages.php:960
432
  msgid "Order media items by"
433
  msgstr "Ordenar por elementos de medios"
434
 
435
+ #: core/options-pages.php:967 core/options-pages.php:979
436
  msgid "For media library and media popups"
437
  msgstr "Para la biblioteca de medios y medios ventanas emergentes"
438
 
439
+ #: core/options-pages.php:968
440
  msgid "Option allows to change order by drag and drop with Custom Order value."
441
  msgstr ""
442
  "Opción permite cambiar el orden de arrastrar y soltar con el valor de la "
443
  "orden de encargo."
444
 
445
+ #: core/options-pages.php:973
446
  msgid "Sort order"
447
  msgstr "Orden de clasificación"
448
 
449
+ #: core/options-pages.php:992
450
  msgid "Media Shortcodes"
451
  msgstr "Medios Shortcodes"
452
 
453
+ #: core/options-pages.php:999 core/options-pages.php:1002
454
  msgid "Enhanced media shortcodes"
455
  msgstr "Códigos cortos multimedia mejorados"
456
 
457
+ #: core/options-pages.php:1003
458
  msgid ""
459
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
460
+ "upload date, and media items number limit"
461
  msgstr ""
 
 
 
462
 
463
+ #: core/options-pages.php:1004
464
+ msgid "Gallery example:"
 
 
465
  msgstr ""
 
 
466
 
467
+ #: core/options-pages.php:1005
468
+ msgid "Audio playlist example:"
 
 
469
  msgstr ""
 
 
470
 
471
+ #: core/options-pages.php:1006
472
+ msgid "Video playlist example:"
 
 
473
  msgstr ""
 
 
 
474
 
475
+ #: core/options-pages.php:1008
476
  #, php-format
477
  msgid ""
478
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
479
  msgstr ""
480
  "%sAtención: %s Incompatibilidad con otra galería plugins o temas posibles!"
481
 
482
+ #: core/options-pages.php:1010
483
  #, php-format
484
  msgid "%sLearn more%s."
485
  msgstr "%sLeer más%s"
486
 
487
+ #: core/options-pages.php:1012
488
  #, php-format
489
  msgid ""
490
  "Please check out your gallery front-end and back-end functionality once this "
495
  "esta opción activada. Si encuentra un problema por favor informe a autores "
496
  "de plugin %s o %s."
497
 
498
+ #: core/options-pages.php:1082 core/options-pages.php:1229
499
  msgid "Assign following taxonomies to Media Library:"
500
  msgstr "Asignar las siguientes taxonomías a Media Library:"
501
 
502
+ #: core/options-pages.php:1101 core/options-pages.php:1167
503
+ #: core/options-pages.php:1248
504
  msgid "Assign Taxonomy"
505
  msgstr "Asignar Taxonomía"
506
 
507
+ #: core/options-pages.php:1102 core/options-pages.php:1249
508
  msgid "Edit Taxonomy"
509
  msgstr "Editar Taxonomía"
510
 
511
+ #: core/options-pages.php:1106 core/options-pages.php:1169
512
  msgid "Delete Taxonomy"
513
  msgstr "Eliminar Taxonomía"
514
 
515
+ #: core/options-pages.php:1111 core/options-pages.php:1174
516
  msgid "Labels"
517
  msgstr "Etiquetas"
518
 
519
+ #: core/options-pages.php:1113 core/options-pages.php:1176
520
  msgid "Singular"
521
  msgstr "Singular"
522
 
523
+ #: core/options-pages.php:1114 core/options-pages.php:1177
524
  msgid "Plural"
525
  msgstr "Plural"
526
 
527
+ #: core/options-pages.php:1115 core/options-pages.php:1178
528
  msgid "Menu Name"
529
  msgstr "Nombre del menú"
530
 
531
+ #: core/options-pages.php:1128 core/options-pages.php:1151
532
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
533
  msgid "Settings"
534
  msgstr "Configuración"
535
 
536
+ #: core/options-pages.php:1130 core/options-pages.php:1193
537
  msgid "Taxonomy Name"
538
  msgstr "Nombre deTaxonomía"
539
 
540
+ #: core/options-pages.php:1131 core/options-pages.php:1194
541
  msgid "Hierarchical"
542
  msgstr "Jerarquizado"
543
 
544
+ #: core/options-pages.php:1132 core/options-pages.php:1195
545
  msgid "Column for List View"
546
  msgstr ""
547
 
548
+ #: core/options-pages.php:1133 core/options-pages.php:1153
549
+ #: core/options-pages.php:1196 core/options-pages.php:1254
550
  msgid "Filter for List View"
551
  msgstr ""
552
 
553
+ #: core/options-pages.php:1134 core/options-pages.php:1154
554
+ #: core/options-pages.php:1197 core/options-pages.php:1255
555
  msgid "Filter for Grid View / Media Popup"
556
  msgstr ""
557
 
558
+ #: core/options-pages.php:1135 core/options-pages.php:1155
559
+ #: core/options-pages.php:1198 core/options-pages.php:1256
560
  msgid "Edit in Media Popup"
561
  msgstr "Edición en Medios Popup"
562
 
563
+ #: core/options-pages.php:1136 core/options-pages.php:1199
564
  msgid "Show in Nav Menu"
565
  msgstr "Mostrar en el Menú de Navegación"
566
 
567
+ #: core/options-pages.php:1137 core/options-pages.php:1200
568
  msgid "Remember Terms Order (sort)"
569
  msgstr "Recordar Términos Orden (clasificar)"
570
 
571
+ #: core/options-pages.php:1138 core/options-pages.php:1201
572
  msgid "Show in REST"
573
  msgstr "Mostrar en REST"
574
 
575
+ #: core/options-pages.php:1139 core/options-pages.php:1202
576
  msgid "Rewrite Slug"
577
  msgstr "Reescribir Slug"
578
 
579
+ #: core/options-pages.php:1140 core/options-pages.php:1203
580
  msgid "Slug with Front"
581
  msgstr "Slug Frontal"
582
 
583
+ #: core/options-pages.php:1215
584
  msgid "Add New Taxonomy"
585
  msgstr "Agregar Nueva Taxonomía"
586
 
587
+ #: core/options-pages.php:1225
588
  msgid "Non-Media Taxonomies"
589
  msgstr "Sin-Medios Taxonomías "
590
 
591
+ #: core/options-pages.php:1286
592
  msgid "Options"
593
  msgstr "Opciones"
594
 
595
+ #: core/options-pages.php:1296 core/options-pages.php:1299
596
  msgid "Taxonomy archive pages"
597
  msgstr "Páginas de archivo taxonomía"
598
 
599
+ #: core/options-pages.php:1300
600
  msgid "Turn on media taxonomy archive pages on the front-end"
601
  msgstr "Activar páginas de archivo de taxonomía multimedia en el front-end"
602
 
603
+ #: core/options-pages.php:1301
604
  msgid ""
605
  "Re-save your permalink settings after this option change to make it work."
606
  msgstr ""
607
  "Vuelva a guardar la configuración de enlace permanente después de este "
608
  "cambio de opción de hacer que funcione."
609
 
610
+ #: core/options-pages.php:1307 core/options-pages.php:1310
611
  msgid "Assign all like hierarchical"
612
  msgstr "Asignar todos como jerárquica"
613
 
614
+ #: core/options-pages.php:1311
615
  msgid ""
616
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
617
  msgstr ""
618
  "Mostrar taxonomías sin jerárquicas como jerárquica en cuadrícula / Medios "
619
  "emergente"
620
 
621
+ #: core/options-pages.php:1317 core/options-pages.php:1320
622
  msgid "Force filters"
623
  msgstr "Restablecer filtros"
624
 
625
+ #: core/options-pages.php:1321
626
  msgid "Show media filters for ANY Media Popup"
627
  msgstr "Mostrar filtros de medios para cualquier medio emergente"
628
 
629
+ #: core/options-pages.php:1322
630
  msgid "Try this if filters are not shown for third-party plugins or themes."
631
  msgstr ""
632
  "Prueba esto si los filtros no se muestran para plugins de terceros o temas."
633
 
634
+ #: core/options-pages.php:1376
635
  msgid "Add New MIME Type"
636
  msgstr "Añadir Nuevo Tipo MIME"
637
 
638
+ #: core/options-pages.php:1394 core/options-pages.php:1449
639
  msgid "Extension"
640
  msgstr "Extensiones"
641
 
642
+ #: core/options-pages.php:1395 core/options-pages.php:1450
643
  msgid "MIME Type"
644
  msgstr "Tipo MIME"
645
 
646
+ #: core/options-pages.php:1396 core/options-pages.php:1451
647
  msgid "Singular Label"
648
  msgstr "Etiqueta Singular"
649
 
650
+ #: core/options-pages.php:1397 core/options-pages.php:1452
651
  msgid "Plural Label"
652
  msgstr "Etiqueta Plural"
653
 
654
+ #: core/options-pages.php:1398 core/options-pages.php:1428
655
+ #: core/options-pages.php:1441 core/options-pages.php:1453
656
  msgid "Add Filter"
657
  msgstr "Añadir filtro"
658
 
659
+ #: core/options-pages.php:1399 core/options-pages.php:1429
660
+ #: core/options-pages.php:1442 core/options-pages.php:1454
661
  msgid "Allow Upload"
662
  msgstr "Permite Subir"
663
 
664
+ #: core/options-pages.php:1443
665
  msgid "Delete MIME Type"
666
  msgstr "Eliminar Tipo MIME"
667
 
668
+ #: core/options-pages.php:1460
669
  msgid "Restore WordPress default MIME Types"
670
  msgstr "Restaurar tipos MIME por defecto de WordPress "
671
 
672
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
673
  msgid "Save Changes"
674
  msgstr "Guardar Cambios"
675
 
676
+ #: core/options-pages.php:1499
677
+ msgid "Changelog"
678
+ msgstr ""
679
+
680
+ #: core/options-pages.php:1500
681
+ msgid "What's new in"
682
+ msgstr ""
683
+
684
+ #: core/options-pages.php:1500
685
+ msgid "version"
686
+ msgstr ""
687
+
688
+ #: core/options-pages.php:1503
689
+ msgid "More features under the hood"
690
+ msgstr ""
691
+
692
+ #: core/options-pages.php:1505
693
+ msgid "Support"
694
+ msgstr ""
695
+
696
+ #: core/options-pages.php:1506
697
+ msgid "Feel free to ask for help on"
698
+ msgstr ""
699
+
700
+ #: core/options-pages.php:1506
701
+ msgid "Support is free for both versions of the plugin."
702
+ msgstr ""
703
+
704
+ #: core/options-pages.php:1508
705
+ msgid "Plugin rating"
706
+ msgstr ""
707
+
708
+ #: core/options-pages.php:1509
709
+ msgid "Please"
710
+ msgstr ""
711
+
712
+ #: core/options-pages.php:1509
713
+ msgid "vote for the plugin"
714
+ msgstr ""
715
+
716
+ #: core/options-pages.php:1509
717
+ msgid "Thanks!"
718
+ msgstr ""
719
+
720
+ #: core/options-pages.php:1511
721
+ msgid "Other plugins you may find useful"
722
+ msgstr ""
723
+
724
+ #: core/options-pages.php:1550
725
+ msgid "Utility"
726
+ msgstr ""
727
+
728
+ #: core/options-pages.php:1571
729
  msgid "Vote!"
730
  msgstr ""
731
 
732
+ #: core/taxonomies.php:101
733
  msgid "Media Taxonomies settings saved."
734
  msgstr ""
735
 
736
+ #: core/taxonomies.php:159
737
  msgid "Media Library settings saved."
738
  msgstr ""
739
 
740
+ #: core/taxonomies.php:358 core/taxonomies.php:364
741
  #: enhanced-media-library.php:489
742
+ msgid "Filter by"
743
  msgstr "Filtrar por"
744
 
745
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
746
+ msgid "Not in"
 
 
 
 
747
  msgstr "No en"
748
 
749
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
762
  msgid "Based On"
763
  msgstr "Basado en"
764
 
765
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
766
+ msgid "Media Categories"
767
+ msgstr ""
768
+
769
+ #: enhanced-media-library.php:570
770
+ msgid "Media Category"
771
+ msgstr ""
772
+
773
+ #: enhanced-media-library.php:572
774
+ msgid "All Media Categories"
775
+ msgstr ""
776
+
777
+ #: enhanced-media-library.php:573
778
+ msgid "Edit Media Category"
779
+ msgstr ""
780
+
781
+ #: enhanced-media-library.php:574
782
+ msgid "View Media Category"
783
+ msgstr ""
784
+
785
+ #: enhanced-media-library.php:575
786
+ msgid "Update Media Category"
787
+ msgstr ""
788
+
789
+ #: enhanced-media-library.php:576
790
+ msgid "Add New Media Category"
791
+ msgstr ""
792
+
793
+ #: enhanced-media-library.php:577
794
+ msgid "New Media Category Name"
795
+ msgstr ""
796
+
797
+ #: enhanced-media-library.php:578
798
+ msgid "Parent Media Category"
799
+ msgstr ""
800
+
801
+ #: enhanced-media-library.php:579
802
+ msgid "Parent Media Category:"
803
+ msgstr ""
804
+
805
+ #: enhanced-media-library.php:580
806
+ msgid "Search Media Categories"
807
+ msgstr ""
808
+
809
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
810
  msgid "Remove"
811
  msgstr "Eliminar"
812
 
813
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
814
  msgid "Deselect"
815
  msgstr "Deseleccionar"
816
 
817
+ #: pro/core/bulk-edit.php:105
818
  msgid "Caption this image&hellip;"
819
  msgstr "Titula esta imagen&hellip;"
820
 
821
+ #: pro/core/bulk-edit.php:109
822
  msgid "Describe this video&hellip;"
823
  msgstr "Describe este video&hellip;"
824
 
825
+ #: pro/core/bulk-edit.php:111
826
  msgid "Describe this audio file&hellip;"
827
  msgstr "Describe este archivo de audio&hellip;"
828
 
829
+ #: pro/core/bulk-edit.php:113
830
  msgid "Describe this media file&hellip;"
831
  msgstr "Describe este archivo multimedia&hellip;"
832
 
833
+ #: pro/core/bulk-edit.php:122
834
  msgid "Attachments Details"
835
  msgstr "Detalles de Adjuntos"
836
 
837
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
838
  msgid "Select All"
839
  msgstr "Seleccionar Todo"
840
 
841
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
842
  msgid "Edit Selection"
843
  msgstr "Editar Selección"
844
 
845
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
846
  msgid "Deselect All"
847
  msgstr "Deseleccionar Todo"
848
 
849
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
850
  msgid "Delete Selected"
851
  msgstr "Eliminar Selección"
852
 
936
 
937
  #: pro/core/options-pages.php:201
938
  msgid ""
939
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
940
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
941
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
942
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
943
  "files / taxonomies with this option turned on."
944
  msgstr ""
 
 
 
 
 
 
945
 
946
  #: pro/core/options-pages.php:202
947
  msgid ""
1065
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1066
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1067
  "be active. Please network deactivate and delete the free versions of the "
1068
+ "plugin. All your data will remain intact."
1069
  msgstr ""
 
 
 
 
1070
 
1071
  #: pro/enhanced-media-library-pro.php:299
1072
  msgid ""
1091
  "libre activada. Por favor, desactive y elimine (o desactive) la versión "
1092
  "gratuita del plug-in para este sitio. Todos los datos permanecerán intactos."
1093
 
1094
+ #. Description of the plugin/theme
1095
+ msgid ""
1096
+ "This plugin will be handy for those who need to manage a lot of media files."
1097
+ msgstr ""
1098
+
1099
+ #~ msgid ""
1100
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1101
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1102
+ #~ "be lost."
1103
+ #~ msgstr ""
1104
+ #~ "Taxonomía se eliminará permanentemente! Sus archivos de medios "
1105
+ #~ "permanecerán intactos, pero se pierden todas las conexiones con esta "
1106
+ #~ "taxonomía y sus términos."
1107
+
1108
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1109
+ #~ msgstr ""
1110
+ #~ "Por favor seleccione los nombres en singular y plural para todos sus "
1111
+ #~ "nuevas taxonomías."
1112
+
1113
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1114
+ #~ msgstr ""
1115
+ #~ "Por favor, elija el nombre Singular para todas sus nuevas taxonomías."
1116
+
1117
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1118
+ #~ msgstr "Por favor, elija el Nombre Plural para todas sus nuevas taxonomías."
1119
+
1120
+ #~ msgid ""
1121
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1122
+ #~ msgstr "Ya existe una taxonomía con el mismo nombre. Por favor elija otro."
1123
+
1124
+ #~ msgid ""
1125
+ #~ "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
1126
+ #~ "<strong>Media Settings > MIME Types</strong> will be exported to a "
1127
+ #~ "configuration file. It allows you to easily import the configuration into "
1128
+ #~ "another website."
1129
+ #~ msgstr ""
1130
+ #~ "La configuración del plugin <strong>Ajustes de Medios> Taxonomías</"
1131
+ #~ "strong> y <strong>Configuración de Contenido> Tipos MIME</strong> se "
1132
+ #~ "pueden exportar a un archivo de configuración. Le permite importar "
1133
+ #~ "fácilmente la configuración en otro sitio web."
1134
+
1135
+ #~ msgid ""
1136
+ #~ "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
1137
+ #~ "<strong>Media Settings > MIME Types</strong> will be imported from a "
1138
+ #~ "configuration file which can be obtained by exporting the settings on "
1139
+ #~ "another website using the export button above."
1140
+ #~ msgstr ""
1141
+ #~ "La configuración del plugin <strong>Ajustes medios> Taxonomías</strong> "
1142
+ #~ "y <strong>Ajustes de este contenido> Tipos MIME</strong> serán "
1143
+ #~ "importados de un archivo de configuración que se puede obtener mediante "
1144
+ #~ "la exportación de la configuración de otro sitio web mediante el botón de "
1145
+ #~ "exportación arriba."
1146
+
1147
+ #~ msgid ""
1148
+ #~ "All plugin settings will be overriden by the import. You will have a "
1149
+ #~ "chance to restore current data from an automatic backup in case you are "
1150
+ #~ "not satisfied with the result of the import."
1151
+ #~ msgstr ""
1152
+ #~ "Todos los ajustes del plugin serán invalidados por la importación. Tendrá "
1153
+ #~ "la oportunidad de restaurar los datos actuales desde una copia de "
1154
+ #~ "seguridad automática en caso de que no está satisfecho con el resultado "
1155
+ #~ "de la importación."
1156
+
1157
+ #~ msgid ""
1158
+ #~ "The backup had been automatically created before the latest import "
1159
+ #~ "opetarion."
1160
+ #~ msgstr ""
1161
+ #~ "La copia de seguridad se ha creado de forma automática antes de la última "
1162
+ #~ "operación de importación."
1163
+
1164
+ #~ msgid ""
1165
+ #~ "Enhance WordPress media shortcodes to make them understand media "
1166
+ #~ "taxonomies, uploade date, and media items number limit"
1167
+ #~ msgstr ""
1168
+ #~ "Mejorar códigos cortos de WordPress medios para hacerles entender las "
1169
+ #~ "taxonomías de los medios, la fecha actualizada y elementos multimedia "
1170
+ #~ "límite de número"
1171
+
1172
+ #~ msgid ""
1173
+ #~ "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum="
1174
+ #~ "\"12\" year=\"2015\"]"
1175
+ #~ msgstr ""
1176
+ #~ "Ejemplo de Galería: [categoría de galería de medios =\"5\" límite = "
1177
+ #~ "\"10\" numero de mes = \"12\" año = \"2015\"]"
1178
+
1179
+ #~ msgid ""
1180
+ #~ "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" "
1181
+ #~ "monthnum=\"12\" year=\"2015\"]"
1182
+ #~ msgstr ""
1183
+ #~ "Ejemplo de lista de reproducción de audio: [lista de reproducción "
1184
+ #~ "categoría de medios = límite de \"5\" = \"10\" numero de mes = \"12\" año "
1185
+ #~ "= \"2015\"]"
1186
+
1187
+ #~ msgid ""
1188
+ #~ "Video playlist example: [playlist type=\"video\" media_category=\"5\" "
1189
+ #~ "limit=\"10\" monthnum=\"12\" year=\"2015\"]"
1190
+ #~ msgstr ""
1191
+ #~ "vídeo de ejemplo lista de reproducción: [Tipo de lista de reproducción = "
1192
+ #~ "\"video\" categoría de medios = \"5\" límite = \"10\" numero de mes = "
1193
+ #~ "\"12\" año = \"2015\"]"
1194
+
1195
+ #~ msgid "Filter by "
1196
+ #~ msgstr "Filtrar por"
1197
+
1198
+ #~ msgid "Not in "
1199
+ #~ msgstr "No en"
1200
+
1201
+ #~ msgid ""
1202
+ #~ "Any click on a taxonomy checkbox during media files bulk edition will "
1203
+ #~ "lead to an <strong style=\"color:red\">immediate saving</strong> of the "
1204
+ #~ "data. Please, be careful! You have much greater chance to <strong style="
1205
+ #~ "\"color:red\">accidentally perform wrong re-assigning</strong> of a lot "
1206
+ #~ "of your media files / taxonomies with this option turned on."
1207
+ #~ msgstr ""
1208
+ #~ "Cualquier clic en una casilla de la taxonomía en los medios de "
1209
+ #~ "comunicación archivos edición mayor dará lugar a <strong style=\"color:red"
1210
+ #~ "\">un</strong> ahorro inmediato de los datos. Por favor, tenga cuidado! "
1211
+ #~ "Usted tiene muchas más posibilidades <strong style=\"color:red\">de</"
1212
+ #~ "strong> realizar <strong style=\"color:red\">accidentalmente mal re-"
1213
+ #~ "asignación de</strong> una gran cantidad de archivos multimedia / "
1214
+ #~ "taxonomías con esta opción habilitada."
1215
+
1216
+ #~ msgid ""
1217
+ #~ "Both FREE and PRO versions of the Enhanced Media Library are network "
1218
+ #~ "active. <strong>Enhanced Media Library PRO</strong> does not require free "
1219
+ #~ "version to be active. Please network deactivate and delete the free "
1220
+ #~ "versions of the plugin. All your data will remail intact."
1221
+ #~ msgstr ""
1222
+ #~ "Ambas versiones libres y PRO de Enhanced Media Library están activas. "
1223
+ #~ "<Strong>Enhanced Media Library </ strong> no requiere la versión libre "
1224
+ #~ "activada. Por favor desactivar red y eliminar las versiones libres del "
1225
+ #~ "plugin. Todos los datos permanecerán intactos."
1226
+
1227
  #~ msgctxt "uploaded files"
1228
  #~ msgid "All (%s)"
1229
  #~ msgid_plural "All (%s)"
languages/enhanced-media-library-fr_FR.mo CHANGED
Binary file
languages/enhanced-media-library-fr_FR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Stable (latest release)\n"
6
- "POT-Creation-Date: 2016-04-14 02:54+0300\n"
7
- "PO-Revision-Date: 2016-04-14 02:54+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
10
  "Language: fr\n"
@@ -29,9 +29,9 @@ msgid_plural " <span class=\"count\">(%s)</span>"
29
  msgstr[0] ""
30
  msgstr[1] ""
31
 
32
- #: core/options-pages.php:97 core/options-pages.php:215
33
- #: core/options-pages.php:916 core/options-pages.php:1041
34
- #: core/options-pages.php:1353
35
  msgid "Media Settings"
36
  msgstr "Réglages de média"
37
 
@@ -55,408 +55,426 @@ msgstr "Enhanced Media Library"
55
  msgid "General"
56
  msgstr ""
57
 
58
- #: core/options-pages.php:190 core/options-pages.php:1062
59
  msgid "Media Taxonomies"
60
  msgstr "Taxinomies des médias"
61
 
62
- #: core/options-pages.php:212 core/options-pages.php:504
63
- #: core/options-pages.php:912 core/options-pages.php:1037
64
- #: core/options-pages.php:1349
65
  msgid "You do not have sufficient permissions to access this page."
66
  msgstr "Vous n'avez pas les droits suffisants pour accéder à cette page."
67
 
68
- #: core/options-pages.php:226
69
  msgid "Image sizes"
70
  msgstr ""
71
 
72
- #: core/options-pages.php:227
73
  msgid ""
74
  "The sizes listed below determine the maximum dimensions in pixels to use "
75
  "when adding an image to the Media Library."
76
  msgstr ""
77
 
78
- #: core/options-pages.php:231
79
  msgid "Thumbnail size"
80
  msgstr ""
81
 
82
- #: core/options-pages.php:233
83
  msgid "Width"
84
  msgstr ""
85
 
86
- #: core/options-pages.php:235
87
  msgid "Height"
88
  msgstr ""
89
 
90
- #: core/options-pages.php:238
91
  msgid ""
92
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
93
  msgstr ""
94
 
95
- #: core/options-pages.php:243 core/options-pages.php:244
96
  msgid "Medium size"
97
  msgstr ""
98
 
99
- #: core/options-pages.php:245 core/options-pages.php:255
100
  msgid "Max Width"
101
  msgstr ""
102
 
103
- #: core/options-pages.php:247 core/options-pages.php:257
104
  msgid "Max Height"
105
  msgstr ""
106
 
107
- #: core/options-pages.php:253 core/options-pages.php:254
108
  msgid "Large size"
109
  msgstr ""
110
 
111
- #: core/options-pages.php:270
112
  msgid "Embeds"
113
  msgstr ""
114
 
115
- #: core/options-pages.php:277
116
  msgid "Uploading Files"
117
  msgstr ""
118
 
119
- #: core/options-pages.php:284
120
  msgid "Store uploads in this folder"
121
  msgstr ""
122
 
123
- #: core/options-pages.php:288
124
  #, php-format
125
  msgid "Default is %s"
126
  msgstr ""
127
 
128
- #: core/options-pages.php:294
129
  msgid "Full URL path to files"
130
  msgstr ""
131
 
132
- #: core/options-pages.php:296
133
  msgid "Configuring this is optional. By default, it should be blank."
134
  msgstr ""
135
 
136
- #: core/options-pages.php:304
137
  msgid "Organize my uploads into month- and year-based folders"
138
  msgstr ""
139
 
140
- #: core/options-pages.php:376 core/options-pages.php:1086
141
- #: core/options-pages.php:1101 core/options-pages.php:1163
142
- #: core/options-pages.php:1232
143
  msgid "Edit"
144
  msgstr "Modifier"
145
 
146
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
147
  msgid "Close"
148
  msgstr "Fermer"
149
 
150
- #: core/options-pages.php:378 core/options-pages.php:1102
151
- #: core/options-pages.php:1164
152
  msgid "View"
153
  msgstr "Afficher"
154
 
155
- #: core/options-pages.php:379 core/options-pages.php:1103
156
- #: core/options-pages.php:1165
157
  msgid "Update"
158
  msgstr "Mise à jour"
159
 
160
- #: core/options-pages.php:380 core/options-pages.php:1104
161
- #: core/options-pages.php:1166
162
  msgid "Add New"
163
  msgstr "Ajouter"
164
 
165
- #: core/options-pages.php:381 core/options-pages.php:1105
166
- #: core/options-pages.php:1167
167
  msgid "New"
168
  msgstr "Nouveau"
169
 
170
- #: core/options-pages.php:382
171
  msgid "Name"
172
  msgstr "Nom"
173
 
174
- #: core/options-pages.php:383 core/options-pages.php:1106
175
- #: core/options-pages.php:1168
176
  msgid "Parent"
177
  msgstr "Parent"
178
 
179
- #: core/options-pages.php:384 core/options-pages.php:600
180
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
181
  msgid "All"
182
  msgstr "Tous"
183
 
184
- #: core/options-pages.php:385 core/options-pages.php:1107
185
- #: core/options-pages.php:1169
186
  msgid "Search"
187
  msgstr "Rechercher"
188
 
189
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
 
 
 
 
190
  msgid ""
191
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
192
- "but all the connections with this taxonomy and its terms will be lost."
 
193
  msgstr ""
194
- "La taxonomie va être supprimée de manière permanente&nbsp;! Tous les "
195
- "fichiers médias seront intacts, mais toutes les connexions avec cette "
196
- "taxinomie et ses termes seront perdus."
197
 
198
- #: core/options-pages.php:388
199
- msgid "There is already a taxonomy with the same name. Please chose other one."
200
  msgstr ""
201
- "Il y a déjà une taxinomie avec le même nom. Merci d’en choisir un autre."
202
 
203
- #: core/options-pages.php:389 core/options-pages.php:1150
204
- msgid "New Taxonomy"
205
- msgstr "Nouvelle taxinomie"
206
 
207
- #: core/options-pages.php:390
208
- msgid "Please choose Singular and Plural names for all your new taxomonies."
209
  msgstr ""
210
- "Merci de choisir les noms singuliers et pluriels de toutes vos nouvelles "
211
- "taxinomies."
212
 
213
- #: core/options-pages.php:391
214
- msgid "Please choose Singilar name for all your new taxomonies."
215
  msgstr ""
216
- "Merci de choisir un nom singulier pour toutes vos nouvelles taxinomies."
217
 
218
- #: core/options-pages.php:392
219
- msgid "Please choose Plural Name for all your new taxomonies."
220
  msgstr ""
221
- "Merci de choisir un nom au pluriel pour toutes vos nouvelles taxinomies."
222
 
223
- #: core/options-pages.php:395 pro/core/options-pages.php:165
224
- msgid "Synchronize Now"
225
  msgstr ""
226
 
227
- #: core/options-pages.php:396
228
- msgid "This operation cannot be canceled. Are you still sure?"
229
  msgstr ""
230
 
231
- #: core/options-pages.php:397
232
- msgid "Synchronize"
 
 
 
 
233
  msgstr ""
234
 
235
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
236
  msgid "Cancel"
237
  msgstr ""
238
 
239
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Synchronizing..."
241
  msgstr ""
242
 
243
- #: core/options-pages.php:435
244
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
245
  msgstr ""
246
  "Attention ! Tous les types de MIME personnalisés seront effacés par cette "
247
  "opération."
248
 
249
- #: core/options-pages.php:436
250
  msgid "Please fill into all fields."
251
  msgstr "Merci de remplir tous les champs."
252
 
253
- #: core/options-pages.php:437
254
  msgid "Duplicate extensions or MIME types. Please chose other one."
255
  msgstr ""
256
  "Duplication de l'extension ou du type MIME. Merci d'en spécifier un autre."
257
 
258
- #: core/options-pages.php:474
 
 
 
 
259
  msgid ""
260
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
261
  "plugin data</strong> from the database including backups."
262
  msgstr ""
263
 
264
- #: core/options-pages.php:475
265
- msgid "The operation cannot be canceled! Are you still sure?"
266
- msgstr ""
267
-
268
- #: core/options-pages.php:476 core/options-pages.php:591
269
- msgid "Complete Cleanup"
270
- msgstr ""
271
-
272
- #: core/options-pages.php:477
273
  msgid "Yes, delete all data"
274
  msgstr ""
275
 
276
- #: core/options-pages.php:479
277
  msgid "Cleaning..."
278
  msgstr ""
279
 
280
- #: core/options-pages.php:509
281
  msgid "Enhanced Media Library Settings"
282
  msgstr ""
283
 
284
- #: core/options-pages.php:519
285
  msgid "Export"
286
  msgstr ""
287
 
288
- #: core/options-pages.php:523
289
  msgid ""
290
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
291
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
292
  "configuration file. It allows you to easily import the configuration into "
293
  "another website."
294
  msgstr ""
295
 
296
- #: core/options-pages.php:528
297
  msgid "Export Plugin Settings"
298
  msgstr ""
299
 
300
- #: core/options-pages.php:538
301
  msgid "Import"
302
  msgstr ""
303
 
304
- #: core/options-pages.php:542
305
  msgid ""
306
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
307
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
308
  "configuration file which can be obtained by exporting the settings on "
309
  "another website using the export button above."
310
  msgstr ""
311
 
312
- #: core/options-pages.php:543
313
  msgid ""
314
- "All plugin settings will be overriden by the import. You will have a chance "
315
  "to restore current data from an automatic backup in case you are not "
316
  "satisfied with the result of the import."
317
  msgstr ""
318
 
319
- #: core/options-pages.php:550
320
  msgid "Import Plugin Settings"
321
  msgstr ""
322
 
323
- #: core/options-pages.php:562
324
  msgid "Restore"
325
  msgstr ""
326
 
327
- #: core/options-pages.php:568
328
  msgid "No backup available at the moment."
329
  msgstr ""
330
 
331
- #: core/options-pages.php:570
332
  msgid "Backup will be created automatically before any import operation."
333
  msgstr ""
334
 
335
- #: core/options-pages.php:574
336
  msgid ""
337
- "The backup had been automatically created before the latest import opetarion."
338
  msgstr ""
339
 
340
- #: core/options-pages.php:578
341
  msgid "Restore Settings from the Backup"
342
  msgstr ""
343
 
344
- #: core/options-pages.php:598
345
  msgid "What will be deleted:"
346
  msgstr ""
347
 
348
- #: core/options-pages.php:603
349
  msgid "All plugin options"
350
  msgstr ""
351
 
352
- #: core/options-pages.php:604
353
  msgid "All plugin backups stored in database"
354
  msgstr ""
355
 
356
- #: core/options-pages.php:608
357
  msgid "What will remain intact:"
358
  msgstr ""
359
 
360
- #: core/options-pages.php:609
361
  msgid "All media items"
362
  msgstr ""
363
 
364
- #: core/options-pages.php:610
365
  msgid "All taxonomies not listed above"
366
  msgstr ""
367
 
368
- #: core/options-pages.php:613
369
  msgid ""
370
  "The plugin cannot delete itself because of security reason. Please delete it "
371
  "manually from plugin list after cleanup."
372
  msgstr ""
373
 
374
- #: core/options-pages.php:615
375
  msgid ""
376
  "If you are not sure about this operation please create a backup of your "
377
  "database prior to cleanup!"
378
  msgstr ""
379
 
380
- #: core/options-pages.php:621
381
  msgid "Delete All Data & Deactivate"
382
  msgstr ""
383
 
384
- #: core/options-pages.php:726
385
  msgid "Please upload a file to import settings."
386
  msgstr ""
387
 
388
- #: core/options-pages.php:746
389
  msgid "Plugin settings imported."
390
  msgstr ""
391
 
392
- #: core/options-pages.php:793
393
  msgid "Plugin settings restored from the backup."
394
  msgstr ""
395
 
396
- #: core/options-pages.php:937
397
  msgid "Media Items Order"
398
  msgstr ""
399
 
400
- #: core/options-pages.php:944
401
  msgid "Order media items by"
402
  msgstr ""
403
 
404
- #: core/options-pages.php:951 core/options-pages.php:963
405
  msgid "For media library and media popups"
406
  msgstr ""
407
 
408
- #: core/options-pages.php:952
409
  msgid "Option allows to change order by drag and drop with Custom Order value."
410
  msgstr ""
411
 
412
- #: core/options-pages.php:957
413
  msgid "Sort order"
414
  msgstr ""
415
 
416
- #: core/options-pages.php:976
417
  msgid "Media Shortcodes"
418
  msgstr ""
419
 
420
- #: core/options-pages.php:983 core/options-pages.php:986
421
  msgid "Enhanced media shortcodes"
422
  msgstr ""
423
 
424
- #: core/options-pages.php:987
425
  msgid ""
426
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
427
- "uploade date, and media items number limit"
428
  msgstr ""
429
 
430
- #: core/options-pages.php:988
431
- msgid ""
432
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
433
- "year=\"2015\"]"
434
  msgstr ""
435
 
436
- #: core/options-pages.php:989
437
- msgid ""
438
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
439
- "\"12\" year=\"2015\"]"
440
  msgstr ""
441
 
442
- #: core/options-pages.php:990
443
- msgid ""
444
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
445
- "\"10\" monthnum=\"12\" year=\"2015\"]"
446
  msgstr ""
447
 
448
- #: core/options-pages.php:992
449
  #, php-format
450
  msgid ""
451
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
452
  msgstr ""
453
 
454
- #: core/options-pages.php:994
455
  #, php-format
456
  msgid "%sLearn more%s."
457
  msgstr ""
458
 
459
- #: core/options-pages.php:996
460
  #, php-format
461
  msgid ""
462
  "Please check out your gallery front-end and back-end functionality once this "
@@ -464,209 +482,256 @@ msgid ""
464
  "%s."
465
  msgstr ""
466
 
467
- #: core/options-pages.php:1066 core/options-pages.php:1212
468
  msgid "Assign following taxonomies to Media Library:"
469
  msgstr "Assigner les taxinomies suivantes à la Bibliothèque des Médias&nbsp;:"
470
 
471
- #: core/options-pages.php:1085 core/options-pages.php:1150
472
- #: core/options-pages.php:1231
473
  msgid "Assign Taxonomy"
474
  msgstr "Assigner la taxinomie"
475
 
476
- #: core/options-pages.php:1086 core/options-pages.php:1232
477
  msgid "Edit Taxonomy"
478
  msgstr "Modifier la taxinomie"
479
 
480
- #: core/options-pages.php:1090 core/options-pages.php:1152
481
  msgid "Delete Taxonomy"
482
  msgstr "Supprimer la taxinomie"
483
 
484
- #: core/options-pages.php:1095 core/options-pages.php:1157
485
  msgid "Labels"
486
  msgstr "Libellés"
487
 
488
- #: core/options-pages.php:1097 core/options-pages.php:1159
489
  msgid "Singular"
490
  msgstr "Singulier"
491
 
492
- #: core/options-pages.php:1098 core/options-pages.php:1160
493
  msgid "Plural"
494
  msgstr "Pluriel"
495
 
496
- #: core/options-pages.php:1099 core/options-pages.php:1161
497
  msgid "Menu Name"
498
  msgstr "Nom du menu"
499
 
500
- #: core/options-pages.php:1112 core/options-pages.php:1135
501
- #: core/options-pages.php:1174 core/options-pages.php:1235
502
- #: core/options-pages.php:1530
503
  msgid "Settings"
504
  msgstr "Réglages"
505
 
506
- #: core/options-pages.php:1114 core/options-pages.php:1176
507
  msgid "Taxonomy Name"
508
  msgstr "Nom de la taxinomie"
509
 
510
- #: core/options-pages.php:1115 core/options-pages.php:1177
511
  msgid "Hierarchical"
512
  msgstr "Hiérarchique"
513
 
514
- #: core/options-pages.php:1116 core/options-pages.php:1178
515
  msgid "Column for List View"
516
  msgstr ""
517
 
518
- #: core/options-pages.php:1117 core/options-pages.php:1137
519
- #: core/options-pages.php:1179 core/options-pages.php:1237
520
  msgid "Filter for List View"
521
  msgstr ""
522
 
523
- #: core/options-pages.php:1118 core/options-pages.php:1138
524
- #: core/options-pages.php:1180 core/options-pages.php:1238
525
  msgid "Filter for Grid View / Media Popup"
526
  msgstr ""
527
 
528
- #: core/options-pages.php:1119 core/options-pages.php:1139
529
- #: core/options-pages.php:1181 core/options-pages.php:1239
530
  msgid "Edit in Media Popup"
531
  msgstr "Modifier dans les Popups des médias"
532
 
533
- #: core/options-pages.php:1120 core/options-pages.php:1182
534
  msgid "Show in Nav Menu"
535
  msgstr "Afficher dans le menu de navigation"
536
 
537
- #: core/options-pages.php:1121 core/options-pages.php:1183
538
  msgid "Remember Terms Order (sort)"
539
  msgstr ""
540
 
541
- #: core/options-pages.php:1122 core/options-pages.php:1184
542
  msgid "Show in REST"
543
  msgstr ""
544
 
545
- #: core/options-pages.php:1123 core/options-pages.php:1185
546
  msgid "Rewrite Slug"
547
  msgstr "Réécrire l’identifiant"
548
 
549
- #: core/options-pages.php:1124 core/options-pages.php:1186
550
  msgid "Slug with Front"
551
  msgstr "Identifiant dans l’URL"
552
 
553
- #: core/options-pages.php:1198
554
  msgid "Add New Taxonomy"
555
  msgstr "Ajout de nouvelle taxinomie"
556
 
557
- #: core/options-pages.php:1208
558
  msgid "Non-Media Taxonomies"
559
  msgstr "Taxinomies pour les non-médias"
560
 
561
- #: core/options-pages.php:1269
562
  msgid "Options"
563
  msgstr "Options"
564
 
565
- #: core/options-pages.php:1279 core/options-pages.php:1282
566
  msgid "Taxonomy archive pages"
567
  msgstr "Taxinomie pour les pages d'archives"
568
 
569
- #: core/options-pages.php:1283
570
  msgid "Turn on media taxonomy archive pages on the front-end"
571
  msgstr ""
572
  "Activer la taxinomie pour les page d’archives de médias sur l’interface "
573
  "publique"
574
 
575
- #: core/options-pages.php:1284
576
  msgid ""
577
  "Re-save your permalink settings after this option change to make it work."
578
  msgstr ""
579
  "Pour que cela fonctionne, enregistrez à nouveau vos réglages de permaliens "
580
  "après avoir changé cette option."
581
 
582
- #: core/options-pages.php:1290 core/options-pages.php:1293
583
  msgid "Assign all like hierarchical"
584
  msgstr "Les rendre tous comme les taxinomies hiérarchiques"
585
 
586
- #: core/options-pages.php:1294
587
  msgid ""
588
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
589
  msgstr ""
590
  "Afficher les taxinomies non-hiérarchiques comme des taxinomies hiérarchiques "
591
  "dans la vue en grille / Popup pour les médias"
592
 
593
- #: core/options-pages.php:1300 core/options-pages.php:1303
594
  msgid "Force filters"
595
  msgstr "Forcer les filtres"
596
 
597
- #: core/options-pages.php:1304
598
  msgid "Show media filters for ANY Media Popup"
599
  msgstr ""
600
 
601
- #: core/options-pages.php:1305
602
  msgid "Try this if filters are not shown for third-party plugins or themes."
603
  msgstr ""
604
 
605
- #: core/options-pages.php:1359
606
  msgid "Add New MIME Type"
607
  msgstr "Ajouter un type de MIME"
608
 
609
- #: core/options-pages.php:1377 core/options-pages.php:1432
610
  msgid "Extension"
611
  msgstr "Extension"
612
 
613
- #: core/options-pages.php:1378 core/options-pages.php:1433
614
  msgid "MIME Type"
615
  msgstr "Type de MIME"
616
 
617
- #: core/options-pages.php:1379 core/options-pages.php:1434
618
  msgid "Singular Label"
619
  msgstr "Libellé pour le singulier"
620
 
621
- #: core/options-pages.php:1380 core/options-pages.php:1435
622
  msgid "Plural Label"
623
  msgstr "Libellé pour le pluriel"
624
 
625
- #: core/options-pages.php:1381 core/options-pages.php:1411
626
- #: core/options-pages.php:1424 core/options-pages.php:1436
627
  msgid "Add Filter"
628
  msgstr "Ajouter un filtre"
629
 
630
- #: core/options-pages.php:1382 core/options-pages.php:1412
631
- #: core/options-pages.php:1425 core/options-pages.php:1437
632
  msgid "Allow Upload"
633
  msgstr "Autoriser la mise en ligne"
634
 
635
- #: core/options-pages.php:1426
636
  msgid "Delete MIME Type"
637
  msgstr "Supprimer le type de MIME"
638
 
639
- #: core/options-pages.php:1443
640
  msgid "Restore WordPress default MIME Types"
641
  msgstr ""
642
 
643
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
644
  msgid "Save Changes"
645
  msgstr ""
646
 
647
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
  msgid "Vote!"
649
  msgstr ""
650
 
651
- #: core/taxonomies.php:81
652
  msgid "Media Taxonomies settings saved."
653
  msgstr ""
654
 
655
- #: core/taxonomies.php:139
656
  msgid "Media Library settings saved."
657
  msgstr ""
658
 
659
- #: core/taxonomies.php:338 core/taxonomies.php:344
660
  #: enhanced-media-library.php:489
661
- msgid "Filter by "
662
  msgstr "Filtrer par"
663
 
664
- #: core/taxonomies.php:345 enhanced-media-library.php:490
665
- msgid "All "
666
- msgstr "Tous"
667
-
668
- #: core/taxonomies.php:346 enhanced-media-library.php:491
669
- msgid "Not in "
670
  msgstr "Pas dans"
671
 
672
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
@@ -685,47 +750,91 @@ msgstr ""
685
  msgid "Based On"
686
  msgstr ""
687
 
688
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  msgid "Remove"
690
  msgstr ""
691
 
692
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
693
  msgid "Deselect"
694
  msgstr ""
695
 
696
- #: pro/core/bulk-edit.php:112
697
  msgid "Caption this image&hellip;"
698
  msgstr ""
699
 
700
- #: pro/core/bulk-edit.php:116
701
  msgid "Describe this video&hellip;"
702
  msgstr ""
703
 
704
- #: pro/core/bulk-edit.php:118
705
  msgid "Describe this audio file&hellip;"
706
  msgstr ""
707
 
708
- #: pro/core/bulk-edit.php:120
709
  msgid "Describe this media file&hellip;"
710
  msgstr ""
711
 
712
- #: pro/core/bulk-edit.php:129
713
  msgid "Attachments Details"
714
  msgstr ""
715
 
716
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
717
  msgid "Select All"
718
  msgstr ""
719
 
720
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
721
  msgid "Edit Selection"
722
  msgstr ""
723
 
724
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
725
  msgid "Deselect All"
726
  msgstr ""
727
 
728
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
729
  msgid "Delete Selected"
730
  msgstr ""
731
 
@@ -811,7 +920,7 @@ msgstr ""
811
 
812
  #: pro/core/options-pages.php:201
813
  msgid ""
814
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
815
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
816
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
817
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
@@ -921,7 +1030,7 @@ msgid ""
921
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
922
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
923
  "be active. Please network deactivate and delete the free versions of the "
924
- "plugin. All your data will remail intact."
925
  msgstr ""
926
 
927
  #: pro/enhanced-media-library-pro.php:299
@@ -940,6 +1049,46 @@ msgid ""
940
  "intact."
941
  msgstr ""
942
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
943
  #~ msgctxt "uploaded files"
944
  #~ msgid "All (%s)"
945
  #~ msgid_plural "All (%s)"
@@ -1223,12 +1372,5 @@ msgstr ""
1223
  #~ msgid "http://wpUXsolutions.com"
1224
  #~ msgstr "http://wpUXsolutions.com"
1225
 
1226
- #~ msgid ""
1227
- #~ "This plugin will be handy for those who need to manage a lot of media "
1228
- #~ "files."
1229
- #~ msgstr ""
1230
- #~ "Cette extension sera utile pour ceux qui ont besoin de gérer beaucoup de "
1231
- #~ "fichiers média"
1232
-
1233
  #~ msgid "wpUXsolutions"
1234
  #~ msgstr "wpUXsolutions"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Stable (latest release)\n"
6
+ "POT-Creation-Date: 2016-04-30 12:51+0300\n"
7
+ "PO-Revision-Date: 2016-04-30 12:51+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
10
  "Language: fr\n"
29
  msgstr[0] ""
30
  msgstr[1] ""
31
 
32
+ #: core/options-pages.php:97 core/options-pages.php:217
33
+ #: core/options-pages.php:932 core/options-pages.php:1057
34
+ #: core/options-pages.php:1370 core/options-pages.php:1547
35
  msgid "Media Settings"
36
  msgstr "Réglages de média"
37
 
55
  msgid "General"
56
  msgstr ""
57
 
58
+ #: core/options-pages.php:190 core/options-pages.php:1078
59
  msgid "Media Taxonomies"
60
  msgstr "Taxinomies des médias"
61
 
62
+ #: core/options-pages.php:214 core/options-pages.php:520
63
+ #: core/options-pages.php:928 core/options-pages.php:1053
64
+ #: core/options-pages.php:1366
65
  msgid "You do not have sufficient permissions to access this page."
66
  msgstr "Vous n'avez pas les droits suffisants pour accéder à cette page."
67
 
68
+ #: core/options-pages.php:228
69
  msgid "Image sizes"
70
  msgstr ""
71
 
72
+ #: core/options-pages.php:229
73
  msgid ""
74
  "The sizes listed below determine the maximum dimensions in pixels to use "
75
  "when adding an image to the Media Library."
76
  msgstr ""
77
 
78
+ #: core/options-pages.php:233
79
  msgid "Thumbnail size"
80
  msgstr ""
81
 
82
+ #: core/options-pages.php:235
83
  msgid "Width"
84
  msgstr ""
85
 
86
+ #: core/options-pages.php:237
87
  msgid "Height"
88
  msgstr ""
89
 
90
+ #: core/options-pages.php:240
91
  msgid ""
92
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
93
  msgstr ""
94
 
95
+ #: core/options-pages.php:245 core/options-pages.php:246
96
  msgid "Medium size"
97
  msgstr ""
98
 
99
+ #: core/options-pages.php:247 core/options-pages.php:257
100
  msgid "Max Width"
101
  msgstr ""
102
 
103
+ #: core/options-pages.php:249 core/options-pages.php:259
104
  msgid "Max Height"
105
  msgstr ""
106
 
107
+ #: core/options-pages.php:255 core/options-pages.php:256
108
  msgid "Large size"
109
  msgstr ""
110
 
111
+ #: core/options-pages.php:272
112
  msgid "Embeds"
113
  msgstr ""
114
 
115
+ #: core/options-pages.php:279
116
  msgid "Uploading Files"
117
  msgstr ""
118
 
119
+ #: core/options-pages.php:286
120
  msgid "Store uploads in this folder"
121
  msgstr ""
122
 
123
+ #: core/options-pages.php:290
124
  #, php-format
125
  msgid "Default is %s"
126
  msgstr ""
127
 
128
+ #: core/options-pages.php:296
129
  msgid "Full URL path to files"
130
  msgstr ""
131
 
132
+ #: core/options-pages.php:298
133
  msgid "Configuring this is optional. By default, it should be blank."
134
  msgstr ""
135
 
136
+ #: core/options-pages.php:306
137
  msgid "Organize my uploads into month- and year-based folders"
138
  msgstr ""
139
 
140
+ #: core/options-pages.php:378 core/options-pages.php:1102
141
+ #: core/options-pages.php:1117 core/options-pages.php:1180
142
+ #: core/options-pages.php:1249
143
  msgid "Edit"
144
  msgstr "Modifier"
145
 
146
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
147
  msgid "Close"
148
  msgstr "Fermer"
149
 
150
+ #: core/options-pages.php:380 core/options-pages.php:1118
151
+ #: core/options-pages.php:1181
152
  msgid "View"
153
  msgstr "Afficher"
154
 
155
+ #: core/options-pages.php:381 core/options-pages.php:1119
156
+ #: core/options-pages.php:1182
157
  msgid "Update"
158
  msgstr "Mise à jour"
159
 
160
+ #: core/options-pages.php:382 core/options-pages.php:1120
161
+ #: core/options-pages.php:1183
162
  msgid "Add New"
163
  msgstr "Ajouter"
164
 
165
+ #: core/options-pages.php:383 core/options-pages.php:1121
166
+ #: core/options-pages.php:1184
167
  msgid "New"
168
  msgstr "Nouveau"
169
 
170
+ #: core/options-pages.php:384
171
  msgid "Name"
172
  msgstr "Nom"
173
 
174
+ #: core/options-pages.php:385 core/options-pages.php:1122
175
+ #: core/options-pages.php:1185
176
  msgid "Parent"
177
  msgstr "Parent"
178
 
179
+ #: core/options-pages.php:386 core/options-pages.php:616
180
+ #: core/options-pages.php:1116 core/options-pages.php:1179
181
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
182
  msgid "All"
183
  msgstr "Tous"
184
 
185
+ #: core/options-pages.php:387 core/options-pages.php:1123
186
+ #: core/options-pages.php:1186
187
  msgid "Search"
188
  msgstr "Rechercher"
189
 
190
+ #: core/options-pages.php:389 core/options-pages.php:1167
191
+ msgid "New Taxonomy"
192
+ msgstr "Nouvelle taxinomie"
193
+
194
+ #: core/options-pages.php:391
195
+ msgid "Remove Taxonomy"
196
+ msgstr ""
197
+
198
+ #: core/options-pages.php:392
199
+ msgid "Taxonomy will be removed."
200
+ msgstr ""
201
+
202
+ #: core/options-pages.php:393
203
  msgid ""
204
+ "Taxonomy terms (categories) will remain intact in the database. If you "
205
+ "create a taxonomy with the same name in the future, its terms (categories) "
206
+ "will be available again."
207
  msgstr ""
 
 
 
208
 
209
+ #: core/options-pages.php:394
210
+ msgid "Media items will remain intact."
211
  msgstr ""
 
212
 
213
+ #: core/options-pages.php:395
214
+ msgid "Are you still sure?"
215
+ msgstr ""
216
 
217
+ #: core/options-pages.php:396
218
+ msgid "Yes, remove taxonomy"
219
  msgstr ""
 
 
220
 
221
+ #: core/options-pages.php:398
222
+ msgid "Duplicate"
223
  msgstr ""
 
224
 
225
+ #: core/options-pages.php:399
226
+ msgid "Taxonomy with the same name already exists. Please chose other one."
227
  msgstr ""
228
+ "Il y a déjà une taxinomie avec le même nom. Merci d’en choisir un autre."
229
 
230
+ #: core/options-pages.php:401
231
+ msgid "Empty Fields"
232
  msgstr ""
233
 
234
+ #: core/options-pages.php:402
235
+ msgid "Please choose Singular and Plural names for all new taxomonies."
236
  msgstr ""
237
 
238
+ #: core/options-pages.php:403
239
+ msgid "Please choose Singilar name for all new taxomonies."
240
+ msgstr ""
241
+
242
+ #: core/options-pages.php:404
243
+ msgid "Please choose Plural Name for all new taxomonies."
244
  msgstr ""
245
 
246
+ #: core/options-pages.php:406
247
+ msgid "Ok"
248
+ msgstr ""
249
+
250
+ #: core/options-pages.php:407 core/options-pages.php:412
251
+ #: core/options-pages.php:495
252
  msgid "Cancel"
253
  msgstr ""
254
 
255
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
256
+ msgid "Synchronize Now"
257
+ msgstr ""
258
+
259
+ #: core/options-pages.php:410 core/options-pages.php:492
260
+ msgid "This operation cannot be canceled! Are you still sure?"
261
+ msgstr ""
262
+
263
+ #: core/options-pages.php:411
264
+ msgid "Synchronize"
265
+ msgstr ""
266
+
267
+ #: core/options-pages.php:413
268
  msgid "Synchronizing..."
269
  msgstr ""
270
 
271
+ #: core/options-pages.php:451
272
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
273
  msgstr ""
274
  "Attention ! Tous les types de MIME personnalisés seront effacés par cette "
275
  "opération."
276
 
277
+ #: core/options-pages.php:452
278
  msgid "Please fill into all fields."
279
  msgstr "Merci de remplir tous les champs."
280
 
281
+ #: core/options-pages.php:453
282
  msgid "Duplicate extensions or MIME types. Please chose other one."
283
  msgstr ""
284
  "Duplication de l'extension ou du type MIME. Merci d'en spécifier un autre."
285
 
286
+ #: core/options-pages.php:490 core/options-pages.php:607
287
+ msgid "Complete Cleanup"
288
+ msgstr ""
289
+
290
+ #: core/options-pages.php:491
291
  msgid ""
292
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
293
  "plugin data</strong> from the database including backups."
294
  msgstr ""
295
 
296
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
297
  msgid "Yes, delete all data"
298
  msgstr ""
299
 
300
+ #: core/options-pages.php:494
301
  msgid "Cleaning..."
302
  msgstr ""
303
 
304
+ #: core/options-pages.php:525
305
  msgid "Enhanced Media Library Settings"
306
  msgstr ""
307
 
308
+ #: core/options-pages.php:535
309
  msgid "Export"
310
  msgstr ""
311
 
312
+ #: core/options-pages.php:539
313
  msgid ""
314
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
315
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
316
  "configuration file. It allows you to easily import the configuration into "
317
  "another website."
318
  msgstr ""
319
 
320
+ #: core/options-pages.php:544
321
  msgid "Export Plugin Settings"
322
  msgstr ""
323
 
324
+ #: core/options-pages.php:554
325
  msgid "Import"
326
  msgstr ""
327
 
328
+ #: core/options-pages.php:558
329
  msgid ""
330
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
331
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
332
  "configuration file which can be obtained by exporting the settings on "
333
  "another website using the export button above."
334
  msgstr ""
335
 
336
+ #: core/options-pages.php:559
337
  msgid ""
338
+ "All plugin settings will be overridden by the import. You will have a chance "
339
  "to restore current data from an automatic backup in case you are not "
340
  "satisfied with the result of the import."
341
  msgstr ""
342
 
343
+ #: core/options-pages.php:566
344
  msgid "Import Plugin Settings"
345
  msgstr ""
346
 
347
+ #: core/options-pages.php:578
348
  msgid "Restore"
349
  msgstr ""
350
 
351
+ #: core/options-pages.php:584
352
  msgid "No backup available at the moment."
353
  msgstr ""
354
 
355
+ #: core/options-pages.php:586
356
  msgid "Backup will be created automatically before any import operation."
357
  msgstr ""
358
 
359
+ #: core/options-pages.php:590
360
  msgid ""
361
+ "The backup has been automatically created before the latest import operation."
362
  msgstr ""
363
 
364
+ #: core/options-pages.php:594
365
  msgid "Restore Settings from the Backup"
366
  msgstr ""
367
 
368
+ #: core/options-pages.php:614
369
  msgid "What will be deleted:"
370
  msgstr ""
371
 
372
+ #: core/options-pages.php:619
373
  msgid "All plugin options"
374
  msgstr ""
375
 
376
+ #: core/options-pages.php:620
377
  msgid "All plugin backups stored in database"
378
  msgstr ""
379
 
380
+ #: core/options-pages.php:624
381
  msgid "What will remain intact:"
382
  msgstr ""
383
 
384
+ #: core/options-pages.php:625
385
  msgid "All media items"
386
  msgstr ""
387
 
388
+ #: core/options-pages.php:626
389
  msgid "All taxonomies not listed above"
390
  msgstr ""
391
 
392
+ #: core/options-pages.php:629
393
  msgid ""
394
  "The plugin cannot delete itself because of security reason. Please delete it "
395
  "manually from plugin list after cleanup."
396
  msgstr ""
397
 
398
+ #: core/options-pages.php:631
399
  msgid ""
400
  "If you are not sure about this operation please create a backup of your "
401
  "database prior to cleanup!"
402
  msgstr ""
403
 
404
+ #: core/options-pages.php:637
405
  msgid "Delete All Data & Deactivate"
406
  msgstr ""
407
 
408
+ #: core/options-pages.php:742
409
  msgid "Please upload a file to import settings."
410
  msgstr ""
411
 
412
+ #: core/options-pages.php:762
413
  msgid "Plugin settings imported."
414
  msgstr ""
415
 
416
+ #: core/options-pages.php:809
417
  msgid "Plugin settings restored from the backup."
418
  msgstr ""
419
 
420
+ #: core/options-pages.php:953
421
  msgid "Media Items Order"
422
  msgstr ""
423
 
424
+ #: core/options-pages.php:960
425
  msgid "Order media items by"
426
  msgstr ""
427
 
428
+ #: core/options-pages.php:967 core/options-pages.php:979
429
  msgid "For media library and media popups"
430
  msgstr ""
431
 
432
+ #: core/options-pages.php:968
433
  msgid "Option allows to change order by drag and drop with Custom Order value."
434
  msgstr ""
435
 
436
+ #: core/options-pages.php:973
437
  msgid "Sort order"
438
  msgstr ""
439
 
440
+ #: core/options-pages.php:992
441
  msgid "Media Shortcodes"
442
  msgstr ""
443
 
444
+ #: core/options-pages.php:999 core/options-pages.php:1002
445
  msgid "Enhanced media shortcodes"
446
  msgstr ""
447
 
448
+ #: core/options-pages.php:1003
449
  msgid ""
450
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
451
+ "upload date, and media items number limit"
452
  msgstr ""
453
 
454
+ #: core/options-pages.php:1004
455
+ msgid "Gallery example:"
 
 
456
  msgstr ""
457
 
458
+ #: core/options-pages.php:1005
459
+ msgid "Audio playlist example:"
 
 
460
  msgstr ""
461
 
462
+ #: core/options-pages.php:1006
463
+ msgid "Video playlist example:"
 
 
464
  msgstr ""
465
 
466
+ #: core/options-pages.php:1008
467
  #, php-format
468
  msgid ""
469
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
470
  msgstr ""
471
 
472
+ #: core/options-pages.php:1010
473
  #, php-format
474
  msgid "%sLearn more%s."
475
  msgstr ""
476
 
477
+ #: core/options-pages.php:1012
478
  #, php-format
479
  msgid ""
480
  "Please check out your gallery front-end and back-end functionality once this "
482
  "%s."
483
  msgstr ""
484
 
485
+ #: core/options-pages.php:1082 core/options-pages.php:1229
486
  msgid "Assign following taxonomies to Media Library:"
487
  msgstr "Assigner les taxinomies suivantes à la Bibliothèque des Médias&nbsp;:"
488
 
489
+ #: core/options-pages.php:1101 core/options-pages.php:1167
490
+ #: core/options-pages.php:1248
491
  msgid "Assign Taxonomy"
492
  msgstr "Assigner la taxinomie"
493
 
494
+ #: core/options-pages.php:1102 core/options-pages.php:1249
495
  msgid "Edit Taxonomy"
496
  msgstr "Modifier la taxinomie"
497
 
498
+ #: core/options-pages.php:1106 core/options-pages.php:1169
499
  msgid "Delete Taxonomy"
500
  msgstr "Supprimer la taxinomie"
501
 
502
+ #: core/options-pages.php:1111 core/options-pages.php:1174
503
  msgid "Labels"
504
  msgstr "Libellés"
505
 
506
+ #: core/options-pages.php:1113 core/options-pages.php:1176
507
  msgid "Singular"
508
  msgstr "Singulier"
509
 
510
+ #: core/options-pages.php:1114 core/options-pages.php:1177
511
  msgid "Plural"
512
  msgstr "Pluriel"
513
 
514
+ #: core/options-pages.php:1115 core/options-pages.php:1178
515
  msgid "Menu Name"
516
  msgstr "Nom du menu"
517
 
518
+ #: core/options-pages.php:1128 core/options-pages.php:1151
519
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
520
  msgid "Settings"
521
  msgstr "Réglages"
522
 
523
+ #: core/options-pages.php:1130 core/options-pages.php:1193
524
  msgid "Taxonomy Name"
525
  msgstr "Nom de la taxinomie"
526
 
527
+ #: core/options-pages.php:1131 core/options-pages.php:1194
528
  msgid "Hierarchical"
529
  msgstr "Hiérarchique"
530
 
531
+ #: core/options-pages.php:1132 core/options-pages.php:1195
532
  msgid "Column for List View"
533
  msgstr ""
534
 
535
+ #: core/options-pages.php:1133 core/options-pages.php:1153
536
+ #: core/options-pages.php:1196 core/options-pages.php:1254
537
  msgid "Filter for List View"
538
  msgstr ""
539
 
540
+ #: core/options-pages.php:1134 core/options-pages.php:1154
541
+ #: core/options-pages.php:1197 core/options-pages.php:1255
542
  msgid "Filter for Grid View / Media Popup"
543
  msgstr ""
544
 
545
+ #: core/options-pages.php:1135 core/options-pages.php:1155
546
+ #: core/options-pages.php:1198 core/options-pages.php:1256
547
  msgid "Edit in Media Popup"
548
  msgstr "Modifier dans les Popups des médias"
549
 
550
+ #: core/options-pages.php:1136 core/options-pages.php:1199
551
  msgid "Show in Nav Menu"
552
  msgstr "Afficher dans le menu de navigation"
553
 
554
+ #: core/options-pages.php:1137 core/options-pages.php:1200
555
  msgid "Remember Terms Order (sort)"
556
  msgstr ""
557
 
558
+ #: core/options-pages.php:1138 core/options-pages.php:1201
559
  msgid "Show in REST"
560
  msgstr ""
561
 
562
+ #: core/options-pages.php:1139 core/options-pages.php:1202
563
  msgid "Rewrite Slug"
564
  msgstr "Réécrire l’identifiant"
565
 
566
+ #: core/options-pages.php:1140 core/options-pages.php:1203
567
  msgid "Slug with Front"
568
  msgstr "Identifiant dans l’URL"
569
 
570
+ #: core/options-pages.php:1215
571
  msgid "Add New Taxonomy"
572
  msgstr "Ajout de nouvelle taxinomie"
573
 
574
+ #: core/options-pages.php:1225
575
  msgid "Non-Media Taxonomies"
576
  msgstr "Taxinomies pour les non-médias"
577
 
578
+ #: core/options-pages.php:1286
579
  msgid "Options"
580
  msgstr "Options"
581
 
582
+ #: core/options-pages.php:1296 core/options-pages.php:1299
583
  msgid "Taxonomy archive pages"
584
  msgstr "Taxinomie pour les pages d'archives"
585
 
586
+ #: core/options-pages.php:1300
587
  msgid "Turn on media taxonomy archive pages on the front-end"
588
  msgstr ""
589
  "Activer la taxinomie pour les page d’archives de médias sur l’interface "
590
  "publique"
591
 
592
+ #: core/options-pages.php:1301
593
  msgid ""
594
  "Re-save your permalink settings after this option change to make it work."
595
  msgstr ""
596
  "Pour que cela fonctionne, enregistrez à nouveau vos réglages de permaliens "
597
  "après avoir changé cette option."
598
 
599
+ #: core/options-pages.php:1307 core/options-pages.php:1310
600
  msgid "Assign all like hierarchical"
601
  msgstr "Les rendre tous comme les taxinomies hiérarchiques"
602
 
603
+ #: core/options-pages.php:1311
604
  msgid ""
605
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
606
  msgstr ""
607
  "Afficher les taxinomies non-hiérarchiques comme des taxinomies hiérarchiques "
608
  "dans la vue en grille / Popup pour les médias"
609
 
610
+ #: core/options-pages.php:1317 core/options-pages.php:1320
611
  msgid "Force filters"
612
  msgstr "Forcer les filtres"
613
 
614
+ #: core/options-pages.php:1321
615
  msgid "Show media filters for ANY Media Popup"
616
  msgstr ""
617
 
618
+ #: core/options-pages.php:1322
619
  msgid "Try this if filters are not shown for third-party plugins or themes."
620
  msgstr ""
621
 
622
+ #: core/options-pages.php:1376
623
  msgid "Add New MIME Type"
624
  msgstr "Ajouter un type de MIME"
625
 
626
+ #: core/options-pages.php:1394 core/options-pages.php:1449
627
  msgid "Extension"
628
  msgstr "Extension"
629
 
630
+ #: core/options-pages.php:1395 core/options-pages.php:1450
631
  msgid "MIME Type"
632
  msgstr "Type de MIME"
633
 
634
+ #: core/options-pages.php:1396 core/options-pages.php:1451
635
  msgid "Singular Label"
636
  msgstr "Libellé pour le singulier"
637
 
638
+ #: core/options-pages.php:1397 core/options-pages.php:1452
639
  msgid "Plural Label"
640
  msgstr "Libellé pour le pluriel"
641
 
642
+ #: core/options-pages.php:1398 core/options-pages.php:1428
643
+ #: core/options-pages.php:1441 core/options-pages.php:1453
644
  msgid "Add Filter"
645
  msgstr "Ajouter un filtre"
646
 
647
+ #: core/options-pages.php:1399 core/options-pages.php:1429
648
+ #: core/options-pages.php:1442 core/options-pages.php:1454
649
  msgid "Allow Upload"
650
  msgstr "Autoriser la mise en ligne"
651
 
652
+ #: core/options-pages.php:1443
653
  msgid "Delete MIME Type"
654
  msgstr "Supprimer le type de MIME"
655
 
656
+ #: core/options-pages.php:1460
657
  msgid "Restore WordPress default MIME Types"
658
  msgstr ""
659
 
660
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
661
  msgid "Save Changes"
662
  msgstr ""
663
 
664
+ #: core/options-pages.php:1499
665
+ msgid "Changelog"
666
+ msgstr ""
667
+
668
+ #: core/options-pages.php:1500
669
+ msgid "What's new in"
670
+ msgstr ""
671
+
672
+ #: core/options-pages.php:1500
673
+ msgid "version"
674
+ msgstr ""
675
+
676
+ #: core/options-pages.php:1503
677
+ msgid "More features under the hood"
678
+ msgstr ""
679
+
680
+ #: core/options-pages.php:1505
681
+ msgid "Support"
682
+ msgstr ""
683
+
684
+ #: core/options-pages.php:1506
685
+ msgid "Feel free to ask for help on"
686
+ msgstr ""
687
+
688
+ #: core/options-pages.php:1506
689
+ msgid "Support is free for both versions of the plugin."
690
+ msgstr ""
691
+
692
+ #: core/options-pages.php:1508
693
+ msgid "Plugin rating"
694
+ msgstr ""
695
+
696
+ #: core/options-pages.php:1509
697
+ msgid "Please"
698
+ msgstr ""
699
+
700
+ #: core/options-pages.php:1509
701
+ msgid "vote for the plugin"
702
+ msgstr ""
703
+
704
+ #: core/options-pages.php:1509
705
+ msgid "Thanks!"
706
+ msgstr ""
707
+
708
+ #: core/options-pages.php:1511
709
+ msgid "Other plugins you may find useful"
710
+ msgstr ""
711
+
712
+ #: core/options-pages.php:1550
713
+ msgid "Utility"
714
+ msgstr ""
715
+
716
+ #: core/options-pages.php:1571
717
  msgid "Vote!"
718
  msgstr ""
719
 
720
+ #: core/taxonomies.php:101
721
  msgid "Media Taxonomies settings saved."
722
  msgstr ""
723
 
724
+ #: core/taxonomies.php:159
725
  msgid "Media Library settings saved."
726
  msgstr ""
727
 
728
+ #: core/taxonomies.php:358 core/taxonomies.php:364
729
  #: enhanced-media-library.php:489
730
+ msgid "Filter by"
731
  msgstr "Filtrer par"
732
 
733
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
734
+ msgid "Not in"
 
 
 
 
735
  msgstr "Pas dans"
736
 
737
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
750
  msgid "Based On"
751
  msgstr ""
752
 
753
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
754
+ msgid "Media Categories"
755
+ msgstr ""
756
+
757
+ #: enhanced-media-library.php:570
758
+ msgid "Media Category"
759
+ msgstr ""
760
+
761
+ #: enhanced-media-library.php:572
762
+ msgid "All Media Categories"
763
+ msgstr ""
764
+
765
+ #: enhanced-media-library.php:573
766
+ msgid "Edit Media Category"
767
+ msgstr ""
768
+
769
+ #: enhanced-media-library.php:574
770
+ msgid "View Media Category"
771
+ msgstr ""
772
+
773
+ #: enhanced-media-library.php:575
774
+ msgid "Update Media Category"
775
+ msgstr ""
776
+
777
+ #: enhanced-media-library.php:576
778
+ msgid "Add New Media Category"
779
+ msgstr ""
780
+
781
+ #: enhanced-media-library.php:577
782
+ msgid "New Media Category Name"
783
+ msgstr ""
784
+
785
+ #: enhanced-media-library.php:578
786
+ msgid "Parent Media Category"
787
+ msgstr ""
788
+
789
+ #: enhanced-media-library.php:579
790
+ msgid "Parent Media Category:"
791
+ msgstr ""
792
+
793
+ #: enhanced-media-library.php:580
794
+ msgid "Search Media Categories"
795
+ msgstr ""
796
+
797
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
798
  msgid "Remove"
799
  msgstr ""
800
 
801
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
802
  msgid "Deselect"
803
  msgstr ""
804
 
805
+ #: pro/core/bulk-edit.php:105
806
  msgid "Caption this image&hellip;"
807
  msgstr ""
808
 
809
+ #: pro/core/bulk-edit.php:109
810
  msgid "Describe this video&hellip;"
811
  msgstr ""
812
 
813
+ #: pro/core/bulk-edit.php:111
814
  msgid "Describe this audio file&hellip;"
815
  msgstr ""
816
 
817
+ #: pro/core/bulk-edit.php:113
818
  msgid "Describe this media file&hellip;"
819
  msgstr ""
820
 
821
+ #: pro/core/bulk-edit.php:122
822
  msgid "Attachments Details"
823
  msgstr ""
824
 
825
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
826
  msgid "Select All"
827
  msgstr ""
828
 
829
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
830
  msgid "Edit Selection"
831
  msgstr ""
832
 
833
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
834
  msgid "Deselect All"
835
  msgstr ""
836
 
837
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
838
  msgid "Delete Selected"
839
  msgstr ""
840
 
920
 
921
  #: pro/core/options-pages.php:201
922
  msgid ""
923
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
924
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
925
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
926
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
1030
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1031
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1032
  "be active. Please network deactivate and delete the free versions of the "
1033
+ "plugin. All your data will remain intact."
1034
  msgstr ""
1035
 
1036
  #: pro/enhanced-media-library-pro.php:299
1049
  "intact."
1050
  msgstr ""
1051
 
1052
+ #. Description of the plugin/theme
1053
+ msgid ""
1054
+ "This plugin will be handy for those who need to manage a lot of media files."
1055
+ msgstr ""
1056
+ "Cette extension sera utile pour ceux qui ont besoin de gérer beaucoup de "
1057
+ "fichiers média"
1058
+
1059
+ #~ msgid ""
1060
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1061
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1062
+ #~ "be lost."
1063
+ #~ msgstr ""
1064
+ #~ "La taxonomie va être supprimée de manière permanente&nbsp;! Tous les "
1065
+ #~ "fichiers médias seront intacts, mais toutes les connexions avec cette "
1066
+ #~ "taxinomie et ses termes seront perdus."
1067
+
1068
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1069
+ #~ msgstr ""
1070
+ #~ "Merci de choisir les noms singuliers et pluriels de toutes vos nouvelles "
1071
+ #~ "taxinomies."
1072
+
1073
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1074
+ #~ msgstr ""
1075
+ #~ "Merci de choisir un nom singulier pour toutes vos nouvelles taxinomies."
1076
+
1077
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1078
+ #~ msgstr ""
1079
+ #~ "Merci de choisir un nom au pluriel pour toutes vos nouvelles taxinomies."
1080
+
1081
+ #~ msgid ""
1082
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1083
+ #~ msgstr ""
1084
+ #~ "Il y a déjà une taxinomie avec le même nom. Merci d’en choisir un autre."
1085
+
1086
+ #~ msgid "Filter by "
1087
+ #~ msgstr "Filtrer par"
1088
+
1089
+ #~ msgid "Not in "
1090
+ #~ msgstr "Pas dans"
1091
+
1092
  #~ msgctxt "uploaded files"
1093
  #~ msgid "All (%s)"
1094
  #~ msgid_plural "All (%s)"
1372
  #~ msgid "http://wpUXsolutions.com"
1373
  #~ msgstr "http://wpUXsolutions.com"
1374
 
 
 
 
 
 
 
 
1375
  #~ msgid "wpUXsolutions"
1376
  #~ msgstr "wpUXsolutions"
languages/enhanced-media-library-he_IL.mo CHANGED
Binary file
languages/enhanced-media-library-he_IL.po CHANGED
@@ -3,7 +3,7 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
- "POT-Creation-Date: 2016-04-14 02:58+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
@@ -36,9 +36,9 @@ msgid_plural " <span class=\"count\">(%s)</span>"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
- #: core/options-pages.php:97 core/options-pages.php:215
40
- #: core/options-pages.php:916 core/options-pages.php:1041
41
- #: core/options-pages.php:1353
42
  msgid "Media Settings"
43
  msgstr "הגדרות מדיה"
44
 
@@ -62,399 +62,422 @@ msgstr "ספרית מדיה משופרת"
62
  msgid "General"
63
  msgstr ""
64
 
65
- #: core/options-pages.php:190 core/options-pages.php:1062
66
  msgid "Media Taxonomies"
67
  msgstr "תויות מיון למדיה"
68
 
69
- #: core/options-pages.php:212 core/options-pages.php:504
70
- #: core/options-pages.php:912 core/options-pages.php:1037
71
- #: core/options-pages.php:1349
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr "אין לך הרשאות מתאימות על מנת לגשת לדף זה."
74
 
75
- #: core/options-pages.php:226
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
- #: core/options-pages.php:227
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
- #: core/options-pages.php:231
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
- #: core/options-pages.php:233
90
  msgid "Width"
91
  msgstr ""
92
 
93
- #: core/options-pages.php:235
94
  msgid "Height"
95
  msgstr ""
96
 
97
- #: core/options-pages.php:238
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
- #: core/options-pages.php:243 core/options-pages.php:244
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
- #: core/options-pages.php:245 core/options-pages.php:255
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
- #: core/options-pages.php:247 core/options-pages.php:257
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
- #: core/options-pages.php:253 core/options-pages.php:254
115
  msgid "Large size"
116
  msgstr ""
117
 
118
- #: core/options-pages.php:270
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
- #: core/options-pages.php:277
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
- #: core/options-pages.php:284
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
- #: core/options-pages.php:288
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
- #: core/options-pages.php:294
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
- #: core/options-pages.php:296
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
- #: core/options-pages.php:304
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
- #: core/options-pages.php:376 core/options-pages.php:1086
148
- #: core/options-pages.php:1101 core/options-pages.php:1163
149
- #: core/options-pages.php:1232
150
  msgid "Edit"
151
  msgstr "ערוך"
152
 
153
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "סגור"
156
 
157
- #: core/options-pages.php:378 core/options-pages.php:1102
158
- #: core/options-pages.php:1164
159
  msgid "View"
160
  msgstr "צפה"
161
 
162
- #: core/options-pages.php:379 core/options-pages.php:1103
163
- #: core/options-pages.php:1165
164
  msgid "Update"
165
  msgstr "עדכן"
166
 
167
- #: core/options-pages.php:380 core/options-pages.php:1104
168
- #: core/options-pages.php:1166
169
  msgid "Add New"
170
  msgstr "הוסף חדש"
171
 
172
- #: core/options-pages.php:381 core/options-pages.php:1105
173
- #: core/options-pages.php:1167
174
  msgid "New"
175
  msgstr "חדש"
176
 
177
- #: core/options-pages.php:382
178
  msgid "Name"
179
  msgstr "שם"
180
 
181
- #: core/options-pages.php:383 core/options-pages.php:1106
182
- #: core/options-pages.php:1168
183
  msgid "Parent"
184
  msgstr "הורה"
185
 
186
- #: core/options-pages.php:384 core/options-pages.php:600
187
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
188
  msgid "All"
189
  msgstr "הכל"
190
 
191
- #: core/options-pages.php:385 core/options-pages.php:1107
192
- #: core/options-pages.php:1169
193
  msgid "Search"
194
  msgstr "חיפוש"
195
 
196
- #: core/options-pages.php:387
197
- msgid ""
198
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
199
- "but all the connections with this taxonomy and its terms will be lost."
200
- msgstr ""
201
- "תוית המיון תמחק לצמיתות! קבצי המדיה ישארו כפי שהם, אך הקשרים התלויים בתוית "
202
- "המיון יאבדו."
203
-
204
- #: core/options-pages.php:388
205
- msgid "There is already a taxonomy with the same name. Please chose other one."
206
- msgstr "קיימת תוית מיון עם שם זהה. אנא בחר שם שונה."
207
-
208
- #: core/options-pages.php:389 core/options-pages.php:1150
209
  msgid "New Taxonomy"
210
  msgstr "תוית מיון חדשה"
211
 
212
- #: core/options-pages.php:390
213
- msgid "Please choose Singular and Plural names for all your new taxomonies."
214
- msgstr "אנא בחר שמות לכל תויות המיון החדשות שלך עבור יחיד ורבים."
215
-
216
  #: core/options-pages.php:391
217
- msgid "Please choose Singilar name for all your new taxomonies."
218
- msgstr "אנא בחר שם ביחיד עבור כל תויות המיון החדשות שלך."
219
 
220
  #: core/options-pages.php:392
221
- msgid "Please choose Plural Name for all your new taxomonies."
222
- msgstr "אנא בחר שם ברבים עבור כל תויות המיון החדשות שלך."
223
 
224
- #: core/options-pages.php:395 pro/core/options-pages.php:165
225
- msgid "Synchronize Now"
 
 
 
 
 
 
 
 
 
 
 
226
  msgstr ""
227
 
228
  #: core/options-pages.php:396
229
- msgid "This operation cannot be canceled. Are you still sure?"
230
  msgstr ""
231
 
232
- #: core/options-pages.php:397
233
- msgid "Synchronize"
234
  msgstr ""
235
 
236
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Cancel"
238
  msgstr ""
239
 
240
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
241
  msgid "Synchronizing..."
242
  msgstr ""
243
 
244
- #: core/options-pages.php:435
245
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
246
  msgstr "אזהרה! כל סוגי הקבצים המותאמים (MIME Types) ימחקו על-ידי פעולה זו"
247
 
248
- #: core/options-pages.php:436
249
  msgid "Please fill into all fields."
250
  msgstr "אנא הזן את כל השדות"
251
 
252
- #: core/options-pages.php:437
253
  msgid "Duplicate extensions or MIME types. Please chose other one."
254
  msgstr "כפילויות בהרחבות או סוגי קבצים. אנא בחר אחר."
255
 
256
- #: core/options-pages.php:474
 
 
 
 
257
  msgid ""
258
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
259
  "plugin data</strong> from the database including backups."
260
  msgstr ""
261
 
262
- #: core/options-pages.php:475
263
- msgid "The operation cannot be canceled! Are you still sure?"
264
- msgstr ""
265
-
266
- #: core/options-pages.php:476 core/options-pages.php:591
267
- msgid "Complete Cleanup"
268
- msgstr ""
269
-
270
- #: core/options-pages.php:477
271
  msgid "Yes, delete all data"
272
  msgstr ""
273
 
274
- #: core/options-pages.php:479
275
  msgid "Cleaning..."
276
  msgstr ""
277
 
278
- #: core/options-pages.php:509
279
  msgid "Enhanced Media Library Settings"
280
  msgstr ""
281
 
282
- #: core/options-pages.php:519
283
  msgid "Export"
284
  msgstr ""
285
 
286
- #: core/options-pages.php:523
287
  msgid ""
288
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
289
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
290
  "configuration file. It allows you to easily import the configuration into "
291
  "another website."
292
  msgstr ""
293
 
294
- #: core/options-pages.php:528
295
  msgid "Export Plugin Settings"
296
  msgstr ""
297
 
298
- #: core/options-pages.php:538
299
  msgid "Import"
300
  msgstr ""
301
 
302
- #: core/options-pages.php:542
303
  msgid ""
304
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
305
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
306
  "configuration file which can be obtained by exporting the settings on "
307
  "another website using the export button above."
308
  msgstr ""
309
 
310
- #: core/options-pages.php:543
311
  msgid ""
312
- "All plugin settings will be overriden by the import. You will have a chance "
313
  "to restore current data from an automatic backup in case you are not "
314
  "satisfied with the result of the import."
315
  msgstr ""
316
 
317
- #: core/options-pages.php:550
318
  msgid "Import Plugin Settings"
319
  msgstr ""
320
 
321
- #: core/options-pages.php:562
322
  msgid "Restore"
323
  msgstr ""
324
 
325
- #: core/options-pages.php:568
326
  msgid "No backup available at the moment."
327
  msgstr ""
328
 
329
- #: core/options-pages.php:570
330
  msgid "Backup will be created automatically before any import operation."
331
  msgstr ""
332
 
333
- #: core/options-pages.php:574
334
  msgid ""
335
- "The backup had been automatically created before the latest import opetarion."
336
  msgstr ""
337
 
338
- #: core/options-pages.php:578
339
  msgid "Restore Settings from the Backup"
340
  msgstr ""
341
 
342
- #: core/options-pages.php:598
343
  msgid "What will be deleted:"
344
  msgstr ""
345
 
346
- #: core/options-pages.php:603
347
  msgid "All plugin options"
348
  msgstr ""
349
 
350
- #: core/options-pages.php:604
351
  msgid "All plugin backups stored in database"
352
  msgstr ""
353
 
354
- #: core/options-pages.php:608
355
  msgid "What will remain intact:"
356
  msgstr ""
357
 
358
- #: core/options-pages.php:609
359
  msgid "All media items"
360
  msgstr ""
361
 
362
- #: core/options-pages.php:610
363
  msgid "All taxonomies not listed above"
364
  msgstr ""
365
 
366
- #: core/options-pages.php:613
367
  msgid ""
368
  "The plugin cannot delete itself because of security reason. Please delete it "
369
  "manually from plugin list after cleanup."
370
  msgstr ""
371
 
372
- #: core/options-pages.php:615
373
  msgid ""
374
  "If you are not sure about this operation please create a backup of your "
375
  "database prior to cleanup!"
376
  msgstr ""
377
 
378
- #: core/options-pages.php:621
379
  msgid "Delete All Data & Deactivate"
380
  msgstr ""
381
 
382
- #: core/options-pages.php:726
383
  msgid "Please upload a file to import settings."
384
  msgstr ""
385
 
386
- #: core/options-pages.php:746
387
  msgid "Plugin settings imported."
388
  msgstr ""
389
 
390
- #: core/options-pages.php:793
391
  msgid "Plugin settings restored from the backup."
392
  msgstr ""
393
 
394
- #: core/options-pages.php:937
395
  msgid "Media Items Order"
396
  msgstr ""
397
 
398
- #: core/options-pages.php:944
399
  msgid "Order media items by"
400
  msgstr ""
401
 
402
- #: core/options-pages.php:951 core/options-pages.php:963
403
  msgid "For media library and media popups"
404
  msgstr ""
405
 
406
- #: core/options-pages.php:952
407
  msgid "Option allows to change order by drag and drop with Custom Order value."
408
  msgstr ""
409
 
410
- #: core/options-pages.php:957
411
  msgid "Sort order"
412
  msgstr ""
413
 
414
- #: core/options-pages.php:976
415
  msgid "Media Shortcodes"
416
  msgstr ""
417
 
418
- #: core/options-pages.php:983 core/options-pages.php:986
419
  msgid "Enhanced media shortcodes"
420
  msgstr ""
421
 
422
- #: core/options-pages.php:987
423
  msgid ""
424
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
425
- "uploade date, and media items number limit"
426
  msgstr ""
427
 
428
- #: core/options-pages.php:988
429
- msgid ""
430
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
431
- "year=\"2015\"]"
432
  msgstr ""
433
 
434
- #: core/options-pages.php:989
435
- msgid ""
436
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
437
- "\"12\" year=\"2015\"]"
438
  msgstr ""
439
 
440
- #: core/options-pages.php:990
441
- msgid ""
442
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
443
- "\"10\" monthnum=\"12\" year=\"2015\"]"
444
  msgstr ""
445
 
446
- #: core/options-pages.php:992
447
  #, php-format
448
  msgid ""
449
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
450
  msgstr ""
451
 
452
- #: core/options-pages.php:994
453
  #, php-format
454
  msgid "%sLearn more%s."
455
  msgstr ""
456
 
457
- #: core/options-pages.php:996
458
  #, php-format
459
  msgid ""
460
  "Please check out your gallery front-end and back-end functionality once this "
@@ -462,204 +485,251 @@ msgid ""
462
  "%s."
463
  msgstr ""
464
 
465
- #: core/options-pages.php:1066 core/options-pages.php:1212
466
  msgid "Assign following taxonomies to Media Library:"
467
  msgstr "הקצאת תויות המיון הבאות לספרית המדיה:"
468
 
469
- #: core/options-pages.php:1085 core/options-pages.php:1150
470
- #: core/options-pages.php:1231
471
  msgid "Assign Taxonomy"
472
  msgstr "הקצא תוית מיון"
473
 
474
- #: core/options-pages.php:1086 core/options-pages.php:1232
475
  msgid "Edit Taxonomy"
476
  msgstr "ערוך תוית מיון"
477
 
478
- #: core/options-pages.php:1090 core/options-pages.php:1152
479
  msgid "Delete Taxonomy"
480
  msgstr "מחק תוית מיון"
481
 
482
- #: core/options-pages.php:1095 core/options-pages.php:1157
483
  msgid "Labels"
484
  msgstr "תויות"
485
 
486
- #: core/options-pages.php:1097 core/options-pages.php:1159
487
  msgid "Singular"
488
  msgstr "יחיד"
489
 
490
- #: core/options-pages.php:1098 core/options-pages.php:1160
491
  msgid "Plural"
492
  msgstr "רבים"
493
 
494
- #: core/options-pages.php:1099 core/options-pages.php:1161
495
  msgid "Menu Name"
496
  msgstr "שם התפריט"
497
 
498
- #: core/options-pages.php:1112 core/options-pages.php:1135
499
- #: core/options-pages.php:1174 core/options-pages.php:1235
500
- #: core/options-pages.php:1530
501
  msgid "Settings"
502
  msgstr "הגדרות"
503
 
504
- #: core/options-pages.php:1114 core/options-pages.php:1176
505
  msgid "Taxonomy Name"
506
  msgstr "שם תוית המיון"
507
 
508
- #: core/options-pages.php:1115 core/options-pages.php:1177
509
  msgid "Hierarchical"
510
  msgstr "היררכי"
511
 
512
- #: core/options-pages.php:1116 core/options-pages.php:1178
513
  msgid "Column for List View"
514
  msgstr ""
515
 
516
- #: core/options-pages.php:1117 core/options-pages.php:1137
517
- #: core/options-pages.php:1179 core/options-pages.php:1237
518
  msgid "Filter for List View"
519
  msgstr ""
520
 
521
- #: core/options-pages.php:1118 core/options-pages.php:1138
522
- #: core/options-pages.php:1180 core/options-pages.php:1238
523
  msgid "Filter for Grid View / Media Popup"
524
  msgstr ""
525
 
526
- #: core/options-pages.php:1119 core/options-pages.php:1139
527
- #: core/options-pages.php:1181 core/options-pages.php:1239
528
  msgid "Edit in Media Popup"
529
  msgstr "עריכה בחלון מדיה"
530
 
531
- #: core/options-pages.php:1120 core/options-pages.php:1182
532
  msgid "Show in Nav Menu"
533
  msgstr "הצג בתפריט הניווט"
534
 
535
- #: core/options-pages.php:1121 core/options-pages.php:1183
536
  msgid "Remember Terms Order (sort)"
537
  msgstr ""
538
 
539
- #: core/options-pages.php:1122 core/options-pages.php:1184
540
  msgid "Show in REST"
541
  msgstr ""
542
 
543
- #: core/options-pages.php:1123 core/options-pages.php:1185
544
  msgid "Rewrite Slug"
545
  msgstr "שכתב סלוגן"
546
 
547
- #: core/options-pages.php:1124 core/options-pages.php:1186
548
  msgid "Slug with Front"
549
  msgstr "סלוגן עם הקדמה"
550
 
551
- #: core/options-pages.php:1198
552
  msgid "Add New Taxonomy"
553
  msgstr "הוסף תוית מיון חדשה"
554
 
555
- #: core/options-pages.php:1208
556
  msgid "Non-Media Taxonomies"
557
  msgstr "תויות מיון ללא-מדיה"
558
 
559
- #: core/options-pages.php:1269
560
  msgid "Options"
561
  msgstr "אפשרויות"
562
 
563
- #: core/options-pages.php:1279 core/options-pages.php:1282
564
  msgid "Taxonomy archive pages"
565
  msgstr "ארכיון עמודי תויות מיון"
566
 
567
- #: core/options-pages.php:1283
568
  msgid "Turn on media taxonomy archive pages on the front-end"
569
  msgstr "הפעל את עמודי ארכיון תויות המיון בתצוגת המשתמש"
570
 
571
- #: core/options-pages.php:1284
572
  msgid ""
573
  "Re-save your permalink settings after this option change to make it work."
574
  msgstr ""
575
  "שמור מחדש את הגדרות ה-permalink לאחר שאפשרות זאת משתנה על מנת לגרום לה לעבוד."
576
 
577
- #: core/options-pages.php:1290 core/options-pages.php:1293
578
  msgid "Assign all like hierarchical"
579
  msgstr "הקצא הכל באופן היררכי"
580
 
581
- #: core/options-pages.php:1294
582
  msgid ""
583
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
584
  msgstr "הצג תויות מיון לא-היררכיות כהיררכיות בתצוגת פריסה / חלון נפתח"
585
 
586
- #: core/options-pages.php:1300 core/options-pages.php:1303
587
  msgid "Force filters"
588
  msgstr "כפה מסננים"
589
 
590
- #: core/options-pages.php:1304
591
  msgid "Show media filters for ANY Media Popup"
592
  msgstr ""
593
 
594
- #: core/options-pages.php:1305
595
  msgid "Try this if filters are not shown for third-party plugins or themes."
596
  msgstr ""
597
 
598
- #: core/options-pages.php:1359
599
  msgid "Add New MIME Type"
600
  msgstr "הוסף סוג קובץ חדש"
601
 
602
- #: core/options-pages.php:1377 core/options-pages.php:1432
603
  msgid "Extension"
604
  msgstr "הרחבה"
605
 
606
- #: core/options-pages.php:1378 core/options-pages.php:1433
607
  msgid "MIME Type"
608
  msgstr "סוג קובץ (MIME Type)"
609
 
610
- #: core/options-pages.php:1379 core/options-pages.php:1434
611
  msgid "Singular Label"
612
  msgstr "תוית יחידה"
613
 
614
- #: core/options-pages.php:1380 core/options-pages.php:1435
615
  msgid "Plural Label"
616
  msgstr "תויות רבות"
617
 
618
- #: core/options-pages.php:1381 core/options-pages.php:1411
619
- #: core/options-pages.php:1424 core/options-pages.php:1436
620
  msgid "Add Filter"
621
  msgstr "הוסף מסנן"
622
 
623
- #: core/options-pages.php:1382 core/options-pages.php:1412
624
- #: core/options-pages.php:1425 core/options-pages.php:1437
625
  msgid "Allow Upload"
626
  msgstr "אפשר העלאה"
627
 
628
- #: core/options-pages.php:1426
629
  msgid "Delete MIME Type"
630
  msgstr "מחק סוג קובץ"
631
 
632
- #: core/options-pages.php:1443
633
  msgid "Restore WordPress default MIME Types"
634
  msgstr ""
635
 
636
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
637
  msgid "Save Changes"
638
  msgstr "שמור שינויים"
639
 
640
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
641
  msgid "Vote!"
642
  msgstr ""
643
 
644
- #: core/taxonomies.php:81
645
  msgid "Media Taxonomies settings saved."
646
  msgstr ""
647
 
648
- #: core/taxonomies.php:139
649
  msgid "Media Library settings saved."
650
  msgstr ""
651
 
652
- #: core/taxonomies.php:338 core/taxonomies.php:344
653
  #: enhanced-media-library.php:489
654
- msgid "Filter by "
655
- msgstr "סנן על-פי "
656
 
657
- #: core/taxonomies.php:345 enhanced-media-library.php:490
658
- msgid "All "
659
- msgstr "הכל "
660
-
661
- #: core/taxonomies.php:346 enhanced-media-library.php:491
662
- msgid "Not in "
663
  msgstr "לא ב-"
664
 
665
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
@@ -678,47 +748,91 @@ msgstr ""
678
  msgid "Based On"
679
  msgstr ""
680
 
681
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  msgid "Remove"
683
  msgstr "הסר"
684
 
685
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
686
  msgid "Deselect"
687
  msgstr "בטל בחירה"
688
 
689
- #: pro/core/bulk-edit.php:112
690
  msgid "Caption this image&hellip;"
691
  msgstr "תאר תמונה זו&hellip;"
692
 
693
- #: pro/core/bulk-edit.php:116
694
  msgid "Describe this video&hellip;"
695
  msgstr "תאר וידיאו זה&hellip;"
696
 
697
- #: pro/core/bulk-edit.php:118
698
  msgid "Describe this audio file&hellip;"
699
  msgstr "תאר אודיו זה&hellip;"
700
 
701
- #: pro/core/bulk-edit.php:120
702
  msgid "Describe this media file&hellip;"
703
  msgstr "תאר מדיה זו&hellip;"
704
 
705
- #: pro/core/bulk-edit.php:129
706
  msgid "Attachments Details"
707
  msgstr "פרטי הנספח"
708
 
709
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
710
  msgid "Select All"
711
  msgstr "בחר הכל"
712
 
713
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
714
  msgid "Edit Selection"
715
  msgstr "ערוך בחירה"
716
 
717
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
718
  msgid "Deselect All"
719
  msgstr "בטל בחירה מהכל"
720
 
721
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
722
  msgid "Delete Selected"
723
  msgstr "מחק בחירה"
724
 
@@ -804,16 +918,12 @@ msgstr "שמור שינויים תוך כדי ביצועם"
804
 
805
  #: pro/core/options-pages.php:201
806
  msgid ""
807
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
808
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
809
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
810
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
811
  "files / taxonomies with this option turned on."
812
  msgstr ""
813
- "כל לחיצה על תיבת סימון עבור תוית מיון בעת עריכה קבוצתית של קבצי מדיה תגרום ל-"
814
- "<strong style=\"color:red\">שמירה מיידית</strong> של המידע. אנא הזהר! קיים "
815
- "סיכוי רב יותר לביצוע <strong style=\"color:red\">הקצאה מחדש שגויה בטעות</"
816
- "strong> של המון קבצי מדיה / תויות מיון כאשר אפשרות זאת מאופשרת."
817
 
818
  #: pro/core/options-pages.php:202
819
  msgid ""
@@ -923,7 +1033,7 @@ msgid ""
923
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
924
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
925
  "be active. Please network deactivate and delete the free versions of the "
926
- "plugin. All your data will remail intact."
927
  msgstr ""
928
 
929
  #: pro/enhanced-media-library-pro.php:299
@@ -942,6 +1052,51 @@ msgid ""
942
  "intact."
943
  msgstr ""
944
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
945
  #~ msgctxt "detached files"
946
  #~ msgid "Unattached (%s)"
947
  #~ msgid_plural "Unattached (%s)"
@@ -1238,8 +1393,3 @@ msgstr ""
1238
 
1239
  #~ msgid "Enhanced Media Library PRO"
1240
  #~ msgstr "Enhanced Media Library PRO"
1241
-
1242
- #~ msgid ""
1243
- #~ "This plugin will be handy for those who need to manage a lot of media "
1244
- #~ "files."
1245
- #~ msgstr "תוסף זה יהיה שימושי עבור ספריות מדיה עם קבצים רבים."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
+ "POT-Creation-Date: 2016-04-30 12:51+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
+ #: core/options-pages.php:97 core/options-pages.php:217
40
+ #: core/options-pages.php:932 core/options-pages.php:1057
41
+ #: core/options-pages.php:1370 core/options-pages.php:1547
42
  msgid "Media Settings"
43
  msgstr "הגדרות מדיה"
44
 
62
  msgid "General"
63
  msgstr ""
64
 
65
+ #: core/options-pages.php:190 core/options-pages.php:1078
66
  msgid "Media Taxonomies"
67
  msgstr "תויות מיון למדיה"
68
 
69
+ #: core/options-pages.php:214 core/options-pages.php:520
70
+ #: core/options-pages.php:928 core/options-pages.php:1053
71
+ #: core/options-pages.php:1366
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr "אין לך הרשאות מתאימות על מנת לגשת לדף זה."
74
 
75
+ #: core/options-pages.php:228
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
+ #: core/options-pages.php:229
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
+ #: core/options-pages.php:233
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
+ #: core/options-pages.php:235
90
  msgid "Width"
91
  msgstr ""
92
 
93
+ #: core/options-pages.php:237
94
  msgid "Height"
95
  msgstr ""
96
 
97
+ #: core/options-pages.php:240
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
+ #: core/options-pages.php:245 core/options-pages.php:246
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
+ #: core/options-pages.php:247 core/options-pages.php:257
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
+ #: core/options-pages.php:249 core/options-pages.php:259
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
+ #: core/options-pages.php:255 core/options-pages.php:256
115
  msgid "Large size"
116
  msgstr ""
117
 
118
+ #: core/options-pages.php:272
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
+ #: core/options-pages.php:279
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
+ #: core/options-pages.php:286
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
+ #: core/options-pages.php:290
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
+ #: core/options-pages.php:296
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
+ #: core/options-pages.php:298
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
+ #: core/options-pages.php:306
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
+ #: core/options-pages.php:378 core/options-pages.php:1102
148
+ #: core/options-pages.php:1117 core/options-pages.php:1180
149
+ #: core/options-pages.php:1249
150
  msgid "Edit"
151
  msgstr "ערוך"
152
 
153
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "סגור"
156
 
157
+ #: core/options-pages.php:380 core/options-pages.php:1118
158
+ #: core/options-pages.php:1181
159
  msgid "View"
160
  msgstr "צפה"
161
 
162
+ #: core/options-pages.php:381 core/options-pages.php:1119
163
+ #: core/options-pages.php:1182
164
  msgid "Update"
165
  msgstr "עדכן"
166
 
167
+ #: core/options-pages.php:382 core/options-pages.php:1120
168
+ #: core/options-pages.php:1183
169
  msgid "Add New"
170
  msgstr "הוסף חדש"
171
 
172
+ #: core/options-pages.php:383 core/options-pages.php:1121
173
+ #: core/options-pages.php:1184
174
  msgid "New"
175
  msgstr "חדש"
176
 
177
+ #: core/options-pages.php:384
178
  msgid "Name"
179
  msgstr "שם"
180
 
181
+ #: core/options-pages.php:385 core/options-pages.php:1122
182
+ #: core/options-pages.php:1185
183
  msgid "Parent"
184
  msgstr "הורה"
185
 
186
+ #: core/options-pages.php:386 core/options-pages.php:616
187
+ #: core/options-pages.php:1116 core/options-pages.php:1179
188
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
189
  msgid "All"
190
  msgstr "הכל"
191
 
192
+ #: core/options-pages.php:387 core/options-pages.php:1123
193
+ #: core/options-pages.php:1186
194
  msgid "Search"
195
  msgstr "חיפוש"
196
 
197
+ #: core/options-pages.php:389 core/options-pages.php:1167
 
 
 
 
 
 
 
 
 
 
 
 
198
  msgid "New Taxonomy"
199
  msgstr "תוית מיון חדשה"
200
 
 
 
 
 
201
  #: core/options-pages.php:391
202
+ msgid "Remove Taxonomy"
203
+ msgstr ""
204
 
205
  #: core/options-pages.php:392
206
+ msgid "Taxonomy will be removed."
207
+ msgstr ""
208
 
209
+ #: core/options-pages.php:393
210
+ msgid ""
211
+ "Taxonomy terms (categories) will remain intact in the database. If you "
212
+ "create a taxonomy with the same name in the future, its terms (categories) "
213
+ "will be available again."
214
+ msgstr ""
215
+
216
+ #: core/options-pages.php:394
217
+ msgid "Media items will remain intact."
218
+ msgstr ""
219
+
220
+ #: core/options-pages.php:395
221
+ msgid "Are you still sure?"
222
  msgstr ""
223
 
224
  #: core/options-pages.php:396
225
+ msgid "Yes, remove taxonomy"
226
  msgstr ""
227
 
228
+ #: core/options-pages.php:398
229
+ msgid "Duplicate"
230
  msgstr ""
231
 
232
+ #: core/options-pages.php:399
233
+ msgid "Taxonomy with the same name already exists. Please chose other one."
234
+ msgstr "קיימת תוית מיון עם שם זהה. אנא בחר שם שונה."
235
+
236
+ #: core/options-pages.php:401
237
+ msgid "Empty Fields"
238
+ msgstr ""
239
+
240
+ #: core/options-pages.php:402
241
+ msgid "Please choose Singular and Plural names for all new taxomonies."
242
+ msgstr ""
243
+
244
+ #: core/options-pages.php:403
245
+ msgid "Please choose Singilar name for all new taxomonies."
246
+ msgstr ""
247
+
248
+ #: core/options-pages.php:404
249
+ msgid "Please choose Plural Name for all new taxomonies."
250
+ msgstr ""
251
+
252
+ #: core/options-pages.php:406
253
+ msgid "Ok"
254
+ msgstr ""
255
+
256
+ #: core/options-pages.php:407 core/options-pages.php:412
257
+ #: core/options-pages.php:495
258
  msgid "Cancel"
259
  msgstr ""
260
 
261
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
262
+ msgid "Synchronize Now"
263
+ msgstr ""
264
+
265
+ #: core/options-pages.php:410 core/options-pages.php:492
266
+ msgid "This operation cannot be canceled! Are you still sure?"
267
+ msgstr ""
268
+
269
+ #: core/options-pages.php:411
270
+ msgid "Synchronize"
271
+ msgstr ""
272
+
273
+ #: core/options-pages.php:413
274
  msgid "Synchronizing..."
275
  msgstr ""
276
 
277
+ #: core/options-pages.php:451
278
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
279
  msgstr "אזהרה! כל סוגי הקבצים המותאמים (MIME Types) ימחקו על-ידי פעולה זו"
280
 
281
+ #: core/options-pages.php:452
282
  msgid "Please fill into all fields."
283
  msgstr "אנא הזן את כל השדות"
284
 
285
+ #: core/options-pages.php:453
286
  msgid "Duplicate extensions or MIME types. Please chose other one."
287
  msgstr "כפילויות בהרחבות או סוגי קבצים. אנא בחר אחר."
288
 
289
+ #: core/options-pages.php:490 core/options-pages.php:607
290
+ msgid "Complete Cleanup"
291
+ msgstr ""
292
+
293
+ #: core/options-pages.php:491
294
  msgid ""
295
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
296
  "plugin data</strong> from the database including backups."
297
  msgstr ""
298
 
299
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
300
  msgid "Yes, delete all data"
301
  msgstr ""
302
 
303
+ #: core/options-pages.php:494
304
  msgid "Cleaning..."
305
  msgstr ""
306
 
307
+ #: core/options-pages.php:525
308
  msgid "Enhanced Media Library Settings"
309
  msgstr ""
310
 
311
+ #: core/options-pages.php:535
312
  msgid "Export"
313
  msgstr ""
314
 
315
+ #: core/options-pages.php:539
316
  msgid ""
317
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
318
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
319
  "configuration file. It allows you to easily import the configuration into "
320
  "another website."
321
  msgstr ""
322
 
323
+ #: core/options-pages.php:544
324
  msgid "Export Plugin Settings"
325
  msgstr ""
326
 
327
+ #: core/options-pages.php:554
328
  msgid "Import"
329
  msgstr ""
330
 
331
+ #: core/options-pages.php:558
332
  msgid ""
333
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
334
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
335
  "configuration file which can be obtained by exporting the settings on "
336
  "another website using the export button above."
337
  msgstr ""
338
 
339
+ #: core/options-pages.php:559
340
  msgid ""
341
+ "All plugin settings will be overridden by the import. You will have a chance "
342
  "to restore current data from an automatic backup in case you are not "
343
  "satisfied with the result of the import."
344
  msgstr ""
345
 
346
+ #: core/options-pages.php:566
347
  msgid "Import Plugin Settings"
348
  msgstr ""
349
 
350
+ #: core/options-pages.php:578
351
  msgid "Restore"
352
  msgstr ""
353
 
354
+ #: core/options-pages.php:584
355
  msgid "No backup available at the moment."
356
  msgstr ""
357
 
358
+ #: core/options-pages.php:586
359
  msgid "Backup will be created automatically before any import operation."
360
  msgstr ""
361
 
362
+ #: core/options-pages.php:590
363
  msgid ""
364
+ "The backup has been automatically created before the latest import operation."
365
  msgstr ""
366
 
367
+ #: core/options-pages.php:594
368
  msgid "Restore Settings from the Backup"
369
  msgstr ""
370
 
371
+ #: core/options-pages.php:614
372
  msgid "What will be deleted:"
373
  msgstr ""
374
 
375
+ #: core/options-pages.php:619
376
  msgid "All plugin options"
377
  msgstr ""
378
 
379
+ #: core/options-pages.php:620
380
  msgid "All plugin backups stored in database"
381
  msgstr ""
382
 
383
+ #: core/options-pages.php:624
384
  msgid "What will remain intact:"
385
  msgstr ""
386
 
387
+ #: core/options-pages.php:625
388
  msgid "All media items"
389
  msgstr ""
390
 
391
+ #: core/options-pages.php:626
392
  msgid "All taxonomies not listed above"
393
  msgstr ""
394
 
395
+ #: core/options-pages.php:629
396
  msgid ""
397
  "The plugin cannot delete itself because of security reason. Please delete it "
398
  "manually from plugin list after cleanup."
399
  msgstr ""
400
 
401
+ #: core/options-pages.php:631
402
  msgid ""
403
  "If you are not sure about this operation please create a backup of your "
404
  "database prior to cleanup!"
405
  msgstr ""
406
 
407
+ #: core/options-pages.php:637
408
  msgid "Delete All Data & Deactivate"
409
  msgstr ""
410
 
411
+ #: core/options-pages.php:742
412
  msgid "Please upload a file to import settings."
413
  msgstr ""
414
 
415
+ #: core/options-pages.php:762
416
  msgid "Plugin settings imported."
417
  msgstr ""
418
 
419
+ #: core/options-pages.php:809
420
  msgid "Plugin settings restored from the backup."
421
  msgstr ""
422
 
423
+ #: core/options-pages.php:953
424
  msgid "Media Items Order"
425
  msgstr ""
426
 
427
+ #: core/options-pages.php:960
428
  msgid "Order media items by"
429
  msgstr ""
430
 
431
+ #: core/options-pages.php:967 core/options-pages.php:979
432
  msgid "For media library and media popups"
433
  msgstr ""
434
 
435
+ #: core/options-pages.php:968
436
  msgid "Option allows to change order by drag and drop with Custom Order value."
437
  msgstr ""
438
 
439
+ #: core/options-pages.php:973
440
  msgid "Sort order"
441
  msgstr ""
442
 
443
+ #: core/options-pages.php:992
444
  msgid "Media Shortcodes"
445
  msgstr ""
446
 
447
+ #: core/options-pages.php:999 core/options-pages.php:1002
448
  msgid "Enhanced media shortcodes"
449
  msgstr ""
450
 
451
+ #: core/options-pages.php:1003
452
  msgid ""
453
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
454
+ "upload date, and media items number limit"
455
  msgstr ""
456
 
457
+ #: core/options-pages.php:1004
458
+ msgid "Gallery example:"
 
 
459
  msgstr ""
460
 
461
+ #: core/options-pages.php:1005
462
+ msgid "Audio playlist example:"
 
 
463
  msgstr ""
464
 
465
+ #: core/options-pages.php:1006
466
+ msgid "Video playlist example:"
 
 
467
  msgstr ""
468
 
469
+ #: core/options-pages.php:1008
470
  #, php-format
471
  msgid ""
472
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
473
  msgstr ""
474
 
475
+ #: core/options-pages.php:1010
476
  #, php-format
477
  msgid "%sLearn more%s."
478
  msgstr ""
479
 
480
+ #: core/options-pages.php:1012
481
  #, php-format
482
  msgid ""
483
  "Please check out your gallery front-end and back-end functionality once this "
485
  "%s."
486
  msgstr ""
487
 
488
+ #: core/options-pages.php:1082 core/options-pages.php:1229
489
  msgid "Assign following taxonomies to Media Library:"
490
  msgstr "הקצאת תויות המיון הבאות לספרית המדיה:"
491
 
492
+ #: core/options-pages.php:1101 core/options-pages.php:1167
493
+ #: core/options-pages.php:1248
494
  msgid "Assign Taxonomy"
495
  msgstr "הקצא תוית מיון"
496
 
497
+ #: core/options-pages.php:1102 core/options-pages.php:1249
498
  msgid "Edit Taxonomy"
499
  msgstr "ערוך תוית מיון"
500
 
501
+ #: core/options-pages.php:1106 core/options-pages.php:1169
502
  msgid "Delete Taxonomy"
503
  msgstr "מחק תוית מיון"
504
 
505
+ #: core/options-pages.php:1111 core/options-pages.php:1174
506
  msgid "Labels"
507
  msgstr "תויות"
508
 
509
+ #: core/options-pages.php:1113 core/options-pages.php:1176
510
  msgid "Singular"
511
  msgstr "יחיד"
512
 
513
+ #: core/options-pages.php:1114 core/options-pages.php:1177
514
  msgid "Plural"
515
  msgstr "רבים"
516
 
517
+ #: core/options-pages.php:1115 core/options-pages.php:1178
518
  msgid "Menu Name"
519
  msgstr "שם התפריט"
520
 
521
+ #: core/options-pages.php:1128 core/options-pages.php:1151
522
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
523
  msgid "Settings"
524
  msgstr "הגדרות"
525
 
526
+ #: core/options-pages.php:1130 core/options-pages.php:1193
527
  msgid "Taxonomy Name"
528
  msgstr "שם תוית המיון"
529
 
530
+ #: core/options-pages.php:1131 core/options-pages.php:1194
531
  msgid "Hierarchical"
532
  msgstr "היררכי"
533
 
534
+ #: core/options-pages.php:1132 core/options-pages.php:1195
535
  msgid "Column for List View"
536
  msgstr ""
537
 
538
+ #: core/options-pages.php:1133 core/options-pages.php:1153
539
+ #: core/options-pages.php:1196 core/options-pages.php:1254
540
  msgid "Filter for List View"
541
  msgstr ""
542
 
543
+ #: core/options-pages.php:1134 core/options-pages.php:1154
544
+ #: core/options-pages.php:1197 core/options-pages.php:1255
545
  msgid "Filter for Grid View / Media Popup"
546
  msgstr ""
547
 
548
+ #: core/options-pages.php:1135 core/options-pages.php:1155
549
+ #: core/options-pages.php:1198 core/options-pages.php:1256
550
  msgid "Edit in Media Popup"
551
  msgstr "עריכה בחלון מדיה"
552
 
553
+ #: core/options-pages.php:1136 core/options-pages.php:1199
554
  msgid "Show in Nav Menu"
555
  msgstr "הצג בתפריט הניווט"
556
 
557
+ #: core/options-pages.php:1137 core/options-pages.php:1200
558
  msgid "Remember Terms Order (sort)"
559
  msgstr ""
560
 
561
+ #: core/options-pages.php:1138 core/options-pages.php:1201
562
  msgid "Show in REST"
563
  msgstr ""
564
 
565
+ #: core/options-pages.php:1139 core/options-pages.php:1202
566
  msgid "Rewrite Slug"
567
  msgstr "שכתב סלוגן"
568
 
569
+ #: core/options-pages.php:1140 core/options-pages.php:1203
570
  msgid "Slug with Front"
571
  msgstr "סלוגן עם הקדמה"
572
 
573
+ #: core/options-pages.php:1215
574
  msgid "Add New Taxonomy"
575
  msgstr "הוסף תוית מיון חדשה"
576
 
577
+ #: core/options-pages.php:1225
578
  msgid "Non-Media Taxonomies"
579
  msgstr "תויות מיון ללא-מדיה"
580
 
581
+ #: core/options-pages.php:1286
582
  msgid "Options"
583
  msgstr "אפשרויות"
584
 
585
+ #: core/options-pages.php:1296 core/options-pages.php:1299
586
  msgid "Taxonomy archive pages"
587
  msgstr "ארכיון עמודי תויות מיון"
588
 
589
+ #: core/options-pages.php:1300
590
  msgid "Turn on media taxonomy archive pages on the front-end"
591
  msgstr "הפעל את עמודי ארכיון תויות המיון בתצוגת המשתמש"
592
 
593
+ #: core/options-pages.php:1301
594
  msgid ""
595
  "Re-save your permalink settings after this option change to make it work."
596
  msgstr ""
597
  "שמור מחדש את הגדרות ה-permalink לאחר שאפשרות זאת משתנה על מנת לגרום לה לעבוד."
598
 
599
+ #: core/options-pages.php:1307 core/options-pages.php:1310
600
  msgid "Assign all like hierarchical"
601
  msgstr "הקצא הכל באופן היררכי"
602
 
603
+ #: core/options-pages.php:1311
604
  msgid ""
605
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
606
  msgstr "הצג תויות מיון לא-היררכיות כהיררכיות בתצוגת פריסה / חלון נפתח"
607
 
608
+ #: core/options-pages.php:1317 core/options-pages.php:1320
609
  msgid "Force filters"
610
  msgstr "כפה מסננים"
611
 
612
+ #: core/options-pages.php:1321
613
  msgid "Show media filters for ANY Media Popup"
614
  msgstr ""
615
 
616
+ #: core/options-pages.php:1322
617
  msgid "Try this if filters are not shown for third-party plugins or themes."
618
  msgstr ""
619
 
620
+ #: core/options-pages.php:1376
621
  msgid "Add New MIME Type"
622
  msgstr "הוסף סוג קובץ חדש"
623
 
624
+ #: core/options-pages.php:1394 core/options-pages.php:1449
625
  msgid "Extension"
626
  msgstr "הרחבה"
627
 
628
+ #: core/options-pages.php:1395 core/options-pages.php:1450
629
  msgid "MIME Type"
630
  msgstr "סוג קובץ (MIME Type)"
631
 
632
+ #: core/options-pages.php:1396 core/options-pages.php:1451
633
  msgid "Singular Label"
634
  msgstr "תוית יחידה"
635
 
636
+ #: core/options-pages.php:1397 core/options-pages.php:1452
637
  msgid "Plural Label"
638
  msgstr "תויות רבות"
639
 
640
+ #: core/options-pages.php:1398 core/options-pages.php:1428
641
+ #: core/options-pages.php:1441 core/options-pages.php:1453
642
  msgid "Add Filter"
643
  msgstr "הוסף מסנן"
644
 
645
+ #: core/options-pages.php:1399 core/options-pages.php:1429
646
+ #: core/options-pages.php:1442 core/options-pages.php:1454
647
  msgid "Allow Upload"
648
  msgstr "אפשר העלאה"
649
 
650
+ #: core/options-pages.php:1443
651
  msgid "Delete MIME Type"
652
  msgstr "מחק סוג קובץ"
653
 
654
+ #: core/options-pages.php:1460
655
  msgid "Restore WordPress default MIME Types"
656
  msgstr ""
657
 
658
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
659
  msgid "Save Changes"
660
  msgstr "שמור שינויים"
661
 
662
+ #: core/options-pages.php:1499
663
+ msgid "Changelog"
664
+ msgstr ""
665
+
666
+ #: core/options-pages.php:1500
667
+ msgid "What's new in"
668
+ msgstr ""
669
+
670
+ #: core/options-pages.php:1500
671
+ msgid "version"
672
+ msgstr ""
673
+
674
+ #: core/options-pages.php:1503
675
+ msgid "More features under the hood"
676
+ msgstr ""
677
+
678
+ #: core/options-pages.php:1505
679
+ msgid "Support"
680
+ msgstr ""
681
+
682
+ #: core/options-pages.php:1506
683
+ msgid "Feel free to ask for help on"
684
+ msgstr ""
685
+
686
+ #: core/options-pages.php:1506
687
+ msgid "Support is free for both versions of the plugin."
688
+ msgstr ""
689
+
690
+ #: core/options-pages.php:1508
691
+ msgid "Plugin rating"
692
+ msgstr ""
693
+
694
+ #: core/options-pages.php:1509
695
+ msgid "Please"
696
+ msgstr ""
697
+
698
+ #: core/options-pages.php:1509
699
+ msgid "vote for the plugin"
700
+ msgstr ""
701
+
702
+ #: core/options-pages.php:1509
703
+ msgid "Thanks!"
704
+ msgstr ""
705
+
706
+ #: core/options-pages.php:1511
707
+ msgid "Other plugins you may find useful"
708
+ msgstr ""
709
+
710
+ #: core/options-pages.php:1550
711
+ msgid "Utility"
712
+ msgstr ""
713
+
714
+ #: core/options-pages.php:1571
715
  msgid "Vote!"
716
  msgstr ""
717
 
718
+ #: core/taxonomies.php:101
719
  msgid "Media Taxonomies settings saved."
720
  msgstr ""
721
 
722
+ #: core/taxonomies.php:159
723
  msgid "Media Library settings saved."
724
  msgstr ""
725
 
726
+ #: core/taxonomies.php:358 core/taxonomies.php:364
727
  #: enhanced-media-library.php:489
728
+ msgid "Filter by"
729
+ msgstr "סנן על-פי"
730
 
731
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
732
+ msgid "Not in"
 
 
 
 
733
  msgstr "לא ב-"
734
 
735
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
748
  msgid "Based On"
749
  msgstr ""
750
 
751
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
752
+ msgid "Media Categories"
753
+ msgstr ""
754
+
755
+ #: enhanced-media-library.php:570
756
+ msgid "Media Category"
757
+ msgstr ""
758
+
759
+ #: enhanced-media-library.php:572
760
+ msgid "All Media Categories"
761
+ msgstr ""
762
+
763
+ #: enhanced-media-library.php:573
764
+ msgid "Edit Media Category"
765
+ msgstr ""
766
+
767
+ #: enhanced-media-library.php:574
768
+ msgid "View Media Category"
769
+ msgstr ""
770
+
771
+ #: enhanced-media-library.php:575
772
+ msgid "Update Media Category"
773
+ msgstr ""
774
+
775
+ #: enhanced-media-library.php:576
776
+ msgid "Add New Media Category"
777
+ msgstr ""
778
+
779
+ #: enhanced-media-library.php:577
780
+ msgid "New Media Category Name"
781
+ msgstr ""
782
+
783
+ #: enhanced-media-library.php:578
784
+ msgid "Parent Media Category"
785
+ msgstr ""
786
+
787
+ #: enhanced-media-library.php:579
788
+ msgid "Parent Media Category:"
789
+ msgstr ""
790
+
791
+ #: enhanced-media-library.php:580
792
+ msgid "Search Media Categories"
793
+ msgstr ""
794
+
795
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
796
  msgid "Remove"
797
  msgstr "הסר"
798
 
799
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
800
  msgid "Deselect"
801
  msgstr "בטל בחירה"
802
 
803
+ #: pro/core/bulk-edit.php:105
804
  msgid "Caption this image&hellip;"
805
  msgstr "תאר תמונה זו&hellip;"
806
 
807
+ #: pro/core/bulk-edit.php:109
808
  msgid "Describe this video&hellip;"
809
  msgstr "תאר וידיאו זה&hellip;"
810
 
811
+ #: pro/core/bulk-edit.php:111
812
  msgid "Describe this audio file&hellip;"
813
  msgstr "תאר אודיו זה&hellip;"
814
 
815
+ #: pro/core/bulk-edit.php:113
816
  msgid "Describe this media file&hellip;"
817
  msgstr "תאר מדיה זו&hellip;"
818
 
819
+ #: pro/core/bulk-edit.php:122
820
  msgid "Attachments Details"
821
  msgstr "פרטי הנספח"
822
 
823
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
824
  msgid "Select All"
825
  msgstr "בחר הכל"
826
 
827
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
828
  msgid "Edit Selection"
829
  msgstr "ערוך בחירה"
830
 
831
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
832
  msgid "Deselect All"
833
  msgstr "בטל בחירה מהכל"
834
 
835
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
836
  msgid "Delete Selected"
837
  msgstr "מחק בחירה"
838
 
918
 
919
  #: pro/core/options-pages.php:201
920
  msgid ""
921
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
922
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
923
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
924
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
925
  "files / taxonomies with this option turned on."
926
  msgstr ""
 
 
 
 
927
 
928
  #: pro/core/options-pages.php:202
929
  msgid ""
1033
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1034
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1035
  "be active. Please network deactivate and delete the free versions of the "
1036
+ "plugin. All your data will remain intact."
1037
  msgstr ""
1038
 
1039
  #: pro/enhanced-media-library-pro.php:299
1052
  "intact."
1053
  msgstr ""
1054
 
1055
+ #. Description of the plugin/theme
1056
+ msgid ""
1057
+ "This plugin will be handy for those who need to manage a lot of media files."
1058
+ msgstr "תוסף זה יהיה שימושי עבור ספריות מדיה עם קבצים רבים."
1059
+
1060
+ #~ msgid ""
1061
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1062
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1063
+ #~ "be lost."
1064
+ #~ msgstr ""
1065
+ #~ "תוית המיון תמחק לצמיתות! קבצי המדיה ישארו כפי שהם, אך הקשרים התלויים "
1066
+ #~ "בתוית המיון יאבדו."
1067
+
1068
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1069
+ #~ msgstr "אנא בחר שמות לכל תויות המיון החדשות שלך עבור יחיד ורבים."
1070
+
1071
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1072
+ #~ msgstr "אנא בחר שם ביחיד עבור כל תויות המיון החדשות שלך."
1073
+
1074
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1075
+ #~ msgstr "אנא בחר שם ברבים עבור כל תויות המיון החדשות שלך."
1076
+
1077
+ #~ msgid ""
1078
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1079
+ #~ msgstr "קיימת תוית מיון עם שם זהה. אנא בחר שם שונה."
1080
+
1081
+ #~ msgid "Filter by "
1082
+ #~ msgstr "סנן על-פי "
1083
+
1084
+ #~ msgid "Not in "
1085
+ #~ msgstr "לא ב-"
1086
+
1087
+ #~ msgid ""
1088
+ #~ "Any click on a taxonomy checkbox during media files bulk edition will "
1089
+ #~ "lead to an <strong style=\"color:red\">immediate saving</strong> of the "
1090
+ #~ "data. Please, be careful! You have much greater chance to <strong style="
1091
+ #~ "\"color:red\">accidentally perform wrong re-assigning</strong> of a lot "
1092
+ #~ "of your media files / taxonomies with this option turned on."
1093
+ #~ msgstr ""
1094
+ #~ "כל לחיצה על תיבת סימון עבור תוית מיון בעת עריכה קבוצתית של קבצי מדיה "
1095
+ #~ "תגרום ל-<strong style=\"color:red\">שמירה מיידית</strong> של המידע. אנא "
1096
+ #~ "הזהר! קיים סיכוי רב יותר לביצוע <strong style=\"color:red\">הקצאה מחדש "
1097
+ #~ "שגויה בטעות</strong> של המון קבצי מדיה / תויות מיון כאשר אפשרות זאת "
1098
+ #~ "מאופשרת."
1099
+
1100
  #~ msgctxt "detached files"
1101
  #~ msgid "Unattached (%s)"
1102
  #~ msgid_plural "Unattached (%s)"
1393
 
1394
  #~ msgid "Enhanced Media Library PRO"
1395
  #~ msgstr "Enhanced Media Library PRO"
 
 
 
 
 
languages/enhanced-media-library-ja.mo CHANGED
Binary file
languages/enhanced-media-library-ja.po CHANGED
@@ -3,7 +3,7 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
- "POT-Creation-Date: 2016-04-14 02:55+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
@@ -14,9 +14,9 @@ msgstr ""
14
  "X-Generator: Poedit 1.8.7\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;"
18
- "esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;"
19
- "__ngettext_noop:1,2\n"
20
  "Plural-Forms: nplurals=1; plural=0;\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
@@ -35,22 +35,23 @@ msgid " <span class=\"count\">(%s)</span>"
35
  msgid_plural " <span class=\"count\">(%s)</span>"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
 
38
- #: core/options-pages.php:97 core/options-pages.php:215 core/options-pages.php:916
39
- #: core/options-pages.php:1041 core/options-pages.php:1353
 
40
  msgid "Media Settings"
41
- msgstr "メディア設定"
42
 
43
  #: core/options-pages.php:106 core/options-pages.php:189
44
  msgid "Media Library"
45
- msgstr "メディアライブラリー"
46
 
47
  #: core/options-pages.php:115
48
  msgid "Taxonomies"
49
- msgstr "タクソノミー"
50
 
51
  #: core/options-pages.php:124 core/options-pages.php:191
52
  msgid "MIME Types"
53
- msgstr "MIME タイプ"
54
 
55
  #: core/options-pages.php:135 core/options-pages.php:136
56
  msgid "Enhanced Media Library"
@@ -58,677 +59,795 @@ msgstr "Enhanced Media Library"
58
 
59
  #: core/options-pages.php:188
60
  msgid "General"
61
- msgstr "一般"
62
 
63
- #: core/options-pages.php:190 core/options-pages.php:1062
64
  msgid "Media Taxonomies"
65
- msgstr "メディアタクソノミー(分類法)"
66
 
67
- #: core/options-pages.php:212 core/options-pages.php:504 core/options-pages.php:912
68
- #: core/options-pages.php:1037 core/options-pages.php:1349
 
69
  msgid "You do not have sufficient permissions to access this page."
70
- msgstr "このページにアクセスするための十分な権限がありません。"
71
 
72
- #: core/options-pages.php:226
73
  msgid "Image sizes"
74
  msgstr ""
75
 
76
- #: core/options-pages.php:227
77
  msgid ""
78
- "The sizes listed below determine the maximum dimensions in pixels to use when adding an image to "
79
- "the Media Library."
80
  msgstr ""
81
 
82
- #: core/options-pages.php:231
83
  msgid "Thumbnail size"
84
  msgstr ""
85
 
86
- #: core/options-pages.php:233
87
  msgid "Width"
88
  msgstr ""
89
 
90
- #: core/options-pages.php:235
91
  msgid "Height"
92
  msgstr ""
93
 
94
- #: core/options-pages.php:238
95
- msgid "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
 
96
  msgstr ""
97
 
98
- #: core/options-pages.php:243 core/options-pages.php:244
99
  msgid "Medium size"
100
  msgstr ""
101
 
102
- #: core/options-pages.php:245 core/options-pages.php:255
103
  msgid "Max Width"
104
  msgstr ""
105
 
106
- #: core/options-pages.php:247 core/options-pages.php:257
107
  msgid "Max Height"
108
  msgstr ""
109
 
110
- #: core/options-pages.php:253 core/options-pages.php:254
111
  msgid "Large size"
112
  msgstr ""
113
 
114
- #: core/options-pages.php:270
115
  msgid "Embeds"
116
  msgstr ""
117
 
118
- #: core/options-pages.php:277
119
  msgid "Uploading Files"
120
  msgstr ""
121
 
122
- #: core/options-pages.php:284
123
  msgid "Store uploads in this folder"
124
  msgstr ""
125
 
126
- #: core/options-pages.php:288
127
  #, php-format
128
  msgid "Default is %s"
129
  msgstr ""
130
 
131
- #: core/options-pages.php:294
132
  msgid "Full URL path to files"
133
  msgstr ""
134
 
135
- #: core/options-pages.php:296
136
  msgid "Configuring this is optional. By default, it should be blank."
137
  msgstr ""
138
 
139
- #: core/options-pages.php:304
140
  msgid "Organize my uploads into month- and year-based folders"
141
  msgstr ""
142
 
143
- #: core/options-pages.php:376 core/options-pages.php:1086 core/options-pages.php:1101
144
- #: core/options-pages.php:1163 core/options-pages.php:1232
 
145
  msgid "Edit"
146
- msgstr "編集"
147
 
148
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
149
  msgid "Close"
150
- msgstr "閉じる"
151
 
152
- #: core/options-pages.php:378 core/options-pages.php:1102 core/options-pages.php:1164
 
153
  msgid "View"
154
- msgstr "表示"
155
 
156
- #: core/options-pages.php:379 core/options-pages.php:1103 core/options-pages.php:1165
 
157
  msgid "Update"
158
- msgstr "æ›´æ–°"
159
 
160
- #: core/options-pages.php:380 core/options-pages.php:1104 core/options-pages.php:1166
 
161
  msgid "Add New"
162
- msgstr "æ–°è¦è¿½åŠ "
163
 
164
- #: core/options-pages.php:381 core/options-pages.php:1105 core/options-pages.php:1167
 
165
  msgid "New"
166
- msgstr "新規"
167
 
168
- #: core/options-pages.php:382
169
  msgid "Name"
170
- msgstr "名前"
171
 
172
- #: core/options-pages.php:383 core/options-pages.php:1106 core/options-pages.php:1168
 
173
  msgid "Parent"
174
- msgstr "親カテゴリー"
175
 
176
- #: core/options-pages.php:384 core/options-pages.php:600 core/options-pages.php:1100
177
- #: core/options-pages.php:1162
 
178
  msgid "All"
179
- msgstr "全て"
180
 
181
- #: core/options-pages.php:385 core/options-pages.php:1107 core/options-pages.php:1169
 
182
  msgid "Search"
183
- msgstr "検索"
 
 
 
 
184
 
185
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
186
  msgid ""
187
- "Taxonomy will be deleted permanently! Your media files will remain intacted, but all the "
188
- "connections with this taxonomy and its terms will be lost."
 
189
  msgstr ""
190
- "タクソノミーは完全に削é™"
191
- "¤ã•ã‚Œã¾ã™ï¼ã‚なたのメディアファイルはそのまま残りますが、この分類法とその条件のå…"
192
- "¨ã¦ãŒå¤±ã‚ã‚Œã¾ã™ã€‚"
193
 
194
- #: core/options-pages.php:388
195
- msgid "There is already a taxonomy with the same name. Please chose other one."
196
- msgstr "同じ名前のタクソノミー(分類法)は既に存在します。別のものを選んで下さい。"
197
 
198
- #: core/options-pages.php:389 core/options-pages.php:1150
199
- msgid "New Taxonomy"
200
- msgstr "新しいタクソノミー (分類)"
 
 
 
 
201
 
202
- #: core/options-pages.php:390
203
- msgid "Please choose Singular and Plural names for all your new taxomonies."
204
- msgstr "全ての新しいタクソノミーの単数形と複数形の名前を選択してください。"
205
 
206
- #: core/options-pages.php:391
207
- msgid "Please choose Singilar name for all your new taxomonies."
208
- msgstr "全ての新しいタクソノミーの単数名前を選択して下さい。"
 
209
 
210
- #: core/options-pages.php:392
211
- msgid "Please choose Plural Name for all your new taxomonies."
212
- msgstr "全ての新しいタクソノミーの複数の名前を選択してください。"
213
 
214
- #: core/options-pages.php:395 pro/core/options-pages.php:165
215
- msgid "Synchronize Now"
216
  msgstr ""
217
 
218
- #: core/options-pages.php:396
219
- msgid "This operation cannot be canceled. Are you still sure?"
220
  msgstr ""
221
 
222
- #: core/options-pages.php:397
223
- msgid "Synchronize"
224
  msgstr ""
225
 
226
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
227
  msgid "Cancel"
228
  msgstr ""
229
 
230
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
231
  msgid "Synchronizing..."
232
  msgstr ""
233
 
234
- #: core/options-pages.php:435
235
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
236
- msgstr "警告!すべてのカスタムMIMEタイプは、この操作によって削除されます。"
237
 
238
- #: core/options-pages.php:436
239
  msgid "Please fill into all fields."
240
- msgstr "すべてのフィールドに記入してください。"
241
 
242
- #: core/options-pages.php:437
243
  msgid "Duplicate extensions or MIME types. Please chose other one."
244
- msgstr "拡張子やMIMEタイプを複製します。別のものをお選びください。"
245
-
246
- #: core/options-pages.php:474
247
- msgid ""
248
- "You are about to <strong style=\"text-transform:uppercase\">delete all plugin data</strong> from "
249
- "the database including backups."
250
- msgstr ""
251
 
252
- #: core/options-pages.php:475
253
- msgid "The operation cannot be canceled! Are you still sure?"
254
  msgstr ""
255
 
256
- #: core/options-pages.php:476 core/options-pages.php:591
257
- msgid "Complete Cleanup"
 
 
258
  msgstr ""
259
 
260
- #: core/options-pages.php:477
261
  msgid "Yes, delete all data"
262
  msgstr ""
263
 
264
- #: core/options-pages.php:479
265
  msgid "Cleaning..."
266
  msgstr ""
267
 
268
- #: core/options-pages.php:509
269
  msgid "Enhanced Media Library Settings"
270
- msgstr "Enhanced Media Library 設定"
271
 
272
- #: core/options-pages.php:519
273
  msgid "Export"
274
- msgstr "エクスポート"
275
 
276
- #: core/options-pages.php:523
277
  msgid ""
278
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and <strong>Media Settings > "
279
- "MIME Types</strong> will be exported to a configuration file. It allows you to easily import the "
280
- "configuration into another website."
 
281
  msgstr ""
282
- "プラグイン設定の<strong>メディア設定 > タクソノミー </"
283
- "strong>と<strong>メディア設定 > MIMEタイプ</strong>の設"
284
- "定ファイルをエクスポートします。それは別のウェブサイトに設"
285
- "定をインポートする事が可能です。"
286
 
287
- #: core/options-pages.php:528
288
  msgid "Export Plugin Settings"
289
- msgstr "プラグイン設定をエクスポート"
290
 
291
- #: core/options-pages.php:538
292
  msgid "Import"
293
- msgstr "インポート"
294
 
295
- #: core/options-pages.php:542
296
  msgid ""
297
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and <strong>Media Settings > "
298
- "MIME Types</strong> will be imported from a configuration file which can be obtained by "
299
- "exporting the settings on another website using the export button above."
 
300
  msgstr ""
301
- "プラグインの設定は、<strong>メディア設定 > タクソノミー </"
302
- "strong>と<strong>メディア設定 > MIMEタイプ</"
303
- "strong>で上記のエクスポートボタンを使用して別のWebサイトの設"
304
- "定を利用することができますが、コンフィギãƒ"
305
- "¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ãƒ•ã‚¡ã‚¤ãƒ«ã‹ã‚‰ã‚¤ãƒ³ãƒãƒ¼ãƒˆã•ã‚Œã¾ã™ã€‚"
306
 
307
- #: core/options-pages.php:543
308
  msgid ""
309
- "All plugin settings will be overriden by the import. You will have a chance to restore current "
310
- "data from an automatic backup in case you are not satisfied with the result of the import."
 
311
  msgstr ""
312
- "全てのプラグインの設定は、インポートによって上書きされますã"
313
- "€‚ã‚ãªãŸãŒã‚¤ãƒ³ãƒãƒ¼ãƒˆã®çµæžœã«æº€è¶³ã—ã¦ã„ãªã„å ´åˆã«ã¯ã€è‡ªå‹•ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—"
314
- "から現在のデータを復元するチャンスがあります。"
315
 
316
- #: core/options-pages.php:550
317
  msgid "Import Plugin Settings"
318
- msgstr "プラグイン設定をインポート"
319
 
320
- #: core/options-pages.php:562
321
  msgid "Restore"
322
- msgstr "リストア(復元する)"
323
 
324
- #: core/options-pages.php:568
325
  msgid "No backup available at the moment."
326
- msgstr "現在利用できるバックアップはありません。"
327
 
328
- #: core/options-pages.php:570
329
  msgid "Backup will be created automatically before any import operation."
330
- msgstr "バックアップは、任意のインポート操作の前に自動的に作成されます。"
331
 
332
- #: core/options-pages.php:574
333
- msgid "The backup had been automatically created before the latest import opetarion."
334
- msgstr "バックアップは自動的に最新のインポート操作の前に作成されています。"
 
335
 
336
- #: core/options-pages.php:578
337
  msgid "Restore Settings from the Backup"
338
- msgstr "バックアップから設定を復元させて下さい。"
339
 
340
- #: core/options-pages.php:598
341
  msgid "What will be deleted:"
342
  msgstr ""
343
 
344
- #: core/options-pages.php:603
345
  msgid "All plugin options"
346
  msgstr ""
347
 
348
- #: core/options-pages.php:604
349
  msgid "All plugin backups stored in database"
350
  msgstr ""
351
 
352
- #: core/options-pages.php:608
353
  msgid "What will remain intact:"
354
  msgstr ""
355
 
356
- #: core/options-pages.php:609
357
  msgid "All media items"
358
  msgstr ""
359
 
360
- #: core/options-pages.php:610
361
  msgid "All taxonomies not listed above"
362
  msgstr ""
363
 
364
- #: core/options-pages.php:613
365
  msgid ""
366
- "The plugin cannot delete itself because of security reason. Please delete it manually from "
367
- "plugin list after cleanup."
368
  msgstr ""
369
 
370
- #: core/options-pages.php:615
371
  msgid ""
372
- "If you are not sure about this operation please create a backup of your database prior to "
373
- "cleanup!"
374
  msgstr ""
375
 
376
- #: core/options-pages.php:621
377
  msgid "Delete All Data & Deactivate"
378
  msgstr ""
379
 
380
- #: core/options-pages.php:726
381
  msgid "Please upload a file to import settings."
382
- msgstr "設定をインポートするファイルをアップロードしてください。"
383
 
384
- #: core/options-pages.php:746
385
  msgid "Plugin settings imported."
386
- msgstr "プラグインの設定がインポートされました。"
387
 
388
- #: core/options-pages.php:793
389
  msgid "Plugin settings restored from the backup."
390
- msgstr "プラグインの設定は、バックアップから復元させて下さい。"
391
 
392
- #: core/options-pages.php:937
393
  msgid "Media Items Order"
394
  msgstr ""
395
 
396
- #: core/options-pages.php:944
397
  msgid "Order media items by"
398
- msgstr "ãƒ¡ãƒ‡ã‚£ã‚¢ã‚¢ã‚¤ãƒ†ãƒ ã®é †ç•ª"
399
 
400
- #: core/options-pages.php:951 core/options-pages.php:963
401
  msgid "For media library and media popups"
402
- msgstr "メディアライブラリとメディアポップアップについて"
403
 
404
- #: core/options-pages.php:952
405
  msgid "Option allows to change order by drag and drop with Custom Order value."
406
  msgstr ""
407
- "ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã¯ã€ãƒ‰ãƒ©ãƒƒã‚°ã™ã‚‹ã“ã¨ã«ã‚ˆã£ã¦é †åºã‚’å¤‰æ›´ã—ã€ã‚«ã‚¹ã‚¿ãƒ ã‚ªãƒ¼ãƒ€ãƒ¼ã®å€"
408
- "¤ã§ãƒ‰ãƒ­ãƒƒãƒ—することができます。"
409
 
410
- #: core/options-pages.php:957
411
  msgid "Sort order"
412
- msgstr "ã‚½ãƒ¼ãƒˆé †"
413
 
414
- #: core/options-pages.php:976
415
  msgid "Media Shortcodes"
416
- msgstr "メディアのショートコード"
417
 
418
- #: core/options-pages.php:983 core/options-pages.php:986
419
  msgid "Enhanced media shortcodes"
420
- msgstr "強化されたメディアのショートコード"
421
 
422
- #: core/options-pages.php:987
423
  msgid ""
424
- "Enhance WordPress media shortcodes to make them understand media taxonomies, uploade date, and "
425
- "media items number limit"
426
  msgstr ""
427
- "WordPressのメディアショートコードでメディアタクソノミー、アップローãƒ"
428
- "‰ã®æ—¥ä»˜ã¨ãƒ¡ãƒ‡ã‚£ã‚¢ãƒ»ã‚¢ã‚¤ãƒ†ãƒ 数の上限を取得させます。"
429
 
430
- #: core/options-pages.php:988
431
- msgid "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" year=\"2015\"]"
432
- msgstr ""
433
- "ギャラリーの例: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" year=\"2015\"]"
434
 
435
- #: core/options-pages.php:989
436
- msgid ""
437
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum=\"12\" year="
438
- "\"2015\"]"
439
- msgstr ""
440
- "オーディオプレイリストの例: [playlist media_category=\"5\" limit=\"10\" monthnum="
441
- "\"12\" year=\"2015\"]"
442
 
443
- #: core/options-pages.php:990
444
- msgid ""
445
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit=\"10\" monthnum="
446
- "\"12\" year=\"2015\"]"
447
- msgstr ""
448
- "ビデオプレイリストの例: [playlist type=\"video\" media_category=\"5\" limit=\"10\" "
449
- "monthnum=\"12\" year=\"2015\"]"
450
 
451
- #: core/options-pages.php:992
452
  #, php-format
453
- msgid "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
454
- msgstr "%s警告:%s 他のギャラリープラグイン又はテーマとの非互換性の可能性!"
 
455
 
456
- #: core/options-pages.php:994
457
  #, php-format
458
  msgid "%sLearn more%s."
459
- msgstr "%sもっと詳しく%s."
460
 
461
- #: core/options-pages.php:996
462
  #, php-format
463
  msgid ""
464
- "Please check out your gallery front-end and back-end functionality once this option activated. "
465
- "If you find an issue please inform plugin authors at %s or %s."
 
466
  msgstr ""
467
- "あなたのギャラリーフロントエンドをチェックアウトし、活性化するにはã"
468
- "€ã“のオプション機能を一旦バックエンドして下さい。あなたが問題を見つけたå "
469
- "´åˆã¯ã€ãƒ—ラグイン作者までご連絡ください %s か %s."
470
 
471
- #: core/options-pages.php:1066 core/options-pages.php:1212
472
  msgid "Assign following taxonomies to Media Library:"
473
- msgstr "メディアライブラリに次のタクソノミー(分類法)を割り当てます:"
474
 
475
- #: core/options-pages.php:1085 core/options-pages.php:1150 core/options-pages.php:1231
 
476
  msgid "Assign Taxonomy"
477
- msgstr "タクソノミーを割り当て"
478
 
479
- #: core/options-pages.php:1086 core/options-pages.php:1232
480
  msgid "Edit Taxonomy"
481
- msgstr "タクソノミーの編集"
482
 
483
- #: core/options-pages.php:1090 core/options-pages.php:1152
484
  msgid "Delete Taxonomy"
485
- msgstr "タクソノミーを削除します"
486
 
487
- #: core/options-pages.php:1095 core/options-pages.php:1157
488
  msgid "Labels"
489
- msgstr "ラベル"
490
 
491
- #: core/options-pages.php:1097 core/options-pages.php:1159
492
  msgid "Singular"
493
- msgstr "単数"
494
 
495
- #: core/options-pages.php:1098 core/options-pages.php:1160
496
  msgid "Plural"
497
- msgstr "複数"
498
 
499
- #: core/options-pages.php:1099 core/options-pages.php:1161
500
  msgid "Menu Name"
501
- msgstr "メニュー名"
502
 
503
- #: core/options-pages.php:1112 core/options-pages.php:1135 core/options-pages.php:1174
504
- #: core/options-pages.php:1235 core/options-pages.php:1530
505
  msgid "Settings"
506
- msgstr "設定"
507
 
508
- #: core/options-pages.php:1114 core/options-pages.php:1176
509
  msgid "Taxonomy Name"
510
- msgstr "タクソノミー名"
511
 
512
- #: core/options-pages.php:1115 core/options-pages.php:1177
513
  msgid "Hierarchical"
514
- msgstr "階層"
515
 
516
- #: core/options-pages.php:1116 core/options-pages.php:1178
517
  msgid "Column for List View"
518
- msgstr ""
519
 
520
- #: core/options-pages.php:1117 core/options-pages.php:1137 core/options-pages.php:1179
521
- #: core/options-pages.php:1237
522
  msgid "Filter for List View"
523
- msgstr ""
524
 
525
- #: core/options-pages.php:1118 core/options-pages.php:1138 core/options-pages.php:1180
526
- #: core/options-pages.php:1238
527
  msgid "Filter for Grid View / Media Popup"
528
- msgstr ""
529
 
530
- #: core/options-pages.php:1119 core/options-pages.php:1139 core/options-pages.php:1181
531
- #: core/options-pages.php:1239
532
  msgid "Edit in Media Popup"
533
- msgstr "メディアポップアップの編集"
534
 
535
- #: core/options-pages.php:1120 core/options-pages.php:1182
536
  msgid "Show in Nav Menu"
537
- msgstr "ナビゲーションメニューに表示"
538
 
539
- #: core/options-pages.php:1121 core/options-pages.php:1183
540
  msgid "Remember Terms Order (sort)"
541
  msgstr ""
542
 
543
- #: core/options-pages.php:1122 core/options-pages.php:1184
544
  msgid "Show in REST"
545
- msgstr "リストに表示"
546
 
547
- #: core/options-pages.php:1123 core/options-pages.php:1185
548
  msgid "Rewrite Slug"
549
- msgstr "スラッグを書き換え"
550
 
551
- #: core/options-pages.php:1124 core/options-pages.php:1186
552
  msgid "Slug with Front"
553
- msgstr "フロントとスラッグ"
554
 
555
- #: core/options-pages.php:1198
556
  msgid "Add New Taxonomy"
557
- msgstr "æ–°ã—ã„ã‚¿ã‚¯ã‚½ãƒŽãƒŸãƒ¼ã‚’è¿½åŠ "
558
 
559
- #: core/options-pages.php:1208
560
  msgid "Non-Media Taxonomies"
561
- msgstr "非メディアタクソノミー(記事カテゴリー及びタグで分類)"
562
 
563
- #: core/options-pages.php:1269
564
  msgid "Options"
565
- msgstr "オプション"
566
 
567
- #: core/options-pages.php:1279 core/options-pages.php:1282
568
  msgid "Taxonomy archive pages"
569
- msgstr "タクソノミーのアーカイブページ"
570
 
571
- #: core/options-pages.php:1283
572
  msgid "Turn on media taxonomy archive pages on the front-end"
573
  msgstr ""
574
- "フロントエンドのメディアタクソノミー(分類)のアーカイブ"
575
- "ページをオンにします"
576
 
577
- #: core/options-pages.php:1284
578
- msgid "Re-save your permalink settings after this option change to make it work."
 
579
  msgstr ""
580
- "これを動作させるには、このオプションを変更した後、パーマリンクの設定を再保å­"
581
- "˜ã—ましょう。"
582
 
583
- #: core/options-pages.php:1290 core/options-pages.php:1293
584
  msgid "Assign all like hierarchical"
585
- msgstr "階層のように全て割り当てます"
586
 
587
- #: core/options-pages.php:1294
588
- msgid "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
 
589
  msgstr ""
590
- "グリット表示の/メディアポップアップで、階層のような非階å±"
591
- "¤çš„タクソノミーを表示する"
592
 
593
- #: core/options-pages.php:1300 core/options-pages.php:1303
594
  msgid "Force filters"
595
- msgstr "フォースフィルター"
596
 
597
- #: core/options-pages.php:1304
598
  msgid "Show media filters for ANY Media Popup"
599
- msgstr "あらゆるメディアにポップアップするフィルターを表示します。"
600
 
601
- #: core/options-pages.php:1305
602
  msgid "Try this if filters are not shown for third-party plugins or themes."
603
  msgstr ""
604
- "フィルタが、サードパーティ製のプラグインやテーマの為に示されていないå "
605
- "´åˆã¯ã€è©¦ã—てみてください。"
606
 
607
- #: core/options-pages.php:1359
608
  msgid "Add New MIME Type"
609
- msgstr "MIMEã‚¿ã‚¤ãƒ—æ–°è¦è¿½åŠ "
610
 
611
- #: core/options-pages.php:1377 core/options-pages.php:1432
612
  msgid "Extension"
613
- msgstr "拡張子"
614
 
615
- #: core/options-pages.php:1378 core/options-pages.php:1433
616
  msgid "MIME Type"
617
- msgstr "MIMEタイプ"
618
 
619
- #: core/options-pages.php:1379 core/options-pages.php:1434
620
  msgid "Singular Label"
621
- msgstr "単数のラベル"
622
 
623
- #: core/options-pages.php:1380 core/options-pages.php:1435
624
  msgid "Plural Label"
625
- msgstr "複数のラベル"
626
 
627
- #: core/options-pages.php:1381 core/options-pages.php:1411 core/options-pages.php:1424
628
- #: core/options-pages.php:1436
629
  msgid "Add Filter"
630
- msgstr "ãƒ•ã‚£ãƒ«ã‚¿ã‚’è¿½åŠ "
631
 
632
- #: core/options-pages.php:1382 core/options-pages.php:1412 core/options-pages.php:1425
633
- #: core/options-pages.php:1437
634
  msgid "Allow Upload"
635
- msgstr "アップロードを許可"
636
 
637
- #: core/options-pages.php:1426
638
  msgid "Delete MIME Type"
639
- msgstr "MIMEタイプを削除します"
640
 
641
- #: core/options-pages.php:1443
642
  msgid "Restore WordPress default MIME Types"
643
- msgstr "WordPressのデフォルトのMIMEタイプを復元"
644
 
645
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
646
  msgid "Save Changes"
647
- msgstr "変更内容を保存"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
 
649
- #: core/options-pages.php:1551
650
  msgid "Vote!"
651
  msgstr ""
652
 
653
- #: core/taxonomies.php:81
654
  msgid "Media Taxonomies settings saved."
655
  msgstr ""
656
 
657
- #: core/taxonomies.php:139
658
  msgid "Media Library settings saved."
659
  msgstr ""
660
 
661
- #: core/taxonomies.php:338 core/taxonomies.php:344 enhanced-media-library.php:489
662
- msgid "Filter by "
663
- msgstr "フィルター"
664
-
665
- #: core/taxonomies.php:345 enhanced-media-library.php:490
666
- msgid "All "
667
- msgstr "全ての"
668
 
669
- #: core/taxonomies.php:346 enhanced-media-library.php:491
670
- msgid "Not in "
671
- msgstr "添付なし"
672
 
673
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
674
  msgid "All Uncategorized"
675
- msgstr "未分類"
676
 
677
  #: enhanced-media-library.php:332 enhanced-media-library.php:492
678
  msgid "Reset All Filters"
679
- msgstr "絞り込みを解除"
680
 
681
  #: enhanced-media-library.php:523
682
  msgid "Uploaded to post #"
683
- msgstr "投稿をアップロード #"
684
 
685
  #: enhanced-media-library.php:524
686
  msgid "Based On"
687
  msgstr ""
688
 
689
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
690
  msgid "Remove"
691
- msgstr "削除"
692
 
693
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
694
  msgid "Deselect"
695
- msgstr "選択を解除"
696
 
697
- #: pro/core/bulk-edit.php:112
698
  msgid "Caption this image&hellip;"
699
- msgstr "この画像をキャプション&hellip;"
700
 
701
- #: pro/core/bulk-edit.php:116
702
  msgid "Describe this video&hellip;"
703
- msgstr "このビデオを説明してください&hellip;"
704
 
705
- #: pro/core/bulk-edit.php:118
706
  msgid "Describe this audio file&hellip;"
707
- msgstr "このオーディオファイルを説明してください&hellip;"
708
 
709
- #: pro/core/bulk-edit.php:120
710
  msgid "Describe this media file&hellip;"
711
- msgstr "このメディアファイルを記述します&hellip;"
712
 
713
- #: pro/core/bulk-edit.php:129
714
  msgid "Attachments Details"
715
- msgstr "添付ファイルの詳細"
716
 
717
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
718
  msgid "Select All"
719
- msgstr "全て選択"
720
 
721
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
722
  msgid "Edit Selection"
723
- msgstr "編集選択"
724
 
725
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
726
  msgid "Deselect All"
727
- msgstr "全ての選択を解除"
728
 
729
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
730
  msgid "Delete Selected"
731
- msgstr "選択を削除します"
732
 
733
  #: pro/core/medialist.php:24 pro/core/medialist.php:69
734
  msgid "Order By"
@@ -736,53 +855,55 @@ msgstr ""
736
 
737
  #: pro/core/medialist.php:28 pro/core/medialist.php:73
738
  msgid "Date"
739
- msgstr "日付"
740
 
741
  #: pro/core/medialist.php:31 pro/core/medialist.php:76
742
  msgid "Title"
743
- msgstr "タイトル"
744
 
745
  #: pro/core/medialist.php:34 pro/core/medialist.php:79
746
  msgid "Custom Order"
747
- msgstr "カスタムオーダー"
748
 
749
  #: pro/core/medialist.php:37 pro/core/medialist.php:82
750
  msgid "Random"
751
- msgstr "ランダム"
752
 
753
  #: pro/core/medialist.php:43 pro/core/medialist.php:88
754
  msgid "Order"
755
- msgstr " ä¸¦ã³é †"
756
 
757
  #: pro/core/medialist.php:47 pro/core/medialist.php:92
758
  msgid "Ascending"
759
- msgstr "æ˜‡é †"
760
 
761
  #: pro/core/medialist.php:50 pro/core/medialist.php:95
762
  msgid "Descending"
763
- msgstr "é™é †"
764
 
765
  #: pro/core/medialist.php:60 pro/core/medialist.php:101
766
  msgid "Limit"
767
- msgstr "制限"
768
 
769
  #: pro/core/options-pages.php:78
770
  msgid "Your license has been deactivated."
771
- msgstr "あなたのライセンスが無効になっています。"
772
 
773
  #: pro/core/options-pages.php:88
774
  msgid "Please check if your license key is correct and try again."
775
- msgstr "ライセンスキーが正しいかどうかを確認して、もう一度お試しください。"
776
 
777
  #: pro/core/options-pages.php:101
778
- msgid "Wrong license key or a server error occured. Please check your license key and try again."
 
 
779
  msgstr ""
780
- "間違ったライセンスキーまたはサーバーエラーが発生しました。ライセンスキ"
781
- "ーを確認してもう一度お試しください。"
782
 
783
  #: pro/core/options-pages.php:111
784
  msgid "You license has been activated."
785
- msgstr "活性化されているライセンスを許諾します。"
786
 
787
  #: pro/core/options-pages.php:164
788
  #, php-format
@@ -792,430 +913,565 @@ msgstr ""
792
  #: pro/core/options-pages.php:165
793
  #, php-format
794
  msgid ""
795
- "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items attached to a %s will "
796
- "be assigned to %s of their parent %s. Currently assigned %s will not be saved. Media items that "
797
- "are not attached to any %s will not be affected."
 
798
  msgstr ""
799
 
800
  #: pro/core/options-pages.php:188 pro/enhanced-media-library-pro.php:127
801
  msgid "Bulk Edit"
802
- msgstr "一括編集"
803
 
804
  #: pro/core/options-pages.php:196 pro/core/options-pages.php:199
805
  msgid "Turn off 'Save Changes' button"
806
- msgstr "[変更を保存]ボタンオフ"
807
 
808
  #: pro/core/options-pages.php:200
809
  msgid "Save changes on the fly"
810
- msgstr "変更内容を保存"
811
 
812
  #: pro/core/options-pages.php:201
813
  msgid ""
814
- "Any click on a taxonomy checkbox during media files bulk edition will lead to an <strong style="
815
- "\"color:red\">immediate saving</strong> of the data. Please, be careful! You have much greater "
816
- "chance to <strong style=\"color:red\">accidentally perform wrong re-assigning</strong> of a lot "
817
- "of your media files / taxonomies with this option turned on."
818
- msgstr ""
819
- "メディアの間に分類するチェックボックス上の任意のクリックは、バルクç"
820
- "‰ˆã«ç¹‹ãŒã‚‹ãƒ•ã‚¡ã‚¤ãƒ«ãƒ‡ãƒ¼ã‚¿ã‚’<strong style=\"color:red\">即時保存する</strong>ので æ°—"
821
- "を付けてください!あなたには大きなチャンスがあります<strong style=\"color:red\">間違ã"
822
- "£ã¦ã‚‚再割り当てを行います</strong> 多くのメディアファイル/このオプ"
823
- "ションを指定したタクソノミーをオンにします。"
 
824
 
825
  #: pro/core/options-pages.php:202
826
- msgid "Strongly NOT recommended option if you work with more than hundred of files at a time."
827
- msgstr "一度に100ä»¥ä¸Šã®ãƒ•ã‚¡ã‚¤ãƒ«ã§ä½œæ¥­ã™ã‚‹å ´åˆã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’æŽ¨å¥¨ã—ã¾ã›ã‚“ã€‚"
 
 
828
 
829
  #: pro/core/options-pages.php:241 pro/core/options-pages.php:259
830
  msgid "License Key"
831
- msgstr "ライセンスキー"
832
 
833
  #: pro/core/options-pages.php:252
834
  #, php-format
835
  msgid ""
836
- "To unlock updates please enter your license key below. You can get your license key in <a href="
837
- "\"%s\">Your Account</a>. If you do not have a license, you are welcome to <a href=\"%s"
838
- "\">purchase it</a>."
839
  msgstr ""
840
- "アップデートのロックを解除するには、以下のライセンスキーを入力してくださいã"
841
- "€‚あなたのライセンスキーを取得することができます<a href=\"%s\">あなたのアカウント</"
842
- "a>ã«ã€‚ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã‚’ãŠæŒã¡ã§ãªã„å ´åˆã¯ã€æ­“è¿Žã—ã¦ã„ã¾ã™<a href=\"%s\">購入</a>に。"
 
843
 
844
  #: pro/core/options-pages.php:262
845
  msgid "Activate License"
846
- msgstr "ライセンスを有効化"
847
 
848
  #: pro/core/options-pages.php:269
849
  msgid "Your license is active!"
850
- msgstr "ライセンスがアクティブになっています!"
851
 
852
  #: pro/core/options-pages.php:273
853
  msgid "Deactivate License"
854
- msgstr "ライセンスを無効化"
855
 
856
  #: pro/core/update.php:113 pro/core/update.php:119 pro/core/update.php:125
857
  msgid ""
858
- "An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s "
859
- "configuration. If you continue to have problems, please try the <a href=\"https://wordpress.org/"
860
- "support/\">support forums</a>."
861
  msgstr ""
862
- "予期しないエラーが発生しました。WordPress.orgまたは、このサーバーで何かが間違ã"
863
- "£ã¦ã„る可能性があります&#8217;s è¨­å®šã€‚å•é¡ŒãŒè§£æ±ºã—ãªã„å ´åˆã¯ã€è©¦ã—ã¦ã¿ã¦ãã ã•ã„<a "
864
- "href=\"https://wordpress.org/support/\">サポートフォーラム</a>."
865
 
866
  #: pro/core/update.php:113
867
  msgid ""
868
- "(WordPress could not establish a secure connection to WordPress.org. Please contact your server "
869
- "administrator.)"
870
  msgstr ""
871
- "(WordPressはWordPress.orgへの安全な接続を確立できませんでした。サーバー管理者"
872
- "に問い合わせてください。)"
873
 
874
  #: pro/core/update.php:180
875
  #, php-format
876
  msgid ""
877
- "To unlock updates, please <a href=\"%s\">activate your license</a>. You can get your license key "
878
- "in <a href=\"%s\">Your Account</a>. If you do not have a license, you are welcome to <a href=\"%s"
879
- "\">purchase it</a>."
880
  msgstr ""
881
- "アップデートのロックを解除するには、 <a href=\"%s\">ライセンス</a>を活性化"
882
- "させる<a href=\"%s\">あなたはライセンスキーはアカウント</a>を得ることができますã"
883
- "€‚ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã‚’ãŠæŒã¡ã§ãªã„å ´åˆã¯ã€<a href=\"%s\">が購入を歓迎しています。</a>"
 
884
 
885
  #: pro/enhanced-media-library-pro.php:119
886
  msgid "ALL files belong to this item"
887
- msgstr "å…¨ã¦ã®ãƒ•ã‚¡ã‚¤ãƒ«ã¯ã“ã®é …ç›®ã«å±žã—ã¦ã„ã¾ã™"
888
 
889
  #: pro/enhanced-media-library-pro.php:120
890
  msgid "SOME files belong to this item"
891
- msgstr "ã„ãã¤ã‹ã®ãƒ•ã‚¡ã‚¤ãƒ«ã¯ã€ã“ã®é …ç›®ã«å±žã—ã¦ã„ã¾ã™"
892
 
893
  #: pro/enhanced-media-library-pro.php:121
894
  msgid "NO files belong to this item"
895
- msgstr "ファイルなし ã“ã®é …ç›®ã«å±žã—ã¦ã„ã¾ã›ã‚“"
896
 
897
  #: pro/enhanced-media-library-pro.php:122
898
  msgid "Changes saved."
899
- msgstr "変更が保存されました。"
900
 
901
  #: pro/enhanced-media-library-pro.php:123
902
  msgid "Something went wrong."
903
- msgstr "何かが間違っています。"
904
 
905
  #: pro/enhanced-media-library-pro.php:126
906
  msgid "Edit Media Files"
907
- msgstr "メディアファイル編集"
908
 
909
  #: pro/enhanced-media-library-pro.php:151
910
  msgid "Create a filter-based gallery"
911
- msgstr "フィルターベースのギャラリーを作成します。"
912
 
913
  #: pro/enhanced-media-library-pro.php:152
914
  msgid "Create a filter-based playlist"
915
- msgstr "フィルターベースのプレイリストを作成します。"
916
 
917
  #: pro/enhanced-media-library-pro.php:153
918
  msgid "Create a filter-based video playlist"
919
- msgstr "フィルターベースのビデオプレイリストを作成します。"
920
 
921
  #: pro/enhanced-media-library-pro.php:231
922
  msgid ""
923
- "Please deactivate and <strong>remove</strong> the old FREE version prior to the <strong>Enhanced "
924
- "Media Library PRO</strong> activation. All your data will remain intact."
 
925
  msgstr ""
926
- "無効化してください<strong>削除</strong>の前に古い無料版を。<strong>Enhanced Media "
927
- "Library PRO</ strong>の活性化。すべてのデータはそのまま残ります。"
928
 
929
  #: pro/enhanced-media-library-pro.php:231
930
  msgid "Return to Plugins"
931
- msgstr "プラグインに戻ります"
932
 
933
  #: pro/enhanced-media-library-pro.php:282
934
  msgid ""
935
- "Both FREE and PRO versions of the Enhanced Media Library are network active. <strong>Enhanced "
936
- "Media Library PRO</strong> does not require free version to be active. Please network deactivate "
937
- "and delete the free versions of the plugin. All your data will remail intact."
 
938
  msgstr ""
939
- "Enhanced Media Libraryの無料版とPROバージョンでは両方で、ネットワークが有効化"
940
- "になっています。 <strong>Enhanced Media Library PRO</ strong>ã‚’æœ‰åŠ¹åŒ–ã™ã‚‹å ´åˆç„¡æ–™ç"
941
- "‰ˆã¯å¿…要ありません。無効化し、プラグインの無料版を削除してください。å…"
942
- "¨ã¦ã®ãƒ‡ãƒ¼ã‚¿ã¯ãã®ã¾ã¾æ®‹ã‚Šã¾ã™ã€‚"
943
 
944
  #: pro/enhanced-media-library-pro.php:299
945
  msgid ""
946
- "<strong>Enhanced Media Library PRO</strong> does not require free version to be active. Please "
947
- "deactivate and delete the free version of the plugin. All your data will remain intact."
 
948
  msgstr ""
949
- "<strong>Enhanced Media Library PRO</strong> は無料版を必要としません。有効化しますã"
950
- "€‚無効化し、プラグインの無料版を削除してください。å…"
951
- "¨ã¦ã®ãƒ‡ãƒ¼ã‚¿ã¯ãã®ã¾ã¾æ®‹ã‚Šã¾ã™ã€‚"
952
 
953
  #: pro/enhanced-media-library-pro.php:315
954
  msgid ""
955
- "Both FREE and PRO versions of the Enhanced Media Library are active for this site. "
956
- "<strong>Enhanced Media Library PRO</strong> does not require free version to be active. Please "
957
- "deactivate (or network deactivate) and delete the free version of the plugin for this site. All "
958
- "your data will remail intact."
 
 
 
 
 
 
 
 
 
 
959
  msgstr ""
960
- "Enhanced Media Library の無料版とPROバージョンでは、どちらもこのサイトの有効ですã"
961
- "€‚ <strong>Enhanced Media Library PRO</strong>ã‚’æœ‰åŠ¹åŒ–ã«ã™ã‚‹å ´åˆç„¡æ–™ç‰ˆã‚’å¿…è¦ã¨ã—"
962
- "ません。無効化(またはネットワーク無効化)し、このサイトのプ"
963
- "ラグインの無料版を削除してください。全てのデータはそのまま残ります。"
 
 
 
 
 
 
 
 
 
 
 
 
 
964
 
965
  #~ msgctxt "uploaded files"
966
  #~ msgid "All (%s)"
967
  #~ msgid_plural "All (%s)"
968
- #~ msgstr[0] "全て(%s)"
969
 
970
  #~ msgctxt "detached files"
971
  #~ msgid "Unattached (%s)"
972
  #~ msgid_plural "Unattached (%s)"
973
- #~ msgstr[0] "未添付 (%s)"
974
 
975
  #~ msgctxt "uploaded files"
976
  #~ msgid "Trash (%s)"
977
  #~ msgid_plural "Trash (%s)"
978
- #~ msgstr[0] "ごみ箱 (%s)"
979
 
980
  #~ msgid "Filter"
981
- #~ msgstr "フィルター"
982
 
983
  #~ msgid "Empty Trash"
984
- #~ msgstr "ごみ箱を空に"
985
 
986
  #~ msgid "You do not have permission to upload files."
987
- #~ msgstr "ファイルをアップロードする権限がありません。"
988
 
989
  #~ msgid "Overview"
990
- #~ msgstr "概要"
991
 
992
  #~ msgid ""
993
- #~ "You can view your media in a simple visual grid or a list with columns. Switch between these "
994
- #~ "views using the icons to the left above the media."
995
  #~ msgstr ""
996
- #~ "単純な視覚的なグリッドまたは列のリストにメディアを表示することができますã"
997
- #~ "€‚メディアの左上のアイコンを使用して、これらのビãƒ"
998
- #~ "¥ãƒ¼ã‚’切り替えることができます。"
999
 
1000
  #~ msgid ""
1001
- #~ "To delete media items, click the Bulk Select button at the top of the screen. Select any "
1002
- #~ "items you wish to delete, then click the Delete Selected button. Clicking the Cancel "
1003
- #~ "Selection button takes you back to viewing your media."
 
1004
  #~ msgstr ""
1005
- #~ "ãƒ¡ãƒ‡ã‚£ã‚¢é …ç›®ã‚’å‰Šé™¤ã™ã‚‹ã«ã¯ã€ç”»é¢ä¸Šéƒ¨ã®ä¸€æ‹¬é¸æŠž]ボタンをクリックしますã"
1006
- #~ "€‚å‰Šé™¤ã—ãŸã„é …ç›®ã‚’é¸æŠžã—ã€[é¸æŠžé …ç›®ã®å‰Šé™¤]ボタンをクリックしますã"
1007
- #~ "€‚セレクション[キャンセル]ボタンをクリックすると、メディアの表ç"
1008
- #~ "¤ºã«æˆ»ã‚Šã¾ã™ã€‚"
1009
 
1010
  #~ msgid "Attachment Details"
1011
- #~ msgstr "添付ファイルの詳細"
1012
 
1013
  #~ msgid ""
1014
- #~ "Clicking an item will display an Attachment Details dialog, which allows you to preview media "
1015
- #~ "and make quick edits. Any changes you make to the attachment details will be automatically "
1016
- #~ "saved."
1017
  #~ msgstr ""
1018
- #~ "é …ç›®ã‚’ã‚¯ãƒªãƒƒã‚¯ã™ã‚‹ã¨ã€ãƒ¡ãƒ‡ã‚£ã‚¢ã‚’ãƒ—ãƒ¬ãƒ“ãƒ¥ãƒ¼ã—ã€è¿…é"
1019
- #~ "€Ÿãªç·¨é›†ã‚’行うことができます。添付ファイルの詳細]ダイアログが表示されますã"
1020
- #~ "€‚æ·»ä»˜ãƒ•ã‚¡ã‚¤ãƒ«ã®è©³ç´°ã«åŠ ãˆãŸå¤‰æ›´ã¯å…¨ã¦ã€è‡ªå‹•çš„ã«ä¿å­˜ã•ã‚Œã¾ã™ã€‚"
1021
 
1022
  #~ msgid ""
1023
- #~ "Use the arrow buttons at the top of the dialog, or the left and right arrow keys on your "
1024
- #~ "keyboard, to navigate between media items quickly."
1025
  #~ msgstr ""
1026
- #~ "ã™ãã«ãƒ¡ãƒ‡ã‚£ã‚¢é …ç›®é–“ã‚’ç§»å‹•ã™ã‚‹ã«ã¯ã€ãƒ€ã‚¤ã‚¢ãƒ­ã‚°ã€ã¾ãŸã¯ã‚­ãƒ¼ãƒœãƒ¼ãƒ‰ã®å·¦å³ã®çŸ"
1027
- #~ "¢å°ã‚­ãƒ¼ã®ä¸Šéƒ¨ã«ã‚る矢印ボタンを使用します。"
1028
 
1029
  #~ msgid ""
1030
- #~ "You can also delete individual items and access the extended edit screen from the details "
1031
- #~ "dialog."
1032
  #~ msgstr ""
1033
- #~ "個々 のアイテムを削除し、[詳細] ダイアログから拡張編集画é"
1034
- #~ "¢ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã™ã€‚"
1035
 
1036
  #~ msgid "For more information:"
1037
- #~ msgstr "詳細はこちら:"
1038
 
1039
  #~ msgid ""
1040
- #~ "<a href=\"http://codex.wordpress.org/Media_Library_Screen\" target=\"_blank\">Documentation "
1041
- #~ "on Media Library</a>"
1042
  #~ msgstr ""
1043
- #~ "<a href=\"http://codex.wordpress.org/Media_Library_Screen\" target=\"_blank"
1044
- #~ "\">メディアライブラリのドキュメント</a>"
1045
 
1046
- #~ msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support Forums</a>"
 
 
1047
  #~ msgstr ""
1048
- #~ "<a href=\"https://wordpress.org/support/\" target=\"_blank\">サポートフォーラム</a>"
 
1049
 
1050
  #~ msgctxt "file"
1051
  #~ msgid "Add New"
1052
- #~ msgstr "æ–°è¦è¿½åŠ "
1053
 
1054
  #~ msgid ""
1055
- #~ "The grid view for the Media Library requires JavaScript. <a href=\"upload.php?mode=list"
1056
- #~ "\">Switch to the list view</a>."
1057
  #~ msgstr ""
1058
- #~ "メディアライブラリのためのグリッドビューにはJavaScriptが必要です。<a href="
1059
- #~ "\"upload.php?mode=list\">リストビューに切り替えます。</a>."
1060
 
1061
  #~ msgid "You are not allowed to edit this post."
1062
- #~ msgstr "この投稿を編集することはできません。"
1063
 
1064
  #~ msgid "You are not allowed to move this post to the trash."
1065
- #~ msgstr "ゴミ箱にこの投稿を移動することはできません。"
1066
 
1067
  #~ msgid "Error in moving to trash."
1068
- #~ msgstr "ゴミ箱に移動中にエラーが発生しました。"
1069
 
1070
  #~ msgid "You are not allowed to move this post out of the trash."
1071
- #~ msgstr "ゴミ箱にこの投稿を移動することはできません。"
1072
 
1073
  #~ msgid "Error in restoring from trash."
1074
- #~ msgstr "ごみ箱からの復元中にエラーが発生しました。"
1075
 
1076
  #~ msgid "You are not allowed to delete this post."
1077
- #~ msgstr "この投稿を削除することはできません。"
1078
 
1079
  #~ msgid "Error in deleting."
1080
- #~ msgstr "削除中にエラーが発生しました。"
1081
 
1082
  #~ msgctxt "items per page (screen options)"
1083
  #~ msgid "Media items"
1084
- #~ msgstr "メディアアイテム"
1085
 
1086
  #~ msgid ""
1087
- #~ "You can narrow the list by file type/status using the text link filters at the top of the "
1088
- #~ "screen. You also can refine the list by date using the dropdown menu above the media table."
 
1089
  #~ msgstr ""
1090
- #~ "画面の上部にあるテキストリンクのフィルタを使用してファイルの種類/"
1091
- #~ "状態でリストを絞り込むことができます。また、メディアテーブルの上にあるãƒ"
1092
- #~ "‰ãƒ­ãƒƒãƒ—ダウンメニューを使用して日付でリストを絞り込むことができます。"
1093
 
1094
  #~ msgid "Available Actions"
1095
- #~ msgstr "利用可能なアクション"
1096
 
1097
  #~ msgid ""
1098
- #~ "Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit "
1099
- #~ "or on the media file&#8217;s name displays a simple screen to edit that individual file&#8217;"
1100
- #~ "s metadata. Clicking Delete Permanently will delete the file from the media library (as well "
1101
- #~ "as from any posts to which it is currently attached). View will take you to the display page "
1102
- #~ "for that file."
 
1103
  #~ msgstr ""
1104
- #~ "行の上に置くと、アクションリンクを明らかにします。編集は、完全に削除ã"
1105
- #~ "€åŠã³è¡¨ç¤ºã€‚メディアファイルを編集又はクリックします&#8217;s その個々の名はã"
1106
- #~ "€ãƒ•ã‚¡ã‚¤ãƒ«ã‚’編集する為の簡単な画面が表示されます&#8217;s のメタデータã"
1107
- #~ "€‚メディアライブラリからファイルを削除します[完全に削é™"
1108
- #~ "¤]をクリック(投稿からだけでなく、それが現在接続されているため)。ビューはã"
1109
- #~ "€ãã®ãƒ•ã‚¡ã‚¤ãƒ«ã®è¡¨ç¤ºãƒšãƒ¼ã‚¸ãŒè¡¨ç¤ºã•ã‚Œã¾ã™ã€‚"
1110
 
1111
  #~ msgid "Attaching Files"
1112
- #~ msgstr "ファイルの添付"
1113
 
1114
  #~ msgid ""
1115
- #~ "If a media file has not been attached to any post, you will see that in the Attached To "
1116
- #~ "column, and can click on Attach File to launch a small popup that will allow you to search "
1117
- #~ "for a post and attach the file."
1118
  #~ msgstr ""
1119
- #~ "ãƒ¡ãƒ‡ã‚£ã‚¢ãƒ•ã‚¡ã‚¤ãƒ«ãŒã€ä»»æ„ã®æŠ•ç¨¿ã«æ·»ä»˜ã•ã‚Œã¦ã„ãªã„å ´åˆã€åˆ—ã«æœªæ·»ä»˜ã¨è¡¨ç"
1120
- #~ "¤ºã•ã‚Œã€æŠ•ç¨¿ã‚’検索し、ファイルを添付することが出来ます。小さなポップアッãƒ"
1121
- #~ "—を起動するファイルでも添付をクリックすることが可能です。"
1122
 
1123
  #~ msgid "Search results for &#8220;%s&#8221;"
1124
- #~ msgstr "検索結果の &#8220;%s&#8221;"
1125
 
1126
  #~ msgid "Media attachment updated."
1127
- #~ msgstr "メディア添付ファイルを更新しました。"
1128
 
1129
  #~ msgid "Reattached %d attachment."
1130
  #~ msgid_plural "Reattached %d attachments."
1131
- #~ msgstr[0] "再接続 %d 添付ファイル。"
1132
 
1133
  #~ msgid "Undo"
1134
- #~ msgstr "元に戻す"
1135
 
1136
  #~ msgid "Media permanently deleted."
1137
- #~ msgstr "メディアを完全に削除。"
1138
 
1139
  #~ msgid "Error saving media attachment."
1140
- #~ msgstr "エラー メディアの添付ファイルを保存します。"
1141
 
1142
  #~ msgid "Media moved to the trash."
1143
- #~ msgstr "メディアを、ゴミ箱に移動しました。"
1144
 
1145
  #~ msgid "Media restored from the trash."
1146
- #~ msgstr "メディアをゴミ箱から復元。"
1147
 
1148
  #~ msgid ""
1149
- #~ "<a href=\"https://codex.wordpress.org/Media_Library_Screen\" target=\"_blank\">Documentation "
1150
- #~ "on Media Library</a>"
1151
  #~ msgstr ""
1152
- #~ "<a href=\"http://codex.wordpress.org/Media_Library_Screen\" target=\"_blank"
1153
- #~ "\">メディアライブラリのドキュメント</a>"
1154
 
1155
  #~ msgid "You are not allowed to move this item to the Trash."
1156
- #~ msgstr "ゴミ箱にこのアイテムを移動することはできません。"
1157
 
1158
  #~ msgid "You are not allowed to move this item out of the Trash."
1159
- #~ msgstr "ゴミ箱からこのアイテムを移動することはできません。"
1160
 
1161
  #~ msgid "You are not allowed to delete this item."
1162
- #~ msgstr "ã“ã®é …ç›®ã‚’å‰Šé™¤ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ã€‚"
1163
 
1164
  #~ msgid "Filter media items list"
1165
- #~ msgstr "ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ãƒ¡ãƒ‡ã‚£ã‚¢é …ç›®ãƒªã‚¹ãƒˆ"
1166
 
1167
  #~ msgid "Media items list navigation"
1168
- #~ msgstr "ãƒ¡ãƒ‡ã‚£ã‚¢é …ç›®ãƒªã‚¹ãƒˆãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³"
1169
 
1170
  #~ msgid "Media items list"
1171
- #~ msgstr "ãƒ¡ãƒ‡ã‚£ã‚¢é …ç›®ãƒªã‚¹ãƒˆ"
1172
 
1173
  #~ msgid "Detached %d attachment."
1174
  #~ msgid_plural "Detached %d attachments."
1175
- #~ msgstr[0] "切り離す %d 添付ファイル。"
1176
 
1177
  #~ msgid "%d media attachment permanently deleted."
1178
  #~ msgid_plural "%d media attachments permanently deleted."
1179
- #~ msgstr[0] "%d メディア添付ファイルを完全に削除。"
1180
 
1181
  #~ msgid "%d media attachment moved to the trash."
1182
  #~ msgid_plural "%d media attachments moved to the trash."
1183
- #~ msgstr[0] "%d メディア添付ファイルはゴミ箱に移動しました。"
1184
 
1185
  #~ msgid "%d media attachment restored from the trash."
1186
  #~ msgid_plural "%d media attachments restored from the trash."
1187
- #~ msgstr[0] "%d メディア添付ファイルをごみ箱から復元。"
1188
 
1189
  #~ msgid "MIME type settings restored."
1190
- #~ msgstr "MIMEタイプの設定を復元しました。"
1191
 
1192
  #~ msgid "MIME type settings saved."
1193
- #~ msgstr "MIMEタイプの設定が保存されました。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1194
 
1195
  #~ msgid "Column in List View"
1196
- #~ msgstr "リスト表示の列"
1197
 
1198
  #~ msgid "Filter in List View"
1199
- #~ msgstr "リスト表示のフィルター"
1200
 
1201
  #~ msgid "Filter in Grid View / Media Popup"
1202
- #~ msgstr "グリット表示/メディアポップアップのフィルター"
1203
 
1204
  #~ msgid "Filters"
1205
- #~ msgstr "フィルタ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1206
 
1207
  #~ msgid "Taxonomy settings saved."
1208
- #~ msgstr "タクソノミーの設定が保存されました。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1209
 
1210
  #~ msgid "Expand Details"
1211
- #~ msgstr "詳細を展開します"
1212
 
1213
  #~ msgid "Collapse Details"
1214
- #~ msgstr "折りたたみの詳細"
1215
 
1216
  #~ msgid "Validation Failed. One or more fields below are required."
1217
- #~ msgstr "検証に失敗しました。以下の1つ以上のフィールドが必要です。"
1218
 
1219
- #~ msgid "The changes you made will be lost if you navigate away from this page"
 
 
 
 
 
 
 
 
 
1220
  #~ msgstr ""
1221
- #~ "ã“ã®ãƒšãƒ¼ã‚¸ã‹ã‚‰ç§»å‹•ã—ãŸå ´åˆã¯ã€å¤‰æ›´å†…å®¹ãŒå¤±ã‚ã‚Œã¾ã™ã€‚ã‚»ãƒ¼ãƒ–ã—ã¦ä¸‹ã•ã„ã€‚"
 
 
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
+ "POT-Creation-Date: 2016-04-30 12:51+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: \n"
14
  "X-Generator: Poedit 1.8.7\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
  "Plural-Forms: nplurals=1; plural=0;\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
35
  msgid_plural " <span class=\"count\">(%s)</span>"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
 
38
+ #: core/options-pages.php:97 core/options-pages.php:217
39
+ #: core/options-pages.php:932 core/options-pages.php:1057
40
+ #: core/options-pages.php:1370 core/options-pages.php:1547
41
  msgid "Media Settings"
42
+ msgstr "メディア設定"
43
 
44
  #: core/options-pages.php:106 core/options-pages.php:189
45
  msgid "Media Library"
46
+ msgstr "メディアライブラリー"
47
 
48
  #: core/options-pages.php:115
49
  msgid "Taxonomies"
50
+ msgstr "タクソノミー"
51
 
52
  #: core/options-pages.php:124 core/options-pages.php:191
53
  msgid "MIME Types"
54
+ msgstr "MIME タイプ"
55
 
56
  #: core/options-pages.php:135 core/options-pages.php:136
57
  msgid "Enhanced Media Library"
59
 
60
  #: core/options-pages.php:188
61
  msgid "General"
62
+ msgstr "一般"
63
 
64
+ #: core/options-pages.php:190 core/options-pages.php:1078
65
  msgid "Media Taxonomies"
66
+ msgstr "メディアタクソノミー(分類法)"
67
 
68
+ #: core/options-pages.php:214 core/options-pages.php:520
69
+ #: core/options-pages.php:928 core/options-pages.php:1053
70
+ #: core/options-pages.php:1366
71
  msgid "You do not have sufficient permissions to access this page."
72
+ msgstr "このページにアクセスするための十分な権限がありません。"
73
 
74
+ #: core/options-pages.php:228
75
  msgid "Image sizes"
76
  msgstr ""
77
 
78
+ #: core/options-pages.php:229
79
  msgid ""
80
+ "The sizes listed below determine the maximum dimensions in pixels to use "
81
+ "when adding an image to the Media Library."
82
  msgstr ""
83
 
84
+ #: core/options-pages.php:233
85
  msgid "Thumbnail size"
86
  msgstr ""
87
 
88
+ #: core/options-pages.php:235
89
  msgid "Width"
90
  msgstr ""
91
 
92
+ #: core/options-pages.php:237
93
  msgid "Height"
94
  msgstr ""
95
 
96
+ #: core/options-pages.php:240
97
+ msgid ""
98
+ "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
99
  msgstr ""
100
 
101
+ #: core/options-pages.php:245 core/options-pages.php:246
102
  msgid "Medium size"
103
  msgstr ""
104
 
105
+ #: core/options-pages.php:247 core/options-pages.php:257
106
  msgid "Max Width"
107
  msgstr ""
108
 
109
+ #: core/options-pages.php:249 core/options-pages.php:259
110
  msgid "Max Height"
111
  msgstr ""
112
 
113
+ #: core/options-pages.php:255 core/options-pages.php:256
114
  msgid "Large size"
115
  msgstr ""
116
 
117
+ #: core/options-pages.php:272
118
  msgid "Embeds"
119
  msgstr ""
120
 
121
+ #: core/options-pages.php:279
122
  msgid "Uploading Files"
123
  msgstr ""
124
 
125
+ #: core/options-pages.php:286
126
  msgid "Store uploads in this folder"
127
  msgstr ""
128
 
129
+ #: core/options-pages.php:290
130
  #, php-format
131
  msgid "Default is %s"
132
  msgstr ""
133
 
134
+ #: core/options-pages.php:296
135
  msgid "Full URL path to files"
136
  msgstr ""
137
 
138
+ #: core/options-pages.php:298
139
  msgid "Configuring this is optional. By default, it should be blank."
140
  msgstr ""
141
 
142
+ #: core/options-pages.php:306
143
  msgid "Organize my uploads into month- and year-based folders"
144
  msgstr ""
145
 
146
+ #: core/options-pages.php:378 core/options-pages.php:1102
147
+ #: core/options-pages.php:1117 core/options-pages.php:1180
148
+ #: core/options-pages.php:1249
149
  msgid "Edit"
150
+ msgstr "編集"
151
 
152
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
153
  msgid "Close"
154
+ msgstr "閉じる"
155
 
156
+ #: core/options-pages.php:380 core/options-pages.php:1118
157
+ #: core/options-pages.php:1181
158
  msgid "View"
159
+ msgstr "表示"
160
 
161
+ #: core/options-pages.php:381 core/options-pages.php:1119
162
+ #: core/options-pages.php:1182
163
  msgid "Update"
164
+ msgstr "更新"
165
 
166
+ #: core/options-pages.php:382 core/options-pages.php:1120
167
+ #: core/options-pages.php:1183
168
  msgid "Add New"
169
+ msgstr "新規追加"
170
 
171
+ #: core/options-pages.php:383 core/options-pages.php:1121
172
+ #: core/options-pages.php:1184
173
  msgid "New"
174
+ msgstr "新規"
175
 
176
+ #: core/options-pages.php:384
177
  msgid "Name"
178
+ msgstr "名前"
179
 
180
+ #: core/options-pages.php:385 core/options-pages.php:1122
181
+ #: core/options-pages.php:1185
182
  msgid "Parent"
183
+ msgstr "親カテゴリー"
184
 
185
+ #: core/options-pages.php:386 core/options-pages.php:616
186
+ #: core/options-pages.php:1116 core/options-pages.php:1179
187
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
188
  msgid "All"
189
+ msgstr "全て"
190
 
191
+ #: core/options-pages.php:387 core/options-pages.php:1123
192
+ #: core/options-pages.php:1186
193
  msgid "Search"
194
+ msgstr "検索"
195
+
196
+ #: core/options-pages.php:389 core/options-pages.php:1167
197
+ msgid "New Taxonomy"
198
+ msgstr "新しいタクソノミー (分類)"
199
 
200
+ #: core/options-pages.php:391
201
+ msgid "Remove Taxonomy"
202
+ msgstr ""
203
+
204
+ #: core/options-pages.php:392
205
+ msgid "Taxonomy will be removed."
206
+ msgstr ""
207
+
208
+ #: core/options-pages.php:393
209
  msgid ""
210
+ "Taxonomy terms (categories) will remain intact in the database. If you "
211
+ "create a taxonomy with the same name in the future, its terms (categories) "
212
+ "will be available again."
213
  msgstr ""
 
 
 
214
 
215
+ #: core/options-pages.php:394
216
+ msgid "Media items will remain intact."
217
+ msgstr ""
218
 
219
+ #: core/options-pages.php:395
220
+ msgid "Are you still sure?"
221
+ msgstr ""
222
+
223
+ #: core/options-pages.php:396
224
+ msgid "Yes, remove taxonomy"
225
+ msgstr ""
226
 
227
+ #: core/options-pages.php:398
228
+ msgid "Duplicate"
229
+ msgstr ""
230
 
231
+ #: core/options-pages.php:399
232
+ msgid "Taxonomy with the same name already exists. Please chose other one."
233
+ msgstr ""
234
+ "同じ名前のタクソノミー(分類法)は既に存在します。別のものを選んで下さい。"
235
 
236
+ #: core/options-pages.php:401
237
+ msgid "Empty Fields"
238
+ msgstr ""
239
 
240
+ #: core/options-pages.php:402
241
+ msgid "Please choose Singular and Plural names for all new taxomonies."
242
  msgstr ""
243
 
244
+ #: core/options-pages.php:403
245
+ msgid "Please choose Singilar name for all new taxomonies."
246
  msgstr ""
247
 
248
+ #: core/options-pages.php:404
249
+ msgid "Please choose Plural Name for all new taxomonies."
250
  msgstr ""
251
 
252
+ #: core/options-pages.php:406
253
+ msgid "Ok"
254
+ msgstr ""
255
+
256
+ #: core/options-pages.php:407 core/options-pages.php:412
257
+ #: core/options-pages.php:495
258
  msgid "Cancel"
259
  msgstr ""
260
 
261
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
262
+ msgid "Synchronize Now"
263
+ msgstr ""
264
+
265
+ #: core/options-pages.php:410 core/options-pages.php:492
266
+ msgid "This operation cannot be canceled! Are you still sure?"
267
+ msgstr ""
268
+
269
+ #: core/options-pages.php:411
270
+ msgid "Synchronize"
271
+ msgstr ""
272
+
273
+ #: core/options-pages.php:413
274
  msgid "Synchronizing..."
275
  msgstr ""
276
 
277
+ #: core/options-pages.php:451
278
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
279
+ msgstr "警告!すべてのカスタムMIMEタイプは、この操作によって削除されます。"
280
 
281
+ #: core/options-pages.php:452
282
  msgid "Please fill into all fields."
283
+ msgstr "すべてのフィールドに記入してください。"
284
 
285
+ #: core/options-pages.php:453
286
  msgid "Duplicate extensions or MIME types. Please chose other one."
287
+ msgstr "拡張子やMIMEタイプを複製します。別のものをお選びください。"
 
 
 
 
 
 
288
 
289
+ #: core/options-pages.php:490 core/options-pages.php:607
290
+ msgid "Complete Cleanup"
291
  msgstr ""
292
 
293
+ #: core/options-pages.php:491
294
+ msgid ""
295
+ "You are about to <strong style=\"text-transform:uppercase\">delete all "
296
+ "plugin data</strong> from the database including backups."
297
  msgstr ""
298
 
299
+ #: core/options-pages.php:493
300
  msgid "Yes, delete all data"
301
  msgstr ""
302
 
303
+ #: core/options-pages.php:494
304
  msgid "Cleaning..."
305
  msgstr ""
306
 
307
+ #: core/options-pages.php:525
308
  msgid "Enhanced Media Library Settings"
309
+ msgstr "Enhanced Media Library 設定"
310
 
311
+ #: core/options-pages.php:535
312
  msgid "Export"
313
+ msgstr "エクスポート"
314
 
315
+ #: core/options-pages.php:539
316
  msgid ""
317
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
318
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
319
+ "configuration file. It allows you to easily import the configuration into "
320
+ "another website."
321
  msgstr ""
 
 
 
 
322
 
323
+ #: core/options-pages.php:544
324
  msgid "Export Plugin Settings"
325
+ msgstr "プラグイン設定をエクスポート"
326
 
327
+ #: core/options-pages.php:554
328
  msgid "Import"
329
+ msgstr "インポート"
330
 
331
+ #: core/options-pages.php:558
332
  msgid ""
333
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
334
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
335
+ "configuration file which can be obtained by exporting the settings on "
336
+ "another website using the export button above."
337
  msgstr ""
 
 
 
 
 
338
 
339
+ #: core/options-pages.php:559
340
  msgid ""
341
+ "All plugin settings will be overridden by the import. You will have a chance "
342
+ "to restore current data from an automatic backup in case you are not "
343
+ "satisfied with the result of the import."
344
  msgstr ""
 
 
 
345
 
346
+ #: core/options-pages.php:566
347
  msgid "Import Plugin Settings"
348
+ msgstr "プラグイン設定をインポート"
349
 
350
+ #: core/options-pages.php:578
351
  msgid "Restore"
352
+ msgstr "リストア(復元する)"
353
 
354
+ #: core/options-pages.php:584
355
  msgid "No backup available at the moment."
356
+ msgstr "現在利用できるバックアップはありません。"
357
 
358
+ #: core/options-pages.php:586
359
  msgid "Backup will be created automatically before any import operation."
360
+ msgstr "バックアップは、任意のインポート操作の前に自動的に作成されます。"
361
 
362
+ #: core/options-pages.php:590
363
+ msgid ""
364
+ "The backup has been automatically created before the latest import operation."
365
+ msgstr ""
366
 
367
+ #: core/options-pages.php:594
368
  msgid "Restore Settings from the Backup"
369
+ msgstr "バックアップから設定を復元させて下さい。"
370
 
371
+ #: core/options-pages.php:614
372
  msgid "What will be deleted:"
373
  msgstr ""
374
 
375
+ #: core/options-pages.php:619
376
  msgid "All plugin options"
377
  msgstr ""
378
 
379
+ #: core/options-pages.php:620
380
  msgid "All plugin backups stored in database"
381
  msgstr ""
382
 
383
+ #: core/options-pages.php:624
384
  msgid "What will remain intact:"
385
  msgstr ""
386
 
387
+ #: core/options-pages.php:625
388
  msgid "All media items"
389
  msgstr ""
390
 
391
+ #: core/options-pages.php:626
392
  msgid "All taxonomies not listed above"
393
  msgstr ""
394
 
395
+ #: core/options-pages.php:629
396
  msgid ""
397
+ "The plugin cannot delete itself because of security reason. Please delete it "
398
+ "manually from plugin list after cleanup."
399
  msgstr ""
400
 
401
+ #: core/options-pages.php:631
402
  msgid ""
403
+ "If you are not sure about this operation please create a backup of your "
404
+ "database prior to cleanup!"
405
  msgstr ""
406
 
407
+ #: core/options-pages.php:637
408
  msgid "Delete All Data & Deactivate"
409
  msgstr ""
410
 
411
+ #: core/options-pages.php:742
412
  msgid "Please upload a file to import settings."
413
+ msgstr "設定をインポートするファイルをアップロードしてください。"
414
 
415
+ #: core/options-pages.php:762
416
  msgid "Plugin settings imported."
417
+ msgstr "プラグインの設定がインポートされました。"
418
 
419
+ #: core/options-pages.php:809
420
  msgid "Plugin settings restored from the backup."
421
+ msgstr "プラグインの設定は、バックアップから復元させて下さい。"
422
 
423
+ #: core/options-pages.php:953
424
  msgid "Media Items Order"
425
  msgstr ""
426
 
427
+ #: core/options-pages.php:960
428
  msgid "Order media items by"
429
+ msgstr "メディアアイテムの順番"
430
 
431
+ #: core/options-pages.php:967 core/options-pages.php:979
432
  msgid "For media library and media popups"
433
+ msgstr "メディアライブラリとメディアポップアップについて"
434
 
435
+ #: core/options-pages.php:968
436
  msgid "Option allows to change order by drag and drop with Custom Order value."
437
  msgstr ""
438
+ "オプションは、ドラッグすることによって順序を変更し、カスタムオーダーの値でド"
439
+ "ロップすることができます。"
440
 
441
+ #: core/options-pages.php:973
442
  msgid "Sort order"
443
+ msgstr "ソート順"
444
 
445
+ #: core/options-pages.php:992
446
  msgid "Media Shortcodes"
447
+ msgstr "メディアのショートコード"
448
 
449
+ #: core/options-pages.php:999 core/options-pages.php:1002
450
  msgid "Enhanced media shortcodes"
451
+ msgstr "強化されたメディアのショートコード"
452
 
453
+ #: core/options-pages.php:1003
454
  msgid ""
455
+ "Enhance WordPress media shortcodes to make them understand media taxonomies, "
456
+ "upload date, and media items number limit"
457
  msgstr ""
458
+ "WordPressのメディアショートコードでメディアタクソノミー、アップロードの日付と"
459
+ "メディア・アイテム数の上限を取得させます。"
460
 
461
+ #: core/options-pages.php:1004
462
+ msgid "Gallery example:"
463
+ msgstr "ギャラリーの例:"
 
464
 
465
+ #: core/options-pages.php:1005
466
+ msgid "Audio playlist example:"
467
+ msgstr "オーディオプレイリストの例:"
 
 
 
 
468
 
469
+ #: core/options-pages.php:1006
470
+ msgid "Video playlist example:"
471
+ msgstr "ビデオプレイリストの例:"
 
 
 
 
472
 
473
+ #: core/options-pages.php:1008
474
  #, php-format
475
+ msgid ""
476
+ "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
477
+ msgstr "%s警告:%s 他のギャラリープラグイン又はテーマとの非互換性の可能性!"
478
 
479
+ #: core/options-pages.php:1010
480
  #, php-format
481
  msgid "%sLearn more%s."
482
+ msgstr "%sもっと詳しく%s."
483
 
484
+ #: core/options-pages.php:1012
485
  #, php-format
486
  msgid ""
487
+ "Please check out your gallery front-end and back-end functionality once this "
488
+ "option activated. If you find an issue please inform plugin authors at %s or "
489
+ "%s."
490
  msgstr ""
491
+ "あなたのギャラリーフロントエンドをチェックアウトし、活性化するには、このオプ"
492
+ "ション機能を一旦バックエンドして下さい。あなたが問題を見つけた場合は、プラグ"
493
+ "イン作者までご連絡ください %s %s."
494
 
495
+ #: core/options-pages.php:1082 core/options-pages.php:1229
496
  msgid "Assign following taxonomies to Media Library:"
497
+ msgstr "メディアライブラリに次のタクソノミー(分類法)を割り当てます:"
498
 
499
+ #: core/options-pages.php:1101 core/options-pages.php:1167
500
+ #: core/options-pages.php:1248
501
  msgid "Assign Taxonomy"
502
+ msgstr "タクソノミーを割り当て"
503
 
504
+ #: core/options-pages.php:1102 core/options-pages.php:1249
505
  msgid "Edit Taxonomy"
506
+ msgstr "タクソノミーの編集"
507
 
508
+ #: core/options-pages.php:1106 core/options-pages.php:1169
509
  msgid "Delete Taxonomy"
510
+ msgstr "タクソノミーを削除します"
511
 
512
+ #: core/options-pages.php:1111 core/options-pages.php:1174
513
  msgid "Labels"
514
+ msgstr "ラベル"
515
 
516
+ #: core/options-pages.php:1113 core/options-pages.php:1176
517
  msgid "Singular"
518
+ msgstr "単数"
519
 
520
+ #: core/options-pages.php:1114 core/options-pages.php:1177
521
  msgid "Plural"
522
+ msgstr "複数"
523
 
524
+ #: core/options-pages.php:1115 core/options-pages.php:1178
525
  msgid "Menu Name"
526
+ msgstr "メニュー名"
527
 
528
+ #: core/options-pages.php:1128 core/options-pages.php:1151
529
+ #: core/options-pages.php:1191 core/options-pages.php:1252
530
  msgid "Settings"
531
+ msgstr "設定"
532
 
533
+ #: core/options-pages.php:1130 core/options-pages.php:1193
534
  msgid "Taxonomy Name"
535
+ msgstr "タクソノミー名"
536
 
537
+ #: core/options-pages.php:1131 core/options-pages.php:1194
538
  msgid "Hierarchical"
539
+ msgstr "階層"
540
 
541
+ #: core/options-pages.php:1132 core/options-pages.php:1195
542
  msgid "Column for List View"
543
+ msgstr "リスト表示の列"
544
 
545
+ #: core/options-pages.php:1133 core/options-pages.php:1153
546
+ #: core/options-pages.php:1196 core/options-pages.php:1254
547
  msgid "Filter for List View"
548
+ msgstr "リスト表示のフィルター"
549
 
550
+ #: core/options-pages.php:1134 core/options-pages.php:1154
551
+ #: core/options-pages.php:1197 core/options-pages.php:1255
552
  msgid "Filter for Grid View / Media Popup"
553
+ msgstr "グリット表示/メディアポップアップのフィルター"
554
 
555
+ #: core/options-pages.php:1135 core/options-pages.php:1155
556
+ #: core/options-pages.php:1198 core/options-pages.php:1256
557
  msgid "Edit in Media Popup"
558
+ msgstr "メディアポップアップの編集"
559
 
560
+ #: core/options-pages.php:1136 core/options-pages.php:1199
561
  msgid "Show in Nav Menu"
562
+ msgstr "ナビゲーションメニューに表示"
563
 
564
+ #: core/options-pages.php:1137 core/options-pages.php:1200
565
  msgid "Remember Terms Order (sort)"
566
  msgstr ""
567
 
568
+ #: core/options-pages.php:1138 core/options-pages.php:1201
569
  msgid "Show in REST"
570
+ msgstr "リストに表示"
571
 
572
+ #: core/options-pages.php:1139 core/options-pages.php:1202
573
  msgid "Rewrite Slug"
574
+ msgstr "スラッグを書き換え"
575
 
576
+ #: core/options-pages.php:1140 core/options-pages.php:1203
577
  msgid "Slug with Front"
578
+ msgstr "フロントとスラッグ"
579
 
580
+ #: core/options-pages.php:1215
581
  msgid "Add New Taxonomy"
582
+ msgstr "新しいタクソノミーを追加"
583
 
584
+ #: core/options-pages.php:1225
585
  msgid "Non-Media Taxonomies"
586
+ msgstr "非メディアタクソノミー(記事カテゴリー及びタグで分類)"
587
 
588
+ #: core/options-pages.php:1286
589
  msgid "Options"
590
+ msgstr "オプション"
591
 
592
+ #: core/options-pages.php:1296 core/options-pages.php:1299
593
  msgid "Taxonomy archive pages"
594
+ msgstr "タクソノミーのアーカイブページ"
595
 
596
+ #: core/options-pages.php:1300
597
  msgid "Turn on media taxonomy archive pages on the front-end"
598
  msgstr ""
599
+ "フロントエンドのメディアタクソノミー(分類)のアーカイブページをオンにします"
 
600
 
601
+ #: core/options-pages.php:1301
602
+ msgid ""
603
+ "Re-save your permalink settings after this option change to make it work."
604
  msgstr ""
605
+ "これを動作させるには、このオプションを変更した後、パーマリンクの設定を再保存"
606
+ "しましょう。"
607
 
608
+ #: core/options-pages.php:1307 core/options-pages.php:1310
609
  msgid "Assign all like hierarchical"
610
+ msgstr "階層のように全て割り当てます"
611
 
612
+ #: core/options-pages.php:1311
613
+ msgid ""
614
+ "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
615
  msgstr ""
616
+ "グリット表示の/メディアポップアップで、階層のような非階層的タクソノミーを表示"
617
+ "する"
618
 
619
+ #: core/options-pages.php:1317 core/options-pages.php:1320
620
  msgid "Force filters"
621
+ msgstr "フォースフィルター"
622
 
623
+ #: core/options-pages.php:1321
624
  msgid "Show media filters for ANY Media Popup"
625
+ msgstr "あらゆるメディアにポップアップするフィルターを表示します。"
626
 
627
+ #: core/options-pages.php:1322
628
  msgid "Try this if filters are not shown for third-party plugins or themes."
629
  msgstr ""
630
+ "フィルタが、サードパーティ製のプラグインやテーマの為に示されていない場合は、"
631
+ "試してみてください。"
632
 
633
+ #: core/options-pages.php:1376
634
  msgid "Add New MIME Type"
635
+ msgstr "MIMEタイプ新規追加"
636
 
637
+ #: core/options-pages.php:1394 core/options-pages.php:1449
638
  msgid "Extension"
639
+ msgstr "拡張子"
640
 
641
+ #: core/options-pages.php:1395 core/options-pages.php:1450
642
  msgid "MIME Type"
643
+ msgstr "MIMEタイプ"
644
 
645
+ #: core/options-pages.php:1396 core/options-pages.php:1451
646
  msgid "Singular Label"
647
+ msgstr "単数のラベル"
648
 
649
+ #: core/options-pages.php:1397 core/options-pages.php:1452
650
  msgid "Plural Label"
651
+ msgstr "複数のラベル"
652
 
653
+ #: core/options-pages.php:1398 core/options-pages.php:1428
654
+ #: core/options-pages.php:1441 core/options-pages.php:1453
655
  msgid "Add Filter"
656
+ msgstr "フィルタを追加"
657
 
658
+ #: core/options-pages.php:1399 core/options-pages.php:1429
659
+ #: core/options-pages.php:1442 core/options-pages.php:1454
660
  msgid "Allow Upload"
661
+ msgstr "アップロードを許可"
662
 
663
+ #: core/options-pages.php:1443
664
  msgid "Delete MIME Type"
665
+ msgstr "MIMEタイプを削除します"
666
 
667
+ #: core/options-pages.php:1460
668
  msgid "Restore WordPress default MIME Types"
669
+ msgstr "WordPressのデフォルトのMIMEタイプを復元"
670
 
671
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
672
  msgid "Save Changes"
673
+ msgstr "変更内容を保存"
674
+
675
+ #: core/options-pages.php:1499
676
+ msgid "Changelog"
677
+ msgstr ""
678
+
679
+ #: core/options-pages.php:1500
680
+ msgid "What's new in"
681
+ msgstr ""
682
+
683
+ #: core/options-pages.php:1500
684
+ msgid "version"
685
+ msgstr ""
686
+
687
+ #: core/options-pages.php:1503
688
+ msgid "More features under the hood"
689
+ msgstr ""
690
+
691
+ #: core/options-pages.php:1505
692
+ msgid "Support"
693
+ msgstr ""
694
+
695
+ #: core/options-pages.php:1506
696
+ msgid "Feel free to ask for help on"
697
+ msgstr ""
698
+
699
+ #: core/options-pages.php:1506
700
+ msgid "Support is free for both versions of the plugin."
701
+ msgstr ""
702
+
703
+ #: core/options-pages.php:1508
704
+ msgid "Plugin rating"
705
+ msgstr ""
706
+
707
+ #: core/options-pages.php:1509
708
+ msgid "Please"
709
+ msgstr ""
710
+
711
+ #: core/options-pages.php:1509
712
+ msgid "vote for the plugin"
713
+ msgstr ""
714
+
715
+ #: core/options-pages.php:1509
716
+ msgid "Thanks!"
717
+ msgstr ""
718
+
719
+ #: core/options-pages.php:1511
720
+ msgid "Other plugins you may find useful"
721
+ msgstr ""
722
+
723
+ #: core/options-pages.php:1550
724
+ msgid "Utility"
725
+ msgstr ""
726
 
727
+ #: core/options-pages.php:1571
728
  msgid "Vote!"
729
  msgstr ""
730
 
731
+ #: core/taxonomies.php:101
732
  msgid "Media Taxonomies settings saved."
733
  msgstr ""
734
 
735
+ #: core/taxonomies.php:159
736
  msgid "Media Library settings saved."
737
  msgstr ""
738
 
739
+ #: core/taxonomies.php:358 core/taxonomies.php:364
740
+ #: enhanced-media-library.php:489
741
+ msgid "Filter by"
742
+ msgstr ""
 
 
 
743
 
744
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
745
+ msgid "Not in"
746
+ msgstr ""
747
 
748
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
749
  msgid "All Uncategorized"
750
+ msgstr "未分類"
751
 
752
  #: enhanced-media-library.php:332 enhanced-media-library.php:492
753
  msgid "Reset All Filters"
754
+ msgstr "絞り込みを解除"
755
 
756
  #: enhanced-media-library.php:523
757
  msgid "Uploaded to post #"
758
+ msgstr "投稿をアップロード #"
759
 
760
  #: enhanced-media-library.php:524
761
  msgid "Based On"
762
  msgstr ""
763
 
764
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
765
+ msgid "Media Categories"
766
+ msgstr ""
767
+
768
+ #: enhanced-media-library.php:570
769
+ msgid "Media Category"
770
+ msgstr ""
771
+
772
+ #: enhanced-media-library.php:572
773
+ msgid "All Media Categories"
774
+ msgstr ""
775
+
776
+ #: enhanced-media-library.php:573
777
+ msgid "Edit Media Category"
778
+ msgstr ""
779
+
780
+ #: enhanced-media-library.php:574
781
+ msgid "View Media Category"
782
+ msgstr ""
783
+
784
+ #: enhanced-media-library.php:575
785
+ msgid "Update Media Category"
786
+ msgstr ""
787
+
788
+ #: enhanced-media-library.php:576
789
+ msgid "Add New Media Category"
790
+ msgstr ""
791
+
792
+ #: enhanced-media-library.php:577
793
+ msgid "New Media Category Name"
794
+ msgstr ""
795
+
796
+ #: enhanced-media-library.php:578
797
+ msgid "Parent Media Category"
798
+ msgstr ""
799
+
800
+ #: enhanced-media-library.php:579
801
+ msgid "Parent Media Category:"
802
+ msgstr ""
803
+
804
+ #: enhanced-media-library.php:580
805
+ msgid "Search Media Categories"
806
+ msgstr ""
807
+
808
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
809
  msgid "Remove"
810
+ msgstr "削除"
811
 
812
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
813
  msgid "Deselect"
814
+ msgstr "選択を解除"
815
 
816
+ #: pro/core/bulk-edit.php:105
817
  msgid "Caption this image&hellip;"
818
+ msgstr "この画像をキャプション&hellip;"
819
 
820
+ #: pro/core/bulk-edit.php:109
821
  msgid "Describe this video&hellip;"
822
+ msgstr "このビデオを説明してください&hellip;"
823
 
824
+ #: pro/core/bulk-edit.php:111
825
  msgid "Describe this audio file&hellip;"
826
+ msgstr "このオーディオファイルを説明してください&hellip;"
827
 
828
+ #: pro/core/bulk-edit.php:113
829
  msgid "Describe this media file&hellip;"
830
+ msgstr "このメディアファイルを記述します&hellip;"
831
 
832
+ #: pro/core/bulk-edit.php:122
833
  msgid "Attachments Details"
834
+ msgstr "添付ファイルの詳細"
835
 
836
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
837
  msgid "Select All"
838
+ msgstr "全て選択"
839
 
840
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
841
  msgid "Edit Selection"
842
+ msgstr "編集選択"
843
 
844
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
845
  msgid "Deselect All"
846
+ msgstr "全ての選択を解除"
847
 
848
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
849
  msgid "Delete Selected"
850
+ msgstr "選択を削除します"
851
 
852
  #: pro/core/medialist.php:24 pro/core/medialist.php:69
853
  msgid "Order By"
855
 
856
  #: pro/core/medialist.php:28 pro/core/medialist.php:73
857
  msgid "Date"
858
+ msgstr "日付"
859
 
860
  #: pro/core/medialist.php:31 pro/core/medialist.php:76
861
  msgid "Title"
862
+ msgstr "タイトル"
863
 
864
  #: pro/core/medialist.php:34 pro/core/medialist.php:79
865
  msgid "Custom Order"
866
+ msgstr "カスタムオーダー"
867
 
868
  #: pro/core/medialist.php:37 pro/core/medialist.php:82
869
  msgid "Random"
870
+ msgstr "ランダム"
871
 
872
  #: pro/core/medialist.php:43 pro/core/medialist.php:88
873
  msgid "Order"
874
+ msgstr " 並び順"
875
 
876
  #: pro/core/medialist.php:47 pro/core/medialist.php:92
877
  msgid "Ascending"
878
+ msgstr "昇順"
879
 
880
  #: pro/core/medialist.php:50 pro/core/medialist.php:95
881
  msgid "Descending"
882
+ msgstr "降順"
883
 
884
  #: pro/core/medialist.php:60 pro/core/medialist.php:101
885
  msgid "Limit"
886
+ msgstr "制限"
887
 
888
  #: pro/core/options-pages.php:78
889
  msgid "Your license has been deactivated."
890
+ msgstr "あなたのライセンスが無効になっています。"
891
 
892
  #: pro/core/options-pages.php:88
893
  msgid "Please check if your license key is correct and try again."
894
+ msgstr "ライセンスキーが正しいかどうかを確認して、もう一度お試しください。"
895
 
896
  #: pro/core/options-pages.php:101
897
+ msgid ""
898
+ "Wrong license key or a server error occured. Please check your license key "
899
+ "and try again."
900
  msgstr ""
901
+ "間違ったライセンスキーまたはサーバーエラーが発生しました。ライセンスキーを確"
902
+ "認してもう一度お試しください。"
903
 
904
  #: pro/core/options-pages.php:111
905
  msgid "You license has been activated."
906
+ msgstr "活性化されているライセンスを許諾します。"
907
 
908
  #: pro/core/options-pages.php:164
909
  #, php-format
913
  #: pro/core/options-pages.php:165
914
  #, php-format
915
  msgid ""
916
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
917
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
918
+ "assigned %s will not be saved. Media items that are not attached to any %s "
919
+ "will not be affected."
920
  msgstr ""
921
 
922
  #: pro/core/options-pages.php:188 pro/enhanced-media-library-pro.php:127
923
  msgid "Bulk Edit"
924
+ msgstr "一括編集"
925
 
926
  #: pro/core/options-pages.php:196 pro/core/options-pages.php:199
927
  msgid "Turn off 'Save Changes' button"
928
+ msgstr "[変更を保存]ボタンオフ"
929
 
930
  #: pro/core/options-pages.php:200
931
  msgid "Save changes on the fly"
932
+ msgstr "変更内容を保存"
933
 
934
  #: pro/core/options-pages.php:201
935
  msgid ""
936
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
937
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
938
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
939
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
940
+ "files / taxonomies with this option turned on."
941
+ msgstr ""
942
+ "メディアの間に分類するチェックボックス上の任意のクリックは、バルク版に繋がる"
943
+ "ファイルデータを<strong style=\"color:red\">即時保存する</strong>ので 気を付"
944
+ "けてください!あなたには大きなチャンスがあります<strong style=\"color:red\">"
945
+ "間違っても再割り当てを行います</strong> 多くのメディアファイル/このオプション"
946
+ "を指定したタクソノミーをオンにします。"
947
 
948
  #: pro/core/options-pages.php:202
949
+ msgid ""
950
+ "Strongly NOT recommended option if you work with more than hundred of files "
951
+ "at a time."
952
+ msgstr "一度に100以上のファイルで作業する場合オプションを推奨しません。"
953
 
954
  #: pro/core/options-pages.php:241 pro/core/options-pages.php:259
955
  msgid "License Key"
956
+ msgstr "ライセンスキー"
957
 
958
  #: pro/core/options-pages.php:252
959
  #, php-format
960
  msgid ""
961
+ "To unlock updates please enter your license key below. You can get your "
962
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
963
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
964
  msgstr ""
965
+ "アップデートのロックを解除するには、以下のライセンスキーを入力してください。"
966
+ "あなたのライセンスキーを取得することができます<a href=\"%s\">あなたのアカウン"
967
+ "ト</a>に。ライセンスをお持ちでない場合は、歓迎しています<a href=\"%s\">購入</"
968
+ "a>に。"
969
 
970
  #: pro/core/options-pages.php:262
971
  msgid "Activate License"
972
+ msgstr "ライセンスを有効化"
973
 
974
  #: pro/core/options-pages.php:269
975
  msgid "Your license is active!"
976
+ msgstr "ライセンスがアクティブになっています!"
977
 
978
  #: pro/core/options-pages.php:273
979
  msgid "Deactivate License"
980
+ msgstr "ライセンスを無効化"
981
 
982
  #: pro/core/update.php:113 pro/core/update.php:119 pro/core/update.php:125
983
  msgid ""
984
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
985
+ "this server&#8217;s configuration. If you continue to have problems, please "
986
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
987
  msgstr ""
988
+ "予期しないエラーが発生しました。WordPress.orgまたは、このサーバーで何かが間"
989
+ "違っている可能性があります&#8217;s 設定。問題が解決しない場合は、試してみてく"
990
+ "ださい<a href=\"https://wordpress.org/support/\">サポートフォーラム</a>."
991
 
992
  #: pro/core/update.php:113
993
  msgid ""
994
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
995
+ "contact your server administrator.)"
996
  msgstr ""
997
+ "WordPressWordPress.orgへの安全な接続を確立できませんでした。サーバー管理"
998
+ "者に問い合わせてください。)"
999
 
1000
  #: pro/core/update.php:180
1001
  #, php-format
1002
  msgid ""
1003
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1004
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1005
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1006
  msgstr ""
1007
+ "アップデートのロックを解除するには、 <a href=\"%s\">ライセンス</a>を活性化さ"
1008
+ "せる<a href=\"%s\">あなたはライセンスキーはアカウント</a>を得ることができま"
1009
+ "す。ライセンスをお持ちでない場合は、<a href=\"%s\">が購入を歓迎しています。</"
1010
+ "a>"
1011
 
1012
  #: pro/enhanced-media-library-pro.php:119
1013
  msgid "ALL files belong to this item"
1014
+ msgstr "全てのファイルはこの項目に属しています"
1015
 
1016
  #: pro/enhanced-media-library-pro.php:120
1017
  msgid "SOME files belong to this item"
1018
+ msgstr "いくつかのファイルは、この項目に属しています"
1019
 
1020
  #: pro/enhanced-media-library-pro.php:121
1021
  msgid "NO files belong to this item"
1022
+ msgstr "ファイルなし この項目に属していません"
1023
 
1024
  #: pro/enhanced-media-library-pro.php:122
1025
  msgid "Changes saved."
1026
+ msgstr "変更が保存されました。"
1027
 
1028
  #: pro/enhanced-media-library-pro.php:123
1029
  msgid "Something went wrong."
1030
+ msgstr "何かが間違っています。"
1031
 
1032
  #: pro/enhanced-media-library-pro.php:126
1033
  msgid "Edit Media Files"
1034
+ msgstr "メディアファイル編集"
1035
 
1036
  #: pro/enhanced-media-library-pro.php:151
1037
  msgid "Create a filter-based gallery"
1038
+ msgstr "フィルターベースのギャラリーを作成します。"
1039
 
1040
  #: pro/enhanced-media-library-pro.php:152
1041
  msgid "Create a filter-based playlist"
1042
+ msgstr "フィルターベースのプレイリストを作成します。"
1043
 
1044
  #: pro/enhanced-media-library-pro.php:153
1045
  msgid "Create a filter-based video playlist"
1046
+ msgstr "フィルターベースのビデオプレイリストを作成します。"
1047
 
1048
  #: pro/enhanced-media-library-pro.php:231
1049
  msgid ""
1050
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1051
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1052
+ "will remain intact."
1053
  msgstr ""
1054
+ "無効化してください<strong>削除</strong>の前に古い無料版を。<strong>Enhanced "
1055
+ "Media Library PRO</ strong>の活性化。すべてのデータはそのまま残ります。"
1056
 
1057
  #: pro/enhanced-media-library-pro.php:231
1058
  msgid "Return to Plugins"
1059
+ msgstr "プラグインに戻ります"
1060
 
1061
  #: pro/enhanced-media-library-pro.php:282
1062
  msgid ""
1063
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1064
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1065
+ "be active. Please network deactivate and delete the free versions of the "
1066
+ "plugin. All your data will remain intact."
1067
  msgstr ""
 
 
 
 
1068
 
1069
  #: pro/enhanced-media-library-pro.php:299
1070
  msgid ""
1071
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1072
+ "be active. Please deactivate and delete the free version of the plugin. All "
1073
+ "your data will remain intact."
1074
  msgstr ""
1075
+ "<strong>Enhanced Media Library PRO</strong> は無料版を必要としません。有効化"
1076
+ "します。無効化し、プラグインの無料版を削除してください。全てのデータはそのま"
1077
+ "ま残ります。"
1078
 
1079
  #: pro/enhanced-media-library-pro.php:315
1080
  msgid ""
1081
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1082
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1083
+ "version to be active. Please deactivate (or network deactivate) and delete "
1084
+ "the free version of the plugin for this site. All your data will remail "
1085
+ "intact."
1086
+ msgstr ""
1087
+ "Enhanced Media Library の無料版とPROバージョンでは、どちらもこのサイトの有効"
1088
+ "です。 <strong>Enhanced Media Library PRO</strong>を有効化にする場合無料版を"
1089
+ "必要としません。無効化(またはネットワーク無効化)し、このサイトのプラグイン"
1090
+ "の無料版を削除してください。全てのデータはそのまま残ります。"
1091
+
1092
+ #. Description of the plugin/theme
1093
+ msgid ""
1094
+ "This plugin will be handy for those who need to manage a lot of media files."
1095
  msgstr ""
1096
+
1097
+ #~ msgid ""
1098
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1099
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1100
+ #~ "be lost."
1101
+ #~ msgstr ""
1102
+ #~ "タクソノミーは完全に削除されます!あなたのメディアファイルはそのまま残りま"
1103
+ #~ "すが、この分類法とその条件の全てが失われます。"
1104
+
1105
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1106
+ #~ msgstr "全ての新しいタクソノミーの単数形と複数形の名前を選択してください。"
1107
+
1108
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1109
+ #~ msgstr "全ての新しいタクソノミーの単数名前を選択して下さい。"
1110
+
1111
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1112
+ #~ msgstr "全ての新しいタクソノミーの複数の名前を選択してください。"
1113
 
1114
  #~ msgctxt "uploaded files"
1115
  #~ msgid "All (%s)"
1116
  #~ msgid_plural "All (%s)"
1117
+ #~ msgstr[0] "全て(%s)"
1118
 
1119
  #~ msgctxt "detached files"
1120
  #~ msgid "Unattached (%s)"
1121
  #~ msgid_plural "Unattached (%s)"
1122
+ #~ msgstr[0] "未添付 (%s)"
1123
 
1124
  #~ msgctxt "uploaded files"
1125
  #~ msgid "Trash (%s)"
1126
  #~ msgid_plural "Trash (%s)"
1127
+ #~ msgstr[0] "ごみ箱 (%s)"
1128
 
1129
  #~ msgid "Filter"
1130
+ #~ msgstr "フィルター"
1131
 
1132
  #~ msgid "Empty Trash"
1133
+ #~ msgstr "ごみ箱を空に"
1134
 
1135
  #~ msgid "You do not have permission to upload files."
1136
+ #~ msgstr "ファイルをアップロードする権限がありません。"
1137
 
1138
  #~ msgid "Overview"
1139
+ #~ msgstr "概要"
1140
 
1141
  #~ msgid ""
1142
+ #~ "You can view your media in a simple visual grid or a list with columns. "
1143
+ #~ "Switch between these views using the icons to the left above the media."
1144
  #~ msgstr ""
1145
+ #~ "単純な視覚的なグリッドまたは列のリストにメディアを表示することができます。"
1146
+ #~ "メディアの左上のアイコンを使用して、これらのビューを切り替えることができま"
1147
+ #~ "す。"
1148
 
1149
  #~ msgid ""
1150
+ #~ "To delete media items, click the Bulk Select button at the top of the "
1151
+ #~ "screen. Select any items you wish to delete, then click the Delete "
1152
+ #~ "Selected button. Clicking the Cancel Selection button takes you back to "
1153
+ #~ "viewing your media."
1154
  #~ msgstr ""
1155
+ #~ "メディア項目を削除するには、画面上部の一括選択]ボタンをクリックします。削"
1156
+ #~ "除したい項目を選択し、[選択項目の削除]ボタンをクリックします。セレクション"
1157
+ #~ "[キャンセル]ボタンをクリックすると、メディアの表示に戻ります。"
 
1158
 
1159
  #~ msgid "Attachment Details"
1160
+ #~ msgstr "添付ファイルの詳細"
1161
 
1162
  #~ msgid ""
1163
+ #~ "Clicking an item will display an Attachment Details dialog, which allows "
1164
+ #~ "you to preview media and make quick edits. Any changes you make to the "
1165
+ #~ "attachment details will be automatically saved."
1166
  #~ msgstr ""
1167
+ #~ "項目をクリックすると、メディアをプレビューし、迅速な編集を行うことができま"
1168
+ #~ "す。添付ファイルの詳細]ダイアログが表示されます。添付ファイルの詳細に加え"
1169
+ #~ "た変更は全て、自動的に保存されます。"
1170
 
1171
  #~ msgid ""
1172
+ #~ "Use the arrow buttons at the top of the dialog, or the left and right "
1173
+ #~ "arrow keys on your keyboard, to navigate between media items quickly."
1174
  #~ msgstr ""
1175
+ #~ "すぐにメディア項目間を移動するには、ダイアログ、またはキーボードの左右の矢"
1176
+ #~ "印キーの上部にある矢印ボタンを使用します。"
1177
 
1178
  #~ msgid ""
1179
+ #~ "You can also delete individual items and access the extended edit screen "
1180
+ #~ "from the details dialog."
1181
  #~ msgstr ""
1182
+ #~ "個々 のアイテムを削除し、[詳細] ダイアログから拡張編集画面にアクセスできま"
1183
+ #~ "す。"
1184
 
1185
  #~ msgid "For more information:"
1186
+ #~ msgstr "詳細はこちら:"
1187
 
1188
  #~ msgid ""
1189
+ #~ "<a href=\"http://codex.wordpress.org/Media_Library_Screen\" target="
1190
+ #~ "\"_blank\">Documentation on Media Library</a>"
1191
  #~ msgstr ""
1192
+ #~ "<a href=\"http://codex.wordpress.org/Media_Library_Screen\" target="
1193
+ #~ "\"_blank\">メディアライブラリのドキュメント</a>"
1194
 
1195
+ #~ msgid ""
1196
+ #~ "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support "
1197
+ #~ "Forums</a>"
1198
  #~ msgstr ""
1199
+ #~ "<a href=\"https://wordpress.org/support/\" target=\"_blank\">サポート"
1200
+ #~ "フォーラム</a>"
1201
 
1202
  #~ msgctxt "file"
1203
  #~ msgid "Add New"
1204
+ #~ msgstr "新規追加"
1205
 
1206
  #~ msgid ""
1207
+ #~ "The grid view for the Media Library requires JavaScript. <a href=\"upload."
1208
+ #~ "php?mode=list\">Switch to the list view</a>."
1209
  #~ msgstr ""
1210
+ #~ "メディアライブラリのためのグリッドビューにはJavaScriptが必要です。<a href="
1211
+ #~ "\"upload.php?mode=list\">リストビューに切り替えます。</a>."
1212
 
1213
  #~ msgid "You are not allowed to edit this post."
1214
+ #~ msgstr "この投稿を編集することはできません。"
1215
 
1216
  #~ msgid "You are not allowed to move this post to the trash."
1217
+ #~ msgstr "ゴミ箱にこの投稿を移動することはできません。"
1218
 
1219
  #~ msgid "Error in moving to trash."
1220
+ #~ msgstr "ゴミ箱に移動中にエラーが発生しました。"
1221
 
1222
  #~ msgid "You are not allowed to move this post out of the trash."
1223
+ #~ msgstr "ゴミ箱にこの投稿を移動することはできません。"
1224
 
1225
  #~ msgid "Error in restoring from trash."
1226
+ #~ msgstr "ごみ箱からの復元中にエラーが発生しました。"
1227
 
1228
  #~ msgid "You are not allowed to delete this post."
1229
+ #~ msgstr "この投稿を削除することはできません。"
1230
 
1231
  #~ msgid "Error in deleting."
1232
+ #~ msgstr "削除中にエラーが発生しました。"
1233
 
1234
  #~ msgctxt "items per page (screen options)"
1235
  #~ msgid "Media items"
1236
+ #~ msgstr "メディアアイテム"
1237
 
1238
  #~ msgid ""
1239
+ #~ "You can narrow the list by file type/status using the text link filters "
1240
+ #~ "at the top of the screen. You also can refine the list by date using the "
1241
+ #~ "dropdown menu above the media table."
1242
  #~ msgstr ""
1243
+ #~ "画面の上部にあるテキストリンクのフィルタを使用してファイルの種類/状態でリ"
1244
+ #~ "ストを絞り込むことができます。また、メディアテーブルの上にあるドロップダウ"
1245
+ #~ "ンメニューを使用して日付でリストを絞り込むことができます。"
1246
 
1247
  #~ msgid "Available Actions"
1248
+ #~ msgstr "利用可能なアクション"
1249
 
1250
  #~ msgid ""
1251
+ #~ "Hovering over a row reveals action links: Edit, Delete Permanently, and "
1252
+ #~ "View. Clicking Edit or on the media file&#8217;s name displays a simple "
1253
+ #~ "screen to edit that individual file&#8217;s metadata. Clicking Delete "
1254
+ #~ "Permanently will delete the file from the media library (as well as from "
1255
+ #~ "any posts to which it is currently attached). View will take you to the "
1256
+ #~ "display page for that file."
1257
  #~ msgstr ""
1258
+ #~ "行の上に置くと、アクションリンクを明らかにします。編集は、完全に削除、及び"
1259
+ #~ "表示。メディアファイルを編集又はクリックします&#8217;s その個々の名は、"
1260
+ #~ "ファイルを編集する為の簡単な画面が表示されます&#8217;s のメタデータ。メ"
1261
+ #~ "ディアライブラリからファイルを削除します[完全に削除]をクリック(投稿からだ"
1262
+ #~ "けでなく、それが現在接続されているため)。ビューは、そのファイルの表示ペー"
1263
+ #~ "ジが表示されます。"
1264
 
1265
  #~ msgid "Attaching Files"
1266
+ #~ msgstr "ファイルの添付"
1267
 
1268
  #~ msgid ""
1269
+ #~ "If a media file has not been attached to any post, you will see that in "
1270
+ #~ "the Attached To column, and can click on Attach File to launch a small "
1271
+ #~ "popup that will allow you to search for a post and attach the file."
1272
  #~ msgstr ""
1273
+ #~ "メディアファイルが、任意の投稿に添付されていない場合、列に未添付と表示さ"
1274
+ #~ "れ、投稿を検索し、ファイルを添付することが出来ます。小さなポップアップを起"
1275
+ #~ "動するファイルでも添付をクリックすることが可能です。"
1276
 
1277
  #~ msgid "Search results for &#8220;%s&#8221;"
1278
+ #~ msgstr "検索結果の &#8220;%s&#8221;"
1279
 
1280
  #~ msgid "Media attachment updated."
1281
+ #~ msgstr "メディア添付ファイルを更新しました。"
1282
 
1283
  #~ msgid "Reattached %d attachment."
1284
  #~ msgid_plural "Reattached %d attachments."
1285
+ #~ msgstr[0] "再接続 %d 添付ファイル。"
1286
 
1287
  #~ msgid "Undo"
1288
+ #~ msgstr "元に戻す"
1289
 
1290
  #~ msgid "Media permanently deleted."
1291
+ #~ msgstr "メディアを完全に削除。"
1292
 
1293
  #~ msgid "Error saving media attachment."
1294
+ #~ msgstr "エラー メディアの添付ファイルを保存します。"
1295
 
1296
  #~ msgid "Media moved to the trash."
1297
+ #~ msgstr "メディアを、ゴミ箱に移動しました。"
1298
 
1299
  #~ msgid "Media restored from the trash."
1300
+ #~ msgstr "メディアをゴミ箱から復元。"
1301
 
1302
  #~ msgid ""
1303
+ #~ "<a href=\"https://codex.wordpress.org/Media_Library_Screen\" target="
1304
+ #~ "\"_blank\">Documentation on Media Library</a>"
1305
  #~ msgstr ""
1306
+ #~ "<a href=\"http://codex.wordpress.org/Media_Library_Screen\" target="
1307
+ #~ "\"_blank\">メディアライブラリのドキュメント</a>"
1308
 
1309
  #~ msgid "You are not allowed to move this item to the Trash."
1310
+ #~ msgstr "ゴミ箱にこのアイテムを移動することはできません。"
1311
 
1312
  #~ msgid "You are not allowed to move this item out of the Trash."
1313
+ #~ msgstr "ゴミ箱からこのアイテムを移動することはできません。"
1314
 
1315
  #~ msgid "You are not allowed to delete this item."
1316
+ #~ msgstr "この項目を削除することはできません。"
1317
 
1318
  #~ msgid "Filter media items list"
1319
+ #~ msgstr "フィルターメディア項目リスト"
1320
 
1321
  #~ msgid "Media items list navigation"
1322
+ #~ msgstr "メディア項目リストナビゲーション"
1323
 
1324
  #~ msgid "Media items list"
1325
+ #~ msgstr "メディア項目リスト"
1326
 
1327
  #~ msgid "Detached %d attachment."
1328
  #~ msgid_plural "Detached %d attachments."
1329
+ #~ msgstr[0] "切り離す %d 添付ファイル。"
1330
 
1331
  #~ msgid "%d media attachment permanently deleted."
1332
  #~ msgid_plural "%d media attachments permanently deleted."
1333
+ #~ msgstr[0] "%d メディア添付ファイルを完全に削除。"
1334
 
1335
  #~ msgid "%d media attachment moved to the trash."
1336
  #~ msgid_plural "%d media attachments moved to the trash."
1337
+ #~ msgstr[0] "%d メディア添付ファイルはゴミ箱に移動しました。"
1338
 
1339
  #~ msgid "%d media attachment restored from the trash."
1340
  #~ msgid_plural "%d media attachments restored from the trash."
1341
+ #~ msgstr[0] "%d メディア添付ファイルをごみ箱から復元。"
1342
 
1343
  #~ msgid "MIME type settings restored."
1344
+ #~ msgstr "MIMEタイプの設定を復元しました。"
1345
 
1346
  #~ msgid "MIME type settings saved."
1347
+ #~ msgstr "MIMEタイプの設定が保存されました。"
1348
+
1349
+ #~ msgid ""
1350
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1351
+ #~ msgstr ""
1352
+ #~ "同じ名前のタクソノミー(分類法)は既に存在します。別のものを選んで下さい。"
1353
+
1354
+ #~ msgid ""
1355
+ #~ "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
1356
+ #~ "<strong>Media Settings > MIME Types</strong> will be exported to a "
1357
+ #~ "configuration file. It allows you to easily import the configuration into "
1358
+ #~ "another website."
1359
+ #~ msgstr ""
1360
+ #~ "プラグイン設定の<strong>メディア設定 > タクソノミー </strong>と<strong>メ"
1361
+ #~ "ディア設定 > MIMEタイプ</strong>の設定ファイルをエクスポートします。それは"
1362
+ #~ "別のウェブサイトに設定をインポートする事が可能です。"
1363
+
1364
+ #~ msgid ""
1365
+ #~ "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
1366
+ #~ "<strong>Media Settings > MIME Types</strong> will be imported from a "
1367
+ #~ "configuration file which can be obtained by exporting the settings on "
1368
+ #~ "another website using the export button above."
1369
+ #~ msgstr ""
1370
+ #~ "プラグインの設定は、<strong>メディア設定 > タクソノミー </strong>と"
1371
+ #~ "<strong>メディア設定 > MIMEタイプ</strong>で上記のエクスポートボタンを使用"
1372
+ #~ "して別のWebサイトの設定を利用することができますが、コンフィギュレーション"
1373
+ #~ "ファイルからインポートされます。"
1374
+
1375
+ #~ msgid ""
1376
+ #~ "All plugin settings will be overriden by the import. You will have a "
1377
+ #~ "chance to restore current data from an automatic backup in case you are "
1378
+ #~ "not satisfied with the result of the import."
1379
+ #~ msgstr ""
1380
+ #~ "全てのプラグインの設定は、インポートによって上書きされます。あなたがイン"
1381
+ #~ "ポートの結果に満足していない場合には、自動バックアップから現在のデータを復"
1382
+ #~ "元するチャンスがあります。"
1383
+
1384
+ #~ msgid ""
1385
+ #~ "The backup had been automatically created before the latest import "
1386
+ #~ "opetarion."
1387
+ #~ msgstr "バックアップは自動的に最新のインポート操作の前に作成されています。"
1388
 
1389
  #~ msgid "Column in List View"
1390
+ #~ msgstr "リスト表示の列"
1391
 
1392
  #~ msgid "Filter in List View"
1393
+ #~ msgstr "リスト表示のフィルター"
1394
 
1395
  #~ msgid "Filter in Grid View / Media Popup"
1396
+ #~ msgstr "グリット表示/メディアポップアップのフィルター"
1397
 
1398
  #~ msgid "Filters"
1399
+ #~ msgstr "フィルタ"
1400
+
1401
+ #~ msgid ""
1402
+ #~ "Enhance WordPress media shortcodes to make them understand media "
1403
+ #~ "taxonomies, uploade date, and media items number limit"
1404
+ #~ msgstr ""
1405
+ #~ "WordPressのメディアショートコードでメディアタクソノミー、アップロードの日"
1406
+ #~ "付とメディア・アイテム数の上限を取得させます。"
1407
+
1408
+ #~ msgid ""
1409
+ #~ "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum="
1410
+ #~ "\"12\" year=\"2015\"]"
1411
+ #~ msgstr ""
1412
+ #~ "ギャラリーの例: [gallery media_category=\"5\" limit=\"10\" monthnum="
1413
+ #~ "\"12\" year=\"2015\"]"
1414
+
1415
+ #~ msgid ""
1416
+ #~ "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" "
1417
+ #~ "monthnum=\"12\" year=\"2015\"]"
1418
+ #~ msgstr ""
1419
+ #~ "オーディオプレイリストの例: [playlist media_category=\"5\" limit=\"10\" "
1420
+ #~ "monthnum=\"12\" year=\"2015\"]"
1421
+
1422
+ #~ msgid ""
1423
+ #~ "Video playlist example: [playlist type=\"video\" media_category=\"5\" "
1424
+ #~ "limit=\"10\" monthnum=\"12\" year=\"2015\"]"
1425
+ #~ msgstr ""
1426
+ #~ "ビデオプレイリストの例: [playlist type=\"video\" media_category=\"5\" "
1427
+ #~ "limit=\"10\" monthnum=\"12\" year=\"2015\"]"
1428
 
1429
  #~ msgid "Taxonomy settings saved."
1430
+ #~ msgstr "タクソノミーの設定が保存されました。"
1431
+
1432
+ #~ msgid "Filter by "
1433
+ #~ msgstr "フィルター"
1434
+
1435
+ #~ msgid "All "
1436
+ #~ msgstr "全ての"
1437
+
1438
+ #~ msgid "Not in "
1439
+ #~ msgstr "添付なし"
1440
+
1441
+ #~ msgid ""
1442
+ #~ "Any click on a taxonomy checkbox during media files bulk edition will "
1443
+ #~ "lead to an <strong style=\"color:red\">immediate saving</strong> of the "
1444
+ #~ "data. Please, be careful! You have much greater chance to <strong style="
1445
+ #~ "\"color:red\">accidentally perform wrong re-assigning</strong> of a lot "
1446
+ #~ "of your media files / taxonomies with this option turned on."
1447
+ #~ msgstr ""
1448
+ #~ "メディアの間に分類するチェックボックス上の任意のクリックは、バルク版に繋が"
1449
+ #~ "るファイルデータを<strong style=\"color:red\">即時保存する</strong>ので 気"
1450
+ #~ "を付けてください!あなたには大きなチャンスがあります<strong style=\"color:"
1451
+ #~ "red\">間違っても再割り当てを行います</strong> 多くのメディアファイル/この"
1452
+ #~ "オプションを指定したタクソノミーをオンにします。"
1453
 
1454
  #~ msgid "Expand Details"
1455
+ #~ msgstr "詳細を展開します"
1456
 
1457
  #~ msgid "Collapse Details"
1458
+ #~ msgstr "折りたたみの詳細"
1459
 
1460
  #~ msgid "Validation Failed. One or more fields below are required."
1461
+ #~ msgstr "検証に失敗しました。以下の1つ以上のフィールドが必要です。"
1462
 
1463
+ #~ msgid ""
1464
+ #~ "The changes you made will be lost if you navigate away from this page"
1465
+ #~ msgstr ""
1466
+ #~ "このページから移動した場合は、変更内容が失われます。セーブして下さい。"
1467
+
1468
+ #~ msgid ""
1469
+ #~ "Both FREE and PRO versions of the Enhanced Media Library are network "
1470
+ #~ "active. <strong>Enhanced Media Library PRO</strong> does not require free "
1471
+ #~ "version to be active. Please network deactivate and delete the free "
1472
+ #~ "versions of the plugin. All your data will remail intact."
1473
  #~ msgstr ""
1474
+ #~ "Enhanced Media Libraryの無料版とPROバージョンでは両方で、ネットワークが有"
1475
+ #~ "効化になっています。 <strong>Enhanced Media Library PRO</ strong>を有効化"
1476
+ #~ "する場合無料版は必要ありません。無効化し、プラグインの無料版を削除してくだ"
1477
+ #~ "さい。全てのデータはそのまま残ります。"
languages/enhanced-media-library-ko_KR.mo CHANGED
Binary file
languages/enhanced-media-library-ko_KR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-14 02:57+0300\n"
6
- "PO-Revision-Date: 2016-04-14 02:57+0300\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: ko\n"
@@ -37,9 +37,9 @@ msgid " <span class=\"count\">(%s)</span>"
37
  msgid_plural " <span class=\"count\">(%s)</span>"
38
  msgstr[0] "<span class=\"count\">(%s)</span>"
39
 
40
- #: core/options-pages.php:97 core/options-pages.php:215
41
- #: core/options-pages.php:916 core/options-pages.php:1041
42
- #: core/options-pages.php:1353
43
  msgid "Media Settings"
44
  msgstr "미디어 설정"
45
 
@@ -63,399 +63,422 @@ msgstr "Enhanced Media Library"
63
  msgid "General"
64
  msgstr ""
65
 
66
- #: core/options-pages.php:190 core/options-pages.php:1062
67
  msgid "Media Taxonomies"
68
  msgstr "미디어 카테고리"
69
 
70
- #: core/options-pages.php:212 core/options-pages.php:504
71
- #: core/options-pages.php:912 core/options-pages.php:1037
72
- #: core/options-pages.php:1349
73
  msgid "You do not have sufficient permissions to access this page."
74
  msgstr "이 페이지에 접근할 권한이 없습니다."
75
 
76
- #: core/options-pages.php:226
77
  msgid "Image sizes"
78
  msgstr ""
79
 
80
- #: core/options-pages.php:227
81
  msgid ""
82
  "The sizes listed below determine the maximum dimensions in pixels to use "
83
  "when adding an image to the Media Library."
84
  msgstr ""
85
 
86
- #: core/options-pages.php:231
87
  msgid "Thumbnail size"
88
  msgstr ""
89
 
90
- #: core/options-pages.php:233
91
  msgid "Width"
92
  msgstr ""
93
 
94
- #: core/options-pages.php:235
95
  msgid "Height"
96
  msgstr ""
97
 
98
- #: core/options-pages.php:238
99
  msgid ""
100
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
101
  msgstr ""
102
 
103
- #: core/options-pages.php:243 core/options-pages.php:244
104
  msgid "Medium size"
105
  msgstr ""
106
 
107
- #: core/options-pages.php:245 core/options-pages.php:255
108
  msgid "Max Width"
109
  msgstr ""
110
 
111
- #: core/options-pages.php:247 core/options-pages.php:257
112
  msgid "Max Height"
113
  msgstr ""
114
 
115
- #: core/options-pages.php:253 core/options-pages.php:254
116
  msgid "Large size"
117
  msgstr ""
118
 
119
- #: core/options-pages.php:270
120
  msgid "Embeds"
121
  msgstr ""
122
 
123
- #: core/options-pages.php:277
124
  msgid "Uploading Files"
125
  msgstr ""
126
 
127
- #: core/options-pages.php:284
128
  msgid "Store uploads in this folder"
129
  msgstr ""
130
 
131
- #: core/options-pages.php:288
132
  #, php-format
133
  msgid "Default is %s"
134
  msgstr ""
135
 
136
- #: core/options-pages.php:294
137
  msgid "Full URL path to files"
138
  msgstr ""
139
 
140
- #: core/options-pages.php:296
141
  msgid "Configuring this is optional. By default, it should be blank."
142
  msgstr ""
143
 
144
- #: core/options-pages.php:304
145
  msgid "Organize my uploads into month- and year-based folders"
146
  msgstr ""
147
 
148
- #: core/options-pages.php:376 core/options-pages.php:1086
149
- #: core/options-pages.php:1101 core/options-pages.php:1163
150
- #: core/options-pages.php:1232
151
  msgid "Edit"
152
  msgstr "편집"
153
 
154
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
155
  msgid "Close"
156
  msgstr "닫기"
157
 
158
- #: core/options-pages.php:378 core/options-pages.php:1102
159
- #: core/options-pages.php:1164
160
  msgid "View"
161
  msgstr "보기"
162
 
163
- #: core/options-pages.php:379 core/options-pages.php:1103
164
- #: core/options-pages.php:1165
165
  msgid "Update"
166
  msgstr "업데이트"
167
 
168
- #: core/options-pages.php:380 core/options-pages.php:1104
169
- #: core/options-pages.php:1166
170
  msgid "Add New"
171
  msgstr "새로 추가하기"
172
 
173
- #: core/options-pages.php:381 core/options-pages.php:1105
174
- #: core/options-pages.php:1167
175
  msgid "New"
176
  msgstr "신규"
177
 
178
- #: core/options-pages.php:382
179
  msgid "Name"
180
  msgstr "이름"
181
 
182
- #: core/options-pages.php:383 core/options-pages.php:1106
183
- #: core/options-pages.php:1168
184
  msgid "Parent"
185
  msgstr "부모"
186
 
187
- #: core/options-pages.php:384 core/options-pages.php:600
188
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
189
  msgid "All"
190
  msgstr "모두"
191
 
192
- #: core/options-pages.php:385 core/options-pages.php:1107
193
- #: core/options-pages.php:1169
194
  msgid "Search"
195
  msgstr "검색"
196
 
197
- #: core/options-pages.php:387
198
- msgid ""
199
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
200
- "but all the connections with this taxonomy and its terms will be lost."
201
- msgstr ""
202
- "카테고리가 영구적으로 삭제됩니다. 미디어 파일은 보존되지만, 이 카테고리 및 용"
203
- "어와의 모든 연결은 손실됩니다."
204
-
205
- #: core/options-pages.php:388
206
- msgid "There is already a taxonomy with the same name. Please chose other one."
207
- msgstr "동일한 이름의 카테고리가 이미 존재합니다. 다른 것을 선택해주세요."
208
-
209
- #: core/options-pages.php:389 core/options-pages.php:1150
210
  msgid "New Taxonomy"
211
  msgstr "새로운 카테고리"
212
 
213
- #: core/options-pages.php:390
214
- msgid "Please choose Singular and Plural names for all your new taxomonies."
215
- msgstr "모든 새로운 카테고리에 대한 단수 및 복수 이름을 선택해주세요."
216
-
217
  #: core/options-pages.php:391
218
- msgid "Please choose Singilar name for all your new taxomonies."
219
- msgstr "모든 새로운 카테고리에 대한 단수 이름을 선택해주세요."
220
 
221
  #: core/options-pages.php:392
222
- msgid "Please choose Plural Name for all your new taxomonies."
223
- msgstr "모든 새로운 카테고리에 대한 복수 이름을 선택해주세요."
224
 
225
- #: core/options-pages.php:395 pro/core/options-pages.php:165
226
- msgid "Synchronize Now"
 
 
 
 
 
 
 
 
 
 
 
227
  msgstr ""
228
 
229
  #: core/options-pages.php:396
230
- msgid "This operation cannot be canceled. Are you still sure?"
231
  msgstr ""
232
 
233
- #: core/options-pages.php:397
234
- msgid "Synchronize"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  msgstr ""
236
 
237
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
 
 
 
 
238
  msgid "Cancel"
239
  msgstr ""
240
 
241
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Synchronizing..."
243
  msgstr ""
244
 
245
- #: core/options-pages.php:435
246
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
247
  msgstr "경고! 이 작업으로 인해 모든 사용자 지정 MIME 유형이 삭제됩니다."
248
 
249
- #: core/options-pages.php:436
250
  msgid "Please fill into all fields."
251
  msgstr "모든 필드에 입력해주세요."
252
 
253
- #: core/options-pages.php:437
254
  msgid "Duplicate extensions or MIME types. Please chose other one."
255
  msgstr "중복 확장자 또는 MIME 유형. 다른 것을 선택해주세요."
256
 
257
- #: core/options-pages.php:474
 
 
 
 
258
  msgid ""
259
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
260
  "plugin data</strong> from the database including backups."
261
  msgstr ""
262
 
263
- #: core/options-pages.php:475
264
- msgid "The operation cannot be canceled! Are you still sure?"
265
- msgstr ""
266
-
267
- #: core/options-pages.php:476 core/options-pages.php:591
268
- msgid "Complete Cleanup"
269
- msgstr ""
270
-
271
- #: core/options-pages.php:477
272
  msgid "Yes, delete all data"
273
  msgstr ""
274
 
275
- #: core/options-pages.php:479
276
  msgid "Cleaning..."
277
  msgstr ""
278
 
279
- #: core/options-pages.php:509
280
  msgid "Enhanced Media Library Settings"
281
  msgstr ""
282
 
283
- #: core/options-pages.php:519
284
  msgid "Export"
285
  msgstr ""
286
 
287
- #: core/options-pages.php:523
288
  msgid ""
289
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
290
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
291
  "configuration file. It allows you to easily import the configuration into "
292
  "another website."
293
  msgstr ""
294
 
295
- #: core/options-pages.php:528
296
  msgid "Export Plugin Settings"
297
  msgstr ""
298
 
299
- #: core/options-pages.php:538
300
  msgid "Import"
301
  msgstr ""
302
 
303
- #: core/options-pages.php:542
304
  msgid ""
305
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
306
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
307
  "configuration file which can be obtained by exporting the settings on "
308
  "another website using the export button above."
309
  msgstr ""
310
 
311
- #: core/options-pages.php:543
312
  msgid ""
313
- "All plugin settings will be overriden by the import. You will have a chance "
314
  "to restore current data from an automatic backup in case you are not "
315
  "satisfied with the result of the import."
316
  msgstr ""
317
 
318
- #: core/options-pages.php:550
319
  msgid "Import Plugin Settings"
320
  msgstr ""
321
 
322
- #: core/options-pages.php:562
323
  msgid "Restore"
324
  msgstr ""
325
 
326
- #: core/options-pages.php:568
327
  msgid "No backup available at the moment."
328
  msgstr ""
329
 
330
- #: core/options-pages.php:570
331
  msgid "Backup will be created automatically before any import operation."
332
  msgstr ""
333
 
334
- #: core/options-pages.php:574
335
  msgid ""
336
- "The backup had been automatically created before the latest import opetarion."
337
  msgstr ""
338
 
339
- #: core/options-pages.php:578
340
  msgid "Restore Settings from the Backup"
341
  msgstr ""
342
 
343
- #: core/options-pages.php:598
344
  msgid "What will be deleted:"
345
  msgstr ""
346
 
347
- #: core/options-pages.php:603
348
  msgid "All plugin options"
349
  msgstr ""
350
 
351
- #: core/options-pages.php:604
352
  msgid "All plugin backups stored in database"
353
  msgstr ""
354
 
355
- #: core/options-pages.php:608
356
  msgid "What will remain intact:"
357
  msgstr ""
358
 
359
- #: core/options-pages.php:609
360
  msgid "All media items"
361
  msgstr ""
362
 
363
- #: core/options-pages.php:610
364
  msgid "All taxonomies not listed above"
365
  msgstr ""
366
 
367
- #: core/options-pages.php:613
368
  msgid ""
369
  "The plugin cannot delete itself because of security reason. Please delete it "
370
  "manually from plugin list after cleanup."
371
  msgstr ""
372
 
373
- #: core/options-pages.php:615
374
  msgid ""
375
  "If you are not sure about this operation please create a backup of your "
376
  "database prior to cleanup!"
377
  msgstr ""
378
 
379
- #: core/options-pages.php:621
380
  msgid "Delete All Data & Deactivate"
381
  msgstr ""
382
 
383
- #: core/options-pages.php:726
384
  msgid "Please upload a file to import settings."
385
  msgstr ""
386
 
387
- #: core/options-pages.php:746
388
  msgid "Plugin settings imported."
389
  msgstr ""
390
 
391
- #: core/options-pages.php:793
392
  msgid "Plugin settings restored from the backup."
393
  msgstr ""
394
 
395
- #: core/options-pages.php:937
396
  msgid "Media Items Order"
397
  msgstr ""
398
 
399
- #: core/options-pages.php:944
400
  msgid "Order media items by"
401
  msgstr ""
402
 
403
- #: core/options-pages.php:951 core/options-pages.php:963
404
  msgid "For media library and media popups"
405
  msgstr ""
406
 
407
- #: core/options-pages.php:952
408
  msgid "Option allows to change order by drag and drop with Custom Order value."
409
  msgstr ""
410
 
411
- #: core/options-pages.php:957
412
  msgid "Sort order"
413
  msgstr ""
414
 
415
- #: core/options-pages.php:976
416
  msgid "Media Shortcodes"
417
  msgstr ""
418
 
419
- #: core/options-pages.php:983 core/options-pages.php:986
420
  msgid "Enhanced media shortcodes"
421
  msgstr ""
422
 
423
- #: core/options-pages.php:987
424
  msgid ""
425
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
426
- "uploade date, and media items number limit"
427
  msgstr ""
428
 
429
- #: core/options-pages.php:988
430
- msgid ""
431
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
432
- "year=\"2015\"]"
433
  msgstr ""
434
 
435
- #: core/options-pages.php:989
436
- msgid ""
437
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
438
- "\"12\" year=\"2015\"]"
439
  msgstr ""
440
 
441
- #: core/options-pages.php:990
442
- msgid ""
443
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
444
- "\"10\" monthnum=\"12\" year=\"2015\"]"
445
  msgstr ""
446
 
447
- #: core/options-pages.php:992
448
  #, php-format
449
  msgid ""
450
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
451
  msgstr ""
452
 
453
- #: core/options-pages.php:994
454
  #, php-format
455
  msgid "%sLearn more%s."
456
  msgstr ""
457
 
458
- #: core/options-pages.php:996
459
  #, php-format
460
  msgid ""
461
  "Please check out your gallery front-end and back-end functionality once this "
@@ -463,205 +486,252 @@ msgid ""
463
  "%s."
464
  msgstr ""
465
 
466
- #: core/options-pages.php:1066 core/options-pages.php:1212
467
  msgid "Assign following taxonomies to Media Library:"
468
  msgstr "다음 카테고리를 미디어 라이브러리에 할당:"
469
 
470
- #: core/options-pages.php:1085 core/options-pages.php:1150
471
- #: core/options-pages.php:1231
472
  msgid "Assign Taxonomy"
473
  msgstr "카테고리 할당"
474
 
475
- #: core/options-pages.php:1086 core/options-pages.php:1232
476
  msgid "Edit Taxonomy"
477
  msgstr "카테고리 편집"
478
 
479
- #: core/options-pages.php:1090 core/options-pages.php:1152
480
  msgid "Delete Taxonomy"
481
  msgstr "카테고리 삭제"
482
 
483
- #: core/options-pages.php:1095 core/options-pages.php:1157
484
  msgid "Labels"
485
  msgstr "라벨"
486
 
487
- #: core/options-pages.php:1097 core/options-pages.php:1159
488
  msgid "Singular"
489
  msgstr "단수"
490
 
491
- #: core/options-pages.php:1098 core/options-pages.php:1160
492
  msgid "Plural"
493
  msgstr "복수"
494
 
495
- #: core/options-pages.php:1099 core/options-pages.php:1161
496
  msgid "Menu Name"
497
  msgstr "메뉴명"
498
 
499
- #: core/options-pages.php:1112 core/options-pages.php:1135
500
- #: core/options-pages.php:1174 core/options-pages.php:1235
501
- #: core/options-pages.php:1530
502
  msgid "Settings"
503
  msgstr "설정"
504
 
505
- #: core/options-pages.php:1114 core/options-pages.php:1176
506
  msgid "Taxonomy Name"
507
  msgstr "카테고리명"
508
 
509
- #: core/options-pages.php:1115 core/options-pages.php:1177
510
  msgid "Hierarchical"
511
  msgstr "계층 구조"
512
 
513
- #: core/options-pages.php:1116 core/options-pages.php:1178
514
  msgid "Column for List View"
515
  msgstr ""
516
 
517
- #: core/options-pages.php:1117 core/options-pages.php:1137
518
- #: core/options-pages.php:1179 core/options-pages.php:1237
519
  msgid "Filter for List View"
520
  msgstr ""
521
 
522
- #: core/options-pages.php:1118 core/options-pages.php:1138
523
- #: core/options-pages.php:1180 core/options-pages.php:1238
524
  msgid "Filter for Grid View / Media Popup"
525
  msgstr ""
526
 
527
- #: core/options-pages.php:1119 core/options-pages.php:1139
528
- #: core/options-pages.php:1181 core/options-pages.php:1239
529
  msgid "Edit in Media Popup"
530
  msgstr "미디어 팝업에서 편집"
531
 
532
- #: core/options-pages.php:1120 core/options-pages.php:1182
533
  msgid "Show in Nav Menu"
534
  msgstr "탐색 메뉴에서 표시"
535
 
536
- #: core/options-pages.php:1121 core/options-pages.php:1183
537
  msgid "Remember Terms Order (sort)"
538
  msgstr ""
539
 
540
- #: core/options-pages.php:1122 core/options-pages.php:1184
541
  msgid "Show in REST"
542
  msgstr ""
543
 
544
- #: core/options-pages.php:1123 core/options-pages.php:1185
545
  msgid "Rewrite Slug"
546
  msgstr "슬러그 다시 쓰기"
547
 
548
- #: core/options-pages.php:1124 core/options-pages.php:1186
549
  msgid "Slug with Front"
550
  msgstr "프런트를 포함한 슬러그"
551
 
552
- #: core/options-pages.php:1198
553
  msgid "Add New Taxonomy"
554
  msgstr "새로운 카테고리 추가"
555
 
556
- #: core/options-pages.php:1208
557
  msgid "Non-Media Taxonomies"
558
  msgstr "비 미디어 카테고리"
559
 
560
- #: core/options-pages.php:1269
561
  msgid "Options"
562
  msgstr "옵션"
563
 
564
- #: core/options-pages.php:1279 core/options-pages.php:1282
565
  msgid "Taxonomy archive pages"
566
  msgstr "카테고리 보관 페이지"
567
 
568
- #: core/options-pages.php:1283
569
  msgid "Turn on media taxonomy archive pages on the front-end"
570
  msgstr "전면에 미디어 카테고리 보관 페이지를 켜기"
571
 
572
- #: core/options-pages.php:1284
573
  msgid ""
574
  "Re-save your permalink settings after this option change to make it work."
575
  msgstr "이 옵션의 변경 사항을 적용하려면 고유주소 설정을 다시 저장하세요."
576
 
577
- #: core/options-pages.php:1290 core/options-pages.php:1293
578
  msgid "Assign all like hierarchical"
579
  msgstr "모두 계층 구조와 같이 할당"
580
 
581
- #: core/options-pages.php:1294
582
  msgid ""
583
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
584
  msgstr ""
585
  "그리드 화면 / 미디어 그룹에서 비 계층 구조 카테고리를 계층 구조와 같이 표시"
586
 
587
- #: core/options-pages.php:1300 core/options-pages.php:1303
588
  msgid "Force filters"
589
  msgstr "필터 강제 적용"
590
 
591
- #: core/options-pages.php:1304
592
  msgid "Show media filters for ANY Media Popup"
593
  msgstr ""
594
 
595
- #: core/options-pages.php:1305
596
  msgid "Try this if filters are not shown for third-party plugins or themes."
597
  msgstr ""
598
 
599
- #: core/options-pages.php:1359
600
  msgid "Add New MIME Type"
601
  msgstr "새로운 MIME 유형 추가"
602
 
603
- #: core/options-pages.php:1377 core/options-pages.php:1432
604
  msgid "Extension"
605
  msgstr "확장자"
606
 
607
- #: core/options-pages.php:1378 core/options-pages.php:1433
608
  msgid "MIME Type"
609
  msgstr "MIME 유형"
610
 
611
- #: core/options-pages.php:1379 core/options-pages.php:1434
612
  msgid "Singular Label"
613
  msgstr "단수 라벨"
614
 
615
- #: core/options-pages.php:1380 core/options-pages.php:1435
616
  msgid "Plural Label"
617
  msgstr "복수 라벨"
618
 
619
- #: core/options-pages.php:1381 core/options-pages.php:1411
620
- #: core/options-pages.php:1424 core/options-pages.php:1436
621
  msgid "Add Filter"
622
  msgstr "필터 추가"
623
 
624
- #: core/options-pages.php:1382 core/options-pages.php:1412
625
- #: core/options-pages.php:1425 core/options-pages.php:1437
626
  msgid "Allow Upload"
627
  msgstr "업로드 허용"
628
 
629
- #: core/options-pages.php:1426
630
  msgid "Delete MIME Type"
631
  msgstr "MIME 유형 삭제"
632
 
633
- #: core/options-pages.php:1443
634
  msgid "Restore WordPress default MIME Types"
635
  msgstr ""
636
 
637
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
638
  msgid "Save Changes"
639
  msgstr "변경 사항 저장"
640
 
641
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
642
  msgid "Vote!"
643
  msgstr ""
644
 
645
- #: core/taxonomies.php:81
646
  msgid "Media Taxonomies settings saved."
647
  msgstr ""
648
 
649
- #: core/taxonomies.php:139
650
  msgid "Media Library settings saved."
651
  msgstr ""
652
 
653
- #: core/taxonomies.php:338 core/taxonomies.php:344
654
  #: enhanced-media-library.php:489
655
- msgid "Filter by "
656
- msgstr "필터 적용: "
657
 
658
- #: core/taxonomies.php:345 enhanced-media-library.php:490
659
- msgid "All "
660
- msgstr "모든 "
661
-
662
- #: core/taxonomies.php:346 enhanced-media-library.php:491
663
- msgid "Not in "
664
- msgstr "포함되지 않음: "
665
 
666
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
667
  msgid "All Uncategorized"
@@ -679,47 +749,91 @@ msgstr ""
679
  msgid "Based On"
680
  msgstr ""
681
 
682
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
  msgid "Remove"
684
  msgstr "제거"
685
 
686
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
687
  msgid "Deselect"
688
  msgstr "선택 해제"
689
 
690
- #: pro/core/bulk-edit.php:112
691
  msgid "Caption this image&hellip;"
692
  msgstr "이 이미지에 캡션을 추가..."
693
 
694
- #: pro/core/bulk-edit.php:116
695
  msgid "Describe this video&hellip;"
696
  msgstr "이 비디오를 설명..."
697
 
698
- #: pro/core/bulk-edit.php:118
699
  msgid "Describe this audio file&hellip;"
700
  msgstr "이 오디오 파일을 설명..."
701
 
702
- #: pro/core/bulk-edit.php:120
703
  msgid "Describe this media file&hellip;"
704
  msgstr "이 미디어 파일을 설명..."
705
 
706
- #: pro/core/bulk-edit.php:129
707
  msgid "Attachments Details"
708
  msgstr "첨부 파일 세부 정보"
709
 
710
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
711
  msgid "Select All"
712
  msgstr "모두 선택"
713
 
714
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
715
  msgid "Edit Selection"
716
  msgstr "선택 편집"
717
 
718
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
719
  msgid "Deselect All"
720
  msgstr "모두 선택 해제"
721
 
722
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
723
  msgid "Delete Selected"
724
  msgstr "선택 삭제"
725
 
@@ -805,16 +919,12 @@ msgstr "변경 사항 즉시 저장"
805
 
806
  #: pro/core/options-pages.php:201
807
  msgid ""
808
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
809
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
810
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
811
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
812
  "files / taxonomies with this option turned on."
813
  msgstr ""
814
- "미디어 파일 일괄 편집 도중 카테고리 확인란에 클릭하면 데이터를 <strong style="
815
- "\"color:red\">즉시 저장</strong>하게 됩니다. 조심해주세요! 이 옵션을 켜면 다"
816
- "수의 미디어 파일 / 카테고리에 <strong style=\"color:red\">실수로 재할당을 잘"
817
- "못 수행</strong>할 가능성이 훨씬 더 높습니다."
818
 
819
  #: pro/core/options-pages.php:202
820
  msgid ""
@@ -925,7 +1035,7 @@ msgid ""
925
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
926
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
927
  "be active. Please network deactivate and delete the free versions of the "
928
- "plugin. All your data will remail intact."
929
  msgstr ""
930
 
931
  #: pro/enhanced-media-library-pro.php:299
@@ -944,6 +1054,53 @@ msgid ""
944
  "intact."
945
  msgstr ""
946
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
947
  #~ msgctxt "uploaded files"
948
  #~ msgid "All (%s)"
949
  #~ msgid_plural "All (%s)"
@@ -1243,9 +1400,3 @@ msgstr ""
1243
 
1244
  #~ msgid "Enhanced Media Library PRO"
1245
  #~ msgstr "Enhanced Media Library PRO"
1246
-
1247
- #~ msgid ""
1248
- #~ "This plugin will be handy for those who need to manage a lot of media "
1249
- #~ "files."
1250
- #~ msgstr ""
1251
- #~ "이 플러그인은 많은 미디어 파일을 관리해야 하는 사용자에게 유용합니다."
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-04-30 12:52+0300\n"
6
+ "PO-Revision-Date: 2016-04-30 12:52+0300\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: ko\n"
37
  msgid_plural " <span class=\"count\">(%s)</span>"
38
  msgstr[0] "<span class=\"count\">(%s)</span>"
39
 
40
+ #: core/options-pages.php:97 core/options-pages.php:217
41
+ #: core/options-pages.php:932 core/options-pages.php:1057
42
+ #: core/options-pages.php:1370 core/options-pages.php:1547
43
  msgid "Media Settings"
44
  msgstr "미디어 설정"
45
 
63
  msgid "General"
64
  msgstr ""
65
 
66
+ #: core/options-pages.php:190 core/options-pages.php:1078
67
  msgid "Media Taxonomies"
68
  msgstr "미디어 카테고리"
69
 
70
+ #: core/options-pages.php:214 core/options-pages.php:520
71
+ #: core/options-pages.php:928 core/options-pages.php:1053
72
+ #: core/options-pages.php:1366
73
  msgid "You do not have sufficient permissions to access this page."
74
  msgstr "이 페이지에 접근할 권한이 없습니다."
75
 
76
+ #: core/options-pages.php:228
77
  msgid "Image sizes"
78
  msgstr ""
79
 
80
+ #: core/options-pages.php:229
81
  msgid ""
82
  "The sizes listed below determine the maximum dimensions in pixels to use "
83
  "when adding an image to the Media Library."
84
  msgstr ""
85
 
86
+ #: core/options-pages.php:233
87
  msgid "Thumbnail size"
88
  msgstr ""
89
 
90
+ #: core/options-pages.php:235
91
  msgid "Width"
92
  msgstr ""
93
 
94
+ #: core/options-pages.php:237
95
  msgid "Height"
96
  msgstr ""
97
 
98
+ #: core/options-pages.php:240
99
  msgid ""
100
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
101
  msgstr ""
102
 
103
+ #: core/options-pages.php:245 core/options-pages.php:246
104
  msgid "Medium size"
105
  msgstr ""
106
 
107
+ #: core/options-pages.php:247 core/options-pages.php:257
108
  msgid "Max Width"
109
  msgstr ""
110
 
111
+ #: core/options-pages.php:249 core/options-pages.php:259
112
  msgid "Max Height"
113
  msgstr ""
114
 
115
+ #: core/options-pages.php:255 core/options-pages.php:256
116
  msgid "Large size"
117
  msgstr ""
118
 
119
+ #: core/options-pages.php:272
120
  msgid "Embeds"
121
  msgstr ""
122
 
123
+ #: core/options-pages.php:279
124
  msgid "Uploading Files"
125
  msgstr ""
126
 
127
+ #: core/options-pages.php:286
128
  msgid "Store uploads in this folder"
129
  msgstr ""
130
 
131
+ #: core/options-pages.php:290
132
  #, php-format
133
  msgid "Default is %s"
134
  msgstr ""
135
 
136
+ #: core/options-pages.php:296
137
  msgid "Full URL path to files"
138
  msgstr ""
139
 
140
+ #: core/options-pages.php:298
141
  msgid "Configuring this is optional. By default, it should be blank."
142
  msgstr ""
143
 
144
+ #: core/options-pages.php:306
145
  msgid "Organize my uploads into month- and year-based folders"
146
  msgstr ""
147
 
148
+ #: core/options-pages.php:378 core/options-pages.php:1102
149
+ #: core/options-pages.php:1117 core/options-pages.php:1180
150
+ #: core/options-pages.php:1249
151
  msgid "Edit"
152
  msgstr "편집"
153
 
154
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
155
  msgid "Close"
156
  msgstr "닫기"
157
 
158
+ #: core/options-pages.php:380 core/options-pages.php:1118
159
+ #: core/options-pages.php:1181
160
  msgid "View"
161
  msgstr "보기"
162
 
163
+ #: core/options-pages.php:381 core/options-pages.php:1119
164
+ #: core/options-pages.php:1182
165
  msgid "Update"
166
  msgstr "업데이트"
167
 
168
+ #: core/options-pages.php:382 core/options-pages.php:1120
169
+ #: core/options-pages.php:1183
170
  msgid "Add New"
171
  msgstr "새로 추가하기"
172
 
173
+ #: core/options-pages.php:383 core/options-pages.php:1121
174
+ #: core/options-pages.php:1184
175
  msgid "New"
176
  msgstr "신규"
177
 
178
+ #: core/options-pages.php:384
179
  msgid "Name"
180
  msgstr "이름"
181
 
182
+ #: core/options-pages.php:385 core/options-pages.php:1122
183
+ #: core/options-pages.php:1185
184
  msgid "Parent"
185
  msgstr "부모"
186
 
187
+ #: core/options-pages.php:386 core/options-pages.php:616
188
+ #: core/options-pages.php:1116 core/options-pages.php:1179
189
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
190
  msgid "All"
191
  msgstr "모두"
192
 
193
+ #: core/options-pages.php:387 core/options-pages.php:1123
194
+ #: core/options-pages.php:1186
195
  msgid "Search"
196
  msgstr "검색"
197
 
198
+ #: core/options-pages.php:389 core/options-pages.php:1167
 
 
 
 
 
 
 
 
 
 
 
 
199
  msgid "New Taxonomy"
200
  msgstr "새로운 카테고리"
201
 
 
 
 
 
202
  #: core/options-pages.php:391
203
+ msgid "Remove Taxonomy"
204
+ msgstr ""
205
 
206
  #: core/options-pages.php:392
207
+ msgid "Taxonomy will be removed."
208
+ msgstr ""
209
 
210
+ #: core/options-pages.php:393
211
+ msgid ""
212
+ "Taxonomy terms (categories) will remain intact in the database. If you "
213
+ "create a taxonomy with the same name in the future, its terms (categories) "
214
+ "will be available again."
215
+ msgstr ""
216
+
217
+ #: core/options-pages.php:394
218
+ msgid "Media items will remain intact."
219
+ msgstr ""
220
+
221
+ #: core/options-pages.php:395
222
+ msgid "Are you still sure?"
223
  msgstr ""
224
 
225
  #: core/options-pages.php:396
226
+ msgid "Yes, remove taxonomy"
227
  msgstr ""
228
 
229
+ #: core/options-pages.php:398
230
+ msgid "Duplicate"
231
+ msgstr ""
232
+
233
+ #: core/options-pages.php:399
234
+ msgid "Taxonomy with the same name already exists. Please chose other one."
235
+ msgstr ""
236
+
237
+ #: core/options-pages.php:401
238
+ msgid "Empty Fields"
239
+ msgstr ""
240
+
241
+ #: core/options-pages.php:402
242
+ msgid "Please choose Singular and Plural names for all new taxomonies."
243
+ msgstr ""
244
+
245
+ #: core/options-pages.php:403
246
+ msgid "Please choose Singilar name for all new taxomonies."
247
  msgstr ""
248
 
249
+ #: core/options-pages.php:404
250
+ msgid "Please choose Plural Name for all new taxomonies."
251
+ msgstr ""
252
+
253
+ #: core/options-pages.php:406
254
+ msgid "Ok"
255
+ msgstr ""
256
+
257
+ #: core/options-pages.php:407 core/options-pages.php:412
258
+ #: core/options-pages.php:495
259
  msgid "Cancel"
260
  msgstr ""
261
 
262
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
263
+ msgid "Synchronize Now"
264
+ msgstr ""
265
+
266
+ #: core/options-pages.php:410 core/options-pages.php:492
267
+ msgid "This operation cannot be canceled! Are you still sure?"
268
+ msgstr ""
269
+
270
+ #: core/options-pages.php:411
271
+ msgid "Synchronize"
272
+ msgstr ""
273
+
274
+ #: core/options-pages.php:413
275
  msgid "Synchronizing..."
276
  msgstr ""
277
 
278
+ #: core/options-pages.php:451
279
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
280
  msgstr "경고! 이 작업으로 인해 모든 사용자 지정 MIME 유형이 삭제됩니다."
281
 
282
+ #: core/options-pages.php:452
283
  msgid "Please fill into all fields."
284
  msgstr "모든 필드에 입력해주세요."
285
 
286
+ #: core/options-pages.php:453
287
  msgid "Duplicate extensions or MIME types. Please chose other one."
288
  msgstr "중복 확장자 또는 MIME 유형. 다른 것을 선택해주세요."
289
 
290
+ #: core/options-pages.php:490 core/options-pages.php:607
291
+ msgid "Complete Cleanup"
292
+ msgstr ""
293
+
294
+ #: core/options-pages.php:491
295
  msgid ""
296
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
297
  "plugin data</strong> from the database including backups."
298
  msgstr ""
299
 
300
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
301
  msgid "Yes, delete all data"
302
  msgstr ""
303
 
304
+ #: core/options-pages.php:494
305
  msgid "Cleaning..."
306
  msgstr ""
307
 
308
+ #: core/options-pages.php:525
309
  msgid "Enhanced Media Library Settings"
310
  msgstr ""
311
 
312
+ #: core/options-pages.php:535
313
  msgid "Export"
314
  msgstr ""
315
 
316
+ #: core/options-pages.php:539
317
  msgid ""
318
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
319
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
320
  "configuration file. It allows you to easily import the configuration into "
321
  "another website."
322
  msgstr ""
323
 
324
+ #: core/options-pages.php:544
325
  msgid "Export Plugin Settings"
326
  msgstr ""
327
 
328
+ #: core/options-pages.php:554
329
  msgid "Import"
330
  msgstr ""
331
 
332
+ #: core/options-pages.php:558
333
  msgid ""
334
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
335
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
336
  "configuration file which can be obtained by exporting the settings on "
337
  "another website using the export button above."
338
  msgstr ""
339
 
340
+ #: core/options-pages.php:559
341
  msgid ""
342
+ "All plugin settings will be overridden by the import. You will have a chance "
343
  "to restore current data from an automatic backup in case you are not "
344
  "satisfied with the result of the import."
345
  msgstr ""
346
 
347
+ #: core/options-pages.php:566
348
  msgid "Import Plugin Settings"
349
  msgstr ""
350
 
351
+ #: core/options-pages.php:578
352
  msgid "Restore"
353
  msgstr ""
354
 
355
+ #: core/options-pages.php:584
356
  msgid "No backup available at the moment."
357
  msgstr ""
358
 
359
+ #: core/options-pages.php:586
360
  msgid "Backup will be created automatically before any import operation."
361
  msgstr ""
362
 
363
+ #: core/options-pages.php:590
364
  msgid ""
365
+ "The backup has been automatically created before the latest import operation."
366
  msgstr ""
367
 
368
+ #: core/options-pages.php:594
369
  msgid "Restore Settings from the Backup"
370
  msgstr ""
371
 
372
+ #: core/options-pages.php:614
373
  msgid "What will be deleted:"
374
  msgstr ""
375
 
376
+ #: core/options-pages.php:619
377
  msgid "All plugin options"
378
  msgstr ""
379
 
380
+ #: core/options-pages.php:620
381
  msgid "All plugin backups stored in database"
382
  msgstr ""
383
 
384
+ #: core/options-pages.php:624
385
  msgid "What will remain intact:"
386
  msgstr ""
387
 
388
+ #: core/options-pages.php:625
389
  msgid "All media items"
390
  msgstr ""
391
 
392
+ #: core/options-pages.php:626
393
  msgid "All taxonomies not listed above"
394
  msgstr ""
395
 
396
+ #: core/options-pages.php:629
397
  msgid ""
398
  "The plugin cannot delete itself because of security reason. Please delete it "
399
  "manually from plugin list after cleanup."
400
  msgstr ""
401
 
402
+ #: core/options-pages.php:631
403
  msgid ""
404
  "If you are not sure about this operation please create a backup of your "
405
  "database prior to cleanup!"
406
  msgstr ""
407
 
408
+ #: core/options-pages.php:637
409
  msgid "Delete All Data & Deactivate"
410
  msgstr ""
411
 
412
+ #: core/options-pages.php:742
413
  msgid "Please upload a file to import settings."
414
  msgstr ""
415
 
416
+ #: core/options-pages.php:762
417
  msgid "Plugin settings imported."
418
  msgstr ""
419
 
420
+ #: core/options-pages.php:809
421
  msgid "Plugin settings restored from the backup."
422
  msgstr ""
423
 
424
+ #: core/options-pages.php:953
425
  msgid "Media Items Order"
426
  msgstr ""
427
 
428
+ #: core/options-pages.php:960
429
  msgid "Order media items by"
430
  msgstr ""
431
 
432
+ #: core/options-pages.php:967 core/options-pages.php:979
433
  msgid "For media library and media popups"
434
  msgstr ""
435
 
436
+ #: core/options-pages.php:968
437
  msgid "Option allows to change order by drag and drop with Custom Order value."
438
  msgstr ""
439
 
440
+ #: core/options-pages.php:973
441
  msgid "Sort order"
442
  msgstr ""
443
 
444
+ #: core/options-pages.php:992
445
  msgid "Media Shortcodes"
446
  msgstr ""
447
 
448
+ #: core/options-pages.php:999 core/options-pages.php:1002
449
  msgid "Enhanced media shortcodes"
450
  msgstr ""
451
 
452
+ #: core/options-pages.php:1003
453
  msgid ""
454
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
455
+ "upload date, and media items number limit"
456
  msgstr ""
457
 
458
+ #: core/options-pages.php:1004
459
+ msgid "Gallery example:"
 
 
460
  msgstr ""
461
 
462
+ #: core/options-pages.php:1005
463
+ msgid "Audio playlist example:"
 
 
464
  msgstr ""
465
 
466
+ #: core/options-pages.php:1006
467
+ msgid "Video playlist example:"
 
 
468
  msgstr ""
469
 
470
+ #: core/options-pages.php:1008
471
  #, php-format
472
  msgid ""
473
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
474
  msgstr ""
475
 
476
+ #: core/options-pages.php:1010
477
  #, php-format
478
  msgid "%sLearn more%s."
479
  msgstr ""
480
 
481
+ #: core/options-pages.php:1012
482
  #, php-format
483
  msgid ""
484
  "Please check out your gallery front-end and back-end functionality once this "
486
  "%s."
487
  msgstr ""
488
 
489
+ #: core/options-pages.php:1082 core/options-pages.php:1229
490
  msgid "Assign following taxonomies to Media Library:"
491
  msgstr "다음 카테고리를 미디어 라이브러리에 할당:"
492
 
493
+ #: core/options-pages.php:1101 core/options-pages.php:1167
494
+ #: core/options-pages.php:1248
495
  msgid "Assign Taxonomy"
496
  msgstr "카테고리 할당"
497
 
498
+ #: core/options-pages.php:1102 core/options-pages.php:1249
499
  msgid "Edit Taxonomy"
500
  msgstr "카테고리 편집"
501
 
502
+ #: core/options-pages.php:1106 core/options-pages.php:1169
503
  msgid "Delete Taxonomy"
504
  msgstr "카테고리 삭제"
505
 
506
+ #: core/options-pages.php:1111 core/options-pages.php:1174
507
  msgid "Labels"
508
  msgstr "라벨"
509
 
510
+ #: core/options-pages.php:1113 core/options-pages.php:1176
511
  msgid "Singular"
512
  msgstr "단수"
513
 
514
+ #: core/options-pages.php:1114 core/options-pages.php:1177
515
  msgid "Plural"
516
  msgstr "복수"
517
 
518
+ #: core/options-pages.php:1115 core/options-pages.php:1178
519
  msgid "Menu Name"
520
  msgstr "메뉴명"
521
 
522
+ #: core/options-pages.php:1128 core/options-pages.php:1151
523
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
524
  msgid "Settings"
525
  msgstr "설정"
526
 
527
+ #: core/options-pages.php:1130 core/options-pages.php:1193
528
  msgid "Taxonomy Name"
529
  msgstr "카테고리명"
530
 
531
+ #: core/options-pages.php:1131 core/options-pages.php:1194
532
  msgid "Hierarchical"
533
  msgstr "계층 구조"
534
 
535
+ #: core/options-pages.php:1132 core/options-pages.php:1195
536
  msgid "Column for List View"
537
  msgstr ""
538
 
539
+ #: core/options-pages.php:1133 core/options-pages.php:1153
540
+ #: core/options-pages.php:1196 core/options-pages.php:1254
541
  msgid "Filter for List View"
542
  msgstr ""
543
 
544
+ #: core/options-pages.php:1134 core/options-pages.php:1154
545
+ #: core/options-pages.php:1197 core/options-pages.php:1255
546
  msgid "Filter for Grid View / Media Popup"
547
  msgstr ""
548
 
549
+ #: core/options-pages.php:1135 core/options-pages.php:1155
550
+ #: core/options-pages.php:1198 core/options-pages.php:1256
551
  msgid "Edit in Media Popup"
552
  msgstr "미디어 팝업에서 편집"
553
 
554
+ #: core/options-pages.php:1136 core/options-pages.php:1199
555
  msgid "Show in Nav Menu"
556
  msgstr "탐색 메뉴에서 표시"
557
 
558
+ #: core/options-pages.php:1137 core/options-pages.php:1200
559
  msgid "Remember Terms Order (sort)"
560
  msgstr ""
561
 
562
+ #: core/options-pages.php:1138 core/options-pages.php:1201
563
  msgid "Show in REST"
564
  msgstr ""
565
 
566
+ #: core/options-pages.php:1139 core/options-pages.php:1202
567
  msgid "Rewrite Slug"
568
  msgstr "슬러그 다시 쓰기"
569
 
570
+ #: core/options-pages.php:1140 core/options-pages.php:1203
571
  msgid "Slug with Front"
572
  msgstr "프런트를 포함한 슬러그"
573
 
574
+ #: core/options-pages.php:1215
575
  msgid "Add New Taxonomy"
576
  msgstr "새로운 카테고리 추가"
577
 
578
+ #: core/options-pages.php:1225
579
  msgid "Non-Media Taxonomies"
580
  msgstr "비 미디어 카테고리"
581
 
582
+ #: core/options-pages.php:1286
583
  msgid "Options"
584
  msgstr "옵션"
585
 
586
+ #: core/options-pages.php:1296 core/options-pages.php:1299
587
  msgid "Taxonomy archive pages"
588
  msgstr "카테고리 보관 페이지"
589
 
590
+ #: core/options-pages.php:1300
591
  msgid "Turn on media taxonomy archive pages on the front-end"
592
  msgstr "전면에 미디어 카테고리 보관 페이지를 켜기"
593
 
594
+ #: core/options-pages.php:1301
595
  msgid ""
596
  "Re-save your permalink settings after this option change to make it work."
597
  msgstr "이 옵션의 변경 사항을 적용하려면 고유주소 설정을 다시 저장하세요."
598
 
599
+ #: core/options-pages.php:1307 core/options-pages.php:1310
600
  msgid "Assign all like hierarchical"
601
  msgstr "모두 계층 구조와 같이 할당"
602
 
603
+ #: core/options-pages.php:1311
604
  msgid ""
605
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
606
  msgstr ""
607
  "그리드 화면 / 미디어 그룹에서 비 계층 구조 카테고리를 계층 구조와 같이 표시"
608
 
609
+ #: core/options-pages.php:1317 core/options-pages.php:1320
610
  msgid "Force filters"
611
  msgstr "필터 강제 적용"
612
 
613
+ #: core/options-pages.php:1321
614
  msgid "Show media filters for ANY Media Popup"
615
  msgstr ""
616
 
617
+ #: core/options-pages.php:1322
618
  msgid "Try this if filters are not shown for third-party plugins or themes."
619
  msgstr ""
620
 
621
+ #: core/options-pages.php:1376
622
  msgid "Add New MIME Type"
623
  msgstr "새로운 MIME 유형 추가"
624
 
625
+ #: core/options-pages.php:1394 core/options-pages.php:1449
626
  msgid "Extension"
627
  msgstr "확장자"
628
 
629
+ #: core/options-pages.php:1395 core/options-pages.php:1450
630
  msgid "MIME Type"
631
  msgstr "MIME 유형"
632
 
633
+ #: core/options-pages.php:1396 core/options-pages.php:1451
634
  msgid "Singular Label"
635
  msgstr "단수 라벨"
636
 
637
+ #: core/options-pages.php:1397 core/options-pages.php:1452
638
  msgid "Plural Label"
639
  msgstr "복수 라벨"
640
 
641
+ #: core/options-pages.php:1398 core/options-pages.php:1428
642
+ #: core/options-pages.php:1441 core/options-pages.php:1453
643
  msgid "Add Filter"
644
  msgstr "필터 추가"
645
 
646
+ #: core/options-pages.php:1399 core/options-pages.php:1429
647
+ #: core/options-pages.php:1442 core/options-pages.php:1454
648
  msgid "Allow Upload"
649
  msgstr "업로드 허용"
650
 
651
+ #: core/options-pages.php:1443
652
  msgid "Delete MIME Type"
653
  msgstr "MIME 유형 삭제"
654
 
655
+ #: core/options-pages.php:1460
656
  msgid "Restore WordPress default MIME Types"
657
  msgstr ""
658
 
659
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
660
  msgid "Save Changes"
661
  msgstr "변경 사항 저장"
662
 
663
+ #: core/options-pages.php:1499
664
+ msgid "Changelog"
665
+ msgstr ""
666
+
667
+ #: core/options-pages.php:1500
668
+ msgid "What's new in"
669
+ msgstr ""
670
+
671
+ #: core/options-pages.php:1500
672
+ msgid "version"
673
+ msgstr ""
674
+
675
+ #: core/options-pages.php:1503
676
+ msgid "More features under the hood"
677
+ msgstr ""
678
+
679
+ #: core/options-pages.php:1505
680
+ msgid "Support"
681
+ msgstr ""
682
+
683
+ #: core/options-pages.php:1506
684
+ msgid "Feel free to ask for help on"
685
+ msgstr ""
686
+
687
+ #: core/options-pages.php:1506
688
+ msgid "Support is free for both versions of the plugin."
689
+ msgstr ""
690
+
691
+ #: core/options-pages.php:1508
692
+ msgid "Plugin rating"
693
+ msgstr ""
694
+
695
+ #: core/options-pages.php:1509
696
+ msgid "Please"
697
+ msgstr ""
698
+
699
+ #: core/options-pages.php:1509
700
+ msgid "vote for the plugin"
701
+ msgstr ""
702
+
703
+ #: core/options-pages.php:1509
704
+ msgid "Thanks!"
705
+ msgstr ""
706
+
707
+ #: core/options-pages.php:1511
708
+ msgid "Other plugins you may find useful"
709
+ msgstr ""
710
+
711
+ #: core/options-pages.php:1550
712
+ msgid "Utility"
713
+ msgstr ""
714
+
715
+ #: core/options-pages.php:1571
716
  msgid "Vote!"
717
  msgstr ""
718
 
719
+ #: core/taxonomies.php:101
720
  msgid "Media Taxonomies settings saved."
721
  msgstr ""
722
 
723
+ #: core/taxonomies.php:159
724
  msgid "Media Library settings saved."
725
  msgstr ""
726
 
727
+ #: core/taxonomies.php:358 core/taxonomies.php:364
728
  #: enhanced-media-library.php:489
729
+ msgid "Filter by"
730
+ msgstr "필터 적용:"
731
 
732
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
733
+ msgid "Not in"
734
+ msgstr "포함되지 않음:"
 
 
 
 
735
 
736
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
737
  msgid "All Uncategorized"
749
  msgid "Based On"
750
  msgstr ""
751
 
752
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
753
+ msgid "Media Categories"
754
+ msgstr ""
755
+
756
+ #: enhanced-media-library.php:570
757
+ msgid "Media Category"
758
+ msgstr ""
759
+
760
+ #: enhanced-media-library.php:572
761
+ msgid "All Media Categories"
762
+ msgstr ""
763
+
764
+ #: enhanced-media-library.php:573
765
+ msgid "Edit Media Category"
766
+ msgstr ""
767
+
768
+ #: enhanced-media-library.php:574
769
+ msgid "View Media Category"
770
+ msgstr ""
771
+
772
+ #: enhanced-media-library.php:575
773
+ msgid "Update Media Category"
774
+ msgstr ""
775
+
776
+ #: enhanced-media-library.php:576
777
+ msgid "Add New Media Category"
778
+ msgstr ""
779
+
780
+ #: enhanced-media-library.php:577
781
+ msgid "New Media Category Name"
782
+ msgstr ""
783
+
784
+ #: enhanced-media-library.php:578
785
+ msgid "Parent Media Category"
786
+ msgstr ""
787
+
788
+ #: enhanced-media-library.php:579
789
+ msgid "Parent Media Category:"
790
+ msgstr ""
791
+
792
+ #: enhanced-media-library.php:580
793
+ msgid "Search Media Categories"
794
+ msgstr ""
795
+
796
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
797
  msgid "Remove"
798
  msgstr "제거"
799
 
800
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
801
  msgid "Deselect"
802
  msgstr "선택 해제"
803
 
804
+ #: pro/core/bulk-edit.php:105
805
  msgid "Caption this image&hellip;"
806
  msgstr "이 이미지에 캡션을 추가..."
807
 
808
+ #: pro/core/bulk-edit.php:109
809
  msgid "Describe this video&hellip;"
810
  msgstr "이 비디오를 설명..."
811
 
812
+ #: pro/core/bulk-edit.php:111
813
  msgid "Describe this audio file&hellip;"
814
  msgstr "이 오디오 파일을 설명..."
815
 
816
+ #: pro/core/bulk-edit.php:113
817
  msgid "Describe this media file&hellip;"
818
  msgstr "이 미디어 파일을 설명..."
819
 
820
+ #: pro/core/bulk-edit.php:122
821
  msgid "Attachments Details"
822
  msgstr "첨부 파일 세부 정보"
823
 
824
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
825
  msgid "Select All"
826
  msgstr "모두 선택"
827
 
828
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
829
  msgid "Edit Selection"
830
  msgstr "선택 편집"
831
 
832
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
833
  msgid "Deselect All"
834
  msgstr "모두 선택 해제"
835
 
836
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
837
  msgid "Delete Selected"
838
  msgstr "선택 삭제"
839
 
919
 
920
  #: pro/core/options-pages.php:201
921
  msgid ""
922
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
923
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
924
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
925
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
926
  "files / taxonomies with this option turned on."
927
  msgstr ""
 
 
 
 
928
 
929
  #: pro/core/options-pages.php:202
930
  msgid ""
1035
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1036
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1037
  "be active. Please network deactivate and delete the free versions of the "
1038
+ "plugin. All your data will remain intact."
1039
  msgstr ""
1040
 
1041
  #: pro/enhanced-media-library-pro.php:299
1054
  "intact."
1055
  msgstr ""
1056
 
1057
+ #. Description of the plugin/theme
1058
+ msgid ""
1059
+ "This plugin will be handy for those who need to manage a lot of media files."
1060
+ msgstr "이 플러그인은 많은 미디어 파일을 관리해야 하는 사용자에게 유용합니다."
1061
+
1062
+ #~ msgid ""
1063
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1064
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1065
+ #~ "be lost."
1066
+ #~ msgstr ""
1067
+ #~ "카테고리가 영구적으로 삭제됩니다. 미디어 파일은 보존되지만, 이 카테고리 "
1068
+ #~ "및 용어와의 모든 연결은 손실됩니다."
1069
+
1070
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1071
+ #~ msgstr "모든 새로운 카테고리에 대한 단수 및 복수 이름을 선택해주세요."
1072
+
1073
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1074
+ #~ msgstr "모든 새로운 카테고리에 대한 단수 이름을 선택해주세요."
1075
+
1076
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1077
+ #~ msgstr "모든 새로운 카테고리에 대한 복수 이름을 선택해주세요."
1078
+
1079
+ #~ msgid ""
1080
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1081
+ #~ msgstr "동일한 이름의 카테고리가 이미 존재합니다. 다른 것을 선택해주세요."
1082
+
1083
+ #~ msgid "Filter by "
1084
+ #~ msgstr "필터 적용: "
1085
+
1086
+ #~ msgid "All "
1087
+ #~ msgstr "모든 "
1088
+
1089
+ #~ msgid "Not in "
1090
+ #~ msgstr "포함되지 않음: "
1091
+
1092
+ #~ msgid ""
1093
+ #~ "Any click on a taxonomy checkbox during media files bulk edition will "
1094
+ #~ "lead to an <strong style=\"color:red\">immediate saving</strong> of the "
1095
+ #~ "data. Please, be careful! You have much greater chance to <strong style="
1096
+ #~ "\"color:red\">accidentally perform wrong re-assigning</strong> of a lot "
1097
+ #~ "of your media files / taxonomies with this option turned on."
1098
+ #~ msgstr ""
1099
+ #~ "미디어 파일 일괄 편집 도중 카테고리 확인란에 클릭하면 데이터를 <strong "
1100
+ #~ "style=\"color:red\">즉시 저장</strong>하게 됩니다. 조심해주세요! 이 옵션"
1101
+ #~ "을 켜면 다수의 미디어 파일 / 카테고리에 <strong style=\"color:red\">실수"
1102
+ #~ "로 재할당을 잘못 수행</strong>할 가능성이 훨씬 더 높습니다."
1103
+
1104
  #~ msgctxt "uploaded files"
1105
  #~ msgid "All (%s)"
1106
  #~ msgid_plural "All (%s)"
1400
 
1401
  #~ msgid "Enhanced Media Library PRO"
1402
  #~ msgstr "Enhanced Media Library PRO"
 
 
 
 
 
 
languages/enhanced-media-library-nl_NL.mo CHANGED
Binary file
languages/enhanced-media-library-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library v1.0.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
5
- "POT-Creation-Date: 2016-04-14 02:56+0300\n"
6
- "PO-Revision-Date: 2016-04-14 02:57+0300\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: De B.A.A.T. <de_baat@de-baat.nl>\n"
9
  "Language: nl_NL\n"
@@ -35,9 +35,9 @@ msgstr[0] ""
35
  msgstr[1] ""
36
 
37
  # @ eml
38
- #: core/options-pages.php:97 core/options-pages.php:215
39
- #: core/options-pages.php:916 core/options-pages.php:1041
40
- #: core/options-pages.php:1353
41
  msgid "Media Settings"
42
  msgstr "Media Instellingen"
43
 
@@ -65,422 +65,439 @@ msgid "General"
65
  msgstr ""
66
 
67
  # @ eml
68
- #: core/options-pages.php:190 core/options-pages.php:1062
69
  msgid "Media Taxonomies"
70
  msgstr "Media Taxonomies"
71
 
72
  # @ eml
73
- #: core/options-pages.php:212 core/options-pages.php:504
74
- #: core/options-pages.php:912 core/options-pages.php:1037
75
- #: core/options-pages.php:1349
76
  msgid "You do not have sufficient permissions to access this page."
77
  msgstr "U hebt onvoldoende toegangsrechten voor deze pagina."
78
 
79
- #: core/options-pages.php:226
80
  msgid "Image sizes"
81
  msgstr ""
82
 
83
- #: core/options-pages.php:227
84
  msgid ""
85
  "The sizes listed below determine the maximum dimensions in pixels to use "
86
  "when adding an image to the Media Library."
87
  msgstr ""
88
 
89
- #: core/options-pages.php:231
90
  msgid "Thumbnail size"
91
  msgstr ""
92
 
93
- #: core/options-pages.php:233
94
  msgid "Width"
95
  msgstr ""
96
 
97
- #: core/options-pages.php:235
98
  msgid "Height"
99
  msgstr ""
100
 
101
- #: core/options-pages.php:238
102
  msgid ""
103
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
104
  msgstr ""
105
 
106
- #: core/options-pages.php:243 core/options-pages.php:244
107
  msgid "Medium size"
108
  msgstr ""
109
 
110
- #: core/options-pages.php:245 core/options-pages.php:255
111
  msgid "Max Width"
112
  msgstr ""
113
 
114
- #: core/options-pages.php:247 core/options-pages.php:257
115
  msgid "Max Height"
116
  msgstr ""
117
 
118
- #: core/options-pages.php:253 core/options-pages.php:254
119
  msgid "Large size"
120
  msgstr ""
121
 
122
- #: core/options-pages.php:270
123
  msgid "Embeds"
124
  msgstr ""
125
 
126
- #: core/options-pages.php:277
127
  msgid "Uploading Files"
128
  msgstr ""
129
 
130
- #: core/options-pages.php:284
131
  msgid "Store uploads in this folder"
132
  msgstr ""
133
 
134
- #: core/options-pages.php:288
135
  #, php-format
136
  msgid "Default is %s"
137
  msgstr ""
138
 
139
- #: core/options-pages.php:294
140
  msgid "Full URL path to files"
141
  msgstr ""
142
 
143
- #: core/options-pages.php:296
144
  msgid "Configuring this is optional. By default, it should be blank."
145
  msgstr ""
146
 
147
- #: core/options-pages.php:304
148
  msgid "Organize my uploads into month- and year-based folders"
149
  msgstr ""
150
 
151
  # @ eml
152
- #: core/options-pages.php:376 core/options-pages.php:1086
153
- #: core/options-pages.php:1101 core/options-pages.php:1163
154
- #: core/options-pages.php:1232
155
  msgid "Edit"
156
  msgstr "Bewerk"
157
 
158
  # @ eml
159
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
160
  msgid "Close"
161
  msgstr "Sluit"
162
 
163
  # @ eml
164
- #: core/options-pages.php:378 core/options-pages.php:1102
165
- #: core/options-pages.php:1164
166
  msgid "View"
167
  msgstr "Bekijk"
168
 
169
  # @ eml
170
- #: core/options-pages.php:379 core/options-pages.php:1103
171
- #: core/options-pages.php:1165
172
  msgid "Update"
173
  msgstr "Werk bij"
174
 
175
  # @ eml
176
- #: core/options-pages.php:380 core/options-pages.php:1104
177
- #: core/options-pages.php:1166
178
  msgid "Add New"
179
  msgstr "Voeg Nieuw Toe"
180
 
181
  # @ eml
182
- #: core/options-pages.php:381 core/options-pages.php:1105
183
- #: core/options-pages.php:1167
184
  msgid "New"
185
  msgstr "Nieuw"
186
 
187
  # @ eml
188
- #: core/options-pages.php:382
189
  msgid "Name"
190
  msgstr "Naam"
191
 
192
  # @ eml
193
- #: core/options-pages.php:383 core/options-pages.php:1106
194
- #: core/options-pages.php:1168
195
  msgid "Parent"
196
  msgstr "Parent"
197
 
198
  # @ eml
199
- #: core/options-pages.php:384 core/options-pages.php:600
200
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
201
  msgid "All"
202
  msgstr "Allemaal"
203
 
204
  # @ eml
205
- #: core/options-pages.php:385 core/options-pages.php:1107
206
- #: core/options-pages.php:1169
207
  msgid "Search"
208
  msgstr "Zoek"
209
 
210
  # @ eml
211
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
 
 
 
 
212
  msgid ""
213
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
214
- "but all the connections with this taxonomy and its terms will be lost."
 
215
  msgstr ""
216
- "Taxonomy wordt voorgoed verwijderd! Je media bestanden blijven bestaan, maar "
217
- "alle connecties met deze taxonomy en de termen zullen verdwenen zijn."
218
 
219
- # @ eml
220
- #: core/options-pages.php:388
221
- msgid "There is already a taxonomy with the same name. Please chose other one."
222
- msgstr "Er is al een taxonomy met deze naam. Kies aub een andere."
223
 
224
- # @ eml
225
- #: core/options-pages.php:389 core/options-pages.php:1150
226
- msgid "New Taxonomy"
227
- msgstr "Nieuwe Taxonomy"
228
 
229
- # @ eml
230
- #: core/options-pages.php:390
231
- msgid "Please choose Singular and Plural names for all your new taxomonies."
232
  msgstr ""
233
- "Kies aub Enkelvoudige en Meervoudige namen voor al je nieuwe taxonomies."
234
 
235
- # @ eml
236
- #: core/options-pages.php:391
237
- msgid "Please choose Singilar name for all your new taxomonies."
238
- msgstr "Kies aub Enkelvoudige naam voor al je nieuwe taxonomies."
239
 
240
- # @ eml
241
- #: core/options-pages.php:392
242
- msgid "Please choose Plural Name for all your new taxomonies."
243
- msgstr "Kies aub Meervoudige naam voor al je nieuwe taxonomies."
244
 
245
- #: core/options-pages.php:395 pro/core/options-pages.php:165
246
- msgid "Synchronize Now"
247
  msgstr ""
248
 
249
- #: core/options-pages.php:396
250
- msgid "This operation cannot be canceled. Are you still sure?"
251
  msgstr ""
252
 
253
- #: core/options-pages.php:397
254
- msgid "Synchronize"
 
 
 
 
255
  msgstr ""
256
 
257
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
258
  msgid "Cancel"
259
  msgstr ""
260
 
261
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
262
  msgid "Synchronizing..."
263
  msgstr ""
264
 
265
  # @ eml
266
- #: core/options-pages.php:435
267
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
268
  msgstr ""
269
  "Waarschuwing! Al je persoonlijke MIME Types zullen door deze operatie "
270
  "verwijderd worden."
271
 
272
  # @ eml
273
- #: core/options-pages.php:436
274
  msgid "Please fill into all fields."
275
  msgstr "Vul aub alle velden in."
276
 
277
  # @ eml
278
- #: core/options-pages.php:437
279
  msgid "Duplicate extensions or MIME types. Please chose other one."
280
  msgstr "Dubbele extensies of MIME types. Kies aub een andere."
281
 
282
- #: core/options-pages.php:474
 
 
 
 
283
  msgid ""
284
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
285
  "plugin data</strong> from the database including backups."
286
  msgstr ""
287
 
288
- #: core/options-pages.php:475
289
- msgid "The operation cannot be canceled! Are you still sure?"
290
- msgstr ""
291
-
292
- #: core/options-pages.php:476 core/options-pages.php:591
293
- msgid "Complete Cleanup"
294
- msgstr ""
295
-
296
- #: core/options-pages.php:477
297
  msgid "Yes, delete all data"
298
  msgstr ""
299
 
300
- #: core/options-pages.php:479
301
  msgid "Cleaning..."
302
  msgstr ""
303
 
304
- #: core/options-pages.php:509
305
  msgid "Enhanced Media Library Settings"
306
  msgstr ""
307
 
308
- #: core/options-pages.php:519
309
  msgid "Export"
310
  msgstr ""
311
 
312
- #: core/options-pages.php:523
313
  msgid ""
314
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
315
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
316
  "configuration file. It allows you to easily import the configuration into "
317
  "another website."
318
  msgstr ""
319
 
320
- #: core/options-pages.php:528
321
  msgid "Export Plugin Settings"
322
  msgstr ""
323
 
324
- #: core/options-pages.php:538
325
  msgid "Import"
326
  msgstr ""
327
 
328
- #: core/options-pages.php:542
329
  msgid ""
330
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
331
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
332
  "configuration file which can be obtained by exporting the settings on "
333
  "another website using the export button above."
334
  msgstr ""
335
 
336
- #: core/options-pages.php:543
337
  msgid ""
338
- "All plugin settings will be overriden by the import. You will have a chance "
339
  "to restore current data from an automatic backup in case you are not "
340
  "satisfied with the result of the import."
341
  msgstr ""
342
 
343
- #: core/options-pages.php:550
344
  msgid "Import Plugin Settings"
345
  msgstr ""
346
 
347
- #: core/options-pages.php:562
348
  msgid "Restore"
349
  msgstr ""
350
 
351
- #: core/options-pages.php:568
352
  msgid "No backup available at the moment."
353
  msgstr ""
354
 
355
- #: core/options-pages.php:570
356
  msgid "Backup will be created automatically before any import operation."
357
  msgstr ""
358
 
359
- #: core/options-pages.php:574
360
  msgid ""
361
- "The backup had been automatically created before the latest import opetarion."
362
  msgstr ""
363
 
364
- #: core/options-pages.php:578
365
  msgid "Restore Settings from the Backup"
366
  msgstr ""
367
 
368
- #: core/options-pages.php:598
369
  msgid "What will be deleted:"
370
  msgstr ""
371
 
372
- #: core/options-pages.php:603
373
  msgid "All plugin options"
374
  msgstr ""
375
 
376
- #: core/options-pages.php:604
377
  msgid "All plugin backups stored in database"
378
  msgstr ""
379
 
380
- #: core/options-pages.php:608
381
  msgid "What will remain intact:"
382
  msgstr ""
383
 
384
- #: core/options-pages.php:609
385
  msgid "All media items"
386
  msgstr ""
387
 
388
- #: core/options-pages.php:610
389
  msgid "All taxonomies not listed above"
390
  msgstr ""
391
 
392
- #: core/options-pages.php:613
393
  msgid ""
394
  "The plugin cannot delete itself because of security reason. Please delete it "
395
  "manually from plugin list after cleanup."
396
  msgstr ""
397
 
398
- #: core/options-pages.php:615
399
  msgid ""
400
  "If you are not sure about this operation please create a backup of your "
401
  "database prior to cleanup!"
402
  msgstr ""
403
 
404
- #: core/options-pages.php:621
405
  msgid "Delete All Data & Deactivate"
406
  msgstr ""
407
 
408
- #: core/options-pages.php:726
409
  msgid "Please upload a file to import settings."
410
  msgstr ""
411
 
412
- #: core/options-pages.php:746
413
  msgid "Plugin settings imported."
414
  msgstr ""
415
 
416
- #: core/options-pages.php:793
417
  msgid "Plugin settings restored from the backup."
418
  msgstr ""
419
 
420
- #: core/options-pages.php:937
421
  msgid "Media Items Order"
422
  msgstr ""
423
 
424
- #: core/options-pages.php:944
425
  msgid "Order media items by"
426
  msgstr ""
427
 
428
- #: core/options-pages.php:951 core/options-pages.php:963
429
  msgid "For media library and media popups"
430
  msgstr ""
431
 
432
- #: core/options-pages.php:952
433
  msgid "Option allows to change order by drag and drop with Custom Order value."
434
  msgstr ""
435
 
436
- #: core/options-pages.php:957
437
  msgid "Sort order"
438
  msgstr ""
439
 
440
- #: core/options-pages.php:976
441
  msgid "Media Shortcodes"
442
  msgstr ""
443
 
444
- #: core/options-pages.php:983 core/options-pages.php:986
445
  msgid "Enhanced media shortcodes"
446
  msgstr ""
447
 
448
- #: core/options-pages.php:987
449
  msgid ""
450
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
451
- "uploade date, and media items number limit"
452
  msgstr ""
453
 
454
- #: core/options-pages.php:988
455
- msgid ""
456
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
457
- "year=\"2015\"]"
458
  msgstr ""
459
 
460
- #: core/options-pages.php:989
461
- msgid ""
462
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
463
- "\"12\" year=\"2015\"]"
464
  msgstr ""
465
 
466
- #: core/options-pages.php:990
467
- msgid ""
468
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
469
- "\"10\" monthnum=\"12\" year=\"2015\"]"
470
  msgstr ""
471
 
472
- #: core/options-pages.php:992
473
  #, php-format
474
  msgid ""
475
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
476
  msgstr ""
477
 
478
- #: core/options-pages.php:994
479
  #, php-format
480
  msgid "%sLearn more%s."
481
  msgstr ""
482
 
483
- #: core/options-pages.php:996
484
  #, php-format
485
  msgid ""
486
  "Please check out your gallery front-end and back-end functionality once this "
@@ -489,223 +506,270 @@ msgid ""
489
  msgstr ""
490
 
491
  # @ eml
492
- #: core/options-pages.php:1066 core/options-pages.php:1212
493
  msgid "Assign following taxonomies to Media Library:"
494
  msgstr "Ken de volgende taxonomies toe aan de Media Library:"
495
 
496
  # @ eml
497
- #: core/options-pages.php:1085 core/options-pages.php:1150
498
- #: core/options-pages.php:1231
499
  msgid "Assign Taxonomy"
500
  msgstr "Toekennen Taxonomie"
501
 
502
  # @ eml
503
- #: core/options-pages.php:1086 core/options-pages.php:1232
504
  msgid "Edit Taxonomy"
505
  msgstr "Bewerk Taxonomie"
506
 
507
  # @ eml
508
- #: core/options-pages.php:1090 core/options-pages.php:1152
509
  msgid "Delete Taxonomy"
510
  msgstr "Verwijder Taxonomie"
511
 
512
  # @ eml
513
- #: core/options-pages.php:1095 core/options-pages.php:1157
514
  msgid "Labels"
515
  msgstr "Labels"
516
 
517
  # @ eml
518
- #: core/options-pages.php:1097 core/options-pages.php:1159
519
  msgid "Singular"
520
  msgstr "Enkelvoud"
521
 
522
  # @ eml
523
- #: core/options-pages.php:1098 core/options-pages.php:1160
524
  msgid "Plural"
525
  msgstr "Meervoud"
526
 
527
  # @ eml
528
- #: core/options-pages.php:1099 core/options-pages.php:1161
529
  msgid "Menu Name"
530
  msgstr "Menu Naam"
531
 
532
  # @ eml
533
- #: core/options-pages.php:1112 core/options-pages.php:1135
534
- #: core/options-pages.php:1174 core/options-pages.php:1235
535
- #: core/options-pages.php:1530
536
  msgid "Settings"
537
  msgstr "Instellingen"
538
 
539
- #: core/options-pages.php:1114 core/options-pages.php:1176
540
  msgid "Taxonomy Name"
541
  msgstr ""
542
 
543
  # @ eml
544
- #: core/options-pages.php:1115 core/options-pages.php:1177
545
  msgid "Hierarchical"
546
  msgstr "Hiërarchisch"
547
 
548
- #: core/options-pages.php:1116 core/options-pages.php:1178
549
  msgid "Column for List View"
550
  msgstr ""
551
 
552
- #: core/options-pages.php:1117 core/options-pages.php:1137
553
- #: core/options-pages.php:1179 core/options-pages.php:1237
554
  msgid "Filter for List View"
555
  msgstr ""
556
 
557
- #: core/options-pages.php:1118 core/options-pages.php:1138
558
- #: core/options-pages.php:1180 core/options-pages.php:1238
559
  msgid "Filter for Grid View / Media Popup"
560
  msgstr ""
561
 
562
- #: core/options-pages.php:1119 core/options-pages.php:1139
563
- #: core/options-pages.php:1181 core/options-pages.php:1239
564
  msgid "Edit in Media Popup"
565
  msgstr ""
566
 
567
  # @ eml
568
- #: core/options-pages.php:1120 core/options-pages.php:1182
569
  msgid "Show in Nav Menu"
570
  msgstr "Toon in Nav Menu"
571
 
572
- #: core/options-pages.php:1121 core/options-pages.php:1183
573
  msgid "Remember Terms Order (sort)"
574
  msgstr ""
575
 
576
- #: core/options-pages.php:1122 core/options-pages.php:1184
577
  msgid "Show in REST"
578
  msgstr ""
579
 
580
- #: core/options-pages.php:1123 core/options-pages.php:1185
581
  msgid "Rewrite Slug"
582
  msgstr ""
583
 
584
- #: core/options-pages.php:1124 core/options-pages.php:1186
585
  msgid "Slug with Front"
586
  msgstr ""
587
 
588
  # @ eml
589
- #: core/options-pages.php:1198
590
  msgid "Add New Taxonomy"
591
  msgstr "Voeg Nieuwe Taxonomie Toe"
592
 
593
  # @ eml
594
- #: core/options-pages.php:1208
595
  msgid "Non-Media Taxonomies"
596
  msgstr "Niet-Media Taxonomies"
597
 
598
- #: core/options-pages.php:1269
599
  msgid "Options"
600
  msgstr ""
601
 
602
- #: core/options-pages.php:1279 core/options-pages.php:1282
603
  msgid "Taxonomy archive pages"
604
  msgstr ""
605
 
606
- #: core/options-pages.php:1283
607
  msgid "Turn on media taxonomy archive pages on the front-end"
608
  msgstr ""
609
 
610
- #: core/options-pages.php:1284
611
  msgid ""
612
  "Re-save your permalink settings after this option change to make it work."
613
  msgstr ""
614
 
615
- #: core/options-pages.php:1290 core/options-pages.php:1293
616
  msgid "Assign all like hierarchical"
617
  msgstr ""
618
 
619
- #: core/options-pages.php:1294
620
  msgid ""
621
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
622
  msgstr ""
623
 
624
- #: core/options-pages.php:1300 core/options-pages.php:1303
625
  msgid "Force filters"
626
  msgstr ""
627
 
628
- #: core/options-pages.php:1304
629
  msgid "Show media filters for ANY Media Popup"
630
  msgstr ""
631
 
632
- #: core/options-pages.php:1305
633
  msgid "Try this if filters are not shown for third-party plugins or themes."
634
  msgstr ""
635
 
636
  # @ eml
637
- #: core/options-pages.php:1359
638
  msgid "Add New MIME Type"
639
  msgstr "Voeg Nieuw MIME Type Toe"
640
 
641
  # @ eml
642
- #: core/options-pages.php:1377 core/options-pages.php:1432
643
  msgid "Extension"
644
  msgstr "Extensie"
645
 
646
  # @ eml
647
- #: core/options-pages.php:1378 core/options-pages.php:1433
648
  msgid "MIME Type"
649
  msgstr "MIME Type"
650
 
651
  # @ eml
652
- #: core/options-pages.php:1379 core/options-pages.php:1434
653
  msgid "Singular Label"
654
  msgstr "Enkelvoud Label"
655
 
656
  # @ eml
657
- #: core/options-pages.php:1380 core/options-pages.php:1435
658
  msgid "Plural Label"
659
  msgstr "Meervoud Label"
660
 
661
  # @ eml
662
- #: core/options-pages.php:1381 core/options-pages.php:1411
663
- #: core/options-pages.php:1424 core/options-pages.php:1436
664
  msgid "Add Filter"
665
  msgstr "Voeg Filter Toe"
666
 
667
  # @ eml
668
- #: core/options-pages.php:1382 core/options-pages.php:1412
669
- #: core/options-pages.php:1425 core/options-pages.php:1437
670
  msgid "Allow Upload"
671
  msgstr "Sta Upload Toe"
672
 
673
  # @ eml
674
- #: core/options-pages.php:1426
675
  msgid "Delete MIME Type"
676
  msgstr "Verwijder MIME Type"
677
 
678
- #: core/options-pages.php:1443
679
  msgid "Restore WordPress default MIME Types"
680
  msgstr ""
681
 
682
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
683
  msgid "Save Changes"
684
  msgstr ""
685
 
686
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
687
  msgid "Vote!"
688
  msgstr ""
689
 
690
- #: core/taxonomies.php:81
691
  msgid "Media Taxonomies settings saved."
692
  msgstr ""
693
 
694
- #: core/taxonomies.php:139
695
  msgid "Media Library settings saved."
696
  msgstr ""
697
 
698
- #: core/taxonomies.php:338 core/taxonomies.php:344
699
  #: enhanced-media-library.php:489
700
- msgid "Filter by "
701
- msgstr ""
702
-
703
- #: core/taxonomies.php:345 enhanced-media-library.php:490
704
- msgid "All "
705
  msgstr ""
706
 
707
- #: core/taxonomies.php:346 enhanced-media-library.php:491
708
- msgid "Not in "
709
  msgstr ""
710
 
711
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
@@ -724,47 +788,91 @@ msgstr ""
724
  msgid "Based On"
725
  msgstr ""
726
 
727
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728
  msgid "Remove"
729
  msgstr ""
730
 
731
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
732
  msgid "Deselect"
733
  msgstr ""
734
 
735
- #: pro/core/bulk-edit.php:112
736
  msgid "Caption this image&hellip;"
737
  msgstr ""
738
 
739
- #: pro/core/bulk-edit.php:116
740
  msgid "Describe this video&hellip;"
741
  msgstr ""
742
 
743
- #: pro/core/bulk-edit.php:118
744
  msgid "Describe this audio file&hellip;"
745
  msgstr ""
746
 
747
- #: pro/core/bulk-edit.php:120
748
  msgid "Describe this media file&hellip;"
749
  msgstr ""
750
 
751
- #: pro/core/bulk-edit.php:129
752
  msgid "Attachments Details"
753
  msgstr ""
754
 
755
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
756
  msgid "Select All"
757
  msgstr ""
758
 
759
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
760
  msgid "Edit Selection"
761
  msgstr ""
762
 
763
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
764
  msgid "Deselect All"
765
  msgstr ""
766
 
767
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
768
  msgid "Delete Selected"
769
  msgstr ""
770
 
@@ -850,7 +958,7 @@ msgstr ""
850
 
851
  #: pro/core/options-pages.php:201
852
  msgid ""
853
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
854
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
855
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
856
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
@@ -960,7 +1068,7 @@ msgid ""
960
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
961
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
962
  "be active. Please network deactivate and delete the free versions of the "
963
- "plugin. All your data will remail intact."
964
  msgstr ""
965
 
966
  #: pro/enhanced-media-library-pro.php:299
@@ -979,6 +1087,40 @@ msgid ""
979
  "intact."
980
  msgstr ""
981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
982
  # @ eml
983
  #~ msgid "Remember terms order (sort)"
984
  #~ msgstr "Onthoudt termen volgorde (sorteer)"
@@ -987,14 +1129,6 @@ msgstr ""
987
  #~ msgid "Restore default MIME Types"
988
  #~ msgstr "Herstel default MIME Types"
989
 
990
- # @ eml
991
- #~ msgid ""
992
- #~ "This plugin will be handy for those who need to manage a lot of media "
993
- #~ "files."
994
- #~ msgstr ""
995
- #~ "Deze plug-in is handig voor iedereen die veel media bestanden moet "
996
- #~ "beheren."
997
-
998
  # @ eml
999
  #~ msgid "Enhanced Media Library Options"
1000
  #~ msgstr "Enhanced Media Library Opties"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library v1.0.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
5
+ "POT-Creation-Date: 2016-04-30 12:53+0300\n"
6
+ "PO-Revision-Date: 2016-04-30 12:53+0300\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: De B.A.A.T. <de_baat@de-baat.nl>\n"
9
  "Language: nl_NL\n"
35
  msgstr[1] ""
36
 
37
  # @ eml
38
+ #: core/options-pages.php:97 core/options-pages.php:217
39
+ #: core/options-pages.php:932 core/options-pages.php:1057
40
+ #: core/options-pages.php:1370 core/options-pages.php:1547
41
  msgid "Media Settings"
42
  msgstr "Media Instellingen"
43
 
65
  msgstr ""
66
 
67
  # @ eml
68
+ #: core/options-pages.php:190 core/options-pages.php:1078
69
  msgid "Media Taxonomies"
70
  msgstr "Media Taxonomies"
71
 
72
  # @ eml
73
+ #: core/options-pages.php:214 core/options-pages.php:520
74
+ #: core/options-pages.php:928 core/options-pages.php:1053
75
+ #: core/options-pages.php:1366
76
  msgid "You do not have sufficient permissions to access this page."
77
  msgstr "U hebt onvoldoende toegangsrechten voor deze pagina."
78
 
79
+ #: core/options-pages.php:228
80
  msgid "Image sizes"
81
  msgstr ""
82
 
83
+ #: core/options-pages.php:229
84
  msgid ""
85
  "The sizes listed below determine the maximum dimensions in pixels to use "
86
  "when adding an image to the Media Library."
87
  msgstr ""
88
 
89
+ #: core/options-pages.php:233
90
  msgid "Thumbnail size"
91
  msgstr ""
92
 
93
+ #: core/options-pages.php:235
94
  msgid "Width"
95
  msgstr ""
96
 
97
+ #: core/options-pages.php:237
98
  msgid "Height"
99
  msgstr ""
100
 
101
+ #: core/options-pages.php:240
102
  msgid ""
103
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
104
  msgstr ""
105
 
106
+ #: core/options-pages.php:245 core/options-pages.php:246
107
  msgid "Medium size"
108
  msgstr ""
109
 
110
+ #: core/options-pages.php:247 core/options-pages.php:257
111
  msgid "Max Width"
112
  msgstr ""
113
 
114
+ #: core/options-pages.php:249 core/options-pages.php:259
115
  msgid "Max Height"
116
  msgstr ""
117
 
118
+ #: core/options-pages.php:255 core/options-pages.php:256
119
  msgid "Large size"
120
  msgstr ""
121
 
122
+ #: core/options-pages.php:272
123
  msgid "Embeds"
124
  msgstr ""
125
 
126
+ #: core/options-pages.php:279
127
  msgid "Uploading Files"
128
  msgstr ""
129
 
130
+ #: core/options-pages.php:286
131
  msgid "Store uploads in this folder"
132
  msgstr ""
133
 
134
+ #: core/options-pages.php:290
135
  #, php-format
136
  msgid "Default is %s"
137
  msgstr ""
138
 
139
+ #: core/options-pages.php:296
140
  msgid "Full URL path to files"
141
  msgstr ""
142
 
143
+ #: core/options-pages.php:298
144
  msgid "Configuring this is optional. By default, it should be blank."
145
  msgstr ""
146
 
147
+ #: core/options-pages.php:306
148
  msgid "Organize my uploads into month- and year-based folders"
149
  msgstr ""
150
 
151
  # @ eml
152
+ #: core/options-pages.php:378 core/options-pages.php:1102
153
+ #: core/options-pages.php:1117 core/options-pages.php:1180
154
+ #: core/options-pages.php:1249
155
  msgid "Edit"
156
  msgstr "Bewerk"
157
 
158
  # @ eml
159
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
160
  msgid "Close"
161
  msgstr "Sluit"
162
 
163
  # @ eml
164
+ #: core/options-pages.php:380 core/options-pages.php:1118
165
+ #: core/options-pages.php:1181
166
  msgid "View"
167
  msgstr "Bekijk"
168
 
169
  # @ eml
170
+ #: core/options-pages.php:381 core/options-pages.php:1119
171
+ #: core/options-pages.php:1182
172
  msgid "Update"
173
  msgstr "Werk bij"
174
 
175
  # @ eml
176
+ #: core/options-pages.php:382 core/options-pages.php:1120
177
+ #: core/options-pages.php:1183
178
  msgid "Add New"
179
  msgstr "Voeg Nieuw Toe"
180
 
181
  # @ eml
182
+ #: core/options-pages.php:383 core/options-pages.php:1121
183
+ #: core/options-pages.php:1184
184
  msgid "New"
185
  msgstr "Nieuw"
186
 
187
  # @ eml
188
+ #: core/options-pages.php:384
189
  msgid "Name"
190
  msgstr "Naam"
191
 
192
  # @ eml
193
+ #: core/options-pages.php:385 core/options-pages.php:1122
194
+ #: core/options-pages.php:1185
195
  msgid "Parent"
196
  msgstr "Parent"
197
 
198
  # @ eml
199
+ #: core/options-pages.php:386 core/options-pages.php:616
200
+ #: core/options-pages.php:1116 core/options-pages.php:1179
201
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
202
  msgid "All"
203
  msgstr "Allemaal"
204
 
205
  # @ eml
206
+ #: core/options-pages.php:387 core/options-pages.php:1123
207
+ #: core/options-pages.php:1186
208
  msgid "Search"
209
  msgstr "Zoek"
210
 
211
  # @ eml
212
+ #: core/options-pages.php:389 core/options-pages.php:1167
213
+ msgid "New Taxonomy"
214
+ msgstr "Nieuwe Taxonomy"
215
+
216
+ #: core/options-pages.php:391
217
+ msgid "Remove Taxonomy"
218
+ msgstr ""
219
+
220
+ #: core/options-pages.php:392
221
+ msgid "Taxonomy will be removed."
222
+ msgstr ""
223
+
224
+ #: core/options-pages.php:393
225
  msgid ""
226
+ "Taxonomy terms (categories) will remain intact in the database. If you "
227
+ "create a taxonomy with the same name in the future, its terms (categories) "
228
+ "will be available again."
229
  msgstr ""
 
 
230
 
231
+ #: core/options-pages.php:394
232
+ msgid "Media items will remain intact."
233
+ msgstr ""
 
234
 
235
+ #: core/options-pages.php:395
236
+ msgid "Are you still sure?"
237
+ msgstr ""
 
238
 
239
+ #: core/options-pages.php:396
240
+ msgid "Yes, remove taxonomy"
 
241
  msgstr ""
 
242
 
243
+ #: core/options-pages.php:398
244
+ msgid "Duplicate"
245
+ msgstr ""
 
246
 
247
+ #: core/options-pages.php:399
248
+ msgid "Taxonomy with the same name already exists. Please chose other one."
249
+ msgstr "Er is al een taxonomy met deze naam. Kies aub een andere."
 
250
 
251
+ #: core/options-pages.php:401
252
+ msgid "Empty Fields"
253
  msgstr ""
254
 
255
+ #: core/options-pages.php:402
256
+ msgid "Please choose Singular and Plural names for all new taxomonies."
257
  msgstr ""
258
 
259
+ #: core/options-pages.php:403
260
+ msgid "Please choose Singilar name for all new taxomonies."
261
+ msgstr ""
262
+
263
+ #: core/options-pages.php:404
264
+ msgid "Please choose Plural Name for all new taxomonies."
265
  msgstr ""
266
 
267
+ #: core/options-pages.php:406
268
+ msgid "Ok"
269
+ msgstr ""
270
+
271
+ #: core/options-pages.php:407 core/options-pages.php:412
272
+ #: core/options-pages.php:495
273
  msgid "Cancel"
274
  msgstr ""
275
 
276
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
277
+ msgid "Synchronize Now"
278
+ msgstr ""
279
+
280
+ #: core/options-pages.php:410 core/options-pages.php:492
281
+ msgid "This operation cannot be canceled! Are you still sure?"
282
+ msgstr ""
283
+
284
+ #: core/options-pages.php:411
285
+ msgid "Synchronize"
286
+ msgstr ""
287
+
288
+ #: core/options-pages.php:413
289
  msgid "Synchronizing..."
290
  msgstr ""
291
 
292
  # @ eml
293
+ #: core/options-pages.php:451
294
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
295
  msgstr ""
296
  "Waarschuwing! Al je persoonlijke MIME Types zullen door deze operatie "
297
  "verwijderd worden."
298
 
299
  # @ eml
300
+ #: core/options-pages.php:452
301
  msgid "Please fill into all fields."
302
  msgstr "Vul aub alle velden in."
303
 
304
  # @ eml
305
+ #: core/options-pages.php:453
306
  msgid "Duplicate extensions or MIME types. Please chose other one."
307
  msgstr "Dubbele extensies of MIME types. Kies aub een andere."
308
 
309
+ #: core/options-pages.php:490 core/options-pages.php:607
310
+ msgid "Complete Cleanup"
311
+ msgstr ""
312
+
313
+ #: core/options-pages.php:491
314
  msgid ""
315
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
316
  "plugin data</strong> from the database including backups."
317
  msgstr ""
318
 
319
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
320
  msgid "Yes, delete all data"
321
  msgstr ""
322
 
323
+ #: core/options-pages.php:494
324
  msgid "Cleaning..."
325
  msgstr ""
326
 
327
+ #: core/options-pages.php:525
328
  msgid "Enhanced Media Library Settings"
329
  msgstr ""
330
 
331
+ #: core/options-pages.php:535
332
  msgid "Export"
333
  msgstr ""
334
 
335
+ #: core/options-pages.php:539
336
  msgid ""
337
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
338
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
339
  "configuration file. It allows you to easily import the configuration into "
340
  "another website."
341
  msgstr ""
342
 
343
+ #: core/options-pages.php:544
344
  msgid "Export Plugin Settings"
345
  msgstr ""
346
 
347
+ #: core/options-pages.php:554
348
  msgid "Import"
349
  msgstr ""
350
 
351
+ #: core/options-pages.php:558
352
  msgid ""
353
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
354
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
355
  "configuration file which can be obtained by exporting the settings on "
356
  "another website using the export button above."
357
  msgstr ""
358
 
359
+ #: core/options-pages.php:559
360
  msgid ""
361
+ "All plugin settings will be overridden by the import. You will have a chance "
362
  "to restore current data from an automatic backup in case you are not "
363
  "satisfied with the result of the import."
364
  msgstr ""
365
 
366
+ #: core/options-pages.php:566
367
  msgid "Import Plugin Settings"
368
  msgstr ""
369
 
370
+ #: core/options-pages.php:578
371
  msgid "Restore"
372
  msgstr ""
373
 
374
+ #: core/options-pages.php:584
375
  msgid "No backup available at the moment."
376
  msgstr ""
377
 
378
+ #: core/options-pages.php:586
379
  msgid "Backup will be created automatically before any import operation."
380
  msgstr ""
381
 
382
+ #: core/options-pages.php:590
383
  msgid ""
384
+ "The backup has been automatically created before the latest import operation."
385
  msgstr ""
386
 
387
+ #: core/options-pages.php:594
388
  msgid "Restore Settings from the Backup"
389
  msgstr ""
390
 
391
+ #: core/options-pages.php:614
392
  msgid "What will be deleted:"
393
  msgstr ""
394
 
395
+ #: core/options-pages.php:619
396
  msgid "All plugin options"
397
  msgstr ""
398
 
399
+ #: core/options-pages.php:620
400
  msgid "All plugin backups stored in database"
401
  msgstr ""
402
 
403
+ #: core/options-pages.php:624
404
  msgid "What will remain intact:"
405
  msgstr ""
406
 
407
+ #: core/options-pages.php:625
408
  msgid "All media items"
409
  msgstr ""
410
 
411
+ #: core/options-pages.php:626
412
  msgid "All taxonomies not listed above"
413
  msgstr ""
414
 
415
+ #: core/options-pages.php:629
416
  msgid ""
417
  "The plugin cannot delete itself because of security reason. Please delete it "
418
  "manually from plugin list after cleanup."
419
  msgstr ""
420
 
421
+ #: core/options-pages.php:631
422
  msgid ""
423
  "If you are not sure about this operation please create a backup of your "
424
  "database prior to cleanup!"
425
  msgstr ""
426
 
427
+ #: core/options-pages.php:637
428
  msgid "Delete All Data & Deactivate"
429
  msgstr ""
430
 
431
+ #: core/options-pages.php:742
432
  msgid "Please upload a file to import settings."
433
  msgstr ""
434
 
435
+ #: core/options-pages.php:762
436
  msgid "Plugin settings imported."
437
  msgstr ""
438
 
439
+ #: core/options-pages.php:809
440
  msgid "Plugin settings restored from the backup."
441
  msgstr ""
442
 
443
+ #: core/options-pages.php:953
444
  msgid "Media Items Order"
445
  msgstr ""
446
 
447
+ #: core/options-pages.php:960
448
  msgid "Order media items by"
449
  msgstr ""
450
 
451
+ #: core/options-pages.php:967 core/options-pages.php:979
452
  msgid "For media library and media popups"
453
  msgstr ""
454
 
455
+ #: core/options-pages.php:968
456
  msgid "Option allows to change order by drag and drop with Custom Order value."
457
  msgstr ""
458
 
459
+ #: core/options-pages.php:973
460
  msgid "Sort order"
461
  msgstr ""
462
 
463
+ #: core/options-pages.php:992
464
  msgid "Media Shortcodes"
465
  msgstr ""
466
 
467
+ #: core/options-pages.php:999 core/options-pages.php:1002
468
  msgid "Enhanced media shortcodes"
469
  msgstr ""
470
 
471
+ #: core/options-pages.php:1003
472
  msgid ""
473
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
474
+ "upload date, and media items number limit"
475
  msgstr ""
476
 
477
+ #: core/options-pages.php:1004
478
+ msgid "Gallery example:"
 
 
479
  msgstr ""
480
 
481
+ #: core/options-pages.php:1005
482
+ msgid "Audio playlist example:"
 
 
483
  msgstr ""
484
 
485
+ #: core/options-pages.php:1006
486
+ msgid "Video playlist example:"
 
 
487
  msgstr ""
488
 
489
+ #: core/options-pages.php:1008
490
  #, php-format
491
  msgid ""
492
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
493
  msgstr ""
494
 
495
+ #: core/options-pages.php:1010
496
  #, php-format
497
  msgid "%sLearn more%s."
498
  msgstr ""
499
 
500
+ #: core/options-pages.php:1012
501
  #, php-format
502
  msgid ""
503
  "Please check out your gallery front-end and back-end functionality once this "
506
  msgstr ""
507
 
508
  # @ eml
509
+ #: core/options-pages.php:1082 core/options-pages.php:1229
510
  msgid "Assign following taxonomies to Media Library:"
511
  msgstr "Ken de volgende taxonomies toe aan de Media Library:"
512
 
513
  # @ eml
514
+ #: core/options-pages.php:1101 core/options-pages.php:1167
515
+ #: core/options-pages.php:1248
516
  msgid "Assign Taxonomy"
517
  msgstr "Toekennen Taxonomie"
518
 
519
  # @ eml
520
+ #: core/options-pages.php:1102 core/options-pages.php:1249
521
  msgid "Edit Taxonomy"
522
  msgstr "Bewerk Taxonomie"
523
 
524
  # @ eml
525
+ #: core/options-pages.php:1106 core/options-pages.php:1169
526
  msgid "Delete Taxonomy"
527
  msgstr "Verwijder Taxonomie"
528
 
529
  # @ eml
530
+ #: core/options-pages.php:1111 core/options-pages.php:1174
531
  msgid "Labels"
532
  msgstr "Labels"
533
 
534
  # @ eml
535
+ #: core/options-pages.php:1113 core/options-pages.php:1176
536
  msgid "Singular"
537
  msgstr "Enkelvoud"
538
 
539
  # @ eml
540
+ #: core/options-pages.php:1114 core/options-pages.php:1177
541
  msgid "Plural"
542
  msgstr "Meervoud"
543
 
544
  # @ eml
545
+ #: core/options-pages.php:1115 core/options-pages.php:1178
546
  msgid "Menu Name"
547
  msgstr "Menu Naam"
548
 
549
  # @ eml
550
+ #: core/options-pages.php:1128 core/options-pages.php:1151
551
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
552
  msgid "Settings"
553
  msgstr "Instellingen"
554
 
555
+ #: core/options-pages.php:1130 core/options-pages.php:1193
556
  msgid "Taxonomy Name"
557
  msgstr ""
558
 
559
  # @ eml
560
+ #: core/options-pages.php:1131 core/options-pages.php:1194
561
  msgid "Hierarchical"
562
  msgstr "Hiërarchisch"
563
 
564
+ #: core/options-pages.php:1132 core/options-pages.php:1195
565
  msgid "Column for List View"
566
  msgstr ""
567
 
568
+ #: core/options-pages.php:1133 core/options-pages.php:1153
569
+ #: core/options-pages.php:1196 core/options-pages.php:1254
570
  msgid "Filter for List View"
571
  msgstr ""
572
 
573
+ #: core/options-pages.php:1134 core/options-pages.php:1154
574
+ #: core/options-pages.php:1197 core/options-pages.php:1255
575
  msgid "Filter for Grid View / Media Popup"
576
  msgstr ""
577
 
578
+ #: core/options-pages.php:1135 core/options-pages.php:1155
579
+ #: core/options-pages.php:1198 core/options-pages.php:1256
580
  msgid "Edit in Media Popup"
581
  msgstr ""
582
 
583
  # @ eml
584
+ #: core/options-pages.php:1136 core/options-pages.php:1199
585
  msgid "Show in Nav Menu"
586
  msgstr "Toon in Nav Menu"
587
 
588
+ #: core/options-pages.php:1137 core/options-pages.php:1200
589
  msgid "Remember Terms Order (sort)"
590
  msgstr ""
591
 
592
+ #: core/options-pages.php:1138 core/options-pages.php:1201
593
  msgid "Show in REST"
594
  msgstr ""
595
 
596
+ #: core/options-pages.php:1139 core/options-pages.php:1202
597
  msgid "Rewrite Slug"
598
  msgstr ""
599
 
600
+ #: core/options-pages.php:1140 core/options-pages.php:1203
601
  msgid "Slug with Front"
602
  msgstr ""
603
 
604
  # @ eml
605
+ #: core/options-pages.php:1215
606
  msgid "Add New Taxonomy"
607
  msgstr "Voeg Nieuwe Taxonomie Toe"
608
 
609
  # @ eml
610
+ #: core/options-pages.php:1225
611
  msgid "Non-Media Taxonomies"
612
  msgstr "Niet-Media Taxonomies"
613
 
614
+ #: core/options-pages.php:1286
615
  msgid "Options"
616
  msgstr ""
617
 
618
+ #: core/options-pages.php:1296 core/options-pages.php:1299
619
  msgid "Taxonomy archive pages"
620
  msgstr ""
621
 
622
+ #: core/options-pages.php:1300
623
  msgid "Turn on media taxonomy archive pages on the front-end"
624
  msgstr ""
625
 
626
+ #: core/options-pages.php:1301
627
  msgid ""
628
  "Re-save your permalink settings after this option change to make it work."
629
  msgstr ""
630
 
631
+ #: core/options-pages.php:1307 core/options-pages.php:1310
632
  msgid "Assign all like hierarchical"
633
  msgstr ""
634
 
635
+ #: core/options-pages.php:1311
636
  msgid ""
637
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
638
  msgstr ""
639
 
640
+ #: core/options-pages.php:1317 core/options-pages.php:1320
641
  msgid "Force filters"
642
  msgstr ""
643
 
644
+ #: core/options-pages.php:1321
645
  msgid "Show media filters for ANY Media Popup"
646
  msgstr ""
647
 
648
+ #: core/options-pages.php:1322
649
  msgid "Try this if filters are not shown for third-party plugins or themes."
650
  msgstr ""
651
 
652
  # @ eml
653
+ #: core/options-pages.php:1376
654
  msgid "Add New MIME Type"
655
  msgstr "Voeg Nieuw MIME Type Toe"
656
 
657
  # @ eml
658
+ #: core/options-pages.php:1394 core/options-pages.php:1449
659
  msgid "Extension"
660
  msgstr "Extensie"
661
 
662
  # @ eml
663
+ #: core/options-pages.php:1395 core/options-pages.php:1450
664
  msgid "MIME Type"
665
  msgstr "MIME Type"
666
 
667
  # @ eml
668
+ #: core/options-pages.php:1396 core/options-pages.php:1451
669
  msgid "Singular Label"
670
  msgstr "Enkelvoud Label"
671
 
672
  # @ eml
673
+ #: core/options-pages.php:1397 core/options-pages.php:1452
674
  msgid "Plural Label"
675
  msgstr "Meervoud Label"
676
 
677
  # @ eml
678
+ #: core/options-pages.php:1398 core/options-pages.php:1428
679
+ #: core/options-pages.php:1441 core/options-pages.php:1453
680
  msgid "Add Filter"
681
  msgstr "Voeg Filter Toe"
682
 
683
  # @ eml
684
+ #: core/options-pages.php:1399 core/options-pages.php:1429
685
+ #: core/options-pages.php:1442 core/options-pages.php:1454
686
  msgid "Allow Upload"
687
  msgstr "Sta Upload Toe"
688
 
689
  # @ eml
690
+ #: core/options-pages.php:1443
691
  msgid "Delete MIME Type"
692
  msgstr "Verwijder MIME Type"
693
 
694
+ #: core/options-pages.php:1460
695
  msgid "Restore WordPress default MIME Types"
696
  msgstr ""
697
 
698
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
699
  msgid "Save Changes"
700
  msgstr ""
701
 
702
+ #: core/options-pages.php:1499
703
+ msgid "Changelog"
704
+ msgstr ""
705
+
706
+ #: core/options-pages.php:1500
707
+ msgid "What's new in"
708
+ msgstr ""
709
+
710
+ #: core/options-pages.php:1500
711
+ msgid "version"
712
+ msgstr ""
713
+
714
+ #: core/options-pages.php:1503
715
+ msgid "More features under the hood"
716
+ msgstr ""
717
+
718
+ #: core/options-pages.php:1505
719
+ msgid "Support"
720
+ msgstr ""
721
+
722
+ #: core/options-pages.php:1506
723
+ msgid "Feel free to ask for help on"
724
+ msgstr ""
725
+
726
+ #: core/options-pages.php:1506
727
+ msgid "Support is free for both versions of the plugin."
728
+ msgstr ""
729
+
730
+ #: core/options-pages.php:1508
731
+ msgid "Plugin rating"
732
+ msgstr ""
733
+
734
+ #: core/options-pages.php:1509
735
+ msgid "Please"
736
+ msgstr ""
737
+
738
+ #: core/options-pages.php:1509
739
+ msgid "vote for the plugin"
740
+ msgstr ""
741
+
742
+ #: core/options-pages.php:1509
743
+ msgid "Thanks!"
744
+ msgstr ""
745
+
746
+ #: core/options-pages.php:1511
747
+ msgid "Other plugins you may find useful"
748
+ msgstr ""
749
+
750
+ #: core/options-pages.php:1550
751
+ msgid "Utility"
752
+ msgstr ""
753
+
754
+ #: core/options-pages.php:1571
755
  msgid "Vote!"
756
  msgstr ""
757
 
758
+ #: core/taxonomies.php:101
759
  msgid "Media Taxonomies settings saved."
760
  msgstr ""
761
 
762
+ #: core/taxonomies.php:159
763
  msgid "Media Library settings saved."
764
  msgstr ""
765
 
766
+ #: core/taxonomies.php:358 core/taxonomies.php:364
767
  #: enhanced-media-library.php:489
768
+ msgid "Filter by"
 
 
 
 
769
  msgstr ""
770
 
771
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
772
+ msgid "Not in"
773
  msgstr ""
774
 
775
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
788
  msgid "Based On"
789
  msgstr ""
790
 
791
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
792
+ msgid "Media Categories"
793
+ msgstr ""
794
+
795
+ #: enhanced-media-library.php:570
796
+ msgid "Media Category"
797
+ msgstr ""
798
+
799
+ #: enhanced-media-library.php:572
800
+ msgid "All Media Categories"
801
+ msgstr ""
802
+
803
+ #: enhanced-media-library.php:573
804
+ msgid "Edit Media Category"
805
+ msgstr ""
806
+
807
+ #: enhanced-media-library.php:574
808
+ msgid "View Media Category"
809
+ msgstr ""
810
+
811
+ #: enhanced-media-library.php:575
812
+ msgid "Update Media Category"
813
+ msgstr ""
814
+
815
+ #: enhanced-media-library.php:576
816
+ msgid "Add New Media Category"
817
+ msgstr ""
818
+
819
+ #: enhanced-media-library.php:577
820
+ msgid "New Media Category Name"
821
+ msgstr ""
822
+
823
+ #: enhanced-media-library.php:578
824
+ msgid "Parent Media Category"
825
+ msgstr ""
826
+
827
+ #: enhanced-media-library.php:579
828
+ msgid "Parent Media Category:"
829
+ msgstr ""
830
+
831
+ #: enhanced-media-library.php:580
832
+ msgid "Search Media Categories"
833
+ msgstr ""
834
+
835
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
836
  msgid "Remove"
837
  msgstr ""
838
 
839
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
840
  msgid "Deselect"
841
  msgstr ""
842
 
843
+ #: pro/core/bulk-edit.php:105
844
  msgid "Caption this image&hellip;"
845
  msgstr ""
846
 
847
+ #: pro/core/bulk-edit.php:109
848
  msgid "Describe this video&hellip;"
849
  msgstr ""
850
 
851
+ #: pro/core/bulk-edit.php:111
852
  msgid "Describe this audio file&hellip;"
853
  msgstr ""
854
 
855
+ #: pro/core/bulk-edit.php:113
856
  msgid "Describe this media file&hellip;"
857
  msgstr ""
858
 
859
+ #: pro/core/bulk-edit.php:122
860
  msgid "Attachments Details"
861
  msgstr ""
862
 
863
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
864
  msgid "Select All"
865
  msgstr ""
866
 
867
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
868
  msgid "Edit Selection"
869
  msgstr ""
870
 
871
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
872
  msgid "Deselect All"
873
  msgstr ""
874
 
875
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
876
  msgid "Delete Selected"
877
  msgstr ""
878
 
958
 
959
  #: pro/core/options-pages.php:201
960
  msgid ""
961
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
962
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
963
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
964
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
1068
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1069
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1070
  "be active. Please network deactivate and delete the free versions of the "
1071
+ "plugin. All your data will remain intact."
1072
  msgstr ""
1073
 
1074
  #: pro/enhanced-media-library-pro.php:299
1087
  "intact."
1088
  msgstr ""
1089
 
1090
+ # @ eml
1091
+ #. Description of the plugin/theme
1092
+ msgid ""
1093
+ "This plugin will be handy for those who need to manage a lot of media files."
1094
+ msgstr ""
1095
+ "Deze plug-in is handig voor iedereen die veel media bestanden moet beheren."
1096
+
1097
+ # @ eml
1098
+ #~ msgid ""
1099
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1100
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1101
+ #~ "be lost."
1102
+ #~ msgstr ""
1103
+ #~ "Taxonomy wordt voorgoed verwijderd! Je media bestanden blijven bestaan, "
1104
+ #~ "maar alle connecties met deze taxonomy en de termen zullen verdwenen zijn."
1105
+
1106
+ # @ eml
1107
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1108
+ #~ msgstr ""
1109
+ #~ "Kies aub Enkelvoudige en Meervoudige namen voor al je nieuwe taxonomies."
1110
+
1111
+ # @ eml
1112
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1113
+ #~ msgstr "Kies aub Enkelvoudige naam voor al je nieuwe taxonomies."
1114
+
1115
+ # @ eml
1116
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1117
+ #~ msgstr "Kies aub Meervoudige naam voor al je nieuwe taxonomies."
1118
+
1119
+ # @ eml
1120
+ #~ msgid ""
1121
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1122
+ #~ msgstr "Er is al een taxonomy met deze naam. Kies aub een andere."
1123
+
1124
  # @ eml
1125
  #~ msgid "Remember terms order (sort)"
1126
  #~ msgstr "Onthoudt termen volgorde (sorteer)"
1129
  #~ msgid "Restore default MIME Types"
1130
  #~ msgstr "Herstel default MIME Types"
1131
 
 
 
 
 
 
 
 
 
1132
  # @ eml
1133
  #~ msgid "Enhanced Media Library Options"
1134
  #~ msgstr "Enhanced Media Library Opties"
languages/enhanced-media-library-pl_PL.mo CHANGED
Binary file
languages/enhanced-media-library-pl_PL.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library 1.1.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
7
- "POT-Creation-Date: 2016-04-14 02:56+0300\n"
8
- "PO-Revision-Date: 2016-04-14 02:56+0300\n"
9
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
10
  "Language-Team: Paweł Krużel <pawel.kruzel@gmail.com>\n"
11
  "Language: pl_PL\n"
@@ -33,9 +33,9 @@ msgstr[0] ""
33
  msgstr[1] ""
34
  msgstr[2] ""
35
 
36
- #: core/options-pages.php:97 core/options-pages.php:215
37
- #: core/options-pages.php:916 core/options-pages.php:1041
38
- #: core/options-pages.php:1353
39
  msgid "Media Settings"
40
  msgstr "Ustawienia Mediów"
41
 
@@ -59,404 +59,426 @@ msgstr "Rozszerzona Biblioteka Mediów"
59
  msgid "General"
60
  msgstr ""
61
 
62
- #: core/options-pages.php:190 core/options-pages.php:1062
63
  msgid "Media Taxonomies"
64
  msgstr "Taksonomie mediów"
65
 
66
- #: core/options-pages.php:212 core/options-pages.php:504
67
- #: core/options-pages.php:912 core/options-pages.php:1037
68
- #: core/options-pages.php:1349
69
  msgid "You do not have sufficient permissions to access this page."
70
  msgstr "Nie masz wystarczających uprawnień dostępu do tej strony."
71
 
72
- #: core/options-pages.php:226
73
  msgid "Image sizes"
74
  msgstr ""
75
 
76
- #: core/options-pages.php:227
77
  msgid ""
78
  "The sizes listed below determine the maximum dimensions in pixels to use "
79
  "when adding an image to the Media Library."
80
  msgstr ""
81
 
82
- #: core/options-pages.php:231
83
  msgid "Thumbnail size"
84
  msgstr ""
85
 
86
- #: core/options-pages.php:233
87
  msgid "Width"
88
  msgstr ""
89
 
90
- #: core/options-pages.php:235
91
  msgid "Height"
92
  msgstr ""
93
 
94
- #: core/options-pages.php:238
95
  msgid ""
96
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
97
  msgstr ""
98
 
99
- #: core/options-pages.php:243 core/options-pages.php:244
100
  msgid "Medium size"
101
  msgstr ""
102
 
103
- #: core/options-pages.php:245 core/options-pages.php:255
104
  msgid "Max Width"
105
  msgstr ""
106
 
107
- #: core/options-pages.php:247 core/options-pages.php:257
108
  msgid "Max Height"
109
  msgstr ""
110
 
111
- #: core/options-pages.php:253 core/options-pages.php:254
112
  msgid "Large size"
113
  msgstr ""
114
 
115
- #: core/options-pages.php:270
116
  msgid "Embeds"
117
  msgstr ""
118
 
119
- #: core/options-pages.php:277
120
  msgid "Uploading Files"
121
  msgstr ""
122
 
123
- #: core/options-pages.php:284
124
  msgid "Store uploads in this folder"
125
  msgstr ""
126
 
127
- #: core/options-pages.php:288
128
  #, php-format
129
  msgid "Default is %s"
130
  msgstr ""
131
 
132
- #: core/options-pages.php:294
133
  msgid "Full URL path to files"
134
  msgstr ""
135
 
136
- #: core/options-pages.php:296
137
  msgid "Configuring this is optional. By default, it should be blank."
138
  msgstr ""
139
 
140
- #: core/options-pages.php:304
141
  msgid "Organize my uploads into month- and year-based folders"
142
  msgstr ""
143
 
144
- #: core/options-pages.php:376 core/options-pages.php:1086
145
- #: core/options-pages.php:1101 core/options-pages.php:1163
146
- #: core/options-pages.php:1232
147
  msgid "Edit"
148
  msgstr "Edytuj"
149
 
150
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
151
  msgid "Close"
152
  msgstr "Zamknij"
153
 
154
- #: core/options-pages.php:378 core/options-pages.php:1102
155
- #: core/options-pages.php:1164
156
  msgid "View"
157
  msgstr "Zobacz"
158
 
159
- #: core/options-pages.php:379 core/options-pages.php:1103
160
- #: core/options-pages.php:1165
161
  msgid "Update"
162
  msgstr "Aktualizuj"
163
 
164
- #: core/options-pages.php:380 core/options-pages.php:1104
165
- #: core/options-pages.php:1166
166
  msgid "Add New"
167
  msgstr "Dodaj nowy"
168
 
169
- #: core/options-pages.php:381 core/options-pages.php:1105
170
- #: core/options-pages.php:1167
171
  msgid "New"
172
  msgstr "Nowy"
173
 
174
- #: core/options-pages.php:382
175
  msgid "Name"
176
  msgstr "Nazwa"
177
 
178
- #: core/options-pages.php:383 core/options-pages.php:1106
179
- #: core/options-pages.php:1168
180
  msgid "Parent"
181
  msgstr "Rodzic"
182
 
183
- #: core/options-pages.php:384 core/options-pages.php:600
184
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
185
  msgid "All"
186
  msgstr "Wszystkie"
187
 
188
- #: core/options-pages.php:385 core/options-pages.php:1107
189
- #: core/options-pages.php:1169
190
  msgid "Search"
191
  msgstr "Szukaj"
192
 
193
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid ""
195
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
196
- "but all the connections with this taxonomy and its terms will be lost."
 
197
  msgstr ""
198
- "Taksonomia zostanie trwale usunięta. Pliki mediów pozostaną nietknięte, ale "
199
- "wszystkie ich połączenia z tą taksonomią i warunki zostaną utracone."
200
 
201
- #: core/options-pages.php:388
202
- msgid "There is already a taxonomy with the same name. Please chose other one."
203
- msgstr "Istnieje już taksonomia o takiej nazwie. Wybierz inną nazwę."
204
 
205
- #: core/options-pages.php:389 core/options-pages.php:1150
206
- msgid "New Taxonomy"
207
- msgstr "Nowa taksonomia"
208
 
209
- #: core/options-pages.php:390
210
- msgid "Please choose Singular and Plural names for all your new taxomonies."
211
  msgstr ""
212
- "Proszę wybrać nazwy w liczbie pojedynczej oraz mnogiej dla nowej taksonomii"
213
 
214
- #: core/options-pages.php:391
215
- msgid "Please choose Singilar name for all your new taxomonies."
216
- msgstr "Proszę wybrać nazwę w liczbie pojedynczej dla nowej taksonomii"
217
 
218
- #: core/options-pages.php:392
219
- msgid "Please choose Plural Name for all your new taxomonies."
220
- msgstr "Prosze wybrać nazwę w liczbie mnogiej dla nowej taksonomii"
221
 
222
- #: core/options-pages.php:395 pro/core/options-pages.php:165
223
- msgid "Synchronize Now"
224
  msgstr ""
225
 
226
- #: core/options-pages.php:396
227
- msgid "This operation cannot be canceled. Are you still sure?"
228
  msgstr ""
229
 
230
- #: core/options-pages.php:397
231
- msgid "Synchronize"
 
 
 
 
 
 
 
 
232
  msgstr ""
233
 
234
- #: core/options-pages.php:398 core/options-pages.php:478
 
235
  msgid "Cancel"
236
  msgstr ""
237
 
238
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
239
  msgid "Synchronizing..."
240
  msgstr ""
241
 
242
- #: core/options-pages.php:435
243
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
244
  msgstr ""
245
  "Ostrzeżenie! Wszystkie niestandardowe typy MIME będą usunięte przez tę "
246
  "operację. "
247
 
248
- #: core/options-pages.php:436
249
  msgid "Please fill into all fields."
250
  msgstr "Proszę wypełnić wszystkie pola"
251
 
252
- #: core/options-pages.php:437
253
  msgid "Duplicate extensions or MIME types. Please chose other one."
254
  msgstr ""
255
  "Duplikat rozszerzeń lub typów MIME. Proszę wybrać inny typ lub rozszerzenie "
256
  "pliku"
257
 
258
- #: core/options-pages.php:474
 
 
 
 
259
  msgid ""
260
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
261
  "plugin data</strong> from the database including backups."
262
  msgstr ""
263
 
264
- #: core/options-pages.php:475
265
- msgid "The operation cannot be canceled! Are you still sure?"
266
- msgstr ""
267
-
268
- #: core/options-pages.php:476 core/options-pages.php:591
269
- msgid "Complete Cleanup"
270
- msgstr ""
271
-
272
- #: core/options-pages.php:477
273
  msgid "Yes, delete all data"
274
  msgstr ""
275
 
276
- #: core/options-pages.php:479
277
  msgid "Cleaning..."
278
  msgstr ""
279
 
280
- #: core/options-pages.php:509
281
  msgid "Enhanced Media Library Settings"
282
  msgstr ""
283
 
284
- #: core/options-pages.php:519
285
  msgid "Export"
286
  msgstr ""
287
 
288
- #: core/options-pages.php:523
289
  msgid ""
290
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
291
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
292
  "configuration file. It allows you to easily import the configuration into "
293
  "another website."
294
  msgstr ""
295
 
296
- #: core/options-pages.php:528
297
  msgid "Export Plugin Settings"
298
  msgstr ""
299
 
300
- #: core/options-pages.php:538
301
  msgid "Import"
302
  msgstr ""
303
 
304
- #: core/options-pages.php:542
305
  msgid ""
306
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
307
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
308
  "configuration file which can be obtained by exporting the settings on "
309
  "another website using the export button above."
310
  msgstr ""
311
 
312
- #: core/options-pages.php:543
313
  msgid ""
314
- "All plugin settings will be overriden by the import. You will have a chance "
315
  "to restore current data from an automatic backup in case you are not "
316
  "satisfied with the result of the import."
317
  msgstr ""
318
 
319
- #: core/options-pages.php:550
320
  msgid "Import Plugin Settings"
321
  msgstr ""
322
 
323
- #: core/options-pages.php:562
324
  msgid "Restore"
325
  msgstr ""
326
 
327
- #: core/options-pages.php:568
328
  msgid "No backup available at the moment."
329
  msgstr ""
330
 
331
- #: core/options-pages.php:570
332
  msgid "Backup will be created automatically before any import operation."
333
  msgstr ""
334
 
335
- #: core/options-pages.php:574
336
  msgid ""
337
- "The backup had been automatically created before the latest import opetarion."
338
  msgstr ""
339
 
340
- #: core/options-pages.php:578
341
  msgid "Restore Settings from the Backup"
342
  msgstr ""
343
 
344
- #: core/options-pages.php:598
345
  msgid "What will be deleted:"
346
  msgstr ""
347
 
348
- #: core/options-pages.php:603
349
  msgid "All plugin options"
350
  msgstr ""
351
 
352
- #: core/options-pages.php:604
353
  msgid "All plugin backups stored in database"
354
  msgstr ""
355
 
356
- #: core/options-pages.php:608
357
  msgid "What will remain intact:"
358
  msgstr ""
359
 
360
- #: core/options-pages.php:609
361
  msgid "All media items"
362
  msgstr ""
363
 
364
- #: core/options-pages.php:610
365
  msgid "All taxonomies not listed above"
366
  msgstr ""
367
 
368
- #: core/options-pages.php:613
369
  msgid ""
370
  "The plugin cannot delete itself because of security reason. Please delete it "
371
  "manually from plugin list after cleanup."
372
  msgstr ""
373
 
374
- #: core/options-pages.php:615
375
  msgid ""
376
  "If you are not sure about this operation please create a backup of your "
377
  "database prior to cleanup!"
378
  msgstr ""
379
 
380
- #: core/options-pages.php:621
381
  msgid "Delete All Data & Deactivate"
382
  msgstr ""
383
 
384
- #: core/options-pages.php:726
385
  msgid "Please upload a file to import settings."
386
  msgstr ""
387
 
388
- #: core/options-pages.php:746
389
  msgid "Plugin settings imported."
390
  msgstr ""
391
 
392
- #: core/options-pages.php:793
393
  msgid "Plugin settings restored from the backup."
394
  msgstr ""
395
 
396
- #: core/options-pages.php:937
397
  msgid "Media Items Order"
398
  msgstr ""
399
 
400
- #: core/options-pages.php:944
401
  msgid "Order media items by"
402
  msgstr ""
403
 
404
- #: core/options-pages.php:951 core/options-pages.php:963
405
  msgid "For media library and media popups"
406
  msgstr ""
407
 
408
- #: core/options-pages.php:952
409
  msgid "Option allows to change order by drag and drop with Custom Order value."
410
  msgstr ""
411
 
412
- #: core/options-pages.php:957
413
  msgid "Sort order"
414
  msgstr ""
415
 
416
- #: core/options-pages.php:976
417
  msgid "Media Shortcodes"
418
  msgstr ""
419
 
420
- #: core/options-pages.php:983 core/options-pages.php:986
421
  msgid "Enhanced media shortcodes"
422
  msgstr ""
423
 
424
- #: core/options-pages.php:987
425
  msgid ""
426
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
427
- "uploade date, and media items number limit"
428
  msgstr ""
429
 
430
- #: core/options-pages.php:988
431
- msgid ""
432
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
433
- "year=\"2015\"]"
434
  msgstr ""
435
 
436
- #: core/options-pages.php:989
437
- msgid ""
438
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
439
- "\"12\" year=\"2015\"]"
440
  msgstr ""
441
 
442
- #: core/options-pages.php:990
443
- msgid ""
444
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
445
- "\"10\" monthnum=\"12\" year=\"2015\"]"
446
  msgstr ""
447
 
448
- #: core/options-pages.php:992
449
  #, php-format
450
  msgid ""
451
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
452
  msgstr ""
453
 
454
- #: core/options-pages.php:994
455
  #, php-format
456
  msgid "%sLearn more%s."
457
  msgstr ""
458
 
459
- #: core/options-pages.php:996
460
  #, php-format
461
  msgid ""
462
  "Please check out your gallery front-end and back-end functionality once this "
@@ -464,203 +486,250 @@ msgid ""
464
  "%s."
465
  msgstr ""
466
 
467
- #: core/options-pages.php:1066 core/options-pages.php:1212
468
  msgid "Assign following taxonomies to Media Library:"
469
  msgstr "Przypisz następujące taksonomie do biblioteki mediów:"
470
 
471
- #: core/options-pages.php:1085 core/options-pages.php:1150
472
- #: core/options-pages.php:1231
473
  msgid "Assign Taxonomy"
474
  msgstr "Przypisz taksonomię"
475
 
476
- #: core/options-pages.php:1086 core/options-pages.php:1232
477
  msgid "Edit Taxonomy"
478
  msgstr "Edytuj taksonomię"
479
 
480
- #: core/options-pages.php:1090 core/options-pages.php:1152
481
  msgid "Delete Taxonomy"
482
  msgstr "Usuń taksonomię"
483
 
484
- #: core/options-pages.php:1095 core/options-pages.php:1157
485
  msgid "Labels"
486
  msgstr "Etykiety"
487
 
488
- #: core/options-pages.php:1097 core/options-pages.php:1159
489
  msgid "Singular"
490
  msgstr "Liczba pojedyncza"
491
 
492
- #: core/options-pages.php:1098 core/options-pages.php:1160
493
  msgid "Plural"
494
  msgstr "Liczba mnoga"
495
 
496
- #: core/options-pages.php:1099 core/options-pages.php:1161
497
  msgid "Menu Name"
498
  msgstr "Nazwa w menu"
499
 
500
- #: core/options-pages.php:1112 core/options-pages.php:1135
501
- #: core/options-pages.php:1174 core/options-pages.php:1235
502
- #: core/options-pages.php:1530
503
  msgid "Settings"
504
  msgstr "Ustawienia"
505
 
506
- #: core/options-pages.php:1114 core/options-pages.php:1176
507
  msgid "Taxonomy Name"
508
  msgstr ""
509
 
510
- #: core/options-pages.php:1115 core/options-pages.php:1177
511
  msgid "Hierarchical"
512
  msgstr "Hierachicznie"
513
 
514
- #: core/options-pages.php:1116 core/options-pages.php:1178
515
  msgid "Column for List View"
516
  msgstr ""
517
 
518
- #: core/options-pages.php:1117 core/options-pages.php:1137
519
- #: core/options-pages.php:1179 core/options-pages.php:1237
520
  msgid "Filter for List View"
521
  msgstr ""
522
 
523
- #: core/options-pages.php:1118 core/options-pages.php:1138
524
- #: core/options-pages.php:1180 core/options-pages.php:1238
525
  msgid "Filter for Grid View / Media Popup"
526
  msgstr ""
527
 
528
- #: core/options-pages.php:1119 core/options-pages.php:1139
529
- #: core/options-pages.php:1181 core/options-pages.php:1239
530
  msgid "Edit in Media Popup"
531
  msgstr ""
532
 
533
- #: core/options-pages.php:1120 core/options-pages.php:1182
534
  msgid "Show in Nav Menu"
535
  msgstr "Pokaż w menu nawigacyjnym"
536
 
537
- #: core/options-pages.php:1121 core/options-pages.php:1183
538
  msgid "Remember Terms Order (sort)"
539
  msgstr ""
540
 
541
- #: core/options-pages.php:1122 core/options-pages.php:1184
542
  msgid "Show in REST"
543
  msgstr ""
544
 
545
- #: core/options-pages.php:1123 core/options-pages.php:1185
546
  msgid "Rewrite Slug"
547
  msgstr ""
548
 
549
- #: core/options-pages.php:1124 core/options-pages.php:1186
550
  msgid "Slug with Front"
551
  msgstr ""
552
 
553
- #: core/options-pages.php:1198
554
  msgid "Add New Taxonomy"
555
  msgstr "Dodaj nową taksonomię"
556
 
557
- #: core/options-pages.php:1208
558
  msgid "Non-Media Taxonomies"
559
  msgstr "Pozostałe taksonomie"
560
 
561
- #: core/options-pages.php:1269
562
  msgid "Options"
563
  msgstr ""
564
 
565
- #: core/options-pages.php:1279 core/options-pages.php:1282
566
  msgid "Taxonomy archive pages"
567
  msgstr ""
568
 
569
- #: core/options-pages.php:1283
570
  msgid "Turn on media taxonomy archive pages on the front-end"
571
  msgstr ""
572
 
573
- #: core/options-pages.php:1284
574
  msgid ""
575
  "Re-save your permalink settings after this option change to make it work."
576
  msgstr ""
577
 
578
- #: core/options-pages.php:1290 core/options-pages.php:1293
579
  msgid "Assign all like hierarchical"
580
  msgstr ""
581
 
582
- #: core/options-pages.php:1294
583
  msgid ""
584
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
585
  msgstr ""
586
 
587
- #: core/options-pages.php:1300 core/options-pages.php:1303
588
  msgid "Force filters"
589
  msgstr ""
590
 
591
- #: core/options-pages.php:1304
592
  msgid "Show media filters for ANY Media Popup"
593
  msgstr ""
594
 
595
- #: core/options-pages.php:1305
596
  msgid "Try this if filters are not shown for third-party plugins or themes."
597
  msgstr ""
598
 
599
- #: core/options-pages.php:1359
600
  msgid "Add New MIME Type"
601
  msgstr "Dodaj nowy typ MIME"
602
 
603
- #: core/options-pages.php:1377 core/options-pages.php:1432
604
  msgid "Extension"
605
  msgstr "Rozszerzenie"
606
 
607
- #: core/options-pages.php:1378 core/options-pages.php:1433
608
  msgid "MIME Type"
609
  msgstr "Typ MIME"
610
 
611
- #: core/options-pages.php:1379 core/options-pages.php:1434
612
  msgid "Singular Label"
613
  msgstr "Etykieta dla liczby pojedynczej"
614
 
615
- #: core/options-pages.php:1380 core/options-pages.php:1435
616
  msgid "Plural Label"
617
  msgstr "Etykieta dla liczby mnogiej"
618
 
619
- #: core/options-pages.php:1381 core/options-pages.php:1411
620
- #: core/options-pages.php:1424 core/options-pages.php:1436
621
  msgid "Add Filter"
622
  msgstr "Dodaj filtr"
623
 
624
- #: core/options-pages.php:1382 core/options-pages.php:1412
625
- #: core/options-pages.php:1425 core/options-pages.php:1437
626
  msgid "Allow Upload"
627
  msgstr "Zezwól na przesyłanie"
628
 
629
- #: core/options-pages.php:1426
630
  msgid "Delete MIME Type"
631
  msgstr "Usuń typ MIME"
632
 
633
- #: core/options-pages.php:1443
634
  msgid "Restore WordPress default MIME Types"
635
  msgstr ""
636
 
637
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
638
  msgid "Save Changes"
639
  msgstr ""
640
 
641
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
642
  msgid "Vote!"
643
  msgstr ""
644
 
645
- #: core/taxonomies.php:81
646
  msgid "Media Taxonomies settings saved."
647
  msgstr ""
648
 
649
- #: core/taxonomies.php:139
650
  msgid "Media Library settings saved."
651
  msgstr ""
652
 
653
- #: core/taxonomies.php:338 core/taxonomies.php:344
654
  #: enhanced-media-library.php:489
655
- msgid "Filter by "
656
- msgstr ""
657
-
658
- #: core/taxonomies.php:345 enhanced-media-library.php:490
659
- msgid "All "
660
  msgstr ""
661
 
662
- #: core/taxonomies.php:346 enhanced-media-library.php:491
663
- msgid "Not in "
664
  msgstr ""
665
 
666
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
@@ -679,47 +748,91 @@ msgstr ""
679
  msgid "Based On"
680
  msgstr ""
681
 
682
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
  msgid "Remove"
684
  msgstr ""
685
 
686
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
687
  msgid "Deselect"
688
  msgstr ""
689
 
690
- #: pro/core/bulk-edit.php:112
691
  msgid "Caption this image&hellip;"
692
  msgstr ""
693
 
694
- #: pro/core/bulk-edit.php:116
695
  msgid "Describe this video&hellip;"
696
  msgstr ""
697
 
698
- #: pro/core/bulk-edit.php:118
699
  msgid "Describe this audio file&hellip;"
700
  msgstr ""
701
 
702
- #: pro/core/bulk-edit.php:120
703
  msgid "Describe this media file&hellip;"
704
  msgstr ""
705
 
706
- #: pro/core/bulk-edit.php:129
707
  msgid "Attachments Details"
708
  msgstr ""
709
 
710
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
711
  msgid "Select All"
712
  msgstr ""
713
 
714
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
715
  msgid "Edit Selection"
716
  msgstr ""
717
 
718
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
719
  msgid "Deselect All"
720
  msgstr ""
721
 
722
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
723
  msgid "Delete Selected"
724
  msgstr ""
725
 
@@ -805,7 +918,7 @@ msgstr ""
805
 
806
  #: pro/core/options-pages.php:201
807
  msgid ""
808
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
809
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
810
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
811
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
@@ -915,7 +1028,7 @@ msgid ""
915
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
916
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
917
  "be active. Please network deactivate and delete the free versions of the "
918
- "plugin. All your data will remail intact."
919
  msgstr ""
920
 
921
  #: pro/enhanced-media-library-pro.php:299
@@ -934,6 +1047,36 @@ msgid ""
934
  "intact."
935
  msgstr ""
936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
937
  #~ msgid "Remember terms order (sort)"
938
  #~ msgstr "Pamiętaj kolejność (sortowanie)"
939
 
@@ -943,13 +1086,6 @@ msgstr ""
943
  #~ msgid "Enhanced Media Library PRO"
944
  #~ msgstr "Rozszerzona Biblioteka Mediów PRO"
945
 
946
- #~ msgid ""
947
- #~ "This plugin will be handy for those who need to manage a lot of media "
948
- #~ "files."
949
- #~ msgstr ""
950
- #~ "Wtyczka ta będzie przydatna tym, którzy muszą zarządzać wieloma plikami "
951
- #~ "multimedialnymi."
952
-
953
  #~ msgid "Enhanced Media Library Options"
954
  #~ msgstr "Rozszerzona Biblioteka Mediów - Opcje"
955
 
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library 1.1.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
7
+ "POT-Creation-Date: 2016-04-30 12:53+0300\n"
8
+ "PO-Revision-Date: 2016-04-30 12:53+0300\n"
9
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
10
  "Language-Team: Paweł Krużel <pawel.kruzel@gmail.com>\n"
11
  "Language: pl_PL\n"
33
  msgstr[1] ""
34
  msgstr[2] ""
35
 
36
+ #: core/options-pages.php:97 core/options-pages.php:217
37
+ #: core/options-pages.php:932 core/options-pages.php:1057
38
+ #: core/options-pages.php:1370 core/options-pages.php:1547
39
  msgid "Media Settings"
40
  msgstr "Ustawienia Mediów"
41
 
59
  msgid "General"
60
  msgstr ""
61
 
62
+ #: core/options-pages.php:190 core/options-pages.php:1078
63
  msgid "Media Taxonomies"
64
  msgstr "Taksonomie mediów"
65
 
66
+ #: core/options-pages.php:214 core/options-pages.php:520
67
+ #: core/options-pages.php:928 core/options-pages.php:1053
68
+ #: core/options-pages.php:1366
69
  msgid "You do not have sufficient permissions to access this page."
70
  msgstr "Nie masz wystarczających uprawnień dostępu do tej strony."
71
 
72
+ #: core/options-pages.php:228
73
  msgid "Image sizes"
74
  msgstr ""
75
 
76
+ #: core/options-pages.php:229
77
  msgid ""
78
  "The sizes listed below determine the maximum dimensions in pixels to use "
79
  "when adding an image to the Media Library."
80
  msgstr ""
81
 
82
+ #: core/options-pages.php:233
83
  msgid "Thumbnail size"
84
  msgstr ""
85
 
86
+ #: core/options-pages.php:235
87
  msgid "Width"
88
  msgstr ""
89
 
90
+ #: core/options-pages.php:237
91
  msgid "Height"
92
  msgstr ""
93
 
94
+ #: core/options-pages.php:240
95
  msgid ""
96
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
97
  msgstr ""
98
 
99
+ #: core/options-pages.php:245 core/options-pages.php:246
100
  msgid "Medium size"
101
  msgstr ""
102
 
103
+ #: core/options-pages.php:247 core/options-pages.php:257
104
  msgid "Max Width"
105
  msgstr ""
106
 
107
+ #: core/options-pages.php:249 core/options-pages.php:259
108
  msgid "Max Height"
109
  msgstr ""
110
 
111
+ #: core/options-pages.php:255 core/options-pages.php:256
112
  msgid "Large size"
113
  msgstr ""
114
 
115
+ #: core/options-pages.php:272
116
  msgid "Embeds"
117
  msgstr ""
118
 
119
+ #: core/options-pages.php:279
120
  msgid "Uploading Files"
121
  msgstr ""
122
 
123
+ #: core/options-pages.php:286
124
  msgid "Store uploads in this folder"
125
  msgstr ""
126
 
127
+ #: core/options-pages.php:290
128
  #, php-format
129
  msgid "Default is %s"
130
  msgstr ""
131
 
132
+ #: core/options-pages.php:296
133
  msgid "Full URL path to files"
134
  msgstr ""
135
 
136
+ #: core/options-pages.php:298
137
  msgid "Configuring this is optional. By default, it should be blank."
138
  msgstr ""
139
 
140
+ #: core/options-pages.php:306
141
  msgid "Organize my uploads into month- and year-based folders"
142
  msgstr ""
143
 
144
+ #: core/options-pages.php:378 core/options-pages.php:1102
145
+ #: core/options-pages.php:1117 core/options-pages.php:1180
146
+ #: core/options-pages.php:1249
147
  msgid "Edit"
148
  msgstr "Edytuj"
149
 
150
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
151
  msgid "Close"
152
  msgstr "Zamknij"
153
 
154
+ #: core/options-pages.php:380 core/options-pages.php:1118
155
+ #: core/options-pages.php:1181
156
  msgid "View"
157
  msgstr "Zobacz"
158
 
159
+ #: core/options-pages.php:381 core/options-pages.php:1119
160
+ #: core/options-pages.php:1182
161
  msgid "Update"
162
  msgstr "Aktualizuj"
163
 
164
+ #: core/options-pages.php:382 core/options-pages.php:1120
165
+ #: core/options-pages.php:1183
166
  msgid "Add New"
167
  msgstr "Dodaj nowy"
168
 
169
+ #: core/options-pages.php:383 core/options-pages.php:1121
170
+ #: core/options-pages.php:1184
171
  msgid "New"
172
  msgstr "Nowy"
173
 
174
+ #: core/options-pages.php:384
175
  msgid "Name"
176
  msgstr "Nazwa"
177
 
178
+ #: core/options-pages.php:385 core/options-pages.php:1122
179
+ #: core/options-pages.php:1185
180
  msgid "Parent"
181
  msgstr "Rodzic"
182
 
183
+ #: core/options-pages.php:386 core/options-pages.php:616
184
+ #: core/options-pages.php:1116 core/options-pages.php:1179
185
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
186
  msgid "All"
187
  msgstr "Wszystkie"
188
 
189
+ #: core/options-pages.php:387 core/options-pages.php:1123
190
+ #: core/options-pages.php:1186
191
  msgid "Search"
192
  msgstr "Szukaj"
193
 
194
+ #: core/options-pages.php:389 core/options-pages.php:1167
195
+ msgid "New Taxonomy"
196
+ msgstr "Nowa taksonomia"
197
+
198
+ #: core/options-pages.php:391
199
+ msgid "Remove Taxonomy"
200
+ msgstr ""
201
+
202
+ #: core/options-pages.php:392
203
+ msgid "Taxonomy will be removed."
204
+ msgstr ""
205
+
206
+ #: core/options-pages.php:393
207
  msgid ""
208
+ "Taxonomy terms (categories) will remain intact in the database. If you "
209
+ "create a taxonomy with the same name in the future, its terms (categories) "
210
+ "will be available again."
211
  msgstr ""
 
 
212
 
213
+ #: core/options-pages.php:394
214
+ msgid "Media items will remain intact."
215
+ msgstr ""
216
 
217
+ #: core/options-pages.php:395
218
+ msgid "Are you still sure?"
219
+ msgstr ""
220
 
221
+ #: core/options-pages.php:396
222
+ msgid "Yes, remove taxonomy"
223
  msgstr ""
 
224
 
225
+ #: core/options-pages.php:398
226
+ msgid "Duplicate"
227
+ msgstr ""
228
 
229
+ #: core/options-pages.php:399
230
+ msgid "Taxonomy with the same name already exists. Please chose other one."
231
+ msgstr "Istnieje już taksonomia o takiej nazwie. Wybierz inną nazwę."
232
 
233
+ #: core/options-pages.php:401
234
+ msgid "Empty Fields"
235
  msgstr ""
236
 
237
+ #: core/options-pages.php:402
238
+ msgid "Please choose Singular and Plural names for all new taxomonies."
239
  msgstr ""
240
 
241
+ #: core/options-pages.php:403
242
+ msgid "Please choose Singilar name for all new taxomonies."
243
+ msgstr ""
244
+
245
+ #: core/options-pages.php:404
246
+ msgid "Please choose Plural Name for all new taxomonies."
247
+ msgstr ""
248
+
249
+ #: core/options-pages.php:406
250
+ msgid "Ok"
251
  msgstr ""
252
 
253
+ #: core/options-pages.php:407 core/options-pages.php:412
254
+ #: core/options-pages.php:495
255
  msgid "Cancel"
256
  msgstr ""
257
 
258
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
259
+ msgid "Synchronize Now"
260
+ msgstr ""
261
+
262
+ #: core/options-pages.php:410 core/options-pages.php:492
263
+ msgid "This operation cannot be canceled! Are you still sure?"
264
+ msgstr ""
265
+
266
+ #: core/options-pages.php:411
267
+ msgid "Synchronize"
268
+ msgstr ""
269
+
270
+ #: core/options-pages.php:413
271
  msgid "Synchronizing..."
272
  msgstr ""
273
 
274
+ #: core/options-pages.php:451
275
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
276
  msgstr ""
277
  "Ostrzeżenie! Wszystkie niestandardowe typy MIME będą usunięte przez tę "
278
  "operację. "
279
 
280
+ #: core/options-pages.php:452
281
  msgid "Please fill into all fields."
282
  msgstr "Proszę wypełnić wszystkie pola"
283
 
284
+ #: core/options-pages.php:453
285
  msgid "Duplicate extensions or MIME types. Please chose other one."
286
  msgstr ""
287
  "Duplikat rozszerzeń lub typów MIME. Proszę wybrać inny typ lub rozszerzenie "
288
  "pliku"
289
 
290
+ #: core/options-pages.php:490 core/options-pages.php:607
291
+ msgid "Complete Cleanup"
292
+ msgstr ""
293
+
294
+ #: core/options-pages.php:491
295
  msgid ""
296
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
297
  "plugin data</strong> from the database including backups."
298
  msgstr ""
299
 
300
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
301
  msgid "Yes, delete all data"
302
  msgstr ""
303
 
304
+ #: core/options-pages.php:494
305
  msgid "Cleaning..."
306
  msgstr ""
307
 
308
+ #: core/options-pages.php:525
309
  msgid "Enhanced Media Library Settings"
310
  msgstr ""
311
 
312
+ #: core/options-pages.php:535
313
  msgid "Export"
314
  msgstr ""
315
 
316
+ #: core/options-pages.php:539
317
  msgid ""
318
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
319
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
320
  "configuration file. It allows you to easily import the configuration into "
321
  "another website."
322
  msgstr ""
323
 
324
+ #: core/options-pages.php:544
325
  msgid "Export Plugin Settings"
326
  msgstr ""
327
 
328
+ #: core/options-pages.php:554
329
  msgid "Import"
330
  msgstr ""
331
 
332
+ #: core/options-pages.php:558
333
  msgid ""
334
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
335
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
336
  "configuration file which can be obtained by exporting the settings on "
337
  "another website using the export button above."
338
  msgstr ""
339
 
340
+ #: core/options-pages.php:559
341
  msgid ""
342
+ "All plugin settings will be overridden by the import. You will have a chance "
343
  "to restore current data from an automatic backup in case you are not "
344
  "satisfied with the result of the import."
345
  msgstr ""
346
 
347
+ #: core/options-pages.php:566
348
  msgid "Import Plugin Settings"
349
  msgstr ""
350
 
351
+ #: core/options-pages.php:578
352
  msgid "Restore"
353
  msgstr ""
354
 
355
+ #: core/options-pages.php:584
356
  msgid "No backup available at the moment."
357
  msgstr ""
358
 
359
+ #: core/options-pages.php:586
360
  msgid "Backup will be created automatically before any import operation."
361
  msgstr ""
362
 
363
+ #: core/options-pages.php:590
364
  msgid ""
365
+ "The backup has been automatically created before the latest import operation."
366
  msgstr ""
367
 
368
+ #: core/options-pages.php:594
369
  msgid "Restore Settings from the Backup"
370
  msgstr ""
371
 
372
+ #: core/options-pages.php:614
373
  msgid "What will be deleted:"
374
  msgstr ""
375
 
376
+ #: core/options-pages.php:619
377
  msgid "All plugin options"
378
  msgstr ""
379
 
380
+ #: core/options-pages.php:620
381
  msgid "All plugin backups stored in database"
382
  msgstr ""
383
 
384
+ #: core/options-pages.php:624
385
  msgid "What will remain intact:"
386
  msgstr ""
387
 
388
+ #: core/options-pages.php:625
389
  msgid "All media items"
390
  msgstr ""
391
 
392
+ #: core/options-pages.php:626
393
  msgid "All taxonomies not listed above"
394
  msgstr ""
395
 
396
+ #: core/options-pages.php:629
397
  msgid ""
398
  "The plugin cannot delete itself because of security reason. Please delete it "
399
  "manually from plugin list after cleanup."
400
  msgstr ""
401
 
402
+ #: core/options-pages.php:631
403
  msgid ""
404
  "If you are not sure about this operation please create a backup of your "
405
  "database prior to cleanup!"
406
  msgstr ""
407
 
408
+ #: core/options-pages.php:637
409
  msgid "Delete All Data & Deactivate"
410
  msgstr ""
411
 
412
+ #: core/options-pages.php:742
413
  msgid "Please upload a file to import settings."
414
  msgstr ""
415
 
416
+ #: core/options-pages.php:762
417
  msgid "Plugin settings imported."
418
  msgstr ""
419
 
420
+ #: core/options-pages.php:809
421
  msgid "Plugin settings restored from the backup."
422
  msgstr ""
423
 
424
+ #: core/options-pages.php:953
425
  msgid "Media Items Order"
426
  msgstr ""
427
 
428
+ #: core/options-pages.php:960
429
  msgid "Order media items by"
430
  msgstr ""
431
 
432
+ #: core/options-pages.php:967 core/options-pages.php:979
433
  msgid "For media library and media popups"
434
  msgstr ""
435
 
436
+ #: core/options-pages.php:968
437
  msgid "Option allows to change order by drag and drop with Custom Order value."
438
  msgstr ""
439
 
440
+ #: core/options-pages.php:973
441
  msgid "Sort order"
442
  msgstr ""
443
 
444
+ #: core/options-pages.php:992
445
  msgid "Media Shortcodes"
446
  msgstr ""
447
 
448
+ #: core/options-pages.php:999 core/options-pages.php:1002
449
  msgid "Enhanced media shortcodes"
450
  msgstr ""
451
 
452
+ #: core/options-pages.php:1003
453
  msgid ""
454
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
455
+ "upload date, and media items number limit"
456
  msgstr ""
457
 
458
+ #: core/options-pages.php:1004
459
+ msgid "Gallery example:"
 
 
460
  msgstr ""
461
 
462
+ #: core/options-pages.php:1005
463
+ msgid "Audio playlist example:"
 
 
464
  msgstr ""
465
 
466
+ #: core/options-pages.php:1006
467
+ msgid "Video playlist example:"
 
 
468
  msgstr ""
469
 
470
+ #: core/options-pages.php:1008
471
  #, php-format
472
  msgid ""
473
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
474
  msgstr ""
475
 
476
+ #: core/options-pages.php:1010
477
  #, php-format
478
  msgid "%sLearn more%s."
479
  msgstr ""
480
 
481
+ #: core/options-pages.php:1012
482
  #, php-format
483
  msgid ""
484
  "Please check out your gallery front-end and back-end functionality once this "
486
  "%s."
487
  msgstr ""
488
 
489
+ #: core/options-pages.php:1082 core/options-pages.php:1229
490
  msgid "Assign following taxonomies to Media Library:"
491
  msgstr "Przypisz następujące taksonomie do biblioteki mediów:"
492
 
493
+ #: core/options-pages.php:1101 core/options-pages.php:1167
494
+ #: core/options-pages.php:1248
495
  msgid "Assign Taxonomy"
496
  msgstr "Przypisz taksonomię"
497
 
498
+ #: core/options-pages.php:1102 core/options-pages.php:1249
499
  msgid "Edit Taxonomy"
500
  msgstr "Edytuj taksonomię"
501
 
502
+ #: core/options-pages.php:1106 core/options-pages.php:1169
503
  msgid "Delete Taxonomy"
504
  msgstr "Usuń taksonomię"
505
 
506
+ #: core/options-pages.php:1111 core/options-pages.php:1174
507
  msgid "Labels"
508
  msgstr "Etykiety"
509
 
510
+ #: core/options-pages.php:1113 core/options-pages.php:1176
511
  msgid "Singular"
512
  msgstr "Liczba pojedyncza"
513
 
514
+ #: core/options-pages.php:1114 core/options-pages.php:1177
515
  msgid "Plural"
516
  msgstr "Liczba mnoga"
517
 
518
+ #: core/options-pages.php:1115 core/options-pages.php:1178
519
  msgid "Menu Name"
520
  msgstr "Nazwa w menu"
521
 
522
+ #: core/options-pages.php:1128 core/options-pages.php:1151
523
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
524
  msgid "Settings"
525
  msgstr "Ustawienia"
526
 
527
+ #: core/options-pages.php:1130 core/options-pages.php:1193
528
  msgid "Taxonomy Name"
529
  msgstr ""
530
 
531
+ #: core/options-pages.php:1131 core/options-pages.php:1194
532
  msgid "Hierarchical"
533
  msgstr "Hierachicznie"
534
 
535
+ #: core/options-pages.php:1132 core/options-pages.php:1195
536
  msgid "Column for List View"
537
  msgstr ""
538
 
539
+ #: core/options-pages.php:1133 core/options-pages.php:1153
540
+ #: core/options-pages.php:1196 core/options-pages.php:1254
541
  msgid "Filter for List View"
542
  msgstr ""
543
 
544
+ #: core/options-pages.php:1134 core/options-pages.php:1154
545
+ #: core/options-pages.php:1197 core/options-pages.php:1255
546
  msgid "Filter for Grid View / Media Popup"
547
  msgstr ""
548
 
549
+ #: core/options-pages.php:1135 core/options-pages.php:1155
550
+ #: core/options-pages.php:1198 core/options-pages.php:1256
551
  msgid "Edit in Media Popup"
552
  msgstr ""
553
 
554
+ #: core/options-pages.php:1136 core/options-pages.php:1199
555
  msgid "Show in Nav Menu"
556
  msgstr "Pokaż w menu nawigacyjnym"
557
 
558
+ #: core/options-pages.php:1137 core/options-pages.php:1200
559
  msgid "Remember Terms Order (sort)"
560
  msgstr ""
561
 
562
+ #: core/options-pages.php:1138 core/options-pages.php:1201
563
  msgid "Show in REST"
564
  msgstr ""
565
 
566
+ #: core/options-pages.php:1139 core/options-pages.php:1202
567
  msgid "Rewrite Slug"
568
  msgstr ""
569
 
570
+ #: core/options-pages.php:1140 core/options-pages.php:1203
571
  msgid "Slug with Front"
572
  msgstr ""
573
 
574
+ #: core/options-pages.php:1215
575
  msgid "Add New Taxonomy"
576
  msgstr "Dodaj nową taksonomię"
577
 
578
+ #: core/options-pages.php:1225
579
  msgid "Non-Media Taxonomies"
580
  msgstr "Pozostałe taksonomie"
581
 
582
+ #: core/options-pages.php:1286
583
  msgid "Options"
584
  msgstr ""
585
 
586
+ #: core/options-pages.php:1296 core/options-pages.php:1299
587
  msgid "Taxonomy archive pages"
588
  msgstr ""
589
 
590
+ #: core/options-pages.php:1300
591
  msgid "Turn on media taxonomy archive pages on the front-end"
592
  msgstr ""
593
 
594
+ #: core/options-pages.php:1301
595
  msgid ""
596
  "Re-save your permalink settings after this option change to make it work."
597
  msgstr ""
598
 
599
+ #: core/options-pages.php:1307 core/options-pages.php:1310
600
  msgid "Assign all like hierarchical"
601
  msgstr ""
602
 
603
+ #: core/options-pages.php:1311
604
  msgid ""
605
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
606
  msgstr ""
607
 
608
+ #: core/options-pages.php:1317 core/options-pages.php:1320
609
  msgid "Force filters"
610
  msgstr ""
611
 
612
+ #: core/options-pages.php:1321
613
  msgid "Show media filters for ANY Media Popup"
614
  msgstr ""
615
 
616
+ #: core/options-pages.php:1322
617
  msgid "Try this if filters are not shown for third-party plugins or themes."
618
  msgstr ""
619
 
620
+ #: core/options-pages.php:1376
621
  msgid "Add New MIME Type"
622
  msgstr "Dodaj nowy typ MIME"
623
 
624
+ #: core/options-pages.php:1394 core/options-pages.php:1449
625
  msgid "Extension"
626
  msgstr "Rozszerzenie"
627
 
628
+ #: core/options-pages.php:1395 core/options-pages.php:1450
629
  msgid "MIME Type"
630
  msgstr "Typ MIME"
631
 
632
+ #: core/options-pages.php:1396 core/options-pages.php:1451
633
  msgid "Singular Label"
634
  msgstr "Etykieta dla liczby pojedynczej"
635
 
636
+ #: core/options-pages.php:1397 core/options-pages.php:1452
637
  msgid "Plural Label"
638
  msgstr "Etykieta dla liczby mnogiej"
639
 
640
+ #: core/options-pages.php:1398 core/options-pages.php:1428
641
+ #: core/options-pages.php:1441 core/options-pages.php:1453
642
  msgid "Add Filter"
643
  msgstr "Dodaj filtr"
644
 
645
+ #: core/options-pages.php:1399 core/options-pages.php:1429
646
+ #: core/options-pages.php:1442 core/options-pages.php:1454
647
  msgid "Allow Upload"
648
  msgstr "Zezwól na przesyłanie"
649
 
650
+ #: core/options-pages.php:1443
651
  msgid "Delete MIME Type"
652
  msgstr "Usuń typ MIME"
653
 
654
+ #: core/options-pages.php:1460
655
  msgid "Restore WordPress default MIME Types"
656
  msgstr ""
657
 
658
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
659
  msgid "Save Changes"
660
  msgstr ""
661
 
662
+ #: core/options-pages.php:1499
663
+ msgid "Changelog"
664
+ msgstr ""
665
+
666
+ #: core/options-pages.php:1500
667
+ msgid "What's new in"
668
+ msgstr ""
669
+
670
+ #: core/options-pages.php:1500
671
+ msgid "version"
672
+ msgstr ""
673
+
674
+ #: core/options-pages.php:1503
675
+ msgid "More features under the hood"
676
+ msgstr ""
677
+
678
+ #: core/options-pages.php:1505
679
+ msgid "Support"
680
+ msgstr ""
681
+
682
+ #: core/options-pages.php:1506
683
+ msgid "Feel free to ask for help on"
684
+ msgstr ""
685
+
686
+ #: core/options-pages.php:1506
687
+ msgid "Support is free for both versions of the plugin."
688
+ msgstr ""
689
+
690
+ #: core/options-pages.php:1508
691
+ msgid "Plugin rating"
692
+ msgstr ""
693
+
694
+ #: core/options-pages.php:1509
695
+ msgid "Please"
696
+ msgstr ""
697
+
698
+ #: core/options-pages.php:1509
699
+ msgid "vote for the plugin"
700
+ msgstr ""
701
+
702
+ #: core/options-pages.php:1509
703
+ msgid "Thanks!"
704
+ msgstr ""
705
+
706
+ #: core/options-pages.php:1511
707
+ msgid "Other plugins you may find useful"
708
+ msgstr ""
709
+
710
+ #: core/options-pages.php:1550
711
+ msgid "Utility"
712
+ msgstr ""
713
+
714
+ #: core/options-pages.php:1571
715
  msgid "Vote!"
716
  msgstr ""
717
 
718
+ #: core/taxonomies.php:101
719
  msgid "Media Taxonomies settings saved."
720
  msgstr ""
721
 
722
+ #: core/taxonomies.php:159
723
  msgid "Media Library settings saved."
724
  msgstr ""
725
 
726
+ #: core/taxonomies.php:358 core/taxonomies.php:364
727
  #: enhanced-media-library.php:489
728
+ msgid "Filter by"
 
 
 
 
729
  msgstr ""
730
 
731
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
732
+ msgid "Not in"
733
  msgstr ""
734
 
735
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
748
  msgid "Based On"
749
  msgstr ""
750
 
751
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
752
+ msgid "Media Categories"
753
+ msgstr ""
754
+
755
+ #: enhanced-media-library.php:570
756
+ msgid "Media Category"
757
+ msgstr ""
758
+
759
+ #: enhanced-media-library.php:572
760
+ msgid "All Media Categories"
761
+ msgstr ""
762
+
763
+ #: enhanced-media-library.php:573
764
+ msgid "Edit Media Category"
765
+ msgstr ""
766
+
767
+ #: enhanced-media-library.php:574
768
+ msgid "View Media Category"
769
+ msgstr ""
770
+
771
+ #: enhanced-media-library.php:575
772
+ msgid "Update Media Category"
773
+ msgstr ""
774
+
775
+ #: enhanced-media-library.php:576
776
+ msgid "Add New Media Category"
777
+ msgstr ""
778
+
779
+ #: enhanced-media-library.php:577
780
+ msgid "New Media Category Name"
781
+ msgstr ""
782
+
783
+ #: enhanced-media-library.php:578
784
+ msgid "Parent Media Category"
785
+ msgstr ""
786
+
787
+ #: enhanced-media-library.php:579
788
+ msgid "Parent Media Category:"
789
+ msgstr ""
790
+
791
+ #: enhanced-media-library.php:580
792
+ msgid "Search Media Categories"
793
+ msgstr ""
794
+
795
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
796
  msgid "Remove"
797
  msgstr ""
798
 
799
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
800
  msgid "Deselect"
801
  msgstr ""
802
 
803
+ #: pro/core/bulk-edit.php:105
804
  msgid "Caption this image&hellip;"
805
  msgstr ""
806
 
807
+ #: pro/core/bulk-edit.php:109
808
  msgid "Describe this video&hellip;"
809
  msgstr ""
810
 
811
+ #: pro/core/bulk-edit.php:111
812
  msgid "Describe this audio file&hellip;"
813
  msgstr ""
814
 
815
+ #: pro/core/bulk-edit.php:113
816
  msgid "Describe this media file&hellip;"
817
  msgstr ""
818
 
819
+ #: pro/core/bulk-edit.php:122
820
  msgid "Attachments Details"
821
  msgstr ""
822
 
823
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
824
  msgid "Select All"
825
  msgstr ""
826
 
827
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
828
  msgid "Edit Selection"
829
  msgstr ""
830
 
831
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
832
  msgid "Deselect All"
833
  msgstr ""
834
 
835
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
836
  msgid "Delete Selected"
837
  msgstr ""
838
 
918
 
919
  #: pro/core/options-pages.php:201
920
  msgid ""
921
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
922
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
923
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
924
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
1028
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1029
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1030
  "be active. Please network deactivate and delete the free versions of the "
1031
+ "plugin. All your data will remain intact."
1032
  msgstr ""
1033
 
1034
  #: pro/enhanced-media-library-pro.php:299
1047
  "intact."
1048
  msgstr ""
1049
 
1050
+ #. Description of the plugin/theme
1051
+ msgid ""
1052
+ "This plugin will be handy for those who need to manage a lot of media files."
1053
+ msgstr ""
1054
+ "Wtyczka ta będzie przydatna tym, którzy muszą zarządzać wieloma plikami "
1055
+ "multimedialnymi."
1056
+
1057
+ #~ msgid ""
1058
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1059
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1060
+ #~ "be lost."
1061
+ #~ msgstr ""
1062
+ #~ "Taksonomia zostanie trwale usunięta. Pliki mediów pozostaną nietknięte, "
1063
+ #~ "ale wszystkie ich połączenia z tą taksonomią i warunki zostaną utracone."
1064
+
1065
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1066
+ #~ msgstr ""
1067
+ #~ "Proszę wybrać nazwy w liczbie pojedynczej oraz mnogiej dla nowej "
1068
+ #~ "taksonomii"
1069
+
1070
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1071
+ #~ msgstr "Proszę wybrać nazwę w liczbie pojedynczej dla nowej taksonomii"
1072
+
1073
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1074
+ #~ msgstr "Prosze wybrać nazwę w liczbie mnogiej dla nowej taksonomii"
1075
+
1076
+ #~ msgid ""
1077
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1078
+ #~ msgstr "Istnieje już taksonomia o takiej nazwie. Wybierz inną nazwę."
1079
+
1080
  #~ msgid "Remember terms order (sort)"
1081
  #~ msgstr "Pamiętaj kolejność (sortowanie)"
1082
 
1086
  #~ msgid "Enhanced Media Library PRO"
1087
  #~ msgstr "Rozszerzona Biblioteka Mediów PRO"
1088
 
 
 
 
 
 
 
 
1089
  #~ msgid "Enhanced Media Library Options"
1090
  #~ msgstr "Rozszerzona Biblioteka Mediów - Opcje"
1091
 
languages/enhanced-media-library-sv_SE.mo CHANGED
Binary file
languages/enhanced-media-library-sv_SE.po CHANGED
@@ -3,7 +3,7 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
- "POT-Creation-Date: 2016-04-14 02:56+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: P. E.\n"
@@ -36,9 +36,9 @@ msgid_plural " <span class=\"count\">(%s)</span>"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
- #: core/options-pages.php:97 core/options-pages.php:215
40
- #: core/options-pages.php:916 core/options-pages.php:1041
41
- #: core/options-pages.php:1353
42
  msgid "Media Settings"
43
  msgstr "Mediainställningar"
44
 
@@ -62,401 +62,424 @@ msgstr "Enhanced Media Library"
62
  msgid "General"
63
  msgstr ""
64
 
65
- #: core/options-pages.php:190 core/options-pages.php:1062
66
  msgid "Media Taxonomies"
67
  msgstr "Mediataxonomier"
68
 
69
- #: core/options-pages.php:212 core/options-pages.php:504
70
- #: core/options-pages.php:912 core/options-pages.php:1037
71
- #: core/options-pages.php:1349
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr "Du har inte tillräckliga tillstånd för tillgång till denna sida."
74
 
75
- #: core/options-pages.php:226
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
- #: core/options-pages.php:227
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
- #: core/options-pages.php:231
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
- #: core/options-pages.php:233
90
  msgid "Width"
91
  msgstr ""
92
 
93
- #: core/options-pages.php:235
94
  msgid "Height"
95
  msgstr ""
96
 
97
- #: core/options-pages.php:238
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
- #: core/options-pages.php:243 core/options-pages.php:244
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
- #: core/options-pages.php:245 core/options-pages.php:255
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
- #: core/options-pages.php:247 core/options-pages.php:257
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
- #: core/options-pages.php:253 core/options-pages.php:254
115
  msgid "Large size"
116
  msgstr ""
117
 
118
- #: core/options-pages.php:270
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
- #: core/options-pages.php:277
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
- #: core/options-pages.php:284
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
- #: core/options-pages.php:288
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
- #: core/options-pages.php:294
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
- #: core/options-pages.php:296
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
- #: core/options-pages.php:304
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
- #: core/options-pages.php:376 core/options-pages.php:1086
148
- #: core/options-pages.php:1101 core/options-pages.php:1163
149
- #: core/options-pages.php:1232
150
  msgid "Edit"
151
  msgstr "Redigera"
152
 
153
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "Stäng"
156
 
157
- #: core/options-pages.php:378 core/options-pages.php:1102
158
- #: core/options-pages.php:1164
159
  msgid "View"
160
  msgstr "Visa"
161
 
162
- #: core/options-pages.php:379 core/options-pages.php:1103
163
- #: core/options-pages.php:1165
164
  msgid "Update"
165
  msgstr "Uppdatera"
166
 
167
- #: core/options-pages.php:380 core/options-pages.php:1104
168
- #: core/options-pages.php:1166
169
  msgid "Add New"
170
  msgstr "Lägg Till Ny"
171
 
172
- #: core/options-pages.php:381 core/options-pages.php:1105
173
- #: core/options-pages.php:1167
174
  msgid "New"
175
  msgstr "Ny"
176
 
177
- #: core/options-pages.php:382
178
  msgid "Name"
179
  msgstr "Namn"
180
 
181
- #: core/options-pages.php:383 core/options-pages.php:1106
182
- #: core/options-pages.php:1168
183
  msgid "Parent"
184
  msgstr "Förälder"
185
 
186
- #: core/options-pages.php:384 core/options-pages.php:600
187
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
188
  msgid "All"
189
  msgstr "Alla"
190
 
191
- #: core/options-pages.php:385 core/options-pages.php:1107
192
- #: core/options-pages.php:1169
193
  msgid "Search"
194
  msgstr "Sök"
195
 
196
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
 
 
 
 
197
  msgid ""
198
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
199
- "but all the connections with this taxonomy and its terms will be lost."
 
200
  msgstr ""
201
- "Taxonomin kommer att tas bort permanent! Dina mediafiler påverkas inte, men "
202
- "alla kopplingar till denna taxonomi kommer att gå förlorade."
203
 
204
- #: core/options-pages.php:388
205
- msgid "There is already a taxonomy with the same name. Please chose other one."
206
  msgstr ""
207
- "Det finns redan en taxonomi med detta namn. Var god välj ett annat namn."
208
 
209
- #: core/options-pages.php:389 core/options-pages.php:1150
210
- msgid "New Taxonomy"
211
- msgstr "Ny Taxonomi"
212
 
213
- #: core/options-pages.php:390
214
- msgid "Please choose Singular and Plural names for all your new taxomonies."
215
- msgstr "Var god välj Singular- och Plural-namn åt alla dina nya taxonomier."
216
 
217
- #: core/options-pages.php:391
218
- msgid "Please choose Singilar name for all your new taxomonies."
219
- msgstr "Var god välj Singular-namn åt alla dina nya taxonomier."
220
 
221
- #: core/options-pages.php:392
222
- msgid "Please choose Plural Name for all your new taxomonies."
223
- msgstr "Var god välj Plural-namn åt alla dina nya taxonomier."
 
224
 
225
- #: core/options-pages.php:395 pro/core/options-pages.php:165
226
- msgid "Synchronize Now"
227
  msgstr ""
228
 
229
- #: core/options-pages.php:396
230
- msgid "This operation cannot be canceled. Are you still sure?"
231
  msgstr ""
232
 
233
- #: core/options-pages.php:397
234
- msgid "Synchronize"
235
  msgstr ""
236
 
237
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
 
 
 
 
238
  msgid "Cancel"
239
  msgstr ""
240
 
241
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Synchronizing..."
243
  msgstr ""
244
 
245
- #: core/options-pages.php:435
246
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
247
  msgstr ""
248
  "Varning! Alla dina anpassade MIME-typer kommer att tas bort med denna åtgärd."
249
 
250
- #: core/options-pages.php:436
251
  msgid "Please fill into all fields."
252
  msgstr "Var god fyll i alla fält."
253
 
254
- #: core/options-pages.php:437
255
  msgid "Duplicate extensions or MIME types. Please chose other one."
256
  msgstr "Dubbeldefinition av filändelse eller MIME-typ. Var god välj en annan."
257
 
258
- #: core/options-pages.php:474
 
 
 
 
259
  msgid ""
260
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
261
  "plugin data</strong> from the database including backups."
262
  msgstr ""
263
 
264
- #: core/options-pages.php:475
265
- msgid "The operation cannot be canceled! Are you still sure?"
266
- msgstr ""
267
-
268
- #: core/options-pages.php:476 core/options-pages.php:591
269
- msgid "Complete Cleanup"
270
- msgstr ""
271
-
272
- #: core/options-pages.php:477
273
  msgid "Yes, delete all data"
274
  msgstr ""
275
 
276
- #: core/options-pages.php:479
277
  msgid "Cleaning..."
278
  msgstr ""
279
 
280
- #: core/options-pages.php:509
281
  msgid "Enhanced Media Library Settings"
282
  msgstr ""
283
 
284
- #: core/options-pages.php:519
285
  msgid "Export"
286
  msgstr ""
287
 
288
- #: core/options-pages.php:523
289
  msgid ""
290
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
291
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
292
  "configuration file. It allows you to easily import the configuration into "
293
  "another website."
294
  msgstr ""
295
 
296
- #: core/options-pages.php:528
297
  msgid "Export Plugin Settings"
298
  msgstr ""
299
 
300
- #: core/options-pages.php:538
301
  msgid "Import"
302
  msgstr ""
303
 
304
- #: core/options-pages.php:542
305
  msgid ""
306
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
307
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
308
  "configuration file which can be obtained by exporting the settings on "
309
  "another website using the export button above."
310
  msgstr ""
311
 
312
- #: core/options-pages.php:543
313
  msgid ""
314
- "All plugin settings will be overriden by the import. You will have a chance "
315
  "to restore current data from an automatic backup in case you are not "
316
  "satisfied with the result of the import."
317
  msgstr ""
318
 
319
- #: core/options-pages.php:550
320
  msgid "Import Plugin Settings"
321
  msgstr ""
322
 
323
- #: core/options-pages.php:562
324
  msgid "Restore"
325
  msgstr ""
326
 
327
- #: core/options-pages.php:568
328
  msgid "No backup available at the moment."
329
  msgstr ""
330
 
331
- #: core/options-pages.php:570
332
  msgid "Backup will be created automatically before any import operation."
333
  msgstr ""
334
 
335
- #: core/options-pages.php:574
336
  msgid ""
337
- "The backup had been automatically created before the latest import opetarion."
338
  msgstr ""
339
 
340
- #: core/options-pages.php:578
341
  msgid "Restore Settings from the Backup"
342
  msgstr ""
343
 
344
- #: core/options-pages.php:598
345
  msgid "What will be deleted:"
346
  msgstr ""
347
 
348
- #: core/options-pages.php:603
349
  msgid "All plugin options"
350
  msgstr ""
351
 
352
- #: core/options-pages.php:604
353
  msgid "All plugin backups stored in database"
354
  msgstr ""
355
 
356
- #: core/options-pages.php:608
357
  msgid "What will remain intact:"
358
  msgstr ""
359
 
360
- #: core/options-pages.php:609
361
  msgid "All media items"
362
  msgstr ""
363
 
364
- #: core/options-pages.php:610
365
  msgid "All taxonomies not listed above"
366
  msgstr ""
367
 
368
- #: core/options-pages.php:613
369
  msgid ""
370
  "The plugin cannot delete itself because of security reason. Please delete it "
371
  "manually from plugin list after cleanup."
372
  msgstr ""
373
 
374
- #: core/options-pages.php:615
375
  msgid ""
376
  "If you are not sure about this operation please create a backup of your "
377
  "database prior to cleanup!"
378
  msgstr ""
379
 
380
- #: core/options-pages.php:621
381
  msgid "Delete All Data & Deactivate"
382
  msgstr ""
383
 
384
- #: core/options-pages.php:726
385
  msgid "Please upload a file to import settings."
386
  msgstr ""
387
 
388
- #: core/options-pages.php:746
389
  msgid "Plugin settings imported."
390
  msgstr ""
391
 
392
- #: core/options-pages.php:793
393
  msgid "Plugin settings restored from the backup."
394
  msgstr ""
395
 
396
- #: core/options-pages.php:937
397
  msgid "Media Items Order"
398
  msgstr ""
399
 
400
- #: core/options-pages.php:944
401
  msgid "Order media items by"
402
  msgstr ""
403
 
404
- #: core/options-pages.php:951 core/options-pages.php:963
405
  msgid "For media library and media popups"
406
  msgstr ""
407
 
408
- #: core/options-pages.php:952
409
  msgid "Option allows to change order by drag and drop with Custom Order value."
410
  msgstr ""
411
 
412
- #: core/options-pages.php:957
413
  msgid "Sort order"
414
  msgstr ""
415
 
416
- #: core/options-pages.php:976
417
  msgid "Media Shortcodes"
418
  msgstr ""
419
 
420
- #: core/options-pages.php:983 core/options-pages.php:986
421
  msgid "Enhanced media shortcodes"
422
  msgstr ""
423
 
424
- #: core/options-pages.php:987
425
  msgid ""
426
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
427
- "uploade date, and media items number limit"
428
  msgstr ""
429
 
430
- #: core/options-pages.php:988
431
- msgid ""
432
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
433
- "year=\"2015\"]"
434
  msgstr ""
435
 
436
- #: core/options-pages.php:989
437
- msgid ""
438
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
439
- "\"12\" year=\"2015\"]"
440
  msgstr ""
441
 
442
- #: core/options-pages.php:990
443
- msgid ""
444
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
445
- "\"10\" monthnum=\"12\" year=\"2015\"]"
446
  msgstr ""
447
 
448
- #: core/options-pages.php:992
449
  #, php-format
450
  msgid ""
451
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
452
  msgstr ""
453
 
454
- #: core/options-pages.php:994
455
  #, php-format
456
  msgid "%sLearn more%s."
457
  msgstr ""
458
 
459
- #: core/options-pages.php:996
460
  #, php-format
461
  msgid ""
462
  "Please check out your gallery front-end and back-end functionality once this "
@@ -464,207 +487,254 @@ msgid ""
464
  "%s."
465
  msgstr ""
466
 
467
- #: core/options-pages.php:1066 core/options-pages.php:1212
468
  msgid "Assign following taxonomies to Media Library:"
469
  msgstr "Tilldela följande taxonomier till Mediabiblioteket:"
470
 
471
- #: core/options-pages.php:1085 core/options-pages.php:1150
472
- #: core/options-pages.php:1231
473
  msgid "Assign Taxonomy"
474
  msgstr "Tilldela Taxonomi"
475
 
476
- #: core/options-pages.php:1086 core/options-pages.php:1232
477
  msgid "Edit Taxonomy"
478
  msgstr "Redigera Taxonomi"
479
 
480
- #: core/options-pages.php:1090 core/options-pages.php:1152
481
  msgid "Delete Taxonomy"
482
  msgstr "Ta Bort Taxonomi"
483
 
484
- #: core/options-pages.php:1095 core/options-pages.php:1157
485
  msgid "Labels"
486
  msgstr "Etiketter"
487
 
488
- #: core/options-pages.php:1097 core/options-pages.php:1159
489
  msgid "Singular"
490
  msgstr "Singular"
491
 
492
- #: core/options-pages.php:1098 core/options-pages.php:1160
493
  msgid "Plural"
494
  msgstr "Plural"
495
 
496
- #: core/options-pages.php:1099 core/options-pages.php:1161
497
  msgid "Menu Name"
498
  msgstr "Menynamn"
499
 
500
- #: core/options-pages.php:1112 core/options-pages.php:1135
501
- #: core/options-pages.php:1174 core/options-pages.php:1235
502
- #: core/options-pages.php:1530
503
  msgid "Settings"
504
  msgstr "Inställningar"
505
 
506
- #: core/options-pages.php:1114 core/options-pages.php:1176
507
  msgid "Taxonomy Name"
508
  msgstr "Taxonominamn"
509
 
510
- #: core/options-pages.php:1115 core/options-pages.php:1177
511
  msgid "Hierarchical"
512
  msgstr "Hierarkisk"
513
 
514
- #: core/options-pages.php:1116 core/options-pages.php:1178
515
  msgid "Column for List View"
516
  msgstr ""
517
 
518
- #: core/options-pages.php:1117 core/options-pages.php:1137
519
- #: core/options-pages.php:1179 core/options-pages.php:1237
520
  msgid "Filter for List View"
521
  msgstr ""
522
 
523
- #: core/options-pages.php:1118 core/options-pages.php:1138
524
- #: core/options-pages.php:1180 core/options-pages.php:1238
525
  msgid "Filter for Grid View / Media Popup"
526
  msgstr ""
527
 
528
- #: core/options-pages.php:1119 core/options-pages.php:1139
529
- #: core/options-pages.php:1181 core/options-pages.php:1239
530
  msgid "Edit in Media Popup"
531
  msgstr "Redigera i Media-popup"
532
 
533
- #: core/options-pages.php:1120 core/options-pages.php:1182
534
  msgid "Show in Nav Menu"
535
  msgstr "Visa i Nav Menu"
536
 
537
- #: core/options-pages.php:1121 core/options-pages.php:1183
538
  msgid "Remember Terms Order (sort)"
539
  msgstr ""
540
 
541
- #: core/options-pages.php:1122 core/options-pages.php:1184
542
  msgid "Show in REST"
543
  msgstr ""
544
 
545
- #: core/options-pages.php:1123 core/options-pages.php:1185
546
  msgid "Rewrite Slug"
547
  msgstr "Skriv Om Slug"
548
 
549
- #: core/options-pages.php:1124 core/options-pages.php:1186
550
  msgid "Slug with Front"
551
  msgstr "Slug med Framsida"
552
 
553
- #: core/options-pages.php:1198
554
  msgid "Add New Taxonomy"
555
  msgstr "Lägg Till Ny Taxonomi"
556
 
557
- #: core/options-pages.php:1208
558
  msgid "Non-Media Taxonomies"
559
  msgstr "Icke-Media-taxonomier"
560
 
561
- #: core/options-pages.php:1269
562
  msgid "Options"
563
  msgstr "Alternativ"
564
 
565
- #: core/options-pages.php:1279 core/options-pages.php:1282
566
  msgid "Taxonomy archive pages"
567
  msgstr "Arkivsidor för Taxonomier"
568
 
569
- #: core/options-pages.php:1283
570
  msgid "Turn on media taxonomy archive pages on the front-end"
571
  msgstr "Slå på arkivsidor för mediataxonomier i frontend"
572
 
573
- #: core/options-pages.php:1284
574
  msgid ""
575
  "Re-save your permalink settings after this option change to make it work."
576
  msgstr ""
577
  "Återspara inställningarna för permalänkar efter en ändring av detta "
578
  "alternativ för att få det att fungera."
579
 
580
- #: core/options-pages.php:1290 core/options-pages.php:1293
581
  msgid "Assign all like hierarchical"
582
  msgstr "Tilldela alla som hierarkiska"
583
 
584
- #: core/options-pages.php:1294
585
  msgid ""
586
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
587
  msgstr ""
588
  "Visa icke-hierarkiska taxonomier som hierarkiska i Rutnätsvy / Media-popup"
589
 
590
- #: core/options-pages.php:1300 core/options-pages.php:1303
591
  msgid "Force filters"
592
  msgstr "Tvinga filter"
593
 
594
- #: core/options-pages.php:1304
595
  msgid "Show media filters for ANY Media Popup"
596
  msgstr ""
597
 
598
- #: core/options-pages.php:1305
599
  msgid "Try this if filters are not shown for third-party plugins or themes."
600
  msgstr ""
601
 
602
- #: core/options-pages.php:1359
603
  msgid "Add New MIME Type"
604
  msgstr "Lägg Till Ny MIME-typ"
605
 
606
- #: core/options-pages.php:1377 core/options-pages.php:1432
607
  msgid "Extension"
608
  msgstr "Utökning"
609
 
610
- #: core/options-pages.php:1378 core/options-pages.php:1433
611
  msgid "MIME Type"
612
  msgstr "MIME-typ"
613
 
614
- #: core/options-pages.php:1379 core/options-pages.php:1434
615
  msgid "Singular Label"
616
  msgstr "Singular-etikett"
617
 
618
- #: core/options-pages.php:1380 core/options-pages.php:1435
619
  msgid "Plural Label"
620
  msgstr "Plural-etikett"
621
 
622
- #: core/options-pages.php:1381 core/options-pages.php:1411
623
- #: core/options-pages.php:1424 core/options-pages.php:1436
624
  msgid "Add Filter"
625
  msgstr "Lägg Till Filter"
626
 
627
- #: core/options-pages.php:1382 core/options-pages.php:1412
628
- #: core/options-pages.php:1425 core/options-pages.php:1437
629
  msgid "Allow Upload"
630
  msgstr "Tillåt Uppladdning"
631
 
632
- #: core/options-pages.php:1426
633
  msgid "Delete MIME Type"
634
  msgstr "Ta Bort MIME-typ"
635
 
636
- #: core/options-pages.php:1443
637
  msgid "Restore WordPress default MIME Types"
638
  msgstr ""
639
 
640
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
641
  msgid "Save Changes"
642
  msgstr "Spara Ändringar"
643
 
644
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
645
  msgid "Vote!"
646
  msgstr ""
647
 
648
- #: core/taxonomies.php:81
649
  msgid "Media Taxonomies settings saved."
650
  msgstr ""
651
 
652
- #: core/taxonomies.php:139
653
  msgid "Media Library settings saved."
654
  msgstr ""
655
 
656
- #: core/taxonomies.php:338 core/taxonomies.php:344
657
  #: enhanced-media-library.php:489
658
- msgid "Filter by "
659
- msgstr "Filtrera efter "
660
-
661
- #: core/taxonomies.php:345 enhanced-media-library.php:490
662
- msgid "All "
663
- msgstr "Alla "
664
 
665
- #: core/taxonomies.php:346 enhanced-media-library.php:491
666
- msgid "Not in "
667
- msgstr "Ej i "
668
 
669
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
670
  msgid "All Uncategorized"
@@ -682,47 +752,91 @@ msgstr ""
682
  msgid "Based On"
683
  msgstr ""
684
 
685
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
686
  msgid "Remove"
687
  msgstr "Ta Bort"
688
 
689
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
690
  msgid "Deselect"
691
  msgstr "Avmarkera"
692
 
693
- #: pro/core/bulk-edit.php:112
694
  msgid "Caption this image&hellip;"
695
  msgstr "Rubricera denna bild&hellip;"
696
 
697
- #: pro/core/bulk-edit.php:116
698
  msgid "Describe this video&hellip;"
699
  msgstr "Beskriv denna video&hellip;"
700
 
701
- #: pro/core/bulk-edit.php:118
702
  msgid "Describe this audio file&hellip;"
703
  msgstr "Beskriv denna audiofil&hellip;"
704
 
705
- #: pro/core/bulk-edit.php:120
706
  msgid "Describe this media file&hellip;"
707
  msgstr "Beskriv denna mediafil&hellip;"
708
 
709
- #: pro/core/bulk-edit.php:129
710
  msgid "Attachments Details"
711
  msgstr "Detaljer För Bilaga"
712
 
713
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
714
  msgid "Select All"
715
  msgstr "Välj Alla"
716
 
717
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
718
  msgid "Edit Selection"
719
  msgstr "Redigera Valda"
720
 
721
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
722
  msgid "Deselect All"
723
  msgstr "Avmarkera Alla"
724
 
725
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
726
  msgid "Delete Selected"
727
  msgstr "Ta Bort Valda"
728
 
@@ -808,17 +922,12 @@ msgstr "Spara ändringar direkt"
808
 
809
  #: pro/core/options-pages.php:201
810
  msgid ""
811
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
812
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
813
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
814
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
815
  "files / taxonomies with this option turned on."
816
  msgstr ""
817
- "Att klicka i en taxonomis kryssruta under bulkredigering av mediafiler "
818
- "kommer att leda till <strong style=\"color:red\">direkt nedsparning</strong> "
819
- "av data. Var god iakta försiktighet! Det är mycket högre risk för att "
820
- "<strong style=\"color:red\">av misstag felaktigt återtilldela</strong> flera "
821
- "av dina mediafiler / taxonomier om detta alternativ är påslaget."
822
 
823
  #: pro/core/options-pages.php:202
824
  msgid ""
@@ -930,7 +1039,7 @@ msgid ""
930
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
931
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
932
  "be active. Please network deactivate and delete the free versions of the "
933
- "plugin. All your data will remail intact."
934
  msgstr ""
935
 
936
  #: pro/enhanced-media-library-pro.php:299
@@ -949,6 +1058,57 @@ msgid ""
949
  "intact."
950
  msgstr ""
951
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
952
  #~ msgctxt "uploaded files"
953
  #~ msgid "All (%s)"
954
  #~ msgid_plural "All (%s)"
@@ -1262,10 +1422,3 @@ msgstr ""
1262
 
1263
  #~ msgid "Enhanced Media Library PRO"
1264
  #~ msgstr "Enhanced Media Library PRO"
1265
-
1266
- #~ msgid ""
1267
- #~ "This plugin will be handy for those who need to manage a lot of media "
1268
- #~ "files."
1269
- #~ msgstr ""
1270
- #~ "Detta är ett praktiskt tillägg för de som behöver hantera många "
1271
- #~ "mediafiler."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library PRO\n"
6
+ "POT-Creation-Date: 2016-04-30 12:53+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: P. E.\n"
36
  msgstr[0] " <span class=\"count\">(%s)</span>"
37
  msgstr[1] " <span class=\"count\">(%s)</span>"
38
 
39
+ #: core/options-pages.php:97 core/options-pages.php:217
40
+ #: core/options-pages.php:932 core/options-pages.php:1057
41
+ #: core/options-pages.php:1370 core/options-pages.php:1547
42
  msgid "Media Settings"
43
  msgstr "Mediainställningar"
44
 
62
  msgid "General"
63
  msgstr ""
64
 
65
+ #: core/options-pages.php:190 core/options-pages.php:1078
66
  msgid "Media Taxonomies"
67
  msgstr "Mediataxonomier"
68
 
69
+ #: core/options-pages.php:214 core/options-pages.php:520
70
+ #: core/options-pages.php:928 core/options-pages.php:1053
71
+ #: core/options-pages.php:1366
72
  msgid "You do not have sufficient permissions to access this page."
73
  msgstr "Du har inte tillräckliga tillstånd för tillgång till denna sida."
74
 
75
+ #: core/options-pages.php:228
76
  msgid "Image sizes"
77
  msgstr ""
78
 
79
+ #: core/options-pages.php:229
80
  msgid ""
81
  "The sizes listed below determine the maximum dimensions in pixels to use "
82
  "when adding an image to the Media Library."
83
  msgstr ""
84
 
85
+ #: core/options-pages.php:233
86
  msgid "Thumbnail size"
87
  msgstr ""
88
 
89
+ #: core/options-pages.php:235
90
  msgid "Width"
91
  msgstr ""
92
 
93
+ #: core/options-pages.php:237
94
  msgid "Height"
95
  msgstr ""
96
 
97
+ #: core/options-pages.php:240
98
  msgid ""
99
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
100
  msgstr ""
101
 
102
+ #: core/options-pages.php:245 core/options-pages.php:246
103
  msgid "Medium size"
104
  msgstr ""
105
 
106
+ #: core/options-pages.php:247 core/options-pages.php:257
107
  msgid "Max Width"
108
  msgstr ""
109
 
110
+ #: core/options-pages.php:249 core/options-pages.php:259
111
  msgid "Max Height"
112
  msgstr ""
113
 
114
+ #: core/options-pages.php:255 core/options-pages.php:256
115
  msgid "Large size"
116
  msgstr ""
117
 
118
+ #: core/options-pages.php:272
119
  msgid "Embeds"
120
  msgstr ""
121
 
122
+ #: core/options-pages.php:279
123
  msgid "Uploading Files"
124
  msgstr ""
125
 
126
+ #: core/options-pages.php:286
127
  msgid "Store uploads in this folder"
128
  msgstr ""
129
 
130
+ #: core/options-pages.php:290
131
  #, php-format
132
  msgid "Default is %s"
133
  msgstr ""
134
 
135
+ #: core/options-pages.php:296
136
  msgid "Full URL path to files"
137
  msgstr ""
138
 
139
+ #: core/options-pages.php:298
140
  msgid "Configuring this is optional. By default, it should be blank."
141
  msgstr ""
142
 
143
+ #: core/options-pages.php:306
144
  msgid "Organize my uploads into month- and year-based folders"
145
  msgstr ""
146
 
147
+ #: core/options-pages.php:378 core/options-pages.php:1102
148
+ #: core/options-pages.php:1117 core/options-pages.php:1180
149
+ #: core/options-pages.php:1249
150
  msgid "Edit"
151
  msgstr "Redigera"
152
 
153
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "Stäng"
156
 
157
+ #: core/options-pages.php:380 core/options-pages.php:1118
158
+ #: core/options-pages.php:1181
159
  msgid "View"
160
  msgstr "Visa"
161
 
162
+ #: core/options-pages.php:381 core/options-pages.php:1119
163
+ #: core/options-pages.php:1182
164
  msgid "Update"
165
  msgstr "Uppdatera"
166
 
167
+ #: core/options-pages.php:382 core/options-pages.php:1120
168
+ #: core/options-pages.php:1183
169
  msgid "Add New"
170
  msgstr "Lägg Till Ny"
171
 
172
+ #: core/options-pages.php:383 core/options-pages.php:1121
173
+ #: core/options-pages.php:1184
174
  msgid "New"
175
  msgstr "Ny"
176
 
177
+ #: core/options-pages.php:384
178
  msgid "Name"
179
  msgstr "Namn"
180
 
181
+ #: core/options-pages.php:385 core/options-pages.php:1122
182
+ #: core/options-pages.php:1185
183
  msgid "Parent"
184
  msgstr "Förälder"
185
 
186
+ #: core/options-pages.php:386 core/options-pages.php:616
187
+ #: core/options-pages.php:1116 core/options-pages.php:1179
188
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
189
  msgid "All"
190
  msgstr "Alla"
191
 
192
+ #: core/options-pages.php:387 core/options-pages.php:1123
193
+ #: core/options-pages.php:1186
194
  msgid "Search"
195
  msgstr "Sök"
196
 
197
+ #: core/options-pages.php:389 core/options-pages.php:1167
198
+ msgid "New Taxonomy"
199
+ msgstr "Ny Taxonomi"
200
+
201
+ #: core/options-pages.php:391
202
+ msgid "Remove Taxonomy"
203
+ msgstr ""
204
+
205
+ #: core/options-pages.php:392
206
+ msgid "Taxonomy will be removed."
207
+ msgstr ""
208
+
209
+ #: core/options-pages.php:393
210
  msgid ""
211
+ "Taxonomy terms (categories) will remain intact in the database. If you "
212
+ "create a taxonomy with the same name in the future, its terms (categories) "
213
+ "will be available again."
214
  msgstr ""
 
 
215
 
216
+ #: core/options-pages.php:394
217
+ msgid "Media items will remain intact."
218
  msgstr ""
 
219
 
220
+ #: core/options-pages.php:395
221
+ msgid "Are you still sure?"
222
+ msgstr ""
223
 
224
+ #: core/options-pages.php:396
225
+ msgid "Yes, remove taxonomy"
226
+ msgstr ""
227
 
228
+ #: core/options-pages.php:398
229
+ msgid "Duplicate"
230
+ msgstr ""
231
 
232
+ #: core/options-pages.php:399
233
+ msgid "Taxonomy with the same name already exists. Please chose other one."
234
+ msgstr ""
235
+ "Det finns redan en taxonomi med detta namn. Var god välj ett annat namn."
236
 
237
+ #: core/options-pages.php:401
238
+ msgid "Empty Fields"
239
  msgstr ""
240
 
241
+ #: core/options-pages.php:402
242
+ msgid "Please choose Singular and Plural names for all new taxomonies."
243
  msgstr ""
244
 
245
+ #: core/options-pages.php:403
246
+ msgid "Please choose Singilar name for all new taxomonies."
247
  msgstr ""
248
 
249
+ #: core/options-pages.php:404
250
+ msgid "Please choose Plural Name for all new taxomonies."
251
+ msgstr ""
252
+
253
+ #: core/options-pages.php:406
254
+ msgid "Ok"
255
+ msgstr ""
256
+
257
+ #: core/options-pages.php:407 core/options-pages.php:412
258
+ #: core/options-pages.php:495
259
  msgid "Cancel"
260
  msgstr ""
261
 
262
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
263
+ msgid "Synchronize Now"
264
+ msgstr ""
265
+
266
+ #: core/options-pages.php:410 core/options-pages.php:492
267
+ msgid "This operation cannot be canceled! Are you still sure?"
268
+ msgstr ""
269
+
270
+ #: core/options-pages.php:411
271
+ msgid "Synchronize"
272
+ msgstr ""
273
+
274
+ #: core/options-pages.php:413
275
  msgid "Synchronizing..."
276
  msgstr ""
277
 
278
+ #: core/options-pages.php:451
279
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
280
  msgstr ""
281
  "Varning! Alla dina anpassade MIME-typer kommer att tas bort med denna åtgärd."
282
 
283
+ #: core/options-pages.php:452
284
  msgid "Please fill into all fields."
285
  msgstr "Var god fyll i alla fält."
286
 
287
+ #: core/options-pages.php:453
288
  msgid "Duplicate extensions or MIME types. Please chose other one."
289
  msgstr "Dubbeldefinition av filändelse eller MIME-typ. Var god välj en annan."
290
 
291
+ #: core/options-pages.php:490 core/options-pages.php:607
292
+ msgid "Complete Cleanup"
293
+ msgstr ""
294
+
295
+ #: core/options-pages.php:491
296
  msgid ""
297
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
298
  "plugin data</strong> from the database including backups."
299
  msgstr ""
300
 
301
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
302
  msgid "Yes, delete all data"
303
  msgstr ""
304
 
305
+ #: core/options-pages.php:494
306
  msgid "Cleaning..."
307
  msgstr ""
308
 
309
+ #: core/options-pages.php:525
310
  msgid "Enhanced Media Library Settings"
311
  msgstr ""
312
 
313
+ #: core/options-pages.php:535
314
  msgid "Export"
315
  msgstr ""
316
 
317
+ #: core/options-pages.php:539
318
  msgid ""
319
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
320
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
321
  "configuration file. It allows you to easily import the configuration into "
322
  "another website."
323
  msgstr ""
324
 
325
+ #: core/options-pages.php:544
326
  msgid "Export Plugin Settings"
327
  msgstr ""
328
 
329
+ #: core/options-pages.php:554
330
  msgid "Import"
331
  msgstr ""
332
 
333
+ #: core/options-pages.php:558
334
  msgid ""
335
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
336
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
337
  "configuration file which can be obtained by exporting the settings on "
338
  "another website using the export button above."
339
  msgstr ""
340
 
341
+ #: core/options-pages.php:559
342
  msgid ""
343
+ "All plugin settings will be overridden by the import. You will have a chance "
344
  "to restore current data from an automatic backup in case you are not "
345
  "satisfied with the result of the import."
346
  msgstr ""
347
 
348
+ #: core/options-pages.php:566
349
  msgid "Import Plugin Settings"
350
  msgstr ""
351
 
352
+ #: core/options-pages.php:578
353
  msgid "Restore"
354
  msgstr ""
355
 
356
+ #: core/options-pages.php:584
357
  msgid "No backup available at the moment."
358
  msgstr ""
359
 
360
+ #: core/options-pages.php:586
361
  msgid "Backup will be created automatically before any import operation."
362
  msgstr ""
363
 
364
+ #: core/options-pages.php:590
365
  msgid ""
366
+ "The backup has been automatically created before the latest import operation."
367
  msgstr ""
368
 
369
+ #: core/options-pages.php:594
370
  msgid "Restore Settings from the Backup"
371
  msgstr ""
372
 
373
+ #: core/options-pages.php:614
374
  msgid "What will be deleted:"
375
  msgstr ""
376
 
377
+ #: core/options-pages.php:619
378
  msgid "All plugin options"
379
  msgstr ""
380
 
381
+ #: core/options-pages.php:620
382
  msgid "All plugin backups stored in database"
383
  msgstr ""
384
 
385
+ #: core/options-pages.php:624
386
  msgid "What will remain intact:"
387
  msgstr ""
388
 
389
+ #: core/options-pages.php:625
390
  msgid "All media items"
391
  msgstr ""
392
 
393
+ #: core/options-pages.php:626
394
  msgid "All taxonomies not listed above"
395
  msgstr ""
396
 
397
+ #: core/options-pages.php:629
398
  msgid ""
399
  "The plugin cannot delete itself because of security reason. Please delete it "
400
  "manually from plugin list after cleanup."
401
  msgstr ""
402
 
403
+ #: core/options-pages.php:631
404
  msgid ""
405
  "If you are not sure about this operation please create a backup of your "
406
  "database prior to cleanup!"
407
  msgstr ""
408
 
409
+ #: core/options-pages.php:637
410
  msgid "Delete All Data & Deactivate"
411
  msgstr ""
412
 
413
+ #: core/options-pages.php:742
414
  msgid "Please upload a file to import settings."
415
  msgstr ""
416
 
417
+ #: core/options-pages.php:762
418
  msgid "Plugin settings imported."
419
  msgstr ""
420
 
421
+ #: core/options-pages.php:809
422
  msgid "Plugin settings restored from the backup."
423
  msgstr ""
424
 
425
+ #: core/options-pages.php:953
426
  msgid "Media Items Order"
427
  msgstr ""
428
 
429
+ #: core/options-pages.php:960
430
  msgid "Order media items by"
431
  msgstr ""
432
 
433
+ #: core/options-pages.php:967 core/options-pages.php:979
434
  msgid "For media library and media popups"
435
  msgstr ""
436
 
437
+ #: core/options-pages.php:968
438
  msgid "Option allows to change order by drag and drop with Custom Order value."
439
  msgstr ""
440
 
441
+ #: core/options-pages.php:973
442
  msgid "Sort order"
443
  msgstr ""
444
 
445
+ #: core/options-pages.php:992
446
  msgid "Media Shortcodes"
447
  msgstr ""
448
 
449
+ #: core/options-pages.php:999 core/options-pages.php:1002
450
  msgid "Enhanced media shortcodes"
451
  msgstr ""
452
 
453
+ #: core/options-pages.php:1003
454
  msgid ""
455
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
456
+ "upload date, and media items number limit"
457
  msgstr ""
458
 
459
+ #: core/options-pages.php:1004
460
+ msgid "Gallery example:"
 
 
461
  msgstr ""
462
 
463
+ #: core/options-pages.php:1005
464
+ msgid "Audio playlist example:"
 
 
465
  msgstr ""
466
 
467
+ #: core/options-pages.php:1006
468
+ msgid "Video playlist example:"
 
 
469
  msgstr ""
470
 
471
+ #: core/options-pages.php:1008
472
  #, php-format
473
  msgid ""
474
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
475
  msgstr ""
476
 
477
+ #: core/options-pages.php:1010
478
  #, php-format
479
  msgid "%sLearn more%s."
480
  msgstr ""
481
 
482
+ #: core/options-pages.php:1012
483
  #, php-format
484
  msgid ""
485
  "Please check out your gallery front-end and back-end functionality once this "
487
  "%s."
488
  msgstr ""
489
 
490
+ #: core/options-pages.php:1082 core/options-pages.php:1229
491
  msgid "Assign following taxonomies to Media Library:"
492
  msgstr "Tilldela följande taxonomier till Mediabiblioteket:"
493
 
494
+ #: core/options-pages.php:1101 core/options-pages.php:1167
495
+ #: core/options-pages.php:1248
496
  msgid "Assign Taxonomy"
497
  msgstr "Tilldela Taxonomi"
498
 
499
+ #: core/options-pages.php:1102 core/options-pages.php:1249
500
  msgid "Edit Taxonomy"
501
  msgstr "Redigera Taxonomi"
502
 
503
+ #: core/options-pages.php:1106 core/options-pages.php:1169
504
  msgid "Delete Taxonomy"
505
  msgstr "Ta Bort Taxonomi"
506
 
507
+ #: core/options-pages.php:1111 core/options-pages.php:1174
508
  msgid "Labels"
509
  msgstr "Etiketter"
510
 
511
+ #: core/options-pages.php:1113 core/options-pages.php:1176
512
  msgid "Singular"
513
  msgstr "Singular"
514
 
515
+ #: core/options-pages.php:1114 core/options-pages.php:1177
516
  msgid "Plural"
517
  msgstr "Plural"
518
 
519
+ #: core/options-pages.php:1115 core/options-pages.php:1178
520
  msgid "Menu Name"
521
  msgstr "Menynamn"
522
 
523
+ #: core/options-pages.php:1128 core/options-pages.php:1151
524
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
525
  msgid "Settings"
526
  msgstr "Inställningar"
527
 
528
+ #: core/options-pages.php:1130 core/options-pages.php:1193
529
  msgid "Taxonomy Name"
530
  msgstr "Taxonominamn"
531
 
532
+ #: core/options-pages.php:1131 core/options-pages.php:1194
533
  msgid "Hierarchical"
534
  msgstr "Hierarkisk"
535
 
536
+ #: core/options-pages.php:1132 core/options-pages.php:1195
537
  msgid "Column for List View"
538
  msgstr ""
539
 
540
+ #: core/options-pages.php:1133 core/options-pages.php:1153
541
+ #: core/options-pages.php:1196 core/options-pages.php:1254
542
  msgid "Filter for List View"
543
  msgstr ""
544
 
545
+ #: core/options-pages.php:1134 core/options-pages.php:1154
546
+ #: core/options-pages.php:1197 core/options-pages.php:1255
547
  msgid "Filter for Grid View / Media Popup"
548
  msgstr ""
549
 
550
+ #: core/options-pages.php:1135 core/options-pages.php:1155
551
+ #: core/options-pages.php:1198 core/options-pages.php:1256
552
  msgid "Edit in Media Popup"
553
  msgstr "Redigera i Media-popup"
554
 
555
+ #: core/options-pages.php:1136 core/options-pages.php:1199
556
  msgid "Show in Nav Menu"
557
  msgstr "Visa i Nav Menu"
558
 
559
+ #: core/options-pages.php:1137 core/options-pages.php:1200
560
  msgid "Remember Terms Order (sort)"
561
  msgstr ""
562
 
563
+ #: core/options-pages.php:1138 core/options-pages.php:1201
564
  msgid "Show in REST"
565
  msgstr ""
566
 
567
+ #: core/options-pages.php:1139 core/options-pages.php:1202
568
  msgid "Rewrite Slug"
569
  msgstr "Skriv Om Slug"
570
 
571
+ #: core/options-pages.php:1140 core/options-pages.php:1203
572
  msgid "Slug with Front"
573
  msgstr "Slug med Framsida"
574
 
575
+ #: core/options-pages.php:1215
576
  msgid "Add New Taxonomy"
577
  msgstr "Lägg Till Ny Taxonomi"
578
 
579
+ #: core/options-pages.php:1225
580
  msgid "Non-Media Taxonomies"
581
  msgstr "Icke-Media-taxonomier"
582
 
583
+ #: core/options-pages.php:1286
584
  msgid "Options"
585
  msgstr "Alternativ"
586
 
587
+ #: core/options-pages.php:1296 core/options-pages.php:1299
588
  msgid "Taxonomy archive pages"
589
  msgstr "Arkivsidor för Taxonomier"
590
 
591
+ #: core/options-pages.php:1300
592
  msgid "Turn on media taxonomy archive pages on the front-end"
593
  msgstr "Slå på arkivsidor för mediataxonomier i frontend"
594
 
595
+ #: core/options-pages.php:1301
596
  msgid ""
597
  "Re-save your permalink settings after this option change to make it work."
598
  msgstr ""
599
  "Återspara inställningarna för permalänkar efter en ändring av detta "
600
  "alternativ för att få det att fungera."
601
 
602
+ #: core/options-pages.php:1307 core/options-pages.php:1310
603
  msgid "Assign all like hierarchical"
604
  msgstr "Tilldela alla som hierarkiska"
605
 
606
+ #: core/options-pages.php:1311
607
  msgid ""
608
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
609
  msgstr ""
610
  "Visa icke-hierarkiska taxonomier som hierarkiska i Rutnätsvy / Media-popup"
611
 
612
+ #: core/options-pages.php:1317 core/options-pages.php:1320
613
  msgid "Force filters"
614
  msgstr "Tvinga filter"
615
 
616
+ #: core/options-pages.php:1321
617
  msgid "Show media filters for ANY Media Popup"
618
  msgstr ""
619
 
620
+ #: core/options-pages.php:1322
621
  msgid "Try this if filters are not shown for third-party plugins or themes."
622
  msgstr ""
623
 
624
+ #: core/options-pages.php:1376
625
  msgid "Add New MIME Type"
626
  msgstr "Lägg Till Ny MIME-typ"
627
 
628
+ #: core/options-pages.php:1394 core/options-pages.php:1449
629
  msgid "Extension"
630
  msgstr "Utökning"
631
 
632
+ #: core/options-pages.php:1395 core/options-pages.php:1450
633
  msgid "MIME Type"
634
  msgstr "MIME-typ"
635
 
636
+ #: core/options-pages.php:1396 core/options-pages.php:1451
637
  msgid "Singular Label"
638
  msgstr "Singular-etikett"
639
 
640
+ #: core/options-pages.php:1397 core/options-pages.php:1452
641
  msgid "Plural Label"
642
  msgstr "Plural-etikett"
643
 
644
+ #: core/options-pages.php:1398 core/options-pages.php:1428
645
+ #: core/options-pages.php:1441 core/options-pages.php:1453
646
  msgid "Add Filter"
647
  msgstr "Lägg Till Filter"
648
 
649
+ #: core/options-pages.php:1399 core/options-pages.php:1429
650
+ #: core/options-pages.php:1442 core/options-pages.php:1454
651
  msgid "Allow Upload"
652
  msgstr "Tillåt Uppladdning"
653
 
654
+ #: core/options-pages.php:1443
655
  msgid "Delete MIME Type"
656
  msgstr "Ta Bort MIME-typ"
657
 
658
+ #: core/options-pages.php:1460
659
  msgid "Restore WordPress default MIME Types"
660
  msgstr ""
661
 
662
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
663
  msgid "Save Changes"
664
  msgstr "Spara Ändringar"
665
 
666
+ #: core/options-pages.php:1499
667
+ msgid "Changelog"
668
+ msgstr ""
669
+
670
+ #: core/options-pages.php:1500
671
+ msgid "What's new in"
672
+ msgstr ""
673
+
674
+ #: core/options-pages.php:1500
675
+ msgid "version"
676
+ msgstr ""
677
+
678
+ #: core/options-pages.php:1503
679
+ msgid "More features under the hood"
680
+ msgstr ""
681
+
682
+ #: core/options-pages.php:1505
683
+ msgid "Support"
684
+ msgstr ""
685
+
686
+ #: core/options-pages.php:1506
687
+ msgid "Feel free to ask for help on"
688
+ msgstr ""
689
+
690
+ #: core/options-pages.php:1506
691
+ msgid "Support is free for both versions of the plugin."
692
+ msgstr ""
693
+
694
+ #: core/options-pages.php:1508
695
+ msgid "Plugin rating"
696
+ msgstr ""
697
+
698
+ #: core/options-pages.php:1509
699
+ msgid "Please"
700
+ msgstr ""
701
+
702
+ #: core/options-pages.php:1509
703
+ msgid "vote for the plugin"
704
+ msgstr ""
705
+
706
+ #: core/options-pages.php:1509
707
+ msgid "Thanks!"
708
+ msgstr ""
709
+
710
+ #: core/options-pages.php:1511
711
+ msgid "Other plugins you may find useful"
712
+ msgstr ""
713
+
714
+ #: core/options-pages.php:1550
715
+ msgid "Utility"
716
+ msgstr ""
717
+
718
+ #: core/options-pages.php:1571
719
  msgid "Vote!"
720
  msgstr ""
721
 
722
+ #: core/taxonomies.php:101
723
  msgid "Media Taxonomies settings saved."
724
  msgstr ""
725
 
726
+ #: core/taxonomies.php:159
727
  msgid "Media Library settings saved."
728
  msgstr ""
729
 
730
+ #: core/taxonomies.php:358 core/taxonomies.php:364
731
  #: enhanced-media-library.php:489
732
+ msgid "Filter by"
733
+ msgstr "Filtrera efter"
 
 
 
 
734
 
735
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
736
+ msgid "Not in"
737
+ msgstr "Ej i"
738
 
739
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
740
  msgid "All Uncategorized"
752
  msgid "Based On"
753
  msgstr ""
754
 
755
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
756
+ msgid "Media Categories"
757
+ msgstr ""
758
+
759
+ #: enhanced-media-library.php:570
760
+ msgid "Media Category"
761
+ msgstr ""
762
+
763
+ #: enhanced-media-library.php:572
764
+ msgid "All Media Categories"
765
+ msgstr ""
766
+
767
+ #: enhanced-media-library.php:573
768
+ msgid "Edit Media Category"
769
+ msgstr ""
770
+
771
+ #: enhanced-media-library.php:574
772
+ msgid "View Media Category"
773
+ msgstr ""
774
+
775
+ #: enhanced-media-library.php:575
776
+ msgid "Update Media Category"
777
+ msgstr ""
778
+
779
+ #: enhanced-media-library.php:576
780
+ msgid "Add New Media Category"
781
+ msgstr ""
782
+
783
+ #: enhanced-media-library.php:577
784
+ msgid "New Media Category Name"
785
+ msgstr ""
786
+
787
+ #: enhanced-media-library.php:578
788
+ msgid "Parent Media Category"
789
+ msgstr ""
790
+
791
+ #: enhanced-media-library.php:579
792
+ msgid "Parent Media Category:"
793
+ msgstr ""
794
+
795
+ #: enhanced-media-library.php:580
796
+ msgid "Search Media Categories"
797
+ msgstr ""
798
+
799
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
800
  msgid "Remove"
801
  msgstr "Ta Bort"
802
 
803
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
804
  msgid "Deselect"
805
  msgstr "Avmarkera"
806
 
807
+ #: pro/core/bulk-edit.php:105
808
  msgid "Caption this image&hellip;"
809
  msgstr "Rubricera denna bild&hellip;"
810
 
811
+ #: pro/core/bulk-edit.php:109
812
  msgid "Describe this video&hellip;"
813
  msgstr "Beskriv denna video&hellip;"
814
 
815
+ #: pro/core/bulk-edit.php:111
816
  msgid "Describe this audio file&hellip;"
817
  msgstr "Beskriv denna audiofil&hellip;"
818
 
819
+ #: pro/core/bulk-edit.php:113
820
  msgid "Describe this media file&hellip;"
821
  msgstr "Beskriv denna mediafil&hellip;"
822
 
823
+ #: pro/core/bulk-edit.php:122
824
  msgid "Attachments Details"
825
  msgstr "Detaljer För Bilaga"
826
 
827
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
828
  msgid "Select All"
829
  msgstr "Välj Alla"
830
 
831
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
832
  msgid "Edit Selection"
833
  msgstr "Redigera Valda"
834
 
835
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
836
  msgid "Deselect All"
837
  msgstr "Avmarkera Alla"
838
 
839
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
840
  msgid "Delete Selected"
841
  msgstr "Ta Bort Valda"
842
 
922
 
923
  #: pro/core/options-pages.php:201
924
  msgid ""
925
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
926
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
927
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
928
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
929
  "files / taxonomies with this option turned on."
930
  msgstr ""
 
 
 
 
 
931
 
932
  #: pro/core/options-pages.php:202
933
  msgid ""
1039
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1040
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1041
  "be active. Please network deactivate and delete the free versions of the "
1042
+ "plugin. All your data will remain intact."
1043
  msgstr ""
1044
 
1045
  #: pro/enhanced-media-library-pro.php:299
1058
  "intact."
1059
  msgstr ""
1060
 
1061
+ #. Description of the plugin/theme
1062
+ msgid ""
1063
+ "This plugin will be handy for those who need to manage a lot of media files."
1064
+ msgstr ""
1065
+ "Detta är ett praktiskt tillägg för de som behöver hantera många mediafiler."
1066
+
1067
+ #~ msgid ""
1068
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1069
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1070
+ #~ "be lost."
1071
+ #~ msgstr ""
1072
+ #~ "Taxonomin kommer att tas bort permanent! Dina mediafiler påverkas inte, "
1073
+ #~ "men alla kopplingar till denna taxonomi kommer att gå förlorade."
1074
+
1075
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1076
+ #~ msgstr "Var god välj Singular- och Plural-namn åt alla dina nya taxonomier."
1077
+
1078
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1079
+ #~ msgstr "Var god välj Singular-namn åt alla dina nya taxonomier."
1080
+
1081
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1082
+ #~ msgstr "Var god välj Plural-namn åt alla dina nya taxonomier."
1083
+
1084
+ #~ msgid ""
1085
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1086
+ #~ msgstr ""
1087
+ #~ "Det finns redan en taxonomi med detta namn. Var god välj ett annat namn."
1088
+
1089
+ #~ msgid "Filter by "
1090
+ #~ msgstr "Filtrera efter "
1091
+
1092
+ #~ msgid "All "
1093
+ #~ msgstr "Alla "
1094
+
1095
+ #~ msgid "Not in "
1096
+ #~ msgstr "Ej i "
1097
+
1098
+ #~ msgid ""
1099
+ #~ "Any click on a taxonomy checkbox during media files bulk edition will "
1100
+ #~ "lead to an <strong style=\"color:red\">immediate saving</strong> of the "
1101
+ #~ "data. Please, be careful! You have much greater chance to <strong style="
1102
+ #~ "\"color:red\">accidentally perform wrong re-assigning</strong> of a lot "
1103
+ #~ "of your media files / taxonomies with this option turned on."
1104
+ #~ msgstr ""
1105
+ #~ "Att klicka i en taxonomis kryssruta under bulkredigering av mediafiler "
1106
+ #~ "kommer att leda till <strong style=\"color:red\">direkt nedsparning</"
1107
+ #~ "strong> av data. Var god iakta försiktighet! Det är mycket högre risk för "
1108
+ #~ "att <strong style=\"color:red\">av misstag felaktigt återtilldela</"
1109
+ #~ "strong> flera av dina mediafiler / taxonomier om detta alternativ är "
1110
+ #~ "påslaget."
1111
+
1112
  #~ msgctxt "uploaded files"
1113
  #~ msgid "All (%s)"
1114
  #~ msgid_plural "All (%s)"
1422
 
1423
  #~ msgid "Enhanced Media Library PRO"
1424
  #~ msgstr "Enhanced Media Library PRO"
 
 
 
 
 
 
 
languages/enhanced-media-library-uk.mo ADDED
Binary file
languages/enhanced-media-library-uk.po ADDED
@@ -0,0 +1,1215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2016-04-30 12:53+0300\n"
5
+ "PO-Revision-Date: 2016-04-30 12:58+0300\n"
6
+ "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
7
+ "Language-Team: \n"
8
+ "Language: uk_UA\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7\n"
13
+ "X-Poedit-Basepath: .\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
+
17
+ #: core/mime-types.php:30
18
+ msgid "MIME Types settings restored."
19
+ msgstr "Налаштування MIME-типів відновлені."
20
+
21
+ #: core/mime-types.php:39
22
+ msgid "MIME Types settings saved."
23
+ msgstr "Налаштування MIME-типів збережені."
24
+
25
+ #: core/mime-types.php:115
26
+ #, php-format
27
+ msgid " <span class=\"count\">(%s)</span>"
28
+ msgid_plural " <span class=\"count\">(%s)</span>"
29
+ msgstr[0] "<span class=\"count\">(%s)</span>"
30
+ msgstr[1] "<span class=\"count\">(%s)</span>"
31
+ msgstr[2] "<span class=\"count\">(%s)</span>"
32
+
33
+ #: core/options-pages.php:97 core/options-pages.php:217
34
+ #: core/options-pages.php:932 core/options-pages.php:1057
35
+ #: core/options-pages.php:1370 core/options-pages.php:1547
36
+ msgid "Media Settings"
37
+ msgstr "Налаштування медіа"
38
+
39
+ #: core/options-pages.php:106 core/options-pages.php:189
40
+ msgid "Media Library"
41
+ msgstr "Медіа бібліотека"
42
+
43
+ #: core/options-pages.php:115
44
+ msgid "Taxonomies"
45
+ msgstr "Таксономії"
46
+
47
+ #: core/options-pages.php:124 core/options-pages.php:191
48
+ msgid "MIME Types"
49
+ msgstr "MIME-типи"
50
+
51
+ #: core/options-pages.php:135 core/options-pages.php:136
52
+ msgid "Enhanced Media Library"
53
+ msgstr "Enhanced Media Library"
54
+
55
+ #: core/options-pages.php:188
56
+ msgid "General"
57
+ msgstr "Загальні"
58
+
59
+ #: core/options-pages.php:190 core/options-pages.php:1078
60
+ msgid "Media Taxonomies"
61
+ msgstr "Медіа таксономії"
62
+
63
+ #: core/options-pages.php:214 core/options-pages.php:520
64
+ #: core/options-pages.php:928 core/options-pages.php:1053
65
+ #: core/options-pages.php:1366
66
+ msgid "You do not have sufficient permissions to access this page."
67
+ msgstr "У вас недостатньо прав для доступу до цієї сторінки."
68
+
69
+ #: core/options-pages.php:228
70
+ msgid "Image sizes"
71
+ msgstr "Розміри зображень"
72
+
73
+ #: core/options-pages.php:229
74
+ msgid ""
75
+ "The sizes listed below determine the maximum dimensions in pixels to use "
76
+ "when adding an image to the Media Library."
77
+ msgstr ""
78
+ "Розміри, перераховані нижче, визначають найбільші розміри в пікселях при "
79
+ "додаванні зображення до медіа бібліотеки."
80
+
81
+ #: core/options-pages.php:233
82
+ msgid "Thumbnail size"
83
+ msgstr "Розмір мініатюри"
84
+
85
+ #: core/options-pages.php:235
86
+ msgid "Width"
87
+ msgstr "Ширина"
88
+
89
+ #: core/options-pages.php:237
90
+ msgid "Height"
91
+ msgstr "Висота"
92
+
93
+ #: core/options-pages.php:240
94
+ msgid ""
95
+ "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
96
+ msgstr ""
97
+ "Обрізати мініатюри до вказаних розмірів (зазвичай мініатюри пропорційні)"
98
+
99
+ #: core/options-pages.php:245 core/options-pages.php:246
100
+ msgid "Medium size"
101
+ msgstr "Середній розмір"
102
+
103
+ #: core/options-pages.php:247 core/options-pages.php:257
104
+ msgid "Max Width"
105
+ msgstr "Макс. ширина"
106
+
107
+ #: core/options-pages.php:249 core/options-pages.php:259
108
+ msgid "Max Height"
109
+ msgstr "Макс. висота"
110
+
111
+ #: core/options-pages.php:255 core/options-pages.php:256
112
+ msgid "Large size"
113
+ msgstr "Великий розмір"
114
+
115
+ #: core/options-pages.php:272
116
+ msgid "Embeds"
117
+ msgstr "Вбудовування"
118
+
119
+ #: core/options-pages.php:279
120
+ msgid "Uploading Files"
121
+ msgstr "Завантаження файлів"
122
+
123
+ #: core/options-pages.php:286
124
+ msgid "Store uploads in this folder"
125
+ msgstr "Зберігати завантаження у цю папку"
126
+
127
+ #: core/options-pages.php:290
128
+ #, php-format
129
+ msgid "Default is %s"
130
+ msgstr "За замовчуванням %s"
131
+
132
+ #: core/options-pages.php:296
133
+ msgid "Full URL path to files"
134
+ msgstr "Повний URL-шлях до файлів"
135
+
136
+ #: core/options-pages.php:298
137
+ msgid "Configuring this is optional. By default, it should be blank."
138
+ msgstr "Налаштування не є обов'язковим. За замовчуванням має бути пустим."
139
+
140
+ #: core/options-pages.php:306
141
+ msgid "Organize my uploads into month- and year-based folders"
142
+ msgstr "Впорядкувати мої завантаження в теки, відповідно до місяця і року."
143
+
144
+ #: core/options-pages.php:378 core/options-pages.php:1102
145
+ #: core/options-pages.php:1117 core/options-pages.php:1180
146
+ #: core/options-pages.php:1249
147
+ msgid "Edit"
148
+ msgstr "Редагувати"
149
+
150
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
151
+ msgid "Close"
152
+ msgstr "Закрити"
153
+
154
+ #: core/options-pages.php:380 core/options-pages.php:1118
155
+ #: core/options-pages.php:1181
156
+ msgid "View"
157
+ msgstr "Перегляд"
158
+
159
+ #: core/options-pages.php:381 core/options-pages.php:1119
160
+ #: core/options-pages.php:1182
161
+ msgid "Update"
162
+ msgstr "Оновити"
163
+
164
+ #: core/options-pages.php:382 core/options-pages.php:1120
165
+ #: core/options-pages.php:1183
166
+ msgid "Add New"
167
+ msgstr "Додати новий"
168
+
169
+ #: core/options-pages.php:383 core/options-pages.php:1121
170
+ #: core/options-pages.php:1184
171
+ msgid "New"
172
+ msgstr "Новий"
173
+
174
+ #: core/options-pages.php:384
175
+ msgid "Name"
176
+ msgstr "Назва"
177
+
178
+ #: core/options-pages.php:385 core/options-pages.php:1122
179
+ #: core/options-pages.php:1185
180
+ msgid "Parent"
181
+ msgstr "Батьківський"
182
+
183
+ #: core/options-pages.php:386 core/options-pages.php:616
184
+ #: core/options-pages.php:1116 core/options-pages.php:1179
185
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
186
+ msgid "All"
187
+ msgstr "Всі"
188
+
189
+ #: core/options-pages.php:387 core/options-pages.php:1123
190
+ #: core/options-pages.php:1186
191
+ msgid "Search"
192
+ msgstr "Пошук"
193
+
194
+ #: core/options-pages.php:389 core/options-pages.php:1167
195
+ msgid "New Taxonomy"
196
+ msgstr "Нова таксономія"
197
+
198
+ #: core/options-pages.php:391
199
+ msgid "Remove Taxonomy"
200
+ msgstr "Видалити таксономію"
201
+
202
+ #: core/options-pages.php:392
203
+ msgid "Taxonomy will be removed."
204
+ msgstr "Таксономію буде видалено."
205
+
206
+ #: core/options-pages.php:393
207
+ msgid ""
208
+ "Taxonomy terms (categories) will remain intact in the database. If you "
209
+ "create a taxonomy with the same name in the future, its terms (categories) "
210
+ "will be available again."
211
+ msgstr ""
212
+ "Всі елементи таксономії (категорії) залишаться без змін у базі даних. Якщо у "
213
+ "майбутньому ви створите таксономію з такою самою назвою, її елементи "
214
+ "(категорії) будуть доступні знову."
215
+
216
+ #: core/options-pages.php:394
217
+ msgid "Media items will remain intact."
218
+ msgstr "Медіафайли залишаться без змін."
219
+
220
+ #: core/options-pages.php:395
221
+ msgid "Are you still sure?"
222
+ msgstr "Ви все ще впевнені?"
223
+
224
+ #: core/options-pages.php:396
225
+ msgid "Yes, remove taxonomy"
226
+ msgstr "Так, видалити таксономію"
227
+
228
+ #: core/options-pages.php:398
229
+ msgid "Duplicate"
230
+ msgstr "Дублікат"
231
+
232
+ #: core/options-pages.php:399
233
+ msgid "Taxonomy with the same name already exists. Please chose other one."
234
+ msgstr "Таксономія з такою назвою вже існує. Будь ласка, виберіть іншу."
235
+
236
+ #: core/options-pages.php:401
237
+ msgid "Empty Fields"
238
+ msgstr "Порожні поля"
239
+
240
+ #: core/options-pages.php:402
241
+ msgid "Please choose Singular and Plural names for all new taxomonies."
242
+ msgstr ""
243
+ "Будь ласка, оберіть назву в однині та множині для всіх нових таксономій."
244
+
245
+ #: core/options-pages.php:403
246
+ msgid "Please choose Singilar name for all new taxomonies."
247
+ msgstr "Будь ласка, оберіть назву в однині для всіх нових таксономій."
248
+
249
+ #: core/options-pages.php:404
250
+ msgid "Please choose Plural Name for all new taxomonies."
251
+ msgstr "Будь ласка, оберіть назву в множині для всіх нових таксономій."
252
+
253
+ #: core/options-pages.php:406
254
+ msgid "Ok"
255
+ msgstr "Ok"
256
+
257
+ #: core/options-pages.php:407 core/options-pages.php:412
258
+ #: core/options-pages.php:495
259
+ msgid "Cancel"
260
+ msgstr "Скасувати"
261
+
262
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
263
+ msgid "Synchronize Now"
264
+ msgstr "Синхронізувати зараз"
265
+
266
+ #: core/options-pages.php:410 core/options-pages.php:492
267
+ msgid "This operation cannot be canceled! Are you still sure?"
268
+ msgstr "Ця операція не може бути скасована! Ви досі впевнені?"
269
+
270
+ #: core/options-pages.php:411
271
+ msgid "Synchronize"
272
+ msgstr "Синхронізувати"
273
+
274
+ #: core/options-pages.php:413
275
+ msgid "Synchronizing..."
276
+ msgstr "Синхронізація..."
277
+
278
+ #: core/options-pages.php:451
279
+ msgid "Warning! All your custom MIME Types will be deleted by this operation."
280
+ msgstr ""
281
+ "Попередження! Всі ваші власні MIME-типи будуть видалені в результаті цієї "
282
+ "операції."
283
+
284
+ #: core/options-pages.php:452
285
+ msgid "Please fill into all fields."
286
+ msgstr "Будь ласка, заповніть всі поля."
287
+
288
+ #: core/options-pages.php:453
289
+ msgid "Duplicate extensions or MIME types. Please chose other one."
290
+ msgstr "Такий MIME-тип вже існує. Будь ласка, виберіть інший."
291
+
292
+ #: core/options-pages.php:490 core/options-pages.php:607
293
+ msgid "Complete Cleanup"
294
+ msgstr "Повне очищення"
295
+
296
+ #: core/options-pages.php:491
297
+ msgid ""
298
+ "You are about to <strong style=\"text-transform:uppercase\">delete all "
299
+ "plugin data</strong> from the database including backups."
300
+ msgstr ""
301
+ "Ви збираєтеся <strong style=\"text-transform:uppercase\">видалити всі дані "
302
+ "плагін</strong> із бази даних, у тому числі резервні копії."
303
+
304
+ #: core/options-pages.php:493
305
+ msgid "Yes, delete all data"
306
+ msgstr "Так, видалити усі дані"
307
+
308
+ #: core/options-pages.php:494
309
+ msgid "Cleaning..."
310
+ msgstr "Очищення..."
311
+
312
+ #: core/options-pages.php:525
313
+ msgid "Enhanced Media Library Settings"
314
+ msgstr "Налаштування Enhanced Media Library"
315
+
316
+ #: core/options-pages.php:535
317
+ msgid "Export"
318
+ msgstr "Експорт"
319
+
320
+ #: core/options-pages.php:539
321
+ msgid ""
322
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
323
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
324
+ "configuration file. It allows you to easily import the configuration into "
325
+ "another website."
326
+ msgstr ""
327
+ "Налаштування плагіна <strong>Медіа бібліотека</strong>, <strong>Медіа "
328
+ "таксономії</strong> та <strong>MIME-типи</strong> буде експортовано до "
329
+ "файлу конфігурації. Це дає змогу легко імпортувати конфігурацію до іншого "
330
+ "веб-сайту."
331
+
332
+ #: core/options-pages.php:544
333
+ msgid "Export Plugin Settings"
334
+ msgstr "Експорт налаштувань плагіну"
335
+
336
+ #: core/options-pages.php:554
337
+ msgid "Import"
338
+ msgstr "Імпорт"
339
+
340
+ #: core/options-pages.php:558
341
+ msgid ""
342
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
343
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
344
+ "configuration file which can be obtained by exporting the settings on "
345
+ "another website using the export button above."
346
+ msgstr ""
347
+ "Налаштування плагіна <strong>Медіа бібліотека</strong>, <strong>Медіа "
348
+ "таксономії</strong> та <strong>MIME-типи</strong> буде імпортовано з файлу "
349
+ "конфігурації, який може бути отриманий шляхом експорту налаштувань на іншому "
350
+ "веб-сайті за допомогою кнопки \"Експорт\" вище."
351
+
352
+ #: core/options-pages.php:559
353
+ msgid ""
354
+ "All plugin settings will be overridden by the import. You will have a chance "
355
+ "to restore current data from an automatic backup in case you are not "
356
+ "satisfied with the result of the import."
357
+ msgstr ""
358
+ "Всі налаштування плагіна будуть заміщені шляхом імпорту. У вас є можливість "
359
+ "відновити поточні дані з автоматичної резервної копії, у випадку якщо ви не "
360
+ "задоволені результатом імпорту."
361
+
362
+ #: core/options-pages.php:566
363
+ msgid "Import Plugin Settings"
364
+ msgstr "Імпорт налаштувань плагіна"
365
+
366
+ #: core/options-pages.php:578
367
+ msgid "Restore"
368
+ msgstr "Відновити"
369
+
370
+ #: core/options-pages.php:584
371
+ msgid "No backup available at the moment."
372
+ msgstr "На даний момент резервна копія не доступна."
373
+
374
+ #: core/options-pages.php:586
375
+ msgid "Backup will be created automatically before any import operation."
376
+ msgstr ""
377
+ "Резервну копію буде створено автоматично перед будь-якою операцією імпорту."
378
+
379
+ #: core/options-pages.php:590
380
+ msgid ""
381
+ "The backup has been automatically created before the latest import operation."
382
+ msgstr ""
383
+ "Резервнe копію було автоматично створений перед останньою операцією імпорту."
384
+
385
+ #: core/options-pages.php:594
386
+ msgid "Restore Settings from the Backup"
387
+ msgstr "Відновити налаштування з резервної копії"
388
+
389
+ #: core/options-pages.php:614
390
+ msgid "What will be deleted:"
391
+ msgstr "Що буде видалено:"
392
+
393
+ #: core/options-pages.php:619
394
+ msgid "All plugin options"
395
+ msgstr "Всі налаштування плагіна"
396
+
397
+ #: core/options-pages.php:620
398
+ msgid "All plugin backups stored in database"
399
+ msgstr "Всі резервні копії плагіна, збережені у базі даних"
400
+
401
+ #: core/options-pages.php:624
402
+ msgid "What will remain intact:"
403
+ msgstr "Що лишиться, як є:"
404
+
405
+ #: core/options-pages.php:625
406
+ msgid "All media items"
407
+ msgstr "Всі медіафайли"
408
+
409
+ #: core/options-pages.php:626
410
+ msgid "All taxonomies not listed above"
411
+ msgstr "Всі таксономії, не перераховані вище"
412
+
413
+ #: core/options-pages.php:629
414
+ msgid ""
415
+ "The plugin cannot delete itself because of security reason. Please delete it "
416
+ "manually from plugin list after cleanup."
417
+ msgstr ""
418
+ "Плагін не може видалити сам себе з міркувань безпеки. Будь ласка видаліть "
419
+ "його вручну зі списку плагінів після очищення."
420
+
421
+ #: core/options-pages.php:631
422
+ msgid ""
423
+ "If you are not sure about this operation please create a backup of your "
424
+ "database prior to cleanup!"
425
+ msgstr ""
426
+ "Якщо ви не впевнені щодо цієї операції, будь ласка, створіть резервну копію "
427
+ "бази даних перед очищенням!"
428
+
429
+ #: core/options-pages.php:637
430
+ msgid "Delete All Data & Deactivate"
431
+ msgstr "Видалити всі дані та деактивувати"
432
+
433
+ #: core/options-pages.php:742
434
+ msgid "Please upload a file to import settings."
435
+ msgstr "Будь ласка, завантажте файл для імпорту налаштувань."
436
+
437
+ #: core/options-pages.php:762
438
+ msgid "Plugin settings imported."
439
+ msgstr "Налаштування плагіну імпортовано."
440
+
441
+ #: core/options-pages.php:809
442
+ msgid "Plugin settings restored from the backup."
443
+ msgstr "Налаштування плагіну відновлено з бази даних."
444
+
445
+ #: core/options-pages.php:953
446
+ msgid "Media Items Order"
447
+ msgstr "Порядок медіафайлів"
448
+
449
+ #: core/options-pages.php:960
450
+ msgid "Order media items by"
451
+ msgstr "Сортувати медіафайли за"
452
+
453
+ #: core/options-pages.php:967 core/options-pages.php:979
454
+ msgid "For media library and media popups"
455
+ msgstr "Для медіа бібліотеки та спливаючих вікон"
456
+
457
+ #: core/options-pages.php:968
458
+ msgid "Option allows to change order by drag and drop with Custom Order value."
459
+ msgstr ""
460
+ "Налаштування дозволяють змінювати порядок шляхом перетягування, коли "
461
+ "\"Власний порядок\" обрано."
462
+
463
+ #: core/options-pages.php:973
464
+ msgid "Sort order"
465
+ msgstr "Порядок сортування"
466
+
467
+ #: core/options-pages.php:992
468
+ msgid "Media Shortcodes"
469
+ msgstr "Медіа шорткоди"
470
+
471
+ #: core/options-pages.php:999 core/options-pages.php:1002
472
+ msgid "Enhanced media shortcodes"
473
+ msgstr "Розширені медіа шорткоди"
474
+
475
+ #: core/options-pages.php:1003
476
+ msgid ""
477
+ "Enhance WordPress media shortcodes to make them understand media taxonomies, "
478
+ "upload date, and media items number limit"
479
+ msgstr ""
480
+ "Розширити WordPress медіа шорткоди таким чином, щоб вони розуміли такі "
481
+ "параметри, як медіа таксономії, дату завантаження та обмеження кількості "
482
+ "медіафайлів"
483
+
484
+ #: core/options-pages.php:1004
485
+ msgid "Gallery example:"
486
+ msgstr "Приклад галереї:"
487
+
488
+ #: core/options-pages.php:1005
489
+ msgid "Audio playlist example:"
490
+ msgstr "Приклад аудіо плейлиста:"
491
+
492
+ #: core/options-pages.php:1006
493
+ msgid "Video playlist example:"
494
+ msgstr "Приклад відео плейлиста:"
495
+
496
+ #: core/options-pages.php:1008
497
+ #, php-format
498
+ msgid ""
499
+ "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
500
+ msgstr "%sУвага: %s можлива несумісність з іншими плагінами або темами!"
501
+
502
+ #: core/options-pages.php:1010
503
+ #, php-format
504
+ msgid "%sLearn more%s."
505
+ msgstr "%sДетальніше%s."
506
+
507
+ #: core/options-pages.php:1012
508
+ #, php-format
509
+ msgid ""
510
+ "Please check out your gallery front-end and back-end functionality once this "
511
+ "option activated. If you find an issue please inform plugin authors at %s or "
512
+ "%s."
513
+ msgstr ""
514
+ "Будь ласка, перевірте функціональність вашої галереї для зовнішнього "
515
+ "інтерфейсу, та інтерфейсу адмінки як тільки цей параметр активований. Якщо "
516
+ "ви виявите проблему, будь ласка, поінформуйте авторів плагіну на %s або %s."
517
+
518
+ #: core/options-pages.php:1082 core/options-pages.php:1229
519
+ msgid "Assign following taxonomies to Media Library:"
520
+ msgstr "Прив'язати наступні таксономії до медіа бібліотеки:"
521
+
522
+ #: core/options-pages.php:1101 core/options-pages.php:1167
523
+ #: core/options-pages.php:1248
524
+ msgid "Assign Taxonomy"
525
+ msgstr "Прив'язати таксономію"
526
+
527
+ #: core/options-pages.php:1102 core/options-pages.php:1249
528
+ msgid "Edit Taxonomy"
529
+ msgstr "Редагувати таксономію"
530
+
531
+ #: core/options-pages.php:1106 core/options-pages.php:1169
532
+ msgid "Delete Taxonomy"
533
+ msgstr "Видалити таксономію"
534
+
535
+ #: core/options-pages.php:1111 core/options-pages.php:1174
536
+ msgid "Labels"
537
+ msgstr "Мітки"
538
+
539
+ #: core/options-pages.php:1113 core/options-pages.php:1176
540
+ msgid "Singular"
541
+ msgstr "Однина"
542
+
543
+ #: core/options-pages.php:1114 core/options-pages.php:1177
544
+ msgid "Plural"
545
+ msgstr "Множина"
546
+
547
+ #: core/options-pages.php:1115 core/options-pages.php:1178
548
+ msgid "Menu Name"
549
+ msgstr "Назва меню"
550
+
551
+ #: core/options-pages.php:1128 core/options-pages.php:1151
552
+ #: core/options-pages.php:1191 core/options-pages.php:1252
553
+ msgid "Settings"
554
+ msgstr "Налаштування"
555
+
556
+ #: core/options-pages.php:1130 core/options-pages.php:1193
557
+ msgid "Taxonomy Name"
558
+ msgstr "Назва таксономії"
559
+
560
+ #: core/options-pages.php:1131 core/options-pages.php:1194
561
+ msgid "Hierarchical"
562
+ msgstr "Ієрархічна"
563
+
564
+ #: core/options-pages.php:1132 core/options-pages.php:1195
565
+ msgid "Column for List View"
566
+ msgstr "Стовпчик для режиму \"Список\""
567
+
568
+ #: core/options-pages.php:1133 core/options-pages.php:1153
569
+ #: core/options-pages.php:1196 core/options-pages.php:1254
570
+ msgid "Filter for List View"
571
+ msgstr "Фільтр для режиму \"Список\""
572
+
573
+ #: core/options-pages.php:1134 core/options-pages.php:1154
574
+ #: core/options-pages.php:1197 core/options-pages.php:1255
575
+ msgid "Filter for Grid View / Media Popup"
576
+ msgstr "Фільтр для режиму \"Сітка\" / спливаючого вікна"
577
+
578
+ #: core/options-pages.php:1135 core/options-pages.php:1155
579
+ #: core/options-pages.php:1198 core/options-pages.php:1256
580
+ msgid "Edit in Media Popup"
581
+ msgstr "Редагувати у спливаючому вікні"
582
+
583
+ #: core/options-pages.php:1136 core/options-pages.php:1199
584
+ msgid "Show in Nav Menu"
585
+ msgstr "Показати в меню"
586
+
587
+ #: core/options-pages.php:1137 core/options-pages.php:1200
588
+ msgid "Remember Terms Order (sort)"
589
+ msgstr "Пам'ятати порядок елементів (параметр sort)"
590
+
591
+ #: core/options-pages.php:1138 core/options-pages.php:1201
592
+ msgid "Show in REST"
593
+ msgstr "Показати у REST"
594
+
595
+ #: core/options-pages.php:1139 core/options-pages.php:1202
596
+ msgid "Rewrite Slug"
597
+ msgstr "Переписати слаґ"
598
+
599
+ #: core/options-pages.php:1140 core/options-pages.php:1203
600
+ msgid "Slug with Front"
601
+ msgstr "Слаґ з передньою частиною"
602
+
603
+ #: core/options-pages.php:1215
604
+ msgid "Add New Taxonomy"
605
+ msgstr "Додати нову таксономію"
606
+
607
+ #: core/options-pages.php:1225
608
+ msgid "Non-Media Taxonomies"
609
+ msgstr "Не-медіа таксономії"
610
+
611
+ #: core/options-pages.php:1286
612
+ msgid "Options"
613
+ msgstr "Налаштування"
614
+
615
+ #: core/options-pages.php:1296 core/options-pages.php:1299
616
+ msgid "Taxonomy archive pages"
617
+ msgstr "Архіви для таксономій"
618
+
619
+ #: core/options-pages.php:1300
620
+ msgid "Turn on media taxonomy archive pages on the front-end"
621
+ msgstr "Увімкнути архіви для таксономій для зовнішнього інтерфейсу"
622
+
623
+ #: core/options-pages.php:1301
624
+ msgid ""
625
+ "Re-save your permalink settings after this option change to make it work."
626
+ msgstr ""
627
+ "Для того, щоб це працюівало, збережіть повторно ваші налаштування постійних "
628
+ "посилань після того, як цей параметр був змінений."
629
+
630
+ #: core/options-pages.php:1307 core/options-pages.php:1310
631
+ msgid "Assign all like hierarchical"
632
+ msgstr "Призначати всі як ієрархічні"
633
+
634
+ #: core/options-pages.php:1311
635
+ msgid ""
636
+ "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
637
+ msgstr ""
638
+ "Показувати не-ієрархічні таксономії, як ієрархічні у режимі \"Сітка\" / "
639
+ "спливаючому вікні"
640
+
641
+ #: core/options-pages.php:1317 core/options-pages.php:1320
642
+ msgid "Force filters"
643
+ msgstr "Фільтри примусово"
644
+
645
+ #: core/options-pages.php:1321
646
+ msgid "Show media filters for ANY Media Popup"
647
+ msgstr "Показувати медіа фільтри для будь-якого спливаючого вікна"
648
+
649
+ #: core/options-pages.php:1322
650
+ msgid "Try this if filters are not shown for third-party plugins or themes."
651
+ msgstr ""
652
+ "Спробуйте цей спосіб, якщо фільтри не показуються для стороннього плагіну "
653
+ "або теми."
654
+
655
+ #: core/options-pages.php:1376
656
+ msgid "Add New MIME Type"
657
+ msgstr "Додати новий MIME-тип"
658
+
659
+ #: core/options-pages.php:1394 core/options-pages.php:1449
660
+ msgid "Extension"
661
+ msgstr "Розширення файлу"
662
+
663
+ #: core/options-pages.php:1395 core/options-pages.php:1450
664
+ msgid "MIME Type"
665
+ msgstr "MIME-тип"
666
+
667
+ #: core/options-pages.php:1396 core/options-pages.php:1451
668
+ msgid "Singular Label"
669
+ msgstr "Мітка у однині"
670
+
671
+ #: core/options-pages.php:1397 core/options-pages.php:1452
672
+ msgid "Plural Label"
673
+ msgstr "Мітка у множині"
674
+
675
+ #: core/options-pages.php:1398 core/options-pages.php:1428
676
+ #: core/options-pages.php:1441 core/options-pages.php:1453
677
+ msgid "Add Filter"
678
+ msgstr "Додати фільтр"
679
+
680
+ #: core/options-pages.php:1399 core/options-pages.php:1429
681
+ #: core/options-pages.php:1442 core/options-pages.php:1454
682
+ msgid "Allow Upload"
683
+ msgstr "Дозволити завантаження"
684
+
685
+ #: core/options-pages.php:1443
686
+ msgid "Delete MIME Type"
687
+ msgstr "Видалити MIME-тип"
688
+
689
+ #: core/options-pages.php:1460
690
+ msgid "Restore WordPress default MIME Types"
691
+ msgstr "Відновити стандартні MIME-типи WordPress-у"
692
+
693
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
694
+ msgid "Save Changes"
695
+ msgstr "Зберегти зміни"
696
+
697
+ #: core/options-pages.php:1499
698
+ msgid "Changelog"
699
+ msgstr "Список змін"
700
+
701
+ #: core/options-pages.php:1500
702
+ msgid "What's new in"
703
+ msgstr "Що новенького у"
704
+
705
+ #: core/options-pages.php:1500
706
+ msgid "version"
707
+ msgstr "версії"
708
+
709
+ #: core/options-pages.php:1503
710
+ msgid "More features under the hood"
711
+ msgstr "Більше функцій під капотом"
712
+
713
+ #: core/options-pages.php:1505
714
+ msgid "Support"
715
+ msgstr "Підтримка"
716
+
717
+ #: core/options-pages.php:1506
718
+ msgid "Feel free to ask for help on"
719
+ msgstr "Не соромтеся просити допомоги на"
720
+
721
+ #: core/options-pages.php:1506
722
+ msgid "Support is free for both versions of the plugin."
723
+ msgstr "Підтримка надається безкоштовно для обох версій плагіна."
724
+
725
+ #: core/options-pages.php:1508
726
+ msgid "Plugin rating"
727
+ msgstr "Рейтинг плагіна"
728
+
729
+ #: core/options-pages.php:1509
730
+ msgid "Please"
731
+ msgstr "Будь ласка"
732
+
733
+ #: core/options-pages.php:1509
734
+ msgid "vote for the plugin"
735
+ msgstr "проголосуйте за плагін"
736
+
737
+ #: core/options-pages.php:1509
738
+ msgid "Thanks!"
739
+ msgstr "Дякуємо!"
740
+
741
+ #: core/options-pages.php:1511
742
+ msgid "Other plugins you may find useful"
743
+ msgstr "Інші корисні плагіни"
744
+
745
+ #: core/options-pages.php:1550
746
+ msgid "Utility"
747
+ msgstr ""
748
+
749
+ #: core/options-pages.php:1571
750
+ msgid "Vote!"
751
+ msgstr "Голосуйте!"
752
+
753
+ #: core/taxonomies.php:101
754
+ msgid "Media Taxonomies settings saved."
755
+ msgstr "Налаштування таксономій збережені."
756
+
757
+ #: core/taxonomies.php:159
758
+ msgid "Media Library settings saved."
759
+ msgstr "Налаштування медіа бібліотеки збережені."
760
+
761
+ #: core/taxonomies.php:358 core/taxonomies.php:364
762
+ #: enhanced-media-library.php:489
763
+ msgid "Filter by"
764
+ msgstr "Фільтрувати за"
765
+
766
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
767
+ msgid "Not in"
768
+ msgstr "Не в"
769
+
770
+ #: enhanced-media-library.php:331 enhanced-media-library.php:488
771
+ msgid "All Uncategorized"
772
+ msgstr "Всі без категорій"
773
+
774
+ #: enhanced-media-library.php:332 enhanced-media-library.php:492
775
+ msgid "Reset All Filters"
776
+ msgstr "Скинути всі фільтри"
777
+
778
+ #: enhanced-media-library.php:523
779
+ msgid "Uploaded to post #"
780
+ msgstr "Завантажені до посту #"
781
+
782
+ #: enhanced-media-library.php:524
783
+ msgid "Based On"
784
+ msgstr "На основі"
785
+
786
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
787
+ msgid "Media Categories"
788
+ msgstr "Медіа категорії"
789
+
790
+ #: enhanced-media-library.php:570
791
+ msgid "Media Category"
792
+ msgstr "Медіа категорія"
793
+
794
+ #: enhanced-media-library.php:572
795
+ msgid "All Media Categories"
796
+ msgstr "Всі медіа категорії"
797
+
798
+ #: enhanced-media-library.php:573
799
+ msgid "Edit Media Category"
800
+ msgstr "Редагувати медіа категорію"
801
+
802
+ #: enhanced-media-library.php:574
803
+ msgid "View Media Category"
804
+ msgstr "Переглянуи медіа категорію"
805
+
806
+ #: enhanced-media-library.php:575
807
+ msgid "Update Media Category"
808
+ msgstr "Оновити медіа категорію"
809
+
810
+ #: enhanced-media-library.php:576
811
+ msgid "Add New Media Category"
812
+ msgstr "Додати нову медіа категорію"
813
+
814
+ #: enhanced-media-library.php:577
815
+ msgid "New Media Category Name"
816
+ msgstr "Назва нової медіа категорії"
817
+
818
+ #: enhanced-media-library.php:578
819
+ msgid "Parent Media Category"
820
+ msgstr "Батьківська медіа категорія"
821
+
822
+ #: enhanced-media-library.php:579
823
+ msgid "Parent Media Category:"
824
+ msgstr "Батьківська медіа категорія:"
825
+
826
+ #: enhanced-media-library.php:580
827
+ msgid "Search Media Categories"
828
+ msgstr "Шукати медіа категорії"
829
+
830
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
831
+ msgid "Remove"
832
+ msgstr "Видалити"
833
+
834
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
835
+ msgid "Deselect"
836
+ msgstr "Зняти виділення"
837
+
838
+ #: pro/core/bulk-edit.php:105
839
+ msgid "Caption this image&hellip;"
840
+ msgstr "Підпис для цього фото&hellip;"
841
+
842
+ #: pro/core/bulk-edit.php:109
843
+ msgid "Describe this video&hellip;"
844
+ msgstr "Опишіть це відео&hellip;"
845
+
846
+ #: pro/core/bulk-edit.php:111
847
+ msgid "Describe this audio file&hellip;"
848
+ msgstr "Опишіть це аудіо&hellip;"
849
+
850
+ #: pro/core/bulk-edit.php:113
851
+ msgid "Describe this media file&hellip;"
852
+ msgstr "Опишіть цей медіафайл&hellip;"
853
+
854
+ #: pro/core/bulk-edit.php:122
855
+ msgid "Attachments Details"
856
+ msgstr "Деталі медіафайлів"
857
+
858
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
859
+ msgid "Select All"
860
+ msgstr "Виділити всі"
861
+
862
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
863
+ msgid "Edit Selection"
864
+ msgstr "Редагувати виділення"
865
+
866
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
867
+ msgid "Deselect All"
868
+ msgstr "Зняти виділення з усіх"
869
+
870
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
871
+ msgid "Delete Selected"
872
+ msgstr "Видалити вибране"
873
+
874
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
875
+ msgid "Order By"
876
+ msgstr "Сортувати за"
877
+
878
+ #: pro/core/medialist.php:28 pro/core/medialist.php:73
879
+ msgid "Date"
880
+ msgstr "Дата"
881
+
882
+ #: pro/core/medialist.php:31 pro/core/medialist.php:76
883
+ msgid "Title"
884
+ msgstr "Заголовок"
885
+
886
+ #: pro/core/medialist.php:34 pro/core/medialist.php:79
887
+ msgid "Custom Order"
888
+ msgstr "Власний порядок"
889
+
890
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
891
+ msgid "Random"
892
+ msgstr "Випадковий"
893
+
894
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
895
+ msgid "Order"
896
+ msgstr "Порядок"
897
+
898
+ #: pro/core/medialist.php:47 pro/core/medialist.php:92
899
+ msgid "Ascending"
900
+ msgstr "Зростаючий"
901
+
902
+ #: pro/core/medialist.php:50 pro/core/medialist.php:95
903
+ msgid "Descending"
904
+ msgstr "Спадаючий"
905
+
906
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
907
+ msgid "Limit"
908
+ msgstr "Обмеження"
909
+
910
+ #: pro/core/options-pages.php:78
911
+ msgid "Your license has been deactivated."
912
+ msgstr "Вашу ліцензію було деактивовано."
913
+
914
+ #: pro/core/options-pages.php:88
915
+ msgid "Please check if your license key is correct and try again."
916
+ msgstr ""
917
+ "Будь ласка, перевірте, чи ваш ліцензійний ключ є правильним, та повторіть "
918
+ "спробу."
919
+
920
+ #: pro/core/options-pages.php:101
921
+ msgid ""
922
+ "Wrong license key or a server error occured. Please check your license key "
923
+ "and try again."
924
+ msgstr ""
925
+ "Неправильний ліцензійний ключ або сталася помилка сервера. Будь ласка, "
926
+ "перевірте ваш ліцензійний ключ і повторіть спробу."
927
+
928
+ #: pro/core/options-pages.php:111
929
+ msgid "You license has been activated."
930
+ msgstr "Вашу ліцензію було активовано."
931
+
932
+ #: pro/core/options-pages.php:164
933
+ #, php-format
934
+ msgid "Auto-assign media items to parent %s %s on upload"
935
+ msgstr "Призначати медіафайли до батьківського %s %s під час завантаження"
936
+
937
+ #: pro/core/options-pages.php:165
938
+ #, php-format
939
+ msgid ""
940
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
941
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
942
+ "assigned %s will not be saved. Media items that are not attached to any %s "
943
+ "will not be affected."
944
+ msgstr ""
945
+ "%sУвага:%s Результатом натискання кнопки \"Синхронізувати зараз\" буде те, "
946
+ "що всі медіафайли, призначені до %s будуть також призначені до %s їхнього "
947
+ "батківського %s. Ті %s, що є призначені в даний час, не будуть збережені. Це "
948
+ "не впливатиме на медіафайли, які не є призначені до будь-якого %s."
949
+
950
+ #: pro/core/options-pages.php:188 pro/enhanced-media-library-pro.php:127
951
+ msgid "Bulk Edit"
952
+ msgstr "Пакетне редагування"
953
+
954
+ #: pro/core/options-pages.php:196 pro/core/options-pages.php:199
955
+ msgid "Turn off 'Save Changes' button"
956
+ msgstr "Вимкнути кнопку \"Зберегти зміни\""
957
+
958
+ #: pro/core/options-pages.php:200
959
+ msgid "Save changes on the fly"
960
+ msgstr "Зберегати зміни на льоту"
961
+
962
+ #: pro/core/options-pages.php:201
963
+ msgid ""
964
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
965
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
966
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
967
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
968
+ "files / taxonomies with this option turned on."
969
+ msgstr ""
970
+ "Будь-який клік на чекбокс таксономії під час пакетного редагування "
971
+ "медіафайлів призведе до <strong style=\"color:red\">негайного збереження</"
972
+ "strong> даних. Будь ласка, будьте обережні! У вас є набагато більше шансів "
973
+ "<strong style=\"color:red\">випадково здійснити неправильне пере-"
974
+ "призначення</strong> для багатьох ваших медіафайлів / таксономій, коли ця "
975
+ "опція ввімкнена."
976
+
977
+ #: pro/core/options-pages.php:202
978
+ msgid ""
979
+ "Strongly NOT recommended option if you work with more than hundred of files "
980
+ "at a time."
981
+ msgstr ""
982
+ "Настійно не рекомендована опція, якщо ви працюєте з більш ніж сотнею файлів "
983
+ "за один раз."
984
+
985
+ #: pro/core/options-pages.php:241 pro/core/options-pages.php:259
986
+ msgid "License Key"
987
+ msgstr "Ліцензійний ключ"
988
+
989
+ #: pro/core/options-pages.php:252
990
+ #, php-format
991
+ msgid ""
992
+ "To unlock updates please enter your license key below. You can get your "
993
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
994
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
995
+ msgstr ""
996
+ "Щоб розблокувати оновлення, будь ласка, введіть свій ліцензійний ключ нижче. "
997
+ "Ви можете отримати ліцензійний ключ у <a href=\"%s\">Вашому акаунті</a>. "
998
+ "Якщо ви не маєте ліцензію, ми щиро запрошуємо вас <a href=\"%s\">придбати "
999
+ "її</a>."
1000
+
1001
+ #: pro/core/options-pages.php:262
1002
+ msgid "Activate License"
1003
+ msgstr "Активувати ліцензію"
1004
+
1005
+ #: pro/core/options-pages.php:269
1006
+ msgid "Your license is active!"
1007
+ msgstr "Вашу ліцензію активовано!"
1008
+
1009
+ #: pro/core/options-pages.php:273
1010
+ msgid "Deactivate License"
1011
+ msgstr "Деактивувати ліцензію"
1012
+
1013
+ #: pro/core/update.php:113 pro/core/update.php:119 pro/core/update.php:125
1014
+ msgid ""
1015
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1016
+ "this server&#8217;s configuration. If you continue to have problems, please "
1017
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1018
+ msgstr ""
1019
+ "Сталася неочікувана помилка. Щось може бути не так з WordPress.org або "
1020
+ "конфігурацією цього сервера. Якщо ви постійно маєте таку проблему, будь "
1021
+ "ласка, спробуйте <a href=«https://wordpress.org/support/«>форум підтримки.</"
1022
+ "a>"
1023
+
1024
+ #: pro/core/update.php:113
1025
+ msgid ""
1026
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1027
+ "contact your server administrator.)"
1028
+ msgstr ""
1029
+ "(WordPress не вдалося встановити безпечне підключення до WordPress.org. Будь "
1030
+ "ласка, зверніться до адміністратора сервера.)"
1031
+
1032
+ #: pro/core/update.php:180
1033
+ #, php-format
1034
+ msgid ""
1035
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1036
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1037
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1038
+ msgstr ""
1039
+ "Щоб розблокувати оновлення, будь-ласка, <a href=\"%s\">активуйте вашу "
1040
+ "ліцензію</a>. Ви можете отримати ліцензійний ключ у <a href=\"%s\">Вашому "
1041
+ "акаунті</a>. Якщо ви не маєте ліцензію, ми щиро запрошуємо вас <a href=\"%s"
1042
+ "\">придбати її</a>."
1043
+
1044
+ #: pro/enhanced-media-library-pro.php:119
1045
+ msgid "ALL files belong to this item"
1046
+ msgstr "ВСІ файли, що належать до цього елемента"
1047
+
1048
+ #: pro/enhanced-media-library-pro.php:120
1049
+ msgid "SOME files belong to this item"
1050
+ msgstr "ДЕЯКІ файли, що належать до цього елемента"
1051
+
1052
+ #: pro/enhanced-media-library-pro.php:121
1053
+ msgid "NO files belong to this item"
1054
+ msgstr "НЕМАЄ файлві, що належать до цього елемента"
1055
+
1056
+ #: pro/enhanced-media-library-pro.php:122
1057
+ msgid "Changes saved."
1058
+ msgstr "Зміни збережено."
1059
+
1060
+ #: pro/enhanced-media-library-pro.php:123
1061
+ msgid "Something went wrong."
1062
+ msgstr "Щось пішло не так."
1063
+
1064
+ #: pro/enhanced-media-library-pro.php:126
1065
+ msgid "Edit Media Files"
1066
+ msgstr "Редагувати медіафайли"
1067
+
1068
+ #: pro/enhanced-media-library-pro.php:151
1069
+ msgid "Create a filter-based gallery"
1070
+ msgstr "Створити галерею на основі фільтрів"
1071
+
1072
+ #: pro/enhanced-media-library-pro.php:152
1073
+ msgid "Create a filter-based playlist"
1074
+ msgstr "Створити плейлист на основі фільтрів"
1075
+
1076
+ #: pro/enhanced-media-library-pro.php:153
1077
+ msgid "Create a filter-based video playlist"
1078
+ msgstr "Створити відео-плейлист на основі фільтрів"
1079
+
1080
+ #: pro/enhanced-media-library-pro.php:231
1081
+ msgid ""
1082
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1083
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1084
+ "will remain intact."
1085
+ msgstr ""
1086
+ "Будь ласка деактивуйте та <strong>видаліть</strong> стару безкоштовну версію "
1087
+ "до активації <strong>Enhanced Media Library PRO</strong> . Всі ваші дані "
1088
+ "лишаться недоторканими."
1089
+
1090
+ #: pro/enhanced-media-library-pro.php:231
1091
+ msgid "Return to Plugins"
1092
+ msgstr "Повернутися до плагінів"
1093
+
1094
+ #: pro/enhanced-media-library-pro.php:282
1095
+ msgid ""
1096
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1097
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1098
+ "be active. Please network deactivate and delete the free versions of the "
1099
+ "plugin. All your data will remain intact."
1100
+ msgstr ""
1101
+ "Обидві безкоштовна і PRO версії Enhanced Media Library активовані у мережі. "
1102
+ "<strong>Enhanced Media Library PRO</strong> не потребує безкоштовної версії "
1103
+ "для роботи. Будь ласка, деактивуйте та видаліть безкоштовну версію плагіна. "
1104
+ "Всі ваші дані лишаться недоторканими."
1105
+
1106
+ #: pro/enhanced-media-library-pro.php:299
1107
+ msgid ""
1108
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1109
+ "be active. Please deactivate and delete the free version of the plugin. All "
1110
+ "your data will remain intact."
1111
+ msgstr ""
1112
+ "<strong>Enhanced Media Library PRO</strong> не потребує безкоштовної версії "
1113
+ "для роботи. Будь ласка, деактивуйте та видаліть безкоштовну версію плагіна. "
1114
+ "Всі ваші дані лишаться недоторканими."
1115
+
1116
+ #: pro/enhanced-media-library-pro.php:315
1117
+ msgid ""
1118
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1119
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1120
+ "version to be active. Please deactivate (or network deactivate) and delete "
1121
+ "the free version of the plugin for this site. All your data will remail "
1122
+ "intact."
1123
+ msgstr ""
1124
+ "Обидві безкоштовна і PRO версії Enhanced Media Library активовані на цьому "
1125
+ "сайті. <strong>Enhanced Media Library PRO</strong> не потребує безкоштовної "
1126
+ "версії для роботи. Будь ласка, деактивуйте та видаліть безкоштовну версію "
1127
+ "плагіна. Всі ваші дані лишаться недоторканими."
1128
+
1129
+ #. Description of the plugin/theme
1130
+ msgid ""
1131
+ "This plugin will be handy for those who need to manage a lot of media files."
1132
+ msgstr ""
1133
+ "Плагін буде корисний для того, кому потрібно вправлятися з багатьма "
1134
+ "медіафайлами."
1135
+
1136
+ #~ msgid ""
1137
+ #~ "Taxonomy will be deleted permanently! Your media files will remain "
1138
+ #~ "intacted, but all the connections with this taxonomy and its terms will "
1139
+ #~ "be lost."
1140
+ #~ msgstr ""
1141
+ #~ "Таксономію буде видалено без можливості відновлення! Ваші медіафайли "
1142
+ #~ "залишаться незмінні, але всі зв'язки з цією таксономією та її елементами "
1143
+ #~ "будуть втрачені."
1144
+
1145
+ #~ msgid "Please choose Singular and Plural names for all your new taxomonies."
1146
+ #~ msgstr ""
1147
+ #~ "Будь ласка, виберіть назву в однині та множині для всіх своїх нових "
1148
+ #~ "таксономій."
1149
+
1150
+ #~ msgid "Please choose Singilar name for all your new taxomonies."
1151
+ #~ msgstr ""
1152
+ #~ "Будь ласка, виберіть назву в однині для всіх своїх нових таксономій."
1153
+
1154
+ #~ msgid "Please choose Plural Name for all your new taxomonies."
1155
+ #~ msgstr ""
1156
+ #~ "Будь ласка, виберіть назву в множині для всіх своїх нових таксономій."
1157
+
1158
+ #~ msgid ""
1159
+ #~ "Both FREE and PRO versions of the Enhanced Media Library are network "
1160
+ #~ "active. <strong>Enhanced Media Library PRO</strong> does not require free "
1161
+ #~ "version to be active. Please network deactivate and delete the free "
1162
+ #~ "versions of the plugin. All your data will remail intact."
1163
+ #~ msgstr ""
1164
+ #~ "Обидві безкоштовна і PRO версії Enhanced Media Library активовані у "
1165
+ #~ "мережі. <strong>Enhanced Media Library PRO</strong> не потребує "
1166
+ #~ "безкоштовної версіяї. Будь ласка, деактивуйте та видаліть безкоштовну "
1167
+ #~ "версію плагіна. Ваші дані будуть remail недоторканим."
1168
+
1169
+ #~ msgid ""
1170
+ #~ "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum="
1171
+ #~ "\"12\" year=\"2015\"]"
1172
+ #~ msgstr ""
1173
+ #~ "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum="
1174
+ #~ "\"12\" year=\"2015\"]"
1175
+
1176
+ #~ msgid ""
1177
+ #~ "Enhance WordPress media shortcodes to make them understand media "
1178
+ #~ "taxonomies, uploade date, and media items number limit"
1179
+ #~ msgstr "Розширити WordPress медіа шорткоди, щоб"
1180
+
1181
+ #~ msgid ""
1182
+ #~ "All plugin settings will be overriden by the import. You will have a "
1183
+ #~ "chance to restore current data from an automatic backup in case you are "
1184
+ #~ "not satisfied with the result of the import."
1185
+ #~ msgstr ""
1186
+ #~ "Всі налаштування плагіна будуть перевизначені через імпорт. У вас є "
1187
+ #~ "можливість відновити поточні дані з автоматичної резервної копії, у "
1188
+ #~ "випадку якщо ви не задоволені результатом імпорту."
1189
+
1190
+ #~ msgid ""
1191
+ #~ "The backup had been automatically created before the latest import "
1192
+ #~ "opetarion."
1193
+ #~ msgstr ""
1194
+ #~ "Резервну копію було створено автоматично перед останнім opetarion імпорту."
1195
+
1196
+ #~ msgid "This operation cannot be canceled. Are you still sure?"
1197
+ #~ msgstr "Ця операція не може бути скасована. Ви досі впевнені?"
1198
+
1199
+ #~ msgid "The operation cannot be canceled! Are you still sure?"
1200
+ #~ msgstr "Ця операція не може бути скасована! Ви досі впевнені?"
1201
+
1202
+ #~ msgid ""
1203
+ #~ "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
1204
+ #~ "<strong>Media Settings > MIME Types</strong> will be exported to a "
1205
+ #~ "configuration file. It allows you to easily import the configuration into "
1206
+ #~ "another website."
1207
+ #~ msgstr ""
1208
+ #~ "Налаштування плагіна <strong>медіа настройки > таксономії</strong> і "
1209
+ #~ "<strong>медіа настройки > типи MIME</strong> буде експортовано до файлу "
1210
+ #~ "конфігурації. Це дає змогу легко імпортувати конфігурації в інший веб-"
1211
+ #~ "сайт."
1212
+
1213
+ #~ msgid ""
1214
+ #~ "There is already a taxonomy with the same name. Please chose other one."
1215
+ #~ msgstr "Таксономія з такою назвою вже існує. Будь ласка, виберіть іншу."
languages/enhanced-media-library.pot CHANGED
@@ -1,22 +1,22 @@
1
- # Copyright (C) 2015 Enhanced Media Library PRO
2
- # This file is distributed under the same license as the Enhanced Media Library PRO package.
3
  #, fuzzy
4
  msgid ""
5
  msgstr ""
6
- "Project-Id-Version: Enhanced Media Library PRO\n"
7
- "POT-Creation-Date: 2016-04-14 02:54+0300\n"
8
- "Last-Translator: \n"
9
- "Language-Team: \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 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
 
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
- "PO-Revision-Date: \n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
@@ -35,9 +35,9 @@ msgid_plural " <span class=\"count\">(%s)</span>"
35
  msgstr[0] ""
36
  msgstr[1] ""
37
 
38
- #: core/options-pages.php:97 core/options-pages.php:215
39
- #: core/options-pages.php:916 core/options-pages.php:1041
40
- #: core/options-pages.php:1353
41
  msgid "Media Settings"
42
  msgstr ""
43
 
@@ -61,397 +61,422 @@ msgstr ""
61
  msgid "General"
62
  msgstr ""
63
 
64
- #: core/options-pages.php:190 core/options-pages.php:1062
65
  msgid "Media Taxonomies"
66
  msgstr ""
67
 
68
- #: core/options-pages.php:212 core/options-pages.php:504
69
- #: core/options-pages.php:912 core/options-pages.php:1037
70
- #: core/options-pages.php:1349
71
  msgid "You do not have sufficient permissions to access this page."
72
  msgstr ""
73
 
74
- #: core/options-pages.php:226
75
  msgid "Image sizes"
76
  msgstr ""
77
 
78
- #: core/options-pages.php:227
79
  msgid ""
80
  "The sizes listed below determine the maximum dimensions in pixels to use "
81
  "when adding an image to the Media Library."
82
  msgstr ""
83
 
84
- #: core/options-pages.php:231
85
  msgid "Thumbnail size"
86
  msgstr ""
87
 
88
- #: core/options-pages.php:233
89
  msgid "Width"
90
  msgstr ""
91
 
92
- #: core/options-pages.php:235
93
  msgid "Height"
94
  msgstr ""
95
 
96
- #: core/options-pages.php:238
97
  msgid ""
98
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
99
  msgstr ""
100
 
101
- #: core/options-pages.php:243 core/options-pages.php:244
102
  msgid "Medium size"
103
  msgstr ""
104
 
105
- #: core/options-pages.php:245 core/options-pages.php:255
106
  msgid "Max Width"
107
  msgstr ""
108
 
109
- #: core/options-pages.php:247 core/options-pages.php:257
110
  msgid "Max Height"
111
  msgstr ""
112
 
113
- #: core/options-pages.php:253 core/options-pages.php:254
114
  msgid "Large size"
115
  msgstr ""
116
 
117
- #: core/options-pages.php:270
118
  msgid "Embeds"
119
  msgstr ""
120
 
121
- #: core/options-pages.php:277
122
  msgid "Uploading Files"
123
  msgstr ""
124
 
125
- #: core/options-pages.php:284
126
  msgid "Store uploads in this folder"
127
  msgstr ""
128
 
129
- #: core/options-pages.php:288
130
  #, php-format
131
  msgid "Default is %s"
132
  msgstr ""
133
 
134
- #: core/options-pages.php:294
135
  msgid "Full URL path to files"
136
  msgstr ""
137
 
138
- #: core/options-pages.php:296
139
  msgid "Configuring this is optional. By default, it should be blank."
140
  msgstr ""
141
 
142
- #: core/options-pages.php:304
143
  msgid "Organize my uploads into month- and year-based folders"
144
  msgstr ""
145
 
146
- #: core/options-pages.php:376 core/options-pages.php:1086
147
- #: core/options-pages.php:1101 core/options-pages.php:1163
148
- #: core/options-pages.php:1232
149
  msgid "Edit"
150
  msgstr ""
151
 
152
- #: core/options-pages.php:377 pro/enhanced-media-library-pro.php:125
153
  msgid "Close"
154
  msgstr ""
155
 
156
- #: core/options-pages.php:378 core/options-pages.php:1102
157
- #: core/options-pages.php:1164
158
  msgid "View"
159
  msgstr ""
160
 
161
- #: core/options-pages.php:379 core/options-pages.php:1103
162
- #: core/options-pages.php:1165
163
  msgid "Update"
164
  msgstr ""
165
 
166
- #: core/options-pages.php:380 core/options-pages.php:1104
167
- #: core/options-pages.php:1166
168
  msgid "Add New"
169
  msgstr ""
170
 
171
- #: core/options-pages.php:381 core/options-pages.php:1105
172
- #: core/options-pages.php:1167
173
  msgid "New"
174
  msgstr ""
175
 
176
- #: core/options-pages.php:382
177
  msgid "Name"
178
  msgstr ""
179
 
180
- #: core/options-pages.php:383 core/options-pages.php:1106
181
- #: core/options-pages.php:1168
182
  msgid "Parent"
183
  msgstr ""
184
 
185
- #: core/options-pages.php:384 core/options-pages.php:600
186
- #: core/options-pages.php:1100 core/options-pages.php:1162
 
187
  msgid "All"
188
  msgstr ""
189
 
190
- #: core/options-pages.php:385 core/options-pages.php:1107
191
- #: core/options-pages.php:1169
192
  msgid "Search"
193
  msgstr ""
194
 
195
- #: core/options-pages.php:387
 
 
 
 
 
 
 
 
 
 
 
 
196
  msgid ""
197
- "Taxonomy will be deleted permanently! Your media files will remain intacted, "
198
- "but all the connections with this taxonomy and its terms will be lost."
 
199
  msgstr ""
200
 
201
- #: core/options-pages.php:388
202
- msgid "There is already a taxonomy with the same name. Please chose other one."
203
  msgstr ""
204
 
205
- #: core/options-pages.php:389 core/options-pages.php:1150
206
- msgid "New Taxonomy"
207
  msgstr ""
208
 
209
- #: core/options-pages.php:390
210
- msgid "Please choose Singular and Plural names for all your new taxomonies."
211
  msgstr ""
212
 
213
- #: core/options-pages.php:391
214
- msgid "Please choose Singilar name for all your new taxomonies."
215
  msgstr ""
216
 
217
- #: core/options-pages.php:392
218
- msgid "Please choose Plural Name for all your new taxomonies."
219
  msgstr ""
220
 
221
- #: core/options-pages.php:395 pro/core/options-pages.php:165
222
- msgid "Synchronize Now"
223
  msgstr ""
224
 
225
- #: core/options-pages.php:396
226
- msgid "This operation cannot be canceled. Are you still sure?"
227
  msgstr ""
228
 
229
- #: core/options-pages.php:397
230
- msgid "Synchronize"
231
  msgstr ""
232
 
233
- #: core/options-pages.php:398 core/options-pages.php:478
 
 
 
 
 
 
 
 
 
234
  msgid "Cancel"
235
  msgstr ""
236
 
237
- #: core/options-pages.php:399
 
 
 
 
 
 
 
 
 
 
 
 
238
  msgid "Synchronizing..."
239
  msgstr ""
240
 
241
- #: core/options-pages.php:435
242
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
243
  msgstr ""
244
 
245
- #: core/options-pages.php:436
246
  msgid "Please fill into all fields."
247
  msgstr ""
248
 
249
- #: core/options-pages.php:437
250
  msgid "Duplicate extensions or MIME types. Please chose other one."
251
  msgstr ""
252
 
253
- #: core/options-pages.php:474
 
 
 
 
254
  msgid ""
255
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
256
  "plugin data</strong> from the database including backups."
257
  msgstr ""
258
 
259
- #: core/options-pages.php:475
260
- msgid "The operation cannot be canceled! Are you still sure?"
261
- msgstr ""
262
-
263
- #: core/options-pages.php:476 core/options-pages.php:591
264
- msgid "Complete Cleanup"
265
- msgstr ""
266
-
267
- #: core/options-pages.php:477
268
  msgid "Yes, delete all data"
269
  msgstr ""
270
 
271
- #: core/options-pages.php:479
272
  msgid "Cleaning..."
273
  msgstr ""
274
 
275
- #: core/options-pages.php:509
276
  msgid "Enhanced Media Library Settings"
277
  msgstr ""
278
 
279
- #: core/options-pages.php:519
280
  msgid "Export"
281
  msgstr ""
282
 
283
- #: core/options-pages.php:523
284
  msgid ""
285
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
286
- "<strong>Media Settings > MIME Types</strong> will be exported to a "
287
  "configuration file. It allows you to easily import the configuration into "
288
  "another website."
289
  msgstr ""
290
 
291
- #: core/options-pages.php:528
292
  msgid "Export Plugin Settings"
293
  msgstr ""
294
 
295
- #: core/options-pages.php:538
296
  msgid "Import"
297
  msgstr ""
298
 
299
- #: core/options-pages.php:542
300
  msgid ""
301
- "The plugin settings <strong>Media Settings > Taxonomies</strong> and "
302
- "<strong>Media Settings > MIME Types</strong> will be imported from a "
303
  "configuration file which can be obtained by exporting the settings on "
304
  "another website using the export button above."
305
  msgstr ""
306
 
307
- #: core/options-pages.php:543
308
  msgid ""
309
- "All plugin settings will be overriden by the import. You will have a chance "
310
  "to restore current data from an automatic backup in case you are not "
311
  "satisfied with the result of the import."
312
  msgstr ""
313
 
314
- #: core/options-pages.php:550
315
  msgid "Import Plugin Settings"
316
  msgstr ""
317
 
318
- #: core/options-pages.php:562
319
  msgid "Restore"
320
  msgstr ""
321
 
322
- #: core/options-pages.php:568
323
  msgid "No backup available at the moment."
324
  msgstr ""
325
 
326
- #: core/options-pages.php:570
327
  msgid "Backup will be created automatically before any import operation."
328
  msgstr ""
329
 
330
- #: core/options-pages.php:574
331
  msgid ""
332
- "The backup had been automatically created before the latest import opetarion."
333
  msgstr ""
334
 
335
- #: core/options-pages.php:578
336
  msgid "Restore Settings from the Backup"
337
  msgstr ""
338
 
339
- #: core/options-pages.php:598
340
  msgid "What will be deleted:"
341
  msgstr ""
342
 
343
- #: core/options-pages.php:603
344
  msgid "All plugin options"
345
  msgstr ""
346
 
347
- #: core/options-pages.php:604
348
  msgid "All plugin backups stored in database"
349
  msgstr ""
350
 
351
- #: core/options-pages.php:608
352
  msgid "What will remain intact:"
353
  msgstr ""
354
 
355
- #: core/options-pages.php:609
356
  msgid "All media items"
357
  msgstr ""
358
 
359
- #: core/options-pages.php:610
360
  msgid "All taxonomies not listed above"
361
  msgstr ""
362
 
363
- #: core/options-pages.php:613
364
  msgid ""
365
  "The plugin cannot delete itself because of security reason. Please delete it "
366
  "manually from plugin list after cleanup."
367
  msgstr ""
368
 
369
- #: core/options-pages.php:615
370
  msgid ""
371
  "If you are not sure about this operation please create a backup of your "
372
  "database prior to cleanup!"
373
  msgstr ""
374
 
375
- #: core/options-pages.php:621
376
  msgid "Delete All Data & Deactivate"
377
  msgstr ""
378
 
379
- #: core/options-pages.php:726
380
  msgid "Please upload a file to import settings."
381
  msgstr ""
382
 
383
- #: core/options-pages.php:746
384
  msgid "Plugin settings imported."
385
  msgstr ""
386
 
387
- #: core/options-pages.php:793
388
  msgid "Plugin settings restored from the backup."
389
  msgstr ""
390
 
391
- #: core/options-pages.php:937
392
  msgid "Media Items Order"
393
  msgstr ""
394
 
395
- #: core/options-pages.php:944
396
  msgid "Order media items by"
397
  msgstr ""
398
 
399
- #: core/options-pages.php:951 core/options-pages.php:963
400
  msgid "For media library and media popups"
401
  msgstr ""
402
 
403
- #: core/options-pages.php:952
404
  msgid "Option allows to change order by drag and drop with Custom Order value."
405
  msgstr ""
406
 
407
- #: core/options-pages.php:957
408
  msgid "Sort order"
409
  msgstr ""
410
 
411
- #: core/options-pages.php:976
412
  msgid "Media Shortcodes"
413
  msgstr ""
414
 
415
- #: core/options-pages.php:983 core/options-pages.php:986
416
  msgid "Enhanced media shortcodes"
417
  msgstr ""
418
 
419
- #: core/options-pages.php:987
420
  msgid ""
421
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
422
- "uploade date, and media items number limit"
423
  msgstr ""
424
 
425
- #: core/options-pages.php:988
426
- msgid ""
427
- "Gallery example: [gallery media_category=\"5\" limit=\"10\" monthnum=\"12\" "
428
- "year=\"2015\"]"
429
  msgstr ""
430
 
431
- #: core/options-pages.php:989
432
- msgid ""
433
- "Audio playlist example: [playlist media_category=\"5\" limit=\"10\" monthnum="
434
- "\"12\" year=\"2015\"]"
435
  msgstr ""
436
 
437
- #: core/options-pages.php:990
438
- msgid ""
439
- "Video playlist example: [playlist type=\"video\" media_category=\"5\" limit="
440
- "\"10\" monthnum=\"12\" year=\"2015\"]"
441
  msgstr ""
442
 
443
- #: core/options-pages.php:992
444
  #, php-format
445
  msgid ""
446
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
447
  msgstr ""
448
 
449
- #: core/options-pages.php:994
450
  #, php-format
451
  msgid "%sLearn more%s."
452
  msgstr ""
453
 
454
- #: core/options-pages.php:996
455
  #, php-format
456
  msgid ""
457
  "Please check out your gallery front-end and back-end functionality once this "
@@ -459,203 +484,250 @@ msgid ""
459
  "%s."
460
  msgstr ""
461
 
462
- #: core/options-pages.php:1066 core/options-pages.php:1212
463
  msgid "Assign following taxonomies to Media Library:"
464
  msgstr ""
465
 
466
- #: core/options-pages.php:1085 core/options-pages.php:1150
467
- #: core/options-pages.php:1231
468
  msgid "Assign Taxonomy"
469
  msgstr ""
470
 
471
- #: core/options-pages.php:1086 core/options-pages.php:1232
472
  msgid "Edit Taxonomy"
473
  msgstr ""
474
 
475
- #: core/options-pages.php:1090 core/options-pages.php:1152
476
  msgid "Delete Taxonomy"
477
  msgstr ""
478
 
479
- #: core/options-pages.php:1095 core/options-pages.php:1157
480
  msgid "Labels"
481
  msgstr ""
482
 
483
- #: core/options-pages.php:1097 core/options-pages.php:1159
484
  msgid "Singular"
485
  msgstr ""
486
 
487
- #: core/options-pages.php:1098 core/options-pages.php:1160
488
  msgid "Plural"
489
  msgstr ""
490
 
491
- #: core/options-pages.php:1099 core/options-pages.php:1161
492
  msgid "Menu Name"
493
  msgstr ""
494
 
495
- #: core/options-pages.php:1112 core/options-pages.php:1135
496
- #: core/options-pages.php:1174 core/options-pages.php:1235
497
- #: core/options-pages.php:1530
498
  msgid "Settings"
499
  msgstr ""
500
 
501
- #: core/options-pages.php:1114 core/options-pages.php:1176
502
  msgid "Taxonomy Name"
503
  msgstr ""
504
 
505
- #: core/options-pages.php:1115 core/options-pages.php:1177
506
  msgid "Hierarchical"
507
  msgstr ""
508
 
509
- #: core/options-pages.php:1116 core/options-pages.php:1178
510
  msgid "Column for List View"
511
  msgstr ""
512
 
513
- #: core/options-pages.php:1117 core/options-pages.php:1137
514
- #: core/options-pages.php:1179 core/options-pages.php:1237
515
  msgid "Filter for List View"
516
  msgstr ""
517
 
518
- #: core/options-pages.php:1118 core/options-pages.php:1138
519
- #: core/options-pages.php:1180 core/options-pages.php:1238
520
  msgid "Filter for Grid View / Media Popup"
521
  msgstr ""
522
 
523
- #: core/options-pages.php:1119 core/options-pages.php:1139
524
- #: core/options-pages.php:1181 core/options-pages.php:1239
525
  msgid "Edit in Media Popup"
526
  msgstr ""
527
 
528
- #: core/options-pages.php:1120 core/options-pages.php:1182
529
  msgid "Show in Nav Menu"
530
  msgstr ""
531
 
532
- #: core/options-pages.php:1121 core/options-pages.php:1183
533
  msgid "Remember Terms Order (sort)"
534
  msgstr ""
535
 
536
- #: core/options-pages.php:1122 core/options-pages.php:1184
537
  msgid "Show in REST"
538
  msgstr ""
539
 
540
- #: core/options-pages.php:1123 core/options-pages.php:1185
541
  msgid "Rewrite Slug"
542
  msgstr ""
543
 
544
- #: core/options-pages.php:1124 core/options-pages.php:1186
545
  msgid "Slug with Front"
546
  msgstr ""
547
 
548
- #: core/options-pages.php:1198
549
  msgid "Add New Taxonomy"
550
  msgstr ""
551
 
552
- #: core/options-pages.php:1208
553
  msgid "Non-Media Taxonomies"
554
  msgstr ""
555
 
556
- #: core/options-pages.php:1269
557
  msgid "Options"
558
  msgstr ""
559
 
560
- #: core/options-pages.php:1279 core/options-pages.php:1282
561
  msgid "Taxonomy archive pages"
562
  msgstr ""
563
 
564
- #: core/options-pages.php:1283
565
  msgid "Turn on media taxonomy archive pages on the front-end"
566
  msgstr ""
567
 
568
- #: core/options-pages.php:1284
569
  msgid ""
570
  "Re-save your permalink settings after this option change to make it work."
571
  msgstr ""
572
 
573
- #: core/options-pages.php:1290 core/options-pages.php:1293
574
  msgid "Assign all like hierarchical"
575
  msgstr ""
576
 
577
- #: core/options-pages.php:1294
578
  msgid ""
579
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
580
  msgstr ""
581
 
582
- #: core/options-pages.php:1300 core/options-pages.php:1303
583
  msgid "Force filters"
584
  msgstr ""
585
 
586
- #: core/options-pages.php:1304
587
  msgid "Show media filters for ANY Media Popup"
588
  msgstr ""
589
 
590
- #: core/options-pages.php:1305
591
  msgid "Try this if filters are not shown for third-party plugins or themes."
592
  msgstr ""
593
 
594
- #: core/options-pages.php:1359
595
  msgid "Add New MIME Type"
596
  msgstr ""
597
 
598
- #: core/options-pages.php:1377 core/options-pages.php:1432
599
  msgid "Extension"
600
  msgstr ""
601
 
602
- #: core/options-pages.php:1378 core/options-pages.php:1433
603
  msgid "MIME Type"
604
  msgstr ""
605
 
606
- #: core/options-pages.php:1379 core/options-pages.php:1434
607
  msgid "Singular Label"
608
  msgstr ""
609
 
610
- #: core/options-pages.php:1380 core/options-pages.php:1435
611
  msgid "Plural Label"
612
  msgstr ""
613
 
614
- #: core/options-pages.php:1381 core/options-pages.php:1411
615
- #: core/options-pages.php:1424 core/options-pages.php:1436
616
  msgid "Add Filter"
617
  msgstr ""
618
 
619
- #: core/options-pages.php:1382 core/options-pages.php:1412
620
- #: core/options-pages.php:1425 core/options-pages.php:1437
621
  msgid "Allow Upload"
622
  msgstr ""
623
 
624
- #: core/options-pages.php:1426
625
  msgid "Delete MIME Type"
626
  msgstr ""
627
 
628
- #: core/options-pages.php:1443
629
  msgid "Restore WordPress default MIME Types"
630
  msgstr ""
631
 
632
- #: core/options-pages.php:1445 pro/enhanced-media-library-pro.php:124
633
  msgid "Save Changes"
634
  msgstr ""
635
 
636
- #: core/options-pages.php:1551
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
637
  msgid "Vote!"
638
  msgstr ""
639
 
640
- #: core/taxonomies.php:81
641
  msgid "Media Taxonomies settings saved."
642
  msgstr ""
643
 
644
- #: core/taxonomies.php:139
645
  msgid "Media Library settings saved."
646
  msgstr ""
647
 
648
- #: core/taxonomies.php:338 core/taxonomies.php:344
649
  #: enhanced-media-library.php:489
650
- msgid "Filter by "
651
  msgstr ""
652
 
653
- #: core/taxonomies.php:345 enhanced-media-library.php:490
654
- msgid "All "
655
- msgstr ""
656
-
657
- #: core/taxonomies.php:346 enhanced-media-library.php:491
658
- msgid "Not in "
659
  msgstr ""
660
 
661
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
@@ -674,47 +746,91 @@ msgstr ""
674
  msgid "Based On"
675
  msgstr ""
676
 
677
- #: pro/core/bulk-edit.php:58 pro/core/bulk-edit.php:65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
678
  msgid "Remove"
679
  msgstr ""
680
 
681
- #: pro/core/bulk-edit.php:60 pro/core/bulk-edit.php:67
682
  msgid "Deselect"
683
  msgstr ""
684
 
685
- #: pro/core/bulk-edit.php:112
686
  msgid "Caption this image&hellip;"
687
  msgstr ""
688
 
689
- #: pro/core/bulk-edit.php:116
690
  msgid "Describe this video&hellip;"
691
  msgstr ""
692
 
693
- #: pro/core/bulk-edit.php:118
694
  msgid "Describe this audio file&hellip;"
695
  msgstr ""
696
 
697
- #: pro/core/bulk-edit.php:120
698
  msgid "Describe this media file&hellip;"
699
  msgstr ""
700
 
701
- #: pro/core/bulk-edit.php:129
702
  msgid "Attachments Details"
703
  msgstr ""
704
 
705
- #: pro/core/bulk-edit.php:181 pro/core/bulk-edit.php:186
706
  msgid "Select All"
707
  msgstr ""
708
 
709
- #: pro/core/bulk-edit.php:182 pro/core/bulk-edit.php:187
710
  msgid "Edit Selection"
711
  msgstr ""
712
 
713
- #: pro/core/bulk-edit.php:183 pro/core/bulk-edit.php:188
714
  msgid "Deselect All"
715
  msgstr ""
716
 
717
- #: pro/core/bulk-edit.php:184 pro/core/bulk-edit.php:189
718
  msgid "Delete Selected"
719
  msgstr ""
720
 
@@ -800,7 +916,7 @@ msgstr ""
800
 
801
  #: pro/core/options-pages.php:201
802
  msgid ""
803
- "Any click on a taxonomy checkbox during media files bulk edition will lead "
804
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
805
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
806
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
@@ -910,7 +1026,7 @@ msgid ""
910
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
911
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
912
  "be active. Please network deactivate and delete the free versions of the "
913
- "plugin. All your data will remail intact."
914
  msgstr ""
915
 
916
  #: pro/enhanced-media-library-pro.php:299
@@ -928,3 +1044,8 @@ msgid ""
928
  "the free version of the plugin for this site. All your data will remail "
929
  "intact."
930
  msgstr ""
 
 
 
 
 
 
 
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
4
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
+ "Project-Id-Version: Enhanced Media Library\n"
6
+ "POT-Creation-Date: 2016-04-30 12:48+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 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-WPHeader: enhanced-media-library.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
35
  msgstr[0] ""
36
  msgstr[1] ""
37
 
38
+ #: core/options-pages.php:97 core/options-pages.php:217
39
+ #: core/options-pages.php:932 core/options-pages.php:1057
40
+ #: core/options-pages.php:1370 core/options-pages.php:1547
41
  msgid "Media Settings"
42
  msgstr ""
43
 
61
  msgid "General"
62
  msgstr ""
63
 
64
+ #: core/options-pages.php:190 core/options-pages.php:1078
65
  msgid "Media Taxonomies"
66
  msgstr ""
67
 
68
+ #: core/options-pages.php:214 core/options-pages.php:520
69
+ #: core/options-pages.php:928 core/options-pages.php:1053
70
+ #: core/options-pages.php:1366
71
  msgid "You do not have sufficient permissions to access this page."
72
  msgstr ""
73
 
74
+ #: core/options-pages.php:228
75
  msgid "Image sizes"
76
  msgstr ""
77
 
78
+ #: core/options-pages.php:229
79
  msgid ""
80
  "The sizes listed below determine the maximum dimensions in pixels to use "
81
  "when adding an image to the Media Library."
82
  msgstr ""
83
 
84
+ #: core/options-pages.php:233
85
  msgid "Thumbnail size"
86
  msgstr ""
87
 
88
+ #: core/options-pages.php:235
89
  msgid "Width"
90
  msgstr ""
91
 
92
+ #: core/options-pages.php:237
93
  msgid "Height"
94
  msgstr ""
95
 
96
+ #: core/options-pages.php:240
97
  msgid ""
98
  "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
99
  msgstr ""
100
 
101
+ #: core/options-pages.php:245 core/options-pages.php:246
102
  msgid "Medium size"
103
  msgstr ""
104
 
105
+ #: core/options-pages.php:247 core/options-pages.php:257
106
  msgid "Max Width"
107
  msgstr ""
108
 
109
+ #: core/options-pages.php:249 core/options-pages.php:259
110
  msgid "Max Height"
111
  msgstr ""
112
 
113
+ #: core/options-pages.php:255 core/options-pages.php:256
114
  msgid "Large size"
115
  msgstr ""
116
 
117
+ #: core/options-pages.php:272
118
  msgid "Embeds"
119
  msgstr ""
120
 
121
+ #: core/options-pages.php:279
122
  msgid "Uploading Files"
123
  msgstr ""
124
 
125
+ #: core/options-pages.php:286
126
  msgid "Store uploads in this folder"
127
  msgstr ""
128
 
129
+ #: core/options-pages.php:290
130
  #, php-format
131
  msgid "Default is %s"
132
  msgstr ""
133
 
134
+ #: core/options-pages.php:296
135
  msgid "Full URL path to files"
136
  msgstr ""
137
 
138
+ #: core/options-pages.php:298
139
  msgid "Configuring this is optional. By default, it should be blank."
140
  msgstr ""
141
 
142
+ #: core/options-pages.php:306
143
  msgid "Organize my uploads into month- and year-based folders"
144
  msgstr ""
145
 
146
+ #: core/options-pages.php:378 core/options-pages.php:1102
147
+ #: core/options-pages.php:1117 core/options-pages.php:1180
148
+ #: core/options-pages.php:1249
149
  msgid "Edit"
150
  msgstr ""
151
 
152
+ #: core/options-pages.php:379 pro/enhanced-media-library-pro.php:125
153
  msgid "Close"
154
  msgstr ""
155
 
156
+ #: core/options-pages.php:380 core/options-pages.php:1118
157
+ #: core/options-pages.php:1181
158
  msgid "View"
159
  msgstr ""
160
 
161
+ #: core/options-pages.php:381 core/options-pages.php:1119
162
+ #: core/options-pages.php:1182
163
  msgid "Update"
164
  msgstr ""
165
 
166
+ #: core/options-pages.php:382 core/options-pages.php:1120
167
+ #: core/options-pages.php:1183
168
  msgid "Add New"
169
  msgstr ""
170
 
171
+ #: core/options-pages.php:383 core/options-pages.php:1121
172
+ #: core/options-pages.php:1184
173
  msgid "New"
174
  msgstr ""
175
 
176
+ #: core/options-pages.php:384
177
  msgid "Name"
178
  msgstr ""
179
 
180
+ #: core/options-pages.php:385 core/options-pages.php:1122
181
+ #: core/options-pages.php:1185
182
  msgid "Parent"
183
  msgstr ""
184
 
185
+ #: core/options-pages.php:386 core/options-pages.php:616
186
+ #: core/options-pages.php:1116 core/options-pages.php:1179
187
+ #: core/taxonomies.php:365 enhanced-media-library.php:490
188
  msgid "All"
189
  msgstr ""
190
 
191
+ #: core/options-pages.php:387 core/options-pages.php:1123
192
+ #: core/options-pages.php:1186
193
  msgid "Search"
194
  msgstr ""
195
 
196
+ #: core/options-pages.php:389 core/options-pages.php:1167
197
+ msgid "New Taxonomy"
198
+ msgstr ""
199
+
200
+ #: core/options-pages.php:391
201
+ msgid "Remove Taxonomy"
202
+ msgstr ""
203
+
204
+ #: core/options-pages.php:392
205
+ msgid "Taxonomy will be removed."
206
+ msgstr ""
207
+
208
+ #: core/options-pages.php:393
209
  msgid ""
210
+ "Taxonomy terms (categories) will remain intact in the database. If you "
211
+ "create a taxonomy with the same name in the future, its terms (categories) "
212
+ "will be available again."
213
  msgstr ""
214
 
215
+ #: core/options-pages.php:394
216
+ msgid "Media items will remain intact."
217
  msgstr ""
218
 
219
+ #: core/options-pages.php:395
220
+ msgid "Are you still sure?"
221
  msgstr ""
222
 
223
+ #: core/options-pages.php:396
224
+ msgid "Yes, remove taxonomy"
225
  msgstr ""
226
 
227
+ #: core/options-pages.php:398
228
+ msgid "Duplicate"
229
  msgstr ""
230
 
231
+ #: core/options-pages.php:399
232
+ msgid "Taxonomy with the same name already exists. Please chose other one."
233
  msgstr ""
234
 
235
+ #: core/options-pages.php:401
236
+ msgid "Empty Fields"
237
  msgstr ""
238
 
239
+ #: core/options-pages.php:402
240
+ msgid "Please choose Singular and Plural names for all new taxomonies."
241
  msgstr ""
242
 
243
+ #: core/options-pages.php:403
244
+ msgid "Please choose Singilar name for all new taxomonies."
245
  msgstr ""
246
 
247
+ #: core/options-pages.php:404
248
+ msgid "Please choose Plural Name for all new taxomonies."
249
+ msgstr ""
250
+
251
+ #: core/options-pages.php:406
252
+ msgid "Ok"
253
+ msgstr ""
254
+
255
+ #: core/options-pages.php:407 core/options-pages.php:412
256
+ #: core/options-pages.php:495
257
  msgid "Cancel"
258
  msgstr ""
259
 
260
+ #: core/options-pages.php:409 pro/core/options-pages.php:165
261
+ msgid "Synchronize Now"
262
+ msgstr ""
263
+
264
+ #: core/options-pages.php:410 core/options-pages.php:492
265
+ msgid "This operation cannot be canceled! Are you still sure?"
266
+ msgstr ""
267
+
268
+ #: core/options-pages.php:411
269
+ msgid "Synchronize"
270
+ msgstr ""
271
+
272
+ #: core/options-pages.php:413
273
  msgid "Synchronizing..."
274
  msgstr ""
275
 
276
+ #: core/options-pages.php:451
277
  msgid "Warning! All your custom MIME Types will be deleted by this operation."
278
  msgstr ""
279
 
280
+ #: core/options-pages.php:452
281
  msgid "Please fill into all fields."
282
  msgstr ""
283
 
284
+ #: core/options-pages.php:453
285
  msgid "Duplicate extensions or MIME types. Please chose other one."
286
  msgstr ""
287
 
288
+ #: core/options-pages.php:490 core/options-pages.php:607
289
+ msgid "Complete Cleanup"
290
+ msgstr ""
291
+
292
+ #: core/options-pages.php:491
293
  msgid ""
294
  "You are about to <strong style=\"text-transform:uppercase\">delete all "
295
  "plugin data</strong> from the database including backups."
296
  msgstr ""
297
 
298
+ #: core/options-pages.php:493
 
 
 
 
 
 
 
 
299
  msgid "Yes, delete all data"
300
  msgstr ""
301
 
302
+ #: core/options-pages.php:494
303
  msgid "Cleaning..."
304
  msgstr ""
305
 
306
+ #: core/options-pages.php:525
307
  msgid "Enhanced Media Library Settings"
308
  msgstr ""
309
 
310
+ #: core/options-pages.php:535
311
  msgid "Export"
312
  msgstr ""
313
 
314
+ #: core/options-pages.php:539
315
  msgid ""
316
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
317
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
318
  "configuration file. It allows you to easily import the configuration into "
319
  "another website."
320
  msgstr ""
321
 
322
+ #: core/options-pages.php:544
323
  msgid "Export Plugin Settings"
324
  msgstr ""
325
 
326
+ #: core/options-pages.php:554
327
  msgid "Import"
328
  msgstr ""
329
 
330
+ #: core/options-pages.php:558
331
  msgid ""
332
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
333
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
334
  "configuration file which can be obtained by exporting the settings on "
335
  "another website using the export button above."
336
  msgstr ""
337
 
338
+ #: core/options-pages.php:559
339
  msgid ""
340
+ "All plugin settings will be overridden by the import. You will have a chance "
341
  "to restore current data from an automatic backup in case you are not "
342
  "satisfied with the result of the import."
343
  msgstr ""
344
 
345
+ #: core/options-pages.php:566
346
  msgid "Import Plugin Settings"
347
  msgstr ""
348
 
349
+ #: core/options-pages.php:578
350
  msgid "Restore"
351
  msgstr ""
352
 
353
+ #: core/options-pages.php:584
354
  msgid "No backup available at the moment."
355
  msgstr ""
356
 
357
+ #: core/options-pages.php:586
358
  msgid "Backup will be created automatically before any import operation."
359
  msgstr ""
360
 
361
+ #: core/options-pages.php:590
362
  msgid ""
363
+ "The backup has been automatically created before the latest import operation."
364
  msgstr ""
365
 
366
+ #: core/options-pages.php:594
367
  msgid "Restore Settings from the Backup"
368
  msgstr ""
369
 
370
+ #: core/options-pages.php:614
371
  msgid "What will be deleted:"
372
  msgstr ""
373
 
374
+ #: core/options-pages.php:619
375
  msgid "All plugin options"
376
  msgstr ""
377
 
378
+ #: core/options-pages.php:620
379
  msgid "All plugin backups stored in database"
380
  msgstr ""
381
 
382
+ #: core/options-pages.php:624
383
  msgid "What will remain intact:"
384
  msgstr ""
385
 
386
+ #: core/options-pages.php:625
387
  msgid "All media items"
388
  msgstr ""
389
 
390
+ #: core/options-pages.php:626
391
  msgid "All taxonomies not listed above"
392
  msgstr ""
393
 
394
+ #: core/options-pages.php:629
395
  msgid ""
396
  "The plugin cannot delete itself because of security reason. Please delete it "
397
  "manually from plugin list after cleanup."
398
  msgstr ""
399
 
400
+ #: core/options-pages.php:631
401
  msgid ""
402
  "If you are not sure about this operation please create a backup of your "
403
  "database prior to cleanup!"
404
  msgstr ""
405
 
406
+ #: core/options-pages.php:637
407
  msgid "Delete All Data & Deactivate"
408
  msgstr ""
409
 
410
+ #: core/options-pages.php:742
411
  msgid "Please upload a file to import settings."
412
  msgstr ""
413
 
414
+ #: core/options-pages.php:762
415
  msgid "Plugin settings imported."
416
  msgstr ""
417
 
418
+ #: core/options-pages.php:809
419
  msgid "Plugin settings restored from the backup."
420
  msgstr ""
421
 
422
+ #: core/options-pages.php:953
423
  msgid "Media Items Order"
424
  msgstr ""
425
 
426
+ #: core/options-pages.php:960
427
  msgid "Order media items by"
428
  msgstr ""
429
 
430
+ #: core/options-pages.php:967 core/options-pages.php:979
431
  msgid "For media library and media popups"
432
  msgstr ""
433
 
434
+ #: core/options-pages.php:968
435
  msgid "Option allows to change order by drag and drop with Custom Order value."
436
  msgstr ""
437
 
438
+ #: core/options-pages.php:973
439
  msgid "Sort order"
440
  msgstr ""
441
 
442
+ #: core/options-pages.php:992
443
  msgid "Media Shortcodes"
444
  msgstr ""
445
 
446
+ #: core/options-pages.php:999 core/options-pages.php:1002
447
  msgid "Enhanced media shortcodes"
448
  msgstr ""
449
 
450
+ #: core/options-pages.php:1003
451
  msgid ""
452
  "Enhance WordPress media shortcodes to make them understand media taxonomies, "
453
+ "upload date, and media items number limit"
454
  msgstr ""
455
 
456
+ #: core/options-pages.php:1004
457
+ msgid "Gallery example:"
 
 
458
  msgstr ""
459
 
460
+ #: core/options-pages.php:1005
461
+ msgid "Audio playlist example:"
 
 
462
  msgstr ""
463
 
464
+ #: core/options-pages.php:1006
465
+ msgid "Video playlist example:"
 
 
466
  msgstr ""
467
 
468
+ #: core/options-pages.php:1008
469
  #, php-format
470
  msgid ""
471
  "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
472
  msgstr ""
473
 
474
+ #: core/options-pages.php:1010
475
  #, php-format
476
  msgid "%sLearn more%s."
477
  msgstr ""
478
 
479
+ #: core/options-pages.php:1012
480
  #, php-format
481
  msgid ""
482
  "Please check out your gallery front-end and back-end functionality once this "
484
  "%s."
485
  msgstr ""
486
 
487
+ #: core/options-pages.php:1082 core/options-pages.php:1229
488
  msgid "Assign following taxonomies to Media Library:"
489
  msgstr ""
490
 
491
+ #: core/options-pages.php:1101 core/options-pages.php:1167
492
+ #: core/options-pages.php:1248
493
  msgid "Assign Taxonomy"
494
  msgstr ""
495
 
496
+ #: core/options-pages.php:1102 core/options-pages.php:1249
497
  msgid "Edit Taxonomy"
498
  msgstr ""
499
 
500
+ #: core/options-pages.php:1106 core/options-pages.php:1169
501
  msgid "Delete Taxonomy"
502
  msgstr ""
503
 
504
+ #: core/options-pages.php:1111 core/options-pages.php:1174
505
  msgid "Labels"
506
  msgstr ""
507
 
508
+ #: core/options-pages.php:1113 core/options-pages.php:1176
509
  msgid "Singular"
510
  msgstr ""
511
 
512
+ #: core/options-pages.php:1114 core/options-pages.php:1177
513
  msgid "Plural"
514
  msgstr ""
515
 
516
+ #: core/options-pages.php:1115 core/options-pages.php:1178
517
  msgid "Menu Name"
518
  msgstr ""
519
 
520
+ #: core/options-pages.php:1128 core/options-pages.php:1151
521
+ #: core/options-pages.php:1191 core/options-pages.php:1252
 
522
  msgid "Settings"
523
  msgstr ""
524
 
525
+ #: core/options-pages.php:1130 core/options-pages.php:1193
526
  msgid "Taxonomy Name"
527
  msgstr ""
528
 
529
+ #: core/options-pages.php:1131 core/options-pages.php:1194
530
  msgid "Hierarchical"
531
  msgstr ""
532
 
533
+ #: core/options-pages.php:1132 core/options-pages.php:1195
534
  msgid "Column for List View"
535
  msgstr ""
536
 
537
+ #: core/options-pages.php:1133 core/options-pages.php:1153
538
+ #: core/options-pages.php:1196 core/options-pages.php:1254
539
  msgid "Filter for List View"
540
  msgstr ""
541
 
542
+ #: core/options-pages.php:1134 core/options-pages.php:1154
543
+ #: core/options-pages.php:1197 core/options-pages.php:1255
544
  msgid "Filter for Grid View / Media Popup"
545
  msgstr ""
546
 
547
+ #: core/options-pages.php:1135 core/options-pages.php:1155
548
+ #: core/options-pages.php:1198 core/options-pages.php:1256
549
  msgid "Edit in Media Popup"
550
  msgstr ""
551
 
552
+ #: core/options-pages.php:1136 core/options-pages.php:1199
553
  msgid "Show in Nav Menu"
554
  msgstr ""
555
 
556
+ #: core/options-pages.php:1137 core/options-pages.php:1200
557
  msgid "Remember Terms Order (sort)"
558
  msgstr ""
559
 
560
+ #: core/options-pages.php:1138 core/options-pages.php:1201
561
  msgid "Show in REST"
562
  msgstr ""
563
 
564
+ #: core/options-pages.php:1139 core/options-pages.php:1202
565
  msgid "Rewrite Slug"
566
  msgstr ""
567
 
568
+ #: core/options-pages.php:1140 core/options-pages.php:1203
569
  msgid "Slug with Front"
570
  msgstr ""
571
 
572
+ #: core/options-pages.php:1215
573
  msgid "Add New Taxonomy"
574
  msgstr ""
575
 
576
+ #: core/options-pages.php:1225
577
  msgid "Non-Media Taxonomies"
578
  msgstr ""
579
 
580
+ #: core/options-pages.php:1286
581
  msgid "Options"
582
  msgstr ""
583
 
584
+ #: core/options-pages.php:1296 core/options-pages.php:1299
585
  msgid "Taxonomy archive pages"
586
  msgstr ""
587
 
588
+ #: core/options-pages.php:1300
589
  msgid "Turn on media taxonomy archive pages on the front-end"
590
  msgstr ""
591
 
592
+ #: core/options-pages.php:1301
593
  msgid ""
594
  "Re-save your permalink settings after this option change to make it work."
595
  msgstr ""
596
 
597
+ #: core/options-pages.php:1307 core/options-pages.php:1310
598
  msgid "Assign all like hierarchical"
599
  msgstr ""
600
 
601
+ #: core/options-pages.php:1311
602
  msgid ""
603
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
604
  msgstr ""
605
 
606
+ #: core/options-pages.php:1317 core/options-pages.php:1320
607
  msgid "Force filters"
608
  msgstr ""
609
 
610
+ #: core/options-pages.php:1321
611
  msgid "Show media filters for ANY Media Popup"
612
  msgstr ""
613
 
614
+ #: core/options-pages.php:1322
615
  msgid "Try this if filters are not shown for third-party plugins or themes."
616
  msgstr ""
617
 
618
+ #: core/options-pages.php:1376
619
  msgid "Add New MIME Type"
620
  msgstr ""
621
 
622
+ #: core/options-pages.php:1394 core/options-pages.php:1449
623
  msgid "Extension"
624
  msgstr ""
625
 
626
+ #: core/options-pages.php:1395 core/options-pages.php:1450
627
  msgid "MIME Type"
628
  msgstr ""
629
 
630
+ #: core/options-pages.php:1396 core/options-pages.php:1451
631
  msgid "Singular Label"
632
  msgstr ""
633
 
634
+ #: core/options-pages.php:1397 core/options-pages.php:1452
635
  msgid "Plural Label"
636
  msgstr ""
637
 
638
+ #: core/options-pages.php:1398 core/options-pages.php:1428
639
+ #: core/options-pages.php:1441 core/options-pages.php:1453
640
  msgid "Add Filter"
641
  msgstr ""
642
 
643
+ #: core/options-pages.php:1399 core/options-pages.php:1429
644
+ #: core/options-pages.php:1442 core/options-pages.php:1454
645
  msgid "Allow Upload"
646
  msgstr ""
647
 
648
+ #: core/options-pages.php:1443
649
  msgid "Delete MIME Type"
650
  msgstr ""
651
 
652
+ #: core/options-pages.php:1460
653
  msgid "Restore WordPress default MIME Types"
654
  msgstr ""
655
 
656
+ #: core/options-pages.php:1462 pro/enhanced-media-library-pro.php:124
657
  msgid "Save Changes"
658
  msgstr ""
659
 
660
+ #: core/options-pages.php:1499
661
+ msgid "Changelog"
662
+ msgstr ""
663
+
664
+ #: core/options-pages.php:1500
665
+ msgid "What's new in"
666
+ msgstr ""
667
+
668
+ #: core/options-pages.php:1500
669
+ msgid "version"
670
+ msgstr ""
671
+
672
+ #: core/options-pages.php:1503
673
+ msgid "More features under the hood"
674
+ msgstr ""
675
+
676
+ #: core/options-pages.php:1505
677
+ msgid "Support"
678
+ msgstr ""
679
+
680
+ #: core/options-pages.php:1506
681
+ msgid "Feel free to ask for help on"
682
+ msgstr ""
683
+
684
+ #: core/options-pages.php:1506
685
+ msgid "Support is free for both versions of the plugin."
686
+ msgstr ""
687
+
688
+ #: core/options-pages.php:1508
689
+ msgid "Plugin rating"
690
+ msgstr ""
691
+
692
+ #: core/options-pages.php:1509
693
+ msgid "Please"
694
+ msgstr ""
695
+
696
+ #: core/options-pages.php:1509
697
+ msgid "vote for the plugin"
698
+ msgstr ""
699
+
700
+ #: core/options-pages.php:1509
701
+ msgid "Thanks!"
702
+ msgstr ""
703
+
704
+ #: core/options-pages.php:1511
705
+ msgid "Other plugins you may find useful"
706
+ msgstr ""
707
+
708
+ #: core/options-pages.php:1550
709
+ msgid "Utility"
710
+ msgstr ""
711
+
712
+ #: core/options-pages.php:1571
713
  msgid "Vote!"
714
  msgstr ""
715
 
716
+ #: core/taxonomies.php:101
717
  msgid "Media Taxonomies settings saved."
718
  msgstr ""
719
 
720
+ #: core/taxonomies.php:159
721
  msgid "Media Library settings saved."
722
  msgstr ""
723
 
724
+ #: core/taxonomies.php:358 core/taxonomies.php:364
725
  #: enhanced-media-library.php:489
726
+ msgid "Filter by"
727
  msgstr ""
728
 
729
+ #: core/taxonomies.php:366 enhanced-media-library.php:491
730
+ msgid "Not in"
 
 
 
 
731
  msgstr ""
732
 
733
  #: enhanced-media-library.php:331 enhanced-media-library.php:488
746
  msgid "Based On"
747
  msgstr ""
748
 
749
+ #: enhanced-media-library.php:569 enhanced-media-library.php:571
750
+ msgid "Media Categories"
751
+ msgstr ""
752
+
753
+ #: enhanced-media-library.php:570
754
+ msgid "Media Category"
755
+ msgstr ""
756
+
757
+ #: enhanced-media-library.php:572
758
+ msgid "All Media Categories"
759
+ msgstr ""
760
+
761
+ #: enhanced-media-library.php:573
762
+ msgid "Edit Media Category"
763
+ msgstr ""
764
+
765
+ #: enhanced-media-library.php:574
766
+ msgid "View Media Category"
767
+ msgstr ""
768
+
769
+ #: enhanced-media-library.php:575
770
+ msgid "Update Media Category"
771
+ msgstr ""
772
+
773
+ #: enhanced-media-library.php:576
774
+ msgid "Add New Media Category"
775
+ msgstr ""
776
+
777
+ #: enhanced-media-library.php:577
778
+ msgid "New Media Category Name"
779
+ msgstr ""
780
+
781
+ #: enhanced-media-library.php:578
782
+ msgid "Parent Media Category"
783
+ msgstr ""
784
+
785
+ #: enhanced-media-library.php:579
786
+ msgid "Parent Media Category:"
787
+ msgstr ""
788
+
789
+ #: enhanced-media-library.php:580
790
+ msgid "Search Media Categories"
791
+ msgstr ""
792
+
793
+ #: pro/core/bulk-edit.php:51 pro/core/bulk-edit.php:58
794
  msgid "Remove"
795
  msgstr ""
796
 
797
+ #: pro/core/bulk-edit.php:53 pro/core/bulk-edit.php:60
798
  msgid "Deselect"
799
  msgstr ""
800
 
801
+ #: pro/core/bulk-edit.php:105
802
  msgid "Caption this image&hellip;"
803
  msgstr ""
804
 
805
+ #: pro/core/bulk-edit.php:109
806
  msgid "Describe this video&hellip;"
807
  msgstr ""
808
 
809
+ #: pro/core/bulk-edit.php:111
810
  msgid "Describe this audio file&hellip;"
811
  msgstr ""
812
 
813
+ #: pro/core/bulk-edit.php:113
814
  msgid "Describe this media file&hellip;"
815
  msgstr ""
816
 
817
+ #: pro/core/bulk-edit.php:122
818
  msgid "Attachments Details"
819
  msgstr ""
820
 
821
+ #: pro/core/bulk-edit.php:175 pro/core/bulk-edit.php:180
822
  msgid "Select All"
823
  msgstr ""
824
 
825
+ #: pro/core/bulk-edit.php:176 pro/core/bulk-edit.php:181
826
  msgid "Edit Selection"
827
  msgstr ""
828
 
829
+ #: pro/core/bulk-edit.php:177 pro/core/bulk-edit.php:182
830
  msgid "Deselect All"
831
  msgstr ""
832
 
833
+ #: pro/core/bulk-edit.php:178 pro/core/bulk-edit.php:183
834
  msgid "Delete Selected"
835
  msgstr ""
836
 
916
 
917
  #: pro/core/options-pages.php:201
918
  msgid ""
919
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
920
  "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
921
  "Please, be careful! You have much greater chance to <strong style=\"color:red"
922
  "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
1026
  "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1027
  "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1028
  "be active. Please network deactivate and delete the free versions of the "
1029
+ "plugin. All your data will remain intact."
1030
  msgstr ""
1031
 
1032
  #: pro/enhanced-media-library-pro.php:299
1044
  "the free version of the plugin for this site. All your data will remail "
1045
  "intact."
1046
  msgstr ""
1047
+
1048
+ #. Description of the plugin/theme
1049
+ msgid ""
1050
+ "This plugin will be handy for those who need to manage a lot of media files."
1051
+ msgstr ""
readme.txt CHANGED
@@ -2,8 +2,8 @@
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.5
6
- Stable tag: 2.2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -66,19 +66,11 @@ We spend hours to make plugins features work as though they were native WordPres
66
  Support is free for both versions of the plugin. "PRO"-users do not have priority. We do out best to respond in 24 hours if not sooner.
67
 
68
 
69
- = Available Languages (Assistance with the translation is highly appreciated) =
70
 
71
- * French
72
- * Dutch
73
- * German
74
- * Hebrew
75
- * Japanese (thanks to Sakuma)
76
- * Korean
77
- * Polish
78
- * Spanish (thanks to Jose Antonio Ruiz)
79
- * Swedish
80
 
81
- Many thanks to the authors of the translations! If you wish to be credited here please just let us know what name and URL we have to use.
82
 
83
 
84
  = Compatibility with Other Plugins =
@@ -206,6 +198,22 @@ No, all your data will remain intact. Your created media categories and their ti
206
 
207
  == Changelog ==
208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  = 2.2.1 =
210
  *Release Date - April 13, 2016*
211
 
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.5.1
6
+ Stable tag: 2.2.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
66
  Support is free for both versions of the plugin. "PRO"-users do not have priority. We do out best to respond in 24 hours if not sooner.
67
 
68
 
69
+ = Available Languages =
70
 
71
+ You can see available translations and their progress here: https://translate.wordpress.org/projects/wp-plugins/enhanced-media-library Many thanks to all involved!
 
 
 
 
 
 
 
 
72
 
73
+ Assistance with the translation is highly appreciated!
74
 
75
 
76
  = Compatibility with Other Plugins =
198
 
199
  == Changelog ==
200
 
201
+ = 2.2.2 =
202
+ *Release Date - April 30, 2016*
203
+
204
+ = Improvements =
205
+ * Many typos corrected
206
+ * Localization added for default taxonomy Media Categories and credits
207
+ * CSS for RTL improved
208
+ * Encoding for Japanese translation fixed
209
+ * Taxonomy queries (filtering) improved for List mode of the media library
210
+ * Count number added to filters for List and Grid modes
211
+ * Media Taxonomy tab: various CSS and JS improvements, minor bugs fixed
212
+ * Performance: enhanced media library loading time reduced for about 40%
213
+ * Media taxonomy 'years' is now being renamed to 'media_years' automatically on creation to avoid issues with WP queries
214
+
215
+
216
+ &nbsp;
217
  = 2.2.1 =
218
  *Release Date - April 13, 2016*
219