Enhanced Media Library - Version 2.4.5

Version Description

Release Date - June 8, 2017

Download this release

Release Info

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

Code changes from version 2.4.4 to 2.4.5

css/eml-admin-rtl.css CHANGED
@@ -124,6 +124,11 @@ body.upload-php.eml-grid #wpbody-content > .wrap {
124
  left: 0;
125
  bottom: 0;
126
  }
 
 
 
 
 
127
 
128
 
129
  .eml-grid .wrap .notice,
124
  left: 0;
125
  bottom: 0;
126
  }
127
+ body.upload-php.eml-grid #wpbody-content > #screen-meta-links,
128
+ body.upload-php.eml-grid #wpbody-content > #screen-meta {
129
+ position: relative;
130
+ z-index: 999;
131
+ }
132
 
133
 
134
  .eml-grid .wrap .notice,
css/eml-admin.css CHANGED
@@ -124,6 +124,11 @@ body.upload-php.eml-grid #wpbody-content > .wrap {
124
  right: 0;
125
  bottom: 0;
126
  }
 
 
 
 
 
127
 
128
 
129
  .eml-grid .wrap .notice,
124
  right: 0;
125
  bottom: 0;
126
  }
127
+ body.upload-php.eml-grid #wpbody-content > #screen-meta-links,
128
+ body.upload-php.eml-grid #wpbody-content > #screen-meta {
129
+ position: relative;
130
+ z-index: 999;
131
+ }
132
 
133
 
134
  .eml-grid .wrap .notice,
enhanced-media-library.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
- Version: 2.4.4
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
@@ -27,7 +27,7 @@ global $wp_version,
27
 
28
 
29
 
30
- $wpuxss_eml_version = '2.4.4';
31
 
32
 
33
 
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
+ Version: 2.4.5
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
27
 
28
 
29
 
30
+ $wpuxss_eml_version = '2.4.5';
31
 
32
 
33
 
js/eml-media-views.js CHANGED
@@ -693,8 +693,9 @@ window.eml = window.eml || { l10n: {} };
693
  ! this.controller.isModeActive( 'eml-bulk-edit' ) &&
694
  'gallery-edit' !== this.controller._state &&
695
  'playlist-edit' !== this.controller._state &&
696
- 'video-playlist-edit' !== this.controller._state ) ||
697
- 'customize' === eml.l10n.current_screen ) {
 
698
 
699
  if ( this.controller.isModeActive( 'grid' ) ||
700
  this.controller.isModeActive( 'eml-grid' ) ) {
@@ -980,7 +981,7 @@ window.eml = window.eml || { l10n: {} };
980
  canClose: this.controller.isModeActive( 'grid' ) || this.controller.isModeActive( 'eml-grid' )
981
  });
982
 
983
- this.uploader.hide();
984
  this.views.add( this.uploader );
985
  },
986
 
693
  ! this.controller.isModeActive( 'eml-bulk-edit' ) &&
694
  'gallery-edit' !== this.controller._state &&
695
  'playlist-edit' !== this.controller._state &&
696
+ 'video-playlist-edit' !== this.controller._state ) ||
697
+ 'customize' === eml.l10n.current_screen ||
698
+ 'widgets' === eml.l10n.current_screen ) {
699
 
700
  if ( this.controller.isModeActive( 'grid' ) ||
701
  this.controller.isModeActive( 'eml-grid' ) ) {
981
  canClose: this.controller.isModeActive( 'grid' ) || this.controller.isModeActive( 'eml-grid' )
982
  });
983
 
984
+ this.uploader.$el.addClass( 'hidden' );
985
  this.views.add( this.uploader );
986
  },
987
 
languages/enhanced-media-library-de_DE.mo CHANGED
Binary file
languages/enhanced-media-library-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2017-02-11 15:14+0200\n"
7
- "PO-Revision-Date: 2017-02-11 15:14+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: de\n"
@@ -145,7 +145,7 @@ msgstr "Meine Uploads in Monats- und Jahresordner sortieren."
145
  msgid "Edit"
146
  msgstr "Bearbeiten"
147
 
148
- #: core/options-pages.php:475
149
  msgid "Close"
150
  msgstr "Schließen"
151
 
@@ -252,10 +252,11 @@ msgstr ""
252
 
253
  #: core/options-pages.php:503 core/options-pages.php:508
254
  #: core/options-pages.php:552 core/options-pages.php:597
 
255
  msgid "Cancel"
256
  msgstr "Abbrechen"
257
 
258
- #: core/options-pages.php:505
259
  msgid "Synchronize Now"
260
  msgstr "Jetzt synchronisieren"
261
 
@@ -440,15 +441,18 @@ msgstr "Mediendateienreihenfolge"
440
  msgid "Order media items by"
441
  msgstr "Ordne Mediendateien nach"
442
 
443
- #: core/options-pages.php:1113
 
444
  msgid "Date"
445
  msgstr "Datum"
446
 
447
- #: core/options-pages.php:1114
 
448
  msgid "Title"
449
  msgstr "Titel"
450
 
451
- #: core/options-pages.php:1115
 
452
  msgid "Custom Order"
453
  msgstr "Benutzerdefinierte Reihenfolge"
454
 
@@ -464,11 +468,13 @@ msgstr ""
464
  msgid "Sort order"
465
  msgstr "Sortierreihenfolge"
466
 
467
- #: core/options-pages.php:1126
 
468
  msgid "Ascending"
469
  msgstr "Aufsteigend"
470
 
471
- #: core/options-pages.php:1127
 
472
  msgid "Descending"
473
  msgstr "Absteigend"
474
 
@@ -696,7 +702,7 @@ msgstr "Upload erlauben"
696
  msgid "Delete MIME Type"
697
  msgstr "MIME Type löschen"
698
 
699
- #: core/options-pages.php:1653
700
  msgid "Save Changes"
701
  msgstr "Änderungen speichern"
702
 
@@ -857,10 +863,275 @@ msgstr "Übergeordnete Medienkategorie:"
857
  msgid "Search Media Categories"
858
  msgstr "Durchsuche Medienkategorien"
859
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
860
  #. Plugin Name of the plugin/theme
 
861
  msgid "Enhanced Media Library PRO"
862
  msgstr ""
863
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
864
  #. Plugin URI of the plugin/theme
865
  #. Author URI of the plugin/theme
866
  msgid "http://wpUXsolutions.com"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2017-02-11 15:20+0200\n"
7
+ "PO-Revision-Date: 2017-02-11 15:20+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: de\n"
145
  msgid "Edit"
146
  msgstr "Bearbeiten"
147
 
148
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
149
  msgid "Close"
150
  msgstr "Schließen"
151
 
252
 
253
  #: core/options-pages.php:503 core/options-pages.php:508
254
  #: core/options-pages.php:552 core/options-pages.php:597
255
+ #: pro/enhanced-media-library-pro.php:133
256
  msgid "Cancel"
257
  msgstr "Abbrechen"
258
 
259
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
260
  msgid "Synchronize Now"
261
  msgstr "Jetzt synchronisieren"
262
 
441
  msgid "Order media items by"
442
  msgstr "Ordne Mediendateien nach"
443
 
444
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
445
+ #: pro/core/medialist.php:73
446
  msgid "Date"
447
  msgstr "Datum"
448
 
449
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
450
+ #: pro/core/medialist.php:76
451
  msgid "Title"
452
  msgstr "Titel"
453
 
454
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
455
+ #: pro/core/medialist.php:79
456
  msgid "Custom Order"
457
  msgstr "Benutzerdefinierte Reihenfolge"
458
 
468
  msgid "Sort order"
469
  msgstr "Sortierreihenfolge"
470
 
471
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
472
+ #: pro/core/medialist.php:92
473
  msgid "Ascending"
474
  msgstr "Aufsteigend"
475
 
476
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
477
+ #: pro/core/medialist.php:95
478
  msgid "Descending"
479
  msgstr "Absteigend"
480
 
702
  msgid "Delete MIME Type"
703
  msgstr "MIME Type löschen"
704
 
705
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
706
  msgid "Save Changes"
707
  msgstr "Änderungen speichern"
708
 
863
  msgid "Search Media Categories"
864
  msgstr "Durchsuche Medienkategorien"
865
 
866
+ #: pro/core/bulk-edit.php:51
867
+ msgid "Attachments Details"
868
+ msgstr "Mediendetails"
869
+
870
+ #: pro/core/bulk-edit.php:104
871
+ msgid "Select All"
872
+ msgstr "Alle auswählen"
873
+
874
+ #: pro/core/bulk-edit.php:105
875
+ msgid "Deselect All"
876
+ msgstr "Auswahl aller entfernen"
877
+
878
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
879
+ msgid "Delete Selected"
880
+ msgstr "Ausgewählte löschen"
881
+
882
+ #: pro/core/bulk-edit.php:107
883
+ msgid "Trash Selected"
884
+ msgstr ""
885
+
886
+ #: pro/core/bulk-edit.php:108
887
+ msgid "Untrash Selected"
888
+ msgstr ""
889
+
890
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
891
+ #: pro/enhanced-media-library-pro.php:127
892
+ msgid "Bulk Edit"
893
+ msgstr "Massenbearbeitung"
894
+
895
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
896
+ msgid "Order By"
897
+ msgstr ""
898
+
899
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
900
+ msgid "Random"
901
+ msgstr ""
902
+
903
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
904
+ msgid "Order"
905
+ msgstr ""
906
+
907
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
908
+ msgid "Limit"
909
+ msgstr ""
910
+
911
+ #: pro/core/options-pages.php:78
912
+ msgid "Your license has been deactivated."
913
+ msgstr ""
914
+
915
+ #: pro/core/options-pages.php:87
916
+ msgid "Please check if your license key is correct and try again."
917
+ msgstr ""
918
+
919
+ #: pro/core/options-pages.php:103
920
+ #, php-format
921
+ msgid ""
922
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
923
+ "authors</a>."
924
+ msgstr ""
925
+
926
+ #: pro/core/options-pages.php:120
927
+ #, php-format
928
+ msgid ""
929
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
930
+ "plugin authors</a>."
931
+ msgstr ""
932
+
933
+ #: pro/core/options-pages.php:133
934
+ msgid "You license has been activated."
935
+ msgstr ""
936
+
937
+ #: pro/core/options-pages.php:188
938
+ #, php-format
939
+ msgid "Auto-assign media items to parent %s %s on upload"
940
+ msgstr ""
941
+
942
+ #: pro/core/options-pages.php:189
943
+ #, php-format
944
+ msgid ""
945
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
946
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
947
+ "assigned %s will not be saved. Media items that are not attached to any %s "
948
+ "will not be affected."
949
+ msgstr ""
950
+
951
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
952
+ msgid "Turn off 'Save Changes' button"
953
+ msgstr "'Änderungen speichern'-Button deaktivieren"
954
+
955
+ #: pro/core/options-pages.php:224
956
+ msgid "Save changes on the fly"
957
+ msgstr "Änderungen sofort speichern"
958
+
959
+ #: pro/core/options-pages.php:225
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 "
965
+ "files / taxonomies with this option turned on."
966
+ msgstr ""
967
+
968
+ #: pro/core/options-pages.php:226
969
+ msgid "NOT recommended if you work with more than hundred files at a time."
970
+ msgstr ""
971
+
972
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
973
+ msgid "License Key"
974
+ msgstr "Lizenzschlüssel"
975
+
976
+ #: pro/core/options-pages.php:272
977
+ msgid "Your license is active!"
978
+ msgstr "Deine Lizenz ist aktiv!"
979
+
980
+ #: pro/core/options-pages.php:276
981
+ msgid "Deactivate License"
982
+ msgstr ""
983
+
984
+ #: pro/core/options-pages.php:281
985
+ #, php-format
986
+ msgid ""
987
+ "To unlock updates please enter your license key below. You can get your "
988
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
989
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
990
+ msgstr ""
991
+
992
+ #: pro/core/options-pages.php:291
993
+ msgid "Activate License"
994
+ msgstr "Linzenz aktivieren"
995
+
996
  #. Plugin Name of the plugin/theme
997
+ #: pro/core/update.php:105
998
  msgid "Enhanced Media Library PRO"
999
  msgstr ""
1000
 
1001
+ #: pro/core/update.php:118
1002
+ #, php-format
1003
+ msgid ""
1004
+ "%1$s could not establish a secure connection to request information about "
1005
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1006
+ "plugin authors</a>."
1007
+ msgstr ""
1008
+
1009
+ #: pro/core/update.php:171 pro/core/update.php:177 pro/core/update.php:183
1010
+ msgid ""
1011
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1012
+ "this server&#8217;s configuration. If you continue to have problems, please "
1013
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1014
+ msgstr ""
1015
+ "Ein unerwarteter Fehler ist aufgetreten. Der Fehler kann bei WordPress.org "
1016
+ "oder der Konfiguration dieses Servers liegen. Wenn du weiterhin Probleme "
1017
+ "hast, kannst du im <a href=\"https://wordpress.org/support/\">Support Forum</"
1018
+ "a> um Hilfe bitten."
1019
+
1020
+ #: pro/core/update.php:171
1021
+ msgid ""
1022
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1023
+ "contact your server administrator.)"
1024
+ msgstr ""
1025
+ "(WordPress konnte keine sichere Verbindung zu WordPress.org aufbauen. Bitte "
1026
+ "kontaktiere deinen Serveradministrator.)"
1027
+
1028
+ #: pro/core/update.php:235
1029
+ #, php-format
1030
+ msgid ""
1031
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1032
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1033
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1034
+ msgstr ""
1035
+
1036
+ #: pro/enhanced-media-library-pro.php:119
1037
+ msgid "ALL files belong to this item"
1038
+ msgstr "ALLE Dateien gehören zu diesem Eintrag"
1039
+
1040
+ #: pro/enhanced-media-library-pro.php:120
1041
+ msgid "SOME files belong to this item"
1042
+ msgstr "EINIGE Dateien gehören zu diesem Eintrag"
1043
+
1044
+ #: pro/enhanced-media-library-pro.php:121
1045
+ msgid "NO files belong to this item"
1046
+ msgstr "KEINE Dateien gehören zu diesem Eintrag"
1047
+
1048
+ #: pro/enhanced-media-library-pro.php:122
1049
+ msgid "Changes saved."
1050
+ msgstr "Änderungen gespeichert."
1051
+
1052
+ #: pro/enhanced-media-library-pro.php:123
1053
+ msgid "Something went wrong."
1054
+ msgstr "Etwas ist schiefgelaufen."
1055
+
1056
+ #: pro/enhanced-media-library-pro.php:126
1057
+ msgid "Edit Media Files"
1058
+ msgstr "Medien bearbeiten"
1059
+
1060
+ #: pro/enhanced-media-library-pro.php:129
1061
+ msgid "Selecting"
1062
+ msgstr ""
1063
+
1064
+ #: pro/enhanced-media-library-pro.php:130
1065
+ msgid "Delete Selected Permanently"
1066
+ msgstr ""
1067
+
1068
+ #: pro/enhanced-media-library-pro.php:131
1069
+ msgid "You are about to permanently delete all selected items."
1070
+ msgstr ""
1071
+
1072
+ #: pro/enhanced-media-library-pro.php:132
1073
+ msgid "Delete"
1074
+ msgstr ""
1075
+
1076
+ #: pro/enhanced-media-library-pro.php:134
1077
+ msgid "Moving to Trash"
1078
+ msgstr ""
1079
+
1080
+ #: pro/enhanced-media-library-pro.php:135
1081
+ msgid "Restoring"
1082
+ msgstr ""
1083
+
1084
+ #: pro/enhanced-media-library-pro.php:136
1085
+ msgid "Deleting"
1086
+ msgstr ""
1087
+
1088
+ #: pro/enhanced-media-library-pro.php:160
1089
+ msgid "Create a filter-based gallery"
1090
+ msgstr ""
1091
+
1092
+ #: pro/enhanced-media-library-pro.php:161
1093
+ msgid "Create a filter-based playlist"
1094
+ msgstr ""
1095
+
1096
+ #: pro/enhanced-media-library-pro.php:162
1097
+ msgid "Create a filter-based video playlist"
1098
+ msgstr ""
1099
+
1100
+ #: pro/enhanced-media-library-pro.php:240
1101
+ msgid ""
1102
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1103
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1104
+ "will remain intact."
1105
+ msgstr ""
1106
+
1107
+ #: pro/enhanced-media-library-pro.php:240
1108
+ msgid "Return to Plugins"
1109
+ msgstr "zu Plugins zurückkehren"
1110
+
1111
+ #: pro/enhanced-media-library-pro.php:291
1112
+ msgid ""
1113
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1114
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1115
+ "be active. Please network deactivate and delete the free versions of the "
1116
+ "plugin. All your data will remain intact."
1117
+ msgstr ""
1118
+
1119
+ #: pro/enhanced-media-library-pro.php:308
1120
+ msgid ""
1121
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1122
+ "be active. Please deactivate and delete the free version of the plugin. All "
1123
+ "your data will remain intact."
1124
+ msgstr ""
1125
+
1126
+ #: pro/enhanced-media-library-pro.php:324
1127
+ msgid ""
1128
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1129
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1130
+ "version to be active. Please deactivate (or network deactivate) and delete "
1131
+ "the free version of the plugin for this site. All your data will remail "
1132
+ "intact."
1133
+ msgstr ""
1134
+
1135
  #. Plugin URI of the plugin/theme
1136
  #. Author URI of the plugin/theme
1137
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-fr_FR.mo ADDED
Binary file
languages/enhanced-media-library-fr_FR.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Enhanced Media Library (Free & PRO) in French (France)
2
+ # This file is distributed under the same license as the Enhanced Media Library (Free & PRO) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2017-01-19 22:43+0200\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
+ "X-Generator: Poedit 1.8.11\n"
11
+ "Language: fr\n"
12
+ "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
13
+ "POT-Creation-Date: \n"
14
+ "Last-Translator: \n"
15
+ "Language-Team: \n"
16
+
17
+ #: pro/core/update.php:115
18
+ msgid "%1$s could not establish a secure connection to request information about available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact plugin authors</a>."
19
+ msgstr ""
20
+
21
+ #: pro/core/bulk-edit.php:108
22
+ msgid "Untrash Selected"
23
+ msgstr ""
24
+
25
+ #: pro/core/options-pages.php:226
26
+ msgid "NOT recommended if you work with more than hundred files at a time."
27
+ msgstr ""
28
+
29
+ #: core/options-pages.php:1263 core/options-pages.php:1326
30
+ msgid "Plural"
31
+ msgstr "Pluriel"
32
+
33
+ #: core/options-pages.php:1264 core/options-pages.php:1327
34
+ msgid "Menu Name"
35
+ msgstr "Nom du menu"
36
+
37
+ #: core/options-pages.php:1277 core/options-pages.php:1300
38
+ #: core/options-pages.php:1340 core/options-pages.php:1404
39
+ msgid "Settings"
40
+ msgstr "Réglages"
41
+
42
+ #: core/options-pages.php:1279 core/options-pages.php:1342
43
+ msgid "Taxonomy Name"
44
+ msgstr "Nom de la taxinomie"
45
+
46
+ #: core/options-pages.php:1280 core/options-pages.php:1343
47
+ msgid "Hierarchical"
48
+ msgstr "Hiérarchique"
49
+
50
+ #: core/options-pages.php:1281 core/options-pages.php:1344
51
+ msgid "Column for List View"
52
+ msgstr "Colonnes dans la vue en liste"
53
+
54
+ #: core/options-pages.php:1282 core/options-pages.php:1302
55
+ #: core/options-pages.php:1345 core/options-pages.php:1406
56
+ msgid "Filter for List View"
57
+ msgstr "Filtrer dans la vue en liste"
58
+
59
+ #: core/options-pages.php:1283 core/options-pages.php:1303
60
+ #: core/options-pages.php:1346 core/options-pages.php:1407
61
+ msgid "Filter for Grid View / Media Popup"
62
+ msgstr "Filtrer dans la vue en grille / Popup de média"
63
+
64
+ #: core/options-pages.php:1284 core/options-pages.php:1304
65
+ #: core/options-pages.php:1347 core/options-pages.php:1408
66
+ msgid "Edit in Media Popup"
67
+ msgstr "Modifier dans les Popups des médias"
68
+
69
+ #: core/options-pages.php:1285 core/options-pages.php:1348
70
+ msgid "Show in Nav Menu"
71
+ msgstr "Afficher dans le menu de navigation"
72
+
73
+ #: core/options-pages.php:1286 core/options-pages.php:1349
74
+ msgid "Remember Terms Order (sort)"
75
+ msgstr "Se souvenir de l'ordre des termes (tri)"
76
+
77
+ #: core/options-pages.php:1287 core/options-pages.php:1350
78
+ msgid "Show in REST"
79
+ msgstr "Afficher dans REST"
80
+
81
+ #: core/options-pages.php:1288 core/options-pages.php:1351
82
+ msgid "Rewrite Slug"
83
+ msgstr "Réécrire l’identifiant"
84
+
85
+ #: core/options-pages.php:1289 core/options-pages.php:1352
86
+ msgid "Slug with Front"
87
+ msgstr "Identifiant dans l’URL"
88
+
89
+ #: core/options-pages.php:1364
90
+ msgid "Add New Taxonomy"
91
+ msgstr "Ajout de nouvelle taxinomie"
92
+
93
+ #: core/options-pages.php:1374
94
+ msgid "Non-Media Taxonomies"
95
+ msgstr "Taxinomies pour les non-médias"
96
+
97
+ #: core/options-pages.php:1437
98
+ msgid "Options"
99
+ msgstr "Options"
100
+
101
+ #: core/options-pages.php:1447 core/options-pages.php:1450
102
+ msgid "Taxonomy archive pages"
103
+ msgstr "Taxinomie pour les pages d'archives"
104
+
105
+ #: core/options-pages.php:1451
106
+ msgid "Turn on media taxonomy archive pages on the front-end"
107
+ msgstr "Activer la taxinomie pour les page d’archives de médias sur l’interface publique"
108
+
109
+ #: core/options-pages.php:1452
110
+ msgid "Re-save your permalink settings after this option change to make it work."
111
+ msgstr "Pour que cela fonctionne, enregistrez à nouveau vos réglages de permaliens après avoir changé cette option."
112
+
113
+ #: core/options-pages.php:1458 core/options-pages.php:1461
114
+ msgid "Assign all like hierarchical"
115
+ msgstr "Les rendre tous comme les taxinomies hiérarchiques"
116
+
117
+ #: core/options-pages.php:1462
118
+ msgid "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
119
+ msgstr "Afficher les taxinomies non-hiérarchiques comme des taxinomies hiérarchiques dans la vue en grille / Popup pour les médias"
120
+
121
+ #: core/options-pages.php:1468 core/options-pages.php:1471
122
+ msgid "Force filters"
123
+ msgstr "Forcer les filtres"
124
+
125
+ #: core/options-pages.php:1472
126
+ msgid "Show media filters for ANY Media Popup"
127
+ msgstr "Afficher les filtres de média dans toutes les popup de média."
128
+
129
+ #: core/options-pages.php:1473
130
+ msgid "Try this if filters are not shown for third-party plugins or themes."
131
+ msgstr "Essayez ceci si les filtres ne sont pas affichés pour des thèmes ou extensions."
132
+
133
+ #: core/options-pages.php:1479 core/options-pages.php:1482
134
+ msgid "Show count"
135
+ msgstr "Afficher le nombre"
136
+
137
+ #: core/options-pages.php:1483
138
+ msgid "Show item count per category for media filters"
139
+ msgstr "Afficher le nombre de médias par catégorie sur les filtres de média"
140
+
141
+ #: core/options-pages.php:1537
142
+ msgid "Add New MIME Type"
143
+ msgstr "Ajouter un type de MIME"
144
+
145
+ #: core/options-pages.php:1557 core/options-pages.php:1612
146
+ msgid "Extension"
147
+ msgstr "Extension"
148
+
149
+ #: core/options-pages.php:1558 core/options-pages.php:1613
150
+ msgid "MIME Type"
151
+ msgstr "Type de MIME"
152
+
153
+ #: core/options-pages.php:1559 core/options-pages.php:1614
154
+ msgid "Singular Label"
155
+ msgstr "Libellé pour le singulier"
156
+
157
+ #: core/options-pages.php:1560 core/options-pages.php:1615
158
+ msgid "Plural Label"
159
+ msgstr "Libellé pour le pluriel"
160
+
161
+ #: core/options-pages.php:1561 core/options-pages.php:1591
162
+ #: core/options-pages.php:1604 core/options-pages.php:1616
163
+ msgid "Add Filter"
164
+ msgstr "Ajouter un filtre"
165
+
166
+ #: core/options-pages.php:1562 core/options-pages.php:1592
167
+ #: core/options-pages.php:1605 core/options-pages.php:1617
168
+ msgid "Allow Upload"
169
+ msgstr "Autoriser la mise en ligne"
170
+
171
+ #: core/options-pages.php:1593 core/options-pages.php:1606
172
+ msgid "Delete MIME Type"
173
+ msgstr "Supprimer le type de MIME"
174
+
175
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
176
+ msgid "Save Changes"
177
+ msgstr "Enregistrer les changements"
178
+
179
+ #: core/options-pages.php:1683
180
+ msgid "Changelog"
181
+ msgstr "Journal des modifications"
182
+
183
+ #: core/options-pages.php:1684
184
+ msgid "What's new in"
185
+ msgstr "Les nouveautés de la"
186
+
187
+ #: core/options-pages.php:1684
188
+ msgid "version"
189
+ msgstr "version"
190
+
191
+ #: core/options-pages.php:1687
192
+ msgid "More features under the hood"
193
+ msgstr "Plus de fonctionnalités sous le capot"
194
+
195
+ #: core/options-pages.php:1689
196
+ msgid "Support"
197
+ msgstr "Support"
198
+
199
+ #: core/options-pages.php:1690
200
+ msgid "Feel free to ask for help on"
201
+ msgstr "N’hésitez pas à demander de l’aide sur"
202
+
203
+ #: core/options-pages.php:1690
204
+ msgid "Support is free for both versions of the plugin."
205
+ msgstr "Le support est gratuit pour les deux versions de l’extension."
206
+
207
+ #: core/options-pages.php:1692
208
+ msgid "Plugin rating"
209
+ msgstr "Avis sur l’extension"
210
+
211
+ #: core/options-pages.php:1693
212
+ msgid "Please"
213
+ msgstr "Merci de"
214
+
215
+ #: core/options-pages.php:1693
216
+ msgid "vote for the plugin"
217
+ msgstr "voter pour l’extension"
218
+
219
+ #: core/options-pages.php:1693
220
+ msgid "Thanks!"
221
+ msgstr "Merci&nbsp;!"
222
+
223
+ #: core/options-pages.php:1695
224
+ msgid "Other plugins you may find useful"
225
+ msgstr "D’autres extensions peuvent vous être utiles"
226
+
227
+ #: core/options-pages.php:1734
228
+ msgid "Utility"
229
+ msgstr "Outils"
230
+
231
+ #: core/options-pages.php:1757
232
+ msgid "Vote!"
233
+ msgstr "Vote&nbsp;!"
234
+
235
+ #: core/taxonomies.php:101
236
+ msgid "Media Taxonomies settings saved."
237
+ msgstr "Réglages de taxonomies média enregistrés."
238
+
239
+ #: core/taxonomies.php:159
240
+ msgid "Media Library settings saved."
241
+ msgstr "Réglages de bibliothèque enregistrés."
242
+
243
+ #: core/taxonomies.php:333 core/taxonomies.php:339
244
+ #: enhanced-media-library.php:517
245
+ msgid "Filter by"
246
+ msgstr "Filtrer par"
247
+
248
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
249
+ msgid "Not in a"
250
+ msgstr "Non présent dans"
251
+
252
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
253
+ msgid "All Uncategorized"
254
+ msgstr "Tous sans catégories"
255
+
256
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
257
+ msgid "Reset All Filters"
258
+ msgstr "Réinitialiser tous les filtres"
259
+
260
+ #: enhanced-media-library.php:550
261
+ msgid "Uploaded to post #"
262
+ msgstr "Mis en ligne sur l&rsquo;article #"
263
+
264
+ #: enhanced-media-library.php:551
265
+ msgid "Based On"
266
+ msgstr "Basé sur"
267
+
268
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
269
+ msgid "Media Categories"
270
+ msgstr "Catégories média"
271
+
272
+ #: enhanced-media-library.php:584
273
+ msgid "Media Category"
274
+ msgstr "Catégorie média"
275
+
276
+ #: enhanced-media-library.php:586
277
+ msgid "All Media Categories"
278
+ msgstr "Toutes les catégories média"
279
+
280
+ #: enhanced-media-library.php:587
281
+ msgid "Edit Media Category"
282
+ msgstr "Modifier la catégorie média"
283
+
284
+ #: enhanced-media-library.php:588
285
+ msgid "View Media Category"
286
+ msgstr "Voir la catégorie média"
287
+
288
+ #: enhanced-media-library.php:589
289
+ msgid "Update Media Category"
290
+ msgstr "Mettre à jour la catégorie média"
291
+
292
+ #: enhanced-media-library.php:590
293
+ msgid "Add New Media Category"
294
+ msgstr "Ajouter une nouvelle catégorie média"
295
+
296
+ #: enhanced-media-library.php:591
297
+ msgid "New Media Category Name"
298
+ msgstr "Nouveau nom de la catégorie média"
299
+
300
+ #: enhanced-media-library.php:592
301
+ msgid "Parent Media Category"
302
+ msgstr "Catégorie média parente"
303
+
304
+ #: enhanced-media-library.php:593
305
+ msgid "Parent Media Category:"
306
+ msgstr "Catégorie média parente&nbsp;:"
307
+
308
+ #: enhanced-media-library.php:594
309
+ msgid "Search Media Categories"
310
+ msgstr "Rechercher dans les catégories média"
311
+
312
+ #: core/taxonomies.php:1288 core/taxonomies.php:1295
313
+ msgid "Remove"
314
+ msgstr "Supprimer"
315
+
316
+ #: core/taxonomies.php:1290 core/taxonomies.php:1297
317
+ msgid "Deselect"
318
+ msgstr "Désélectionner"
319
+
320
+ #: core/taxonomies.php:1342
321
+ msgid "Caption this image&hellip;"
322
+ msgstr "Légende de cette image&hellip;"
323
+
324
+ #: core/taxonomies.php:1346
325
+ msgid "Describe this video&hellip;"
326
+ msgstr "Décrivez cette vidéo&hellip;"
327
+
328
+ #: core/taxonomies.php:1348
329
+ msgid "Describe this audio file&hellip;"
330
+ msgstr "Décrivez ce fichier son&hellip;"
331
+
332
+ #: core/taxonomies.php:1350
333
+ msgid "Describe this media file&hellip;"
334
+ msgstr "Décrivez ce fichier média&hellip;"
335
+
336
+ #: pro/core/bulk-edit.php:51
337
+ msgid "Attachments Details"
338
+ msgstr "Détails des pièces jointes"
339
+
340
+ #: pro/core/bulk-edit.php:104
341
+ msgid "Select All"
342
+ msgstr "Tout sélectionner"
343
+
344
+ #: pro/core/bulk-edit.php:105
345
+ msgid "Deselect All"
346
+ msgstr "Tout déselectionner"
347
+
348
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
349
+ msgid "Delete Selected"
350
+ msgstr "Supprimer la sélection"
351
+
352
+ #: pro/core/bulk-edit.php:107
353
+ msgid "Trash Selected"
354
+ msgstr ""
355
+
356
+ #: pro/enhanced-media-library-pro.php:130
357
+ msgid "Delete Selected Permanently"
358
+ msgstr "Supprimer définitivement la sélection"
359
+
360
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
361
+ msgid "Order By"
362
+ msgstr "Classer par"
363
+
364
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
365
+ msgid "Random"
366
+ msgstr "Aléatoire"
367
+
368
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
369
+ msgid "Order"
370
+ msgstr ""
371
+
372
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
373
+ msgid "Limit"
374
+ msgstr ""
375
+
376
+ #: pro/core/options-pages.php:78
377
+ msgid "Your license has been deactivated."
378
+ msgstr ""
379
+
380
+ #: pro/core/options-pages.php:87
381
+ msgid "Please check if your license key is correct and try again."
382
+ msgstr ""
383
+
384
+ #: pro/core/options-pages.php:103
385
+ msgid "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin authors</a>."
386
+ msgstr ""
387
+
388
+ #: pro/core/options-pages.php:120
389
+ msgid "Your license key is incorrect or canceled. Please <a href=\"%s\">contact plugin authors</a>."
390
+ msgstr ""
391
+
392
+ #: pro/core/options-pages.php:133
393
+ msgid "You license has been activated."
394
+ msgstr ""
395
+
396
+ #: pro/core/options-pages.php:188
397
+ msgid "Auto-assign media items to parent %s %s on upload"
398
+ msgstr ""
399
+
400
+ #: pro/core/options-pages.php:189
401
+ msgid "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items attached to a %s will be assigned to %s of their parent %s. Currently assigned %s will not be saved. Media items that are not attached to any %s will not be affected."
402
+ msgstr ""
403
+
404
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
405
+ #: pro/enhanced-media-library-pro.php:127
406
+ msgid "Bulk Edit"
407
+ msgstr ""
408
+
409
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
410
+ msgid "Turn off 'Save Changes' button"
411
+ msgstr ""
412
+
413
+ #: pro/core/options-pages.php:224
414
+ msgid "Save changes on the fly"
415
+ msgstr ""
416
+
417
+ #: pro/core/options-pages.php:225
418
+ msgid "Any click on a taxonomy checkbox during media files bulk editing will lead to an <strong style=\"color:red\">immediate saving</strong> of the data. Please, be careful! You have much greater chance to <strong style=\"color:red\">accidentally perform wrong re-assigning</strong> of a lot of your media files / taxonomies with this option turned on."
419
+ msgstr ""
420
+
421
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
422
+ msgid "License Key"
423
+ msgstr ""
424
+
425
+ #: pro/core/options-pages.php:281
426
+ msgid "To unlock updates please enter your license key below. You can get your license key in <a href=\"%s\">Your Account</a>. If you do not have a license, you are welcome to <a href=\"%s\">purchase it</a>."
427
+ msgstr ""
428
+
429
+ #: pro/core/options-pages.php:291
430
+ msgid "Activate License"
431
+ msgstr ""
432
+
433
+ #: pro/core/options-pages.php:272
434
+ msgid "Your license is active!"
435
+ msgstr ""
436
+
437
+ #: pro/core/options-pages.php:276
438
+ msgid "Deactivate License"
439
+ msgstr ""
440
+
441
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
442
+ msgid "An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href=\"https://wordpress.org/support/\">support forums</a>."
443
+ msgstr ""
444
+
445
+ #: pro/core/update.php:168
446
+ msgid "(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)"
447
+ msgstr ""
448
+
449
+ #: pro/core/update.php:232
450
+ msgid "To unlock updates, please <a href=\"%s\">activate your license</a>. You can get your license key in <a href=\"%s\">Your Account</a>. If you do not have a license, you are welcome to <a href=\"%s\">purchase it</a>."
451
+ msgstr ""
452
+
453
+ #: pro/enhanced-media-library-pro.php:119
454
+ msgid "ALL files belong to this item"
455
+ msgstr ""
456
+
457
+ #: pro/enhanced-media-library-pro.php:120
458
+ msgid "SOME files belong to this item"
459
+ msgstr ""
460
+
461
+ #: pro/enhanced-media-library-pro.php:121
462
+ msgid "NO files belong to this item"
463
+ msgstr ""
464
+
465
+ #: pro/enhanced-media-library-pro.php:122
466
+ msgid "Changes saved."
467
+ msgstr ""
468
+
469
+ #: pro/enhanced-media-library-pro.php:123
470
+ msgid "Something went wrong."
471
+ msgstr ""
472
+
473
+ #: pro/enhanced-media-library-pro.php:126
474
+ msgid "Edit Media Files"
475
+ msgstr ""
476
+
477
+ #: pro/enhanced-media-library-pro.php:129
478
+ msgid "Selecting"
479
+ msgstr ""
480
+
481
+ #: pro/enhanced-media-library-pro.php:131
482
+ msgid "You are about to permanently delete all selected items."
483
+ msgstr ""
484
+
485
+ #: pro/enhanced-media-library-pro.php:132
486
+ msgid "Delete"
487
+ msgstr ""
488
+
489
+ #: pro/enhanced-media-library-pro.php:134
490
+ msgid "Moving to Trash"
491
+ msgstr ""
492
+
493
+ #: pro/enhanced-media-library-pro.php:135
494
+ msgid "Restoring"
495
+ msgstr ""
496
+
497
+ #: pro/enhanced-media-library-pro.php:136
498
+ msgid "Deleting"
499
+ msgstr ""
500
+
501
+ #: pro/enhanced-media-library-pro.php:160
502
+ msgid "Create a filter-based gallery"
503
+ msgstr ""
504
+
505
+ #: pro/enhanced-media-library-pro.php:161
506
+ msgid "Create a filter-based playlist"
507
+ msgstr ""
508
+
509
+ #: pro/enhanced-media-library-pro.php:162
510
+ msgid "Create a filter-based video playlist"
511
+ msgstr ""
512
+
513
+ #: pro/enhanced-media-library-pro.php:240
514
+ msgid "Please deactivate and <strong>remove</strong> the old FREE version prior to the <strong>Enhanced Media Library PRO</strong> activation. All your data will remain intact."
515
+ msgstr ""
516
+
517
+ #: pro/enhanced-media-library-pro.php:240
518
+ msgid "Return to Plugins"
519
+ msgstr ""
520
+
521
+ #: pro/enhanced-media-library-pro.php:291
522
+ msgid "Both FREE and PRO versions of the Enhanced Media Library are network active. <strong>Enhanced Media Library PRO</strong> does not require free version to be active. Please network deactivate and delete the free versions of the plugin. All your data will remain intact."
523
+ msgstr ""
524
+
525
+ #: pro/enhanced-media-library-pro.php:308
526
+ msgid "<strong>Enhanced Media Library PRO</strong> does not require free version to be active. Please deactivate and delete the free version of the plugin. All your data will remain intact."
527
+ msgstr ""
528
+
529
+ #: pro/enhanced-media-library-pro.php:324
530
+ msgid "Both FREE and PRO versions of the Enhanced Media Library are active for this site. <strong>Enhanced Media Library PRO</strong> does not require free version to be active. Please deactivate (or network deactivate) and delete the free version of the plugin for this site. All your data will remail intact."
531
+ msgstr ""
532
+
533
+ #. Plugin Name of the plugin/theme
534
+ #: pro/core/update.php:102
535
+ msgid "Enhanced Media Library PRO"
536
+ msgstr ""
537
+
538
+ #. Plugin URI of the plugin/theme
539
+ #. Author URI of the plugin/theme
540
+ msgid "http://wpUXsolutions.com"
541
+ msgstr "http://wpUXsolutions.com"
542
+
543
+ #. Description of the plugin/theme
544
+ msgid "This plugin will be handy for those who need to manage a lot of media files."
545
+ msgstr "Cette extension sera utile pour ceux qui ont besoin de gérer beaucoup de fichiers média"
546
+
547
+ #. Author of the plugin/theme
548
+ msgid "wpUXsolutions"
549
+ msgstr "wpUXsolutions"
550
+
551
+ #: core/mime-types.php:30
552
+ msgid "MIME Types settings restored."
553
+ msgstr "Réglages des types de MIME restaurés."
554
+
555
+ #: core/mime-types.php:39
556
+ msgid "MIME Types settings saved."
557
+ msgstr "Réglages des types de MIME enregistrés."
558
+
559
+ #: core/mime-types.php:116
560
+ msgid " <span class=\"count\">(%s)</span>"
561
+ msgid_plural " <span class=\"count\">(%s)</span>"
562
+ msgstr[0] ""
563
+ msgstr[1] ""
564
+
565
+ #: core/options-pages.php:97 core/options-pages.php:220
566
+ #: core/options-pages.php:313 core/options-pages.php:1082
567
+ #: core/options-pages.php:1206 core/options-pages.php:1531
568
+ #: core/options-pages.php:1731
569
+ msgid "Media Settings"
570
+ msgstr "Réglages de média"
571
+
572
+ #: core/options-pages.php:106 core/options-pages.php:285
573
+ msgid "Media Library"
574
+ msgstr "Bibliothèque des Médias"
575
+
576
+ #: core/options-pages.php:115
577
+ msgid "Taxonomies"
578
+ msgstr "Taxinomies"
579
+
580
+ #: core/options-pages.php:124 core/options-pages.php:287
581
+ msgid "MIME Types"
582
+ msgstr "Types de MIME"
583
+
584
+ #: core/options-pages.php:135 core/options-pages.php:136
585
+ msgid "Enhanced Media Library"
586
+ msgstr "Enhanced Media Library"
587
+
588
+ #: core/options-pages.php:284
589
+ msgid "General"
590
+ msgstr "Général"
591
+
592
+ #: core/options-pages.php:286 core/options-pages.php:1227
593
+ msgid "Media Taxonomies"
594
+ msgstr "Taxinomies des médias"
595
+
596
+ #: core/options-pages.php:310 core/options-pages.php:622
597
+ #: core/options-pages.php:1078 core/options-pages.php:1203
598
+ #: core/options-pages.php:1527
599
+ msgid "You do not have sufficient permissions to access this page."
600
+ msgstr "Vous n'avez pas les droits suffisants pour accéder à cette page."
601
+
602
+ #: core/options-pages.php:324
603
+ msgid "Image sizes"
604
+ msgstr "Tailles d'image"
605
+
606
+ #: core/options-pages.php:325
607
+ msgid "The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library."
608
+ msgstr "Les tailles listées ci-dessous déterminent les dimensions maximales en pixels à utiliser quand vous ajoutez une image dans la bibliothèque des médias."
609
+
610
+ #: core/options-pages.php:329
611
+ msgid "Thumbnail size"
612
+ msgstr "Taille de miniature"
613
+
614
+ #: core/options-pages.php:331
615
+ msgid "Width"
616
+ msgstr "Largeur"
617
+
618
+ #: core/options-pages.php:333
619
+ msgid "Height"
620
+ msgstr "Hauteur"
621
+
622
+ #: core/options-pages.php:336
623
+ msgid "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
624
+ msgstr "Recadrer les images pour parvenir aux dimensions exactes (normalement, les miniatures sont proportionnelles)"
625
+
626
+ #: core/options-pages.php:341 core/options-pages.php:342
627
+ msgid "Medium size"
628
+ msgstr "Taille moyenne"
629
+
630
+ #: core/options-pages.php:343 core/options-pages.php:353
631
+ msgid "Max Width"
632
+ msgstr "Largeur maximum"
633
+
634
+ #: core/options-pages.php:345 core/options-pages.php:355
635
+ msgid "Max Height"
636
+ msgstr "Hauteur maximum"
637
+
638
+ #: core/options-pages.php:351 core/options-pages.php:352
639
+ msgid "Large size"
640
+ msgstr "Grande taille"
641
+
642
+ #: core/options-pages.php:368
643
+ msgid "Embeds"
644
+ msgstr "Intégration"
645
+
646
+ #: core/options-pages.php:375
647
+ msgid "Uploading Files"
648
+ msgstr "Mise en ligne des fichiers"
649
+
650
+ #: core/options-pages.php:382
651
+ msgid "Store uploads in this folder"
652
+ msgstr "Stocker les fichiers dans ce répertoire"
653
+
654
+ #: core/options-pages.php:386
655
+ msgid "Default is %s"
656
+ msgstr "La valeur par défaut est&nbsp;: %s"
657
+
658
+ #: core/options-pages.php:392
659
+ msgid "Full URL path to files"
660
+ msgstr "URL complète pour les fichiers"
661
+
662
+ #: core/options-pages.php:394
663
+ msgid "Configuring this is optional. By default, it should be blank."
664
+ msgstr "Configurer ceci est optionnel. Par défaut cela doit être vide."
665
+
666
+ #: core/options-pages.php:402
667
+ msgid "Organize my uploads into month- and year-based folders"
668
+ msgstr "Organiser mes fichiers envoyés dans des dossiers mensuels et annuels."
669
+
670
+ #: core/options-pages.php:474 core/options-pages.php:1251
671
+ #: core/options-pages.php:1266 core/options-pages.php:1329
672
+ #: core/options-pages.php:1401
673
+ msgid "Edit"
674
+ msgstr "Modifier"
675
+
676
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
677
+ msgid "Close"
678
+ msgstr "Fermer"
679
+
680
+ #: core/options-pages.php:476 core/options-pages.php:1267
681
+ #: core/options-pages.php:1330
682
+ msgid "View"
683
+ msgstr "Afficher"
684
+
685
+ #: core/options-pages.php:477 core/options-pages.php:1268
686
+ #: core/options-pages.php:1331
687
+ msgid "Update"
688
+ msgstr "Mise à jour"
689
+
690
+ #: core/options-pages.php:478 core/options-pages.php:1269
691
+ #: core/options-pages.php:1332
692
+ msgid "Add New"
693
+ msgstr "Ajouter"
694
+
695
+ #: core/options-pages.php:479 core/options-pages.php:1270
696
+ #: core/options-pages.php:1333
697
+ msgid "New"
698
+ msgstr "Nouveau"
699
+
700
+ #: core/options-pages.php:480
701
+ msgid "Name"
702
+ msgstr "Nom"
703
+
704
+ #: core/options-pages.php:481 core/options-pages.php:1271
705
+ #: core/options-pages.php:1334
706
+ msgid "Parent"
707
+ msgstr "Parent"
708
+
709
+ #: core/options-pages.php:482 core/options-pages.php:718
710
+ #: core/options-pages.php:1265 core/options-pages.php:1328
711
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
712
+ msgid "All"
713
+ msgstr "Tous"
714
+
715
+ #: core/options-pages.php:483 core/options-pages.php:1272
716
+ #: core/options-pages.php:1335
717
+ msgid "Search"
718
+ msgstr "Rechercher"
719
+
720
+ #: core/options-pages.php:485 core/options-pages.php:1316
721
+ msgid "New Taxonomy"
722
+ msgstr "Nouvelle taxinomie"
723
+
724
+ #: core/options-pages.php:487
725
+ msgid "Remove Taxonomy"
726
+ msgstr "Retirer la taxinomie"
727
+
728
+ #: core/options-pages.php:488
729
+ msgid "Taxonomy will be removed."
730
+ msgstr "La taxinomie va être supprimée."
731
+
732
+ #: core/options-pages.php:489
733
+ msgid "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."
734
+ msgstr "Les termes (catégories) de la taxinomie resteront inchangés dans la base de données. Si vous créez une taxinomie portant le même nom plus tard, ses termes (catégories) seront de nouveau disponibles."
735
+
736
+ #: core/options-pages.php:490
737
+ msgid "Media items will remain intact."
738
+ msgstr "Les éléments média resteront inchangés."
739
+
740
+ #: core/options-pages.php:491
741
+ msgid "Are you still sure?"
742
+ msgstr "Confirmez-vous&nbsp;?"
743
+
744
+ #: core/options-pages.php:492
745
+ msgid "Yes, remove taxonomy"
746
+ msgstr "Oui, supprimer la taxinomie"
747
+
748
+ #: core/options-pages.php:494
749
+ msgid "Duplicate"
750
+ msgstr "Dupliquer"
751
+
752
+ #: core/options-pages.php:495
753
+ msgid "Taxonomy with the same name already exists. Please chose other one."
754
+ msgstr "Une taxinomie avec le même nom existe déjà. Veuillez en choisir un autre."
755
+
756
+ #: core/options-pages.php:497
757
+ msgid "Empty Fields"
758
+ msgstr "Champs vides"
759
+
760
+ #: core/options-pages.php:498
761
+ msgid "Please choose Singular and Plural names for all new taxomonies."
762
+ msgstr "Merci de choisir les noms singuliers et pluriels de toutes vos nouvelles taxinomies."
763
+
764
+ #: core/options-pages.php:499
765
+ msgid "Please choose Singular name for all new taxomonies."
766
+ msgstr "Veuillez choisir un nom au singulier pour toutes vos nouvelles taxinomies."
767
+
768
+ #: core/options-pages.php:500
769
+ msgid "Please choose Plural Name for all new taxomonies."
770
+ msgstr "Merci de choisir un nom au pluriel pour toutes vos nouvelles taxinomies."
771
+
772
+ #: core/options-pages.php:502
773
+ msgid "Ok"
774
+ msgstr "OK"
775
+
776
+ #: core/options-pages.php:503 core/options-pages.php:508
777
+ #: core/options-pages.php:552 core/options-pages.php:597
778
+ #: pro/enhanced-media-library-pro.php:133
779
+ msgid "Cancel"
780
+ msgstr "Annuler"
781
+
782
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
783
+ msgid "Synchronize Now"
784
+ msgstr "Synchroniser maintenant"
785
+
786
+ #: core/options-pages.php:506 core/options-pages.php:594
787
+ msgid "This operation cannot be canceled! Are you still sure?"
788
+ msgstr "Cette opération ne peut pas être annulée&nbsp;! Êtes vous sûr&nbsp;?"
789
+
790
+ #: core/options-pages.php:507
791
+ msgid "Synchronize"
792
+ msgstr "Synchroniser"
793
+
794
+ #: core/options-pages.php:509
795
+ msgid "Synchronizing..."
796
+ msgstr "Synchronisation..."
797
+
798
+ #: core/options-pages.php:547 core/options-pages.php:1655
799
+ msgid "Restore WordPress default MIME Types"
800
+ msgstr "Restaurer les types de MIME par défaut de WordPress"
801
+
802
+ #: core/options-pages.php:548
803
+ msgid "Warning! All your custom MIME Types will be deleted by this operation."
804
+ msgstr "Attention ! Tous les types de MIME personnalisés seront effacés par cette opération."
805
+
806
+ #: core/options-pages.php:549
807
+ msgid "Restore Defaults"
808
+ msgstr "Restaurer les réglages par défaut."
809
+
810
+ #: core/options-pages.php:550
811
+ msgid "Restoring..."
812
+ msgstr "Restauration&hellip;"
813
+
814
+ #: core/options-pages.php:554
815
+ msgid "Please fill into all fields."
816
+ msgstr "Merci de remplir tous les champs."
817
+
818
+ #: core/options-pages.php:555
819
+ msgid "Duplicate extensions or MIME types. Please chose other one."
820
+ msgstr "Duplication de l'extension ou du type MIME. Merci d'en spécifier un autre."
821
+
822
+ #: core/options-pages.php:592 core/options-pages.php:709
823
+ msgid "Complete Cleanup"
824
+ msgstr "Nettoyage complet"
825
+
826
+ #: core/options-pages.php:593
827
+ msgid "You are about to <strong style=\"text-transform:uppercase\">delete all plugin data</strong> from the database including backups."
828
+ msgstr "Vous allez <strong style=\"text-transform:uppercase\">supprimer toutes les données de l'extension</strong> de la base de données, sauvegardes incluses."
829
+
830
+ #: core/options-pages.php:595
831
+ msgid "Yes, delete all data"
832
+ msgstr "Oui, supprimer toutes les données"
833
+
834
+ #: core/options-pages.php:596
835
+ msgid "Cleaning..."
836
+ msgstr "Nettoyage..."
837
+
838
+ #: core/options-pages.php:627
839
+ msgid "Enhanced Media Library Settings"
840
+ msgstr "Réglages pour Enhanced Media Library"
841
+
842
+ #: core/options-pages.php:637
843
+ msgid "Export"
844
+ msgstr "Exportation"
845
+
846
+ #: core/options-pages.php:641
847
+ msgid "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."
848
+ msgstr "Les réglages de l’extension <strong>Réglages média</strong>, <strong>Taxinomies</strong> et <strong>Types MIME</strong> seront exportés dans un fichier de configuration. Cela vous permettra d’importer facilement la configuration dans un autre site."
849
+
850
+ #: core/options-pages.php:646
851
+ msgid "Export Plugin Settings"
852
+ msgstr "Exporter les réglages de l'extension"
853
+
854
+ #: core/options-pages.php:656
855
+ msgid "Import"
856
+ msgstr "Importation"
857
+
858
+ #: core/options-pages.php:660
859
+ msgid "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."
860
+ msgstr "Les réglages de l&rsquo;extension <strong>Réglages média</strong>, <strong> Taxonomies</strong> et <strong>Types de MIME</strong> seront importés à partir d&rsquo;un fichier de configuration qui peut être obtenu en exportant les réglages d&rsquo;un autre site en utilisant le bouton d&rsquo;exportation ci-dessus."
861
+
862
+ #: core/options-pages.php:661
863
+ msgid "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."
864
+ msgstr "Tous les réglages de l’extension seront remplacés lors de l’importation. Vous aurez une chance de restaurer les données actuelles à partir de la sauvegarde automatique dans le cas où vous ne seriez pas satisfait du résultat de l’importation."
865
+
866
+ #: core/options-pages.php:668
867
+ msgid "Import Plugin Settings"
868
+ msgstr "Importer les réglages de l'extension"
869
+
870
+ #: core/options-pages.php:680
871
+ msgid "Restore"
872
+ msgstr "Restaurer"
873
+
874
+ #: core/options-pages.php:686
875
+ msgid "No backup available at the moment."
876
+ msgstr "Aucune sauvegarde disponible en ce moment."
877
+
878
+ #: core/options-pages.php:688
879
+ msgid "Backup will be created automatically before any import operation."
880
+ msgstr "Une sauvegarde sera créée automatiquement avant toute opération d'importation. "
881
+
882
+ #: core/options-pages.php:692
883
+ msgid "The backup has been automatically created before the latest import operation."
884
+ msgstr "La sauvegarde a été créée automatiquement avant la dernière opération d’importation."
885
+
886
+ #: core/options-pages.php:696
887
+ msgid "Restore Settings from the Backup"
888
+ msgstr "Restaurer les réglages à partir de la sauvegarde"
889
+
890
+ #: core/options-pages.php:716
891
+ msgid "What will be deleted:"
892
+ msgstr "Ce qui sera supprimé&nbsp;:"
893
+
894
+ #: core/options-pages.php:721
895
+ msgid "All plugin options"
896
+ msgstr "Toutes les options de l'extension"
897
+
898
+ #: core/options-pages.php:722
899
+ msgid "All plugin backups stored in database"
900
+ msgstr "Toutes les sauvegardes de l'extension stockées dans la base de données"
901
+
902
+ #: core/options-pages.php:726
903
+ msgid "What will remain intact:"
904
+ msgstr "Ce qui restera intact&nbsp;:"
905
+
906
+ #: core/options-pages.php:727
907
+ msgid "All media items"
908
+ msgstr "Tous les éléments média"
909
+
910
+ #: core/options-pages.php:728
911
+ msgid "All taxonomies not listed above"
912
+ msgstr "Toutes les taxonomies non listées ci-dessus"
913
+
914
+ #: core/options-pages.php:731
915
+ msgid "The plugin cannot delete itself because of security reason. Please delete it manually from plugin list after cleanup."
916
+ msgstr "L'extension en peut pas se supprimer elle même pour des raisons de sécurité. Veuillez la supprimer manuellement de la liste des extensions après le nettoyage."
917
+
918
+ #: core/options-pages.php:733
919
+ msgid "If you are not sure about this operation please create a backup of your database prior to cleanup!"
920
+ msgstr "Si vous n’êtes pas certain de cette opération, veuillez d’abord créer une sauvegarde de votre base de données avant le nettoyage&nbsp;!"
921
+
922
+ #: core/options-pages.php:739
923
+ msgid "Delete All Data & Deactivate"
924
+ msgstr "Supprimer toutes les données et désactiver"
925
+
926
+ #: core/options-pages.php:839
927
+ msgid "Please upload a file to import settings."
928
+ msgstr "Merci d'envoyer un ficher pour importer les réglages."
929
+
930
+ #: core/options-pages.php:865
931
+ msgid "Plugin settings imported."
932
+ msgstr "Réglages de l'extension importés."
933
+
934
+ #: core/options-pages.php:912
935
+ msgid "Plugin settings restored from the backup."
936
+ msgstr "Réglages de l'extension restaurés à partir de la sauvegarde."
937
+
938
+ #: core/options-pages.php:1103
939
+ msgid "Media Items Order"
940
+ msgstr "Ordre des éléments média"
941
+
942
+ #: core/options-pages.php:1110
943
+ msgid "Order media items by"
944
+ msgstr "Ordonner les éléments média par"
945
+
946
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
947
+ #: pro/core/medialist.php:73
948
+ msgid "Date"
949
+ msgstr "Date"
950
+
951
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
952
+ #: pro/core/medialist.php:76
953
+ msgid "Title"
954
+ msgstr "Titre"
955
+
956
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
957
+ #: pro/core/medialist.php:79
958
+ msgid "Custom Order"
959
+ msgstr "Tri personnalisé"
960
+
961
+ #: core/options-pages.php:1117 core/options-pages.php:1129
962
+ msgid "For media library and media popups"
963
+ msgstr "Pour la bibliothèque et les popups média"
964
+
965
+ #: core/options-pages.php:1118
966
+ msgid "Option allows to change order by drag and drop with Custom Order value."
967
+ msgstr "Option permettant de changer l'ordre en glisser / déposer avec une valeur d'ordre personnalisé."
968
+
969
+ #: core/options-pages.php:1123
970
+ msgid "Sort order"
971
+ msgstr "Ordre de tri"
972
+
973
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
974
+ #: pro/core/medialist.php:92
975
+ msgid "Ascending"
976
+ msgstr "Croissant"
977
+
978
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
979
+ #: pro/core/medialist.php:95
980
+ msgid "Descending"
981
+ msgstr "Décroissant"
982
+
983
+ #: core/options-pages.php:1142
984
+ msgid "Media Shortcodes"
985
+ msgstr "Codes courts de média"
986
+
987
+ #: core/options-pages.php:1149 core/options-pages.php:1152
988
+ msgid "Enhanced media shortcodes"
989
+ msgstr "Codes courts améliorés de média"
990
+
991
+ #: core/options-pages.php:1153
992
+ msgid "Enhance WordPress media shortcodes to make them understand media taxonomies, upload date, and media items number limit"
993
+ msgstr "Améliorer les codes courts de média WordPress pour prendre en compte les taxinomies, date de téléchargement et limite d’affichage des éléments médias."
994
+
995
+ #: core/options-pages.php:1154
996
+ msgid "Gallery example:"
997
+ msgstr "Exemple de galerie&nbsp;:"
998
+
999
+ #: core/options-pages.php:1155
1000
+ msgid "Audio playlist example:"
1001
+ msgstr "Exemple de liste de lecture audio&nbsp;:"
1002
+
1003
+ #: core/options-pages.php:1156
1004
+ msgid "Video playlist example:"
1005
+ msgstr "Exemple de liste de lecture vidéo&nbsp;:"
1006
+
1007
+ #: core/options-pages.php:1158
1008
+ msgid "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
1009
+ msgstr "%sAvertissement :%s Incompatibilité possible avec d’autres extensions/thèmes !"
1010
+
1011
+ #: core/options-pages.php:1160
1012
+ msgid "%sLearn more%s."
1013
+ msgstr "%sEn savoir plus%s"
1014
+
1015
+ #: core/options-pages.php:1162
1016
+ msgid "Please check out your gallery front-end and back-end functionality once this option activated. If you find an issue please inform plugin authors at %s or %s."
1017
+ msgstr "Veuillez vérifier les fonctionnalités sur l’interface publique et l’interface d’administration une fois cette option activée. Si vous rencontrez un problème, veuillez en informer les auteurs de l’extension sur %s ou %s."
1018
+
1019
+ #: core/options-pages.php:1231 core/options-pages.php:1378
1020
+ msgid "Assign following taxonomies to Media Library:"
1021
+ msgstr "Assigner les taxinomies suivantes à la Bibliothèque des Médias&nbsp;:"
1022
+
1023
+ #: core/options-pages.php:1250 core/options-pages.php:1316
1024
+ #: core/options-pages.php:1400
1025
+ msgid "Assign Taxonomy"
1026
+ msgstr "Assigner la taxinomie"
1027
+
1028
+ #: core/options-pages.php:1251 core/options-pages.php:1401
1029
+ msgid "Edit Taxonomy"
1030
+ msgstr "Modifier la taxinomie"
1031
+
1032
+ #: core/options-pages.php:1255 core/options-pages.php:1318
1033
+ msgid "Delete Taxonomy"
1034
+ msgstr "Supprimer la taxinomie"
1035
+
1036
+ #: core/options-pages.php:1260 core/options-pages.php:1323
1037
+ msgid "Labels"
1038
+ msgstr "Libellés"
1039
+
1040
+ #: core/options-pages.php:1262 core/options-pages.php:1325
1041
+ msgid "Singular"
1042
+ msgstr "Singulier"
languages/enhanced-media-library-he_IL.mo CHANGED
Binary file
languages/enhanced-media-library-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-02-11 15:16+0200\n"
6
- "PO-Revision-Date: 2017-02-11 15:16+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Hebrew (Israel)\n"
9
  "Language: he_IL\n"
@@ -146,7 +146,7 @@ msgstr ""
146
  msgid "Edit"
147
  msgstr "ערוך"
148
 
149
- #: core/options-pages.php:475
150
  msgid "Close"
151
  msgstr "סגור"
152
 
@@ -251,10 +251,11 @@ msgstr ""
251
 
252
  #: core/options-pages.php:503 core/options-pages.php:508
253
  #: core/options-pages.php:552 core/options-pages.php:597
 
254
  msgid "Cancel"
255
  msgstr ""
256
 
257
- #: core/options-pages.php:505
258
  msgid "Synchronize Now"
259
  msgstr ""
260
 
@@ -436,15 +437,18 @@ msgstr ""
436
  msgid "Order media items by"
437
  msgstr ""
438
 
439
- #: core/options-pages.php:1113
 
440
  msgid "Date"
441
  msgstr ""
442
 
443
- #: core/options-pages.php:1114
 
444
  msgid "Title"
445
  msgstr ""
446
 
447
- #: core/options-pages.php:1115
 
448
  msgid "Custom Order"
449
  msgstr ""
450
 
@@ -460,11 +464,13 @@ msgstr ""
460
  msgid "Sort order"
461
  msgstr ""
462
 
463
- #: core/options-pages.php:1126
 
464
  msgid "Ascending"
465
  msgstr ""
466
 
467
- #: core/options-pages.php:1127
 
468
  msgid "Descending"
469
  msgstr ""
470
 
@@ -687,7 +693,7 @@ msgstr "אפשר העלאה"
687
  msgid "Delete MIME Type"
688
  msgstr "מחק סוג קובץ"
689
 
690
- #: core/options-pages.php:1653
691
  msgid "Save Changes"
692
  msgstr "שמור שינויים"
693
 
@@ -848,10 +854,274 @@ msgstr ""
848
  msgid "Search Media Categories"
849
  msgstr ""
850
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
851
  #. Plugin Name of the plugin/theme
 
852
  msgid "Enhanced Media Library PRO"
853
  msgstr ""
854
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
855
  #. Plugin URI of the plugin/theme
856
  #. Author URI of the plugin/theme
857
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-19 22:33+0200\n"
6
+ "PO-Revision-Date: 2017-01-19 22:34+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Hebrew (Israel)\n"
9
  "Language: he_IL\n"
146
  msgid "Edit"
147
  msgstr "ערוך"
148
 
149
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
150
  msgid "Close"
151
  msgstr "סגור"
152
 
251
 
252
  #: core/options-pages.php:503 core/options-pages.php:508
253
  #: core/options-pages.php:552 core/options-pages.php:597
254
+ #: pro/enhanced-media-library-pro.php:133
255
  msgid "Cancel"
256
  msgstr ""
257
 
258
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
259
  msgid "Synchronize Now"
260
  msgstr ""
261
 
437
  msgid "Order media items by"
438
  msgstr ""
439
 
440
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
441
+ #: pro/core/medialist.php:73
442
  msgid "Date"
443
  msgstr ""
444
 
445
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
446
+ #: pro/core/medialist.php:76
447
  msgid "Title"
448
  msgstr ""
449
 
450
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
451
+ #: pro/core/medialist.php:79
452
  msgid "Custom Order"
453
  msgstr ""
454
 
464
  msgid "Sort order"
465
  msgstr ""
466
 
467
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
468
+ #: pro/core/medialist.php:92
469
  msgid "Ascending"
470
  msgstr ""
471
 
472
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
473
+ #: pro/core/medialist.php:95
474
  msgid "Descending"
475
  msgstr ""
476
 
693
  msgid "Delete MIME Type"
694
  msgstr "מחק סוג קובץ"
695
 
696
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
697
  msgid "Save Changes"
698
  msgstr "שמור שינויים"
699
 
854
  msgid "Search Media Categories"
855
  msgstr ""
856
 
857
+ #: pro/core/bulk-edit.php:51
858
+ msgid "Attachments Details"
859
+ msgstr "פרטי הנספח"
860
+
861
+ #: pro/core/bulk-edit.php:104
862
+ msgid "Select All"
863
+ msgstr "בחר הכל"
864
+
865
+ #: pro/core/bulk-edit.php:105
866
+ msgid "Deselect All"
867
+ msgstr "בטל בחירה מהכל"
868
+
869
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
870
+ msgid "Delete Selected"
871
+ msgstr "מחק בחירה"
872
+
873
+ #: pro/core/bulk-edit.php:107
874
+ msgid "Trash Selected"
875
+ msgstr ""
876
+
877
+ #: pro/core/bulk-edit.php:108
878
+ msgid "Untrash Selected"
879
+ msgstr ""
880
+
881
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
882
+ #: pro/enhanced-media-library-pro.php:127
883
+ msgid "Bulk Edit"
884
+ msgstr "עריכה קבוצתית"
885
+
886
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
887
+ msgid "Order By"
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:60 pro/core/medialist.php:101
899
+ msgid "Limit"
900
+ msgstr ""
901
+
902
+ #: pro/core/options-pages.php:78
903
+ msgid "Your license has been deactivated."
904
+ msgstr ""
905
+
906
+ #: pro/core/options-pages.php:87
907
+ msgid "Please check if your license key is correct and try again."
908
+ msgstr ""
909
+
910
+ #: pro/core/options-pages.php:103
911
+ #, php-format
912
+ msgid ""
913
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
914
+ "authors</a>."
915
+ msgstr ""
916
+
917
+ #: pro/core/options-pages.php:120
918
+ #, php-format
919
+ msgid ""
920
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
921
+ "plugin authors</a>."
922
+ msgstr ""
923
+
924
+ #: pro/core/options-pages.php:133
925
+ msgid "You license has been activated."
926
+ msgstr ""
927
+
928
+ #: pro/core/options-pages.php:188
929
+ #, php-format
930
+ msgid "Auto-assign media items to parent %s %s on upload"
931
+ msgstr ""
932
+
933
+ #: pro/core/options-pages.php:189
934
+ #, php-format
935
+ msgid ""
936
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
937
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
938
+ "assigned %s will not be saved. Media items that are not attached to any %s "
939
+ "will not be affected."
940
+ msgstr ""
941
+
942
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
943
+ msgid "Turn off 'Save Changes' button"
944
+ msgstr "כבה את כפתור \"שמור שינויים\""
945
+
946
+ #: pro/core/options-pages.php:224
947
+ msgid "Save changes on the fly"
948
+ msgstr "שמור שינויים תוך כדי ביצועם"
949
+
950
+ #: pro/core/options-pages.php:225
951
+ msgid ""
952
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
953
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
954
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
955
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
956
+ "files / taxonomies with this option turned on."
957
+ msgstr ""
958
+
959
+ #: pro/core/options-pages.php:226
960
+ msgid "NOT recommended if you work with more than hundred files at a time."
961
+ msgstr ""
962
+
963
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
964
+ msgid "License Key"
965
+ msgstr "מספר רישיון"
966
+
967
+ #: pro/core/options-pages.php:272
968
+ msgid "Your license is active!"
969
+ msgstr "הרישיון שלך פעיל!"
970
+
971
+ #: pro/core/options-pages.php:276
972
+ msgid "Deactivate License"
973
+ msgstr ""
974
+
975
+ #: pro/core/options-pages.php:281
976
+ #, php-format
977
+ msgid ""
978
+ "To unlock updates please enter your license key below. You can get your "
979
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
980
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
981
+ msgstr ""
982
+
983
+ #: pro/core/options-pages.php:291
984
+ msgid "Activate License"
985
+ msgstr "הפעל רישיון"
986
+
987
  #. Plugin Name of the plugin/theme
988
+ #: pro/core/update.php:102
989
  msgid "Enhanced Media Library PRO"
990
  msgstr ""
991
 
992
+ #: pro/core/update.php:115
993
+ #, php-format
994
+ msgid ""
995
+ "%1$s could not establish a secure connection to request information about "
996
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
997
+ "plugin authors</a>."
998
+ msgstr ""
999
+
1000
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
1001
+ msgid ""
1002
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1003
+ "this server&#8217;s configuration. If you continue to have problems, please "
1004
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1005
+ msgstr ""
1006
+ "שגיאה לא צפויה ארעה. משהו עשוי להיות לא כשורה עם WordPress.org או עם הגדרות "
1007
+ "השרת. אם הנך ממשיך לחוות בעיות אנא נסה למצוא פתרון ב-<a href=\"https://"
1008
+ "wordpress.org/support/\">פורומי התמיכה</a>."
1009
+
1010
+ #: pro/core/update.php:168
1011
+ msgid ""
1012
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1013
+ "contact your server administrator.)"
1014
+ msgstr ""
1015
+ "(וורדפרס לא הצליחה ליצור חיבור מאובטח אל WordPress.org . אנא צור קשר עם מנהל "
1016
+ "השרת.)"
1017
+
1018
+ #: pro/core/update.php:232
1019
+ #, php-format
1020
+ msgid ""
1021
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1022
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1023
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1024
+ msgstr ""
1025
+
1026
+ #: pro/enhanced-media-library-pro.php:119
1027
+ msgid "ALL files belong to this item"
1028
+ msgstr "כל הקבצים שייכים לפריט זה"
1029
+
1030
+ #: pro/enhanced-media-library-pro.php:120
1031
+ msgid "SOME files belong to this item"
1032
+ msgstr "מספר קבצים שייכים לפריט זה"
1033
+
1034
+ #: pro/enhanced-media-library-pro.php:121
1035
+ msgid "NO files belong to this item"
1036
+ msgstr "אין קבצים השייכים לפריט זה"
1037
+
1038
+ #: pro/enhanced-media-library-pro.php:122
1039
+ msgid "Changes saved."
1040
+ msgstr "השינויים נשמרו."
1041
+
1042
+ #: pro/enhanced-media-library-pro.php:123
1043
+ msgid "Something went wrong."
1044
+ msgstr "משהו השתבש."
1045
+
1046
+ #: pro/enhanced-media-library-pro.php:126
1047
+ msgid "Edit Media Files"
1048
+ msgstr "ערוך קבצי מדיה"
1049
+
1050
+ #: pro/enhanced-media-library-pro.php:129
1051
+ msgid "Selecting"
1052
+ msgstr ""
1053
+
1054
+ #: pro/enhanced-media-library-pro.php:130
1055
+ msgid "Delete Selected Permanently"
1056
+ msgstr ""
1057
+
1058
+ #: pro/enhanced-media-library-pro.php:131
1059
+ msgid "You are about to permanently delete all selected items."
1060
+ msgstr ""
1061
+
1062
+ #: pro/enhanced-media-library-pro.php:132
1063
+ msgid "Delete"
1064
+ msgstr ""
1065
+
1066
+ #: pro/enhanced-media-library-pro.php:134
1067
+ msgid "Moving to Trash"
1068
+ msgstr ""
1069
+
1070
+ #: pro/enhanced-media-library-pro.php:135
1071
+ msgid "Restoring"
1072
+ msgstr ""
1073
+
1074
+ #: pro/enhanced-media-library-pro.php:136
1075
+ msgid "Deleting"
1076
+ msgstr ""
1077
+
1078
+ #: pro/enhanced-media-library-pro.php:160
1079
+ msgid "Create a filter-based gallery"
1080
+ msgstr ""
1081
+
1082
+ #: pro/enhanced-media-library-pro.php:161
1083
+ msgid "Create a filter-based playlist"
1084
+ msgstr ""
1085
+
1086
+ #: pro/enhanced-media-library-pro.php:162
1087
+ msgid "Create a filter-based video playlist"
1088
+ msgstr ""
1089
+
1090
+ #: pro/enhanced-media-library-pro.php:240
1091
+ msgid ""
1092
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1093
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1094
+ "will remain intact."
1095
+ msgstr ""
1096
+
1097
+ #: pro/enhanced-media-library-pro.php:240
1098
+ msgid "Return to Plugins"
1099
+ msgstr "חזור לתוספים"
1100
+
1101
+ #: pro/enhanced-media-library-pro.php:291
1102
+ msgid ""
1103
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1104
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1105
+ "be active. Please network deactivate and delete the free versions of the "
1106
+ "plugin. All your data will remain intact."
1107
+ msgstr ""
1108
+
1109
+ #: pro/enhanced-media-library-pro.php:308
1110
+ msgid ""
1111
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1112
+ "be active. Please deactivate and delete the free version of the plugin. All "
1113
+ "your data will remain intact."
1114
+ msgstr ""
1115
+
1116
+ #: pro/enhanced-media-library-pro.php:324
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
+
1125
  #. Plugin URI of the plugin/theme
1126
  #. Author URI of the plugin/theme
1127
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-it_IT.mo CHANGED
Binary file
languages/enhanced-media-library-it_IT.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
- "POT-Creation-Date: 2017-02-11 15:16+0200\n"
7
- "PO-Revision-Date: 2017-02-11 15:16+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
@@ -150,7 +150,7 @@ msgstr "Organizza gli upload in cartelle sulla base di mese e anno"
150
  msgid "Edit"
151
  msgstr "Modifica"
152
 
153
- #: core/options-pages.php:475
154
  msgid "Close"
155
  msgstr "Chiudi"
156
 
@@ -262,10 +262,11 @@ msgstr "Ok"
262
 
263
  #: core/options-pages.php:503 core/options-pages.php:508
264
  #: core/options-pages.php:552 core/options-pages.php:597
 
265
  msgid "Cancel"
266
  msgstr "Annulla"
267
 
268
- #: core/options-pages.php:505
269
  msgid "Synchronize Now"
270
  msgstr "Sincronizza ora"
271
 
@@ -472,15 +473,18 @@ msgstr "Ordinamento elementi media"
472
  msgid "Order media items by"
473
  msgstr "Ordina gli elementi media per"
474
 
475
- #: core/options-pages.php:1113
 
476
  msgid "Date"
477
  msgstr "Data"
478
 
479
- #: core/options-pages.php:1114
 
480
  msgid "Title"
481
  msgstr "Titolo"
482
 
483
- #: core/options-pages.php:1115
 
484
  msgid "Custom Order"
485
  msgstr "Ordinamento personalizzato"
486
 
@@ -498,11 +502,13 @@ msgstr ""
498
  msgid "Sort order"
499
  msgstr "Ordinamento"
500
 
501
- #: core/options-pages.php:1126
 
502
  msgid "Ascending"
503
  msgstr "Ascendente"
504
 
505
- #: core/options-pages.php:1127
 
506
  msgid "Descending"
507
  msgstr "Discendente"
508
 
@@ -737,7 +743,7 @@ msgstr "Permetti upload"
737
  msgid "Delete MIME Type"
738
  msgstr "Elimina il tipo MIME"
739
 
740
- #: core/options-pages.php:1653
741
  msgid "Save Changes"
742
  msgstr "Salva le modifiche"
743
 
@@ -899,10 +905,299 @@ msgstr "Categoria media genitore:"
899
  msgid "Search Media Categories"
900
  msgstr "Cerca nella categoria Media"
901
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
902
  #. Plugin Name of the plugin/theme
 
903
  msgid "Enhanced Media Library PRO"
904
  msgstr ""
905
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
906
  #. Plugin URI of the plugin/theme
907
  #. Author URI of the plugin/theme
908
  msgid "http://wpUXsolutions.com"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2017-01-19 22:33+0200\n"
7
+ "PO-Revision-Date: 2017-01-19 22:33+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
150
  msgid "Edit"
151
  msgstr "Modifica"
152
 
153
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr "Chiudi"
156
 
262
 
263
  #: core/options-pages.php:503 core/options-pages.php:508
264
  #: core/options-pages.php:552 core/options-pages.php:597
265
+ #: pro/enhanced-media-library-pro.php:133
266
  msgid "Cancel"
267
  msgstr "Annulla"
268
 
269
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
270
  msgid "Synchronize Now"
271
  msgstr "Sincronizza ora"
272
 
473
  msgid "Order media items by"
474
  msgstr "Ordina gli elementi media per"
475
 
476
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
477
+ #: pro/core/medialist.php:73
478
  msgid "Date"
479
  msgstr "Data"
480
 
481
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
482
+ #: pro/core/medialist.php:76
483
  msgid "Title"
484
  msgstr "Titolo"
485
 
486
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
487
+ #: pro/core/medialist.php:79
488
  msgid "Custom Order"
489
  msgstr "Ordinamento personalizzato"
490
 
502
  msgid "Sort order"
503
  msgstr "Ordinamento"
504
 
505
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
506
+ #: pro/core/medialist.php:92
507
  msgid "Ascending"
508
  msgstr "Ascendente"
509
 
510
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
511
+ #: pro/core/medialist.php:95
512
  msgid "Descending"
513
  msgstr "Discendente"
514
 
743
  msgid "Delete MIME Type"
744
  msgstr "Elimina il tipo MIME"
745
 
746
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
747
  msgid "Save Changes"
748
  msgstr "Salva le modifiche"
749
 
905
  msgid "Search Media Categories"
906
  msgstr "Cerca nella categoria Media"
907
 
908
+ #: pro/core/bulk-edit.php:51
909
+ msgid "Attachments Details"
910
+ msgstr "Dettagli allegati"
911
+
912
+ #: pro/core/bulk-edit.php:104
913
+ msgid "Select All"
914
+ msgstr "Seleziona tutto"
915
+
916
+ #: pro/core/bulk-edit.php:105
917
+ msgid "Deselect All"
918
+ msgstr "Deseleziona tutto"
919
+
920
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
921
+ msgid "Delete Selected"
922
+ msgstr "Elimina selezionati"
923
+
924
+ #: pro/core/bulk-edit.php:107
925
+ msgid "Trash Selected"
926
+ msgstr ""
927
+
928
+ #: pro/core/bulk-edit.php:108
929
+ msgid "Untrash Selected"
930
+ msgstr ""
931
+
932
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
933
+ #: pro/enhanced-media-library-pro.php:127
934
+ msgid "Bulk Edit"
935
+ msgstr "Modifica di Gruppo"
936
+
937
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
938
+ msgid "Order By"
939
+ msgstr "Ordina per"
940
+
941
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
942
+ msgid "Random"
943
+ msgstr "Casuale"
944
+
945
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
946
+ msgid "Order"
947
+ msgstr "Ordinamento"
948
+
949
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
950
+ msgid "Limit"
951
+ msgstr "Limite"
952
+
953
+ #: pro/core/options-pages.php:78
954
+ msgid "Your license has been deactivated."
955
+ msgstr "La tua licenza &egrave; stata disattivata."
956
+
957
+ #: pro/core/options-pages.php:87
958
+ msgid "Please check if your license key is correct and try again."
959
+ msgstr ""
960
+ "Si prega di verificare che la chiave della licenza sia correta e riprovare."
961
+
962
+ #: pro/core/options-pages.php:103
963
+ #, php-format
964
+ msgid ""
965
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
966
+ "authors</a>."
967
+ msgstr ""
968
+
969
+ #: pro/core/options-pages.php:120
970
+ #, php-format
971
+ msgid ""
972
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
973
+ "plugin authors</a>."
974
+ msgstr ""
975
+
976
+ #: pro/core/options-pages.php:133
977
+ msgid "You license has been activated."
978
+ msgstr "La tua licenza &egrave; stata attivata."
979
+
980
+ #: pro/core/options-pages.php:188
981
+ #, php-format
982
+ msgid "Auto-assign media items to parent %s %s on upload"
983
+ msgstr ""
984
+ "Assegna automaticamente gli elementi media al genitore %s %s al momento del "
985
+ "caricamento"
986
+
987
+ #: pro/core/options-pages.php:189
988
+ #, php-format
989
+ msgid ""
990
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
991
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
992
+ "assigned %s will not be saved. Media items that are not attached to any %s "
993
+ "will not be affected."
994
+ msgstr ""
995
+ "%sAttenzione:%s Come risultato del click su \"Sincronizza ora\" tutti gli "
996
+ "elementi mutlimediali allegati a %s saranno assegnati a %s del loro genitore "
997
+ "%s. I %s attualmente assegnati non saranno salvati. Gli elementi "
998
+ "multimediali che non sono collegati ad alcun %s non saranno interessati."
999
+
1000
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
1001
+ msgid "Turn off 'Save Changes' button"
1002
+ msgstr "Disattiva il pulsante 'Salva modifiche'"
1003
+
1004
+ #: pro/core/options-pages.php:224
1005
+ msgid "Save changes on the fly"
1006
+ msgstr "Salva le modifiche al volo"
1007
+
1008
+ #: pro/core/options-pages.php:225
1009
+ msgid ""
1010
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
1011
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
1012
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
1013
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
1014
+ "files / taxonomies with this option turned on."
1015
+ msgstr ""
1016
+ "Ogni click su una casella di controllo della tassonomia durante la modifica "
1017
+ "di gruppo dei file multimediali comporter&agrave; un <strong style=\"color:"
1018
+ "red\">immediato salvataggio</strong> dei dati. Fate attenzione! Hai molte "
1019
+ "possibilità di <strong style=\"color:red\">eseguire accidentalmente "
1020
+ "un'errata riassegnazione</strong> di un sacco di file multimediali e "
1021
+ "tassonomie quando questa opzione &egrave; attiva."
1022
+
1023
+ #: pro/core/options-pages.php:226
1024
+ msgid "NOT recommended if you work with more than hundred files at a time."
1025
+ msgstr ""
1026
+
1027
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
1028
+ msgid "License Key"
1029
+ msgstr "Chiave della licenza"
1030
+
1031
+ #: pro/core/options-pages.php:272
1032
+ msgid "Your license is active!"
1033
+ msgstr "La tua licenza è attiva!"
1034
+
1035
+ #: pro/core/options-pages.php:276
1036
+ msgid "Deactivate License"
1037
+ msgstr "Disattiva licenza"
1038
+
1039
+ #: pro/core/options-pages.php:281
1040
+ #, php-format
1041
+ msgid ""
1042
+ "To unlock updates please enter your license key below. You can get your "
1043
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
1044
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
1045
+ msgstr ""
1046
+ "Per sbloccare gli aggiornamenti, inserirsci il codice della tua licenza qui "
1047
+ "sotto. &Egrave; possibile ottenere il codice della tua licenza nel <a href="
1048
+ "\"%s\">Tuo Account</a>. Se non si dispone di una licenza, sei invitato ad <a "
1049
+ "href=\"%s\">acquistarla</a>."
1050
+
1051
+ #: pro/core/options-pages.php:291
1052
+ msgid "Activate License"
1053
+ msgstr "Attiva licenza"
1054
+
1055
  #. Plugin Name of the plugin/theme
1056
+ #: pro/core/update.php:102
1057
  msgid "Enhanced Media Library PRO"
1058
  msgstr ""
1059
 
1060
+ #: pro/core/update.php:115
1061
+ #, php-format
1062
+ msgid ""
1063
+ "%1$s could not establish a secure connection to request information about "
1064
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1065
+ "plugin authors</a>."
1066
+ msgstr ""
1067
+
1068
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
1069
+ msgid ""
1070
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1071
+ "this server&#8217;s configuration. If you continue to have problems, please "
1072
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1073
+ msgstr ""
1074
+ "Si &egrave; verificato un errore inaspettato. Qualcosa deve essere andato "
1075
+ "male con WordPress.org o con la configurazione di questo server. Se continui "
1076
+ "ad avere problemi prova a consultare il <a href=\"https://wordpress.org/"
1077
+ "support/\">forum di supporto</a>."
1078
+
1079
+ #: pro/core/update.php:168
1080
+ msgid ""
1081
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1082
+ "contact your server administrator.)"
1083
+ msgstr ""
1084
+ "(WordPress non pu&ograve; stabilire una connessione sicura a WordPress.org. "
1085
+ "Contatta l’amministratore del tuo server.)"
1086
+
1087
+ #: pro/core/update.php:232
1088
+ #, php-format
1089
+ msgid ""
1090
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1091
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1092
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1093
+ msgstr ""
1094
+ "Per sbloccare gli aggiornamenti, si prega di <a href=\"%s\">attivare la tua "
1095
+ "licenza</a>. &Egrave; possibile ottenere il codice della tua licenza nel <a "
1096
+ "href=\"%s\">Tuo Account</a>. Se non si dispone di una licenza, siete "
1097
+ "invitati ad <a href=\"%s\">acquistarla</a>."
1098
+
1099
+ #: pro/enhanced-media-library-pro.php:119
1100
+ msgid "ALL files belong to this item"
1101
+ msgstr "TUTTI i file appartengono a questo elemento"
1102
+
1103
+ #: pro/enhanced-media-library-pro.php:120
1104
+ msgid "SOME files belong to this item"
1105
+ msgstr "ALCUNI file appartengono a questo elemento"
1106
+
1107
+ #: pro/enhanced-media-library-pro.php:121
1108
+ msgid "NO files belong to this item"
1109
+ msgstr "NESSUN file appartiene a questo elemento"
1110
+
1111
+ #: pro/enhanced-media-library-pro.php:122
1112
+ msgid "Changes saved."
1113
+ msgstr "Cambiamenti salvati."
1114
+
1115
+ #: pro/enhanced-media-library-pro.php:123
1116
+ msgid "Something went wrong."
1117
+ msgstr " Qualcosa è andato male."
1118
+
1119
+ #: pro/enhanced-media-library-pro.php:126
1120
+ msgid "Edit Media Files"
1121
+ msgstr "Modifica i file media"
1122
+
1123
+ #: pro/enhanced-media-library-pro.php:129
1124
+ msgid "Selecting"
1125
+ msgstr ""
1126
+
1127
+ #: pro/enhanced-media-library-pro.php:130
1128
+ msgid "Delete Selected Permanently"
1129
+ msgstr ""
1130
+
1131
+ #: pro/enhanced-media-library-pro.php:131
1132
+ msgid "You are about to permanently delete all selected items."
1133
+ msgstr ""
1134
+
1135
+ #: pro/enhanced-media-library-pro.php:132
1136
+ msgid "Delete"
1137
+ msgstr ""
1138
+
1139
+ #: pro/enhanced-media-library-pro.php:134
1140
+ msgid "Moving to Trash"
1141
+ msgstr ""
1142
+
1143
+ #: pro/enhanced-media-library-pro.php:135
1144
+ msgid "Restoring"
1145
+ msgstr ""
1146
+
1147
+ #: pro/enhanced-media-library-pro.php:136
1148
+ msgid "Deleting"
1149
+ msgstr ""
1150
+
1151
+ #: pro/enhanced-media-library-pro.php:160
1152
+ msgid "Create a filter-based gallery"
1153
+ msgstr "Crea una galleria basata su filtro"
1154
+
1155
+ #: pro/enhanced-media-library-pro.php:161
1156
+ msgid "Create a filter-based playlist"
1157
+ msgstr "Crea un playlist basata su filtro"
1158
+
1159
+ #: pro/enhanced-media-library-pro.php:162
1160
+ msgid "Create a filter-based video playlist"
1161
+ msgstr "Crea una playlist video basata su filtro"
1162
+
1163
+ #: pro/enhanced-media-library-pro.php:240
1164
+ msgid ""
1165
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1166
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1167
+ "will remain intact."
1168
+ msgstr ""
1169
+
1170
+ #: pro/enhanced-media-library-pro.php:240
1171
+ msgid "Return to Plugins"
1172
+ msgstr "Torna ai plugin"
1173
+
1174
+ #: pro/enhanced-media-library-pro.php:291
1175
+ msgid ""
1176
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1177
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1178
+ "be active. Please network deactivate and delete the free versions of the "
1179
+ "plugin. All your data will remain intact."
1180
+ msgstr ""
1181
+
1182
+ #: pro/enhanced-media-library-pro.php:308
1183
+ msgid ""
1184
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1185
+ "be active. Please deactivate and delete the free version of the plugin. All "
1186
+ "your data will remain intact."
1187
+ msgstr ""
1188
+ "<strong>Enhanced Media Library PRO</strong> non richiede che la version "
1189
+ "gratuita sia attiva. Si prega di disattivare ed eliminare la versione "
1190
+ "gratuita del plugin. Tutti i vostri dati rimarranno intatti."
1191
+
1192
+ #: pro/enhanced-media-library-pro.php:324
1193
+ msgid ""
1194
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1195
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1196
+ "version to be active. Please deactivate (or network deactivate) and delete "
1197
+ "the free version of the plugin for this site. All your data will remail "
1198
+ "intact."
1199
+ msgstr ""
1200
+
1201
  #. Plugin URI of the plugin/theme
1202
  #. Author URI of the plugin/theme
1203
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-ja_JP.mo ADDED
Binary file
languages/enhanced-media-library-ja_JP.po ADDED
@@ -0,0 +1,1188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Enhanced Media Library (Free & PRO) in Japanese
2
+ # This file is distributed under the same license as the Enhanced Media Library (Free & PRO) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2017-02-11 15:21+0200\n"
7
+ "PO-Revision-Date: 2017-02-11 15:21+0200\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: \n"
10
+ "Language: ja_JP\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Generator: Poedit 1.8.11\n"
16
+
17
+ #: core/mime-types.php:30
18
+ msgid "MIME Types settings restored."
19
+ msgstr "MIME タイプ設定を復元しました。"
20
+
21
+ #: core/mime-types.php:39
22
+ msgid "MIME Types settings saved."
23
+ msgstr "MIME タイプ設定を保存しました。"
24
+
25
+ #: core/mime-types.php:116
26
+ #, php-format
27
+ msgid " <span class=\"count\">(%s)</span>"
28
+ msgid_plural " <span class=\"count\">(%s)</span>"
29
+ msgstr[0] ""
30
+
31
+ #: core/options-pages.php:97 core/options-pages.php:220
32
+ #: core/options-pages.php:313 core/options-pages.php:1082
33
+ #: core/options-pages.php:1206 core/options-pages.php:1531
34
+ #: core/options-pages.php:1731
35
+ msgid "Media Settings"
36
+ msgstr "メディアの設定"
37
+
38
+ #: core/options-pages.php:106 core/options-pages.php:285
39
+ msgid "Media Library"
40
+ msgstr "メディアライブラリ"
41
+
42
+ #: core/options-pages.php:115
43
+ msgid "Taxonomies"
44
+ msgstr "タクソノミー"
45
+
46
+ #: core/options-pages.php:124 core/options-pages.php:287
47
+ msgid "MIME Types"
48
+ msgstr "MIME タイプ"
49
+
50
+ #: core/options-pages.php:135 core/options-pages.php:136
51
+ msgid "Enhanced Media Library"
52
+ msgstr "Enhanced Media Library"
53
+
54
+ #: core/options-pages.php:284
55
+ msgid "General"
56
+ msgstr "一般"
57
+
58
+ #: core/options-pages.php:286 core/options-pages.php:1227
59
+ msgid "Media Taxonomies"
60
+ msgstr "メディアタクソノミー"
61
+
62
+ #: core/options-pages.php:310 core/options-pages.php:622
63
+ #: core/options-pages.php:1078 core/options-pages.php:1203
64
+ #: core/options-pages.php:1527
65
+ msgid "You do not have sufficient permissions to access this page."
66
+ msgstr "このページを表示する権限がありません。"
67
+
68
+ #: core/options-pages.php:324
69
+ msgid "Image sizes"
70
+ msgstr "画像サイズ"
71
+
72
+ #: core/options-pages.php:325
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
+ "大寸法が決定されます。"
79
+
80
+ #: core/options-pages.php:329
81
+ msgid "Thumbnail size"
82
+ msgstr "サムネイルサイズ"
83
+
84
+ #: core/options-pages.php:331
85
+ msgid "Width"
86
+ msgstr "幅"
87
+
88
+ #: core/options-pages.php:333
89
+ msgid "Height"
90
+ msgstr "高さ"
91
+
92
+ #: core/options-pages.php:336
93
+ msgid ""
94
+ "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
95
+ msgstr ""
96
+ "サムネイルを実寸法にトリミングする (通常は相対的な縮小によりサムネイルを作り"
97
+ "ます)"
98
+
99
+ #: core/options-pages.php:341 core/options-pages.php:342
100
+ msgid "Medium size"
101
+ msgstr "中サイズ"
102
+
103
+ #: core/options-pages.php:343 core/options-pages.php:353
104
+ msgid "Max Width"
105
+ msgstr "幅の上限"
106
+
107
+ #: core/options-pages.php:345 core/options-pages.php:355
108
+ msgid "Max Height"
109
+ msgstr "高さの上限"
110
+
111
+ #: core/options-pages.php:351 core/options-pages.php:352
112
+ msgid "Large size"
113
+ msgstr "大サイズ"
114
+
115
+ #: core/options-pages.php:368
116
+ msgid "Embeds"
117
+ msgstr "埋め込み"
118
+
119
+ #: core/options-pages.php:375
120
+ msgid "Uploading Files"
121
+ msgstr "ファイルアップロード"
122
+
123
+ #: core/options-pages.php:382
124
+ msgid "Store uploads in this folder"
125
+ msgstr "アップロードファイル保存フォルダ"
126
+
127
+ #: core/options-pages.php:386
128
+ #, php-format
129
+ msgid "Default is %s"
130
+ msgstr "デフォルトは %s"
131
+
132
+ #: core/options-pages.php:392
133
+ msgid "Full URL path to files"
134
+ msgstr "ファイルへの完全 URL"
135
+
136
+ #: core/options-pages.php:394
137
+ msgid "Configuring this is optional. By default, it should be blank."
138
+ msgstr "この設定はオプションです。デフォルトでは空白にする必要があります。"
139
+
140
+ #: core/options-pages.php:402
141
+ msgid "Organize my uploads into month- and year-based folders"
142
+ msgstr "アップロードしたファイルを年月ベースのフォルダに整理"
143
+
144
+ #: core/options-pages.php:474 core/options-pages.php:1251
145
+ #: core/options-pages.php:1266 core/options-pages.php:1329
146
+ #: core/options-pages.php:1401
147
+ msgid "Edit"
148
+ msgstr "編集"
149
+
150
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
151
+ msgid "Close"
152
+ msgstr "閉じる"
153
+
154
+ #: core/options-pages.php:476 core/options-pages.php:1267
155
+ #: core/options-pages.php:1330
156
+ msgid "View"
157
+ msgstr "表示"
158
+
159
+ #: core/options-pages.php:477 core/options-pages.php:1268
160
+ #: core/options-pages.php:1331
161
+ msgid "Update"
162
+ msgstr "更新"
163
+
164
+ #: core/options-pages.php:478 core/options-pages.php:1269
165
+ #: core/options-pages.php:1332
166
+ msgid "Add New"
167
+ msgstr "新規追加"
168
+
169
+ #: core/options-pages.php:479 core/options-pages.php:1270
170
+ #: core/options-pages.php:1333
171
+ msgid "New"
172
+ msgstr "新規"
173
+
174
+ #: core/options-pages.php:480
175
+ msgid "Name"
176
+ msgstr "名前"
177
+
178
+ #: core/options-pages.php:481 core/options-pages.php:1271
179
+ #: core/options-pages.php:1334
180
+ msgid "Parent"
181
+ msgstr "親"
182
+
183
+ #: core/options-pages.php:482 core/options-pages.php:718
184
+ #: core/options-pages.php:1265 core/options-pages.php:1328
185
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
186
+ msgid "All"
187
+ msgstr "すべて"
188
+
189
+ #: core/options-pages.php:483 core/options-pages.php:1272
190
+ #: core/options-pages.php:1335
191
+ msgid "Search"
192
+ msgstr "検索"
193
+
194
+ #: core/options-pages.php:485 core/options-pages.php:1316
195
+ msgid "New Taxonomy"
196
+ msgstr "新しいタクソノミー"
197
+
198
+ #: core/options-pages.php:487
199
+ msgid "Remove Taxonomy"
200
+ msgstr "タクソノミー削除"
201
+
202
+ #: core/options-pages.php:488
203
+ msgid "Taxonomy will be removed."
204
+ msgstr "タクソノミーを削除しようとしています。"
205
+
206
+ #: core/options-pages.php:489
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:490
217
+ msgid "Media items will remain intact."
218
+ msgstr "メディア項目はそのまま残ります。"
219
+
220
+ #: core/options-pages.php:491
221
+ msgid "Are you still sure?"
222
+ msgstr "本当によろしいですか ?"
223
+
224
+ #: core/options-pages.php:492
225
+ msgid "Yes, remove taxonomy"
226
+ msgstr "はい、タクソノミーを削除します"
227
+
228
+ #: core/options-pages.php:494
229
+ msgid "Duplicate"
230
+ msgstr "複製"
231
+
232
+ #: core/options-pages.php:495
233
+ msgid "Taxonomy with the same name already exists. Please chose other one."
234
+ msgstr "同じ名前のタクソノミーが既に存在します。他のものを選んでください。"
235
+
236
+ #: core/options-pages.php:497
237
+ msgid "Empty Fields"
238
+ msgstr "空のフィールド"
239
+
240
+ #: core/options-pages.php:498
241
+ msgid "Please choose Singular and Plural names for all new taxomonies."
242
+ msgstr "新しいタクソノミーの単数形名および複数形名を設定してください。"
243
+
244
+ #: core/options-pages.php:499
245
+ msgid "Please choose Singular name for all new taxomonies."
246
+ msgstr "新しいタクソノミーの複数形名を設定してください。"
247
+
248
+ #: core/options-pages.php:500
249
+ msgid "Please choose Plural Name for all new taxomonies."
250
+ msgstr "新しいタクソノミーの単数形名を設定してください。"
251
+
252
+ #: core/options-pages.php:502
253
+ msgid "Ok"
254
+ msgstr "OK"
255
+
256
+ #: core/options-pages.php:503 core/options-pages.php:508
257
+ #: core/options-pages.php:552 core/options-pages.php:597
258
+ #: pro/enhanced-media-library-pro.php:133
259
+ msgid "Cancel"
260
+ msgstr "キャンセル"
261
+
262
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
263
+ msgid "Synchronize Now"
264
+ msgstr "今すぐ同期"
265
+
266
+ #: core/options-pages.php:506 core/options-pages.php:594
267
+ msgid "This operation cannot be canceled! Are you still sure?"
268
+ msgstr "この操作はキャンセルできません ! 本当によろしいですか ?"
269
+
270
+ #: core/options-pages.php:507
271
+ msgid "Synchronize"
272
+ msgstr "同期"
273
+
274
+ #: core/options-pages.php:509
275
+ msgid "Synchronizing..."
276
+ msgstr "同期中..."
277
+
278
+ #: core/options-pages.php:547 core/options-pages.php:1655
279
+ msgid "Restore WordPress default MIME Types"
280
+ msgstr "WordPress のデフォルト MIME タイプを復元する"
281
+
282
+ #: core/options-pages.php:548
283
+ msgid "Warning! All your custom MIME Types will be deleted by this operation."
284
+ msgstr "警告 ! この操作ですべてのカスタム MIME タイプが削除されます。"
285
+
286
+ #: core/options-pages.php:549
287
+ msgid "Restore Defaults"
288
+ msgstr "デフォルトに戻す"
289
+
290
+ #: core/options-pages.php:550
291
+ msgid "Restoring..."
292
+ msgstr "復元中..."
293
+
294
+ #: core/options-pages.php:554
295
+ msgid "Please fill into all fields."
296
+ msgstr "すべてのフィールドに入力してください。"
297
+
298
+ #: core/options-pages.php:555
299
+ msgid "Duplicate extensions or MIME types. Please chose other one."
300
+ msgstr "拡張子または MIME タイプが重複しています。他のものを選んでください。"
301
+
302
+ #: core/options-pages.php:592 core/options-pages.php:709
303
+ msgid "Complete Cleanup"
304
+ msgstr "完全クリーンアップ"
305
+
306
+ #: core/options-pages.php:593
307
+ msgid ""
308
+ "You are about to <strong style=\"text-transform:uppercase\">delete all "
309
+ "plugin data</strong> from the database including backups."
310
+ msgstr ""
311
+
312
+ #: core/options-pages.php:595
313
+ msgid "Yes, delete all data"
314
+ msgstr "はい、すべてのデータを削除します"
315
+
316
+ #: core/options-pages.php:596
317
+ msgid "Cleaning..."
318
+ msgstr "削除中..."
319
+
320
+ #: core/options-pages.php:627
321
+ msgid "Enhanced Media Library Settings"
322
+ msgstr "Enhanced Media Library 設定"
323
+
324
+ #: core/options-pages.php:637
325
+ msgid "Export"
326
+ msgstr "エクスポート"
327
+
328
+ #: core/options-pages.php:641
329
+ msgid ""
330
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
331
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be exported to a "
332
+ "configuration file. It allows you to easily import the configuration into "
333
+ "another website."
334
+ msgstr ""
335
+ "プラグイン設定タブの<strong>メディアライブラリ</strong>、<strong>メディアタク"
336
+ "ソノミー</strong>、および <strong>MIME タイプ</strong>は、設定ファイルにエク"
337
+ "スポートされます。設定は別のウェブサイトに簡単にインポートできます。"
338
+
339
+ #: core/options-pages.php:646
340
+ msgid "Export Plugin Settings"
341
+ msgstr "プラグイン設定をエクスポートする"
342
+
343
+ #: core/options-pages.php:656
344
+ msgid "Import"
345
+ msgstr "インポート"
346
+
347
+ #: core/options-pages.php:660
348
+ msgid ""
349
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
350
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
351
+ "configuration file which can be obtained by exporting the settings on "
352
+ "another website using the export button above."
353
+ msgstr ""
354
+ "プラグイン設定タブの<strong>メディアライブラリ</strong>、<strong>メディアタク"
355
+ "ソノミー</strong>、および <strong>MIME タイプ</strong>は、上記のエクスポート"
356
+ "ボタンを使用して別のウェブサイト上の設定をエクスポートすることによって得るこ"
357
+ "とができる設定ファイルからインポートされます。"
358
+
359
+ #: core/options-pages.php:661
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
+ "足できない場合は、自動バックアップから現在のデータを復元するチャンスがありま"
367
+ "す。"
368
+
369
+ #: core/options-pages.php:668
370
+ msgid "Import Plugin Settings"
371
+ msgstr "プラグイン設定をインポートする"
372
+
373
+ #: core/options-pages.php:680
374
+ msgid "Restore"
375
+ msgstr "復元"
376
+
377
+ #: core/options-pages.php:686
378
+ msgid "No backup available at the moment."
379
+ msgstr "現時点ではバックアップはありません。"
380
+
381
+ #: core/options-pages.php:688
382
+ msgid "Backup will be created automatically before any import operation."
383
+ msgstr "バックアップはインポート操作の前に自動的に作成されます。"
384
+
385
+ #: core/options-pages.php:692
386
+ msgid ""
387
+ "The backup has been automatically created before the latest import operation."
388
+ msgstr "バックアップは、最新のインポート操作の前に自動的に作成されています。"
389
+
390
+ #: core/options-pages.php:696
391
+ msgid "Restore Settings from the Backup"
392
+ msgstr "バックアップから設定を復元する"
393
+
394
+ #: core/options-pages.php:716
395
+ msgid "What will be deleted:"
396
+ msgstr "削除されるもの:"
397
+
398
+ #: core/options-pages.php:721
399
+ msgid "All plugin options"
400
+ msgstr "すべてのプラグインオプション"
401
+
402
+ #: core/options-pages.php:722
403
+ msgid "All plugin backups stored in database"
404
+ msgstr "データベース内に保存されているすべてのプラグインバックアップ"
405
+
406
+ #: core/options-pages.php:726
407
+ msgid "What will remain intact:"
408
+ msgstr "元通りになるもの:"
409
+
410
+ #: core/options-pages.php:727
411
+ msgid "All media items"
412
+ msgstr "すべてのメディアアイテム"
413
+
414
+ #: core/options-pages.php:728
415
+ msgid "All taxonomies not listed above"
416
+ msgstr "上に挙げられていないすべてのタクソノミー"
417
+
418
+ #: core/options-pages.php:731
419
+ msgid ""
420
+ "The plugin cannot delete itself because of security reason. Please delete it "
421
+ "manually from plugin list after cleanup."
422
+ msgstr ""
423
+ "セキュリティ上の理由から、プラグイン自体を削除することはできません。クリーン"
424
+ "アップ後、プラグインリストから手動で削除してください。"
425
+
426
+ #: core/options-pages.php:733
427
+ msgid ""
428
+ "If you are not sure about this operation please create a backup of your "
429
+ "database prior to cleanup!"
430
+ msgstr ""
431
+ "この操作についてわからない場合は、クリーンアップ前にデータベースのバックアッ"
432
+ "プを作成してください !"
433
+
434
+ #: core/options-pages.php:739
435
+ msgid "Delete All Data & Deactivate"
436
+ msgstr "すべてのデータを削除し、プラグインを停止する"
437
+
438
+ #: core/options-pages.php:839
439
+ msgid "Please upload a file to import settings."
440
+ msgstr "設定インポート用ファイルをアップロードしてください。"
441
+
442
+ #: core/options-pages.php:865
443
+ msgid "Plugin settings imported."
444
+ msgstr "プラグイン設定がインポートされました。"
445
+
446
+ #: core/options-pages.php:912
447
+ msgid "Plugin settings restored from the backup."
448
+ msgstr "プラグイン設定がバックアップから復元されました。"
449
+
450
+ #: core/options-pages.php:1103
451
+ msgid "Media Items Order"
452
+ msgstr "メディア項目順序"
453
+
454
+ #: core/options-pages.php:1110
455
+ msgid "Order media items by"
456
+ msgstr "メディア項目並べ替え基準"
457
+
458
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
459
+ #: pro/core/medialist.php:73
460
+ msgid "Date"
461
+ msgstr "日付"
462
+
463
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
464
+ #: pro/core/medialist.php:76
465
+ msgid "Title"
466
+ msgstr "タイトル"
467
+
468
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
469
+ #: pro/core/medialist.php:79
470
+ msgid "Custom Order"
471
+ msgstr "手動並べ替え"
472
+
473
+ #: core/options-pages.php:1117 core/options-pages.php:1129
474
+ msgid "For media library and media popups"
475
+ msgstr "この設定はメディアライブラリとメディアアップローダーで有効になります。"
476
+
477
+ #: core/options-pages.php:1118
478
+ msgid "Option allows to change order by drag and drop with Custom Order value."
479
+ msgstr ""
480
+ "手動並べ替えを選択した場合、ドラッグ&ドロップで並び順を変更できるようになり"
481
+ "ます。"
482
+
483
+ #: core/options-pages.php:1123
484
+ msgid "Sort order"
485
+ msgstr "ソート順"
486
+
487
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
488
+ #: pro/core/medialist.php:92
489
+ msgid "Ascending"
490
+ msgstr "昇順"
491
+
492
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
493
+ #: pro/core/medialist.php:95
494
+ msgid "Descending"
495
+ msgstr "降順"
496
+
497
+ #: core/options-pages.php:1142
498
+ msgid "Media Shortcodes"
499
+ msgstr "メディアショートコード"
500
+
501
+ #: core/options-pages.php:1149 core/options-pages.php:1152
502
+ msgid "Enhanced media shortcodes"
503
+ msgstr "強化されたメディアショートコード"
504
+
505
+ #: core/options-pages.php:1153
506
+ msgid ""
507
+ "Enhance WordPress media shortcodes to make them understand media taxonomies, "
508
+ "upload date, and media items number limit"
509
+ msgstr ""
510
+ "WordPress メディアショートコードを強化して、メディアショートコードがメディア"
511
+ "タクソノミー、アップロード年月日、表示上限を認識できるようにする"
512
+
513
+ #: core/options-pages.php:1154
514
+ msgid "Gallery example:"
515
+ msgstr "ギャラリー例:"
516
+
517
+ #: core/options-pages.php:1155
518
+ msgid "Audio playlist example:"
519
+ msgstr "オーディオプレイリスト例:"
520
+
521
+ #: core/options-pages.php:1156
522
+ msgid "Video playlist example:"
523
+ msgstr "動画プレイリスト例:"
524
+
525
+ #: core/options-pages.php:1158
526
+ #, php-format
527
+ msgid ""
528
+ "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
529
+ msgstr ""
530
+ "%s警告:%s 他のギャラリープラグインやテーマとの互換性がない可能性があります。"
531
+
532
+ #: core/options-pages.php:1160
533
+ #, php-format
534
+ msgid "%sLearn more%s."
535
+ msgstr "%sもっと詳しくみる%s。"
536
+
537
+ #: core/options-pages.php:1162
538
+ #, php-format
539
+ msgid ""
540
+ "Please check out your gallery front-end and back-end functionality once this "
541
+ "option activated. If you find an issue please inform plugin authors at %s or "
542
+ "%s."
543
+ msgstr ""
544
+ "このオプションを有効化したらギャラリーのフロントエンドとバックエンドの機能を"
545
+ "確認してください。問題が見つかった場合は、 %s または %s でプラグイン作者にお"
546
+ "知らせください。"
547
+
548
+ #: core/options-pages.php:1231 core/options-pages.php:1378
549
+ msgid "Assign following taxonomies to Media Library:"
550
+ msgstr "メディアライブラリに以下のタクソノミーを割り当てる:"
551
+
552
+ #: core/options-pages.php:1250 core/options-pages.php:1316
553
+ #: core/options-pages.php:1400
554
+ msgid "Assign Taxonomy"
555
+ msgstr "タクソノミー割り当て"
556
+
557
+ #: core/options-pages.php:1251 core/options-pages.php:1401
558
+ msgid "Edit Taxonomy"
559
+ msgstr "タクソノミーを編集"
560
+
561
+ #: core/options-pages.php:1255 core/options-pages.php:1318
562
+ msgid "Delete Taxonomy"
563
+ msgstr "タクソノミーを削除"
564
+
565
+ #: core/options-pages.php:1260 core/options-pages.php:1323
566
+ msgid "Labels"
567
+ msgstr "ラベル"
568
+
569
+ #: core/options-pages.php:1262 core/options-pages.php:1325
570
+ msgid "Singular"
571
+ msgstr "単数形"
572
+
573
+ #: core/options-pages.php:1263 core/options-pages.php:1326
574
+ msgid "Plural"
575
+ msgstr "複数形"
576
+
577
+ #: core/options-pages.php:1264 core/options-pages.php:1327
578
+ msgid "Menu Name"
579
+ msgstr "メニュー名"
580
+
581
+ #: core/options-pages.php:1277 core/options-pages.php:1300
582
+ #: core/options-pages.php:1340 core/options-pages.php:1404
583
+ msgid "Settings"
584
+ msgstr "設定"
585
+
586
+ #: core/options-pages.php:1279 core/options-pages.php:1342
587
+ msgid "Taxonomy Name"
588
+ msgstr "タクソノミー名"
589
+
590
+ #: core/options-pages.php:1280 core/options-pages.php:1343
591
+ msgid "Hierarchical"
592
+ msgstr "階層化"
593
+
594
+ #: core/options-pages.php:1281 core/options-pages.php:1344
595
+ msgid "Column for List View"
596
+ msgstr "リストビューへの列表示"
597
+
598
+ #: core/options-pages.php:1282 core/options-pages.php:1302
599
+ #: core/options-pages.php:1345 core/options-pages.php:1406
600
+ msgid "Filter for List View"
601
+ msgstr "リストビューへの絞り込みフィルター表示"
602
+
603
+ #: core/options-pages.php:1283 core/options-pages.php:1303
604
+ #: core/options-pages.php:1346 core/options-pages.php:1407
605
+ msgid "Filter for Grid View / Media Popup"
606
+ msgstr "グリッドビュー / メディアアップローダーへの絞り込みフィルター表示"
607
+
608
+ #: core/options-pages.php:1284 core/options-pages.php:1304
609
+ #: core/options-pages.php:1347 core/options-pages.php:1408
610
+ msgid "Edit in Media Popup"
611
+ msgstr "メディアアップローダー内での編集"
612
+
613
+ #: core/options-pages.php:1285 core/options-pages.php:1348
614
+ msgid "Show in Nav Menu"
615
+ msgstr "ナビゲーションメニューに表示"
616
+
617
+ #: core/options-pages.php:1286 core/options-pages.php:1349
618
+ msgid "Remember Terms Order (sort)"
619
+ msgstr "タームの並び順(ソート)を保持"
620
+
621
+ #: core/options-pages.php:1287 core/options-pages.php:1350
622
+ msgid "Show in REST"
623
+ msgstr "REST で表示"
624
+
625
+ #: core/options-pages.php:1288 core/options-pages.php:1351
626
+ msgid "Rewrite Slug"
627
+ msgstr "リライトスラッグ"
628
+
629
+ #: core/options-pages.php:1289 core/options-pages.php:1352
630
+ msgid "Slug with Front"
631
+ msgstr "フロントとスラッグ"
632
+
633
+ #: core/options-pages.php:1364
634
+ msgid "Add New Taxonomy"
635
+ msgstr "新規タクソノミーを追加"
636
+
637
+ #: core/options-pages.php:1374
638
+ msgid "Non-Media Taxonomies"
639
+ msgstr "メディアタクソノミー以外"
640
+
641
+ #: core/options-pages.php:1437
642
+ msgid "Options"
643
+ msgstr "オプション"
644
+
645
+ #: core/options-pages.php:1447 core/options-pages.php:1450
646
+ msgid "Taxonomy archive pages"
647
+ msgstr "タクソノミーアーカイブページ"
648
+
649
+ #: core/options-pages.php:1451
650
+ msgid "Turn on media taxonomy archive pages on the front-end"
651
+ msgstr "フロントエンドのメディアタクソノミーアーカイブページを有効にする"
652
+
653
+ #: core/options-pages.php:1452
654
+ msgid ""
655
+ "Re-save your permalink settings after this option change to make it work."
656
+ msgstr ""
657
+ "このオプションを変更した後、パーマリンクの設定を再度保存すると有効になりま"
658
+ "す。"
659
+
660
+ #: core/options-pages.php:1458 core/options-pages.php:1461
661
+ msgid "Assign all like hierarchical"
662
+ msgstr "すべてのタクソノミーを階層化風表示に設定"
663
+
664
+ #: core/options-pages.php:1462
665
+ msgid ""
666
+ "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
667
+ msgstr ""
668
+ "グリッドビュー / メディアアップローダー内で非階層化タクソノミーを階層化タクソ"
669
+ "ノミー風に表示する"
670
+
671
+ #: core/options-pages.php:1468 core/options-pages.php:1471
672
+ msgid "Force filters"
673
+ msgstr "絞り込みフィルター強制表示"
674
+
675
+ #: core/options-pages.php:1472
676
+ msgid "Show media filters for ANY Media Popup"
677
+ msgstr "メディア絞り込み機能をすべてのメディアアップローダーに表示します。"
678
+
679
+ #: core/options-pages.php:1473
680
+ msgid "Try this if filters are not shown for third-party plugins or themes."
681
+ msgstr ""
682
+ "サードパーティ製のプラグインやテーマの絞り込みフィルターが表示されない場合"
683
+ "は、この項目を有効化してみてください。"
684
+
685
+ #: core/options-pages.php:1479 core/options-pages.php:1482
686
+ msgid "Show count"
687
+ msgstr "個数表示"
688
+
689
+ #: core/options-pages.php:1483
690
+ msgid "Show item count per category for media filters"
691
+ msgstr "メディア絞り込みフィルターの各カテゴリー毎に個数を表示する"
692
+
693
+ #: core/options-pages.php:1537
694
+ msgid "Add New MIME Type"
695
+ msgstr "MIME タイプ新規追加"
696
+
697
+ #: core/options-pages.php:1557 core/options-pages.php:1612
698
+ msgid "Extension"
699
+ msgstr "拡張子"
700
+
701
+ #: core/options-pages.php:1558 core/options-pages.php:1613
702
+ msgid "MIME Type"
703
+ msgstr "MIME タイプ"
704
+
705
+ #: core/options-pages.php:1559 core/options-pages.php:1614
706
+ msgid "Singular Label"
707
+ msgstr "単数形のラベル"
708
+
709
+ #: core/options-pages.php:1560 core/options-pages.php:1615
710
+ msgid "Plural Label"
711
+ msgstr "複数形のラベル"
712
+
713
+ #: core/options-pages.php:1561 core/options-pages.php:1591
714
+ #: core/options-pages.php:1604 core/options-pages.php:1616
715
+ msgid "Add Filter"
716
+ msgstr "フィルターを追加"
717
+
718
+ #: core/options-pages.php:1562 core/options-pages.php:1592
719
+ #: core/options-pages.php:1605 core/options-pages.php:1617
720
+ msgid "Allow Upload"
721
+ msgstr "アップロードを許可"
722
+
723
+ #: core/options-pages.php:1593 core/options-pages.php:1606
724
+ msgid "Delete MIME Type"
725
+ msgstr "MIME タイプ削除"
726
+
727
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
728
+ msgid "Save Changes"
729
+ msgstr "変更を保存"
730
+
731
+ #: core/options-pages.php:1683
732
+ msgid "Changelog"
733
+ msgstr "変更履歴"
734
+
735
+ #: core/options-pages.php:1684
736
+ msgid "What's new in"
737
+ msgstr "新着情報"
738
+
739
+ #: core/options-pages.php:1684
740
+ msgid "version"
741
+ msgstr "バージョン"
742
+
743
+ #: core/options-pages.php:1687
744
+ msgid "More features under the hood"
745
+ msgstr "PRO の追加機能をウェブサイトで確認"
746
+
747
+ #: core/options-pages.php:1689
748
+ msgid "Support"
749
+ msgstr "サポート"
750
+
751
+ #: core/options-pages.php:1690
752
+ msgid "Feel free to ask for help on"
753
+ msgstr "お気軽にお問い合わせください。"
754
+
755
+ #: core/options-pages.php:1690
756
+ msgid "Support is free for both versions of the plugin."
757
+ msgstr "サポートはプラグインの両方のバージョンで無料です。"
758
+
759
+ #: core/options-pages.php:1692
760
+ msgid "Plugin rating"
761
+ msgstr "プラグインの評価"
762
+
763
+ #: core/options-pages.php:1693
764
+ msgid "Please"
765
+ msgstr "ぜひ"
766
+
767
+ #: core/options-pages.php:1693
768
+ msgid "vote for the plugin"
769
+ msgstr "このプラグインに投票してください"
770
+
771
+ #: core/options-pages.php:1693
772
+ msgid "Thanks!"
773
+ msgstr "ありがとうございます !"
774
+
775
+ #: core/options-pages.php:1695
776
+ msgid "Other plugins you may find useful"
777
+ msgstr "その他の便利なプラグイン"
778
+
779
+ #: core/options-pages.php:1734
780
+ msgid "Utility"
781
+ msgstr "ユーティリティー"
782
+
783
+ #: core/options-pages.php:1757
784
+ msgid "Vote!"
785
+ msgstr "投票してください !"
786
+
787
+ #: core/taxonomies.php:101
788
+ msgid "Media Taxonomies settings saved."
789
+ msgstr "メディアタクソノミー設定を保存しました。"
790
+
791
+ #: core/taxonomies.php:159
792
+ msgid "Media Library settings saved."
793
+ msgstr "メディアライブラリ設定を保存しました。"
794
+
795
+ #: core/taxonomies.php:333 core/taxonomies.php:339
796
+ #: enhanced-media-library.php:517
797
+ msgid "Filter by"
798
+ msgstr "絞り込みフィルター"
799
+
800
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
801
+ msgid "Not in a"
802
+ msgstr "除外"
803
+
804
+ #: core/taxonomies.php:1288 core/taxonomies.php:1295
805
+ msgid "Remove"
806
+ msgstr "削除"
807
+
808
+ #: core/taxonomies.php:1290 core/taxonomies.php:1297
809
+ msgid "Deselect"
810
+ msgstr "選択解除"
811
+
812
+ #: core/taxonomies.php:1342
813
+ msgid "Caption this image&hellip;"
814
+ msgstr "この画像の説明"
815
+
816
+ #: core/taxonomies.php:1346
817
+ msgid "Describe this video&hellip;"
818
+ msgstr "この動画の説明"
819
+
820
+ #: core/taxonomies.php:1348
821
+ msgid "Describe this audio file&hellip;"
822
+ msgstr "このオーディオの説明"
823
+
824
+ #: core/taxonomies.php:1350
825
+ msgid "Describe this media file&hellip;"
826
+ msgstr "このメディアの説明"
827
+
828
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
829
+ msgid "All Uncategorized"
830
+ msgstr "すべての未分類"
831
+
832
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
833
+ msgid "Reset All Filters"
834
+ msgstr "絞り込みを解除"
835
+
836
+ #: enhanced-media-library.php:550
837
+ msgid "Uploaded to post #"
838
+ msgstr "ファイルがアップロードされている投稿 ID"
839
+
840
+ #: enhanced-media-library.php:551
841
+ msgid "Based On"
842
+ msgstr "参照"
843
+
844
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
845
+ msgid "Media Categories"
846
+ msgstr "メディアカテゴリー"
847
+
848
+ #: enhanced-media-library.php:584
849
+ msgid "Media Category"
850
+ msgstr "メディアカテゴリー"
851
+
852
+ #: enhanced-media-library.php:586
853
+ msgid "All Media Categories"
854
+ msgstr "すべてのメディアカテゴリー"
855
+
856
+ #: enhanced-media-library.php:587
857
+ msgid "Edit Media Category"
858
+ msgstr "メディアカテゴリーを編集"
859
+
860
+ #: enhanced-media-library.php:588
861
+ msgid "View Media Category"
862
+ msgstr "メディアカテゴリーを表示"
863
+
864
+ #: enhanced-media-library.php:589
865
+ msgid "Update Media Category"
866
+ msgstr "メディアカテゴリーを更新"
867
+
868
+ #: enhanced-media-library.php:590
869
+ msgid "Add New Media Category"
870
+ msgstr "新規メディアカテゴリーを追加"
871
+
872
+ #: enhanced-media-library.php:591
873
+ msgid "New Media Category Name"
874
+ msgstr "新規メディアカテゴリー名"
875
+
876
+ #: enhanced-media-library.php:592
877
+ msgid "Parent Media Category"
878
+ msgstr "親メディアカテゴリー"
879
+
880
+ #: enhanced-media-library.php:593
881
+ msgid "Parent Media Category:"
882
+ msgstr "親メディアカテゴリー:"
883
+
884
+ #: enhanced-media-library.php:594
885
+ msgid "Search Media Categories"
886
+ msgstr "メディアカテゴリーを検索"
887
+
888
+ #: pro/core/bulk-edit.php:51
889
+ msgid "Attachments Details"
890
+ msgstr "添付ファイルの詳細"
891
+
892
+ #: pro/core/bulk-edit.php:104
893
+ msgid "Select All"
894
+ msgstr "全て選択"
895
+
896
+ #: pro/core/bulk-edit.php:105
897
+ msgid "Deselect All"
898
+ msgstr "全ての選択を解除"
899
+
900
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
901
+ msgid "Delete Selected"
902
+ msgstr "選択を削除します"
903
+
904
+ #: pro/core/bulk-edit.php:107
905
+ msgid "Trash Selected"
906
+ msgstr ""
907
+
908
+ #: pro/core/bulk-edit.php:108
909
+ msgid "Untrash Selected"
910
+ msgstr ""
911
+
912
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
913
+ #: pro/enhanced-media-library-pro.php:127
914
+ msgid "Bulk Edit"
915
+ msgstr "一括編集"
916
+
917
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
918
+ msgid "Order By"
919
+ msgstr ""
920
+
921
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
922
+ msgid "Random"
923
+ msgstr "ランダム"
924
+
925
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
926
+ msgid "Order"
927
+ msgstr " 並び順"
928
+
929
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
930
+ msgid "Limit"
931
+ msgstr "制限"
932
+
933
+ #: pro/core/options-pages.php:78
934
+ msgid "Your license has been deactivated."
935
+ msgstr "あなたのライセンスが無効になっています。"
936
+
937
+ #: pro/core/options-pages.php:87
938
+ msgid "Please check if your license key is correct and try again."
939
+ msgstr "ライセンスキーが正しいかどうかを確認して、もう一度お試しください。"
940
+
941
+ #: pro/core/options-pages.php:103
942
+ #, php-format
943
+ msgid ""
944
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
945
+ "authors</a>."
946
+ msgstr ""
947
+
948
+ #: pro/core/options-pages.php:120
949
+ #, php-format
950
+ msgid ""
951
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
952
+ "plugin authors</a>."
953
+ msgstr ""
954
+
955
+ #: pro/core/options-pages.php:133
956
+ msgid "You license has been activated."
957
+ msgstr "活性化されているライセンスを許諾します。"
958
+
959
+ #: pro/core/options-pages.php:188
960
+ #, php-format
961
+ msgid "Auto-assign media items to parent %s %s on upload"
962
+ msgstr ""
963
+
964
+ #: pro/core/options-pages.php:189
965
+ #, php-format
966
+ msgid ""
967
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
968
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
969
+ "assigned %s will not be saved. Media items that are not attached to any %s "
970
+ "will not be affected."
971
+ msgstr ""
972
+
973
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
974
+ msgid "Turn off 'Save Changes' button"
975
+ msgstr "[変更を保存]ボタンオフ"
976
+
977
+ #: pro/core/options-pages.php:224
978
+ msgid "Save changes on the fly"
979
+ msgstr "変更内容を保存"
980
+
981
+ #: pro/core/options-pages.php:225
982
+ msgid ""
983
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
984
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
985
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
986
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
987
+ "files / taxonomies with this option turned on."
988
+ msgstr ""
989
+ "メディアの間に分類するチェックボックス上の任意のクリックは、バルク版に繋がる"
990
+ "ファイルデータを<strong style=\"color:red\">即時保存する</strong>ので 気を付"
991
+ "けてください!あなたには大きなチャンスがあります<strong style=\"color:red\">"
992
+ "間違っても再割り当てを行います</strong> 多くのメディアファイル/このオプション"
993
+ "を指定したタクソノミーをオンにします。"
994
+
995
+ #: pro/core/options-pages.php:226
996
+ msgid "NOT recommended if you work with more than hundred files at a time."
997
+ msgstr ""
998
+
999
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
1000
+ msgid "License Key"
1001
+ msgstr "ライセンスキー"
1002
+
1003
+ #: pro/core/options-pages.php:272
1004
+ msgid "Your license is active!"
1005
+ msgstr "ライセンスがアクティブになっています!"
1006
+
1007
+ #: pro/core/options-pages.php:276
1008
+ msgid "Deactivate License"
1009
+ msgstr "ライセンスを無効化"
1010
+
1011
+ #: pro/core/options-pages.php:281
1012
+ #, php-format
1013
+ msgid ""
1014
+ "To unlock updates please enter your license key below. You can get your "
1015
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
1016
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
1017
+ msgstr ""
1018
+ "アップデートのロックを解除するには、以下のライセンスキーを入力してください。"
1019
+ "あなたのライセンスキーを取得することができます<a href=\"%s\">あなたのアカウン"
1020
+ "ト</a>に。ライセンスをお持ちでない場合は、歓迎しています<a href=\"%s\">購入</"
1021
+ "a>に。"
1022
+
1023
+ #: pro/core/options-pages.php:291
1024
+ msgid "Activate License"
1025
+ msgstr "ライセンスを有効化"
1026
+
1027
+ #. Plugin Name of the plugin/theme
1028
+ #: pro/core/update.php:105
1029
+ msgid "Enhanced Media Library PRO"
1030
+ msgstr ""
1031
+
1032
+ #: pro/core/update.php:118
1033
+ #, php-format
1034
+ msgid ""
1035
+ "%1$s could not establish a secure connection to request information about "
1036
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1037
+ "plugin authors</a>."
1038
+ msgstr ""
1039
+
1040
+ #: pro/core/update.php:171 pro/core/update.php:177 pro/core/update.php:183
1041
+ msgid ""
1042
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1043
+ "this server&#8217;s configuration. If you continue to have problems, please "
1044
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1045
+ msgstr ""
1046
+ "予期しないエラーが発生しました。WordPress.orgまたは、このサーバーで何かが間"
1047
+ "違っている可能性があります&#8217;s 設定。問題が解決しない場合は、試してみてく"
1048
+ "ださい<a href=\"https://wordpress.org/support/\">サポートフォーラム</a>."
1049
+
1050
+ #: pro/core/update.php:171
1051
+ msgid ""
1052
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1053
+ "contact your server administrator.)"
1054
+ msgstr ""
1055
+ "(WordPressはWordPress.orgへの安全な接続を確立できませんでした。サーバー管理"
1056
+ "者に問い合わせてください。)"
1057
+
1058
+ #: pro/core/update.php:235
1059
+ #, php-format
1060
+ msgid ""
1061
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1062
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1063
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1064
+ msgstr ""
1065
+ "アップデートのロックを解除するには、 <a href=\"%s\">ライセンス</a>を活性化さ"
1066
+ "せる<a href=\"%s\">あなたはライセンスキーはアカウント</a>を得ることができま"
1067
+ "す。ライセンスをお持ちでない場合は、<a href=\"%s\">が購入を歓迎しています。</"
1068
+ "a>"
1069
+
1070
+ #: pro/enhanced-media-library-pro.php:119
1071
+ msgid "ALL files belong to this item"
1072
+ msgstr "全てのファイルはこの項目に属しています"
1073
+
1074
+ #: pro/enhanced-media-library-pro.php:120
1075
+ msgid "SOME files belong to this item"
1076
+ msgstr "いくつかのファイルは、この項目に属しています"
1077
+
1078
+ #: pro/enhanced-media-library-pro.php:121
1079
+ msgid "NO files belong to this item"
1080
+ msgstr "ファイルなし この項目に属していません"
1081
+
1082
+ #: pro/enhanced-media-library-pro.php:122
1083
+ msgid "Changes saved."
1084
+ msgstr "変更が保存されました。"
1085
+
1086
+ #: pro/enhanced-media-library-pro.php:123
1087
+ msgid "Something went wrong."
1088
+ msgstr "何かが間違っています。"
1089
+
1090
+ #: pro/enhanced-media-library-pro.php:126
1091
+ msgid "Edit Media Files"
1092
+ msgstr "メディアファイル編集"
1093
+
1094
+ #: pro/enhanced-media-library-pro.php:129
1095
+ msgid "Selecting"
1096
+ msgstr ""
1097
+
1098
+ #: pro/enhanced-media-library-pro.php:130
1099
+ msgid "Delete Selected Permanently"
1100
+ msgstr ""
1101
+
1102
+ #: pro/enhanced-media-library-pro.php:131
1103
+ msgid "You are about to permanently delete all selected items."
1104
+ msgstr ""
1105
+
1106
+ #: pro/enhanced-media-library-pro.php:132
1107
+ msgid "Delete"
1108
+ msgstr ""
1109
+
1110
+ #: pro/enhanced-media-library-pro.php:134
1111
+ msgid "Moving to Trash"
1112
+ msgstr ""
1113
+
1114
+ #: pro/enhanced-media-library-pro.php:135
1115
+ msgid "Restoring"
1116
+ msgstr ""
1117
+
1118
+ #: pro/enhanced-media-library-pro.php:136
1119
+ msgid "Deleting"
1120
+ msgstr ""
1121
+
1122
+ #: pro/enhanced-media-library-pro.php:160
1123
+ msgid "Create a filter-based gallery"
1124
+ msgstr "フィルターベースのギャラリーを作成します。"
1125
+
1126
+ #: pro/enhanced-media-library-pro.php:161
1127
+ msgid "Create a filter-based playlist"
1128
+ msgstr "フィルターベースのプレイリストを作成します。"
1129
+
1130
+ #: pro/enhanced-media-library-pro.php:162
1131
+ msgid "Create a filter-based video playlist"
1132
+ msgstr "フィルターベースのビデオプレイリストを作成します。"
1133
+
1134
+ #: pro/enhanced-media-library-pro.php:240
1135
+ msgid ""
1136
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1137
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1138
+ "will remain intact."
1139
+ msgstr ""
1140
+
1141
+ #: pro/enhanced-media-library-pro.php:240
1142
+ msgid "Return to Plugins"
1143
+ msgstr "プラグインに戻ります"
1144
+
1145
+ #: pro/enhanced-media-library-pro.php:291
1146
+ msgid ""
1147
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1148
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1149
+ "be active. Please network deactivate and delete the free versions of the "
1150
+ "plugin. All your data will remain intact."
1151
+ msgstr ""
1152
+
1153
+ #: pro/enhanced-media-library-pro.php:308
1154
+ msgid ""
1155
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1156
+ "be active. Please deactivate and delete the free version of the plugin. All "
1157
+ "your data will remain intact."
1158
+ msgstr ""
1159
+ "<strong>Enhanced Media Library PRO</strong> は無料版を必要としません。有効化"
1160
+ "します。無効化し、プラグインの無料版を削除してください。全てのデータはそのま"
1161
+ "ま残ります。"
1162
+
1163
+ #: pro/enhanced-media-library-pro.php:324
1164
+ msgid ""
1165
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1166
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1167
+ "version to be active. Please deactivate (or network deactivate) and delete "
1168
+ "the free version of the plugin for this site. All your data will remail "
1169
+ "intact."
1170
+ msgstr ""
1171
+ "Enhanced Media Library の無料版とPROバージョンでは、どちらもこのサイトの有効"
1172
+ "です。 <strong>Enhanced Media Library PRO</strong>を有効化にする場合無料版を"
1173
+ "必要としません。無効化(またはネットワーク無効化)し、このサイトのプラグイン"
1174
+ "の無料版を削除してください。全てのデータはそのまま残ります。"
1175
+
1176
+ #. Plugin URI of the plugin/theme
1177
+ #. Author URI of the plugin/theme
1178
+ msgid "http://wpUXsolutions.com"
1179
+ msgstr "http://wpUXsolutions.com"
1180
+
1181
+ #. Description of the plugin/theme
1182
+ msgid ""
1183
+ "This plugin will be handy for those who need to manage a lot of media files."
1184
+ msgstr "このプラグインは、多くのメディアファイルを管理したい人に便利です。"
1185
+
1186
+ #. Author of the plugin/theme
1187
+ msgid "wpUXsolutions"
1188
+ msgstr "wpUXsolutions"
languages/enhanced-media-library-ko_KR.mo CHANGED
Binary file
languages/enhanced-media-library-ko_KR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-02-11 15:16+0200\n"
6
- "PO-Revision-Date: 2017-02-11 15:16+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Korean (Republic of Korea)\n"
9
  "Language: ko_KR\n"
@@ -145,7 +145,7 @@ msgstr ""
145
  msgid "Edit"
146
  msgstr "편집"
147
 
148
- #: core/options-pages.php:475
149
  msgid "Close"
150
  msgstr "닫기"
151
 
@@ -250,10 +250,11 @@ msgstr ""
250
 
251
  #: core/options-pages.php:503 core/options-pages.php:508
252
  #: core/options-pages.php:552 core/options-pages.php:597
 
253
  msgid "Cancel"
254
  msgstr ""
255
 
256
- #: core/options-pages.php:505
257
  msgid "Synchronize Now"
258
  msgstr ""
259
 
@@ -435,15 +436,18 @@ msgstr ""
435
  msgid "Order media items by"
436
  msgstr ""
437
 
438
- #: core/options-pages.php:1113
 
439
  msgid "Date"
440
  msgstr ""
441
 
442
- #: core/options-pages.php:1114
 
443
  msgid "Title"
444
  msgstr ""
445
 
446
- #: core/options-pages.php:1115
 
447
  msgid "Custom Order"
448
  msgstr ""
449
 
@@ -459,11 +463,13 @@ msgstr ""
459
  msgid "Sort order"
460
  msgstr ""
461
 
462
- #: core/options-pages.php:1126
 
463
  msgid "Ascending"
464
  msgstr ""
465
 
466
- #: core/options-pages.php:1127
 
467
  msgid "Descending"
468
  msgstr ""
469
 
@@ -686,7 +692,7 @@ msgstr "업로드 허용"
686
  msgid "Delete MIME Type"
687
  msgstr "MIME 유형 삭제"
688
 
689
- #: core/options-pages.php:1653
690
  msgid "Save Changes"
691
  msgstr "변경 사항 저장"
692
 
@@ -847,10 +853,274 @@ msgstr ""
847
  msgid "Search Media Categories"
848
  msgstr ""
849
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
850
  #. Plugin Name of the plugin/theme
 
851
  msgid "Enhanced Media Library PRO"
852
  msgstr ""
853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
854
  #. Plugin URI of the plugin/theme
855
  #. Author URI of the plugin/theme
856
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-19 22:33+0200\n"
6
+ "PO-Revision-Date: 2017-01-19 22:33+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Korean (Republic of Korea)\n"
9
  "Language: ko_KR\n"
145
  msgid "Edit"
146
  msgstr "편집"
147
 
148
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
149
  msgid "Close"
150
  msgstr "닫기"
151
 
250
 
251
  #: core/options-pages.php:503 core/options-pages.php:508
252
  #: core/options-pages.php:552 core/options-pages.php:597
253
+ #: pro/enhanced-media-library-pro.php:133
254
  msgid "Cancel"
255
  msgstr ""
256
 
257
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
258
  msgid "Synchronize Now"
259
  msgstr ""
260
 
436
  msgid "Order media items by"
437
  msgstr ""
438
 
439
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
440
+ #: pro/core/medialist.php:73
441
  msgid "Date"
442
  msgstr ""
443
 
444
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
445
+ #: pro/core/medialist.php:76
446
  msgid "Title"
447
  msgstr ""
448
 
449
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
450
+ #: pro/core/medialist.php:79
451
  msgid "Custom Order"
452
  msgstr ""
453
 
463
  msgid "Sort order"
464
  msgstr ""
465
 
466
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
467
+ #: pro/core/medialist.php:92
468
  msgid "Ascending"
469
  msgstr ""
470
 
471
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
472
+ #: pro/core/medialist.php:95
473
  msgid "Descending"
474
  msgstr ""
475
 
692
  msgid "Delete MIME Type"
693
  msgstr "MIME 유형 삭제"
694
 
695
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
696
  msgid "Save Changes"
697
  msgstr "변경 사항 저장"
698
 
853
  msgid "Search Media Categories"
854
  msgstr ""
855
 
856
+ #: pro/core/bulk-edit.php:51
857
+ msgid "Attachments Details"
858
+ msgstr "첨부 파일 세부 정보"
859
+
860
+ #: pro/core/bulk-edit.php:104
861
+ msgid "Select All"
862
+ msgstr "모두 선택"
863
+
864
+ #: pro/core/bulk-edit.php:105
865
+ msgid "Deselect All"
866
+ msgstr "모두 선택 해제"
867
+
868
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
869
+ msgid "Delete Selected"
870
+ msgstr "선택 삭제"
871
+
872
+ #: pro/core/bulk-edit.php:107
873
+ msgid "Trash Selected"
874
+ msgstr ""
875
+
876
+ #: pro/core/bulk-edit.php:108
877
+ msgid "Untrash Selected"
878
+ msgstr ""
879
+
880
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
881
+ #: pro/enhanced-media-library-pro.php:127
882
+ msgid "Bulk Edit"
883
+ msgstr "일괄 편집"
884
+
885
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
886
+ msgid "Order By"
887
+ msgstr ""
888
+
889
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
890
+ msgid "Random"
891
+ msgstr ""
892
+
893
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
894
+ msgid "Order"
895
+ msgstr ""
896
+
897
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
898
+ msgid "Limit"
899
+ msgstr ""
900
+
901
+ #: pro/core/options-pages.php:78
902
+ msgid "Your license has been deactivated."
903
+ msgstr ""
904
+
905
+ #: pro/core/options-pages.php:87
906
+ msgid "Please check if your license key is correct and try again."
907
+ msgstr ""
908
+
909
+ #: pro/core/options-pages.php:103
910
+ #, php-format
911
+ msgid ""
912
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
913
+ "authors</a>."
914
+ msgstr ""
915
+
916
+ #: pro/core/options-pages.php:120
917
+ #, php-format
918
+ msgid ""
919
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
920
+ "plugin authors</a>."
921
+ msgstr ""
922
+
923
+ #: pro/core/options-pages.php:133
924
+ msgid "You license has been activated."
925
+ msgstr ""
926
+
927
+ #: pro/core/options-pages.php:188
928
+ #, php-format
929
+ msgid "Auto-assign media items to parent %s %s on upload"
930
+ msgstr ""
931
+
932
+ #: pro/core/options-pages.php:189
933
+ #, php-format
934
+ msgid ""
935
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
936
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
937
+ "assigned %s will not be saved. Media items that are not attached to any %s "
938
+ "will not be affected."
939
+ msgstr ""
940
+
941
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
942
+ msgid "Turn off 'Save Changes' button"
943
+ msgstr "'변경 사항 저장' 버튼 해제"
944
+
945
+ #: pro/core/options-pages.php:224
946
+ msgid "Save changes on the fly"
947
+ msgstr "변경 사항 즉시 저장"
948
+
949
+ #: pro/core/options-pages.php:225
950
+ msgid ""
951
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
952
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
953
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
954
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
955
+ "files / taxonomies with this option turned on."
956
+ msgstr ""
957
+
958
+ #: pro/core/options-pages.php:226
959
+ msgid "NOT recommended if you work with more than hundred files at a time."
960
+ msgstr ""
961
+
962
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
963
+ msgid "License Key"
964
+ msgstr "라이센스 키"
965
+
966
+ #: pro/core/options-pages.php:272
967
+ msgid "Your license is active!"
968
+ msgstr "라이센스가 활성화되었습니다!"
969
+
970
+ #: pro/core/options-pages.php:276
971
+ msgid "Deactivate License"
972
+ msgstr ""
973
+
974
+ #: pro/core/options-pages.php:281
975
+ #, php-format
976
+ msgid ""
977
+ "To unlock updates please enter your license key below. You can get your "
978
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
979
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
980
+ msgstr ""
981
+
982
+ #: pro/core/options-pages.php:291
983
+ msgid "Activate License"
984
+ msgstr "라이센스 활성화"
985
+
986
  #. Plugin Name of the plugin/theme
987
+ #: pro/core/update.php:102
988
  msgid "Enhanced Media Library PRO"
989
  msgstr ""
990
 
991
+ #: pro/core/update.php:115
992
+ #, php-format
993
+ msgid ""
994
+ "%1$s could not establish a secure connection to request information about "
995
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
996
+ "plugin authors</a>."
997
+ msgstr ""
998
+
999
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
1000
+ msgid ""
1001
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1002
+ "this server&#8217;s configuration. If you continue to have problems, please "
1003
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1004
+ msgstr ""
1005
+ "예기치 않은 오류가 발생했습니다. WordPress.org 또는 이 서버의 구성에 문제가 "
1006
+ "있을 수 있습니다. 문제가 계속될 경우, <a href=\"https://wordpress.org/"
1007
+ "support/\">지원 포럼</a>을 시도해 보시기 바랍니다."
1008
+
1009
+ #: pro/core/update.php:168
1010
+ msgid ""
1011
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1012
+ "contact your server administrator.)"
1013
+ msgstr ""
1014
+ "(워드프레스가 WordPress.org에 보안 연결을 설정할 수 없습니다. 서버 관리자에"
1015
+ "게 문의하세요.)"
1016
+
1017
+ #: pro/core/update.php:232
1018
+ #, php-format
1019
+ msgid ""
1020
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1021
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1022
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1023
+ msgstr ""
1024
+
1025
+ #: pro/enhanced-media-library-pro.php:119
1026
+ msgid "ALL files belong to this item"
1027
+ msgstr "이 항목에 모든 파일이 속합니다"
1028
+
1029
+ #: pro/enhanced-media-library-pro.php:120
1030
+ msgid "SOME files belong to this item"
1031
+ msgstr "이 항목에 SOME 파일이 속합니다"
1032
+
1033
+ #: pro/enhanced-media-library-pro.php:121
1034
+ msgid "NO files belong to this item"
1035
+ msgstr "이 항목에 속한 파일이 없습니다"
1036
+
1037
+ #: pro/enhanced-media-library-pro.php:122
1038
+ msgid "Changes saved."
1039
+ msgstr "변경 사항이 저장됨."
1040
+
1041
+ #: pro/enhanced-media-library-pro.php:123
1042
+ msgid "Something went wrong."
1043
+ msgstr "문제가 발생했습니다."
1044
+
1045
+ #: pro/enhanced-media-library-pro.php:126
1046
+ msgid "Edit Media Files"
1047
+ msgstr "미디어 파일 편집"
1048
+
1049
+ #: pro/enhanced-media-library-pro.php:129
1050
+ msgid "Selecting"
1051
+ msgstr ""
1052
+
1053
+ #: pro/enhanced-media-library-pro.php:130
1054
+ msgid "Delete Selected Permanently"
1055
+ msgstr ""
1056
+
1057
+ #: pro/enhanced-media-library-pro.php:131
1058
+ msgid "You are about to permanently delete all selected items."
1059
+ msgstr ""
1060
+
1061
+ #: pro/enhanced-media-library-pro.php:132
1062
+ msgid "Delete"
1063
+ msgstr ""
1064
+
1065
+ #: pro/enhanced-media-library-pro.php:134
1066
+ msgid "Moving to Trash"
1067
+ msgstr ""
1068
+
1069
+ #: pro/enhanced-media-library-pro.php:135
1070
+ msgid "Restoring"
1071
+ msgstr ""
1072
+
1073
+ #: pro/enhanced-media-library-pro.php:136
1074
+ msgid "Deleting"
1075
+ msgstr ""
1076
+
1077
+ #: pro/enhanced-media-library-pro.php:160
1078
+ msgid "Create a filter-based gallery"
1079
+ msgstr ""
1080
+
1081
+ #: pro/enhanced-media-library-pro.php:161
1082
+ msgid "Create a filter-based playlist"
1083
+ msgstr ""
1084
+
1085
+ #: pro/enhanced-media-library-pro.php:162
1086
+ msgid "Create a filter-based video playlist"
1087
+ msgstr ""
1088
+
1089
+ #: pro/enhanced-media-library-pro.php:240
1090
+ msgid ""
1091
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1092
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1093
+ "will remain intact."
1094
+ msgstr ""
1095
+
1096
+ #: pro/enhanced-media-library-pro.php:240
1097
+ msgid "Return to Plugins"
1098
+ msgstr "플러그인으로 돌아가기"
1099
+
1100
+ #: pro/enhanced-media-library-pro.php:291
1101
+ msgid ""
1102
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1103
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1104
+ "be active. Please network deactivate and delete the free versions of the "
1105
+ "plugin. All your data will remain intact."
1106
+ msgstr ""
1107
+
1108
+ #: pro/enhanced-media-library-pro.php:308
1109
+ msgid ""
1110
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1111
+ "be active. Please deactivate and delete the free version of the plugin. All "
1112
+ "your data will remain intact."
1113
+ msgstr ""
1114
+
1115
+ #: pro/enhanced-media-library-pro.php:324
1116
+ msgid ""
1117
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1118
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1119
+ "version to be active. Please deactivate (or network deactivate) and delete "
1120
+ "the free version of the plugin for this site. All your data will remail "
1121
+ "intact."
1122
+ msgstr ""
1123
+
1124
  #. Plugin URI of the plugin/theme
1125
  #. Author URI of the plugin/theme
1126
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-nl_NL.mo CHANGED
Binary file
languages/enhanced-media-library-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library v1.0.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
5
- "POT-Creation-Date: 2017-02-11 15:15+0200\n"
6
- "PO-Revision-Date: 2017-02-11 15:15+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: De B.A.A.T. <de_baat@de-baat.nl>\n"
9
  "Language: nl_NL\n"
@@ -157,7 +157,7 @@ msgid "Edit"
157
  msgstr "Bewerk"
158
 
159
  # @ eml
160
- #: core/options-pages.php:475
161
  msgid "Close"
162
  msgstr "Sluit"
163
 
@@ -271,10 +271,11 @@ msgstr ""
271
 
272
  #: core/options-pages.php:503 core/options-pages.php:508
273
  #: core/options-pages.php:552 core/options-pages.php:597
 
274
  msgid "Cancel"
275
  msgstr ""
276
 
277
- #: core/options-pages.php:505
278
  msgid "Synchronize Now"
279
  msgstr ""
280
 
@@ -461,15 +462,18 @@ msgstr ""
461
  msgid "Order media items by"
462
  msgstr ""
463
 
464
- #: core/options-pages.php:1113
 
465
  msgid "Date"
466
  msgstr ""
467
 
468
- #: core/options-pages.php:1114
 
469
  msgid "Title"
470
  msgstr ""
471
 
472
- #: core/options-pages.php:1115
 
473
  msgid "Custom Order"
474
  msgstr ""
475
 
@@ -485,11 +489,13 @@ msgstr ""
485
  msgid "Sort order"
486
  msgstr ""
487
 
488
- #: core/options-pages.php:1126
 
489
  msgid "Ascending"
490
  msgstr ""
491
 
492
- #: core/options-pages.php:1127
 
493
  msgid "Descending"
494
  msgstr ""
495
 
@@ -732,7 +738,7 @@ msgstr "Sta Upload Toe"
732
  msgid "Delete MIME Type"
733
  msgstr "Verwijder MIME Type"
734
 
735
- #: core/options-pages.php:1653
736
  msgid "Save Changes"
737
  msgstr ""
738
 
@@ -893,10 +899,269 @@ msgstr ""
893
  msgid "Search Media Categories"
894
  msgstr ""
895
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
896
  #. Plugin Name of the plugin/theme
 
897
  msgid "Enhanced Media Library PRO"
898
  msgstr ""
899
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
900
  #. Plugin URI of the plugin/theme
901
  #. Author URI of the plugin/theme
902
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library v1.0.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/enhanced-media-library\n"
5
+ "POT-Creation-Date: 2017-01-19 22:32+0200\n"
6
+ "PO-Revision-Date: 2017-01-19 22:33+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: De B.A.A.T. <de_baat@de-baat.nl>\n"
9
  "Language: nl_NL\n"
157
  msgstr "Bewerk"
158
 
159
  # @ eml
160
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
161
  msgid "Close"
162
  msgstr "Sluit"
163
 
271
 
272
  #: core/options-pages.php:503 core/options-pages.php:508
273
  #: core/options-pages.php:552 core/options-pages.php:597
274
+ #: pro/enhanced-media-library-pro.php:133
275
  msgid "Cancel"
276
  msgstr ""
277
 
278
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
279
  msgid "Synchronize Now"
280
  msgstr ""
281
 
462
  msgid "Order media items by"
463
  msgstr ""
464
 
465
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
466
+ #: pro/core/medialist.php:73
467
  msgid "Date"
468
  msgstr ""
469
 
470
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
471
+ #: pro/core/medialist.php:76
472
  msgid "Title"
473
  msgstr ""
474
 
475
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
476
+ #: pro/core/medialist.php:79
477
  msgid "Custom Order"
478
  msgstr ""
479
 
489
  msgid "Sort order"
490
  msgstr ""
491
 
492
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
493
+ #: pro/core/medialist.php:92
494
  msgid "Ascending"
495
  msgstr ""
496
 
497
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
498
+ #: pro/core/medialist.php:95
499
  msgid "Descending"
500
  msgstr ""
501
 
738
  msgid "Delete MIME Type"
739
  msgstr "Verwijder MIME Type"
740
 
741
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
742
  msgid "Save Changes"
743
  msgstr ""
744
 
899
  msgid "Search Media Categories"
900
  msgstr ""
901
 
902
+ #: pro/core/bulk-edit.php:51
903
+ msgid "Attachments Details"
904
+ msgstr ""
905
+
906
+ #: pro/core/bulk-edit.php:104
907
+ msgid "Select All"
908
+ msgstr ""
909
+
910
+ #: pro/core/bulk-edit.php:105
911
+ msgid "Deselect All"
912
+ msgstr ""
913
+
914
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
915
+ msgid "Delete Selected"
916
+ msgstr ""
917
+
918
+ #: pro/core/bulk-edit.php:107
919
+ msgid "Trash Selected"
920
+ msgstr ""
921
+
922
+ #: pro/core/bulk-edit.php:108
923
+ msgid "Untrash Selected"
924
+ msgstr ""
925
+
926
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
927
+ #: pro/enhanced-media-library-pro.php:127
928
+ msgid "Bulk Edit"
929
+ msgstr ""
930
+
931
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
932
+ msgid "Order By"
933
+ msgstr ""
934
+
935
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
936
+ msgid "Random"
937
+ msgstr ""
938
+
939
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
940
+ msgid "Order"
941
+ msgstr ""
942
+
943
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
944
+ msgid "Limit"
945
+ msgstr ""
946
+
947
+ #: pro/core/options-pages.php:78
948
+ msgid "Your license has been deactivated."
949
+ msgstr ""
950
+
951
+ #: pro/core/options-pages.php:87
952
+ msgid "Please check if your license key is correct and try again."
953
+ msgstr ""
954
+
955
+ #: pro/core/options-pages.php:103
956
+ #, php-format
957
+ msgid ""
958
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
959
+ "authors</a>."
960
+ msgstr ""
961
+
962
+ #: pro/core/options-pages.php:120
963
+ #, php-format
964
+ msgid ""
965
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
966
+ "plugin authors</a>."
967
+ msgstr ""
968
+
969
+ #: pro/core/options-pages.php:133
970
+ msgid "You license has been activated."
971
+ msgstr ""
972
+
973
+ #: pro/core/options-pages.php:188
974
+ #, php-format
975
+ msgid "Auto-assign media items to parent %s %s on upload"
976
+ msgstr ""
977
+
978
+ #: pro/core/options-pages.php:189
979
+ #, php-format
980
+ msgid ""
981
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
982
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
983
+ "assigned %s will not be saved. Media items that are not attached to any %s "
984
+ "will not be affected."
985
+ msgstr ""
986
+
987
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
988
+ msgid "Turn off 'Save Changes' button"
989
+ msgstr ""
990
+
991
+ #: pro/core/options-pages.php:224
992
+ msgid "Save changes on the fly"
993
+ msgstr ""
994
+
995
+ #: pro/core/options-pages.php:225
996
+ msgid ""
997
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
998
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
999
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
1000
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
1001
+ "files / taxonomies with this option turned on."
1002
+ msgstr ""
1003
+
1004
+ #: pro/core/options-pages.php:226
1005
+ msgid "NOT recommended if you work with more than hundred files at a time."
1006
+ msgstr ""
1007
+
1008
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
1009
+ msgid "License Key"
1010
+ msgstr ""
1011
+
1012
+ #: pro/core/options-pages.php:272
1013
+ msgid "Your license is active!"
1014
+ msgstr ""
1015
+
1016
+ #: pro/core/options-pages.php:276
1017
+ msgid "Deactivate License"
1018
+ msgstr ""
1019
+
1020
+ #: pro/core/options-pages.php:281
1021
+ #, php-format
1022
+ msgid ""
1023
+ "To unlock updates please enter your license key below. You can get your "
1024
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
1025
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
1026
+ msgstr ""
1027
+
1028
+ #: pro/core/options-pages.php:291
1029
+ msgid "Activate License"
1030
+ msgstr ""
1031
+
1032
  #. Plugin Name of the plugin/theme
1033
+ #: pro/core/update.php:102
1034
  msgid "Enhanced Media Library PRO"
1035
  msgstr ""
1036
 
1037
+ #: pro/core/update.php:115
1038
+ #, php-format
1039
+ msgid ""
1040
+ "%1$s could not establish a secure connection to request information about "
1041
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1042
+ "plugin authors</a>."
1043
+ msgstr ""
1044
+
1045
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
1046
+ msgid ""
1047
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1048
+ "this server&#8217;s configuration. If you continue to have problems, please "
1049
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1050
+ msgstr ""
1051
+
1052
+ #: pro/core/update.php:168
1053
+ msgid ""
1054
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1055
+ "contact your server administrator.)"
1056
+ msgstr ""
1057
+
1058
+ #: pro/core/update.php:232
1059
+ #, php-format
1060
+ msgid ""
1061
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1062
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1063
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1064
+ msgstr ""
1065
+
1066
+ #: pro/enhanced-media-library-pro.php:119
1067
+ msgid "ALL files belong to this item"
1068
+ msgstr ""
1069
+
1070
+ #: pro/enhanced-media-library-pro.php:120
1071
+ msgid "SOME files belong to this item"
1072
+ msgstr ""
1073
+
1074
+ #: pro/enhanced-media-library-pro.php:121
1075
+ msgid "NO files belong to this item"
1076
+ msgstr ""
1077
+
1078
+ #: pro/enhanced-media-library-pro.php:122
1079
+ msgid "Changes saved."
1080
+ msgstr ""
1081
+
1082
+ #: pro/enhanced-media-library-pro.php:123
1083
+ msgid "Something went wrong."
1084
+ msgstr ""
1085
+
1086
+ #: pro/enhanced-media-library-pro.php:126
1087
+ msgid "Edit Media Files"
1088
+ msgstr ""
1089
+
1090
+ #: pro/enhanced-media-library-pro.php:129
1091
+ msgid "Selecting"
1092
+ msgstr ""
1093
+
1094
+ #: pro/enhanced-media-library-pro.php:130
1095
+ msgid "Delete Selected Permanently"
1096
+ msgstr ""
1097
+
1098
+ #: pro/enhanced-media-library-pro.php:131
1099
+ msgid "You are about to permanently delete all selected items."
1100
+ msgstr ""
1101
+
1102
+ #: pro/enhanced-media-library-pro.php:132
1103
+ msgid "Delete"
1104
+ msgstr ""
1105
+
1106
+ #: pro/enhanced-media-library-pro.php:134
1107
+ msgid "Moving to Trash"
1108
+ msgstr ""
1109
+
1110
+ #: pro/enhanced-media-library-pro.php:135
1111
+ msgid "Restoring"
1112
+ msgstr ""
1113
+
1114
+ #: pro/enhanced-media-library-pro.php:136
1115
+ msgid "Deleting"
1116
+ msgstr ""
1117
+
1118
+ #: pro/enhanced-media-library-pro.php:160
1119
+ msgid "Create a filter-based gallery"
1120
+ msgstr ""
1121
+
1122
+ #: pro/enhanced-media-library-pro.php:161
1123
+ msgid "Create a filter-based playlist"
1124
+ msgstr ""
1125
+
1126
+ #: pro/enhanced-media-library-pro.php:162
1127
+ msgid "Create a filter-based video playlist"
1128
+ msgstr ""
1129
+
1130
+ #: pro/enhanced-media-library-pro.php:240
1131
+ msgid ""
1132
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1133
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1134
+ "will remain intact."
1135
+ msgstr ""
1136
+
1137
+ #: pro/enhanced-media-library-pro.php:240
1138
+ msgid "Return to Plugins"
1139
+ msgstr ""
1140
+
1141
+ #: pro/enhanced-media-library-pro.php:291
1142
+ msgid ""
1143
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1144
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1145
+ "be active. Please network deactivate and delete the free versions of the "
1146
+ "plugin. All your data will remain intact."
1147
+ msgstr ""
1148
+
1149
+ #: pro/enhanced-media-library-pro.php:308
1150
+ msgid ""
1151
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1152
+ "be active. Please deactivate and delete the free version of the plugin. All "
1153
+ "your data will remain intact."
1154
+ msgstr ""
1155
+
1156
+ #: pro/enhanced-media-library-pro.php:324
1157
+ msgid ""
1158
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1159
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1160
+ "version to be active. Please deactivate (or network deactivate) and delete "
1161
+ "the free version of the plugin for this site. All your data will remail "
1162
+ "intact."
1163
+ msgstr ""
1164
+
1165
  #. Plugin URI of the plugin/theme
1166
  #. Author URI of the plugin/theme
1167
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-pl_PL.mo CHANGED
Binary file
languages/enhanced-media-library-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-02-11 15:15+0200\n"
6
- "PO-Revision-Date: 2017-02-11 15:15+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Polish (Poland)\n"
9
  "Language: pl_PL\n"
@@ -148,7 +148,7 @@ msgstr ""
148
  msgid "Edit"
149
  msgstr "Edytuj"
150
 
151
- #: core/options-pages.php:475
152
  msgid "Close"
153
  msgstr "Zamknij"
154
 
@@ -253,10 +253,11 @@ msgstr ""
253
 
254
  #: core/options-pages.php:503 core/options-pages.php:508
255
  #: core/options-pages.php:552 core/options-pages.php:597
 
256
  msgid "Cancel"
257
  msgstr ""
258
 
259
- #: core/options-pages.php:505
260
  msgid "Synchronize Now"
261
  msgstr ""
262
 
@@ -442,15 +443,18 @@ msgstr ""
442
  msgid "Order media items by"
443
  msgstr ""
444
 
445
- #: core/options-pages.php:1113
 
446
  msgid "Date"
447
  msgstr ""
448
 
449
- #: core/options-pages.php:1114
 
450
  msgid "Title"
451
  msgstr ""
452
 
453
- #: core/options-pages.php:1115
 
454
  msgid "Custom Order"
455
  msgstr ""
456
 
@@ -466,11 +470,13 @@ msgstr ""
466
  msgid "Sort order"
467
  msgstr ""
468
 
469
- #: core/options-pages.php:1126
 
470
  msgid "Ascending"
471
  msgstr ""
472
 
473
- #: core/options-pages.php:1127
 
474
  msgid "Descending"
475
  msgstr ""
476
 
@@ -692,7 +698,7 @@ msgstr "Zezwól na przesyłanie"
692
  msgid "Delete MIME Type"
693
  msgstr "Usuń typ MIME"
694
 
695
- #: core/options-pages.php:1653
696
  msgid "Save Changes"
697
  msgstr ""
698
 
@@ -853,10 +859,269 @@ msgstr ""
853
  msgid "Search Media Categories"
854
  msgstr ""
855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
856
  #. Plugin Name of the plugin/theme
 
857
  msgid "Enhanced Media Library PRO"
858
  msgstr "Rozszerzona Biblioteka Mediów PRO"
859
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
860
  #. Plugin URI of the plugin/theme
861
  #. Author URI of the plugin/theme
862
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-19 22:32+0200\n"
6
+ "PO-Revision-Date: 2017-01-19 22:32+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Polish (Poland)\n"
9
  "Language: pl_PL\n"
148
  msgid "Edit"
149
  msgstr "Edytuj"
150
 
151
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
152
  msgid "Close"
153
  msgstr "Zamknij"
154
 
253
 
254
  #: core/options-pages.php:503 core/options-pages.php:508
255
  #: core/options-pages.php:552 core/options-pages.php:597
256
+ #: pro/enhanced-media-library-pro.php:133
257
  msgid "Cancel"
258
  msgstr ""
259
 
260
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
261
  msgid "Synchronize Now"
262
  msgstr ""
263
 
443
  msgid "Order media items by"
444
  msgstr ""
445
 
446
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
447
+ #: pro/core/medialist.php:73
448
  msgid "Date"
449
  msgstr ""
450
 
451
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
452
+ #: pro/core/medialist.php:76
453
  msgid "Title"
454
  msgstr ""
455
 
456
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
457
+ #: pro/core/medialist.php:79
458
  msgid "Custom Order"
459
  msgstr ""
460
 
470
  msgid "Sort order"
471
  msgstr ""
472
 
473
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
474
+ #: pro/core/medialist.php:92
475
  msgid "Ascending"
476
  msgstr ""
477
 
478
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
479
+ #: pro/core/medialist.php:95
480
  msgid "Descending"
481
  msgstr ""
482
 
698
  msgid "Delete MIME Type"
699
  msgstr "Usuń typ MIME"
700
 
701
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
702
  msgid "Save Changes"
703
  msgstr ""
704
 
859
  msgid "Search Media Categories"
860
  msgstr ""
861
 
862
+ #: pro/core/bulk-edit.php:51
863
+ msgid "Attachments Details"
864
+ msgstr ""
865
+
866
+ #: pro/core/bulk-edit.php:104
867
+ msgid "Select All"
868
+ msgstr ""
869
+
870
+ #: pro/core/bulk-edit.php:105
871
+ msgid "Deselect All"
872
+ msgstr ""
873
+
874
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
875
+ msgid "Delete Selected"
876
+ msgstr ""
877
+
878
+ #: pro/core/bulk-edit.php:107
879
+ msgid "Trash Selected"
880
+ msgstr ""
881
+
882
+ #: pro/core/bulk-edit.php:108
883
+ msgid "Untrash Selected"
884
+ msgstr ""
885
+
886
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
887
+ #: pro/enhanced-media-library-pro.php:127
888
+ msgid "Bulk Edit"
889
+ msgstr ""
890
+
891
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
892
+ msgid "Order By"
893
+ msgstr ""
894
+
895
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
896
+ msgid "Random"
897
+ msgstr ""
898
+
899
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
900
+ msgid "Order"
901
+ msgstr ""
902
+
903
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
904
+ msgid "Limit"
905
+ msgstr ""
906
+
907
+ #: pro/core/options-pages.php:78
908
+ msgid "Your license has been deactivated."
909
+ msgstr ""
910
+
911
+ #: pro/core/options-pages.php:87
912
+ msgid "Please check if your license key is correct and try again."
913
+ msgstr ""
914
+
915
+ #: pro/core/options-pages.php:103
916
+ #, php-format
917
+ msgid ""
918
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
919
+ "authors</a>."
920
+ msgstr ""
921
+
922
+ #: pro/core/options-pages.php:120
923
+ #, php-format
924
+ msgid ""
925
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
926
+ "plugin authors</a>."
927
+ msgstr ""
928
+
929
+ #: pro/core/options-pages.php:133
930
+ msgid "You license has been activated."
931
+ msgstr ""
932
+
933
+ #: pro/core/options-pages.php:188
934
+ #, php-format
935
+ msgid "Auto-assign media items to parent %s %s on upload"
936
+ msgstr ""
937
+
938
+ #: pro/core/options-pages.php:189
939
+ #, php-format
940
+ msgid ""
941
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
942
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
943
+ "assigned %s will not be saved. Media items that are not attached to any %s "
944
+ "will not be affected."
945
+ msgstr ""
946
+
947
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
948
+ msgid "Turn off 'Save Changes' button"
949
+ msgstr ""
950
+
951
+ #: pro/core/options-pages.php:224
952
+ msgid "Save changes on the fly"
953
+ msgstr ""
954
+
955
+ #: pro/core/options-pages.php:225
956
+ msgid ""
957
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
958
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
959
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
960
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
961
+ "files / taxonomies with this option turned on."
962
+ msgstr ""
963
+
964
+ #: pro/core/options-pages.php:226
965
+ msgid "NOT recommended if you work with more than hundred files at a time."
966
+ msgstr ""
967
+
968
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
969
+ msgid "License Key"
970
+ msgstr ""
971
+
972
+ #: pro/core/options-pages.php:272
973
+ msgid "Your license is active!"
974
+ msgstr ""
975
+
976
+ #: pro/core/options-pages.php:276
977
+ msgid "Deactivate License"
978
+ msgstr ""
979
+
980
+ #: pro/core/options-pages.php:281
981
+ #, php-format
982
+ msgid ""
983
+ "To unlock updates please enter your license key below. You can get your "
984
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
985
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
986
+ msgstr ""
987
+
988
+ #: pro/core/options-pages.php:291
989
+ msgid "Activate License"
990
+ msgstr ""
991
+
992
  #. Plugin Name of the plugin/theme
993
+ #: pro/core/update.php:102
994
  msgid "Enhanced Media Library PRO"
995
  msgstr "Rozszerzona Biblioteka Mediów PRO"
996
 
997
+ #: pro/core/update.php:115
998
+ #, php-format
999
+ msgid ""
1000
+ "%1$s could not establish a secure connection to request information about "
1001
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1002
+ "plugin authors</a>."
1003
+ msgstr ""
1004
+
1005
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
1006
+ msgid ""
1007
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1008
+ "this server&#8217;s configuration. If you continue to have problems, please "
1009
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1010
+ msgstr ""
1011
+
1012
+ #: pro/core/update.php:168
1013
+ msgid ""
1014
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1015
+ "contact your server administrator.)"
1016
+ msgstr ""
1017
+
1018
+ #: pro/core/update.php:232
1019
+ #, php-format
1020
+ msgid ""
1021
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1022
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1023
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1024
+ msgstr ""
1025
+
1026
+ #: pro/enhanced-media-library-pro.php:119
1027
+ msgid "ALL files belong to this item"
1028
+ msgstr ""
1029
+
1030
+ #: pro/enhanced-media-library-pro.php:120
1031
+ msgid "SOME files belong to this item"
1032
+ msgstr ""
1033
+
1034
+ #: pro/enhanced-media-library-pro.php:121
1035
+ msgid "NO files belong to this item"
1036
+ msgstr ""
1037
+
1038
+ #: pro/enhanced-media-library-pro.php:122
1039
+ msgid "Changes saved."
1040
+ msgstr ""
1041
+
1042
+ #: pro/enhanced-media-library-pro.php:123
1043
+ msgid "Something went wrong."
1044
+ msgstr ""
1045
+
1046
+ #: pro/enhanced-media-library-pro.php:126
1047
+ msgid "Edit Media Files"
1048
+ msgstr ""
1049
+
1050
+ #: pro/enhanced-media-library-pro.php:129
1051
+ msgid "Selecting"
1052
+ msgstr ""
1053
+
1054
+ #: pro/enhanced-media-library-pro.php:130
1055
+ msgid "Delete Selected Permanently"
1056
+ msgstr ""
1057
+
1058
+ #: pro/enhanced-media-library-pro.php:131
1059
+ msgid "You are about to permanently delete all selected items."
1060
+ msgstr ""
1061
+
1062
+ #: pro/enhanced-media-library-pro.php:132
1063
+ msgid "Delete"
1064
+ msgstr ""
1065
+
1066
+ #: pro/enhanced-media-library-pro.php:134
1067
+ msgid "Moving to Trash"
1068
+ msgstr ""
1069
+
1070
+ #: pro/enhanced-media-library-pro.php:135
1071
+ msgid "Restoring"
1072
+ msgstr ""
1073
+
1074
+ #: pro/enhanced-media-library-pro.php:136
1075
+ msgid "Deleting"
1076
+ msgstr ""
1077
+
1078
+ #: pro/enhanced-media-library-pro.php:160
1079
+ msgid "Create a filter-based gallery"
1080
+ msgstr ""
1081
+
1082
+ #: pro/enhanced-media-library-pro.php:161
1083
+ msgid "Create a filter-based playlist"
1084
+ msgstr ""
1085
+
1086
+ #: pro/enhanced-media-library-pro.php:162
1087
+ msgid "Create a filter-based video playlist"
1088
+ msgstr ""
1089
+
1090
+ #: pro/enhanced-media-library-pro.php:240
1091
+ msgid ""
1092
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1093
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1094
+ "will remain intact."
1095
+ msgstr ""
1096
+
1097
+ #: pro/enhanced-media-library-pro.php:240
1098
+ msgid "Return to Plugins"
1099
+ msgstr ""
1100
+
1101
+ #: pro/enhanced-media-library-pro.php:291
1102
+ msgid ""
1103
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1104
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1105
+ "be active. Please network deactivate and delete the free versions of the "
1106
+ "plugin. All your data will remain intact."
1107
+ msgstr ""
1108
+
1109
+ #: pro/enhanced-media-library-pro.php:308
1110
+ msgid ""
1111
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1112
+ "be active. Please deactivate and delete the free version of the plugin. All "
1113
+ "your data will remain intact."
1114
+ msgstr ""
1115
+
1116
+ #: pro/enhanced-media-library-pro.php:324
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
+
1125
  #. Plugin URI of the plugin/theme
1126
  #. Author URI of the plugin/theme
1127
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-sv_SE.mo CHANGED
Binary file
languages/enhanced-media-library-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-02-11 15:15+0200\n"
6
- "PO-Revision-Date: 2017-02-11 15:15+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Swedish (Sweden)\n"
9
  "Language: sv_SE\n"
@@ -146,7 +146,7 @@ msgstr ""
146
  msgid "Edit"
147
  msgstr "Redigera"
148
 
149
- #: core/options-pages.php:475
150
  msgid "Close"
151
  msgstr "Stäng"
152
 
@@ -252,10 +252,11 @@ msgstr ""
252
 
253
  #: core/options-pages.php:503 core/options-pages.php:508
254
  #: core/options-pages.php:552 core/options-pages.php:597
 
255
  msgid "Cancel"
256
  msgstr ""
257
 
258
- #: core/options-pages.php:505
259
  msgid "Synchronize Now"
260
  msgstr ""
261
 
@@ -438,15 +439,18 @@ msgstr ""
438
  msgid "Order media items by"
439
  msgstr ""
440
 
441
- #: core/options-pages.php:1113
 
442
  msgid "Date"
443
  msgstr ""
444
 
445
- #: core/options-pages.php:1114
 
446
  msgid "Title"
447
  msgstr ""
448
 
449
- #: core/options-pages.php:1115
 
450
  msgid "Custom Order"
451
  msgstr ""
452
 
@@ -462,11 +466,13 @@ msgstr ""
462
  msgid "Sort order"
463
  msgstr ""
464
 
465
- #: core/options-pages.php:1126
 
466
  msgid "Ascending"
467
  msgstr ""
468
 
469
- #: core/options-pages.php:1127
 
470
  msgid "Descending"
471
  msgstr ""
472
 
@@ -691,7 +697,7 @@ msgstr "Tillåt Uppladdning"
691
  msgid "Delete MIME Type"
692
  msgstr "Ta Bort MIME-typ"
693
 
694
- #: core/options-pages.php:1653
695
  msgid "Save Changes"
696
  msgstr "Spara Ändringar"
697
 
@@ -852,10 +858,274 @@ msgstr ""
852
  msgid "Search Media Categories"
853
  msgstr ""
854
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
855
  #. Plugin Name of the plugin/theme
 
856
  msgid "Enhanced Media Library PRO"
857
  msgstr "Enhanced Media Library PRO"
858
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
859
  #. Plugin URI of the plugin/theme
860
  #. Author URI of the plugin/theme
861
  msgid "http://wpUXsolutions.com"
2
  msgstr ""
3
  "Project-Id-Version: Enhanced Media Library PRO\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-19 22:32+0200\n"
6
+ "PO-Revision-Date: 2017-01-19 22:32+0200\n"
7
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
8
  "Language-Team: Swedish (Sweden)\n"
9
  "Language: sv_SE\n"
146
  msgid "Edit"
147
  msgstr "Redigera"
148
 
149
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
150
  msgid "Close"
151
  msgstr "Stäng"
152
 
252
 
253
  #: core/options-pages.php:503 core/options-pages.php:508
254
  #: core/options-pages.php:552 core/options-pages.php:597
255
+ #: pro/enhanced-media-library-pro.php:133
256
  msgid "Cancel"
257
  msgstr ""
258
 
259
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
260
  msgid "Synchronize Now"
261
  msgstr ""
262
 
439
  msgid "Order media items by"
440
  msgstr ""
441
 
442
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
443
+ #: pro/core/medialist.php:73
444
  msgid "Date"
445
  msgstr ""
446
 
447
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
448
+ #: pro/core/medialist.php:76
449
  msgid "Title"
450
  msgstr ""
451
 
452
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
453
+ #: pro/core/medialist.php:79
454
  msgid "Custom Order"
455
  msgstr ""
456
 
466
  msgid "Sort order"
467
  msgstr ""
468
 
469
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
470
+ #: pro/core/medialist.php:92
471
  msgid "Ascending"
472
  msgstr ""
473
 
474
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
475
+ #: pro/core/medialist.php:95
476
  msgid "Descending"
477
  msgstr ""
478
 
697
  msgid "Delete MIME Type"
698
  msgstr "Ta Bort MIME-typ"
699
 
700
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
701
  msgid "Save Changes"
702
  msgstr "Spara Ändringar"
703
 
858
  msgid "Search Media Categories"
859
  msgstr ""
860
 
861
+ #: pro/core/bulk-edit.php:51
862
+ msgid "Attachments Details"
863
+ msgstr "Detaljer För Bilaga"
864
+
865
+ #: pro/core/bulk-edit.php:104
866
+ msgid "Select All"
867
+ msgstr "Välj Alla"
868
+
869
+ #: pro/core/bulk-edit.php:105
870
+ msgid "Deselect All"
871
+ msgstr "Avmarkera Alla"
872
+
873
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
874
+ msgid "Delete Selected"
875
+ msgstr "Ta Bort Valda"
876
+
877
+ #: pro/core/bulk-edit.php:107
878
+ msgid "Trash Selected"
879
+ msgstr ""
880
+
881
+ #: pro/core/bulk-edit.php:108
882
+ msgid "Untrash Selected"
883
+ msgstr ""
884
+
885
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
886
+ #: pro/enhanced-media-library-pro.php:127
887
+ msgid "Bulk Edit"
888
+ msgstr "Bulkredigering"
889
+
890
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
891
+ msgid "Order By"
892
+ msgstr ""
893
+
894
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
895
+ msgid "Random"
896
+ msgstr ""
897
+
898
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
899
+ msgid "Order"
900
+ msgstr ""
901
+
902
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
903
+ msgid "Limit"
904
+ msgstr ""
905
+
906
+ #: pro/core/options-pages.php:78
907
+ msgid "Your license has been deactivated."
908
+ msgstr ""
909
+
910
+ #: pro/core/options-pages.php:87
911
+ msgid "Please check if your license key is correct and try again."
912
+ msgstr ""
913
+
914
+ #: pro/core/options-pages.php:103
915
+ #, php-format
916
+ msgid ""
917
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
918
+ "authors</a>."
919
+ msgstr ""
920
+
921
+ #: pro/core/options-pages.php:120
922
+ #, php-format
923
+ msgid ""
924
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
925
+ "plugin authors</a>."
926
+ msgstr ""
927
+
928
+ #: pro/core/options-pages.php:133
929
+ msgid "You license has been activated."
930
+ msgstr ""
931
+
932
+ #: pro/core/options-pages.php:188
933
+ #, php-format
934
+ msgid "Auto-assign media items to parent %s %s on upload"
935
+ msgstr ""
936
+
937
+ #: pro/core/options-pages.php:189
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
+
946
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
947
+ msgid "Turn off 'Save Changes' button"
948
+ msgstr "Stäng av knappen 'Spara Ändringar'"
949
+
950
+ #: pro/core/options-pages.php:224
951
+ msgid "Save changes on the fly"
952
+ msgstr "Spara ändringar direkt"
953
+
954
+ #: pro/core/options-pages.php:225
955
+ msgid ""
956
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
957
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
958
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
959
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
960
+ "files / taxonomies with this option turned on."
961
+ msgstr ""
962
+
963
+ #: pro/core/options-pages.php:226
964
+ msgid "NOT recommended if you work with more than hundred files at a time."
965
+ msgstr ""
966
+
967
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
968
+ msgid "License Key"
969
+ msgstr "Licensnyckel"
970
+
971
+ #: pro/core/options-pages.php:272
972
+ msgid "Your license is active!"
973
+ msgstr "Din licens är aktiv!"
974
+
975
+ #: pro/core/options-pages.php:276
976
+ msgid "Deactivate License"
977
+ msgstr ""
978
+
979
+ #: pro/core/options-pages.php:281
980
+ #, php-format
981
+ msgid ""
982
+ "To unlock updates please enter your license key below. You can get your "
983
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
984
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
985
+ msgstr ""
986
+
987
+ #: pro/core/options-pages.php:291
988
+ msgid "Activate License"
989
+ msgstr "Aktivera Licens"
990
+
991
  #. Plugin Name of the plugin/theme
992
+ #: pro/core/update.php:102
993
  msgid "Enhanced Media Library PRO"
994
  msgstr "Enhanced Media Library PRO"
995
 
996
+ #: pro/core/update.php:115
997
+ #, php-format
998
+ msgid ""
999
+ "%1$s could not establish a secure connection to request information about "
1000
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1001
+ "plugin authors</a>."
1002
+ msgstr ""
1003
+
1004
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
1005
+ msgid ""
1006
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1007
+ "this server&#8217;s configuration. If you continue to have problems, please "
1008
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1009
+ msgstr ""
1010
+ "Ett oväntat fel uppstod. Någonting kanske är fel på WordPress.org eller med "
1011
+ "denna servers konfigurering. Om du fortsätter att stöta på problem, var god "
1012
+ "prova <a href=\"https://wordpress.org/support/\">WordPress supportforum</a>."
1013
+
1014
+ #: pro/core/update.php:168
1015
+ msgid ""
1016
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1017
+ "contact your server administrator.)"
1018
+ msgstr ""
1019
+ "(WordPress kunde inte etablera en säker uppkoppling till WordPress.org. Var "
1020
+ "god kontakta din serveradministratör)"
1021
+
1022
+ #: pro/core/update.php:232
1023
+ #, php-format
1024
+ msgid ""
1025
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1026
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1027
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1028
+ msgstr ""
1029
+
1030
+ #: pro/enhanced-media-library-pro.php:119
1031
+ msgid "ALL files belong to this item"
1032
+ msgstr "ALLA filer tillhör detta objekt"
1033
+
1034
+ #: pro/enhanced-media-library-pro.php:120
1035
+ msgid "SOME files belong to this item"
1036
+ msgstr "NÅGRA filer tillhör detta objekt"
1037
+
1038
+ #: pro/enhanced-media-library-pro.php:121
1039
+ msgid "NO files belong to this item"
1040
+ msgstr "INGA filer tillhör detta objekt"
1041
+
1042
+ #: pro/enhanced-media-library-pro.php:122
1043
+ msgid "Changes saved."
1044
+ msgstr "Ändringar sparade."
1045
+
1046
+ #: pro/enhanced-media-library-pro.php:123
1047
+ msgid "Something went wrong."
1048
+ msgstr "Någonting gick fel."
1049
+
1050
+ #: pro/enhanced-media-library-pro.php:126
1051
+ msgid "Edit Media Files"
1052
+ msgstr "Redigera Mediafiler"
1053
+
1054
+ #: pro/enhanced-media-library-pro.php:129
1055
+ msgid "Selecting"
1056
+ msgstr ""
1057
+
1058
+ #: pro/enhanced-media-library-pro.php:130
1059
+ msgid "Delete Selected Permanently"
1060
+ msgstr ""
1061
+
1062
+ #: pro/enhanced-media-library-pro.php:131
1063
+ msgid "You are about to permanently delete all selected items."
1064
+ msgstr ""
1065
+
1066
+ #: pro/enhanced-media-library-pro.php:132
1067
+ msgid "Delete"
1068
+ msgstr ""
1069
+
1070
+ #: pro/enhanced-media-library-pro.php:134
1071
+ msgid "Moving to Trash"
1072
+ msgstr ""
1073
+
1074
+ #: pro/enhanced-media-library-pro.php:135
1075
+ msgid "Restoring"
1076
+ msgstr ""
1077
+
1078
+ #: pro/enhanced-media-library-pro.php:136
1079
+ msgid "Deleting"
1080
+ msgstr ""
1081
+
1082
+ #: pro/enhanced-media-library-pro.php:160
1083
+ msgid "Create a filter-based gallery"
1084
+ msgstr ""
1085
+
1086
+ #: pro/enhanced-media-library-pro.php:161
1087
+ msgid "Create a filter-based playlist"
1088
+ msgstr ""
1089
+
1090
+ #: pro/enhanced-media-library-pro.php:162
1091
+ msgid "Create a filter-based video playlist"
1092
+ msgstr ""
1093
+
1094
+ #: pro/enhanced-media-library-pro.php:240
1095
+ msgid ""
1096
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1097
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1098
+ "will remain intact."
1099
+ msgstr ""
1100
+
1101
+ #: pro/enhanced-media-library-pro.php:240
1102
+ msgid "Return to Plugins"
1103
+ msgstr "Återgå till Tillägg"
1104
+
1105
+ #: pro/enhanced-media-library-pro.php:291
1106
+ msgid ""
1107
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1108
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1109
+ "be active. Please network deactivate and delete the free versions of the "
1110
+ "plugin. All your data will remain intact."
1111
+ msgstr ""
1112
+
1113
+ #: pro/enhanced-media-library-pro.php:308
1114
+ msgid ""
1115
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1116
+ "be active. Please deactivate and delete the free version of the plugin. All "
1117
+ "your data will remain intact."
1118
+ msgstr ""
1119
+
1120
+ #: pro/enhanced-media-library-pro.php:324
1121
+ msgid ""
1122
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1123
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1124
+ "version to be active. Please deactivate (or network deactivate) and delete "
1125
+ "the free version of the plugin for this site. All your data will remail "
1126
+ "intact."
1127
+ msgstr ""
1128
+
1129
  #. Plugin URI of the plugin/theme
1130
  #. Author URI of the plugin/theme
1131
  msgid "http://wpUXsolutions.com"
languages/enhanced-media-library-uk.mo ADDED
Binary file
languages/enhanced-media-library-uk.po ADDED
@@ -0,0 +1,1224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Enhanced Media Library (Free & PRO) in Ukrainian
2
+ # This file is distributed under the same license as the Enhanced Media Library (Free & PRO) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Enhanced Media Library (Free & PRO)\n"
6
+ "POT-Creation-Date: 2017-01-19 22:31+0200\n"
7
+ "PO-Revision-Date: 2017-01-19 22:32+0200\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: \n"
10
+ "Language: uk_UA\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 1.8.11\n"
17
+
18
+ #: core/mime-types.php:30
19
+ msgid "MIME Types settings restored."
20
+ msgstr "Налаштування MIME-типів відновлено."
21
+
22
+ #: core/mime-types.php:39
23
+ msgid "MIME Types settings saved."
24
+ msgstr "Налаштування MIME-типів збережено."
25
+
26
+ #: core/mime-types.php:116
27
+ #, php-format
28
+ msgid " <span class=\"count\">(%s)</span>"
29
+ msgid_plural " <span class=\"count\">(%s)</span>"
30
+ msgstr[0] " <span class=\"count\">(%s)</span>"
31
+ msgstr[1] " <span class=\"count\">(%s)</span>"
32
+ msgstr[2] " <span class=\"count\">(%s)</span>"
33
+
34
+ #: core/options-pages.php:97 core/options-pages.php:220
35
+ #: core/options-pages.php:313 core/options-pages.php:1082
36
+ #: core/options-pages.php:1206 core/options-pages.php:1531
37
+ #: core/options-pages.php:1731
38
+ msgid "Media Settings"
39
+ msgstr "Налаштування медіа"
40
+
41
+ #: core/options-pages.php:106 core/options-pages.php:285
42
+ msgid "Media Library"
43
+ msgstr "Медіа-бібліотека"
44
+
45
+ #: core/options-pages.php:115
46
+ msgid "Taxonomies"
47
+ msgstr "Таксономії"
48
+
49
+ #: core/options-pages.php:124 core/options-pages.php:287
50
+ msgid "MIME Types"
51
+ msgstr "MIME-типи"
52
+
53
+ #: core/options-pages.php:135 core/options-pages.php:136
54
+ msgid "Enhanced Media Library"
55
+ msgstr "Enhanced Media Library"
56
+
57
+ #: core/options-pages.php:284
58
+ msgid "General"
59
+ msgstr "Загальні"
60
+
61
+ #: core/options-pages.php:286 core/options-pages.php:1227
62
+ msgid "Media Taxonomies"
63
+ msgstr "Медіа-таксономії"
64
+
65
+ #: core/options-pages.php:310 core/options-pages.php:622
66
+ #: core/options-pages.php:1078 core/options-pages.php:1203
67
+ #: core/options-pages.php:1527
68
+ msgid "You do not have sufficient permissions to access this page."
69
+ msgstr "У вас недостатньо прав для доступу до цієї сторінки."
70
+
71
+ #: core/options-pages.php:324
72
+ msgid "Image sizes"
73
+ msgstr "Розміри зображень"
74
+
75
+ #: core/options-pages.php:325
76
+ msgid ""
77
+ "The sizes listed below determine the maximum dimensions in pixels to use "
78
+ "when adding an image to the Media Library."
79
+ msgstr ""
80
+ "Розміри, перераховані нижче, визначають найбільші розміри в пікселях при "
81
+ "додаванні зображення до медіа бібліотеки."
82
+
83
+ #: core/options-pages.php:329
84
+ msgid "Thumbnail size"
85
+ msgstr "Розмір мініатюри"
86
+
87
+ #: core/options-pages.php:331
88
+ msgid "Width"
89
+ msgstr "Ширина"
90
+
91
+ #: core/options-pages.php:333
92
+ msgid "Height"
93
+ msgstr "Висота"
94
+
95
+ #: core/options-pages.php:336
96
+ msgid ""
97
+ "Crop thumbnail to exact dimensions (normally thumbnails are proportional)"
98
+ msgstr ""
99
+ "Обрізати мініатюри до вказаних розмірів (зазвичай мініатюри пропорційні)"
100
+
101
+ #: core/options-pages.php:341 core/options-pages.php:342
102
+ msgid "Medium size"
103
+ msgstr "Середній розмір"
104
+
105
+ #: core/options-pages.php:343 core/options-pages.php:353
106
+ msgid "Max Width"
107
+ msgstr "Макс. ширина"
108
+
109
+ #: core/options-pages.php:345 core/options-pages.php:355
110
+ msgid "Max Height"
111
+ msgstr "Макс. висота"
112
+
113
+ #: core/options-pages.php:351 core/options-pages.php:352
114
+ msgid "Large size"
115
+ msgstr "Великий розмір"
116
+
117
+ #: core/options-pages.php:368
118
+ msgid "Embeds"
119
+ msgstr "Вбудовування"
120
+
121
+ #: core/options-pages.php:375
122
+ msgid "Uploading Files"
123
+ msgstr "Завантаження файлів"
124
+
125
+ #: core/options-pages.php:382
126
+ msgid "Store uploads in this folder"
127
+ msgstr "Зберігати завантаження у цю папку"
128
+
129
+ #: core/options-pages.php:386
130
+ #, php-format
131
+ msgid "Default is %s"
132
+ msgstr "За замовчуванням %s"
133
+
134
+ #: core/options-pages.php:392
135
+ msgid "Full URL path to files"
136
+ msgstr "Повний URL-шлях до файлів"
137
+
138
+ #: core/options-pages.php:394
139
+ msgid "Configuring this is optional. By default, it should be blank."
140
+ msgstr "Налаштування не є обов'язковим. За замовчуванням має бути пустим."
141
+
142
+ #: core/options-pages.php:402
143
+ msgid "Organize my uploads into month- and year-based folders"
144
+ msgstr "Впорядкувати мої завантаження в теки відповідно до місяця і року."
145
+
146
+ #: core/options-pages.php:474 core/options-pages.php:1251
147
+ #: core/options-pages.php:1266 core/options-pages.php:1329
148
+ #: core/options-pages.php:1401
149
+ msgid "Edit"
150
+ msgstr "Редагувати"
151
+
152
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
153
+ msgid "Close"
154
+ msgstr "Закрити"
155
+
156
+ #: core/options-pages.php:476 core/options-pages.php:1267
157
+ #: core/options-pages.php:1330
158
+ msgid "View"
159
+ msgstr "Перегляд"
160
+
161
+ #: core/options-pages.php:477 core/options-pages.php:1268
162
+ #: core/options-pages.php:1331
163
+ msgid "Update"
164
+ msgstr "Оновити"
165
+
166
+ #: core/options-pages.php:478 core/options-pages.php:1269
167
+ #: core/options-pages.php:1332
168
+ msgid "Add New"
169
+ msgstr "Додати"
170
+
171
+ #: core/options-pages.php:479 core/options-pages.php:1270
172
+ #: core/options-pages.php:1333
173
+ msgid "New"
174
+ msgstr "Новий"
175
+
176
+ #: core/options-pages.php:480
177
+ msgid "Name"
178
+ msgstr "Назва"
179
+
180
+ #: core/options-pages.php:481 core/options-pages.php:1271
181
+ #: core/options-pages.php:1334
182
+ msgid "Parent"
183
+ msgstr "Батьківський"
184
+
185
+ #: core/options-pages.php:482 core/options-pages.php:718
186
+ #: core/options-pages.php:1265 core/options-pages.php:1328
187
+ #: core/taxonomies.php:340 enhanced-media-library.php:518
188
+ msgid "All"
189
+ msgstr "Всі"
190
+
191
+ #: core/options-pages.php:483 core/options-pages.php:1272
192
+ #: core/options-pages.php:1335
193
+ msgid "Search"
194
+ msgstr "Шукати"
195
+
196
+ #: core/options-pages.php:485 core/options-pages.php:1316
197
+ msgid "New Taxonomy"
198
+ msgstr "Нова таксономія"
199
+
200
+ #: core/options-pages.php:487
201
+ msgid "Remove Taxonomy"
202
+ msgstr "Видалити таксономію"
203
+
204
+ #: core/options-pages.php:488
205
+ msgid "Taxonomy will be removed."
206
+ msgstr "Таксономію буде видалено."
207
+
208
+ #: core/options-pages.php:489
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
+ "майбутньому ви створите таксономію з такою самою назвою, її елементи "
216
+ "(категорії) будуть доступні знову."
217
+
218
+ #: core/options-pages.php:490
219
+ msgid "Media items will remain intact."
220
+ msgstr "Медіафайли залишаться без змін."
221
+
222
+ #: core/options-pages.php:491
223
+ msgid "Are you still sure?"
224
+ msgstr "Ви досі впевнені?"
225
+
226
+ #: core/options-pages.php:492
227
+ msgid "Yes, remove taxonomy"
228
+ msgstr "Так, видалити таксономію"
229
+
230
+ #: core/options-pages.php:494
231
+ msgid "Duplicate"
232
+ msgstr "Дублікат"
233
+
234
+ #: core/options-pages.php:495
235
+ msgid "Taxonomy with the same name already exists. Please chose other one."
236
+ msgstr "Таксономія з такою назвою вже існує. Будь ласка, виберіть іншу."
237
+
238
+ #: core/options-pages.php:497
239
+ msgid "Empty Fields"
240
+ msgstr "Порожні поля"
241
+
242
+ #: core/options-pages.php:498
243
+ msgid "Please choose Singular and Plural names for all new taxomonies."
244
+ msgstr ""
245
+ "Будь ласка, оберіть назву в однині та множині для всіх нових таксономій."
246
+
247
+ #: core/options-pages.php:499
248
+ msgid "Please choose Singular name for all new taxomonies."
249
+ msgstr "Будь ласка, оберіть назву в однині для всіх нових таксономій."
250
+
251
+ #: core/options-pages.php:500
252
+ msgid "Please choose Plural Name for all new taxomonies."
253
+ msgstr "Будь ласка, оберіть назву в множині для всіх нових таксономій."
254
+
255
+ #: core/options-pages.php:502
256
+ msgid "Ok"
257
+ msgstr "Ok"
258
+
259
+ #: core/options-pages.php:503 core/options-pages.php:508
260
+ #: core/options-pages.php:552 core/options-pages.php:597
261
+ #: pro/enhanced-media-library-pro.php:133
262
+ msgid "Cancel"
263
+ msgstr "Скасувати"
264
+
265
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
266
+ msgid "Synchronize Now"
267
+ msgstr "Синхронізувати зараз"
268
+
269
+ #: core/options-pages.php:506 core/options-pages.php:594
270
+ msgid "This operation cannot be canceled! Are you still sure?"
271
+ msgstr "Ця операція не може бути скасована. Ви досі впевнені?"
272
+
273
+ #: core/options-pages.php:507
274
+ msgid "Synchronize"
275
+ msgstr "Синхронізувати"
276
+
277
+ #: core/options-pages.php:509
278
+ msgid "Synchronizing..."
279
+ msgstr "Синхронізація..."
280
+
281
+ #: core/options-pages.php:547 core/options-pages.php:1655
282
+ msgid "Restore WordPress default MIME Types"
283
+ msgstr "Відновити стандартні MIME-типи WordPress-у"
284
+
285
+ #: core/options-pages.php:548
286
+ msgid "Warning! All your custom MIME Types will be deleted by this operation."
287
+ msgstr ""
288
+ "Попередження! Всі ваші власні MIME-типи будуть видалені в результаті цієї "
289
+ "операції."
290
+
291
+ #: core/options-pages.php:549
292
+ msgid "Restore Defaults"
293
+ msgstr "Відновити"
294
+
295
+ #: core/options-pages.php:550
296
+ msgid "Restoring..."
297
+ msgstr "Відновлення..."
298
+
299
+ #: core/options-pages.php:554
300
+ msgid "Please fill into all fields."
301
+ msgstr "Будь ласка, заповніть всі поля."
302
+
303
+ #: core/options-pages.php:555
304
+ msgid "Duplicate extensions or MIME types. Please chose other one."
305
+ msgstr "Такий MIME-тип вже існує. Будь ласка, оберіть інший."
306
+
307
+ #: core/options-pages.php:592 core/options-pages.php:709
308
+ msgid "Complete Cleanup"
309
+ msgstr "Повне очищення"
310
+
311
+ #: core/options-pages.php:593
312
+ msgid ""
313
+ "You are about to <strong style=\"text-transform:uppercase\">delete all "
314
+ "plugin data</strong> from the database including backups."
315
+ msgstr ""
316
+ "Ви збираєтеся <strong style=\"text-transform:uppercase\">видалити всі дані "
317
+ "плагіна</strong> з бази даних, у тому числі резервні копії."
318
+
319
+ #: core/options-pages.php:595
320
+ msgid "Yes, delete all data"
321
+ msgstr "Так, видалити усі дані"
322
+
323
+ #: core/options-pages.php:596
324
+ msgid "Cleaning..."
325
+ msgstr "Очищення..."
326
+
327
+ #: core/options-pages.php:627
328
+ msgid "Enhanced Media Library Settings"
329
+ msgstr "Налаштування Enhanced Media Library"
330
+
331
+ #: core/options-pages.php:637
332
+ msgid "Export"
333
+ msgstr "Експорт"
334
+
335
+ #: core/options-pages.php:641
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
+ "Налаштування плагіна <strong>Медіа-бібліотека</strong>, <strong>Медіа-"
343
+ "таксономії</strong> та <strong>MIME-типи</strong> буде експортовано до "
344
+ "файлу конфігурації. Це дає змогу легко імпортувати конфігурацію до іншого "
345
+ "веб-сайту."
346
+
347
+ #: core/options-pages.php:646
348
+ msgid "Export Plugin Settings"
349
+ msgstr "Експорт налаштувань плагіна"
350
+
351
+ #: core/options-pages.php:656
352
+ msgid "Import"
353
+ msgstr "Імпорт"
354
+
355
+ #: core/options-pages.php:660
356
+ msgid ""
357
+ "Plugin settings tabs <strong>Media Library</strong>, <strong>Media "
358
+ "Taxonomies</strong>, and <strong>MIME Types</strong> will be imported from a "
359
+ "configuration file which can be obtained by exporting the settings on "
360
+ "another website using the export button above."
361
+ msgstr ""
362
+ "Налаштування плагіна <strong>Медіа-бібліотека</strong>, <strong>Медіа-"
363
+ "таксономії</strong> та <strong>MIME-типи</strong> буде імпортовано з файлу "
364
+ "конфігурації, який може бути отриманий шляхом експорту налаштувань на іншому "
365
+ "веб-сайті за допомогою кнопки \"Експорт\" вище."
366
+
367
+ #: core/options-pages.php:661
368
+ msgid ""
369
+ "All plugin settings will be overridden by the import. You will have a chance "
370
+ "to restore current data from an automatic backup in case you are not "
371
+ "satisfied with the result of the import."
372
+ msgstr ""
373
+ "Всі налаштування плагіна будуть заміщені шляхом імпорту. У вас є можливість "
374
+ "відновити поточні дані з автоматичної резервної копії у випадку, якщо ви не "
375
+ "задоволені результатом імпорту."
376
+
377
+ #: core/options-pages.php:668
378
+ msgid "Import Plugin Settings"
379
+ msgstr "Імпорт налаштувань плагіна"
380
+
381
+ #: core/options-pages.php:680
382
+ msgid "Restore"
383
+ msgstr "Відновити"
384
+
385
+ #: core/options-pages.php:686
386
+ msgid "No backup available at the moment."
387
+ msgstr "На даний момент резервних копій немає."
388
+
389
+ #: core/options-pages.php:688
390
+ msgid "Backup will be created automatically before any import operation."
391
+ msgstr ""
392
+ "Резервну копію буде створено автоматично перед будь-якою операцією імпорта."
393
+
394
+ #: core/options-pages.php:692
395
+ msgid ""
396
+ "The backup has been automatically created before the latest import operation."
397
+ msgstr ""
398
+ "Резервну копію було автоматично створено перед останньою операцією імпорту."
399
+
400
+ #: core/options-pages.php:696
401
+ msgid "Restore Settings from the Backup"
402
+ msgstr "Відновити налаштування з резервної копії"
403
+
404
+ #: core/options-pages.php:716
405
+ msgid "What will be deleted:"
406
+ msgstr "Що буде видалено:"
407
+
408
+ #: core/options-pages.php:721
409
+ msgid "All plugin options"
410
+ msgstr "Всі налаштування плагіна"
411
+
412
+ #: core/options-pages.php:722
413
+ msgid "All plugin backups stored in database"
414
+ msgstr "Всі резервні копії плагіна, збережені у базі даних"
415
+
416
+ #: core/options-pages.php:726
417
+ msgid "What will remain intact:"
418
+ msgstr "Що лишиться, як є:"
419
+
420
+ #: core/options-pages.php:727
421
+ msgid "All media items"
422
+ msgstr "Всі медіа файли"
423
+
424
+ #: core/options-pages.php:728
425
+ msgid "All taxonomies not listed above"
426
+ msgstr "Всі таксономії не перераховані вище"
427
+
428
+ #: core/options-pages.php:731
429
+ msgid ""
430
+ "The plugin cannot delete itself because of security reason. Please delete it "
431
+ "manually from plugin list after cleanup."
432
+ msgstr ""
433
+ "Плагін не може видалити сам себе з міркувань безпеки. Будь ласка, видаліть "
434
+ "його самостійно зі списку плагінів після очищення."
435
+
436
+ #: core/options-pages.php:733
437
+ msgid ""
438
+ "If you are not sure about this operation please create a backup of your "
439
+ "database prior to cleanup!"
440
+ msgstr ""
441
+ "Якщо ви не впевнені щодо цієї операції, будь ласка, створіть резервну копію "
442
+ "бази даних перед очищенням!"
443
+
444
+ #: core/options-pages.php:739
445
+ msgid "Delete All Data & Deactivate"
446
+ msgstr "Видалити всі дані та деактивувати"
447
+
448
+ #: core/options-pages.php:839
449
+ msgid "Please upload a file to import settings."
450
+ msgstr "Будь ласка, загрузіть файл для імпорту налаштувань."
451
+
452
+ #: core/options-pages.php:865
453
+ msgid "Plugin settings imported."
454
+ msgstr "Налаштування плагіна імпортовано."
455
+
456
+ #: core/options-pages.php:912
457
+ msgid "Plugin settings restored from the backup."
458
+ msgstr "Налаштування плагіна відновлено з резервної копії."
459
+
460
+ #: core/options-pages.php:1103
461
+ msgid "Media Items Order"
462
+ msgstr "Порядок медіафайлів"
463
+
464
+ #: core/options-pages.php:1110
465
+ msgid "Order media items by"
466
+ msgstr "Сортувати медіафайли за"
467
+
468
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
469
+ #: pro/core/medialist.php:73
470
+ msgid "Date"
471
+ msgstr "Датою"
472
+
473
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
474
+ #: pro/core/medialist.php:76
475
+ msgid "Title"
476
+ msgstr "Назвою"
477
+
478
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
479
+ #: pro/core/medialist.php:79
480
+ msgid "Custom Order"
481
+ msgstr "Довільний порядок"
482
+
483
+ #: core/options-pages.php:1117 core/options-pages.php:1129
484
+ msgid "For media library and media popups"
485
+ msgstr "Для медіа бібліотеки та спливаючих вікон"
486
+
487
+ #: core/options-pages.php:1118
488
+ msgid "Option allows to change order by drag and drop with Custom Order value."
489
+ msgstr ""
490
+ "Налаштування дозволяє змінювати порядок шляхом перетягування, коли \"Власний "
491
+ "порядок\" обрано."
492
+
493
+ #: core/options-pages.php:1123
494
+ msgid "Sort order"
495
+ msgstr "Порядок сортування"
496
+
497
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
498
+ #: pro/core/medialist.php:92
499
+ msgid "Ascending"
500
+ msgstr "За зростанням"
501
+
502
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
503
+ #: pro/core/medialist.php:95
504
+ msgid "Descending"
505
+ msgstr "За зменшенням"
506
+
507
+ #: core/options-pages.php:1142
508
+ msgid "Media Shortcodes"
509
+ msgstr "Медіа-шорткоди"
510
+
511
+ #: core/options-pages.php:1149 core/options-pages.php:1152
512
+ msgid "Enhanced media shortcodes"
513
+ msgstr "Розширені медіа-шорткоди"
514
+
515
+ #: core/options-pages.php:1153
516
+ msgid ""
517
+ "Enhance WordPress media shortcodes to make them understand media taxonomies, "
518
+ "upload date, and media items number limit"
519
+ msgstr ""
520
+ "Розширити WordPress медіа-шорткоди таким чином, щоб вони розуміли такі "
521
+ "параметри, як медіа-таксономії, дату завантаження та обмеження кількості "
522
+ "медіафайлів"
523
+
524
+ #: core/options-pages.php:1154
525
+ msgid "Gallery example:"
526
+ msgstr "Приклад галереї:"
527
+
528
+ #: core/options-pages.php:1155
529
+ msgid "Audio playlist example:"
530
+ msgstr "Приклад аудіо плейлиста:"
531
+
532
+ #: core/options-pages.php:1156
533
+ msgid "Video playlist example:"
534
+ msgstr "Приклад відео плейлиста:"
535
+
536
+ #: core/options-pages.php:1158
537
+ #, php-format
538
+ msgid ""
539
+ "%sWarning:%s Incompatibility with other gallery plugins or themes possible!"
540
+ msgstr "%sУвага: %s можлива несумісність з іншими плагінами або темами!"
541
+
542
+ #: core/options-pages.php:1160
543
+ #, php-format
544
+ msgid "%sLearn more%s."
545
+ msgstr "%sДетальніше%s."
546
+
547
+ #: core/options-pages.php:1162
548
+ #, php-format
549
+ msgid ""
550
+ "Please check out your gallery front-end and back-end functionality once this "
551
+ "option activated. If you find an issue please inform plugin authors at %s or "
552
+ "%s."
553
+ msgstr ""
554
+ "Будь ласка, перевірте функціональність вашої галереї для зовнішнього "
555
+ "інтерфейсу, та інтерфейсу адмінки, як тільки цей параметр активований. Якщо "
556
+ "ви виявили проблему, будь ласка, поінформуйте авторів плагіну на %s або %s."
557
+
558
+ #: core/options-pages.php:1231 core/options-pages.php:1378
559
+ msgid "Assign following taxonomies to Media Library:"
560
+ msgstr "Призначати наступні таксономії до медіа-бібліотеки:"
561
+
562
+ #: core/options-pages.php:1250 core/options-pages.php:1316
563
+ #: core/options-pages.php:1400
564
+ msgid "Assign Taxonomy"
565
+ msgstr "Призначати таксономію"
566
+
567
+ #: core/options-pages.php:1251 core/options-pages.php:1401
568
+ msgid "Edit Taxonomy"
569
+ msgstr "Редагувати таксономію"
570
+
571
+ #: core/options-pages.php:1255 core/options-pages.php:1318
572
+ msgid "Delete Taxonomy"
573
+ msgstr "Видалити таксономію"
574
+
575
+ #: core/options-pages.php:1260 core/options-pages.php:1323
576
+ msgid "Labels"
577
+ msgstr "Ярлики"
578
+
579
+ #: core/options-pages.php:1262 core/options-pages.php:1325
580
+ msgid "Singular"
581
+ msgstr "Однина"
582
+
583
+ #: core/options-pages.php:1263 core/options-pages.php:1326
584
+ msgid "Plural"
585
+ msgstr "Множина"
586
+
587
+ #: core/options-pages.php:1264 core/options-pages.php:1327
588
+ msgid "Menu Name"
589
+ msgstr "Назва меню"
590
+
591
+ #: core/options-pages.php:1277 core/options-pages.php:1300
592
+ #: core/options-pages.php:1340 core/options-pages.php:1404
593
+ msgid "Settings"
594
+ msgstr "Налаштування"
595
+
596
+ #: core/options-pages.php:1279 core/options-pages.php:1342
597
+ msgid "Taxonomy Name"
598
+ msgstr "Назва таксономії"
599
+
600
+ #: core/options-pages.php:1280 core/options-pages.php:1343
601
+ msgid "Hierarchical"
602
+ msgstr "Ієрархічна"
603
+
604
+ #: core/options-pages.php:1281 core/options-pages.php:1344
605
+ msgid "Column for List View"
606
+ msgstr "Стовпчик для режиму \"Список\""
607
+
608
+ #: core/options-pages.php:1282 core/options-pages.php:1302
609
+ #: core/options-pages.php:1345 core/options-pages.php:1406
610
+ msgid "Filter for List View"
611
+ msgstr "Фільтр для режиму \"Список\""
612
+
613
+ #: core/options-pages.php:1283 core/options-pages.php:1303
614
+ #: core/options-pages.php:1346 core/options-pages.php:1407
615
+ msgid "Filter for Grid View / Media Popup"
616
+ msgstr "Фільтр для режиму \"Сітка\" / спливаючого вікна"
617
+
618
+ #: core/options-pages.php:1284 core/options-pages.php:1304
619
+ #: core/options-pages.php:1347 core/options-pages.php:1408
620
+ msgid "Edit in Media Popup"
621
+ msgstr "Редагувати у спливаючому вікні"
622
+
623
+ #: core/options-pages.php:1285 core/options-pages.php:1348
624
+ msgid "Show in Nav Menu"
625
+ msgstr "Показати в меню"
626
+
627
+ #: core/options-pages.php:1286 core/options-pages.php:1349
628
+ msgid "Remember Terms Order (sort)"
629
+ msgstr "Пам'ятати порядок елементів (параметр sort)"
630
+
631
+ #: core/options-pages.php:1287 core/options-pages.php:1350
632
+ msgid "Show in REST"
633
+ msgstr "Відображати у REST"
634
+
635
+ #: core/options-pages.php:1288 core/options-pages.php:1351
636
+ msgid "Rewrite Slug"
637
+ msgstr "Переписати слаґ"
638
+
639
+ #: core/options-pages.php:1289 core/options-pages.php:1352
640
+ msgid "Slug with Front"
641
+ msgstr "Слаґ з передньою частиною"
642
+
643
+ #: core/options-pages.php:1364
644
+ msgid "Add New Taxonomy"
645
+ msgstr "Додати нову таксономію"
646
+
647
+ #: core/options-pages.php:1374
648
+ msgid "Non-Media Taxonomies"
649
+ msgstr "Не-медіа таксономії"
650
+
651
+ #: core/options-pages.php:1437
652
+ msgid "Options"
653
+ msgstr "Налаштування"
654
+
655
+ #: core/options-pages.php:1447 core/options-pages.php:1450
656
+ msgid "Taxonomy archive pages"
657
+ msgstr "Архіви для таксономій"
658
+
659
+ #: core/options-pages.php:1451
660
+ msgid "Turn on media taxonomy archive pages on the front-end"
661
+ msgstr "Увімкнути архіви для таксономій для зовнішнього інтерфейсу"
662
+
663
+ #: core/options-pages.php:1452
664
+ msgid ""
665
+ "Re-save your permalink settings after this option change to make it work."
666
+ msgstr ""
667
+ "Для того, щоби це працювало, збережіть повторно ваші налаштування постійних "
668
+ "посилань після того, як цей параметр був змінений."
669
+
670
+ #: core/options-pages.php:1458 core/options-pages.php:1461
671
+ msgid "Assign all like hierarchical"
672
+ msgstr "Призначати всі як ієрархічні"
673
+
674
+ #: core/options-pages.php:1462
675
+ msgid ""
676
+ "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
677
+ msgstr ""
678
+ "Показувати не-ієрархічні таксономії як ієрархічні у режимі \"Сітка\" / "
679
+ "спливаючому вікні"
680
+
681
+ #: core/options-pages.php:1468 core/options-pages.php:1471
682
+ msgid "Force filters"
683
+ msgstr "Фільтри примусово"
684
+
685
+ #: core/options-pages.php:1472
686
+ msgid "Show media filters for ANY Media Popup"
687
+ msgstr "ВІдображати медіа-фільтри для будь-якого спливаючого вікна"
688
+
689
+ #: core/options-pages.php:1473
690
+ msgid "Try this if filters are not shown for third-party plugins or themes."
691
+ msgstr ""
692
+ "Спробуйте це, якщо фільтри не відображаються для стороннього плагіну або "
693
+ "теми."
694
+
695
+ #: core/options-pages.php:1479 core/options-pages.php:1482
696
+ msgid "Show count"
697
+ msgstr "Показувати кількість"
698
+
699
+ #: core/options-pages.php:1483
700
+ msgid "Show item count per category for media filters"
701
+ msgstr "Показувати кількість медіафайлів для кожної категорії у медіа фільтрах"
702
+
703
+ #: core/options-pages.php:1537
704
+ msgid "Add New MIME Type"
705
+ msgstr "Додати новий MIME-тип"
706
+
707
+ #: core/options-pages.php:1557 core/options-pages.php:1612
708
+ msgid "Extension"
709
+ msgstr "Розширення файлу"
710
+
711
+ #: core/options-pages.php:1558 core/options-pages.php:1613
712
+ msgid "MIME Type"
713
+ msgstr "MIME-тип"
714
+
715
+ #: core/options-pages.php:1559 core/options-pages.php:1614
716
+ msgid "Singular Label"
717
+ msgstr "Ярлик у однині"
718
+
719
+ #: core/options-pages.php:1560 core/options-pages.php:1615
720
+ msgid "Plural Label"
721
+ msgstr "Ярлик у множині"
722
+
723
+ #: core/options-pages.php:1561 core/options-pages.php:1591
724
+ #: core/options-pages.php:1604 core/options-pages.php:1616
725
+ msgid "Add Filter"
726
+ msgstr "Додати фільтр"
727
+
728
+ #: core/options-pages.php:1562 core/options-pages.php:1592
729
+ #: core/options-pages.php:1605 core/options-pages.php:1617
730
+ msgid "Allow Upload"
731
+ msgstr "Дозволити завантаження"
732
+
733
+ #: core/options-pages.php:1593 core/options-pages.php:1606
734
+ msgid "Delete MIME Type"
735
+ msgstr "Видалити MIME-тип"
736
+
737
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
738
+ msgid "Save Changes"
739
+ msgstr "Зберегти зміни"
740
+
741
+ #: core/options-pages.php:1683
742
+ msgid "Changelog"
743
+ msgstr "Список змін"
744
+
745
+ #: core/options-pages.php:1684
746
+ msgid "What's new in"
747
+ msgstr "Що новенького у"
748
+
749
+ #: core/options-pages.php:1684
750
+ msgid "version"
751
+ msgstr "версії"
752
+
753
+ #: core/options-pages.php:1687
754
+ msgid "More features under the hood"
755
+ msgstr "Більше функцій під капотом"
756
+
757
+ #: core/options-pages.php:1689
758
+ msgid "Support"
759
+ msgstr "Підтримка"
760
+
761
+ #: core/options-pages.php:1690
762
+ msgid "Feel free to ask for help on"
763
+ msgstr "Не соромтеся просити допомоги на"
764
+
765
+ #: core/options-pages.php:1690
766
+ msgid "Support is free for both versions of the plugin."
767
+ msgstr "Підтримка є безкоштовною для обох версій плагіна."
768
+
769
+ #: core/options-pages.php:1692
770
+ msgid "Plugin rating"
771
+ msgstr "Рейтинг плагіна"
772
+
773
+ #: core/options-pages.php:1693
774
+ msgid "Please"
775
+ msgstr "Будь ласка"
776
+
777
+ #: core/options-pages.php:1693
778
+ msgid "vote for the plugin"
779
+ msgstr "проголосуйте за плагін"
780
+
781
+ #: core/options-pages.php:1693
782
+ msgid "Thanks!"
783
+ msgstr "Дякуємо!"
784
+
785
+ #: core/options-pages.php:1695
786
+ msgid "Other plugins you may find useful"
787
+ msgstr "Інші корисні плагіни"
788
+
789
+ #: core/options-pages.php:1734
790
+ msgid "Utility"
791
+ msgstr "Утиліти"
792
+
793
+ #: core/options-pages.php:1757
794
+ msgid "Vote!"
795
+ msgstr "Підтримайте!"
796
+
797
+ #: core/taxonomies.php:101
798
+ msgid "Media Taxonomies settings saved."
799
+ msgstr "Налаштування таксономій збережено."
800
+
801
+ #: core/taxonomies.php:159
802
+ msgid "Media Library settings saved."
803
+ msgstr "Налаштування медіа-бібліотеки збережено."
804
+
805
+ #: core/taxonomies.php:333 core/taxonomies.php:339
806
+ #: enhanced-media-library.php:517
807
+ msgid "Filter by"
808
+ msgstr "Фільтрувати за"
809
+
810
+ #: core/taxonomies.php:341 enhanced-media-library.php:519
811
+ msgid "Not in a"
812
+ msgstr "Не в"
813
+
814
+ #: core/taxonomies.php:1288 core/taxonomies.php:1295
815
+ msgid "Remove"
816
+ msgstr "Видалити"
817
+
818
+ #: core/taxonomies.php:1290 core/taxonomies.php:1297
819
+ msgid "Deselect"
820
+ msgstr "Зняти виділення"
821
+
822
+ #: core/taxonomies.php:1342
823
+ msgid "Caption this image&hellip;"
824
+ msgstr "Підпис для цього фото&hellip;"
825
+
826
+ #: core/taxonomies.php:1346
827
+ msgid "Describe this video&hellip;"
828
+ msgstr "Опишіть це відео&hellip;"
829
+
830
+ #: core/taxonomies.php:1348
831
+ msgid "Describe this audio file&hellip;"
832
+ msgstr "Опишіть це аудіо&hellip;"
833
+
834
+ #: core/taxonomies.php:1350
835
+ msgid "Describe this media file&hellip;"
836
+ msgstr "Опишіть цей медіафайл&hellip;"
837
+
838
+ #: enhanced-media-library.php:351 enhanced-media-library.php:516
839
+ msgid "All Uncategorized"
840
+ msgstr "Всі без категорії"
841
+
842
+ #: enhanced-media-library.php:352 enhanced-media-library.php:520
843
+ msgid "Reset All Filters"
844
+ msgstr "Скинути всі фільтри"
845
+
846
+ #: enhanced-media-library.php:550
847
+ msgid "Uploaded to post #"
848
+ msgstr "Завантажені до допису #"
849
+
850
+ #: enhanced-media-library.php:551
851
+ msgid "Based On"
852
+ msgstr "На основі"
853
+
854
+ #: enhanced-media-library.php:583 enhanced-media-library.php:585
855
+ msgid "Media Categories"
856
+ msgstr "Медіа-категорії"
857
+
858
+ #: enhanced-media-library.php:584
859
+ msgid "Media Category"
860
+ msgstr "Медіа-категорія"
861
+
862
+ #: enhanced-media-library.php:586
863
+ msgid "All Media Categories"
864
+ msgstr "Всі медіа-категорії"
865
+
866
+ #: enhanced-media-library.php:587
867
+ msgid "Edit Media Category"
868
+ msgstr "Редагувати медіа-категорію"
869
+
870
+ #: enhanced-media-library.php:588
871
+ msgid "View Media Category"
872
+ msgstr "Переглянуи медіа-категорію"
873
+
874
+ #: enhanced-media-library.php:589
875
+ msgid "Update Media Category"
876
+ msgstr "Оновити медіа-категорію"
877
+
878
+ #: enhanced-media-library.php:590
879
+ msgid "Add New Media Category"
880
+ msgstr "Додати нову медіа-категорію"
881
+
882
+ #: enhanced-media-library.php:591
883
+ msgid "New Media Category Name"
884
+ msgstr "Назва нової медіа-категорії"
885
+
886
+ #: enhanced-media-library.php:592
887
+ msgid "Parent Media Category"
888
+ msgstr "Батьківська медіа-категорія"
889
+
890
+ #: enhanced-media-library.php:593
891
+ msgid "Parent Media Category:"
892
+ msgstr "Батьківська медіа-категорія:"
893
+
894
+ #: enhanced-media-library.php:594
895
+ msgid "Search Media Categories"
896
+ msgstr "Шукати медіа-категорії"
897
+
898
+ #: pro/core/bulk-edit.php:51
899
+ msgid "Attachments Details"
900
+ msgstr "Деталі медіафайлів"
901
+
902
+ #: pro/core/bulk-edit.php:104
903
+ msgid "Select All"
904
+ msgstr "Виділити всі"
905
+
906
+ #: pro/core/bulk-edit.php:105
907
+ msgid "Deselect All"
908
+ msgstr "Зняти виділення з усіх"
909
+
910
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
911
+ msgid "Delete Selected"
912
+ msgstr "Видалити вибране"
913
+
914
+ #: pro/core/bulk-edit.php:107
915
+ msgid "Trash Selected"
916
+ msgstr "Перемістити вибране до кошика"
917
+
918
+ #: pro/core/bulk-edit.php:108
919
+ msgid "Untrash Selected"
920
+ msgstr "Відновити обрані"
921
+
922
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
923
+ #: pro/enhanced-media-library-pro.php:127
924
+ msgid "Bulk Edit"
925
+ msgstr "Пакетне редагування"
926
+
927
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
928
+ msgid "Order By"
929
+ msgstr "Сортувати за"
930
+
931
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
932
+ msgid "Random"
933
+ msgstr "Випадковий"
934
+
935
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
936
+ msgid "Order"
937
+ msgstr "Порядок"
938
+
939
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
940
+ msgid "Limit"
941
+ msgstr "Обмеження"
942
+
943
+ #: pro/core/options-pages.php:78
944
+ msgid "Your license has been deactivated."
945
+ msgstr "Вашу ліцензію було деактивовано."
946
+
947
+ #: pro/core/options-pages.php:87
948
+ msgid "Please check if your license key is correct and try again."
949
+ msgstr ""
950
+ "Будь ласка, перевірте, чи ваш ліцензійний ключ є правильним, та повторіть "
951
+ "спробу."
952
+
953
+ #: pro/core/options-pages.php:103
954
+ #, php-format
955
+ msgid ""
956
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
957
+ "authors</a>."
958
+ msgstr ""
959
+ "Активація завершилася із помилкою: %s. Будь ласка, <a href=\"%s\">зверніться "
960
+ "до авторів плагіну</a>."
961
+
962
+ #: pro/core/options-pages.php:120
963
+ #, php-format
964
+ msgid ""
965
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
966
+ "plugin authors</a>."
967
+ msgstr ""
968
+ "Ваш ліцензійний ключ некоректний або ліцензію призупинено. Будь ласка, <a "
969
+ "href=\"%s\">зверніться до авторів плагіну</a>."
970
+
971
+ #: pro/core/options-pages.php:133
972
+ msgid "You license has been activated."
973
+ msgstr "Вашу ліцензію було активовано."
974
+
975
+ #: pro/core/options-pages.php:188
976
+ #, php-format
977
+ msgid "Auto-assign media items to parent %s %s on upload"
978
+ msgstr "Призначати медіафайли до батьківського %s %s під час завантаження"
979
+
980
+ #: pro/core/options-pages.php:189
981
+ #, php-format
982
+ msgid ""
983
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
984
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
985
+ "assigned %s will not be saved. Media items that are not attached to any %s "
986
+ "will not be affected."
987
+ msgstr ""
988
+ "%sУвага:%s Результатом натискання кнопки \"Синхронізувати зараз\" буде те, "
989
+ "що всі медіафайли, призначені до %s будуть також призначені до %s їхнього "
990
+ "батківського %s. Ті %s, що є призначені в даний час, не будуть збережені. Це "
991
+ "не впливатиме на медіафайли, які не є призначені до будь-якого %s."
992
+
993
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
994
+ msgid "Turn off 'Save Changes' button"
995
+ msgstr "Вимкнути кнопку \"Зберегти зміни\""
996
+
997
+ #: pro/core/options-pages.php:224
998
+ msgid "Save changes on the fly"
999
+ msgstr "Зберегати зміни на льоту"
1000
+
1001
+ #: pro/core/options-pages.php:225
1002
+ msgid ""
1003
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
1004
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
1005
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
1006
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
1007
+ "files / taxonomies with this option turned on."
1008
+ msgstr ""
1009
+ "Будь-який клік на чекбокс таксономії під час пакетного редагування "
1010
+ "медіафайлів призведе до <strong style=\"color:red\">негайного збереження</"
1011
+ "strong> даних. Будь ласка, будьте обережні! У вас є набагато більше шансів "
1012
+ "<strong style=\"color:red\">випадково здійснити неправильне пере-"
1013
+ "призначення</strong> для багатьох ваших медіафайлів / таксономій, коли ця "
1014
+ "опція ввімкнена."
1015
+
1016
+ #: pro/core/options-pages.php:226
1017
+ msgid "NOT recommended if you work with more than hundred files at a time."
1018
+ msgstr ""
1019
+ "НЕ рекомендована опція, якщо ви працюєте з більш ніж сотнею файлів за один "
1020
+ "раз."
1021
+
1022
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
1023
+ msgid "License Key"
1024
+ msgstr "Ліцензійний ключ"
1025
+
1026
+ #: pro/core/options-pages.php:272
1027
+ msgid "Your license is active!"
1028
+ msgstr "Вашу ліцензію активовано!"
1029
+
1030
+ #: pro/core/options-pages.php:276
1031
+ msgid "Deactivate License"
1032
+ msgstr "Деактивувати ліцензію"
1033
+
1034
+ #: pro/core/options-pages.php:281
1035
+ #, php-format
1036
+ msgid ""
1037
+ "To unlock updates please enter your license key below. You can get your "
1038
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
1039
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
1040
+ msgstr ""
1041
+ "Щоб розблокувати оновлення, будь ласка, введіть свій ліцензійний ключ нижче. "
1042
+ "Ви можете отримати ліцензійний ключ у <a href=\"%s\">Вашому акаунті</a>. "
1043
+ "Якщо ви не маєте ліцензію, ми щиро запрошуємо вас <a href=\"%s\">придбати "
1044
+ "її</a>."
1045
+
1046
+ #: pro/core/options-pages.php:291
1047
+ msgid "Activate License"
1048
+ msgstr "Активувати ліцензію"
1049
+
1050
+ #. Plugin Name of the plugin/theme
1051
+ #: pro/core/update.php:102
1052
+ msgid "Enhanced Media Library PRO"
1053
+ msgstr "Enhanced Media Library PRO"
1054
+
1055
+ #: pro/core/update.php:115
1056
+ #, php-format
1057
+ msgid ""
1058
+ "%1$s could not establish a secure connection to request information about "
1059
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1060
+ "plugin authors</a>."
1061
+ msgstr ""
1062
+ "%1$s не може встановити безпечне підключення, щоб запросити інформацію про "
1063
+ "доступні оновлення. Сталася помилка: %2$s. Будь-ласка, <a href=\"%3$s"
1064
+ "\">зв'яжіться з авторами плагіну</a>."
1065
+
1066
+ #: pro/core/update.php:168 pro/core/update.php:174 pro/core/update.php:180
1067
+ msgid ""
1068
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1069
+ "this server&#8217;s configuration. If you continue to have problems, please "
1070
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1071
+ msgstr ""
1072
+ "Сталася неочікувана помилка. Щось може бути не так з WordPress.org або "
1073
+ "конфігурацією цього сервера. Якщо ви постійно маєте таку проблему, будь "
1074
+ "ласка, спробуйте <a href=\"https://wordpress.org/support/\">форум підтримки."
1075
+ "</a>"
1076
+
1077
+ #: pro/core/update.php:168
1078
+ msgid ""
1079
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1080
+ "contact your server administrator.)"
1081
+ msgstr ""
1082
+ "(WordPress не вдалося встановити безпечне підключення до WordPress.org. Будь "
1083
+ "ласка, зверніться до адміністратора сервера.)"
1084
+
1085
+ #: pro/core/update.php:232
1086
+ #, php-format
1087
+ msgid ""
1088
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1089
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1090
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1091
+ msgstr ""
1092
+ "Щоб розблокувати оновлення, будь-ласка, <a href=\"%s\">активуйте вашу "
1093
+ "ліцензію</a>. Ви можете отримати ліцензійний ключ у <a href=\"%s\">Вашому "
1094
+ "акаунті</a>. Якщо ви не маєте ліцензію, ми щиро запрошуємо вас <a href=\"%s"
1095
+ "\">придбати її</a>."
1096
+
1097
+ #: pro/enhanced-media-library-pro.php:119
1098
+ msgid "ALL files belong to this item"
1099
+ msgstr "ВСІ файли, що належать до цього елемента"
1100
+
1101
+ #: pro/enhanced-media-library-pro.php:120
1102
+ msgid "SOME files belong to this item"
1103
+ msgstr "ДЕЯКІ файли, що належать до цього елемента"
1104
+
1105
+ #: pro/enhanced-media-library-pro.php:121
1106
+ msgid "NO files belong to this item"
1107
+ msgstr "НЕМАЄ файлві, що належать до цього елемента"
1108
+
1109
+ #: pro/enhanced-media-library-pro.php:122
1110
+ msgid "Changes saved."
1111
+ msgstr "Зміни збережено."
1112
+
1113
+ #: pro/enhanced-media-library-pro.php:123
1114
+ msgid "Something went wrong."
1115
+ msgstr "Щось пішло не так."
1116
+
1117
+ #: pro/enhanced-media-library-pro.php:126
1118
+ msgid "Edit Media Files"
1119
+ msgstr "Редагувати медіафайли"
1120
+
1121
+ #: pro/enhanced-media-library-pro.php:129
1122
+ msgid "Selecting"
1123
+ msgstr "Виділення"
1124
+
1125
+ #: pro/enhanced-media-library-pro.php:130
1126
+ msgid "Delete Selected Permanently"
1127
+ msgstr "Видалити вибрані остаточно"
1128
+
1129
+ #: pro/enhanced-media-library-pro.php:131
1130
+ msgid "You are about to permanently delete all selected items."
1131
+ msgstr "Ви збираєтеся видалити всі вибрані медіафайли остаточно."
1132
+
1133
+ #: pro/enhanced-media-library-pro.php:132
1134
+ msgid "Delete"
1135
+ msgstr "Видалити"
1136
+
1137
+ #: pro/enhanced-media-library-pro.php:134
1138
+ msgid "Moving to Trash"
1139
+ msgstr "Переміщення до кошика"
1140
+
1141
+ #: pro/enhanced-media-library-pro.php:135
1142
+ msgid "Restoring"
1143
+ msgstr "Відновлення"
1144
+
1145
+ #: pro/enhanced-media-library-pro.php:136
1146
+ msgid "Deleting"
1147
+ msgstr "Видалення"
1148
+
1149
+ #: pro/enhanced-media-library-pro.php:160
1150
+ msgid "Create a filter-based gallery"
1151
+ msgstr "Створити галерею на основі фільтрів"
1152
+
1153
+ #: pro/enhanced-media-library-pro.php:161
1154
+ msgid "Create a filter-based playlist"
1155
+ msgstr "Створити плейлист на основі фільтрів"
1156
+
1157
+ #: pro/enhanced-media-library-pro.php:162
1158
+ msgid "Create a filter-based video playlist"
1159
+ msgstr "Створити відео-плейлист на основі фільтрів"
1160
+
1161
+ #: pro/enhanced-media-library-pro.php:240
1162
+ msgid ""
1163
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1164
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1165
+ "will remain intact."
1166
+ msgstr ""
1167
+ "Будь ласка деактивуйте та <strong>видаліть</strong> стару безкоштовну версію "
1168
+ "до активації <strong>Enhanced Media Library PRO</strong> . Всі ваші дані "
1169
+ "лишаться недоторканими."
1170
+
1171
+ #: pro/enhanced-media-library-pro.php:240
1172
+ msgid "Return to Plugins"
1173
+ msgstr "Повернутися до плагінів"
1174
+
1175
+ #: pro/enhanced-media-library-pro.php:291
1176
+ msgid ""
1177
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1178
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1179
+ "be active. Please network deactivate and delete the free versions of the "
1180
+ "plugin. All your data will remain intact."
1181
+ msgstr ""
1182
+ "Обидві безкоштовна і PRO версії Enhanced Media Library активовані у мережі. "
1183
+ "<strong>Enhanced Media Library PRO</strong> не потребує безкоштовної версії "
1184
+ "для роботи. Будь ласка, деактивуйте та видаліть безкоштовну версію плагіна. "
1185
+ "Всі ваші дані лишаться недоторканими."
1186
+
1187
+ #: pro/enhanced-media-library-pro.php:308
1188
+ msgid ""
1189
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1190
+ "be active. Please deactivate and delete the free version of the plugin. All "
1191
+ "your data will remain intact."
1192
+ msgstr ""
1193
+ "<strong>Enhanced Media Library PRO</strong> не потребує безкоштовної версії "
1194
+ "для роботи. Будь ласка, деактивуйте та видаліть безкоштовну версію плагіна. "
1195
+ "Всі ваші дані лишаться недоторканими."
1196
+
1197
+ #: pro/enhanced-media-library-pro.php:324
1198
+ msgid ""
1199
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1200
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1201
+ "version to be active. Please deactivate (or network deactivate) and delete "
1202
+ "the free version of the plugin for this site. All your data will remail "
1203
+ "intact."
1204
+ msgstr ""
1205
+ "Обидві безкоштовна і PRO версії Enhanced Media Library активовані на цьому "
1206
+ "сайті. <strong>Enhanced Media Library PRO</strong> не потребує безкоштовної "
1207
+ "версії для роботи. Будь ласка, деактивуйте та видаліть безкоштовну версію "
1208
+ "плагіна. Всі ваші дані лишаться недоторканими."
1209
+
1210
+ #. Plugin URI of the plugin/theme
1211
+ #. Author URI of the plugin/theme
1212
+ msgid "http://wpUXsolutions.com"
1213
+ msgstr "http://wpUXsolutions.com"
1214
+
1215
+ #. Description of the plugin/theme
1216
+ msgid ""
1217
+ "This plugin will be handy for those who need to manage a lot of media files."
1218
+ msgstr ""
1219
+ "Плагін буде корисний для тих, кому потрібно вправлятися з багатьма "
1220
+ "медіафайлами."
1221
+
1222
+ #. Author of the plugin/theme
1223
+ msgid "wpUXsolutions"
1224
+ msgstr "wpUXsolutions"
languages/enhanced-media-library.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
- "POT-Creation-Date: 2017-02-11 15:12+0200\n"
7
  "PO-Revision-Date: 2016-04-14 21:02+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: wpUXsolutions <wpUXsolutions@gmail.com>\n"
@@ -150,7 +150,7 @@ msgstr ""
150
  msgid "Edit"
151
  msgstr ""
152
 
153
- #: core/options-pages.php:475
154
  msgid "Close"
155
  msgstr ""
156
 
@@ -255,10 +255,11 @@ msgstr ""
255
 
256
  #: core/options-pages.php:503 core/options-pages.php:508
257
  #: core/options-pages.php:552 core/options-pages.php:597
 
258
  msgid "Cancel"
259
  msgstr ""
260
 
261
- #: core/options-pages.php:505
262
  msgid "Synchronize Now"
263
  msgstr ""
264
 
@@ -440,15 +441,18 @@ msgstr ""
440
  msgid "Order media items by"
441
  msgstr ""
442
 
443
- #: core/options-pages.php:1113
 
444
  msgid "Date"
445
  msgstr ""
446
 
447
- #: core/options-pages.php:1114
 
448
  msgid "Title"
449
  msgstr ""
450
 
451
- #: core/options-pages.php:1115
 
452
  msgid "Custom Order"
453
  msgstr ""
454
 
@@ -464,11 +468,13 @@ msgstr ""
464
  msgid "Sort order"
465
  msgstr ""
466
 
467
- #: core/options-pages.php:1126
 
468
  msgid "Ascending"
469
  msgstr ""
470
 
471
- #: core/options-pages.php:1127
 
472
  msgid "Descending"
473
  msgstr ""
474
 
@@ -690,7 +696,7 @@ msgstr ""
690
  msgid "Delete MIME Type"
691
  msgstr ""
692
 
693
- #: core/options-pages.php:1653
694
  msgid "Save Changes"
695
  msgstr ""
696
 
@@ -851,10 +857,269 @@ msgstr ""
851
  msgid "Search Media Categories"
852
  msgstr ""
853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
854
  #. Plugin Name of the plugin/theme
 
855
  msgid "Enhanced Media Library PRO"
856
  msgstr ""
857
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
858
  #. Plugin URI of the plugin/theme
859
  #. Author URI of the plugin/theme
860
  msgid "http://wpUXsolutions.com"
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
+ "POT-Creation-Date: 2017-02-11 15:19+0200\n"
7
  "PO-Revision-Date: 2016-04-14 21:02+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: wpUXsolutions <wpUXsolutions@gmail.com>\n"
150
  msgid "Edit"
151
  msgstr ""
152
 
153
+ #: core/options-pages.php:475 pro/enhanced-media-library-pro.php:125
154
  msgid "Close"
155
  msgstr ""
156
 
255
 
256
  #: core/options-pages.php:503 core/options-pages.php:508
257
  #: core/options-pages.php:552 core/options-pages.php:597
258
+ #: pro/enhanced-media-library-pro.php:133
259
  msgid "Cancel"
260
  msgstr ""
261
 
262
+ #: core/options-pages.php:505 pro/core/options-pages.php:189
263
  msgid "Synchronize Now"
264
  msgstr ""
265
 
441
  msgid "Order media items by"
442
  msgstr ""
443
 
444
+ #: core/options-pages.php:1113 pro/core/medialist.php:28
445
+ #: pro/core/medialist.php:73
446
  msgid "Date"
447
  msgstr ""
448
 
449
+ #: core/options-pages.php:1114 pro/core/medialist.php:31
450
+ #: pro/core/medialist.php:76
451
  msgid "Title"
452
  msgstr ""
453
 
454
+ #: core/options-pages.php:1115 pro/core/medialist.php:34
455
+ #: pro/core/medialist.php:79
456
  msgid "Custom Order"
457
  msgstr ""
458
 
468
  msgid "Sort order"
469
  msgstr ""
470
 
471
+ #: core/options-pages.php:1126 pro/core/medialist.php:47
472
+ #: pro/core/medialist.php:92
473
  msgid "Ascending"
474
  msgstr ""
475
 
476
+ #: core/options-pages.php:1127 pro/core/medialist.php:50
477
+ #: pro/core/medialist.php:95
478
  msgid "Descending"
479
  msgstr ""
480
 
696
  msgid "Delete MIME Type"
697
  msgstr ""
698
 
699
+ #: core/options-pages.php:1653 pro/enhanced-media-library-pro.php:124
700
  msgid "Save Changes"
701
  msgstr ""
702
 
857
  msgid "Search Media Categories"
858
  msgstr ""
859
 
860
+ #: pro/core/bulk-edit.php:51
861
+ msgid "Attachments Details"
862
+ msgstr ""
863
+
864
+ #: pro/core/bulk-edit.php:104
865
+ msgid "Select All"
866
+ msgstr ""
867
+
868
+ #: pro/core/bulk-edit.php:105
869
+ msgid "Deselect All"
870
+ msgstr ""
871
+
872
+ #: pro/core/bulk-edit.php:106 pro/core/bulk-edit.php:109
873
+ msgid "Delete Selected"
874
+ msgstr ""
875
+
876
+ #: pro/core/bulk-edit.php:107
877
+ msgid "Trash Selected"
878
+ msgstr ""
879
+
880
+ #: pro/core/bulk-edit.php:108
881
+ msgid "Untrash Selected"
882
+ msgstr ""
883
+
884
+ #: pro/core/bulk-edit.php:529 pro/core/options-pages.php:212
885
+ #: pro/enhanced-media-library-pro.php:127
886
+ msgid "Bulk Edit"
887
+ msgstr ""
888
+
889
+ #: pro/core/medialist.php:24 pro/core/medialist.php:69
890
+ msgid "Order By"
891
+ msgstr ""
892
+
893
+ #: pro/core/medialist.php:37 pro/core/medialist.php:82
894
+ msgid "Random"
895
+ msgstr ""
896
+
897
+ #: pro/core/medialist.php:43 pro/core/medialist.php:88
898
+ msgid "Order"
899
+ msgstr ""
900
+
901
+ #: pro/core/medialist.php:60 pro/core/medialist.php:101
902
+ msgid "Limit"
903
+ msgstr ""
904
+
905
+ #: pro/core/options-pages.php:78
906
+ msgid "Your license has been deactivated."
907
+ msgstr ""
908
+
909
+ #: pro/core/options-pages.php:87
910
+ msgid "Please check if your license key is correct and try again."
911
+ msgstr ""
912
+
913
+ #: pro/core/options-pages.php:103
914
+ #, php-format
915
+ msgid ""
916
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
917
+ "authors</a>."
918
+ msgstr ""
919
+
920
+ #: pro/core/options-pages.php:120
921
+ #, php-format
922
+ msgid ""
923
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
924
+ "plugin authors</a>."
925
+ msgstr ""
926
+
927
+ #: pro/core/options-pages.php:133
928
+ msgid "You license has been activated."
929
+ msgstr ""
930
+
931
+ #: pro/core/options-pages.php:188
932
+ #, php-format
933
+ msgid "Auto-assign media items to parent %s %s on upload"
934
+ msgstr ""
935
+
936
+ #: pro/core/options-pages.php:189
937
+ #, php-format
938
+ msgid ""
939
+ "%sWarning:%s As a result of clicking \"Synchronize Now\" all media items "
940
+ "attached to a %s will be assigned to %s of their parent %s. Currently "
941
+ "assigned %s will not be saved. Media items that are not attached to any %s "
942
+ "will not be affected."
943
+ msgstr ""
944
+
945
+ #: pro/core/options-pages.php:220 pro/core/options-pages.php:223
946
+ msgid "Turn off 'Save Changes' button"
947
+ msgstr ""
948
+
949
+ #: pro/core/options-pages.php:224
950
+ msgid "Save changes on the fly"
951
+ msgstr ""
952
+
953
+ #: pro/core/options-pages.php:225
954
+ msgid ""
955
+ "Any click on a taxonomy checkbox during media files bulk editing will lead "
956
+ "to an <strong style=\"color:red\">immediate saving</strong> of the data. "
957
+ "Please, be careful! You have much greater chance to <strong style=\"color:red"
958
+ "\">accidentally perform wrong re-assigning</strong> of a lot of your media "
959
+ "files / taxonomies with this option turned on."
960
+ msgstr ""
961
+
962
+ #: pro/core/options-pages.php:226
963
+ msgid "NOT recommended if you work with more than hundred files at a time."
964
+ msgstr ""
965
+
966
+ #: pro/core/options-pages.php:265 pro/core/options-pages.php:288
967
+ msgid "License Key"
968
+ msgstr ""
969
+
970
+ #: pro/core/options-pages.php:272
971
+ msgid "Your license is active!"
972
+ msgstr ""
973
+
974
+ #: pro/core/options-pages.php:276
975
+ msgid "Deactivate License"
976
+ msgstr ""
977
+
978
+ #: pro/core/options-pages.php:281
979
+ #, php-format
980
+ msgid ""
981
+ "To unlock updates please enter your license key below. You can get your "
982
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
983
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
984
+ msgstr ""
985
+
986
+ #: pro/core/options-pages.php:291
987
+ msgid "Activate License"
988
+ msgstr ""
989
+
990
  #. Plugin Name of the plugin/theme
991
+ #: pro/core/update.php:105
992
  msgid "Enhanced Media Library PRO"
993
  msgstr ""
994
 
995
+ #: pro/core/update.php:118
996
+ #, php-format
997
+ msgid ""
998
+ "%1$s could not establish a secure connection to request information about "
999
+ "available updates. An error occurred: %2$s. Please <a href=\"%3$s\">contact "
1000
+ "plugin authors</a>."
1001
+ msgstr ""
1002
+
1003
+ #: pro/core/update.php:171 pro/core/update.php:177 pro/core/update.php:183
1004
+ msgid ""
1005
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1006
+ "this server&#8217;s configuration. If you continue to have problems, please "
1007
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1008
+ msgstr ""
1009
+
1010
+ #: pro/core/update.php:171
1011
+ msgid ""
1012
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1013
+ "contact your server administrator.)"
1014
+ msgstr ""
1015
+
1016
+ #: pro/core/update.php:235
1017
+ #, php-format
1018
+ msgid ""
1019
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1020
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1021
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1022
+ msgstr ""
1023
+
1024
+ #: pro/enhanced-media-library-pro.php:119
1025
+ msgid "ALL files belong to this item"
1026
+ msgstr ""
1027
+
1028
+ #: pro/enhanced-media-library-pro.php:120
1029
+ msgid "SOME files belong to this item"
1030
+ msgstr ""
1031
+
1032
+ #: pro/enhanced-media-library-pro.php:121
1033
+ msgid "NO files belong to this item"
1034
+ msgstr ""
1035
+
1036
+ #: pro/enhanced-media-library-pro.php:122
1037
+ msgid "Changes saved."
1038
+ msgstr ""
1039
+
1040
+ #: pro/enhanced-media-library-pro.php:123
1041
+ msgid "Something went wrong."
1042
+ msgstr ""
1043
+
1044
+ #: pro/enhanced-media-library-pro.php:126
1045
+ msgid "Edit Media Files"
1046
+ msgstr ""
1047
+
1048
+ #: pro/enhanced-media-library-pro.php:129
1049
+ msgid "Selecting"
1050
+ msgstr ""
1051
+
1052
+ #: pro/enhanced-media-library-pro.php:130
1053
+ msgid "Delete Selected Permanently"
1054
+ msgstr ""
1055
+
1056
+ #: pro/enhanced-media-library-pro.php:131
1057
+ msgid "You are about to permanently delete all selected items."
1058
+ msgstr ""
1059
+
1060
+ #: pro/enhanced-media-library-pro.php:132
1061
+ msgid "Delete"
1062
+ msgstr ""
1063
+
1064
+ #: pro/enhanced-media-library-pro.php:134
1065
+ msgid "Moving to Trash"
1066
+ msgstr ""
1067
+
1068
+ #: pro/enhanced-media-library-pro.php:135
1069
+ msgid "Restoring"
1070
+ msgstr ""
1071
+
1072
+ #: pro/enhanced-media-library-pro.php:136
1073
+ msgid "Deleting"
1074
+ msgstr ""
1075
+
1076
+ #: pro/enhanced-media-library-pro.php:160
1077
+ msgid "Create a filter-based gallery"
1078
+ msgstr ""
1079
+
1080
+ #: pro/enhanced-media-library-pro.php:161
1081
+ msgid "Create a filter-based playlist"
1082
+ msgstr ""
1083
+
1084
+ #: pro/enhanced-media-library-pro.php:162
1085
+ msgid "Create a filter-based video playlist"
1086
+ msgstr ""
1087
+
1088
+ #: pro/enhanced-media-library-pro.php:240
1089
+ msgid ""
1090
+ "Please deactivate and <strong>remove</strong> the old FREE version prior to "
1091
+ "the <strong>Enhanced Media Library PRO</strong> activation. All your data "
1092
+ "will remain intact."
1093
+ msgstr ""
1094
+
1095
+ #: pro/enhanced-media-library-pro.php:240
1096
+ msgid "Return to Plugins"
1097
+ msgstr ""
1098
+
1099
+ #: pro/enhanced-media-library-pro.php:291
1100
+ msgid ""
1101
+ "Both FREE and PRO versions of the Enhanced Media Library are network active. "
1102
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1103
+ "be active. Please network deactivate and delete the free versions of the "
1104
+ "plugin. All your data will remain intact."
1105
+ msgstr ""
1106
+
1107
+ #: pro/enhanced-media-library-pro.php:308
1108
+ msgid ""
1109
+ "<strong>Enhanced Media Library PRO</strong> does not require free version to "
1110
+ "be active. Please deactivate and delete the free version of the plugin. All "
1111
+ "your data will remain intact."
1112
+ msgstr ""
1113
+
1114
+ #: pro/enhanced-media-library-pro.php:324
1115
+ msgid ""
1116
+ "Both FREE and PRO versions of the Enhanced Media Library are active for this "
1117
+ "site. <strong>Enhanced Media Library PRO</strong> does not require free "
1118
+ "version to be active. Please deactivate (or network deactivate) and delete "
1119
+ "the free version of the plugin for this site. All your data will remail "
1120
+ "intact."
1121
+ msgstr ""
1122
+
1123
  #. Plugin URI of the plugin/theme
1124
  #. Author URI of the plugin/theme
1125
  msgid "http://wpUXsolutions.com"
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.7.2
6
- Stable tag: 2.4.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -168,6 +168,17 @@ Please notice that you use Enhanced Media Library with other plugins which add m
168
 
169
  == Changelog ==
170
 
 
 
 
 
 
 
 
 
 
 
 
171
  = 2.4.4 =
172
  *Release Date - February 16, 2017*
173
 
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.8
6
+ Stable tag: 2.4.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
168
 
169
  == Changelog ==
170
 
171
+ = 2.4.5 =
172
+ *Release Date - June 8, 2017*
173
+
174
+ = Compatibility =
175
+ * WordPress 4.8 compatibility ensured
176
+
177
+ = Bugfixes =
178
+ * Media library grid view layout fixed (a bug since WP 4.7.4)
179
+
180
+
181
+ &nbsp;
182
  = 2.4.4 =
183
  *Release Date - February 16, 2017*
184