Admin Columns - Version 2.4.9

Version Description

  • [Added] Display format Url added to Custom Fields
  • [Added] Allow the use of before and after fields for all columns. Use add_filter( 'cac/column/properties/use_before_after', '__return_true' ).
  • [Fixed] Removed Field Groups from post types
  • [Fixed] Removed additional avatars from the comments view
  • [Added] Added the option to replace the Custom Field select menu with a text input. Use add_filter( 'cac/column/meta/use_text_input', '__return_true' ).
Download this release

Release Info

Developer tschutter
Plugin Icon 128x128 Admin Columns
Version 2.4.9
Comparing to
See all releases

Code changes from version 2.4.8 to 2.4.9

Files changed (38) hide show
  1. assets/css/admin-column.css +3 -7
  2. assets/css/admin-column.min.css +1 -1
  3. assets/css/column.css +25 -2
  4. assets/css/column.min.css +1 -1
  5. classes/addons.php +130 -2
  6. classes/column.php +378 -278
  7. classes/column/acf-placeholder.php +1 -1
  8. classes/column/custom-field.php +106 -74
  9. classes/column/post/roles.php +7 -4
  10. classes/column/wc-placeholder.php +1 -1
  11. classes/review_notice.php +2 -2
  12. classes/settings.php +353 -304
  13. classes/storage_model.php +24 -74
  14. classes/storage_model/comment.php +19 -12
  15. classes/storage_model/link.php +9 -3
  16. classes/storage_model/media.php +10 -5
  17. classes/storage_model/post.php +26 -21
  18. classes/storage_model/user.php +10 -4
  19. classes/third_party.php +2 -0
  20. classes/third_party/woocommerce.php +11 -0
  21. classes/upgrade.php +1 -1
  22. classes/utility.php +34 -11
  23. codepress-admin-columns.php +107 -49
  24. languages/codepress-admin-columns-ar.po +1345 -0
  25. languages/codepress-admin-columns-da_DK.po +1337 -0
  26. languages/codepress-admin-columns-es_ES.po +1336 -0
  27. languages/codepress-admin-columns-fa_IR.po +1334 -0
  28. languages/codepress-admin-columns-fr_FR.po +1342 -0
  29. languages/codepress-admin-columns-hu_HU.po +1337 -0
  30. languages/codepress-admin-columns-it_IT.po +1339 -0
  31. languages/codepress-admin-columns-ja.po +1335 -0
  32. languages/codepress-admin-columns-nl_NL.po +1337 -0
  33. languages/codepress-admin-columns-pl_PL.po +1338 -0
  34. languages/codepress-admin-columns-pt_BR.po +1338 -0
  35. languages/codepress-admin-columns-ru_RU.po +1339 -0
  36. languages/codepress-admin-columns-sv_SE.po +1337 -0
  37. languages/codepress-admin-columns-zh_CN.po +1334 -0
  38. readme.txt +19 -12
assets/css/admin-column.css CHANGED
@@ -2,6 +2,9 @@
2
  #cpac a:active {
3
  outline: none;
4
  }
 
 
 
5
  /**
6
  * General
7
  * ----------------------------------------------------------------------------
@@ -107,13 +110,6 @@ a.help {
107
  right: 0;
108
  left: auto;
109
  }
110
- /**
111
- * Header
112
- * ----------------------------------------------------------------------------
113
- */
114
- h2.cpac-nav-tab-wrapper {
115
- margin-bottom: 10px;
116
- }
117
  /**
118
  * Menu
119
  * ----------------------------------------------------------------------------
2
  #cpac a:active {
3
  outline: none;
4
  }
5
+ #cpac h2.cpac-nav-tab-wrapper {
6
+ margin-bottom: 10px;
7
+ }
8
  /**
9
  * General
10
  * ----------------------------------------------------------------------------
110
  right: 0;
111
  left: auto;
112
  }
 
 
 
 
 
 
 
113
  /**
114
  * Menu
115
  * ----------------------------------------------------------------------------
assets/css/admin-column.min.css CHANGED
@@ -1 +1 @@
1
- .button.loading span,.cpac-column .comment-grey-bubble,.icon-no,.icon-yes,a.help{height:16px;width:16px}#cpac a:active,#cpac a:focus{outline:0}#icon-codepress-admin-columns{background:url(../images/icon.png) no-repeat}.cpac-settings-link{float:right;margin:12px 14px 5px 0;background:url(../images/settings.png) no-repeat;padding-left:20px;text-decoration:none;display:inline-block;line-height:16px}.cpac-settings-link.current{font-weight:700}.rtl .cpac-settings-link{float:left;margin:12px 0 5px 14px;padding-right:20px;padding-left:0}.cpac-menu,h2.cpac-nav-tab-wrapper{margin-bottom:10px}a.help{background:url(../images/help.png) no-repeat;display:inline-block}.button.loading{padding-right:25px;position:relative}.rtl .button.loading{padding-left:25px;padding-right:0}.button.loading span{position:absolute;top:2px;right:6px;background:url(../images/loading.gif) right 50% no-repeat;display:inline-block}.icon-no,.icon-yes{display:inline-block;position:relative}.rtl .button.loading span{left:6px;right:auto}.cpac_message.error.warning{border-left:4px solid #ffba00}.icon-yes{background:url(../images/yes.png) no-repeat;top:2px}.icon-no{background:url(../images/no.png) no-repeat;top:2px}.cpac-column .comment-grey-bubble:before{content:'\f101';font:400 20px/.5 dashicons;speak:none;display:inline-block;padding:0;top:4px;left:0;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.rtl .cpac-column .comment-grey-bubble:before{right:0;left:auto}.cpac-menu{clear:both;overflow:hidden}.cpac-menu .subsubsub{white-space:normal;width:100%;margin:0 14px 0 0}.cpac-menu .subsubsub li.first{font-weight:700;min-width:100px}.columns-container{margin-right:300px;max-width:700px}.columns-container .columns-left{float:left;width:100%}.columns-container .columns-right{float:right;margin-right:-300px;width:280px}.columns-container .columns-right .columns-right-inside.fixed{position:fixed;top:40px;width:280px}.ui-sortable-helper{-webkit-box-shadow:1px 3px 6px 0 rgba(1,1,1,.4);box-shadow:1px 3px 6px 0 rgba(1,1,1,.4)}.columns-left .cpac-boxes .cpac-columns form,.columns-right .sidebox{box-shadow:0 1px 3px rgba(0,0,0,.1)}.ui-sortable-helper .column-meta{border-width:1px}.cpac-placeholder{visibility:visible!important;border-top:1px solid #dfdfdf;padding:5px 4px 7px 0}.cpac-placeholder .inner-placeholder{border:1px dashed grey;background:#eee;width:100%;height:100%}.cpac-placeholder :first-child{border:none}.cpac-column .column-meta{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.cpac-column .column-meta:nth-child(2n) .column-meta{background:#f9f9f9}.cpac-column .column-meta img{margin-right:3px}.cpac-column .column-meta table{border:none;background:0 0;border-radius:0}.cpac-column .column-meta table tr td{vertical-align:top;height:18px;border:none solid transparent;padding:11px 8px;border-width:1px 0 0}.cpac-column .column-meta table tr td.column_sort{width:10px;background:url(../images/drag.png) 8px 8px no-repeat;cursor:move}.cpac-column .column-meta table tr td.column_label{width:70%;font-weight:700;vertical-align:middle;position:relative}.cpac-column .column-meta table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.cpac-column .column-meta table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.cpac-column .column-meta table tr td.column_label .inner>a:hover{color:#333}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button{display:none;color:#a00;text-decoration:none;text-shadow:none;font-weight:400;margin-left:5px;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button:hover{color:red}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button{color:#0074a2}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover{color:#2ea2cc}.cpac-column .column-meta table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:400;color:#b2b2b2;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner .meta span{cursor:pointer}.cpac-column .column-meta table tr td.column_label .inner .meta span.width{margin-right:5px;cursor:auto;color:#737373}.cpac-column .column-meta table tr td.column_label span.vers{float:left}.cpac-column .column-meta table tr td.column_type{width:auto;min-width:120px;text-align:right;vertical-align:middle;color:#999;padding-right:0}.cpac-column .column-meta table tr td.column_type .inner{height:18px;overflow:hidden}.cpac-column .column-meta table tr td.column_type .inner a{color:#999}.cpac-column .column-meta table tr td.column_edit{width:38px;min-width:38px;background:url(../images/arrow.png) 23px 18px no-repeat;cursor:pointer}.cpac-column .column-meta:hover .column_label .inner>a.clone-button,.cpac-column .column-meta:hover .column_label .inner>a.edit-button,.cpac-column .column-meta:hover .column_label .inner>a.remove-button{display:inline-block}.cpac-column .column-meta span.vers{padding-top:2px}.cpac-column .column-meta span.vers .comment-grey-bubble{float:right}.cpac-column .column-form{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.cpac-column .column-form table{border:none;background:#fcfcfc}.cpac-column .column-form table tr.hide{display:none}.cpac-column .column-form table tr td{vertical-align:top;border:none;padding:8px;background:#fff;border-top:1px solid #F5F5F5}.cpac-column .column-form table tr td input[type=text],.cpac-column .column-form table tr td select{width:99.95%}.cpac-column .column-form table tr td input[type=text].small,.cpac-column .column-form table tr td select.small{width:100px}.cpac-column .column-form table tr td span.suffix{line-height:40px;color:grey}.cpac-column .column-form table tr td select optgroup:nth-child(2n){background:#F9F9F9}.cpac-column .column-form table tr td.label{position:relative;overflow:visible;background:#f5f5f5;border-right:1px solid #E1E1E1;vertical-align:top;width:34%;border-top:1px solid #F0F0F0}.column-footer,.wp-pointer-content{overflow:hidden}.cpac-column .column-form table tr td.label label{font-weight:700;color:#333;display:block;position:relative}.cpac-column .column-form table tr td.label p{color:#666;display:block;font-size:12px;font-style:normal;line-height:16px;margin:0!important}.cpac-column .column-form table tr td.label p.description{display:none;position:absolute;z-index:99;top:30px;left:0;background:#eaf2fa;border-radius:5px;border:1px solid #c7d7e2;padding:5px 8px!important;font-weight:400}.cpac-column .column-form table tr td.label p.description em{display:block;color:#999}.cpac-column .column-form table tr td.label .info{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cpac-column .column-form table tr td.label .info:before{position:absolute;z-index:1;right:10px;top:50%;margin-top:-7px;content:'';display:block;border-radius:32px;border:1px solid #E6E6E6;width:12px;height:12px}.cpac-column .column-form table tr td.label .info:after{position:absolute;z-index:1;right:10px;top:50%;margin-top:-6px;content:'?';display:block;width:14px;height:14px;color:#E6E6E6;font:700 10px Arial;text-align:center;vertical-align:middle;line-height:14px}.cpac-column .column-form table tr td.input label{padding-left:10px;padding-right:0}.cpac-column .column-form table tr td.input div.msg{margin-top:5px;display:none;color:#333;padding:6px 8px;background-color:#ffebe8;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cpac-column .column-form table tr td.input .section{padding:12px}.cpac-column .column-form table tr.column_width .input{position:relative}.cpac-column .column-form table tr.column_width .input div.description{font-size:11px;width:54px;position:absolute;left:10px;text-align:middle}.cpac-column .column-form table tr.column_width .input div.description input{background:#efefef;border:none;height:20px;line-height:20px;text-align:right;width:36px;font-size:12px}.cpac-column .column-form table tr.column_width .input div.width-slider{margin-left:60px;margin-right:100px;position:relative;margin-top:4px}.cpac-column .column-form table tr.column_width .input div.width-slider .ui-slider-handle{cursor:ew-resize}.cpac-column .column-form table tr.column_width .input div.unit-select{position:absolute;top:8px;right:10px;width:90px;text-align:right}.cpac-column .column-form table tr.column_width .input div.unit-select label{padding-left:5px}.cpac-column .column-form table tr.column_image_size{border:10px solid red}.cpac-column .column-form table tr.column_image_size td.input label.custom-size{display:inline-block;margin-top:4px;margin-bottom:4px}.cpac-column .column-form table tr.column_image_size td.input label.custom-size input{margin-right:3px}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size{display:inline-block}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h.hidden,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w.hidden,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .hidden{display:none}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w{margin:0}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h input[type=text],.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w input[type=text]{margin-right:3px;width:40px!important}.cpac-column .column-form table tr.column_action td{background:#f9f9f9}.cpac-column .column-form table tr.column_action td p{margin:0}.cpac-column .column-form table tr.column_action td p a.remove-button{color:#a00;text-decoration:none;text-shadow:none;font-weight:400;margin-left:5px;font-size:12px;padding:0 5px}.cpac-column .column-form table tr.column_action td p a.remove-button:hover{color:#fff;background:red}.cpac-column .column-form table tr:first-child td{border-top:none}.cpac-column.loading .column-form>.spinner{position:absolute;left:50%;top:50%;z-index:200;margin-left:-10px;margin-top:-10px;display:block}.cpac-column.loading .column-form:before{content:'';position:absolute;width:100%;height:100%;background:#FFF;z-index:100;opacity:.5}.cpac-column.opened .column-meta{background-color:#c7c7c7;background-image:-ms-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:-moz-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:-o-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#c7c7c7));background-image:-webkit-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:linear-gradient(top,#e9e9e9,#c7c7c7);border-color:#aeaeae}.cpac-column.opened .column-meta table{background:0 0}.cpac-column.opened .column-meta table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #FFF}.cpac-column.opened .column-meta table td a{color:#333;text-shadow:0 1px 0 #FFF}.cpac-column.opened .column-meta table td.column_sort{background-position:8px -39px}.cpac-column.opened .column-meta table td.column_label .inner .meta span{color:grey;text-shadow:none}.cpac-column.opened .column-meta table td.column_type{color:#5C5C5C}.column-footer{background:#EAF2FA;border:1px solid #c7d7e2;min-height:26px;padding:8px}.column-footer .order-message{background:url(../images/order_arrow.png) no-repeat;color:#7A9BBE;float:left;font-family:Comic Sans MS,sans-serif;font-size:11px;height:13px;line-height:1em;margin-left:4px;padding:7px 0 0 22px;text-shadow:0 1px 0 #FFF;display:inline-block}.column-footer .button-container{float:right;display:inline-block;margin-top:-5px}.column-footer .button-container a{display:inline-block;margin-top:5px}.cpac-content-body hr{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none;border-color:#DFDFDF -moz-use-text-color -moz-use-text-color;border-image:none;border-right:0 none;border-style:solid none none;border-width:1px 0 0;clear:both;margin:30px 0;opacity:.2}#cpac-welcome.about-wrap div.error{display:block!important}.cpac-alert{display:inline-block;background:#FCF8E3;border:1px solid #FBEED5;border-radius:4px;color:#C09853;margin:20px 0;padding:16px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cpac-alert p{margin:0}.cpac-alert.cpac-alert-success{background-color:#DFF0D8;border-color:#D6E9C6;color:#468847}.cpac-alert.cpac-alert-error{background-color:#F2DEDE;border-color:#EED3D7;color:#B94A48}.cpac-alert a.button-primary{height:28px;line-height:28px;display:inline-block}#cpac-download-add-ons-table{max-width:600px}.wp-core-ui .button-large{height:40px;line-height:40px;font-size:16px;padding:0 15px;text-shadow:0 1px 0 rgba(0,0,0,.5)}.cac-notification.updated{border-left-color:#0071aa}.cac-notification.updated .learnmore{float:right}.cac-notification.updated .learnmore:after{content:"\f139";font:400 20px/1 dashicons;float:right}.columns-right{margin-top:54px}.columns-right .sidebox{background:#FFF;border:1px solid #E1E1E1;border-radius:0;position:relative;margin-bottom:14px}.columns-right .sidebox h3{padding:10px;margin:0}.columns-right .sidebox h3.title{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:15px;font-weight:400;line-height:1;margin:0;padding:7px 10px;background:#f1f1f1;background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9);border-bottom-color:#dfdfdf;text-shadow:#fff 0 1px 0;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;border-bottom-style:solid;border-bottom-width:1px}.columns-right .sidebox .inside{padding:10px}.columns-right .sidebox .inside p{margin-top:0}.columns-right .sidebox#form-actions .form-reset{border-bottom:1px solid #F5F5F5;padding:8px}.columns-right .sidebox#form-actions .reset-column-type{text-decoration:none;color:#BC0B0B;line-height:25px;display:inline-block}.columns-right .sidebox#form-actions .form-update{padding:8px;overflow:hidden}.columns-right .sidebox#form-actions .submit-update{display:block;width:100%;height:28px;line-height:28px;text-align:center}.columns-right .sidebox#pro-version .cta{background:url(../images/get_the_addon.png) no-repeat;background-size:cover}.columns-right .sidebox#pro-version .padding-box{padding:8px 15px 0}.columns-right .sidebox#pro-version h3 a{color:#fff;font-size:19px;text-decoration:none;font-weight:400;margin-top:6px}.columns-right .sidebox#pro-version .inside ul{margin:0 0 10px}.columns-right .sidebox#pro-version .inside ul li{margin:0;padding:0}.columns-right .sidebox#pro-version .inside ul li a{display:inline-block;min-height:24px;font-size:19px;line-height:24px;margin-bottom:1px;padding:0 5px;background:#000;color:#fff;text-decoration:none}.columns-right .sidebox#pro-version .inside ul li.acf a{background-color:#5ee8bf;color:grey}.columns-right .sidebox#pro-version .inside p{color:#fff;font-size:12px}.columns-right .sidebox#pro-version .inside p a{color:#fff;display:inline-block;background:#a4c518;padding:0 2px;font-size:15px;text-decoration:none}.columns-right .sidebox#add-acf{background-color:#5ee8bf}.columns-right .sidebox#add-acf h3{padding:0}.columns-right .sidebox#add-acf h3 a{color:#fff;text-decoration:none;font-size:15px}.columns-right .sidebox#direct-feedback #feedback-rate,.columns-right .sidebox#direct-feedback #feedback-support{display:none}.columns-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #CCC;width:48%;height:64px;text-align:center;line-height:64px;font-weight:700;color:#222;display:inline-block;text-decoration:none}.columns-right .sidebox#direct-feedback .inside>a:hover{background:#FAFAFA}.columns-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.columns-right .sidebox#direct-feedback .inside form input[type=submit]{float:right;border-radius:4px;border:1px solid #CCC;height:32px;text-align:center;line-height:32px;font-weight:700;font-size:12px;padding:0 32px;color:#CCC;display:inline-block;background:0 0;text-decoration:none;cursor:pointer}.columns-right .sidebox#direct-feedback .inside form input[type=submit]:hover,.columns-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#FAFAFA}.columns-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.columns-right .sidebox#direct-feedback .inside ul{margin:0}.columns-right .sidebox#direct-feedback .inside ul.share li{margin:0 0 0 9px;display:block;float:left;width:30%}.columns-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #CCC;border-radius:4px;display:block}.columns-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.columns-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}table.cpac-form-table{max-width:1100px;margin-top:20px}table.cpac-form-table>tbody>tr>td,table.cpac-form-table>tbody>tr>th{vertical-align:top}table.cpac-form-table td.padding-22{padding-top:22px}table.cpac-form-table td .cpac_export .ms-container{background:url(../images/switch_bw.png) 50% 50% no-repeat}table.cpac-form-table td .cpac_export .ms-container .ms-selectable{width:48%;margin-right:0}table.cpac-form-table td .cpac_export .ms-container .ms-selection{float:right;width:48%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list{width:100%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list li{margin:0;padding-top:5px;padding-bottom:5px}table.cpac-form-table.settings tr td{padding-top:74px}table.cpac-form-table.settings tr:first-child th{padding-top:0}table.cpac-form-table.settings tr:first-child td{padding-top:54px}.wp-pointer-content ol{margin-left:1.5em;padding:0 15px}.wp-pointer-right{margin-right:15px}body.rtl .wp-pointer-right{margin-left:15px;margin-right:0}body.rtl .wp-pointer-right ol{margin-right:1.5em;margin-left:0}body.rtl .cpac-menu .subsubsub{margin-left:14px;margin-right:0}body.rtl .columns-container{margin-left:300px;margin-right:0}body.rtl .columns-left{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-meta img{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner>a.remove-button{margin-right:12px;margin-left:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner .meta{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label span.vers{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label a.more-info,body.rtl .columns-left .cpac-columns .cpac-column .column-meta span.vers .comment-grey-bubble{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_type{text-align:left;padding-left:0;padding-right:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr.column_image_size td.input label input{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label p.description{right:0;left:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-form div.description,body.rtl .columns-left .cpac-columns .cpac-column .column-form div.input-width-range{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form tr td.input label{padding-left:10px;padding-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form a.help{float:left}body.rtl .columns-left .column-footer .order-message{float:right;padding-right:22px;padding-left:0;background:url(../images/order_arrow-rtl.png) right top no-repeat}body.rtl .columns-left .column-footer .button-container,body.rtl .cpac_export .ms-container .ms-selection{float:left}body.rtl .columns-right{float:left;margin-left:-300px;margin-right:0}body.rtl .cpac-placeholder{padding:5px 0 7px 4px}@media only screen and (max-width:900px){.columns-container{margin-right:0}.columns-container .columns-left{float:none}.columns-container .columns-right{float:none;margin-top:0;margin-right:0;width:100%}.columns-container .columns-right .columns-right-inside.fixed{position:relative;top:0;width:100%}}.cpac-addons li{width:200px;background:#FFF;float:left;margin-right:16px;margin-bottom:16px;border:1px solid #DDD;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.cpac-addons li:hover{-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.25);box-shadow:0 3px 10px 0 rgba(0,0,0,.25)}.cpac-addons li a{color:#444}.cpac-addons li .cpac-addon-content{display:table;width:100%;height:125px;text-align:center;vertical-align:middle;border-top:1px solid #DDD;background:#0069a4;background:-moz-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#0069a4),color-stop(100%,#085079));background:-webkit-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:-o-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:-ms-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:radial-gradient(ellipse at center,#0069a4 0,#085079 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a4', endColorstr='#085079', GradientType=1)}.cpac-addons li .cpac-addon-content>*{display:table-cell;vertical-align:middle}.cpac-addons li .cpac-addon-content h3{padding:0 16px;color:#FFF;line-height:150%}.cpac-addons li .cpac-addon-content img{width:100%}.cpac-addons li .cpac-addon-header{width:100%;padding:25px 15px;-moz-box-sizing:border-box;box-sizing:border-box}.cpac-addons li .cpac-addon-header>:first-child{margin-top:0}.cpac-addons li .cpac-addon-header>:last-child{margin-bottom:0}.cpac-addons li .cpac-addon-actions{background:#EEE;border-top:1px solid #DDD;padding:8px}.cpac-addons li .cpac-addon-actions .cpac-installed:before{content:"\f147";font-family:dashicons;vertical-align:middle;margin-left:-5px;margin-right:3px}
1
+ .button.loading span,.cpac-column .comment-grey-bubble,.icon-no,.icon-yes,a.help{height:16px;width:16px}#cpac a:active,#cpac a:focus{outline:0}#cpac h2.cpac-nav-tab-wrapper{margin-bottom:10px}#icon-codepress-admin-columns{background:url(../images/icon.png) no-repeat}.cpac-settings-link{float:right;margin:12px 14px 5px 0;background:url(../images/settings.png) no-repeat;padding-left:20px;text-decoration:none;display:inline-block;line-height:16px}.cpac-settings-link.current{font-weight:700}.rtl .cpac-settings-link{float:left;margin:12px 0 5px 14px;padding-right:20px;padding-left:0}a.help{background:url(../images/help.png) no-repeat;display:inline-block}.button.loading{padding-right:25px;position:relative}.rtl .button.loading{padding-left:25px;padding-right:0}.button.loading span{position:absolute;top:2px;right:6px;background:url(../images/loading.gif) right 50% no-repeat;display:inline-block}.icon-no,.icon-yes{display:inline-block;position:relative}.rtl .button.loading span{left:6px;right:auto}.cpac_message.error.warning{border-left:4px solid #ffba00}.icon-yes{background:url(../images/yes.png) no-repeat;top:2px}.icon-no{background:url(../images/no.png) no-repeat;top:2px}.cpac-column .comment-grey-bubble:before{content:'\f101';font:400 20px/.5 dashicons;speak:none;display:inline-block;padding:0;top:4px;left:0;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.rtl .cpac-column .comment-grey-bubble:before{right:0;left:auto}.cpac-menu{clear:both;overflow:hidden;margin-bottom:10px}.cpac-menu .subsubsub{white-space:normal;width:100%;margin:0 14px 0 0}.cpac-menu .subsubsub li.first{font-weight:700;min-width:100px}.columns-container{margin-right:300px;max-width:700px}.columns-container .columns-left{float:left;width:100%}.columns-container .columns-right{float:right;margin-right:-300px;width:280px}.columns-container .columns-right .columns-right-inside.fixed{position:fixed;top:40px;width:280px}.ui-sortable-helper{-webkit-box-shadow:1px 3px 6px 0 rgba(1,1,1,.4);box-shadow:1px 3px 6px 0 rgba(1,1,1,.4)}.columns-left .cpac-boxes .cpac-columns form,.columns-right .sidebox{box-shadow:0 1px 3px rgba(0,0,0,.1)}.ui-sortable-helper .column-meta{border-width:1px}.cpac-placeholder{visibility:visible!important;border-top:1px solid #dfdfdf;padding:5px 4px 7px 0}.cpac-placeholder .inner-placeholder{border:1px dashed grey;background:#eee;width:100%;height:100%}.cpac-placeholder :first-child{border:none}.cpac-column .column-meta{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.cpac-column .column-meta:nth-child(2n) .column-meta{background:#f9f9f9}.cpac-column .column-meta img{margin-right:3px}.cpac-column .column-meta table{border:none;background:0 0;border-radius:0}.cpac-column .column-meta table tr td{vertical-align:top;height:18px;border:none solid transparent;padding:11px 8px;border-width:1px 0 0}.cpac-column .column-meta table tr td.column_sort{width:10px;background:url(../images/drag.png) 8px 8px no-repeat;cursor:move}.cpac-column .column-meta table tr td.column_label{width:70%;font-weight:700;vertical-align:middle;position:relative}.cpac-column .column-meta table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.cpac-column .column-meta table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.cpac-column .column-meta table tr td.column_label .inner>a:hover{color:#333}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button{display:none;color:#a00;text-decoration:none;text-shadow:none;font-weight:400;margin-left:5px;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button:hover{color:red}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button{color:#0074a2}.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover{color:#2ea2cc}.cpac-column .column-meta table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:400;color:#b2b2b2;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner .meta span{cursor:pointer}.cpac-column .column-meta table tr td.column_label .inner .meta span.width{margin-right:5px;cursor:auto;color:#737373}.cpac-column .column-meta table tr td.column_label span.vers{float:left}.cpac-column .column-meta table tr td.column_type{width:auto;min-width:120px;text-align:right;vertical-align:middle;color:#999;padding-right:0}.cpac-column .column-meta table tr td.column_type .inner{height:18px;overflow:hidden}.cpac-column .column-meta table tr td.column_type .inner a{color:#999}.cpac-column .column-meta table tr td.column_edit{width:38px;min-width:38px;background:url(../images/arrow.png) 23px 18px no-repeat;cursor:pointer}.cpac-column .column-meta:hover .column_label .inner>a.clone-button,.cpac-column .column-meta:hover .column_label .inner>a.edit-button,.cpac-column .column-meta:hover .column_label .inner>a.remove-button{display:inline-block}.cpac-column .column-meta span.vers{padding-top:2px}.cpac-column .column-meta span.vers .comment-grey-bubble{float:right}.cpac-column .column-form{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.cpac-column .column-form table{border:none;background:#fcfcfc}.cpac-column .column-form table tr.hide{display:none}.cpac-column .column-form table tr td{vertical-align:top;border:none;padding:8px;background:#fff;border-top:1px solid #F5F5F5}.cpac-column .column-form table tr td input[type=text],.cpac-column .column-form table tr td select{width:99.95%}.cpac-column .column-form table tr td input[type=text].small,.cpac-column .column-form table tr td select.small{width:100px}.cpac-column .column-form table tr td span.suffix{line-height:40px;color:grey}.cpac-column .column-form table tr td select optgroup:nth-child(2n){background:#F9F9F9}.cpac-column .column-form table tr td.label{position:relative;overflow:visible;background:#f5f5f5;border-right:1px solid #E1E1E1;vertical-align:top;width:34%;border-top:1px solid #F0F0F0}.column-footer,.wp-pointer-content{overflow:hidden}.cpac-column .column-form table tr td.label label{font-weight:700;color:#333;display:block;position:relative}.cpac-column .column-form table tr td.label p{color:#666;display:block;font-size:12px;font-style:normal;line-height:16px;margin:0!important}.cpac-column .column-form table tr td.label p.description{display:none;position:absolute;z-index:99;top:30px;left:0;background:#eaf2fa;border-radius:5px;border:1px solid #c7d7e2;padding:5px 8px!important;font-weight:400}.cpac-column .column-form table tr td.label p.description em{display:block;color:#999}.cpac-column .column-form table tr td.label .info{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cpac-column .column-form table tr td.label .info:before{position:absolute;z-index:1;right:10px;top:50%;margin-top:-7px;content:'';display:block;border-radius:32px;border:1px solid #E6E6E6;width:12px;height:12px}.cpac-column .column-form table tr td.label .info:after{position:absolute;z-index:1;right:10px;top:50%;margin-top:-6px;content:'?';display:block;width:14px;height:14px;color:#E6E6E6;font:700 10px Arial;text-align:center;vertical-align:middle;line-height:14px}.cpac-column .column-form table tr td.input label{padding-left:10px;padding-right:0}.cpac-column .column-form table tr td.input div.msg{margin-top:5px;display:none;color:#333;padding:6px 8px;background-color:#ffebe8;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cpac-column .column-form table tr td.input .section{padding:12px}.cpac-column .column-form table tr.column_width .input{position:relative}.cpac-column .column-form table tr.column_width .input div.description{font-size:11px;width:54px;position:absolute;left:10px;text-align:middle}.cpac-column .column-form table tr.column_width .input div.description input{background:#efefef;border:none;height:20px;line-height:20px;text-align:right;width:36px;font-size:12px}.cpac-column .column-form table tr.column_width .input div.width-slider{margin-left:60px;margin-right:100px;position:relative;margin-top:4px}.cpac-column .column-form table tr.column_width .input div.width-slider .ui-slider-handle{cursor:ew-resize}.cpac-column .column-form table tr.column_width .input div.unit-select{position:absolute;top:8px;right:10px;width:90px;text-align:right}.cpac-column .column-form table tr.column_width .input div.unit-select label{padding-left:5px}.cpac-column .column-form table tr.column_image_size{border:10px solid red}.cpac-column .column-form table tr.column_image_size td.input label.custom-size{display:inline-block;margin-top:4px;margin-bottom:4px}.cpac-column .column-form table tr.column_image_size td.input label.custom-size input{margin-right:3px}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size{display:inline-block}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h.hidden,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w.hidden,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .hidden{display:none}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w{margin:0}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h input[type=text],.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w input[type=text]{margin-right:3px;width:40px!important}.cpac-column .column-form table tr.column_action td{background:#f9f9f9}.cpac-column .column-form table tr.column_action td p{margin:0}.cpac-column .column-form table tr.column_action td p a.remove-button{color:#a00;text-decoration:none;text-shadow:none;font-weight:400;margin-left:5px;font-size:12px;padding:0 5px}.cpac-column .column-form table tr.column_action td p a.remove-button:hover{color:#fff;background:red}.cpac-column .column-form table tr:first-child td{border-top:none}.cpac-column.loading .column-form>.spinner{position:absolute;left:50%;top:50%;z-index:200;margin-left:-10px;margin-top:-10px;display:block}.cpac-column.loading .column-form:before{content:'';position:absolute;width:100%;height:100%;background:#FFF;z-index:100;opacity:.5}.cpac-column.opened .column-meta{background-color:#c7c7c7;background-image:-ms-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:-moz-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:-o-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#c7c7c7));background-image:-webkit-linear-gradient(top,#e9e9e9,#c7c7c7);background-image:linear-gradient(top,#e9e9e9,#c7c7c7);border-color:#aeaeae}.cpac-column.opened .column-meta table{background:0 0}.cpac-column.opened .column-meta table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #FFF}.cpac-column.opened .column-meta table td a{color:#333;text-shadow:0 1px 0 #FFF}.cpac-column.opened .column-meta table td.column_sort{background-position:8px -39px}.cpac-column.opened .column-meta table td.column_label .inner .meta span{color:grey;text-shadow:none}.cpac-column.opened .column-meta table td.column_type{color:#5C5C5C}.column-footer{background:#EAF2FA;border:1px solid #c7d7e2;min-height:26px;padding:8px}.column-footer .order-message{background:url(../images/order_arrow.png) no-repeat;color:#7A9BBE;float:left;font-family:Comic Sans MS,sans-serif;font-size:11px;height:13px;line-height:1em;margin-left:4px;padding:7px 0 0 22px;text-shadow:0 1px 0 #FFF;display:inline-block}.column-footer .button-container{float:right;display:inline-block;margin-top:-5px}.column-footer .button-container a{display:inline-block;margin-top:5px}.cpac-content-body hr{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none;border-color:#DFDFDF -moz-use-text-color -moz-use-text-color;border-image:none;border-right:0 none;border-style:solid none none;border-width:1px 0 0;clear:both;margin:30px 0;opacity:.2}#cpac-welcome.about-wrap div.error{display:block!important}.cpac-alert{display:inline-block;background:#FCF8E3;border:1px solid #FBEED5;border-radius:4px;color:#C09853;margin:20px 0;padding:16px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cpac-alert p{margin:0}.cpac-alert.cpac-alert-success{background-color:#DFF0D8;border-color:#D6E9C6;color:#468847}.cpac-alert.cpac-alert-error{background-color:#F2DEDE;border-color:#EED3D7;color:#B94A48}.cpac-alert a.button-primary{height:28px;line-height:28px;display:inline-block}#cpac-download-add-ons-table{max-width:600px}.wp-core-ui .button-large{height:40px;line-height:40px;font-size:16px;padding:0 15px;text-shadow:0 1px 0 rgba(0,0,0,.5)}.cac-notification.updated{border-left-color:#0071aa}.cac-notification.updated .learnmore{float:right}.cac-notification.updated .learnmore:after{content:"\f139";font:400 20px/1 dashicons;float:right}.columns-right{margin-top:54px}.columns-right .sidebox{background:#FFF;border:1px solid #E1E1E1;border-radius:0;position:relative;margin-bottom:14px}.columns-right .sidebox h3{padding:10px;margin:0}.columns-right .sidebox h3.title{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:15px;font-weight:400;line-height:1;margin:0;padding:7px 10px;background:#f1f1f1;background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9);border-bottom-color:#dfdfdf;text-shadow:#fff 0 1px 0;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;border-bottom-style:solid;border-bottom-width:1px}.columns-right .sidebox .inside{padding:10px}.columns-right .sidebox .inside p{margin-top:0}.columns-right .sidebox#form-actions .form-reset{border-bottom:1px solid #F5F5F5;padding:8px}.columns-right .sidebox#form-actions .reset-column-type{text-decoration:none;color:#BC0B0B;line-height:25px;display:inline-block}.columns-right .sidebox#form-actions .form-update{padding:8px;overflow:hidden}.columns-right .sidebox#form-actions .submit-update{display:block;width:100%;height:28px;line-height:28px;text-align:center}.columns-right .sidebox#pro-version .cta{background:url(../images/get_the_addon.png) no-repeat;background-size:cover}.columns-right .sidebox#pro-version .padding-box{padding:8px 15px 0}.columns-right .sidebox#pro-version h3 a{color:#fff;font-size:19px;text-decoration:none;font-weight:400;margin-top:6px}.columns-right .sidebox#pro-version .inside ul{margin:0 0 10px}.columns-right .sidebox#pro-version .inside ul li{margin:0;padding:0}.columns-right .sidebox#pro-version .inside ul li a{display:inline-block;min-height:24px;font-size:19px;line-height:24px;margin-bottom:1px;padding:0 5px;background:#000;color:#fff;text-decoration:none}.columns-right .sidebox#pro-version .inside ul li.acf a{background-color:#5ee8bf;color:grey}.columns-right .sidebox#pro-version .inside p{color:#fff;font-size:12px}.columns-right .sidebox#pro-version .inside p a{color:#fff;display:inline-block;background:#a4c518;padding:0 2px;font-size:15px;text-decoration:none}.columns-right .sidebox#add-acf{background-color:#5ee8bf}.columns-right .sidebox#add-acf h3{padding:0}.columns-right .sidebox#add-acf h3 a{color:#fff;text-decoration:none;font-size:15px}.columns-right .sidebox#direct-feedback #feedback-rate,.columns-right .sidebox#direct-feedback #feedback-support{display:none}.columns-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #CCC;width:48%;height:64px;text-align:center;line-height:64px;font-weight:700;color:#222;display:inline-block;text-decoration:none}.columns-right .sidebox#direct-feedback .inside>a:hover{background:#FAFAFA}.columns-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.columns-right .sidebox#direct-feedback .inside form input[type=submit]{float:right;border-radius:4px;border:1px solid #CCC;height:32px;text-align:center;line-height:32px;font-weight:700;font-size:12px;padding:0 32px;color:#CCC;display:inline-block;background:0 0;text-decoration:none;cursor:pointer}.columns-right .sidebox#direct-feedback .inside form input[type=submit]:hover,.columns-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#FAFAFA}.columns-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.columns-right .sidebox#direct-feedback .inside ul{margin:0}.columns-right .sidebox#direct-feedback .inside ul.share li{margin:0 0 0 9px;display:block;float:left;width:30%}.columns-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #CCC;border-radius:4px;display:block}.columns-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.columns-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}table.cpac-form-table{max-width:1100px;margin-top:20px}table.cpac-form-table>tbody>tr>td,table.cpac-form-table>tbody>tr>th{vertical-align:top}table.cpac-form-table td.padding-22{padding-top:22px}table.cpac-form-table td .cpac_export .ms-container{background:url(../images/switch_bw.png) 50% 50% no-repeat}table.cpac-form-table td .cpac_export .ms-container .ms-selectable{width:48%;margin-right:0}table.cpac-form-table td .cpac_export .ms-container .ms-selection{float:right;width:48%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list{width:100%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list li{margin:0;padding-top:5px;padding-bottom:5px}table.cpac-form-table.settings tr td{padding-top:74px}table.cpac-form-table.settings tr:first-child th{padding-top:0}table.cpac-form-table.settings tr:first-child td{padding-top:54px}.wp-pointer-content ol{margin-left:1.5em;padding:0 15px}.wp-pointer-right{margin-right:15px}body.rtl .wp-pointer-right{margin-left:15px;margin-right:0}body.rtl .wp-pointer-right ol{margin-right:1.5em;margin-left:0}body.rtl .cpac-menu .subsubsub{margin-left:14px;margin-right:0}body.rtl .columns-container{margin-left:300px;margin-right:0}body.rtl .columns-left{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-meta img{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner>a.remove-button{margin-right:12px;margin-left:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner .meta{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label span.vers{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label a.more-info,body.rtl .columns-left .cpac-columns .cpac-column .column-meta span.vers .comment-grey-bubble{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_type{text-align:left;padding-left:0;padding-right:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr.column_image_size td.input label input{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label p.description{right:0;left:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-form div.description,body.rtl .columns-left .cpac-columns .cpac-column .column-form div.input-width-range{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form tr td.input label{padding-left:10px;padding-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form a.help{float:left}body.rtl .columns-left .column-footer .order-message{float:right;padding-right:22px;padding-left:0;background:url(../images/order_arrow-rtl.png) right top no-repeat}body.rtl .columns-left .column-footer .button-container,body.rtl .cpac_export .ms-container .ms-selection{float:left}body.rtl .columns-right{float:left;margin-left:-300px;margin-right:0}body.rtl .cpac-placeholder{padding:5px 0 7px 4px}@media only screen and (max-width:900px){.columns-container{margin-right:0}.columns-container .columns-left{float:none}.columns-container .columns-right{float:none;margin-top:0;margin-right:0;width:100%}.columns-container .columns-right .columns-right-inside.fixed{position:relative;top:0;width:100%}}.cpac-addons li{width:200px;background:#FFF;float:left;margin-right:16px;margin-bottom:16px;border:1px solid #DDD;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.cpac-addons li:hover{-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.25);box-shadow:0 3px 10px 0 rgba(0,0,0,.25)}.cpac-addons li a{color:#444}.cpac-addons li .cpac-addon-content{display:table;width:100%;height:125px;text-align:center;vertical-align:middle;border-top:1px solid #DDD;background:#0069a4;background:-moz-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#0069a4),color-stop(100%,#085079));background:-webkit-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:-o-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:-ms-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:radial-gradient(ellipse at center,#0069a4 0,#085079 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a4', endColorstr='#085079', GradientType=1)}.cpac-addons li .cpac-addon-content>*{display:table-cell;vertical-align:middle}.cpac-addons li .cpac-addon-content h3{padding:0 16px;color:#FFF;line-height:150%}.cpac-addons li .cpac-addon-content img{width:100%}.cpac-addons li .cpac-addon-header{width:100%;padding:25px 15px;-moz-box-sizing:border-box;box-sizing:border-box}.cpac-addons li .cpac-addon-header>:first-child{margin-top:0}.cpac-addons li .cpac-addon-header>:last-child{margin-bottom:0}.cpac-addons li .cpac-addon-actions{background:#EEE;border-top:1px solid #DDD;padding:8px}.cpac-addons li .cpac-addon-actions .cpac-installed:before{content:"\f147";font-family:dashicons;vertical-align:middle;margin-left:-5px;margin-right:3px}
assets/css/column.css CHANGED
@@ -9,10 +9,32 @@
9
  span.status-closed {
10
  color: red;
11
  }
 
 
 
 
 
12
  .tablenav.top .cpac-edit {
13
- top: 0;
14
  display: inline-block;
15
- vertical-align: bottom;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
  /* =General Column
18
  -------------------------------------------------------------- */
@@ -34,6 +56,7 @@ span.status-closed {
34
  background: transparent;
35
  margin-right: 2px;
36
  overflow: hidden;
 
37
  }
38
  .rtl .cpac-column-value-image {
39
  margin-left: 2px;
9
  span.status-closed {
10
  color: red;
11
  }
12
+ .actions #post-query-submit {
13
+ float: left;
14
+ vertical-align: middle;
15
+ margin-bottom: 4px;
16
+ }
17
  .tablenav.top .cpac-edit {
18
+ top: 2px;
19
  display: inline-block;
20
+ vertical-align: middle;
21
+ float: left;
22
+ margin-bottom: 4px;
23
+ }
24
+ @media screen and (max-width: 782px) {
25
+ .tablenav.top .actions {
26
+ display: block !important;
27
+ margin-bottom: 4px;
28
+ }
29
+ .tablenav.top .actions * {
30
+ display: none;
31
+ }
32
+ .tablenav.top .actions .cpac-edit {
33
+ display: inline-block;
34
+ }
35
+ }
36
+ body.upload-php .tablenav.top .cpac-edit {
37
+ float: none;
38
  }
39
  /* =General Column
40
  -------------------------------------------------------------- */
56
  background: transparent;
57
  margin-right: 2px;
58
  overflow: hidden;
59
+ max-width: 100%;
60
  }
61
  .rtl .cpac-column-value-image {
62
  margin-left: 2px;
assets/css/column.min.css CHANGED
@@ -1 +1 @@
1
- .cpac-divider{display:inline-block;width:14px;height:12px;background:url(../images/square.png) 50% 7px no-repeat}span.status-closed{color:red}.tablenav.top .cpac-edit{top:0;display:inline-block;vertical-align:bottom}.cpac-rounded{display:inline-block;border-radius:10px;min-width:8px;padding:0 6px;height:20px;background-color:#e0e0e0;text-align:center;margin-left:8px;font-size:12px}.cpac-column-value-image{display:inline-block;background:0 0;margin-right:2px;overflow:hidden}.rtl .cpac-column-value-image{margin-left:2px;margin-right:0}.cpac-column-value-image img{display:block;margin:0 auto}.column-column-attachment img{padding-right:5px;padding-bottom:4px}.rtl .column-column-attachment img{padding-left:5px;padding-right:0}div.cpac-color{line-height:26px}div.cpac-color span{display:block;-webkit-border-radius:3px;border-radius:3px;color:#fff;float:left;height:16px;line-height:16px;margin-right:12px;overflow:hidden;padding:4px 5px;font-size:10px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;min-width:47px;text-align:center}.rtl div.cpac-color span{float:right;margin-left:12px;margin-right:0}div.sizes span.not-available{color:#999}.button.cpac-button-action{position:relative;text-indent:9999px;margin-right:4px;padding:0 13px;overflow:hidden}.button.cpac-button-action:before{position:absolute;top:0;left:0;width:100%;height:100%;text-indent:0}.cpac-tip{display:inline-block}.qtip.qtip-tipsy{background:rgba(0,0,0,.75);font-weight:400;min-width:25px}
1
+ .actions #post-query-submit,.tablenav.top .cpac-edit{vertical-align:middle;float:left;margin-bottom:4px}.cpac-divider{display:inline-block;width:14px;height:12px;background:url(../images/square.png) 50% 7px no-repeat}span.status-closed{color:red}.tablenav.top .cpac-edit{top:2px;display:inline-block}@media screen and (max-width:782px){.tablenav.top .actions{display:block!important;margin-bottom:4px}.tablenav.top .actions *{display:none}.tablenav.top .actions .cpac-edit{display:inline-block}}body.upload-php .tablenav.top .cpac-edit{float:none}.cpac-rounded{display:inline-block;border-radius:10px;min-width:8px;padding:0 6px;height:20px;background-color:#e0e0e0;text-align:center;margin-left:8px;font-size:12px}.cpac-column-value-image{display:inline-block;background:0 0;margin-right:2px;overflow:hidden;max-width:100%}.rtl .cpac-column-value-image{margin-left:2px;margin-right:0}.cpac-column-value-image img{display:block;margin:0 auto}.column-column-attachment img{padding-right:5px;padding-bottom:4px}.rtl .column-column-attachment img{padding-left:5px;padding-right:0}div.cpac-color{line-height:26px}div.cpac-color span{display:block;-webkit-border-radius:3px;border-radius:3px;color:#fff;float:left;height:16px;line-height:16px;margin-right:12px;overflow:hidden;padding:4px 5px;font-size:10px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;min-width:47px;text-align:center}.rtl div.cpac-color span{float:right;margin-left:12px;margin-right:0}div.sizes span.not-available{color:#999}.button.cpac-button-action{position:relative;text-indent:9999px;margin-right:4px;padding:0 13px;overflow:hidden}.button.cpac-button-action:before{position:absolute;top:0;left:0;width:100%;height:100%;text-indent:0}.cpac-tip{display:inline-block}.qtip.qtip-tipsy{background:rgba(0,0,0,.75);font-weight:400;min-width:25px}
classes/addons.php CHANGED
@@ -9,6 +9,13 @@ class CPAC_Addons {
9
  */
10
  private $cpac;
11
 
 
 
 
 
 
 
 
12
  /**
13
  * @since 2.2
14
  *
@@ -25,6 +32,127 @@ class CPAC_Addons {
25
 
26
  // Handle install request
27
  add_action( 'admin_init', array( $this, 'handle_install_request' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
29
 
30
  /**
@@ -39,13 +167,13 @@ class CPAC_Addons {
39
  }
40
 
41
  if ( ! $this->get_addon( $_GET['plugin'] ) ) {
42
- cpac_admin_message( 'Addon does not exist.', 'error' );
43
 
44
  return;
45
  }
46
 
47
  if ( ! class_exists( 'CAC_Addon_Pro', false ) ) {
48
- cpac_admin_message( 'You need Admin Columns Pro.', 'error' );
49
 
50
  return;
51
  }
9
  */
10
  private $cpac;
11
 
12
+ /**
13
+ * User meta key for hiding "Install addons" notice
14
+ *
15
+ * @since 2.4.9
16
+ */
17
+ const OPTION_ADMIN_NOTICE_INSTALL_ADDONS_KEY = 'cpac-hide-install-addons-notice';
18
+
19
  /**
20
  * @since 2.2
21
  *
32
 
33
  // Handle install request
34
  add_action( 'admin_init', array( $this, 'handle_install_request' ) );
35
+ add_action( 'admin_notices', array( $this, 'missing_addon_notices' ) );
36
+ add_action( 'wp_ajax_cpac_hide_install_addons_notice', array( $this, 'ajax_hide_install_addons_notice' ) );
37
+ }
38
+
39
+ /**
40
+ * Possibly adds an admin notice when a third party plugin supported by an addon is installed, but the addon isn't
41
+ *
42
+ * @since 2.4.9
43
+ */
44
+ public function missing_addon_notices() {
45
+
46
+ if ( get_user_meta( get_current_user_id(), self::OPTION_ADMIN_NOTICE_INSTALL_ADDONS_KEY, true ) ) {
47
+ return;
48
+ }
49
+
50
+ $plugins = array();
51
+
52
+ if ( $this->cpac->is_plugin_acf_active() && ! class_exists( 'CPAC_Addon_ACF' ) ) {
53
+ $plugins[] = __( 'Advanced Custom Fields', 'codepress-admin-columns' );
54
+ }
55
+
56
+ if ( $this->cpac->is_plugin_woocommerce_active() && ! class_exists( 'CPAC_Addon_WC' ) ) {
57
+ $plugins[] = __( 'WooCommerce', 'codepress-admin-columns' );
58
+ }
59
+
60
+ if ( $plugins ) {
61
+ $num_plugins = count( $plugins );
62
+
63
+ foreach ( $plugins as $index => $plugin ) {
64
+ $plugins[ $index ] = '<strong>' . $plugin . '</strong>';
65
+ }
66
+
67
+ $plugins_list = $plugins[0];
68
+
69
+ if ( $num_plugins > 1 ) {
70
+ if ( $num_plugins > 2 ) {
71
+ $plugins_list = implode( ', ', array_slice( $plugins, 0, $num_plugins - 1 ) );
72
+ $plugins = array( $plugins_list, $plugins[ $num_plugins - 1 ] );
73
+ }
74
+
75
+ $plugins_list = sprintf( __( '%s and %s', 'codepress-admin-columns' ), $plugins[0], $plugins[1] );
76
+ }
77
+ ?>
78
+ <div class="cpac_message updated">
79
+ <a href="#" class="hide-notice hide-install-addons-notice"></a>
80
+ <p><?php printf(
81
+ __( "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!", 'codepress-admin-columns' ),
82
+ $plugins_list,
83
+ '<a href="' . $this->cpac->settings()->get_settings_url( 'addons' ) . '">' . __( 'the addons page', 'codepress-admin-columns' ) . '</a>'
84
+ ); ?>
85
+ </div>
86
+ <style type="text/css">
87
+ body .wrap .cpac_message {
88
+ position: relative;
89
+ padding-right: 40px;
90
+ }
91
+ .cpac_message .spinner.right {
92
+ visibility: visible;
93
+ display: block;
94
+ right: 8px;
95
+ text-decoration: none;
96
+ text-align: right;
97
+ position: absolute;
98
+ top: 50%;
99
+ margin-top: -10px;
100
+ }
101
+ .cpac_message .hide-notice {
102
+ right: 8px;
103
+ text-decoration: none;
104
+ width: 32px;
105
+ text-align: right;
106
+ position: absolute;
107
+ top: 50%;
108
+ height: 32px;
109
+ margin-top: -16px;
110
+ }
111
+ .cpac_message .hide-notice:before {
112
+ display: block;
113
+ content: '\f335';
114
+ font-family: 'Dashicons';
115
+ margin: .5em 0;
116
+ padding: 2px;
117
+ }
118
+ </style>
119
+ <script type="text/javascript">
120
+ jQuery( function( $ ) {
121
+ $( document ).ready( function() {
122
+ $( '.updated a.hide-install-addons-notice' ).click( function( e ) {
123
+ e.preventDefault();
124
+
125
+ var el = $( this ).parents( '.cpac_message' );
126
+ var el_close = el.find( '.hide-notice' );
127
+
128
+ el_close.hide();
129
+ el_close.after( '<div class="spinner right"></div>' );
130
+ el.find( '.spinner' ).show();
131
+
132
+ $.post( ajaxurl, {
133
+ 'action': 'cpac_hide_install_addons_notice'
134
+ }, function( data ) {
135
+ el.find( '.spinner' ).remove();
136
+ el.slideUp();
137
+ } );
138
+
139
+ return false;
140
+ } );
141
+ } );
142
+ } );
143
+ </script>
144
+ <?php
145
+ }
146
+ }
147
+
148
+ /**
149
+ * Ajax callback for hiding the "Missing addons" notice used for notifying users of available integration addons for plugins they have installed
150
+ *
151
+ * @since 2.4.9
152
+ */
153
+ public function ajax_hide_install_addons_notice() {
154
+
155
+ update_user_meta( get_current_user_id(), self::OPTION_ADMIN_NOTICE_INSTALL_ADDONS_KEY, '1', true );
156
  }
157
 
158
  /**
167
  }
168
 
169
  if ( ! $this->get_addon( $_GET['plugin'] ) ) {
170
+ cpac_admin_message( __( 'Addon does not exist.', 'codepress-admin-columns' ), 'error' );
171
 
172
  return;
173
  }
174
 
175
  if ( ! class_exists( 'CAC_Addon_Pro', false ) ) {
176
+ cpac_admin_message( __( 'You need Admin Columns Pro.', 'codepress-admin-columns' ), 'error' );
177
 
178
  return;
179
  }
classes/column.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * CPAC_Column class
4
  *
@@ -48,9 +49,11 @@ class CPAC_Column {
48
  * @since 2.0
49
  *
50
  * @param int $id ID
 
51
  * @return string Value
52
  */
53
- public function get_value( $id ) {}
 
54
 
55
  /**
56
  * Get the raw, underlying value for the column
@@ -59,14 +62,17 @@ class CPAC_Column {
59
  * @since 2.0.3
60
  *
61
  * @param int $id ID
 
62
  * @return mixed Value
63
  */
64
- public function get_raw_value( $id ) {}
 
65
 
66
  /**
67
  * @since 2.0
68
  */
69
- protected function display_settings() {}
 
70
 
71
  /**
72
  * Overwrite this function in child class to sanitize
@@ -75,6 +81,7 @@ class CPAC_Column {
75
  * @since 2.0
76
  *
77
  * @param $options array User submitted column options
 
78
  * @return array Options
79
  */
80
  protected function sanitize_options( $options ) {
@@ -112,7 +119,8 @@ class CPAC_Column {
112
  *
113
  * @since 2.3.4
114
  */
115
- public function scripts() {}
 
116
 
117
  /**
118
  * An object copy (clone) is created for creating multiple column instances.
@@ -122,8 +130,8 @@ class CPAC_Column {
122
  public function __clone() {
123
 
124
  // Force a copy of this->object, otherwise it will point to same object.
125
- $this->options = clone $this->options;
126
- $this->properties = clone $this->properties;
127
  }
128
 
129
  /**
@@ -146,17 +154,18 @@ class CPAC_Column {
146
 
147
  // Default properties
148
  $default_properties = array(
149
- 'clone' => null, // Unique clone ID
150
- 'type' => null, // Unique type
151
- 'name' => null, // Unique name
152
- 'label' => null, // Label which describes this column.
153
- 'classes' => null, // Custom CSS classes for this column.
154
- 'hide_label' => false, // Should the Label be hidden?
155
- 'is_registered' => true, // Should the column be registered based on conditional logic, example usage see: 'post/page-template.php'
156
- 'is_cloneable' => true, // Should the column be cloneable
157
- 'default' => false, // Is this a WP default column,
158
- 'group' => 'custom',
159
- 'hidden' => false
 
160
  );
161
 
162
  // @since 2.4.7
@@ -168,17 +177,18 @@ class CPAC_Column {
168
 
169
  // Default options
170
  $default_options = array(
171
- 'before' => '', // Before field
172
- 'after' => '', // After field
173
- 'width' => null, // Width for this column.
174
- 'width_unit'=> '%', // Unit for width; pecentage (%) or pixels (px).
175
- 'state' => 'off' // Active state for this column.
176
  );
177
 
178
  /**
179
  * Filter the default options for a column instance, such as label and width
180
  *
181
  * @since 2.2
 
182
  * @param array $default_options Default column options
183
  * @param CPAC_Storage_Model $storage_model Storage Model class instance
184
  */
@@ -208,6 +218,7 @@ class CPAC_Column {
208
  * Property $column_instance added in Admin Columns 2.2
209
  *
210
  * @since 2.0
 
211
  * @param array $properties Column properties
212
  * @param CPAC_Storage_Model $storage_model Storage Model class instance
213
  */
@@ -235,6 +246,11 @@ class CPAC_Column {
235
  $this->populate_options();
236
 
237
  $this->sanitize_label();
 
 
 
 
 
238
  }
239
 
240
  /**
@@ -242,14 +258,16 @@ class CPAC_Column {
242
  * Added $options parameter in 2.2
243
  *
244
  * @since 2.0
 
245
  * @param array $options Optional. Options to populate the storage model with. Defaults to options from database.
246
  */
247
- public function populate_options( $options = NULL ) {
248
  $this->options = (object) array_merge( (array) $this->options, is_array( $options ) ? $options : $this->read() );
249
  }
250
 
251
  /**
252
  * @param string $property
 
253
  * @return mixed $value
254
  */
255
  public function set_properties( $property, $value ) {
@@ -260,6 +278,7 @@ class CPAC_Column {
260
 
261
  /**
262
  * @param string $option
 
263
  * @return mixed $value
264
  */
265
  public function set_options( $option, $value ) {
@@ -273,6 +292,7 @@ class CPAC_Column {
273
  */
274
  public function set_filter( $filtering_model ) {
275
  $this->filtering_model = $filtering_model;
 
276
  return $this;
277
  }
278
 
@@ -288,6 +308,7 @@ class CPAC_Column {
288
  */
289
  public function set_editable( $editable_model ) {
290
  $this->editable_model = $editable_model;
 
291
  return $this;
292
  }
293
 
@@ -300,6 +321,7 @@ class CPAC_Column {
300
 
301
  /**
302
  * @param int $id
 
303
  * @return object
304
  */
305
  public function set_clone( $id = null ) {
@@ -312,18 +334,32 @@ class CPAC_Column {
312
  return $this;
313
  }
314
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
315
  /**
316
  * @since 1.0
317
  */
318
  public function get_before() {
319
- return stripslashes( $this->options->before );
320
  }
321
 
322
  /**
323
  * @since 1.0
324
  */
325
  public function get_after() {
326
- return stripslashes( $this->options->after );
327
  }
328
 
329
  /**
@@ -344,6 +380,15 @@ class CPAC_Column {
344
  return $this->properties->name;
345
  }
346
 
 
 
 
 
 
 
 
 
 
347
  /**
348
  * Get the column options set by the user
349
  *
@@ -378,7 +423,9 @@ class CPAC_Column {
378
  * Checks column type
379
  *
380
  * @since 2.3.4
 
381
  * @param string $type Column type. Also work without the 'column-' prefix. Example 'column-meta' or 'meta'.
 
382
  * @return bool Matches column type
383
  */
384
  public function is_type( $type ) {
@@ -415,22 +462,26 @@ class CPAC_Column {
415
 
416
  /**
417
  * @param string $field_key
 
418
  * @return void
419
  */
420
  public function attr_name( $field_name ) {
421
  echo $this->get_attr_name( $field_name );
422
  }
 
423
  public function get_attr_name( $field_name ) {
424
  return "{$this->storage_model->key}[{$this->properties->name}][{$field_name}]";
425
  }
426
 
427
  /**
428
  * @param string $field_key
 
429
  * @return string Attribute Name
430
  */
431
  public function get_attr_id( $field_name ) {
432
  return "cpac-{$this->storage_model->key}-{$this->properties->name}-{$field_name}";
433
  }
 
434
  public function attr_id( $field_name ) {
435
  echo $this->get_attr_id( $field_name );
436
  }
@@ -464,7 +515,9 @@ class CPAC_Column {
464
 
465
  /**
466
  * @since 2.0
 
467
  * @param $options array User submitted column options
 
468
  * @return array Options
469
  */
470
  public function sanitize_storage( $options ) {
@@ -514,11 +567,16 @@ class CPAC_Column {
514
  * Sanitizes label using intern wordpress function esc_url so it matches the label sorting url.
515
  *
516
  * @since 1.0
 
517
  * @param string $string
 
518
  * @return string Sanitized string
519
  */
520
  public function get_sanitized_label() {
521
- $string = esc_url( $this->options->label );
 
 
 
522
  $string = str_replace( 'http://', '', $string );
523
  $string = str_replace( 'https://', '', $string );
524
 
@@ -551,12 +609,14 @@ class CPAC_Column {
551
  if ( is_wp_error( $term_field ) ) {
552
  return false;
553
  }
 
554
  return $term_field;
555
  }
556
 
557
  // since 2.4.8
558
  public function get_raw_post_field( $field, $id ) {
559
  global $wpdb;
 
560
  return $id ? $wpdb->get_var( $wpdb->prepare( "SELECT " . $wpdb->_real_escape( $field ) . " FROM {$wpdb->posts} WHERE ID = %d LIMIT 1", $id ) ) : false;
561
  }
562
 
@@ -567,19 +627,21 @@ class CPAC_Column {
567
 
568
  /**
569
  * @since 1.0
 
570
  * @param int $post_id Post ID
 
571
  * @return string Post Excerpt.
572
  */
573
- protected function get_post_excerpt( $post_id, $words ) {
574
  global $post;
575
 
576
- $save_post = $post;
577
- $post = get_post( $post_id );
578
 
579
  setup_postdata( $post );
580
 
581
- $excerpt = get_the_excerpt();
582
- $post = $save_post;
583
 
584
  if ( $post ) {
585
  setup_postdata( $post );
@@ -605,8 +667,10 @@ class CPAC_Column {
605
 
606
  /**
607
  * @since 1.3.1
 
608
  * @param string $name
609
  * @param string $title
 
610
  * @return string HTML img element
611
  */
612
  public function get_asset_image( $name = '', $title = '' ) {
@@ -614,6 +678,7 @@ class CPAC_Column {
614
  if ( ! $name ) {
615
  return false;
616
  }
 
617
  return sprintf( "<img alt='' src='%s' title='%s'/>", CPAC_URL . "assets/images/{$name}", esc_attr( $title ) );
618
  }
619
 
@@ -629,12 +694,15 @@ class CPAC_Column {
629
  AND post_author = %d
630
  AND post_type = %s
631
  ";
 
632
  return $wpdb->get_var( $wpdb->prepare( $sql, $user_id, $post_type ) );
633
  }
634
 
635
  /**
636
  * @since 1.2.0
 
637
  * @param string $url
 
638
  * @return bool
639
  */
640
  protected function is_image_url( $url ) {
@@ -643,8 +711,8 @@ class CPAC_Column {
643
  return false;
644
  }
645
 
646
- $validExt = array('.jpg', '.jpeg', '.gif', '.png', '.bmp');
647
- $ext = strrchr( $url, '.' );
648
 
649
  return in_array( $ext, $validExt );
650
  }
@@ -655,15 +723,15 @@ class CPAC_Column {
655
  */
656
  public function get_all_image_sizes() {
657
  $image_sizes = array(
658
- 'thumbnail' => __( "Thumbnail", 'codepress-admin-columns' ),
659
- 'medium' => __( "Medium", 'codepress-admin-columns' ),
660
- 'large' => __( "Large", 'codepress-admin-columns' ),
661
- 'full' => __( "Full", 'codepress-admin-columns' )
662
  );
663
 
664
- foreach( get_intermediate_image_sizes() as $size ) {
665
- if ( ! isset( $image_sizes[$size] ) ) {
666
- $image_sizes[$size] = ucwords( str_replace( '-', ' ', $size) );
667
  }
668
  }
669
 
@@ -708,7 +776,9 @@ class CPAC_Column {
708
 
709
  /**
710
  * @since 2.0
 
711
  * @param string $name
 
712
  * @return array Image Sizes
713
  */
714
  public function get_image_size_by_name( $name = '' ) {
@@ -733,23 +803,26 @@ class CPAC_Column {
733
  */
734
  public function image_resize( $file, $max_w, $max_h, $crop = false, $suffix = null, $dest_path = null, $jpeg_quality = 90 ) {
735
  $resized = false;
736
- $editor = wp_get_image_editor( $file );
737
 
738
- if ( is_wp_error( $editor ) )
739
  return false;
 
740
 
741
  $editor->set_quality( $jpeg_quality );
742
 
743
  $resized = $editor->resize( $max_w, $max_h, $crop );
744
- if ( is_wp_error( $resized ) )
745
  return false;
 
746
 
747
  $dest_file = $editor->generate_filename( $suffix, $dest_path );
748
 
749
  $saved = $editor->save( $dest_file );
750
 
751
- if ( is_wp_error( $saved ) )
752
  return false;
 
753
 
754
  $resized = $dest_file;
755
 
@@ -765,6 +838,7 @@ class CPAC_Column {
765
  return false;
766
  }
767
  $text_color = $this->get_text_color( $color_hex );
 
768
  return "<div class='cpac-color'><span style='background-color:{$color_hex};color:{$text_color}'>{$color_hex}</span></div>";
769
  }
770
 
@@ -777,7 +851,7 @@ class CPAC_Column {
777
 
778
  $rgb = $this->hex2rgb( $bg_color );
779
 
780
- return $rgb && ( ( $rgb[0]*0.299 + $rgb[1]*0.587 + $rgb[2]*0.114 ) < 186 ) ? '#ffffff' : '#333333';
781
  }
782
 
783
  /**
@@ -788,16 +862,16 @@ class CPAC_Column {
788
  public function hex2rgb( $hex ) {
789
  $hex = str_replace( "#", "", $hex );
790
 
791
- if(strlen($hex) == 3) {
792
- $r = hexdec(substr($hex,0,1).substr($hex,0,1));
793
- $g = hexdec(substr($hex,1,1).substr($hex,1,1));
794
- $b = hexdec(substr($hex,2,1).substr($hex,2,1));
795
  } else {
796
- $r = hexdec(substr($hex,0,2));
797
- $g = hexdec(substr($hex,2,2));
798
- $b = hexdec(substr($hex,4,2));
799
  }
800
- $rgb = array($r, $g, $b);
801
 
802
  return $rgb;
803
  }
@@ -808,6 +882,7 @@ class CPAC_Column {
808
  * @since 2.3
809
  *
810
  * @param string $input Input string
 
811
  * @return int Number of words
812
  */
813
  public function str_count_words( $input ) {
@@ -815,8 +890,8 @@ class CPAC_Column {
815
  $patterns = array(
816
  'strip' => '/<[a-zA-Z\/][^<>]*>/',
817
  'clean' => '/[0-9.(),;:!?%#$¿\'"_+=\\/-]+/',
818
- 'w' => '/\S\s+/',
819
- 'c' => '/\S/'
820
  );
821
 
822
  $type = 'w';
@@ -834,8 +909,10 @@ class CPAC_Column {
834
 
835
  /**
836
  * @since 1.0
 
837
  * @param mixed $meta Image files or Image ID's
838
  * @param array $args
 
839
  * @return array HTML img elements
840
  */
841
  public function get_thumbnails( $images, $args = array() ) {
@@ -848,24 +925,23 @@ class CPAC_Column {
848
  if ( is_string( $images ) || is_numeric( $images ) ) {
849
  if ( strpos( $images, ',' ) !== false ) {
850
  $images = array_filter( explode( ',', $this->strip_trim( str_replace( ' ', '', $images ) ) ) );
851
- }
852
- else {
853
  $images = array( $images );
854
  }
855
  }
856
 
857
  // Image size
858
  $defaults = array(
859
- 'image_size' => 'cpac-custom',
860
- 'image_size_w' => 80,
861
- 'image_size_h' => 80,
862
  );
863
  $args = wp_parse_args( $args, $defaults );
864
 
865
  extract( $args );
866
 
867
  $thumbnails = array();
868
- foreach( $images as $value ) {
869
 
870
  if ( $this->is_image_url( $value ) ) {
871
 
@@ -881,17 +957,13 @@ class CPAC_Column {
881
 
882
  // try to resize image
883
  if ( $resized = $this->image_resize( $image_path, $image_size_w, $image_size_h, true ) ) {
884
- $thumbnails[] = "<img src='" . str_replace( WP_CONTENT_DIR, WP_CONTENT_URL, $resized ) . "' alt='' width='{$image_size_w}' height='{$image_size_h}' />";
885
- }
886
-
887
- // return full image with maxed dimensions
888
  else {
889
  $thumbnails[] = "<img src='{$value}' alt='' style='max-width:{$image_size_w}px;max-height:{$image_size_h}px' />";
890
  }
891
  }
892
- }
893
-
894
- // Media Attachment
895
  elseif ( is_numeric( $value ) && wp_get_attachment_url( $value ) ) {
896
 
897
  $src = '';
@@ -899,8 +971,8 @@ class CPAC_Column {
899
  $height = '';
900
 
901
  if ( ! $image_size || 'cpac-custom' == $image_size ) {
902
- $width = $image_size_w;
903
- $height = $image_size_h;
904
 
905
  // to make sure wp_get_attachment_image_src() get the image with matching dimensions.
906
  $image_size = array( $width, $height );
@@ -908,18 +980,17 @@ class CPAC_Column {
908
 
909
  // Is Image
910
  if ( $attributes = wp_get_attachment_image_src( $value, $image_size ) ) {
911
- $src = $attributes[0];
912
- $width = $attributes[1];
913
- $height = $attributes[2];
 
914
 
915
  // image size by name
916
  if ( $sizes = $this->get_image_size_by_name( $image_size ) ) {
917
- $width = $sizes['width'];
918
- $height = $sizes['height'];
919
  }
920
- }
921
-
922
- // Is File, use icon
923
  elseif ( $attributes = wp_get_attachment_image_src( $value, $image_size, true ) ) {
924
  $src = $attributes[0];
925
 
@@ -928,11 +999,17 @@ class CPAC_Column {
928
  $height = $sizes['height'];
929
  }
930
  }
 
 
 
931
 
932
- // maximum dimensions
933
- $max = max( array( $width, $height ) );
 
 
 
 
934
 
935
- $thumbnails[] = "<span class='cpac-column-value-image' style='width:{$width}px;height:{$height}px;'><img style='max-width:{$max}px;max-height:{$max}px;' src='{$src}' alt=''/></span>";
936
  }
937
  }
938
 
@@ -943,20 +1020,21 @@ class CPAC_Column {
943
  * Implode for multi dimensional array
944
  *
945
  * @since 1.0
 
946
  * @param string $glue
947
  * @param array $pieces
 
948
  * @return string Imploded array
949
  */
950
  public function recursive_implode( $glue, $pieces ) {
951
- foreach( $pieces as $r_pieces ) {
952
  if ( is_array( $r_pieces ) ) {
953
  $retVal[] = $this->recursive_implode( $glue, $r_pieces );
954
- }
955
- else {
956
  $retVal[] = $r_pieces;
957
  }
958
  }
959
- if ( isset($retVal) && is_array( $retVal ) ) {
960
  return implode( $glue, $retVal );
961
  }
962
 
@@ -967,7 +1045,9 @@ class CPAC_Column {
967
  * Get timestamp
968
  *
969
  * @since 2.0
 
970
  * @param string $date
 
971
  * @return string Formatted date
972
  */
973
  public function get_timestamp( $date ) {
@@ -992,12 +1072,10 @@ class CPAC_Column {
992
 
993
  // Date format: yyyymmdd ( often used by ACF ) must start with 19xx or 20xx and is 8 long
994
  // @todo: in theory a numeric string of 8 can also be a unixtimestamp; no conversion would be needed
995
- if ( 8 === $length && ( strpos( $date, '20' ) === 0 || strpos( $date, '19' ) === 0 ) ) {
996
  $date = strtotime( $date );
997
  }
998
- }
999
-
1000
- // Parse with strtotime if it's not numeric
1001
  else {
1002
  $date = strtotime( $date );
1003
  }
@@ -1007,7 +1085,9 @@ class CPAC_Column {
1007
 
1008
  /**
1009
  * @since 1.3.1
 
1010
  * @param string $date
 
1011
  * @return string Formatted date
1012
  */
1013
  public function get_date( $date, $format = '' ) {
@@ -1024,7 +1104,9 @@ class CPAC_Column {
1024
 
1025
  /**
1026
  * @since 1.3.1
 
1027
  * @param string $date
 
1028
  * @return string Formatted time
1029
  */
1030
  protected function get_time( $date, $format = '' ) {
@@ -1059,12 +1141,10 @@ class CPAC_Column {
1059
  $display_as = $this->options->display_author_as;
1060
 
1061
  if ( 'first_last_name' == $display_as ) {
1062
- $first = ! empty( $userdata->first_name ) ? $userdata->first_name : '';
1063
- $last = ! empty( $userdata->last_name ) ? " {$userdata->last_name}" : '';
1064
- $name = $first.$last;
1065
- }
1066
-
1067
- elseif ( ! empty( $userdata->{$display_as} ) ) {
1068
  $name = $userdata->{$display_as};
1069
  }
1070
  }
@@ -1077,30 +1157,11 @@ class CPAC_Column {
1077
  return $name;
1078
  }
1079
 
1080
- /**
1081
- * @since 2.4.7
1082
- */
1083
- public function get_filter_operator_label( $name ) {
1084
- $operators = $this->get_filter_operators();
1085
- return isset( $operators[ $name ] ) ? $operators[ $name ] : false;
1086
- }
1087
-
1088
- /**
1089
- * @since 2.4.7
1090
- */
1091
- public function get_filter_operators() {
1092
- $operators = array(
1093
- '' => __( 'Exact match', 'codepress-admin-columns' ),
1094
- '<=' => __( 'Lesser than', 'codepress-admin-columns' ),
1095
- '>=' => __( 'Greater than', 'codepress-admin-columns' ),
1096
- 'between' => __( 'Between', 'codepress-admin-columns' ),
1097
- );
1098
- return $operators;
1099
- }
1100
-
1101
  /**
1102
  * @since 2.0
 
1103
  * @param string $field_key
 
1104
  * @return string Attribute Name
1105
  */
1106
  public function label_view( $label, $description = '', $pointer = '' ) {
@@ -1108,7 +1169,7 @@ class CPAC_Column {
1108
  <td class="label">
1109
  <label for="<?php $this->attr_id( $pointer ); ?>">
1110
  <?php echo stripslashes( $label ); ?>
1111
- <?php if( $description ) : ?><p class="description"><?php echo $description; ?></p><?php endif; ?>
1112
  </label>
1113
  </td>
1114
  <?php
@@ -1119,17 +1180,18 @@ class CPAC_Column {
1119
  */
1120
  public function display_field_date_format() {
1121
 
1122
- $field_key = 'date_format';
1123
- $label = __( 'Date Format', 'codepress-admin-columns' );
1124
- $description = __( 'This will determine how the date will be displayed.', 'codepress-admin-columns' );
1125
 
1126
  ?>
1127
  <tr class="column_<?php echo $field_key; ?>">
1128
  <?php $this->label_view( $label, $description, $field_key ); ?>
1129
  <td class="input">
1130
  <input type="text" name="<?php $this->attr_name( $field_key ); ?>" id="<?php $this->attr_id( $field_key ); ?>" value="<?php echo $this->options->date_format; ?>" placeholder="<?php _e( 'Example:', 'codepress-admin-columns' ); ?> d M Y H:i"/>
 
1131
  <p class="description">
1132
- <?php printf( __( "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>." , 'codepress-admin-columns' ), admin_url( 'options-general.php' ) . '#date_format_custom_radio' ); ?>
1133
  <a target='_blank' href='http://codex.wordpress.org/Formatting_Date_and_Time'><?php _e( 'Documentation on date and time formatting.', 'codepress-admin-columns' ); ?></a>
1134
  </p>
1135
  </td>
@@ -1143,9 +1205,9 @@ class CPAC_Column {
1143
  */
1144
  public function display_field_excerpt_length() {
1145
 
1146
- $field_key = 'excerpt_length';
1147
- $label = __( 'Excerpt length', 'codepress-admin-columns' );
1148
- $description = __( 'Number of words', 'codepress-admin-columns' );
1149
 
1150
  ?>
1151
  <tr class="column_<?php echo $field_key; ?>">
@@ -1154,7 +1216,25 @@ class CPAC_Column {
1154
  <input type="text" name="<?php $this->attr_name( $field_key ); ?>" id="<?php $this->attr_id( $field_key ); ?>" value="<?php echo $this->options->excerpt_length; ?>"/>
1155
  </td>
1156
  </tr>
1157
- <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1158
  }
1159
 
1160
  /**
@@ -1162,8 +1242,8 @@ class CPAC_Column {
1162
  */
1163
  public function display_field_preview_size() {
1164
 
1165
- $field_key = 'image_size';
1166
- $label = __( 'Preview size', 'codepress-admin-columns' );
1167
 
1168
  ?>
1169
  <tr class="column_<?php echo $field_key; ?>">
@@ -1179,19 +1259,21 @@ class CPAC_Column {
1179
  <?php endforeach; ?>
1180
 
1181
  <div class="custom_image_size">
1182
- <label for="<?php $this->attr_id( $field_key ); ?>-custom" class="custom-size image-size-custom" >
1183
  <input type="radio" value="cpac-custom" name="<?php $this->attr_name( $field_key ); ?>" id="<?php $this->attr_id( $field_key ); ?>-custom"<?php checked( $this->options->image_size, 'cpac-custom' ); ?>><?php _e( 'Custom', 'codepress-admin-columns' ); ?>
1184
  </label>
1185
- <label for="<?php $this->attr_id( $field_key ); ?>-w" class="custom-size-w<?php echo $this->options->image_size != 'cpac-custom' ? ' hidden' : ''; ?>">
1186
- <input type="text" name="<?php $this->attr_name( 'image_size_w' ); ?>" id="<?php $this->attr_id( $field_key ); ?>-w" value="<?php echo $this->options->image_size_w; ?>" /><?php _e( 'width', 'codepress-admin-columns' ); ?>
 
1187
  </label>
1188
- <label for="<?php $this->attr_id( $field_key ); ?>-h" class="custom-size-h<?php echo $this->options->image_size != 'cpac-custom' ? ' hidden' : ''; ?>">
1189
- <input type="text" name="<?php $this->attr_name( 'image_size_h' ); ?>" id="<?php $this->attr_id( $field_key ); ?>-h" value="<?php echo $this->options->image_size_h; ?>" /><?php _e( 'height', 'codepress-admin-columns' ); ?>
 
1190
  </label>
1191
  </div>
1192
  </td>
1193
  </tr>
1194
- <?php
1195
  }
1196
 
1197
  /**
@@ -1208,14 +1290,14 @@ class CPAC_Column {
1208
  public function display_field_user_format() {
1209
 
1210
  $nametypes = array(
1211
- 'display_name' => __( 'Display Name', 'codepress-admin-columns' ),
1212
- 'first_name' => __( 'First Name', 'codepress-admin-columns' ),
1213
- 'last_name' => __( 'Last Name', 'codepress-admin-columns' ),
1214
- 'nickname' => __( 'Nickname', 'codepress-admin-columns' ),
1215
- 'user_login' => __( 'User Login', 'codepress-admin-columns' ),
1216
- 'user_email' => __( 'User Email', 'codepress-admin-columns' ),
1217
- 'ID' => __( 'User ID', 'codepress-admin-columns' ),
1218
- 'first_last_name' => __( 'First and Last Name', 'codepress-admin-columns' ),
1219
  );
1220
 
1221
  $this->display_field_select( 'display_author_as', __( 'Display format', 'codepress-admin-columns' ), $nametypes, __( 'This is the format of the author name.', 'codepress-admin-columns' ) );
@@ -1223,6 +1305,7 @@ class CPAC_Column {
1223
 
1224
  /**
1225
  * @since 2.3.4
 
1226
  * @param string $name Name of the column option
1227
  * @param string $label Label
1228
  * @param array $options Select options
@@ -1239,9 +1322,9 @@ class CPAC_Column {
1239
  <?php $this->label_view( $label, $description, $name ); ?>
1240
  <td class="input">
1241
  <select name="<?php $this->attr_name( $name ); ?>" id="<?php $this->attr_id( $name ); ?>">
1242
- <?php foreach ( $options as $key => $label ) : ?>
1243
- <option value="<?php echo $key; ?>"<?php selected( $key, $current ); ?>><?php echo $label; ?></option>
1244
- <?php endforeach; ?>
1245
  </select>
1246
  </td>
1247
  </tr>
@@ -1250,6 +1333,7 @@ class CPAC_Column {
1250
 
1251
  /**
1252
  * @since 2.3.4
 
1253
  * @param string $name Name of the column option
1254
  * @param string $label Label
1255
  * @param array $options Select options
@@ -1268,6 +1352,7 @@ class CPAC_Column {
1268
 
1269
  /**
1270
  * @since 2.4.8
 
1271
  * @param string $name Name of the column option
1272
  * @param string $value
1273
  */
@@ -1311,7 +1396,9 @@ class CPAC_Column {
1311
 
1312
  /**
1313
  * @since 2.0
 
1314
  * @param array Column Objects
 
1315
  * @return string HTML List
1316
  */
1317
  public function get_column_list( $columns = array(), $label = '' ) {
@@ -1348,7 +1435,7 @@ class CPAC_Column {
1348
  */
1349
  public function display() {
1350
 
1351
- $classes = implode( ' ', array_filter( array ( "cpac-box-{$this->properties->type}", $this->properties->classes ) ) );
1352
 
1353
  // column list
1354
  $column_list = '';
@@ -1363,54 +1450,55 @@ class CPAC_Column {
1363
 
1364
  ?>
1365
  <div class="cpac-column <?php echo $classes; ?>" data-type="<?php echo $this->properties->type; ?>"<?php echo $data_clone; ?>>
1366
- <input type="hidden" class="column-name" name="<?php echo $this->attr_name( 'column-name' ); ?>" value="<?php echo esc_attr( $this->properties->name ); ?>" />
1367
- <input type="hidden" class="type" name="<?php echo $this->attr_name( 'type' ); ?>" value="<?php echo $this->properties->type; ?>" />
1368
- <input type="hidden" class="clone" name="<?php echo $this->attr_name( 'clone' ); ?>" value="<?php echo $this->properties->clone; ?>" />
 
1369
  <div class="column-meta">
1370
  <table class="widefat">
1371
  <tbody>
1372
- <tr>
1373
- <td class="column_sort"></td>
1374
- <td class="column_label">
1375
- <div class="inner">
1376
- <div class="meta">
1377
-
1378
- <span title="<?php echo esc_attr( __( 'width', 'codepress-admin-columns' ) ); ?>" class="width" data-indicator-id="">
1379
- <?php echo ! empty( $this->options->width ) ? $this->options->width . $this->options->width_unit : ''; ?>
1380
- </span>
1381
-
1382
- <?php
1383
- /**
1384
- * Fires in the meta-element for column options, which is displayed right after the column label
1385
- *
1386
- * @since 2.0
1387
- *
1388
- * @param CPAC_Column $column_instance Column class instance
1389
- */
1390
- do_action( 'cac/column/settings_meta', $this );
1391
-
1392
- /**
1393
- * @deprecated 2.2 Use cac/column/settings_meta instead
1394
- */
1395
- do_action( 'cac/column/label', $this );
1396
- ?>
1397
-
1398
- </div>
1399
- <a class="toggle" href="javascript:;"><?php echo stripslashes( $this->get_label() ); ?></a>
1400
- <a class="edit-button" href="javascript:;"><?php _e( 'Edit', 'codepress-admin-columns' ); ?></a>
1401
- <?php if ( $this->properties->is_cloneable ) : ?>
1402
- <a class="clone-button" href="#"><?php _e( 'Clone', 'codepress-admin-columns' ); ?></a>
1403
- <?php endif; ?>
1404
- <a class="remove-button" href="javascript:;"><?php _e( 'Remove', 'codepress-admin-columns' ); ?></a>
1405
- </div>
1406
- </td>
1407
- <td class="column_type">
1408
- <div class="inner">
1409
- <a href="#"><?php echo stripslashes( $this->properties->label ); ?></a>
1410
  </div>
1411
- </td>
1412
- <td class="column_edit"></td>
1413
- </tr>
 
 
 
 
 
 
 
 
 
 
 
 
1414
  </tbody>
1415
  </table>
1416
  </div><!--.column-meta-->
@@ -1418,90 +1506,101 @@ class CPAC_Column {
1418
  <div class="column-form">
1419
  <table class="widefat">
1420
  <tbody>
1421
- <tr class="column_type">
1422
- <?php $this->label_view( __( 'Type', 'codepress-admin-columns' ), __( 'Choose a column type.', 'codepress-admin-columns' ) . '<em>' . __( 'Type', 'codepress-admin-columns' ) . ': ' . $this->properties->type . '</em><em>' . __( 'Name', 'codepress-admin-columns' ) . ': ' . $this->properties->name . '</em>', 'type' ); ?>
1423
- <td class="input">
1424
- <select name="<?php $this->attr_name( 'type' ); ?>" id="<?php $this->attr_id( 'type' ); ?>">
1425
- <?php echo $column_list; ?>
1426
- </select>
1427
- <div class="msg"></div>
1428
- </td>
1429
- </tr><!--.column_label-->
1430
-
1431
- <tr class="column_label<?php echo $this->properties->hide_label ? ' hidden' : ''; ?>">
1432
- <?php $this->label_view( __( 'Label', 'codepress-admin-columns' ), __( 'This is the name which will appear as the column header.', 'codepress-admin-columns' ), 'label' ); ?>
1433
- <td class="input">
1434
- <input class="text" type="text" name="<?php $this->attr_name( 'label' ); ?>" id="<?php $this->attr_id( 'label' ); ?>" value="<?php echo esc_attr( $this->options->label ); //echo sanitize_text_field( $this->options->label ); ?>" />
1435
- </td>
1436
- </tr><!--.column_label-->
1437
-
1438
- <tr class="column_width">
1439
- <?php $this->label_view( __( 'Width', 'codepress-admin-columns' ), '', 'width' ); ?>
1440
- <td class="input">
1441
- <div class="description" title="<?php _e( 'default', 'codepress-admin-columns' ); ?>">
1442
- <input class="width" type="text" placeholder="<?php _e( 'auto', 'codepress-admin-columns' ); ?>" name="<?php $this->attr_name( 'width' ); ?>" id="<?php $this->attr_id( 'width' ); ?>" value="<?php echo $this->options->width; ?>" />
1443
- <span class="unit"><?php echo $this->options->width_unit; ?></span>
1444
- </div>
1445
- <div class="width-slider"></div>
1446
-
1447
- <div class="unit-select">
1448
- <label for="<?php $this->attr_id( 'width_unit_px' ); ?>">
1449
- <input type="radio" class="unit" name="<?php $this->attr_name( 'width_unit' ); ?>" id="<?php $this->attr_id( 'width_unit_px' ); ?>" value="px"<?php checked( $this->options->width_unit, 'px' ); ?>/>
1450
- px
1451
- </label>
1452
- <label for="<?php $this->attr_id( 'width_unit_perc' ); ?>">
1453
- <input type="radio" class="unit" name="<?php $this->attr_name( 'width_unit' ); ?>" id="<?php $this->attr_id( 'width_unit_perc' ); ?>" value="%"<?php checked( $this->options->width_unit, '%' ); ?>/>
1454
- %
1455
- </label>
1456
- </div>
1457
-
1458
- </td>
1459
- </tr><!--.column_width-->
1460
-
1461
- <?php
1462
- /**
1463
- * Fires directly before the custom options for a column are displayed in the column form
1464
- *
1465
- * @since 2.0
1466
- * @param CPAC_Column $column_instance Column class instance
1467
- */
1468
- do_action( 'cac/column/settings_before', $this );
1469
- ?>
1470
-
1471
- <?php
1472
- /**
1473
- * Load specific column settings.
1474
- *
1475
- */
1476
- $this->display_settings();
1477
-
1478
- ?>
1479
-
1480
- <?php
1481
- /**
1482
- * Fires directly after the custom options for a column are displayed in the column form
1483
- *
1484
- * @since 2.0
1485
- * @param CPAC_Column $column_instance Column class instance
1486
- */
1487
- do_action( 'cac/column/settings_after', $this );
1488
- ?>
1489
-
1490
- <tr class="column_action">
1491
- <td colspan="2">
1492
- <p>
1493
- <?php if ( $this->properties->is_cloneable ) : ?>
1494
- <a class="clone-button" href="#"><?php _e( 'Clone', 'codepress-admin-columns' ); ?></a>
1495
- <?php endif; ?>
1496
- <a href="javascript:;" class="remove-button"><?php _e( 'Remove' );?></a>
1497
- </p>
1498
- </td>
1499
- </tr>
 
 
 
 
 
 
 
 
 
 
 
1500
 
1501
  </tbody>
1502
  </table>
1503
- </div>
1504
- </div>
1505
  <?php
1506
  }
1507
 
@@ -1515,8 +1614,8 @@ class CPAC_Column {
1515
  'post_property_display',
1516
  __( 'Property To Display', 'codepress-admin-columns' ),
1517
  array(
1518
- 'title' => __( 'Title' ), // default
1519
- 'id' => __( 'ID' ),
1520
  'author' => __( 'Author' )
1521
  ),
1522
  __( 'Post property to display for related post(s).', 'codepress-admin-columns' )
@@ -1533,9 +1632,9 @@ class CPAC_Column {
1533
  'post_link_to',
1534
  __( 'Link To', 'codepress-admin-columns' ),
1535
  array(
1536
- '' => __( 'None' ),
1537
- 'edit_post' => __( 'Edit Post' ),
1538
- 'view_post' => __( 'View Post' ),
1539
  'edit_author' => __( 'Edit Post Author', 'codepress-admin-columns' ),
1540
  'view_author' => __( 'View Public Post Author Page', 'codepress-admin-columns' )
1541
  ),
@@ -1551,19 +1650,20 @@ class CPAC_Column {
1551
  <p>
1552
  <strong><?php printf( __( "The %s column is only available in Admin Columns Pro - Business or Developer.", 'codepress-admin-columns' ), $this->get_label() ); ?></strong>
1553
  </p>
 
1554
  <p>
1555
  <?php printf( __( "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>.", 'codepress-admin-columns' ), $this->get_label(), admin_url( 'options-general.php?page=codepress-admin-columns&tab=addons' ) ); ?>
1556
  </p>
 
1557
  <p>
1558
  <?php printf( __( "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview.", 'codepress-admin-columns' ), $this->get_label(), $this->get_label() ); ?>
1559
  </p>
1560
  <a href="<?php echo add_query_arg( array(
1561
- 'utm_source' => 'plugin-installation',
1562
- 'utm_medium' => $this->get_type(),
1563
  'utm_campaign' => 'plugin-installation'
1564
  ), $url ); ?>" class="button button-primary"><?php _e( 'Find out more', 'codepress-admin-columns' ); ?></a>
1565
  </div>
1566
  <?php
1567
  }
1568
-
1569
  }
1
  <?php
2
+
3
  /**
4
  * CPAC_Column class
5
  *
49
  * @since 2.0
50
  *
51
  * @param int $id ID
52
+ *
53
  * @return string Value
54
  */
55
+ public function get_value( $id ) {
56
+ }
57
 
58
  /**
59
  * Get the raw, underlying value for the column
62
  * @since 2.0.3
63
  *
64
  * @param int $id ID
65
+ *
66
  * @return mixed Value
67
  */
68
+ public function get_raw_value( $id ) {
69
+ }
70
 
71
  /**
72
  * @since 2.0
73
  */
74
+ protected function display_settings() {
75
+ }
76
 
77
  /**
78
  * Overwrite this function in child class to sanitize
81
  * @since 2.0
82
  *
83
  * @param $options array User submitted column options
84
+ *
85
  * @return array Options
86
  */
87
  protected function sanitize_options( $options ) {
119
  *
120
  * @since 2.3.4
121
  */
122
+ public function scripts() {
123
+ }
124
 
125
  /**
126
  * An object copy (clone) is created for creating multiple column instances.
130
  public function __clone() {
131
 
132
  // Force a copy of this->object, otherwise it will point to same object.
133
+ $this->options = clone $this->options;
134
+ $this->properties = clone $this->properties;
135
  }
136
 
137
  /**
154
 
155
  // Default properties
156
  $default_properties = array(
157
+ 'clone' => null, // Unique clone ID
158
+ 'type' => null, // Unique type
159
+ 'name' => null, // Unique name
160
+ 'label' => null, // Label which describes this column.
161
+ 'classes' => null, // Custom CSS classes for this column.
162
+ 'hide_label' => false, // Should the Label be hidden?
163
+ 'is_registered' => true, // Should the column be registered based on conditional logic, example usage see: 'post/page-template.php'
164
+ 'is_cloneable' => true, // Should the column be cloneable
165
+ 'default' => false, // Is this a WP default column,
166
+ 'group' => 'custom',
167
+ 'hidden' => false,
168
+ 'use_before_after' => false
169
  );
170
 
171
  // @since 2.4.7
177
 
178
  // Default options
179
  $default_options = array(
180
+ 'before' => '', // Before field
181
+ 'after' => '', // After field
182
+ 'width' => null, // Width for this column.
183
+ 'width_unit' => '%', // Unit for width; pecentage (%) or pixels (px).
184
+ 'state' => 'off' // Active state for this column.
185
  );
186
 
187
  /**
188
  * Filter the default options for a column instance, such as label and width
189
  *
190
  * @since 2.2
191
+ *
192
  * @param array $default_options Default column options
193
  * @param CPAC_Storage_Model $storage_model Storage Model class instance
194
  */
218
  * Property $column_instance added in Admin Columns 2.2
219
  *
220
  * @since 2.0
221
+ *
222
  * @param array $properties Column properties
223
  * @param CPAC_Storage_Model $storage_model Storage Model class instance
224
  */
246
  $this->populate_options();
247
 
248
  $this->sanitize_label();
249
+
250
+ // Filters
251
+ foreach ( $this->properties as $name => $value ) {
252
+ $this->properties->{$name} = apply_filters( "cac/column/properties/{$name}", $value, $this );
253
+ }
254
  }
255
 
256
  /**
258
  * Added $options parameter in 2.2
259
  *
260
  * @since 2.0
261
+ *
262
  * @param array $options Optional. Options to populate the storage model with. Defaults to options from database.
263
  */
264
+ public function populate_options( $options = null ) {
265
  $this->options = (object) array_merge( (array) $this->options, is_array( $options ) ? $options : $this->read() );
266
  }
267
 
268
  /**
269
  * @param string $property
270
+ *
271
  * @return mixed $value
272
  */
273
  public function set_properties( $property, $value ) {
278
 
279
  /**
280
  * @param string $option
281
+ *
282
  * @return mixed $value
283
  */
284
  public function set_options( $option, $value ) {
292
  */
293
  public function set_filter( $filtering_model ) {
294
  $this->filtering_model = $filtering_model;
295
+
296
  return $this;
297
  }
298
 
308
  */
309
  public function set_editable( $editable_model ) {
310
  $this->editable_model = $editable_model;
311
+
312
  return $this;
313
  }
314
 
321
 
322
  /**
323
  * @param int $id
324
+ *
325
  * @return object
326
  */
327
  public function set_clone( $id = null ) {
334
  return $this;
335
  }
336
 
337
+ /**
338
+ * @since 2.4.9
339
+ */
340
+ public function get_display_value( $id ) {
341
+ $value = $this->get_value( $id );
342
+
343
+ // add before and after string
344
+ if ( $value ) {
345
+ $value = $this->get_before() . $value . $this->get_after();
346
+ }
347
+
348
+ return $value;
349
+ }
350
+
351
  /**
352
  * @since 1.0
353
  */
354
  public function get_before() {
355
+ return isset( $this->options->before ) ? stripslashes( $this->options->before ) : false;
356
  }
357
 
358
  /**
359
  * @since 1.0
360
  */
361
  public function get_after() {
362
+ return isset( $this->options->after ) ? stripslashes( $this->options->after ) : false;
363
  }
364
 
365
  /**
380
  return $this->properties->name;
381
  }
382
 
383
+ /**
384
+ * Get the type of the column.
385
+ *
386
+ * @since 2.4.9
387
+ */
388
+ public function get_type_label() {
389
+ return $this->properties->label;
390
+ }
391
+
392
  /**
393
  * Get the column options set by the user
394
  *
423
  * Checks column type
424
  *
425
  * @since 2.3.4
426
+ *
427
  * @param string $type Column type. Also work without the 'column-' prefix. Example 'column-meta' or 'meta'.
428
+ *
429
  * @return bool Matches column type
430
  */
431
  public function is_type( $type ) {
462
 
463
  /**
464
  * @param string $field_key
465
+ *
466
  * @return void
467
  */
468
  public function attr_name( $field_name ) {
469
  echo $this->get_attr_name( $field_name );
470
  }
471
+
472
  public function get_attr_name( $field_name ) {
473
  return "{$this->storage_model->key}[{$this->properties->name}][{$field_name}]";
474
  }
475
 
476
  /**
477
  * @param string $field_key
478
+ *
479
  * @return string Attribute Name
480
  */
481
  public function get_attr_id( $field_name ) {
482
  return "cpac-{$this->storage_model->key}-{$this->properties->name}-{$field_name}";
483
  }
484
+
485
  public function attr_id( $field_name ) {
486
  echo $this->get_attr_id( $field_name );
487
  }
515
 
516
  /**
517
  * @since 2.0
518
+ *
519
  * @param $options array User submitted column options
520
+ *
521
  * @return array Options
522
  */
523
  public function sanitize_storage( $options ) {
567
  * Sanitizes label using intern wordpress function esc_url so it matches the label sorting url.
568
  *
569
  * @since 1.0
570
+ *
571
  * @param string $string
572
+ *
573
  * @return string Sanitized string
574
  */
575
  public function get_sanitized_label() {
576
+
577
+ $string = $this->options->label;
578
+ $string = strip_tags( $string );
579
+ $string = preg_replace( "/[^a-zA-Z0-9]+/", "", $string );
580
  $string = str_replace( 'http://', '', $string );
581
  $string = str_replace( 'https://', '', $string );
582
 
609
  if ( is_wp_error( $term_field ) ) {
610
  return false;
611
  }
612
+
613
  return $term_field;
614
  }
615
 
616
  // since 2.4.8
617
  public function get_raw_post_field( $field, $id ) {
618
  global $wpdb;
619
+
620
  return $id ? $wpdb->get_var( $wpdb->prepare( "SELECT " . $wpdb->_real_escape( $field ) . " FROM {$wpdb->posts} WHERE ID = %d LIMIT 1", $id ) ) : false;
621
  }
622
 
627
 
628
  /**
629
  * @since 1.0
630
+ *
631
  * @param int $post_id Post ID
632
+ *
633
  * @return string Post Excerpt.
634
  */
635
+ protected function get_post_excerpt( $post_id, $words ) {
636
  global $post;
637
 
638
+ $save_post = $post;
639
+ $post = get_post( $post_id );
640
 
641
  setup_postdata( $post );
642
 
643
+ $excerpt = get_the_excerpt();
644
+ $post = $save_post;
645
 
646
  if ( $post ) {
647
  setup_postdata( $post );
667
 
668
  /**
669
  * @since 1.3.1
670
+ *
671
  * @param string $name
672
  * @param string $title
673
+ *
674
  * @return string HTML img element
675
  */
676
  public function get_asset_image( $name = '', $title = '' ) {
678
  if ( ! $name ) {
679
  return false;
680
  }
681
+
682
  return sprintf( "<img alt='' src='%s' title='%s'/>", CPAC_URL . "assets/images/{$name}", esc_attr( $title ) );
683
  }
684
 
694
  AND post_author = %d
695
  AND post_type = %s
696
  ";
697
+
698
  return $wpdb->get_var( $wpdb->prepare( $sql, $user_id, $post_type ) );
699
  }
700
 
701
  /**
702
  * @since 1.2.0
703
+ *
704
  * @param string $url
705
+ *
706
  * @return bool
707
  */
708
  protected function is_image_url( $url ) {
711
  return false;
712
  }
713
 
714
+ $validExt = array( '.jpg', '.jpeg', '.gif', '.png', '.bmp' );
715
+ $ext = strrchr( $url, '.' );
716
 
717
  return in_array( $ext, $validExt );
718
  }
723
  */
724
  public function get_all_image_sizes() {
725
  $image_sizes = array(
726
+ 'thumbnail' => __( "Thumbnail", 'codepress-admin-columns' ),
727
+ 'medium' => __( "Medium", 'codepress-admin-columns' ),
728
+ 'large' => __( "Large", 'codepress-admin-columns' ),
729
+ 'full' => __( "Full", 'codepress-admin-columns' )
730
  );
731
 
732
+ foreach ( get_intermediate_image_sizes() as $size ) {
733
+ if ( ! isset( $image_sizes[ $size ] ) ) {
734
+ $image_sizes[ $size ] = ucwords( str_replace( '-', ' ', $size ) );
735
  }
736
  }
737
 
776
 
777
  /**
778
  * @since 2.0
779
+ *
780
  * @param string $name
781
+ *
782
  * @return array Image Sizes
783
  */
784
  public function get_image_size_by_name( $name = '' ) {
803
  */
804
  public function image_resize( $file, $max_w, $max_h, $crop = false, $suffix = null, $dest_path = null, $jpeg_quality = 90 ) {
805
  $resized = false;
806
+ $editor = wp_get_image_editor( $file );
807
 
808
+ if ( is_wp_error( $editor ) ) {
809
  return false;
810
+ }
811
 
812
  $editor->set_quality( $jpeg_quality );
813
 
814
  $resized = $editor->resize( $max_w, $max_h, $crop );
815
+ if ( is_wp_error( $resized ) ) {
816
  return false;
817
+ }
818
 
819
  $dest_file = $editor->generate_filename( $suffix, $dest_path );
820
 
821
  $saved = $editor->save( $dest_file );
822
 
823
+ if ( is_wp_error( $saved ) ) {
824
  return false;
825
+ }
826
 
827
  $resized = $dest_file;
828
 
838
  return false;
839
  }
840
  $text_color = $this->get_text_color( $color_hex );
841
+
842
  return "<div class='cpac-color'><span style='background-color:{$color_hex};color:{$text_color}'>{$color_hex}</span></div>";
843
  }
844
 
851
 
852
  $rgb = $this->hex2rgb( $bg_color );
853
 
854
+ return $rgb && ( ( $rgb[0] * 0.299 + $rgb[1] * 0.587 + $rgb[2] * 0.114 ) < 186 ) ? '#ffffff' : '#333333';
855
  }
856
 
857
  /**
862
  public function hex2rgb( $hex ) {
863
  $hex = str_replace( "#", "", $hex );
864
 
865
+ if ( strlen( $hex ) == 3 ) {
866
+ $r = hexdec( substr( $hex, 0, 1 ) . substr( $hex, 0, 1 ) );
867
+ $g = hexdec( substr( $hex, 1, 1 ) . substr( $hex, 1, 1 ) );
868
+ $b = hexdec( substr( $hex, 2, 1 ) . substr( $hex, 2, 1 ) );
869
  } else {
870
+ $r = hexdec( substr( $hex, 0, 2 ) );
871
+ $g = hexdec( substr( $hex, 2, 2 ) );
872
+ $b = hexdec( substr( $hex, 4, 2 ) );
873
  }
874
+ $rgb = array( $r, $g, $b );
875
 
876
  return $rgb;
877
  }
882
  * @since 2.3
883
  *
884
  * @param string $input Input string
885
+ *
886
  * @return int Number of words
887
  */
888
  public function str_count_words( $input ) {
890
  $patterns = array(
891
  'strip' => '/<[a-zA-Z\/][^<>]*>/',
892
  'clean' => '/[0-9.(),;:!?%#$¿\'"_+=\\/-]+/',
893
+ 'w' => '/\S\s+/',
894
+ 'c' => '/\S/'
895
  );
896
 
897
  $type = 'w';
909
 
910
  /**
911
  * @since 1.0
912
+ *
913
  * @param mixed $meta Image files or Image ID's
914
  * @param array $args
915
+ *
916
  * @return array HTML img elements
917
  */
918
  public function get_thumbnails( $images, $args = array() ) {
925
  if ( is_string( $images ) || is_numeric( $images ) ) {
926
  if ( strpos( $images, ',' ) !== false ) {
927
  $images = array_filter( explode( ',', $this->strip_trim( str_replace( ' ', '', $images ) ) ) );
928
+ } else {
 
929
  $images = array( $images );
930
  }
931
  }
932
 
933
  // Image size
934
  $defaults = array(
935
+ 'image_size' => 'cpac-custom',
936
+ 'image_size_w' => 80,
937
+ 'image_size_h' => 80,
938
  );
939
  $args = wp_parse_args( $args, $defaults );
940
 
941
  extract( $args );
942
 
943
  $thumbnails = array();
944
+ foreach ( $images as $value ) {
945
 
946
  if ( $this->is_image_url( $value ) ) {
947
 
957
 
958
  // try to resize image
959
  if ( $resized = $this->image_resize( $image_path, $image_size_w, $image_size_h, true ) ) {
960
+ $thumbnails[] = "<img src='" . str_replace( WP_CONTENT_DIR, WP_CONTENT_URL, $resized ) . "' alt='' width='{$image_size_w}' height='{$image_size_h}' />";
961
+ } // return full image with maxed dimensions
 
 
962
  else {
963
  $thumbnails[] = "<img src='{$value}' alt='' style='max-width:{$image_size_w}px;max-height:{$image_size_h}px' />";
964
  }
965
  }
966
+ } // Media Attachment
 
 
967
  elseif ( is_numeric( $value ) && wp_get_attachment_url( $value ) ) {
968
 
969
  $src = '';
971
  $height = '';
972
 
973
  if ( ! $image_size || 'cpac-custom' == $image_size ) {
974
+ $width = $image_size_w;
975
+ $height = $image_size_h;
976
 
977
  // to make sure wp_get_attachment_image_src() get the image with matching dimensions.
978
  $image_size = array( $width, $height );
980
 
981
  // Is Image
982
  if ( $attributes = wp_get_attachment_image_src( $value, $image_size ) ) {
983
+
984
+ $src = $attributes[0];
985
+ $width = $attributes[1];
986
+ $height = $attributes[2];
987
 
988
  // image size by name
989
  if ( $sizes = $this->get_image_size_by_name( $image_size ) ) {
990
+ $width = $sizes['width'];
991
+ $height = $sizes['height'];
992
  }
993
+ } // Is File, use icon
 
 
994
  elseif ( $attributes = wp_get_attachment_image_src( $value, $image_size, true ) ) {
995
  $src = $attributes[0];
996
 
999
  $height = $sizes['height'];
1000
  }
1001
  }
1002
+ if ( is_array( $image_size ) ) {
1003
+ $width = $image_size_w;
1004
+ $height = $image_size_h;
1005
 
1006
+ $thumbnails[] = "<span class='cpac-column-value-image' style='width:{$width}px;height:{$height}px; background-size: cover; background-image: url({$src}); background-position: center;'></span>";
1007
+
1008
+ } else {
1009
+ $max = max( array( $width, $height ) );
1010
+ $thumbnails[] = "<span class='cpac-column-value-image' style='width:{$width}px;height:{$height}px;'><img style='max-width:{$max}px;max-height:{$max}px;' src='{$src}' alt=''/></span>";
1011
+ }
1012
 
 
1013
  }
1014
  }
1015
 
1020
  * Implode for multi dimensional array
1021
  *
1022
  * @since 1.0
1023
+ *
1024
  * @param string $glue
1025
  * @param array $pieces
1026
+ *
1027
  * @return string Imploded array
1028
  */
1029
  public function recursive_implode( $glue, $pieces ) {
1030
+ foreach ( $pieces as $r_pieces ) {
1031
  if ( is_array( $r_pieces ) ) {
1032
  $retVal[] = $this->recursive_implode( $glue, $r_pieces );
1033
+ } else {
 
1034
  $retVal[] = $r_pieces;
1035
  }
1036
  }
1037
+ if ( isset( $retVal ) && is_array( $retVal ) ) {
1038
  return implode( $glue, $retVal );
1039
  }
1040
 
1045
  * Get timestamp
1046
  *
1047
  * @since 2.0
1048
+ *
1049
  * @param string $date
1050
+ *
1051
  * @return string Formatted date
1052
  */
1053
  public function get_timestamp( $date ) {
1072
 
1073
  // Date format: yyyymmdd ( often used by ACF ) must start with 19xx or 20xx and is 8 long
1074
  // @todo: in theory a numeric string of 8 can also be a unixtimestamp; no conversion would be needed
1075
+ if ( 8 === $length && ( strpos( $date, '20' ) === 0 || strpos( $date, '19' ) === 0 ) ) {
1076
  $date = strtotime( $date );
1077
  }
1078
+ } // Parse with strtotime if it's not numeric
 
 
1079
  else {
1080
  $date = strtotime( $date );
1081
  }
1085
 
1086
  /**
1087
  * @since 1.3.1
1088
+ *
1089
  * @param string $date
1090
+ *
1091
  * @return string Formatted date
1092
  */
1093
  public function get_date( $date, $format = '' ) {
1104
 
1105
  /**
1106
  * @since 1.3.1
1107
+ *
1108
  * @param string $date
1109
+ *
1110
  * @return string Formatted time
1111
  */
1112
  protected function get_time( $date, $format = '' ) {
1141
  $display_as = $this->options->display_author_as;
1142
 
1143
  if ( 'first_last_name' == $display_as ) {
1144
+ $first = ! empty( $userdata->first_name ) ? $userdata->first_name : '';
1145
+ $last = ! empty( $userdata->last_name ) ? " {$userdata->last_name}" : '';
1146
+ $name = $first . $last;
1147
+ } elseif ( ! empty( $userdata->{$display_as} ) ) {
 
 
1148
  $name = $userdata->{$display_as};
1149
  }
1150
  }
1157
  return $name;
1158
  }
1159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1160
  /**
1161
  * @since 2.0
1162
+ *
1163
  * @param string $field_key
1164
+ *
1165
  * @return string Attribute Name
1166
  */
1167
  public function label_view( $label, $description = '', $pointer = '' ) {
1169
  <td class="label">
1170
  <label for="<?php $this->attr_id( $pointer ); ?>">
1171
  <?php echo stripslashes( $label ); ?>
1172
+ <?php if ( $description ) : ?><p class="description"><?php echo $description; ?></p><?php endif; ?>
1173
  </label>
1174
  </td>
1175
  <?php
1180
  */
1181
  public function display_field_date_format() {
1182
 
1183
+ $field_key = 'date_format';
1184
+ $label = __( 'Date Format', 'codepress-admin-columns' );
1185
+ $description = __( 'This will determine how the date will be displayed.', 'codepress-admin-columns' );
1186
 
1187
  ?>
1188
  <tr class="column_<?php echo $field_key; ?>">
1189
  <?php $this->label_view( $label, $description, $field_key ); ?>
1190
  <td class="input">
1191
  <input type="text" name="<?php $this->attr_name( $field_key ); ?>" id="<?php $this->attr_id( $field_key ); ?>" value="<?php echo $this->options->date_format; ?>" placeholder="<?php _e( 'Example:', 'codepress-admin-columns' ); ?> d M Y H:i"/>
1192
+
1193
  <p class="description">
1194
+ <?php printf( __( "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>.", 'codepress-admin-columns' ), admin_url( 'options-general.php' ) . '#date_format_custom_radio' ); ?>
1195
  <a target='_blank' href='http://codex.wordpress.org/Formatting_Date_and_Time'><?php _e( 'Documentation on date and time formatting.', 'codepress-admin-columns' ); ?></a>
1196
  </p>
1197
  </td>
1205
  */
1206
  public function display_field_excerpt_length() {
1207
 
1208
+ $field_key = 'excerpt_length';
1209
+ $label = __( 'Excerpt length', 'codepress-admin-columns' );
1210
+ $description = __( 'Number of words', 'codepress-admin-columns' );
1211
 
1212
  ?>
1213
  <tr class="column_<?php echo $field_key; ?>">
1216
  <input type="text" name="<?php $this->attr_name( $field_key ); ?>" id="<?php $this->attr_id( $field_key ); ?>" value="<?php echo $this->options->excerpt_length; ?>"/>
1217
  </td>
1218
  </tr>
1219
+ <?php
1220
+ }
1221
+
1222
+ /**
1223
+ * @since 2.4.9
1224
+ */
1225
+ public function display_field_link_label() {
1226
+ $field_key = 'link_label';
1227
+ $label = __( 'Link label', 'codepress-admin-columns' );
1228
+ $description = __( 'Leave blank to display the url', 'codepress-admin-columns' );
1229
+
1230
+ ?>
1231
+ <tr class="column_<?php echo $field_key; ?>">
1232
+ <?php $this->label_view( $label, $description, $field_key ); ?>
1233
+ <td class="input">
1234
+ <input type="text" name="<?php $this->attr_name( $field_key ); ?>" id="<?php $this->attr_id( $field_key ); ?>" value="<?php echo $this->options->link_label; ?>"/>
1235
+ </td>
1236
+ </tr>
1237
+ <?php
1238
  }
1239
 
1240
  /**
1242
  */
1243
  public function display_field_preview_size() {
1244
 
1245
+ $field_key = 'image_size';
1246
+ $label = __( 'Preview size', 'codepress-admin-columns' );
1247
 
1248
  ?>
1249
  <tr class="column_<?php echo $field_key; ?>">
1259
  <?php endforeach; ?>
1260
 
1261
  <div class="custom_image_size">
1262
+ <label for="<?php $this->attr_id( $field_key ); ?>-custom" class="custom-size image-size-custom">
1263
  <input type="radio" value="cpac-custom" name="<?php $this->attr_name( $field_key ); ?>" id="<?php $this->attr_id( $field_key ); ?>-custom"<?php checked( $this->options->image_size, 'cpac-custom' ); ?>><?php _e( 'Custom', 'codepress-admin-columns' ); ?>
1264
  </label>
1265
+ <label for="<?php $this->attr_id( $field_key ); ?>-w"
1266
+ class="custom-size-w<?php echo $this->options->image_size != 'cpac-custom' ? ' hidden' : ''; ?>">
1267
+ <input type="text" name="<?php $this->attr_name( 'image_size_w' ); ?>" id="<?php $this->attr_id( $field_key ); ?>-w" value="<?php echo $this->options->image_size_w; ?>"/><?php _e( 'width', 'codepress-admin-columns' ); ?>
1268
  </label>
1269
+ <label for="<?php $this->attr_id( $field_key ); ?>-h"
1270
+ class="custom-size-h<?php echo $this->options->image_size != 'cpac-custom' ? ' hidden' : ''; ?>">
1271
+ <input type="text" name="<?php $this->attr_name( 'image_size_h' ); ?>" id="<?php $this->attr_id( $field_key ); ?>-h" value="<?php echo $this->options->image_size_h; ?>"/><?php _e( 'height', 'codepress-admin-columns' ); ?>
1272
  </label>
1273
  </div>
1274
  </td>
1275
  </tr>
1276
+ <?php
1277
  }
1278
 
1279
  /**
1290
  public function display_field_user_format() {
1291
 
1292
  $nametypes = array(
1293
+ 'display_name' => __( 'Display Name', 'codepress-admin-columns' ),
1294
+ 'first_name' => __( 'First Name', 'codepress-admin-columns' ),
1295
+ 'last_name' => __( 'Last Name', 'codepress-admin-columns' ),
1296
+ 'nickname' => __( 'Nickname', 'codepress-admin-columns' ),
1297
+ 'user_login' => __( 'User Login', 'codepress-admin-columns' ),
1298
+ 'user_email' => __( 'User Email', 'codepress-admin-columns' ),
1299
+ 'ID' => __( 'User ID', 'codepress-admin-columns' ),
1300
+ 'first_last_name' => __( 'First and Last Name', 'codepress-admin-columns' ),
1301
  );
1302
 
1303
  $this->display_field_select( 'display_author_as', __( 'Display format', 'codepress-admin-columns' ), $nametypes, __( 'This is the format of the author name.', 'codepress-admin-columns' ) );
1305
 
1306
  /**
1307
  * @since 2.3.4
1308
+ *
1309
  * @param string $name Name of the column option
1310
  * @param string $label Label
1311
  * @param array $options Select options
1322
  <?php $this->label_view( $label, $description, $name ); ?>
1323
  <td class="input">
1324
  <select name="<?php $this->attr_name( $name ); ?>" id="<?php $this->attr_id( $name ); ?>">
1325
+ <?php foreach ( $options as $key => $label ) : ?>
1326
+ <option value="<?php echo $key; ?>"<?php selected( $key, $current ); ?>><?php echo $label; ?></option>
1327
+ <?php endforeach; ?>
1328
  </select>
1329
  </td>
1330
  </tr>
1333
 
1334
  /**
1335
  * @since 2.3.4
1336
+ *
1337
  * @param string $name Name of the column option
1338
  * @param string $label Label
1339
  * @param array $options Select options
1352
 
1353
  /**
1354
  * @since 2.4.8
1355
+ *
1356
  * @param string $name Name of the column option
1357
  * @param string $value
1358
  */
1396
 
1397
  /**
1398
  * @since 2.0
1399
+ *
1400
  * @param array Column Objects
1401
+ *
1402
  * @return string HTML List
1403
  */
1404
  public function get_column_list( $columns = array(), $label = '' ) {
1435
  */
1436
  public function display() {
1437
 
1438
+ $classes = implode( ' ', array_filter( array( "cpac-box-{$this->properties->type}", $this->properties->classes ) ) );
1439
 
1440
  // column list
1441
  $column_list = '';
1450
 
1451
  ?>
1452
  <div class="cpac-column <?php echo $classes; ?>" data-type="<?php echo $this->properties->type; ?>"<?php echo $data_clone; ?>>
1453
+ <input type="hidden" class="column-name" name="<?php echo $this->attr_name( 'column-name' ); ?>" value="<?php echo esc_attr( $this->properties->name ); ?>"/>
1454
+ <input type="hidden" class="type" name="<?php echo $this->attr_name( 'type' ); ?>" value="<?php echo $this->properties->type; ?>"/>
1455
+ <input type="hidden" class="clone" name="<?php echo $this->attr_name( 'clone' ); ?>" value="<?php echo $this->properties->clone; ?>"/>
1456
+
1457
  <div class="column-meta">
1458
  <table class="widefat">
1459
  <tbody>
1460
+ <tr>
1461
+ <td class="column_sort"></td>
1462
+ <td class="column_label">
1463
+ <div class="inner">
1464
+ <div class="meta">
1465
+
1466
+ <span title="<?php echo esc_attr( __( 'width', 'codepress-admin-columns' ) ); ?>" class="width" data-indicator-id="">
1467
+ <?php echo ! empty( $this->options->width ) ? $this->options->width . $this->options->width_unit : ''; ?>
1468
+ </span>
1469
+
1470
+ <?php
1471
+ /**
1472
+ * Fires in the meta-element for column options, which is displayed right after the column label
1473
+ *
1474
+ * @since 2.0
1475
+ *
1476
+ * @param CPAC_Column $column_instance Column class instance
1477
+ */
1478
+ do_action( 'cac/column/settings_meta', $this );
1479
+
1480
+ /**
1481
+ * @deprecated 2.2 Use cac/column/settings_meta instead
1482
+ */
1483
+ do_action( 'cac/column/label', $this );
1484
+ ?>
1485
+
 
 
 
 
 
 
 
 
 
 
 
 
1486
  </div>
1487
+ <a class="toggle" href="javascript:;"><?php echo stripslashes( $this->get_label() ); ?></a>
1488
+ <a class="edit-button" href="javascript:;"><?php _e( 'Edit', 'codepress-admin-columns' ); ?></a>
1489
+ <?php if ( $this->properties->is_cloneable ) : ?>
1490
+ <a class="clone-button" href="#"><?php _e( 'Clone', 'codepress-admin-columns' ); ?></a>
1491
+ <?php endif; ?>
1492
+ <a class="remove-button" href="javascript:;"><?php _e( 'Remove', 'codepress-admin-columns' ); ?></a>
1493
+ </div>
1494
+ </td>
1495
+ <td class="column_type">
1496
+ <div class="inner">
1497
+ <a href="#"><?php echo stripslashes( $this->properties->label ); ?></a>
1498
+ </div>
1499
+ </td>
1500
+ <td class="column_edit"></td>
1501
+ </tr>
1502
  </tbody>
1503
  </table>
1504
  </div><!--.column-meta-->
1506
  <div class="column-form">
1507
  <table class="widefat">
1508
  <tbody>
1509
+ <tr class="column_type">
1510
+ <?php $this->label_view( __( 'Type', 'codepress-admin-columns' ), __( 'Choose a column type.', 'codepress-admin-columns' ) . '<em>' . __( 'Type', 'codepress-admin-columns' ) . ': ' . $this->properties->type . '</em><em>' . __( 'Name', 'codepress-admin-columns' ) . ': ' . $this->properties->name . '</em>', 'type' ); ?>
1511
+ <td class="input">
1512
+ <select name="<?php $this->attr_name( 'type' ); ?>" id="<?php $this->attr_id( 'type' ); ?>">
1513
+ <?php echo $column_list; ?>
1514
+ </select>
1515
+
1516
+ <div class="msg"></div>
1517
+ </td>
1518
+ </tr><!--.column_label-->
1519
+
1520
+ <tr class="column_label<?php echo $this->properties->hide_label ? ' hidden' : ''; ?>">
1521
+ <?php $this->label_view( __( 'Label', 'codepress-admin-columns' ), __( 'This is the name which will appear as the column header.', 'codepress-admin-columns' ), 'label' ); ?>
1522
+ <td class="input">
1523
+ <input class="text" type="text" name="<?php $this->attr_name( 'label' ); ?>" id="<?php $this->attr_id( 'label' ); ?>" value="<?php echo esc_attr( $this->options->label ); //echo sanitize_text_field( $this->options->label ); ?>"/>
1524
+ </td>
1525
+ </tr><!--.column_label-->
1526
+
1527
+ <tr class="column_width">
1528
+ <?php $this->label_view( __( 'Width', 'codepress-admin-columns' ), '', 'width' ); ?>
1529
+ <td class="input">
1530
+ <div class="description" title="<?php _e( 'default', 'codepress-admin-columns' ); ?>">
1531
+ <input class="width" type="text" placeholder="<?php _e( 'auto', 'codepress-admin-columns' ); ?>" name="<?php $this->attr_name( 'width' ); ?>" id="<?php $this->attr_id( 'width' ); ?>" value="<?php echo $this->options->width; ?>"/>
1532
+ <span class="unit"><?php echo $this->options->width_unit; ?></span>
1533
+ </div>
1534
+ <div class="width-slider"></div>
1535
+
1536
+ <div class="unit-select">
1537
+ <label for="<?php $this->attr_id( 'width_unit_px' ); ?>">
1538
+ <input type="radio" class="unit" name="<?php $this->attr_name( 'width_unit' ); ?>" id="<?php $this->attr_id( 'width_unit_px' ); ?>" value="px"<?php checked( $this->options->width_unit, 'px' ); ?>/>px
1539
+ </label>
1540
+ <label for="<?php $this->attr_id( 'width_unit_perc' ); ?>">
1541
+ <input type="radio" class="unit" name="<?php $this->attr_name( 'width_unit' ); ?>" id="<?php $this->attr_id( 'width_unit_perc' ); ?>" value="%"<?php checked( $this->options->width_unit, '%' ); ?>/>%
1542
+ </label>
1543
+ </div>
1544
+
1545
+ </td>
1546
+ </tr><!--.column_width-->
1547
+
1548
+ <?php
1549
+ /**
1550
+ * Fires directly before the custom options for a column are displayed in the column form
1551
+ *
1552
+ * @since 2.0
1553
+ *
1554
+ * @param CPAC_Column $column_instance Column class instance
1555
+ */
1556
+ do_action( 'cac/column/settings_before', $this );
1557
+ ?>
1558
+
1559
+ <?php
1560
+ /**
1561
+ * Load specific column settings.
1562
+ *
1563
+ */
1564
+ $this->display_settings();
1565
+
1566
+ ?>
1567
+
1568
+ <?php
1569
+ /**
1570
+ * Load before and after fields for custom columns.
1571
+ *
1572
+ */
1573
+ if ( $this->properties->use_before_after && ! $this->properties->default ) {
1574
+ $this->display_field_before_after();
1575
+ }
1576
+ ?>
1577
+
1578
+ <?php
1579
+ /**
1580
+ * Fires directly after the custom options for a column are displayed in the column form
1581
+ *
1582
+ * @since 2.0
1583
+ *
1584
+ * @param CPAC_Column $column_instance Column class instance
1585
+ */
1586
+ do_action( 'cac/column/settings_after', $this );
1587
+ ?>
1588
+
1589
+ <tr class="column_action">
1590
+ <td colspan="2">
1591
+ <p>
1592
+ <?php if ( $this->properties->is_cloneable ) : ?>
1593
+ <a class="clone-button" href="#"><?php _e( 'Clone', 'codepress-admin-columns' ); ?></a>
1594
+ <?php endif; ?>
1595
+ <a href="javascript:;" class="remove-button"><?php _e( 'Remove' ); ?></a>
1596
+ </p>
1597
+ </td>
1598
+ </tr>
1599
 
1600
  </tbody>
1601
  </table>
1602
+ </div><!--.column-form-->
1603
+ </div><!--.cpac-column-->
1604
  <?php
1605
  }
1606
 
1614
  'post_property_display',
1615
  __( 'Property To Display', 'codepress-admin-columns' ),
1616
  array(
1617
+ 'title' => __( 'Title' ), // default
1618
+ 'id' => __( 'ID' ),
1619
  'author' => __( 'Author' )
1620
  ),
1621
  __( 'Post property to display for related post(s).', 'codepress-admin-columns' )
1632
  'post_link_to',
1633
  __( 'Link To', 'codepress-admin-columns' ),
1634
  array(
1635
+ '' => __( 'None' ),
1636
+ 'edit_post' => __( 'Edit Post' ),
1637
+ 'view_post' => __( 'View Post' ),
1638
  'edit_author' => __( 'Edit Post Author', 'codepress-admin-columns' ),
1639
  'view_author' => __( 'View Public Post Author Page', 'codepress-admin-columns' )
1640
  ),
1650
  <p>
1651
  <strong><?php printf( __( "The %s column is only available in Admin Columns Pro - Business or Developer.", 'codepress-admin-columns' ), $this->get_label() ); ?></strong>
1652
  </p>
1653
+
1654
  <p>
1655
  <?php printf( __( "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>.", 'codepress-admin-columns' ), $this->get_label(), admin_url( 'options-general.php?page=codepress-admin-columns&tab=addons' ) ); ?>
1656
  </p>
1657
+
1658
  <p>
1659
  <?php printf( __( "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview.", 'codepress-admin-columns' ), $this->get_label(), $this->get_label() ); ?>
1660
  </p>
1661
  <a href="<?php echo add_query_arg( array(
1662
+ 'utm_source' => 'plugin-installation',
1663
+ 'utm_medium' => $this->get_type(),
1664
  'utm_campaign' => 'plugin-installation'
1665
  ), $url ); ?>" class="button button-primary"><?php _e( 'Find out more', 'codepress-admin-columns' ); ?></a>
1666
  </div>
1667
  <?php
1668
  }
 
1669
  }
classes/column/acf-placeholder.php CHANGED
@@ -18,6 +18,6 @@ class CPAC_Column_ACF_Placeholder extends CPAC_Column {
18
  }
19
 
20
  public function display_settings() {
21
- $this->display_settings_placeholder( 'https://www.admincolumns.com/advanced-custom-fields-columns/' );
22
  }
23
  }
18
  }
19
 
20
  public function display_settings() {
21
+ $this->display_settings_placeholder( ac_get_site_url( 'advanced-custom-fields-columns' ) );
22
  }
23
  }
classes/column/custom-field.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * Custom field column, displaying the contents of meta fields.
4
  * Suited for all storage models supporting WordPress' default way of handling meta data.
@@ -19,26 +20,28 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
19
  parent::init();
20
 
21
  // Properties
22
- $this->properties['type'] = 'column-meta';
23
- $this->properties['label'] = __( 'Custom Field', 'codepress-admin-columns' );
24
- $this->properties['classes'] = 'cpac-box-metafield';
25
- $this->properties['is_cloneable'] = true;
26
- $this->properties['group'] = 'custom-field';
27
 
28
  // Options
29
- $this->options['field'] = '';
30
- $this->options['field_type'] = '';
31
- $this->options['before'] = '';
32
- $this->options['after'] = '';
 
 
 
 
33
 
34
- $this->options['image_size'] = '';
35
- $this->options['image_size_w'] = 80;
36
- $this->options['image_size_h'] = 80;
37
 
38
- $this->options['excerpt_length'] = 15;
39
 
40
- $this->options['date_format'] = '';
41
- $this->options['date_save_format'] = '';
42
  }
43
 
44
  /**
@@ -92,19 +95,20 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
92
  public function get_custom_field_types() {
93
 
94
  $custom_field_types = array(
95
- '' => __( 'Default', 'codepress-admin-columns' ),
96
- 'checkmark' => __( 'Checkmark (true/false)', 'codepress-admin-columns' ),
97
- 'color' => __( 'Color', 'codepress-admin-columns' ),
98
- 'count' => __( 'Counter', 'codepress-admin-columns' ),
99
- 'date' => __( 'Date', 'codepress-admin-columns' ),
100
- 'excerpt' => __( 'Excerpt'),
101
- 'image' => __( 'Image', 'codepress-admin-columns' ),
102
- 'library_id' => __( 'Media Library', 'codepress-admin-columns' ),
103
- 'array' => __( 'Multiple Values', 'codepress-admin-columns' ),
104
- 'numeric' => __( 'Numeric', 'codepress-admin-columns' ),
105
- 'title_by_id' => __( 'Post Title (Post ID\'s)', 'codepress-admin-columns' ),
106
- 'user_by_id' => __( 'Username (User ID\'s)', 'codepress-admin-columns' ),
107
- 'term_by_id' => __( 'Term Name (Term ID\'s)', 'codepress-admin-columns' ),
 
108
  );
109
 
110
  // deprecated. do not use, will be removed.
@@ -128,12 +132,13 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
128
  * @since 1.0
129
  *
130
  * @param string $meta
 
131
  * @return string Titles
132
  */
133
  public function get_ids_from_meta( $meta ) {
134
 
135
  //remove white spaces and strip tags
136
- $meta = $this->strip_trim( str_replace( ' ','', $meta ) );
137
 
138
  // var
139
  $ids = array();
@@ -141,8 +146,7 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
141
  // check for multiple id's
142
  if ( strpos( $meta, ',' ) !== false ) {
143
  $ids = explode( ',', $meta );
144
- }
145
- elseif ( is_numeric( $meta ) ) {
146
  $ids[] = $meta;
147
  }
148
 
@@ -155,6 +159,7 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
155
  * @since 1.0
156
  *
157
  * @param string $meta
 
158
  * @return string Titles
159
  */
160
  private function get_titles_by_id( $ids ) {
@@ -176,25 +181,44 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
176
  }
177
  }
178
 
179
- return implode('<span class="cpac-divider"></span>', $titles);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  }
181
 
 
182
  /**
183
  * Get Users by ID - Value method
184
  *
185
  * @since 1.0
186
  *
187
  * @param string $meta
 
188
  * @return string Users
189
  */
190
- private function get_users_by_id( $meta ) {
191
 
192
  $names = array();
193
 
194
  // display username
195
  if ( $ids = $this->get_ids_from_meta( $meta ) ) {
196
  foreach ( (array) $ids as $id ) {
197
- if ( ! is_numeric( $id ) ) continue;
 
 
198
 
199
  $userdata = get_userdata( $id );
200
  if ( is_object( $userdata ) && ! empty( $userdata->display_name ) ) {
@@ -216,13 +240,15 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
216
  * @since 2.3.2
217
  *
218
  * @param array $meta_value Term ID's
 
219
  * @return string Terms
220
  */
221
- public function get_terms_by_id( $meta_value ) {
222
  // as used by Pods, @todo
223
- if ( ! is_array( $meta_value) || ! isset( $meta_value['term_id'] ) || ! isset( $meta_value['taxonomy'] ) ) {
224
  return false;
225
  }
 
226
  return $this->get_terms_for_display( $meta_value['term_id'], $meta_value['taxonomy'] );
227
  }
228
 
@@ -233,6 +259,7 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
233
  *
234
  * @param string $meta Contains Meta Value
235
  * @param int $id Optional Object ID
 
236
  * @return string Users
237
  */
238
  public function get_value_by_meta( $meta, $id = null ) {
@@ -242,10 +269,10 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
242
  case "image" :
243
  case "library_id" :
244
  $meta = implode( $this->get_thumbnails( $meta, array(
245
- 'image_size' => $this->options->image_size,
246
- 'image_size_w' => $this->options->image_size_w,
247
- 'image_size_h' => $this->options->image_size_h,
248
- )));
249
  break;
250
 
251
  case "excerpt" :
@@ -256,6 +283,10 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
256
  $meta = $this->get_date( $meta, $this->options->date_format );
257
  break;
258
 
 
 
 
 
259
  case "title_by_id" :
260
  $meta = $this->get_titles_by_id( $meta );
261
  break;
@@ -313,6 +344,7 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
313
  * @since 1.0
314
  *
315
  * @param int $id ID
 
316
  * @return string Meta Value
317
  */
318
  public function get_meta_by_id( $id ) {
@@ -367,14 +399,6 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
367
  */
368
  $value = apply_filters( 'cac/column/meta/value', $value, $id, $this );
369
 
370
- $before = $this->get_before();
371
- $after = $this->get_after();
372
-
373
- // add before and after string
374
- if ( $value ) {
375
- $value = "{$before}{$value}{$after}";
376
- }
377
-
378
  return $value;
379
  }
380
 
@@ -417,28 +441,35 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
417
  * @see CPAC_Column::display_settings()
418
  * @since 1.0
419
  */
420
- public function display_settings() { ?>
421
- <tr class="column_field">
422
- <?php $this->label_view( __( "Custom Field", 'codepress-admin-columns' ), __( "Select your custom field.", 'codepress-admin-columns' ), 'field' ); ?>
423
- <td class="input">
424
- <?php
425
- if ( $list = $this->get_meta_keys_list() ) {
426
- echo $list;
427
- }
428
- else {
429
- _e( 'No custom fields available.', 'codepress-admin-columns' ); ?> <?php printf( __( 'Please create a %s item first.', 'codepress-admin-columns' ), '<strong>' . $this->storage_model->singular_label . '</strong>' );
430
- }
431
- ?>
432
- </td>
433
- </tr>
 
 
 
 
 
 
434
 
435
  <tr class="column_field_type" data-refresh="1">
436
  <?php $this->label_view( __( "Field Type", 'codepress-admin-columns' ), __( 'This will determine how the value will be displayed.', 'codepress-admin-columns' ) . '<em>' . __( 'Type', 'codepress-admin-columns' ) . ': ' . $this->options->field_type . '</em>', 'field_type' ); ?>
437
  <td class="input">
438
  <select name="<?php $this->attr_name( 'field_type' ); ?>" id="<?php $this->attr_id( 'field_type' ); ?>">
439
- <?php foreach ( $this->get_custom_field_types() as $fieldkey => $fieldtype ) : ?>
440
- <option value="<?php echo $fieldkey ?>"<?php selected( $fieldkey, $this->options->field_type ) ?>><?php echo $fieldtype; ?></option>
441
- <?php endforeach; ?>
 
442
  </select>
443
  </td>
444
  </tr>
@@ -448,15 +479,16 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
448
  case 'date':
449
  $this->display_field_date_format();
450
  break;
451
- case 'image':
452
- case 'library_id':
453
- $this->display_field_preview_size();
454
- break;
455
- case 'excerpt':
456
- $this->display_field_excerpt_length();
457
- break;
 
 
 
458
  }
459
-
460
- $this->display_field_before_after();
461
  }
462
  }
1
  <?php
2
+
3
  /**
4
  * Custom field column, displaying the contents of meta fields.
5
  * Suited for all storage models supporting WordPress' default way of handling meta data.
20
  parent::init();
21
 
22
  // Properties
23
+ $this->properties['type'] = 'column-meta';
24
+ $this->properties['label'] = __( 'Custom Field', 'codepress-admin-columns' );
25
+ $this->properties['classes'] = 'cpac-box-metafield';
26
+ $this->properties['group'] = 'custom-field';
27
+ $this->properties['use_before_after'] = true;
28
 
29
  // Options
30
+ $this->options['field'] = '';
31
+ $this->options['field_type'] = '';
32
+ $this->options['before'] = '';
33
+ $this->options['after'] = '';
34
+
35
+ $this->options['image_size'] = '';
36
+ $this->options['image_size_w'] = 80;
37
+ $this->options['image_size_h'] = 80;
38
 
39
+ $this->options['excerpt_length'] = 15;
 
 
40
 
41
+ $this->options['link_label'] = '';
42
 
43
+ $this->options['date_format'] = '';
44
+ $this->options['date_save_format'] = '';
45
  }
46
 
47
  /**
95
  public function get_custom_field_types() {
96
 
97
  $custom_field_types = array(
98
+ '' => __( 'Default', 'codepress-admin-columns' ),
99
+ 'checkmark' => __( 'Checkmark (true/false)', 'codepress-admin-columns' ),
100
+ 'color' => __( 'Color', 'codepress-admin-columns' ),
101
+ 'count' => __( 'Counter', 'codepress-admin-columns' ),
102
+ 'date' => __( 'Date', 'codepress-admin-columns' ),
103
+ 'excerpt' => __( 'Excerpt' ),
104
+ 'image' => __( 'Image', 'codepress-admin-columns' ),
105
+ 'library_id' => __( 'Media Library', 'codepress-admin-columns' ),
106
+ 'link' => __( 'Url', 'codepress-admin-columns' ),
107
+ 'array' => __( 'Multiple Values', 'codepress-admin-columns' ),
108
+ 'numeric' => __( 'Numeric', 'codepress-admin-columns' ),
109
+ 'title_by_id' => __( 'Post Title (Post ID\'s)', 'codepress-admin-columns' ),
110
+ 'user_by_id' => __( 'Username (User ID\'s)', 'codepress-admin-columns' ),
111
+ 'term_by_id' => __( 'Term Name (Term ID\'s)', 'codepress-admin-columns' ),
112
  );
113
 
114
  // deprecated. do not use, will be removed.
132
  * @since 1.0
133
  *
134
  * @param string $meta
135
+ *
136
  * @return string Titles
137
  */
138
  public function get_ids_from_meta( $meta ) {
139
 
140
  //remove white spaces and strip tags
141
+ $meta = $this->strip_trim( str_replace( ' ', '', $meta ) );
142
 
143
  // var
144
  $ids = array();
146
  // check for multiple id's
147
  if ( strpos( $meta, ',' ) !== false ) {
148
  $ids = explode( ',', $meta );
149
+ } elseif ( is_numeric( $meta ) ) {
 
150
  $ids[] = $meta;
151
  }
152
 
159
  * @since 1.0
160
  *
161
  * @param string $meta
162
+ *
163
  * @return string Titles
164
  */
165
  private function get_titles_by_id( $ids ) {
181
  }
182
  }
183
 
184
+ return implode( '<span class="cpac-divider"></span>', $titles );
185
+ }
186
+
187
+ /**
188
+ * @since 2.4.9
189
+ */
190
+ private function get_link_by_meta( $meta ) {
191
+ $label = $meta;
192
+ if ( filter_var( $meta, FILTER_VALIDATE_URL ) || preg_match( '/[^\w.-]/', $meta ) ) {
193
+ if ( ! empty( $this->options->link_label ) ) {
194
+ $label = $this->options->link_label;
195
+ }
196
+ $meta = '<a href="' . $meta . '">' . $label . '</a>';
197
+ }
198
+
199
+ return $meta;
200
  }
201
 
202
+
203
  /**
204
  * Get Users by ID - Value method
205
  *
206
  * @since 1.0
207
  *
208
  * @param string $meta
209
+ *
210
  * @return string Users
211
  */
212
+ private function get_users_by_id( $meta ) {
213
 
214
  $names = array();
215
 
216
  // display username
217
  if ( $ids = $this->get_ids_from_meta( $meta ) ) {
218
  foreach ( (array) $ids as $id ) {
219
+ if ( ! is_numeric( $id ) ) {
220
+ continue;
221
+ }
222
 
223
  $userdata = get_userdata( $id );
224
  if ( is_object( $userdata ) && ! empty( $userdata->display_name ) ) {
240
  * @since 2.3.2
241
  *
242
  * @param array $meta_value Term ID's
243
+ *
244
  * @return string Terms
245
  */
246
+ public function get_terms_by_id( $meta_value ) {
247
  // as used by Pods, @todo
248
+ if ( ! is_array( $meta_value ) || ! isset( $meta_value['term_id'] ) || ! isset( $meta_value['taxonomy'] ) ) {
249
  return false;
250
  }
251
+
252
  return $this->get_terms_for_display( $meta_value['term_id'], $meta_value['taxonomy'] );
253
  }
254
 
259
  *
260
  * @param string $meta Contains Meta Value
261
  * @param int $id Optional Object ID
262
+ *
263
  * @return string Users
264
  */
265
  public function get_value_by_meta( $meta, $id = null ) {
269
  case "image" :
270
  case "library_id" :
271
  $meta = implode( $this->get_thumbnails( $meta, array(
272
+ 'image_size' => $this->options->image_size,
273
+ 'image_size_w' => $this->options->image_size_w,
274
+ 'image_size_h' => $this->options->image_size_h,
275
+ ) ) );
276
  break;
277
 
278
  case "excerpt" :
283
  $meta = $this->get_date( $meta, $this->options->date_format );
284
  break;
285
 
286
+ case "link" :
287
+ $meta = $this->get_link_by_meta( $this->get_raw_value( $id ) );
288
+ break;
289
+
290
  case "title_by_id" :
291
  $meta = $this->get_titles_by_id( $meta );
292
  break;
344
  * @since 1.0
345
  *
346
  * @param int $id ID
347
+ *
348
  * @return string Meta Value
349
  */
350
  public function get_meta_by_id( $id ) {
399
  */
400
  $value = apply_filters( 'cac/column/meta/value', $value, $id, $this );
401
 
 
 
 
 
 
 
 
 
402
  return $value;
403
  }
404
 
441
  * @see CPAC_Column::display_settings()
442
  * @since 1.0
443
  */
444
+ public function display_settings() {
445
+
446
+ // DOM can get overloaded when dropdown contains to many custom fields. Use this filter to replace the dropdown with a text input.
447
+ if ( apply_filters( 'cac/column/meta/use_text_input', false ) ) :
448
+ $this->display_field_text( 'field', __( "Custom Field", 'codepress-admin-columns' ), __( "Enter your custom field key.", 'codepress-admin-columns' ) );
449
+ else :
450
+ ?>
451
+ <tr class="column_field">
452
+ <?php $this->label_view( __( "Custom Field", 'codepress-admin-columns' ), __( "Select your custom field.", 'codepress-admin-columns' ), 'field' ); ?>
453
+ <td class="input">
454
+ <?php
455
+ if ( $list = $this->get_meta_keys_list() ) {
456
+ echo $list;
457
+ } else {
458
+ _e( 'No custom fields available.', 'codepress-admin-columns' ); ?><?php printf( __( 'Please create a %s item first.', 'codepress-admin-columns' ), '<strong>' . $this->storage_model->singular_label . '</strong>' );
459
+ }
460
+ ?>
461
+ </td>
462
+ </tr>
463
+ <?php endif; ?>
464
 
465
  <tr class="column_field_type" data-refresh="1">
466
  <?php $this->label_view( __( "Field Type", 'codepress-admin-columns' ), __( 'This will determine how the value will be displayed.', 'codepress-admin-columns' ) . '<em>' . __( 'Type', 'codepress-admin-columns' ) . ': ' . $this->options->field_type . '</em>', 'field_type' ); ?>
467
  <td class="input">
468
  <select name="<?php $this->attr_name( 'field_type' ); ?>" id="<?php $this->attr_id( 'field_type' ); ?>">
469
+ <?php foreach ( $this->get_custom_field_types() as $fieldkey => $fieldtype ) : ?>
470
+ <option
471
+ value="<?php echo $fieldkey ?>"<?php selected( $fieldkey, $this->options->field_type ) ?>><?php echo $fieldtype; ?></option>
472
+ <?php endforeach; ?>
473
  </select>
474
  </td>
475
  </tr>
479
  case 'date':
480
  $this->display_field_date_format();
481
  break;
482
+ case 'image':
483
+ case 'library_id':
484
+ $this->display_field_preview_size();
485
+ break;
486
+ case 'excerpt':
487
+ $this->display_field_excerpt_length();
488
+ break;
489
+ case 'link':
490
+ $this->display_field_link_label();
491
+ break;
492
  }
 
 
493
  }
494
  }
classes/column/post/roles.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * CPAC_Column_Post_Roles
4
  *
@@ -15,8 +16,8 @@ class CPAC_Column_Post_Roles extends CPAC_Column {
15
  parent::init();
16
 
17
  // Properties
18
- $this->properties['type'] = 'column-roles';
19
- $this->properties['label'] = __( 'Roles', 'codepress-admin-columns' );
20
  }
21
 
22
  /**
@@ -24,8 +25,9 @@ class CPAC_Column_Post_Roles extends CPAC_Column {
24
  * @since 2.0
25
  */
26
  function get_value( $post_id ) {
 
27
 
28
- return implode( ', ', $this->get_raw_value( $post_id ) );
29
  }
30
 
31
  /**
@@ -36,8 +38,9 @@ class CPAC_Column_Post_Roles extends CPAC_Column {
36
 
37
  $userdata = get_userdata( get_post_field( 'post_author', $post_id ) );
38
 
39
- if ( empty( $userdata->roles[0] ) )
40
  return array();
 
41
 
42
  return $userdata->roles;
43
  }
1
  <?php
2
+
3
  /**
4
  * CPAC_Column_Post_Roles
5
  *
16
  parent::init();
17
 
18
  // Properties
19
+ $this->properties['type'] = 'column-roles';
20
+ $this->properties['label'] = __( 'Roles', 'codepress-admin-columns' );
21
  }
22
 
23
  /**
25
  * @since 2.0
26
  */
27
  function get_value( $post_id ) {
28
+ $roles = array_map( 'translate_user_role', $this->get_raw_value( $post_id ) );
29
 
30
+ return implode( ', ', $roles );
31
  }
32
 
33
  /**
38
 
39
  $userdata = get_userdata( get_post_field( 'post_author', $post_id ) );
40
 
41
+ if ( empty( $userdata->roles[0] ) ) {
42
  return array();
43
+ }
44
 
45
  return $userdata->roles;
46
  }
classes/column/wc-placeholder.php CHANGED
@@ -20,6 +20,6 @@ class CPAC_Column_WC_Placeholder extends CPAC_Column {
20
  }
21
 
22
  public function display_settings() {
23
- $this->display_settings_placeholder( 'https://www.admincolumns.com/woocommerce-columns/' );
24
  }
25
  }
20
  }
21
 
22
  public function display_settings() {
23
+ $this->display_settings_placeholder( ac_get_site_url( 'woocommerce-columns' ) );
24
  }
25
  }
classes/review_notice.php CHANGED
@@ -79,12 +79,12 @@ class CPAC_Review_Notice {
79
  <?php printf(
80
  __( "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s.", 'codepress-admin-columns' ),
81
  $product,
82
- '<a href="http://admincolumns.com/documentation/" target="_blank">' . __( 'documentation page', 'codepress-admin-columns' ) . '</a>'
83
  ); ?>
84
  <?php if ( defined( 'ACP_VERSION' ) ) : ?>
85
  <?php printf(
86
  __( 'As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!', 'codepress-admin-columns' ),
87
- '<a href="https://www.admincolumns.com/forums/" target="_blank">' . __( 'our forums', 'codepress-admin-columns' ) . '</a>'
88
  ); ?>
89
  <?php else : ?>
90
  <?php printf(
79
  <?php printf(
80
  __( "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s.", 'codepress-admin-columns' ),
81
  $product,
82
+ '<a href="' . ac_get_site_url( 'documentation' ) . '" target="_blank">' . __( 'documentation page', 'codepress-admin-columns' ) . '</a>'
83
  ); ?>
84
  <?php if ( defined( 'ACP_VERSION' ) ) : ?>
85
  <?php printf(
86
  __( 'As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!', 'codepress-admin-columns' ),
87
+ '<a href="' . ac_get_site_url( 'forumns' ) . '" target="_blank">' . __( 'our forums', 'codepress-admin-columns' ) . '</a>'
88
  ); ?>
89
  <?php else : ?>
90
  <?php printf(
classes/settings.php CHANGED
@@ -23,6 +23,7 @@ class CPAC_Settings {
23
 
24
  /**
25
  * @since 2.0
 
26
  * @param object CPAC
27
  */
28
  function __construct( $cpac ) {
@@ -64,11 +65,11 @@ class CPAC_Settings {
64
  * @param CPAC_Settings $settings_instance Settings class instance
65
  */
66
  $settings_urls = apply_filters( 'cac/settings/settings_urls', array(
67
- 'admin' => admin_url( 'options-general.php?page=codepress-admin-columns' ),
68
- 'settings' => admin_url( 'options-general.php?page=codepress-admin-columns&tab=settings' ),
69
- 'network_settings' => network_admin_url( 'settings.php?page=codepress-admin-columns' ),
70
- 'info' => admin_url( 'options-general.php?page=codepress-admin-columns&info=' ),
71
- 'upgrade' => admin_url( 'options-general.php?page=cpac-upgrade' )
72
  ), $this );
73
 
74
  return $settings_urls;
@@ -78,7 +79,9 @@ class CPAC_Settings {
78
  * Get the settings URL for a page
79
  *
80
  * @since 2.2
 
81
  * @param string $page Optional. Admin page to get the URL from. Defaults to the basic Admin Columns page
 
82
  * @return string Settings page URL
83
  */
84
  public function get_settings_url( $page = '' ) {
@@ -111,8 +114,7 @@ class CPAC_Settings {
111
 
112
  if ( ! empty( $_REQUEST['activate'] ) ) {
113
  $message = __( 'Add-on successfully activated.', 'codepress-admin-columns' );
114
- }
115
- else if ( ! empty( $_REQUEST['deactivate'] ) ) {
116
  $message = __( 'Add-on successfully deactivated.', 'codepress-admin-columns' );
117
  }
118
 
@@ -176,7 +178,7 @@ class CPAC_Settings {
176
  register_setting( 'cpac-general-settings', 'cpac_general_options' );
177
 
178
  // add cap to options.php
179
- add_filter( 'option_page_capability_cpac-general-settings', array( $this, 'add_capability' ) );
180
 
181
  $this->enqueue_admin_scripts();
182
  }
@@ -204,7 +206,8 @@ class CPAC_Settings {
204
  * @since 1.0
205
  */
206
  public function admin_styles() {
207
- $minified = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
 
208
 
209
  wp_enqueue_style( 'wp-pointer' );
210
  wp_enqueue_style( 'jquery-ui-lightness', CPAC_URL . 'assets/ui-theme/jquery-ui-1.8.18.custom.css', array(), CPAC_VERSION, 'all' );
@@ -219,14 +222,19 @@ class CPAC_Settings {
219
  wp_enqueue_script( 'wp-pointer' );
220
  wp_enqueue_script( 'jquery-ui-slider' );
221
 
222
- $minified = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
223
 
224
- wp_enqueue_script( 'cpac-admin-settings', CPAC_URL . "assets/js/admin-settings{$minified}.js", array( 'jquery', 'dashboard', 'jquery-ui-slider', 'jquery-ui-sortable' ), CPAC_VERSION );
 
 
 
 
 
225
 
226
  // javascript translations
227
  wp_localize_script( 'cpac-admin-settings', 'cpac_i18n', array(
228
- 'clone' => __( '%s column is already present and can not be duplicated.', 'codepress-admin-columns' ),
229
- ));
230
  }
231
 
232
  /**
@@ -235,14 +243,14 @@ class CPAC_Settings {
235
  public function handle_column_request() {
236
 
237
  // only handle updates from the admin columns page
238
- if ( ! ( isset($_GET['page'] ) && in_array( $_GET['page'], array( 'codepress-admin-columns' ) ) && isset( $_REQUEST['cpac_action'] ) ) ) {
239
  return false;
240
  }
241
 
242
  // use $_REQUEST because the values are send both over $_GET and $_POST
243
- $action = isset( $_REQUEST['cpac_action'] ) ? $_REQUEST['cpac_action'] : '';
244
- $nonce = isset( $_REQUEST['_cpac_nonce'] ) ? $_REQUEST['_cpac_nonce'] : '';
245
- $key = isset( $_REQUEST['cpac_key'] ) ? $_REQUEST['cpac_key'] : '';
246
 
247
  switch ( $action ) :
248
 
@@ -250,6 +258,7 @@ class CPAC_Settings {
250
  if ( wp_verify_nonce( $nonce, 'update-type' ) && $key ) {
251
  if ( $storage_model = $this->cpac->get_storage_model( $key ) ) {
252
  $storage_model->store();
 
253
  }
254
  }
255
  break;
@@ -258,6 +267,7 @@ class CPAC_Settings {
258
  if ( wp_verify_nonce( $nonce, 'restore-type' ) && $key ) {
259
  if ( $storage_model = $this->cpac->get_storage_model( $key ) ) {
260
  $storage_model->restore();
 
261
  }
262
  }
263
  break;
@@ -281,7 +291,7 @@ class CPAC_Settings {
281
 
282
  $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE 'cpac_options_%'" );
283
 
284
- cpac_admin_message( __( 'Default settings succesfully restored.', 'codepress-admin-columns' ), 'updated' );
285
  }
286
 
287
  /**
@@ -293,44 +303,45 @@ class CPAC_Settings {
293
 
294
  $screen = get_current_screen();
295
 
296
- if ( ! method_exists( $screen,'add_help_tab' ) )
297
  return;
 
298
 
299
  $tabs = array(
300
  array(
301
- 'title' => __( "Overview", 'codepress-admin-columns' ),
302
- 'content' =>
303
- "<h5>Admin Columns</h5>
304
- <p>". __( "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them.", 'codepress-admin-columns' ) . "</p>"
305
  ),
306
  array(
307
- 'title' => __( "Basics", 'codepress-admin-columns' ),
308
- 'content' => "
309
- <h5>" . __( "Change order", 'codepress-admin-columns' ) . "</h5>
310
- <p>" . __( "By dragging the columns you can change the order which they will appear in.", 'codepress-admin-columns' ) . "</p>
311
- <h5>" . __( "Change label", 'codepress-admin-columns' ) . "</h5>
312
- <p>" . __( "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading.", 'codepress-admin-columns' ) . "</p>
313
- <h5>" . __( "Change column width", 'codepress-admin-columns' ) . "</h5>
314
- <p>" . __( "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages.", 'codepress-admin-columns' ) . "</p>
315
  "
316
  ),
317
  array(
318
- 'title' => __( "Custom Field", 'codepress-admin-columns' ),
319
- 'content' =>
320
- "<h5>". __( "'Custom Field' column", 'codepress-admin-columns' ) . "</h5>
321
- <p>". __( "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set.", 'codepress-admin-columns' ) . "</p>
322
  <ul>
323
- <li><strong>". __( "Default", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma.", 'codepress-admin-columns' ) . "</li>
324
- <li><strong>". __( "Image", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma ).", 'codepress-admin-columns' ) . "</li>
325
- <li><strong>". __( "Excerpt", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: This will show the first 20 words of the Post content.", 'codepress-admin-columns' ) . "</li>
326
- <li><strong>". __( "Multiple Values", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: should be an array. This will flatten any ( multi dimensional ) array.", 'codepress-admin-columns' ) . "</li>
327
- <li><strong>". __( "Numeric", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values.", 'codepress-admin-columns' ) . "</li>
328
- <li><strong>". __( "Date", 'codepress-admin-columns' ) . "</strong><br/>". sprintf( __( "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page.", 'codepress-admin-columns' ), 'http://codex.wordpress.org/Formatting_Date_and_Time', get_admin_url() . 'options-general.php' ) . "</li>
329
- <li><strong>". __( "Post Titles", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: can be one or more Post ID's (seperated by ',').", 'codepress-admin-columns' ) . "</li>
330
- <li><strong>". __( "Usernames", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: can be one or more User ID's (seperated by ',').", 'codepress-admin-columns' ) . "</li>
331
- <li><strong>". __( "Checkmark", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: should be a 1 (one) or 0 (zero).", 'codepress-admin-columns' ) . "</li>
332
- <li><strong>". __( "Color", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: hex value color, such as #808080.", 'codepress-admin-columns' ) . "</li>
333
- <li><strong>". __( "Counter", 'codepress-admin-columns' ) . "</strong><br/>". __( "Value: Can be either a string or array. This will display a count of the number of times the meta key is used by the item.", 'codepress-admin-columns' ) . "</li>
 
 
334
  </ul>
335
  "
336
  )
@@ -338,38 +349,27 @@ class CPAC_Settings {
338
 
339
  foreach ( $tabs as $k => $tab ) {
340
  $screen->add_help_tab( array(
341
- 'id' => 'cpac-tab-'.$k,
342
- 'title' => $tab['title'],
343
- 'content' => $tab['content'],
344
- ));
345
  }
346
  }
347
 
348
  /**
349
  * @since 1.0
 
350
  * @param string $storage_model URL type.
 
351
  * @return string Url.
352
  */
353
  public function get_url( $type ) {
354
-
355
- $site_url = 'http://www.admincolumns.com';
356
-
357
  $urls = array(
358
- 'main' => $site_url,
359
- 'pricing' => $site_url . '/pricing-purchase/',
360
- 'codepress' => 'http://www.codepresshq.com',
361
- 'admincolumns' => $site_url,
362
- 'admincolumnspro' => $site_url,
363
- 'documentation' => $site_url . '/documentation/',
364
- 'feedback' => 'http://www.codepresshq.com/contact',
365
- 'plugins' => 'http://wordpress.org/extend/plugins/codepress-admin-columns/',
366
- 'support' => 'http://wordpress.org/tags/codepress-admin-columns/',
367
  );
368
 
369
- if ( ! isset( $urls[ $type ] ) )
370
- return false;
371
-
372
- return $urls[ $type ];
373
  }
374
 
375
  /**
@@ -377,14 +377,17 @@ class CPAC_Settings {
377
  */
378
  public function uses_custom_fields() {
379
 
380
- $old_columns = get_option('cpac_options');
381
 
382
- if ( empty( $old_columns['columns'] ) ) return false;
 
 
383
 
384
  foreach ( $old_columns['columns'] as $columns ) {
385
  foreach ( $columns as $id => $values ) {
386
- if ( strpos( $id, 'column-meta-' ) !== false )
387
  return true;
 
388
  }
389
  }
390
 
@@ -399,7 +402,7 @@ class CPAC_Settings {
399
  public function welcome_screen() {
400
 
401
  // Should only be set after upgrade
402
- $show_welcome = false !== get_transient('cpac_show_welcome');
403
 
404
  // Should only be set manual
405
  if ( isset( $_GET['info'] ) ) {
@@ -411,15 +414,15 @@ class CPAC_Settings {
411
  }
412
 
413
  // Set check that welcome should not be displayed.
414
- delete_transient('cpac_show_welcome');
415
 
416
- $tab = !empty( $_GET['info'] ) ? $_GET['info'] : 'whats-new';
417
 
418
  ?>
419
 
420
  <div id="cpac-welcome" class="wrap about-wrap">
421
 
422
- <h1><?php _e( "Welcome to Admin Columns", 'codepress-admin-columns' ); ?> <?php echo CPAC_VERSION; ?></h1>
423
 
424
  <div class="about-text">
425
  <?php _e( "Thank you for updating to the latest version!", 'codepress-admin-columns' ); ?>
@@ -428,57 +431,71 @@ class CPAC_Settings {
428
 
429
  <div class="cpac-content-body">
430
  <h2 class="nav-tab-wrapper">
431
- <a class="cpac-tab-toggle nav-tab <?php if( $tab == 'whats-new' ){ echo 'nav-tab-active'; } ?>" href="<?php echo $this->get_settings_url( 'info' ); ?>whats-new"><?php _e( "What’s New", 'codepress-admin-columns' ); ?></a>
432
- <a class="cpac-tab-toggle nav-tab <?php if( $tab == 'changelog' ){ echo 'nav-tab-active'; } ?>" href="<?php echo $this->get_settings_url( 'info' ); ?>changelog"><?php _e( "Changelog", 'codepress-admin-columns' ); ?></a>
 
 
 
 
433
  </h2>
434
 
435
- <?php if ( 'whats-new' === $tab ) : ?>
436
 
437
- <h3><?php _e( "Important", 'codepress-admin-columns' ); ?></h3>
438
 
439
- <h4><?php _e( "Database Changes", 'codepress-admin-columns' ); ?></h4>
440
- <p><?php _e("The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues.", 'codepress-admin-columns' ); ?></p>
441
 
442
- <?php if ( get_option( 'cpac_version', false ) < CPAC_UPGRADE_VERSION ) : ?>
443
- <p><?php _e("Make sure you backup your database and then click", 'codepress-admin-columns' ); ?> <a href="<?php echo $this->get_settings_url( 'upgrade' ); ?>" class="button-primary"><?php _e( "Upgrade Database", 'codepress-admin-columns' );?></a></p>
444
- <?php endif; ?>
 
 
445
 
446
- <h4><?php _e( "Potential Issues", 'codepress-admin-columns' ); ?></h4>
447
- <p><?php _e( "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full", 'codepress-admin-columns' ); ?> <a href="<?php echo $this->get_url('admincolumns'); ?>migrating-from-v1-to-v2" target="_blank"><?php _e( "Migrating from v1 to v2", 'codepress-admin-columns' ); ?></a> <?php _e( "guide to view the full list of changes.", 'codepress-admin-columns' ); ?> <?php printf( __( "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release.", 'codepress-admin-columns'), 'mailto:info@codepress.nl' ); ?></p>
 
 
448
 
449
- <div class="cpac-alert cpac-alert-error">
450
- <p><strong><?php _e( "Important!", 'codepress-admin-columns' ); ?></strong> <?php _e( "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest", 'codepress-admin-columns' ); ?> <a href="http://downloads.wordpress.org/plugin/codepress-admin-columns.1.4.9.zip"> <?php _e( "version 1", 'codepress-admin-columns' ); ?></a> <?php _e( "of this plugin.", 'codepress-admin-columns' ); ?></p>
451
- </div>
 
 
 
452
 
453
- <?php endif; ?>
454
- <?php if ( 'changelog' === $tab ) : ?>
455
 
456
- <h3><?php _e("Changelog for", 'codepress-admin-columns'); ?> <?php echo CPAC_VERSION; ?></h3>
457
- <?php
458
 
459
- $items = file_get_contents( CPAC_DIR . 'readme.txt' );
460
- $items = explode('= ' . CPAC_VERSION . ' =', $items);
461
- $items = end( $items );
462
- $items = current( explode("\n\n", $items) );
463
- $items = current( explode("= ", $items) );
464
- $items = array_filter( array_map('trim', explode("*", $items)) );
465
 
466
- ?>
467
- <ul class="cpac-changelog">
468
- <?php foreach( $items as $item ) :
469
- $item = explode('http', $item);
470
- ?>
471
- <li><?php echo $item[0]; ?><?php if( isset($item[1]) ): ?><a href="http<?php echo $item[1]; ?>" target="_blank"><?php _e("Learn more", 'codepress-admin-columns'); ?></a><?php endif; ?></li>
472
- <?php endforeach; ?>
473
- </ul>
 
 
 
474
 
475
- <?php endif; ?>
476
  <hr/>
477
 
478
  </div><!--.cpac-content-body-->
479
 
480
  <div class="cpac-content-footer">
481
- <a class="button-primary button-large" href="<?php echo $this->get_settings_url( 'general' ); ?>"><?php _e("Start using Admin Columns", 'codepress-admin-columns' ); ?></a>
482
  </div><!--.cpac-content-footer-->
483
 
484
  </div>
@@ -491,87 +508,90 @@ class CPAC_Settings {
491
  * @since 1.0
492
  */
493
  public function display_settings() {
494
- ?>
495
  <table class="form-table cpac-form-table settings">
496
  <tbody>
497
 
498
- <tr class="general">
499
- <th scope="row">
500
- <h3><?php _e( 'General Settings', 'codepress-admin-columns' ); ?></h3>
501
- <p><?php _e( 'Customize your Admin Columns settings.', 'codepress-admin-columns' ); ?></p>
502
- </th>
503
- <td class="padding-22">
504
- <div class="cpac_general">
505
- <form method="post" action="options.php">
506
- <?php settings_fields( 'cpac-general-settings' ); ?>
507
- <?php $options = get_option( 'cpac_general_options' ); ?>
508
- <p>
509
- <label for="show_edit_button">
510
- <input name="cpac_general_options[show_edit_button]" type="hidden" value="0" >
511
- <input name="cpac_general_options[show_edit_button]" id="show_edit_button" type="checkbox" value="1" <?php checked( ! isset( $options['show_edit_button'] ) || ( '1' == $options['show_edit_button'] ) ); ?>>
512
- <?php _e( "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>.", 'codepress-admin-columns' ); ?>
513
- </label>
514
- </p>
515
-
516
- <?php do_action( 'cac/settings/general', $options ); ?>
517
-
518
- <p>
519
- <input type="submit" class="button" value="<?php _e( 'Save' ); ?>" />
520
- </p>
521
- </form>
522
- </div>
523
- </td>
524
- </tr><!--.general-->
 
525
 
526
- <?php
527
 
528
- /** Allow plugins to add their own custom settings to the settings page. */
529
- if ( $groups = apply_filters( 'cac/settings/groups', array() ) ) {
530
 
531
- foreach ( $groups as $id => $group ) {
532
 
533
- $title = isset( $group['title'] ) ? $group['title'] : '';
534
- $description = isset( $group['description'] ) ? $group['description'] : '';
535
 
536
- ?>
537
- <tr>
538
- <th scope="row">
539
- <h3><?php echo $title; ?></h3>
540
- <p><?php echo $description; ?></p>
541
- </th>
542
- <td class="padding-22">
543
- <?php
544
 
545
- /** Use this Hook to add additonal fields to the group */
546
- do_action( "cac/settings/groups/row={$id}" );
 
 
547
 
548
- ?>
549
- </td>
550
- </tr>
551
- <?php
552
- }
 
 
553
  }
 
554
 
555
- ?>
556
-
557
- <tr class="restore">
558
- <th scope="row">
559
- <h3><?php _e( 'Restore Settings', 'codepress-admin-columns' ); ?></h3>
560
- <p><?php _e( 'This will delete all column settings and restore the default settings.', 'codepress-admin-columns' ); ?></p>
561
- </th>
562
- <td class="padding-22">
563
- <form method="post" action="">
564
- <?php wp_nonce_field( 'restore-all','_cpac_nonce'); ?>
565
- <input type="hidden" name="cpac_action" value="restore_all" />
566
- <input type="submit" class="button" name="cpac-restore-defaults" value="<?php _e( 'Restore default settings', 'codepress-admin-columns' ) ?>" onclick="return confirm('<?php _e("Warning! ALL saved admin columns data will be deleted. This cannot be undone. \'OK\' to delete, \'Cancel\' to stop", 'codepress-admin-columns' ); ?>');" />
567
- </form>
568
- </td>
569
- </tr><!--.restore-->
 
570
 
571
  </tbody>
572
  </table>
573
 
574
- <?php
575
  }
576
 
577
  /**
@@ -579,10 +599,11 @@ class CPAC_Settings {
579
  */
580
  private function get_menu_types() {
581
  $menu_types = array(
582
- 'post' => __( 'Posttypes', 'codepress-admin-columns' ),
583
- 'other' => __( 'Others', 'codepress-admin-columns' ),
584
  'taxonomy' => __( 'Taxonomies', 'codepress-admin-columns' ),
585
  );
 
586
  return apply_filters( 'cac/menu_types', $menu_types );
587
  }
588
 
@@ -596,9 +617,9 @@ class CPAC_Settings {
596
  }
597
 
598
  $tabs = array(
599
- 'general' => __( 'Admin Columns', 'codepress-admin-columns' ),
600
- 'settings' => __( 'Settings', 'codepress-admin-columns' ),
601
- 'addons' => __( 'Add-ons', 'codepress-admin-columns' )
602
  );
603
 
604
  /**
@@ -613,8 +634,11 @@ class CPAC_Settings {
613
  <div id="cpac" class="wrap">
614
  <?php screen_icon( 'codepress-admin-columns' ); ?>
615
  <h2 class="nav-tab-wrapper cpac-nav-tab-wrapper">
616
- <?php foreach( $tabs as $name => $label ) : ?>
617
- <a href="<?php echo $this->get_settings_url( 'admin' ) . "&amp;tab={$name}"; ?>" class="nav-tab<?php if( $current_tab == $name ) echo ' nav-tab-active'; ?>"><?php echo $label; ?></a>
 
 
 
618
  <?php endforeach; ?>
619
  </h2>
620
 
@@ -624,8 +648,8 @@ class CPAC_Settings {
624
  switch ( $current_tab ) :
625
  case 'general':
626
 
627
- $post_types = array_values( $this->cpac->get_post_types() );
628
- $first = array_shift( $post_types );
629
 
630
  $storage_models_by_type = array();
631
  foreach ( $this->cpac->storage_models as $k => $storage_model ) {
@@ -634,87 +658,104 @@ class CPAC_Settings {
634
 
635
  ?>
636
  <div class="cpac-menu">
637
- <?php
638
- foreach ( $this->get_menu_types() as $menu_type => $label ) {
639
- if ( ! empty( $storage_models_by_type[ $menu_type ] ) ) {
640
- $count = 0; ?>
641
- <ul class="subsubsub">
642
- <li class="first"><?php echo $label; ?>: </li>
643
- <?php foreach ( $storage_models_by_type[ $menu_type ] as $storage_model ) : ?>
644
- <li><?php echo $count++ != 0 ? ' | ' : ''; ?><a href="#cpac-box-<?php echo $storage_model->key; ?>" <?php echo $storage_model->is_menu_type_current( $first ) ? ' class="current"' : '';?> ><?php echo $storage_model->label; ?></a></li>
645
- <?php endforeach; ?>
646
- </ul>
647
  <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
  }
649
- }
650
- ?>
651
  </div>
652
 
653
  <?php do_action( 'cac/settings/after_menu' ); ?>
654
 
655
- <?php $count = 0; ?>
656
  <?php foreach ( $this->cpac->storage_models as $storage_model ) : ?>
657
- <div class="columns-container" data-type="<?php echo $storage_model->key ?>"<?php echo $storage_model->is_menu_type_current( $first ) ? '' : ' style="display:none"'; ?>>
658
-
659
- <div class="columns-left">
660
- <div id="titlediv">
661
- <h2>
662
- <?php echo $storage_model->label; ?>
663
- <?php $storage_model->screen_link(); ?>
664
- </h2>
665
- </div>
666
-
667
- <?php if ( $storage_model->is_using_php_export() ) : ?>
668
- <div class="error below-h2">
669
- <p><?php printf( __( 'The columns for %s are set up via PHP and can therefore not be edited in the admin panel.', 'codepress-admin-columns' ), '<strong>' . $storage_model->label . '</strong>' ); ?></p>
670
- </div>
671
- <?php endif; ?>
672
  </div>
673
 
674
- <div class="columns-right">
675
- <div class="columns-right-inside">
676
- <?php if ( ! $storage_model->is_using_php_export() ) : ?>
677
- <div class="sidebox" id="form-actions">
678
- <h3>
679
- <?php _e( 'Store settings', 'codepress-admin-columns' ) ?>
680
- </h3>
681
- <?php $has_been_stored = $storage_model->get_stored_columns() ? true : false; ?>
682
- <div class="form-update">
683
- <a href="javascript:;" class="button-primary submit-update"><?php echo $has_been_stored ? __( 'Update' ) : __('Save'); ?> <?php echo $storage_model->label; ?></a>
684
- </div>
685
- <?php if ( $has_been_stored ) : ?>
 
 
 
 
 
 
 
686
  <div class="form-reset">
687
- <a href="<?php echo add_query_arg( array( '_cpac_nonce' => wp_create_nonce('restore-type'), 'cpac_key' => $storage_model->key, 'cpac_action' => 'restore_by_type' ), $this->get_settings_url( 'admin' ) ); ?>" class="reset-column-type" onclick="return confirm('<?php printf( __( "Warning! The %s columns data will be deleted. This cannot be undone. \'OK\' to delete, \'Cancel\' to stop", 'codepress-admin-columns' ), $storage_model->label ); ?>');">
688
- <?php _e( 'Restore', 'codepress-admin-columns' ); ?> <?php echo $storage_model->label; ?> <?php _e( 'columns', 'codepress-admin-columns' ); ?>
 
 
 
 
 
 
689
  </a>
690
  </div>
691
- <?php endif; ?>
692
 
693
- <?php do_action( 'cac/settings/form_actions', $storage_model ); ?>
694
 
695
- </div><!--form-actions-->
696
- <?php endif; ?>
697
 
698
- <?php if ( ! cpac_is_pro_active() ) : ?>
699
  <?php $url_args = array(
700
- 'utm_source' => 'plugin-installation',
701
- 'utm_medium' => 'banner',
702
  'utm_campaign' => 'plugin-installation'
703
  ); ?>
704
  <div class="sidebox" id="pro-version">
705
  <div class="padding-box cta">
706
  <h3>
707
- <a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'title' ) ), $this->get_url( 'admincolumnspro' ) ); ?>"><?php _e( 'Get Admin Columns Pro', 'codepress-admin-columns' ) ?></a>
708
  </h3>
 
709
  <div class="inside">
710
  <ul>
711
- <li><a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-sorting' ) ), $this->get_url( 'admincolumnspro' ) ) ?>"><?php _e( 'Add Sorting', 'codepress-admin-columns' ); ?></a></li>
712
- <li><a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-filtering' ) ), $this->get_url( 'admincolumnspro' ) ) ?>"><?php _e( 'Add Filtering', 'codepress-admin-columns' ); ?></a></li>
713
- <li><a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-import-export' ) ), $this->get_url( 'admincolumnspro' ) ) ?>"><?php _e( 'Add Import/Export', 'codepress-admin-columns' ); ?></a></li>
714
- <li><a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-editing' ) ), $this->get_url( 'admincolumnspro' ) ) ?>"><?php _e( 'Add Direct Editing', 'codepress-admin-columns' ); ?></a></li>
 
 
 
 
 
 
 
 
715
  </ul>
716
  <p>
717
- <?php printf( __( "Check out <a href='%s'>Admin Columns Pro</a> for more details!", 'codepress-admin-columns' ), add_query_arg( array_merge( $url_args, array( 'utm_content' => 'cta' ) ), $this->get_url( 'admincolumnspro' ) ) ); ?>
718
  </p>
719
  </div>
720
  </div>
@@ -723,6 +764,7 @@ class CPAC_Settings {
723
  <div class="sidebox" id="direct-feedback">
724
  <div id="feedback-choice">
725
  <h3><?php _e( 'Are you happy with Admin Columns?', 'codepress-admin-columns' ); ?></h3>
 
726
  <div class="inside">
727
  <a href="#" class="yes">Yes</a>
728
  <a href="#" class="no">No</a>
@@ -731,19 +773,21 @@ class CPAC_Settings {
731
  <div id="feedback-support">
732
  <div class="inside">
733
  <p><?php _e( "What's wrong? Need help? Let us know!", 'codepress-admin-columns' ); ?></p>
 
734
  <p><?php _e( 'Check out our extensive documentation, or you can open a support topic on WordPress.org!', 'codepress-admin-columns' ); ?></p>
735
  <ul class="share">
736
  <li>
737
  <a href="<?php echo add_query_arg( array(
738
- 'utm_source' => 'plugin-installation',
739
- 'utm_medium' => 'feedback-docs-button',
740
  'utm_campaign' => 'plugin-installation'
741
  ), $this->get_url( 'documentation' ) ); ?>" target="_blank">
742
  <div class="dashicons dashicons-editor-help"></div> <?php _e( 'Docs', 'codepress-admin-columns' ); ?>
743
  </a>
744
  </li>
745
  <li>
746
- <a href="https://wordpress.org/support/plugin/codepress-admin-columns" target="_blank">
 
747
  <div class="dashicons dashicons-wordpress"></div> <?php _e( 'Forums', 'codepress-admin-columns' ); ?>
748
  </a>
749
  </li>
@@ -754,6 +798,7 @@ class CPAC_Settings {
754
  <div id="feedback-rate">
755
  <div class="inside">
756
  <p><?php _e( "Woohoo! We're glad to hear that!", 'codepress-admin-columns' ); ?></p>
 
757
  <p><?php _e( 'We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!', 'codepress-admin-columns' ); ?></p>
758
  <ul class="share">
759
  <li>
@@ -765,9 +810,9 @@ class CPAC_Settings {
765
  <li>
766
  <a href="<?php echo add_query_arg( array(
767
  'hashtags' => 'admincolumns',
768
- 'text' => urlencode( "I'm using Admin Columns for WordPress!" ),
769
- 'url' => urlencode( 'http://wordpress.org/plugins/codepress-admin-columns/' ),
770
- 'via' => 'codepressNL'
771
  ), 'https://twitter.com/intent/tweet' ); ?>" target="_blank">
772
  <div class="dashicons dashicons-twitter"></div> <?php _e( 'Tweet', 'codepress-admin-columns' ); ?>
773
  </a>
@@ -775,10 +820,10 @@ class CPAC_Settings {
775
 
776
  <li>
777
  <a href="<?php echo add_query_arg( array(
778
- 'utm_source' => 'plugin-installation',
779
- 'utm_medium' => 'feedback-purchase-button',
780
  'utm_campaign' => 'plugin-installation'
781
- ), $this->get_url( 'admincolumnspro' ) ); ?>" target="_blank">
782
  <div class="dashicons dashicons-cart"></div> <?php _e( 'Buy Pro', 'codepress-admin-columns' ); ?>
783
  </a>
784
  </li>
@@ -788,65 +833,68 @@ class CPAC_Settings {
788
  </div>
789
  </div>
790
 
791
- <?php endif; ?>
792
-
793
- <div class="sidebox" id="plugin-support">
794
- <h3><?php _e( 'Support', 'codepress-admin-columns' ); ?></h3>
795
- <div class="inside">
796
- <?php if ( version_compare( get_bloginfo( 'version' ), '3.2', '>' ) ) : ?>
797
- <p><?php _e( 'Check the <strong>Help</strong> section in the top-right screen.', 'codepress-admin-columns' ); ?></p>
798
- <?php endif; ?>
799
- <p>
800
- <?php printf( __("For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>", 'codepress-admin-columns' ), $this->get_url('documentation') ); ?>
801
- </p>
802
- </div>
803
- </div><!--plugin-support-->
804
 
805
- </div><!--.columns-right-inside-->
806
- </div><!--.columns-right-->
807
 
808
- <div class="columns-left">
809
- <div class="cpac-boxes">
810
- <?php if ( ! $storage_model->is_using_php_export() ) : ?>
811
- <div class="cpac-columns">
 
 
 
 
 
812
 
813
- <form method="post" action="">
814
- <?php wp_nonce_field( 'update-type', '_cpac_nonce'); ?>
815
 
816
- <input type="hidden" name="cpac_key" value="<?php echo $storage_model->key; ?>" />
817
- <input type="hidden" name="cpac_action" value="update_by_type" />
 
 
818
 
819
- <?php
820
- foreach ( $storage_model->columns as $column ) {
821
- $column->display();
822
- }
823
- ?>
824
- </form>
825
 
826
- </div><!--.cpac-columns-->
 
827
 
828
- <div class="column-footer">
829
- <div class="order-message"><?php _e( 'Drag and drop to reorder', 'codepress-admin-columns' ); ?></div>
 
 
 
 
830
 
831
- <div class="button-container">
832
- <a href="javascript:;" class="add_column button button-primary">+ <?php _e( 'Add Column', 'codepress-admin-columns' );?></a><br/>
833
- </div>
834
 
835
- </div><!--.cpac-column-footer-->
836
- <?php endif; ?>
837
- </div><!--.cpac-boxes-->
838
- </div><!--.columns-left-->
839
- <div class="clear"></div>
 
 
840
 
841
- <div class="for-cloning-only" style="display:none">
842
- <?php
843
- foreach ( $storage_model->get_registered_columns() as $column ) {
844
- $column->display();
845
- }
846
- ?>
847
- </div>
848
- </div><!--.columns-container-->
849
- <?php endforeach; // storage_models ?>
 
 
 
 
 
 
 
850
 
851
  <div class="clear"></div>
852
  <?php
@@ -871,7 +919,7 @@ class CPAC_Settings {
871
  endswitch;
872
  ?>
873
  </div><!--.wrap-->
874
- <?php
875
  }
876
 
877
  /**
@@ -890,13 +938,14 @@ class CPAC_Settings {
890
  <li>
891
  <div class="cpac-addon-content">
892
  <?php if ( ! empty( $addon['image'] ) ) : ?>
893
- <img src="<?php echo $addon['image']; ?>" />
894
  <?php else : ?>
895
  <h3><?php echo $addon['title']; ?></h3>
896
  <?php endif; ?>
897
  </div>
898
  <div class="cpac-addon-header">
899
  <h3><?php echo $addon['title']; ?></h3>
 
900
  <p><?php echo $addon['description']; ?></p>
901
  </div>
902
  <div class="cpac-addon-actions">
@@ -906,39 +955,39 @@ class CPAC_Settings {
906
  if ( ( $plugin_basename = $this->cpac->addons()->get_installed_addon_plugin_basename( $addon_name ) ) ) : ?>
907
  <?php if ( is_plugin_active( $plugin_basename ) ) : ?>
908
  <?php $deactivation_url = wp_nonce_url( add_query_arg( array(
909
- 'action' => 'deactivate',
910
- 'plugin' => urlencode( $plugin_basename ),
911
  'cpac-redirect' => true
912
  ), admin_url( 'plugins.php' ) ), 'deactivate-plugin_' . $plugin_basename ); ?>
913
  <a href="#" class="button button-disabled cpac-installed"><?php _e( 'Active', 'codepress-admin-columns' ); ?></a>
914
  <a href="<?php echo esc_attr( $deactivation_url ); ?>" class="button right"><?php _e( 'Deactivate', 'codepress-admin-columns' ); ?></a>
915
  <?php else : ?>
916
  <?php $activation_url = wp_nonce_url( add_query_arg( array(
917
- 'action' => 'activate',
918
- 'plugin' => urlencode( $plugin_basename ),
919
  'cpac-redirect' => true
920
  ), admin_url( 'plugins.php' ) ), 'activate-plugin_' . $plugin_basename ); ?>
921
  <a href="#" class="button button-disabled cpac-installed"><?php _e( 'Installed', 'codepress-admin-columns' ); ?></a>
922
  <a href="<?php echo esc_attr( $activation_url ); ?>" class="button right"><?php _e( 'Activate', 'codepress-admin-columns' ); ?></a>
923
  <?php endif; ?>
924
- <?php
925
 
926
  // Not installed...
927
  else :
928
 
929
  // Got ACP?
930
- if ( class_exists('CAC_Addon_Pro') ) :
931
  $install_url = wp_nonce_url( add_query_arg( array(
932
  'action' => 'install',
933
  'plugin' => $addon_name,
934
  ), $this->get_settings_url( 'addons' ) ), 'install-cac-addon' );
935
  ?>
936
  <a href="<?php echo esc_attr( $install_url ); ?>" class="button"><?php _e( 'Download & Install', 'codepress-admin-columns' ); ?></a>
937
- <?php
938
 
939
  // Get ACP?
940
  else : ?>
941
- <a target="_blank" href="<?php echo esc_attr( $this->get_url('pricing') ); ?>" class="button"><?php _e( 'Get this add-on', 'codepress-admin-columns' ); ?></a>
942
  <?php endif; ?>
943
  <?php endif; ?>
944
  </div>
23
 
24
  /**
25
  * @since 2.0
26
+ *
27
  * @param object CPAC
28
  */
29
  function __construct( $cpac ) {
65
  * @param CPAC_Settings $settings_instance Settings class instance
66
  */
67
  $settings_urls = apply_filters( 'cac/settings/settings_urls', array(
68
+ 'admin' => admin_url( 'options-general.php?page=codepress-admin-columns' ),
69
+ 'settings' => admin_url( 'options-general.php?page=codepress-admin-columns&tab=settings' ),
70
+ 'network_settings' => network_admin_url( 'settings.php?page=codepress-admin-columns' ),
71
+ 'info' => admin_url( 'options-general.php?page=codepress-admin-columns&info=' ),
72
+ 'upgrade' => admin_url( 'options-general.php?page=cpac-upgrade' )
73
  ), $this );
74
 
75
  return $settings_urls;
79
  * Get the settings URL for a page
80
  *
81
  * @since 2.2
82
+ *
83
  * @param string $page Optional. Admin page to get the URL from. Defaults to the basic Admin Columns page
84
+ *
85
  * @return string Settings page URL
86
  */
87
  public function get_settings_url( $page = '' ) {
114
 
115
  if ( ! empty( $_REQUEST['activate'] ) ) {
116
  $message = __( 'Add-on successfully activated.', 'codepress-admin-columns' );
117
+ } else if ( ! empty( $_REQUEST['deactivate'] ) ) {
 
118
  $message = __( 'Add-on successfully deactivated.', 'codepress-admin-columns' );
119
  }
120
 
178
  register_setting( 'cpac-general-settings', 'cpac_general_options' );
179
 
180
  // add cap to options.php
181
+ add_filter( 'option_page_capability_cpac-general-settings', array( $this, 'add_capability' ) );
182
 
183
  $this->enqueue_admin_scripts();
184
  }
206
  * @since 1.0
207
  */
208
  public function admin_styles() {
209
+
210
+ $minified = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
211
 
212
  wp_enqueue_style( 'wp-pointer' );
213
  wp_enqueue_style( 'jquery-ui-lightness', CPAC_URL . 'assets/ui-theme/jquery-ui-1.8.18.custom.css', array(), CPAC_VERSION, 'all' );
222
  wp_enqueue_script( 'wp-pointer' );
223
  wp_enqueue_script( 'jquery-ui-slider' );
224
 
225
+ $minified = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
226
 
227
+ wp_enqueue_script( 'cpac-admin-settings', CPAC_URL . "assets/js/admin-settings{$minified}.js", array(
228
+ 'jquery',
229
+ 'dashboard',
230
+ 'jquery-ui-slider',
231
+ 'jquery-ui-sortable'
232
+ ), CPAC_VERSION );
233
 
234
  // javascript translations
235
  wp_localize_script( 'cpac-admin-settings', 'cpac_i18n', array(
236
+ 'clone' => __( '%s column is already present and can not be duplicated.', 'codepress-admin-columns' ),
237
+ ) );
238
  }
239
 
240
  /**
243
  public function handle_column_request() {
244
 
245
  // only handle updates from the admin columns page
246
+ if ( ! ( isset( $_GET['page'] ) && in_array( $_GET['page'], array( 'codepress-admin-columns' ) ) && isset( $_REQUEST['cpac_action'] ) ) ) {
247
  return false;
248
  }
249
 
250
  // use $_REQUEST because the values are send both over $_GET and $_POST
251
+ $action = isset( $_REQUEST['cpac_action'] ) ? $_REQUEST['cpac_action'] : '';
252
+ $nonce = isset( $_REQUEST['_cpac_nonce'] ) ? $_REQUEST['_cpac_nonce'] : '';
253
+ $key = isset( $_REQUEST['cpac_key'] ) ? $_REQUEST['cpac_key'] : '';
254
 
255
  switch ( $action ) :
256
 
258
  if ( wp_verify_nonce( $nonce, 'update-type' ) && $key ) {
259
  if ( $storage_model = $this->cpac->get_storage_model( $key ) ) {
260
  $storage_model->store();
261
+ $storage_model->set_columns();
262
  }
263
  }
264
  break;
267
  if ( wp_verify_nonce( $nonce, 'restore-type' ) && $key ) {
268
  if ( $storage_model = $this->cpac->get_storage_model( $key ) ) {
269
  $storage_model->restore();
270
+ $storage_model->set_columns();
271
  }
272
  }
273
  break;
291
 
292
  $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE 'cpac_options_%'" );
293
 
294
+ cpac_admin_message( __( 'Default settings succesfully restored.', 'codepress-admin-columns' ), 'updated' );
295
  }
296
 
297
  /**
303
 
304
  $screen = get_current_screen();
305
 
306
+ if ( ! method_exists( $screen, 'add_help_tab' ) ) {
307
  return;
308
+ }
309
 
310
  $tabs = array(
311
  array(
312
+ 'title' => __( "Overview", 'codepress-admin-columns' ),
313
+ 'content' => "<h5>Admin Columns</h5>
314
+ <p>" . __( "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them.", 'codepress-admin-columns' ) . "</p>"
 
315
  ),
316
  array(
317
+ 'title' => __( "Basics", 'codepress-admin-columns' ),
318
+ 'content' => "
319
+ <h5>" . __( "Change order", 'codepress-admin-columns' ) . "</h5>
320
+ <p>" . __( "By dragging the columns you can change the order which they will appear in.", 'codepress-admin-columns' ) . "</p>
321
+ <h5>" . __( "Change label", 'codepress-admin-columns' ) . "</h5>
322
+ <p>" . __( "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading.", 'codepress-admin-columns' ) . "</p>
323
+ <h5>" . __( "Change column width", 'codepress-admin-columns' ) . "</h5>
324
+ <p>" . __( "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages.", 'codepress-admin-columns' ) . "</p>
325
  "
326
  ),
327
  array(
328
+ 'title' => __( "Custom Field", 'codepress-admin-columns' ),
329
+ 'content' => "<h5>" . __( "'Custom Field' column", 'codepress-admin-columns' ) . "</h5>
330
+ <p>" . __( "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set.", 'codepress-admin-columns' ) . "</p>
 
331
  <ul>
332
+ <li><strong>" . __( "Default", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma.", 'codepress-admin-columns' ) . "</li>
333
+ <li><strong>" . __( "Checkmark", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: should be a 1 (one) or 0 (zero).", 'codepress-admin-columns' ) . "</li>
334
+ <li><strong>" . __( "Color", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: hex value color, such as #808080.", 'codepress-admin-columns' ) . "</li>
335
+ <li><strong>" . __( "Counter", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: Can be either a string or array. This will display a count of the number of times the meta key is used by the item.", 'codepress-admin-columns' ) . "</li>
336
+ <li><strong>" . __( "Date", 'codepress-admin-columns' ) . "</strong><br/>" . sprintf( __( "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page.", 'codepress-admin-columns' ), 'http://codex.wordpress.org/Formatting_Date_and_Time', get_admin_url() . 'options-general.php' ) . "</li>
337
+ <li><strong>" . __( "Excerpt", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: This will show the first 20 words of the Post content.", 'codepress-admin-columns' ) . "</li>
338
+ <li><strong>" . __( "Image", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma ).", 'codepress-admin-columns' ) . "</li>
339
+ <li><strong>" . __( "Media Library", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: should contain Attachment IDs ( seperated by a ',' comma ).", 'codepress-admin-columns' ) . "</li>
340
+ <li><strong>" . __( "Multiple Values", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: should be an array. This will flatten any ( multi dimensional ) array.", 'codepress-admin-columns' ) . "</li>
341
+ <li><strong>" . __( "Numeric", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values.", 'codepress-admin-columns' ) . "</li>
342
+ <li><strong>" . __( "Post Titles", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: can be one or more Post ID's (seperated by ',').", 'codepress-admin-columns' ) . "</li>
343
+ <li><strong>" . __( "Usernames", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: can be one or more User ID's (seperated by ',').", 'codepress-admin-columns' ) . "</li>
344
+ <li><strong>" . __( "Term Name", 'codepress-admin-columns' ) . "</strong><br/>" . __( "Value: should be an array with term_id and taxonomy.", 'codepress-admin-columns' ) . "</li>
345
  </ul>
346
  "
347
  )
349
 
350
  foreach ( $tabs as $k => $tab ) {
351
  $screen->add_help_tab( array(
352
+ 'id' => 'cpac-tab-' . $k,
353
+ 'title' => $tab['title'],
354
+ 'content' => $tab['content'],
355
+ ) );
356
  }
357
  }
358
 
359
  /**
360
  * @since 1.0
361
+ *
362
  * @param string $storage_model URL type.
363
+ *
364
  * @return string Url.
365
  */
366
  public function get_url( $type ) {
 
 
 
367
  $urls = array(
368
+ 'pricing' => ac_get_site_url( 'pricing-purchase' ),
369
+ 'documentation' => ac_get_site_url( 'documentation' ),
 
 
 
 
 
 
 
370
  );
371
 
372
+ return isset( $urls[ $type ] ) ? $urls[ $type ] : false;
 
 
 
373
  }
374
 
375
  /**
377
  */
378
  public function uses_custom_fields() {
379
 
380
+ $old_columns = get_option( 'cpac_options' );
381
 
382
+ if ( empty( $old_columns['columns'] ) ) {
383
+ return false;
384
+ }
385
 
386
  foreach ( $old_columns['columns'] as $columns ) {
387
  foreach ( $columns as $id => $values ) {
388
+ if ( strpos( $id, 'column-meta-' ) !== false ) {
389
  return true;
390
+ }
391
  }
392
  }
393
 
402
  public function welcome_screen() {
403
 
404
  // Should only be set after upgrade
405
+ $show_welcome = false !== get_transient( 'cpac_show_welcome' );
406
 
407
  // Should only be set manual
408
  if ( isset( $_GET['info'] ) ) {
414
  }
415
 
416
  // Set check that welcome should not be displayed.
417
+ delete_transient( 'cpac_show_welcome' );
418
 
419
+ $tab = ! empty( $_GET['info'] ) ? $_GET['info'] : 'whats-new';
420
 
421
  ?>
422
 
423
  <div id="cpac-welcome" class="wrap about-wrap">
424
 
425
+ <h1><?php _e( "Welcome to Admin Columns", 'codepress-admin-columns' ); ?><?php echo CPAC_VERSION; ?></h1>
426
 
427
  <div class="about-text">
428
  <?php _e( "Thank you for updating to the latest version!", 'codepress-admin-columns' ); ?>
431
 
432
  <div class="cpac-content-body">
433
  <h2 class="nav-tab-wrapper">
434
+ <a class="cpac-tab-toggle nav-tab <?php if ( $tab == 'whats-new' ) {
435
+ echo 'nav-tab-active';
436
+ } ?>" href="<?php echo $this->get_settings_url( 'info' ); ?>whats-new"><?php _e( "What’s New", 'codepress-admin-columns' ); ?></a>
437
+ <a class="cpac-tab-toggle nav-tab <?php if ( $tab == 'changelog' ) {
438
+ echo 'nav-tab-active';
439
+ } ?>" href="<?php echo $this->get_settings_url( 'info' ); ?>changelog"><?php _e( "Changelog", 'codepress-admin-columns' ); ?></a>
440
  </h2>
441
 
442
+ <?php if ( 'whats-new' === $tab ) : ?>
443
 
444
+ <h3><?php _e( "Important", 'codepress-admin-columns' ); ?></h3>
445
 
446
+ <h4><?php _e( "Database Changes", 'codepress-admin-columns' ); ?></h4>
447
+ <p><?php _e( "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues.", 'codepress-admin-columns' ); ?></p>
448
 
449
+ <?php if ( get_option( 'cpac_version', false ) < CPAC_UPGRADE_VERSION ) : ?>
450
+ <p><?php _e( "Make sure you backup your database and then click", 'codepress-admin-columns' ); ?>
451
+ <a href="<?php echo $this->get_settings_url( 'upgrade' ); ?>" class="button-primary"><?php _e( "Upgrade Database", 'codepress-admin-columns' ); ?></a>
452
+ </p>
453
+ <?php endif; ?>
454
 
455
+ <h4><?php _e( "Potential Issues", 'codepress-admin-columns' ); ?></h4>
456
+ <p><?php _e( "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full", 'codepress-admin-columns' ); ?>
457
+ <a href="<?php ac_site_url(); ?>migrating-from-v1-to-v2" target="_blank"><?php _e( "Migrating from v1 to v2", 'codepress-admin-columns' ); ?></a> <?php _e( "guide to view the full list of changes.", 'codepress-admin-columns' ); ?> <?php printf( __( "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release.", 'codepress-admin-columns' ), 'mailto:info@codepress.nl' ); ?>
458
+ </p>
459
 
460
+ <div class="cpac-alert cpac-alert-error">
461
+ <p>
462
+ <strong><?php _e( "Important!", 'codepress-admin-columns' ); ?></strong> <?php _e( "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest", 'codepress-admin-columns' ); ?>
463
+ <a href="http://downloads.wordpress.org/plugin/codepress-admin-columns.1.4.9.zip"> <?php _e( "version 1", 'codepress-admin-columns' ); ?></a> <?php _e( "of this plugin.", 'codepress-admin-columns' ); ?>
464
+ </p>
465
+ </div>
466
 
467
+ <?php endif; ?>
468
+ <?php if ( 'changelog' === $tab ) : ?>
469
 
470
+ <h3><?php _e( "Changelog for", 'codepress-admin-columns' ); ?><?php echo CPAC_VERSION; ?></h3>
471
+ <?php
472
 
473
+ $items = file_get_contents( CPAC_DIR . 'readme.txt' );
474
+ $items = explode( '= ' . CPAC_VERSION . ' =', $items );
475
+ $items = end( $items );
476
+ $items = current( explode( "\n\n", $items ) );
477
+ $items = current( explode( "= ", $items ) );
478
+ $items = array_filter( array_map( 'trim', explode( "*", $items ) ) );
479
 
480
+ ?>
481
+ <ul class="cpac-changelog">
482
+ <?php foreach ( $items as $item ) :
483
+ $item = explode( 'http', $item );
484
+ ?>
485
+ <li><?php echo $item[0]; ?><?php if ( isset( $item[1] ) ): ?><a
486
+ href="http<?php echo $item[1]; ?>"
487
+ target="_blank"><?php _e( "Learn more", 'codepress-admin-columns' ); ?></a><?php endif; ?>
488
+ </li>
489
+ <?php endforeach; ?>
490
+ </ul>
491
 
492
+ <?php endif; ?>
493
  <hr/>
494
 
495
  </div><!--.cpac-content-body-->
496
 
497
  <div class="cpac-content-footer">
498
+ <a class="button-primary button-large" href="<?php echo $this->get_settings_url( 'general' ); ?>"><?php _e( "Start using Admin Columns", 'codepress-admin-columns' ); ?></a>
499
  </div><!--.cpac-content-footer-->
500
 
501
  </div>
508
  * @since 1.0
509
  */
510
  public function display_settings() {
511
+ ?>
512
  <table class="form-table cpac-form-table settings">
513
  <tbody>
514
 
515
+ <tr class="general">
516
+ <th scope="row">
517
+ <h3><?php _e( 'General Settings', 'codepress-admin-columns' ); ?></h3>
518
+
519
+ <p><?php _e( 'Customize your Admin Columns settings.', 'codepress-admin-columns' ); ?></p>
520
+ </th>
521
+ <td class="padding-22">
522
+ <div class="cpac_general">
523
+ <form method="post" action="options.php">
524
+ <?php settings_fields( 'cpac-general-settings' ); ?>
525
+ <?php $options = get_option( 'cpac_general_options' ); ?>
526
+ <p>
527
+ <label for="show_edit_button">
528
+ <input name="cpac_general_options[show_edit_button]" type="hidden" value="0">
529
+ <input name="cpac_general_options[show_edit_button]" id="show_edit_button" type="checkbox" value="1" <?php checked( ! isset( $options['show_edit_button'] ) || ( '1' == $options['show_edit_button'] ) ); ?>>
530
+ <?php _e( "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>.", 'codepress-admin-columns' ); ?>
531
+ </label>
532
+ </p>
533
+
534
+ <?php do_action( 'cac/settings/general', $options ); ?>
535
+
536
+ <p>
537
+ <input type="submit" class="button" value="<?php _e( 'Save' ); ?>"/>
538
+ </p>
539
+ </form>
540
+ </div>
541
+ </td>
542
+ </tr><!--.general-->
543
 
544
+ <?php
545
 
546
+ /** Allow plugins to add their own custom settings to the settings page. */
547
+ if ( $groups = apply_filters( 'cac/settings/groups', array() ) ) {
548
 
549
+ foreach ( $groups as $id => $group ) {
550
 
551
+ $title = isset( $group['title'] ) ? $group['title'] : '';
552
+ $description = isset( $group['description'] ) ? $group['description'] : '';
553
 
554
+ ?>
555
+ <tr>
556
+ <th scope="row">
557
+ <h3><?php echo $title; ?></h3>
 
 
 
 
558
 
559
+ <p><?php echo $description; ?></p>
560
+ </th>
561
+ <td class="padding-22">
562
+ <?php
563
 
564
+ /** Use this Hook to add additonal fields to the group */
565
+ do_action( "cac/settings/groups/row={$id}" );
566
+
567
+ ?>
568
+ </td>
569
+ </tr>
570
+ <?php
571
  }
572
+ }
573
 
574
+ ?>
575
+
576
+ <tr class="restore">
577
+ <th scope="row">
578
+ <h3><?php _e( 'Restore Settings', 'codepress-admin-columns' ); ?></h3>
579
+
580
+ <p><?php _e( 'This will delete all column settings and restore the default settings.', 'codepress-admin-columns' ); ?></p>
581
+ </th>
582
+ <td class="padding-22">
583
+ <form method="post" action="">
584
+ <?php wp_nonce_field( 'restore-all', '_cpac_nonce' ); ?>
585
+ <input type="hidden" name="cpac_action" value="restore_all"/>
586
+ <input type="submit" class="button" name="cpac-restore-defaults" value="<?php _e( 'Restore default settings', 'codepress-admin-columns' ) ?>" onclick="return confirm('<?php _e( "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \'OK\' to delete, \'Cancel\' to stop", 'codepress-admin-columns' ); ?>');"/>
587
+ </form>
588
+ </td>
589
+ </tr><!--.restore-->
590
 
591
  </tbody>
592
  </table>
593
 
594
+ <?php
595
  }
596
 
597
  /**
599
  */
600
  private function get_menu_types() {
601
  $menu_types = array(
602
+ 'post' => __( 'Posttypes', 'codepress-admin-columns' ),
603
+ 'other' => __( 'Others', 'codepress-admin-columns' ),
604
  'taxonomy' => __( 'Taxonomies', 'codepress-admin-columns' ),
605
  );
606
+
607
  return apply_filters( 'cac/menu_types', $menu_types );
608
  }
609
 
617
  }
618
 
619
  $tabs = array(
620
+ 'general' => __( 'Admin Columns', 'codepress-admin-columns' ),
621
+ 'settings' => __( 'Settings', 'codepress-admin-columns' ),
622
+ 'addons' => __( 'Add-ons', 'codepress-admin-columns' )
623
  );
624
 
625
  /**
634
  <div id="cpac" class="wrap">
635
  <?php screen_icon( 'codepress-admin-columns' ); ?>
636
  <h2 class="nav-tab-wrapper cpac-nav-tab-wrapper">
637
+ <?php foreach ( $tabs as $name => $label ) : ?>
638
+ <a href="<?php echo $this->get_settings_url( 'admin' ) . "&amp;tab={$name}"; ?>"
639
+ class="nav-tab<?php if ( $current_tab == $name ) {
640
+ echo ' nav-tab-active';
641
+ } ?>"><?php echo $label; ?></a>
642
  <?php endforeach; ?>
643
  </h2>
644
 
648
  switch ( $current_tab ) :
649
  case 'general':
650
 
651
+ $keys = array_keys( $this->cpac->storage_models );
652
+ $first = array_shift( $keys );
653
 
654
  $storage_models_by_type = array();
655
  foreach ( $this->cpac->storage_models as $k => $storage_model ) {
658
 
659
  ?>
660
  <div class="cpac-menu">
 
 
 
 
 
 
 
 
 
 
661
  <?php
662
+ foreach ( $this->get_menu_types() as $menu_type => $label ) {
663
+ if ( ! empty( $storage_models_by_type[ $menu_type ] ) ) {
664
+ $count = 0; ?>
665
+ <ul class="subsubsub">
666
+ <li class="first"><?php echo $label; ?>:</li>
667
+ <?php foreach ( $storage_models_by_type[ $menu_type ] as $storage_model ) : ?>
668
+ <li>
669
+ <?php echo $count ++ != 0 ? ' | ' : ''; ?>
670
+ <a href="#cpac-box-<?php echo $storage_model->key; ?>" <?php echo $storage_model->is_menu_type_current( $first ) ? ' class="current"' : ''; ?> ><?php echo $storage_model->label; ?></a>
671
+ </li>
672
+ <?php endforeach; ?>
673
+ </ul>
674
+ <?php
675
+ }
676
  }
677
+ ?>
 
678
  </div>
679
 
680
  <?php do_action( 'cac/settings/after_menu' ); ?>
681
 
 
682
  <?php foreach ( $this->cpac->storage_models as $storage_model ) : ?>
683
+ <div class="columns-container" data-type="<?php echo $storage_model->key ?>"<?php echo $storage_model->is_menu_type_current( $first ) ? '' : ' style="display:none"'; ?>>
684
+
685
+ <div class="columns-left">
686
+ <div id="titlediv">
687
+ <h2>
688
+ <?php echo $storage_model->label; ?>
689
+ <?php $storage_model->screen_link(); ?>
690
+ </h2>
 
 
 
 
 
 
 
691
  </div>
692
 
693
+ <?php if ( $storage_model->is_using_php_export() ) : ?>
694
+ <div class="error below-h2">
695
+ <p><?php printf( __( 'The columns for %s are set up via PHP and can therefore not be edited in the admin panel.', 'codepress-admin-columns' ), '<strong>' . $storage_model->label . '</strong>' ); ?></p>
696
+ </div>
697
+ <?php endif; ?>
698
+ </div>
699
+
700
+ <div class="columns-right">
701
+ <div class="columns-right-inside">
702
+ <?php if ( ! $storage_model->is_using_php_export() ) : ?>
703
+ <div class="sidebox" id="form-actions">
704
+ <h3>
705
+ <?php _e( 'Store settings', 'codepress-admin-columns' ) ?>
706
+ </h3>
707
+ <?php $has_been_stored = $storage_model->get_stored_columns() ? true : false; ?>
708
+ <div class="form-update">
709
+ <a href="javascript:;" class="button-primary submit-update"><?php echo $has_been_stored ? __( 'Update' ) : __( 'Save' ); ?><?php echo ' ' . $storage_model->label; ?></a>
710
+ </div>
711
+ <?php if ( $has_been_stored ) : ?>
712
  <div class="form-reset">
713
+ <a href="<?php echo add_query_arg( array(
714
+ '_cpac_nonce' => wp_create_nonce( 'restore-type' ),
715
+ 'cpac_key' => $storage_model->key,
716
+ 'cpac_action' => 'restore_by_type'
717
+ ), $this->get_settings_url( 'admin' ) ); ?>" class="reset-column-type" onclick="return confirm('<?php printf( __( "Warning! The %s columns data will be deleted. This cannot be undone. \'OK\' to delete, \'Cancel\' to stop", 'codepress-admin-columns' ), $storage_model->label ); ?>');">
718
+ <?php _e( 'Restore', 'codepress-admin-columns' ); ?>
719
+ <?php echo ' ' . $storage_model->label . ' '; ?>
720
+ <?php _e( 'columns', 'codepress-admin-columns' ); ?>
721
  </a>
722
  </div>
723
+ <?php endif; ?>
724
 
725
+ <?php do_action( 'cac/settings/form_actions', $storage_model ); ?>
726
 
727
+ </div><!--form-actions-->
728
+ <?php endif; ?>
729
 
730
+ <?php if ( ! cpac_is_pro_active() ) : ?>
731
  <?php $url_args = array(
732
+ 'utm_source' => 'plugin-installation',
733
+ 'utm_medium' => 'banner',
734
  'utm_campaign' => 'plugin-installation'
735
  ); ?>
736
  <div class="sidebox" id="pro-version">
737
  <div class="padding-box cta">
738
  <h3>
739
+ <a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'title' ) ), ac_get_site_url() ); ?>"><?php _e( 'Get Admin Columns Pro', 'codepress-admin-columns' ) ?></a>
740
  </h3>
741
+
742
  <div class="inside">
743
  <ul>
744
+ <li>
745
+ <a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-sorting' ) ), ac_get_site_url() ) ?>"><?php _e( 'Add Sorting', 'codepress-admin-columns' ); ?></a>
746
+ </li>
747
+ <li>
748
+ <a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-filtering' ) ), ac_get_site_url() ) ?>"><?php _e( 'Add Filtering', 'codepress-admin-columns' ); ?></a>
749
+ </li>
750
+ <li>
751
+ <a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-import-export' ) ), ac_get_site_url() ) ?>"><?php _e( 'Add Import/Export', 'codepress-admin-columns' ); ?></a>
752
+ </li>
753
+ <li>
754
+ <a href="<?php echo add_query_arg( array_merge( $url_args, array( 'utm_content' => 'usp-editing' ) ), ac_get_site_url() ) ?>"><?php _e( 'Add Direct Editing', 'codepress-admin-columns' ); ?></a>
755
+ </li>
756
  </ul>
757
  <p>
758
+ <?php printf( __( "Check out <a href='%s'>Admin Columns Pro</a> for more details!", 'codepress-admin-columns' ), add_query_arg( array_merge( $url_args, array( 'utm_content' => 'cta' ) ), ac_get_site_url() ) ); ?>
759
  </p>
760
  </div>
761
  </div>
764
  <div class="sidebox" id="direct-feedback">
765
  <div id="feedback-choice">
766
  <h3><?php _e( 'Are you happy with Admin Columns?', 'codepress-admin-columns' ); ?></h3>
767
+
768
  <div class="inside">
769
  <a href="#" class="yes">Yes</a>
770
  <a href="#" class="no">No</a>
773
  <div id="feedback-support">
774
  <div class="inside">
775
  <p><?php _e( "What's wrong? Need help? Let us know!", 'codepress-admin-columns' ); ?></p>
776
+
777
  <p><?php _e( 'Check out our extensive documentation, or you can open a support topic on WordPress.org!', 'codepress-admin-columns' ); ?></p>
778
  <ul class="share">
779
  <li>
780
  <a href="<?php echo add_query_arg( array(
781
+ 'utm_source' => 'plugin-installation',
782
+ 'utm_medium' => 'feedback-docs-button',
783
  'utm_campaign' => 'plugin-installation'
784
  ), $this->get_url( 'documentation' ) ); ?>" target="_blank">
785
  <div class="dashicons dashicons-editor-help"></div> <?php _e( 'Docs', 'codepress-admin-columns' ); ?>
786
  </a>
787
  </li>
788
  <li>
789
+ <a href="https://wordpress.org/support/plugin/codepress-admin-columns"
790
+ target="_blank">
791
  <div class="dashicons dashicons-wordpress"></div> <?php _e( 'Forums', 'codepress-admin-columns' ); ?>
792
  </a>
793
  </li>
798
  <div id="feedback-rate">
799
  <div class="inside">
800
  <p><?php _e( "Woohoo! We're glad to hear that!", 'codepress-admin-columns' ); ?></p>
801
+
802
  <p><?php _e( 'We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!', 'codepress-admin-columns' ); ?></p>
803
  <ul class="share">
804
  <li>
810
  <li>
811
  <a href="<?php echo add_query_arg( array(
812
  'hashtags' => 'admincolumns',
813
+ 'text' => urlencode( "I'm using Admin Columns for WordPress!" ),
814
+ 'url' => urlencode( 'http://wordpress.org/plugins/codepress-admin-columns/' ),
815
+ 'via' => 'codepressNL'
816
  ), 'https://twitter.com/intent/tweet' ); ?>" target="_blank">
817
  <div class="dashicons dashicons-twitter"></div> <?php _e( 'Tweet', 'codepress-admin-columns' ); ?>
818
  </a>
820
 
821
  <li>
822
  <a href="<?php echo add_query_arg( array(
823
+ 'utm_source' => 'plugin-installation',
824
+ 'utm_medium' => 'feedback-purchase-button',
825
  'utm_campaign' => 'plugin-installation'
826
+ ), ac_get_site_url() ); ?>" target="_blank">
827
  <div class="dashicons dashicons-cart"></div> <?php _e( 'Buy Pro', 'codepress-admin-columns' ); ?>
828
  </a>
829
  </li>
833
  </div>
834
  </div>
835
 
836
+ <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
837
 
838
+ <div class="sidebox" id="plugin-support">
839
+ <h3><?php _e( 'Support', 'codepress-admin-columns' ); ?></h3>
840
 
841
+ <div class="inside">
842
+ <?php if ( version_compare( get_bloginfo( 'version' ), '3.2', '>' ) ) : ?>
843
+ <p><?php _e( 'Check the <strong>Help</strong> section in the top-right screen.', 'codepress-admin-columns' ); ?></p>
844
+ <?php endif; ?>
845
+ <p>
846
+ <?php printf( __( "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>", 'codepress-admin-columns' ), $this->get_url( 'documentation' ) ); ?>
847
+ </p>
848
+ </div>
849
+ </div><!--plugin-support-->
850
 
851
+ </div><!--.columns-right-inside-->
852
+ </div><!--.columns-right-->
853
 
854
+ <div class="columns-left">
855
+ <div class="cpac-boxes">
856
+ <?php if ( ! $storage_model->is_using_php_export() ) : ?>
857
+ <div class="cpac-columns">
858
 
859
+ <form method="post" action="">
860
+ <?php wp_nonce_field( 'update-type', '_cpac_nonce' ); ?>
 
 
 
 
861
 
862
+ <input type="hidden" name="cpac_key" value="<?php echo $storage_model->key; ?>"/>
863
+ <input type="hidden" name="cpac_action" value="update_by_type"/>
864
 
865
+ <?php
866
+ foreach ( $storage_model->columns as $column ) {
867
+ $column->display();
868
+ }
869
+ ?>
870
+ </form>
871
 
872
+ </div><!--.cpac-columns-->
 
 
873
 
874
+ <div class="column-footer">
875
+ <div class="order-message">
876
+ <?php _e( 'Drag and drop to reorder', 'codepress-admin-columns' ); ?>
877
+ </div>
878
+ <div class="button-container">
879
+ <a href="javascript:;" class="add_column button button-primary">+ <?php _e( 'Add Column', 'codepress-admin-columns' ); ?></a><br/>
880
+ </div>
881
 
882
+ </div><!--.cpac-column-footer-->
883
+ <?php endif; ?>
884
+ </div><!--.cpac-boxes-->
885
+ </div><!--.columns-left-->
886
+ <div class="clear"></div>
887
+
888
+ <div class="for-cloning-only" style="display:none">
889
+ <?php
890
+ foreach ( $storage_model->get_registered_columns() as $column ) {
891
+ $column->display();
892
+ }
893
+ ?>
894
+ </div>
895
+ </div><!--.columns-container-->
896
+ <?php endforeach; // storage_models
897
+ ?>
898
 
899
  <div class="clear"></div>
900
  <?php
919
  endswitch;
920
  ?>
921
  </div><!--.wrap-->
922
+ <?php
923
  }
924
 
925
  /**
938
  <li>
939
  <div class="cpac-addon-content">
940
  <?php if ( ! empty( $addon['image'] ) ) : ?>
941
+ <img src="<?php echo $addon['image']; ?>"/>
942
  <?php else : ?>
943
  <h3><?php echo $addon['title']; ?></h3>
944
  <?php endif; ?>
945
  </div>
946
  <div class="cpac-addon-header">
947
  <h3><?php echo $addon['title']; ?></h3>
948
+
949
  <p><?php echo $addon['description']; ?></p>
950
  </div>
951
  <div class="cpac-addon-actions">
955
  if ( ( $plugin_basename = $this->cpac->addons()->get_installed_addon_plugin_basename( $addon_name ) ) ) : ?>
956
  <?php if ( is_plugin_active( $plugin_basename ) ) : ?>
957
  <?php $deactivation_url = wp_nonce_url( add_query_arg( array(
958
+ 'action' => 'deactivate',
959
+ 'plugin' => urlencode( $plugin_basename ),
960
  'cpac-redirect' => true
961
  ), admin_url( 'plugins.php' ) ), 'deactivate-plugin_' . $plugin_basename ); ?>
962
  <a href="#" class="button button-disabled cpac-installed"><?php _e( 'Active', 'codepress-admin-columns' ); ?></a>
963
  <a href="<?php echo esc_attr( $deactivation_url ); ?>" class="button right"><?php _e( 'Deactivate', 'codepress-admin-columns' ); ?></a>
964
  <?php else : ?>
965
  <?php $activation_url = wp_nonce_url( add_query_arg( array(
966
+ 'action' => 'activate',
967
+ 'plugin' => urlencode( $plugin_basename ),
968
  'cpac-redirect' => true
969
  ), admin_url( 'plugins.php' ) ), 'activate-plugin_' . $plugin_basename ); ?>
970
  <a href="#" class="button button-disabled cpac-installed"><?php _e( 'Installed', 'codepress-admin-columns' ); ?></a>
971
  <a href="<?php echo esc_attr( $activation_url ); ?>" class="button right"><?php _e( 'Activate', 'codepress-admin-columns' ); ?></a>
972
  <?php endif; ?>
973
+ <?php
974
 
975
  // Not installed...
976
  else :
977
 
978
  // Got ACP?
979
+ if ( class_exists( 'CAC_Addon_Pro' ) ) :
980
  $install_url = wp_nonce_url( add_query_arg( array(
981
  'action' => 'install',
982
  'plugin' => $addon_name,
983
  ), $this->get_settings_url( 'addons' ) ), 'install-cac-addon' );
984
  ?>
985
  <a href="<?php echo esc_attr( $install_url ); ?>" class="button"><?php _e( 'Download & Install', 'codepress-admin-columns' ); ?></a>
986
+ <?php
987
 
988
  // Get ACP?
989
  else : ?>
990
+ <a target="_blank" href="<?php echo esc_attr( $this->get_url( 'pricing' ) ); ?>" class="button"><?php _e( 'Get this add-on', 'codepress-admin-columns' ); ?></a>
991
  <?php endif; ?>
992
  <?php endif; ?>
993
  </div>
classes/storage_model.php CHANGED
@@ -11,7 +11,7 @@ abstract class CPAC_Storage_Model {
11
  * @since 2.0
12
  */
13
  public $label;
14
-
15
  /**
16
  * @since 2.3.5
17
  */
@@ -88,6 +88,12 @@ abstract class CPAC_Storage_Model {
88
  */
89
  public $default_columns = array();
90
 
 
 
 
 
 
 
91
  /**
92
  * @since 2.2
93
  * @var array
@@ -118,9 +124,6 @@ abstract class CPAC_Storage_Model {
118
 
119
  // set columns paths
120
  $this->set_columns_filepath();
121
-
122
- // Populate columns for this screen.
123
- add_action( 'admin_init', array( $this, 'set_columns_on_current_screen' ) );
124
  }
125
 
126
  /**
@@ -259,9 +262,6 @@ abstract class CPAC_Storage_Model {
259
  delete_option( "cpac_options_{$this->key}" );
260
 
261
  cpac_admin_message( "<strong>{$this->label}</strong> " . __( 'settings succesfully restored.', 'codepress-admin-columns' ), 'updated' );
262
-
263
- // refresh columns otherwise the removed columns will still display
264
- $this->set_columns_on_current_screen();
265
  }
266
 
267
  /**
@@ -291,7 +291,7 @@ abstract class CPAC_Storage_Model {
291
  }
292
 
293
  // store columns
294
- $result = update_option( "cpac_options_{$this->key}", $columns );
295
  $result_default = update_option( "cpac_options_{$this->key}_default", array_keys( $this->get_default_columns() ) );
296
 
297
  // error
@@ -303,9 +303,6 @@ abstract class CPAC_Storage_Model {
303
 
304
  cpac_admin_message( sprintf( __( 'Settings for %s updated successfully.', 'codepress-admin-columns' ), "<strong>{$this->label}</strong>" ), 'updated' );
305
 
306
- // refresh columns otherwise the newly added columns will not be displayed
307
- $this->set_columns_on_current_screen();
308
-
309
  /**
310
  * Fires after a new column setup is stored in the database
311
  * Primarily used when columns are saved through the Admin Columns settings screen
@@ -462,7 +459,7 @@ abstract class CPAC_Storage_Model {
462
  private function get_default_registered_columns() {
463
 
464
  $columns = array();
465
- foreach ( $this->get_default_columns() as $column_name => $label ) {
466
 
467
  // checkboxes are mandatory
468
  if ( 'cb' == $column_name ) {
@@ -495,7 +492,7 @@ abstract class CPAC_Storage_Model {
495
 
496
  $column = new $classname( $this );
497
 
498
- // exlude columns that are not registered based on conditional logic within the child column
499
  if ( ! $column->properties->is_registered ) {
500
  continue;
501
  }
@@ -593,20 +590,6 @@ abstract class CPAC_Storage_Model {
593
  return $this->meta_type;
594
  }
595
 
596
- /**
597
- * Only set columns on current screens
598
- *
599
- * @since 2.2.6
600
- */
601
- public function set_columns_on_current_screen() {
602
-
603
- if ( ! $this->is_doing_ajax() && ! $this->is_columns_screen() && ! $this->is_settings_page() ) {
604
- return;
605
- }
606
-
607
- $this->set_columns();
608
- }
609
-
610
  /**
611
  * @since 2.0.2
612
  */
@@ -614,17 +597,18 @@ abstract class CPAC_Storage_Model {
614
 
615
  do_action( 'cac/set_columns', $this );
616
 
617
- $this->custom_columns = $this->get_custom_registered_columns();
 
618
  $this->default_columns = $this->get_default_registered_columns();
619
- $this->column_types = $this->get_grouped_column_types();
620
- $this->columns = $this->get_columns();
621
 
622
  do_action( 'cac/set_columns/after', $this );
623
  }
624
 
625
  public function get_grouped_column_types() {
626
 
627
- $types = array();
628
  $groups = array_keys( $this->get_column_type_groups() );
629
 
630
  $columns = array_merge( $this->default_columns, $this->custom_columns );
@@ -703,7 +687,11 @@ abstract class CPAC_Storage_Model {
703
  $columns = array();
704
 
705
  // get columns
706
- $default_columns = $this->get_default_columns();
 
 
 
 
707
 
708
  // TODO check if this solves the issue with not displaying value when using "manage_{$post_type}_posts_columns" at CPAC_Storage_Model_Post
709
  $registered_columns = $this->get_registered_columns();
@@ -787,12 +775,7 @@ abstract class CPAC_Storage_Model {
787
  * @since 2.0
788
  */
789
  public function get_column_by_name( $name ) {
790
-
791
- if ( ! isset( $this->columns[ $name ] ) ) {
792
- return false;
793
- }
794
-
795
- return $this->columns[ $name ];
796
  }
797
 
798
  /**
@@ -805,8 +788,7 @@ abstract class CPAC_Storage_Model {
805
  return $this->column_headings;
806
  }
807
 
808
- // only add headings on overview screens, to prevent deactivating columns on the column settings screen
809
- if ( ! $this->is_columns_screen() ) {
810
  return $columns;
811
  }
812
 
@@ -814,10 +796,6 @@ abstract class CPAC_Storage_Model {
814
  return $columns;
815
  }
816
 
817
- if ( ! $this->default_columns ) {
818
- return $columns;
819
- }
820
-
821
  $this->column_headings = array();
822
 
823
  // add mandatory checkbox
@@ -884,21 +862,7 @@ abstract class CPAC_Storage_Model {
884
  */
885
  public function get_edit_link() {
886
 
887
- return add_query_arg( array( 'page' => 'codepress-admin-columns',
888
- 'cpac_key' => $this->key
889
- ), admin_url( 'options-general.php' ) );
890
- }
891
-
892
- /**
893
- * Whether this request is an AJAX request and marked as admin-column-ajax request.
894
- * Mark your admin columns ajax request with plugin_id : 'cpac'.
895
- *
896
- * @since 2.0.5
897
- * @return boolean
898
- */
899
- public function is_doing_ajax() {
900
-
901
- return cac_is_doing_ajax();
902
  }
903
 
904
  /**
@@ -907,7 +871,7 @@ abstract class CPAC_Storage_Model {
907
  * @global object $current_screen
908
  * @return boolean
909
  */
910
- public function is_columns_screen() {
911
 
912
  global $pagenow;
913
 
@@ -941,20 +905,6 @@ abstract class CPAC_Storage_Model {
941
  return true;
942
  }
943
 
944
- /**
945
- * Checks if the current page is the settings page
946
- *
947
- * @since 2.0.2
948
- * @global string $pagenow
949
- * @global string $plugin_page
950
- * @return boolean
951
- */
952
- public function is_settings_page() {
953
- global $pagenow, $plugin_page;
954
-
955
- return 'options-general.php' == $pagenow && ! empty( $plugin_page ) && 'codepress-admin-columns' == $plugin_page;
956
- }
957
-
958
  /**
959
  * @since 2.3.2
960
  */
11
  * @since 2.0
12
  */
13
  public $label;
14
+
15
  /**
16
  * @since 2.3.5
17
  */
88
  */
89
  public $default_columns = array();
90
 
91
+ /**
92
+ * @since 2.4.9
93
+ * @var array
94
+ */
95
+ private $default_wp_columns = array();
96
+
97
  /**
98
  * @since 2.2
99
  * @var array
124
 
125
  // set columns paths
126
  $this->set_columns_filepath();
 
 
 
127
  }
128
 
129
  /**
262
  delete_option( "cpac_options_{$this->key}" );
263
 
264
  cpac_admin_message( "<strong>{$this->label}</strong> " . __( 'settings succesfully restored.', 'codepress-admin-columns' ), 'updated' );
 
 
 
265
  }
266
 
267
  /**
291
  }
292
 
293
  // store columns
294
+ $result = update_option( "cpac_options_{$this->key}", $columns );
295
  $result_default = update_option( "cpac_options_{$this->key}_default", array_keys( $this->get_default_columns() ) );
296
 
297
  // error
303
 
304
  cpac_admin_message( sprintf( __( 'Settings for %s updated successfully.', 'codepress-admin-columns' ), "<strong>{$this->label}</strong>" ), 'updated' );
305
 
 
 
 
306
  /**
307
  * Fires after a new column setup is stored in the database
308
  * Primarily used when columns are saved through the Admin Columns settings screen
459
  private function get_default_registered_columns() {
460
 
461
  $columns = array();
462
+ foreach ( $this->default_wp_columns as $column_name => $label ) {
463
 
464
  // checkboxes are mandatory
465
  if ( 'cb' == $column_name ) {
492
 
493
  $column = new $classname( $this );
494
 
495
+ // exclude columns that are not registered based on conditional logic within the child column
496
  if ( ! $column->properties->is_registered ) {
497
  continue;
498
  }
590
  return $this->meta_type;
591
  }
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  /**
594
  * @since 2.0.2
595
  */
597
 
598
  do_action( 'cac/set_columns', $this );
599
 
600
+ $this->custom_columns = $this->get_custom_registered_columns();
601
+ $this->default_wp_columns = $this->get_default_columns();
602
  $this->default_columns = $this->get_default_registered_columns();
603
+ $this->column_types = $this->get_grouped_column_types();
604
+ $this->columns = $this->get_columns();
605
 
606
  do_action( 'cac/set_columns/after', $this );
607
  }
608
 
609
  public function get_grouped_column_types() {
610
 
611
+ $types = array();
612
  $groups = array_keys( $this->get_column_type_groups() );
613
 
614
  $columns = array_merge( $this->default_columns, $this->custom_columns );
687
  $columns = array();
688
 
689
  // get columns
690
+ if ( ! $this->default_wp_columns ) {
691
+ $this->default_wp_columns = $this->get_default_columns();
692
+ }
693
+
694
+ $default_columns = $this->default_wp_columns;
695
 
696
  // TODO check if this solves the issue with not displaying value when using "manage_{$post_type}_posts_columns" at CPAC_Storage_Model_Post
697
  $registered_columns = $this->get_registered_columns();
775
  * @since 2.0
776
  */
777
  public function get_column_by_name( $name ) {
778
+ return isset( $this->columns[ $name ] ) ? $this->columns[ $name ] : false;
 
 
 
 
 
779
  }
780
 
781
  /**
788
  return $this->column_headings;
789
  }
790
 
791
+ if ( ! $this->default_columns ) {
 
792
  return $columns;
793
  }
794
 
796
  return $columns;
797
  }
798
 
 
 
 
 
799
  $this->column_headings = array();
800
 
801
  // add mandatory checkbox
862
  */
863
  public function get_edit_link() {
864
 
865
+ return add_query_arg( array( 'page' => 'codepress-admin-columns', 'cpac_key' => $this->key ), admin_url( 'options-general.php' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
866
  }
867
 
868
  /**
871
  * @global object $current_screen
872
  * @return boolean
873
  */
874
+ public function is_current_screen() {
875
 
876
  global $pagenow;
877
 
905
  return true;
906
  }
907
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
908
  /**
909
  * @since 2.3.2
910
  */
classes/storage_model/comment.php CHANGED
@@ -15,25 +15,27 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
15
  $this->page = 'edit-comments';
16
  $this->menu_type = 'other';
17
 
18
- // Filter is located in get_column_headers().
19
- add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
20
- add_action( 'manage_comments_custom_column', array( $this, 'manage_value' ), 100, 2 );
21
-
22
  parent::__construct();
23
  }
24
 
25
  /**
26
- * @see CPAC_Storage_Model::is_columns_screen()
27
  */
28
- public function is_columns_screen() {
29
- $is_columns_screen = parent::is_columns_screen();
30
- if ( ! $is_columns_screen ) {
 
 
 
 
 
 
31
  if ( ! empty( $_REQUEST['_ajax_nonce-replyto-comment'] ) && wp_verify_nonce( $_REQUEST['_ajax_nonce-replyto-comment'], 'replyto-comment' ) ) {
32
- $is_columns_screen = true;
33
  }
34
  }
35
 
36
- return $is_columns_screen;
37
  }
38
 
39
  public function get_default_column_names() {
@@ -50,7 +52,12 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
50
  do_action( "cac/columns/default/storage_key={$this->key}" );
51
 
52
  // get columns
53
- $table = _get_list_table( 'WP_Comments_List_Table', array( 'screen' => 'comments' ) );
 
 
 
 
 
54
  $columns = (array) $table->get_columns();
55
 
56
  return $columns;
@@ -66,7 +73,7 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
66
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
67
  return false;
68
  }
69
- $value = $column->get_value( $comment_id );
70
 
71
  // hook
72
  $value = apply_filters( "cac/column/value", $value, $comment_id, $column, $this->key );
15
  $this->page = 'edit-comments';
16
  $this->menu_type = 'other';
17
 
 
 
 
 
18
  parent::__construct();
19
  }
20
 
21
  /**
22
+ * @since 2.4.9
23
  */
24
+ public function init_manage_columns() {
25
+
26
+ add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
27
+ add_action( 'manage_comments_custom_column', array( $this, 'manage_value' ), 100, 2 );
28
+ }
29
+
30
+ public function is_current_screen() {
31
+ $is_current_screen = parent::is_current_screen();
32
+ if ( ! $is_current_screen ) {
33
  if ( ! empty( $_REQUEST['_ajax_nonce-replyto-comment'] ) && wp_verify_nonce( $_REQUEST['_ajax_nonce-replyto-comment'], 'replyto-comment' ) ) {
34
+ $is_current_screen = true;
35
  }
36
  }
37
 
38
+ return $is_current_screen;
39
  }
40
 
41
  public function get_default_column_names() {
52
  do_action( "cac/columns/default/storage_key={$this->key}" );
53
 
54
  // get columns
55
+ $table = _get_list_table( 'WP_Comments_List_Table', array( 'screen' => 'comments' ) );
56
+
57
+ // Since 4.4 the `floated_admin_avatar` filter is added in the constructor of the `WP_Comments_List_Table` class.
58
+ // Here we remove the filter from the constructor.
59
+ remove_filter( 'comment_author', array( $table, 'floated_admin_avatar' ), 10, 2 );
60
+
61
  $columns = (array) $table->get_columns();
62
 
63
  return $columns;
73
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
74
  return false;
75
  }
76
+ $value = $column->get_display_value( $comment_id );
77
 
78
  // hook
79
  $value = apply_filters( "cac/column/value", $value, $comment_id, $column, $this->key );
classes/storage_model/link.php CHANGED
@@ -11,10 +11,16 @@ class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
11
  $this->page = 'link-manager';
12
  $this->menu_type = 'other';
13
 
 
 
 
 
 
 
 
 
14
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
15
  add_action( 'manage_link_custom_column', array( $this, 'manage_value' ), 100, 2 );
16
-
17
- parent::__construct();
18
  }
19
 
20
  public function get_default_columns() {
@@ -46,7 +52,7 @@ class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
46
  return false;
47
  }
48
 
49
- $value = $column->get_value( $link_id );
50
 
51
  // add hook
52
  $value = apply_filters( "cac/column/value", $value, $link_id, $column, $this->key );
11
  $this->page = 'link-manager';
12
  $this->menu_type = 'other';
13
 
14
+ parent::__construct();
15
+ }
16
+
17
+ /**
18
+ * @since 2.4.9
19
+ */
20
+ public function init_manage_columns() {
21
+
22
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
23
  add_action( 'manage_link_custom_column', array( $this, 'manage_value' ), 100, 2 );
 
 
24
  }
25
 
26
  public function get_default_columns() {
52
  return false;
53
  }
54
 
55
+ $value = $column->get_display_value( $link_id );
56
 
57
  // add hook
58
  $value = apply_filters( "cac/column/value", $value, $link_id, $column, $this->key );
classes/storage_model/media.php CHANGED
@@ -13,11 +13,16 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
13
  $this->post_type = 'attachment';
14
  $this->menu_type = 'other';
15
 
16
- // Increased the priority to overrule 3th party plugins such as Media Tags
 
 
 
 
 
 
 
17
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
18
  add_action( 'manage_media_custom_column', array( $this, 'manage_value' ), 100, 2 );
19
-
20
- parent::__construct();
21
  }
22
 
23
  public function get_default_columns() {
@@ -32,7 +37,7 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
32
  $table = _get_list_table( 'WP_Media_List_Table', array( 'screen' => 'upload' ) );
33
  $columns = (array) $table->get_columns();
34
 
35
- if ( $this->is_settings_page() ) {
36
  $columns = array_merge( get_column_headers( 'upload' ), $columns );
37
  }
38
 
@@ -53,7 +58,7 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
53
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
54
  return false;
55
  }
56
- $value = $column->get_value( $media_id );
57
 
58
  // hooks
59
  $value = apply_filters( "cac/column/value", $value, $media_id, $column, $this->key );
13
  $this->post_type = 'attachment';
14
  $this->menu_type = 'other';
15
 
16
+ parent::__construct();
17
+ }
18
+
19
+ /**
20
+ * @since 2.4.9
21
+ */
22
+ public function init_manage_columns() {
23
+
24
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
25
  add_action( 'manage_media_custom_column', array( $this, 'manage_value' ), 100, 2 );
 
 
26
  }
27
 
28
  public function get_default_columns() {
37
  $table = _get_list_table( 'WP_Media_List_Table', array( 'screen' => 'upload' ) );
38
  $columns = (array) $table->get_columns();
39
 
40
+ if ( cac_is_setting_screen() ) {
41
  $columns = array_merge( get_column_headers( 'upload' ), $columns );
42
  }
43
 
58
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
59
  return false;
60
  }
61
+ $value = $column->get_display_value( $media_id );
62
 
63
  // hooks
64
  $value = apply_filters( "cac/column/value", $value, $media_id, $column, $this->key );
classes/storage_model/post.php CHANGED
@@ -13,31 +13,35 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
13
 
14
  $this->set_post_type( $post_type );
15
 
16
- $this->key = $this->post_type;
17
- $this->label = $this->post_type_object->labels->name;
18
  $this->singular_label = $this->post_type_object->labels->singular_name;
19
- $this->type = 'post';
20
- $this->meta_type = 'post';
21
- $this->page = 'edit';
22
- $this->menu_type = 'post';
 
 
 
 
 
 
 
 
23
 
24
  // Headings
25
 
26
  // Since 3.1
27
- add_filter( "manage_{$post_type}_posts_columns", array( $this, 'add_headings' ), 100 );
28
 
29
  // Deprecated ( as of 3.1 ) Note: This one is still used by woocommerce.
30
  // Priority set to 100 top make sure the WooCommerce headings are overwritten by CAC
31
  // Filter is located in get_column_headers().
32
  // @todo_minor check compatibility issues for this deprecated filter
33
- add_filter( "manage_{$this->page}-{$post_type}_columns", array( $this, 'add_headings' ), 100 );
34
 
35
  // values
36
  add_action( "manage_{$this->post_type}_posts_custom_column", array( $this, 'manage_value_callback' ), 100, 2 );
37
-
38
- add_action( 'load-edit.php', array( $this, 'set_columns_on_current_screen' ), 1000 );
39
-
40
- parent::__construct();
41
  }
42
 
43
  /**
@@ -58,6 +62,7 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
58
  'fields' => 'ids',
59
  'no_found_rows' => 1, // lowers our carbon footprint
60
  );
 
61
  return (array) get_posts( array_merge( $defaults, $args ) );
62
  }
63
 
@@ -65,7 +70,7 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
65
  * @since 2.3.5
66
  */
67
  private function set_post_type( $post_type ) {
68
- $this->post_type = $post_type;
69
  $this->post_type_object = get_post_type_object( $post_type );
70
  }
71
 
@@ -78,7 +83,7 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
78
 
79
  // Setup post data for current post
80
  $post_old = $post;
81
- $post = get_post( $id );
82
  setup_postdata( $post );
83
 
84
  // Remove Admin Columns action for this column's value
@@ -145,17 +150,17 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
145
  /**
146
  * @since 2.2
147
  */
148
- public function is_columns_screen() {
149
 
150
- $is_columns_screen = parent::is_columns_screen();
151
 
152
- if ( ! $is_columns_screen ) {
153
  if ( ! empty( $_REQUEST['_inline_edit'] ) && wp_verify_nonce( $_REQUEST['_inline_edit'], 'inlineeditnonce' ) ) {
154
- $is_columns_screen = true;
155
  }
156
  }
157
 
158
- return $is_columns_screen;
159
  }
160
 
161
  /**
@@ -211,10 +216,10 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
211
 
212
  // Setup post data for current post
213
  $post_old = $post;
214
- $post = get_post( $post_id );
215
  setup_postdata( $post );
216
 
217
- $value = $column->get_value( $post_id );
218
 
219
  $value = apply_filters( "cac/column/value", $value, $post_id, $column, $this->key );
220
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $post_id, $column, $this->key );
13
 
14
  $this->set_post_type( $post_type );
15
 
16
+ $this->key = $this->post_type;
17
+ $this->label = $this->post_type_object->labels->name;
18
  $this->singular_label = $this->post_type_object->labels->singular_name;
19
+ $this->type = 'post';
20
+ $this->meta_type = 'post';
21
+ $this->page = 'edit';
22
+ $this->menu_type = 'post';
23
+
24
+ parent::__construct();
25
+ }
26
+
27
+ /**
28
+ * @since 2.4.9
29
+ */
30
+ public function init_manage_columns() {
31
 
32
  // Headings
33
 
34
  // Since 3.1
35
+ add_filter( "manage_{$this->post_type}_posts_columns", array( $this, 'add_headings' ), 100 );
36
 
37
  // Deprecated ( as of 3.1 ) Note: This one is still used by woocommerce.
38
  // Priority set to 100 top make sure the WooCommerce headings are overwritten by CAC
39
  // Filter is located in get_column_headers().
40
  // @todo_minor check compatibility issues for this deprecated filter
41
+ add_filter( "manage_{$this->page}-{$this->post_type}_columns", array( $this, 'add_headings' ), 100 );
42
 
43
  // values
44
  add_action( "manage_{$this->post_type}_posts_custom_column", array( $this, 'manage_value_callback' ), 100, 2 );
 
 
 
 
45
  }
46
 
47
  /**
62
  'fields' => 'ids',
63
  'no_found_rows' => 1, // lowers our carbon footprint
64
  );
65
+
66
  return (array) get_posts( array_merge( $defaults, $args ) );
67
  }
68
 
70
  * @since 2.3.5
71
  */
72
  private function set_post_type( $post_type ) {
73
+ $this->post_type = $post_type;
74
  $this->post_type_object = get_post_type_object( $post_type );
75
  }
76
 
83
 
84
  // Setup post data for current post
85
  $post_old = $post;
86
+ $post = get_post( $id );
87
  setup_postdata( $post );
88
 
89
  // Remove Admin Columns action for this column's value
150
  /**
151
  * @since 2.2
152
  */
153
+ public function is_current_screen() {
154
 
155
+ $is_current_screen = parent::is_current_screen();
156
 
157
+ if ( ! $is_current_screen ) {
158
  if ( ! empty( $_REQUEST['_inline_edit'] ) && wp_verify_nonce( $_REQUEST['_inline_edit'], 'inlineeditnonce' ) ) {
159
+ $is_current_screen = true;
160
  }
161
  }
162
 
163
+ return $is_current_screen;
164
  }
165
 
166
  /**
216
 
217
  // Setup post data for current post
218
  $post_old = $post;
219
+ $post = get_post( $post_id );
220
  setup_postdata( $post );
221
 
222
+ $value = $column->get_display_value( $post_id );
223
 
224
  $value = apply_filters( "cac/column/value", $value, $post_id, $column, $this->key );
225
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $post_id, $column, $this->key );
classes/storage_model/user.php CHANGED
@@ -15,10 +15,16 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
15
  $this->page = 'users';
16
  $this->menu_type = 'other';
17
 
 
 
 
 
 
 
 
 
18
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
19
  add_filter( 'manage_users_custom_column', array( $this, 'manage_value_callback' ), 100, 3 );
20
-
21
- parent::__construct();
22
  }
23
 
24
  /**
@@ -52,7 +58,7 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
52
  $table = _get_list_table( 'WP_Users_List_Table', array( 'screen' => 'users' ) );
53
  $columns = (array) $table->get_columns();
54
 
55
- if ( $this->is_settings_page() ) {
56
  $columns = array_merge( get_column_headers( 'users' ), $columns );
57
  }
58
 
@@ -73,7 +79,7 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
73
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
74
  return $value;
75
  }
76
- $custom_value = $column->get_value( $user_id );
77
 
78
  // make sure it absolutely empty and check for (string) 0
79
  if ( ! empty( $custom_value ) || '0' === $custom_value ) {
15
  $this->page = 'users';
16
  $this->menu_type = 'other';
17
 
18
+ parent::__construct();
19
+ }
20
+
21
+ /**
22
+ * @since 2.4.9
23
+ */
24
+ public function init_manage_columns() {
25
+
26
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
27
  add_filter( 'manage_users_custom_column', array( $this, 'manage_value_callback' ), 100, 3 );
 
 
28
  }
29
 
30
  /**
58
  $table = _get_list_table( 'WP_Users_List_Table', array( 'screen' => 'users' ) );
59
  $columns = (array) $table->get_columns();
60
 
61
+ if ( cac_is_setting_screen() ) {
62
  $columns = array_merge( get_column_headers( 'users' ), $columns );
63
  }
64
 
79
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
80
  return $value;
81
  }
82
+ $custom_value = $column->get_display_value( $user_id );
83
 
84
  // make sure it absolutely empty and check for (string) 0
85
  if ( ! empty( $custom_value ) || '0' === $custom_value ) {
classes/third_party.php CHANGED
@@ -1,6 +1,8 @@
1
  <?php
2
  require_once CPAC_DIR . 'classes/third_party/all-in-seo.php';
 
3
  require_once CPAC_DIR . 'classes/third_party/bbpress.php';
4
  require_once CPAC_DIR . 'classes/third_party/ninja_forms.php';
 
5
  require_once CPAC_DIR . 'classes/third_party/wpml.php';
6
  require_once CPAC_DIR . 'classes/third_party/yoast_seo.php';
1
  <?php
2
  require_once CPAC_DIR . 'classes/third_party/all-in-seo.php';
3
+ require_once CPAC_DIR . 'classes/third_party/acf.php';
4
  require_once CPAC_DIR . 'classes/third_party/bbpress.php';
5
  require_once CPAC_DIR . 'classes/third_party/ninja_forms.php';
6
+ require_once CPAC_DIR . 'classes/third_party/woocommerce.php';
7
  require_once CPAC_DIR . 'classes/third_party/wpml.php';
8
  require_once CPAC_DIR . 'classes/third_party/yoast_seo.php';
classes/third_party/woocommerce.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function cpac_remove_webhook_from_post_types( $post_types ) {
4
+ if ( class_exists( 'WooCommerce', false ) ) {
5
+ if ( isset( $post_types['shop_webhook'] ) ) {
6
+ unset( $post_types['shop_webhook'] );
7
+ }
8
+ }
9
+ return $post_types;
10
+ }
11
+ add_filter( 'cac/post_types', 'cpac_remove_webhook_from_post_types' );
classes/upgrade.php CHANGED
@@ -60,7 +60,7 @@ class CPAC_Upgrade {
60
  <div class="message error">
61
  <p>
62
  <?php _e( 'The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro', 'codepress-admin-columns' ); ?>
63
- <a href="https://www.admincolumns.com/pro-addon-information/" target="_blank"><?php _e( 'Learn more', 'codepress-admin-columns' ); ?></a>
64
  </p>
65
  </div>
66
  <?php
60
  <div class="message error">
61
  <p>
62
  <?php _e( 'The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro', 'codepress-admin-columns' ); ?>
63
+ <a href="<?php ac_site_url( 'pro-addon-information' ); ?>" target="_blank"><?php _e( 'Learn more', 'codepress-admin-columns' ); ?></a>
64
  </p>
65
  </div>
66
  <?php
classes/utility.php CHANGED
@@ -26,7 +26,7 @@ function cpac_admin_message( $message = '', $type = 'updated' ) {
26
  */
27
  function cpac_admin_notice() {
28
 
29
- echo implode( $GLOBALS['cpac_messages'] );
30
  }
31
 
32
  /**
@@ -39,15 +39,13 @@ function cac_is_doing_ajax() {
39
  return false;
40
  }
41
 
42
- if ( ( isset( $_POST['action'] ) && 'inline-save' === $_POST['action'] ) ) {
43
- return true;
44
- }
45
-
46
- if ( ( isset( $_POST['action'] ) && 'edit-comment' === $_POST['action'] ) ) {
47
- return true;
48
- }
49
-
50
- if ( ( isset( $_POST['action'] ) && 'replyto-comment' === $_POST['action'] ) ) {
51
  return true;
52
  }
53
 
@@ -66,6 +64,7 @@ function cac_is_doing_ajax() {
66
  */
67
  function cpac_is_wc_version_gte( $version = '1.0' ) {
68
  $wc_version = defined( 'WC_VERSION' ) && WC_VERSION ? WC_VERSION : null;
 
69
  return $wc_version && version_compare( $wc_version, $version, '>=' );
70
  }
71
 
@@ -85,10 +84,12 @@ function cpac_is_pro_active() {
85
  * Whether the current screen is the Admin Columns settings screen
86
  *
87
  * @since 2.4.8
 
88
  * @param strong $tab Specifies a tab screen (optional)
 
89
  * @return bool True if the current screen is the settings screen, false otherwise
90
  */
91
- function cac_is_setting_screen( $tab = '' ){
92
  global $pagenow;
93
 
94
  if ( ! ( 'options-general.php' === $pagenow && isset( $_GET['page'] ) && ( 'codepress-admin-columns' === $_GET['page'] ) ) ) {
@@ -100,4 +101,26 @@ function cac_is_setting_screen( $tab = '' ){
100
  }
101
 
102
  return true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  }
26
  */
27
  function cpac_admin_notice() {
28
 
29
+ echo implode( $GLOBALS['cpac_messages'] );
30
  }
31
 
32
  /**
39
  return false;
40
  }
41
 
42
+ if ( in_array( filter_input( INPUT_POST, 'action' ), array(
43
+ 'inline-save', // Quick edit
44
+ 'add-tag', // Adding terms
45
+ 'inline-save-tax', // Quick edit terms
46
+ 'edit-comment', // Quick edit comment
47
+ 'replyto-comment' // Inline reply on comment
48
+ ) ) ) {
 
 
49
  return true;
50
  }
51
 
64
  */
65
  function cpac_is_wc_version_gte( $version = '1.0' ) {
66
  $wc_version = defined( 'WC_VERSION' ) && WC_VERSION ? WC_VERSION : null;
67
+
68
  return $wc_version && version_compare( $wc_version, $version, '>=' );
69
  }
70
 
84
  * Whether the current screen is the Admin Columns settings screen
85
  *
86
  * @since 2.4.8
87
+ *
88
  * @param strong $tab Specifies a tab screen (optional)
89
+ *
90
  * @return bool True if the current screen is the settings screen, false otherwise
91
  */
92
+ function cac_is_setting_screen( $tab = '' ) {
93
  global $pagenow;
94
 
95
  if ( ! ( 'options-general.php' === $pagenow && isset( $_GET['page'] ) && ( 'codepress-admin-columns' === $_GET['page'] ) ) ) {
101
  }
102
 
103
  return true;
104
+ }
105
+
106
+ /**
107
+ * Get the url where the Admin Columns website is hosted
108
+ *
109
+ * @return string
110
+ */
111
+ function ac_get_site_url( $path = '' ) {
112
+ $url = 'https://www.admincolumns.com';
113
+
114
+ if ( ! empty( $path ) ) {
115
+ $url .= '/' . trim( $path, '/' ) . '/';
116
+ }
117
+
118
+ return $url;
119
+ }
120
+
121
+ /**
122
+ * @see ac_get_site_url()
123
+ */
124
+ function ac_site_url( $path = '' ) {
125
+ echo ac_get_site_url( $path );
126
  }
codepress-admin-columns.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
- Version: 2.4.8
5
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
6
  Author: AdminColumns.com
7
- Author URI: http://www.admincolumns.com
8
- Plugin URI: http://www.admincolumns.com
9
  Text Domain: codepress-admin-columns
10
  Domain Path: /languages
11
  License: GPLv2
@@ -32,10 +32,10 @@ if ( ! defined( 'ABSPATH' ) ) {
32
  }
33
 
34
  // Plugin information
35
- define( 'CPAC_VERSION', '2.4.8' ); // Current plugin version
36
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // Latest version which requires an upgrade
37
- define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
38
- define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
39
 
40
  // Only run plugin in the admin interface
41
  if ( ! is_admin() ) {
@@ -103,6 +103,11 @@ class CPAC {
103
  */
104
  public $exported_columns;
105
 
 
 
 
 
 
106
  /**
107
  * @since 1.0
108
  */
@@ -112,11 +117,15 @@ class CPAC {
112
 
113
  // Hooks
114
  add_action( 'init', array( $this, 'localize' ) );
115
- add_action( 'wp_loaded', array( $this, 'maybe_set_storage_models' ), 5 );
116
- add_action( 'wp_loaded', array( $this, 'maybe_load_php_export' ) );
117
  add_action( 'wp_loaded', array( $this, 'after_setup' ) ); // Setup callback, important to load after set_storage_models
118
  add_action( 'admin_enqueue_scripts', array( $this, 'scripts' ) );
119
- add_filter( 'plugin_action_links', array( $this, 'add_settings_link' ), 1, 2 );
 
 
 
 
 
 
120
 
121
  // Settings
122
  include_once CPAC_DIR . 'classes/settings.php';
@@ -147,6 +156,7 @@ class CPAC {
147
  * Use this for setting up addon functionality
148
  *
149
  * @since 2.0
 
150
  * @param CPAC $cpac_instance Main Admin Columns plugin class instance
151
  */
152
  do_action( 'cac/loaded', $this );
@@ -166,7 +176,7 @@ class CPAC {
166
  */
167
  public function scripts() {
168
 
169
- $minified = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
170
 
171
  wp_register_script( 'cpac-admin-columns', CPAC_URL . "assets/js/admin-columns{$minified}.js", array( 'jquery', 'jquery-qtip2' ), CPAC_VERSION );
172
  wp_register_script( 'jquery-qtip2', CPAC_URL . "external/qtip2/jquery.qtip{$minified}.js", array( 'jquery' ), CPAC_VERSION );
@@ -175,7 +185,7 @@ class CPAC {
175
 
176
  if ( $this->is_columns_screen() ) {
177
  add_filter( 'admin_body_class', array( $this, 'admin_class' ) );
178
- add_action( 'admin_head', array( $this, 'admin_scripts') );
179
 
180
  wp_enqueue_script( 'cpac-admin-columns' );
181
  wp_enqueue_style( 'jquery-qtip2' );
@@ -195,20 +205,6 @@ class CPAC {
195
  }
196
  }
197
 
198
- /**
199
- * Load the storage models if the current screen is a columns screen
200
- *
201
- * @since 2.2.7
202
- */
203
- public function maybe_set_storage_models() {
204
-
205
- if ( ! $this->is_cac_screen() ) {
206
- return;
207
- }
208
-
209
- $this->set_storage_models();
210
- }
211
-
212
  /**
213
  * Load the php exported settings
214
  *
@@ -216,7 +212,7 @@ class CPAC {
216
  */
217
  public function maybe_load_php_export() {
218
  if ( ! empty( $this->exported_columns ) ) {
219
- foreach( $this->exported_columns as $model => $columns ) {
220
  if ( $storage_model = $this->get_storage_model( $model ) ) {
221
  $storage_model->set_stored_columns( $columns );
222
  }
@@ -231,6 +227,10 @@ class CPAC {
231
  */
232
  public function set_storage_models() {
233
 
 
 
 
 
234
  $storage_models = array();
235
 
236
  // Load storage model class files and column base class files
@@ -270,18 +270,48 @@ class CPAC {
270
  * Used by external plugins to add additional storage models
271
  *
272
  * @since 2.0
 
273
  * @param array $storage_models List of storage model class instances ( [key] => [CPAC_Storage_Model object], where [key] is the storage key, such as "user", "post" or "my_custom_post_type")
274
  * @param object $this CPAC
275
  */
276
  $this->storage_models = apply_filters( 'cac/storage_models', $storage_models, $this );
277
  }
278
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
  /**
280
  * Retrieve a storage model object based on its key
281
  *
282
  * @since 2.0
283
  *
284
  * @param string $key Storage model key (e.g. post, page, wp-users)
 
285
  * @return bool|CPAC_Storage_Model Storage Model object (or false, on failure)
286
  */
287
  public function get_storage_model( $key ) {
@@ -302,14 +332,15 @@ class CPAC {
302
  * @return CPAC_Storage_Model
303
  */
304
  public function get_current_storage_model() {
305
-
306
- if ( $this->storage_models ) {
307
  foreach ( $this->storage_models as $storage_model ) {
308
- if ( $storage_model->is_columns_screen() ) {
309
- return $storage_model;
310
  }
311
  }
312
  }
 
 
313
  }
314
 
315
  /**
@@ -332,14 +363,15 @@ class CPAC {
332
  }
333
 
334
  $post_types = array_merge( $post_types, get_post_types( array(
335
- '_builtin' => false,
336
- 'show_ui' => true
337
  ) ) );
338
 
339
  /**
340
  * Filter the post types for which Admin Columns is active
341
  *
342
  * @since 2.0
 
343
  * @param array $post_types List of active post type names
344
  */
345
  return apply_filters( 'cac/post_types', $post_types );
@@ -364,6 +396,7 @@ class CPAC {
364
  * Filter the post types for which Admin Columns is active
365
  *
366
  * @since 2.0
 
367
  * @param array $post_types List of active post type names
368
  */
369
  return apply_filters( 'cac/taxonomies', $taxonomies );
@@ -392,6 +425,7 @@ class CPAC {
392
  * @since 1.4.0
393
  *
394
  * @param string $classes body classes
 
395
  * @return string
396
  */
397
  public function admin_class( $classes ) {
@@ -414,8 +448,8 @@ class CPAC {
414
  return;
415
  }
416
 
417
- $css_column_width = '';
418
- $edit_link = '';
419
 
420
  // CSS: columns width
421
  if ( $columns = $storage_model->get_stored_columns() ) {
@@ -441,16 +475,16 @@ class CPAC {
441
 
442
  ?>
443
  <?php if ( $css_column_width ) : ?>
444
- <style type="text/css">
445
- <?php echo $css_column_width; ?>
446
- </style>
447
  <?php endif; ?>
448
  <?php if ( $edit_link ) : ?>
449
- <script type="text/javascript">
450
- jQuery(document).ready(function() {
451
- jQuery('.tablenav.top .actions:last').append('<a href="<?php echo $edit_link; ?>" class="cpac-edit add-new-h2"><?php _e( 'Edit columns', 'codepress-admin-columns' ); ?></a>');
452
- });
453
- </script>
454
  <?php endif; ?>
455
 
456
  <?php
@@ -458,6 +492,7 @@ class CPAC {
458
  /**
459
  * Add header scripts that only apply to column screens.
460
  * @since 2.3.5
 
461
  * @param object CPAC Main Class
462
  */
463
  do_action( 'cac/admin_head', $storage_model, $this );
@@ -470,7 +505,6 @@ class CPAC {
470
  * @return bool Returns true if in an AJAX request, false otherwise
471
  */
472
  public function is_doing_ajax() {
473
-
474
  return cac_is_doing_ajax();
475
  }
476
 
@@ -481,9 +515,7 @@ class CPAC {
481
  * @return bool Returns true if the current screen is a columns screen, false otherwise
482
  */
483
  public function is_columns_screen() {
484
-
485
  global $pagenow;
486
-
487
  $columns_screen = in_array( $pagenow, array( 'edit.php', 'upload.php', 'link-manager.php', 'edit-comments.php', 'users.php', 'edit-tags.php' ) );
488
 
489
  /**
@@ -491,22 +523,22 @@ class CPAC {
491
  * Useful for advanced used with custom content overview pages
492
  *
493
  * @since 2.2
 
494
  * @param bool $columns_screen Whether the current request is a columns screen
495
  */
496
- $columns_screen = apply_filters( 'cac/is_columns_screen', $columns_screen );
497
-
498
- return $columns_screen;
499
  }
500
 
501
  /**
502
  * Whether the current screen is the Admin Columns settings screen
503
  *
504
  * @since 2.2
 
505
  * @param strong $tab Specifies a tab screen (optional)
 
506
  * @return bool True if the current screen is the settings screen, false otherwise
507
  */
508
  public function is_settings_screen( $tab = '' ) {
509
-
510
  return cac_is_setting_screen( $tab );
511
  }
512
 
@@ -523,6 +555,7 @@ class CPAC {
523
  * Filter whether the current screen is a screen in which Admin Columns is active
524
  *
525
  * @since 2.2
 
526
  * @param bool $is_cac_screen Whether the current screen is an Admin Columns screen
527
  */
528
  return apply_filters( 'cac/is_cac_screen', $this->is_columns_screen() || $this->is_doing_ajax() || $this->is_settings_screen() );
@@ -560,6 +593,31 @@ class CPAC {
560
 
561
  return $this->_upgrade;
562
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
563
  }
564
 
565
  /**
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
+ Version: 2.4.9
5
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
6
  Author: AdminColumns.com
7
+ Author URI: https://www.admincolumns.com
8
+ Plugin URI: https://www.admincolumns.com
9
  Text Domain: codepress-admin-columns
10
  Domain Path: /languages
11
  License: GPLv2
32
  }
33
 
34
  // Plugin information
35
+ define( 'CPAC_VERSION', '2.4.9' ); // Current plugin version
36
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // Latest version which requires an upgrade
37
+ define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
38
+ define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
39
 
40
  // Only run plugin in the admin interface
41
  if ( ! is_admin() ) {
103
  */
104
  public $exported_columns;
105
 
106
+ /**
107
+ * @since 2.4.9
108
+ */
109
+ private $current_storage_model;
110
+
111
  /**
112
  * @since 1.0
113
  */
117
 
118
  // Hooks
119
  add_action( 'init', array( $this, 'localize' ) );
 
 
120
  add_action( 'wp_loaded', array( $this, 'after_setup' ) ); // Setup callback, important to load after set_storage_models
121
  add_action( 'admin_enqueue_scripts', array( $this, 'scripts' ) );
122
+ add_filter( 'plugin_action_links', array( $this, 'add_settings_link' ), 1, 2 );
123
+
124
+ // Populating storage models
125
+ add_action( 'wp_loaded', array( $this, 'set_storage_models' ), 5 );
126
+ add_action( 'wp_loaded', array( $this, 'maybe_load_php_export' ) );
127
+ add_action( 'admin_init', array( $this, 'set_columns_on_current_screen' ) );
128
+ add_action( 'load-edit.php', array( $this, 'set_columns_on_current_screen' ), 1000 );
129
 
130
  // Settings
131
  include_once CPAC_DIR . 'classes/settings.php';
156
  * Use this for setting up addon functionality
157
  *
158
  * @since 2.0
159
+ *
160
  * @param CPAC $cpac_instance Main Admin Columns plugin class instance
161
  */
162
  do_action( 'cac/loaded', $this );
176
  */
177
  public function scripts() {
178
 
179
+ $minified = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
180
 
181
  wp_register_script( 'cpac-admin-columns', CPAC_URL . "assets/js/admin-columns{$minified}.js", array( 'jquery', 'jquery-qtip2' ), CPAC_VERSION );
182
  wp_register_script( 'jquery-qtip2', CPAC_URL . "external/qtip2/jquery.qtip{$minified}.js", array( 'jquery' ), CPAC_VERSION );
185
 
186
  if ( $this->is_columns_screen() ) {
187
  add_filter( 'admin_body_class', array( $this, 'admin_class' ) );
188
+ add_action( 'admin_head', array( $this, 'admin_scripts' ) );
189
 
190
  wp_enqueue_script( 'cpac-admin-columns' );
191
  wp_enqueue_style( 'jquery-qtip2' );
205
  }
206
  }
207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  /**
209
  * Load the php exported settings
210
  *
212
  */
213
  public function maybe_load_php_export() {
214
  if ( ! empty( $this->exported_columns ) ) {
215
+ foreach ( $this->exported_columns as $model => $columns ) {
216
  if ( $storage_model = $this->get_storage_model( $model ) ) {
217
  $storage_model->set_stored_columns( $columns );
218
  }
227
  */
228
  public function set_storage_models() {
229
 
230
+ if ( ! $this->is_cac_screen() ) {
231
+ return;
232
+ }
233
+
234
  $storage_models = array();
235
 
236
  // Load storage model class files and column base class files
270
  * Used by external plugins to add additional storage models
271
  *
272
  * @since 2.0
273
+ *
274
  * @param array $storage_models List of storage model class instances ( [key] => [CPAC_Storage_Model object], where [key] is the storage key, such as "user", "post" or "my_custom_post_type")
275
  * @param object $this CPAC
276
  */
277
  $this->storage_models = apply_filters( 'cac/storage_models', $storage_models, $this );
278
  }
279
 
280
+ /**
281
+ * Only set columns on current screens
282
+ *
283
+ * @since 2.4.9
284
+ */
285
+ public function set_columns_on_current_screen() {
286
+
287
+ if ( ! $this->is_cac_screen() ) {
288
+ return;
289
+ }
290
+
291
+ $is_ajax = $this->is_doing_ajax();
292
+ $is_settings = $this->is_settings_screen();
293
+
294
+ foreach ( $this->storage_models as $storage_model ) {
295
+ $current_screen = $storage_model->is_current_screen();
296
+
297
+ if ( $is_ajax || $is_settings || $current_screen ) {
298
+ $storage_model->set_columns();
299
+ }
300
+
301
+ // Load headings and values on overviews screen
302
+ if ( $is_ajax || $current_screen ) {
303
+ $storage_model->init_manage_columns();
304
+ }
305
+ }
306
+ }
307
+
308
  /**
309
  * Retrieve a storage model object based on its key
310
  *
311
  * @since 2.0
312
  *
313
  * @param string $key Storage model key (e.g. post, page, wp-users)
314
+ *
315
  * @return bool|CPAC_Storage_Model Storage Model object (or false, on failure)
316
  */
317
  public function get_storage_model( $key ) {
332
  * @return CPAC_Storage_Model
333
  */
334
  public function get_current_storage_model() {
335
+ if ( ! $this->current_storage_model && $this->storage_models ) {
 
336
  foreach ( $this->storage_models as $storage_model ) {
337
+ if ( $storage_model->is_current_screen() ) {
338
+ $this->current_storage_model = $storage_model;
339
  }
340
  }
341
  }
342
+
343
+ return $this->current_storage_model;
344
  }
345
 
346
  /**
363
  }
364
 
365
  $post_types = array_merge( $post_types, get_post_types( array(
366
+ '_builtin' => false,
367
+ 'show_ui' => true
368
  ) ) );
369
 
370
  /**
371
  * Filter the post types for which Admin Columns is active
372
  *
373
  * @since 2.0
374
+ *
375
  * @param array $post_types List of active post type names
376
  */
377
  return apply_filters( 'cac/post_types', $post_types );
396
  * Filter the post types for which Admin Columns is active
397
  *
398
  * @since 2.0
399
+ *
400
  * @param array $post_types List of active post type names
401
  */
402
  return apply_filters( 'cac/taxonomies', $taxonomies );
425
  * @since 1.4.0
426
  *
427
  * @param string $classes body classes
428
+ *
429
  * @return string
430
  */
431
  public function admin_class( $classes ) {
448
  return;
449
  }
450
 
451
+ $css_column_width = '';
452
+ $edit_link = '';
453
 
454
  // CSS: columns width
455
  if ( $columns = $storage_model->get_stored_columns() ) {
475
 
476
  ?>
477
  <?php if ( $css_column_width ) : ?>
478
+ <style type="text/css">
479
+ <?php echo $css_column_width; ?>
480
+ </style>
481
  <?php endif; ?>
482
  <?php if ( $edit_link ) : ?>
483
+ <script type="text/javascript">
484
+ jQuery(document).ready(function () {
485
+ jQuery('.tablenav.top .actions:last').append('<a href="<?php echo $edit_link; ?>" class="cpac-edit add-new-h2"><?php _e( 'Edit columns', 'codepress-admin-columns' ); ?></a>');
486
+ });
487
+ </script>
488
  <?php endif; ?>
489
 
490
  <?php
492
  /**
493
  * Add header scripts that only apply to column screens.
494
  * @since 2.3.5
495
+ *
496
  * @param object CPAC Main Class
497
  */
498
  do_action( 'cac/admin_head', $storage_model, $this );
505
  * @return bool Returns true if in an AJAX request, false otherwise
506
  */
507
  public function is_doing_ajax() {
 
508
  return cac_is_doing_ajax();
509
  }
510
 
515
  * @return bool Returns true if the current screen is a columns screen, false otherwise
516
  */
517
  public function is_columns_screen() {
 
518
  global $pagenow;
 
519
  $columns_screen = in_array( $pagenow, array( 'edit.php', 'upload.php', 'link-manager.php', 'edit-comments.php', 'users.php', 'edit-tags.php' ) );
520
 
521
  /**
523
  * Useful for advanced used with custom content overview pages
524
  *
525
  * @since 2.2
526
+ *
527
  * @param bool $columns_screen Whether the current request is a columns screen
528
  */
529
+ return apply_filters( 'cac/is_columns_screen', $columns_screen );
 
 
530
  }
531
 
532
  /**
533
  * Whether the current screen is the Admin Columns settings screen
534
  *
535
  * @since 2.2
536
+ *
537
  * @param strong $tab Specifies a tab screen (optional)
538
+ *
539
  * @return bool True if the current screen is the settings screen, false otherwise
540
  */
541
  public function is_settings_screen( $tab = '' ) {
 
542
  return cac_is_setting_screen( $tab );
543
  }
544
 
555
  * Filter whether the current screen is a screen in which Admin Columns is active
556
  *
557
  * @since 2.2
558
+ *
559
  * @param bool $is_cac_screen Whether the current screen is an Admin Columns screen
560
  */
561
  return apply_filters( 'cac/is_cac_screen', $this->is_columns_screen() || $this->is_doing_ajax() || $this->is_settings_screen() );
593
 
594
  return $this->_upgrade;
595
  }
596
+
597
+ /**
598
+ * Check whether the Advanced Custom Fields plugin is active
599
+ *
600
+ * @since 2.4.9
601
+ *
602
+ * @return bool Whether the Advanced Custom Fields plugin is active
603
+ */
604
+ public function is_plugin_acf_active() {
605
+
606
+ return class_exists( 'acf', false );
607
+ }
608
+
609
+ /**
610
+ * Check whether the WooCommerce plugin is active
611
+ *
612
+ * @since 2.4.9
613
+ *
614
+ * @return bool Whether the WooCommerce plugin is active
615
+ */
616
+ public function is_plugin_woocommerce_active() {
617
+
618
+ return class_exists( 'WooCommerce', false );
619
+ }
620
+
621
  }
622
 
623
  /**
languages/codepress-admin-columns-ar.po ADDED
@@ -0,0 +1,1345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # Hassan, 2013
5
+ # Hassan, 2013
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Admin Columns\n"
9
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
10
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
11
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
12
+ "Language-Team: Arabic (http://www.transifex.com/codepress/admin-columns/language/ar/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: ar\n"
17
+ "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+
24
+ #: ../codepress-admin-columns.php:451
25
+ msgid "Edit columns"
26
+ msgstr "تحرير الأعمدة"
27
+
28
+ #: ../classes/addons.php:110
29
+ msgid "Plugins"
30
+ msgstr ""
31
+
32
+ #: ../classes/addons.php:135
33
+ msgid "Advanced Custom Fields"
34
+ msgstr ""
35
+
36
+ #: ../classes/addons.php:136
37
+ msgid ""
38
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
39
+ "seconds!"
40
+ msgstr ""
41
+
42
+ #: ../classes/addons.php:141
43
+ msgid "WooCommerce"
44
+ msgstr ""
45
+
46
+ #: ../classes/addons.php:142
47
+ msgid ""
48
+ "Enhance the products, orders and coupons overviews with new columns and "
49
+ "inline editing."
50
+ msgstr ""
51
+
52
+ #: ../classes/column.php:624
53
+ msgid "Thumbnail"
54
+ msgstr "صورة مصغرة"
55
+
56
+ #: ../classes/column.php:625
57
+ msgid "Medium"
58
+ msgstr "وسط"
59
+
60
+ #: ../classes/column.php:626
61
+ msgid "Large"
62
+ msgstr "كبير"
63
+
64
+ #: ../classes/column.php:627
65
+ msgid "Full"
66
+ msgstr "كامل"
67
+
68
+ #: ../classes/column.php:1059
69
+ msgid "Exact match"
70
+ msgstr ""
71
+
72
+ #: ../classes/column.php:1060
73
+ msgid "Lesser than"
74
+ msgstr ""
75
+
76
+ #: ../classes/column.php:1061
77
+ msgid "Greater than"
78
+ msgstr ""
79
+
80
+ #: ../classes/column.php:1062
81
+ msgid "Between"
82
+ msgstr ""
83
+
84
+ #: ../classes/column.php:1089
85
+ msgid "Date Format"
86
+ msgstr "تنسيق التاريخ"
87
+
88
+ #: ../classes/column.php:1090
89
+ msgid "This will determine how the date will be displayed."
90
+ msgstr "هذا سيحدد كيف سيتم عرض التاريخ."
91
+
92
+ #: ../classes/column.php:1096
93
+ msgid "Example:"
94
+ msgstr "مثال:"
95
+
96
+ #: ../classes/column.php:1098
97
+ msgid ""
98
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
99
+ " format here</a>."
100
+ msgstr ""
101
+
102
+ #: ../classes/column.php:1099
103
+ msgid "Documentation on date and time formatting."
104
+ msgstr "توثيق حول تنسيق التاريخ والوقت."
105
+
106
+ #: ../classes/column.php:1113
107
+ msgid "Excerpt length"
108
+ msgstr "طول المقتطف"
109
+
110
+ #: ../classes/column.php:1114
111
+ msgid "Number of words"
112
+ msgstr "عدد الكلمات"
113
+
114
+ #: ../classes/column.php:1132
115
+ msgid "Preview size"
116
+ msgstr "حجم المعاينة"
117
+
118
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
119
+ msgid "Custom"
120
+ msgstr "مخصوص"
121
+
122
+ #: ../classes/column.php1152, ../classes/column.php:1328
123
+ msgid "width"
124
+ msgstr "عرض"
125
+
126
+ #: ../classes/column.php:1155
127
+ msgid "height"
128
+ msgstr "إرتفاع"
129
+
130
+ #: ../classes/column.php:1167
131
+ msgid "Before"
132
+ msgstr "قبل"
133
+
134
+ #: ../classes/column.php:1167
135
+ msgid "This text will appear before the custom field value."
136
+ msgstr "هذا النص سيظهر قبل الحقل المخصوص."
137
+
138
+ #: ../classes/column.php:1168
139
+ msgid "After"
140
+ msgstr "بعد"
141
+
142
+ #: ../classes/column.php:1168
143
+ msgid "This text will appear after the custom field value."
144
+ msgstr "هذا النص سيظهر بعد الحقل المخصوص."
145
+
146
+ #: ../classes/column.php:1177
147
+ msgid "Display Name"
148
+ msgstr "اسم العرض"
149
+
150
+ #: ../classes/column.php1178, ../classes/settings.php:733
151
+ msgid "First Name"
152
+ msgstr "الاسم الأول"
153
+
154
+ #: ../classes/column.php:1179
155
+ msgid "Last Name"
156
+ msgstr "الاسم الأخير"
157
+
158
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
159
+ msgid "Nickname"
160
+ msgstr "الاسم المستعار"
161
+
162
+ #: ../classes/column.php:1181
163
+ msgid "User Login"
164
+ msgstr "اسم الدخول"
165
+
166
+ #: ../classes/column.php:1182
167
+ msgid "User Email"
168
+ msgstr "بريد المستخدم"
169
+
170
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
171
+ msgid "User ID"
172
+ msgstr "رقم المستخدم"
173
+
174
+ #: ../classes/column.php:1184
175
+ msgid "First and Last Name"
176
+ msgstr "الاسم الأول والأخير"
177
+
178
+ #: ../classes/column.php:1187
179
+ msgid "Display format"
180
+ msgstr ""
181
+
182
+ #: ../classes/column.php:1187
183
+ msgid "This is the format of the author name."
184
+ msgstr "هذا هو تنسيق اسم الكاتب."
185
+
186
+ #: ../classes/column.php:1350
187
+ msgid "Edit"
188
+ msgstr "تحرير"
189
+
190
+ #: ../classes/column.php1352, ../classes/column.php:1444
191
+ msgid "Clone"
192
+ msgstr ""
193
+
194
+ #: ../classes/column.php:1354
195
+ msgid "Remove"
196
+ msgstr "إزالة"
197
+
198
+ #: ../classes/column.php1372, ../classes/column.php1372,
199
+ #: ../classes/column/custom-field.php408,
200
+ #: ../classes/column/comment/type.php:13
201
+ msgid "Type"
202
+ msgstr "نوع"
203
+
204
+ #: ../classes/column.php:1372
205
+ msgid "Choose a column type."
206
+ msgstr "اختر نوع عمود"
207
+
208
+ #: ../classes/column.php:1372
209
+ msgid "Name"
210
+ msgstr ""
211
+
212
+ #: ../classes/column.php:1382
213
+ msgid "Label"
214
+ msgstr "العنوان"
215
+
216
+ #: ../classes/column.php:1382
217
+ msgid "This is the name which will appear as the column header."
218
+ msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
219
+
220
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
221
+ msgid "Width"
222
+ msgstr "عرض"
223
+
224
+ #: ../classes/column.php:1391
225
+ msgid "default"
226
+ msgstr "إفتراضي"
227
+
228
+ #: ../classes/column.php:1392
229
+ msgid "auto"
230
+ msgstr ""
231
+
232
+ #: ../classes/column.php:1466
233
+ msgid "Property To Display"
234
+ msgstr ""
235
+
236
+ #: ../classes/column.php:1472
237
+ msgid "Post property to display for related post(s)."
238
+ msgstr ""
239
+
240
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
241
+ msgid "Link To"
242
+ msgstr ""
243
+
244
+ #: ../classes/column.php:1489
245
+ msgid "Edit Post Author"
246
+ msgstr ""
247
+
248
+ #: ../classes/column.php:1490
249
+ msgid "View Public Post Author Page"
250
+ msgstr ""
251
+
252
+ #: ../classes/column.php:1492
253
+ msgid "Page the posts should link to."
254
+ msgstr ""
255
+
256
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
257
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
258
+ msgid "Admin Columns"
259
+ msgstr "Admin Columns"
260
+
261
+ #: ../classes/review_notice.php:58
262
+ msgid "Admin Columns Pro"
263
+ msgstr ""
264
+
265
+ #: ../classes/review_notice.php:68
266
+ msgid "click here"
267
+ msgstr ""
268
+
269
+ #: ../classes/review_notice.php:72
270
+ msgid "Leave a review!"
271
+ msgstr ""
272
+
273
+ #: ../classes/review_notice.php:73
274
+ msgid "Permanently hide notice"
275
+ msgstr ""
276
+
277
+ #: ../classes/review_notice.php:80
278
+ msgid ""
279
+ "We're sorry to hear that; maybe we can help! If you're having problems "
280
+ "properly setting up %s or if you would like help with some more advanced "
281
+ "features, please visit our %s."
282
+ msgstr ""
283
+
284
+ #: ../classes/review_notice.php:82
285
+ msgid "documentation page"
286
+ msgstr ""
287
+
288
+ #: ../classes/review_notice.php:86
289
+ msgid ""
290
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
291
+ " to access product support through %s!"
292
+ msgstr ""
293
+
294
+ #: ../classes/review_notice.php:87
295
+ msgid "our forums"
296
+ msgstr ""
297
+
298
+ #: ../classes/review_notice.php:91
299
+ msgid "You can also find help on the %s, and %s."
300
+ msgstr ""
301
+
302
+ #: ../classes/review_notice.php:92
303
+ msgid "Admin Columns forums on WordPress.org"
304
+ msgstr ""
305
+
306
+ #: ../classes/review_notice.php:93
307
+ msgid "find answers to some frequently asked questions"
308
+ msgstr ""
309
+
310
+ #: ../classes/settings.php:113
311
+ msgid "Add-on successfully activated."
312
+ msgstr ""
313
+
314
+ #: ../classes/settings.php:116
315
+ msgid "Add-on successfully deactivated."
316
+ msgstr ""
317
+
318
+ #: ../classes/settings.php:170
319
+ msgid "Admin Columns Settings"
320
+ msgstr "إعدادات Admin Columns"
321
+
322
+ #: ../classes/settings.php:228
323
+ msgid "%s column is already present and can not be duplicated."
324
+ msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
325
+
326
+ #: ../classes/settings.php:284
327
+ msgid "Default settings succesfully restored."
328
+ msgstr "تمت إستعادة الإعدادات الإفتراضية بنجاح."
329
+
330
+ #: ../classes/settings.php:301
331
+ msgid "Overview"
332
+ msgstr "نظرة عامة"
333
+
334
+ #: ../classes/settings.php:304
335
+ msgid ""
336
+ "This plugin is for adding and removing additional columns to the "
337
+ "administration screens for post(types), pages, media library, comments, "
338
+ "links and users. Change the column's label and reorder them."
339
+ msgstr "هذا البرنامج هو لإضافة وإزالة أعمدة إضافية في الشاشات الإدارية لـ(أنواع) التدوينات، الصفحات، مكتبة الوسائط، التعليقات، الوصلات والمستخدمين. قم بتغيير تسمية الأعمدة وإعادة ترتيبها."
340
+
341
+ #: ../classes/settings.php:307
342
+ msgid "Basics"
343
+ msgstr "مبادئ"
344
+
345
+ #: ../classes/settings.php:309
346
+ msgid "Change order"
347
+ msgstr "تغيير الترتيب"
348
+
349
+ #: ../classes/settings.php:310
350
+ msgid ""
351
+ "By dragging the columns you can change the order which they will appear in."
352
+ msgstr "عن طريق سحب الأعمدة يمكنك تغيير ترتيب الذي سوف تظهر فيه."
353
+
354
+ #: ../classes/settings.php:311
355
+ msgid "Change label"
356
+ msgstr "تغيير العنوان"
357
+
358
+ #: ../classes/settings.php:312
359
+ msgid ""
360
+ "By clicking on the triangle you will see the column options. Here you can "
361
+ "change each label of the columns heading."
362
+ msgstr "بالنقر على المثلث سترى خيارات العمود. هنا يمكنك تغيير تسمية ترويسات الأعمدة."
363
+
364
+ #: ../classes/settings.php:313
365
+ msgid "Change column width"
366
+ msgstr "تغيير عرض العمود"
367
+
368
+ #: ../classes/settings.php:314
369
+ msgid ""
370
+ "By clicking on the triangle you will see the column options. By using the "
371
+ "draggable slider you can set the width of the columns in percentages."
372
+ msgstr "بالنقر على المثلث سترى خيارات العمود. باستخدام شريط التمرير القابل للسحب يمكنك تعيين عرض الأعمدة بالنسب المئوية."
373
+
374
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
375
+ #: ../classes/column/custom-field.php23,
376
+ #: ../classes/column/custom-field.php:391
377
+ msgid "Custom Field"
378
+ msgstr "حقل مخصوص"
379
+
380
+ #: ../classes/settings.php:320
381
+ msgid "'Custom Field' column"
382
+ msgstr "عمود 'حقل مخصوص'"
383
+
384
+ #: ../classes/settings.php:321
385
+ msgid ""
386
+ "The custom field colum uses the custom fields from posts and users. There "
387
+ "are 10 types which you can set."
388
+ msgstr "يستخدم عمود الحقل المخصوص الحقول المخصوصة من التدوينات والمستخدمين. هناك 10 أنواع يمكنك تعيينها."
389
+
390
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
391
+ #: ../classes/column/custom-field.php:95
392
+ msgid "Default"
393
+ msgstr "إفتراضي"
394
+
395
+ #: ../classes/settings.php:323
396
+ msgid ""
397
+ "Value: Can be either a string or array. Arrays will be flattened and values "
398
+ "are seperated by a ',' comma."
399
+ msgstr "قيمة: يمكن أن تكون إما سلسلة أو مصفوفة. سيتم تسطيح المصفوفات ويتم فصل القيم بـ '،' فاصلة."
400
+
401
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
402
+ #: ../classes/column/link/image.php:19
403
+ msgid "Image"
404
+ msgstr "صورة"
405
+
406
+ #: ../classes/settings.php:324
407
+ msgid ""
408
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
409
+ "comma )."
410
+ msgstr "قيمة: يجب أن يحتوي عنوان URL للصورة أو معرفات المرفقات (مفصولة بـ '،' فاصلة)."
411
+
412
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
413
+ msgid "Excerpt"
414
+ msgstr "مقتطف"
415
+
416
+ #: ../classes/settings.php:325
417
+ msgid "Value: This will show the first 20 words of the Post content."
418
+ msgstr "قيمة: سيقوم هذا بإظهار أول 20 كلمة من محتوى التدوينة."
419
+
420
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
421
+ msgid "Multiple Values"
422
+ msgstr "قيم متعددة"
423
+
424
+ #: ../classes/settings.php:326
425
+ msgid ""
426
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
427
+ "array."
428
+ msgstr "قيمة: يجب أن يكون مصفوفة. هذا سوف يسطح أي مصفوفة (متعددة الأبعاد)."
429
+
430
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
431
+ msgid "Numeric"
432
+ msgstr "رقمي"
433
+
434
+ #: ../classes/settings.php:327
435
+ msgid ""
436
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
437
+ "for sorting, so you can sort your posts on numeric (custom field) values."
438
+ msgstr "القيمة: الأعداد الصحيحة فقط <br/> إذا كان لديك 'ملحق الترتيب' سيتم استخدام هذه للترتيب، بحيث يمكنك ترتيب تدويناتك على القيم الرقمية (الحقل المخصوص)."
439
+
440
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
441
+ #: ../classes/column/comment/date.php:19
442
+ msgid "Date"
443
+ msgstr "تاريخ"
444
+
445
+ #: ../classes/settings.php:328
446
+ msgid ""
447
+ "Value: Can be unix time stamp or a date format as described in the <a "
448
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
449
+ "href='%s'>general settings</a> page."
450
+ msgstr "قيمة: يمكن أن تكون طابع يونكس زمني أو تنسيق تاريخ كما هو موضح في <a href='%s'>Codex</a>. يمكنك تغيير تنسيق التاريخ المخرج من صفحة <a href='%s'>الإعدادات العامة</a>."
451
+
452
+ #: ../classes/settings.php:329
453
+ msgid "Post Titles"
454
+ msgstr "عناوين تدوينات"
455
+
456
+ #: ../classes/settings.php:329
457
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
458
+ msgstr "قيمة: يمكن أن تكون رقم تدوينة واحدة أو أكثر (مفصولة بـ',')."
459
+
460
+ #: ../classes/settings.php:330
461
+ msgid "Usernames"
462
+ msgstr "أسماء مستخدمين"
463
+
464
+ #: ../classes/settings.php:330
465
+ msgid "Value: can be one or more User ID's (seperated by ',')."
466
+ msgstr "قيمة: يمكن أن تكون رقم مستخدم واحد أو أكثر (مفصولة بـ',')."
467
+
468
+ #: ../classes/settings.php:331
469
+ msgid "Checkmark"
470
+ msgstr "علامة اختيار"
471
+
472
+ #: ../classes/settings.php:331
473
+ msgid "Value: should be a 1 (one) or 0 (zero)."
474
+ msgstr "قيمة: يجب أن تكون 1 (واحد) أو 0 (صفر)."
475
+
476
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
477
+ msgid "Color"
478
+ msgstr "لون"
479
+
480
+ #: ../classes/settings.php:332
481
+ msgid "Value: hex value color, such as #808080."
482
+ msgstr "قيمة: لون بقيمة عشرية، مثل 808080#."
483
+
484
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
485
+ msgid "Counter"
486
+ msgstr "عداد"
487
+
488
+ #: ../classes/settings.php:333
489
+ msgid ""
490
+ "Value: Can be either a string or array. This will display a count of the "
491
+ "number of times the meta key is used by the item."
492
+ msgstr "القيمة: يمكن أن يكون إما سلسلة أو مجموعة. هذا سيعرض عدد مرات استخدام المفتاح من قبل العنصر."
493
+
494
+ #: ../classes/settings.php:422
495
+ msgid "Welcome to Admin Columns"
496
+ msgstr "مرحبا في Admin Columns"
497
+
498
+ #: ../classes/settings.php:425
499
+ msgid "Thank you for updating to the latest version!"
500
+ msgstr "شكرا لك على التحديث للنسخة الأخيرة!"
501
+
502
+ #: ../classes/settings.php:426
503
+ msgid ""
504
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
505
+ "like it."
506
+ msgstr "Admin Columns أصبحت مصقولة وممتعة أكثر من أي وقت مضى. نأمل أن تنال إعجابكم."
507
+
508
+ #: ../classes/settings.php:431
509
+ msgid "What’s New"
510
+ msgstr "ما الجديد"
511
+
512
+ #: ../classes/settings.php:432
513
+ msgid "Changelog"
514
+ msgstr "سجل التغييرات"
515
+
516
+ #: ../classes/settings.php:437
517
+ msgid "Important"
518
+ msgstr "مهم"
519
+
520
+ #: ../classes/settings.php:439
521
+ msgid "Database Changes"
522
+ msgstr "تغييرات قاعدة البيانات"
523
+
524
+ #: ../classes/settings.php:440
525
+ msgid ""
526
+ "The database has been changed between versions 1 and 2. But we made sure you"
527
+ " can still roll back to version 1x without any issues."
528
+ msgstr "تم تغيير قاعدة البيانات بين الإصدارات 1 و 2. ولكن حرصنا على ألا يزال بإمكانك الرجوع إلى إصدار 1x دون أية مشاكل."
529
+
530
+ #: ../classes/settings.php:443
531
+ msgid "Make sure you backup your database and then click"
532
+ msgstr "تأكد من عمل نسخة احتياطية لقاعدة بياناتك ثم انقر"
533
+
534
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
535
+ msgid "Upgrade Database"
536
+ msgstr "تحديث قاعدة البيانات"
537
+
538
+ #: ../classes/settings.php:446
539
+ msgid "Potential Issues"
540
+ msgstr "مشاكل محتملة"
541
+
542
+ #: ../classes/settings.php:447
543
+ msgid ""
544
+ "Do to the sizable refactoring the code, surounding Addons and "
545
+ "action/filters, your website may not operate correctly. It is important that"
546
+ " you read the full"
547
+ msgstr "نسبة إلى إعادة بناء كود الإضافة بشكل كبير، وكذلك الملحاقت والدوال، قد لا يعمل موقع الويب الخاص بك بشكل صحيح. من المهم أن تقرأ بشكل كامل"
548
+
549
+ #: ../classes/settings.php:447
550
+ msgid "Migrating from v1 to v2"
551
+ msgstr "الانتقال من النسخة 1 إلى النسخة 2"
552
+
553
+ #: ../classes/settings.php:447
554
+ msgid "guide to view the full list of changes."
555
+ msgstr "توجيه لعرض القائمة الكاملة للتغييرات."
556
+
557
+ #: ../classes/settings.php:447
558
+ msgid ""
559
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
560
+ "can fix it in the next release."
561
+ msgstr ""
562
+
563
+ #: ../classes/settings.php:450
564
+ msgid "Important!"
565
+ msgstr "مهم!"
566
+
567
+ #: ../classes/settings.php:450
568
+ msgid ""
569
+ "If you updated the Admin Columns plugin without prior knowledge of such "
570
+ "changes, Please roll back to the latest"
571
+ msgstr "إذا قمت بتحديث Admin Columns دون معرفة مسبقة بهذه التغييرات، فالرجاء الرجوع لآخر"
572
+
573
+ #: ../classes/settings.php:450
574
+ msgid "version 1"
575
+ msgstr "النسخة 1"
576
+
577
+ #: ../classes/settings.php:450
578
+ msgid "of this plugin."
579
+ msgstr "من هذه الإضافة"
580
+
581
+ #: ../classes/settings.php:456
582
+ msgid "Changelog for"
583
+ msgstr "سجل التغييرات لـ"
584
+
585
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
586
+ msgid "Learn more"
587
+ msgstr "تعلم المزيد"
588
+
589
+ #: ../classes/settings.php:481
590
+ msgid "Start using Admin Columns"
591
+ msgstr "البدء باستخدام Admin Columns"
592
+
593
+ #: ../classes/settings.php:500
594
+ msgid "General Settings"
595
+ msgstr "إعدادات عامة"
596
+
597
+ #: ../classes/settings.php:501
598
+ msgid "Customize your Admin Columns settings."
599
+ msgstr "قم بتخصيص إعدادات Admin Columns."
600
+
601
+ #: ../classes/settings.php:512
602
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
603
+ msgstr ""
604
+
605
+ #: ../classes/settings.php:559
606
+ msgid "Restore Settings"
607
+ msgstr "استرجاع الإعدادات"
608
+
609
+ #: ../classes/settings.php:560
610
+ msgid "This will delete all column settings and restore the default settings."
611
+ msgstr "سيؤدي هذا إلى حذف كافة إعدادات الأعمدة واستعادة الإعدادات الإفتراضية."
612
+
613
+ #: ../classes/settings.php:566
614
+ msgid "Restore default settings"
615
+ msgstr "استرجاع الإعدادات الإفتراضية"
616
+
617
+ #: ../classes/settings.php:566
618
+ msgid ""
619
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
620
+ "undone. 'OK' to delete, 'Cancel' to stop"
621
+ msgstr ""
622
+
623
+ #: ../classes/settings.php:582
624
+ msgid "Posttypes"
625
+ msgstr ""
626
+
627
+ #: ../classes/settings.php:583
628
+ msgid "Others"
629
+ msgstr ""
630
+
631
+ #: ../classes/settings.php:584
632
+ msgid "Taxonomies"
633
+ msgstr ""
634
+
635
+ #: ../classes/settings.php:600
636
+ msgid "Settings"
637
+ msgstr "إعدادات"
638
+
639
+ #: ../classes/settings.php:601
640
+ msgid "Add-ons"
641
+ msgstr ""
642
+
643
+ #: ../classes/settings.php:669
644
+ msgid ""
645
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
646
+ " admin panel."
647
+ msgstr ""
648
+
649
+ #: ../classes/settings.php:679
650
+ msgid "Store settings"
651
+ msgstr "حفظ الإعدادات"
652
+
653
+ #: ../classes/settings.php:687
654
+ msgid ""
655
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
656
+ " delete, 'Cancel' to stop"
657
+ msgstr ""
658
+
659
+ #: ../classes/settings.php:688
660
+ msgid "Restore"
661
+ msgstr "استرجاع"
662
+
663
+ #: ../classes/settings.php:688
664
+ msgid "columns"
665
+ msgstr "أعمدة"
666
+
667
+ #: ../classes/settings.php:707
668
+ msgid "Get Admin Columns Pro"
669
+ msgstr ""
670
+
671
+ #: ../classes/settings.php:711
672
+ msgid "Add Sorting"
673
+ msgstr "أضف ترتيب"
674
+
675
+ #: ../classes/settings.php:712
676
+ msgid "Add Filtering"
677
+ msgstr "أضف تصفية"
678
+
679
+ #: ../classes/settings.php:713
680
+ msgid "Add Import/Export"
681
+ msgstr "أضف استيراد/تصدير"
682
+
683
+ #: ../classes/settings.php:714
684
+ msgid "Add Direct Editing"
685
+ msgstr ""
686
+
687
+ #: ../classes/settings.php:717
688
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
689
+ msgstr ""
690
+
691
+ #: ../classes/settings.php:730
692
+ msgid "Subscribe to receive news &amp; updates below."
693
+ msgstr ""
694
+
695
+ #: ../classes/settings.php:737
696
+ msgid "Your Email"
697
+ msgstr ""
698
+
699
+ #: ../classes/settings.php:748
700
+ msgid "Are you happy with Admin Columns?"
701
+ msgstr ""
702
+
703
+ #: ../classes/settings.php:756
704
+ msgid "What's wrong? Need help? Let us know!"
705
+ msgstr ""
706
+
707
+ #: ../classes/settings.php:757
708
+ msgid ""
709
+ "Check out our extensive documentation, or you can open a support topic on "
710
+ "WordPress.org!"
711
+ msgstr ""
712
+
713
+ #: ../classes/settings.php:765
714
+ msgid "Docs"
715
+ msgstr ""
716
+
717
+ #: ../classes/settings.php:770
718
+ msgid "Forums"
719
+ msgstr ""
720
+
721
+ #: ../classes/settings.php:779
722
+ msgid "Woohoo! We're glad to hear that!"
723
+ msgstr ""
724
+
725
+ #: ../classes/settings.php:780
726
+ msgid ""
727
+ "We would really love it if you could show your appreciation by giving us a "
728
+ "rating on WordPress.org or tweet about Admin Columns!"
729
+ msgstr ""
730
+
731
+ #: ../classes/settings.php:784
732
+ msgid "Rate"
733
+ msgstr ""
734
+
735
+ #: ../classes/settings.php:795
736
+ msgid "Tweet"
737
+ msgstr ""
738
+
739
+ #: ../classes/settings.php:805
740
+ msgid "Buy Pro"
741
+ msgstr ""
742
+
743
+ #: ../classes/settings.php:817
744
+ msgid "Support"
745
+ msgstr "دعم"
746
+
747
+ #: ../classes/settings.php:820
748
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
749
+ msgstr "تحقق من قسم <strong>المساعدة</strong> في الجانب العلوي الأيسر من الشاشة."
750
+
751
+ #: ../classes/settings.php:823
752
+ msgid ""
753
+ "For full documentation, bug reports, feature suggestions and other tips <a "
754
+ "href='%s'>visit the Admin Columns website</a>"
755
+ msgstr "للحصول على الوثائق الكاملة، تقارير الأخطاء، اقتراحات الميزات وغيرها من النصائح <a href='%s'>قم بزيارة موقع Admin Columns</a>"
756
+
757
+ #: ../classes/settings.php:852
758
+ msgid "Drag and drop to reorder"
759
+ msgstr "قم بالسحب والإلقاء لإعادة الترتيب"
760
+
761
+ #: ../classes/settings.php:855
762
+ msgid "Add Column"
763
+ msgstr "أضف عمود"
764
+
765
+ #: ../classes/settings.php:936
766
+ msgid "Active"
767
+ msgstr ""
768
+
769
+ #: ../classes/settings.php:937
770
+ msgid "Deactivate"
771
+ msgstr ""
772
+
773
+ #: ../classes/settings.php:944
774
+ msgid "Installed"
775
+ msgstr ""
776
+
777
+ #: ../classes/settings.php:945
778
+ msgid "Activate"
779
+ msgstr ""
780
+
781
+ #: ../classes/settings.php:959
782
+ msgid "Download & Install"
783
+ msgstr ""
784
+
785
+ #: ../classes/settings.php:964
786
+ msgid "Get this add-on"
787
+ msgstr ""
788
+
789
+ #: ../classes/storage_model.php:262
790
+ msgid "settings succesfully restored."
791
+ msgstr "تمت إستعادة الإعدادات بنجاح."
792
+
793
+ #: ../classes/storage_model.php:278
794
+ msgid "No columns settings available."
795
+ msgstr "لا توجد إعدادات أعمدة متوفرة."
796
+
797
+ #: ../classes/storage_model.php:299
798
+ msgid "You are trying to store the same settings for %s."
799
+ msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
800
+
801
+ #: ../classes/storage_model.php:303
802
+ msgid "Settings for %s updated successfully."
803
+ msgstr ""
804
+
805
+ #: ../classes/storage_model.php:643
806
+ msgid "Columns by Plugins"
807
+ msgstr ""
808
+
809
+ #: ../classes/storage_model.php:862
810
+ msgid "View"
811
+ msgstr "عرض"
812
+
813
+ #: ../classes/upgrade.php:62
814
+ msgid ""
815
+ "The pro add-on is no longer supported. Please login to your account and "
816
+ "download Admin Columns Pro"
817
+ msgstr ""
818
+
819
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
820
+ msgid "Upgrade"
821
+ msgstr "تحديث"
822
+
823
+ #: ../classes/upgrade.php:136
824
+ msgid "requires a database upgrade"
825
+ msgstr "يتطلب ترقية قاعدة البيانات"
826
+
827
+ #: ../classes/upgrade.php:139
828
+ msgid "why?"
829
+ msgstr "لماذا؟"
830
+
831
+ #: ../classes/upgrade.php:140
832
+ msgid "Please"
833
+ msgstr "فضلا"
834
+
835
+ #: ../classes/upgrade.php:141
836
+ msgid "backup your database"
837
+ msgstr "قم بعمل نسخة إحتياطية من قاعدة بياناتك"
838
+
839
+ #: ../classes/upgrade.php:142
840
+ msgid "then click"
841
+ msgstr "ثم انقر"
842
+
843
+ #: ../classes/upgrade.php:351
844
+ msgid "Migrating Column Settings"
845
+ msgstr "نقل إعدادات الأعمدة"
846
+
847
+ #: ../classes/upgrade.php:387
848
+ msgid "No Upgrade Required"
849
+ msgstr "لا تحديث مطلوب"
850
+
851
+ #: ../classes/upgrade.php:388
852
+ msgid "Return to welcome screen."
853
+ msgstr "رجوع إلى صفحة الترحيب."
854
+
855
+ #: ../classes/upgrade.php:406
856
+ msgid "Upgrade Complete!"
857
+ msgstr "اكتمل التحديث"
858
+
859
+ #: ../classes/upgrade.php:406
860
+ msgid "Return to settings."
861
+ msgstr "العودة للإعدادات."
862
+
863
+ #: ../classes/upgrade.php:407
864
+ msgid "Error"
865
+ msgstr "خطأ"
866
+
867
+ #: ../classes/upgrade.php:408
868
+ msgid ""
869
+ "Sorry. Something went wrong during the upgrade process. Please report this "
870
+ "on the support forum."
871
+ msgstr "عفوا. حدث خطأ أثناء عملية الترقية. الرجاء التبليغ عن هذا في منتديات الدعم."
872
+
873
+ #: ../classes/column/acf-placeholder.php:19
874
+ msgid "ACF Field"
875
+ msgstr ""
876
+
877
+ #: ../classes/column/acf-placeholder.php:35
878
+ msgid ""
879
+ "If you have a developer licence please download & install your ACF add-on "
880
+ "from the <a href='%s'>add-ons tab</a>."
881
+ msgstr ""
882
+
883
+ #: ../classes/column/acf-placeholder.php:38
884
+ msgid ""
885
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
886
+ "integeration, allowing you to easily display and edit ACF fields from within"
887
+ " your posts overview."
888
+ msgstr ""
889
+
890
+ #: ../classes/column/acf-placeholder.php:44
891
+ msgid "Find out more"
892
+ msgstr ""
893
+
894
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
895
+ msgid "Actions"
896
+ msgstr "تطبيقات"
897
+
898
+ #: ../classes/column/actions.php:96
899
+ msgid "Use icons?"
900
+ msgstr ""
901
+
902
+ #: ../classes/column/actions.php:96
903
+ msgid "Use icons instead of text for displaying the actions."
904
+ msgstr ""
905
+
906
+ #: ../classes/column/custom-field.php:96
907
+ msgid "Checkmark (true/false)"
908
+ msgstr "علامة إختيار (صح/خطأ)"
909
+
910
+ #: ../classes/column/custom-field.php:102
911
+ msgid "Media Library"
912
+ msgstr "مكتبة الوسائط"
913
+
914
+ #: ../classes/column/custom-field.php:105
915
+ msgid "Post Title (Post ID's)"
916
+ msgstr "عنوان تدوينة (أرقام تدوينات)"
917
+
918
+ #: ../classes/column/custom-field.php:106
919
+ msgid "Username (User ID's)"
920
+ msgstr "اسم مستخدم (أرقام مستخدمين)"
921
+
922
+ #: ../classes/column/custom-field.php:107
923
+ msgid "Term Name (Term ID's)"
924
+ msgstr ""
925
+
926
+ #: ../classes/column/custom-field.php:391
927
+ msgid "Select your custom field."
928
+ msgstr "اختر حقلك المخصوص"
929
+
930
+ #: ../classes/column/custom-field.php:401
931
+ msgid "No custom fields available."
932
+ msgstr "لا توجد حقول مخصوصة متوفرة."
933
+
934
+ #: ../classes/column/custom-field.php:401
935
+ msgid "Please create a %s item first."
936
+ msgstr ""
937
+
938
+ #: ../classes/column/custom-field.php:408
939
+ msgid "Field Type"
940
+ msgstr "نوع الحقل"
941
+
942
+ #: ../classes/column/custom-field.php:408
943
+ msgid "This will determine how the value will be displayed."
944
+ msgstr "هذا سيحدد كيف سيتم عرض القيمة."
945
+
946
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
947
+ msgid "Taxonomy"
948
+ msgstr "التصنيف"
949
+
950
+ #: ../classes/column/used-by-menu.php:20
951
+ msgid "Used by Menu"
952
+ msgstr ""
953
+
954
+ #: ../classes/column/used-by-menu.php:133
955
+ msgid "Link to menu"
956
+ msgstr ""
957
+
958
+ #: ../classes/column/used-by-menu.php:133
959
+ msgid "This will make the title link to the menu."
960
+ msgstr ""
961
+
962
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
963
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
964
+ msgid "ID"
965
+ msgstr "رقم"
966
+
967
+ #: ../classes/column/comment/agent.php:19
968
+ msgid "Agent"
969
+ msgstr "عميل"
970
+
971
+ #: ../classes/column/comment/approved.php19,
972
+ #: ../classes/column/post/comment-count.php:35
973
+ msgid "Approved"
974
+ msgstr "موافق عليه"
975
+
976
+ #: ../classes/column/comment/author-avatar.php:19
977
+ msgid "Avatar"
978
+ msgstr "صورة"
979
+
980
+ #: ../classes/column/comment/author-email.php:19
981
+ msgid "Author email"
982
+ msgstr "بريد الكاتب"
983
+
984
+ #: ../classes/column/comment/author-ip.php:19
985
+ msgid "Author IP"
986
+ msgstr "عنوان آي بي الكاتب"
987
+
988
+ #: ../classes/column/comment/author-name.php:12
989
+ msgid "Author name"
990
+ msgstr ""
991
+
992
+ #: ../classes/column/comment/author-url.php:19
993
+ msgid "Author url"
994
+ msgstr "عنوان موقع الكاتب"
995
+
996
+ #: ../classes/column/comment/author.php:19
997
+ msgid "Author"
998
+ msgstr "الكاتب"
999
+
1000
+ #: ../classes/column/comment/date-gmt.php:19
1001
+ msgid "Date GMT"
1002
+ msgstr "تاريخ GMT"
1003
+
1004
+ #: ../classes/column/comment/excerpt.php19,
1005
+ #: ../classes/column/post/content.php:19
1006
+ msgid "Content"
1007
+ msgstr ""
1008
+
1009
+ #: ../classes/column/comment/post.php:19
1010
+ msgid "Post"
1011
+ msgstr ""
1012
+
1013
+ #: ../classes/column/comment/reply-to.php:19
1014
+ msgid "In Reply To"
1015
+ msgstr "ردا على"
1016
+
1017
+ #: ../classes/column/comment/user.php:11
1018
+ msgid "User"
1019
+ msgstr ""
1020
+
1021
+ #: ../classes/column/comment/word-count.php19,
1022
+ #: ../classes/column/post/word-count.php:19
1023
+ msgid "Word count"
1024
+ msgstr "عدد الكلمات"
1025
+
1026
+ #: ../classes/column/media/alternate-text.php:19
1027
+ msgid "Alt"
1028
+ msgstr "بديل"
1029
+
1030
+ #: ../classes/column/media/attached-to.php:19
1031
+ msgid "Attached to post"
1032
+ msgstr ""
1033
+
1034
+ #: ../classes/column/media/available-sizes.php:20
1035
+ msgid "Available Sizes"
1036
+ msgstr "الأحجام المتوفرة"
1037
+
1038
+ #: ../classes/column/media/available-sizes.php:40
1039
+ msgid "full size"
1040
+ msgstr "حجم كامل"
1041
+
1042
+ #: ../classes/column/media/caption.php19,
1043
+ #: ../classes/column/media/exif-data.php:41
1044
+ msgid "Caption"
1045
+ msgstr "شرح"
1046
+
1047
+ #: ../classes/column/media/description.php19,
1048
+ #: ../classes/column/link/description.php19,
1049
+ #: ../classes/column/user/description.php:19
1050
+ msgid "Description"
1051
+ msgstr "وصف"
1052
+
1053
+ #: ../classes/column/media/dimensions.php:19
1054
+ msgid "Dimensions"
1055
+ msgstr "أبعاد"
1056
+
1057
+ #: ../classes/column/media/exif-data.php:19
1058
+ msgid "EXIF data"
1059
+ msgstr "بيانات EXIF"
1060
+
1061
+ #: ../classes/column/media/exif-data.php:38
1062
+ msgid "Aperture"
1063
+ msgstr "فتحة"
1064
+
1065
+ #: ../classes/column/media/exif-data.php:39
1066
+ msgid "Credit"
1067
+ msgstr "شرف"
1068
+
1069
+ #: ../classes/column/media/exif-data.php:40
1070
+ msgid "Camera"
1071
+ msgstr "كاميرا"
1072
+
1073
+ #: ../classes/column/media/exif-data.php:42
1074
+ msgid "Timestamp"
1075
+ msgstr "طابع زمني"
1076
+
1077
+ #: ../classes/column/media/exif-data.php:43
1078
+ msgid "Copyright EXIF"
1079
+ msgstr "بيانات EXIF حق النشر"
1080
+
1081
+ #: ../classes/column/media/exif-data.php:44
1082
+ msgid "Focal Length"
1083
+ msgstr "بعد بؤري"
1084
+
1085
+ #: ../classes/column/media/exif-data.php:45
1086
+ msgid "ISO"
1087
+ msgstr "ISO"
1088
+
1089
+ #: ../classes/column/media/exif-data.php:46
1090
+ msgid "Shutter Speed"
1091
+ msgstr "سرعة مصراع"
1092
+
1093
+ #: ../classes/column/media/exif-data.php:47
1094
+ msgid "Title"
1095
+ msgstr "عنوان"
1096
+
1097
+ #: ../classes/column/media/file-name.php:19
1098
+ msgid "File name"
1099
+ msgstr "اسم ملف"
1100
+
1101
+ #: ../classes/column/media/file-size.php:19
1102
+ msgid "File size"
1103
+ msgstr "حجم ملف"
1104
+
1105
+ #: ../classes/column/media/full-path.php19,
1106
+ #: ../classes/column/media/full-path.php:92
1107
+ msgid "Full path"
1108
+ msgstr "مسار كامل"
1109
+
1110
+ #: ../classes/column/media/full-path.php:83
1111
+ msgid "Path scope"
1112
+ msgstr ""
1113
+
1114
+ #: ../classes/column/media/full-path.php:84
1115
+ msgid "Part of the file path to display"
1116
+ msgstr ""
1117
+
1118
+ #: ../classes/column/media/full-path.php:97
1119
+ msgid "Relative to domain"
1120
+ msgstr ""
1121
+
1122
+ #: ../classes/column/media/full-path.php:102
1123
+ msgid "Relative to main uploads folder "
1124
+ msgstr ""
1125
+
1126
+ #: ../classes/column/media/height.php:19
1127
+ msgid "Height"
1128
+ msgstr "إرتفاع"
1129
+
1130
+ #: ../classes/column/media/mime-type.php:19
1131
+ msgid "Mime type"
1132
+ msgstr "نوع Mime"
1133
+
1134
+ #: ../classes/column/post/attachment-count.php:19
1135
+ msgid "No. of Attachments"
1136
+ msgstr "عدد المرفقات"
1137
+
1138
+ #: ../classes/column/post/attachment.php:19
1139
+ msgid "Attachments"
1140
+ msgstr ""
1141
+
1142
+ #: ../classes/column/post/author-name.php:20
1143
+ msgid "Display Author As"
1144
+ msgstr "عرض الكاتب كـ"
1145
+
1146
+ #: ../classes/column/post/author-name.php:100
1147
+ msgid "View Public Author Page"
1148
+ msgstr ""
1149
+
1150
+ #: ../classes/column/post/author-name.php:102
1151
+ msgid "Page the author name should link to."
1152
+ msgstr ""
1153
+
1154
+ #: ../classes/column/post/before-moretag.php:19
1155
+ msgid "Before More Tag"
1156
+ msgstr "قبل وسم المزيد"
1157
+
1158
+ #: ../classes/column/post/comment-count.php:20
1159
+ msgid "Comment count"
1160
+ msgstr "عدد التعليقات"
1161
+
1162
+ #: ../classes/column/post/comment-count.php:34
1163
+ msgid "Total"
1164
+ msgstr "المجموع"
1165
+
1166
+ #: ../classes/column/post/comment-count.php:36
1167
+ msgid "Pending"
1168
+ msgstr "بالانتظار"
1169
+
1170
+ #: ../classes/column/post/comment-count.php:37
1171
+ msgid "Spam"
1172
+ msgstr "مزعج"
1173
+
1174
+ #: ../classes/column/post/comment-count.php:38
1175
+ msgid "Trash"
1176
+ msgstr "المهملات"
1177
+
1178
+ #: ../classes/column/post/comment-count.php99,
1179
+ #: ../classes/column/post/comment-status.php:20
1180
+ msgid "Comment status"
1181
+ msgstr "حالة التعليق"
1182
+
1183
+ #: ../classes/column/post/comment-count.php:99
1184
+ msgid "Select which comment status you like to display."
1185
+ msgstr "اختر حالة التعليق الذي تريد عرضه."
1186
+
1187
+ #: ../classes/column/post/depth.php:19
1188
+ msgid "Depth"
1189
+ msgstr ""
1190
+
1191
+ #: ../classes/column/post/estimated-reading-time.php:19
1192
+ msgid "Estimated Reading Time"
1193
+ msgstr ""
1194
+
1195
+ #: ../classes/column/post/estimated-reading-time.php:66
1196
+ msgid "second"
1197
+ msgid_plural "seconds"
1198
+ msgstr[0] ""
1199
+ msgstr[1] ""
1200
+ msgstr[2] ""
1201
+ msgstr[3] ""
1202
+ msgstr[4] ""
1203
+ msgstr[5] ""
1204
+
1205
+ #: ../classes/column/post/estimated-reading-time.php:69
1206
+ msgid "minute"
1207
+ msgid_plural "minutes"
1208
+ msgstr[0] ""
1209
+ msgstr[1] ""
1210
+ msgstr[2] ""
1211
+ msgstr[3] ""
1212
+ msgstr[4] ""
1213
+ msgstr[5] ""
1214
+
1215
+ #: ../classes/column/post/estimated-reading-time.php:107
1216
+ msgid "Words per minute"
1217
+ msgstr ""
1218
+
1219
+ #: ../classes/column/post/estimated-reading-time.php:108
1220
+ msgid "Estimated reading time in words per minute"
1221
+ msgstr ""
1222
+
1223
+ #: ../classes/column/post/featured-image.php:19
1224
+ msgid "Featured Image"
1225
+ msgstr "الصورة المميزة"
1226
+
1227
+ #: ../classes/column/post/formats.php:19
1228
+ msgid "Post Format"
1229
+ msgstr "تنسيق التدوينة"
1230
+
1231
+ #: ../classes/column/post/last-modified-author.php:20
1232
+ msgid "Last Modified Author"
1233
+ msgstr ""
1234
+
1235
+ #: ../classes/column/post/modified.php:19
1236
+ msgid "Last modified"
1237
+ msgstr "آخر تحديث"
1238
+
1239
+ #: ../classes/column/post/order.php:19
1240
+ msgid "Order"
1241
+ msgstr ""
1242
+
1243
+ #: ../classes/column/post/page-template.php:19
1244
+ msgid "Page Template"
1245
+ msgstr "قالب الصفحة"
1246
+
1247
+ #: ../classes/column/post/parent.php:19
1248
+ msgid "Parent"
1249
+ msgstr "الأب"
1250
+
1251
+ #: ../classes/column/post/path.php:19
1252
+ msgid "Path"
1253
+ msgstr ""
1254
+
1255
+ #: ../classes/column/post/permalink.php:19
1256
+ msgid "Permalink"
1257
+ msgstr ""
1258
+
1259
+ #: ../classes/column/post/permalink.php:68
1260
+ msgid "Link to post"
1261
+ msgstr ""
1262
+
1263
+ #: ../classes/column/post/permalink.php:68
1264
+ msgid "This will make the permalink clickable."
1265
+ msgstr ""
1266
+
1267
+ #: ../classes/column/post/ping-status.php:19
1268
+ msgid "Ping status"
1269
+ msgstr "حالة التنبيه"
1270
+
1271
+ #: ../classes/column/post/roles.php:19
1272
+ msgid "Roles"
1273
+ msgstr "الأدوار"
1274
+
1275
+ #: ../classes/column/post/shortcodes.php:19
1276
+ msgid "Shortcodes"
1277
+ msgstr ""
1278
+
1279
+ #: ../classes/column/post/slug.php:19
1280
+ msgid "Slug"
1281
+ msgstr "الاسم اللطيف"
1282
+
1283
+ #: ../classes/column/post/status.php:21
1284
+ msgid "Status"
1285
+ msgstr "الحالة"
1286
+
1287
+ #: ../classes/column/post/sticky.php:19
1288
+ msgid "Sticky"
1289
+ msgstr "لاصق"
1290
+
1291
+ #: ../classes/column/post/title-raw.php:19
1292
+ msgid "Title without actions"
1293
+ msgstr ""
1294
+
1295
+ #: ../classes/column/link/length.php:19
1296
+ msgid "Length"
1297
+ msgstr "طول"
1298
+
1299
+ #: ../classes/column/link/notes.php:19
1300
+ msgid "Notes"
1301
+ msgstr "ملاحظات"
1302
+
1303
+ #: ../classes/column/link/owner.php:19
1304
+ msgid "Owner"
1305
+ msgstr "مالك"
1306
+
1307
+ #: ../classes/column/link/rss.php:19
1308
+ msgid "Rss"
1309
+ msgstr "Rss"
1310
+
1311
+ #: ../classes/column/link/target.php:19
1312
+ msgid "Target"
1313
+ msgstr "هدف"
1314
+
1315
+ #: ../classes/column/user/display-name.php:19
1316
+ msgid "Display name"
1317
+ msgstr ""
1318
+
1319
+ #: ../classes/column/user/first-name.php:19
1320
+ msgid "First name"
1321
+ msgstr "الاسم الأول"
1322
+
1323
+ #: ../classes/column/user/last-name.php:19
1324
+ msgid "Last name"
1325
+ msgstr "الاسم الأخير"
1326
+
1327
+ #: ../classes/column/user/post-count.php:19
1328
+ msgid "Post Count"
1329
+ msgstr "عدد التدوينات"
1330
+
1331
+ #: ../classes/column/user/post-count.php:89
1332
+ msgid "Post Type"
1333
+ msgstr "نوع تدوبنة"
1334
+
1335
+ #: ../classes/column/user/registered.php:19
1336
+ msgid "Registered"
1337
+ msgstr "مسجل"
1338
+
1339
+ #: ../classes/column/user/rich-editing.php:19
1340
+ msgid "Visual Editor"
1341
+ msgstr ""
1342
+
1343
+ #: ../classes/column/user/url.php:19
1344
+ msgid "Url"
1345
+ msgstr "عنوان موقع"
languages/codepress-admin-columns-da_DK.po ADDED
@@ -0,0 +1,1337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # Mikkel Breum <mikkel@wpkitchen.com>, 2013
5
+ # Morten Dalgaard Johansen <support@iosoftgame.com>, 2013
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Admin Columns\n"
9
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
10
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
11
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
12
+ "Language-Team: Danish (Denmark) (http://www.transifex.com/codepress/admin-columns/language/da_DK/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: da_DK\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+
24
+ #: ../codepress-admin-columns.php:451
25
+ msgid "Edit columns"
26
+ msgstr "Rediger kolonner"
27
+
28
+ #: ../classes/addons.php:110
29
+ msgid "Plugins"
30
+ msgstr ""
31
+
32
+ #: ../classes/addons.php:135
33
+ msgid "Advanced Custom Fields"
34
+ msgstr ""
35
+
36
+ #: ../classes/addons.php:136
37
+ msgid ""
38
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
39
+ "seconds!"
40
+ msgstr ""
41
+
42
+ #: ../classes/addons.php:141
43
+ msgid "WooCommerce"
44
+ msgstr ""
45
+
46
+ #: ../classes/addons.php:142
47
+ msgid ""
48
+ "Enhance the products, orders and coupons overviews with new columns and "
49
+ "inline editing."
50
+ msgstr ""
51
+
52
+ #: ../classes/column.php:624
53
+ msgid "Thumbnail"
54
+ msgstr "Miniaturebillede"
55
+
56
+ #: ../classes/column.php:625
57
+ msgid "Medium"
58
+ msgstr "Medium"
59
+
60
+ #: ../classes/column.php:626
61
+ msgid "Large"
62
+ msgstr "Stor"
63
+
64
+ #: ../classes/column.php:627
65
+ msgid "Full"
66
+ msgstr "Fuld"
67
+
68
+ #: ../classes/column.php:1059
69
+ msgid "Exact match"
70
+ msgstr ""
71
+
72
+ #: ../classes/column.php:1060
73
+ msgid "Lesser than"
74
+ msgstr ""
75
+
76
+ #: ../classes/column.php:1061
77
+ msgid "Greater than"
78
+ msgstr ""
79
+
80
+ #: ../classes/column.php:1062
81
+ msgid "Between"
82
+ msgstr ""
83
+
84
+ #: ../classes/column.php:1089
85
+ msgid "Date Format"
86
+ msgstr "Datoformat"
87
+
88
+ #: ../classes/column.php:1090
89
+ msgid "This will determine how the date will be displayed."
90
+ msgstr "Dette vil bestmme hvordan datoen vil blive vist."
91
+
92
+ #: ../classes/column.php:1096
93
+ msgid "Example:"
94
+ msgstr "Eksempel:"
95
+
96
+ #: ../classes/column.php:1098
97
+ msgid ""
98
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
99
+ " format here</a>."
100
+ msgstr ""
101
+
102
+ #: ../classes/column.php:1099
103
+ msgid "Documentation on date and time formatting."
104
+ msgstr "Dokumentation for dato- og tidsformattering."
105
+
106
+ #: ../classes/column.php:1113
107
+ msgid "Excerpt length"
108
+ msgstr "Længden for uddrag"
109
+
110
+ #: ../classes/column.php:1114
111
+ msgid "Number of words"
112
+ msgstr "Antal ord"
113
+
114
+ #: ../classes/column.php:1132
115
+ msgid "Preview size"
116
+ msgstr "Forhåndsvisningsstørrelse"
117
+
118
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
119
+ msgid "Custom"
120
+ msgstr "Brugerdefineret"
121
+
122
+ #: ../classes/column.php1152, ../classes/column.php:1328
123
+ msgid "width"
124
+ msgstr "bredde"
125
+
126
+ #: ../classes/column.php:1155
127
+ msgid "height"
128
+ msgstr "højde"
129
+
130
+ #: ../classes/column.php:1167
131
+ msgid "Before"
132
+ msgstr "Før"
133
+
134
+ #: ../classes/column.php:1167
135
+ msgid "This text will appear before the custom field value."
136
+ msgstr "Denne tekst vil blive vist før den brugerdefineret værdi."
137
+
138
+ #: ../classes/column.php:1168
139
+ msgid "After"
140
+ msgstr "Efter"
141
+
142
+ #: ../classes/column.php:1168
143
+ msgid "This text will appear after the custom field value."
144
+ msgstr "Denne tekst vil blive vist efter den brugerdefineret værdi."
145
+
146
+ #: ../classes/column.php:1177
147
+ msgid "Display Name"
148
+ msgstr "Offentligt navn"
149
+
150
+ #: ../classes/column.php1178, ../classes/settings.php:733
151
+ msgid "First Name"
152
+ msgstr "Fornavn"
153
+
154
+ #: ../classes/column.php:1179
155
+ msgid "Last Name"
156
+ msgstr "Efternavn"
157
+
158
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
159
+ msgid "Nickname"
160
+ msgstr "Kaldenavn"
161
+
162
+ #: ../classes/column.php:1181
163
+ msgid "User Login"
164
+ msgstr "Brugerlogin"
165
+
166
+ #: ../classes/column.php:1182
167
+ msgid "User Email"
168
+ msgstr "Bruger e-mail"
169
+
170
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
171
+ msgid "User ID"
172
+ msgstr "Bruger ID"
173
+
174
+ #: ../classes/column.php:1184
175
+ msgid "First and Last Name"
176
+ msgstr "For- og efternavn"
177
+
178
+ #: ../classes/column.php:1187
179
+ msgid "Display format"
180
+ msgstr ""
181
+
182
+ #: ../classes/column.php:1187
183
+ msgid "This is the format of the author name."
184
+ msgstr "Dette er formattet for forfatterens navn"
185
+
186
+ #: ../classes/column.php:1350
187
+ msgid "Edit"
188
+ msgstr "Rediger"
189
+
190
+ #: ../classes/column.php1352, ../classes/column.php:1444
191
+ msgid "Clone"
192
+ msgstr ""
193
+
194
+ #: ../classes/column.php:1354
195
+ msgid "Remove"
196
+ msgstr "Fjern"
197
+
198
+ #: ../classes/column.php1372, ../classes/column.php1372,
199
+ #: ../classes/column/custom-field.php408,
200
+ #: ../classes/column/comment/type.php:13
201
+ msgid "Type"
202
+ msgstr "Type"
203
+
204
+ #: ../classes/column.php:1372
205
+ msgid "Choose a column type."
206
+ msgstr "Vælg en kolonne type."
207
+
208
+ #: ../classes/column.php:1372
209
+ msgid "Name"
210
+ msgstr ""
211
+
212
+ #: ../classes/column.php:1382
213
+ msgid "Label"
214
+ msgstr "Etikette"
215
+
216
+ #: ../classes/column.php:1382
217
+ msgid "This is the name which will appear as the column header."
218
+ msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
219
+
220
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
221
+ msgid "Width"
222
+ msgstr "Bredde"
223
+
224
+ #: ../classes/column.php:1391
225
+ msgid "default"
226
+ msgstr "standard"
227
+
228
+ #: ../classes/column.php:1392
229
+ msgid "auto"
230
+ msgstr ""
231
+
232
+ #: ../classes/column.php:1466
233
+ msgid "Property To Display"
234
+ msgstr ""
235
+
236
+ #: ../classes/column.php:1472
237
+ msgid "Post property to display for related post(s)."
238
+ msgstr ""
239
+
240
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
241
+ msgid "Link To"
242
+ msgstr ""
243
+
244
+ #: ../classes/column.php:1489
245
+ msgid "Edit Post Author"
246
+ msgstr ""
247
+
248
+ #: ../classes/column.php:1490
249
+ msgid "View Public Post Author Page"
250
+ msgstr ""
251
+
252
+ #: ../classes/column.php:1492
253
+ msgid "Page the posts should link to."
254
+ msgstr ""
255
+
256
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
257
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
258
+ msgid "Admin Columns"
259
+ msgstr "Admin Columns"
260
+
261
+ #: ../classes/review_notice.php:58
262
+ msgid "Admin Columns Pro"
263
+ msgstr ""
264
+
265
+ #: ../classes/review_notice.php:68
266
+ msgid "click here"
267
+ msgstr ""
268
+
269
+ #: ../classes/review_notice.php:72
270
+ msgid "Leave a review!"
271
+ msgstr ""
272
+
273
+ #: ../classes/review_notice.php:73
274
+ msgid "Permanently hide notice"
275
+ msgstr ""
276
+
277
+ #: ../classes/review_notice.php:80
278
+ msgid ""
279
+ "We're sorry to hear that; maybe we can help! If you're having problems "
280
+ "properly setting up %s or if you would like help with some more advanced "
281
+ "features, please visit our %s."
282
+ msgstr ""
283
+
284
+ #: ../classes/review_notice.php:82
285
+ msgid "documentation page"
286
+ msgstr ""
287
+
288
+ #: ../classes/review_notice.php:86
289
+ msgid ""
290
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
291
+ " to access product support through %s!"
292
+ msgstr ""
293
+
294
+ #: ../classes/review_notice.php:87
295
+ msgid "our forums"
296
+ msgstr ""
297
+
298
+ #: ../classes/review_notice.php:91
299
+ msgid "You can also find help on the %s, and %s."
300
+ msgstr ""
301
+
302
+ #: ../classes/review_notice.php:92
303
+ msgid "Admin Columns forums on WordPress.org"
304
+ msgstr ""
305
+
306
+ #: ../classes/review_notice.php:93
307
+ msgid "find answers to some frequently asked questions"
308
+ msgstr ""
309
+
310
+ #: ../classes/settings.php:113
311
+ msgid "Add-on successfully activated."
312
+ msgstr ""
313
+
314
+ #: ../classes/settings.php:116
315
+ msgid "Add-on successfully deactivated."
316
+ msgstr ""
317
+
318
+ #: ../classes/settings.php:170
319
+ msgid "Admin Columns Settings"
320
+ msgstr "Admin Kolonne Indstillinger"
321
+
322
+ #: ../classes/settings.php:228
323
+ msgid "%s column is already present and can not be duplicated."
324
+ msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
325
+
326
+ #: ../classes/settings.php:284
327
+ msgid "Default settings succesfully restored."
328
+ msgstr "Standard indstillinger gendannet med success."
329
+
330
+ #: ../classes/settings.php:301
331
+ msgid "Overview"
332
+ msgstr "Overblik"
333
+
334
+ #: ../classes/settings.php:304
335
+ msgid ""
336
+ "This plugin is for adding and removing additional columns to the "
337
+ "administration screens for post(types), pages, media library, comments, "
338
+ "links and users. Change the column's label and reorder them."
339
+ msgstr "Dette plugin er til at tilføje og fjerne tillægskolonner på administrationsskærme for indlægs(typer), sider, mediebibliotek, kommentarer, links og brugere. Ændre kolonnens etikette og rækkefølge."
340
+
341
+ #: ../classes/settings.php:307
342
+ msgid "Basics"
343
+ msgstr "Grundlæggende"
344
+
345
+ #: ../classes/settings.php:309
346
+ msgid "Change order"
347
+ msgstr "Ændre rækkefølge"
348
+
349
+ #: ../classes/settings.php:310
350
+ msgid ""
351
+ "By dragging the columns you can change the order which they will appear in."
352
+ msgstr "Ved at trække i kolonnerne kan du ændre rækkefølgen, som de bliver vist i."
353
+
354
+ #: ../classes/settings.php:311
355
+ msgid "Change label"
356
+ msgstr "Ændre etikette"
357
+
358
+ #: ../classes/settings.php:312
359
+ msgid ""
360
+ "By clicking on the triangle you will see the column options. Here you can "
361
+ "change each label of the columns heading."
362
+ msgstr "Ved at klikke på trekanten vil du se kolonne valgmuligheder. Her kan du vælge hver etikette for kolonnernes overskrift. "
363
+
364
+ #: ../classes/settings.php:313
365
+ msgid "Change column width"
366
+ msgstr "Ændre kolonnebredden"
367
+
368
+ #: ../classes/settings.php:314
369
+ msgid ""
370
+ "By clicking on the triangle you will see the column options. By using the "
371
+ "draggable slider you can set the width of the columns in percentages."
372
+ msgstr "Tryk på trekanten for at se indstillingsmulighederne. Benyt slideren for at indstille kolonnebredden."
373
+
374
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
375
+ #: ../classes/column/custom-field.php23,
376
+ #: ../classes/column/custom-field.php:391
377
+ msgid "Custom Field"
378
+ msgstr "Brugerdefineret felt"
379
+
380
+ #: ../classes/settings.php:320
381
+ msgid "'Custom Field' column"
382
+ msgstr "'Brugerdefineret felt' kolonne"
383
+
384
+ #: ../classes/settings.php:321
385
+ msgid ""
386
+ "The custom field colum uses the custom fields from posts and users. There "
387
+ "are 10 types which you can set."
388
+ msgstr "Den 'brugerdefineret felt' kolonne benytter brugerdefineret felter fra indlæg og brugere. Der er 10 typer som du kan sætte."
389
+
390
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
391
+ #: ../classes/column/custom-field.php:95
392
+ msgid "Default"
393
+ msgstr "Standard"
394
+
395
+ #: ../classes/settings.php:323
396
+ msgid ""
397
+ "Value: Can be either a string or array. Arrays will be flattened and values "
398
+ "are seperated by a ',' comma."
399
+ msgstr "Værdi: Kan være enten en tekststreng eller en tabel. Tabeller vil blive fladtrykt og værdier separeret ved et ',' komma."
400
+
401
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
402
+ #: ../classes/column/link/image.php:19
403
+ msgid "Image"
404
+ msgstr "Billede"
405
+
406
+ #: ../classes/settings.php:324
407
+ msgid ""
408
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
409
+ "comma )."
410
+ msgstr "Værdi: skal indeholde en billede URL eller vedhæftnings ID'er ( separeret ved et ',' komma )."
411
+
412
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
413
+ msgid "Excerpt"
414
+ msgstr "Uddrag"
415
+
416
+ #: ../classes/settings.php:325
417
+ msgid "Value: This will show the first 20 words of the Post content."
418
+ msgstr "Værdi: Dette vil vise de første 20 ord af indlæggets indhold."
419
+
420
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
421
+ msgid "Multiple Values"
422
+ msgstr "Flere værdier"
423
+
424
+ #: ../classes/settings.php:326
425
+ msgid ""
426
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
427
+ "array."
428
+ msgstr "Værdi: skal være en tabel. Dette vil fladtrykke enhver ( multi dimensionel ) tabel."
429
+
430
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
431
+ msgid "Numeric"
432
+ msgstr "Numerisk"
433
+
434
+ #: ../classes/settings.php:327
435
+ msgid ""
436
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
437
+ "for sorting, so you can sort your posts on numeric (custom field) values."
438
+ msgstr "Værdi: Kun tal.<br/>Hvis du har sorteringsudvidelsen vil dette blive brugt til sortering, så du kan sortere dine indlæg på numeriske (brugerdefineret felt) værdier."
439
+
440
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
441
+ #: ../classes/column/comment/date.php:19
442
+ msgid "Date"
443
+ msgstr "Dato"
444
+
445
+ #: ../classes/settings.php:328
446
+ msgid ""
447
+ "Value: Can be unix time stamp or a date format as described in the <a "
448
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
449
+ "href='%s'>general settings</a> page."
450
+ msgstr "Værdi: Kan være unix tidsstempel eller et datoformat som beskrevet i <a href='%s'>Codex</a>. Du kan ændre det viste datoformat på <a href='%s'>generalle indstillinger</a> siden."
451
+
452
+ #: ../classes/settings.php:329
453
+ msgid "Post Titles"
454
+ msgstr "Indlægstitler"
455
+
456
+ #: ../classes/settings.php:329
457
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
458
+ msgstr "Værdi: kan være ét eller flere indlægs ID'er (separeret med ',')"
459
+
460
+ #: ../classes/settings.php:330
461
+ msgid "Usernames"
462
+ msgstr "Brugernavne"
463
+
464
+ #: ../classes/settings.php:330
465
+ msgid "Value: can be one or more User ID's (seperated by ',')."
466
+ msgstr "Værdi: kan være ét eller flere bruger ID'er (separeret med ',')"
467
+
468
+ #: ../classes/settings.php:331
469
+ msgid "Checkmark"
470
+ msgstr "Flueben"
471
+
472
+ #: ../classes/settings.php:331
473
+ msgid "Value: should be a 1 (one) or 0 (zero)."
474
+ msgstr "Værdi: skal være 1 (en) eller 0 (nul)."
475
+
476
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
477
+ msgid "Color"
478
+ msgstr "Farve"
479
+
480
+ #: ../classes/settings.php:332
481
+ msgid "Value: hex value color, such as #808080."
482
+ msgstr "Værdi: hex værdi farve, for eksempel #808080."
483
+
484
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
485
+ msgid "Counter"
486
+ msgstr ""
487
+
488
+ #: ../classes/settings.php:333
489
+ msgid ""
490
+ "Value: Can be either a string or array. This will display a count of the "
491
+ "number of times the meta key is used by the item."
492
+ msgstr ""
493
+
494
+ #: ../classes/settings.php:422
495
+ msgid "Welcome to Admin Columns"
496
+ msgstr "Velkommen til Admin Columns"
497
+
498
+ #: ../classes/settings.php:425
499
+ msgid "Thank you for updating to the latest version!"
500
+ msgstr "Tak fordi du opdaterede til den seneste version!"
501
+
502
+ #: ../classes/settings.php:426
503
+ msgid ""
504
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
505
+ "like it."
506
+ msgstr "Admin Columns er mere poleret og behageligt end nogensinde før. Vi håber du kan lide det."
507
+
508
+ #: ../classes/settings.php:431
509
+ msgid "What’s New"
510
+ msgstr "Hvad er nyt"
511
+
512
+ #: ../classes/settings.php:432
513
+ msgid "Changelog"
514
+ msgstr "Ændringslog"
515
+
516
+ #: ../classes/settings.php:437
517
+ msgid "Important"
518
+ msgstr "Vigtigt"
519
+
520
+ #: ../classes/settings.php:439
521
+ msgid "Database Changes"
522
+ msgstr "Database ændringer"
523
+
524
+ #: ../classes/settings.php:440
525
+ msgid ""
526
+ "The database has been changed between versions 1 and 2. But we made sure you"
527
+ " can still roll back to version 1x without any issues."
528
+ msgstr "Databasen er blevet ændret mellem version 1 og 2. Vi har dog sikret at du stadig kan gå tilbage til version 1x uden nogen problemer."
529
+
530
+ #: ../classes/settings.php:443
531
+ msgid "Make sure you backup your database and then click"
532
+ msgstr "Vær sikker på at du tager backup af din database og derefter klikker"
533
+
534
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
535
+ msgid "Upgrade Database"
536
+ msgstr "Opgradér database"
537
+
538
+ #: ../classes/settings.php:446
539
+ msgid "Potential Issues"
540
+ msgstr "Mulige problemer"
541
+
542
+ #: ../classes/settings.php:447
543
+ msgid ""
544
+ "Do to the sizable refactoring the code, surounding Addons and "
545
+ "action/filters, your website may not operate correctly. It is important that"
546
+ " you read the full"
547
+ msgstr "På grund af den betydelige omstrukturering af koden omkring udvidelser og action/filters, vil din hjemmeside måske ikke fungerer korrekt. Det er vigtigt at du læser den fulde"
548
+
549
+ #: ../classes/settings.php:447
550
+ msgid "Migrating from v1 to v2"
551
+ msgstr "Migration fra v1 til v2"
552
+
553
+ #: ../classes/settings.php:447
554
+ msgid "guide to view the full list of changes."
555
+ msgstr "guide for at vise den fulde liste med ændringer."
556
+
557
+ #: ../classes/settings.php:447
558
+ msgid ""
559
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
560
+ "can fix it in the next release."
561
+ msgstr ""
562
+
563
+ #: ../classes/settings.php:450
564
+ msgid "Important!"
565
+ msgstr "Vigtigt!"
566
+
567
+ #: ../classes/settings.php:450
568
+ msgid ""
569
+ "If you updated the Admin Columns plugin without prior knowledge of such "
570
+ "changes, Please roll back to the latest"
571
+ msgstr "Hvis du har opdateret Admin Columns plugin uden tidligere viden om sådanne ændringer, venligst gå tilbage til den seneste"
572
+
573
+ #: ../classes/settings.php:450
574
+ msgid "version 1"
575
+ msgstr "version 1"
576
+
577
+ #: ../classes/settings.php:450
578
+ msgid "of this plugin."
579
+ msgstr "af dette plugin."
580
+
581
+ #: ../classes/settings.php:456
582
+ msgid "Changelog for"
583
+ msgstr "Ændringslog for"
584
+
585
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
586
+ msgid "Learn more"
587
+ msgstr "Lær mere"
588
+
589
+ #: ../classes/settings.php:481
590
+ msgid "Start using Admin Columns"
591
+ msgstr "Gå i gang med at bruge Admin Columns"
592
+
593
+ #: ../classes/settings.php:500
594
+ msgid "General Settings"
595
+ msgstr "Generelle indstillinger"
596
+
597
+ #: ../classes/settings.php:501
598
+ msgid "Customize your Admin Columns settings."
599
+ msgstr "Tilpas din Admin Columns indstillinger."
600
+
601
+ #: ../classes/settings.php:512
602
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
603
+ msgstr ""
604
+
605
+ #: ../classes/settings.php:559
606
+ msgid "Restore Settings"
607
+ msgstr "Gendan indstillinger"
608
+
609
+ #: ../classes/settings.php:560
610
+ msgid "This will delete all column settings and restore the default settings."
611
+ msgstr "Dette vil slette alle kolonneindstillinger og gendanne standardindstillingerne."
612
+
613
+ #: ../classes/settings.php:566
614
+ msgid "Restore default settings"
615
+ msgstr "Gendan standard indstillinger"
616
+
617
+ #: ../classes/settings.php:566
618
+ msgid ""
619
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
620
+ "undone. 'OK' to delete, 'Cancel' to stop"
621
+ msgstr ""
622
+
623
+ #: ../classes/settings.php:582
624
+ msgid "Posttypes"
625
+ msgstr ""
626
+
627
+ #: ../classes/settings.php:583
628
+ msgid "Others"
629
+ msgstr ""
630
+
631
+ #: ../classes/settings.php:584
632
+ msgid "Taxonomies"
633
+ msgstr ""
634
+
635
+ #: ../classes/settings.php:600
636
+ msgid "Settings"
637
+ msgstr "Indstillinger"
638
+
639
+ #: ../classes/settings.php:601
640
+ msgid "Add-ons"
641
+ msgstr ""
642
+
643
+ #: ../classes/settings.php:669
644
+ msgid ""
645
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
646
+ " admin panel."
647
+ msgstr ""
648
+
649
+ #: ../classes/settings.php:679
650
+ msgid "Store settings"
651
+ msgstr "Gem indstillinger"
652
+
653
+ #: ../classes/settings.php:687
654
+ msgid ""
655
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
656
+ " delete, 'Cancel' to stop"
657
+ msgstr ""
658
+
659
+ #: ../classes/settings.php:688
660
+ msgid "Restore"
661
+ msgstr "Gendan"
662
+
663
+ #: ../classes/settings.php:688
664
+ msgid "columns"
665
+ msgstr "kolonner"
666
+
667
+ #: ../classes/settings.php:707
668
+ msgid "Get Admin Columns Pro"
669
+ msgstr ""
670
+
671
+ #: ../classes/settings.php:711
672
+ msgid "Add Sorting"
673
+ msgstr "Tilføj sortering"
674
+
675
+ #: ../classes/settings.php:712
676
+ msgid "Add Filtering"
677
+ msgstr "Tilføj filtrering"
678
+
679
+ #: ../classes/settings.php:713
680
+ msgid "Add Import/Export"
681
+ msgstr "Tilføj import/eksport"
682
+
683
+ #: ../classes/settings.php:714
684
+ msgid "Add Direct Editing"
685
+ msgstr ""
686
+
687
+ #: ../classes/settings.php:717
688
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
689
+ msgstr ""
690
+
691
+ #: ../classes/settings.php:730
692
+ msgid "Subscribe to receive news &amp; updates below."
693
+ msgstr ""
694
+
695
+ #: ../classes/settings.php:737
696
+ msgid "Your Email"
697
+ msgstr ""
698
+
699
+ #: ../classes/settings.php:748
700
+ msgid "Are you happy with Admin Columns?"
701
+ msgstr ""
702
+
703
+ #: ../classes/settings.php:756
704
+ msgid "What's wrong? Need help? Let us know!"
705
+ msgstr ""
706
+
707
+ #: ../classes/settings.php:757
708
+ msgid ""
709
+ "Check out our extensive documentation, or you can open a support topic on "
710
+ "WordPress.org!"
711
+ msgstr ""
712
+
713
+ #: ../classes/settings.php:765
714
+ msgid "Docs"
715
+ msgstr ""
716
+
717
+ #: ../classes/settings.php:770
718
+ msgid "Forums"
719
+ msgstr ""
720
+
721
+ #: ../classes/settings.php:779
722
+ msgid "Woohoo! We're glad to hear that!"
723
+ msgstr ""
724
+
725
+ #: ../classes/settings.php:780
726
+ msgid ""
727
+ "We would really love it if you could show your appreciation by giving us a "
728
+ "rating on WordPress.org or tweet about Admin Columns!"
729
+ msgstr ""
730
+
731
+ #: ../classes/settings.php:784
732
+ msgid "Rate"
733
+ msgstr ""
734
+
735
+ #: ../classes/settings.php:795
736
+ msgid "Tweet"
737
+ msgstr ""
738
+
739
+ #: ../classes/settings.php:805
740
+ msgid "Buy Pro"
741
+ msgstr ""
742
+
743
+ #: ../classes/settings.php:817
744
+ msgid "Support"
745
+ msgstr "Hjælp"
746
+
747
+ #: ../classes/settings.php:820
748
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
749
+ msgstr "Tjek <strong>Hjælp</strong> sektionen i toppen til højre af skærmen."
750
+
751
+ #: ../classes/settings.php:823
752
+ msgid ""
753
+ "For full documentation, bug reports, feature suggestions and other tips <a "
754
+ "href='%s'>visit the Admin Columns website</a>"
755
+ msgstr "For fuld dokumentation, fejlrapporter, forslag til funktioner og andre tips <a href='%s'>besøg Admin Columns hjemmeside</a>"
756
+
757
+ #: ../classes/settings.php:852
758
+ msgid "Drag and drop to reorder"
759
+ msgstr "Træk og slip for at ændre rækkefølgen"
760
+
761
+ #: ../classes/settings.php:855
762
+ msgid "Add Column"
763
+ msgstr "Tilføj kolonne"
764
+
765
+ #: ../classes/settings.php:936
766
+ msgid "Active"
767
+ msgstr ""
768
+
769
+ #: ../classes/settings.php:937
770
+ msgid "Deactivate"
771
+ msgstr ""
772
+
773
+ #: ../classes/settings.php:944
774
+ msgid "Installed"
775
+ msgstr ""
776
+
777
+ #: ../classes/settings.php:945
778
+ msgid "Activate"
779
+ msgstr ""
780
+
781
+ #: ../classes/settings.php:959
782
+ msgid "Download & Install"
783
+ msgstr ""
784
+
785
+ #: ../classes/settings.php:964
786
+ msgid "Get this add-on"
787
+ msgstr ""
788
+
789
+ #: ../classes/storage_model.php:262
790
+ msgid "settings succesfully restored."
791
+ msgstr "indstillinger er gendannet med success."
792
+
793
+ #: ../classes/storage_model.php:278
794
+ msgid "No columns settings available."
795
+ msgstr "Ingen kolonneindstillinger tilgængelige."
796
+
797
+ #: ../classes/storage_model.php:299
798
+ msgid "You are trying to store the same settings for %s."
799
+ msgstr "Du forsøger at gemme samme indstillinger for %s."
800
+
801
+ #: ../classes/storage_model.php:303
802
+ msgid "Settings for %s updated successfully."
803
+ msgstr ""
804
+
805
+ #: ../classes/storage_model.php:643
806
+ msgid "Columns by Plugins"
807
+ msgstr ""
808
+
809
+ #: ../classes/storage_model.php:862
810
+ msgid "View"
811
+ msgstr "Vis"
812
+
813
+ #: ../classes/upgrade.php:62
814
+ msgid ""
815
+ "The pro add-on is no longer supported. Please login to your account and "
816
+ "download Admin Columns Pro"
817
+ msgstr ""
818
+
819
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
820
+ msgid "Upgrade"
821
+ msgstr "Opgrader"
822
+
823
+ #: ../classes/upgrade.php:136
824
+ msgid "requires a database upgrade"
825
+ msgstr "en opgradering af databasen er påkrævet"
826
+
827
+ #: ../classes/upgrade.php:139
828
+ msgid "why?"
829
+ msgstr "hvorfor?"
830
+
831
+ #: ../classes/upgrade.php:140
832
+ msgid "Please"
833
+ msgstr "Venligst"
834
+
835
+ #: ../classes/upgrade.php:141
836
+ msgid "backup your database"
837
+ msgstr "tag backup af din database"
838
+
839
+ #: ../classes/upgrade.php:142
840
+ msgid "then click"
841
+ msgstr "derefter klik"
842
+
843
+ #: ../classes/upgrade.php:351
844
+ msgid "Migrating Column Settings"
845
+ msgstr "Migration af kolonne indstillinger"
846
+
847
+ #: ../classes/upgrade.php:387
848
+ msgid "No Upgrade Required"
849
+ msgstr "Ingen opgradering er påkrævet"
850
+
851
+ #: ../classes/upgrade.php:388
852
+ msgid "Return to welcome screen."
853
+ msgstr "Gå tilbage til velkomstskærmen."
854
+
855
+ #: ../classes/upgrade.php:406
856
+ msgid "Upgrade Complete!"
857
+ msgstr "Opgradering fuldført!"
858
+
859
+ #: ../classes/upgrade.php:406
860
+ msgid "Return to settings."
861
+ msgstr "Gå tilbage til indstillinger."
862
+
863
+ #: ../classes/upgrade.php:407
864
+ msgid "Error"
865
+ msgstr "Fejl"
866
+
867
+ #: ../classes/upgrade.php:408
868
+ msgid ""
869
+ "Sorry. Something went wrong during the upgrade process. Please report this "
870
+ "on the support forum."
871
+ msgstr "Beklager. Noget gik galt i opgraderingsprocessen. Venligst rapporter dette i support forummet."
872
+
873
+ #: ../classes/column/acf-placeholder.php:19
874
+ msgid "ACF Field"
875
+ msgstr ""
876
+
877
+ #: ../classes/column/acf-placeholder.php:35
878
+ msgid ""
879
+ "If you have a developer licence please download & install your ACF add-on "
880
+ "from the <a href='%s'>add-ons tab</a>."
881
+ msgstr ""
882
+
883
+ #: ../classes/column/acf-placeholder.php:38
884
+ msgid ""
885
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
886
+ "integeration, allowing you to easily display and edit ACF fields from within"
887
+ " your posts overview."
888
+ msgstr ""
889
+
890
+ #: ../classes/column/acf-placeholder.php:44
891
+ msgid "Find out more"
892
+ msgstr ""
893
+
894
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
895
+ msgid "Actions"
896
+ msgstr "Handlinger"
897
+
898
+ #: ../classes/column/actions.php:96
899
+ msgid "Use icons?"
900
+ msgstr ""
901
+
902
+ #: ../classes/column/actions.php:96
903
+ msgid "Use icons instead of text for displaying the actions."
904
+ msgstr ""
905
+
906
+ #: ../classes/column/custom-field.php:96
907
+ msgid "Checkmark (true/false)"
908
+ msgstr "Flueben (ja/nej)"
909
+
910
+ #: ../classes/column/custom-field.php:102
911
+ msgid "Media Library"
912
+ msgstr "Mediebibliotek"
913
+
914
+ #: ../classes/column/custom-field.php:105
915
+ msgid "Post Title (Post ID's)"
916
+ msgstr "Indlæg titel (Indlæg ID)"
917
+
918
+ #: ../classes/column/custom-field.php:106
919
+ msgid "Username (User ID's)"
920
+ msgstr "Brugernavn (Bruger ID'er)"
921
+
922
+ #: ../classes/column/custom-field.php:107
923
+ msgid "Term Name (Term ID's)"
924
+ msgstr ""
925
+
926
+ #: ../classes/column/custom-field.php:391
927
+ msgid "Select your custom field."
928
+ msgstr "Vælg dit brugerdefineret felt."
929
+
930
+ #: ../classes/column/custom-field.php:401
931
+ msgid "No custom fields available."
932
+ msgstr "Ingen brugerdefineret felter tilgængelige."
933
+
934
+ #: ../classes/column/custom-field.php:401
935
+ msgid "Please create a %s item first."
936
+ msgstr ""
937
+
938
+ #: ../classes/column/custom-field.php:408
939
+ msgid "Field Type"
940
+ msgstr "Felttype"
941
+
942
+ #: ../classes/column/custom-field.php:408
943
+ msgid "This will determine how the value will be displayed."
944
+ msgstr "Dette afgør hvordan værdien vil blive vist."
945
+
946
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
947
+ msgid "Taxonomy"
948
+ msgstr "Taksonomi"
949
+
950
+ #: ../classes/column/used-by-menu.php:20
951
+ msgid "Used by Menu"
952
+ msgstr ""
953
+
954
+ #: ../classes/column/used-by-menu.php:133
955
+ msgid "Link to menu"
956
+ msgstr ""
957
+
958
+ #: ../classes/column/used-by-menu.php:133
959
+ msgid "This will make the title link to the menu."
960
+ msgstr ""
961
+
962
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
963
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
964
+ msgid "ID"
965
+ msgstr "ID"
966
+
967
+ #: ../classes/column/comment/agent.php:19
968
+ msgid "Agent"
969
+ msgstr "Agent"
970
+
971
+ #: ../classes/column/comment/approved.php19,
972
+ #: ../classes/column/post/comment-count.php:35
973
+ msgid "Approved"
974
+ msgstr "Godkendt"
975
+
976
+ #: ../classes/column/comment/author-avatar.php:19
977
+ msgid "Avatar"
978
+ msgstr "Avatar"
979
+
980
+ #: ../classes/column/comment/author-email.php:19
981
+ msgid "Author email"
982
+ msgstr "Forfatter email"
983
+
984
+ #: ../classes/column/comment/author-ip.php:19
985
+ msgid "Author IP"
986
+ msgstr "Forfatter IP"
987
+
988
+ #: ../classes/column/comment/author-name.php:12
989
+ msgid "Author name"
990
+ msgstr ""
991
+
992
+ #: ../classes/column/comment/author-url.php:19
993
+ msgid "Author url"
994
+ msgstr "Forfatter webadresse"
995
+
996
+ #: ../classes/column/comment/author.php:19
997
+ msgid "Author"
998
+ msgstr "Forfatter"
999
+
1000
+ #: ../classes/column/comment/date-gmt.php:19
1001
+ msgid "Date GMT"
1002
+ msgstr "Dato GMT"
1003
+
1004
+ #: ../classes/column/comment/excerpt.php19,
1005
+ #: ../classes/column/post/content.php:19
1006
+ msgid "Content"
1007
+ msgstr ""
1008
+
1009
+ #: ../classes/column/comment/post.php:19
1010
+ msgid "Post"
1011
+ msgstr ""
1012
+
1013
+ #: ../classes/column/comment/reply-to.php:19
1014
+ msgid "In Reply To"
1015
+ msgstr "Som svar på"
1016
+
1017
+ #: ../classes/column/comment/user.php:11
1018
+ msgid "User"
1019
+ msgstr ""
1020
+
1021
+ #: ../classes/column/comment/word-count.php19,
1022
+ #: ../classes/column/post/word-count.php:19
1023
+ msgid "Word count"
1024
+ msgstr "Antal ord"
1025
+
1026
+ #: ../classes/column/media/alternate-text.php:19
1027
+ msgid "Alt"
1028
+ msgstr "Alt"
1029
+
1030
+ #: ../classes/column/media/attached-to.php:19
1031
+ msgid "Attached to post"
1032
+ msgstr ""
1033
+
1034
+ #: ../classes/column/media/available-sizes.php:20
1035
+ msgid "Available Sizes"
1036
+ msgstr "Tilgængelige størrelser"
1037
+
1038
+ #: ../classes/column/media/available-sizes.php:40
1039
+ msgid "full size"
1040
+ msgstr "fuld størrelse"
1041
+
1042
+ #: ../classes/column/media/caption.php19,
1043
+ #: ../classes/column/media/exif-data.php:41
1044
+ msgid "Caption"
1045
+ msgstr "Titeltekst"
1046
+
1047
+ #: ../classes/column/media/description.php19,
1048
+ #: ../classes/column/link/description.php19,
1049
+ #: ../classes/column/user/description.php:19
1050
+ msgid "Description"
1051
+ msgstr "Beskrivelse"
1052
+
1053
+ #: ../classes/column/media/dimensions.php:19
1054
+ msgid "Dimensions"
1055
+ msgstr "Mål"
1056
+
1057
+ #: ../classes/column/media/exif-data.php:19
1058
+ msgid "EXIF data"
1059
+ msgstr "EXIF data"
1060
+
1061
+ #: ../classes/column/media/exif-data.php:38
1062
+ msgid "Aperture"
1063
+ msgstr "Aperture"
1064
+
1065
+ #: ../classes/column/media/exif-data.php:39
1066
+ msgid "Credit"
1067
+ msgstr "Credit"
1068
+
1069
+ #: ../classes/column/media/exif-data.php:40
1070
+ msgid "Camera"
1071
+ msgstr "Kamera"
1072
+
1073
+ #: ../classes/column/media/exif-data.php:42
1074
+ msgid "Timestamp"
1075
+ msgstr "Timestamp"
1076
+
1077
+ #: ../classes/column/media/exif-data.php:43
1078
+ msgid "Copyright EXIF"
1079
+ msgstr "Copyright EXIF"
1080
+
1081
+ #: ../classes/column/media/exif-data.php:44
1082
+ msgid "Focal Length"
1083
+ msgstr "Focal Length"
1084
+
1085
+ #: ../classes/column/media/exif-data.php:45
1086
+ msgid "ISO"
1087
+ msgstr "ISO"
1088
+
1089
+ #: ../classes/column/media/exif-data.php:46
1090
+ msgid "Shutter Speed"
1091
+ msgstr "Shutter Speed"
1092
+
1093
+ #: ../classes/column/media/exif-data.php:47
1094
+ msgid "Title"
1095
+ msgstr "Title"
1096
+
1097
+ #: ../classes/column/media/file-name.php:19
1098
+ msgid "File name"
1099
+ msgstr "Filnavn"
1100
+
1101
+ #: ../classes/column/media/file-size.php:19
1102
+ msgid "File size"
1103
+ msgstr "Filstørrelse"
1104
+
1105
+ #: ../classes/column/media/full-path.php19,
1106
+ #: ../classes/column/media/full-path.php:92
1107
+ msgid "Full path"
1108
+ msgstr "Fuld sti"
1109
+
1110
+ #: ../classes/column/media/full-path.php:83
1111
+ msgid "Path scope"
1112
+ msgstr ""
1113
+
1114
+ #: ../classes/column/media/full-path.php:84
1115
+ msgid "Part of the file path to display"
1116
+ msgstr ""
1117
+
1118
+ #: ../classes/column/media/full-path.php:97
1119
+ msgid "Relative to domain"
1120
+ msgstr ""
1121
+
1122
+ #: ../classes/column/media/full-path.php:102
1123
+ msgid "Relative to main uploads folder "
1124
+ msgstr ""
1125
+
1126
+ #: ../classes/column/media/height.php:19
1127
+ msgid "Height"
1128
+ msgstr "Højde"
1129
+
1130
+ #: ../classes/column/media/mime-type.php:19
1131
+ msgid "Mime type"
1132
+ msgstr "Mime type"
1133
+
1134
+ #: ../classes/column/post/attachment-count.php:19
1135
+ msgid "No. of Attachments"
1136
+ msgstr "Antal vedhæftede filer"
1137
+
1138
+ #: ../classes/column/post/attachment.php:19
1139
+ msgid "Attachments"
1140
+ msgstr ""
1141
+
1142
+ #: ../classes/column/post/author-name.php:20
1143
+ msgid "Display Author As"
1144
+ msgstr "Vis forfatter som"
1145
+
1146
+ #: ../classes/column/post/author-name.php:100
1147
+ msgid "View Public Author Page"
1148
+ msgstr ""
1149
+
1150
+ #: ../classes/column/post/author-name.php:102
1151
+ msgid "Page the author name should link to."
1152
+ msgstr ""
1153
+
1154
+ #: ../classes/column/post/before-moretag.php:19
1155
+ msgid "Before More Tag"
1156
+ msgstr "Før mere-mærket"
1157
+
1158
+ #: ../classes/column/post/comment-count.php:20
1159
+ msgid "Comment count"
1160
+ msgstr "Antal kommentare"
1161
+
1162
+ #: ../classes/column/post/comment-count.php:34
1163
+ msgid "Total"
1164
+ msgstr "Total"
1165
+
1166
+ #: ../classes/column/post/comment-count.php:36
1167
+ msgid "Pending"
1168
+ msgstr "Afventende"
1169
+
1170
+ #: ../classes/column/post/comment-count.php:37
1171
+ msgid "Spam"
1172
+ msgstr "Spam"
1173
+
1174
+ #: ../classes/column/post/comment-count.php:38
1175
+ msgid "Trash"
1176
+ msgstr "Papirkurv"
1177
+
1178
+ #: ../classes/column/post/comment-count.php99,
1179
+ #: ../classes/column/post/comment-status.php:20
1180
+ msgid "Comment status"
1181
+ msgstr "Kommentar status"
1182
+
1183
+ #: ../classes/column/post/comment-count.php:99
1184
+ msgid "Select which comment status you like to display."
1185
+ msgstr "Vælg hvilken kommentarstatus du vil vise."
1186
+
1187
+ #: ../classes/column/post/depth.php:19
1188
+ msgid "Depth"
1189
+ msgstr ""
1190
+
1191
+ #: ../classes/column/post/estimated-reading-time.php:19
1192
+ msgid "Estimated Reading Time"
1193
+ msgstr ""
1194
+
1195
+ #: ../classes/column/post/estimated-reading-time.php:66
1196
+ msgid "second"
1197
+ msgid_plural "seconds"
1198
+ msgstr[0] ""
1199
+ msgstr[1] ""
1200
+
1201
+ #: ../classes/column/post/estimated-reading-time.php:69
1202
+ msgid "minute"
1203
+ msgid_plural "minutes"
1204
+ msgstr[0] ""
1205
+ msgstr[1] ""
1206
+
1207
+ #: ../classes/column/post/estimated-reading-time.php:107
1208
+ msgid "Words per minute"
1209
+ msgstr ""
1210
+
1211
+ #: ../classes/column/post/estimated-reading-time.php:108
1212
+ msgid "Estimated reading time in words per minute"
1213
+ msgstr ""
1214
+
1215
+ #: ../classes/column/post/featured-image.php:19
1216
+ msgid "Featured Image"
1217
+ msgstr "Udvalgt billede"
1218
+
1219
+ #: ../classes/column/post/formats.php:19
1220
+ msgid "Post Format"
1221
+ msgstr "Indlæg format"
1222
+
1223
+ #: ../classes/column/post/last-modified-author.php:20
1224
+ msgid "Last Modified Author"
1225
+ msgstr ""
1226
+
1227
+ #: ../classes/column/post/modified.php:19
1228
+ msgid "Last modified"
1229
+ msgstr "Sidst ændret"
1230
+
1231
+ #: ../classes/column/post/order.php:19
1232
+ msgid "Order"
1233
+ msgstr ""
1234
+
1235
+ #: ../classes/column/post/page-template.php:19
1236
+ msgid "Page Template"
1237
+ msgstr "Sideskabelon"
1238
+
1239
+ #: ../classes/column/post/parent.php:19
1240
+ msgid "Parent"
1241
+ msgstr "Forældre"
1242
+
1243
+ #: ../classes/column/post/path.php:19
1244
+ msgid "Path"
1245
+ msgstr ""
1246
+
1247
+ #: ../classes/column/post/permalink.php:19
1248
+ msgid "Permalink"
1249
+ msgstr ""
1250
+
1251
+ #: ../classes/column/post/permalink.php:68
1252
+ msgid "Link to post"
1253
+ msgstr ""
1254
+
1255
+ #: ../classes/column/post/permalink.php:68
1256
+ msgid "This will make the permalink clickable."
1257
+ msgstr ""
1258
+
1259
+ #: ../classes/column/post/ping-status.php:19
1260
+ msgid "Ping status"
1261
+ msgstr "Ping status"
1262
+
1263
+ #: ../classes/column/post/roles.php:19
1264
+ msgid "Roles"
1265
+ msgstr "Roller"
1266
+
1267
+ #: ../classes/column/post/shortcodes.php:19
1268
+ msgid "Shortcodes"
1269
+ msgstr ""
1270
+
1271
+ #: ../classes/column/post/slug.php:19
1272
+ msgid "Slug"
1273
+ msgstr "Kort titel"
1274
+
1275
+ #: ../classes/column/post/status.php:21
1276
+ msgid "Status"
1277
+ msgstr "Status"
1278
+
1279
+ #: ../classes/column/post/sticky.php:19
1280
+ msgid "Sticky"
1281
+ msgstr "Opslag"
1282
+
1283
+ #: ../classes/column/post/title-raw.php:19
1284
+ msgid "Title without actions"
1285
+ msgstr ""
1286
+
1287
+ #: ../classes/column/link/length.php:19
1288
+ msgid "Length"
1289
+ msgstr "Længde"
1290
+
1291
+ #: ../classes/column/link/notes.php:19
1292
+ msgid "Notes"
1293
+ msgstr "Noter"
1294
+
1295
+ #: ../classes/column/link/owner.php:19
1296
+ msgid "Owner"
1297
+ msgstr "Ejer"
1298
+
1299
+ #: ../classes/column/link/rss.php:19
1300
+ msgid "Rss"
1301
+ msgstr "Rss"
1302
+
1303
+ #: ../classes/column/link/target.php:19
1304
+ msgid "Target"
1305
+ msgstr "Mål"
1306
+
1307
+ #: ../classes/column/user/display-name.php:19
1308
+ msgid "Display name"
1309
+ msgstr ""
1310
+
1311
+ #: ../classes/column/user/first-name.php:19
1312
+ msgid "First name"
1313
+ msgstr "Fornavn"
1314
+
1315
+ #: ../classes/column/user/last-name.php:19
1316
+ msgid "Last name"
1317
+ msgstr "Efternavn"
1318
+
1319
+ #: ../classes/column/user/post-count.php:19
1320
+ msgid "Post Count"
1321
+ msgstr "Antal indlæg"
1322
+
1323
+ #: ../classes/column/user/post-count.php:89
1324
+ msgid "Post Type"
1325
+ msgstr "Indlægstype"
1326
+
1327
+ #: ../classes/column/user/registered.php:19
1328
+ msgid "Registered"
1329
+ msgstr "Registreret"
1330
+
1331
+ #: ../classes/column/user/rich-editing.php:19
1332
+ msgid "Visual Editor"
1333
+ msgstr ""
1334
+
1335
+ #: ../classes/column/user/url.php:19
1336
+ msgid "Url"
1337
+ msgstr "Webadresse"
languages/codepress-admin-columns-es_ES.po ADDED
@@ -0,0 +1,1336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # redywebs <correo.1@redywebs.com>, 2013
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Admin Columns\n"
8
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
9
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
10
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
11
+ "Language-Team: Spanish (Spain) (http://www.transifex.com/codepress/admin-columns/language/es_ES/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: es_ES\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
21
+ "X-Poedit-SourceCharset: UTF-8\n"
22
+
23
+ #: ../codepress-admin-columns.php:451
24
+ msgid "Edit columns"
25
+ msgstr "Editar columnas"
26
+
27
+ #: ../classes/addons.php:110
28
+ msgid "Plugins"
29
+ msgstr ""
30
+
31
+ #: ../classes/addons.php:135
32
+ msgid "Advanced Custom Fields"
33
+ msgstr "Campos Personalizados Avanzados"
34
+
35
+ #: ../classes/addons.php:136
36
+ msgid ""
37
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
38
+ "seconds!"
39
+ msgstr "¡Mostrar y editar los campos de Campos Personalizados Avanzados en el resumen de posts en segundos!"
40
+
41
+ #: ../classes/addons.php:141
42
+ msgid "WooCommerce"
43
+ msgstr ""
44
+
45
+ #: ../classes/addons.php:142
46
+ msgid ""
47
+ "Enhance the products, orders and coupons overviews with new columns and "
48
+ "inline editing."
49
+ msgstr ""
50
+
51
+ #: ../classes/column.php:624
52
+ msgid "Thumbnail"
53
+ msgstr "Miniatura"
54
+
55
+ #: ../classes/column.php:625
56
+ msgid "Medium"
57
+ msgstr "Medio"
58
+
59
+ #: ../classes/column.php:626
60
+ msgid "Large"
61
+ msgstr "Largo"
62
+
63
+ #: ../classes/column.php:627
64
+ msgid "Full"
65
+ msgstr "Completo"
66
+
67
+ #: ../classes/column.php:1059
68
+ msgid "Exact match"
69
+ msgstr ""
70
+
71
+ #: ../classes/column.php:1060
72
+ msgid "Lesser than"
73
+ msgstr ""
74
+
75
+ #: ../classes/column.php:1061
76
+ msgid "Greater than"
77
+ msgstr ""
78
+
79
+ #: ../classes/column.php:1062
80
+ msgid "Between"
81
+ msgstr ""
82
+
83
+ #: ../classes/column.php:1089
84
+ msgid "Date Format"
85
+ msgstr "Formato de Fecha"
86
+
87
+ #: ../classes/column.php:1090
88
+ msgid "This will determine how the date will be displayed."
89
+ msgstr "Esto determinará cómo la fecha se mostrará."
90
+
91
+ #: ../classes/column.php:1096
92
+ msgid "Example:"
93
+ msgstr "Ejemplo:"
94
+
95
+ #: ../classes/column.php:1098
96
+ msgid ""
97
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
98
+ " format here</a>."
99
+ msgstr ""
100
+
101
+ #: ../classes/column.php:1099
102
+ msgid "Documentation on date and time formatting."
103
+ msgstr "Documentación en formato de fecha y hora."
104
+
105
+ #: ../classes/column.php:1113
106
+ msgid "Excerpt length"
107
+ msgstr "Tamaño de extracto"
108
+
109
+ #: ../classes/column.php:1114
110
+ msgid "Number of words"
111
+ msgstr "Número de palabras"
112
+
113
+ #: ../classes/column.php:1132
114
+ msgid "Preview size"
115
+ msgstr "Tamaño de vista previa"
116
+
117
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
118
+ msgid "Custom"
119
+ msgstr "Personalizado"
120
+
121
+ #: ../classes/column.php1152, ../classes/column.php:1328
122
+ msgid "width"
123
+ msgstr "ancho"
124
+
125
+ #: ../classes/column.php:1155
126
+ msgid "height"
127
+ msgstr "largo"
128
+
129
+ #: ../classes/column.php:1167
130
+ msgid "Before"
131
+ msgstr "Antes"
132
+
133
+ #: ../classes/column.php:1167
134
+ msgid "This text will appear before the custom field value."
135
+ msgstr "Este texto aparecerá antes del valor del campo personalizado."
136
+
137
+ #: ../classes/column.php:1168
138
+ msgid "After"
139
+ msgstr "Después"
140
+
141
+ #: ../classes/column.php:1168
142
+ msgid "This text will appear after the custom field value."
143
+ msgstr "Este texto aparecerá después del valor del campo personalizado."
144
+
145
+ #: ../classes/column.php:1177
146
+ msgid "Display Name"
147
+ msgstr "Nombre a Mostrar"
148
+
149
+ #: ../classes/column.php1178, ../classes/settings.php:733
150
+ msgid "First Name"
151
+ msgstr "Primer Nombre"
152
+
153
+ #: ../classes/column.php:1179
154
+ msgid "Last Name"
155
+ msgstr "Apellido"
156
+
157
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
158
+ msgid "Nickname"
159
+ msgstr "Alias"
160
+
161
+ #: ../classes/column.php:1181
162
+ msgid "User Login"
163
+ msgstr "Nombre de Usuario"
164
+
165
+ #: ../classes/column.php:1182
166
+ msgid "User Email"
167
+ msgstr "Email de Usuario"
168
+
169
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
170
+ msgid "User ID"
171
+ msgstr "ID de Usuario"
172
+
173
+ #: ../classes/column.php:1184
174
+ msgid "First and Last Name"
175
+ msgstr "Primer Nombre y Apellido"
176
+
177
+ #: ../classes/column.php:1187
178
+ msgid "Display format"
179
+ msgstr ""
180
+
181
+ #: ../classes/column.php:1187
182
+ msgid "This is the format of the author name."
183
+ msgstr "Esto es el formato del nombre del autor."
184
+
185
+ #: ../classes/column.php:1350
186
+ msgid "Edit"
187
+ msgstr "Editar"
188
+
189
+ #: ../classes/column.php1352, ../classes/column.php:1444
190
+ msgid "Clone"
191
+ msgstr ""
192
+
193
+ #: ../classes/column.php:1354
194
+ msgid "Remove"
195
+ msgstr "Borrar"
196
+
197
+ #: ../classes/column.php1372, ../classes/column.php1372,
198
+ #: ../classes/column/custom-field.php408,
199
+ #: ../classes/column/comment/type.php:13
200
+ msgid "Type"
201
+ msgstr "Tipo"
202
+
203
+ #: ../classes/column.php:1372
204
+ msgid "Choose a column type."
205
+ msgstr "Escoger un tipo de columna."
206
+
207
+ #: ../classes/column.php:1372
208
+ msgid "Name"
209
+ msgstr ""
210
+
211
+ #: ../classes/column.php:1382
212
+ msgid "Label"
213
+ msgstr "Etiqueta"
214
+
215
+ #: ../classes/column.php:1382
216
+ msgid "This is the name which will appear as the column header."
217
+ msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
218
+
219
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
220
+ msgid "Width"
221
+ msgstr "Ancho"
222
+
223
+ #: ../classes/column.php:1391
224
+ msgid "default"
225
+ msgstr "por defecto"
226
+
227
+ #: ../classes/column.php:1392
228
+ msgid "auto"
229
+ msgstr ""
230
+
231
+ #: ../classes/column.php:1466
232
+ msgid "Property To Display"
233
+ msgstr ""
234
+
235
+ #: ../classes/column.php:1472
236
+ msgid "Post property to display for related post(s)."
237
+ msgstr ""
238
+
239
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
240
+ msgid "Link To"
241
+ msgstr ""
242
+
243
+ #: ../classes/column.php:1489
244
+ msgid "Edit Post Author"
245
+ msgstr ""
246
+
247
+ #: ../classes/column.php:1490
248
+ msgid "View Public Post Author Page"
249
+ msgstr ""
250
+
251
+ #: ../classes/column.php:1492
252
+ msgid "Page the posts should link to."
253
+ msgstr ""
254
+
255
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
256
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
257
+ msgid "Admin Columns"
258
+ msgstr "Admin Columns"
259
+
260
+ #: ../classes/review_notice.php:58
261
+ msgid "Admin Columns Pro"
262
+ msgstr ""
263
+
264
+ #: ../classes/review_notice.php:68
265
+ msgid "click here"
266
+ msgstr ""
267
+
268
+ #: ../classes/review_notice.php:72
269
+ msgid "Leave a review!"
270
+ msgstr ""
271
+
272
+ #: ../classes/review_notice.php:73
273
+ msgid "Permanently hide notice"
274
+ msgstr ""
275
+
276
+ #: ../classes/review_notice.php:80
277
+ msgid ""
278
+ "We're sorry to hear that; maybe we can help! If you're having problems "
279
+ "properly setting up %s or if you would like help with some more advanced "
280
+ "features, please visit our %s."
281
+ msgstr ""
282
+
283
+ #: ../classes/review_notice.php:82
284
+ msgid "documentation page"
285
+ msgstr ""
286
+
287
+ #: ../classes/review_notice.php:86
288
+ msgid ""
289
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
290
+ " to access product support through %s!"
291
+ msgstr ""
292
+
293
+ #: ../classes/review_notice.php:87
294
+ msgid "our forums"
295
+ msgstr ""
296
+
297
+ #: ../classes/review_notice.php:91
298
+ msgid "You can also find help on the %s, and %s."
299
+ msgstr ""
300
+
301
+ #: ../classes/review_notice.php:92
302
+ msgid "Admin Columns forums on WordPress.org"
303
+ msgstr ""
304
+
305
+ #: ../classes/review_notice.php:93
306
+ msgid "find answers to some frequently asked questions"
307
+ msgstr ""
308
+
309
+ #: ../classes/settings.php:113
310
+ msgid "Add-on successfully activated."
311
+ msgstr "Add-on activado satisfactoriamente."
312
+
313
+ #: ../classes/settings.php:116
314
+ msgid "Add-on successfully deactivated."
315
+ msgstr "Add-on desactivado satisfactoriamente."
316
+
317
+ #: ../classes/settings.php:170
318
+ msgid "Admin Columns Settings"
319
+ msgstr "Ajustes de Admin Columns"
320
+
321
+ #: ../classes/settings.php:228
322
+ msgid "%s column is already present and can not be duplicated."
323
+ msgstr "%s columna está ya presente y no puede ser duplicada."
324
+
325
+ #: ../classes/settings.php:284
326
+ msgid "Default settings succesfully restored."
327
+ msgstr "Ajustes por defecto restaurados satisfactoriamente."
328
+
329
+ #: ../classes/settings.php:301
330
+ msgid "Overview"
331
+ msgstr "Resumen"
332
+
333
+ #: ../classes/settings.php:304
334
+ msgid ""
335
+ "This plugin is for adding and removing additional columns to the "
336
+ "administration screens for post(types), pages, media library, comments, "
337
+ "links and users. Change the column's label and reorder them."
338
+ msgstr "Este plugin es para adicionar y borrar columnas adicionales a las pantallas de administración para posts (tipos), páginas, librería de media, comentarios, enlaces y usuarios. Cambie la etiqueta de las columnas y reordénelas."
339
+
340
+ #: ../classes/settings.php:307
341
+ msgid "Basics"
342
+ msgstr "Fundamentos"
343
+
344
+ #: ../classes/settings.php:309
345
+ msgid "Change order"
346
+ msgstr "Cambiar orden"
347
+
348
+ #: ../classes/settings.php:310
349
+ msgid ""
350
+ "By dragging the columns you can change the order which they will appear in."
351
+ msgstr "Al arrastrar las columnas usted puede cambiar el orden en las que aparecerán."
352
+
353
+ #: ../classes/settings.php:311
354
+ msgid "Change label"
355
+ msgstr "Cambiar etiqueta"
356
+
357
+ #: ../classes/settings.php:312
358
+ msgid ""
359
+ "By clicking on the triangle you will see the column options. Here you can "
360
+ "change each label of the columns heading."
361
+ msgstr "Al hacer clic en el triángulo verá las opciones de la columna. Aquí puede cambiar cada etiqueta del encabezado de las columnas."
362
+
363
+ #: ../classes/settings.php:313
364
+ msgid "Change column width"
365
+ msgstr "Cambiar ancho de columna"
366
+
367
+ #: ../classes/settings.php:314
368
+ msgid ""
369
+ "By clicking on the triangle you will see the column options. By using the "
370
+ "draggable slider you can set the width of the columns in percentages."
371
+ msgstr "Al hacer clic en el triángulo verá las opciones de la columna. Al usar el slider arrastrable puede establecer el ancho de las columnas en por ciento."
372
+
373
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
374
+ #: ../classes/column/custom-field.php23,
375
+ #: ../classes/column/custom-field.php:391
376
+ msgid "Custom Field"
377
+ msgstr "Campo Personalizado"
378
+
379
+ #: ../classes/settings.php:320
380
+ msgid "'Custom Field' column"
381
+ msgstr "Columna 'Campo Personalizado'"
382
+
383
+ #: ../classes/settings.php:321
384
+ msgid ""
385
+ "The custom field colum uses the custom fields from posts and users. There "
386
+ "are 10 types which you can set."
387
+ msgstr "La columna del campo personalizado utiliza los campos personalizados de los posts y los usuarios. Hay 10 tipos que puede establecer."
388
+
389
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
390
+ #: ../classes/column/custom-field.php:95
391
+ msgid "Default"
392
+ msgstr "Por Defecto"
393
+
394
+ #: ../classes/settings.php:323
395
+ msgid ""
396
+ "Value: Can be either a string or array. Arrays will be flattened and values "
397
+ "are seperated by a ',' comma."
398
+ msgstr "Valor: Puede ser una cadena o un arreglo. Los arreglos serán aplanados y los valores serán separados por una coma ','."
399
+
400
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
401
+ #: ../classes/column/link/image.php:19
402
+ msgid "Image"
403
+ msgstr "Imagen"
404
+
405
+ #: ../classes/settings.php:324
406
+ msgid ""
407
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
408
+ "comma )."
409
+ msgstr "Valor: debería contener una URL de imagen o IDs de Adjunto (separados por una coma ',')."
410
+
411
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
412
+ msgid "Excerpt"
413
+ msgstr "Extracto"
414
+
415
+ #: ../classes/settings.php:325
416
+ msgid "Value: This will show the first 20 words of the Post content."
417
+ msgstr "Valor: Esto mostrará las primeras 20 palabras del contenido del Post."
418
+
419
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
420
+ msgid "Multiple Values"
421
+ msgstr "Valores Múltiples"
422
+
423
+ #: ../classes/settings.php:326
424
+ msgid ""
425
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
426
+ "array."
427
+ msgstr "Valor: debería ser un arreglo. Esto aplanará cualquier arreglo (multidimensional)."
428
+
429
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
430
+ msgid "Numeric"
431
+ msgstr "Numérico"
432
+
433
+ #: ../classes/settings.php:327
434
+ msgid ""
435
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
436
+ "for sorting, so you can sort your posts on numeric (custom field) values."
437
+ msgstr "Valor: Enteros solamente. <br/> Si usted tiene el 'addon de ordenación' esto será utilizado para ordenar, por lo que puede ordenar sus posts sobre valores numéricos (campo personalizado)."
438
+
439
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
440
+ #: ../classes/column/comment/date.php:19
441
+ msgid "Date"
442
+ msgstr "Fecha"
443
+
444
+ #: ../classes/settings.php:328
445
+ msgid ""
446
+ "Value: Can be unix time stamp or a date format as described in the <a "
447
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
448
+ "href='%s'>general settings</a> page."
449
+ msgstr "Valor: Puede ser una marca de tiempo unix o un formato de fecha como se describe en <a href='%s'>Codex</a>.Usted puede cambiar el formato de fecha devuelto en la página de <a href='%s'>ajustes generales</a>"
450
+
451
+ #: ../classes/settings.php:329
452
+ msgid "Post Titles"
453
+ msgstr "Títulos de Post"
454
+
455
+ #: ../classes/settings.php:329
456
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
457
+ msgstr "Valor: puede ser uno o más IDs de Post (separados por ',')."
458
+
459
+ #: ../classes/settings.php:330
460
+ msgid "Usernames"
461
+ msgstr "Nombres de Usuario"
462
+
463
+ #: ../classes/settings.php:330
464
+ msgid "Value: can be one or more User ID's (seperated by ',')."
465
+ msgstr "Valor: puede ser uno o más IDs de Usuario (separados por ',')."
466
+
467
+ #: ../classes/settings.php:331
468
+ msgid "Checkmark"
469
+ msgstr "Marca de Verificación"
470
+
471
+ #: ../classes/settings.php:331
472
+ msgid "Value: should be a 1 (one) or 0 (zero)."
473
+ msgstr "Valor: debería ser un 1 (uno) o 0 (cero)."
474
+
475
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
476
+ msgid "Color"
477
+ msgstr "Color"
478
+
479
+ #: ../classes/settings.php:332
480
+ msgid "Value: hex value color, such as #808080."
481
+ msgstr "Valor: color de valor hex, ej. #808080."
482
+
483
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
484
+ msgid "Counter"
485
+ msgstr "Contador"
486
+
487
+ #: ../classes/settings.php:333
488
+ msgid ""
489
+ "Value: Can be either a string or array. This will display a count of the "
490
+ "number of times the meta key is used by the item."
491
+ msgstr "Valor: Puede ser una cadena o un arreglo. Esto mostrará la cantidad del número de tiempos que la clave meta es usada por el elemento."
492
+
493
+ #: ../classes/settings.php:422
494
+ msgid "Welcome to Admin Columns"
495
+ msgstr "Bienvenido a Admin Columns"
496
+
497
+ #: ../classes/settings.php:425
498
+ msgid "Thank you for updating to the latest version!"
499
+ msgstr "¡Gracias por actualizar a la última versión!"
500
+
501
+ #: ../classes/settings.php:426
502
+ msgid ""
503
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
504
+ "like it."
505
+ msgstr "Admin Columns está más pulido y es más disfrutable que nunca antes. Esperamos que le guste."
506
+
507
+ #: ../classes/settings.php:431
508
+ msgid "What’s New"
509
+ msgstr "Qué hay de Nuevo"
510
+
511
+ #: ../classes/settings.php:432
512
+ msgid "Changelog"
513
+ msgstr "Log de Cambio"
514
+
515
+ #: ../classes/settings.php:437
516
+ msgid "Important"
517
+ msgstr "Importante"
518
+
519
+ #: ../classes/settings.php:439
520
+ msgid "Database Changes"
521
+ msgstr "Cambios de Base de Datos"
522
+
523
+ #: ../classes/settings.php:440
524
+ msgid ""
525
+ "The database has been changed between versions 1 and 2. But we made sure you"
526
+ " can still roll back to version 1x without any issues."
527
+ msgstr "La base de datos ha sido cambiada entre las versiones 1 y 2. Pero nos aseguramos de que usted siempre pueda virar a la versión 1x sin ningún problema."
528
+
529
+ #: ../classes/settings.php:443
530
+ msgid "Make sure you backup your database and then click"
531
+ msgstr "Esté seguro de hacer una copia de seguridad a su base de datos y luego haga clic"
532
+
533
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
534
+ msgid "Upgrade Database"
535
+ msgstr "Actualizar Base de Datos"
536
+
537
+ #: ../classes/settings.php:446
538
+ msgid "Potential Issues"
539
+ msgstr "Problemas Potenciales"
540
+
541
+ #: ../classes/settings.php:447
542
+ msgid ""
543
+ "Do to the sizable refactoring the code, surounding Addons and "
544
+ "action/filters, your website may not operate correctly. It is important that"
545
+ " you read the full"
546
+ msgstr "Debido a la refactorización cambiable del código, de los Add-ons circundantes y las acciones/filtros, su sitio web puede no operar correctamente. Es importante que lea la completa"
547
+
548
+ #: ../classes/settings.php:447
549
+ msgid "Migrating from v1 to v2"
550
+ msgstr "Migración de v1 a v2"
551
+
552
+ #: ../classes/settings.php:447
553
+ msgid "guide to view the full list of changes."
554
+ msgstr "guía para ver la lista completa de cambios."
555
+
556
+ #: ../classes/settings.php:447
557
+ msgid ""
558
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
559
+ "can fix it in the next release."
560
+ msgstr ""
561
+
562
+ #: ../classes/settings.php:450
563
+ msgid "Important!"
564
+ msgstr "¡Importante!"
565
+
566
+ #: ../classes/settings.php:450
567
+ msgid ""
568
+ "If you updated the Admin Columns plugin without prior knowledge of such "
569
+ "changes, Please roll back to the latest"
570
+ msgstr "Si usted actualizó el plugin Admin Columns sin conocimiento previo de tales cambios, Por favor vire hacia atrás a la última"
571
+
572
+ #: ../classes/settings.php:450
573
+ msgid "version 1"
574
+ msgstr "versión 1"
575
+
576
+ #: ../classes/settings.php:450
577
+ msgid "of this plugin."
578
+ msgstr "de este plugin."
579
+
580
+ #: ../classes/settings.php:456
581
+ msgid "Changelog for"
582
+ msgstr "Log de cambios para "
583
+
584
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
585
+ msgid "Learn more"
586
+ msgstr "Ver más"
587
+
588
+ #: ../classes/settings.php:481
589
+ msgid "Start using Admin Columns"
590
+ msgstr "Comenzar a usar Admin Columns"
591
+
592
+ #: ../classes/settings.php:500
593
+ msgid "General Settings"
594
+ msgstr "Ajustes Generales"
595
+
596
+ #: ../classes/settings.php:501
597
+ msgid "Customize your Admin Columns settings."
598
+ msgstr "Personalice sus ajustes de Admin Columns."
599
+
600
+ #: ../classes/settings.php:512
601
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
602
+ msgstr ""
603
+
604
+ #: ../classes/settings.php:559
605
+ msgid "Restore Settings"
606
+ msgstr "Restaurar Ajustes"
607
+
608
+ #: ../classes/settings.php:560
609
+ msgid "This will delete all column settings and restore the default settings."
610
+ msgstr "Esto borrará todos los ajustes de columna y restaurará los ajustes por defecto."
611
+
612
+ #: ../classes/settings.php:566
613
+ msgid "Restore default settings"
614
+ msgstr "Restaurar ajustes por defecto"
615
+
616
+ #: ../classes/settings.php:566
617
+ msgid ""
618
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
619
+ "undone. 'OK' to delete, 'Cancel' to stop"
620
+ msgstr ""
621
+
622
+ #: ../classes/settings.php:582
623
+ msgid "Posttypes"
624
+ msgstr "Tipos de Post"
625
+
626
+ #: ../classes/settings.php:583
627
+ msgid "Others"
628
+ msgstr "Otros"
629
+
630
+ #: ../classes/settings.php:584
631
+ msgid "Taxonomies"
632
+ msgstr "Taxonomías"
633
+
634
+ #: ../classes/settings.php:600
635
+ msgid "Settings"
636
+ msgstr "Ajustes"
637
+
638
+ #: ../classes/settings.php:601
639
+ msgid "Add-ons"
640
+ msgstr "Add-ons"
641
+
642
+ #: ../classes/settings.php:669
643
+ msgid ""
644
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
645
+ " admin panel."
646
+ msgstr ""
647
+
648
+ #: ../classes/settings.php:679
649
+ msgid "Store settings"
650
+ msgstr "Almacenar ajustes"
651
+
652
+ #: ../classes/settings.php:687
653
+ msgid ""
654
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
655
+ " delete, 'Cancel' to stop"
656
+ msgstr ""
657
+
658
+ #: ../classes/settings.php:688
659
+ msgid "Restore"
660
+ msgstr "Restaurar"
661
+
662
+ #: ../classes/settings.php:688
663
+ msgid "columns"
664
+ msgstr "columnas"
665
+
666
+ #: ../classes/settings.php:707
667
+ msgid "Get Admin Columns Pro"
668
+ msgstr "Obtener Admin Columns Pro"
669
+
670
+ #: ../classes/settings.php:711
671
+ msgid "Add Sorting"
672
+ msgstr "Adicionar Ordenamiento"
673
+
674
+ #: ../classes/settings.php:712
675
+ msgid "Add Filtering"
676
+ msgstr "Adicionar Filtro"
677
+
678
+ #: ../classes/settings.php:713
679
+ msgid "Add Import/Export"
680
+ msgstr "Adicionar Importar/Exportar"
681
+
682
+ #: ../classes/settings.php:714
683
+ msgid "Add Direct Editing"
684
+ msgstr "Adicionar Edición Directa"
685
+
686
+ #: ../classes/settings.php:717
687
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
688
+ msgstr ""
689
+
690
+ #: ../classes/settings.php:730
691
+ msgid "Subscribe to receive news &amp; updates below."
692
+ msgstr ""
693
+
694
+ #: ../classes/settings.php:737
695
+ msgid "Your Email"
696
+ msgstr ""
697
+
698
+ #: ../classes/settings.php:748
699
+ msgid "Are you happy with Admin Columns?"
700
+ msgstr ""
701
+
702
+ #: ../classes/settings.php:756
703
+ msgid "What's wrong? Need help? Let us know!"
704
+ msgstr ""
705
+
706
+ #: ../classes/settings.php:757
707
+ msgid ""
708
+ "Check out our extensive documentation, or you can open a support topic on "
709
+ "WordPress.org!"
710
+ msgstr ""
711
+
712
+ #: ../classes/settings.php:765
713
+ msgid "Docs"
714
+ msgstr ""
715
+
716
+ #: ../classes/settings.php:770
717
+ msgid "Forums"
718
+ msgstr ""
719
+
720
+ #: ../classes/settings.php:779
721
+ msgid "Woohoo! We're glad to hear that!"
722
+ msgstr ""
723
+
724
+ #: ../classes/settings.php:780
725
+ msgid ""
726
+ "We would really love it if you could show your appreciation by giving us a "
727
+ "rating on WordPress.org or tweet about Admin Columns!"
728
+ msgstr ""
729
+
730
+ #: ../classes/settings.php:784
731
+ msgid "Rate"
732
+ msgstr ""
733
+
734
+ #: ../classes/settings.php:795
735
+ msgid "Tweet"
736
+ msgstr ""
737
+
738
+ #: ../classes/settings.php:805
739
+ msgid "Buy Pro"
740
+ msgstr ""
741
+
742
+ #: ../classes/settings.php:817
743
+ msgid "Support"
744
+ msgstr "Soporte"
745
+
746
+ #: ../classes/settings.php:820
747
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
748
+ msgstr "Vea la sección de <strong>Ayuda</strong> en la parte superior derecha de la pantalla."
749
+
750
+ #: ../classes/settings.php:823
751
+ msgid ""
752
+ "For full documentation, bug reports, feature suggestions and other tips <a "
753
+ "href='%s'>visit the Admin Columns website</a>"
754
+ msgstr "Para una documentación completa, reportes de bug, sugerencias de características y otros consejos <a href='%s'>visite el sitio web de Admin Columns</a>"
755
+
756
+ #: ../classes/settings.php:852
757
+ msgid "Drag and drop to reorder"
758
+ msgstr "Arrastre y suelte para reordenar"
759
+
760
+ #: ../classes/settings.php:855
761
+ msgid "Add Column"
762
+ msgstr "Adicionar Columna"
763
+
764
+ #: ../classes/settings.php:936
765
+ msgid "Active"
766
+ msgstr "Activo"
767
+
768
+ #: ../classes/settings.php:937
769
+ msgid "Deactivate"
770
+ msgstr "Inactivo"
771
+
772
+ #: ../classes/settings.php:944
773
+ msgid "Installed"
774
+ msgstr "Instalado"
775
+
776
+ #: ../classes/settings.php:945
777
+ msgid "Activate"
778
+ msgstr "Activar"
779
+
780
+ #: ../classes/settings.php:959
781
+ msgid "Download & Install"
782
+ msgstr "Descargar e Instalar"
783
+
784
+ #: ../classes/settings.php:964
785
+ msgid "Get this add-on"
786
+ msgstr "Obtener este add-on"
787
+
788
+ #: ../classes/storage_model.php:262
789
+ msgid "settings succesfully restored."
790
+ msgstr "ajustes restaurados satisfactoriamente."
791
+
792
+ #: ../classes/storage_model.php:278
793
+ msgid "No columns settings available."
794
+ msgstr "No hay ajustes de columnas disponibles."
795
+
796
+ #: ../classes/storage_model.php:299
797
+ msgid "You are trying to store the same settings for %s."
798
+ msgstr "Está tratando de almacenar los mismos ajustes para %s."
799
+
800
+ #: ../classes/storage_model.php:303
801
+ msgid "Settings for %s updated successfully."
802
+ msgstr ""
803
+
804
+ #: ../classes/storage_model.php:643
805
+ msgid "Columns by Plugins"
806
+ msgstr ""
807
+
808
+ #: ../classes/storage_model.php:862
809
+ msgid "View"
810
+ msgstr "Ver"
811
+
812
+ #: ../classes/upgrade.php:62
813
+ msgid ""
814
+ "The pro add-on is no longer supported. Please login to your account and "
815
+ "download Admin Columns Pro"
816
+ msgstr ""
817
+
818
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
819
+ msgid "Upgrade"
820
+ msgstr "Actualizar"
821
+
822
+ #: ../classes/upgrade.php:136
823
+ msgid "requires a database upgrade"
824
+ msgstr "requiere una actualización de la base de datos"
825
+
826
+ #: ../classes/upgrade.php:139
827
+ msgid "why?"
828
+ msgstr "¿Por qué?"
829
+
830
+ #: ../classes/upgrade.php:140
831
+ msgid "Please"
832
+ msgstr "Por favor"
833
+
834
+ #: ../classes/upgrade.php:141
835
+ msgid "backup your database"
836
+ msgstr "haga una copia de seguridad de su base de datos"
837
+
838
+ #: ../classes/upgrade.php:142
839
+ msgid "then click"
840
+ msgstr "luego haga clic"
841
+
842
+ #: ../classes/upgrade.php:351
843
+ msgid "Migrating Column Settings"
844
+ msgstr "Migrando Ajustes de Columna"
845
+
846
+ #: ../classes/upgrade.php:387
847
+ msgid "No Upgrade Required"
848
+ msgstr "No Hay Actualizaciones Obligatorias"
849
+
850
+ #: ../classes/upgrade.php:388
851
+ msgid "Return to welcome screen."
852
+ msgstr "Volver a la pantalla de bienvenida."
853
+
854
+ #: ../classes/upgrade.php:406
855
+ msgid "Upgrade Complete!"
856
+ msgstr "¡Actualización Completada!"
857
+
858
+ #: ../classes/upgrade.php:406
859
+ msgid "Return to settings."
860
+ msgstr "Volver a la configuración."
861
+
862
+ #: ../classes/upgrade.php:407
863
+ msgid "Error"
864
+ msgstr "Error"
865
+
866
+ #: ../classes/upgrade.php:408
867
+ msgid ""
868
+ "Sorry. Something went wrong during the upgrade process. Please report this "
869
+ "on the support forum."
870
+ msgstr "Lo sentimos. Algo salió mal durante el proceso de actualización. Por favor, reporte esto en el foro de soporte."
871
+
872
+ #: ../classes/column/acf-placeholder.php:19
873
+ msgid "ACF Field"
874
+ msgstr "Campo ACF"
875
+
876
+ #: ../classes/column/acf-placeholder.php:35
877
+ msgid ""
878
+ "If you have a developer licence please download & install your ACF add-on "
879
+ "from the <a href='%s'>add-ons tab</a>."
880
+ msgstr "Si tiene una licencia de desarrollador por favor baje e instale su add-on ACF de <a href='%s'>la pestaña de add-ons</a>."
881
+
882
+ #: ../classes/column/acf-placeholder.php:38
883
+ msgid ""
884
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
885
+ "integeration, allowing you to easily display and edit ACF fields from within"
886
+ " your posts overview."
887
+ msgstr "Admin Columns Pro - Developer ofrece una integración completa de Campos Personalizados Avanzados, permitiéndole mostrar y editar fácilmente campos ACF desde el resumen de sus posts."
888
+
889
+ #: ../classes/column/acf-placeholder.php:44
890
+ msgid "Find out more"
891
+ msgstr "Descubra más"
892
+
893
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
894
+ msgid "Actions"
895
+ msgstr "Acciones"
896
+
897
+ #: ../classes/column/actions.php:96
898
+ msgid "Use icons?"
899
+ msgstr ""
900
+
901
+ #: ../classes/column/actions.php:96
902
+ msgid "Use icons instead of text for displaying the actions."
903
+ msgstr ""
904
+
905
+ #: ../classes/column/custom-field.php:96
906
+ msgid "Checkmark (true/false)"
907
+ msgstr "Marca de Verificación (true/false)"
908
+
909
+ #: ../classes/column/custom-field.php:102
910
+ msgid "Media Library"
911
+ msgstr "Librería de Media"
912
+
913
+ #: ../classes/column/custom-field.php:105
914
+ msgid "Post Title (Post ID's)"
915
+ msgstr "Título del Post (IDs de Post)"
916
+
917
+ #: ../classes/column/custom-field.php:106
918
+ msgid "Username (User ID's)"
919
+ msgstr "Nombre de Usuario (IDs de Usuario)"
920
+
921
+ #: ../classes/column/custom-field.php:107
922
+ msgid "Term Name (Term ID's)"
923
+ msgstr ""
924
+
925
+ #: ../classes/column/custom-field.php:391
926
+ msgid "Select your custom field."
927
+ msgstr "Seleccione su campo personalizado."
928
+
929
+ #: ../classes/column/custom-field.php:401
930
+ msgid "No custom fields available."
931
+ msgstr "No hay campos personalizados disponibles."
932
+
933
+ #: ../classes/column/custom-field.php:401
934
+ msgid "Please create a %s item first."
935
+ msgstr ""
936
+
937
+ #: ../classes/column/custom-field.php:408
938
+ msgid "Field Type"
939
+ msgstr "Tipo de Campo"
940
+
941
+ #: ../classes/column/custom-field.php:408
942
+ msgid "This will determine how the value will be displayed."
943
+ msgstr "Esto determinará cómo el valor se mostrará."
944
+
945
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
946
+ msgid "Taxonomy"
947
+ msgstr "Taxonomía"
948
+
949
+ #: ../classes/column/used-by-menu.php:20
950
+ msgid "Used by Menu"
951
+ msgstr ""
952
+
953
+ #: ../classes/column/used-by-menu.php:133
954
+ msgid "Link to menu"
955
+ msgstr ""
956
+
957
+ #: ../classes/column/used-by-menu.php:133
958
+ msgid "This will make the title link to the menu."
959
+ msgstr ""
960
+
961
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
962
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
963
+ msgid "ID"
964
+ msgstr "ID"
965
+
966
+ #: ../classes/column/comment/agent.php:19
967
+ msgid "Agent"
968
+ msgstr "Agente"
969
+
970
+ #: ../classes/column/comment/approved.php19,
971
+ #: ../classes/column/post/comment-count.php:35
972
+ msgid "Approved"
973
+ msgstr "Aprobado"
974
+
975
+ #: ../classes/column/comment/author-avatar.php:19
976
+ msgid "Avatar"
977
+ msgstr "Avatar"
978
+
979
+ #: ../classes/column/comment/author-email.php:19
980
+ msgid "Author email"
981
+ msgstr "Email del autor"
982
+
983
+ #: ../classes/column/comment/author-ip.php:19
984
+ msgid "Author IP"
985
+ msgstr "IP del autor"
986
+
987
+ #: ../classes/column/comment/author-name.php:12
988
+ msgid "Author name"
989
+ msgstr ""
990
+
991
+ #: ../classes/column/comment/author-url.php:19
992
+ msgid "Author url"
993
+ msgstr "Url del autor"
994
+
995
+ #: ../classes/column/comment/author.php:19
996
+ msgid "Author"
997
+ msgstr "Autor"
998
+
999
+ #: ../classes/column/comment/date-gmt.php:19
1000
+ msgid "Date GMT"
1001
+ msgstr "Fecha GMT"
1002
+
1003
+ #: ../classes/column/comment/excerpt.php19,
1004
+ #: ../classes/column/post/content.php:19
1005
+ msgid "Content"
1006
+ msgstr ""
1007
+
1008
+ #: ../classes/column/comment/post.php:19
1009
+ msgid "Post"
1010
+ msgstr ""
1011
+
1012
+ #: ../classes/column/comment/reply-to.php:19
1013
+ msgid "In Reply To"
1014
+ msgstr "En Respuesta A"
1015
+
1016
+ #: ../classes/column/comment/user.php:11
1017
+ msgid "User"
1018
+ msgstr ""
1019
+
1020
+ #: ../classes/column/comment/word-count.php19,
1021
+ #: ../classes/column/post/word-count.php:19
1022
+ msgid "Word count"
1023
+ msgstr "Conteo de palabra"
1024
+
1025
+ #: ../classes/column/media/alternate-text.php:19
1026
+ msgid "Alt"
1027
+ msgstr "Alt"
1028
+
1029
+ #: ../classes/column/media/attached-to.php:19
1030
+ msgid "Attached to post"
1031
+ msgstr ""
1032
+
1033
+ #: ../classes/column/media/available-sizes.php:20
1034
+ msgid "Available Sizes"
1035
+ msgstr "Tamaños Disponibles"
1036
+
1037
+ #: ../classes/column/media/available-sizes.php:40
1038
+ msgid "full size"
1039
+ msgstr "tamaño completo"
1040
+
1041
+ #: ../classes/column/media/caption.php19,
1042
+ #: ../classes/column/media/exif-data.php:41
1043
+ msgid "Caption"
1044
+ msgstr "Caption"
1045
+
1046
+ #: ../classes/column/media/description.php19,
1047
+ #: ../classes/column/link/description.php19,
1048
+ #: ../classes/column/user/description.php:19
1049
+ msgid "Description"
1050
+ msgstr "Decripción"
1051
+
1052
+ #: ../classes/column/media/dimensions.php:19
1053
+ msgid "Dimensions"
1054
+ msgstr "Dimensiones"
1055
+
1056
+ #: ../classes/column/media/exif-data.php:19
1057
+ msgid "EXIF data"
1058
+ msgstr "Datos EXIF"
1059
+
1060
+ #: ../classes/column/media/exif-data.php:38
1061
+ msgid "Aperture"
1062
+ msgstr "Apertura"
1063
+
1064
+ #: ../classes/column/media/exif-data.php:39
1065
+ msgid "Credit"
1066
+ msgstr "Crédito"
1067
+
1068
+ #: ../classes/column/media/exif-data.php:40
1069
+ msgid "Camera"
1070
+ msgstr "Cámara"
1071
+
1072
+ #: ../classes/column/media/exif-data.php:42
1073
+ msgid "Timestamp"
1074
+ msgstr "Marca de tiempo"
1075
+
1076
+ #: ../classes/column/media/exif-data.php:43
1077
+ msgid "Copyright EXIF"
1078
+ msgstr "Copyright EXIF"
1079
+
1080
+ #: ../classes/column/media/exif-data.php:44
1081
+ msgid "Focal Length"
1082
+ msgstr "Distancia Focal"
1083
+
1084
+ #: ../classes/column/media/exif-data.php:45
1085
+ msgid "ISO"
1086
+ msgstr "ISO"
1087
+
1088
+ #: ../classes/column/media/exif-data.php:46
1089
+ msgid "Shutter Speed"
1090
+ msgstr "Velocidad del Disparador"
1091
+
1092
+ #: ../classes/column/media/exif-data.php:47
1093
+ msgid "Title"
1094
+ msgstr "Título"
1095
+
1096
+ #: ../classes/column/media/file-name.php:19
1097
+ msgid "File name"
1098
+ msgstr "Nombre de archivo"
1099
+
1100
+ #: ../classes/column/media/file-size.php:19
1101
+ msgid "File size"
1102
+ msgstr "Tamaño de archivo"
1103
+
1104
+ #: ../classes/column/media/full-path.php19,
1105
+ #: ../classes/column/media/full-path.php:92
1106
+ msgid "Full path"
1107
+ msgstr "Camino completo"
1108
+
1109
+ #: ../classes/column/media/full-path.php:83
1110
+ msgid "Path scope"
1111
+ msgstr ""
1112
+
1113
+ #: ../classes/column/media/full-path.php:84
1114
+ msgid "Part of the file path to display"
1115
+ msgstr ""
1116
+
1117
+ #: ../classes/column/media/full-path.php:97
1118
+ msgid "Relative to domain"
1119
+ msgstr ""
1120
+
1121
+ #: ../classes/column/media/full-path.php:102
1122
+ msgid "Relative to main uploads folder "
1123
+ msgstr ""
1124
+
1125
+ #: ../classes/column/media/height.php:19
1126
+ msgid "Height"
1127
+ msgstr "Largo"
1128
+
1129
+ #: ../classes/column/media/mime-type.php:19
1130
+ msgid "Mime type"
1131
+ msgstr "Tipo de mime"
1132
+
1133
+ #: ../classes/column/post/attachment-count.php:19
1134
+ msgid "No. of Attachments"
1135
+ msgstr "No. de Adjuntos"
1136
+
1137
+ #: ../classes/column/post/attachment.php:19
1138
+ msgid "Attachments"
1139
+ msgstr ""
1140
+
1141
+ #: ../classes/column/post/author-name.php:20
1142
+ msgid "Display Author As"
1143
+ msgstr "Mostrar Autor Como"
1144
+
1145
+ #: ../classes/column/post/author-name.php:100
1146
+ msgid "View Public Author Page"
1147
+ msgstr ""
1148
+
1149
+ #: ../classes/column/post/author-name.php:102
1150
+ msgid "Page the author name should link to."
1151
+ msgstr ""
1152
+
1153
+ #: ../classes/column/post/before-moretag.php:19
1154
+ msgid "Before More Tag"
1155
+ msgstr "Etiqueta de Antes de Más "
1156
+
1157
+ #: ../classes/column/post/comment-count.php:20
1158
+ msgid "Comment count"
1159
+ msgstr "Cantidad de comentario"
1160
+
1161
+ #: ../classes/column/post/comment-count.php:34
1162
+ msgid "Total"
1163
+ msgstr "Total"
1164
+
1165
+ #: ../classes/column/post/comment-count.php:36
1166
+ msgid "Pending"
1167
+ msgstr "Pendiente"
1168
+
1169
+ #: ../classes/column/post/comment-count.php:37
1170
+ msgid "Spam"
1171
+ msgstr "Spam"
1172
+
1173
+ #: ../classes/column/post/comment-count.php:38
1174
+ msgid "Trash"
1175
+ msgstr "Papelera"
1176
+
1177
+ #: ../classes/column/post/comment-count.php99,
1178
+ #: ../classes/column/post/comment-status.php:20
1179
+ msgid "Comment status"
1180
+ msgstr "Estado del comentario"
1181
+
1182
+ #: ../classes/column/post/comment-count.php:99
1183
+ msgid "Select which comment status you like to display."
1184
+ msgstr "Seleccionar cuál estado de comentario desea mostrar."
1185
+
1186
+ #: ../classes/column/post/depth.php:19
1187
+ msgid "Depth"
1188
+ msgstr ""
1189
+
1190
+ #: ../classes/column/post/estimated-reading-time.php:19
1191
+ msgid "Estimated Reading Time"
1192
+ msgstr ""
1193
+
1194
+ #: ../classes/column/post/estimated-reading-time.php:66
1195
+ msgid "second"
1196
+ msgid_plural "seconds"
1197
+ msgstr[0] ""
1198
+ msgstr[1] ""
1199
+
1200
+ #: ../classes/column/post/estimated-reading-time.php:69
1201
+ msgid "minute"
1202
+ msgid_plural "minutes"
1203
+ msgstr[0] ""
1204
+ msgstr[1] ""
1205
+
1206
+ #: ../classes/column/post/estimated-reading-time.php:107
1207
+ msgid "Words per minute"
1208
+ msgstr ""
1209
+
1210
+ #: ../classes/column/post/estimated-reading-time.php:108
1211
+ msgid "Estimated reading time in words per minute"
1212
+ msgstr ""
1213
+
1214
+ #: ../classes/column/post/featured-image.php:19
1215
+ msgid "Featured Image"
1216
+ msgstr "Imagen Destacada"
1217
+
1218
+ #: ../classes/column/post/formats.php:19
1219
+ msgid "Post Format"
1220
+ msgstr "Formato del Post"
1221
+
1222
+ #: ../classes/column/post/last-modified-author.php:20
1223
+ msgid "Last Modified Author"
1224
+ msgstr ""
1225
+
1226
+ #: ../classes/column/post/modified.php:19
1227
+ msgid "Last modified"
1228
+ msgstr "Última modificación"
1229
+
1230
+ #: ../classes/column/post/order.php:19
1231
+ msgid "Order"
1232
+ msgstr ""
1233
+
1234
+ #: ../classes/column/post/page-template.php:19
1235
+ msgid "Page Template"
1236
+ msgstr "Plantilla de Página"
1237
+
1238
+ #: ../classes/column/post/parent.php:19
1239
+ msgid "Parent"
1240
+ msgstr "Padre"
1241
+
1242
+ #: ../classes/column/post/path.php:19
1243
+ msgid "Path"
1244
+ msgstr ""
1245
+
1246
+ #: ../classes/column/post/permalink.php:19
1247
+ msgid "Permalink"
1248
+ msgstr "Permalink"
1249
+
1250
+ #: ../classes/column/post/permalink.php:68
1251
+ msgid "Link to post"
1252
+ msgstr ""
1253
+
1254
+ #: ../classes/column/post/permalink.php:68
1255
+ msgid "This will make the permalink clickable."
1256
+ msgstr ""
1257
+
1258
+ #: ../classes/column/post/ping-status.php:19
1259
+ msgid "Ping status"
1260
+ msgstr "Estado del Ping"
1261
+
1262
+ #: ../classes/column/post/roles.php:19
1263
+ msgid "Roles"
1264
+ msgstr "Roles"
1265
+
1266
+ #: ../classes/column/post/shortcodes.php:19
1267
+ msgid "Shortcodes"
1268
+ msgstr ""
1269
+
1270
+ #: ../classes/column/post/slug.php:19
1271
+ msgid "Slug"
1272
+ msgstr "Alias"
1273
+
1274
+ #: ../classes/column/post/status.php:21
1275
+ msgid "Status"
1276
+ msgstr "Estado"
1277
+
1278
+ #: ../classes/column/post/sticky.php:19
1279
+ msgid "Sticky"
1280
+ msgstr "Pegajoso"
1281
+
1282
+ #: ../classes/column/post/title-raw.php:19
1283
+ msgid "Title without actions"
1284
+ msgstr ""
1285
+
1286
+ #: ../classes/column/link/length.php:19
1287
+ msgid "Length"
1288
+ msgstr "Tamaño"
1289
+
1290
+ #: ../classes/column/link/notes.php:19
1291
+ msgid "Notes"
1292
+ msgstr "Notas"
1293
+
1294
+ #: ../classes/column/link/owner.php:19
1295
+ msgid "Owner"
1296
+ msgstr "Dueño"
1297
+
1298
+ #: ../classes/column/link/rss.php:19
1299
+ msgid "Rss"
1300
+ msgstr "Rss"
1301
+
1302
+ #: ../classes/column/link/target.php:19
1303
+ msgid "Target"
1304
+ msgstr "Objetivo"
1305
+
1306
+ #: ../classes/column/user/display-name.php:19
1307
+ msgid "Display name"
1308
+ msgstr ""
1309
+
1310
+ #: ../classes/column/user/first-name.php:19
1311
+ msgid "First name"
1312
+ msgstr "Primer Nombre"
1313
+
1314
+ #: ../classes/column/user/last-name.php:19
1315
+ msgid "Last name"
1316
+ msgstr "Apellido"
1317
+
1318
+ #: ../classes/column/user/post-count.php:19
1319
+ msgid "Post Count"
1320
+ msgstr "Cantidad de Post"
1321
+
1322
+ #: ../classes/column/user/post-count.php:89
1323
+ msgid "Post Type"
1324
+ msgstr "Tipo de Post"
1325
+
1326
+ #: ../classes/column/user/registered.php:19
1327
+ msgid "Registered"
1328
+ msgstr "Registrado"
1329
+
1330
+ #: ../classes/column/user/rich-editing.php:19
1331
+ msgid "Visual Editor"
1332
+ msgstr ""
1333
+
1334
+ #: ../classes/column/user/url.php:19
1335
+ msgid "Url"
1336
+ msgstr "Url"
languages/codepress-admin-columns-fa_IR.po ADDED
@@ -0,0 +1,1334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # kamel kimiaei <kamel.kimiaei.fard@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Admin Columns\n"
8
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
9
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
10
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
11
+ "Language-Team: Persian (http://www.transifex.com/codepress/admin-columns/language/fa/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: fa\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
21
+ "X-Poedit-SourceCharset: UTF-8\n"
22
+
23
+ #: ../codepress-admin-columns.php:451
24
+ msgid "Edit columns"
25
+ msgstr "ویرایش ستون ها"
26
+
27
+ #: ../classes/addons.php:110
28
+ msgid "Plugins"
29
+ msgstr ""
30
+
31
+ #: ../classes/addons.php:135
32
+ msgid "Advanced Custom Fields"
33
+ msgstr "زمینه های دلخواه پیشرفته"
34
+
35
+ #: ../classes/addons.php:136
36
+ msgid ""
37
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
38
+ "seconds!"
39
+ msgstr "نمایش و ویرایش زمنیه های دلخواه پیشرفته در صفحه همه نوشته ها در چند ثانیه!"
40
+
41
+ #: ../classes/addons.php:141
42
+ msgid "WooCommerce"
43
+ msgstr ""
44
+
45
+ #: ../classes/addons.php:142
46
+ msgid ""
47
+ "Enhance the products, orders and coupons overviews with new columns and "
48
+ "inline editing."
49
+ msgstr ""
50
+
51
+ #: ../classes/column.php:624
52
+ msgid "Thumbnail"
53
+ msgstr "بندانگشتی"
54
+
55
+ #: ../classes/column.php:625
56
+ msgid "Medium"
57
+ msgstr "متوسط"
58
+
59
+ #: ../classes/column.php:626
60
+ msgid "Large"
61
+ msgstr "بزرگ"
62
+
63
+ #: ../classes/column.php:627
64
+ msgid "Full"
65
+ msgstr "کامل"
66
+
67
+ #: ../classes/column.php:1059
68
+ msgid "Exact match"
69
+ msgstr ""
70
+
71
+ #: ../classes/column.php:1060
72
+ msgid "Lesser than"
73
+ msgstr ""
74
+
75
+ #: ../classes/column.php:1061
76
+ msgid "Greater than"
77
+ msgstr ""
78
+
79
+ #: ../classes/column.php:1062
80
+ msgid "Between"
81
+ msgstr ""
82
+
83
+ #: ../classes/column.php:1089
84
+ msgid "Date Format"
85
+ msgstr "قابل تاریخ"
86
+
87
+ #: ../classes/column.php:1090
88
+ msgid "This will determine how the date will be displayed."
89
+ msgstr "چگونگی نمایش تاریخ را مشخص می کند."
90
+
91
+ #: ../classes/column.php:1096
92
+ msgid "Example:"
93
+ msgstr "مثال:"
94
+
95
+ #: ../classes/column.php:1098
96
+ msgid ""
97
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
98
+ " format here</a>."
99
+ msgstr ""
100
+
101
+ #: ../classes/column.php:1099
102
+ msgid "Documentation on date and time formatting."
103
+ msgstr "مستندات در باره قالب بندی تاریخ و زمان."
104
+
105
+ #: ../classes/column.php:1113
106
+ msgid "Excerpt length"
107
+ msgstr "طول چکیده"
108
+
109
+ #: ../classes/column.php:1114
110
+ msgid "Number of words"
111
+ msgstr "تعداد کلمات"
112
+
113
+ #: ../classes/column.php:1132
114
+ msgid "Preview size"
115
+ msgstr "اندازه پیش نمایش"
116
+
117
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
118
+ msgid "Custom"
119
+ msgstr "دلخواه"
120
+
121
+ #: ../classes/column.php1152, ../classes/column.php:1328
122
+ msgid "width"
123
+ msgstr "عرض"
124
+
125
+ #: ../classes/column.php:1155
126
+ msgid "height"
127
+ msgstr "ارتفاع"
128
+
129
+ #: ../classes/column.php:1167
130
+ msgid "Before"
131
+ msgstr "قبل"
132
+
133
+ #: ../classes/column.php:1167
134
+ msgid "This text will appear before the custom field value."
135
+ msgstr "این متن قبل از مقدار زمینه دلخواه نمایش داده خواهد شد."
136
+
137
+ #: ../classes/column.php:1168
138
+ msgid "After"
139
+ msgstr "بعد"
140
+
141
+ #: ../classes/column.php:1168
142
+ msgid "This text will appear after the custom field value."
143
+ msgstr "این متن بعد از مقدار زمینه دلخواه نمایش داده خواهد شد."
144
+
145
+ #: ../classes/column.php:1177
146
+ msgid "Display Name"
147
+ msgstr "نام عمومی"
148
+
149
+ #: ../classes/column.php1178, ../classes/settings.php:733
150
+ msgid "First Name"
151
+ msgstr "نام"
152
+
153
+ #: ../classes/column.php:1179
154
+ msgid "Last Name"
155
+ msgstr "نام خانوادگی"
156
+
157
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
158
+ msgid "Nickname"
159
+ msgstr "لغب"
160
+
161
+ #: ../classes/column.php:1181
162
+ msgid "User Login"
163
+ msgstr "نام کاربری"
164
+
165
+ #: ../classes/column.php:1182
166
+ msgid "User Email"
167
+ msgstr "ایمیل کاربر"
168
+
169
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
170
+ msgid "User ID"
171
+ msgstr "شناسه کاربر"
172
+
173
+ #: ../classes/column.php:1184
174
+ msgid "First and Last Name"
175
+ msgstr "نام و نام خانوادگی"
176
+
177
+ #: ../classes/column.php:1187
178
+ msgid "Display format"
179
+ msgstr ""
180
+
181
+ #: ../classes/column.php:1187
182
+ msgid "This is the format of the author name."
183
+ msgstr "فرمت نمایش نام نویسنده"
184
+
185
+ #: ../classes/column.php:1350
186
+ msgid "Edit"
187
+ msgstr "ویرایش"
188
+
189
+ #: ../classes/column.php1352, ../classes/column.php:1444
190
+ msgid "Clone"
191
+ msgstr ""
192
+
193
+ #: ../classes/column.php:1354
194
+ msgid "Remove"
195
+ msgstr "حذف"
196
+
197
+ #: ../classes/column.php1372, ../classes/column.php1372,
198
+ #: ../classes/column/custom-field.php408,
199
+ #: ../classes/column/comment/type.php:13
200
+ msgid "Type"
201
+ msgstr "نوع"
202
+
203
+ #: ../classes/column.php:1372
204
+ msgid "Choose a column type."
205
+ msgstr "انتخاب نوع ستون"
206
+
207
+ #: ../classes/column.php:1372
208
+ msgid "Name"
209
+ msgstr ""
210
+
211
+ #: ../classes/column.php:1382
212
+ msgid "Label"
213
+ msgstr "برچسب"
214
+
215
+ #: ../classes/column.php:1382
216
+ msgid "This is the name which will appear as the column header."
217
+ msgstr "این نامی است که در تیتر ستون دیده می شود."
218
+
219
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
220
+ msgid "Width"
221
+ msgstr "عرض"
222
+
223
+ #: ../classes/column.php:1391
224
+ msgid "default"
225
+ msgstr "پیش فرض"
226
+
227
+ #: ../classes/column.php:1392
228
+ msgid "auto"
229
+ msgstr ""
230
+
231
+ #: ../classes/column.php:1466
232
+ msgid "Property To Display"
233
+ msgstr ""
234
+
235
+ #: ../classes/column.php:1472
236
+ msgid "Post property to display for related post(s)."
237
+ msgstr ""
238
+
239
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
240
+ msgid "Link To"
241
+ msgstr ""
242
+
243
+ #: ../classes/column.php:1489
244
+ msgid "Edit Post Author"
245
+ msgstr ""
246
+
247
+ #: ../classes/column.php:1490
248
+ msgid "View Public Post Author Page"
249
+ msgstr ""
250
+
251
+ #: ../classes/column.php:1492
252
+ msgid "Page the posts should link to."
253
+ msgstr ""
254
+
255
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
256
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
257
+ msgid "Admin Columns"
258
+ msgstr "تنظیمات ستون ها"
259
+
260
+ #: ../classes/review_notice.php:58
261
+ msgid "Admin Columns Pro"
262
+ msgstr ""
263
+
264
+ #: ../classes/review_notice.php:68
265
+ msgid "click here"
266
+ msgstr ""
267
+
268
+ #: ../classes/review_notice.php:72
269
+ msgid "Leave a review!"
270
+ msgstr ""
271
+
272
+ #: ../classes/review_notice.php:73
273
+ msgid "Permanently hide notice"
274
+ msgstr ""
275
+
276
+ #: ../classes/review_notice.php:80
277
+ msgid ""
278
+ "We're sorry to hear that; maybe we can help! If you're having problems "
279
+ "properly setting up %s or if you would like help with some more advanced "
280
+ "features, please visit our %s."
281
+ msgstr ""
282
+
283
+ #: ../classes/review_notice.php:82
284
+ msgid "documentation page"
285
+ msgstr ""
286
+
287
+ #: ../classes/review_notice.php:86
288
+ msgid ""
289
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
290
+ " to access product support through %s!"
291
+ msgstr ""
292
+
293
+ #: ../classes/review_notice.php:87
294
+ msgid "our forums"
295
+ msgstr ""
296
+
297
+ #: ../classes/review_notice.php:91
298
+ msgid "You can also find help on the %s, and %s."
299
+ msgstr ""
300
+
301
+ #: ../classes/review_notice.php:92
302
+ msgid "Admin Columns forums on WordPress.org"
303
+ msgstr ""
304
+
305
+ #: ../classes/review_notice.php:93
306
+ msgid "find answers to some frequently asked questions"
307
+ msgstr ""
308
+
309
+ #: ../classes/settings.php:113
310
+ msgid "Add-on successfully activated."
311
+ msgstr "افزونه با موفقیت فعال شد"
312
+
313
+ #: ../classes/settings.php:116
314
+ msgid "Add-on successfully deactivated."
315
+ msgstr "افزونه با موفقیت غیرفعال شد"
316
+
317
+ #: ../classes/settings.php:170
318
+ msgid "Admin Columns Settings"
319
+ msgstr "تنظیمات ستون ها"
320
+
321
+ #: ../classes/settings.php:228
322
+ msgid "%s column is already present and can not be duplicated."
323
+ msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
324
+
325
+ #: ../classes/settings.php:284
326
+ msgid "Default settings succesfully restored."
327
+ msgstr "تنظیمات پیش فرض با موفقیت بازسازی شدند."
328
+
329
+ #: ../classes/settings.php:301
330
+ msgid "Overview"
331
+ msgstr "مرورکلی"
332
+
333
+ #: ../classes/settings.php:304
334
+ msgid ""
335
+ "This plugin is for adding and removing additional columns to the "
336
+ "administration screens for post(types), pages, media library, comments, "
337
+ "links and users. Change the column's label and reorder them."
338
+ msgstr "این افزونه برای ایجاد ستون های دلخواه و یا حذف آنها و مرتب سازی و همچنین تغییر نام آنها در نوشته ها و برگه ها ، رسانه ها ، نظرات، لینک ها و کاربران طراحی شده است."
339
+
340
+ #: ../classes/settings.php:307
341
+ msgid "Basics"
342
+ msgstr "مقدمات"
343
+
344
+ #: ../classes/settings.php:309
345
+ msgid "Change order"
346
+ msgstr "تغییر ترتیب"
347
+
348
+ #: ../classes/settings.php:310
349
+ msgid ""
350
+ "By dragging the columns you can change the order which they will appear in."
351
+ msgstr "با گرفتن و کشیدن ستون ها می توانید ترتیب نمایش آنها را تغییر دهید."
352
+
353
+ #: ../classes/settings.php:311
354
+ msgid "Change label"
355
+ msgstr "تغییر برچسب"
356
+
357
+ #: ../classes/settings.php:312
358
+ msgid ""
359
+ "By clicking on the triangle you will see the column options. Here you can "
360
+ "change each label of the columns heading."
361
+ msgstr "با کلیک روی مثلث می توانید تنظیمات ستون را مشاهده فرمایید. در اینجا می توانید برچسب هر ستون را تغییر دهید."
362
+
363
+ #: ../classes/settings.php:313
364
+ msgid "Change column width"
365
+ msgstr "تغییر عرض ستون"
366
+
367
+ #: ../classes/settings.php:314
368
+ msgid ""
369
+ "By clicking on the triangle you will see the column options. By using the "
370
+ "draggable slider you can set the width of the columns in percentages."
371
+ msgstr "با کلیک روی مثلث تنظیمات ستون را مشاهده خواهید کرد. به کمک جابجایی اسلایدر می توانید عرض هر ستون را به صورت درصد مشخص کنید."
372
+
373
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
374
+ #: ../classes/column/custom-field.php23,
375
+ #: ../classes/column/custom-field.php:391
376
+ msgid "Custom Field"
377
+ msgstr "زمینه دلخواه"
378
+
379
+ #: ../classes/settings.php:320
380
+ msgid "'Custom Field' column"
381
+ msgstr "ستون 'زمینه دلخواه'"
382
+
383
+ #: ../classes/settings.php:321
384
+ msgid ""
385
+ "The custom field colum uses the custom fields from posts and users. There "
386
+ "are 10 types which you can set."
387
+ msgstr "ستون زمینه دلخواه از زمینه های دلخواه نوشته ها و کاربران استفاده می کند. ده نوع مختلف برای تنظیم وجود دارد."
388
+
389
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
390
+ #: ../classes/column/custom-field.php:95
391
+ msgid "Default"
392
+ msgstr "پیش فرض"
393
+
394
+ #: ../classes/settings.php:323
395
+ msgid ""
396
+ "Value: Can be either a string or array. Arrays will be flattened and values "
397
+ "are seperated by a ',' comma."
398
+ msgstr "مقدار:می تواند متن یا آرایه باشد. آرایه ها به متن تبدیل خواهند شد و با ',' جدا خواهند شد."
399
+
400
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
401
+ #: ../classes/column/link/image.php:19
402
+ msgid "Image"
403
+ msgstr "تصویر"
404
+
405
+ #: ../classes/settings.php:324
406
+ msgid ""
407
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
408
+ "comma )."
409
+ msgstr "مثدار: باید شامل یک آدرس (url) تصویر باشد یا شناسه هایی (ID) از پیوست ها که با ',' جدا شده اند."
410
+
411
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
412
+ msgid "Excerpt"
413
+ msgstr "چکیده"
414
+
415
+ #: ../classes/settings.php:325
416
+ msgid "Value: This will show the first 20 words of the Post content."
417
+ msgstr "مقدار: بیست کلمه ابتدای متن را نشان خواهد داد."
418
+
419
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
420
+ msgid "Multiple Values"
421
+ msgstr "چندین مقدار"
422
+
423
+ #: ../classes/settings.php:326
424
+ msgid ""
425
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
426
+ "array."
427
+ msgstr "مثدار: باید آرایه باشد. هر آرایه ای (چند بعدی) متنی خواهد شد."
428
+
429
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
430
+ msgid "Numeric"
431
+ msgstr "عددی"
432
+
433
+ #: ../classes/settings.php:327
434
+ msgid ""
435
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
436
+ "for sorting, so you can sort your posts on numeric (custom field) values."
437
+ msgstr "مقدار: فقط عددی. <br/> اگر از افزونه 'مرتب سازی' استفاده کنید، از این مقدار برای مرتب سازی استفاده خواهد شد. می توانید نوشته هایتان را یک مقدار عددی (زمینه دلخواه) مرتب سازی کنید."
438
+
439
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
440
+ #: ../classes/column/comment/date.php:19
441
+ msgid "Date"
442
+ msgstr "تاریخ"
443
+
444
+ #: ../classes/settings.php:328
445
+ msgid ""
446
+ "Value: Can be unix time stamp or a date format as described in the <a "
447
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
448
+ "href='%s'>general settings</a> page."
449
+ msgstr "مقدار: باید زمان تاریخ سیستم یونیکس یا تاریخ قالب بندی شده باشد که در <a href='%s'>راهنما</a> شرح داده شده. می توانید خروجی تاریخ را از <a href='%s'>تنظیمات همگانی</a> تغییر دهید."
450
+
451
+ #: ../classes/settings.php:329
452
+ msgid "Post Titles"
453
+ msgstr "تیترهای نوشته"
454
+
455
+ #: ../classes/settings.php:329
456
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
457
+ msgstr "مقدار: می تواند شامل یک یا چند شناسه (ID) نوشته ها (جدا شده با ',') باشد."
458
+
459
+ #: ../classes/settings.php:330
460
+ msgid "Usernames"
461
+ msgstr "نام های کاربری"
462
+
463
+ #: ../classes/settings.php:330
464
+ msgid "Value: can be one or more User ID's (seperated by ',')."
465
+ msgstr "می تواند شامل یک یا چند شناسه (ID) کاربری (جداشده با ',') باشد."
466
+
467
+ #: ../classes/settings.php:331
468
+ msgid "Checkmark"
469
+ msgstr "تیک"
470
+
471
+ #: ../classes/settings.php:331
472
+ msgid "Value: should be a 1 (one) or 0 (zero)."
473
+ msgstr "مقدار: می تواند یک یا صفر باشد"
474
+
475
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
476
+ msgid "Color"
477
+ msgstr "رنگ"
478
+
479
+ #: ../classes/settings.php:332
480
+ msgid "Value: hex value color, such as #808080."
481
+ msgstr "مقدار: می تواند کد هکس رنگ مانند #808080 باشد"
482
+
483
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
484
+ msgid "Counter"
485
+ msgstr "شمارنده"
486
+
487
+ #: ../classes/settings.php:333
488
+ msgid ""
489
+ "Value: Can be either a string or array. This will display a count of the "
490
+ "number of times the meta key is used by the item."
491
+ msgstr "مقدار: می تواند متن یا آرایه باشد. تعداد دفعات استفاده از meta key های آیتم را نمایش می دهد."
492
+
493
+ #: ../classes/settings.php:422
494
+ msgid "Welcome to Admin Columns"
495
+ msgstr "به مدیریت ستون ها خوش آمدید"
496
+
497
+ #: ../classes/settings.php:425
498
+ msgid "Thank you for updating to the latest version!"
499
+ msgstr "از اینکه به نسخه نهایی به روزرسانی کردید متشکریم!"
500
+
501
+ #: ../classes/settings.php:426
502
+ msgid ""
503
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
504
+ "like it."
505
+ msgstr "مدیریت ستون ها بهینه تر و لذت بخش تر از قبل شده است. امیدواریم شما بپسندید."
506
+
507
+ #: ../classes/settings.php:431
508
+ msgid "What’s New"
509
+ msgstr "چه چیز جدید است"
510
+
511
+ #: ../classes/settings.php:432
512
+ msgid "Changelog"
513
+ msgstr "تغییرات"
514
+
515
+ #: ../classes/settings.php:437
516
+ msgid "Important"
517
+ msgstr "مهم"
518
+
519
+ #: ../classes/settings.php:439
520
+ msgid "Database Changes"
521
+ msgstr "تغییرات بانک اطلاعاتی"
522
+
523
+ #: ../classes/settings.php:440
524
+ msgid ""
525
+ "The database has been changed between versions 1 and 2. But we made sure you"
526
+ " can still roll back to version 1x without any issues."
527
+ msgstr "بانک اطلاعاتی بین نسخه های 1 و 2 تغییراتی داشته است ولی اطمینان داشته باشید هر زمان می توانید به نسخه 1 برگردید."
528
+
529
+ #: ../classes/settings.php:443
530
+ msgid "Make sure you backup your database and then click"
531
+ msgstr "از بانک اطلاعاتی خود پشتیبان تهیه کنید و روی "
532
+
533
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
534
+ msgid "Upgrade Database"
535
+ msgstr "به روز رسانی بانک اطلاعاتی کلیک کنید"
536
+
537
+ #: ../classes/settings.php:446
538
+ msgid "Potential Issues"
539
+ msgstr "مشکلات بالقوه"
540
+
541
+ #: ../classes/settings.php:447
542
+ msgid ""
543
+ "Do to the sizable refactoring the code, surounding Addons and "
544
+ "action/filters, your website may not operate correctly. It is important that"
545
+ " you read the full"
546
+ msgstr "به دلیل تغییرات در کدهای برنامه نویسی این امکان وجود دارد که بعضی افزونه های شما به خوبی کار نکند. توصیه می شود راهنما انتقال از "
547
+
548
+ #: ../classes/settings.php:447
549
+ msgid "Migrating from v1 to v2"
550
+ msgstr "نسخه 1 به 2 را به صورت کامل مطالعه فرمایید"
551
+
552
+ #: ../classes/settings.php:447
553
+ msgid "guide to view the full list of changes."
554
+ msgstr "راهنما برای دیدن لیست تمام تغییرات."
555
+
556
+ #: ../classes/settings.php:447
557
+ msgid ""
558
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
559
+ "can fix it in the next release."
560
+ msgstr ""
561
+
562
+ #: ../classes/settings.php:450
563
+ msgid "Important!"
564
+ msgstr "مهم !"
565
+
566
+ #: ../classes/settings.php:450
567
+ msgid ""
568
+ "If you updated the Admin Columns plugin without prior knowledge of such "
569
+ "changes, Please roll back to the latest"
570
+ msgstr "اگر بدون آگاهی از تغییرات رخ داده افزونه را به روز رسانی کرده اید به آخرین "
571
+
572
+ #: ../classes/settings.php:450
573
+ msgid "version 1"
574
+ msgstr "نسخه 1"
575
+
576
+ #: ../classes/settings.php:450
577
+ msgid "of this plugin."
578
+ msgstr "از افزونه برگردید."
579
+
580
+ #: ../classes/settings.php:456
581
+ msgid "Changelog for"
582
+ msgstr "تغییرات برای"
583
+
584
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
585
+ msgid "Learn more"
586
+ msgstr "آموزش بیشتر"
587
+
588
+ #: ../classes/settings.php:481
589
+ msgid "Start using Admin Columns"
590
+ msgstr "شروع استفاده از ستون های مدیریت"
591
+
592
+ #: ../classes/settings.php:500
593
+ msgid "General Settings"
594
+ msgstr "تنظیمات عمومی"
595
+
596
+ #: ../classes/settings.php:501
597
+ msgid "Customize your Admin Columns settings."
598
+ msgstr "دلخواه سازی تنظیمات افزونه"
599
+
600
+ #: ../classes/settings.php:512
601
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
602
+ msgstr ""
603
+
604
+ #: ../classes/settings.php:559
605
+ msgid "Restore Settings"
606
+ msgstr "بازنشانی تنظیمات"
607
+
608
+ #: ../classes/settings.php:560
609
+ msgid "This will delete all column settings and restore the default settings."
610
+ msgstr "این کار تمام تنظیمات را حذف و به حالت پیش فرض در خواهد آورد."
611
+
612
+ #: ../classes/settings.php:566
613
+ msgid "Restore default settings"
614
+ msgstr "بازسازی تنظیمات پیش فرض"
615
+
616
+ #: ../classes/settings.php:566
617
+ msgid ""
618
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
619
+ "undone. 'OK' to delete, 'Cancel' to stop"
620
+ msgstr ""
621
+
622
+ #: ../classes/settings.php:582
623
+ msgid "Posttypes"
624
+ msgstr "نوع نوشته ها"
625
+
626
+ #: ../classes/settings.php:583
627
+ msgid "Others"
628
+ msgstr "دیگر"
629
+
630
+ #: ../classes/settings.php:584
631
+ msgid "Taxonomies"
632
+ msgstr "طبقه بندی ها"
633
+
634
+ #: ../classes/settings.php:600
635
+ msgid "Settings"
636
+ msgstr "تنظیمات"
637
+
638
+ #: ../classes/settings.php:601
639
+ msgid "Add-ons"
640
+ msgstr "افزودنی ها"
641
+
642
+ #: ../classes/settings.php:669
643
+ msgid ""
644
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
645
+ " admin panel."
646
+ msgstr ""
647
+
648
+ #: ../classes/settings.php:679
649
+ msgid "Store settings"
650
+ msgstr "ذخیره تنظیمات"
651
+
652
+ #: ../classes/settings.php:687
653
+ msgid ""
654
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
655
+ " delete, 'Cancel' to stop"
656
+ msgstr ""
657
+
658
+ #: ../classes/settings.php:688
659
+ msgid "Restore"
660
+ msgstr "بازسازی"
661
+
662
+ #: ../classes/settings.php:688
663
+ msgid "columns"
664
+ msgstr "ستون ها"
665
+
666
+ #: ../classes/settings.php:707
667
+ msgid "Get Admin Columns Pro"
668
+ msgstr "خرید نسخه حرفه ای"
669
+
670
+ #: ../classes/settings.php:711
671
+ msgid "Add Sorting"
672
+ msgstr "اضافه کردن مرتب سازی"
673
+
674
+ #: ../classes/settings.php:712
675
+ msgid "Add Filtering"
676
+ msgstr "اضافه کردن فیلترسازی"
677
+
678
+ #: ../classes/settings.php:713
679
+ msgid "Add Import/Export"
680
+ msgstr "اضافه کردن وارد/ خارج کردن"
681
+
682
+ #: ../classes/settings.php:714
683
+ msgid "Add Direct Editing"
684
+ msgstr "اضافه کردن ویرایش مستقیم"
685
+
686
+ #: ../classes/settings.php:717
687
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
688
+ msgstr ""
689
+
690
+ #: ../classes/settings.php:730
691
+ msgid "Subscribe to receive news &amp; updates below."
692
+ msgstr ""
693
+
694
+ #: ../classes/settings.php:737
695
+ msgid "Your Email"
696
+ msgstr ""
697
+
698
+ #: ../classes/settings.php:748
699
+ msgid "Are you happy with Admin Columns?"
700
+ msgstr ""
701
+
702
+ #: ../classes/settings.php:756
703
+ msgid "What's wrong? Need help? Let us know!"
704
+ msgstr ""
705
+
706
+ #: ../classes/settings.php:757
707
+ msgid ""
708
+ "Check out our extensive documentation, or you can open a support topic on "
709
+ "WordPress.org!"
710
+ msgstr ""
711
+
712
+ #: ../classes/settings.php:765
713
+ msgid "Docs"
714
+ msgstr ""
715
+
716
+ #: ../classes/settings.php:770
717
+ msgid "Forums"
718
+ msgstr ""
719
+
720
+ #: ../classes/settings.php:779
721
+ msgid "Woohoo! We're glad to hear that!"
722
+ msgstr ""
723
+
724
+ #: ../classes/settings.php:780
725
+ msgid ""
726
+ "We would really love it if you could show your appreciation by giving us a "
727
+ "rating on WordPress.org or tweet about Admin Columns!"
728
+ msgstr ""
729
+
730
+ #: ../classes/settings.php:784
731
+ msgid "Rate"
732
+ msgstr ""
733
+
734
+ #: ../classes/settings.php:795
735
+ msgid "Tweet"
736
+ msgstr ""
737
+
738
+ #: ../classes/settings.php:805
739
+ msgid "Buy Pro"
740
+ msgstr ""
741
+
742
+ #: ../classes/settings.php:817
743
+ msgid "Support"
744
+ msgstr "پشتیبانی"
745
+
746
+ #: ../classes/settings.php:820
747
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
748
+ msgstr "قسمت <strong>راهنما</strong> را در بالای صفحه بررسی کنید."
749
+
750
+ #: ../classes/settings.php:823
751
+ msgid ""
752
+ "For full documentation, bug reports, feature suggestions and other tips <a "
753
+ "href='%s'>visit the Admin Columns website</a>"
754
+ msgstr "برای دیدن تمام مستندات، امکانات آینده و نکات به <a href='%s'>وب سایت افزونه</a> مراجعه فرمایید."
755
+
756
+ #: ../classes/settings.php:852
757
+ msgid "Drag and drop to reorder"
758
+ msgstr "برای مرتب سازی بگیرید و بکشید"
759
+
760
+ #: ../classes/settings.php:855
761
+ msgid "Add Column"
762
+ msgstr "ستون جدید"
763
+
764
+ #: ../classes/settings.php:936
765
+ msgid "Active"
766
+ msgstr "فعال"
767
+
768
+ #: ../classes/settings.php:937
769
+ msgid "Deactivate"
770
+ msgstr "غیرفعال"
771
+
772
+ #: ../classes/settings.php:944
773
+ msgid "Installed"
774
+ msgstr "نصب شده"
775
+
776
+ #: ../classes/settings.php:945
777
+ msgid "Activate"
778
+ msgstr "فعال"
779
+
780
+ #: ../classes/settings.php:959
781
+ msgid "Download & Install"
782
+ msgstr "دانلود و نصب"
783
+
784
+ #: ../classes/settings.php:964
785
+ msgid "Get this add-on"
786
+ msgstr "دریافت این افزودنی"
787
+
788
+ #: ../classes/storage_model.php:262
789
+ msgid "settings succesfully restored."
790
+ msgstr "تنظیمات با موفقیت بازنشانی شدند."
791
+
792
+ #: ../classes/storage_model.php:278
793
+ msgid "No columns settings available."
794
+ msgstr "هیچ تنظیمی برای ستونها موجود نیست."
795
+
796
+ #: ../classes/storage_model.php:299
797
+ msgid "You are trying to store the same settings for %s."
798
+ msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
799
+
800
+ #: ../classes/storage_model.php:303
801
+ msgid "Settings for %s updated successfully."
802
+ msgstr ""
803
+
804
+ #: ../classes/storage_model.php:643
805
+ msgid "Columns by Plugins"
806
+ msgstr ""
807
+
808
+ #: ../classes/storage_model.php:862
809
+ msgid "View"
810
+ msgstr "نمایش"
811
+
812
+ #: ../classes/upgrade.php:62
813
+ msgid ""
814
+ "The pro add-on is no longer supported. Please login to your account and "
815
+ "download Admin Columns Pro"
816
+ msgstr ""
817
+
818
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
819
+ msgid "Upgrade"
820
+ msgstr "به روزرسانی"
821
+
822
+ #: ../classes/upgrade.php:136
823
+ msgid "requires a database upgrade"
824
+ msgstr "نیاز به به روزرسانی بانک اطلاعاتی دارد"
825
+
826
+ #: ../classes/upgrade.php:139
827
+ msgid "why?"
828
+ msgstr "چرا؟"
829
+
830
+ #: ../classes/upgrade.php:140
831
+ msgid "Please"
832
+ msgstr "لطفا"
833
+
834
+ #: ../classes/upgrade.php:141
835
+ msgid "backup your database"
836
+ msgstr "از بانک اطلاعاتی خود پشتیبان تهیه کنید"
837
+
838
+ #: ../classes/upgrade.php:142
839
+ msgid "then click"
840
+ msgstr "سپس روی "
841
+
842
+ #: ../classes/upgrade.php:351
843
+ msgid "Migrating Column Settings"
844
+ msgstr "همگام سازی تنظیمات ستون ها کلیک کنید"
845
+
846
+ #: ../classes/upgrade.php:387
847
+ msgid "No Upgrade Required"
848
+ msgstr "به روزرسانی لازم نیست"
849
+
850
+ #: ../classes/upgrade.php:388
851
+ msgid "Return to welcome screen."
852
+ msgstr "بازگشت به صفحه خوش آمد گویی."
853
+
854
+ #: ../classes/upgrade.php:406
855
+ msgid "Upgrade Complete!"
856
+ msgstr "به روز رسانی تکمیل شد!"
857
+
858
+ #: ../classes/upgrade.php:406
859
+ msgid "Return to settings."
860
+ msgstr "بازگشت به تنظیمات."
861
+
862
+ #: ../classes/upgrade.php:407
863
+ msgid "Error"
864
+ msgstr "خطا"
865
+
866
+ #: ../classes/upgrade.php:408
867
+ msgid ""
868
+ "Sorry. Something went wrong during the upgrade process. Please report this "
869
+ "on the support forum."
870
+ msgstr "متاسفبم. به نظر می آید خطایی در فرایند به روز رسانی رخ داده است. لطفا این مشکل را فروم پشتیبانی ما مطرح کنید."
871
+
872
+ #: ../classes/column/acf-placeholder.php:19
873
+ msgid "ACF Field"
874
+ msgstr "زمینه ACF"
875
+
876
+ #: ../classes/column/acf-placeholder.php:35
877
+ msgid ""
878
+ "If you have a developer licence please download & install your ACF add-on "
879
+ "from the <a href='%s'>add-ons tab</a>."
880
+ msgstr "اگر شما مجوز نسخه توسعه دهنده دارید می توانید افزونه ی ACF را از <a href='%s'>تب افزونه ها</a> دانلود و نصب نمایید."
881
+
882
+ #: ../classes/column/acf-placeholder.php:38
883
+ msgid ""
884
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
885
+ "integeration, allowing you to easily display and edit ACF fields from within"
886
+ " your posts overview."
887
+ msgstr "این افزونه در نسخه توسعه دهندگان به صورت کامل افزونه زمینه دلخواه پیشرفته را در بر خواهد گرفتو به شما اجازه می دهد به آسانی زمینه های ACF را از قسمت همه نوشته ها مشاهده و ویرایش کنید."
888
+
889
+ #: ../classes/column/acf-placeholder.php:44
890
+ msgid "Find out more"
891
+ msgstr "اطلاعات بیشتر"
892
+
893
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
894
+ msgid "Actions"
895
+ msgstr "عملیات ها"
896
+
897
+ #: ../classes/column/actions.php:96
898
+ msgid "Use icons?"
899
+ msgstr ""
900
+
901
+ #: ../classes/column/actions.php:96
902
+ msgid "Use icons instead of text for displaying the actions."
903
+ msgstr ""
904
+
905
+ #: ../classes/column/custom-field.php:96
906
+ msgid "Checkmark (true/false)"
907
+ msgstr "تیک(صحیح غلط)"
908
+
909
+ #: ../classes/column/custom-field.php:102
910
+ msgid "Media Library"
911
+ msgstr "کتابخانه رسانه"
912
+
913
+ #: ../classes/column/custom-field.php:105
914
+ msgid "Post Title (Post ID's)"
915
+ msgstr "تیتر نوشته (شناسه نوشته)"
916
+
917
+ #: ../classes/column/custom-field.php:106
918
+ msgid "Username (User ID's)"
919
+ msgstr "نام کاربری(شناسه کاربری)"
920
+
921
+ #: ../classes/column/custom-field.php:107
922
+ msgid "Term Name (Term ID's)"
923
+ msgstr ""
924
+
925
+ #: ../classes/column/custom-field.php:391
926
+ msgid "Select your custom field."
927
+ msgstr "زمینه دلخواه خود را انتخاب کنید."
928
+
929
+ #: ../classes/column/custom-field.php:401
930
+ msgid "No custom fields available."
931
+ msgstr "زمینه دلخواهی موجود نیست."
932
+
933
+ #: ../classes/column/custom-field.php:401
934
+ msgid "Please create a %s item first."
935
+ msgstr ""
936
+
937
+ #: ../classes/column/custom-field.php:408
938
+ msgid "Field Type"
939
+ msgstr "نوع فیلد"
940
+
941
+ #: ../classes/column/custom-field.php:408
942
+ msgid "This will determine how the value will be displayed."
943
+ msgstr "نمایانگر این موضوع که مقادیر چگونه نمایش داده خواهند شد."
944
+
945
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
946
+ msgid "Taxonomy"
947
+ msgstr "طبقه بندی"
948
+
949
+ #: ../classes/column/used-by-menu.php:20
950
+ msgid "Used by Menu"
951
+ msgstr ""
952
+
953
+ #: ../classes/column/used-by-menu.php:133
954
+ msgid "Link to menu"
955
+ msgstr ""
956
+
957
+ #: ../classes/column/used-by-menu.php:133
958
+ msgid "This will make the title link to the menu."
959
+ msgstr ""
960
+
961
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
962
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
963
+ msgid "ID"
964
+ msgstr "شناسه"
965
+
966
+ #: ../classes/column/comment/agent.php:19
967
+ msgid "Agent"
968
+ msgstr "مرورگر"
969
+
970
+ #: ../classes/column/comment/approved.php19,
971
+ #: ../classes/column/post/comment-count.php:35
972
+ msgid "Approved"
973
+ msgstr "تایید شده"
974
+
975
+ #: ../classes/column/comment/author-avatar.php:19
976
+ msgid "Avatar"
977
+ msgstr "آواتار"
978
+
979
+ #: ../classes/column/comment/author-email.php:19
980
+ msgid "Author email"
981
+ msgstr "ایمیل نویسنده"
982
+
983
+ #: ../classes/column/comment/author-ip.php:19
984
+ msgid "Author IP"
985
+ msgstr "آی پی نویسنده"
986
+
987
+ #: ../classes/column/comment/author-name.php:12
988
+ msgid "Author name"
989
+ msgstr ""
990
+
991
+ #: ../classes/column/comment/author-url.php:19
992
+ msgid "Author url"
993
+ msgstr "آدرس نویسنده"
994
+
995
+ #: ../classes/column/comment/author.php:19
996
+ msgid "Author"
997
+ msgstr "نویسنده"
998
+
999
+ #: ../classes/column/comment/date-gmt.php:19
1000
+ msgid "Date GMT"
1001
+ msgstr "تاریخ مرجع"
1002
+
1003
+ #: ../classes/column/comment/excerpt.php19,
1004
+ #: ../classes/column/post/content.php:19
1005
+ msgid "Content"
1006
+ msgstr ""
1007
+
1008
+ #: ../classes/column/comment/post.php:19
1009
+ msgid "Post"
1010
+ msgstr ""
1011
+
1012
+ #: ../classes/column/comment/reply-to.php:19
1013
+ msgid "In Reply To"
1014
+ msgstr "در پاسخ به"
1015
+
1016
+ #: ../classes/column/comment/user.php:11
1017
+ msgid "User"
1018
+ msgstr ""
1019
+
1020
+ #: ../classes/column/comment/word-count.php19,
1021
+ #: ../classes/column/post/word-count.php:19
1022
+ msgid "Word count"
1023
+ msgstr "تعداد کلمات"
1024
+
1025
+ #: ../classes/column/media/alternate-text.php:19
1026
+ msgid "Alt"
1027
+ msgstr "متن جایگزین"
1028
+
1029
+ #: ../classes/column/media/attached-to.php:19
1030
+ msgid "Attached to post"
1031
+ msgstr ""
1032
+
1033
+ #: ../classes/column/media/available-sizes.php:20
1034
+ msgid "Available Sizes"
1035
+ msgstr "اندازه های موجود"
1036
+
1037
+ #: ../classes/column/media/available-sizes.php:40
1038
+ msgid "full size"
1039
+ msgstr "اندازه کامل"
1040
+
1041
+ #: ../classes/column/media/caption.php19,
1042
+ #: ../classes/column/media/exif-data.php:41
1043
+ msgid "Caption"
1044
+ msgstr "عنوان"
1045
+
1046
+ #: ../classes/column/media/description.php19,
1047
+ #: ../classes/column/link/description.php19,
1048
+ #: ../classes/column/user/description.php:19
1049
+ msgid "Description"
1050
+ msgstr "توضیحات"
1051
+
1052
+ #: ../classes/column/media/dimensions.php:19
1053
+ msgid "Dimensions"
1054
+ msgstr "ابعاد"
1055
+
1056
+ #: ../classes/column/media/exif-data.php:19
1057
+ msgid "EXIF data"
1058
+ msgstr "داده های EXIF"
1059
+
1060
+ #: ../classes/column/media/exif-data.php:38
1061
+ msgid "Aperture"
1062
+ msgstr "دیافراگم"
1063
+
1064
+ #: ../classes/column/media/exif-data.php:39
1065
+ msgid "Credit"
1066
+ msgstr "اعتبار"
1067
+
1068
+ #: ../classes/column/media/exif-data.php:40
1069
+ msgid "Camera"
1070
+ msgstr "دوربین"
1071
+
1072
+ #: ../classes/column/media/exif-data.php:42
1073
+ msgid "Timestamp"
1074
+ msgstr "زمان"
1075
+
1076
+ #: ../classes/column/media/exif-data.php:43
1077
+ msgid "Copyright EXIF"
1078
+ msgstr "کپی رایت EXIF"
1079
+
1080
+ #: ../classes/column/media/exif-data.php:44
1081
+ msgid "Focal Length"
1082
+ msgstr "فاصله کانونی"
1083
+
1084
+ #: ../classes/column/media/exif-data.php:45
1085
+ msgid "ISO"
1086
+ msgstr "ISO"
1087
+
1088
+ #: ../classes/column/media/exif-data.php:46
1089
+ msgid "Shutter Speed"
1090
+ msgstr "سرعت شاتر"
1091
+
1092
+ #: ../classes/column/media/exif-data.php:47
1093
+ msgid "Title"
1094
+ msgstr "تیتر"
1095
+
1096
+ #: ../classes/column/media/file-name.php:19
1097
+ msgid "File name"
1098
+ msgstr "نام فایل"
1099
+
1100
+ #: ../classes/column/media/file-size.php:19
1101
+ msgid "File size"
1102
+ msgstr "حجم فایل"
1103
+
1104
+ #: ../classes/column/media/full-path.php19,
1105
+ #: ../classes/column/media/full-path.php:92
1106
+ msgid "Full path"
1107
+ msgstr "مسیر کامل"
1108
+
1109
+ #: ../classes/column/media/full-path.php:83
1110
+ msgid "Path scope"
1111
+ msgstr ""
1112
+
1113
+ #: ../classes/column/media/full-path.php:84
1114
+ msgid "Part of the file path to display"
1115
+ msgstr ""
1116
+
1117
+ #: ../classes/column/media/full-path.php:97
1118
+ msgid "Relative to domain"
1119
+ msgstr ""
1120
+
1121
+ #: ../classes/column/media/full-path.php:102
1122
+ msgid "Relative to main uploads folder "
1123
+ msgstr ""
1124
+
1125
+ #: ../classes/column/media/height.php:19
1126
+ msgid "Height"
1127
+ msgstr "ارتفاع"
1128
+
1129
+ #: ../classes/column/media/mime-type.php:19
1130
+ msgid "Mime type"
1131
+ msgstr "نوع فایل"
1132
+
1133
+ #: ../classes/column/post/attachment-count.php:19
1134
+ msgid "No. of Attachments"
1135
+ msgstr "تعداد پیوست ها"
1136
+
1137
+ #: ../classes/column/post/attachment.php:19
1138
+ msgid "Attachments"
1139
+ msgstr ""
1140
+
1141
+ #: ../classes/column/post/author-name.php:20
1142
+ msgid "Display Author As"
1143
+ msgstr "نمایش نویسنده با"
1144
+
1145
+ #: ../classes/column/post/author-name.php:100
1146
+ msgid "View Public Author Page"
1147
+ msgstr ""
1148
+
1149
+ #: ../classes/column/post/author-name.php:102
1150
+ msgid "Page the author name should link to."
1151
+ msgstr ""
1152
+
1153
+ #: ../classes/column/post/before-moretag.php:19
1154
+ msgid "Before More Tag"
1155
+ msgstr "قبل از تگ بیشتر"
1156
+
1157
+ #: ../classes/column/post/comment-count.php:20
1158
+ msgid "Comment count"
1159
+ msgstr "تعداد نظرات"
1160
+
1161
+ #: ../classes/column/post/comment-count.php:34
1162
+ msgid "Total"
1163
+ msgstr "مجموع"
1164
+
1165
+ #: ../classes/column/post/comment-count.php:36
1166
+ msgid "Pending"
1167
+ msgstr "منتظر"
1168
+
1169
+ #: ../classes/column/post/comment-count.php:37
1170
+ msgid "Spam"
1171
+ msgstr "جفنگ"
1172
+
1173
+ #: ../classes/column/post/comment-count.php:38
1174
+ msgid "Trash"
1175
+ msgstr "زباله دان"
1176
+
1177
+ #: ../classes/column/post/comment-count.php99,
1178
+ #: ../classes/column/post/comment-status.php:20
1179
+ msgid "Comment status"
1180
+ msgstr "وضعیت نظر"
1181
+
1182
+ #: ../classes/column/post/comment-count.php:99
1183
+ msgid "Select which comment status you like to display."
1184
+ msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
1185
+
1186
+ #: ../classes/column/post/depth.php:19
1187
+ msgid "Depth"
1188
+ msgstr ""
1189
+
1190
+ #: ../classes/column/post/estimated-reading-time.php:19
1191
+ msgid "Estimated Reading Time"
1192
+ msgstr ""
1193
+
1194
+ #: ../classes/column/post/estimated-reading-time.php:66
1195
+ msgid "second"
1196
+ msgid_plural "seconds"
1197
+ msgstr[0] ""
1198
+
1199
+ #: ../classes/column/post/estimated-reading-time.php:69
1200
+ msgid "minute"
1201
+ msgid_plural "minutes"
1202
+ msgstr[0] ""
1203
+
1204
+ #: ../classes/column/post/estimated-reading-time.php:107
1205
+ msgid "Words per minute"
1206
+ msgstr ""
1207
+
1208
+ #: ../classes/column/post/estimated-reading-time.php:108
1209
+ msgid "Estimated reading time in words per minute"
1210
+ msgstr ""
1211
+
1212
+ #: ../classes/column/post/featured-image.php:19
1213
+ msgid "Featured Image"
1214
+ msgstr "تصویر شاخص"
1215
+
1216
+ #: ../classes/column/post/formats.php:19
1217
+ msgid "Post Format"
1218
+ msgstr "قالب نوشته"
1219
+
1220
+ #: ../classes/column/post/last-modified-author.php:20
1221
+ msgid "Last Modified Author"
1222
+ msgstr ""
1223
+
1224
+ #: ../classes/column/post/modified.php:19
1225
+ msgid "Last modified"
1226
+ msgstr "آخرین ویرایش"
1227
+
1228
+ #: ../classes/column/post/order.php:19
1229
+ msgid "Order"
1230
+ msgstr ""
1231
+
1232
+ #: ../classes/column/post/page-template.php:19
1233
+ msgid "Page Template"
1234
+ msgstr "قالب صفحه"
1235
+
1236
+ #: ../classes/column/post/parent.php:19
1237
+ msgid "Parent"
1238
+ msgstr "مادر"
1239
+
1240
+ #: ../classes/column/post/path.php:19
1241
+ msgid "Path"
1242
+ msgstr ""
1243
+
1244
+ #: ../classes/column/post/permalink.php:19
1245
+ msgid "Permalink"
1246
+ msgstr "پیوندیکتا"
1247
+
1248
+ #: ../classes/column/post/permalink.php:68
1249
+ msgid "Link to post"
1250
+ msgstr ""
1251
+
1252
+ #: ../classes/column/post/permalink.php:68
1253
+ msgid "This will make the permalink clickable."
1254
+ msgstr ""
1255
+
1256
+ #: ../classes/column/post/ping-status.php:19
1257
+ msgid "Ping status"
1258
+ msgstr "وضعیت پینگ"
1259
+
1260
+ #: ../classes/column/post/roles.php:19
1261
+ msgid "Roles"
1262
+ msgstr "نقش ها"
1263
+
1264
+ #: ../classes/column/post/shortcodes.php:19
1265
+ msgid "Shortcodes"
1266
+ msgstr ""
1267
+
1268
+ #: ../classes/column/post/slug.php:19
1269
+ msgid "Slug"
1270
+ msgstr "نامک"
1271
+
1272
+ #: ../classes/column/post/status.php:21
1273
+ msgid "Status"
1274
+ msgstr "وضعیت"
1275
+
1276
+ #: ../classes/column/post/sticky.php:19
1277
+ msgid "Sticky"
1278
+ msgstr "سنجاق شده"
1279
+
1280
+ #: ../classes/column/post/title-raw.php:19
1281
+ msgid "Title without actions"
1282
+ msgstr ""
1283
+
1284
+ #: ../classes/column/link/length.php:19
1285
+ msgid "Length"
1286
+ msgstr "طول"
1287
+
1288
+ #: ../classes/column/link/notes.php:19
1289
+ msgid "Notes"
1290
+ msgstr "نکته ها"
1291
+
1292
+ #: ../classes/column/link/owner.php:19
1293
+ msgid "Owner"
1294
+ msgstr "مالک"
1295
+
1296
+ #: ../classes/column/link/rss.php:19
1297
+ msgid "Rss"
1298
+ msgstr "Rss"
1299
+
1300
+ #: ../classes/column/link/target.php:19
1301
+ msgid "Target"
1302
+ msgstr "هدف"
1303
+
1304
+ #: ../classes/column/user/display-name.php:19
1305
+ msgid "Display name"
1306
+ msgstr ""
1307
+
1308
+ #: ../classes/column/user/first-name.php:19
1309
+ msgid "First name"
1310
+ msgstr "نام"
1311
+
1312
+ #: ../classes/column/user/last-name.php:19
1313
+ msgid "Last name"
1314
+ msgstr "نام خانوادگی"
1315
+
1316
+ #: ../classes/column/user/post-count.php:19
1317
+ msgid "Post Count"
1318
+ msgstr "تعداد نوشته"
1319
+
1320
+ #: ../classes/column/user/post-count.php:89
1321
+ msgid "Post Type"
1322
+ msgstr "نوع نوشته"
1323
+
1324
+ #: ../classes/column/user/registered.php:19
1325
+ msgid "Registered"
1326
+ msgstr "ثبت نام شده"
1327
+
1328
+ #: ../classes/column/user/rich-editing.php:19
1329
+ msgid "Visual Editor"
1330
+ msgstr ""
1331
+
1332
+ #: ../classes/column/user/url.php:19
1333
+ msgid "Url"
1334
+ msgstr "آدرس"
languages/codepress-admin-columns-fr_FR.po ADDED
@@ -0,0 +1,1342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # 16kbit <code@ms-studio.net>, 2014
5
+ # 16kbit <code@ms-studio.net>, 2014
6
+ # Etic <pub@eticweb.ca>, 2014
7
+ # Jean-Christophe Brebion <pro@jcbrebion.com>, 2014
8
+ # Mohamed-Younès BOUMEDIENE <m-boumediene@live.fr>, 2014
9
+ # Mohamed-Younès BOUMEDIENE <m-boumediene@live.fr>, 2014
10
+ # Etic <pub@eticweb.ca>, 2014
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: Admin Columns\n"
14
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
15
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
16
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
17
+ "Language-Team: French (France) (http://www.transifex.com/codepress/admin-columns/language/fr_FR/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: fr_FR\n"
22
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
+ "X-Poedit-Basepath: ..\n"
24
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
25
+ "X-Poedit-SearchPath-0: .\n"
26
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
27
+ "X-Poedit-SourceCharset: UTF-8\n"
28
+
29
+ #: ../codepress-admin-columns.php:451
30
+ msgid "Edit columns"
31
+ msgstr "Éditer les colonnes"
32
+
33
+ #: ../classes/addons.php:110
34
+ msgid "Plugins"
35
+ msgstr ""
36
+
37
+ #: ../classes/addons.php:135
38
+ msgid "Advanced Custom Fields"
39
+ msgstr "Personnalisation avancée de champ"
40
+
41
+ #: ../classes/addons.php:136
42
+ msgid ""
43
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
44
+ "seconds!"
45
+ msgstr ""
46
+
47
+ #: ../classes/addons.php:141
48
+ msgid "WooCommerce"
49
+ msgstr ""
50
+
51
+ #: ../classes/addons.php:142
52
+ msgid ""
53
+ "Enhance the products, orders and coupons overviews with new columns and "
54
+ "inline editing."
55
+ msgstr ""
56
+
57
+ #: ../classes/column.php:624
58
+ msgid "Thumbnail"
59
+ msgstr "Vignette"
60
+
61
+ #: ../classes/column.php:625
62
+ msgid "Medium"
63
+ msgstr "Moyen"
64
+
65
+ #: ../classes/column.php:626
66
+ msgid "Large"
67
+ msgstr "Large"
68
+
69
+ #: ../classes/column.php:627
70
+ msgid "Full"
71
+ msgstr "Pleine taille"
72
+
73
+ #: ../classes/column.php:1059
74
+ msgid "Exact match"
75
+ msgstr ""
76
+
77
+ #: ../classes/column.php:1060
78
+ msgid "Lesser than"
79
+ msgstr ""
80
+
81
+ #: ../classes/column.php:1061
82
+ msgid "Greater than"
83
+ msgstr ""
84
+
85
+ #: ../classes/column.php:1062
86
+ msgid "Between"
87
+ msgstr ""
88
+
89
+ #: ../classes/column.php:1089
90
+ msgid "Date Format"
91
+ msgstr "Format de date"
92
+
93
+ #: ../classes/column.php:1090
94
+ msgid "This will determine how the date will be displayed."
95
+ msgstr "Ceci déterminera l'affichage de la date."
96
+
97
+ #: ../classes/column.php:1096
98
+ msgid "Example:"
99
+ msgstr "Exemple :"
100
+
101
+ #: ../classes/column.php:1098
102
+ msgid ""
103
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
104
+ " format here</a>."
105
+ msgstr ""
106
+
107
+ #: ../classes/column.php:1099
108
+ msgid "Documentation on date and time formatting."
109
+ msgstr "Documentation sur le formatage de la date et du temps."
110
+
111
+ #: ../classes/column.php:1113
112
+ msgid "Excerpt length"
113
+ msgstr "Longueur de l'extrait"
114
+
115
+ #: ../classes/column.php:1114
116
+ msgid "Number of words"
117
+ msgstr "Nombre de mots"
118
+
119
+ #: ../classes/column.php:1132
120
+ msgid "Preview size"
121
+ msgstr "Taille de prévisualisation"
122
+
123
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
124
+ msgid "Custom"
125
+ msgstr "Personnalisé"
126
+
127
+ #: ../classes/column.php1152, ../classes/column.php:1328
128
+ msgid "width"
129
+ msgstr "largeur"
130
+
131
+ #: ../classes/column.php:1155
132
+ msgid "height"
133
+ msgstr "hauteur"
134
+
135
+ #: ../classes/column.php:1167
136
+ msgid "Before"
137
+ msgstr "Avant"
138
+
139
+ #: ../classes/column.php:1167
140
+ msgid "This text will appear before the custom field value."
141
+ msgstr "Ce texte apparaîtra avant la valeur du champ personnalisé."
142
+
143
+ #: ../classes/column.php:1168
144
+ msgid "After"
145
+ msgstr "Après"
146
+
147
+ #: ../classes/column.php:1168
148
+ msgid "This text will appear after the custom field value."
149
+ msgstr "Ce texte apparaîtra après la valeur du champ personnalisé."
150
+
151
+ #: ../classes/column.php:1177
152
+ msgid "Display Name"
153
+ msgstr "Afficher nom"
154
+
155
+ #: ../classes/column.php1178, ../classes/settings.php:733
156
+ msgid "First Name"
157
+ msgstr "Nom"
158
+
159
+ #: ../classes/column.php:1179
160
+ msgid "Last Name"
161
+ msgstr "Prénom"
162
+
163
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
164
+ msgid "Nickname"
165
+ msgstr "Surnom"
166
+
167
+ #: ../classes/column.php:1181
168
+ msgid "User Login"
169
+ msgstr "Nom d'utilisateur"
170
+
171
+ #: ../classes/column.php:1182
172
+ msgid "User Email"
173
+ msgstr "E-mail"
174
+
175
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
176
+ msgid "User ID"
177
+ msgstr "ID utilisateur"
178
+
179
+ #: ../classes/column.php:1184
180
+ msgid "First and Last Name"
181
+ msgstr "Nom et prénom"
182
+
183
+ #: ../classes/column.php:1187
184
+ msgid "Display format"
185
+ msgstr ""
186
+
187
+ #: ../classes/column.php:1187
188
+ msgid "This is the format of the author name."
189
+ msgstr "Ceci est le format du nom de l'auteur"
190
+
191
+ #: ../classes/column.php:1350
192
+ msgid "Edit"
193
+ msgstr "Modifier"
194
+
195
+ #: ../classes/column.php1352, ../classes/column.php:1444
196
+ msgid "Clone"
197
+ msgstr ""
198
+
199
+ #: ../classes/column.php:1354
200
+ msgid "Remove"
201
+ msgstr "Retirer"
202
+
203
+ #: ../classes/column.php1372, ../classes/column.php1372,
204
+ #: ../classes/column/custom-field.php408,
205
+ #: ../classes/column/comment/type.php:13
206
+ msgid "Type"
207
+ msgstr "Type"
208
+
209
+ #: ../classes/column.php:1372
210
+ msgid "Choose a column type."
211
+ msgstr "Choisissez le type de colonne."
212
+
213
+ #: ../classes/column.php:1372
214
+ msgid "Name"
215
+ msgstr ""
216
+
217
+ #: ../classes/column.php:1382
218
+ msgid "Label"
219
+ msgstr "Libellé"
220
+
221
+ #: ../classes/column.php:1382
222
+ msgid "This is the name which will appear as the column header."
223
+ msgstr "Ceci est le nom qui apparaitra comme l'entête de colonne."
224
+
225
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
226
+ msgid "Width"
227
+ msgstr "Largeur"
228
+
229
+ #: ../classes/column.php:1391
230
+ msgid "default"
231
+ msgstr "Par défaut"
232
+
233
+ #: ../classes/column.php:1392
234
+ msgid "auto"
235
+ msgstr ""
236
+
237
+ #: ../classes/column.php:1466
238
+ msgid "Property To Display"
239
+ msgstr ""
240
+
241
+ #: ../classes/column.php:1472
242
+ msgid "Post property to display for related post(s)."
243
+ msgstr ""
244
+
245
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
246
+ msgid "Link To"
247
+ msgstr ""
248
+
249
+ #: ../classes/column.php:1489
250
+ msgid "Edit Post Author"
251
+ msgstr ""
252
+
253
+ #: ../classes/column.php:1490
254
+ msgid "View Public Post Author Page"
255
+ msgstr ""
256
+
257
+ #: ../classes/column.php:1492
258
+ msgid "Page the posts should link to."
259
+ msgstr ""
260
+
261
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
262
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
263
+ msgid "Admin Columns"
264
+ msgstr "Admin Columns"
265
+
266
+ #: ../classes/review_notice.php:58
267
+ msgid "Admin Columns Pro"
268
+ msgstr ""
269
+
270
+ #: ../classes/review_notice.php:68
271
+ msgid "click here"
272
+ msgstr ""
273
+
274
+ #: ../classes/review_notice.php:72
275
+ msgid "Leave a review!"
276
+ msgstr ""
277
+
278
+ #: ../classes/review_notice.php:73
279
+ msgid "Permanently hide notice"
280
+ msgstr ""
281
+
282
+ #: ../classes/review_notice.php:80
283
+ msgid ""
284
+ "We're sorry to hear that; maybe we can help! If you're having problems "
285
+ "properly setting up %s or if you would like help with some more advanced "
286
+ "features, please visit our %s."
287
+ msgstr ""
288
+
289
+ #: ../classes/review_notice.php:82
290
+ msgid "documentation page"
291
+ msgstr ""
292
+
293
+ #: ../classes/review_notice.php:86
294
+ msgid ""
295
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
296
+ " to access product support through %s!"
297
+ msgstr ""
298
+
299
+ #: ../classes/review_notice.php:87
300
+ msgid "our forums"
301
+ msgstr ""
302
+
303
+ #: ../classes/review_notice.php:91
304
+ msgid "You can also find help on the %s, and %s."
305
+ msgstr ""
306
+
307
+ #: ../classes/review_notice.php:92
308
+ msgid "Admin Columns forums on WordPress.org"
309
+ msgstr ""
310
+
311
+ #: ../classes/review_notice.php:93
312
+ msgid "find answers to some frequently asked questions"
313
+ msgstr ""
314
+
315
+ #: ../classes/settings.php:113
316
+ msgid "Add-on successfully activated."
317
+ msgstr "Module correctement activé."
318
+
319
+ #: ../classes/settings.php:116
320
+ msgid "Add-on successfully deactivated."
321
+ msgstr "Module correctement désactivé."
322
+
323
+ #: ../classes/settings.php:170
324
+ msgid "Admin Columns Settings"
325
+ msgstr "Réglages Admin Columns"
326
+
327
+ #: ../classes/settings.php:228
328
+ msgid "%s column is already present and can not be duplicated."
329
+ msgstr ""
330
+
331
+ #: ../classes/settings.php:284
332
+ msgid "Default settings succesfully restored."
333
+ msgstr "Les paramètres par défaut ont été restaurés avec succès."
334
+
335
+ #: ../classes/settings.php:301
336
+ msgid "Overview"
337
+ msgstr "Résumé"
338
+
339
+ #: ../classes/settings.php:304
340
+ msgid ""
341
+ "This plugin is for adding and removing additional columns to the "
342
+ "administration screens for post(types), pages, media library, comments, "
343
+ "links and users. Change the column's label and reorder them."
344
+ msgstr "Cette extension permet l'ajout et la suppression de colonnes additionnelles dans les écrans d'administration pour les articles (types), pages, librairie des médias, commentaires, liens et usagers. Modifier le libellé des colonnes et réarranger leur ordre à votre guise."
345
+
346
+ #: ../classes/settings.php:307
347
+ msgid "Basics"
348
+ msgstr "Basiques"
349
+
350
+ #: ../classes/settings.php:309
351
+ msgid "Change order"
352
+ msgstr "Modifier l'ordre"
353
+
354
+ #: ../classes/settings.php:310
355
+ msgid ""
356
+ "By dragging the columns you can change the order which they will appear in."
357
+ msgstr "En déplaçant les colonnes vous modifierez ainsi l'ordre dans lequel ils apparaissent."
358
+
359
+ #: ../classes/settings.php:311
360
+ msgid "Change label"
361
+ msgstr "Modifier le label"
362
+
363
+ #: ../classes/settings.php:312
364
+ msgid ""
365
+ "By clicking on the triangle you will see the column options. Here you can "
366
+ "change each label of the columns heading."
367
+ msgstr ""
368
+
369
+ #: ../classes/settings.php:313
370
+ msgid "Change column width"
371
+ msgstr "Modifier la largeur de colonne"
372
+
373
+ #: ../classes/settings.php:314
374
+ msgid ""
375
+ "By clicking on the triangle you will see the column options. By using the "
376
+ "draggable slider you can set the width of the columns in percentages."
377
+ msgstr ""
378
+
379
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
380
+ #: ../classes/column/custom-field.php23,
381
+ #: ../classes/column/custom-field.php:391
382
+ msgid "Custom Field"
383
+ msgstr "Champ personnalisé"
384
+
385
+ #: ../classes/settings.php:320
386
+ msgid "'Custom Field' column"
387
+ msgstr "Colonne 'Champ personnalisé'"
388
+
389
+ #: ../classes/settings.php:321
390
+ msgid ""
391
+ "The custom field colum uses the custom fields from posts and users. There "
392
+ "are 10 types which you can set."
393
+ msgstr ""
394
+
395
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
396
+ #: ../classes/column/custom-field.php:95
397
+ msgid "Default"
398
+ msgstr "Par défaut"
399
+
400
+ #: ../classes/settings.php:323
401
+ msgid ""
402
+ "Value: Can be either a string or array. Arrays will be flattened and values "
403
+ "are seperated by a ',' comma."
404
+ msgstr ""
405
+
406
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
407
+ #: ../classes/column/link/image.php:19
408
+ msgid "Image"
409
+ msgstr "Image"
410
+
411
+ #: ../classes/settings.php:324
412
+ msgid ""
413
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
414
+ "comma )."
415
+ msgstr ""
416
+
417
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
418
+ msgid "Excerpt"
419
+ msgstr "Extrait"
420
+
421
+ #: ../classes/settings.php:325
422
+ msgid "Value: This will show the first 20 words of the Post content."
423
+ msgstr "Utile : Ceci affiche les 20 premiers mots de l'article."
424
+
425
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
426
+ msgid "Multiple Values"
427
+ msgstr "Valeurs multiples"
428
+
429
+ #: ../classes/settings.php:326
430
+ msgid ""
431
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
432
+ "array."
433
+ msgstr "Utile : Ce devrait être un tableau. Ce sera n'importe quel tableau (multidimensionnel) flottant."
434
+
435
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
436
+ msgid "Numeric"
437
+ msgstr "Numérique"
438
+
439
+ #: ../classes/settings.php:327
440
+ msgid ""
441
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
442
+ "for sorting, so you can sort your posts on numeric (custom field) values."
443
+ msgstr ""
444
+
445
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
446
+ #: ../classes/column/comment/date.php:19
447
+ msgid "Date"
448
+ msgstr "Date"
449
+
450
+ #: ../classes/settings.php:328
451
+ msgid ""
452
+ "Value: Can be unix time stamp or a date format as described in the <a "
453
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
454
+ "href='%s'>general settings</a> page."
455
+ msgstr ""
456
+
457
+ #: ../classes/settings.php:329
458
+ msgid "Post Titles"
459
+ msgstr "Titre de l'article"
460
+
461
+ #: ../classes/settings.php:329
462
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
463
+ msgstr ""
464
+
465
+ #: ../classes/settings.php:330
466
+ msgid "Usernames"
467
+ msgstr "Noms d'utilisateurs"
468
+
469
+ #: ../classes/settings.php:330
470
+ msgid "Value: can be one or more User ID's (seperated by ',')."
471
+ msgstr ""
472
+
473
+ #: ../classes/settings.php:331
474
+ msgid "Checkmark"
475
+ msgstr "Cocher"
476
+
477
+ #: ../classes/settings.php:331
478
+ msgid "Value: should be a 1 (one) or 0 (zero)."
479
+ msgstr "Utile : Peut être la valeur un (1) ou zéro (0)."
480
+
481
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
482
+ msgid "Color"
483
+ msgstr "Couleur"
484
+
485
+ #: ../classes/settings.php:332
486
+ msgid "Value: hex value color, such as #808080."
487
+ msgstr "Utile : code couleur en hexadécimal, comme #808080."
488
+
489
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
490
+ msgid "Counter"
491
+ msgstr "Compteur"
492
+
493
+ #: ../classes/settings.php:333
494
+ msgid ""
495
+ "Value: Can be either a string or array. This will display a count of the "
496
+ "number of times the meta key is used by the item."
497
+ msgstr ""
498
+
499
+ #: ../classes/settings.php:422
500
+ msgid "Welcome to Admin Columns"
501
+ msgstr "Bienvenue dans Admin Columns"
502
+
503
+ #: ../classes/settings.php:425
504
+ msgid "Thank you for updating to the latest version!"
505
+ msgstr "Merci d'avoir mis à jour vers la dernière version!"
506
+
507
+ #: ../classes/settings.php:426
508
+ msgid ""
509
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
510
+ "like it."
511
+ msgstr ""
512
+
513
+ #: ../classes/settings.php:431
514
+ msgid "What’s New"
515
+ msgstr "Quoi de neuf"
516
+
517
+ #: ../classes/settings.php:432
518
+ msgid "Changelog"
519
+ msgstr "Modifications"
520
+
521
+ #: ../classes/settings.php:437
522
+ msgid "Important"
523
+ msgstr "Important"
524
+
525
+ #: ../classes/settings.php:439
526
+ msgid "Database Changes"
527
+ msgstr "Changements dans la base de données"
528
+
529
+ #: ../classes/settings.php:440
530
+ msgid ""
531
+ "The database has been changed between versions 1 and 2. But we made sure you"
532
+ " can still roll back to version 1x without any issues."
533
+ msgstr "La base de données à été modifiée entre les versions 1 et 2. Mais nous sommes sûr que vous pouvez retourner à la version 1x sans aucun problème."
534
+
535
+ #: ../classes/settings.php:443
536
+ msgid "Make sure you backup your database and then click"
537
+ msgstr "Assurez-vous de sauvegarder votre base de données et cliquez "
538
+
539
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
540
+ msgid "Upgrade Database"
541
+ msgstr "Mettre à jour la base de données"
542
+
543
+ #: ../classes/settings.php:446
544
+ msgid "Potential Issues"
545
+ msgstr "Problèmes potentiels"
546
+
547
+ #: ../classes/settings.php:447
548
+ msgid ""
549
+ "Do to the sizable refactoring the code, surounding Addons and "
550
+ "action/filters, your website may not operate correctly. It is important that"
551
+ " you read the full"
552
+ msgstr ""
553
+
554
+ #: ../classes/settings.php:447
555
+ msgid "Migrating from v1 to v2"
556
+ msgstr "Migration de la v1 à la v2"
557
+
558
+ #: ../classes/settings.php:447
559
+ msgid "guide to view the full list of changes."
560
+ msgstr "guide pour voir la liste complète des modifications."
561
+
562
+ #: ../classes/settings.php:447
563
+ msgid ""
564
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
565
+ "can fix it in the next release."
566
+ msgstr ""
567
+
568
+ #: ../classes/settings.php:450
569
+ msgid "Important!"
570
+ msgstr "Important!"
571
+
572
+ #: ../classes/settings.php:450
573
+ msgid ""
574
+ "If you updated the Admin Columns plugin without prior knowledge of such "
575
+ "changes, Please roll back to the latest"
576
+ msgstr ""
577
+
578
+ #: ../classes/settings.php:450
579
+ msgid "version 1"
580
+ msgstr "version 1"
581
+
582
+ #: ../classes/settings.php:450
583
+ msgid "of this plugin."
584
+ msgstr "de ce plugin."
585
+
586
+ #: ../classes/settings.php:456
587
+ msgid "Changelog for"
588
+ msgstr "Nouveautés pour"
589
+
590
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
591
+ msgid "Learn more"
592
+ msgstr "En savoir plus"
593
+
594
+ #: ../classes/settings.php:481
595
+ msgid "Start using Admin Columns"
596
+ msgstr "Commencer à utiliser Admin Columns"
597
+
598
+ #: ../classes/settings.php:500
599
+ msgid "General Settings"
600
+ msgstr "Réglages généraux"
601
+
602
+ #: ../classes/settings.php:501
603
+ msgid "Customize your Admin Columns settings."
604
+ msgstr "Personnalisez vos réglages Admin Columns."
605
+
606
+ #: ../classes/settings.php:512
607
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
608
+ msgstr ""
609
+
610
+ #: ../classes/settings.php:559
611
+ msgid "Restore Settings"
612
+ msgstr "Rétablir les réglages"
613
+
614
+ #: ../classes/settings.php:560
615
+ msgid "This will delete all column settings and restore the default settings."
616
+ msgstr "Cette opération va supprimer tous les paramètres de colonnes et restaure tous les paramètres par défaut."
617
+
618
+ #: ../classes/settings.php:566
619
+ msgid "Restore default settings"
620
+ msgstr "Restaurer les paramètres par défaut"
621
+
622
+ #: ../classes/settings.php:566
623
+ msgid ""
624
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
625
+ "undone. 'OK' to delete, 'Cancel' to stop"
626
+ msgstr ""
627
+
628
+ #: ../classes/settings.php:582
629
+ msgid "Posttypes"
630
+ msgstr "Type d'article"
631
+
632
+ #: ../classes/settings.php:583
633
+ msgid "Others"
634
+ msgstr "Autres"
635
+
636
+ #: ../classes/settings.php:584
637
+ msgid "Taxonomies"
638
+ msgstr "Taxonomie"
639
+
640
+ #: ../classes/settings.php:600
641
+ msgid "Settings"
642
+ msgstr "Réglages"
643
+
644
+ #: ../classes/settings.php:601
645
+ msgid "Add-ons"
646
+ msgstr "Modules"
647
+
648
+ #: ../classes/settings.php:669
649
+ msgid ""
650
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
651
+ " admin panel."
652
+ msgstr ""
653
+
654
+ #: ../classes/settings.php:679
655
+ msgid "Store settings"
656
+ msgstr "Enregistrer les réglages"
657
+
658
+ #: ../classes/settings.php:687
659
+ msgid ""
660
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
661
+ " delete, 'Cancel' to stop"
662
+ msgstr ""
663
+
664
+ #: ../classes/settings.php:688
665
+ msgid "Restore"
666
+ msgstr "Restaurer"
667
+
668
+ #: ../classes/settings.php:688
669
+ msgid "columns"
670
+ msgstr "colonnes"
671
+
672
+ #: ../classes/settings.php:707
673
+ msgid "Get Admin Columns Pro"
674
+ msgstr ""
675
+
676
+ #: ../classes/settings.php:711
677
+ msgid "Add Sorting"
678
+ msgstr "Ajouter le tri"
679
+
680
+ #: ../classes/settings.php:712
681
+ msgid "Add Filtering"
682
+ msgstr "Ajouter le filtrage"
683
+
684
+ #: ../classes/settings.php:713
685
+ msgid "Add Import/Export"
686
+ msgstr "Ajouter l'import/export"
687
+
688
+ #: ../classes/settings.php:714
689
+ msgid "Add Direct Editing"
690
+ msgstr "Ajouter la modification directe"
691
+
692
+ #: ../classes/settings.php:717
693
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
694
+ msgstr ""
695
+
696
+ #: ../classes/settings.php:730
697
+ msgid "Subscribe to receive news &amp; updates below."
698
+ msgstr ""
699
+
700
+ #: ../classes/settings.php:737
701
+ msgid "Your Email"
702
+ msgstr ""
703
+
704
+ #: ../classes/settings.php:748
705
+ msgid "Are you happy with Admin Columns?"
706
+ msgstr ""
707
+
708
+ #: ../classes/settings.php:756
709
+ msgid "What's wrong? Need help? Let us know!"
710
+ msgstr ""
711
+
712
+ #: ../classes/settings.php:757
713
+ msgid ""
714
+ "Check out our extensive documentation, or you can open a support topic on "
715
+ "WordPress.org!"
716
+ msgstr ""
717
+
718
+ #: ../classes/settings.php:765
719
+ msgid "Docs"
720
+ msgstr ""
721
+
722
+ #: ../classes/settings.php:770
723
+ msgid "Forums"
724
+ msgstr ""
725
+
726
+ #: ../classes/settings.php:779
727
+ msgid "Woohoo! We're glad to hear that!"
728
+ msgstr ""
729
+
730
+ #: ../classes/settings.php:780
731
+ msgid ""
732
+ "We would really love it if you could show your appreciation by giving us a "
733
+ "rating on WordPress.org or tweet about Admin Columns!"
734
+ msgstr ""
735
+
736
+ #: ../classes/settings.php:784
737
+ msgid "Rate"
738
+ msgstr ""
739
+
740
+ #: ../classes/settings.php:795
741
+ msgid "Tweet"
742
+ msgstr ""
743
+
744
+ #: ../classes/settings.php:805
745
+ msgid "Buy Pro"
746
+ msgstr ""
747
+
748
+ #: ../classes/settings.php:817
749
+ msgid "Support"
750
+ msgstr "Aide"
751
+
752
+ #: ../classes/settings.php:820
753
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
754
+ msgstr ""
755
+
756
+ #: ../classes/settings.php:823
757
+ msgid ""
758
+ "For full documentation, bug reports, feature suggestions and other tips <a "
759
+ "href='%s'>visit the Admin Columns website</a>"
760
+ msgstr ""
761
+
762
+ #: ../classes/settings.php:852
763
+ msgid "Drag and drop to reorder"
764
+ msgstr "Vous pouvez modifier l'ordre."
765
+
766
+ #: ../classes/settings.php:855
767
+ msgid "Add Column"
768
+ msgstr "Ajouter une colonne."
769
+
770
+ #: ../classes/settings.php:936
771
+ msgid "Active"
772
+ msgstr "Actif"
773
+
774
+ #: ../classes/settings.php:937
775
+ msgid "Deactivate"
776
+ msgstr "Désactiver"
777
+
778
+ #: ../classes/settings.php:944
779
+ msgid "Installed"
780
+ msgstr "Installé"
781
+
782
+ #: ../classes/settings.php:945
783
+ msgid "Activate"
784
+ msgstr "Activer"
785
+
786
+ #: ../classes/settings.php:959
787
+ msgid "Download & Install"
788
+ msgstr "Télécharger & Installer"
789
+
790
+ #: ../classes/settings.php:964
791
+ msgid "Get this add-on"
792
+ msgstr "Obtenir ce module"
793
+
794
+ #: ../classes/storage_model.php:262
795
+ msgid "settings succesfully restored."
796
+ msgstr "les paramètres ont été restaurés avec succès."
797
+
798
+ #: ../classes/storage_model.php:278
799
+ msgid "No columns settings available."
800
+ msgstr "Aucun paramètre de colonne disponible."
801
+
802
+ #: ../classes/storage_model.php:299
803
+ msgid "You are trying to store the same settings for %s."
804
+ msgstr "Vous essayez de conserver les mêmes paramètres pour %s."
805
+
806
+ #: ../classes/storage_model.php:303
807
+ msgid "Settings for %s updated successfully."
808
+ msgstr ""
809
+
810
+ #: ../classes/storage_model.php:643
811
+ msgid "Columns by Plugins"
812
+ msgstr ""
813
+
814
+ #: ../classes/storage_model.php:862
815
+ msgid "View"
816
+ msgstr "Voir"
817
+
818
+ #: ../classes/upgrade.php:62
819
+ msgid ""
820
+ "The pro add-on is no longer supported. Please login to your account and "
821
+ "download Admin Columns Pro"
822
+ msgstr ""
823
+
824
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
825
+ msgid "Upgrade"
826
+ msgstr "Mettre à jour"
827
+
828
+ #: ../classes/upgrade.php:136
829
+ msgid "requires a database upgrade"
830
+ msgstr "nécessite une mise à jour de la base de données"
831
+
832
+ #: ../classes/upgrade.php:139
833
+ msgid "why?"
834
+ msgstr "pourquoi?"
835
+
836
+ #: ../classes/upgrade.php:140
837
+ msgid "Please"
838
+ msgstr "Veuillez"
839
+
840
+ #: ../classes/upgrade.php:141
841
+ msgid "backup your database"
842
+ msgstr "sauvegarder votre base de données"
843
+
844
+ #: ../classes/upgrade.php:142
845
+ msgid "then click"
846
+ msgstr "puis cliquer"
847
+
848
+ #: ../classes/upgrade.php:351
849
+ msgid "Migrating Column Settings"
850
+ msgstr "Migration des paramètres de colonne"
851
+
852
+ #: ../classes/upgrade.php:387
853
+ msgid "No Upgrade Required"
854
+ msgstr "Aucune mise à jour n'est nécessaire."
855
+
856
+ #: ../classes/upgrade.php:388
857
+ msgid "Return to welcome screen."
858
+ msgstr "Retour à l'écran d'accueil."
859
+
860
+ #: ../classes/upgrade.php:406
861
+ msgid "Upgrade Complete!"
862
+ msgstr "Mise à jour terminée!"
863
+
864
+ #: ../classes/upgrade.php:406
865
+ msgid "Return to settings."
866
+ msgstr "Retour aux réglages."
867
+
868
+ #: ../classes/upgrade.php:407
869
+ msgid "Error"
870
+ msgstr "Erreur"
871
+
872
+ #: ../classes/upgrade.php:408
873
+ msgid ""
874
+ "Sorry. Something went wrong during the upgrade process. Please report this "
875
+ "on the support forum."
876
+ msgstr "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. Veuillez reporter cela au support du forum."
877
+
878
+ #: ../classes/column/acf-placeholder.php:19
879
+ msgid "ACF Field"
880
+ msgstr "Champ ACF"
881
+
882
+ #: ../classes/column/acf-placeholder.php:35
883
+ msgid ""
884
+ "If you have a developer licence please download & install your ACF add-on "
885
+ "from the <a href='%s'>add-ons tab</a>."
886
+ msgstr ""
887
+
888
+ #: ../classes/column/acf-placeholder.php:38
889
+ msgid ""
890
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
891
+ "integeration, allowing you to easily display and edit ACF fields from within"
892
+ " your posts overview."
893
+ msgstr ""
894
+
895
+ #: ../classes/column/acf-placeholder.php:44
896
+ msgid "Find out more"
897
+ msgstr "En savoir plus"
898
+
899
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
900
+ msgid "Actions"
901
+ msgstr "Actions"
902
+
903
+ #: ../classes/column/actions.php:96
904
+ msgid "Use icons?"
905
+ msgstr ""
906
+
907
+ #: ../classes/column/actions.php:96
908
+ msgid "Use icons instead of text for displaying the actions."
909
+ msgstr ""
910
+
911
+ #: ../classes/column/custom-field.php:96
912
+ msgid "Checkmark (true/false)"
913
+ msgstr "Cocher (vrai/faux)"
914
+
915
+ #: ../classes/column/custom-field.php:102
916
+ msgid "Media Library"
917
+ msgstr "Bibliothèque des médias"
918
+
919
+ #: ../classes/column/custom-field.php:105
920
+ msgid "Post Title (Post ID's)"
921
+ msgstr "Titre du post (Post ID)"
922
+
923
+ #: ../classes/column/custom-field.php:106
924
+ msgid "Username (User ID's)"
925
+ msgstr "Nom d'utilisateur (ID d'utilisateur)"
926
+
927
+ #: ../classes/column/custom-field.php:107
928
+ msgid "Term Name (Term ID's)"
929
+ msgstr ""
930
+
931
+ #: ../classes/column/custom-field.php:391
932
+ msgid "Select your custom field."
933
+ msgstr "Sélectionnez votre champ personnalisé."
934
+
935
+ #: ../classes/column/custom-field.php:401
936
+ msgid "No custom fields available."
937
+ msgstr "Aucun champ personnalisé disponible."
938
+
939
+ #: ../classes/column/custom-field.php:401
940
+ msgid "Please create a %s item first."
941
+ msgstr ""
942
+
943
+ #: ../classes/column/custom-field.php:408
944
+ msgid "Field Type"
945
+ msgstr "Type de champ"
946
+
947
+ #: ../classes/column/custom-field.php:408
948
+ msgid "This will determine how the value will be displayed."
949
+ msgstr "Ceci va déterminer la manière dont la valeur sera affichée."
950
+
951
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
952
+ msgid "Taxonomy"
953
+ msgstr "Taxonomy"
954
+
955
+ #: ../classes/column/used-by-menu.php:20
956
+ msgid "Used by Menu"
957
+ msgstr ""
958
+
959
+ #: ../classes/column/used-by-menu.php:133
960
+ msgid "Link to menu"
961
+ msgstr ""
962
+
963
+ #: ../classes/column/used-by-menu.php:133
964
+ msgid "This will make the title link to the menu."
965
+ msgstr ""
966
+
967
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
968
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
969
+ msgid "ID"
970
+ msgstr "ID"
971
+
972
+ #: ../classes/column/comment/agent.php:19
973
+ msgid "Agent"
974
+ msgstr "Agent"
975
+
976
+ #: ../classes/column/comment/approved.php19,
977
+ #: ../classes/column/post/comment-count.php:35
978
+ msgid "Approved"
979
+ msgstr "Approuvé"
980
+
981
+ #: ../classes/column/comment/author-avatar.php:19
982
+ msgid "Avatar"
983
+ msgstr "Avatar"
984
+
985
+ #: ../classes/column/comment/author-email.php:19
986
+ msgid "Author email"
987
+ msgstr "Courriel de l'auteur"
988
+
989
+ #: ../classes/column/comment/author-ip.php:19
990
+ msgid "Author IP"
991
+ msgstr "IP de l'auteur"
992
+
993
+ #: ../classes/column/comment/author-name.php:12
994
+ msgid "Author name"
995
+ msgstr ""
996
+
997
+ #: ../classes/column/comment/author-url.php:19
998
+ msgid "Author url"
999
+ msgstr "URL de l'auteur"
1000
+
1001
+ #: ../classes/column/comment/author.php:19
1002
+ msgid "Author"
1003
+ msgstr "Auteur"
1004
+
1005
+ #: ../classes/column/comment/date-gmt.php:19
1006
+ msgid "Date GMT"
1007
+ msgstr "Date GMT"
1008
+
1009
+ #: ../classes/column/comment/excerpt.php19,
1010
+ #: ../classes/column/post/content.php:19
1011
+ msgid "Content"
1012
+ msgstr ""
1013
+
1014
+ #: ../classes/column/comment/post.php:19
1015
+ msgid "Post"
1016
+ msgstr ""
1017
+
1018
+ #: ../classes/column/comment/reply-to.php:19
1019
+ msgid "In Reply To"
1020
+ msgstr "En réponse à"
1021
+
1022
+ #: ../classes/column/comment/user.php:11
1023
+ msgid "User"
1024
+ msgstr ""
1025
+
1026
+ #: ../classes/column/comment/word-count.php19,
1027
+ #: ../classes/column/post/word-count.php:19
1028
+ msgid "Word count"
1029
+ msgstr "Nombre de mots"
1030
+
1031
+ #: ../classes/column/media/alternate-text.php:19
1032
+ msgid "Alt"
1033
+ msgstr "Texte alternatif"
1034
+
1035
+ #: ../classes/column/media/attached-to.php:19
1036
+ msgid "Attached to post"
1037
+ msgstr ""
1038
+
1039
+ #: ../classes/column/media/available-sizes.php:20
1040
+ msgid "Available Sizes"
1041
+ msgstr "Tailles disponibles"
1042
+
1043
+ #: ../classes/column/media/available-sizes.php:40
1044
+ msgid "full size"
1045
+ msgstr "Taille réelle"
1046
+
1047
+ #: ../classes/column/media/caption.php19,
1048
+ #: ../classes/column/media/exif-data.php:41
1049
+ msgid "Caption"
1050
+ msgstr "Légende"
1051
+
1052
+ #: ../classes/column/media/description.php19,
1053
+ #: ../classes/column/link/description.php19,
1054
+ #: ../classes/column/user/description.php:19
1055
+ msgid "Description"
1056
+ msgstr "Description"
1057
+
1058
+ #: ../classes/column/media/dimensions.php:19
1059
+ msgid "Dimensions"
1060
+ msgstr "Dimensions"
1061
+
1062
+ #: ../classes/column/media/exif-data.php:19
1063
+ msgid "EXIF data"
1064
+ msgstr "Données EXIF"
1065
+
1066
+ #: ../classes/column/media/exif-data.php:38
1067
+ msgid "Aperture"
1068
+ msgstr "Ouverture"
1069
+
1070
+ #: ../classes/column/media/exif-data.php:39
1071
+ msgid "Credit"
1072
+ msgstr "Crédit"
1073
+
1074
+ #: ../classes/column/media/exif-data.php:40
1075
+ msgid "Camera"
1076
+ msgstr "Appareil photo"
1077
+
1078
+ #: ../classes/column/media/exif-data.php:42
1079
+ msgid "Timestamp"
1080
+ msgstr "Horodateur"
1081
+
1082
+ #: ../classes/column/media/exif-data.php:43
1083
+ msgid "Copyright EXIF"
1084
+ msgstr "Copyright EXIF"
1085
+
1086
+ #: ../classes/column/media/exif-data.php:44
1087
+ msgid "Focal Length"
1088
+ msgstr "Distance focale"
1089
+
1090
+ #: ../classes/column/media/exif-data.php:45
1091
+ msgid "ISO"
1092
+ msgstr "ISO"
1093
+
1094
+ #: ../classes/column/media/exif-data.php:46
1095
+ msgid "Shutter Speed"
1096
+ msgstr "Vitesse d'obturation"
1097
+
1098
+ #: ../classes/column/media/exif-data.php:47
1099
+ msgid "Title"
1100
+ msgstr "Titre"
1101
+
1102
+ #: ../classes/column/media/file-name.php:19
1103
+ msgid "File name"
1104
+ msgstr "Nom du fichier"
1105
+
1106
+ #: ../classes/column/media/file-size.php:19
1107
+ msgid "File size"
1108
+ msgstr "Taille du fichier"
1109
+
1110
+ #: ../classes/column/media/full-path.php19,
1111
+ #: ../classes/column/media/full-path.php:92
1112
+ msgid "Full path"
1113
+ msgstr "Chemin d'accès complet"
1114
+
1115
+ #: ../classes/column/media/full-path.php:83
1116
+ msgid "Path scope"
1117
+ msgstr ""
1118
+
1119
+ #: ../classes/column/media/full-path.php:84
1120
+ msgid "Part of the file path to display"
1121
+ msgstr ""
1122
+
1123
+ #: ../classes/column/media/full-path.php:97
1124
+ msgid "Relative to domain"
1125
+ msgstr ""
1126
+
1127
+ #: ../classes/column/media/full-path.php:102
1128
+ msgid "Relative to main uploads folder "
1129
+ msgstr ""
1130
+
1131
+ #: ../classes/column/media/height.php:19
1132
+ msgid "Height"
1133
+ msgstr "Hauteur"
1134
+
1135
+ #: ../classes/column/media/mime-type.php:19
1136
+ msgid "Mime type"
1137
+ msgstr "Type Mime"
1138
+
1139
+ #: ../classes/column/post/attachment-count.php:19
1140
+ msgid "No. of Attachments"
1141
+ msgstr "Nombre de pièces jointes"
1142
+
1143
+ #: ../classes/column/post/attachment.php:19
1144
+ msgid "Attachments"
1145
+ msgstr ""
1146
+
1147
+ #: ../classes/column/post/author-name.php:20
1148
+ msgid "Display Author As"
1149
+ msgstr "Afficher l'auteur comme"
1150
+
1151
+ #: ../classes/column/post/author-name.php:100
1152
+ msgid "View Public Author Page"
1153
+ msgstr ""
1154
+
1155
+ #: ../classes/column/post/author-name.php:102
1156
+ msgid "Page the author name should link to."
1157
+ msgstr ""
1158
+
1159
+ #: ../classes/column/post/before-moretag.php:19
1160
+ msgid "Before More Tag"
1161
+ msgstr "Avant plus de balise"
1162
+
1163
+ #: ../classes/column/post/comment-count.php:20
1164
+ msgid "Comment count"
1165
+ msgstr "Nombre de commentaires"
1166
+
1167
+ #: ../classes/column/post/comment-count.php:34
1168
+ msgid "Total"
1169
+ msgstr "Total"
1170
+
1171
+ #: ../classes/column/post/comment-count.php:36
1172
+ msgid "Pending"
1173
+ msgstr "En attente"
1174
+
1175
+ #: ../classes/column/post/comment-count.php:37
1176
+ msgid "Spam"
1177
+ msgstr "Indésirable"
1178
+
1179
+ #: ../classes/column/post/comment-count.php:38
1180
+ msgid "Trash"
1181
+ msgstr "Corbeille"
1182
+
1183
+ #: ../classes/column/post/comment-count.php99,
1184
+ #: ../classes/column/post/comment-status.php:20
1185
+ msgid "Comment status"
1186
+ msgstr "Status de commentaire"
1187
+
1188
+ #: ../classes/column/post/comment-count.php:99
1189
+ msgid "Select which comment status you like to display."
1190
+ msgstr "Sélectionnez quel commentaire voulez-vous afficher."
1191
+
1192
+ #: ../classes/column/post/depth.php:19
1193
+ msgid "Depth"
1194
+ msgstr ""
1195
+
1196
+ #: ../classes/column/post/estimated-reading-time.php:19
1197
+ msgid "Estimated Reading Time"
1198
+ msgstr ""
1199
+
1200
+ #: ../classes/column/post/estimated-reading-time.php:66
1201
+ msgid "second"
1202
+ msgid_plural "seconds"
1203
+ msgstr[0] ""
1204
+ msgstr[1] ""
1205
+
1206
+ #: ../classes/column/post/estimated-reading-time.php:69
1207
+ msgid "minute"
1208
+ msgid_plural "minutes"
1209
+ msgstr[0] ""
1210
+ msgstr[1] ""
1211
+
1212
+ #: ../classes/column/post/estimated-reading-time.php:107
1213
+ msgid "Words per minute"
1214
+ msgstr ""
1215
+
1216
+ #: ../classes/column/post/estimated-reading-time.php:108
1217
+ msgid "Estimated reading time in words per minute"
1218
+ msgstr ""
1219
+
1220
+ #: ../classes/column/post/featured-image.php:19
1221
+ msgid "Featured Image"
1222
+ msgstr "Image à la Une"
1223
+
1224
+ #: ../classes/column/post/formats.php:19
1225
+ msgid "Post Format"
1226
+ msgstr "Format de post"
1227
+
1228
+ #: ../classes/column/post/last-modified-author.php:20
1229
+ msgid "Last Modified Author"
1230
+ msgstr ""
1231
+
1232
+ #: ../classes/column/post/modified.php:19
1233
+ msgid "Last modified"
1234
+ msgstr "Dernière modification"
1235
+
1236
+ #: ../classes/column/post/order.php:19
1237
+ msgid "Order"
1238
+ msgstr ""
1239
+
1240
+ #: ../classes/column/post/page-template.php:19
1241
+ msgid "Page Template"
1242
+ msgstr "Modèle de page"
1243
+
1244
+ #: ../classes/column/post/parent.php:19
1245
+ msgid "Parent"
1246
+ msgstr "Parent"
1247
+
1248
+ #: ../classes/column/post/path.php:19
1249
+ msgid "Path"
1250
+ msgstr ""
1251
+
1252
+ #: ../classes/column/post/permalink.php:19
1253
+ msgid "Permalink"
1254
+ msgstr "Permalien"
1255
+
1256
+ #: ../classes/column/post/permalink.php:68
1257
+ msgid "Link to post"
1258
+ msgstr ""
1259
+
1260
+ #: ../classes/column/post/permalink.php:68
1261
+ msgid "This will make the permalink clickable."
1262
+ msgstr ""
1263
+
1264
+ #: ../classes/column/post/ping-status.php:19
1265
+ msgid "Ping status"
1266
+ msgstr "Status du ping"
1267
+
1268
+ #: ../classes/column/post/roles.php:19
1269
+ msgid "Roles"
1270
+ msgstr "Rôles"
1271
+
1272
+ #: ../classes/column/post/shortcodes.php:19
1273
+ msgid "Shortcodes"
1274
+ msgstr ""
1275
+
1276
+ #: ../classes/column/post/slug.php:19
1277
+ msgid "Slug"
1278
+ msgstr "Slug"
1279
+
1280
+ #: ../classes/column/post/status.php:21
1281
+ msgid "Status"
1282
+ msgstr "Status"
1283
+
1284
+ #: ../classes/column/post/sticky.php:19
1285
+ msgid "Sticky"
1286
+ msgstr "Attaché"
1287
+
1288
+ #: ../classes/column/post/title-raw.php:19
1289
+ msgid "Title without actions"
1290
+ msgstr ""
1291
+
1292
+ #: ../classes/column/link/length.php:19
1293
+ msgid "Length"
1294
+ msgstr "Longueur"
1295
+
1296
+ #: ../classes/column/link/notes.php:19
1297
+ msgid "Notes"
1298
+ msgstr "Notes"
1299
+
1300
+ #: ../classes/column/link/owner.php:19
1301
+ msgid "Owner"
1302
+ msgstr "Propriétaire"
1303
+
1304
+ #: ../classes/column/link/rss.php:19
1305
+ msgid "Rss"
1306
+ msgstr "Rss"
1307
+
1308
+ #: ../classes/column/link/target.php:19
1309
+ msgid "Target"
1310
+ msgstr "Cible"
1311
+
1312
+ #: ../classes/column/user/display-name.php:19
1313
+ msgid "Display name"
1314
+ msgstr ""
1315
+
1316
+ #: ../classes/column/user/first-name.php:19
1317
+ msgid "First name"
1318
+ msgstr "Prénom"
1319
+
1320
+ #: ../classes/column/user/last-name.php:19
1321
+ msgid "Last name"
1322
+ msgstr "Nom"
1323
+
1324
+ #: ../classes/column/user/post-count.php:19
1325
+ msgid "Post Count"
1326
+ msgstr "Nombre d'article"
1327
+
1328
+ #: ../classes/column/user/post-count.php:89
1329
+ msgid "Post Type"
1330
+ msgstr "Type d'article"
1331
+
1332
+ #: ../classes/column/user/registered.php:19
1333
+ msgid "Registered"
1334
+ msgstr "Inscrit"
1335
+
1336
+ #: ../classes/column/user/rich-editing.php:19
1337
+ msgid "Visual Editor"
1338
+ msgstr ""
1339
+
1340
+ #: ../classes/column/user/url.php:19
1341
+ msgid "Url"
1342
+ msgstr "URL"
languages/codepress-admin-columns-hu_HU.po ADDED
@@ -0,0 +1,1337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # tpr <tproli@gmail.com>, 2014
5
+ # tpr <tproli@gmail.com>, 2014
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Admin Columns\n"
9
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
10
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
11
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
12
+ "Language-Team: Hungarian (Hungary) (http://www.transifex.com/codepress/admin-columns/language/hu_HU/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: hu_HU\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+
24
+ #: ../codepress-admin-columns.php:451
25
+ msgid "Edit columns"
26
+ msgstr "Oszlopok szerkesztése"
27
+
28
+ #: ../classes/addons.php:110
29
+ msgid "Plugins"
30
+ msgstr ""
31
+
32
+ #: ../classes/addons.php:135
33
+ msgid "Advanced Custom Fields"
34
+ msgstr ""
35
+
36
+ #: ../classes/addons.php:136
37
+ msgid ""
38
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
39
+ "seconds!"
40
+ msgstr ""
41
+
42
+ #: ../classes/addons.php:141
43
+ msgid "WooCommerce"
44
+ msgstr ""
45
+
46
+ #: ../classes/addons.php:142
47
+ msgid ""
48
+ "Enhance the products, orders and coupons overviews with new columns and "
49
+ "inline editing."
50
+ msgstr ""
51
+
52
+ #: ../classes/column.php:624
53
+ msgid "Thumbnail"
54
+ msgstr "Bélyegkép"
55
+
56
+ #: ../classes/column.php:625
57
+ msgid "Medium"
58
+ msgstr "Közepes"
59
+
60
+ #: ../classes/column.php:626
61
+ msgid "Large"
62
+ msgstr "Nagy"
63
+
64
+ #: ../classes/column.php:627
65
+ msgid "Full"
66
+ msgstr "Teljes méretű"
67
+
68
+ #: ../classes/column.php:1059
69
+ msgid "Exact match"
70
+ msgstr ""
71
+
72
+ #: ../classes/column.php:1060
73
+ msgid "Lesser than"
74
+ msgstr ""
75
+
76
+ #: ../classes/column.php:1061
77
+ msgid "Greater than"
78
+ msgstr ""
79
+
80
+ #: ../classes/column.php:1062
81
+ msgid "Between"
82
+ msgstr ""
83
+
84
+ #: ../classes/column.php:1089
85
+ msgid "Date Format"
86
+ msgstr "Dátumformátum"
87
+
88
+ #: ../classes/column.php:1090
89
+ msgid "This will determine how the date will be displayed."
90
+ msgstr "Meghatározza, hogy fog a dátum megjelenni."
91
+
92
+ #: ../classes/column.php:1096
93
+ msgid "Example:"
94
+ msgstr "Például:"
95
+
96
+ #: ../classes/column.php:1098
97
+ msgid ""
98
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
99
+ " format here</a>."
100
+ msgstr ""
101
+
102
+ #: ../classes/column.php:1099
103
+ msgid "Documentation on date and time formatting."
104
+ msgstr "Dokumentáció a dátum- és időformátumokhoz."
105
+
106
+ #: ../classes/column.php:1113
107
+ msgid "Excerpt length"
108
+ msgstr "Kivonat hossza"
109
+
110
+ #: ../classes/column.php:1114
111
+ msgid "Number of words"
112
+ msgstr "Szavak száma"
113
+
114
+ #: ../classes/column.php:1132
115
+ msgid "Preview size"
116
+ msgstr "Előnézet mérete"
117
+
118
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
119
+ msgid "Custom"
120
+ msgstr "Egyedi"
121
+
122
+ #: ../classes/column.php1152, ../classes/column.php:1328
123
+ msgid "width"
124
+ msgstr "szélesség"
125
+
126
+ #: ../classes/column.php:1155
127
+ msgid "height"
128
+ msgstr "magasság"
129
+
130
+ #: ../classes/column.php:1167
131
+ msgid "Before"
132
+ msgstr "Előtte"
133
+
134
+ #: ../classes/column.php:1167
135
+ msgid "This text will appear before the custom field value."
136
+ msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke előtt."
137
+
138
+ #: ../classes/column.php:1168
139
+ msgid "After"
140
+ msgstr "Utána"
141
+
142
+ #: ../classes/column.php:1168
143
+ msgid "This text will appear after the custom field value."
144
+ msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke után."
145
+
146
+ #: ../classes/column.php:1177
147
+ msgid "Display Name"
148
+ msgstr "Megjelenő név"
149
+
150
+ #: ../classes/column.php1178, ../classes/settings.php:733
151
+ msgid "First Name"
152
+ msgstr "Utónév"
153
+
154
+ #: ../classes/column.php:1179
155
+ msgid "Last Name"
156
+ msgstr "Vezetéknév"
157
+
158
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
159
+ msgid "Nickname"
160
+ msgstr "Becenév"
161
+
162
+ #: ../classes/column.php:1181
163
+ msgid "User Login"
164
+ msgstr "Felhasználó bejelentkezés"
165
+
166
+ #: ../classes/column.php:1182
167
+ msgid "User Email"
168
+ msgstr "Felhasználó email"
169
+
170
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
171
+ msgid "User ID"
172
+ msgstr "Felhasználó ID "
173
+
174
+ #: ../classes/column.php:1184
175
+ msgid "First and Last Name"
176
+ msgstr "Elő- és utónév"
177
+
178
+ #: ../classes/column.php:1187
179
+ msgid "Display format"
180
+ msgstr ""
181
+
182
+ #: ../classes/column.php:1187
183
+ msgid "This is the format of the author name."
184
+ msgstr "Ez a szerző nevének formátuma"
185
+
186
+ #: ../classes/column.php:1350
187
+ msgid "Edit"
188
+ msgstr "Szerkesztés"
189
+
190
+ #: ../classes/column.php1352, ../classes/column.php:1444
191
+ msgid "Clone"
192
+ msgstr ""
193
+
194
+ #: ../classes/column.php:1354
195
+ msgid "Remove"
196
+ msgstr "Eltávolítás"
197
+
198
+ #: ../classes/column.php1372, ../classes/column.php1372,
199
+ #: ../classes/column/custom-field.php408,
200
+ #: ../classes/column/comment/type.php:13
201
+ msgid "Type"
202
+ msgstr "Típus"
203
+
204
+ #: ../classes/column.php:1372
205
+ msgid "Choose a column type."
206
+ msgstr "Válassz egy oszloptípust."
207
+
208
+ #: ../classes/column.php:1372
209
+ msgid "Name"
210
+ msgstr ""
211
+
212
+ #: ../classes/column.php:1382
213
+ msgid "Label"
214
+ msgstr "Címke"
215
+
216
+ #: ../classes/column.php:1382
217
+ msgid "This is the name which will appear as the column header."
218
+ msgstr "Ez a név fog megjelenni az oszlop fejlécében."
219
+
220
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
221
+ msgid "Width"
222
+ msgstr "Szélesség"
223
+
224
+ #: ../classes/column.php:1391
225
+ msgid "default"
226
+ msgstr "alapértelmezett"
227
+
228
+ #: ../classes/column.php:1392
229
+ msgid "auto"
230
+ msgstr ""
231
+
232
+ #: ../classes/column.php:1466
233
+ msgid "Property To Display"
234
+ msgstr ""
235
+
236
+ #: ../classes/column.php:1472
237
+ msgid "Post property to display for related post(s)."
238
+ msgstr ""
239
+
240
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
241
+ msgid "Link To"
242
+ msgstr ""
243
+
244
+ #: ../classes/column.php:1489
245
+ msgid "Edit Post Author"
246
+ msgstr ""
247
+
248
+ #: ../classes/column.php:1490
249
+ msgid "View Public Post Author Page"
250
+ msgstr ""
251
+
252
+ #: ../classes/column.php:1492
253
+ msgid "Page the posts should link to."
254
+ msgstr ""
255
+
256
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
257
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
258
+ msgid "Admin Columns"
259
+ msgstr "Admin Columns"
260
+
261
+ #: ../classes/review_notice.php:58
262
+ msgid "Admin Columns Pro"
263
+ msgstr ""
264
+
265
+ #: ../classes/review_notice.php:68
266
+ msgid "click here"
267
+ msgstr ""
268
+
269
+ #: ../classes/review_notice.php:72
270
+ msgid "Leave a review!"
271
+ msgstr ""
272
+
273
+ #: ../classes/review_notice.php:73
274
+ msgid "Permanently hide notice"
275
+ msgstr ""
276
+
277
+ #: ../classes/review_notice.php:80
278
+ msgid ""
279
+ "We're sorry to hear that; maybe we can help! If you're having problems "
280
+ "properly setting up %s or if you would like help with some more advanced "
281
+ "features, please visit our %s."
282
+ msgstr ""
283
+
284
+ #: ../classes/review_notice.php:82
285
+ msgid "documentation page"
286
+ msgstr ""
287
+
288
+ #: ../classes/review_notice.php:86
289
+ msgid ""
290
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
291
+ " to access product support through %s!"
292
+ msgstr ""
293
+
294
+ #: ../classes/review_notice.php:87
295
+ msgid "our forums"
296
+ msgstr ""
297
+
298
+ #: ../classes/review_notice.php:91
299
+ msgid "You can also find help on the %s, and %s."
300
+ msgstr ""
301
+
302
+ #: ../classes/review_notice.php:92
303
+ msgid "Admin Columns forums on WordPress.org"
304
+ msgstr ""
305
+
306
+ #: ../classes/review_notice.php:93
307
+ msgid "find answers to some frequently asked questions"
308
+ msgstr ""
309
+
310
+ #: ../classes/settings.php:113
311
+ msgid "Add-on successfully activated."
312
+ msgstr ""
313
+
314
+ #: ../classes/settings.php:116
315
+ msgid "Add-on successfully deactivated."
316
+ msgstr ""
317
+
318
+ #: ../classes/settings.php:170
319
+ msgid "Admin Columns Settings"
320
+ msgstr "Admin Columns beállítások"
321
+
322
+ #: ../classes/settings.php:228
323
+ msgid "%s column is already present and can not be duplicated."
324
+ msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
325
+
326
+ #: ../classes/settings.php:284
327
+ msgid "Default settings succesfully restored."
328
+ msgstr "Alapértelmezett beállítások sikeresen visszaállítva."
329
+
330
+ #: ../classes/settings.php:301
331
+ msgid "Overview"
332
+ msgstr "Áttekintés"
333
+
334
+ #: ../classes/settings.php:304
335
+ msgid ""
336
+ "This plugin is for adding and removing additional columns to the "
337
+ "administration screens for post(types), pages, media library, comments, "
338
+ "links and users. Change the column's label and reorder them."
339
+ msgstr "A plugin segítségével további oszlopokat lehet hozzáadni bejegyzések (egyedi bejegyzéstípusok), oldalak, médiatár, hivatkozások és felhasználók adminisztrációs felületekhez."
340
+
341
+ #: ../classes/settings.php:307
342
+ msgid "Basics"
343
+ msgstr "Alapok"
344
+
345
+ #: ../classes/settings.php:309
346
+ msgid "Change order"
347
+ msgstr "Sorrend megváltoztatása"
348
+
349
+ #: ../classes/settings.php:310
350
+ msgid ""
351
+ "By dragging the columns you can change the order which they will appear in."
352
+ msgstr "Az oszlopok más helyre húzásával lehet változtatni az oszlopok sorrendjén."
353
+
354
+ #: ../classes/settings.php:311
355
+ msgid "Change label"
356
+ msgstr "Címke megváltoztatása"
357
+
358
+ #: ../classes/settings.php:312
359
+ msgid ""
360
+ "By clicking on the triangle you will see the column options. Here you can "
361
+ "change each label of the columns heading."
362
+ msgstr "A nyílra kattintva láthatóvá válnak az oszlop beállításai. Itt lehet módosítani az oszlopok fejléceinek neveit."
363
+
364
+ #: ../classes/settings.php:313
365
+ msgid "Change column width"
366
+ msgstr "Oszlopszélesség módosítása"
367
+
368
+ #: ../classes/settings.php:314
369
+ msgid ""
370
+ "By clicking on the triangle you will see the column options. By using the "
371
+ "draggable slider you can set the width of the columns in percentages."
372
+ msgstr "A nyílra kattintva láthatóvá válnak az oszlop beállításai. Itt lehet módosítani az oszlopok fejléceinek neveit. A csúszka húzásával beállítható az oszlopok százalékos szélessége."
373
+
374
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
375
+ #: ../classes/column/custom-field.php23,
376
+ #: ../classes/column/custom-field.php:391
377
+ msgid "Custom Field"
378
+ msgstr "Egyedi mező"
379
+
380
+ #: ../classes/settings.php:320
381
+ msgid "'Custom Field' column"
382
+ msgstr "\"Egyedi mező\" oszlop"
383
+
384
+ #: ../classes/settings.php:321
385
+ msgid ""
386
+ "The custom field colum uses the custom fields from posts and users. There "
387
+ "are 10 types which you can set."
388
+ msgstr "Az egyedi mező oszlop a bejegyzések és felhasználók egyedi mezőit használja. 10-féle típust lehet beállítani."
389
+
390
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
391
+ #: ../classes/column/custom-field.php:95
392
+ msgid "Default"
393
+ msgstr "Alapértelmezett"
394
+
395
+ #: ../classes/settings.php:323
396
+ msgid ""
397
+ "Value: Can be either a string or array. Arrays will be flattened and values "
398
+ "are seperated by a ',' comma."
399
+ msgstr "Érték: karakterlánc vagy tömb. A tömbökből egydimenziós tömbök lesznek, az értékek vesszővel lesznek elválasztva \",\"."
400
+
401
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
402
+ #: ../classes/column/link/image.php:19
403
+ msgid "Image"
404
+ msgstr "Kép"
405
+
406
+ #: ../classes/settings.php:324
407
+ msgid ""
408
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
409
+ "comma )."
410
+ msgstr "Érték: kép URL vagy Csatolmány ID-t fog tartalmazni, vesszővel elválasztva (\",\")"
411
+
412
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
413
+ msgid "Excerpt"
414
+ msgstr "Kivonat"
415
+
416
+ #: ../classes/settings.php:325
417
+ msgid "Value: This will show the first 20 words of the Post content."
418
+ msgstr "Érték: az első 20 szót fogja tartalmazni a Bejegyzés tartalmából."
419
+
420
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
421
+ msgid "Multiple Values"
422
+ msgstr "Többszörös érték"
423
+
424
+ #: ../classes/settings.php:326
425
+ msgid ""
426
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
427
+ "array."
428
+ msgstr "Érték: tömb. A többdimenziós tömbökből egydimenziósak lesznek."
429
+
430
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
431
+ msgid "Numeric"
432
+ msgstr "Numerikus"
433
+
434
+ #: ../classes/settings.php:327
435
+ msgid ""
436
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
437
+ "for sorting, so you can sort your posts on numeric (custom field) values."
438
+ msgstr "Érték: csak egész számok.<br/>Ha rendelkezésre áll a \"Rendezés\" kiegészítő, ez az érték fog a rendezés alapjául szolgálni, tehát a bejegyzéseket numerikus (egyedi mező) értékek alapján lehet rendezni. "
439
+
440
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
441
+ #: ../classes/column/comment/date.php:19
442
+ msgid "Date"
443
+ msgstr "Dátum"
444
+
445
+ #: ../classes/settings.php:328
446
+ msgid ""
447
+ "Value: Can be unix time stamp or a date format as described in the <a "
448
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
449
+ "href='%s'>general settings</a> page."
450
+ msgstr "Érték: unix időpecsét vagy a <a href='%s'>Codex</a>-ben leírt dátumformátum. A visszaadott dátum értékét az <a href='%s'>általános beállítások</a> oldalon lehet beállítani."
451
+
452
+ #: ../classes/settings.php:329
453
+ msgid "Post Titles"
454
+ msgstr "Bejegyzések címei"
455
+
456
+ #: ../classes/settings.php:329
457
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
458
+ msgstr "Érték: egy vagy több bejegyzés ID-ja (vesszővel elválasztva \",\")."
459
+
460
+ #: ../classes/settings.php:330
461
+ msgid "Usernames"
462
+ msgstr "Felhasználónevek"
463
+
464
+ #: ../classes/settings.php:330
465
+ msgid "Value: can be one or more User ID's (seperated by ',')."
466
+ msgstr "Érték: egy vagy több felhasználó ID-ja (vesszővel elválasztva \",\")."
467
+
468
+ #: ../classes/settings.php:331
469
+ msgid "Checkmark"
470
+ msgstr "Pipa"
471
+
472
+ #: ../classes/settings.php:331
473
+ msgid "Value: should be a 1 (one) or 0 (zero)."
474
+ msgstr "Érték: 1 (egy) vagy 0 (nulla)."
475
+
476
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
477
+ msgid "Color"
478
+ msgstr "Szín"
479
+
480
+ #: ../classes/settings.php:332
481
+ msgid "Value: hex value color, such as #808080."
482
+ msgstr "Érték: hex színkód, pl. #808080."
483
+
484
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
485
+ msgid "Counter"
486
+ msgstr "Számláló"
487
+
488
+ #: ../classes/settings.php:333
489
+ msgid ""
490
+ "Value: Can be either a string or array. This will display a count of the "
491
+ "number of times the meta key is used by the item."
492
+ msgstr "Érték: karakterlánc vagy tömb. Megjeleníti, hogy az elem hányszor használja a meta kulcsot."
493
+
494
+ #: ../classes/settings.php:422
495
+ msgid "Welcome to Admin Columns"
496
+ msgstr "Üdvözöl az Admin Columns"
497
+
498
+ #: ../classes/settings.php:425
499
+ msgid "Thank you for updating to the latest version!"
500
+ msgstr "Köszönjük, hogy frissítetted a legújabb verzióra!"
501
+
502
+ #: ../classes/settings.php:426
503
+ msgid ""
504
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
505
+ "like it."
506
+ msgstr "Az Admin Columns még fejlettebb és élvezetesebb, mint valaha. Reméljük tetszeni fog."
507
+
508
+ #: ../classes/settings.php:431
509
+ msgid "What’s New"
510
+ msgstr "Újdonságok"
511
+
512
+ #: ../classes/settings.php:432
513
+ msgid "Changelog"
514
+ msgstr "Változtatások listája"
515
+
516
+ #: ../classes/settings.php:437
517
+ msgid "Important"
518
+ msgstr "Fontos"
519
+
520
+ #: ../classes/settings.php:439
521
+ msgid "Database Changes"
522
+ msgstr "Adatbázis változtatások"
523
+
524
+ #: ../classes/settings.php:440
525
+ msgid ""
526
+ "The database has been changed between versions 1 and 2. But we made sure you"
527
+ " can still roll back to version 1x without any issues."
528
+ msgstr "Az adatbázis változott az 1-es és a 2-es verzió között. A lefelé történő frissítés 1-es verziója probléma nélkül lehetséges."
529
+
530
+ #: ../classes/settings.php:443
531
+ msgid "Make sure you backup your database and then click"
532
+ msgstr "Bizonyosodj meg róla, hogy van adatbázis mentésed, majd kattints"
533
+
534
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
535
+ msgid "Upgrade Database"
536
+ msgstr "Adatbázis frissítése"
537
+
538
+ #: ../classes/settings.php:446
539
+ msgid "Potential Issues"
540
+ msgstr "Lehetséges problémák"
541
+
542
+ #: ../classes/settings.php:447
543
+ msgid ""
544
+ "Do to the sizable refactoring the code, surounding Addons and "
545
+ "action/filters, your website may not operate correctly. It is important that"
546
+ " you read the full"
547
+ msgstr "A kód refraktorálása után, beleértve a kiegészítőket és filtereket, előfordulhat, hogy a weboldal nem fog megfelelően működni. Fontos, hogy olvasd el a teljes"
548
+
549
+ #: ../classes/settings.php:447
550
+ msgid "Migrating from v1 to v2"
551
+ msgstr "Frissítés v1-ről v2-re"
552
+
553
+ #: ../classes/settings.php:447
554
+ msgid "guide to view the full list of changes."
555
+ msgstr "leírást a változtatások teljes listájáért."
556
+
557
+ #: ../classes/settings.php:447
558
+ msgid ""
559
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
560
+ "can fix it in the next release."
561
+ msgstr ""
562
+
563
+ #: ../classes/settings.php:450
564
+ msgid "Important!"
565
+ msgstr "Fontos!"
566
+
567
+ #: ../classes/settings.php:450
568
+ msgid ""
569
+ "If you updated the Admin Columns plugin without prior knowledge of such "
570
+ "changes, Please roll back to the latest"
571
+ msgstr "Ha frissítetted az Admin Columns bővítményt az ilyen jellegű változtatások hatásának előzetes tudta nélkül, kérjük állítsd vissza a korábbi"
572
+
573
+ #: ../classes/settings.php:450
574
+ msgid "version 1"
575
+ msgstr "verzió 1"
576
+
577
+ #: ../classes/settings.php:450
578
+ msgid "of this plugin."
579
+ msgstr "a bővítménynek."
580
+
581
+ #: ../classes/settings.php:456
582
+ msgid "Changelog for"
583
+ msgstr "Változtatások listája"
584
+
585
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
586
+ msgid "Learn more"
587
+ msgstr "Bővebb információ"
588
+
589
+ #: ../classes/settings.php:481
590
+ msgid "Start using Admin Columns"
591
+ msgstr "Admin Columns használatának megkezdése"
592
+
593
+ #: ../classes/settings.php:500
594
+ msgid "General Settings"
595
+ msgstr "Általános beállítások"
596
+
597
+ #: ../classes/settings.php:501
598
+ msgid "Customize your Admin Columns settings."
599
+ msgstr "Az Admin Columns beállítások módosítása"
600
+
601
+ #: ../classes/settings.php:512
602
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
603
+ msgstr ""
604
+
605
+ #: ../classes/settings.php:559
606
+ msgid "Restore Settings"
607
+ msgstr "Beállítások visszaállítása"
608
+
609
+ #: ../classes/settings.php:560
610
+ msgid "This will delete all column settings and restore the default settings."
611
+ msgstr "Törli minden oszlop beállítást és visszaállítja az alapértelmezett beállításokat."
612
+
613
+ #: ../classes/settings.php:566
614
+ msgid "Restore default settings"
615
+ msgstr "Alapértelmezett beállítások visszaállítása"
616
+
617
+ #: ../classes/settings.php:566
618
+ msgid ""
619
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
620
+ "undone. 'OK' to delete, 'Cancel' to stop"
621
+ msgstr ""
622
+
623
+ #: ../classes/settings.php:582
624
+ msgid "Posttypes"
625
+ msgstr ""
626
+
627
+ #: ../classes/settings.php:583
628
+ msgid "Others"
629
+ msgstr ""
630
+
631
+ #: ../classes/settings.php:584
632
+ msgid "Taxonomies"
633
+ msgstr ""
634
+
635
+ #: ../classes/settings.php:600
636
+ msgid "Settings"
637
+ msgstr "Beállítások"
638
+
639
+ #: ../classes/settings.php:601
640
+ msgid "Add-ons"
641
+ msgstr ""
642
+
643
+ #: ../classes/settings.php:669
644
+ msgid ""
645
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
646
+ " admin panel."
647
+ msgstr ""
648
+
649
+ #: ../classes/settings.php:679
650
+ msgid "Store settings"
651
+ msgstr "Beállítások tárolása"
652
+
653
+ #: ../classes/settings.php:687
654
+ msgid ""
655
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
656
+ " delete, 'Cancel' to stop"
657
+ msgstr ""
658
+
659
+ #: ../classes/settings.php:688
660
+ msgid "Restore"
661
+ msgstr "Visszaállítás"
662
+
663
+ #: ../classes/settings.php:688
664
+ msgid "columns"
665
+ msgstr "oszlopok"
666
+
667
+ #: ../classes/settings.php:707
668
+ msgid "Get Admin Columns Pro"
669
+ msgstr ""
670
+
671
+ #: ../classes/settings.php:711
672
+ msgid "Add Sorting"
673
+ msgstr "Rendezés hozzáadása"
674
+
675
+ #: ../classes/settings.php:712
676
+ msgid "Add Filtering"
677
+ msgstr "Szűrés hozzáadása"
678
+
679
+ #: ../classes/settings.php:713
680
+ msgid "Add Import/Export"
681
+ msgstr "Import/export hozzáadása"
682
+
683
+ #: ../classes/settings.php:714
684
+ msgid "Add Direct Editing"
685
+ msgstr ""
686
+
687
+ #: ../classes/settings.php:717
688
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
689
+ msgstr ""
690
+
691
+ #: ../classes/settings.php:730
692
+ msgid "Subscribe to receive news &amp; updates below."
693
+ msgstr ""
694
+
695
+ #: ../classes/settings.php:737
696
+ msgid "Your Email"
697
+ msgstr ""
698
+
699
+ #: ../classes/settings.php:748
700
+ msgid "Are you happy with Admin Columns?"
701
+ msgstr ""
702
+
703
+ #: ../classes/settings.php:756
704
+ msgid "What's wrong? Need help? Let us know!"
705
+ msgstr ""
706
+
707
+ #: ../classes/settings.php:757
708
+ msgid ""
709
+ "Check out our extensive documentation, or you can open a support topic on "
710
+ "WordPress.org!"
711
+ msgstr ""
712
+
713
+ #: ../classes/settings.php:765
714
+ msgid "Docs"
715
+ msgstr ""
716
+
717
+ #: ../classes/settings.php:770
718
+ msgid "Forums"
719
+ msgstr ""
720
+
721
+ #: ../classes/settings.php:779
722
+ msgid "Woohoo! We're glad to hear that!"
723
+ msgstr ""
724
+
725
+ #: ../classes/settings.php:780
726
+ msgid ""
727
+ "We would really love it if you could show your appreciation by giving us a "
728
+ "rating on WordPress.org or tweet about Admin Columns!"
729
+ msgstr ""
730
+
731
+ #: ../classes/settings.php:784
732
+ msgid "Rate"
733
+ msgstr ""
734
+
735
+ #: ../classes/settings.php:795
736
+ msgid "Tweet"
737
+ msgstr ""
738
+
739
+ #: ../classes/settings.php:805
740
+ msgid "Buy Pro"
741
+ msgstr ""
742
+
743
+ #: ../classes/settings.php:817
744
+ msgid "Support"
745
+ msgstr "Támogatás"
746
+
747
+ #: ../classes/settings.php:820
748
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
749
+ msgstr "Tekintsd meg a <strong>Súgó</strong> részt a képernyő jobb felső sarkában."
750
+
751
+ #: ../classes/settings.php:823
752
+ msgid ""
753
+ "For full documentation, bug reports, feature suggestions and other tips <a "
754
+ "href='%s'>visit the Admin Columns website</a>"
755
+ msgstr "A teljes dokumentációhoz, problémák jelentéséhez, új javaslatok beküldéséhez és egyéb tippekért <a href='%s'>keresd fel az Admin Columns weboldalát</a>"
756
+
757
+ #: ../classes/settings.php:852
758
+ msgid "Drag and drop to reorder"
759
+ msgstr "Húzd az elemeket más helyre a sorrend megváltoztatásához"
760
+
761
+ #: ../classes/settings.php:855
762
+ msgid "Add Column"
763
+ msgstr "Oszlop hozzáadása"
764
+
765
+ #: ../classes/settings.php:936
766
+ msgid "Active"
767
+ msgstr ""
768
+
769
+ #: ../classes/settings.php:937
770
+ msgid "Deactivate"
771
+ msgstr ""
772
+
773
+ #: ../classes/settings.php:944
774
+ msgid "Installed"
775
+ msgstr ""
776
+
777
+ #: ../classes/settings.php:945
778
+ msgid "Activate"
779
+ msgstr ""
780
+
781
+ #: ../classes/settings.php:959
782
+ msgid "Download & Install"
783
+ msgstr ""
784
+
785
+ #: ../classes/settings.php:964
786
+ msgid "Get this add-on"
787
+ msgstr ""
788
+
789
+ #: ../classes/storage_model.php:262
790
+ msgid "settings succesfully restored."
791
+ msgstr "Beállítások sikeresen visszaállítva."
792
+
793
+ #: ../classes/storage_model.php:278
794
+ msgid "No columns settings available."
795
+ msgstr "Nincs elérhető oszlopbeállítás."
796
+
797
+ #: ../classes/storage_model.php:299
798
+ msgid "You are trying to store the same settings for %s."
799
+ msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
800
+
801
+ #: ../classes/storage_model.php:303
802
+ msgid "Settings for %s updated successfully."
803
+ msgstr ""
804
+
805
+ #: ../classes/storage_model.php:643
806
+ msgid "Columns by Plugins"
807
+ msgstr ""
808
+
809
+ #: ../classes/storage_model.php:862
810
+ msgid "View"
811
+ msgstr "Megtekintés"
812
+
813
+ #: ../classes/upgrade.php:62
814
+ msgid ""
815
+ "The pro add-on is no longer supported. Please login to your account and "
816
+ "download Admin Columns Pro"
817
+ msgstr ""
818
+
819
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
820
+ msgid "Upgrade"
821
+ msgstr "Frissítés"
822
+
823
+ #: ../classes/upgrade.php:136
824
+ msgid "requires a database upgrade"
825
+ msgstr "adatbázis frissítést igényel"
826
+
827
+ #: ../classes/upgrade.php:139
828
+ msgid "why?"
829
+ msgstr "miért?"
830
+
831
+ #: ../classes/upgrade.php:140
832
+ msgid "Please"
833
+ msgstr "Kérlek"
834
+
835
+ #: ../classes/upgrade.php:141
836
+ msgid "backup your database"
837
+ msgstr "készíts biztonsági mentést az adatbázisról"
838
+
839
+ #: ../classes/upgrade.php:142
840
+ msgid "then click"
841
+ msgstr "majd kattints az"
842
+
843
+ #: ../classes/upgrade.php:351
844
+ msgid "Migrating Column Settings"
845
+ msgstr "Oszlopbeállítások migrálása"
846
+
847
+ #: ../classes/upgrade.php:387
848
+ msgid "No Upgrade Required"
849
+ msgstr "Nincs szükség frissítésre"
850
+
851
+ #: ../classes/upgrade.php:388
852
+ msgid "Return to welcome screen."
853
+ msgstr "Vissza a nyitóoldalra"
854
+
855
+ #: ../classes/upgrade.php:406
856
+ msgid "Upgrade Complete!"
857
+ msgstr "Frissítés kész!"
858
+
859
+ #: ../classes/upgrade.php:406
860
+ msgid "Return to settings."
861
+ msgstr "Vissza a beállításokhoz."
862
+
863
+ #: ../classes/upgrade.php:407
864
+ msgid "Error"
865
+ msgstr "Hiba"
866
+
867
+ #: ../classes/upgrade.php:408
868
+ msgid ""
869
+ "Sorry. Something went wrong during the upgrade process. Please report this "
870
+ "on the support forum."
871
+ msgstr "Sajnáljuk. Hiba történt a frissítés során. Kérjük jelezd a támogatói fórumon."
872
+
873
+ #: ../classes/column/acf-placeholder.php:19
874
+ msgid "ACF Field"
875
+ msgstr ""
876
+
877
+ #: ../classes/column/acf-placeholder.php:35
878
+ msgid ""
879
+ "If you have a developer licence please download & install your ACF add-on "
880
+ "from the <a href='%s'>add-ons tab</a>."
881
+ msgstr ""
882
+
883
+ #: ../classes/column/acf-placeholder.php:38
884
+ msgid ""
885
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
886
+ "integeration, allowing you to easily display and edit ACF fields from within"
887
+ " your posts overview."
888
+ msgstr ""
889
+
890
+ #: ../classes/column/acf-placeholder.php:44
891
+ msgid "Find out more"
892
+ msgstr ""
893
+
894
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
895
+ msgid "Actions"
896
+ msgstr "Műveletek"
897
+
898
+ #: ../classes/column/actions.php:96
899
+ msgid "Use icons?"
900
+ msgstr ""
901
+
902
+ #: ../classes/column/actions.php:96
903
+ msgid "Use icons instead of text for displaying the actions."
904
+ msgstr ""
905
+
906
+ #: ../classes/column/custom-field.php:96
907
+ msgid "Checkmark (true/false)"
908
+ msgstr "Pipa (igaz/hamis)"
909
+
910
+ #: ../classes/column/custom-field.php:102
911
+ msgid "Media Library"
912
+ msgstr "Médiatár"
913
+
914
+ #: ../classes/column/custom-field.php:105
915
+ msgid "Post Title (Post ID's)"
916
+ msgstr "Bejegyzés címe (bejegyzés ID)"
917
+
918
+ #: ../classes/column/custom-field.php:106
919
+ msgid "Username (User ID's)"
920
+ msgstr "Felhasználónév (Felhasználó ID)"
921
+
922
+ #: ../classes/column/custom-field.php:107
923
+ msgid "Term Name (Term ID's)"
924
+ msgstr ""
925
+
926
+ #: ../classes/column/custom-field.php:391
927
+ msgid "Select your custom field."
928
+ msgstr "Válassz egyedi mezőt."
929
+
930
+ #: ../classes/column/custom-field.php:401
931
+ msgid "No custom fields available."
932
+ msgstr "Nincsenek egyedi mezők."
933
+
934
+ #: ../classes/column/custom-field.php:401
935
+ msgid "Please create a %s item first."
936
+ msgstr ""
937
+
938
+ #: ../classes/column/custom-field.php:408
939
+ msgid "Field Type"
940
+ msgstr "Mező típusa"
941
+
942
+ #: ../classes/column/custom-field.php:408
943
+ msgid "This will determine how the value will be displayed."
944
+ msgstr "Meghatározza, hogy fog az érték megjelenni."
945
+
946
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
947
+ msgid "Taxonomy"
948
+ msgstr "Taxonómia"
949
+
950
+ #: ../classes/column/used-by-menu.php:20
951
+ msgid "Used by Menu"
952
+ msgstr ""
953
+
954
+ #: ../classes/column/used-by-menu.php:133
955
+ msgid "Link to menu"
956
+ msgstr ""
957
+
958
+ #: ../classes/column/used-by-menu.php:133
959
+ msgid "This will make the title link to the menu."
960
+ msgstr ""
961
+
962
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
963
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
964
+ msgid "ID"
965
+ msgstr "ID"
966
+
967
+ #: ../classes/column/comment/agent.php:19
968
+ msgid "Agent"
969
+ msgstr "Ügynök"
970
+
971
+ #: ../classes/column/comment/approved.php19,
972
+ #: ../classes/column/post/comment-count.php:35
973
+ msgid "Approved"
974
+ msgstr "Jóváhagyva"
975
+
976
+ #: ../classes/column/comment/author-avatar.php:19
977
+ msgid "Avatar"
978
+ msgstr "Avatar"
979
+
980
+ #: ../classes/column/comment/author-email.php:19
981
+ msgid "Author email"
982
+ msgstr "Szerző email-je"
983
+
984
+ #: ../classes/column/comment/author-ip.php:19
985
+ msgid "Author IP"
986
+ msgstr "Szerző IP-je"
987
+
988
+ #: ../classes/column/comment/author-name.php:12
989
+ msgid "Author name"
990
+ msgstr ""
991
+
992
+ #: ../classes/column/comment/author-url.php:19
993
+ msgid "Author url"
994
+ msgstr "Szerző URL-je"
995
+
996
+ #: ../classes/column/comment/author.php:19
997
+ msgid "Author"
998
+ msgstr "Szerző"
999
+
1000
+ #: ../classes/column/comment/date-gmt.php:19
1001
+ msgid "Date GMT"
1002
+ msgstr "GMT dátum"
1003
+
1004
+ #: ../classes/column/comment/excerpt.php19,
1005
+ #: ../classes/column/post/content.php:19
1006
+ msgid "Content"
1007
+ msgstr ""
1008
+
1009
+ #: ../classes/column/comment/post.php:19
1010
+ msgid "Post"
1011
+ msgstr ""
1012
+
1013
+ #: ../classes/column/comment/reply-to.php:19
1014
+ msgid "In Reply To"
1015
+ msgstr "Válaszolva erre:"
1016
+
1017
+ #: ../classes/column/comment/user.php:11
1018
+ msgid "User"
1019
+ msgstr ""
1020
+
1021
+ #: ../classes/column/comment/word-count.php19,
1022
+ #: ../classes/column/post/word-count.php:19
1023
+ msgid "Word count"
1024
+ msgstr "Szavak száma"
1025
+
1026
+ #: ../classes/column/media/alternate-text.php:19
1027
+ msgid "Alt"
1028
+ msgstr "Alt"
1029
+
1030
+ #: ../classes/column/media/attached-to.php:19
1031
+ msgid "Attached to post"
1032
+ msgstr ""
1033
+
1034
+ #: ../classes/column/media/available-sizes.php:20
1035
+ msgid "Available Sizes"
1036
+ msgstr "Elérhető méretek"
1037
+
1038
+ #: ../classes/column/media/available-sizes.php:40
1039
+ msgid "full size"
1040
+ msgstr "teljes méret"
1041
+
1042
+ #: ../classes/column/media/caption.php19,
1043
+ #: ../classes/column/media/exif-data.php:41
1044
+ msgid "Caption"
1045
+ msgstr "Kép felirata"
1046
+
1047
+ #: ../classes/column/media/description.php19,
1048
+ #: ../classes/column/link/description.php19,
1049
+ #: ../classes/column/user/description.php:19
1050
+ msgid "Description"
1051
+ msgstr "Leírás"
1052
+
1053
+ #: ../classes/column/media/dimensions.php:19
1054
+ msgid "Dimensions"
1055
+ msgstr "Kép kiterjedése"
1056
+
1057
+ #: ../classes/column/media/exif-data.php:19
1058
+ msgid "EXIF data"
1059
+ msgstr "EXIF adato"
1060
+
1061
+ #: ../classes/column/media/exif-data.php:38
1062
+ msgid "Aperture"
1063
+ msgstr "Rekesz"
1064
+
1065
+ #: ../classes/column/media/exif-data.php:39
1066
+ msgid "Credit"
1067
+ msgstr "Érdem"
1068
+
1069
+ #: ../classes/column/media/exif-data.php:40
1070
+ msgid "Camera"
1071
+ msgstr "Fényképezőgép"
1072
+
1073
+ #: ../classes/column/media/exif-data.php:42
1074
+ msgid "Timestamp"
1075
+ msgstr "Időbélyeg"
1076
+
1077
+ #: ../classes/column/media/exif-data.php:43
1078
+ msgid "Copyright EXIF"
1079
+ msgstr "EXIF szerzői jog"
1080
+
1081
+ #: ../classes/column/media/exif-data.php:44
1082
+ msgid "Focal Length"
1083
+ msgstr "Fókusztávolság"
1084
+
1085
+ #: ../classes/column/media/exif-data.php:45
1086
+ msgid "ISO"
1087
+ msgstr "ISO"
1088
+
1089
+ #: ../classes/column/media/exif-data.php:46
1090
+ msgid "Shutter Speed"
1091
+ msgstr "Zársebesség"
1092
+
1093
+ #: ../classes/column/media/exif-data.php:47
1094
+ msgid "Title"
1095
+ msgstr "Cím"
1096
+
1097
+ #: ../classes/column/media/file-name.php:19
1098
+ msgid "File name"
1099
+ msgstr "Fájlnév"
1100
+
1101
+ #: ../classes/column/media/file-size.php:19
1102
+ msgid "File size"
1103
+ msgstr "Fájlméret"
1104
+
1105
+ #: ../classes/column/media/full-path.php19,
1106
+ #: ../classes/column/media/full-path.php:92
1107
+ msgid "Full path"
1108
+ msgstr "Teljes útvonal"
1109
+
1110
+ #: ../classes/column/media/full-path.php:83
1111
+ msgid "Path scope"
1112
+ msgstr ""
1113
+
1114
+ #: ../classes/column/media/full-path.php:84
1115
+ msgid "Part of the file path to display"
1116
+ msgstr ""
1117
+
1118
+ #: ../classes/column/media/full-path.php:97
1119
+ msgid "Relative to domain"
1120
+ msgstr ""
1121
+
1122
+ #: ../classes/column/media/full-path.php:102
1123
+ msgid "Relative to main uploads folder "
1124
+ msgstr ""
1125
+
1126
+ #: ../classes/column/media/height.php:19
1127
+ msgid "Height"
1128
+ msgstr "Magasság"
1129
+
1130
+ #: ../classes/column/media/mime-type.php:19
1131
+ msgid "Mime type"
1132
+ msgstr "Mime típus"
1133
+
1134
+ #: ../classes/column/post/attachment-count.php:19
1135
+ msgid "No. of Attachments"
1136
+ msgstr "Csatolmányok száma"
1137
+
1138
+ #: ../classes/column/post/attachment.php:19
1139
+ msgid "Attachments"
1140
+ msgstr ""
1141
+
1142
+ #: ../classes/column/post/author-name.php:20
1143
+ msgid "Display Author As"
1144
+ msgstr "Szerző megjelenítése mint"
1145
+
1146
+ #: ../classes/column/post/author-name.php:100
1147
+ msgid "View Public Author Page"
1148
+ msgstr ""
1149
+
1150
+ #: ../classes/column/post/author-name.php:102
1151
+ msgid "Page the author name should link to."
1152
+ msgstr ""
1153
+
1154
+ #: ../classes/column/post/before-moretag.php:19
1155
+ msgid "Before More Tag"
1156
+ msgstr "A \"További\" címke előtti rész"
1157
+
1158
+ #: ../classes/column/post/comment-count.php:20
1159
+ msgid "Comment count"
1160
+ msgstr "Hozzászólások száma"
1161
+
1162
+ #: ../classes/column/post/comment-count.php:34
1163
+ msgid "Total"
1164
+ msgstr "Összesen"
1165
+
1166
+ #: ../classes/column/post/comment-count.php:36
1167
+ msgid "Pending"
1168
+ msgstr "Folyamatban"
1169
+
1170
+ #: ../classes/column/post/comment-count.php:37
1171
+ msgid "Spam"
1172
+ msgstr "Levélszemét"
1173
+
1174
+ #: ../classes/column/post/comment-count.php:38
1175
+ msgid "Trash"
1176
+ msgstr "Kuka"
1177
+
1178
+ #: ../classes/column/post/comment-count.php99,
1179
+ #: ../classes/column/post/comment-status.php:20
1180
+ msgid "Comment status"
1181
+ msgstr "Hozzászólás státusza"
1182
+
1183
+ #: ../classes/column/post/comment-count.php:99
1184
+ msgid "Select which comment status you like to display."
1185
+ msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
1186
+
1187
+ #: ../classes/column/post/depth.php:19
1188
+ msgid "Depth"
1189
+ msgstr ""
1190
+
1191
+ #: ../classes/column/post/estimated-reading-time.php:19
1192
+ msgid "Estimated Reading Time"
1193
+ msgstr ""
1194
+
1195
+ #: ../classes/column/post/estimated-reading-time.php:66
1196
+ msgid "second"
1197
+ msgid_plural "seconds"
1198
+ msgstr[0] ""
1199
+ msgstr[1] ""
1200
+
1201
+ #: ../classes/column/post/estimated-reading-time.php:69
1202
+ msgid "minute"
1203
+ msgid_plural "minutes"
1204
+ msgstr[0] ""
1205
+ msgstr[1] ""
1206
+
1207
+ #: ../classes/column/post/estimated-reading-time.php:107
1208
+ msgid "Words per minute"
1209
+ msgstr ""
1210
+
1211
+ #: ../classes/column/post/estimated-reading-time.php:108
1212
+ msgid "Estimated reading time in words per minute"
1213
+ msgstr ""
1214
+
1215
+ #: ../classes/column/post/featured-image.php:19
1216
+ msgid "Featured Image"
1217
+ msgstr "Kiemelt kép"
1218
+
1219
+ #: ../classes/column/post/formats.php:19
1220
+ msgid "Post Format"
1221
+ msgstr "Bejegyzés formátum"
1222
+
1223
+ #: ../classes/column/post/last-modified-author.php:20
1224
+ msgid "Last Modified Author"
1225
+ msgstr ""
1226
+
1227
+ #: ../classes/column/post/modified.php:19
1228
+ msgid "Last modified"
1229
+ msgstr "Utoljára módosítva"
1230
+
1231
+ #: ../classes/column/post/order.php:19
1232
+ msgid "Order"
1233
+ msgstr ""
1234
+
1235
+ #: ../classes/column/post/page-template.php:19
1236
+ msgid "Page Template"
1237
+ msgstr "Oldal sablon"
1238
+
1239
+ #: ../classes/column/post/parent.php:19
1240
+ msgid "Parent"
1241
+ msgstr "Szülő"
1242
+
1243
+ #: ../classes/column/post/path.php:19
1244
+ msgid "Path"
1245
+ msgstr ""
1246
+
1247
+ #: ../classes/column/post/permalink.php:19
1248
+ msgid "Permalink"
1249
+ msgstr ""
1250
+
1251
+ #: ../classes/column/post/permalink.php:68
1252
+ msgid "Link to post"
1253
+ msgstr ""
1254
+
1255
+ #: ../classes/column/post/permalink.php:68
1256
+ msgid "This will make the permalink clickable."
1257
+ msgstr ""
1258
+
1259
+ #: ../classes/column/post/ping-status.php:19
1260
+ msgid "Ping status"
1261
+ msgstr "Ping státusz"
1262
+
1263
+ #: ../classes/column/post/roles.php:19
1264
+ msgid "Roles"
1265
+ msgstr "Jogkörök"
1266
+
1267
+ #: ../classes/column/post/shortcodes.php:19
1268
+ msgid "Shortcodes"
1269
+ msgstr ""
1270
+
1271
+ #: ../classes/column/post/slug.php:19
1272
+ msgid "Slug"
1273
+ msgstr "Keresőbarát név/slug"
1274
+
1275
+ #: ../classes/column/post/status.php:21
1276
+ msgid "Status"
1277
+ msgstr "Státusz"
1278
+
1279
+ #: ../classes/column/post/sticky.php:19
1280
+ msgid "Sticky"
1281
+ msgstr "Ragadós"
1282
+
1283
+ #: ../classes/column/post/title-raw.php:19
1284
+ msgid "Title without actions"
1285
+ msgstr ""
1286
+
1287
+ #: ../classes/column/link/length.php:19
1288
+ msgid "Length"
1289
+ msgstr "Hossz"
1290
+
1291
+ #: ../classes/column/link/notes.php:19
1292
+ msgid "Notes"
1293
+ msgstr "Megjegyzések"
1294
+
1295
+ #: ../classes/column/link/owner.php:19
1296
+ msgid "Owner"
1297
+ msgstr "Tulajdonos"
1298
+
1299
+ #: ../classes/column/link/rss.php:19
1300
+ msgid "Rss"
1301
+ msgstr "RSS"
1302
+
1303
+ #: ../classes/column/link/target.php:19
1304
+ msgid "Target"
1305
+ msgstr "Cél"
1306
+
1307
+ #: ../classes/column/user/display-name.php:19
1308
+ msgid "Display name"
1309
+ msgstr ""
1310
+
1311
+ #: ../classes/column/user/first-name.php:19
1312
+ msgid "First name"
1313
+ msgstr "Utónév"
1314
+
1315
+ #: ../classes/column/user/last-name.php:19
1316
+ msgid "Last name"
1317
+ msgstr "Vezetéknév"
1318
+
1319
+ #: ../classes/column/user/post-count.php:19
1320
+ msgid "Post Count"
1321
+ msgstr "Bejegyzések száma"
1322
+
1323
+ #: ../classes/column/user/post-count.php:89
1324
+ msgid "Post Type"
1325
+ msgstr "Bejegyzés típus"
1326
+
1327
+ #: ../classes/column/user/registered.php:19
1328
+ msgid "Registered"
1329
+ msgstr "Feliratkozott"
1330
+
1331
+ #: ../classes/column/user/rich-editing.php:19
1332
+ msgid "Visual Editor"
1333
+ msgstr ""
1334
+
1335
+ #: ../classes/column/user/url.php:19
1336
+ msgid "Url"
1337
+ msgstr "URL"
languages/codepress-admin-columns-it_IT.po ADDED
@@ -0,0 +1,1339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # Adriano Genovese <adrygese@gmail.com>, 2015
5
+ # Adriano Genovese <adrygese@gmail.com>, 2015
6
+ # francesco <francesco.tosi@gmail.com>, 2014
7
+ # Werther <werther.d@gmail.com>, 2013
8
+ msgid ""
9
+ msgstr ""
10
+ "Project-Id-Version: Admin Columns\n"
11
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
12
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
13
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
14
+ "Language-Team: Italian (Italy) (http://www.transifex.com/codepress/admin-columns/language/it_IT/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: it_IT\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Poedit-Basepath: ..\n"
21
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
24
+ "X-Poedit-SourceCharset: UTF-8\n"
25
+
26
+ #: ../codepress-admin-columns.php:451
27
+ msgid "Edit columns"
28
+ msgstr "Modifica colonne"
29
+
30
+ #: ../classes/addons.php:110
31
+ msgid "Plugins"
32
+ msgstr "Plugins"
33
+
34
+ #: ../classes/addons.php:135
35
+ msgid "Advanced Custom Fields"
36
+ msgstr "Campi personalizzati avanzati"
37
+
38
+ #: ../classes/addons.php:136
39
+ msgid ""
40
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
41
+ "seconds!"
42
+ msgstr "Visualizza e modifica i Campi personalizzati avanzati nella panoramica degli articoli in pochi secondi!"
43
+
44
+ #: ../classes/addons.php:141
45
+ msgid "WooCommerce"
46
+ msgstr "WooCommerce"
47
+
48
+ #: ../classes/addons.php:142
49
+ msgid ""
50
+ "Enhance the products, orders and coupons overviews with new columns and "
51
+ "inline editing."
52
+ msgstr "Valorizzare i prodotti, ordini e panoramiche coupons con nuove colonne e modifica in linea."
53
+
54
+ #: ../classes/column.php:624
55
+ msgid "Thumbnail"
56
+ msgstr "Miniatura"
57
+
58
+ #: ../classes/column.php:625
59
+ msgid "Medium"
60
+ msgstr "Media"
61
+
62
+ #: ../classes/column.php:626
63
+ msgid "Large"
64
+ msgstr "Grande"
65
+
66
+ #: ../classes/column.php:627
67
+ msgid "Full"
68
+ msgstr "Dimensione reale"
69
+
70
+ #: ../classes/column.php:1059
71
+ msgid "Exact match"
72
+ msgstr ""
73
+
74
+ #: ../classes/column.php:1060
75
+ msgid "Lesser than"
76
+ msgstr ""
77
+
78
+ #: ../classes/column.php:1061
79
+ msgid "Greater than"
80
+ msgstr ""
81
+
82
+ #: ../classes/column.php:1062
83
+ msgid "Between"
84
+ msgstr ""
85
+
86
+ #: ../classes/column.php:1089
87
+ msgid "Date Format"
88
+ msgstr "Formato Data"
89
+
90
+ #: ../classes/column.php:1090
91
+ msgid "This will determine how the date will be displayed."
92
+ msgstr "Questo determinerà il modo in cui verrà visualizzata la data."
93
+
94
+ #: ../classes/column.php:1096
95
+ msgid "Example:"
96
+ msgstr "Esempio:"
97
+
98
+ #: ../classes/column.php:1098
99
+ msgid ""
100
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
101
+ " format here</a>."
102
+ msgstr ""
103
+
104
+ #: ../classes/column.php:1099
105
+ msgid "Documentation on date and time formatting."
106
+ msgstr "Documentazione sulla formattazione \"data e ora\"."
107
+
108
+ #: ../classes/column.php:1113
109
+ msgid "Excerpt length"
110
+ msgstr "Lunghezza riassunto"
111
+
112
+ #: ../classes/column.php:1114
113
+ msgid "Number of words"
114
+ msgstr "Numero di parole"
115
+
116
+ #: ../classes/column.php:1132
117
+ msgid "Preview size"
118
+ msgstr "Dimensione anteprima"
119
+
120
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
121
+ msgid "Custom"
122
+ msgstr "Personalizzata"
123
+
124
+ #: ../classes/column.php1152, ../classes/column.php:1328
125
+ msgid "width"
126
+ msgstr "larghezza"
127
+
128
+ #: ../classes/column.php:1155
129
+ msgid "height"
130
+ msgstr "altezza"
131
+
132
+ #: ../classes/column.php:1167
133
+ msgid "Before"
134
+ msgstr "Prima"
135
+
136
+ #: ../classes/column.php:1167
137
+ msgid "This text will appear before the custom field value."
138
+ msgstr "Questo testo apparirà prima del valore campo personalizzato."
139
+
140
+ #: ../classes/column.php:1168
141
+ msgid "After"
142
+ msgstr "Dopo"
143
+
144
+ #: ../classes/column.php:1168
145
+ msgid "This text will appear after the custom field value."
146
+ msgstr "Questo testo apparirà dopo il valore campo personalizzato."
147
+
148
+ #: ../classes/column.php:1177
149
+ msgid "Display Name"
150
+ msgstr "Nome da visualizzare"
151
+
152
+ #: ../classes/column.php1178, ../classes/settings.php:733
153
+ msgid "First Name"
154
+ msgstr "Nome"
155
+
156
+ #: ../classes/column.php:1179
157
+ msgid "Last Name"
158
+ msgstr "Cognome"
159
+
160
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
161
+ msgid "Nickname"
162
+ msgstr "Soprannome"
163
+
164
+ #: ../classes/column.php:1181
165
+ msgid "User Login"
166
+ msgstr "Login utente"
167
+
168
+ #: ../classes/column.php:1182
169
+ msgid "User Email"
170
+ msgstr "Email utente"
171
+
172
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
173
+ msgid "User ID"
174
+ msgstr "ID utente"
175
+
176
+ #: ../classes/column.php:1184
177
+ msgid "First and Last Name"
178
+ msgstr "Nome e Cognome"
179
+
180
+ #: ../classes/column.php:1187
181
+ msgid "Display format"
182
+ msgstr "Formato di visualizzazione"
183
+
184
+ #: ../classes/column.php:1187
185
+ msgid "This is the format of the author name."
186
+ msgstr "Questo è il formato del nome autore."
187
+
188
+ #: ../classes/column.php:1350
189
+ msgid "Edit"
190
+ msgstr "Modifica"
191
+
192
+ #: ../classes/column.php1352, ../classes/column.php:1444
193
+ msgid "Clone"
194
+ msgstr "Clone"
195
+
196
+ #: ../classes/column.php:1354
197
+ msgid "Remove"
198
+ msgstr "Rimuovi"
199
+
200
+ #: ../classes/column.php1372, ../classes/column.php1372,
201
+ #: ../classes/column/custom-field.php408,
202
+ #: ../classes/column/comment/type.php:13
203
+ msgid "Type"
204
+ msgstr "TIpo"
205
+
206
+ #: ../classes/column.php:1372
207
+ msgid "Choose a column type."
208
+ msgstr "Scegli un tipo di colonna."
209
+
210
+ #: ../classes/column.php:1372
211
+ msgid "Name"
212
+ msgstr "Nome"
213
+
214
+ #: ../classes/column.php:1382
215
+ msgid "Label"
216
+ msgstr "Etichetta"
217
+
218
+ #: ../classes/column.php:1382
219
+ msgid "This is the name which will appear as the column header."
220
+ msgstr "Questo è il nome che apparirà come intestazione della colonna."
221
+
222
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
223
+ msgid "Width"
224
+ msgstr "Larghezza"
225
+
226
+ #: ../classes/column.php:1391
227
+ msgid "default"
228
+ msgstr "predefinito"
229
+
230
+ #: ../classes/column.php:1392
231
+ msgid "auto"
232
+ msgstr "auto"
233
+
234
+ #: ../classes/column.php:1466
235
+ msgid "Property To Display"
236
+ msgstr ""
237
+
238
+ #: ../classes/column.php:1472
239
+ msgid "Post property to display for related post(s)."
240
+ msgstr ""
241
+
242
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
243
+ msgid "Link To"
244
+ msgstr ""
245
+
246
+ #: ../classes/column.php:1489
247
+ msgid "Edit Post Author"
248
+ msgstr ""
249
+
250
+ #: ../classes/column.php:1490
251
+ msgid "View Public Post Author Page"
252
+ msgstr ""
253
+
254
+ #: ../classes/column.php:1492
255
+ msgid "Page the posts should link to."
256
+ msgstr ""
257
+
258
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
259
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
260
+ msgid "Admin Columns"
261
+ msgstr "Admin Columns"
262
+
263
+ #: ../classes/review_notice.php:58
264
+ msgid "Admin Columns Pro"
265
+ msgstr "Admin Columns Pro"
266
+
267
+ #: ../classes/review_notice.php:68
268
+ msgid "click here"
269
+ msgstr "clicca qui"
270
+
271
+ #: ../classes/review_notice.php:72
272
+ msgid "Leave a review!"
273
+ msgstr "Lascia un commento!"
274
+
275
+ #: ../classes/review_notice.php:73
276
+ msgid "Permanently hide notice"
277
+ msgstr "Avvisi permanentemente nascosti"
278
+
279
+ #: ../classes/review_notice.php:80
280
+ msgid ""
281
+ "We're sorry to hear that; maybe we can help! If you're having problems "
282
+ "properly setting up %s or if you would like help with some more advanced "
283
+ "features, please visit our %s."
284
+ msgstr "Siamo spiacenti di sentire questo; forse possiamo aiutare! Se stai avendo problemi di impostare correttamente %s o se vuoi aiuto con alcune caratteristiche più avanzate, si prega di visitare il nostro %s."
285
+
286
+ #: ../classes/review_notice.php:82
287
+ msgid "documentation page"
288
+ msgstr "pagina di documentazione"
289
+
290
+ #: ../classes/review_notice.php:86
291
+ msgid ""
292
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
293
+ " to access product support through %s!"
294
+ msgstr "Come utente Admin Columns Pro, tu puoi anche utilizzare il tuo account di AdminColumns.com per accedere al supporto del prodotto attraverso %s!"
295
+
296
+ #: ../classes/review_notice.php:87
297
+ msgid "our forums"
298
+ msgstr "i nostri forum"
299
+
300
+ #: ../classes/review_notice.php:91
301
+ msgid "You can also find help on the %s, and %s."
302
+ msgstr "Tu puoi anche trovare aiuto su %s, e %s."
303
+
304
+ #: ../classes/review_notice.php:92
305
+ msgid "Admin Columns forums on WordPress.org"
306
+ msgstr "Forum di Admin Columns su WordPress.org"
307
+
308
+ #: ../classes/review_notice.php:93
309
+ msgid "find answers to some frequently asked questions"
310
+ msgstr "trova le risposte ad alcune domande frequenti"
311
+
312
+ #: ../classes/settings.php:113
313
+ msgid "Add-on successfully activated."
314
+ msgstr "Add-on attivato con successo."
315
+
316
+ #: ../classes/settings.php:116
317
+ msgid "Add-on successfully deactivated."
318
+ msgstr "Add-on disattivato con successo."
319
+
320
+ #: ../classes/settings.php:170
321
+ msgid "Admin Columns Settings"
322
+ msgstr "Impostazioni Admin Columns"
323
+
324
+ #: ../classes/settings.php:228
325
+ msgid "%s column is already present and can not be duplicated."
326
+ msgstr "Colonna %s è già presente e non può essere duplicata."
327
+
328
+ #: ../classes/settings.php:284
329
+ msgid "Default settings succesfully restored."
330
+ msgstr "Le impostazioni predefinite sono state ripristinate."
331
+
332
+ #: ../classes/settings.php:301
333
+ msgid "Overview"
334
+ msgstr "Panoramica"
335
+
336
+ #: ../classes/settings.php:304
337
+ msgid ""
338
+ "This plugin is for adding and removing additional columns to the "
339
+ "administration screens for post(types), pages, media library, comments, "
340
+ "links and users. Change the column's label and reorder them."
341
+ msgstr ""
342
+
343
+ #: ../classes/settings.php:307
344
+ msgid "Basics"
345
+ msgstr "Nozioni di base"
346
+
347
+ #: ../classes/settings.php:309
348
+ msgid "Change order"
349
+ msgstr "Cambia ordine"
350
+
351
+ #: ../classes/settings.php:310
352
+ msgid ""
353
+ "By dragging the columns you can change the order which they will appear in."
354
+ msgstr "Trascinando le colonne puoi modificare l'ordine in cui appariranno."
355
+
356
+ #: ../classes/settings.php:311
357
+ msgid "Change label"
358
+ msgstr "Cambia etichetta"
359
+
360
+ #: ../classes/settings.php:312
361
+ msgid ""
362
+ "By clicking on the triangle you will see the column options. Here you can "
363
+ "change each label of the columns heading."
364
+ msgstr "Cliccando sul triangolo potrai vedere le opzioni della colonna. Qui puoi cambiare l'etichetta di ogni intestazione di colonna."
365
+
366
+ #: ../classes/settings.php:313
367
+ msgid "Change column width"
368
+ msgstr "Cambia la larghezza della colonna"
369
+
370
+ #: ../classes/settings.php:314
371
+ msgid ""
372
+ "By clicking on the triangle you will see the column options. By using the "
373
+ "draggable slider you can set the width of the columns in percentages."
374
+ msgstr "Cliccando sul triangolo potrai vedere le opzioni della colonna. Utilizzando il cursore trascinabile è possibile impostare la larghezza delle colonne in percentuali."
375
+
376
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
377
+ #: ../classes/column/custom-field.php23,
378
+ #: ../classes/column/custom-field.php:391
379
+ msgid "Custom Field"
380
+ msgstr "Campo personalizzato"
381
+
382
+ #: ../classes/settings.php:320
383
+ msgid "'Custom Field' column"
384
+ msgstr "Colonna 'Campo Personalizzato'"
385
+
386
+ #: ../classes/settings.php:321
387
+ msgid ""
388
+ "The custom field colum uses the custom fields from posts and users. There "
389
+ "are 10 types which you can set."
390
+ msgstr ""
391
+
392
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
393
+ #: ../classes/column/custom-field.php:95
394
+ msgid "Default"
395
+ msgstr "Predefinito"
396
+
397
+ #: ../classes/settings.php:323
398
+ msgid ""
399
+ "Value: Can be either a string or array. Arrays will be flattened and values "
400
+ "are seperated by a ',' comma."
401
+ msgstr ""
402
+
403
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
404
+ #: ../classes/column/link/image.php:19
405
+ msgid "Image"
406
+ msgstr "Immagine"
407
+
408
+ #: ../classes/settings.php:324
409
+ msgid ""
410
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
411
+ "comma )."
412
+ msgstr ""
413
+
414
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
415
+ msgid "Excerpt"
416
+ msgstr "Riassunto"
417
+
418
+ #: ../classes/settings.php:325
419
+ msgid "Value: This will show the first 20 words of the Post content."
420
+ msgstr "Valore: Mostrerà le prime 20 parole del contenuto dell'Articolo."
421
+
422
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
423
+ msgid "Multiple Values"
424
+ msgstr "Valori multipli"
425
+
426
+ #: ../classes/settings.php:326
427
+ msgid ""
428
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
429
+ "array."
430
+ msgstr ""
431
+
432
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
433
+ msgid "Numeric"
434
+ msgstr "Numerico"
435
+
436
+ #: ../classes/settings.php:327
437
+ msgid ""
438
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
439
+ "for sorting, so you can sort your posts on numeric (custom field) values."
440
+ msgstr ""
441
+
442
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
443
+ #: ../classes/column/comment/date.php:19
444
+ msgid "Date"
445
+ msgstr "Data"
446
+
447
+ #: ../classes/settings.php:328
448
+ msgid ""
449
+ "Value: Can be unix time stamp or a date format as described in the <a "
450
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
451
+ "href='%s'>general settings</a> page."
452
+ msgstr ""
453
+
454
+ #: ../classes/settings.php:329
455
+ msgid "Post Titles"
456
+ msgstr "Titoli dell'Articolo"
457
+
458
+ #: ../classes/settings.php:329
459
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
460
+ msgstr "Valore: può essere uno o più ID Articolo (separati da ',')."
461
+
462
+ #: ../classes/settings.php:330
463
+ msgid "Usernames"
464
+ msgstr "Nomi utente"
465
+
466
+ #: ../classes/settings.php:330
467
+ msgid "Value: can be one or more User ID's (seperated by ',')."
468
+ msgstr "Valore: può essere uno o più ID Utente (separati da ',')."
469
+
470
+ #: ../classes/settings.php:331
471
+ msgid "Checkmark"
472
+ msgstr "Segno di spunta"
473
+
474
+ #: ../classes/settings.php:331
475
+ msgid "Value: should be a 1 (one) or 0 (zero)."
476
+ msgstr "Valore: dovrebbe essere un 1 (uno) o 0 (zero)."
477
+
478
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
479
+ msgid "Color"
480
+ msgstr "Colore"
481
+
482
+ #: ../classes/settings.php:332
483
+ msgid "Value: hex value color, such as #808080."
484
+ msgstr "Valore: valore del colore esadecimale, ad esempio #808080."
485
+
486
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
487
+ msgid "Counter"
488
+ msgstr "Contatore"
489
+
490
+ #: ../classes/settings.php:333
491
+ msgid ""
492
+ "Value: Can be either a string or array. This will display a count of the "
493
+ "number of times the meta key is used by the item."
494
+ msgstr ""
495
+
496
+ #: ../classes/settings.php:422
497
+ msgid "Welcome to Admin Columns"
498
+ msgstr "Benvenuto tu Admin Columns"
499
+
500
+ #: ../classes/settings.php:425
501
+ msgid "Thank you for updating to the latest version!"
502
+ msgstr "Grazie per l'aggiornamento alla versione più recente!"
503
+
504
+ #: ../classes/settings.php:426
505
+ msgid ""
506
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
507
+ "like it."
508
+ msgstr ""
509
+
510
+ #: ../classes/settings.php:431
511
+ msgid "What’s New"
512
+ msgstr "Cosa c'è di nuovo"
513
+
514
+ #: ../classes/settings.php:432
515
+ msgid "Changelog"
516
+ msgstr "Changelog"
517
+
518
+ #: ../classes/settings.php:437
519
+ msgid "Important"
520
+ msgstr "Importante"
521
+
522
+ #: ../classes/settings.php:439
523
+ msgid "Database Changes"
524
+ msgstr "Modifiche Database"
525
+
526
+ #: ../classes/settings.php:440
527
+ msgid ""
528
+ "The database has been changed between versions 1 and 2. But we made sure you"
529
+ " can still roll back to version 1x without any issues."
530
+ msgstr ""
531
+
532
+ #: ../classes/settings.php:443
533
+ msgid "Make sure you backup your database and then click"
534
+ msgstr ""
535
+
536
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
537
+ msgid "Upgrade Database"
538
+ msgstr "Aggiornamento Database"
539
+
540
+ #: ../classes/settings.php:446
541
+ msgid "Potential Issues"
542
+ msgstr "Potenziali problemi"
543
+
544
+ #: ../classes/settings.php:447
545
+ msgid ""
546
+ "Do to the sizable refactoring the code, surounding Addons and "
547
+ "action/filters, your website may not operate correctly. It is important that"
548
+ " you read the full"
549
+ msgstr ""
550
+
551
+ #: ../classes/settings.php:447
552
+ msgid "Migrating from v1 to v2"
553
+ msgstr "Migrazione da v1 a v2"
554
+
555
+ #: ../classes/settings.php:447
556
+ msgid "guide to view the full list of changes."
557
+ msgstr "Guida per visualizzare l'elenco completo delle modifiche."
558
+
559
+ #: ../classes/settings.php:447
560
+ msgid ""
561
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
562
+ "can fix it in the next release."
563
+ msgstr ""
564
+
565
+ #: ../classes/settings.php:450
566
+ msgid "Important!"
567
+ msgstr "Importante!"
568
+
569
+ #: ../classes/settings.php:450
570
+ msgid ""
571
+ "If you updated the Admin Columns plugin without prior knowledge of such "
572
+ "changes, Please roll back to the latest"
573
+ msgstr ""
574
+
575
+ #: ../classes/settings.php:450
576
+ msgid "version 1"
577
+ msgstr "versione 1"
578
+
579
+ #: ../classes/settings.php:450
580
+ msgid "of this plugin."
581
+ msgstr "di questo plugin."
582
+
583
+ #: ../classes/settings.php:456
584
+ msgid "Changelog for"
585
+ msgstr "Changelog per"
586
+
587
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
588
+ msgid "Learn more"
589
+ msgstr "Leggi altro"
590
+
591
+ #: ../classes/settings.php:481
592
+ msgid "Start using Admin Columns"
593
+ msgstr "Inizia ad utilizzare Admin Columns"
594
+
595
+ #: ../classes/settings.php:500
596
+ msgid "General Settings"
597
+ msgstr "Impostazioni generali"
598
+
599
+ #: ../classes/settings.php:501
600
+ msgid "Customize your Admin Columns settings."
601
+ msgstr "Personalizza le impostazioni del tuo Admin Columns"
602
+
603
+ #: ../classes/settings.php:512
604
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
605
+ msgstr ""
606
+
607
+ #: ../classes/settings.php:559
608
+ msgid "Restore Settings"
609
+ msgstr "Ripristina Impostazioni"
610
+
611
+ #: ../classes/settings.php:560
612
+ msgid "This will delete all column settings and restore the default settings."
613
+ msgstr ""
614
+
615
+ #: ../classes/settings.php:566
616
+ msgid "Restore default settings"
617
+ msgstr "Ripristina le impostazioni predefinite"
618
+
619
+ #: ../classes/settings.php:566
620
+ msgid ""
621
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
622
+ "undone. 'OK' to delete, 'Cancel' to stop"
623
+ msgstr ""
624
+
625
+ #: ../classes/settings.php:582
626
+ msgid "Posttypes"
627
+ msgstr ""
628
+
629
+ #: ../classes/settings.php:583
630
+ msgid "Others"
631
+ msgstr "Altri"
632
+
633
+ #: ../classes/settings.php:584
634
+ msgid "Taxonomies"
635
+ msgstr "Tassonomie"
636
+
637
+ #: ../classes/settings.php:600
638
+ msgid "Settings"
639
+ msgstr "Impostazioni"
640
+
641
+ #: ../classes/settings.php:601
642
+ msgid "Add-ons"
643
+ msgstr "Componenti aggiuntivi"
644
+
645
+ #: ../classes/settings.php:669
646
+ msgid ""
647
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
648
+ " admin panel."
649
+ msgstr ""
650
+
651
+ #: ../classes/settings.php:679
652
+ msgid "Store settings"
653
+ msgstr "Memorizza le impostazioni"
654
+
655
+ #: ../classes/settings.php:687
656
+ msgid ""
657
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
658
+ " delete, 'Cancel' to stop"
659
+ msgstr ""
660
+
661
+ #: ../classes/settings.php:688
662
+ msgid "Restore"
663
+ msgstr "Ripristina"
664
+
665
+ #: ../classes/settings.php:688
666
+ msgid "columns"
667
+ msgstr "colonne"
668
+
669
+ #: ../classes/settings.php:707
670
+ msgid "Get Admin Columns Pro"
671
+ msgstr "Ottieni Admin Columns Pro"
672
+
673
+ #: ../classes/settings.php:711
674
+ msgid "Add Sorting"
675
+ msgstr "Aggiungi ordinamento"
676
+
677
+ #: ../classes/settings.php:712
678
+ msgid "Add Filtering"
679
+ msgstr "Aggiungi filtraggio"
680
+
681
+ #: ../classes/settings.php:713
682
+ msgid "Add Import/Export"
683
+ msgstr "Aggiungi Import/Export"
684
+
685
+ #: ../classes/settings.php:714
686
+ msgid "Add Direct Editing"
687
+ msgstr "Aggiungi modifica diretta"
688
+
689
+ #: ../classes/settings.php:717
690
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
691
+ msgstr ""
692
+
693
+ #: ../classes/settings.php:730
694
+ msgid "Subscribe to receive news &amp; updates below."
695
+ msgstr ""
696
+
697
+ #: ../classes/settings.php:737
698
+ msgid "Your Email"
699
+ msgstr ""
700
+
701
+ #: ../classes/settings.php:748
702
+ msgid "Are you happy with Admin Columns?"
703
+ msgstr "Sei felice con Admin Columns?"
704
+
705
+ #: ../classes/settings.php:756
706
+ msgid "What's wrong? Need help? Let us know!"
707
+ msgstr "Cosa c'è che non va? Bisogno di aiuto? Facci sapere!"
708
+
709
+ #: ../classes/settings.php:757
710
+ msgid ""
711
+ "Check out our extensive documentation, or you can open a support topic on "
712
+ "WordPress.org!"
713
+ msgstr "Scopri la nostra vasta documentazione, oppure aprire un topic di supporto su WordPress.org!"
714
+
715
+ #: ../classes/settings.php:765
716
+ msgid "Docs"
717
+ msgstr "Documenti"
718
+
719
+ #: ../classes/settings.php:770
720
+ msgid "Forums"
721
+ msgstr "Forums"
722
+
723
+ #: ../classes/settings.php:779
724
+ msgid "Woohoo! We're glad to hear that!"
725
+ msgstr "Woohoo! Siamo lieti di sentire questo!"
726
+
727
+ #: ../classes/settings.php:780
728
+ msgid ""
729
+ "We would really love it if you could show your appreciation by giving us a "
730
+ "rating on WordPress.org or tweet about Admin Columns!"
731
+ msgstr ""
732
+
733
+ #: ../classes/settings.php:784
734
+ msgid "Rate"
735
+ msgstr ""
736
+
737
+ #: ../classes/settings.php:795
738
+ msgid "Tweet"
739
+ msgstr "Tweet"
740
+
741
+ #: ../classes/settings.php:805
742
+ msgid "Buy Pro"
743
+ msgstr "Acquista Pro"
744
+
745
+ #: ../classes/settings.php:817
746
+ msgid "Support"
747
+ msgstr "Supporto"
748
+
749
+ #: ../classes/settings.php:820
750
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
751
+ msgstr "Controlla la sezione <strong>Aiuto</strong> nella schermata in alto a destra."
752
+
753
+ #: ../classes/settings.php:823
754
+ msgid ""
755
+ "For full documentation, bug reports, feature suggestions and other tips <a "
756
+ "href='%s'>visit the Admin Columns website</a>"
757
+ msgstr ""
758
+
759
+ #: ../classes/settings.php:852
760
+ msgid "Drag and drop to reorder"
761
+ msgstr "Trascina e rilascia per riordinare"
762
+
763
+ #: ../classes/settings.php:855
764
+ msgid "Add Column"
765
+ msgstr "Aggiungi colonna"
766
+
767
+ #: ../classes/settings.php:936
768
+ msgid "Active"
769
+ msgstr "Attivo"
770
+
771
+ #: ../classes/settings.php:937
772
+ msgid "Deactivate"
773
+ msgstr "Disattivare"
774
+
775
+ #: ../classes/settings.php:944
776
+ msgid "Installed"
777
+ msgstr "Installato"
778
+
779
+ #: ../classes/settings.php:945
780
+ msgid "Activate"
781
+ msgstr "Attivare"
782
+
783
+ #: ../classes/settings.php:959
784
+ msgid "Download & Install"
785
+ msgstr "Scarica & Installa"
786
+
787
+ #: ../classes/settings.php:964
788
+ msgid "Get this add-on"
789
+ msgstr "Ottieni questo componente aggiuntivo"
790
+
791
+ #: ../classes/storage_model.php:262
792
+ msgid "settings succesfully restored."
793
+ msgstr "le impostazioni sono state ripristinate."
794
+
795
+ #: ../classes/storage_model.php:278
796
+ msgid "No columns settings available."
797
+ msgstr "Nessuna impostazione colonne disponibile."
798
+
799
+ #: ../classes/storage_model.php:299
800
+ msgid "You are trying to store the same settings for %s."
801
+ msgstr "Stai tentando di memorizzare le stesse impostazioni per %s."
802
+
803
+ #: ../classes/storage_model.php:303
804
+ msgid "Settings for %s updated successfully."
805
+ msgstr "Impostazioni per %s aggiornato con successo."
806
+
807
+ #: ../classes/storage_model.php:643
808
+ msgid "Columns by Plugins"
809
+ msgstr ""
810
+
811
+ #: ../classes/storage_model.php:862
812
+ msgid "View"
813
+ msgstr "Visualizza"
814
+
815
+ #: ../classes/upgrade.php:62
816
+ msgid ""
817
+ "The pro add-on is no longer supported. Please login to your account and "
818
+ "download Admin Columns Pro"
819
+ msgstr "L'add-on pro non è più supportato. Effettua il login sul account e scarica Admin Columns Pro"
820
+
821
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
822
+ msgid "Upgrade"
823
+ msgstr "Aggiornamento"
824
+
825
+ #: ../classes/upgrade.php:136
826
+ msgid "requires a database upgrade"
827
+ msgstr "richiede un aggiornamento del database"
828
+
829
+ #: ../classes/upgrade.php:139
830
+ msgid "why?"
831
+ msgstr "perché?"
832
+
833
+ #: ../classes/upgrade.php:140
834
+ msgid "Please"
835
+ msgstr "Per favore"
836
+
837
+ #: ../classes/upgrade.php:141
838
+ msgid "backup your database"
839
+ msgstr "backup del tuo database"
840
+
841
+ #: ../classes/upgrade.php:142
842
+ msgid "then click"
843
+ msgstr "quindi fai clic"
844
+
845
+ #: ../classes/upgrade.php:351
846
+ msgid "Migrating Column Settings"
847
+ msgstr "Migrazione Impostazioni colonna"
848
+
849
+ #: ../classes/upgrade.php:387
850
+ msgid "No Upgrade Required"
851
+ msgstr "Nessun aggiornamento richiesto"
852
+
853
+ #: ../classes/upgrade.php:388
854
+ msgid "Return to welcome screen."
855
+ msgstr "Tornare alla schermata di benvenuto."
856
+
857
+ #: ../classes/upgrade.php:406
858
+ msgid "Upgrade Complete!"
859
+ msgstr "Aggiornamento completato!"
860
+
861
+ #: ../classes/upgrade.php:406
862
+ msgid "Return to settings."
863
+ msgstr "Torna alle impostazioni."
864
+
865
+ #: ../classes/upgrade.php:407
866
+ msgid "Error"
867
+ msgstr "Errore"
868
+
869
+ #: ../classes/upgrade.php:408
870
+ msgid ""
871
+ "Sorry. Something went wrong during the upgrade process. Please report this "
872
+ "on the support forum."
873
+ msgstr "Scusa. Qualcosa è andato storto durante il processo di aggiornamento. Si prega di segnalare questo sul forum di supporto."
874
+
875
+ #: ../classes/column/acf-placeholder.php:19
876
+ msgid "ACF Field"
877
+ msgstr "Campo ACF"
878
+
879
+ #: ../classes/column/acf-placeholder.php:35
880
+ msgid ""
881
+ "If you have a developer licence please download & install your ACF add-on "
882
+ "from the <a href='%s'>add-ons tab</a>."
883
+ msgstr "Se hai una licenza di sviluppatore scarica e installa il tuo componente aggiuntivo ACF dal <a href='%s'> componente aggiuntivo tab </a>."
884
+
885
+ #: ../classes/column/acf-placeholder.php:38
886
+ msgid ""
887
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
888
+ "integeration, allowing you to easily display and edit ACF fields from within"
889
+ " your posts overview."
890
+ msgstr "Admin Columns Pro - Sviluppatore offre piena integrazione ai Campi personalizzati avanzati, consente di visualizzare facilmente e modificare i campi ACF all'interno della panoramica articoli."
891
+
892
+ #: ../classes/column/acf-placeholder.php:44
893
+ msgid "Find out more"
894
+ msgstr "Per saperne di più"
895
+
896
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
897
+ msgid "Actions"
898
+ msgstr "Azioni"
899
+
900
+ #: ../classes/column/actions.php:96
901
+ msgid "Use icons?"
902
+ msgstr "Utilizzare le icone?"
903
+
904
+ #: ../classes/column/actions.php:96
905
+ msgid "Use icons instead of text for displaying the actions."
906
+ msgstr "Utilizza le icone al posto del testo per visualizzare le azioni."
907
+
908
+ #: ../classes/column/custom-field.php:96
909
+ msgid "Checkmark (true/false)"
910
+ msgstr "Segno di spunta (vero/falso)"
911
+
912
+ #: ../classes/column/custom-field.php:102
913
+ msgid "Media Library"
914
+ msgstr "Media Library"
915
+
916
+ #: ../classes/column/custom-field.php:105
917
+ msgid "Post Title (Post ID's)"
918
+ msgstr "Titolo dell'articolo (ID Articolo)"
919
+
920
+ #: ../classes/column/custom-field.php:106
921
+ msgid "Username (User ID's)"
922
+ msgstr "Nome utente (ID User)"
923
+
924
+ #: ../classes/column/custom-field.php:107
925
+ msgid "Term Name (Term ID's)"
926
+ msgstr "Nome del termine (ID Termine)"
927
+
928
+ #: ../classes/column/custom-field.php:391
929
+ msgid "Select your custom field."
930
+ msgstr "Seleziona il tuo campo personalizzato."
931
+
932
+ #: ../classes/column/custom-field.php:401
933
+ msgid "No custom fields available."
934
+ msgstr "Nessun campo personalizzato disponibile."
935
+
936
+ #: ../classes/column/custom-field.php:401
937
+ msgid "Please create a %s item first."
938
+ msgstr "Per piacere prima crea un %s elemento."
939
+
940
+ #: ../classes/column/custom-field.php:408
941
+ msgid "Field Type"
942
+ msgstr "Tipo di campo"
943
+
944
+ #: ../classes/column/custom-field.php:408
945
+ msgid "This will determine how the value will be displayed."
946
+ msgstr "Questo determinerà come verrà visualizzato il valore."
947
+
948
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
949
+ msgid "Taxonomy"
950
+ msgstr "Tassonomia"
951
+
952
+ #: ../classes/column/used-by-menu.php:20
953
+ msgid "Used by Menu"
954
+ msgstr "Usato dal Menu"
955
+
956
+ #: ../classes/column/used-by-menu.php:133
957
+ msgid "Link to menu"
958
+ msgstr "Collegamento al menù"
959
+
960
+ #: ../classes/column/used-by-menu.php:133
961
+ msgid "This will make the title link to the menu."
962
+ msgstr "Questo farà il link del titolo al menu."
963
+
964
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
965
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
966
+ msgid "ID"
967
+ msgstr "ID"
968
+
969
+ #: ../classes/column/comment/agent.php:19
970
+ msgid "Agent"
971
+ msgstr "Agente"
972
+
973
+ #: ../classes/column/comment/approved.php19,
974
+ #: ../classes/column/post/comment-count.php:35
975
+ msgid "Approved"
976
+ msgstr "Approvato"
977
+
978
+ #: ../classes/column/comment/author-avatar.php:19
979
+ msgid "Avatar"
980
+ msgstr "Avatar"
981
+
982
+ #: ../classes/column/comment/author-email.php:19
983
+ msgid "Author email"
984
+ msgstr "Email autore"
985
+
986
+ #: ../classes/column/comment/author-ip.php:19
987
+ msgid "Author IP"
988
+ msgstr "IP autore"
989
+
990
+ #: ../classes/column/comment/author-name.php:12
991
+ msgid "Author name"
992
+ msgstr "Nome autore"
993
+
994
+ #: ../classes/column/comment/author-url.php:19
995
+ msgid "Author url"
996
+ msgstr "Url autore"
997
+
998
+ #: ../classes/column/comment/author.php:19
999
+ msgid "Author"
1000
+ msgstr "Autore"
1001
+
1002
+ #: ../classes/column/comment/date-gmt.php:19
1003
+ msgid "Date GMT"
1004
+ msgstr "Data GTM"
1005
+
1006
+ #: ../classes/column/comment/excerpt.php19,
1007
+ #: ../classes/column/post/content.php:19
1008
+ msgid "Content"
1009
+ msgstr "Contenuto"
1010
+
1011
+ #: ../classes/column/comment/post.php:19
1012
+ msgid "Post"
1013
+ msgstr ""
1014
+
1015
+ #: ../classes/column/comment/reply-to.php:19
1016
+ msgid "In Reply To"
1017
+ msgstr "In risposta a"
1018
+
1019
+ #: ../classes/column/comment/user.php:11
1020
+ msgid "User"
1021
+ msgstr "Utente"
1022
+
1023
+ #: ../classes/column/comment/word-count.php19,
1024
+ #: ../classes/column/post/word-count.php:19
1025
+ msgid "Word count"
1026
+ msgstr "Conteggio parole"
1027
+
1028
+ #: ../classes/column/media/alternate-text.php:19
1029
+ msgid "Alt"
1030
+ msgstr "Alt"
1031
+
1032
+ #: ../classes/column/media/attached-to.php:19
1033
+ msgid "Attached to post"
1034
+ msgstr "Allegato all'articolo"
1035
+
1036
+ #: ../classes/column/media/available-sizes.php:20
1037
+ msgid "Available Sizes"
1038
+ msgstr "Dimensioni Disponibili"
1039
+
1040
+ #: ../classes/column/media/available-sizes.php:40
1041
+ msgid "full size"
1042
+ msgstr "dimensione intera"
1043
+
1044
+ #: ../classes/column/media/caption.php19,
1045
+ #: ../classes/column/media/exif-data.php:41
1046
+ msgid "Caption"
1047
+ msgstr "Didascalia"
1048
+
1049
+ #: ../classes/column/media/description.php19,
1050
+ #: ../classes/column/link/description.php19,
1051
+ #: ../classes/column/user/description.php:19
1052
+ msgid "Description"
1053
+ msgstr "Descrizione"
1054
+
1055
+ #: ../classes/column/media/dimensions.php:19
1056
+ msgid "Dimensions"
1057
+ msgstr "Dimensioni"
1058
+
1059
+ #: ../classes/column/media/exif-data.php:19
1060
+ msgid "EXIF data"
1061
+ msgstr "Dati EXIF"
1062
+
1063
+ #: ../classes/column/media/exif-data.php:38
1064
+ msgid "Aperture"
1065
+ msgstr ""
1066
+
1067
+ #: ../classes/column/media/exif-data.php:39
1068
+ msgid "Credit"
1069
+ msgstr "Credito"
1070
+
1071
+ #: ../classes/column/media/exif-data.php:40
1072
+ msgid "Camera"
1073
+ msgstr "Macchina fotografica"
1074
+
1075
+ #: ../classes/column/media/exif-data.php:42
1076
+ msgid "Timestamp"
1077
+ msgstr "Marca temporale"
1078
+
1079
+ #: ../classes/column/media/exif-data.php:43
1080
+ msgid "Copyright EXIF"
1081
+ msgstr "Copyright EXIF"
1082
+
1083
+ #: ../classes/column/media/exif-data.php:44
1084
+ msgid "Focal Length"
1085
+ msgstr "Focale"
1086
+
1087
+ #: ../classes/column/media/exif-data.php:45
1088
+ msgid "ISO"
1089
+ msgstr "ISO"
1090
+
1091
+ #: ../classes/column/media/exif-data.php:46
1092
+ msgid "Shutter Speed"
1093
+ msgstr "Velocità otturatore"
1094
+
1095
+ #: ../classes/column/media/exif-data.php:47
1096
+ msgid "Title"
1097
+ msgstr "Titolo"
1098
+
1099
+ #: ../classes/column/media/file-name.php:19
1100
+ msgid "File name"
1101
+ msgstr "Nome del file"
1102
+
1103
+ #: ../classes/column/media/file-size.php:19
1104
+ msgid "File size"
1105
+ msgstr "Dimensione del file"
1106
+
1107
+ #: ../classes/column/media/full-path.php19,
1108
+ #: ../classes/column/media/full-path.php:92
1109
+ msgid "Full path"
1110
+ msgstr "Percorso completo"
1111
+
1112
+ #: ../classes/column/media/full-path.php:83
1113
+ msgid "Path scope"
1114
+ msgstr "Percorso del campo"
1115
+
1116
+ #: ../classes/column/media/full-path.php:84
1117
+ msgid "Part of the file path to display"
1118
+ msgstr "Parte del percorso del file da visualizzare"
1119
+
1120
+ #: ../classes/column/media/full-path.php:97
1121
+ msgid "Relative to domain"
1122
+ msgstr "Relativo al dominio"
1123
+
1124
+ #: ../classes/column/media/full-path.php:102
1125
+ msgid "Relative to main uploads folder "
1126
+ msgstr "Relativo alla cartella caricamenti principale"
1127
+
1128
+ #: ../classes/column/media/height.php:19
1129
+ msgid "Height"
1130
+ msgstr "Altezza"
1131
+
1132
+ #: ../classes/column/media/mime-type.php:19
1133
+ msgid "Mime type"
1134
+ msgstr "Tipi di MIME"
1135
+
1136
+ #: ../classes/column/post/attachment-count.php:19
1137
+ msgid "No. of Attachments"
1138
+ msgstr "No. di allegati"
1139
+
1140
+ #: ../classes/column/post/attachment.php:19
1141
+ msgid "Attachments"
1142
+ msgstr "Allegati"
1143
+
1144
+ #: ../classes/column/post/author-name.php:20
1145
+ msgid "Display Author As"
1146
+ msgstr ""
1147
+
1148
+ #: ../classes/column/post/author-name.php:100
1149
+ msgid "View Public Author Page"
1150
+ msgstr ""
1151
+
1152
+ #: ../classes/column/post/author-name.php:102
1153
+ msgid "Page the author name should link to."
1154
+ msgstr ""
1155
+
1156
+ #: ../classes/column/post/before-moretag.php:19
1157
+ msgid "Before More Tag"
1158
+ msgstr ""
1159
+
1160
+ #: ../classes/column/post/comment-count.php:20
1161
+ msgid "Comment count"
1162
+ msgstr "Conteggio commento"
1163
+
1164
+ #: ../classes/column/post/comment-count.php:34
1165
+ msgid "Total"
1166
+ msgstr "Totale"
1167
+
1168
+ #: ../classes/column/post/comment-count.php:36
1169
+ msgid "Pending"
1170
+ msgstr "In sospeso"
1171
+
1172
+ #: ../classes/column/post/comment-count.php:37
1173
+ msgid "Spam"
1174
+ msgstr "Spam"
1175
+
1176
+ #: ../classes/column/post/comment-count.php:38
1177
+ msgid "Trash"
1178
+ msgstr "Cestino"
1179
+
1180
+ #: ../classes/column/post/comment-count.php99,
1181
+ #: ../classes/column/post/comment-status.php:20
1182
+ msgid "Comment status"
1183
+ msgstr "Status del commento"
1184
+
1185
+ #: ../classes/column/post/comment-count.php:99
1186
+ msgid "Select which comment status you like to display."
1187
+ msgstr "Seleziona lo status del commento che vuoi mostrare."
1188
+
1189
+ #: ../classes/column/post/depth.php:19
1190
+ msgid "Depth"
1191
+ msgstr "Profondità"
1192
+
1193
+ #: ../classes/column/post/estimated-reading-time.php:19
1194
+ msgid "Estimated Reading Time"
1195
+ msgstr "Tempo stimato di lettura"
1196
+
1197
+ #: ../classes/column/post/estimated-reading-time.php:66
1198
+ msgid "second"
1199
+ msgid_plural "seconds"
1200
+ msgstr[0] "secondo"
1201
+ msgstr[1] "secondi"
1202
+
1203
+ #: ../classes/column/post/estimated-reading-time.php:69
1204
+ msgid "minute"
1205
+ msgid_plural "minutes"
1206
+ msgstr[0] "minuto"
1207
+ msgstr[1] "minuti"
1208
+
1209
+ #: ../classes/column/post/estimated-reading-time.php:107
1210
+ msgid "Words per minute"
1211
+ msgstr "Parole al minuto"
1212
+
1213
+ #: ../classes/column/post/estimated-reading-time.php:108
1214
+ msgid "Estimated reading time in words per minute"
1215
+ msgstr "Tempo di lettura stimato in parole al minuto"
1216
+
1217
+ #: ../classes/column/post/featured-image.php:19
1218
+ msgid "Featured Image"
1219
+ msgstr "Immagine di presentazione"
1220
+
1221
+ #: ../classes/column/post/formats.php:19
1222
+ msgid "Post Format"
1223
+ msgstr "Formato Articolo"
1224
+
1225
+ #: ../classes/column/post/last-modified-author.php:20
1226
+ msgid "Last Modified Author"
1227
+ msgstr "Ultima modifica Autore"
1228
+
1229
+ #: ../classes/column/post/modified.php:19
1230
+ msgid "Last modified"
1231
+ msgstr "Ultima modifica"
1232
+
1233
+ #: ../classes/column/post/order.php:19
1234
+ msgid "Order"
1235
+ msgstr "Ordine"
1236
+
1237
+ #: ../classes/column/post/page-template.php:19
1238
+ msgid "Page Template"
1239
+ msgstr "Modello di pagina"
1240
+
1241
+ #: ../classes/column/post/parent.php:19
1242
+ msgid "Parent"
1243
+ msgstr "Genitore"
1244
+
1245
+ #: ../classes/column/post/path.php:19
1246
+ msgid "Path"
1247
+ msgstr "Percorso"
1248
+
1249
+ #: ../classes/column/post/permalink.php:19
1250
+ msgid "Permalink"
1251
+ msgstr "Permalink"
1252
+
1253
+ #: ../classes/column/post/permalink.php:68
1254
+ msgid "Link to post"
1255
+ msgstr "Link all'articolo"
1256
+
1257
+ #: ../classes/column/post/permalink.php:68
1258
+ msgid "This will make the permalink clickable."
1259
+ msgstr "Questo renderà il permalink cliccabile"
1260
+
1261
+ #: ../classes/column/post/ping-status.php:19
1262
+ msgid "Ping status"
1263
+ msgstr "Status del ping"
1264
+
1265
+ #: ../classes/column/post/roles.php:19
1266
+ msgid "Roles"
1267
+ msgstr "Ruoli"
1268
+
1269
+ #: ../classes/column/post/shortcodes.php:19
1270
+ msgid "Shortcodes"
1271
+ msgstr "Shortcodes"
1272
+
1273
+ #: ../classes/column/post/slug.php:19
1274
+ msgid "Slug"
1275
+ msgstr ""
1276
+
1277
+ #: ../classes/column/post/status.php:21
1278
+ msgid "Status"
1279
+ msgstr "Status"
1280
+
1281
+ #: ../classes/column/post/sticky.php:19
1282
+ msgid "Sticky"
1283
+ msgstr "Sticky"
1284
+
1285
+ #: ../classes/column/post/title-raw.php:19
1286
+ msgid "Title without actions"
1287
+ msgstr "Titolo senza azioni"
1288
+
1289
+ #: ../classes/column/link/length.php:19
1290
+ msgid "Length"
1291
+ msgstr "Lunghezza"
1292
+
1293
+ #: ../classes/column/link/notes.php:19
1294
+ msgid "Notes"
1295
+ msgstr "Note"
1296
+
1297
+ #: ../classes/column/link/owner.php:19
1298
+ msgid "Owner"
1299
+ msgstr "Proprietario"
1300
+
1301
+ #: ../classes/column/link/rss.php:19
1302
+ msgid "Rss"
1303
+ msgstr "Rss"
1304
+
1305
+ #: ../classes/column/link/target.php:19
1306
+ msgid "Target"
1307
+ msgstr "Destinazione"
1308
+
1309
+ #: ../classes/column/user/display-name.php:19
1310
+ msgid "Display name"
1311
+ msgstr "Nome da visualizzare"
1312
+
1313
+ #: ../classes/column/user/first-name.php:19
1314
+ msgid "First name"
1315
+ msgstr "Nome"
1316
+
1317
+ #: ../classes/column/user/last-name.php:19
1318
+ msgid "Last name"
1319
+ msgstr "Cognome"
1320
+
1321
+ #: ../classes/column/user/post-count.php:19
1322
+ msgid "Post Count"
1323
+ msgstr "Conteggio Articolo"
1324
+
1325
+ #: ../classes/column/user/post-count.php:89
1326
+ msgid "Post Type"
1327
+ msgstr "Tipo di Articolo"
1328
+
1329
+ #: ../classes/column/user/registered.php:19
1330
+ msgid "Registered"
1331
+ msgstr "Registrato"
1332
+
1333
+ #: ../classes/column/user/rich-editing.php:19
1334
+ msgid "Visual Editor"
1335
+ msgstr ""
1336
+
1337
+ #: ../classes/column/user/url.php:19
1338
+ msgid "Url"
1339
+ msgstr "Url"
languages/codepress-admin-columns-ja.po ADDED
@@ -0,0 +1,1335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # keisys <ken@keisys.com>, 2014
5
+ # keisys <ken@keisys.com>, 2014
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Admin Columns\n"
9
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
10
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
11
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
12
+ "Language-Team: Japanese (Japan) (http://www.transifex.com/codepress/admin-columns/language/ja_JP/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: ja_JP\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+
24
+ #: ../codepress-admin-columns.php:451
25
+ msgid "Edit columns"
26
+ msgstr "列の編集"
27
+
28
+ #: ../classes/addons.php:110
29
+ msgid "Plugins"
30
+ msgstr ""
31
+
32
+ #: ../classes/addons.php:135
33
+ msgid "Advanced Custom Fields"
34
+ msgstr ""
35
+
36
+ #: ../classes/addons.php:136
37
+ msgid ""
38
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
39
+ "seconds!"
40
+ msgstr ""
41
+
42
+ #: ../classes/addons.php:141
43
+ msgid "WooCommerce"
44
+ msgstr ""
45
+
46
+ #: ../classes/addons.php:142
47
+ msgid ""
48
+ "Enhance the products, orders and coupons overviews with new columns and "
49
+ "inline editing."
50
+ msgstr ""
51
+
52
+ #: ../classes/column.php:624
53
+ msgid "Thumbnail"
54
+ msgstr "サムネイル"
55
+
56
+ #: ../classes/column.php:625
57
+ msgid "Medium"
58
+ msgstr "メディア"
59
+
60
+ #: ../classes/column.php:626
61
+ msgid "Large"
62
+ msgstr "大"
63
+
64
+ #: ../classes/column.php:627
65
+ msgid "Full"
66
+ msgstr "フルサイズ"
67
+
68
+ #: ../classes/column.php:1059
69
+ msgid "Exact match"
70
+ msgstr ""
71
+
72
+ #: ../classes/column.php:1060
73
+ msgid "Lesser than"
74
+ msgstr ""
75
+
76
+ #: ../classes/column.php:1061
77
+ msgid "Greater than"
78
+ msgstr ""
79
+
80
+ #: ../classes/column.php:1062
81
+ msgid "Between"
82
+ msgstr ""
83
+
84
+ #: ../classes/column.php:1089
85
+ msgid "Date Format"
86
+ msgstr "データフォーマット"
87
+
88
+ #: ../classes/column.php:1090
89
+ msgid "This will determine how the date will be displayed."
90
+ msgstr "日付の表示方法を設定する。"
91
+
92
+ #: ../classes/column.php:1096
93
+ msgid "Example:"
94
+ msgstr "例:"
95
+
96
+ #: ../classes/column.php:1098
97
+ msgid ""
98
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
99
+ " format here</a>."
100
+ msgstr ""
101
+
102
+ #: ../classes/column.php:1099
103
+ msgid "Documentation on date and time formatting."
104
+ msgstr "日付と時刻のフォーマット"
105
+
106
+ #: ../classes/column.php:1113
107
+ msgid "Excerpt length"
108
+ msgstr "抜粋の長さ"
109
+
110
+ #: ../classes/column.php:1114
111
+ msgid "Number of words"
112
+ msgstr "文字数"
113
+
114
+ #: ../classes/column.php:1132
115
+ msgid "Preview size"
116
+ msgstr "プレビューサイズ"
117
+
118
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
119
+ msgid "Custom"
120
+ msgstr "カスタム"
121
+
122
+ #: ../classes/column.php1152, ../classes/column.php:1328
123
+ msgid "width"
124
+ msgstr "幅"
125
+
126
+ #: ../classes/column.php:1155
127
+ msgid "height"
128
+ msgstr "高さ"
129
+
130
+ #: ../classes/column.php:1167
131
+ msgid "Before"
132
+ msgstr "表示の前"
133
+
134
+ #: ../classes/column.php:1167
135
+ msgid "This text will appear before the custom field value."
136
+ msgstr "このテキストはカスタムフィールドの値の前に表示されます。(HTMLタグ含む)"
137
+
138
+ #: ../classes/column.php:1168
139
+ msgid "After"
140
+ msgstr "表示の後"
141
+
142
+ #: ../classes/column.php:1168
143
+ msgid "This text will appear after the custom field value."
144
+ msgstr "このテキストはカスタムフィールドの値の後に表示されます。(HTMLタグ含む)"
145
+
146
+ #: ../classes/column.php:1177
147
+ msgid "Display Name"
148
+ msgstr "表示名"
149
+
150
+ #: ../classes/column.php1178, ../classes/settings.php:733
151
+ msgid "First Name"
152
+ msgstr "姓"
153
+
154
+ #: ../classes/column.php:1179
155
+ msgid "Last Name"
156
+ msgstr "名"
157
+
158
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
159
+ msgid "Nickname"
160
+ msgstr "ニックネーム"
161
+
162
+ #: ../classes/column.php:1181
163
+ msgid "User Login"
164
+ msgstr "ユーザーログイン名"
165
+
166
+ #: ../classes/column.php:1182
167
+ msgid "User Email"
168
+ msgstr "ユーザーメール"
169
+
170
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
171
+ msgid "User ID"
172
+ msgstr "ユーザーID"
173
+
174
+ #: ../classes/column.php:1184
175
+ msgid "First and Last Name"
176
+ msgstr "姓名"
177
+
178
+ #: ../classes/column.php:1187
179
+ msgid "Display format"
180
+ msgstr ""
181
+
182
+ #: ../classes/column.php:1187
183
+ msgid "This is the format of the author name."
184
+ msgstr "投稿者の表示方法"
185
+
186
+ #: ../classes/column.php:1350
187
+ msgid "Edit"
188
+ msgstr "編集"
189
+
190
+ #: ../classes/column.php1352, ../classes/column.php:1444
191
+ msgid "Clone"
192
+ msgstr ""
193
+
194
+ #: ../classes/column.php:1354
195
+ msgid "Remove"
196
+ msgstr "削除"
197
+
198
+ #: ../classes/column.php1372, ../classes/column.php1372,
199
+ #: ../classes/column/custom-field.php408,
200
+ #: ../classes/column/comment/type.php:13
201
+ msgid "Type"
202
+ msgstr "タイプ"
203
+
204
+ #: ../classes/column.php:1372
205
+ msgid "Choose a column type."
206
+ msgstr "列に表示するタイプを設定します。"
207
+
208
+ #: ../classes/column.php:1372
209
+ msgid "Name"
210
+ msgstr ""
211
+
212
+ #: ../classes/column.php:1382
213
+ msgid "Label"
214
+ msgstr "ラベル"
215
+
216
+ #: ../classes/column.php:1382
217
+ msgid "This is the name which will appear as the column header."
218
+ msgstr "列に表示される名前"
219
+
220
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
221
+ msgid "Width"
222
+ msgstr "表示幅"
223
+
224
+ #: ../classes/column.php:1391
225
+ msgid "default"
226
+ msgstr "初期値"
227
+
228
+ #: ../classes/column.php:1392
229
+ msgid "auto"
230
+ msgstr ""
231
+
232
+ #: ../classes/column.php:1466
233
+ msgid "Property To Display"
234
+ msgstr ""
235
+
236
+ #: ../classes/column.php:1472
237
+ msgid "Post property to display for related post(s)."
238
+ msgstr ""
239
+
240
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
241
+ msgid "Link To"
242
+ msgstr ""
243
+
244
+ #: ../classes/column.php:1489
245
+ msgid "Edit Post Author"
246
+ msgstr ""
247
+
248
+ #: ../classes/column.php:1490
249
+ msgid "View Public Post Author Page"
250
+ msgstr ""
251
+
252
+ #: ../classes/column.php:1492
253
+ msgid "Page the posts should link to."
254
+ msgstr ""
255
+
256
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
257
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
258
+ msgid "Admin Columns"
259
+ msgstr "Admin Columns"
260
+
261
+ #: ../classes/review_notice.php:58
262
+ msgid "Admin Columns Pro"
263
+ msgstr ""
264
+
265
+ #: ../classes/review_notice.php:68
266
+ msgid "click here"
267
+ msgstr ""
268
+
269
+ #: ../classes/review_notice.php:72
270
+ msgid "Leave a review!"
271
+ msgstr ""
272
+
273
+ #: ../classes/review_notice.php:73
274
+ msgid "Permanently hide notice"
275
+ msgstr ""
276
+
277
+ #: ../classes/review_notice.php:80
278
+ msgid ""
279
+ "We're sorry to hear that; maybe we can help! If you're having problems "
280
+ "properly setting up %s or if you would like help with some more advanced "
281
+ "features, please visit our %s."
282
+ msgstr ""
283
+
284
+ #: ../classes/review_notice.php:82
285
+ msgid "documentation page"
286
+ msgstr ""
287
+
288
+ #: ../classes/review_notice.php:86
289
+ msgid ""
290
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
291
+ " to access product support through %s!"
292
+ msgstr ""
293
+
294
+ #: ../classes/review_notice.php:87
295
+ msgid "our forums"
296
+ msgstr ""
297
+
298
+ #: ../classes/review_notice.php:91
299
+ msgid "You can also find help on the %s, and %s."
300
+ msgstr ""
301
+
302
+ #: ../classes/review_notice.php:92
303
+ msgid "Admin Columns forums on WordPress.org"
304
+ msgstr ""
305
+
306
+ #: ../classes/review_notice.php:93
307
+ msgid "find answers to some frequently asked questions"
308
+ msgstr ""
309
+
310
+ #: ../classes/settings.php:113
311
+ msgid "Add-on successfully activated."
312
+ msgstr ""
313
+
314
+ #: ../classes/settings.php:116
315
+ msgid "Add-on successfully deactivated."
316
+ msgstr ""
317
+
318
+ #: ../classes/settings.php:170
319
+ msgid "Admin Columns Settings"
320
+ msgstr "Admin Columns 設定"
321
+
322
+ #: ../classes/settings.php:228
323
+ msgid "%s column is already present and can not be duplicated."
324
+ msgstr "%s 列はすでに存在します。複製することができません "
325
+
326
+ #: ../classes/settings.php:284
327
+ msgid "Default settings succesfully restored."
328
+ msgstr "初期設定を復元しました。"
329
+
330
+ #: ../classes/settings.php:301
331
+ msgid "Overview"
332
+ msgstr "概要"
333
+
334
+ #: ../classes/settings.php:304
335
+ msgid ""
336
+ "This plugin is for adding and removing additional columns to the "
337
+ "administration screens for post(types), pages, media library, comments, "
338
+ "links and users. Change the column's label and reorder them."
339
+ msgstr "このプラグインは管理画面に表示される列の追加・削除や並び変えを可能にします。\n投稿・メディアページ・コメント・リンク・ユーザー・カスタム投稿(post type)に対応し\nPRO版ではソート・フィルタリングも可能になります。"
340
+
341
+ #: ../classes/settings.php:307
342
+ msgid "Basics"
343
+ msgstr "基本"
344
+
345
+ #: ../classes/settings.php:309
346
+ msgid "Change order"
347
+ msgstr "並びを変更"
348
+
349
+ #: ../classes/settings.php:310
350
+ msgid ""
351
+ "By dragging the columns you can change the order which they will appear in."
352
+ msgstr "列幅をドラッグして表示される場所を変更することが可能です。"
353
+
354
+ #: ../classes/settings.php:311
355
+ msgid "Change label"
356
+ msgstr "ラベルの変更"
357
+
358
+ #: ../classes/settings.php:312
359
+ msgid ""
360
+ "By clicking on the triangle you will see the column options. Here you can "
361
+ "change each label of the columns heading."
362
+ msgstr "列の表示オプションを表示します。\n見出しや列のラベルを変更できます。"
363
+
364
+ #: ../classes/settings.php:313
365
+ msgid "Change column width"
366
+ msgstr "列幅を変更"
367
+
368
+ #: ../classes/settings.php:314
369
+ msgid ""
370
+ "By clicking on the triangle you will see the column options. By using the "
371
+ "draggable slider you can set the width of the columns in percentages."
372
+ msgstr "三角形をクリックすると、列のオプションが表示されます。ドラッグ可能なスライダーを使用することで、パーセンテージで列の幅を設定することができます。"
373
+
374
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
375
+ #: ../classes/column/custom-field.php23,
376
+ #: ../classes/column/custom-field.php:391
377
+ msgid "Custom Field"
378
+ msgstr "カスタムフィールド"
379
+
380
+ #: ../classes/settings.php:320
381
+ msgid "'Custom Field' column"
382
+ msgstr "カスタムフィールド幅"
383
+
384
+ #: ../classes/settings.php:321
385
+ msgid ""
386
+ "The custom field colum uses the custom fields from posts and users. There "
387
+ "are 10 types which you can set."
388
+ msgstr "カスタムフィールドには設定可能な10種類のタイプあります"
389
+
390
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
391
+ #: ../classes/column/custom-field.php:95
392
+ msgid "Default"
393
+ msgstr "デフォルト"
394
+
395
+ #: ../classes/settings.php:323
396
+ msgid ""
397
+ "Value: Can be either a string or array. Arrays will be flattened and values "
398
+ "are seperated by a ',' comma."
399
+ msgstr "値:文字列または配列になります。配列は、区切ります。"
400
+
401
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
402
+ #: ../classes/column/link/image.php:19
403
+ msgid "Image"
404
+ msgstr "画像"
405
+
406
+ #: ../classes/settings.php:324
407
+ msgid ""
408
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
409
+ "comma )."
410
+ msgstr "値:画像URLやファイルIDを含んでいる必要があります。(複数の場合は\"、”で区切ってください)"
411
+
412
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
413
+ msgid "Excerpt"
414
+ msgstr "エキスポート"
415
+
416
+ #: ../classes/settings.php:325
417
+ msgid "Value: This will show the first 20 words of the Post content."
418
+ msgstr "値:投稿内容の最初の20文字が表示されます。"
419
+
420
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
421
+ msgid "Multiple Values"
422
+ msgstr "複数の値"
423
+
424
+ #: ../classes/settings.php:326
425
+ msgid ""
426
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
427
+ "array."
428
+ msgstr "値:配列でなければいけません。(配列をフラット化します)"
429
+
430
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
431
+ msgid "Numeric"
432
+ msgstr "数値"
433
+
434
+ #: ../classes/settings.php:327
435
+ msgid ""
436
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
437
+ "for sorting, so you can sort your posts on numeric (custom field) values."
438
+ msgstr "値:整数だけ<br/>サポートします。ソートアドオンが有効な場合(カスタムフィールド)記事を並び変えることができます。"
439
+
440
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
441
+ #: ../classes/column/comment/date.php:19
442
+ msgid "Date"
443
+ msgstr "日付"
444
+
445
+ #: ../classes/settings.php:328
446
+ msgid ""
447
+ "Value: Can be unix time stamp or a date format as described in the <a "
448
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
449
+ "href='%s'>general settings</a> page."
450
+ msgstr "値:<a href='%s'>Codex</a>の説明であるようにunixタイムスタンプや日付形式を指定できます。設定>一般<a href='%s'>日付のフォーマット</a>設定を利用できます。"
451
+
452
+ #: ../classes/settings.php:329
453
+ msgid "Post Titles"
454
+ msgstr "投稿タイトル"
455
+
456
+ #: ../classes/settings.php:329
457
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
458
+ msgstr "値:複数の場合は、ポストIDを(、)で区切ってください。"
459
+
460
+ #: ../classes/settings.php:330
461
+ msgid "Usernames"
462
+ msgstr "ユーザー名"
463
+
464
+ #: ../classes/settings.php:330
465
+ msgid "Value: can be one or more User ID's (seperated by ',')."
466
+ msgstr "値;複数のユーザーの場合は(、)で区切ってください。"
467
+
468
+ #: ../classes/settings.php:331
469
+ msgid "Checkmark"
470
+ msgstr "チェックマーク"
471
+
472
+ #: ../classes/settings.php:331
473
+ msgid "Value: should be a 1 (one) or 0 (zero)."
474
+ msgstr "値:1(one)または0(zero)"
475
+
476
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
477
+ msgid "Color"
478
+ msgstr "色"
479
+
480
+ #: ../classes/settings.php:332
481
+ msgid "Value: hex value color, such as #808080."
482
+ msgstr "値:HEXカラーコード #808080など"
483
+
484
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
485
+ msgid "Counter"
486
+ msgstr "カウンター"
487
+
488
+ #: ../classes/settings.php:333
489
+ msgid ""
490
+ "Value: Can be either a string or array. This will display a count of the "
491
+ "number of times the meta key is used by the item."
492
+ msgstr "値:文字列または配列。meta_keyの場合は回数を表示します"
493
+
494
+ #: ../classes/settings.php:422
495
+ msgid "Welcome to Admin Columns"
496
+ msgstr "ようこそ Admin Columns"
497
+
498
+ #: ../classes/settings.php:425
499
+ msgid "Thank you for updating to the latest version!"
500
+ msgstr "最新のバージョンに更新して頂きありがとうございます。"
501
+
502
+ #: ../classes/settings.php:426
503
+ msgid ""
504
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
505
+ "like it."
506
+ msgstr "Admin Columns は洗練された管理画面を提供します。\n私たちは、あなたやあなたのユーザーが喜ぶことを願っています。"
507
+
508
+ #: ../classes/settings.php:431
509
+ msgid "What’s New"
510
+ msgstr "最新"
511
+
512
+ #: ../classes/settings.php:432
513
+ msgid "Changelog"
514
+ msgstr "変更履歴"
515
+
516
+ #: ../classes/settings.php:437
517
+ msgid "Important"
518
+ msgstr "インポート"
519
+
520
+ #: ../classes/settings.php:439
521
+ msgid "Database Changes"
522
+ msgstr "データベースの変更"
523
+
524
+ #: ../classes/settings.php:440
525
+ msgid ""
526
+ "The database has been changed between versions 1 and 2. But we made sure you"
527
+ " can still roll back to version 1x without any issues."
528
+ msgstr "データベースには、バージョン1と2で変更されました。しかし、我々は、何の問題もなく戻ってバージョン1Xにロールバックすることができことを確認しています。"
529
+
530
+ #: ../classes/settings.php:443
531
+ msgid "Make sure you backup your database and then click"
532
+ msgstr "クリックしてデータバースのバックアップを作る"
533
+
534
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
535
+ msgid "Upgrade Database"
536
+ msgstr "データベースをアップデート"
537
+
538
+ #: ../classes/settings.php:446
539
+ msgid "Potential Issues"
540
+ msgstr "潜在的な問題"
541
+
542
+ #: ../classes/settings.php:447
543
+ msgid ""
544
+ "Do to the sizable refactoring the code, surounding Addons and "
545
+ "action/filters, your website may not operate correctly. It is important that"
546
+ " you read the full"
547
+ msgstr "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full "
548
+
549
+ #: ../classes/settings.php:447
550
+ msgid "Migrating from v1 to v2"
551
+ msgstr "Ver1からVer2への移行"
552
+
553
+ #: ../classes/settings.php:447
554
+ msgid "guide to view the full list of changes."
555
+ msgstr "変更点の詳細案内"
556
+
557
+ #: ../classes/settings.php:447
558
+ msgid ""
559
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
560
+ "can fix it in the next release."
561
+ msgstr ""
562
+
563
+ #: ../classes/settings.php:450
564
+ msgid "Important!"
565
+ msgstr "大切な事"
566
+
567
+ #: ../classes/settings.php:450
568
+ msgid ""
569
+ "If you updated the Admin Columns plugin without prior knowledge of such "
570
+ "changes, Please roll back to the latest"
571
+ msgstr "プラグイン管理の列を更新した場合、最新のものにロールバックしてください。"
572
+
573
+ #: ../classes/settings.php:450
574
+ msgid "version 1"
575
+ msgstr "version 1 "
576
+
577
+ #: ../classes/settings.php:450
578
+ msgid "of this plugin."
579
+ msgstr "このプラグイン"
580
+
581
+ #: ../classes/settings.php:456
582
+ msgid "Changelog for"
583
+ msgstr "変更履歴の"
584
+
585
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
586
+ msgid "Learn more"
587
+ msgstr "詳細はこちら"
588
+
589
+ #: ../classes/settings.php:481
590
+ msgid "Start using Admin Columns"
591
+ msgstr "Admin Columnsをはじめましょう"
592
+
593
+ #: ../classes/settings.php:500
594
+ msgid "General Settings"
595
+ msgstr "一般設定"
596
+
597
+ #: ../classes/settings.php:501
598
+ msgid "Customize your Admin Columns settings."
599
+ msgstr "管理画面の列表示を<br/>\nカスタマイズします。"
600
+
601
+ #: ../classes/settings.php:512
602
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
603
+ msgstr ""
604
+
605
+ #: ../classes/settings.php:559
606
+ msgid "Restore Settings"
607
+ msgstr "設定の復元"
608
+
609
+ #: ../classes/settings.php:560
610
+ msgid "This will delete all column settings and restore the default settings."
611
+ msgstr "追加された全ての列を削除し、<br/>\nデフォルト設定に戻します。"
612
+
613
+ #: ../classes/settings.php:566
614
+ msgid "Restore default settings"
615
+ msgstr "デフォルト設定に戻します。"
616
+
617
+ #: ../classes/settings.php:566
618
+ msgid ""
619
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
620
+ "undone. 'OK' to delete, 'Cancel' to stop"
621
+ msgstr ""
622
+
623
+ #: ../classes/settings.php:582
624
+ msgid "Posttypes"
625
+ msgstr ""
626
+
627
+ #: ../classes/settings.php:583
628
+ msgid "Others"
629
+ msgstr ""
630
+
631
+ #: ../classes/settings.php:584
632
+ msgid "Taxonomies"
633
+ msgstr ""
634
+
635
+ #: ../classes/settings.php:600
636
+ msgid "Settings"
637
+ msgstr "設定"
638
+
639
+ #: ../classes/settings.php:601
640
+ msgid "Add-ons"
641
+ msgstr ""
642
+
643
+ #: ../classes/settings.php:669
644
+ msgid ""
645
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
646
+ " admin panel."
647
+ msgstr ""
648
+
649
+ #: ../classes/settings.php:679
650
+ msgid "Store settings"
651
+ msgstr "設定を保存"
652
+
653
+ #: ../classes/settings.php:687
654
+ msgid ""
655
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
656
+ " delete, 'Cancel' to stop"
657
+ msgstr ""
658
+
659
+ #: ../classes/settings.php:688
660
+ msgid "Restore"
661
+ msgstr "初期状態に戻す"
662
+
663
+ #: ../classes/settings.php:688
664
+ msgid "columns"
665
+ msgstr "-列"
666
+
667
+ #: ../classes/settings.php:707
668
+ msgid "Get Admin Columns Pro"
669
+ msgstr ""
670
+
671
+ #: ../classes/settings.php:711
672
+ msgid "Add Sorting"
673
+ msgstr "ソートを追加"
674
+
675
+ #: ../classes/settings.php:712
676
+ msgid "Add Filtering"
677
+ msgstr "フィルターを追加"
678
+
679
+ #: ../classes/settings.php:713
680
+ msgid "Add Import/Export"
681
+ msgstr "設定のインポート・エキスポートを追加"
682
+
683
+ #: ../classes/settings.php:714
684
+ msgid "Add Direct Editing"
685
+ msgstr ""
686
+
687
+ #: ../classes/settings.php:717
688
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
689
+ msgstr ""
690
+
691
+ #: ../classes/settings.php:730
692
+ msgid "Subscribe to receive news &amp; updates below."
693
+ msgstr ""
694
+
695
+ #: ../classes/settings.php:737
696
+ msgid "Your Email"
697
+ msgstr ""
698
+
699
+ #: ../classes/settings.php:748
700
+ msgid "Are you happy with Admin Columns?"
701
+ msgstr ""
702
+
703
+ #: ../classes/settings.php:756
704
+ msgid "What's wrong? Need help? Let us know!"
705
+ msgstr ""
706
+
707
+ #: ../classes/settings.php:757
708
+ msgid ""
709
+ "Check out our extensive documentation, or you can open a support topic on "
710
+ "WordPress.org!"
711
+ msgstr ""
712
+
713
+ #: ../classes/settings.php:765
714
+ msgid "Docs"
715
+ msgstr ""
716
+
717
+ #: ../classes/settings.php:770
718
+ msgid "Forums"
719
+ msgstr ""
720
+
721
+ #: ../classes/settings.php:779
722
+ msgid "Woohoo! We're glad to hear that!"
723
+ msgstr ""
724
+
725
+ #: ../classes/settings.php:780
726
+ msgid ""
727
+ "We would really love it if you could show your appreciation by giving us a "
728
+ "rating on WordPress.org or tweet about Admin Columns!"
729
+ msgstr ""
730
+
731
+ #: ../classes/settings.php:784
732
+ msgid "Rate"
733
+ msgstr ""
734
+
735
+ #: ../classes/settings.php:795
736
+ msgid "Tweet"
737
+ msgstr ""
738
+
739
+ #: ../classes/settings.php:805
740
+ msgid "Buy Pro"
741
+ msgstr ""
742
+
743
+ #: ../classes/settings.php:817
744
+ msgid "Support"
745
+ msgstr "サポート"
746
+
747
+ #: ../classes/settings.php:820
748
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
749
+ msgstr "画面右上の<strong>Help</strong>を確認してください。"
750
+
751
+ #: ../classes/settings.php:823
752
+ msgid ""
753
+ "For full documentation, bug reports, feature suggestions and other tips <a "
754
+ "href='%s'>visit the Admin Columns website</a>"
755
+ msgstr "ドキュメント・バグレポート・機能の提案などは<br/>\n <a href='%s'> Admin Columns website</a>を訪れてください。"
756
+
757
+ #: ../classes/settings.php:852
758
+ msgid "Drag and drop to reorder"
759
+ msgstr "ドロップ&ドラッグで表示順序を変更できます"
760
+
761
+ #: ../classes/settings.php:855
762
+ msgid "Add Column"
763
+ msgstr "列の追加"
764
+
765
+ #: ../classes/settings.php:936
766
+ msgid "Active"
767
+ msgstr ""
768
+
769
+ #: ../classes/settings.php:937
770
+ msgid "Deactivate"
771
+ msgstr ""
772
+
773
+ #: ../classes/settings.php:944
774
+ msgid "Installed"
775
+ msgstr ""
776
+
777
+ #: ../classes/settings.php:945
778
+ msgid "Activate"
779
+ msgstr ""
780
+
781
+ #: ../classes/settings.php:959
782
+ msgid "Download & Install"
783
+ msgstr ""
784
+
785
+ #: ../classes/settings.php:964
786
+ msgid "Get this add-on"
787
+ msgstr ""
788
+
789
+ #: ../classes/storage_model.php:262
790
+ msgid "settings succesfully restored."
791
+ msgstr "設定を復元しました。"
792
+
793
+ #: ../classes/storage_model.php:278
794
+ msgid "No columns settings available."
795
+ msgstr "設定された列はありません"
796
+
797
+ #: ../classes/storage_model.php:299
798
+ msgid "You are trying to store the same settings for %s."
799
+ msgstr "%sはすでに設定済みです "
800
+
801
+ #: ../classes/storage_model.php:303
802
+ msgid "Settings for %s updated successfully."
803
+ msgstr ""
804
+
805
+ #: ../classes/storage_model.php:643
806
+ msgid "Columns by Plugins"
807
+ msgstr ""
808
+
809
+ #: ../classes/storage_model.php:862
810
+ msgid "View"
811
+ msgstr "表示"
812
+
813
+ #: ../classes/upgrade.php:62
814
+ msgid ""
815
+ "The pro add-on is no longer supported. Please login to your account and "
816
+ "download Admin Columns Pro"
817
+ msgstr ""
818
+
819
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
820
+ msgid "Upgrade"
821
+ msgstr "アップグレード"
822
+
823
+ #: ../classes/upgrade.php:136
824
+ msgid "requires a database upgrade"
825
+ msgstr "データベースの更新(アップグレード)が必要です。"
826
+
827
+ #: ../classes/upgrade.php:139
828
+ msgid "why?"
829
+ msgstr "なぜ?"
830
+
831
+ #: ../classes/upgrade.php:140
832
+ msgid "Please"
833
+ msgstr "どうぞ"
834
+
835
+ #: ../classes/upgrade.php:141
836
+ msgid "backup your database"
837
+ msgstr "データベースのバックアップ"
838
+
839
+ #: ../classes/upgrade.php:142
840
+ msgid "then click"
841
+ msgstr "クリックする"
842
+
843
+ #: ../classes/upgrade.php:351
844
+ msgid "Migrating Column Settings"
845
+ msgstr "移行列の設定"
846
+
847
+ #: ../classes/upgrade.php:387
848
+ msgid "No Upgrade Required"
849
+ msgstr "アップグレード不可"
850
+
851
+ #: ../classes/upgrade.php:388
852
+ msgid "Return to welcome screen."
853
+ msgstr "「ようこそ」の画面へ戻ります"
854
+
855
+ #: ../classes/upgrade.php:406
856
+ msgid "Upgrade Complete!"
857
+ msgstr "更新完了"
858
+
859
+ #: ../classes/upgrade.php:406
860
+ msgid "Return to settings."
861
+ msgstr "設定へ戻る"
862
+
863
+ #: ../classes/upgrade.php:407
864
+ msgid "Error"
865
+ msgstr "エラー"
866
+
867
+ #: ../classes/upgrade.php:408
868
+ msgid ""
869
+ "Sorry. Something went wrong during the upgrade process. Please report this "
870
+ "on the support forum."
871
+ msgstr "申し訳ありません。アップグレードプロセス中にエラーが発生しました。サポートフォーラムへ報告してください。"
872
+
873
+ #: ../classes/column/acf-placeholder.php:19
874
+ msgid "ACF Field"
875
+ msgstr ""
876
+
877
+ #: ../classes/column/acf-placeholder.php:35
878
+ msgid ""
879
+ "If you have a developer licence please download & install your ACF add-on "
880
+ "from the <a href='%s'>add-ons tab</a>."
881
+ msgstr ""
882
+
883
+ #: ../classes/column/acf-placeholder.php:38
884
+ msgid ""
885
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
886
+ "integeration, allowing you to easily display and edit ACF fields from within"
887
+ " your posts overview."
888
+ msgstr ""
889
+
890
+ #: ../classes/column/acf-placeholder.php:44
891
+ msgid "Find out more"
892
+ msgstr ""
893
+
894
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
895
+ msgid "Actions"
896
+ msgstr "アクション"
897
+
898
+ #: ../classes/column/actions.php:96
899
+ msgid "Use icons?"
900
+ msgstr ""
901
+
902
+ #: ../classes/column/actions.php:96
903
+ msgid "Use icons instead of text for displaying the actions."
904
+ msgstr ""
905
+
906
+ #: ../classes/column/custom-field.php:96
907
+ msgid "Checkmark (true/false)"
908
+ msgstr "チェックマーク(true/false)"
909
+
910
+ #: ../classes/column/custom-field.php:102
911
+ msgid "Media Library"
912
+ msgstr "メディアライブラリー"
913
+
914
+ #: ../classes/column/custom-field.php:105
915
+ msgid "Post Title (Post ID's)"
916
+ msgstr "タイトル(Post ID's)"
917
+
918
+ #: ../classes/column/custom-field.php:106
919
+ msgid "Username (User ID's)"
920
+ msgstr "ユーザー名(User ID's)"
921
+
922
+ #: ../classes/column/custom-field.php:107
923
+ msgid "Term Name (Term ID's)"
924
+ msgstr ""
925
+
926
+ #: ../classes/column/custom-field.php:391
927
+ msgid "Select your custom field."
928
+ msgstr "カスタムフィールドを選択"
929
+
930
+ #: ../classes/column/custom-field.php:401
931
+ msgid "No custom fields available."
932
+ msgstr "カスタムフィールドがありません"
933
+
934
+ #: ../classes/column/custom-field.php:401
935
+ msgid "Please create a %s item first."
936
+ msgstr ""
937
+
938
+ #: ../classes/column/custom-field.php:408
939
+ msgid "Field Type"
940
+ msgstr "フィールドタイプ"
941
+
942
+ #: ../classes/column/custom-field.php:408
943
+ msgid "This will determine how the value will be displayed."
944
+ msgstr "表示される方法を設定します"
945
+
946
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
947
+ msgid "Taxonomy"
948
+ msgstr "タクソノミー"
949
+
950
+ #: ../classes/column/used-by-menu.php:20
951
+ msgid "Used by Menu"
952
+ msgstr ""
953
+
954
+ #: ../classes/column/used-by-menu.php:133
955
+ msgid "Link to menu"
956
+ msgstr ""
957
+
958
+ #: ../classes/column/used-by-menu.php:133
959
+ msgid "This will make the title link to the menu."
960
+ msgstr ""
961
+
962
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
963
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
964
+ msgid "ID"
965
+ msgstr "ID"
966
+
967
+ #: ../classes/column/comment/agent.php:19
968
+ msgid "Agent"
969
+ msgstr "エージェント"
970
+
971
+ #: ../classes/column/comment/approved.php19,
972
+ #: ../classes/column/post/comment-count.php:35
973
+ msgid "Approved"
974
+ msgstr "承認された"
975
+
976
+ #: ../classes/column/comment/author-avatar.php:19
977
+ msgid "Avatar"
978
+ msgstr "アバター"
979
+
980
+ #: ../classes/column/comment/author-email.php:19
981
+ msgid "Author email"
982
+ msgstr "投稿者メール"
983
+
984
+ #: ../classes/column/comment/author-ip.php:19
985
+ msgid "Author IP"
986
+ msgstr "投稿者IP"
987
+
988
+ #: ../classes/column/comment/author-name.php:12
989
+ msgid "Author name"
990
+ msgstr ""
991
+
992
+ #: ../classes/column/comment/author-url.php:19
993
+ msgid "Author url"
994
+ msgstr "投稿者URL"
995
+
996
+ #: ../classes/column/comment/author.php:19
997
+ msgid "Author"
998
+ msgstr "投稿者"
999
+
1000
+ #: ../classes/column/comment/date-gmt.php:19
1001
+ msgid "Date GMT"
1002
+ msgstr "日時(GMT)"
1003
+
1004
+ #: ../classes/column/comment/excerpt.php19,
1005
+ #: ../classes/column/post/content.php:19
1006
+ msgid "Content"
1007
+ msgstr ""
1008
+
1009
+ #: ../classes/column/comment/post.php:19
1010
+ msgid "Post"
1011
+ msgstr ""
1012
+
1013
+ #: ../classes/column/comment/reply-to.php:19
1014
+ msgid "In Reply To"
1015
+ msgstr "返信先"
1016
+
1017
+ #: ../classes/column/comment/user.php:11
1018
+ msgid "User"
1019
+ msgstr ""
1020
+
1021
+ #: ../classes/column/comment/word-count.php19,
1022
+ #: ../classes/column/post/word-count.php:19
1023
+ msgid "Word count"
1024
+ msgstr "文字数"
1025
+
1026
+ #: ../classes/column/media/alternate-text.php:19
1027
+ msgid "Alt"
1028
+ msgstr "代替テキスト"
1029
+
1030
+ #: ../classes/column/media/attached-to.php:19
1031
+ msgid "Attached to post"
1032
+ msgstr ""
1033
+
1034
+ #: ../classes/column/media/available-sizes.php:20
1035
+ msgid "Available Sizes"
1036
+ msgstr "利用できるサイズ"
1037
+
1038
+ #: ../classes/column/media/available-sizes.php:40
1039
+ msgid "full size"
1040
+ msgstr "フルサイズ"
1041
+
1042
+ #: ../classes/column/media/caption.php19,
1043
+ #: ../classes/column/media/exif-data.php:41
1044
+ msgid "Caption"
1045
+ msgstr "キャプション"
1046
+
1047
+ #: ../classes/column/media/description.php19,
1048
+ #: ../classes/column/link/description.php19,
1049
+ #: ../classes/column/user/description.php:19
1050
+ msgid "Description"
1051
+ msgstr "説明"
1052
+
1053
+ #: ../classes/column/media/dimensions.php:19
1054
+ msgid "Dimensions"
1055
+ msgstr "大きさ"
1056
+
1057
+ #: ../classes/column/media/exif-data.php:19
1058
+ msgid "EXIF data"
1059
+ msgstr "EXIFデータ"
1060
+
1061
+ #: ../classes/column/media/exif-data.php:38
1062
+ msgid "Aperture"
1063
+ msgstr "絞り(Aperture)"
1064
+
1065
+ #: ../classes/column/media/exif-data.php:39
1066
+ msgid "Credit"
1067
+ msgstr "クレジット"
1068
+
1069
+ #: ../classes/column/media/exif-data.php:40
1070
+ msgid "Camera"
1071
+ msgstr "カメラ"
1072
+
1073
+ #: ../classes/column/media/exif-data.php:42
1074
+ msgid "Timestamp"
1075
+ msgstr "タイムスタンプ"
1076
+
1077
+ #: ../classes/column/media/exif-data.php:43
1078
+ msgid "Copyright EXIF"
1079
+ msgstr "EXIF著作権 "
1080
+
1081
+ #: ../classes/column/media/exif-data.php:44
1082
+ msgid "Focal Length"
1083
+ msgstr "焦点距離(Focal Length)"
1084
+
1085
+ #: ../classes/column/media/exif-data.php:45
1086
+ msgid "ISO"
1087
+ msgstr "感度(ISO)"
1088
+
1089
+ #: ../classes/column/media/exif-data.php:46
1090
+ msgid "Shutter Speed"
1091
+ msgstr "シャッタースピード"
1092
+
1093
+ #: ../classes/column/media/exif-data.php:47
1094
+ msgid "Title"
1095
+ msgstr "タイトル"
1096
+
1097
+ #: ../classes/column/media/file-name.php:19
1098
+ msgid "File name"
1099
+ msgstr "ファイル名"
1100
+
1101
+ #: ../classes/column/media/file-size.php:19
1102
+ msgid "File size"
1103
+ msgstr "ファイルサイズ"
1104
+
1105
+ #: ../classes/column/media/full-path.php19,
1106
+ #: ../classes/column/media/full-path.php:92
1107
+ msgid "Full path"
1108
+ msgstr "フルパス"
1109
+
1110
+ #: ../classes/column/media/full-path.php:83
1111
+ msgid "Path scope"
1112
+ msgstr ""
1113
+
1114
+ #: ../classes/column/media/full-path.php:84
1115
+ msgid "Part of the file path to display"
1116
+ msgstr ""
1117
+
1118
+ #: ../classes/column/media/full-path.php:97
1119
+ msgid "Relative to domain"
1120
+ msgstr ""
1121
+
1122
+ #: ../classes/column/media/full-path.php:102
1123
+ msgid "Relative to main uploads folder "
1124
+ msgstr ""
1125
+
1126
+ #: ../classes/column/media/height.php:19
1127
+ msgid "Height"
1128
+ msgstr "高さ"
1129
+
1130
+ #: ../classes/column/media/mime-type.php:19
1131
+ msgid "Mime type"
1132
+ msgstr "Mimeタイプ"
1133
+
1134
+ #: ../classes/column/post/attachment-count.php:19
1135
+ msgid "No. of Attachments"
1136
+ msgstr "アタッチメント(ファイル等)ID"
1137
+
1138
+ #: ../classes/column/post/attachment.php:19
1139
+ msgid "Attachments"
1140
+ msgstr ""
1141
+
1142
+ #: ../classes/column/post/author-name.php:20
1143
+ msgid "Display Author As"
1144
+ msgstr "投稿者名"
1145
+
1146
+ #: ../classes/column/post/author-name.php:100
1147
+ msgid "View Public Author Page"
1148
+ msgstr ""
1149
+
1150
+ #: ../classes/column/post/author-name.php:102
1151
+ msgid "Page the author name should link to."
1152
+ msgstr ""
1153
+
1154
+ #: ../classes/column/post/before-moretag.php:19
1155
+ msgid "Before More Tag"
1156
+ msgstr "タグの前に"
1157
+
1158
+ #: ../classes/column/post/comment-count.php:20
1159
+ msgid "Comment count"
1160
+ msgstr "コメント数"
1161
+
1162
+ #: ../classes/column/post/comment-count.php:34
1163
+ msgid "Total"
1164
+ msgstr "トータル"
1165
+
1166
+ #: ../classes/column/post/comment-count.php:36
1167
+ msgid "Pending"
1168
+ msgstr "ペンディング"
1169
+
1170
+ #: ../classes/column/post/comment-count.php:37
1171
+ msgid "Spam"
1172
+ msgstr "スパム"
1173
+
1174
+ #: ../classes/column/post/comment-count.php:38
1175
+ msgid "Trash"
1176
+ msgstr "ゴミ箱"
1177
+
1178
+ #: ../classes/column/post/comment-count.php99,
1179
+ #: ../classes/column/post/comment-status.php:20
1180
+ msgid "Comment status"
1181
+ msgstr "コメントステータス"
1182
+
1183
+ #: ../classes/column/post/comment-count.php:99
1184
+ msgid "Select which comment status you like to display."
1185
+ msgstr "表示させたいコメントステータスを選択します。"
1186
+
1187
+ #: ../classes/column/post/depth.php:19
1188
+ msgid "Depth"
1189
+ msgstr ""
1190
+
1191
+ #: ../classes/column/post/estimated-reading-time.php:19
1192
+ msgid "Estimated Reading Time"
1193
+ msgstr ""
1194
+
1195
+ #: ../classes/column/post/estimated-reading-time.php:66
1196
+ msgid "second"
1197
+ msgid_plural "seconds"
1198
+ msgstr[0] ""
1199
+
1200
+ #: ../classes/column/post/estimated-reading-time.php:69
1201
+ msgid "minute"
1202
+ msgid_plural "minutes"
1203
+ msgstr[0] ""
1204
+
1205
+ #: ../classes/column/post/estimated-reading-time.php:107
1206
+ msgid "Words per minute"
1207
+ msgstr ""
1208
+
1209
+ #: ../classes/column/post/estimated-reading-time.php:108
1210
+ msgid "Estimated reading time in words per minute"
1211
+ msgstr ""
1212
+
1213
+ #: ../classes/column/post/featured-image.php:19
1214
+ msgid "Featured Image"
1215
+ msgstr "注目画像"
1216
+
1217
+ #: ../classes/column/post/formats.php:19
1218
+ msgid "Post Format"
1219
+ msgstr "ポストフォーマット"
1220
+
1221
+ #: ../classes/column/post/last-modified-author.php:20
1222
+ msgid "Last Modified Author"
1223
+ msgstr ""
1224
+
1225
+ #: ../classes/column/post/modified.php:19
1226
+ msgid "Last modified"
1227
+ msgstr "最終更新"
1228
+
1229
+ #: ../classes/column/post/order.php:19
1230
+ msgid "Order"
1231
+ msgstr ""
1232
+
1233
+ #: ../classes/column/post/page-template.php:19
1234
+ msgid "Page Template"
1235
+ msgstr "ページテンプレート"
1236
+
1237
+ #: ../classes/column/post/parent.php:19
1238
+ msgid "Parent"
1239
+ msgstr "パーマメント"
1240
+
1241
+ #: ../classes/column/post/path.php:19
1242
+ msgid "Path"
1243
+ msgstr ""
1244
+
1245
+ #: ../classes/column/post/permalink.php:19
1246
+ msgid "Permalink"
1247
+ msgstr ""
1248
+
1249
+ #: ../classes/column/post/permalink.php:68
1250
+ msgid "Link to post"
1251
+ msgstr ""
1252
+
1253
+ #: ../classes/column/post/permalink.php:68
1254
+ msgid "This will make the permalink clickable."
1255
+ msgstr ""
1256
+
1257
+ #: ../classes/column/post/ping-status.php:19
1258
+ msgid "Ping status"
1259
+ msgstr "Pingステータス"
1260
+
1261
+ #: ../classes/column/post/roles.php:19
1262
+ msgid "Roles"
1263
+ msgstr "権限"
1264
+
1265
+ #: ../classes/column/post/shortcodes.php:19
1266
+ msgid "Shortcodes"
1267
+ msgstr ""
1268
+
1269
+ #: ../classes/column/post/slug.php:19
1270
+ msgid "Slug"
1271
+ msgstr "スラッグ"
1272
+
1273
+ #: ../classes/column/post/status.php:21
1274
+ msgid "Status"
1275
+ msgstr "ステータス"
1276
+
1277
+ #: ../classes/column/post/sticky.php:19
1278
+ msgid "Sticky"
1279
+ msgstr "先頭に固定表示"
1280
+
1281
+ #: ../classes/column/post/title-raw.php:19
1282
+ msgid "Title without actions"
1283
+ msgstr ""
1284
+
1285
+ #: ../classes/column/link/length.php:19
1286
+ msgid "Length"
1287
+ msgstr "長さ"
1288
+
1289
+ #: ../classes/column/link/notes.php:19
1290
+ msgid "Notes"
1291
+ msgstr "注釈"
1292
+
1293
+ #: ../classes/column/link/owner.php:19
1294
+ msgid "Owner"
1295
+ msgstr "オーナー"
1296
+
1297
+ #: ../classes/column/link/rss.php:19
1298
+ msgid "Rss"
1299
+ msgstr "Rss"
1300
+
1301
+ #: ../classes/column/link/target.php:19
1302
+ msgid "Target"
1303
+ msgstr "ターゲット"
1304
+
1305
+ #: ../classes/column/user/display-name.php:19
1306
+ msgid "Display name"
1307
+ msgstr ""
1308
+
1309
+ #: ../classes/column/user/first-name.php:19
1310
+ msgid "First name"
1311
+ msgstr "名"
1312
+
1313
+ #: ../classes/column/user/last-name.php:19
1314
+ msgid "Last name"
1315
+ msgstr "姓"
1316
+
1317
+ #: ../classes/column/user/post-count.php:19
1318
+ msgid "Post Count"
1319
+ msgstr "コメント"
1320
+
1321
+ #: ../classes/column/user/post-count.php:89
1322
+ msgid "Post Type"
1323
+ msgstr "投稿タイプ"
1324
+
1325
+ #: ../classes/column/user/registered.php:19
1326
+ msgid "Registered"
1327
+ msgstr "登録された"
1328
+
1329
+ #: ../classes/column/user/rich-editing.php:19
1330
+ msgid "Visual Editor"
1331
+ msgstr ""
1332
+
1333
+ #: ../classes/column/user/url.php:19
1334
+ msgid "Url"
1335
+ msgstr "URL"
languages/codepress-admin-columns-nl_NL.po ADDED
@@ -0,0 +1,1337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # Axel Vanderhaeghen <axel@eco13.eu>, 2014
5
+ # Tobias Schutter <info@codepress.nl>, 2013-2015
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Admin Columns\n"
9
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
10
+ "PO-Revision-Date: 2015-10-12 13:24+0000\n"
11
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
12
+ "Language-Team: Dutch (Netherlands) (http://www.transifex.com/codepress/admin-columns/language/nl_NL/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: nl_NL\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+
24
+ #: ../codepress-admin-columns.php:451
25
+ msgid "Edit columns"
26
+ msgstr "Wijzig kolommen"
27
+
28
+ #: ../classes/addons.php:110
29
+ msgid "Plugins"
30
+ msgstr "Plugins"
31
+
32
+ #: ../classes/addons.php:135
33
+ msgid "Advanced Custom Fields"
34
+ msgstr "Advanced Custom Fields"
35
+
36
+ #: ../classes/addons.php:136
37
+ msgid ""
38
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
39
+ "seconds!"
40
+ msgstr "Toon en bewerk Advanced Custom Fields velden in het post overzicht!"
41
+
42
+ #: ../classes/addons.php:141
43
+ msgid "WooCommerce"
44
+ msgstr "WooCommerce"
45
+
46
+ #: ../classes/addons.php:142
47
+ msgid ""
48
+ "Enhance the products, orders and coupons overviews with new columns and "
49
+ "inline editing."
50
+ msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
51
+
52
+ #: ../classes/column.php:624
53
+ msgid "Thumbnail"
54
+ msgstr "Thumbnail"
55
+
56
+ #: ../classes/column.php:625
57
+ msgid "Medium"
58
+ msgstr "Gemiddeld"
59
+
60
+ #: ../classes/column.php:626
61
+ msgid "Large"
62
+ msgstr "Groot"
63
+
64
+ #: ../classes/column.php:627
65
+ msgid "Full"
66
+ msgstr "Volledig"
67
+
68
+ #: ../classes/column.php:1059
69
+ msgid "Exact match"
70
+ msgstr "Gelijk aan"
71
+
72
+ #: ../classes/column.php:1060
73
+ msgid "Lesser than"
74
+ msgstr "Kleiner dan"
75
+
76
+ #: ../classes/column.php:1061
77
+ msgid "Greater than"
78
+ msgstr "Groter dan"
79
+
80
+ #: ../classes/column.php:1062
81
+ msgid "Between"
82
+ msgstr "Tussen"
83
+
84
+ #: ../classes/column.php:1089
85
+ msgid "Date Format"
86
+ msgstr "Datumnotatie"
87
+
88
+ #: ../classes/column.php:1090
89
+ msgid "This will determine how the date will be displayed."
90
+ msgstr "Dit bepaald hoe de datum wordt weergegeven."
91
+
92
+ #: ../classes/column.php:1096
93
+ msgid "Example:"
94
+ msgstr "Voorbeeld:"
95
+
96
+ #: ../classes/column.php:1098
97
+ msgid ""
98
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
99
+ " format here</a>."
100
+ msgstr "Laat leeg voor WordPress datumformaat, verander je <a href='%s'\">standaard datumformaat </a>."
101
+
102
+ #: ../classes/column.php:1099
103
+ msgid "Documentation on date and time formatting."
104
+ msgstr "Documentatie over datum en tijd opmaak."
105
+
106
+ #: ../classes/column.php:1113
107
+ msgid "Excerpt length"
108
+ msgstr "Samenvatting lengte"
109
+
110
+ #: ../classes/column.php:1114
111
+ msgid "Number of words"
112
+ msgstr "Aantal woorden"
113
+
114
+ #: ../classes/column.php:1132
115
+ msgid "Preview size"
116
+ msgstr "Voorbeeldformaat"
117
+
118
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
119
+ msgid "Custom"
120
+ msgstr "Aangepast"
121
+
122
+ #: ../classes/column.php1152, ../classes/column.php:1328
123
+ msgid "width"
124
+ msgstr "breedte"
125
+
126
+ #: ../classes/column.php:1155
127
+ msgid "height"
128
+ msgstr "hoogte"
129
+
130
+ #: ../classes/column.php:1167
131
+ msgid "Before"
132
+ msgstr "Voor"
133
+
134
+ #: ../classes/column.php:1167
135
+ msgid "This text will appear before the custom field value."
136
+ msgstr "Deze tekst wordt getoond voor de custom field waarde."
137
+
138
+ #: ../classes/column.php:1168
139
+ msgid "After"
140
+ msgstr "Na"
141
+
142
+ #: ../classes/column.php:1168
143
+ msgid "This text will appear after the custom field value."
144
+ msgstr "Deze tekst wordt getoond na de custom field waarde."
145
+
146
+ #: ../classes/column.php:1177
147
+ msgid "Display Name"
148
+ msgstr "Schermnaam"
149
+
150
+ #: ../classes/column.php1178, ../classes/settings.php:733
151
+ msgid "First Name"
152
+ msgstr "Voornaam"
153
+
154
+ #: ../classes/column.php:1179
155
+ msgid "Last Name"
156
+ msgstr "Achternaam"
157
+
158
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
159
+ msgid "Nickname"
160
+ msgstr "Nickname"
161
+
162
+ #: ../classes/column.php:1181
163
+ msgid "User Login"
164
+ msgstr "Gebruikers login"
165
+
166
+ #: ../classes/column.php:1182
167
+ msgid "User Email"
168
+ msgstr "Gebruiker Email"
169
+
170
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
171
+ msgid "User ID"
172
+ msgstr "Gebruiker ID"
173
+
174
+ #: ../classes/column.php:1184
175
+ msgid "First and Last Name"
176
+ msgstr "Voor- en achternaam"
177
+
178
+ #: ../classes/column.php:1187
179
+ msgid "Display format"
180
+ msgstr "Weergave formaat"
181
+
182
+ #: ../classes/column.php:1187
183
+ msgid "This is the format of the author name."
184
+ msgstr "Dit is het formaat van de auteursnaam"
185
+
186
+ #: ../classes/column.php:1350
187
+ msgid "Edit"
188
+ msgstr "Bewerken"
189
+
190
+ #: ../classes/column.php1352, ../classes/column.php:1444
191
+ msgid "Clone"
192
+ msgstr "Kloon"
193
+
194
+ #: ../classes/column.php:1354
195
+ msgid "Remove"
196
+ msgstr "Verwijderen"
197
+
198
+ #: ../classes/column.php1372, ../classes/column.php1372,
199
+ #: ../classes/column/custom-field.php408,
200
+ #: ../classes/column/comment/type.php:13
201
+ msgid "Type"
202
+ msgstr "Type"
203
+
204
+ #: ../classes/column.php:1372
205
+ msgid "Choose a column type."
206
+ msgstr "Kies een kolom type."
207
+
208
+ #: ../classes/column.php:1372
209
+ msgid "Name"
210
+ msgstr "Naam"
211
+
212
+ #: ../classes/column.php:1382
213
+ msgid "Label"
214
+ msgstr "Label"
215
+
216
+ #: ../classes/column.php:1382
217
+ msgid "This is the name which will appear as the column header."
218
+ msgstr "Deze naam zal verschijnen als kolom kop."
219
+
220
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
221
+ msgid "Width"
222
+ msgstr "Breedte"
223
+
224
+ #: ../classes/column.php:1391
225
+ msgid "default"
226
+ msgstr "standaard"
227
+
228
+ #: ../classes/column.php:1392
229
+ msgid "auto"
230
+ msgstr "auto"
231
+
232
+ #: ../classes/column.php:1466
233
+ msgid "Property To Display"
234
+ msgstr "Veld om te tonen"
235
+
236
+ #: ../classes/column.php:1472
237
+ msgid "Post property to display for related post(s)."
238
+ msgstr "Bericht veld om te tonen voor gerelateerde bericht(en)."
239
+
240
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
241
+ msgid "Link To"
242
+ msgstr "Link aan"
243
+
244
+ #: ../classes/column.php:1489
245
+ msgid "Edit Post Author"
246
+ msgstr "Wijzig Bericht Auteur"
247
+
248
+ #: ../classes/column.php:1490
249
+ msgid "View Public Post Author Page"
250
+ msgstr "Bekijk Publieke Bericht Auteur pagina"
251
+
252
+ #: ../classes/column.php:1492
253
+ msgid "Page the posts should link to."
254
+ msgstr "Pagina waar het bericht aan moet linken."
255
+
256
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
257
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
258
+ msgid "Admin Columns"
259
+ msgstr "Admin Columns"
260
+
261
+ #: ../classes/review_notice.php:58
262
+ msgid "Admin Columns Pro"
263
+ msgstr "Admin Columns Pro"
264
+
265
+ #: ../classes/review_notice.php:68
266
+ msgid "click here"
267
+ msgstr "klik hier"
268
+
269
+ #: ../classes/review_notice.php:72
270
+ msgid "Leave a review!"
271
+ msgstr "Laat een review achter!"
272
+
273
+ #: ../classes/review_notice.php:73
274
+ msgid "Permanently hide notice"
275
+ msgstr "Verberg deze notice permanent"
276
+
277
+ #: ../classes/review_notice.php:80
278
+ msgid ""
279
+ "We're sorry to hear that; maybe we can help! If you're having problems "
280
+ "properly setting up %s or if you would like help with some more advanced "
281
+ "features, please visit our %s."
282
+ msgstr "Dat is vervelend om te horen; misschien kunnen we helpen! Als je problemen hebt met de basis instellingen %s of als je hulp wilt met geavanceerdere features, bezoek dan onze %s."
283
+
284
+ #: ../classes/review_notice.php:82
285
+ msgid "documentation page"
286
+ msgstr "documentatie pagina"
287
+
288
+ #: ../classes/review_notice.php:86
289
+ msgid ""
290
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
291
+ " to access product support through %s!"
292
+ msgstr "Als Admin Columns Pro gebruiker kun je ook gebruik maken van je AdminColumns.com account voor direct ondersteuning op %s!"
293
+
294
+ #: ../classes/review_notice.php:87
295
+ msgid "our forums"
296
+ msgstr "onze forums"
297
+
298
+ #: ../classes/review_notice.php:91
299
+ msgid "You can also find help on the %s, and %s."
300
+ msgstr "Je kunt ook hulp vinden op de %, en %s."
301
+
302
+ #: ../classes/review_notice.php:92
303
+ msgid "Admin Columns forums on WordPress.org"
304
+ msgstr "Admin Columns forums op WordPress.org"
305
+
306
+ #: ../classes/review_notice.php:93
307
+ msgid "find answers to some frequently asked questions"
308
+ msgstr "vind antwoorden op veel gestelde vragen"
309
+
310
+ #: ../classes/settings.php:113
311
+ msgid "Add-on successfully activated."
312
+ msgstr "Add-on werd succesvol geactiveerd."
313
+
314
+ #: ../classes/settings.php:116
315
+ msgid "Add-on successfully deactivated."
316
+ msgstr "Add-on werd succesvol gedesactiveerd."
317
+
318
+ #: ../classes/settings.php:170
319
+ msgid "Admin Columns Settings"
320
+ msgstr "Admin Columns Instellingen"
321
+
322
+ #: ../classes/settings.php:228
323
+ msgid "%s column is already present and can not be duplicated."
324
+ msgstr "%s kolom is al in gebruik en kan niet worden gedupliceerd."
325
+
326
+ #: ../classes/settings.php:284
327
+ msgid "Default settings succesfully restored."
328
+ msgstr "Standaard instellingen succesvol hersteld."
329
+
330
+ #: ../classes/settings.php:301
331
+ msgid "Overview"
332
+ msgstr "Overzicht"
333
+
334
+ #: ../classes/settings.php:304
335
+ msgid ""
336
+ "This plugin is for adding and removing additional columns to the "
337
+ "administration screens for post(types), pages, media library, comments, "
338
+ "links and users. Change the column's label and reorder them."
339
+ msgstr "Met deze plugin kun je bijkomende kolommen toevoegen en verwijderen van uit de administratieschermen van van berichten(types), pagina's, mediabibliotheken, reacties, links and gebruikers. Wijzig en herschik de kolomlabels."
340
+
341
+ #: ../classes/settings.php:307
342
+ msgid "Basics"
343
+ msgstr "Basisinfo"
344
+
345
+ #: ../classes/settings.php:309
346
+ msgid "Change order"
347
+ msgstr "Verander volgorde"
348
+
349
+ #: ../classes/settings.php:310
350
+ msgid ""
351
+ "By dragging the columns you can change the order which they will appear in."
352
+ msgstr "Door de kolommen te verslepen kan je de volgorde aanpassen."
353
+
354
+ #: ../classes/settings.php:311
355
+ msgid "Change label"
356
+ msgstr "Wijzig label"
357
+
358
+ #: ../classes/settings.php:312
359
+ msgid ""
360
+ "By clicking on the triangle you will see the column options. Here you can "
361
+ "change each label of the columns heading."
362
+ msgstr "Klik op het kleine driehoekje om de kolom opties te tonen. Hier kan je de kolom label aanpassen."
363
+
364
+ #: ../classes/settings.php:313
365
+ msgid "Change column width"
366
+ msgstr "Verander kolom breedte"
367
+
368
+ #: ../classes/settings.php:314
369
+ msgid ""
370
+ "By clicking on the triangle you will see the column options. By using the "
371
+ "draggable slider you can set the width of the columns in percentages."
372
+ msgstr "Klik je op de driehoek, dan krijg je de kolomopties te zien. En met de versleepbare slider kun je de breedte van kolommen bepalen, uitgedrukt in percentages."
373
+
374
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
375
+ #: ../classes/column/custom-field.php23,
376
+ #: ../classes/column/custom-field.php:391
377
+ msgid "Custom Field"
378
+ msgstr "Custom veld"
379
+
380
+ #: ../classes/settings.php:320
381
+ msgid "'Custom Field' column"
382
+ msgstr "'Custom veld' kolom"
383
+
384
+ #: ../classes/settings.php:321
385
+ msgid ""
386
+ "The custom field colum uses the custom fields from posts and users. There "
387
+ "are 10 types which you can set."
388
+ msgstr "De 'custom veld' kolom gebruikt custom velden voor berichten en gebruikers. Er zijn 10 typen welke je kan gebruiken."
389
+
390
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
391
+ #: ../classes/column/custom-field.php:95
392
+ msgid "Default"
393
+ msgstr "Standaard"
394
+
395
+ #: ../classes/settings.php:323
396
+ msgid ""
397
+ "Value: Can be either a string or array. Arrays will be flattened and values "
398
+ "are seperated by a ',' comma."
399
+ msgstr "Waarde: Kan een string of array zijn. Arrays worden plat gemaakt en de waarden gescheiden door een ',' komma."
400
+
401
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
402
+ #: ../classes/column/link/image.php:19
403
+ msgid "Image"
404
+ msgstr "Afbeelding"
405
+
406
+ #: ../classes/settings.php:324
407
+ msgid ""
408
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
409
+ "comma )."
410
+ msgstr "Waarde: moet een afbeeldings URL of Media ID zijn ( gescheiden door een ',' komma )."
411
+
412
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
413
+ msgid "Excerpt"
414
+ msgstr "Samenvatting"
415
+
416
+ #: ../classes/settings.php:325
417
+ msgid "Value: This will show the first 20 words of the Post content."
418
+ msgstr "Waarde: Deze toont de eerste 20 woorden van een bericht."
419
+
420
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
421
+ msgid "Multiple Values"
422
+ msgstr "Meerdere waarden"
423
+
424
+ #: ../classes/settings.php:326
425
+ msgid ""
426
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
427
+ "array."
428
+ msgstr "Waarde: moet een reeks zijn. Dit zal elke (multi-dimensionale) reeks afvlakken."
429
+
430
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
431
+ msgid "Numeric"
432
+ msgstr "Numerieke"
433
+
434
+ #: ../classes/settings.php:327
435
+ msgid ""
436
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
437
+ "for sorting, so you can sort your posts on numeric (custom field) values."
438
+ msgstr "Waarde: Enkel reeksen.<br/>Als je de 'sorteer-addon' hebt, zal die gebruikt worden voor het sorteren, zodat u uw berichten kunt sorteren volgens de numerieke waarden (van aangepaste velden)."
439
+
440
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
441
+ #: ../classes/column/comment/date.php:19
442
+ msgid "Date"
443
+ msgstr "Datum"
444
+
445
+ #: ../classes/settings.php:328
446
+ msgid ""
447
+ "Value: Can be unix time stamp or a date format as described in the <a "
448
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
449
+ "href='%s'>general settings</a> page."
450
+ msgstr "Waarde: Kan een unix tijdstempel zijn, of een datumnotatie, zoals beschreven in de <a href='%s'>Codex</a>. Je kunt de uitgestuurde datumnotatie wijzigen in de pagina met <a href='%s'>algemene instellingen</a>."
451
+
452
+ #: ../classes/settings.php:329
453
+ msgid "Post Titles"
454
+ msgstr "Post titels"
455
+
456
+ #: ../classes/settings.php:329
457
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
458
+ msgstr "Waarde: één of meer Post ID's ( gescheiden door een komma )"
459
+
460
+ #: ../classes/settings.php:330
461
+ msgid "Usernames"
462
+ msgstr "Gebruikersnamen"
463
+
464
+ #: ../classes/settings.php:330
465
+ msgid "Value: can be one or more User ID's (seperated by ',')."
466
+ msgstr "Waarde: één of meer User ID's ( gescheiden door een komma )"
467
+
468
+ #: ../classes/settings.php:331
469
+ msgid "Checkmark"
470
+ msgstr "Checkmark"
471
+
472
+ #: ../classes/settings.php:331
473
+ msgid "Value: should be a 1 (one) or 0 (zero)."
474
+ msgstr "Waarde: moet 1 of 0 zijn."
475
+
476
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
477
+ msgid "Color"
478
+ msgstr "Kleur"
479
+
480
+ #: ../classes/settings.php:332
481
+ msgid "Value: hex value color, such as #808080."
482
+ msgstr "Waarde: hex waarde kleur, vb: #808080"
483
+
484
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
485
+ msgid "Counter"
486
+ msgstr "Teller"
487
+
488
+ #: ../classes/settings.php:333
489
+ msgid ""
490
+ "Value: Can be either a string or array. This will display a count of the "
491
+ "number of times the meta key is used by the item."
492
+ msgstr "Waarde: Kan een string of een array zijn. Dit zal een teller weergeven met het aantal keren dat een metatoets door het item werd gebruikt."
493
+
494
+ #: ../classes/settings.php:422
495
+ msgid "Welcome to Admin Columns"
496
+ msgstr "Welkom bij Admin Columns"
497
+
498
+ #: ../classes/settings.php:425
499
+ msgid "Thank you for updating to the latest version!"
500
+ msgstr "Bedankt voor het updaten naar de laatste versie!"
501
+
502
+ #: ../classes/settings.php:426
503
+ msgid ""
504
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
505
+ "like it."
506
+ msgstr "Admin Columns ziet er nog beter uit dan ooit. Veel plezier ermee."
507
+
508
+ #: ../classes/settings.php:431
509
+ msgid "What’s New"
510
+ msgstr "What is nieuw"
511
+
512
+ #: ../classes/settings.php:432
513
+ msgid "Changelog"
514
+ msgstr "Changelog"
515
+
516
+ #: ../classes/settings.php:437
517
+ msgid "Important"
518
+ msgstr "Belangrijk"
519
+
520
+ #: ../classes/settings.php:439
521
+ msgid "Database Changes"
522
+ msgstr "Database Aanpassingen"
523
+
524
+ #: ../classes/settings.php:440
525
+ msgid ""
526
+ "The database has been changed between versions 1 and 2. But we made sure you"
527
+ " can still roll back to version 1x without any issues."
528
+ msgstr "De database werd gewijzigd tussen versies 1 en 2. Maar we hebben ervoor gezorgd dat je nog zonder probleem naar versie 1x kunt terugschakelen."
529
+
530
+ #: ../classes/settings.php:443
531
+ msgid "Make sure you backup your database and then click"
532
+ msgstr "Backup je database and klik dan"
533
+
534
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
535
+ msgid "Upgrade Database"
536
+ msgstr "Werk Database bij"
537
+
538
+ #: ../classes/settings.php:446
539
+ msgid "Potential Issues"
540
+ msgstr "Potentiele problemen"
541
+
542
+ #: ../classes/settings.php:447
543
+ msgid ""
544
+ "Do to the sizable refactoring the code, surounding Addons and "
545
+ "action/filters, your website may not operate correctly. It is important that"
546
+ " you read the full"
547
+ msgstr "Omwille van de omvangrijke herstructurering van de code, van verwante Addons en en van acties/fliters, i het mogelijk dat je website niet langer correct functioneert. Het is belangrijk dat je de volledige documentatie doorneemt"
548
+
549
+ #: ../classes/settings.php:447
550
+ msgid "Migrating from v1 to v2"
551
+ msgstr "Migratie van v1 naar v2"
552
+
553
+ #: ../classes/settings.php:447
554
+ msgid "guide to view the full list of changes."
555
+ msgstr "overzicht van alle aanpassingen."
556
+
557
+ #: ../classes/settings.php:447
558
+ msgid ""
559
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
560
+ "can fix it in the next release."
561
+ msgstr "Mocht je een bug vinden, <a href='%s'>rapporteer deze aan ons</a> zodat we die kunnen herstellen in een volgende versie."
562
+
563
+ #: ../classes/settings.php:450
564
+ msgid "Important!"
565
+ msgstr "Belangrijk!"
566
+
567
+ #: ../classes/settings.php:450
568
+ msgid ""
569
+ "If you updated the Admin Columns plugin without prior knowledge of such "
570
+ "changes, Please roll back to the latest"
571
+ msgstr "Als je de Admin Columns plugin hebt geupdate zonder voorafgaande kennis van zo'n wijzigingen, gelieve dan terug te schakelen naar de laatste"
572
+
573
+ #: ../classes/settings.php:450
574
+ msgid "version 1"
575
+ msgstr "versie 1"
576
+
577
+ #: ../classes/settings.php:450
578
+ msgid "of this plugin."
579
+ msgstr "van deze plugin."
580
+
581
+ #: ../classes/settings.php:456
582
+ msgid "Changelog for"
583
+ msgstr "Changelog voor"
584
+
585
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
586
+ msgid "Learn more"
587
+ msgstr "Leer meer"
588
+
589
+ #: ../classes/settings.php:481
590
+ msgid "Start using Admin Columns"
591
+ msgstr "Start met Admin Columns"
592
+
593
+ #: ../classes/settings.php:500
594
+ msgid "General Settings"
595
+ msgstr "Algemene Instellingen"
596
+
597
+ #: ../classes/settings.php:501
598
+ msgid "Customize your Admin Columns settings."
599
+ msgstr "Pas uw Admin Column instellingen aan."
600
+
601
+ #: ../classes/settings.php:512
602
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
603
+ msgstr "Toon \"Bewerk Kolom\" knop op de het admin scherm. Standaard is <code>aan</code>."
604
+
605
+ #: ../classes/settings.php:559
606
+ msgid "Restore Settings"
607
+ msgstr "Herstel Instellingen"
608
+
609
+ #: ../classes/settings.php:560
610
+ msgid "This will delete all column settings and restore the default settings."
611
+ msgstr "Hiermee worden alle kolommen instellingen verwijderd en de standaardinstellingen hersteld."
612
+
613
+ #: ../classes/settings.php:566
614
+ msgid "Restore default settings"
615
+ msgstr "Herstel standaard instellingen"
616
+
617
+ #: ../classes/settings.php:566
618
+ msgid ""
619
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
620
+ "undone. 'OK' to delete, 'Cancel' to stop"
621
+ msgstr "Waarschuwing! ALLE bewaarde instellingen worden verwijderd. Dit kan niet worden ongedaan. 'OK' om te verwijderen, 'Annuleren' om te stoppen"
622
+
623
+ #: ../classes/settings.php:582
624
+ msgid "Posttypes"
625
+ msgstr "Berichttentypes"
626
+
627
+ #: ../classes/settings.php:583
628
+ msgid "Others"
629
+ msgstr "Overige"
630
+
631
+ #: ../classes/settings.php:584
632
+ msgid "Taxonomies"
633
+ msgstr "Taxonomieën"
634
+
635
+ #: ../classes/settings.php:600
636
+ msgid "Settings"
637
+ msgstr "Instellingen"
638
+
639
+ #: ../classes/settings.php:601
640
+ msgid "Add-ons"
641
+ msgstr "Add-ons"
642
+
643
+ #: ../classes/settings.php:669
644
+ msgid ""
645
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
646
+ " admin panel."
647
+ msgstr "De kolommen voor %s worden opgezet via PHP. Daardoor kunnen ze niet bewerkt worden in het adminpaneel."
648
+
649
+ #: ../classes/settings.php:679
650
+ msgid "Store settings"
651
+ msgstr "Opslaan"
652
+
653
+ #: ../classes/settings.php:687
654
+ msgid ""
655
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
656
+ " delete, 'Cancel' to stop"
657
+ msgstr "Opgelet! De data uit de %s-kolom wordt gewist. Dit kan niet ongedaan gemaakt worden. Klik 'OK' om te wissen, klik 'Cancel' om te annuleren"
658
+
659
+ #: ../classes/settings.php:688
660
+ msgid "Restore"
661
+ msgstr "Herstellen"
662
+
663
+ #: ../classes/settings.php:688
664
+ msgid "columns"
665
+ msgstr "kolommen"
666
+
667
+ #: ../classes/settings.php:707
668
+ msgid "Get Admin Columns Pro"
669
+ msgstr "Bestel Admin Columns Pro"
670
+
671
+ #: ../classes/settings.php:711
672
+ msgid "Add Sorting"
673
+ msgstr "Voeg sorting toe"
674
+
675
+ #: ../classes/settings.php:712
676
+ msgid "Add Filtering"
677
+ msgstr "Voeg filtering toe"
678
+
679
+ #: ../classes/settings.php:713
680
+ msgid "Add Import/Export"
681
+ msgstr "Voeg import/export toe"
682
+
683
+ #: ../classes/settings.php:714
684
+ msgid "Add Direct Editing"
685
+ msgstr "Toevoegen Direct Bewerken"
686
+
687
+ #: ../classes/settings.php:717
688
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
689
+ msgstr "Bekijk <a href='%s'>Admin Columns Pro</a> voor meer details!"
690
+
691
+ #: ../classes/settings.php:730
692
+ msgid "Subscribe to receive news &amp; updates below."
693
+ msgstr "Meld je hieronder aan voor nieuws &amp; updates."
694
+
695
+ #: ../classes/settings.php:737
696
+ msgid "Your Email"
697
+ msgstr "Uw Email"
698
+
699
+ #: ../classes/settings.php:748
700
+ msgid "Are you happy with Admin Columns?"
701
+ msgstr "Ben je blij met Admin Columns?"
702
+
703
+ #: ../classes/settings.php:756
704
+ msgid "What's wrong? Need help? Let us know!"
705
+ msgstr "Wat is er aan de hand? Hulp nodig? Vertel het ons!"
706
+
707
+ #: ../classes/settings.php:757
708
+ msgid ""
709
+ "Check out our extensive documentation, or you can open a support topic on "
710
+ "WordPress.org!"
711
+ msgstr "Bekijk onze uitgebreide documentatie, of je kunt een support ticket openen op WordPress.org!"
712
+
713
+ #: ../classes/settings.php:765
714
+ msgid "Docs"
715
+ msgstr "Documenten"
716
+
717
+ #: ../classes/settings.php:770
718
+ msgid "Forums"
719
+ msgstr "Forums"
720
+
721
+ #: ../classes/settings.php:779
722
+ msgid "Woohoo! We're glad to hear that!"
723
+ msgstr "Woohoo! We zijn blij dat te horen!"
724
+
725
+ #: ../classes/settings.php:780
726
+ msgid ""
727
+ "We would really love it if you could show your appreciation by giving us a "
728
+ "rating on WordPress.org or tweet about Admin Columns!"
729
+ msgstr "We zouden het fanatastisch vinden als je eeb beoordeling zou kunnen achterlaten op WordPress.org of een tweet over Admin Columns!"
730
+
731
+ #: ../classes/settings.php:784
732
+ msgid "Rate"
733
+ msgstr "Beoordeel"
734
+
735
+ #: ../classes/settings.php:795
736
+ msgid "Tweet"
737
+ msgstr "Tweet"
738
+
739
+ #: ../classes/settings.php:805
740
+ msgid "Buy Pro"
741
+ msgstr "Koop Pro"
742
+
743
+ #: ../classes/settings.php:817
744
+ msgid "Support"
745
+ msgstr "Hulp nodig?"
746
+
747
+ #: ../classes/settings.php:820
748
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
749
+ msgstr "Bekijk de sectie <strong>Help</strong> in het scherm rechtsboven."
750
+
751
+ #: ../classes/settings.php:823
752
+ msgid ""
753
+ "For full documentation, bug reports, feature suggestions and other tips <a "
754
+ "href='%s'>visit the Admin Columns website</a>"
755
+ msgstr "Voor de volledige documentatie, bug reports, suggesties en tips <a href='%s'>bezoek de Admin Columns website</a>"
756
+
757
+ #: ../classes/settings.php:852
758
+ msgid "Drag and drop to reorder"
759
+ msgstr "Sleep om te herordenen"
760
+
761
+ #: ../classes/settings.php:855
762
+ msgid "Add Column"
763
+ msgstr "Voeg Kolom toe"
764
+
765
+ #: ../classes/settings.php:936
766
+ msgid "Active"
767
+ msgstr "Activeer"
768
+
769
+ #: ../classes/settings.php:937
770
+ msgid "Deactivate"
771
+ msgstr "Deactiveer"
772
+
773
+ #: ../classes/settings.php:944
774
+ msgid "Installed"
775
+ msgstr "Geinstalleerd"
776
+
777
+ #: ../classes/settings.php:945
778
+ msgid "Activate"
779
+ msgstr "Activeer"
780
+
781
+ #: ../classes/settings.php:959
782
+ msgid "Download & Install"
783
+ msgstr "Download & Installeer"
784
+
785
+ #: ../classes/settings.php:964
786
+ msgid "Get this add-on"
787
+ msgstr "Ga naar deze add-on"
788
+
789
+ #: ../classes/storage_model.php:262
790
+ msgid "settings succesfully restored."
791
+ msgstr "instellingen succesvol hersteld."
792
+
793
+ #: ../classes/storage_model.php:278
794
+ msgid "No columns settings available."
795
+ msgstr "Geen kolom instellingen beschikbaar."
796
+
797
+ #: ../classes/storage_model.php:299
798
+ msgid "You are trying to store the same settings for %s."
799
+ msgstr "U probeerd dezelfde instellingen op te slaan voor %s."
800
+
801
+ #: ../classes/storage_model.php:303
802
+ msgid "Settings for %s updated successfully."
803
+ msgstr "Instellingen voor %s succesvol bijgewerkt."
804
+
805
+ #: ../classes/storage_model.php:643
806
+ msgid "Columns by Plugins"
807
+ msgstr "Kolommen door Plugins"
808
+
809
+ #: ../classes/storage_model.php:862
810
+ msgid "View"
811
+ msgstr "Bekijk"
812
+
813
+ #: ../classes/upgrade.php:62
814
+ msgid ""
815
+ "The pro add-on is no longer supported. Please login to your account and "
816
+ "download Admin Columns Pro"
817
+ msgstr "The pro add-on wordt niet langer ondersteund. Login op je account en download Admin Columns Pro"
818
+
819
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
820
+ msgid "Upgrade"
821
+ msgstr "Upgrade"
822
+
823
+ #: ../classes/upgrade.php:136
824
+ msgid "requires a database upgrade"
825
+ msgstr "verreist een database upgrade"
826
+
827
+ #: ../classes/upgrade.php:139
828
+ msgid "why?"
829
+ msgstr "waarom?"
830
+
831
+ #: ../classes/upgrade.php:140
832
+ msgid "Please"
833
+ msgstr "Alstublieft"
834
+
835
+ #: ../classes/upgrade.php:141
836
+ msgid "backup your database"
837
+ msgstr "backup van uw database"
838
+
839
+ #: ../classes/upgrade.php:142
840
+ msgid "then click"
841
+ msgstr "daarna klik"
842
+
843
+ #: ../classes/upgrade.php:351
844
+ msgid "Migrating Column Settings"
845
+ msgstr "Migreer Kolom Instellingen"
846
+
847
+ #: ../classes/upgrade.php:387
848
+ msgid "No Upgrade Required"
849
+ msgstr "Geen upgrade verreist"
850
+
851
+ #: ../classes/upgrade.php:388
852
+ msgid "Return to welcome screen."
853
+ msgstr "Ga terug naar het welkomst scherm."
854
+
855
+ #: ../classes/upgrade.php:406
856
+ msgid "Upgrade Complete!"
857
+ msgstr "Upgrade voltooid!"
858
+
859
+ #: ../classes/upgrade.php:406
860
+ msgid "Return to settings."
861
+ msgstr "Herstel standaard instellingen"
862
+
863
+ #: ../classes/upgrade.php:407
864
+ msgid "Error"
865
+ msgstr "Fout"
866
+
867
+ #: ../classes/upgrade.php:408
868
+ msgid ""
869
+ "Sorry. Something went wrong during the upgrade process. Please report this "
870
+ "on the support forum."
871
+ msgstr "Excuseert. Er liep iets fout tijdens bij het upgraden. Gelieve dit te melden in het support forum."
872
+
873
+ #: ../classes/column/acf-placeholder.php:19
874
+ msgid "ACF Field"
875
+ msgstr "ACF Veld"
876
+
877
+ #: ../classes/column/acf-placeholder.php:35
878
+ msgid ""
879
+ "If you have a developer licence please download & install your ACF add-on "
880
+ "from the <a href='%s'>add-ons tab</a>."
881
+ msgstr "Heb je een developer licence, download & installeer dan je ACF add-on via de <a href='%s'>add-ons tab</a>."
882
+
883
+ #: ../classes/column/acf-placeholder.php:38
884
+ msgid ""
885
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
886
+ "integeration, allowing you to easily display and edit ACF fields from within"
887
+ " your posts overview."
888
+ msgstr "Admin Columns Pro - Developer biedt volledige integratie van Geavanceerde Aangepaste Velden. Je kunt ze vlot weergeven en aanpassen in je berichtenoverzicht."
889
+
890
+ #: ../classes/column/acf-placeholder.php:44
891
+ msgid "Find out more"
892
+ msgstr "Meer weten"
893
+
894
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
895
+ msgid "Actions"
896
+ msgstr "Acties"
897
+
898
+ #: ../classes/column/actions.php:96
899
+ msgid "Use icons?"
900
+ msgstr "Gebruik iconen?"
901
+
902
+ #: ../classes/column/actions.php:96
903
+ msgid "Use icons instead of text for displaying the actions."
904
+ msgstr "Gebruik iconen in plaats van tekst om actions te tonen."
905
+
906
+ #: ../classes/column/custom-field.php:96
907
+ msgid "Checkmark (true/false)"
908
+ msgstr "Vinkje (true/false)"
909
+
910
+ #: ../classes/column/custom-field.php:102
911
+ msgid "Media Library"
912
+ msgstr "Mediabibliotheek"
913
+
914
+ #: ../classes/column/custom-field.php:105
915
+ msgid "Post Title (Post ID's)"
916
+ msgstr "Post Titel (Post ID's)"
917
+
918
+ #: ../classes/column/custom-field.php:106
919
+ msgid "Username (User ID's)"
920
+ msgstr "Gebruikersnaam ( Gebruiker ID's )"
921
+
922
+ #: ../classes/column/custom-field.php:107
923
+ msgid "Term Name (Term ID's)"
924
+ msgstr "Term naam (Term ID's)"
925
+
926
+ #: ../classes/column/custom-field.php:391
927
+ msgid "Select your custom field."
928
+ msgstr "Selecteer uw custom field."
929
+
930
+ #: ../classes/column/custom-field.php:401
931
+ msgid "No custom fields available."
932
+ msgstr "Geen custom fields beschikbaar."
933
+
934
+ #: ../classes/column/custom-field.php:401
935
+ msgid "Please create a %s item first."
936
+ msgstr "Maak eerste een %s item aan."
937
+
938
+ #: ../classes/column/custom-field.php:408
939
+ msgid "Field Type"
940
+ msgstr "Veld type"
941
+
942
+ #: ../classes/column/custom-field.php:408
943
+ msgid "This will determine how the value will be displayed."
944
+ msgstr "Dit bepaald hoe de waarde wordt weer gegeven,"
945
+
946
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
947
+ msgid "Taxonomy"
948
+ msgstr "Taxonomy"
949
+
950
+ #: ../classes/column/used-by-menu.php:20
951
+ msgid "Used by Menu"
952
+ msgstr "Ingebruik door menu"
953
+
954
+ #: ../classes/column/used-by-menu.php:133
955
+ msgid "Link to menu"
956
+ msgstr "Link naar menu"
957
+
958
+ #: ../classes/column/used-by-menu.php:133
959
+ msgid "This will make the title link to the menu."
960
+ msgstr "Dit linkt de titel naar het menu"
961
+
962
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
963
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
964
+ msgid "ID"
965
+ msgstr "ID"
966
+
967
+ #: ../classes/column/comment/agent.php:19
968
+ msgid "Agent"
969
+ msgstr "Agent"
970
+
971
+ #: ../classes/column/comment/approved.php19,
972
+ #: ../classes/column/post/comment-count.php:35
973
+ msgid "Approved"
974
+ msgstr "Goedgekeurd"
975
+
976
+ #: ../classes/column/comment/author-avatar.php:19
977
+ msgid "Avatar"
978
+ msgstr "Avatar"
979
+
980
+ #: ../classes/column/comment/author-email.php:19
981
+ msgid "Author email"
982
+ msgstr "Auteurs email"
983
+
984
+ #: ../classes/column/comment/author-ip.php:19
985
+ msgid "Author IP"
986
+ msgstr "Auteur IP"
987
+
988
+ #: ../classes/column/comment/author-name.php:12
989
+ msgid "Author name"
990
+ msgstr "Auteur naam"
991
+
992
+ #: ../classes/column/comment/author-url.php:19
993
+ msgid "Author url"
994
+ msgstr "Auteurs url"
995
+
996
+ #: ../classes/column/comment/author.php:19
997
+ msgid "Author"
998
+ msgstr "Auteur"
999
+
1000
+ #: ../classes/column/comment/date-gmt.php:19
1001
+ msgid "Date GMT"
1002
+ msgstr "Datum GMT"
1003
+
1004
+ #: ../classes/column/comment/excerpt.php19,
1005
+ #: ../classes/column/post/content.php:19
1006
+ msgid "Content"
1007
+ msgstr "Content"
1008
+
1009
+ #: ../classes/column/comment/post.php:19
1010
+ msgid "Post"
1011
+ msgstr "Bericht"
1012
+
1013
+ #: ../classes/column/comment/reply-to.php:19
1014
+ msgid "In Reply To"
1015
+ msgstr "Antwoord op"
1016
+
1017
+ #: ../classes/column/comment/user.php:11
1018
+ msgid "User"
1019
+ msgstr "Gebruiker"
1020
+
1021
+ #: ../classes/column/comment/word-count.php19,
1022
+ #: ../classes/column/post/word-count.php:19
1023
+ msgid "Word count"
1024
+ msgstr "Aantal woorden"
1025
+
1026
+ #: ../classes/column/media/alternate-text.php:19
1027
+ msgid "Alt"
1028
+ msgstr "Alt"
1029
+
1030
+ #: ../classes/column/media/attached-to.php:19
1031
+ msgid "Attached to post"
1032
+ msgstr "Voeg toe aan post"
1033
+
1034
+ #: ../classes/column/media/available-sizes.php:20
1035
+ msgid "Available Sizes"
1036
+ msgstr "Beschikbare Afmetingen"
1037
+
1038
+ #: ../classes/column/media/available-sizes.php:40
1039
+ msgid "full size"
1040
+ msgstr "Volledige grootte"
1041
+
1042
+ #: ../classes/column/media/caption.php19,
1043
+ #: ../classes/column/media/exif-data.php:41
1044
+ msgid "Caption"
1045
+ msgstr "Onderschrift"
1046
+
1047
+ #: ../classes/column/media/description.php19,
1048
+ #: ../classes/column/link/description.php19,
1049
+ #: ../classes/column/user/description.php:19
1050
+ msgid "Description"
1051
+ msgstr "Beschrijving"
1052
+
1053
+ #: ../classes/column/media/dimensions.php:19
1054
+ msgid "Dimensions"
1055
+ msgstr "Afmetingen"
1056
+
1057
+ #: ../classes/column/media/exif-data.php:19
1058
+ msgid "EXIF data"
1059
+ msgstr "EXIF data"
1060
+
1061
+ #: ../classes/column/media/exif-data.php:38
1062
+ msgid "Aperture"
1063
+ msgstr "Aperture"
1064
+
1065
+ #: ../classes/column/media/exif-data.php:39
1066
+ msgid "Credit"
1067
+ msgstr "Credit"
1068
+
1069
+ #: ../classes/column/media/exif-data.php:40
1070
+ msgid "Camera"
1071
+ msgstr "Camera"
1072
+
1073
+ #: ../classes/column/media/exif-data.php:42
1074
+ msgid "Timestamp"
1075
+ msgstr "Timestamp"
1076
+
1077
+ #: ../classes/column/media/exif-data.php:43
1078
+ msgid "Copyright EXIF"
1079
+ msgstr "Copyright EXIF"
1080
+
1081
+ #: ../classes/column/media/exif-data.php:44
1082
+ msgid "Focal Length"
1083
+ msgstr "Brandpuntsafstand"
1084
+
1085
+ #: ../classes/column/media/exif-data.php:45
1086
+ msgid "ISO"
1087
+ msgstr "ISO"
1088
+
1089
+ #: ../classes/column/media/exif-data.php:46
1090
+ msgid "Shutter Speed"
1091
+ msgstr "Sluitertijd"
1092
+
1093
+ #: ../classes/column/media/exif-data.php:47
1094
+ msgid "Title"
1095
+ msgstr "Titel"
1096
+
1097
+ #: ../classes/column/media/file-name.php:19
1098
+ msgid "File name"
1099
+ msgstr "Bestandsnaam"
1100
+
1101
+ #: ../classes/column/media/file-size.php:19
1102
+ msgid "File size"
1103
+ msgstr "Bestandsgrootte"
1104
+
1105
+ #: ../classes/column/media/full-path.php19,
1106
+ #: ../classes/column/media/full-path.php:92
1107
+ msgid "Full path"
1108
+ msgstr "Volledige pad"
1109
+
1110
+ #: ../classes/column/media/full-path.php:83
1111
+ msgid "Path scope"
1112
+ msgstr "Path scope"
1113
+
1114
+ #: ../classes/column/media/full-path.php:84
1115
+ msgid "Part of the file path to display"
1116
+ msgstr "Deel van bestands locatie voor weergave"
1117
+
1118
+ #: ../classes/column/media/full-path.php:97
1119
+ msgid "Relative to domain"
1120
+ msgstr "Relatief aan het domein"
1121
+
1122
+ #: ../classes/column/media/full-path.php:102
1123
+ msgid "Relative to main uploads folder "
1124
+ msgstr "Relatief aan de uploads directory"
1125
+
1126
+ #: ../classes/column/media/height.php:19
1127
+ msgid "Height"
1128
+ msgstr "Hoogte"
1129
+
1130
+ #: ../classes/column/media/mime-type.php:19
1131
+ msgid "Mime type"
1132
+ msgstr "Mimi type"
1133
+
1134
+ #: ../classes/column/post/attachment-count.php:19
1135
+ msgid "No. of Attachments"
1136
+ msgstr "Aantal attachments"
1137
+
1138
+ #: ../classes/column/post/attachment.php:19
1139
+ msgid "Attachments"
1140
+ msgstr "Attachments"
1141
+
1142
+ #: ../classes/column/post/author-name.php:20
1143
+ msgid "Display Author As"
1144
+ msgstr "Toon auteur als"
1145
+
1146
+ #: ../classes/column/post/author-name.php:100
1147
+ msgid "View Public Author Page"
1148
+ msgstr "Bekijk Publieke Auteur Pagina"
1149
+
1150
+ #: ../classes/column/post/author-name.php:102
1151
+ msgid "Page the author name should link to."
1152
+ msgstr "Pagina waar de auteurnaam naar toe linkt."
1153
+
1154
+ #: ../classes/column/post/before-moretag.php:19
1155
+ msgid "Before More Tag"
1156
+ msgstr "Voor de meer-tag"
1157
+
1158
+ #: ../classes/column/post/comment-count.php:20
1159
+ msgid "Comment count"
1160
+ msgstr "Aantal reacties"
1161
+
1162
+ #: ../classes/column/post/comment-count.php:34
1163
+ msgid "Total"
1164
+ msgstr "Totaal"
1165
+
1166
+ #: ../classes/column/post/comment-count.php:36
1167
+ msgid "Pending"
1168
+ msgstr "Pending"
1169
+
1170
+ #: ../classes/column/post/comment-count.php:37
1171
+ msgid "Spam"
1172
+ msgstr "Spam"
1173
+
1174
+ #: ../classes/column/post/comment-count.php:38
1175
+ msgid "Trash"
1176
+ msgstr "Prullenbak"
1177
+
1178
+ #: ../classes/column/post/comment-count.php99,
1179
+ #: ../classes/column/post/comment-status.php:20
1180
+ msgid "Comment status"
1181
+ msgstr "Comment status"
1182
+
1183
+ #: ../classes/column/post/comment-count.php:99
1184
+ msgid "Select which comment status you like to display."
1185
+ msgstr "Selecteer welke reactie status die je wil weergeven."
1186
+
1187
+ #: ../classes/column/post/depth.php:19
1188
+ msgid "Depth"
1189
+ msgstr "Diepte"
1190
+
1191
+ #: ../classes/column/post/estimated-reading-time.php:19
1192
+ msgid "Estimated Reading Time"
1193
+ msgstr "Gemiddelde leestijd"
1194
+
1195
+ #: ../classes/column/post/estimated-reading-time.php:66
1196
+ msgid "second"
1197
+ msgid_plural "seconds"
1198
+ msgstr[0] "seconde"
1199
+ msgstr[1] "seconden"
1200
+
1201
+ #: ../classes/column/post/estimated-reading-time.php:69
1202
+ msgid "minute"
1203
+ msgid_plural "minutes"
1204
+ msgstr[0] "minuut"
1205
+ msgstr[1] "minuten"
1206
+
1207
+ #: ../classes/column/post/estimated-reading-time.php:107
1208
+ msgid "Words per minute"
1209
+ msgstr "Woorden per minuut"
1210
+
1211
+ #: ../classes/column/post/estimated-reading-time.php:108
1212
+ msgid "Estimated reading time in words per minute"
1213
+ msgstr "Gemiddelde leestijd in woorden per minuut"
1214
+
1215
+ #: ../classes/column/post/featured-image.php:19
1216
+ msgid "Featured Image"
1217
+ msgstr "Uitgelichte afbeelding"
1218
+
1219
+ #: ../classes/column/post/formats.php:19
1220
+ msgid "Post Format"
1221
+ msgstr "Post formaat"
1222
+
1223
+ #: ../classes/column/post/last-modified-author.php:20
1224
+ msgid "Last Modified Author"
1225
+ msgstr "Laatst Gewijzigd Auteur"
1226
+
1227
+ #: ../classes/column/post/modified.php:19
1228
+ msgid "Last modified"
1229
+ msgstr "Laatst gewijzigd"
1230
+
1231
+ #: ../classes/column/post/order.php:19
1232
+ msgid "Order"
1233
+ msgstr "Volgorde"
1234
+
1235
+ #: ../classes/column/post/page-template.php:19
1236
+ msgid "Page Template"
1237
+ msgstr "Pagina Template"
1238
+
1239
+ #: ../classes/column/post/parent.php:19
1240
+ msgid "Parent"
1241
+ msgstr "Bovenliggende "
1242
+
1243
+ #: ../classes/column/post/path.php:19
1244
+ msgid "Path"
1245
+ msgstr "Pad"
1246
+
1247
+ #: ../classes/column/post/permalink.php:19
1248
+ msgid "Permalink"
1249
+ msgstr "Permalink"
1250
+
1251
+ #: ../classes/column/post/permalink.php:68
1252
+ msgid "Link to post"
1253
+ msgstr "Link naar bericht"
1254
+
1255
+ #: ../classes/column/post/permalink.php:68
1256
+ msgid "This will make the permalink clickable."
1257
+ msgstr "Dit maakt de permalink klikbaar."
1258
+
1259
+ #: ../classes/column/post/ping-status.php:19
1260
+ msgid "Ping status"
1261
+ msgstr "Ping status"
1262
+
1263
+ #: ../classes/column/post/roles.php:19
1264
+ msgid "Roles"
1265
+ msgstr "Rollen"
1266
+
1267
+ #: ../classes/column/post/shortcodes.php:19
1268
+ msgid "Shortcodes"
1269
+ msgstr "Shortcodes"
1270
+
1271
+ #: ../classes/column/post/slug.php:19
1272
+ msgid "Slug"
1273
+ msgstr "Slug"
1274
+
1275
+ #: ../classes/column/post/status.php:21
1276
+ msgid "Status"
1277
+ msgstr "Status"
1278
+
1279
+ #: ../classes/column/post/sticky.php:19
1280
+ msgid "Sticky"
1281
+ msgstr "Sticky"
1282
+
1283
+ #: ../classes/column/post/title-raw.php:19
1284
+ msgid "Title without actions"
1285
+ msgstr "Titel zonder acties"
1286
+
1287
+ #: ../classes/column/link/length.php:19
1288
+ msgid "Length"
1289
+ msgstr "Lengte"
1290
+
1291
+ #: ../classes/column/link/notes.php:19
1292
+ msgid "Notes"
1293
+ msgstr "Beschrijving"
1294
+
1295
+ #: ../classes/column/link/owner.php:19
1296
+ msgid "Owner"
1297
+ msgstr "Eigenaar"
1298
+
1299
+ #: ../classes/column/link/rss.php:19
1300
+ msgid "Rss"
1301
+ msgstr "Rss"
1302
+
1303
+ #: ../classes/column/link/target.php:19
1304
+ msgid "Target"
1305
+ msgstr "Doel"
1306
+
1307
+ #: ../classes/column/user/display-name.php:19
1308
+ msgid "Display name"
1309
+ msgstr "Weergave naam"
1310
+
1311
+ #: ../classes/column/user/first-name.php:19
1312
+ msgid "First name"
1313
+ msgstr "Voornaam"
1314
+
1315
+ #: ../classes/column/user/last-name.php:19
1316
+ msgid "Last name"
1317
+ msgstr "Achternaam"
1318
+
1319
+ #: ../classes/column/user/post-count.php:19
1320
+ msgid "Post Count"
1321
+ msgstr "Aantal posts"
1322
+
1323
+ #: ../classes/column/user/post-count.php:89
1324
+ msgid "Post Type"
1325
+ msgstr "Post Type"
1326
+
1327
+ #: ../classes/column/user/registered.php:19
1328
+ msgid "Registered"
1329
+ msgstr "Registratie"
1330
+
1331
+ #: ../classes/column/user/rich-editing.php:19
1332
+ msgid "Visual Editor"
1333
+ msgstr "Visuele editor"
1334
+
1335
+ #: ../classes/column/user/url.php:19
1336
+ msgid "Url"
1337
+ msgstr "Url"
languages/codepress-admin-columns-pl_PL.po ADDED
@@ -0,0 +1,1338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # Tobias Schutter <info@codepress.nl>, 2013
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Admin Columns\n"
8
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
9
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
10
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
11
+ "Language-Team: Polish (Poland) (http://www.transifex.com/codepress/admin-columns/language/pl_PL/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: pl_PL\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
21
+ "X-Poedit-SourceCharset: UTF-8\n"
22
+
23
+ #: ../codepress-admin-columns.php:451
24
+ msgid "Edit columns"
25
+ msgstr "Edytuj kolumny"
26
+
27
+ #: ../classes/addons.php:110
28
+ msgid "Plugins"
29
+ msgstr ""
30
+
31
+ #: ../classes/addons.php:135
32
+ msgid "Advanced Custom Fields"
33
+ msgstr ""
34
+
35
+ #: ../classes/addons.php:136
36
+ msgid ""
37
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
38
+ "seconds!"
39
+ msgstr ""
40
+
41
+ #: ../classes/addons.php:141
42
+ msgid "WooCommerce"
43
+ msgstr ""
44
+
45
+ #: ../classes/addons.php:142
46
+ msgid ""
47
+ "Enhance the products, orders and coupons overviews with new columns and "
48
+ "inline editing."
49
+ msgstr ""
50
+
51
+ #: ../classes/column.php:624
52
+ msgid "Thumbnail"
53
+ msgstr "Miniatura"
54
+
55
+ #: ../classes/column.php:625
56
+ msgid "Medium"
57
+ msgstr "Średni"
58
+
59
+ #: ../classes/column.php:626
60
+ msgid "Large"
61
+ msgstr "Duży"
62
+
63
+ #: ../classes/column.php:627
64
+ msgid "Full"
65
+ msgstr "Pełny"
66
+
67
+ #: ../classes/column.php:1059
68
+ msgid "Exact match"
69
+ msgstr ""
70
+
71
+ #: ../classes/column.php:1060
72
+ msgid "Lesser than"
73
+ msgstr ""
74
+
75
+ #: ../classes/column.php:1061
76
+ msgid "Greater than"
77
+ msgstr ""
78
+
79
+ #: ../classes/column.php:1062
80
+ msgid "Between"
81
+ msgstr ""
82
+
83
+ #: ../classes/column.php:1089
84
+ msgid "Date Format"
85
+ msgstr "Format daty"
86
+
87
+ #: ../classes/column.php:1090
88
+ msgid "This will determine how the date will be displayed."
89
+ msgstr "Określi to sposób wyświetlania daty."
90
+
91
+ #: ../classes/column.php:1096
92
+ msgid "Example:"
93
+ msgstr "Przykład:"
94
+
95
+ #: ../classes/column.php:1098
96
+ msgid ""
97
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
98
+ " format here</a>."
99
+ msgstr ""
100
+
101
+ #: ../classes/column.php:1099
102
+ msgid "Documentation on date and time formatting."
103
+ msgstr "Dokumentacja dotycząca formatowania daty i godziny."
104
+
105
+ #: ../classes/column.php:1113
106
+ msgid "Excerpt length"
107
+ msgstr "Długość wypisu"
108
+
109
+ #: ../classes/column.php:1114
110
+ msgid "Number of words"
111
+ msgstr "Liczba słów"
112
+
113
+ #: ../classes/column.php:1132
114
+ msgid "Preview size"
115
+ msgstr "Wielkość podglądu"
116
+
117
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
118
+ msgid "Custom"
119
+ msgstr "Włąsne"
120
+
121
+ #: ../classes/column.php1152, ../classes/column.php:1328
122
+ msgid "width"
123
+ msgstr "szerokość"
124
+
125
+ #: ../classes/column.php:1155
126
+ msgid "height"
127
+ msgstr "wysokość"
128
+
129
+ #: ../classes/column.php:1167
130
+ msgid "Before"
131
+ msgstr "Przed"
132
+
133
+ #: ../classes/column.php:1167
134
+ msgid "This text will appear before the custom field value."
135
+ msgstr "Ten tekst pojawi się przed wartością własnego pola."
136
+
137
+ #: ../classes/column.php:1168
138
+ msgid "After"
139
+ msgstr "Po"
140
+
141
+ #: ../classes/column.php:1168
142
+ msgid "This text will appear after the custom field value."
143
+ msgstr "Ten tekst pojawi się po wartości własnego pola."
144
+
145
+ #: ../classes/column.php:1177
146
+ msgid "Display Name"
147
+ msgstr "Pseudonim"
148
+
149
+ #: ../classes/column.php1178, ../classes/settings.php:733
150
+ msgid "First Name"
151
+ msgstr "Imię"
152
+
153
+ #: ../classes/column.php:1179
154
+ msgid "Last Name"
155
+ msgstr "Nazwisko"
156
+
157
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
158
+ msgid "Nickname"
159
+ msgstr "Pseudonim"
160
+
161
+ #: ../classes/column.php:1181
162
+ msgid "User Login"
163
+ msgstr "Login użytkownika"
164
+
165
+ #: ../classes/column.php:1182
166
+ msgid "User Email"
167
+ msgstr "Email użytkownika"
168
+
169
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
170
+ msgid "User ID"
171
+ msgstr "ID użytkownika"
172
+
173
+ #: ../classes/column.php:1184
174
+ msgid "First and Last Name"
175
+ msgstr "Imię i nazwisko"
176
+
177
+ #: ../classes/column.php:1187
178
+ msgid "Display format"
179
+ msgstr ""
180
+
181
+ #: ../classes/column.php:1187
182
+ msgid "This is the format of the author name."
183
+ msgstr "To jest format autora"
184
+
185
+ #: ../classes/column.php:1350
186
+ msgid "Edit"
187
+ msgstr "Edytuj"
188
+
189
+ #: ../classes/column.php1352, ../classes/column.php:1444
190
+ msgid "Clone"
191
+ msgstr ""
192
+
193
+ #: ../classes/column.php:1354
194
+ msgid "Remove"
195
+ msgstr "Usuń"
196
+
197
+ #: ../classes/column.php1372, ../classes/column.php1372,
198
+ #: ../classes/column/custom-field.php408,
199
+ #: ../classes/column/comment/type.php:13
200
+ msgid "Type"
201
+ msgstr "Typ"
202
+
203
+ #: ../classes/column.php:1372
204
+ msgid "Choose a column type."
205
+ msgstr "Wybierz typ kolumny."
206
+
207
+ #: ../classes/column.php:1372
208
+ msgid "Name"
209
+ msgstr ""
210
+
211
+ #: ../classes/column.php:1382
212
+ msgid "Label"
213
+ msgstr "Etykieta"
214
+
215
+ #: ../classes/column.php:1382
216
+ msgid "This is the name which will appear as the column header."
217
+ msgstr "Nazwa, któa będzie wyświetlana w nagłówku kolumny."
218
+
219
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
220
+ msgid "Width"
221
+ msgstr "Szerokość"
222
+
223
+ #: ../classes/column.php:1391
224
+ msgid "default"
225
+ msgstr "domyśłny"
226
+
227
+ #: ../classes/column.php:1392
228
+ msgid "auto"
229
+ msgstr ""
230
+
231
+ #: ../classes/column.php:1466
232
+ msgid "Property To Display"
233
+ msgstr ""
234
+
235
+ #: ../classes/column.php:1472
236
+ msgid "Post property to display for related post(s)."
237
+ msgstr ""
238
+
239
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
240
+ msgid "Link To"
241
+ msgstr ""
242
+
243
+ #: ../classes/column.php:1489
244
+ msgid "Edit Post Author"
245
+ msgstr ""
246
+
247
+ #: ../classes/column.php:1490
248
+ msgid "View Public Post Author Page"
249
+ msgstr ""
250
+
251
+ #: ../classes/column.php:1492
252
+ msgid "Page the posts should link to."
253
+ msgstr ""
254
+
255
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
256
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
257
+ msgid "Admin Columns"
258
+ msgstr "Edytor kolumn"
259
+
260
+ #: ../classes/review_notice.php:58
261
+ msgid "Admin Columns Pro"
262
+ msgstr ""
263
+
264
+ #: ../classes/review_notice.php:68
265
+ msgid "click here"
266
+ msgstr ""
267
+
268
+ #: ../classes/review_notice.php:72
269
+ msgid "Leave a review!"
270
+ msgstr ""
271
+
272
+ #: ../classes/review_notice.php:73
273
+ msgid "Permanently hide notice"
274
+ msgstr ""
275
+
276
+ #: ../classes/review_notice.php:80
277
+ msgid ""
278
+ "We're sorry to hear that; maybe we can help! If you're having problems "
279
+ "properly setting up %s or if you would like help with some more advanced "
280
+ "features, please visit our %s."
281
+ msgstr ""
282
+
283
+ #: ../classes/review_notice.php:82
284
+ msgid "documentation page"
285
+ msgstr ""
286
+
287
+ #: ../classes/review_notice.php:86
288
+ msgid ""
289
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
290
+ " to access product support through %s!"
291
+ msgstr ""
292
+
293
+ #: ../classes/review_notice.php:87
294
+ msgid "our forums"
295
+ msgstr ""
296
+
297
+ #: ../classes/review_notice.php:91
298
+ msgid "You can also find help on the %s, and %s."
299
+ msgstr ""
300
+
301
+ #: ../classes/review_notice.php:92
302
+ msgid "Admin Columns forums on WordPress.org"
303
+ msgstr ""
304
+
305
+ #: ../classes/review_notice.php:93
306
+ msgid "find answers to some frequently asked questions"
307
+ msgstr ""
308
+
309
+ #: ../classes/settings.php:113
310
+ msgid "Add-on successfully activated."
311
+ msgstr ""
312
+
313
+ #: ../classes/settings.php:116
314
+ msgid "Add-on successfully deactivated."
315
+ msgstr ""
316
+
317
+ #: ../classes/settings.php:170
318
+ msgid "Admin Columns Settings"
319
+ msgstr "Ustawienia edytora kolumn"
320
+
321
+ #: ../classes/settings.php:228
322
+ msgid "%s column is already present and can not be duplicated."
323
+ msgstr "Kolumna %s jest już obecna i nie może być zduplikowana."
324
+
325
+ #: ../classes/settings.php:284
326
+ msgid "Default settings succesfully restored."
327
+ msgstr "Domyślne ustawienia zostały przywrócone."
328
+
329
+ #: ../classes/settings.php:301
330
+ msgid "Overview"
331
+ msgstr "Przegląd"
332
+
333
+ #: ../classes/settings.php:304
334
+ msgid ""
335
+ "This plugin is for adding and removing additional columns to the "
336
+ "administration screens for post(types), pages, media library, comments, "
337
+ "links and users. Change the column's label and reorder them."
338
+ msgstr "Ta wtyczka dodaje lub usuwa dodatkowe kolumny na ekranach edycji wpisów, stron, biblioteki mediów, komentarzy, linków i użytkowników. Pozwala zmienić nazwy kolumn i ich kolejność."
339
+
340
+ #: ../classes/settings.php:307
341
+ msgid "Basics"
342
+ msgstr "Podstawy"
343
+
344
+ #: ../classes/settings.php:309
345
+ msgid "Change order"
346
+ msgstr "Zmień kolejność"
347
+
348
+ #: ../classes/settings.php:310
349
+ msgid ""
350
+ "By dragging the columns you can change the order which they will appear in."
351
+ msgstr "Przeciągając kolumny możesz zmienić kolejność w której będą wyświetlane."
352
+
353
+ #: ../classes/settings.php:311
354
+ msgid "Change label"
355
+ msgstr "Zmień etykietę"
356
+
357
+ #: ../classes/settings.php:312
358
+ msgid ""
359
+ "By clicking on the triangle you will see the column options. Here you can "
360
+ "change each label of the columns heading."
361
+ msgstr "Klikając w trójkąt zobaczysz opcje kolumn. Możesz tu zmienić nazwy każdej z nich."
362
+
363
+ #: ../classes/settings.php:313
364
+ msgid "Change column width"
365
+ msgstr "Zmień szerokość kolumn"
366
+
367
+ #: ../classes/settings.php:314
368
+ msgid ""
369
+ "By clicking on the triangle you will see the column options. By using the "
370
+ "draggable slider you can set the width of the columns in percentages."
371
+ msgstr "Klikając w trójkąt zobaczysz ustawienia kolumn. Używając przeciągania w slajderze możesz ustawić w procentach szerokość kolumn."
372
+
373
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
374
+ #: ../classes/column/custom-field.php23,
375
+ #: ../classes/column/custom-field.php:391
376
+ msgid "Custom Field"
377
+ msgstr "Własne pole"
378
+
379
+ #: ../classes/settings.php:320
380
+ msgid "'Custom Field' column"
381
+ msgstr "Kolumna 'Własne pole'"
382
+
383
+ #: ../classes/settings.php:321
384
+ msgid ""
385
+ "The custom field colum uses the custom fields from posts and users. There "
386
+ "are 10 types which you can set."
387
+ msgstr "Kolumna własnego pola używa własnych pól z wpisów i użytkowników. Możesz wybrać 1 z 10 typów."
388
+
389
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
390
+ #: ../classes/column/custom-field.php:95
391
+ msgid "Default"
392
+ msgstr "Domyślny"
393
+
394
+ #: ../classes/settings.php:323
395
+ msgid ""
396
+ "Value: Can be either a string or array. Arrays will be flattened and values "
397
+ "are seperated by a ',' comma."
398
+ msgstr "Wartość: Może to być tekst bądź tablica. Tablice zostaną spłąszczone a warości oddzielone przecinkami."
399
+
400
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
401
+ #: ../classes/column/link/image.php:19
402
+ msgid "Image"
403
+ msgstr "Obrazek"
404
+
405
+ #: ../classes/settings.php:324
406
+ msgid ""
407
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
408
+ "comma )."
409
+ msgstr "Wartość: Powinna zawierać adres URL obrazka lub ID załącznika (oddzielone przecinkami)."
410
+
411
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
412
+ msgid "Excerpt"
413
+ msgstr "Wypis"
414
+
415
+ #: ../classes/settings.php:325
416
+ msgid "Value: This will show the first 20 words of the Post content."
417
+ msgstr "Wartość: Wyświetli pierwsze 20 słów z treści wpisu."
418
+
419
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
420
+ msgid "Multiple Values"
421
+ msgstr "Wielokrotne wartości"
422
+
423
+ #: ../classes/settings.php:326
424
+ msgid ""
425
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
426
+ "array."
427
+ msgstr "Wartość: Powinna być tablicą. Tablice wielopoziomowe zostaną spłaszczone."
428
+
429
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
430
+ msgid "Numeric"
431
+ msgstr "Numeryczny"
432
+
433
+ #: ../classes/settings.php:327
434
+ msgid ""
435
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
436
+ "for sorting, so you can sort your posts on numeric (custom field) values."
437
+ msgstr "Wartość: Tylko liczby.<br />Jeśli masz dodatek sortowania, zostanie to zastosowane, aby umożliwić sortowanie wpisów wg liczb (z wartości własnych pól)."
438
+
439
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
440
+ #: ../classes/column/comment/date.php:19
441
+ msgid "Date"
442
+ msgstr "Data"
443
+
444
+ #: ../classes/settings.php:328
445
+ msgid ""
446
+ "Value: Can be unix time stamp or a date format as described in the <a "
447
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
448
+ "href='%s'>general settings</a> page."
449
+ msgstr "Wartość: Może być stemplem czasu lub datą w formacie określonym w <a href='%s'>Kodeksie</a>. Możesz zmienić wyświetlani daty na stronie <a href='%s'>Ustawień głównych</a>."
450
+
451
+ #: ../classes/settings.php:329
452
+ msgid "Post Titles"
453
+ msgstr "Tytyły wpisu"
454
+
455
+ #: ../classes/settings.php:329
456
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
457
+ msgstr "Wartość: Może to być jeden lub więcej ID wpisów (oddzielone przecinkami)."
458
+
459
+ #: ../classes/settings.php:330
460
+ msgid "Usernames"
461
+ msgstr "Nazwy użytkowników"
462
+
463
+ #: ../classes/settings.php:330
464
+ msgid "Value: can be one or more User ID's (seperated by ',')."
465
+ msgstr "Wartość: Może to być jeden lub więcej ID użytkowników (oddzielone przecinkami)."
466
+
467
+ #: ../classes/settings.php:331
468
+ msgid "Checkmark"
469
+ msgstr "Znak tak/nie"
470
+
471
+ #: ../classes/settings.php:331
472
+ msgid "Value: should be a 1 (one) or 0 (zero)."
473
+ msgstr "Wartość: Powinno to być 1 lub 0."
474
+
475
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
476
+ msgid "Color"
477
+ msgstr "Kolor"
478
+
479
+ #: ../classes/settings.php:332
480
+ msgid "Value: hex value color, such as #808080."
481
+ msgstr "Wartość: Kolor w HEX, np. #808080."
482
+
483
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
484
+ msgid "Counter"
485
+ msgstr ""
486
+
487
+ #: ../classes/settings.php:333
488
+ msgid ""
489
+ "Value: Can be either a string or array. This will display a count of the "
490
+ "number of times the meta key is used by the item."
491
+ msgstr ""
492
+
493
+ #: ../classes/settings.php:422
494
+ msgid "Welcome to Admin Columns"
495
+ msgstr "Witaj w Edytorze kolumn"
496
+
497
+ #: ../classes/settings.php:425
498
+ msgid "Thank you for updating to the latest version!"
499
+ msgstr "Dziękujemy za aktualizację do najnowszej wersji!"
500
+
501
+ #: ../classes/settings.php:426
502
+ msgid ""
503
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
504
+ "like it."
505
+ msgstr "Edytor kolumn jest bardziej dopracowany niż kiedykolwiek wcześniej. Mamy nadzięję że Ci się spodoba."
506
+
507
+ #: ../classes/settings.php:431
508
+ msgid "What’s New"
509
+ msgstr "Co nowego"
510
+
511
+ #: ../classes/settings.php:432
512
+ msgid "Changelog"
513
+ msgstr "Dziennik zmian"
514
+
515
+ #: ../classes/settings.php:437
516
+ msgid "Important"
517
+ msgstr "Ważne"
518
+
519
+ #: ../classes/settings.php:439
520
+ msgid "Database Changes"
521
+ msgstr "Zmiany w bazie danych"
522
+
523
+ #: ../classes/settings.php:440
524
+ msgid ""
525
+ "The database has been changed between versions 1 and 2. But we made sure you"
526
+ " can still roll back to version 1x without any issues."
527
+ msgstr "Baza danych zmieniła się między wersjami 1 i 2. Ale wciąż możesz powrócić do wersji 1 bez żadnych problemów."
528
+
529
+ #: ../classes/settings.php:443
530
+ msgid "Make sure you backup your database and then click"
531
+ msgstr "Upewnij się że zrobiłeś kopię zapasową bazy danych a następnie kliknij"
532
+
533
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
534
+ msgid "Upgrade Database"
535
+ msgstr "Aktualizuj bazę danych"
536
+
537
+ #: ../classes/settings.php:446
538
+ msgid "Potential Issues"
539
+ msgstr "Potencjalne problemy"
540
+
541
+ #: ../classes/settings.php:447
542
+ msgid ""
543
+ "Do to the sizable refactoring the code, surounding Addons and "
544
+ "action/filters, your website may not operate correctly. It is important that"
545
+ " you read the full"
546
+ msgstr "Z powodu znacznych modyfikacji w kodzie, związanymi z dodatkami, filtrami i akcjami, Twoja strona może nie działać poprawnie. Pamiętaj, aby przeczytać pełną"
547
+
548
+ #: ../classes/settings.php:447
549
+ msgid "Migrating from v1 to v2"
550
+ msgstr "Migracja z wersji 1 do 2"
551
+
552
+ #: ../classes/settings.php:447
553
+ msgid "guide to view the full list of changes."
554
+ msgstr "dokumentację i zapoznać się z listą zmian."
555
+
556
+ #: ../classes/settings.php:447
557
+ msgid ""
558
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
559
+ "can fix it in the next release."
560
+ msgstr ""
561
+
562
+ #: ../classes/settings.php:450
563
+ msgid "Important!"
564
+ msgstr "Ważne!"
565
+
566
+ #: ../classes/settings.php:450
567
+ msgid ""
568
+ "If you updated the Admin Columns plugin without prior knowledge of such "
569
+ "changes, Please roll back to the latest"
570
+ msgstr "Jeżli zaktualizowałeś Edytor kolumn bez świadomości tych zmian, możesz powrócić do poprzedniej"
571
+
572
+ #: ../classes/settings.php:450
573
+ msgid "version 1"
574
+ msgstr "wersja 1"
575
+
576
+ #: ../classes/settings.php:450
577
+ msgid "of this plugin."
578
+ msgstr "tej wtyczki."
579
+
580
+ #: ../classes/settings.php:456
581
+ msgid "Changelog for"
582
+ msgstr "Dziennik zmian dla"
583
+
584
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
585
+ msgid "Learn more"
586
+ msgstr "Dowiedz się więcej"
587
+
588
+ #: ../classes/settings.php:481
589
+ msgid "Start using Admin Columns"
590
+ msgstr "Zacznij korzystać z Edytora kolumn"
591
+
592
+ #: ../classes/settings.php:500
593
+ msgid "General Settings"
594
+ msgstr "Ustawienia ogólne"
595
+
596
+ #: ../classes/settings.php:501
597
+ msgid "Customize your Admin Columns settings."
598
+ msgstr "Zmodyfikuj ustawienia Edytora kolumn."
599
+
600
+ #: ../classes/settings.php:512
601
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
602
+ msgstr ""
603
+
604
+ #: ../classes/settings.php:559
605
+ msgid "Restore Settings"
606
+ msgstr "Przywróć ustawienia"
607
+
608
+ #: ../classes/settings.php:560
609
+ msgid "This will delete all column settings and restore the default settings."
610
+ msgstr "Ta operacja usunie wszystkie ustawienia kolumn u przywróci je do ustawień domyślnych."
611
+
612
+ #: ../classes/settings.php:566
613
+ msgid "Restore default settings"
614
+ msgstr "Przywróć ustawienia domyślne"
615
+
616
+ #: ../classes/settings.php:566
617
+ msgid ""
618
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
619
+ "undone. 'OK' to delete, 'Cancel' to stop"
620
+ msgstr ""
621
+
622
+ #: ../classes/settings.php:582
623
+ msgid "Posttypes"
624
+ msgstr ""
625
+
626
+ #: ../classes/settings.php:583
627
+ msgid "Others"
628
+ msgstr ""
629
+
630
+ #: ../classes/settings.php:584
631
+ msgid "Taxonomies"
632
+ msgstr ""
633
+
634
+ #: ../classes/settings.php:600
635
+ msgid "Settings"
636
+ msgstr "Ustawienia"
637
+
638
+ #: ../classes/settings.php:601
639
+ msgid "Add-ons"
640
+ msgstr ""
641
+
642
+ #: ../classes/settings.php:669
643
+ msgid ""
644
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
645
+ " admin panel."
646
+ msgstr ""
647
+
648
+ #: ../classes/settings.php:679
649
+ msgid "Store settings"
650
+ msgstr "Zapisz ustawienia"
651
+
652
+ #: ../classes/settings.php:687
653
+ msgid ""
654
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
655
+ " delete, 'Cancel' to stop"
656
+ msgstr ""
657
+
658
+ #: ../classes/settings.php:688
659
+ msgid "Restore"
660
+ msgstr "Przywróć"
661
+
662
+ #: ../classes/settings.php:688
663
+ msgid "columns"
664
+ msgstr "kolumny"
665
+
666
+ #: ../classes/settings.php:707
667
+ msgid "Get Admin Columns Pro"
668
+ msgstr ""
669
+
670
+ #: ../classes/settings.php:711
671
+ msgid "Add Sorting"
672
+ msgstr "Dodaj sortowanie"
673
+
674
+ #: ../classes/settings.php:712
675
+ msgid "Add Filtering"
676
+ msgstr "Dodaj filtrowanie"
677
+
678
+ #: ../classes/settings.php:713
679
+ msgid "Add Import/Export"
680
+ msgstr "Dodaj Import/Export"
681
+
682
+ #: ../classes/settings.php:714
683
+ msgid "Add Direct Editing"
684
+ msgstr ""
685
+
686
+ #: ../classes/settings.php:717
687
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
688
+ msgstr ""
689
+
690
+ #: ../classes/settings.php:730
691
+ msgid "Subscribe to receive news &amp; updates below."
692
+ msgstr ""
693
+
694
+ #: ../classes/settings.php:737
695
+ msgid "Your Email"
696
+ msgstr ""
697
+
698
+ #: ../classes/settings.php:748
699
+ msgid "Are you happy with Admin Columns?"
700
+ msgstr ""
701
+
702
+ #: ../classes/settings.php:756
703
+ msgid "What's wrong? Need help? Let us know!"
704
+ msgstr ""
705
+
706
+ #: ../classes/settings.php:757
707
+ msgid ""
708
+ "Check out our extensive documentation, or you can open a support topic on "
709
+ "WordPress.org!"
710
+ msgstr ""
711
+
712
+ #: ../classes/settings.php:765
713
+ msgid "Docs"
714
+ msgstr ""
715
+
716
+ #: ../classes/settings.php:770
717
+ msgid "Forums"
718
+ msgstr ""
719
+
720
+ #: ../classes/settings.php:779
721
+ msgid "Woohoo! We're glad to hear that!"
722
+ msgstr ""
723
+
724
+ #: ../classes/settings.php:780
725
+ msgid ""
726
+ "We would really love it if you could show your appreciation by giving us a "
727
+ "rating on WordPress.org or tweet about Admin Columns!"
728
+ msgstr ""
729
+
730
+ #: ../classes/settings.php:784
731
+ msgid "Rate"
732
+ msgstr ""
733
+
734
+ #: ../classes/settings.php:795
735
+ msgid "Tweet"
736
+ msgstr ""
737
+
738
+ #: ../classes/settings.php:805
739
+ msgid "Buy Pro"
740
+ msgstr ""
741
+
742
+ #: ../classes/settings.php:817
743
+ msgid "Support"
744
+ msgstr "Pomocy"
745
+
746
+ #: ../classes/settings.php:820
747
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
748
+ msgstr "Sprawdź dział <strong>Pomocy</strong>, w prawym, górnym rogu ekranu."
749
+
750
+ #: ../classes/settings.php:823
751
+ msgid ""
752
+ "For full documentation, bug reports, feature suggestions and other tips <a "
753
+ "href='%s'>visit the Admin Columns website</a>"
754
+ msgstr "Dostęp do pełnej dokumentacji, raportów błędów, sugestii co do nowych funkcji i innych podpowiedzi uzyskasz na <a href='%s'>stronie Edytora kolumn</a>"
755
+
756
+ #: ../classes/settings.php:852
757
+ msgid "Drag and drop to reorder"
758
+ msgstr "Przeciągnij i opuść aby zmienić kolejność"
759
+
760
+ #: ../classes/settings.php:855
761
+ msgid "Add Column"
762
+ msgstr "Dodaj kolumnę"
763
+
764
+ #: ../classes/settings.php:936
765
+ msgid "Active"
766
+ msgstr ""
767
+
768
+ #: ../classes/settings.php:937
769
+ msgid "Deactivate"
770
+ msgstr ""
771
+
772
+ #: ../classes/settings.php:944
773
+ msgid "Installed"
774
+ msgstr ""
775
+
776
+ #: ../classes/settings.php:945
777
+ msgid "Activate"
778
+ msgstr ""
779
+
780
+ #: ../classes/settings.php:959
781
+ msgid "Download & Install"
782
+ msgstr ""
783
+
784
+ #: ../classes/settings.php:964
785
+ msgid "Get this add-on"
786
+ msgstr ""
787
+
788
+ #: ../classes/storage_model.php:262
789
+ msgid "settings succesfully restored."
790
+ msgstr "ustawienia zostały przywrócone."
791
+
792
+ #: ../classes/storage_model.php:278
793
+ msgid "No columns settings available."
794
+ msgstr "Brak dostępnych ustawień kolumn."
795
+
796
+ #: ../classes/storage_model.php:299
797
+ msgid "You are trying to store the same settings for %s."
798
+ msgstr "Próbujesz przywrócić te same ustawienia dla %s."
799
+
800
+ #: ../classes/storage_model.php:303
801
+ msgid "Settings for %s updated successfully."
802
+ msgstr ""
803
+
804
+ #: ../classes/storage_model.php:643
805
+ msgid "Columns by Plugins"
806
+ msgstr ""
807
+
808
+ #: ../classes/storage_model.php:862
809
+ msgid "View"
810
+ msgstr "Zobacz"
811
+
812
+ #: ../classes/upgrade.php:62
813
+ msgid ""
814
+ "The pro add-on is no longer supported. Please login to your account and "
815
+ "download Admin Columns Pro"
816
+ msgstr ""
817
+
818
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
819
+ msgid "Upgrade"
820
+ msgstr "Aktualizuj"
821
+
822
+ #: ../classes/upgrade.php:136
823
+ msgid "requires a database upgrade"
824
+ msgstr "wymaga aktualizacji bazy danych"
825
+
826
+ #: ../classes/upgrade.php:139
827
+ msgid "why?"
828
+ msgstr "dlaczego?"
829
+
830
+ #: ../classes/upgrade.php:140
831
+ msgid "Please"
832
+ msgstr "Proszę"
833
+
834
+ #: ../classes/upgrade.php:141
835
+ msgid "backup your database"
836
+ msgstr "zrobić kopię zapasową bazy danych"
837
+
838
+ #: ../classes/upgrade.php:142
839
+ msgid "then click"
840
+ msgstr "a następnie kliknąć"
841
+
842
+ #: ../classes/upgrade.php:351
843
+ msgid "Migrating Column Settings"
844
+ msgstr "Migracja ustawień kolumn"
845
+
846
+ #: ../classes/upgrade.php:387
847
+ msgid "No Upgrade Required"
848
+ msgstr "Aktualizacja nie jest wymagana"
849
+
850
+ #: ../classes/upgrade.php:388
851
+ msgid "Return to welcome screen."
852
+ msgstr "Powróć do ekranu powitalnego"
853
+
854
+ #: ../classes/upgrade.php:406
855
+ msgid "Upgrade Complete!"
856
+ msgstr "Aktualizacja zakończona"
857
+
858
+ #: ../classes/upgrade.php:406
859
+ msgid "Return to settings."
860
+ msgstr "Przywróć do ustawień"
861
+
862
+ #: ../classes/upgrade.php:407
863
+ msgid "Error"
864
+ msgstr "Błąd"
865
+
866
+ #: ../classes/upgrade.php:408
867
+ msgid ""
868
+ "Sorry. Something went wrong during the upgrade process. Please report this "
869
+ "on the support forum."
870
+ msgstr "Przykro nam, ale coś poszło źle w trakcie procesu aktualizacji. Napisz o tym na forum pomocy."
871
+
872
+ #: ../classes/column/acf-placeholder.php:19
873
+ msgid "ACF Field"
874
+ msgstr ""
875
+
876
+ #: ../classes/column/acf-placeholder.php:35
877
+ msgid ""
878
+ "If you have a developer licence please download & install your ACF add-on "
879
+ "from the <a href='%s'>add-ons tab</a>."
880
+ msgstr ""
881
+
882
+ #: ../classes/column/acf-placeholder.php:38
883
+ msgid ""
884
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
885
+ "integeration, allowing you to easily display and edit ACF fields from within"
886
+ " your posts overview."
887
+ msgstr ""
888
+
889
+ #: ../classes/column/acf-placeholder.php:44
890
+ msgid "Find out more"
891
+ msgstr ""
892
+
893
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
894
+ msgid "Actions"
895
+ msgstr "Działania"
896
+
897
+ #: ../classes/column/actions.php:96
898
+ msgid "Use icons?"
899
+ msgstr ""
900
+
901
+ #: ../classes/column/actions.php:96
902
+ msgid "Use icons instead of text for displaying the actions."
903
+ msgstr ""
904
+
905
+ #: ../classes/column/custom-field.php:96
906
+ msgid "Checkmark (true/false)"
907
+ msgstr "Znak (prawda/fałsz)"
908
+
909
+ #: ../classes/column/custom-field.php:102
910
+ msgid "Media Library"
911
+ msgstr "Biblioteka mediów"
912
+
913
+ #: ../classes/column/custom-field.php:105
914
+ msgid "Post Title (Post ID's)"
915
+ msgstr "Tytył wpisu (ID wpisu)"
916
+
917
+ #: ../classes/column/custom-field.php:106
918
+ msgid "Username (User ID's)"
919
+ msgstr "Użytkownik (ID użytkownika)"
920
+
921
+ #: ../classes/column/custom-field.php:107
922
+ msgid "Term Name (Term ID's)"
923
+ msgstr ""
924
+
925
+ #: ../classes/column/custom-field.php:391
926
+ msgid "Select your custom field."
927
+ msgstr "Wybierz własne pole."
928
+
929
+ #: ../classes/column/custom-field.php:401
930
+ msgid "No custom fields available."
931
+ msgstr "Brak dostępnych własnych pól."
932
+
933
+ #: ../classes/column/custom-field.php:401
934
+ msgid "Please create a %s item first."
935
+ msgstr ""
936
+
937
+ #: ../classes/column/custom-field.php:408
938
+ msgid "Field Type"
939
+ msgstr "Rodzaj pola"
940
+
941
+ #: ../classes/column/custom-field.php:408
942
+ msgid "This will determine how the value will be displayed."
943
+ msgstr "Określi to sposób wyświetlania wartości."
944
+
945
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
946
+ msgid "Taxonomy"
947
+ msgstr "Taksonomia"
948
+
949
+ #: ../classes/column/used-by-menu.php:20
950
+ msgid "Used by Menu"
951
+ msgstr ""
952
+
953
+ #: ../classes/column/used-by-menu.php:133
954
+ msgid "Link to menu"
955
+ msgstr ""
956
+
957
+ #: ../classes/column/used-by-menu.php:133
958
+ msgid "This will make the title link to the menu."
959
+ msgstr ""
960
+
961
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
962
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
963
+ msgid "ID"
964
+ msgstr "ID"
965
+
966
+ #: ../classes/column/comment/agent.php:19
967
+ msgid "Agent"
968
+ msgstr "Przeglądarka"
969
+
970
+ #: ../classes/column/comment/approved.php19,
971
+ #: ../classes/column/post/comment-count.php:35
972
+ msgid "Approved"
973
+ msgstr "Zatwierdzony"
974
+
975
+ #: ../classes/column/comment/author-avatar.php:19
976
+ msgid "Avatar"
977
+ msgstr "Avatar"
978
+
979
+ #: ../classes/column/comment/author-email.php:19
980
+ msgid "Author email"
981
+ msgstr "Email Autora"
982
+
983
+ #: ../classes/column/comment/author-ip.php:19
984
+ msgid "Author IP"
985
+ msgstr "IP Autora"
986
+
987
+ #: ../classes/column/comment/author-name.php:12
988
+ msgid "Author name"
989
+ msgstr ""
990
+
991
+ #: ../classes/column/comment/author-url.php:19
992
+ msgid "Author url"
993
+ msgstr "URL Autora"
994
+
995
+ #: ../classes/column/comment/author.php:19
996
+ msgid "Author"
997
+ msgstr "Autor"
998
+
999
+ #: ../classes/column/comment/date-gmt.php:19
1000
+ msgid "Date GMT"
1001
+ msgstr "Data GMT"
1002
+
1003
+ #: ../classes/column/comment/excerpt.php19,
1004
+ #: ../classes/column/post/content.php:19
1005
+ msgid "Content"
1006
+ msgstr ""
1007
+
1008
+ #: ../classes/column/comment/post.php:19
1009
+ msgid "Post"
1010
+ msgstr ""
1011
+
1012
+ #: ../classes/column/comment/reply-to.php:19
1013
+ msgid "In Reply To"
1014
+ msgstr "W odpowiedzi na"
1015
+
1016
+ #: ../classes/column/comment/user.php:11
1017
+ msgid "User"
1018
+ msgstr ""
1019
+
1020
+ #: ../classes/column/comment/word-count.php19,
1021
+ #: ../classes/column/post/word-count.php:19
1022
+ msgid "Word count"
1023
+ msgstr "Liczba słów"
1024
+
1025
+ #: ../classes/column/media/alternate-text.php:19
1026
+ msgid "Alt"
1027
+ msgstr "Tekst alternatywny"
1028
+
1029
+ #: ../classes/column/media/attached-to.php:19
1030
+ msgid "Attached to post"
1031
+ msgstr ""
1032
+
1033
+ #: ../classes/column/media/available-sizes.php:20
1034
+ msgid "Available Sizes"
1035
+ msgstr "Dostępne rozmiary"
1036
+
1037
+ #: ../classes/column/media/available-sizes.php:40
1038
+ msgid "full size"
1039
+ msgstr "pełny rozmiar"
1040
+
1041
+ #: ../classes/column/media/caption.php19,
1042
+ #: ../classes/column/media/exif-data.php:41
1043
+ msgid "Caption"
1044
+ msgstr "Tytuł"
1045
+
1046
+ #: ../classes/column/media/description.php19,
1047
+ #: ../classes/column/link/description.php19,
1048
+ #: ../classes/column/user/description.php:19
1049
+ msgid "Description"
1050
+ msgstr "Opis"
1051
+
1052
+ #: ../classes/column/media/dimensions.php:19
1053
+ msgid "Dimensions"
1054
+ msgstr "Wymiary"
1055
+
1056
+ #: ../classes/column/media/exif-data.php:19
1057
+ msgid "EXIF data"
1058
+ msgstr "Dane EXIF"
1059
+
1060
+ #: ../classes/column/media/exif-data.php:38
1061
+ msgid "Aperture"
1062
+ msgstr "Przysłona"
1063
+
1064
+ #: ../classes/column/media/exif-data.php:39
1065
+ msgid "Credit"
1066
+ msgstr "Autor"
1067
+
1068
+ #: ../classes/column/media/exif-data.php:40
1069
+ msgid "Camera"
1070
+ msgstr "Aparat"
1071
+
1072
+ #: ../classes/column/media/exif-data.php:42
1073
+ msgid "Timestamp"
1074
+ msgstr "Data"
1075
+
1076
+ #: ../classes/column/media/exif-data.php:43
1077
+ msgid "Copyright EXIF"
1078
+ msgstr "Prawa autorskie EXIF"
1079
+
1080
+ #: ../classes/column/media/exif-data.php:44
1081
+ msgid "Focal Length"
1082
+ msgstr "Ogniskowa"
1083
+
1084
+ #: ../classes/column/media/exif-data.php:45
1085
+ msgid "ISO"
1086
+ msgstr "ISO"
1087
+
1088
+ #: ../classes/column/media/exif-data.php:46
1089
+ msgid "Shutter Speed"
1090
+ msgstr "Szybkość migawki"
1091
+
1092
+ #: ../classes/column/media/exif-data.php:47
1093
+ msgid "Title"
1094
+ msgstr "Tytuł"
1095
+
1096
+ #: ../classes/column/media/file-name.php:19
1097
+ msgid "File name"
1098
+ msgstr "Nazwa pliku"
1099
+
1100
+ #: ../classes/column/media/file-size.php:19
1101
+ msgid "File size"
1102
+ msgstr "Wielkość pliku"
1103
+
1104
+ #: ../classes/column/media/full-path.php19,
1105
+ #: ../classes/column/media/full-path.php:92
1106
+ msgid "Full path"
1107
+ msgstr "Pełna ścieżka"
1108
+
1109
+ #: ../classes/column/media/full-path.php:83
1110
+ msgid "Path scope"
1111
+ msgstr ""
1112
+
1113
+ #: ../classes/column/media/full-path.php:84
1114
+ msgid "Part of the file path to display"
1115
+ msgstr ""
1116
+
1117
+ #: ../classes/column/media/full-path.php:97
1118
+ msgid "Relative to domain"
1119
+ msgstr ""
1120
+
1121
+ #: ../classes/column/media/full-path.php:102
1122
+ msgid "Relative to main uploads folder "
1123
+ msgstr ""
1124
+
1125
+ #: ../classes/column/media/height.php:19
1126
+ msgid "Height"
1127
+ msgstr "Wysokość"
1128
+
1129
+ #: ../classes/column/media/mime-type.php:19
1130
+ msgid "Mime type"
1131
+ msgstr "Typ pliku"
1132
+
1133
+ #: ../classes/column/post/attachment-count.php:19
1134
+ msgid "No. of Attachments"
1135
+ msgstr "Liczba załączników"
1136
+
1137
+ #: ../classes/column/post/attachment.php:19
1138
+ msgid "Attachments"
1139
+ msgstr ""
1140
+
1141
+ #: ../classes/column/post/author-name.php:20
1142
+ msgid "Display Author As"
1143
+ msgstr "Wyświetla autora jako"
1144
+
1145
+ #: ../classes/column/post/author-name.php:100
1146
+ msgid "View Public Author Page"
1147
+ msgstr ""
1148
+
1149
+ #: ../classes/column/post/author-name.php:102
1150
+ msgid "Page the author name should link to."
1151
+ msgstr ""
1152
+
1153
+ #: ../classes/column/post/before-moretag.php:19
1154
+ msgid "Before More Tag"
1155
+ msgstr "Przed tagiem Czytaj dalej"
1156
+
1157
+ #: ../classes/column/post/comment-count.php:20
1158
+ msgid "Comment count"
1159
+ msgstr "Liczba komentarzy"
1160
+
1161
+ #: ../classes/column/post/comment-count.php:34
1162
+ msgid "Total"
1163
+ msgstr "Ogółem"
1164
+
1165
+ #: ../classes/column/post/comment-count.php:36
1166
+ msgid "Pending"
1167
+ msgstr "Oczekujący"
1168
+
1169
+ #: ../classes/column/post/comment-count.php:37
1170
+ msgid "Spam"
1171
+ msgstr "Spam"
1172
+
1173
+ #: ../classes/column/post/comment-count.php:38
1174
+ msgid "Trash"
1175
+ msgstr "Kosz"
1176
+
1177
+ #: ../classes/column/post/comment-count.php99,
1178
+ #: ../classes/column/post/comment-status.php:20
1179
+ msgid "Comment status"
1180
+ msgstr "Status komentarza"
1181
+
1182
+ #: ../classes/column/post/comment-count.php:99
1183
+ msgid "Select which comment status you like to display."
1184
+ msgstr "Wybierz, które statusy komentarzy chcesz wyświetlać."
1185
+
1186
+ #: ../classes/column/post/depth.php:19
1187
+ msgid "Depth"
1188
+ msgstr ""
1189
+
1190
+ #: ../classes/column/post/estimated-reading-time.php:19
1191
+ msgid "Estimated Reading Time"
1192
+ msgstr ""
1193
+
1194
+ #: ../classes/column/post/estimated-reading-time.php:66
1195
+ msgid "second"
1196
+ msgid_plural "seconds"
1197
+ msgstr[0] ""
1198
+ msgstr[1] ""
1199
+ msgstr[2] ""
1200
+
1201
+ #: ../classes/column/post/estimated-reading-time.php:69
1202
+ msgid "minute"
1203
+ msgid_plural "minutes"
1204
+ msgstr[0] ""
1205
+ msgstr[1] ""
1206
+ msgstr[2] ""
1207
+
1208
+ #: ../classes/column/post/estimated-reading-time.php:107
1209
+ msgid "Words per minute"
1210
+ msgstr ""
1211
+
1212
+ #: ../classes/column/post/estimated-reading-time.php:108
1213
+ msgid "Estimated reading time in words per minute"
1214
+ msgstr ""
1215
+
1216
+ #: ../classes/column/post/featured-image.php:19
1217
+ msgid "Featured Image"
1218
+ msgstr "Ikona wpisu"
1219
+
1220
+ #: ../classes/column/post/formats.php:19
1221
+ msgid "Post Format"
1222
+ msgstr "Format wpisu"
1223
+
1224
+ #: ../classes/column/post/last-modified-author.php:20
1225
+ msgid "Last Modified Author"
1226
+ msgstr ""
1227
+
1228
+ #: ../classes/column/post/modified.php:19
1229
+ msgid "Last modified"
1230
+ msgstr "Ostatnia modyfikacja"
1231
+
1232
+ #: ../classes/column/post/order.php:19
1233
+ msgid "Order"
1234
+ msgstr ""
1235
+
1236
+ #: ../classes/column/post/page-template.php:19
1237
+ msgid "Page Template"
1238
+ msgstr "Szablon strony"
1239
+
1240
+ #: ../classes/column/post/parent.php:19
1241
+ msgid "Parent"
1242
+ msgstr "Rodzic"
1243
+
1244
+ #: ../classes/column/post/path.php:19
1245
+ msgid "Path"
1246
+ msgstr ""
1247
+
1248
+ #: ../classes/column/post/permalink.php:19
1249
+ msgid "Permalink"
1250
+ msgstr ""
1251
+
1252
+ #: ../classes/column/post/permalink.php:68
1253
+ msgid "Link to post"
1254
+ msgstr ""
1255
+
1256
+ #: ../classes/column/post/permalink.php:68
1257
+ msgid "This will make the permalink clickable."
1258
+ msgstr ""
1259
+
1260
+ #: ../classes/column/post/ping-status.php:19
1261
+ msgid "Ping status"
1262
+ msgstr "Status ping"
1263
+
1264
+ #: ../classes/column/post/roles.php:19
1265
+ msgid "Roles"
1266
+ msgstr "Role"
1267
+
1268
+ #: ../classes/column/post/shortcodes.php:19
1269
+ msgid "Shortcodes"
1270
+ msgstr ""
1271
+
1272
+ #: ../classes/column/post/slug.php:19
1273
+ msgid "Slug"
1274
+ msgstr "Bezpośredni odnośnik"
1275
+
1276
+ #: ../classes/column/post/status.php:21
1277
+ msgid "Status"
1278
+ msgstr "Status"
1279
+
1280
+ #: ../classes/column/post/sticky.php:19
1281
+ msgid "Sticky"
1282
+ msgstr "Przyklejone"
1283
+
1284
+ #: ../classes/column/post/title-raw.php:19
1285
+ msgid "Title without actions"
1286
+ msgstr ""
1287
+
1288
+ #: ../classes/column/link/length.php:19
1289
+ msgid "Length"
1290
+ msgstr "Długość"
1291
+
1292
+ #: ../classes/column/link/notes.php:19
1293
+ msgid "Notes"
1294
+ msgstr "Notatki"
1295
+
1296
+ #: ../classes/column/link/owner.php:19
1297
+ msgid "Owner"
1298
+ msgstr "Właściciel"
1299
+
1300
+ #: ../classes/column/link/rss.php:19
1301
+ msgid "Rss"
1302
+ msgstr "Rss"
1303
+
1304
+ #: ../classes/column/link/target.php:19
1305
+ msgid "Target"
1306
+ msgstr "Cel"
1307
+
1308
+ #: ../classes/column/user/display-name.php:19
1309
+ msgid "Display name"
1310
+ msgstr ""
1311
+
1312
+ #: ../classes/column/user/first-name.php:19
1313
+ msgid "First name"
1314
+ msgstr "Imię"
1315
+
1316
+ #: ../classes/column/user/last-name.php:19
1317
+ msgid "Last name"
1318
+ msgstr "Nazwisko"
1319
+
1320
+ #: ../classes/column/user/post-count.php:19
1321
+ msgid "Post Count"
1322
+ msgstr "Liczba wpisów"
1323
+
1324
+ #: ../classes/column/user/post-count.php:89
1325
+ msgid "Post Type"
1326
+ msgstr "Typ wpisu"
1327
+
1328
+ #: ../classes/column/user/registered.php:19
1329
+ msgid "Registered"
1330
+ msgstr "Zarejestrowany"
1331
+
1332
+ #: ../classes/column/user/rich-editing.php:19
1333
+ msgid "Visual Editor"
1334
+ msgstr ""
1335
+
1336
+ #: ../classes/column/user/url.php:19
1337
+ msgid "Url"
1338
+ msgstr "Adres URL"
languages/codepress-admin-columns-pt_BR.po ADDED
@@ -0,0 +1,1338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # Adriano Estevam <aestevam@gmail.com>, 2013
5
+ # André Mácola Machado <andremacola@gmail.com>, 2014
6
+ # André Mácola Machado <andremacola@gmail.com>, 2014-2015
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: Admin Columns\n"
10
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
11
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
12
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
13
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/codepress/admin-columns/language/pt_BR/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: pt_BR\n"
18
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Poedit-Basepath: ..\n"
20
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
+
25
+ #: ../codepress-admin-columns.php:451
26
+ msgid "Edit columns"
27
+ msgstr "Editar Colunas"
28
+
29
+ #: ../classes/addons.php:110
30
+ msgid "Plugins"
31
+ msgstr "Plugins"
32
+
33
+ #: ../classes/addons.php:135
34
+ msgid "Advanced Custom Fields"
35
+ msgstr "Advanced Custom Fields"
36
+
37
+ #: ../classes/addons.php:136
38
+ msgid ""
39
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
40
+ "seconds!"
41
+ msgstr "Exibir e editar campos do ACF na tela de posts em segundos!"
42
+
43
+ #: ../classes/addons.php:141
44
+ msgid "WooCommerce"
45
+ msgstr "WooCommerce"
46
+
47
+ #: ../classes/addons.php:142
48
+ msgid ""
49
+ "Enhance the products, orders and coupons overviews with new columns and "
50
+ "inline editing."
51
+ msgstr "Melhorar a visão geral dos produtos, encomendas e cupons com novas colunas e edição imediata."
52
+
53
+ #: ../classes/column.php:624
54
+ msgid "Thumbnail"
55
+ msgstr "Miniatura"
56
+
57
+ #: ../classes/column.php:625
58
+ msgid "Medium"
59
+ msgstr "Médio"
60
+
61
+ #: ../classes/column.php:626
62
+ msgid "Large"
63
+ msgstr "Grande"
64
+
65
+ #: ../classes/column.php:627
66
+ msgid "Full"
67
+ msgstr "Original"
68
+
69
+ #: ../classes/column.php:1059
70
+ msgid "Exact match"
71
+ msgstr ""
72
+
73
+ #: ../classes/column.php:1060
74
+ msgid "Lesser than"
75
+ msgstr ""
76
+
77
+ #: ../classes/column.php:1061
78
+ msgid "Greater than"
79
+ msgstr ""
80
+
81
+ #: ../classes/column.php:1062
82
+ msgid "Between"
83
+ msgstr ""
84
+
85
+ #: ../classes/column.php:1089
86
+ msgid "Date Format"
87
+ msgstr "Formato de Data"
88
+
89
+ #: ../classes/column.php:1090
90
+ msgid "This will determine how the date will be displayed."
91
+ msgstr "Determina como a data será mostrada"
92
+
93
+ #: ../classes/column.php:1096
94
+ msgid "Example:"
95
+ msgstr "Exemplo"
96
+
97
+ #: ../classes/column.php:1098
98
+ msgid ""
99
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
100
+ " format here</a>."
101
+ msgstr ""
102
+
103
+ #: ../classes/column.php:1099
104
+ msgid "Documentation on date and time formatting."
105
+ msgstr "Documentação para formatos de data e hora"
106
+
107
+ #: ../classes/column.php:1113
108
+ msgid "Excerpt length"
109
+ msgstr "Tamanho do Resumo"
110
+
111
+ #: ../classes/column.php:1114
112
+ msgid "Number of words"
113
+ msgstr "Número de Palavras"
114
+
115
+ #: ../classes/column.php:1132
116
+ msgid "Preview size"
117
+ msgstr "Tamanho do preview"
118
+
119
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
120
+ msgid "Custom"
121
+ msgstr "Personalizado"
122
+
123
+ #: ../classes/column.php1152, ../classes/column.php:1328
124
+ msgid "width"
125
+ msgstr "largura"
126
+
127
+ #: ../classes/column.php:1155
128
+ msgid "height"
129
+ msgstr "altura"
130
+
131
+ #: ../classes/column.php:1167
132
+ msgid "Before"
133
+ msgstr "Antes"
134
+
135
+ #: ../classes/column.php:1167
136
+ msgid "This text will appear before the custom field value."
137
+ msgstr "Este texto aparecerá antes do valor do campo personalizado."
138
+
139
+ #: ../classes/column.php:1168
140
+ msgid "After"
141
+ msgstr "Depois"
142
+
143
+ #: ../classes/column.php:1168
144
+ msgid "This text will appear after the custom field value."
145
+ msgstr "Este texto aparecerá depois do valor do campo personalizado."
146
+
147
+ #: ../classes/column.php:1177
148
+ msgid "Display Name"
149
+ msgstr "Exibir Nome"
150
+
151
+ #: ../classes/column.php1178, ../classes/settings.php:733
152
+ msgid "First Name"
153
+ msgstr "Primeiro Nome"
154
+
155
+ #: ../classes/column.php:1179
156
+ msgid "Last Name"
157
+ msgstr "Sobrenome"
158
+
159
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
160
+ msgid "Nickname"
161
+ msgstr "Apelido"
162
+
163
+ #: ../classes/column.php:1181
164
+ msgid "User Login"
165
+ msgstr "Nome de Usuário"
166
+
167
+ #: ../classes/column.php:1182
168
+ msgid "User Email"
169
+ msgstr "Email do Usuário"
170
+
171
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
172
+ msgid "User ID"
173
+ msgstr "ID do Usuário"
174
+
175
+ #: ../classes/column.php:1184
176
+ msgid "First and Last Name"
177
+ msgstr "Nome e Sobrenome"
178
+
179
+ #: ../classes/column.php:1187
180
+ msgid "Display format"
181
+ msgstr "Formato de exibição"
182
+
183
+ #: ../classes/column.php:1187
184
+ msgid "This is the format of the author name."
185
+ msgstr "Este é o formato do nome do autor."
186
+
187
+ #: ../classes/column.php:1350
188
+ msgid "Edit"
189
+ msgstr "Editar"
190
+
191
+ #: ../classes/column.php1352, ../classes/column.php:1444
192
+ msgid "Clone"
193
+ msgstr "Clone"
194
+
195
+ #: ../classes/column.php:1354
196
+ msgid "Remove"
197
+ msgstr "Remover"
198
+
199
+ #: ../classes/column.php1372, ../classes/column.php1372,
200
+ #: ../classes/column/custom-field.php408,
201
+ #: ../classes/column/comment/type.php:13
202
+ msgid "Type"
203
+ msgstr "Tipo"
204
+
205
+ #: ../classes/column.php:1372
206
+ msgid "Choose a column type."
207
+ msgstr "Escolha um tipo."
208
+
209
+ #: ../classes/column.php:1372
210
+ msgid "Name"
211
+ msgstr "Nome"
212
+
213
+ #: ../classes/column.php:1382
214
+ msgid "Label"
215
+ msgstr "Titulo"
216
+
217
+ #: ../classes/column.php:1382
218
+ msgid "This is the name which will appear as the column header."
219
+ msgstr "Nome que aparecerá no cabeçalho da coluna."
220
+
221
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
222
+ msgid "Width"
223
+ msgstr "Width"
224
+
225
+ #: ../classes/column.php:1391
226
+ msgid "default"
227
+ msgstr "padrão"
228
+
229
+ #: ../classes/column.php:1392
230
+ msgid "auto"
231
+ msgstr "auto"
232
+
233
+ #: ../classes/column.php:1466
234
+ msgid "Property To Display"
235
+ msgstr ""
236
+
237
+ #: ../classes/column.php:1472
238
+ msgid "Post property to display for related post(s)."
239
+ msgstr ""
240
+
241
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
242
+ msgid "Link To"
243
+ msgstr ""
244
+
245
+ #: ../classes/column.php:1489
246
+ msgid "Edit Post Author"
247
+ msgstr ""
248
+
249
+ #: ../classes/column.php:1490
250
+ msgid "View Public Post Author Page"
251
+ msgstr ""
252
+
253
+ #: ../classes/column.php:1492
254
+ msgid "Page the posts should link to."
255
+ msgstr ""
256
+
257
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
258
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
259
+ msgid "Admin Columns"
260
+ msgstr "Admin de Colunas"
261
+
262
+ #: ../classes/review_notice.php:58
263
+ msgid "Admin Columns Pro"
264
+ msgstr "Admin de Colunas Pro"
265
+
266
+ #: ../classes/review_notice.php:68
267
+ msgid "click here"
268
+ msgstr "clique aqui"
269
+
270
+ #: ../classes/review_notice.php:72
271
+ msgid "Leave a review!"
272
+ msgstr "Deixe uma review!"
273
+
274
+ #: ../classes/review_notice.php:73
275
+ msgid "Permanently hide notice"
276
+ msgstr "Ocultar permanentemente o aviso"
277
+
278
+ #: ../classes/review_notice.php:80
279
+ msgid ""
280
+ "We're sorry to hear that; maybe we can help! If you're having problems "
281
+ "properly setting up %s or if you would like help with some more advanced "
282
+ "features, please visit our %s."
283
+ msgstr "Sentimos muito em ouvir isso; talvez nós podemos ajudar! Se você estiver tendo problemas em configurar o %s ou se estiver interessado em ajudar com funcionalidades mais avançadas, por favor visite nosso %s."
284
+
285
+ #: ../classes/review_notice.php:82
286
+ msgid "documentation page"
287
+ msgstr "página de documentação"
288
+
289
+ #: ../classes/review_notice.php:86
290
+ msgid ""
291
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
292
+ " to access product support through %s!"
293
+ msgstr "Como um usuário do Administrador de Colunas Pro, você pode usar sua conta no site AdminColumns.com para ter acesso ao suporte pelo %s!"
294
+
295
+ #: ../classes/review_notice.php:87
296
+ msgid "our forums"
297
+ msgstr "nossos forums"
298
+
299
+ #: ../classes/review_notice.php:91
300
+ msgid "You can also find help on the %s, and %s."
301
+ msgstr "Você também pode encontrar ajuda no %s, e %s."
302
+
303
+ #: ../classes/review_notice.php:92
304
+ msgid "Admin Columns forums on WordPress.org"
305
+ msgstr "Fórum do Administrador de Colunas no WordPress.org"
306
+
307
+ #: ../classes/review_notice.php:93
308
+ msgid "find answers to some frequently asked questions"
309
+ msgstr "encontre respostas para algumas perguntas frequentes"
310
+
311
+ #: ../classes/settings.php:113
312
+ msgid "Add-on successfully activated."
313
+ msgstr "Add-on ativado com sucesso."
314
+
315
+ #: ../classes/settings.php:116
316
+ msgid "Add-on successfully deactivated."
317
+ msgstr "Add-on desativado com sucesso"
318
+
319
+ #: ../classes/settings.php:170
320
+ msgid "Admin Columns Settings"
321
+ msgstr "Configurações do Admin de Colunas"
322
+
323
+ #: ../classes/settings.php:228
324
+ msgid "%s column is already present and can not be duplicated."
325
+ msgstr "%s coluna já está inclusa e não pode ser duplicada."
326
+
327
+ #: ../classes/settings.php:284
328
+ msgid "Default settings succesfully restored."
329
+ msgstr "Configurações padrão restauradas com sucesso."
330
+
331
+ #: ../classes/settings.php:301
332
+ msgid "Overview"
333
+ msgstr "Overview"
334
+
335
+ #: ../classes/settings.php:304
336
+ msgid ""
337
+ "This plugin is for adding and removing additional columns to the "
338
+ "administration screens for post(types), pages, media library, comments, "
339
+ "links and users. Change the column's label and reorder them."
340
+ msgstr "Este plugin serve para adicionar e remover colunas extras nas telas de administração de posts(tipos), páginas, biblioteca de mídia, comentários, links e usuários. Alterar rótulo da coluna e reordená-los."
341
+
342
+ #: ../classes/settings.php:307
343
+ msgid "Basics"
344
+ msgstr "Básicas"
345
+
346
+ #: ../classes/settings.php:309
347
+ msgid "Change order"
348
+ msgstr "Alterar ordem"
349
+
350
+ #: ../classes/settings.php:310
351
+ msgid ""
352
+ "By dragging the columns you can change the order which they will appear in."
353
+ msgstr "Arrastando as colunas você pode alterar a ordem em que elas aparecem."
354
+
355
+ #: ../classes/settings.php:311
356
+ msgid "Change label"
357
+ msgstr "Alterar label"
358
+
359
+ #: ../classes/settings.php:312
360
+ msgid ""
361
+ "By clicking on the triangle you will see the column options. Here you can "
362
+ "change each label of the columns heading."
363
+ msgstr "Clicando no triângulo você verá as opções da coluna. Você pode alterar cada rótulo do cabeçalho das colunas."
364
+
365
+ #: ../classes/settings.php:313
366
+ msgid "Change column width"
367
+ msgstr "Alterar tamanho da coluna"
368
+
369
+ #: ../classes/settings.php:314
370
+ msgid ""
371
+ "By clicking on the triangle you will see the column options. By using the "
372
+ "draggable slider you can set the width of the columns in percentages."
373
+ msgstr "Clicando no triângulo você verá as opções da coluna. Usando o campo de slider você pode setar a largura da coluna em porcentagem."
374
+
375
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
376
+ #: ../classes/column/custom-field.php23,
377
+ #: ../classes/column/custom-field.php:391
378
+ msgid "Custom Field"
379
+ msgstr "Campo personalizado"
380
+
381
+ #: ../classes/settings.php:320
382
+ msgid "'Custom Field' column"
383
+ msgstr "Coluna 'Campo Personalizado'"
384
+
385
+ #: ../classes/settings.php:321
386
+ msgid ""
387
+ "The custom field colum uses the custom fields from posts and users. There "
388
+ "are 10 types which you can set."
389
+ msgstr "A coluna de campo personalizado usa os campos personalizados dos posts e usuários. Existem 10 tipos que você pode setar."
390
+
391
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
392
+ #: ../classes/column/custom-field.php:95
393
+ msgid "Default"
394
+ msgstr "Padrão"
395
+
396
+ #: ../classes/settings.php:323
397
+ msgid ""
398
+ "Value: Can be either a string or array. Arrays will be flattened and values "
399
+ "are seperated by a ',' comma."
400
+ msgstr "Valor: Pode ser uma string ou array. Arrays serão 'flattened' e seus valores separados por ',' vírgula."
401
+
402
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
403
+ #: ../classes/column/link/image.php:19
404
+ msgid "Image"
405
+ msgstr "Imagem"
406
+
407
+ #: ../classes/settings.php:324
408
+ msgid ""
409
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
410
+ "comma )."
411
+ msgstr "Valor: deverá conter uma URL da imagem ou IDs dos Anexos ( separados por uma ',' vírgula )."
412
+
413
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
414
+ msgid "Excerpt"
415
+ msgstr "Resumo"
416
+
417
+ #: ../classes/settings.php:325
418
+ msgid "Value: This will show the first 20 words of the Post content."
419
+ msgstr "Valor: Mostrará as primeiras 20 palavras do conteúdo do Post."
420
+
421
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
422
+ msgid "Multiple Values"
423
+ msgstr "Vários valores"
424
+
425
+ #: ../classes/settings.php:326
426
+ msgid ""
427
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
428
+ "array."
429
+ msgstr "Valor: Deverá ser um array. Irá 'flatten' qualquer array ( multidimensional )."
430
+
431
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
432
+ msgid "Numeric"
433
+ msgstr "Numerico"
434
+
435
+ #: ../classes/settings.php:327
436
+ msgid ""
437
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
438
+ "for sorting, so you can sort your posts on numeric (custom field) values."
439
+ msgstr "Valor: Apenas números inteiros.<br/>Se você tem o 'addon de ordenação' isso vai ser usado para classificação, de modo que você possa ordenar seus posts em valores numéricos (campo personalizado)."
440
+
441
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
442
+ #: ../classes/column/comment/date.php:19
443
+ msgid "Date"
444
+ msgstr "Data"
445
+
446
+ #: ../classes/settings.php:328
447
+ msgid ""
448
+ "Value: Can be unix time stamp or a date format as described in the <a "
449
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
450
+ "href='%s'>general settings</a> page."
451
+ msgstr "Valor: Pode ser unix timestamp ou um formato de data como relatado no <a href='%s'>Codex</a>. Você pode mudar o formato de saída da data na página de <a href='%s'>configurações</a>."
452
+
453
+ #: ../classes/settings.php:329
454
+ msgid "Post Titles"
455
+ msgstr "Títulos do Post"
456
+
457
+ #: ../classes/settings.php:329
458
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
459
+ msgstr "Valor: pode ser um ou mais Post ID's (separado por ',')."
460
+
461
+ #: ../classes/settings.php:330
462
+ msgid "Usernames"
463
+ msgstr "Usuários"
464
+
465
+ #: ../classes/settings.php:330
466
+ msgid "Value: can be one or more User ID's (seperated by ',')."
467
+ msgstr "Valor: pode ser um ou mais ID's dos Usuários (separado por ',')."
468
+
469
+ #: ../classes/settings.php:331
470
+ msgid "Checkmark"
471
+ msgstr "Checkmark"
472
+
473
+ #: ../classes/settings.php:331
474
+ msgid "Value: should be a 1 (one) or 0 (zero)."
475
+ msgstr "Valor: deverá ser 1 (um) u 0 (zero)."
476
+
477
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
478
+ msgid "Color"
479
+ msgstr "Cor"
480
+
481
+ #: ../classes/settings.php:332
482
+ msgid "Value: hex value color, such as #808080."
483
+ msgstr "Valor: Valor hexadecimal, ex: #808080."
484
+
485
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
486
+ msgid "Counter"
487
+ msgstr "Contador"
488
+
489
+ #: ../classes/settings.php:333
490
+ msgid ""
491
+ "Value: Can be either a string or array. This will display a count of the "
492
+ "number of times the meta key is used by the item."
493
+ msgstr "Valor: Pode ser uma string ou array. Exibirá uma contagem do número de vezes que a 'meta_key' é usada pelo item."
494
+
495
+ #: ../classes/settings.php:422
496
+ msgid "Welcome to Admin Columns"
497
+ msgstr "Bem vindo ao Admin de Colunas"
498
+
499
+ #: ../classes/settings.php:425
500
+ msgid "Thank you for updating to the latest version!"
501
+ msgstr "Obrigado por atualizar para a última versão!"
502
+
503
+ #: ../classes/settings.php:426
504
+ msgid ""
505
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
506
+ "like it."
507
+ msgstr "Admin de Colunas está mais polido e divertido do que nunca. Esperamos que você goste."
508
+
509
+ #: ../classes/settings.php:431
510
+ msgid "What’s New"
511
+ msgstr "O que há de novo"
512
+
513
+ #: ../classes/settings.php:432
514
+ msgid "Changelog"
515
+ msgstr "Log de Mudanças"
516
+
517
+ #: ../classes/settings.php:437
518
+ msgid "Important"
519
+ msgstr "Importante"
520
+
521
+ #: ../classes/settings.php:439
522
+ msgid "Database Changes"
523
+ msgstr "Alterações no banco de dados"
524
+
525
+ #: ../classes/settings.php:440
526
+ msgid ""
527
+ "The database has been changed between versions 1 and 2. But we made sure you"
528
+ " can still roll back to version 1x without any issues."
529
+ msgstr "O banco de dados foi alterado entre as versões 1 e 2, mas nós temos certeza que você pode voltar para a versão 1x sem nenhum problema."
530
+
531
+ #: ../classes/settings.php:443
532
+ msgid "Make sure you backup your database and then click"
533
+ msgstr "Verifique se você realizou o backup do banco de dados antes de continuar"
534
+
535
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
536
+ msgid "Upgrade Database"
537
+ msgstr "Atualização do Banco de Dados"
538
+
539
+ #: ../classes/settings.php:446
540
+ msgid "Potential Issues"
541
+ msgstr "Potenciais Problemas"
542
+
543
+ #: ../classes/settings.php:447
544
+ msgid ""
545
+ "Do to the sizable refactoring the code, surounding Addons and "
546
+ "action/filters, your website may not operate correctly. It is important that"
547
+ " you read the full"
548
+ msgstr "Faça o refatoramento do seu código em torno dos Complementos e ação/filtros, seu website poderá não funcionar corretamente. É importante que você leia por completo"
549
+
550
+ #: ../classes/settings.php:447
551
+ msgid "Migrating from v1 to v2"
552
+ msgstr "Migrando da v1 para v2"
553
+
554
+ #: ../classes/settings.php:447
555
+ msgid "guide to view the full list of changes."
556
+ msgstr "Guia para visualização de todas as alterações."
557
+
558
+ #: ../classes/settings.php:447
559
+ msgid ""
560
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
561
+ "can fix it in the next release."
562
+ msgstr ""
563
+
564
+ #: ../classes/settings.php:450
565
+ msgid "Important!"
566
+ msgstr "Importante!"
567
+
568
+ #: ../classes/settings.php:450
569
+ msgid ""
570
+ "If you updated the Admin Columns plugin without prior knowledge of such "
571
+ "changes, Please roll back to the latest"
572
+ msgstr "Se você atualizou o plugin Admin de Colunas sem o devido conhecimento das mudanças, por favor volte a última versão"
573
+
574
+ #: ../classes/settings.php:450
575
+ msgid "version 1"
576
+ msgstr "versão 1"
577
+
578
+ #: ../classes/settings.php:450
579
+ msgid "of this plugin."
580
+ msgstr "deste plugin."
581
+
582
+ #: ../classes/settings.php:456
583
+ msgid "Changelog for"
584
+ msgstr "Log de alterações para"
585
+
586
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
587
+ msgid "Learn more"
588
+ msgstr "Saiba mais"
589
+
590
+ #: ../classes/settings.php:481
591
+ msgid "Start using Admin Columns"
592
+ msgstr "Comece a usar o Admin de Colunas"
593
+
594
+ #: ../classes/settings.php:500
595
+ msgid "General Settings"
596
+ msgstr "Configurações"
597
+
598
+ #: ../classes/settings.php:501
599
+ msgid "Customize your Admin Columns settings."
600
+ msgstr "Customize as configurações do seu Admin de Colunas."
601
+
602
+ #: ../classes/settings.php:512
603
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
604
+ msgstr "Mostrar botão \"Editar Colunas\" nas telas de administração. Padrão é: <code>ativado</code>"
605
+
606
+ #: ../classes/settings.php:559
607
+ msgid "Restore Settings"
608
+ msgstr "Restaurar Configurações"
609
+
610
+ #: ../classes/settings.php:560
611
+ msgid "This will delete all column settings and restore the default settings."
612
+ msgstr "Apagará todas as configurações de colunas e restaurar a configuração padrão."
613
+
614
+ #: ../classes/settings.php:566
615
+ msgid "Restore default settings"
616
+ msgstr "Restaurar configuração padrão"
617
+
618
+ #: ../classes/settings.php:566
619
+ msgid ""
620
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
621
+ "undone. 'OK' to delete, 'Cancel' to stop"
622
+ msgstr ""
623
+
624
+ #: ../classes/settings.php:582
625
+ msgid "Posttypes"
626
+ msgstr "Tipos de Post"
627
+
628
+ #: ../classes/settings.php:583
629
+ msgid "Others"
630
+ msgstr "Outros"
631
+
632
+ #: ../classes/settings.php:584
633
+ msgid "Taxonomies"
634
+ msgstr "Taxonomias"
635
+
636
+ #: ../classes/settings.php:600
637
+ msgid "Settings"
638
+ msgstr "Configurações"
639
+
640
+ #: ../classes/settings.php:601
641
+ msgid "Add-ons"
642
+ msgstr "Complementos"
643
+
644
+ #: ../classes/settings.php:669
645
+ msgid ""
646
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
647
+ " admin panel."
648
+ msgstr "As colunas para %s são setadas via PHP e portanto não podem ser editadas pelo painel de administração"
649
+
650
+ #: ../classes/settings.php:679
651
+ msgid "Store settings"
652
+ msgstr "Configurações armazenadas"
653
+
654
+ #: ../classes/settings.php:687
655
+ msgid ""
656
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
657
+ " delete, 'Cancel' to stop"
658
+ msgstr ""
659
+
660
+ #: ../classes/settings.php:688
661
+ msgid "Restore"
662
+ msgstr "Restaurar"
663
+
664
+ #: ../classes/settings.php:688
665
+ msgid "columns"
666
+ msgstr "colunas"
667
+
668
+ #: ../classes/settings.php:707
669
+ msgid "Get Admin Columns Pro"
670
+ msgstr "Obter Admin de Colunas Pro"
671
+
672
+ #: ../classes/settings.php:711
673
+ msgid "Add Sorting"
674
+ msgstr "Adicionar Classificação"
675
+
676
+ #: ../classes/settings.php:712
677
+ msgid "Add Filtering"
678
+ msgstr "Adicionar Filtragem"
679
+
680
+ #: ../classes/settings.php:713
681
+ msgid "Add Import/Export"
682
+ msgstr "Adicionar Importar/Exportar"
683
+
684
+ #: ../classes/settings.php:714
685
+ msgid "Add Direct Editing"
686
+ msgstr "Adicionar Edição Direta"
687
+
688
+ #: ../classes/settings.php:717
689
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
690
+ msgstr ""
691
+
692
+ #: ../classes/settings.php:730
693
+ msgid "Subscribe to receive news &amp; updates below."
694
+ msgstr ""
695
+
696
+ #: ../classes/settings.php:737
697
+ msgid "Your Email"
698
+ msgstr ""
699
+
700
+ #: ../classes/settings.php:748
701
+ msgid "Are you happy with Admin Columns?"
702
+ msgstr "Você está feliz com o Administrador de Colunas?"
703
+
704
+ #: ../classes/settings.php:756
705
+ msgid "What's wrong? Need help? Let us know!"
706
+ msgstr "Algum problema? Precisa de ajuda? Deixe-nos saber!"
707
+
708
+ #: ../classes/settings.php:757
709
+ msgid ""
710
+ "Check out our extensive documentation, or you can open a support topic on "
711
+ "WordPress.org!"
712
+ msgstr "Confira a nossa extensa documentação, ou você pode abrir um tópico de suporte no WordPress.org!"
713
+
714
+ #: ../classes/settings.php:765
715
+ msgid "Docs"
716
+ msgstr "Docs"
717
+
718
+ #: ../classes/settings.php:770
719
+ msgid "Forums"
720
+ msgstr "Forums"
721
+
722
+ #: ../classes/settings.php:779
723
+ msgid "Woohoo! We're glad to hear that!"
724
+ msgstr "Woohoo! Estamos felizes em saber disto!"
725
+
726
+ #: ../classes/settings.php:780
727
+ msgid ""
728
+ "We would really love it if you could show your appreciation by giving us a "
729
+ "rating on WordPress.org or tweet about Admin Columns!"
730
+ msgstr "Nós realmente adoraríamos se você puder mostrar seu apreço nos avaliando no WordPress.org ou twittar sobre o Administrador de Colunas!"
731
+
732
+ #: ../classes/settings.php:784
733
+ msgid "Rate"
734
+ msgstr "Avaliar"
735
+
736
+ #: ../classes/settings.php:795
737
+ msgid "Tweet"
738
+ msgstr "Twittar"
739
+
740
+ #: ../classes/settings.php:805
741
+ msgid "Buy Pro"
742
+ msgstr "Comprar versão PRO"
743
+
744
+ #: ../classes/settings.php:817
745
+ msgid "Support"
746
+ msgstr "Suporte"
747
+
748
+ #: ../classes/settings.php:820
749
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
750
+ msgstr "Confira a seção de <strong>Ajuda</strong> no canto superior direito da tela."
751
+
752
+ #: ../classes/settings.php:823
753
+ msgid ""
754
+ "For full documentation, bug reports, feature suggestions and other tips <a "
755
+ "href='%s'>visit the Admin Columns website</a>"
756
+ msgstr "Para a documentação completa, reportação de bugs, sugestões de recursos e outras dicas <a href='%s'>visite o site do Admin de Colunas</a>"
757
+
758
+ #: ../classes/settings.php:852
759
+ msgid "Drag and drop to reorder"
760
+ msgstr "Arrastar e solte para reordenar"
761
+
762
+ #: ../classes/settings.php:855
763
+ msgid "Add Column"
764
+ msgstr "Adicionar Coluna"
765
+
766
+ #: ../classes/settings.php:936
767
+ msgid "Active"
768
+ msgstr "Ativar"
769
+
770
+ #: ../classes/settings.php:937
771
+ msgid "Deactivate"
772
+ msgstr "Desativar"
773
+
774
+ #: ../classes/settings.php:944
775
+ msgid "Installed"
776
+ msgstr "Instalado"
777
+
778
+ #: ../classes/settings.php:945
779
+ msgid "Activate"
780
+ msgstr "Ativado"
781
+
782
+ #: ../classes/settings.php:959
783
+ msgid "Download & Install"
784
+ msgstr "Baixar & Instalar"
785
+
786
+ #: ../classes/settings.php:964
787
+ msgid "Get this add-on"
788
+ msgstr "Obter este complemento"
789
+
790
+ #: ../classes/storage_model.php:262
791
+ msgid "settings succesfully restored."
792
+ msgstr "Configurações foram restauradas com sucesso."
793
+
794
+ #: ../classes/storage_model.php:278
795
+ msgid "No columns settings available."
796
+ msgstr "Nenhuma configuração de colunas disponível."
797
+
798
+ #: ../classes/storage_model.php:299
799
+ msgid "You are trying to store the same settings for %s."
800
+ msgstr "Você está tentando armazenar a mesma configuração para %s."
801
+
802
+ #: ../classes/storage_model.php:303
803
+ msgid "Settings for %s updated successfully."
804
+ msgstr "Ajustes para %s atualizados com sucesso."
805
+
806
+ #: ../classes/storage_model.php:643
807
+ msgid "Columns by Plugins"
808
+ msgstr "Colunas por Plugins"
809
+
810
+ #: ../classes/storage_model.php:862
811
+ msgid "View"
812
+ msgstr "Visualizar"
813
+
814
+ #: ../classes/upgrade.php:62
815
+ msgid ""
816
+ "The pro add-on is no longer supported. Please login to your account and "
817
+ "download Admin Columns Pro"
818
+ msgstr "O add-on pro não é mais suportado. Por favor faça o login na sua conta e realize o download do Administrador de Colunas Pro"
819
+
820
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
821
+ msgid "Upgrade"
822
+ msgstr "Atualização"
823
+
824
+ #: ../classes/upgrade.php:136
825
+ msgid "requires a database upgrade"
826
+ msgstr "exige um upgrade no banco de dados"
827
+
828
+ #: ../classes/upgrade.php:139
829
+ msgid "why?"
830
+ msgstr "Por que?"
831
+
832
+ #: ../classes/upgrade.php:140
833
+ msgid "Please"
834
+ msgstr "Por favor"
835
+
836
+ #: ../classes/upgrade.php:141
837
+ msgid "backup your database"
838
+ msgstr "Faça o backup do seu banco de dados"
839
+
840
+ #: ../classes/upgrade.php:142
841
+ msgid "then click"
842
+ msgstr "e clique"
843
+
844
+ #: ../classes/upgrade.php:351
845
+ msgid "Migrating Column Settings"
846
+ msgstr "Migrando as Configurações de Coluna"
847
+
848
+ #: ../classes/upgrade.php:387
849
+ msgid "No Upgrade Required"
850
+ msgstr "Não é necessária a atualização"
851
+
852
+ #: ../classes/upgrade.php:388
853
+ msgid "Return to welcome screen."
854
+ msgstr "Retornar para a tela de bem-vindo."
855
+
856
+ #: ../classes/upgrade.php:406
857
+ msgid "Upgrade Complete!"
858
+ msgstr "Atualização Completa!"
859
+
860
+ #: ../classes/upgrade.php:406
861
+ msgid "Return to settings."
862
+ msgstr "Retornar para configuração"
863
+
864
+ #: ../classes/upgrade.php:407
865
+ msgid "Error"
866
+ msgstr "Erro"
867
+
868
+ #: ../classes/upgrade.php:408
869
+ msgid ""
870
+ "Sorry. Something went wrong during the upgrade process. Please report this "
871
+ "on the support forum."
872
+ msgstr "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por favor reporte no fórum de suporte."
873
+
874
+ #: ../classes/column/acf-placeholder.php:19
875
+ msgid "ACF Field"
876
+ msgstr "Campo do ACF"
877
+
878
+ #: ../classes/column/acf-placeholder.php:35
879
+ msgid ""
880
+ "If you have a developer licence please download & install your ACF add-on "
881
+ "from the <a href='%s'>add-ons tab</a>."
882
+ msgstr "Se você tem uma licença de desenvolvedor, por favor faça o download e instale o add-on do ACF a partir da <a href='%s'>aba de add-ons</a>."
883
+
884
+ #: ../classes/column/acf-placeholder.php:38
885
+ msgid ""
886
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
887
+ "integeration, allowing you to easily display and edit ACF fields from within"
888
+ " your posts overview."
889
+ msgstr "Admin de Colunas Pro - Desenvolvedor oferece uma integração completa com o Advanced Custom Fields, permitindo você facilmente exibir e editar campos do ACF direto da tela principal de posts."
890
+
891
+ #: ../classes/column/acf-placeholder.php:44
892
+ msgid "Find out more"
893
+ msgstr "Saiba mais."
894
+
895
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
896
+ msgid "Actions"
897
+ msgstr "Ações"
898
+
899
+ #: ../classes/column/actions.php:96
900
+ msgid "Use icons?"
901
+ msgstr "Usar ícones?"
902
+
903
+ #: ../classes/column/actions.php:96
904
+ msgid "Use icons instead of text for displaying the actions."
905
+ msgstr "Usar ícones no lugar de textos para mostrar as ações"
906
+
907
+ #: ../classes/column/custom-field.php:96
908
+ msgid "Checkmark (true/false)"
909
+ msgstr "Checkmark (true/false)"
910
+
911
+ #: ../classes/column/custom-field.php:102
912
+ msgid "Media Library"
913
+ msgstr "Biblioteca de mídia"
914
+
915
+ #: ../classes/column/custom-field.php:105
916
+ msgid "Post Title (Post ID's)"
917
+ msgstr "Título do Post (Post ID's)"
918
+
919
+ #: ../classes/column/custom-field.php:106
920
+ msgid "Username (User ID's)"
921
+ msgstr "Usuário (User ID's)"
922
+
923
+ #: ../classes/column/custom-field.php:107
924
+ msgid "Term Name (Term ID's)"
925
+ msgstr "Nome do Termo (Termo ID's)"
926
+
927
+ #: ../classes/column/custom-field.php:391
928
+ msgid "Select your custom field."
929
+ msgstr "Selecione seu campo personalizado"
930
+
931
+ #: ../classes/column/custom-field.php:401
932
+ msgid "No custom fields available."
933
+ msgstr "Nenhum campo personalizado disponível"
934
+
935
+ #: ../classes/column/custom-field.php:401
936
+ msgid "Please create a %s item first."
937
+ msgstr "Por favor, crie um ítem %s primeiro"
938
+
939
+ #: ../classes/column/custom-field.php:408
940
+ msgid "Field Type"
941
+ msgstr "Tipo de campo"
942
+
943
+ #: ../classes/column/custom-field.php:408
944
+ msgid "This will determine how the value will be displayed."
945
+ msgstr "Isso determinará como o valor será exibido."
946
+
947
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
948
+ msgid "Taxonomy"
949
+ msgstr "Taxonomia"
950
+
951
+ #: ../classes/column/used-by-menu.php:20
952
+ msgid "Used by Menu"
953
+ msgstr "Usado pelo Menu"
954
+
955
+ #: ../classes/column/used-by-menu.php:133
956
+ msgid "Link to menu"
957
+ msgstr "Link para o menu"
958
+
959
+ #: ../classes/column/used-by-menu.php:133
960
+ msgid "This will make the title link to the menu."
961
+ msgstr "Isso fará o link do título para o menu."
962
+
963
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
964
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
965
+ msgid "ID"
966
+ msgstr "ID"
967
+
968
+ #: ../classes/column/comment/agent.php:19
969
+ msgid "Agent"
970
+ msgstr "Agente"
971
+
972
+ #: ../classes/column/comment/approved.php19,
973
+ #: ../classes/column/post/comment-count.php:35
974
+ msgid "Approved"
975
+ msgstr "Aprovado"
976
+
977
+ #: ../classes/column/comment/author-avatar.php:19
978
+ msgid "Avatar"
979
+ msgstr "Avatar"
980
+
981
+ #: ../classes/column/comment/author-email.php:19
982
+ msgid "Author email"
983
+ msgstr "Email do autor"
984
+
985
+ #: ../classes/column/comment/author-ip.php:19
986
+ msgid "Author IP"
987
+ msgstr "IP do autor"
988
+
989
+ #: ../classes/column/comment/author-name.php:12
990
+ msgid "Author name"
991
+ msgstr "Nome do autor"
992
+
993
+ #: ../classes/column/comment/author-url.php:19
994
+ msgid "Author url"
995
+ msgstr "Url do autor"
996
+
997
+ #: ../classes/column/comment/author.php:19
998
+ msgid "Author"
999
+ msgstr "Autor"
1000
+
1001
+ #: ../classes/column/comment/date-gmt.php:19
1002
+ msgid "Date GMT"
1003
+ msgstr "Data GMT"
1004
+
1005
+ #: ../classes/column/comment/excerpt.php19,
1006
+ #: ../classes/column/post/content.php:19
1007
+ msgid "Content"
1008
+ msgstr "Conteúdo"
1009
+
1010
+ #: ../classes/column/comment/post.php:19
1011
+ msgid "Post"
1012
+ msgstr ""
1013
+
1014
+ #: ../classes/column/comment/reply-to.php:19
1015
+ msgid "In Reply To"
1016
+ msgstr "Em resposta à"
1017
+
1018
+ #: ../classes/column/comment/user.php:11
1019
+ msgid "User"
1020
+ msgstr "Usuário"
1021
+
1022
+ #: ../classes/column/comment/word-count.php19,
1023
+ #: ../classes/column/post/word-count.php:19
1024
+ msgid "Word count"
1025
+ msgstr "Contador de palavras"
1026
+
1027
+ #: ../classes/column/media/alternate-text.php:19
1028
+ msgid "Alt"
1029
+ msgstr "Alt"
1030
+
1031
+ #: ../classes/column/media/attached-to.php:19
1032
+ msgid "Attached to post"
1033
+ msgstr "Anexar ao post"
1034
+
1035
+ #: ../classes/column/media/available-sizes.php:20
1036
+ msgid "Available Sizes"
1037
+ msgstr "Tamanhos disponíveis"
1038
+
1039
+ #: ../classes/column/media/available-sizes.php:40
1040
+ msgid "full size"
1041
+ msgstr "Tamanho completo"
1042
+
1043
+ #: ../classes/column/media/caption.php19,
1044
+ #: ../classes/column/media/exif-data.php:41
1045
+ msgid "Caption"
1046
+ msgstr "Subtítulo"
1047
+
1048
+ #: ../classes/column/media/description.php19,
1049
+ #: ../classes/column/link/description.php19,
1050
+ #: ../classes/column/user/description.php:19
1051
+ msgid "Description"
1052
+ msgstr "Descrição"
1053
+
1054
+ #: ../classes/column/media/dimensions.php:19
1055
+ msgid "Dimensions"
1056
+ msgstr "Dimensões"
1057
+
1058
+ #: ../classes/column/media/exif-data.php:19
1059
+ msgid "EXIF data"
1060
+ msgstr "Dados EXIF"
1061
+
1062
+ #: ../classes/column/media/exif-data.php:38
1063
+ msgid "Aperture"
1064
+ msgstr "Abertura"
1065
+
1066
+ #: ../classes/column/media/exif-data.php:39
1067
+ msgid "Credit"
1068
+ msgstr "Crédito"
1069
+
1070
+ #: ../classes/column/media/exif-data.php:40
1071
+ msgid "Camera"
1072
+ msgstr "Câmera"
1073
+
1074
+ #: ../classes/column/media/exif-data.php:42
1075
+ msgid "Timestamp"
1076
+ msgstr "Timestamp"
1077
+
1078
+ #: ../classes/column/media/exif-data.php:43
1079
+ msgid "Copyright EXIF"
1080
+ msgstr "EXIF Copyright"
1081
+
1082
+ #: ../classes/column/media/exif-data.php:44
1083
+ msgid "Focal Length"
1084
+ msgstr "Distância Focal"
1085
+
1086
+ #: ../classes/column/media/exif-data.php:45
1087
+ msgid "ISO"
1088
+ msgstr "ISO"
1089
+
1090
+ #: ../classes/column/media/exif-data.php:46
1091
+ msgid "Shutter Speed"
1092
+ msgstr "Velocidade do obturador"
1093
+
1094
+ #: ../classes/column/media/exif-data.php:47
1095
+ msgid "Title"
1096
+ msgstr "Título"
1097
+
1098
+ #: ../classes/column/media/file-name.php:19
1099
+ msgid "File name"
1100
+ msgstr "Nome do arquivo"
1101
+
1102
+ #: ../classes/column/media/file-size.php:19
1103
+ msgid "File size"
1104
+ msgstr "Tamanho do arquivo"
1105
+
1106
+ #: ../classes/column/media/full-path.php19,
1107
+ #: ../classes/column/media/full-path.php:92
1108
+ msgid "Full path"
1109
+ msgstr "Caminho completo"
1110
+
1111
+ #: ../classes/column/media/full-path.php:83
1112
+ msgid "Path scope"
1113
+ msgstr "Extensão do caminho"
1114
+
1115
+ #: ../classes/column/media/full-path.php:84
1116
+ msgid "Part of the file path to display"
1117
+ msgstr "Parte do caminho do arquivo para exibir"
1118
+
1119
+ #: ../classes/column/media/full-path.php:97
1120
+ msgid "Relative to domain"
1121
+ msgstr "Relativo ao domínio"
1122
+
1123
+ #: ../classes/column/media/full-path.php:102
1124
+ msgid "Relative to main uploads folder "
1125
+ msgstr "Relativo à pasta principal de upload"
1126
+
1127
+ #: ../classes/column/media/height.php:19
1128
+ msgid "Height"
1129
+ msgstr "Altura"
1130
+
1131
+ #: ../classes/column/media/mime-type.php:19
1132
+ msgid "Mime type"
1133
+ msgstr "Mime type"
1134
+
1135
+ #: ../classes/column/post/attachment-count.php:19
1136
+ msgid "No. of Attachments"
1137
+ msgstr "No. de Anexos"
1138
+
1139
+ #: ../classes/column/post/attachment.php:19
1140
+ msgid "Attachments"
1141
+ msgstr "Anexos"
1142
+
1143
+ #: ../classes/column/post/author-name.php:20
1144
+ msgid "Display Author As"
1145
+ msgstr "Exibir Autor Como"
1146
+
1147
+ #: ../classes/column/post/author-name.php:100
1148
+ msgid "View Public Author Page"
1149
+ msgstr ""
1150
+
1151
+ #: ../classes/column/post/author-name.php:102
1152
+ msgid "Page the author name should link to."
1153
+ msgstr ""
1154
+
1155
+ #: ../classes/column/post/before-moretag.php:19
1156
+ msgid "Before More Tag"
1157
+ msgstr "Antes de Mais Tag"
1158
+
1159
+ #: ../classes/column/post/comment-count.php:20
1160
+ msgid "Comment count"
1161
+ msgstr "Contagem de Comentário"
1162
+
1163
+ #: ../classes/column/post/comment-count.php:34
1164
+ msgid "Total"
1165
+ msgstr "Total"
1166
+
1167
+ #: ../classes/column/post/comment-count.php:36
1168
+ msgid "Pending"
1169
+ msgstr "Pendente"
1170
+
1171
+ #: ../classes/column/post/comment-count.php:37
1172
+ msgid "Spam"
1173
+ msgstr "Spam"
1174
+
1175
+ #: ../classes/column/post/comment-count.php:38
1176
+ msgid "Trash"
1177
+ msgstr "Lixeira"
1178
+
1179
+ #: ../classes/column/post/comment-count.php99,
1180
+ #: ../classes/column/post/comment-status.php:20
1181
+ msgid "Comment status"
1182
+ msgstr "Status do Comentário"
1183
+
1184
+ #: ../classes/column/post/comment-count.php:99
1185
+ msgid "Select which comment status you like to display."
1186
+ msgstr "Selecione qual status de comentário para exibição."
1187
+
1188
+ #: ../classes/column/post/depth.php:19
1189
+ msgid "Depth"
1190
+ msgstr "Profundidade"
1191
+
1192
+ #: ../classes/column/post/estimated-reading-time.php:19
1193
+ msgid "Estimated Reading Time"
1194
+ msgstr "Tempo Estimado de Leitura"
1195
+
1196
+ #: ../classes/column/post/estimated-reading-time.php:66
1197
+ msgid "second"
1198
+ msgid_plural "seconds"
1199
+ msgstr[0] "segundo"
1200
+ msgstr[1] "segundos"
1201
+
1202
+ #: ../classes/column/post/estimated-reading-time.php:69
1203
+ msgid "minute"
1204
+ msgid_plural "minutes"
1205
+ msgstr[0] "minuto"
1206
+ msgstr[1] "minutos"
1207
+
1208
+ #: ../classes/column/post/estimated-reading-time.php:107
1209
+ msgid "Words per minute"
1210
+ msgstr "Palavras por minuto"
1211
+
1212
+ #: ../classes/column/post/estimated-reading-time.php:108
1213
+ msgid "Estimated reading time in words per minute"
1214
+ msgstr "Tempo estimado de leitura em palavras por minuto"
1215
+
1216
+ #: ../classes/column/post/featured-image.php:19
1217
+ msgid "Featured Image"
1218
+ msgstr "Imagem Destacada"
1219
+
1220
+ #: ../classes/column/post/formats.php:19
1221
+ msgid "Post Format"
1222
+ msgstr "Formato do Post"
1223
+
1224
+ #: ../classes/column/post/last-modified-author.php:20
1225
+ msgid "Last Modified Author"
1226
+ msgstr "Último Autor Modificado"
1227
+
1228
+ #: ../classes/column/post/modified.php:19
1229
+ msgid "Last modified"
1230
+ msgstr "Última modificação"
1231
+
1232
+ #: ../classes/column/post/order.php:19
1233
+ msgid "Order"
1234
+ msgstr "Ordem"
1235
+
1236
+ #: ../classes/column/post/page-template.php:19
1237
+ msgid "Page Template"
1238
+ msgstr "Template da Página"
1239
+
1240
+ #: ../classes/column/post/parent.php:19
1241
+ msgid "Parent"
1242
+ msgstr "Pai"
1243
+
1244
+ #: ../classes/column/post/path.php:19
1245
+ msgid "Path"
1246
+ msgstr "Caminho"
1247
+
1248
+ #: ../classes/column/post/permalink.php:19
1249
+ msgid "Permalink"
1250
+ msgstr "Permalink"
1251
+
1252
+ #: ../classes/column/post/permalink.php:68
1253
+ msgid "Link to post"
1254
+ msgstr "Link para o post"
1255
+
1256
+ #: ../classes/column/post/permalink.php:68
1257
+ msgid "This will make the permalink clickable."
1258
+ msgstr "Isso fará com que o permalink seja clicável."
1259
+
1260
+ #: ../classes/column/post/ping-status.php:19
1261
+ msgid "Ping status"
1262
+ msgstr "Ping status"
1263
+
1264
+ #: ../classes/column/post/roles.php:19
1265
+ msgid "Roles"
1266
+ msgstr "Regras"
1267
+
1268
+ #: ../classes/column/post/shortcodes.php:19
1269
+ msgid "Shortcodes"
1270
+ msgstr "Shortcodes"
1271
+
1272
+ #: ../classes/column/post/slug.php:19
1273
+ msgid "Slug"
1274
+ msgstr "Slug"
1275
+
1276
+ #: ../classes/column/post/status.php:21
1277
+ msgid "Status"
1278
+ msgstr "Status"
1279
+
1280
+ #: ../classes/column/post/sticky.php:19
1281
+ msgid "Sticky"
1282
+ msgstr "Sticky"
1283
+
1284
+ #: ../classes/column/post/title-raw.php:19
1285
+ msgid "Title without actions"
1286
+ msgstr "Título sem ações"
1287
+
1288
+ #: ../classes/column/link/length.php:19
1289
+ msgid "Length"
1290
+ msgstr "Quantidade"
1291
+
1292
+ #: ../classes/column/link/notes.php:19
1293
+ msgid "Notes"
1294
+ msgstr "Notas"
1295
+
1296
+ #: ../classes/column/link/owner.php:19
1297
+ msgid "Owner"
1298
+ msgstr "Proprietário"
1299
+
1300
+ #: ../classes/column/link/rss.php:19
1301
+ msgid "Rss"
1302
+ msgstr "Rss"
1303
+
1304
+ #: ../classes/column/link/target.php:19
1305
+ msgid "Target"
1306
+ msgstr "Alvo"
1307
+
1308
+ #: ../classes/column/user/display-name.php:19
1309
+ msgid "Display name"
1310
+ msgstr "Nome de exibição"
1311
+
1312
+ #: ../classes/column/user/first-name.php:19
1313
+ msgid "First name"
1314
+ msgstr "Primeiro nome"
1315
+
1316
+ #: ../classes/column/user/last-name.php:19
1317
+ msgid "Last name"
1318
+ msgstr "Sobrenome"
1319
+
1320
+ #: ../classes/column/user/post-count.php:19
1321
+ msgid "Post Count"
1322
+ msgstr "Contador de Post"
1323
+
1324
+ #: ../classes/column/user/post-count.php:89
1325
+ msgid "Post Type"
1326
+ msgstr "Tipo de Post"
1327
+
1328
+ #: ../classes/column/user/registered.php:19
1329
+ msgid "Registered"
1330
+ msgstr "Registrado"
1331
+
1332
+ #: ../classes/column/user/rich-editing.php:19
1333
+ msgid "Visual Editor"
1334
+ msgstr "Editor Visual"
1335
+
1336
+ #: ../classes/column/user/url.php:19
1337
+ msgid "Url"
1338
+ msgstr "Url"
languages/codepress-admin-columns-ru_RU.po ADDED
@@ -0,0 +1,1339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Admin Columns\n"
7
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
8
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
9
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
10
+ "Language-Team: Russian (http://www.transifex.com/codepress/admin-columns/language/ru/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: ru\n"
15
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
20
+ "X-Poedit-SourceCharset: UTF-8\n"
21
+
22
+ #: ../codepress-admin-columns.php:451
23
+ msgid "Edit columns"
24
+ msgstr "Редактировать столбцы"
25
+
26
+ #: ../classes/addons.php:110
27
+ msgid "Plugins"
28
+ msgstr ""
29
+
30
+ #: ../classes/addons.php:135
31
+ msgid "Advanced Custom Fields"
32
+ msgstr "Advanced Custom Fields"
33
+
34
+ #: ../classes/addons.php:136
35
+ msgid ""
36
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
37
+ "seconds!"
38
+ msgstr "Показать и изменить поля Advanced Custom Fields в обзорах записей в считанные секунды!"
39
+
40
+ #: ../classes/addons.php:141
41
+ msgid "WooCommerce"
42
+ msgstr ""
43
+
44
+ #: ../classes/addons.php:142
45
+ msgid ""
46
+ "Enhance the products, orders and coupons overviews with new columns and "
47
+ "inline editing."
48
+ msgstr ""
49
+
50
+ #: ../classes/column.php:624
51
+ msgid "Thumbnail"
52
+ msgstr "Миниатюра"
53
+
54
+ #: ../classes/column.php:625
55
+ msgid "Medium"
56
+ msgstr "Средний"
57
+
58
+ #: ../classes/column.php:626
59
+ msgid "Large"
60
+ msgstr "Большой"
61
+
62
+ #: ../classes/column.php:627
63
+ msgid "Full"
64
+ msgstr "Полный"
65
+
66
+ #: ../classes/column.php:1059
67
+ msgid "Exact match"
68
+ msgstr ""
69
+
70
+ #: ../classes/column.php:1060
71
+ msgid "Lesser than"
72
+ msgstr ""
73
+
74
+ #: ../classes/column.php:1061
75
+ msgid "Greater than"
76
+ msgstr ""
77
+
78
+ #: ../classes/column.php:1062
79
+ msgid "Between"
80
+ msgstr ""
81
+
82
+ #: ../classes/column.php:1089
83
+ msgid "Date Format"
84
+ msgstr "Формат даты"
85
+
86
+ #: ../classes/column.php:1090
87
+ msgid "This will determine how the date will be displayed."
88
+ msgstr "Это определяет отображение даты."
89
+
90
+ #: ../classes/column.php:1096
91
+ msgid "Example:"
92
+ msgstr "Пример:"
93
+
94
+ #: ../classes/column.php:1098
95
+ msgid ""
96
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
97
+ " format here</a>."
98
+ msgstr ""
99
+
100
+ #: ../classes/column.php:1099
101
+ msgid "Documentation on date and time formatting."
102
+ msgstr "Документация по форматированию даты и времени."
103
+
104
+ #: ../classes/column.php:1113
105
+ msgid "Excerpt length"
106
+ msgstr "Длина отрывка"
107
+
108
+ #: ../classes/column.php:1114
109
+ msgid "Number of words"
110
+ msgstr "Количество слов"
111
+
112
+ #: ../classes/column.php:1132
113
+ msgid "Preview size"
114
+ msgstr "Размер просмотра"
115
+
116
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
117
+ msgid "Custom"
118
+ msgstr "Пользовательский"
119
+
120
+ #: ../classes/column.php1152, ../classes/column.php:1328
121
+ msgid "width"
122
+ msgstr "ширина"
123
+
124
+ #: ../classes/column.php:1155
125
+ msgid "height"
126
+ msgstr "высота"
127
+
128
+ #: ../classes/column.php:1167
129
+ msgid "Before"
130
+ msgstr "Перед"
131
+
132
+ #: ../classes/column.php:1167
133
+ msgid "This text will appear before the custom field value."
134
+ msgstr "Этот текст появится перед значением настраиваемого поля."
135
+
136
+ #: ../classes/column.php:1168
137
+ msgid "After"
138
+ msgstr "После"
139
+
140
+ #: ../classes/column.php:1168
141
+ msgid "This text will appear after the custom field value."
142
+ msgstr "Этот текст появится перед значением настраиваемого поля."
143
+
144
+ #: ../classes/column.php:1177
145
+ msgid "Display Name"
146
+ msgstr "Отображаемое имя"
147
+
148
+ #: ../classes/column.php1178, ../classes/settings.php:733
149
+ msgid "First Name"
150
+ msgstr "Имя"
151
+
152
+ #: ../classes/column.php:1179
153
+ msgid "Last Name"
154
+ msgstr "Фамилия"
155
+
156
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
157
+ msgid "Nickname"
158
+ msgstr "Ник"
159
+
160
+ #: ../classes/column.php:1181
161
+ msgid "User Login"
162
+ msgstr "Логин пользователя"
163
+
164
+ #: ../classes/column.php:1182
165
+ msgid "User Email"
166
+ msgstr "Email пользователя"
167
+
168
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
169
+ msgid "User ID"
170
+ msgstr "ID пользователя"
171
+
172
+ #: ../classes/column.php:1184
173
+ msgid "First and Last Name"
174
+ msgstr "Имя и Фамилия"
175
+
176
+ #: ../classes/column.php:1187
177
+ msgid "Display format"
178
+ msgstr ""
179
+
180
+ #: ../classes/column.php:1187
181
+ msgid "This is the format of the author name."
182
+ msgstr "Формат имени автора."
183
+
184
+ #: ../classes/column.php:1350
185
+ msgid "Edit"
186
+ msgstr "Редактировать"
187
+
188
+ #: ../classes/column.php1352, ../classes/column.php:1444
189
+ msgid "Clone"
190
+ msgstr ""
191
+
192
+ #: ../classes/column.php:1354
193
+ msgid "Remove"
194
+ msgstr "Удалить"
195
+
196
+ #: ../classes/column.php1372, ../classes/column.php1372,
197
+ #: ../classes/column/custom-field.php408,
198
+ #: ../classes/column/comment/type.php:13
199
+ msgid "Type"
200
+ msgstr "Тип"
201
+
202
+ #: ../classes/column.php:1372
203
+ msgid "Choose a column type."
204
+ msgstr "Выбрать тип колонки"
205
+
206
+ #: ../classes/column.php:1372
207
+ msgid "Name"
208
+ msgstr ""
209
+
210
+ #: ../classes/column.php:1382
211
+ msgid "Label"
212
+ msgstr "Метка"
213
+
214
+ #: ../classes/column.php:1382
215
+ msgid "This is the name which will appear as the column header."
216
+ msgstr "Это имя, которое будет отображаться в качестве заголовка столбца."
217
+
218
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
219
+ msgid "Width"
220
+ msgstr "Ширина"
221
+
222
+ #: ../classes/column.php:1391
223
+ msgid "default"
224
+ msgstr "по умолчанию"
225
+
226
+ #: ../classes/column.php:1392
227
+ msgid "auto"
228
+ msgstr ""
229
+
230
+ #: ../classes/column.php:1466
231
+ msgid "Property To Display"
232
+ msgstr ""
233
+
234
+ #: ../classes/column.php:1472
235
+ msgid "Post property to display for related post(s)."
236
+ msgstr ""
237
+
238
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
239
+ msgid "Link To"
240
+ msgstr ""
241
+
242
+ #: ../classes/column.php:1489
243
+ msgid "Edit Post Author"
244
+ msgstr ""
245
+
246
+ #: ../classes/column.php:1490
247
+ msgid "View Public Post Author Page"
248
+ msgstr ""
249
+
250
+ #: ../classes/column.php:1492
251
+ msgid "Page the posts should link to."
252
+ msgstr ""
253
+
254
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
255
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
256
+ msgid "Admin Columns"
257
+ msgstr "Admin Columns"
258
+
259
+ #: ../classes/review_notice.php:58
260
+ msgid "Admin Columns Pro"
261
+ msgstr ""
262
+
263
+ #: ../classes/review_notice.php:68
264
+ msgid "click here"
265
+ msgstr ""
266
+
267
+ #: ../classes/review_notice.php:72
268
+ msgid "Leave a review!"
269
+ msgstr ""
270
+
271
+ #: ../classes/review_notice.php:73
272
+ msgid "Permanently hide notice"
273
+ msgstr ""
274
+
275
+ #: ../classes/review_notice.php:80
276
+ msgid ""
277
+ "We're sorry to hear that; maybe we can help! If you're having problems "
278
+ "properly setting up %s or if you would like help with some more advanced "
279
+ "features, please visit our %s."
280
+ msgstr ""
281
+
282
+ #: ../classes/review_notice.php:82
283
+ msgid "documentation page"
284
+ msgstr ""
285
+
286
+ #: ../classes/review_notice.php:86
287
+ msgid ""
288
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
289
+ " to access product support through %s!"
290
+ msgstr ""
291
+
292
+ #: ../classes/review_notice.php:87
293
+ msgid "our forums"
294
+ msgstr ""
295
+
296
+ #: ../classes/review_notice.php:91
297
+ msgid "You can also find help on the %s, and %s."
298
+ msgstr ""
299
+
300
+ #: ../classes/review_notice.php:92
301
+ msgid "Admin Columns forums on WordPress.org"
302
+ msgstr ""
303
+
304
+ #: ../classes/review_notice.php:93
305
+ msgid "find answers to some frequently asked questions"
306
+ msgstr ""
307
+
308
+ #: ../classes/settings.php:113
309
+ msgid "Add-on successfully activated."
310
+ msgstr "Дополнение успешно активировано."
311
+
312
+ #: ../classes/settings.php:116
313
+ msgid "Add-on successfully deactivated."
314
+ msgstr "Дополнение успешно деактивировано."
315
+
316
+ #: ../classes/settings.php:170
317
+ msgid "Admin Columns Settings"
318
+ msgstr "Настройки Admin Columns"
319
+
320
+ #: ../classes/settings.php:228
321
+ msgid "%s column is already present and can not be duplicated."
322
+ msgstr "%s колонка уже существует и не может быть продублирована."
323
+
324
+ #: ../classes/settings.php:284
325
+ msgid "Default settings succesfully restored."
326
+ msgstr "Настройки по умолчанию успешно восстановлены."
327
+
328
+ #: ../classes/settings.php:301
329
+ msgid "Overview"
330
+ msgstr "Обзор"
331
+
332
+ #: ../classes/settings.php:304
333
+ msgid ""
334
+ "This plugin is for adding and removing additional columns to the "
335
+ "administration screens for post(types), pages, media library, comments, "
336
+ "links and users. Change the column's label and reorder them."
337
+ msgstr "Этот плагин предназначен для добавления и удаления дополнительных столбцов на экраны администрирования для записей, страниц, библиотеки, комментариев, ссылок и пользователей. Изменяйте метки столбцов и изменяйте их порядок."
338
+
339
+ #: ../classes/settings.php:307
340
+ msgid "Basics"
341
+ msgstr "Основы"
342
+
343
+ #: ../classes/settings.php:309
344
+ msgid "Change order"
345
+ msgstr "Изменить порядок"
346
+
347
+ #: ../classes/settings.php:310
348
+ msgid ""
349
+ "By dragging the columns you can change the order which they will appear in."
350
+ msgstr "Перетаскивая столбцы, Вы можете изменить порядок их расположения."
351
+
352
+ #: ../classes/settings.php:311
353
+ msgid "Change label"
354
+ msgstr "Изменить метку"
355
+
356
+ #: ../classes/settings.php:312
357
+ msgid ""
358
+ "By clicking on the triangle you will see the column options. Here you can "
359
+ "change each label of the columns heading."
360
+ msgstr "Нажав на треугольник, вы увидите настройки колонки. Здесь вы можете изменить метки заголовков колонок."
361
+
362
+ #: ../classes/settings.php:313
363
+ msgid "Change column width"
364
+ msgstr "Изменить ширину столбца"
365
+
366
+ #: ../classes/settings.php:314
367
+ msgid ""
368
+ "By clicking on the triangle you will see the column options. By using the "
369
+ "draggable slider you can set the width of the columns in percentages."
370
+ msgstr "Нажав на треугольник вы увидите настройки колонки. С помощью перетаскивания ползунка можно установить ширину столбцов в процентах."
371
+
372
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
373
+ #: ../classes/column/custom-field.php23,
374
+ #: ../classes/column/custom-field.php:391
375
+ msgid "Custom Field"
376
+ msgstr "Пользовательское поле"
377
+
378
+ #: ../classes/settings.php:320
379
+ msgid "'Custom Field' column"
380
+ msgstr "Столбец 'Custom Field'"
381
+
382
+ #: ../classes/settings.php:321
383
+ msgid ""
384
+ "The custom field colum uses the custom fields from posts and users. There "
385
+ "are 10 types which you can set."
386
+ msgstr "Столбец пользовательского поля использует поля постов и пользователей. Существует 10 типов, которые вы можете установить."
387
+
388
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
389
+ #: ../classes/column/custom-field.php:95
390
+ msgid "Default"
391
+ msgstr "По умолчанию"
392
+
393
+ #: ../classes/settings.php:323
394
+ msgid ""
395
+ "Value: Can be either a string or array. Arrays will be flattened and values "
396
+ "are seperated by a ',' comma."
397
+ msgstr "Значение: Может быть строкой или массивом. Массив будет сведен и значения будут разделяться ',' запятой."
398
+
399
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
400
+ #: ../classes/column/link/image.php:19
401
+ msgid "Image"
402
+ msgstr "Изображение"
403
+
404
+ #: ../classes/settings.php:324
405
+ msgid ""
406
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
407
+ "comma )."
408
+ msgstr "Значение: должно содержать URL изображения или Attachment IDs, (разделенные ',' запятой)."
409
+
410
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
411
+ msgid "Excerpt"
412
+ msgstr "Отрывок"
413
+
414
+ #: ../classes/settings.php:325
415
+ msgid "Value: This will show the first 20 words of the Post content."
416
+ msgstr "Значение: Это покажет первые 20 слов содержания поста."
417
+
418
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
419
+ msgid "Multiple Values"
420
+ msgstr "Несколько значений"
421
+
422
+ #: ../classes/settings.php:326
423
+ msgid ""
424
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
425
+ "array."
426
+ msgstr "Значение: должно быть массивом. Будут сведены любые многомерные масиивы."
427
+
428
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
429
+ msgid "Numeric"
430
+ msgstr "Числовой"
431
+
432
+ #: ../classes/settings.php:327
433
+ msgid ""
434
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
435
+ "for sorting, so you can sort your posts on numeric (custom field) values."
436
+ msgstr "Значение:. Целые только <br/> Если у вас есть 'сортировочный аддон', то будут использоваться для сортировки, так что вы можете сортировать свои сообщения по числовым значениям пользовательских полей."
437
+
438
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
439
+ #: ../classes/column/comment/date.php:19
440
+ msgid "Date"
441
+ msgstr "Дата"
442
+
443
+ #: ../classes/settings.php:328
444
+ msgid ""
445
+ "Value: Can be unix time stamp or a date format as described in the <a "
446
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
447
+ "href='%s'>general settings</a> page."
448
+ msgstr "Value: Может быть Unix-штамп времени или формат даты, как описано в <a href='%s'>Кодексе</a>. Вы можете изменить выходной формат даты на странице <a href='%s'>общих настроек</a>."
449
+
450
+ #: ../classes/settings.php:329
451
+ msgid "Post Titles"
452
+ msgstr "Заголовки постов"
453
+
454
+ #: ../classes/settings.php:329
455
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
456
+ msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
457
+
458
+ #: ../classes/settings.php:330
459
+ msgid "Usernames"
460
+ msgstr "Имена пользователей"
461
+
462
+ #: ../classes/settings.php:330
463
+ msgid "Value: can be one or more User ID's (seperated by ',')."
464
+ msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
465
+
466
+ #: ../classes/settings.php:331
467
+ msgid "Checkmark"
468
+ msgstr "Галочка"
469
+
470
+ #: ../classes/settings.php:331
471
+ msgid "Value: should be a 1 (one) or 0 (zero)."
472
+ msgstr "Значение: должно быть 1 или 0."
473
+
474
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
475
+ msgid "Color"
476
+ msgstr "Цвет"
477
+
478
+ #: ../classes/settings.php:332
479
+ msgid "Value: hex value color, such as #808080."
480
+ msgstr "Значение: значение цвета в HEX-формате, например #808080."
481
+
482
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
483
+ msgid "Counter"
484
+ msgstr "Счетчик"
485
+
486
+ #: ../classes/settings.php:333
487
+ msgid ""
488
+ "Value: Can be either a string or array. This will display a count of the "
489
+ "number of times the meta key is used by the item."
490
+ msgstr "Значение: Может быть строкой или массивом. Это покажет какое количества раз мета ключ использовался объектом."
491
+
492
+ #: ../classes/settings.php:422
493
+ msgid "Welcome to Admin Columns"
494
+ msgstr "Добро пожаловать в Admin Columns"
495
+
496
+ #: ../classes/settings.php:425
497
+ msgid "Thank you for updating to the latest version!"
498
+ msgstr "Спасибо за обновление до последней версии!"
499
+
500
+ #: ../classes/settings.php:426
501
+ msgid ""
502
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
503
+ "like it."
504
+ msgstr "Admin Columns сейчас более изысканный и приятный, чем когда-либо прежде. Мы надеемся, вам понравится."
505
+
506
+ #: ../classes/settings.php:431
507
+ msgid "What’s New"
508
+ msgstr "Что нового"
509
+
510
+ #: ../classes/settings.php:432
511
+ msgid "Changelog"
512
+ msgstr "История изменений"
513
+
514
+ #: ../classes/settings.php:437
515
+ msgid "Important"
516
+ msgstr "Важно"
517
+
518
+ #: ../classes/settings.php:439
519
+ msgid "Database Changes"
520
+ msgstr "Изменения базы данных"
521
+
522
+ #: ../classes/settings.php:440
523
+ msgid ""
524
+ "The database has been changed between versions 1 and 2. But we made sure you"
525
+ " can still roll back to version 1x without any issues."
526
+ msgstr "База данных была изменена между версиями 1 и 2. Но мы убедились, что вы все еще можете вернуться к версии 1х без каких-либо проблем."
527
+
528
+ #: ../classes/settings.php:443
529
+ msgid "Make sure you backup your database and then click"
530
+ msgstr "Убедитесь, что вы сделали резервную копию базы данных, а затем нажмите"
531
+
532
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
533
+ msgid "Upgrade Database"
534
+ msgstr "Обновить базу данных"
535
+
536
+ #: ../classes/settings.php:446
537
+ msgid "Potential Issues"
538
+ msgstr "Потенциальные проблемы"
539
+
540
+ #: ../classes/settings.php:447
541
+ msgid ""
542
+ "Do to the sizable refactoring the code, surounding Addons and "
543
+ "action/filters, your website may not operate correctly. It is important that"
544
+ " you read the full"
545
+ msgstr "Сделав значительную реорганизацию кода плагинов и фильтров, ваш сайт может работать неправильно. Важно, чтобы вы прочитали полное"
546
+
547
+ #: ../classes/settings.php:447
548
+ msgid "Migrating from v1 to v2"
549
+ msgstr "Переход от v1 до v2"
550
+
551
+ #: ../classes/settings.php:447
552
+ msgid "guide to view the full list of changes."
553
+ msgstr "руководство, чтобы увидеть полный список изменений."
554
+
555
+ #: ../classes/settings.php:447
556
+ msgid ""
557
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
558
+ "can fix it in the next release."
559
+ msgstr ""
560
+
561
+ #: ../classes/settings.php:450
562
+ msgid "Important!"
563
+ msgstr "Важно!"
564
+
565
+ #: ../classes/settings.php:450
566
+ msgid ""
567
+ "If you updated the Admin Columns plugin without prior knowledge of such "
568
+ "changes, Please roll back to the latest"
569
+ msgstr "Если вы обновили плагин Admin Columns без предварительного знания о таких изменениях, пожалуйста сделайте откат к последней"
570
+
571
+ #: ../classes/settings.php:450
572
+ msgid "version 1"
573
+ msgstr "версии 1"
574
+
575
+ #: ../classes/settings.php:450
576
+ msgid "of this plugin."
577
+ msgstr "этого плагина."
578
+
579
+ #: ../classes/settings.php:456
580
+ msgid "Changelog for"
581
+ msgstr "История изменений для"
582
+
583
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
584
+ msgid "Learn more"
585
+ msgstr "Изучить больше"
586
+
587
+ #: ../classes/settings.php:481
588
+ msgid "Start using Admin Columns"
589
+ msgstr "начать, используя Admin Columns"
590
+
591
+ #: ../classes/settings.php:500
592
+ msgid "General Settings"
593
+ msgstr "Общие настройки"
594
+
595
+ #: ../classes/settings.php:501
596
+ msgid "Customize your Admin Columns settings."
597
+ msgstr "Настроить параметры Admin Columns."
598
+
599
+ #: ../classes/settings.php:512
600
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
601
+ msgstr ""
602
+
603
+ #: ../classes/settings.php:559
604
+ msgid "Restore Settings"
605
+ msgstr "Восстановить настройки"
606
+
607
+ #: ../classes/settings.php:560
608
+ msgid "This will delete all column settings and restore the default settings."
609
+ msgstr "Это удалит все настройки столбцов и восстановит настройки по умолчанию."
610
+
611
+ #: ../classes/settings.php:566
612
+ msgid "Restore default settings"
613
+ msgstr "Восстановить настройки по умолчанию"
614
+
615
+ #: ../classes/settings.php:566
616
+ msgid ""
617
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
618
+ "undone. 'OK' to delete, 'Cancel' to stop"
619
+ msgstr ""
620
+
621
+ #: ../classes/settings.php:582
622
+ msgid "Posttypes"
623
+ msgstr "Типы постов"
624
+
625
+ #: ../classes/settings.php:583
626
+ msgid "Others"
627
+ msgstr "Другое"
628
+
629
+ #: ../classes/settings.php:584
630
+ msgid "Taxonomies"
631
+ msgstr "Таксономии"
632
+
633
+ #: ../classes/settings.php:600
634
+ msgid "Settings"
635
+ msgstr "Настройки"
636
+
637
+ #: ../classes/settings.php:601
638
+ msgid "Add-ons"
639
+ msgstr "Дополнения"
640
+
641
+ #: ../classes/settings.php:669
642
+ msgid ""
643
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
644
+ " admin panel."
645
+ msgstr ""
646
+
647
+ #: ../classes/settings.php:679
648
+ msgid "Store settings"
649
+ msgstr "Настройки памяти"
650
+
651
+ #: ../classes/settings.php:687
652
+ msgid ""
653
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
654
+ " delete, 'Cancel' to stop"
655
+ msgstr ""
656
+
657
+ #: ../classes/settings.php:688
658
+ msgid "Restore"
659
+ msgstr "Восстановить"
660
+
661
+ #: ../classes/settings.php:688
662
+ msgid "columns"
663
+ msgstr "столбцы"
664
+
665
+ #: ../classes/settings.php:707
666
+ msgid "Get Admin Columns Pro"
667
+ msgstr "Получить Admin Columns Pro"
668
+
669
+ #: ../classes/settings.php:711
670
+ msgid "Add Sorting"
671
+ msgstr "Добавить сортировку"
672
+
673
+ #: ../classes/settings.php:712
674
+ msgid "Add Filtering"
675
+ msgstr "Добавить фильтрацию"
676
+
677
+ #: ../classes/settings.php:713
678
+ msgid "Add Import/Export"
679
+ msgstr "Добавить Импорт/Экспорт"
680
+
681
+ #: ../classes/settings.php:714
682
+ msgid "Add Direct Editing"
683
+ msgstr "Добавить Прямое редактирование"
684
+
685
+ #: ../classes/settings.php:717
686
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
687
+ msgstr ""
688
+
689
+ #: ../classes/settings.php:730
690
+ msgid "Subscribe to receive news &amp; updates below."
691
+ msgstr ""
692
+
693
+ #: ../classes/settings.php:737
694
+ msgid "Your Email"
695
+ msgstr ""
696
+
697
+ #: ../classes/settings.php:748
698
+ msgid "Are you happy with Admin Columns?"
699
+ msgstr ""
700
+
701
+ #: ../classes/settings.php:756
702
+ msgid "What's wrong? Need help? Let us know!"
703
+ msgstr ""
704
+
705
+ #: ../classes/settings.php:757
706
+ msgid ""
707
+ "Check out our extensive documentation, or you can open a support topic on "
708
+ "WordPress.org!"
709
+ msgstr ""
710
+
711
+ #: ../classes/settings.php:765
712
+ msgid "Docs"
713
+ msgstr ""
714
+
715
+ #: ../classes/settings.php:770
716
+ msgid "Forums"
717
+ msgstr ""
718
+
719
+ #: ../classes/settings.php:779
720
+ msgid "Woohoo! We're glad to hear that!"
721
+ msgstr ""
722
+
723
+ #: ../classes/settings.php:780
724
+ msgid ""
725
+ "We would really love it if you could show your appreciation by giving us a "
726
+ "rating on WordPress.org or tweet about Admin Columns!"
727
+ msgstr ""
728
+
729
+ #: ../classes/settings.php:784
730
+ msgid "Rate"
731
+ msgstr ""
732
+
733
+ #: ../classes/settings.php:795
734
+ msgid "Tweet"
735
+ msgstr ""
736
+
737
+ #: ../classes/settings.php:805
738
+ msgid "Buy Pro"
739
+ msgstr ""
740
+
741
+ #: ../classes/settings.php:817
742
+ msgid "Support"
743
+ msgstr "Поддержка"
744
+
745
+ #: ../classes/settings.php:820
746
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
747
+ msgstr "Проверьте раздел <strong>Помощь</strong> в правом верхнем углу."
748
+
749
+ #: ../classes/settings.php:823
750
+ msgid ""
751
+ "For full documentation, bug reports, feature suggestions and other tips <a "
752
+ "href='%s'>visit the Admin Columns website</a>"
753
+ msgstr "Для получения полной документации, отчетов об ошибках, особых предложений и других материалов <a href='%s'>посетите сайт Admin Columns</a>"
754
+
755
+ #: ../classes/settings.php:852
756
+ msgid "Drag and drop to reorder"
757
+ msgstr "Перетащите, чтобы изменить порядок"
758
+
759
+ #: ../classes/settings.php:855
760
+ msgid "Add Column"
761
+ msgstr "Добавить столбец"
762
+
763
+ #: ../classes/settings.php:936
764
+ msgid "Active"
765
+ msgstr "Активно"
766
+
767
+ #: ../classes/settings.php:937
768
+ msgid "Deactivate"
769
+ msgstr "Деактивировать"
770
+
771
+ #: ../classes/settings.php:944
772
+ msgid "Installed"
773
+ msgstr "Установлено"
774
+
775
+ #: ../classes/settings.php:945
776
+ msgid "Activate"
777
+ msgstr "Активировать"
778
+
779
+ #: ../classes/settings.php:959
780
+ msgid "Download & Install"
781
+ msgstr "Загрузить и установить"
782
+
783
+ #: ../classes/settings.php:964
784
+ msgid "Get this add-on"
785
+ msgstr "Получить это дополнение"
786
+
787
+ #: ../classes/storage_model.php:262
788
+ msgid "settings succesfully restored."
789
+ msgstr "настройки успешно восстановлены."
790
+
791
+ #: ../classes/storage_model.php:278
792
+ msgid "No columns settings available."
793
+ msgstr "Нет доступных настроек столбцов."
794
+
795
+ #: ../classes/storage_model.php:299
796
+ msgid "You are trying to store the same settings for %s."
797
+ msgstr "Вы пытаетесь сохранить те же настройки для %s."
798
+
799
+ #: ../classes/storage_model.php:303
800
+ msgid "Settings for %s updated successfully."
801
+ msgstr ""
802
+
803
+ #: ../classes/storage_model.php:643
804
+ msgid "Columns by Plugins"
805
+ msgstr ""
806
+
807
+ #: ../classes/storage_model.php:862
808
+ msgid "View"
809
+ msgstr "Смотреть"
810
+
811
+ #: ../classes/upgrade.php:62
812
+ msgid ""
813
+ "The pro add-on is no longer supported. Please login to your account and "
814
+ "download Admin Columns Pro"
815
+ msgstr ""
816
+
817
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
818
+ msgid "Upgrade"
819
+ msgstr "Обновить"
820
+
821
+ #: ../classes/upgrade.php:136
822
+ msgid "requires a database upgrade"
823
+ msgstr "требуется обновление базы данных"
824
+
825
+ #: ../classes/upgrade.php:139
826
+ msgid "why?"
827
+ msgstr "почему?"
828
+
829
+ #: ../classes/upgrade.php:140
830
+ msgid "Please"
831
+ msgstr "Пожалуйста"
832
+
833
+ #: ../classes/upgrade.php:141
834
+ msgid "backup your database"
835
+ msgstr "создайте резервную копию базы данных"
836
+
837
+ #: ../classes/upgrade.php:142
838
+ msgid "then click"
839
+ msgstr "затем нажмите"
840
+
841
+ #: ../classes/upgrade.php:351
842
+ msgid "Migrating Column Settings"
843
+ msgstr "Перенос настроек столбцов"
844
+
845
+ #: ../classes/upgrade.php:387
846
+ msgid "No Upgrade Required"
847
+ msgstr "Обновление не требуется"
848
+
849
+ #: ../classes/upgrade.php:388
850
+ msgid "Return to welcome screen."
851
+ msgstr "Вернуться на начальный экран."
852
+
853
+ #: ../classes/upgrade.php:406
854
+ msgid "Upgrade Complete!"
855
+ msgstr "Обновление завершено!"
856
+
857
+ #: ../classes/upgrade.php:406
858
+ msgid "Return to settings."
859
+ msgstr "Возврат к настройкам."
860
+
861
+ #: ../classes/upgrade.php:407
862
+ msgid "Error"
863
+ msgstr "Ошибка"
864
+
865
+ #: ../classes/upgrade.php:408
866
+ msgid ""
867
+ "Sorry. Something went wrong during the upgrade process. Please report this "
868
+ "on the support forum."
869
+ msgstr "Извините. Что-то пошло не так во время процесса обновления. Пожалуйста, сообщите об этом на форуме поддержки."
870
+
871
+ #: ../classes/column/acf-placeholder.php:19
872
+ msgid "ACF Field"
873
+ msgstr "Поле ACF"
874
+
875
+ #: ../classes/column/acf-placeholder.php:35
876
+ msgid ""
877
+ "If you have a developer licence please download & install your ACF add-on "
878
+ "from the <a href='%s'>add-ons tab</a>."
879
+ msgstr "Если Вы имеете лицензию разработчика, пожалуйста, загрузите и утановите Ваш ACF add-on по ссылке <a href='%s'>add-ons tab</a>."
880
+
881
+ #: ../classes/column/acf-placeholder.php:38
882
+ msgid ""
883
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
884
+ "integeration, allowing you to easily display and edit ACF fields from within"
885
+ " your posts overview."
886
+ msgstr "Admin Columns Pro - Разработчик предлагает полную интеграцию Advanced Custom Fields, что позволяет легко просматривать и редактировать ACF поля из вашего обзора сообщений."
887
+
888
+ #: ../classes/column/acf-placeholder.php:44
889
+ msgid "Find out more"
890
+ msgstr "Узнайте больше"
891
+
892
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
893
+ msgid "Actions"
894
+ msgstr "действия"
895
+
896
+ #: ../classes/column/actions.php:96
897
+ msgid "Use icons?"
898
+ msgstr ""
899
+
900
+ #: ../classes/column/actions.php:96
901
+ msgid "Use icons instead of text for displaying the actions."
902
+ msgstr ""
903
+
904
+ #: ../classes/column/custom-field.php:96
905
+ msgid "Checkmark (true/false)"
906
+ msgstr "Галочка (true/false)"
907
+
908
+ #: ../classes/column/custom-field.php:102
909
+ msgid "Media Library"
910
+ msgstr "Медиа библиотека"
911
+
912
+ #: ../classes/column/custom-field.php:105
913
+ msgid "Post Title (Post ID's)"
914
+ msgstr "Заголовок поста (Post ID's)"
915
+
916
+ #: ../classes/column/custom-field.php:106
917
+ msgid "Username (User ID's)"
918
+ msgstr "Имя пользователя (User ID's)"
919
+
920
+ #: ../classes/column/custom-field.php:107
921
+ msgid "Term Name (Term ID's)"
922
+ msgstr ""
923
+
924
+ #: ../classes/column/custom-field.php:391
925
+ msgid "Select your custom field."
926
+ msgstr "Выберитрать пользовательское поле."
927
+
928
+ #: ../classes/column/custom-field.php:401
929
+ msgid "No custom fields available."
930
+ msgstr "Нет доступных пользовательских полей."
931
+
932
+ #: ../classes/column/custom-field.php:401
933
+ msgid "Please create a %s item first."
934
+ msgstr ""
935
+
936
+ #: ../classes/column/custom-field.php:408
937
+ msgid "Field Type"
938
+ msgstr "Тип поля"
939
+
940
+ #: ../classes/column/custom-field.php:408
941
+ msgid "This will determine how the value will be displayed."
942
+ msgstr "От этого будет зависеть, как будет отображаться значение."
943
+
944
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
945
+ msgid "Taxonomy"
946
+ msgstr "Таксономия"
947
+
948
+ #: ../classes/column/used-by-menu.php:20
949
+ msgid "Used by Menu"
950
+ msgstr ""
951
+
952
+ #: ../classes/column/used-by-menu.php:133
953
+ msgid "Link to menu"
954
+ msgstr ""
955
+
956
+ #: ../classes/column/used-by-menu.php:133
957
+ msgid "This will make the title link to the menu."
958
+ msgstr ""
959
+
960
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
961
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
962
+ msgid "ID"
963
+ msgstr "ID"
964
+
965
+ #: ../classes/column/comment/agent.php:19
966
+ msgid "Agent"
967
+ msgstr "Агент"
968
+
969
+ #: ../classes/column/comment/approved.php19,
970
+ #: ../classes/column/post/comment-count.php:35
971
+ msgid "Approved"
972
+ msgstr "Утверждено"
973
+
974
+ #: ../classes/column/comment/author-avatar.php:19
975
+ msgid "Avatar"
976
+ msgstr "Аватар"
977
+
978
+ #: ../classes/column/comment/author-email.php:19
979
+ msgid "Author email"
980
+ msgstr "Email автора"
981
+
982
+ #: ../classes/column/comment/author-ip.php:19
983
+ msgid "Author IP"
984
+ msgstr "IP автора"
985
+
986
+ #: ../classes/column/comment/author-name.php:12
987
+ msgid "Author name"
988
+ msgstr ""
989
+
990
+ #: ../classes/column/comment/author-url.php:19
991
+ msgid "Author url"
992
+ msgstr "URL автора"
993
+
994
+ #: ../classes/column/comment/author.php:19
995
+ msgid "Author"
996
+ msgstr "Автор"
997
+
998
+ #: ../classes/column/comment/date-gmt.php:19
999
+ msgid "Date GMT"
1000
+ msgstr "Дата GMT"
1001
+
1002
+ #: ../classes/column/comment/excerpt.php19,
1003
+ #: ../classes/column/post/content.php:19
1004
+ msgid "Content"
1005
+ msgstr ""
1006
+
1007
+ #: ../classes/column/comment/post.php:19
1008
+ msgid "Post"
1009
+ msgstr ""
1010
+
1011
+ #: ../classes/column/comment/reply-to.php:19
1012
+ msgid "In Reply To"
1013
+ msgstr "В ответ на"
1014
+
1015
+ #: ../classes/column/comment/user.php:11
1016
+ msgid "User"
1017
+ msgstr ""
1018
+
1019
+ #: ../classes/column/comment/word-count.php19,
1020
+ #: ../classes/column/post/word-count.php:19
1021
+ msgid "Word count"
1022
+ msgstr "Счетчик слов"
1023
+
1024
+ #: ../classes/column/media/alternate-text.php:19
1025
+ msgid "Alt"
1026
+ msgstr "Вариант"
1027
+
1028
+ #: ../classes/column/media/attached-to.php:19
1029
+ msgid "Attached to post"
1030
+ msgstr ""
1031
+
1032
+ #: ../classes/column/media/available-sizes.php:20
1033
+ msgid "Available Sizes"
1034
+ msgstr "Доступные размеры"
1035
+
1036
+ #: ../classes/column/media/available-sizes.php:40
1037
+ msgid "full size"
1038
+ msgstr "полный размер"
1039
+
1040
+ #: ../classes/column/media/caption.php19,
1041
+ #: ../classes/column/media/exif-data.php:41
1042
+ msgid "Caption"
1043
+ msgstr "Подпись"
1044
+
1045
+ #: ../classes/column/media/description.php19,
1046
+ #: ../classes/column/link/description.php19,
1047
+ #: ../classes/column/user/description.php:19
1048
+ msgid "Description"
1049
+ msgstr "Описание"
1050
+
1051
+ #: ../classes/column/media/dimensions.php:19
1052
+ msgid "Dimensions"
1053
+ msgstr "Размеры"
1054
+
1055
+ #: ../classes/column/media/exif-data.php:19
1056
+ msgid "EXIF data"
1057
+ msgstr "EXIF данные"
1058
+
1059
+ #: ../classes/column/media/exif-data.php:38
1060
+ msgid "Aperture"
1061
+ msgstr "Апертура"
1062
+
1063
+ #: ../classes/column/media/exif-data.php:39
1064
+ msgid "Credit"
1065
+ msgstr "Кредит"
1066
+
1067
+ #: ../classes/column/media/exif-data.php:40
1068
+ msgid "Camera"
1069
+ msgstr "Камера"
1070
+
1071
+ #: ../classes/column/media/exif-data.php:42
1072
+ msgid "Timestamp"
1073
+ msgstr "Временной штамп"
1074
+
1075
+ #: ../classes/column/media/exif-data.php:43
1076
+ msgid "Copyright EXIF"
1077
+ msgstr "Copyright EXIF"
1078
+
1079
+ #: ../classes/column/media/exif-data.php:44
1080
+ msgid "Focal Length"
1081
+ msgstr "Фокусное расстояние"
1082
+
1083
+ #: ../classes/column/media/exif-data.php:45
1084
+ msgid "ISO"
1085
+ msgstr "ISO"
1086
+
1087
+ #: ../classes/column/media/exif-data.php:46
1088
+ msgid "Shutter Speed"
1089
+ msgstr "Скорость затвора"
1090
+
1091
+ #: ../classes/column/media/exif-data.php:47
1092
+ msgid "Title"
1093
+ msgstr "Заголовок"
1094
+
1095
+ #: ../classes/column/media/file-name.php:19
1096
+ msgid "File name"
1097
+ msgstr "Имя файла"
1098
+
1099
+ #: ../classes/column/media/file-size.php:19
1100
+ msgid "File size"
1101
+ msgstr "Размер файла"
1102
+
1103
+ #: ../classes/column/media/full-path.php19,
1104
+ #: ../classes/column/media/full-path.php:92
1105
+ msgid "Full path"
1106
+ msgstr "Полный путь"
1107
+
1108
+ #: ../classes/column/media/full-path.php:83
1109
+ msgid "Path scope"
1110
+ msgstr ""
1111
+
1112
+ #: ../classes/column/media/full-path.php:84
1113
+ msgid "Part of the file path to display"
1114
+ msgstr ""
1115
+
1116
+ #: ../classes/column/media/full-path.php:97
1117
+ msgid "Relative to domain"
1118
+ msgstr ""
1119
+
1120
+ #: ../classes/column/media/full-path.php:102
1121
+ msgid "Relative to main uploads folder "
1122
+ msgstr ""
1123
+
1124
+ #: ../classes/column/media/height.php:19
1125
+ msgid "Height"
1126
+ msgstr "Высота"
1127
+
1128
+ #: ../classes/column/media/mime-type.php:19
1129
+ msgid "Mime type"
1130
+ msgstr "MIME тип"
1131
+
1132
+ #: ../classes/column/post/attachment-count.php:19
1133
+ msgid "No. of Attachments"
1134
+ msgstr "Кол-во приложений"
1135
+
1136
+ #: ../classes/column/post/attachment.php:19
1137
+ msgid "Attachments"
1138
+ msgstr ""
1139
+
1140
+ #: ../classes/column/post/author-name.php:20
1141
+ msgid "Display Author As"
1142
+ msgstr "Показать автора как"
1143
+
1144
+ #: ../classes/column/post/author-name.php:100
1145
+ msgid "View Public Author Page"
1146
+ msgstr ""
1147
+
1148
+ #: ../classes/column/post/author-name.php:102
1149
+ msgid "Page the author name should link to."
1150
+ msgstr ""
1151
+
1152
+ #: ../classes/column/post/before-moretag.php:19
1153
+ msgid "Before More Tag"
1154
+ msgstr "Перед тэгом \"Подробнее\""
1155
+
1156
+ #: ../classes/column/post/comment-count.php:20
1157
+ msgid "Comment count"
1158
+ msgstr "Счетчик комментариев"
1159
+
1160
+ #: ../classes/column/post/comment-count.php:34
1161
+ msgid "Total"
1162
+ msgstr "Всего"
1163
+
1164
+ #: ../classes/column/post/comment-count.php:36
1165
+ msgid "Pending"
1166
+ msgstr "В ожидании"
1167
+
1168
+ #: ../classes/column/post/comment-count.php:37
1169
+ msgid "Spam"
1170
+ msgstr "Спам"
1171
+
1172
+ #: ../classes/column/post/comment-count.php:38
1173
+ msgid "Trash"
1174
+ msgstr "Корзина"
1175
+
1176
+ #: ../classes/column/post/comment-count.php99,
1177
+ #: ../classes/column/post/comment-status.php:20
1178
+ msgid "Comment status"
1179
+ msgstr "Статус комментария"
1180
+
1181
+ #: ../classes/column/post/comment-count.php:99
1182
+ msgid "Select which comment status you like to display."
1183
+ msgstr "Выберите статус комментария для отображения."
1184
+
1185
+ #: ../classes/column/post/depth.php:19
1186
+ msgid "Depth"
1187
+ msgstr ""
1188
+
1189
+ #: ../classes/column/post/estimated-reading-time.php:19
1190
+ msgid "Estimated Reading Time"
1191
+ msgstr ""
1192
+
1193
+ #: ../classes/column/post/estimated-reading-time.php:66
1194
+ msgid "second"
1195
+ msgid_plural "seconds"
1196
+ msgstr[0] ""
1197
+ msgstr[1] ""
1198
+ msgstr[2] ""
1199
+ msgstr[3] ""
1200
+
1201
+ #: ../classes/column/post/estimated-reading-time.php:69
1202
+ msgid "minute"
1203
+ msgid_plural "minutes"
1204
+ msgstr[0] ""
1205
+ msgstr[1] ""
1206
+ msgstr[2] ""
1207
+ msgstr[3] ""
1208
+
1209
+ #: ../classes/column/post/estimated-reading-time.php:107
1210
+ msgid "Words per minute"
1211
+ msgstr ""
1212
+
1213
+ #: ../classes/column/post/estimated-reading-time.php:108
1214
+ msgid "Estimated reading time in words per minute"
1215
+ msgstr ""
1216
+
1217
+ #: ../classes/column/post/featured-image.php:19
1218
+ msgid "Featured Image"
1219
+ msgstr "Рекомендуемые изображения"
1220
+
1221
+ #: ../classes/column/post/formats.php:19
1222
+ msgid "Post Format"
1223
+ msgstr "Формат сообщения"
1224
+
1225
+ #: ../classes/column/post/last-modified-author.php:20
1226
+ msgid "Last Modified Author"
1227
+ msgstr ""
1228
+
1229
+ #: ../classes/column/post/modified.php:19
1230
+ msgid "Last modified"
1231
+ msgstr "Изменен"
1232
+
1233
+ #: ../classes/column/post/order.php:19
1234
+ msgid "Order"
1235
+ msgstr ""
1236
+
1237
+ #: ../classes/column/post/page-template.php:19
1238
+ msgid "Page Template"
1239
+ msgstr "Шаблон страницы"
1240
+
1241
+ #: ../classes/column/post/parent.php:19
1242
+ msgid "Parent"
1243
+ msgstr "Родитель"
1244
+
1245
+ #: ../classes/column/post/path.php:19
1246
+ msgid "Path"
1247
+ msgstr ""
1248
+
1249
+ #: ../classes/column/post/permalink.php:19
1250
+ msgid "Permalink"
1251
+ msgstr "Постоянная ссылка"
1252
+
1253
+ #: ../classes/column/post/permalink.php:68
1254
+ msgid "Link to post"
1255
+ msgstr ""
1256
+
1257
+ #: ../classes/column/post/permalink.php:68
1258
+ msgid "This will make the permalink clickable."
1259
+ msgstr ""
1260
+
1261
+ #: ../classes/column/post/ping-status.php:19
1262
+ msgid "Ping status"
1263
+ msgstr "Ping статус"
1264
+
1265
+ #: ../classes/column/post/roles.php:19
1266
+ msgid "Roles"
1267
+ msgstr "Роли"
1268
+
1269
+ #: ../classes/column/post/shortcodes.php:19
1270
+ msgid "Shortcodes"
1271
+ msgstr ""
1272
+
1273
+ #: ../classes/column/post/slug.php:19
1274
+ msgid "Slug"
1275
+ msgstr "Ссылка"
1276
+
1277
+ #: ../classes/column/post/status.php:21
1278
+ msgid "Status"
1279
+ msgstr "Статус"
1280
+
1281
+ #: ../classes/column/post/sticky.php:19
1282
+ msgid "Sticky"
1283
+ msgstr "Липучка"
1284
+
1285
+ #: ../classes/column/post/title-raw.php:19
1286
+ msgid "Title without actions"
1287
+ msgstr ""
1288
+
1289
+ #: ../classes/column/link/length.php:19
1290
+ msgid "Length"
1291
+ msgstr "Длина"
1292
+
1293
+ #: ../classes/column/link/notes.php:19
1294
+ msgid "Notes"
1295
+ msgstr "Примечания"
1296
+
1297
+ #: ../classes/column/link/owner.php:19
1298
+ msgid "Owner"
1299
+ msgstr "Владелец"
1300
+
1301
+ #: ../classes/column/link/rss.php:19
1302
+ msgid "Rss"
1303
+ msgstr "RSS"
1304
+
1305
+ #: ../classes/column/link/target.php:19
1306
+ msgid "Target"
1307
+ msgstr "Цель"
1308
+
1309
+ #: ../classes/column/user/display-name.php:19
1310
+ msgid "Display name"
1311
+ msgstr ""
1312
+
1313
+ #: ../classes/column/user/first-name.php:19
1314
+ msgid "First name"
1315
+ msgstr "Имя"
1316
+
1317
+ #: ../classes/column/user/last-name.php:19
1318
+ msgid "Last name"
1319
+ msgstr "Фамилия"
1320
+
1321
+ #: ../classes/column/user/post-count.php:19
1322
+ msgid "Post Count"
1323
+ msgstr "Счетчик сообщений"
1324
+
1325
+ #: ../classes/column/user/post-count.php:89
1326
+ msgid "Post Type"
1327
+ msgstr "Тип сообщения"
1328
+
1329
+ #: ../classes/column/user/registered.php:19
1330
+ msgid "Registered"
1331
+ msgstr "Зарегестрировано"
1332
+
1333
+ #: ../classes/column/user/rich-editing.php:19
1334
+ msgid "Visual Editor"
1335
+ msgstr ""
1336
+
1337
+ #: ../classes/column/user/url.php:19
1338
+ msgid "Url"
1339
+ msgstr "URL"
languages/codepress-admin-columns-sv_SE.po ADDED
@@ -0,0 +1,1337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # Fredrik Andersson <fidde.andersson@telia.com>, 2013-2015
5
+ # Tobias Schutter <info@codepress.nl>, 2013
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Admin Columns\n"
9
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
10
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
11
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
12
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/codepress/admin-columns/language/sv_SE/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: sv_SE\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+
24
+ #: ../codepress-admin-columns.php:451
25
+ msgid "Edit columns"
26
+ msgstr "Redigera kolumner"
27
+
28
+ #: ../classes/addons.php:110
29
+ msgid "Plugins"
30
+ msgstr "Tillägg"
31
+
32
+ #: ../classes/addons.php:135
33
+ msgid "Advanced Custom Fields"
34
+ msgstr "Advanced Custom Fields"
35
+
36
+ #: ../classes/addons.php:136
37
+ msgid ""
38
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
39
+ "seconds!"
40
+ msgstr "Visa och redigera Advanced Custom Fields fält vid inläggets överblick på några sekunder! "
41
+
42
+ #: ../classes/addons.php:141
43
+ msgid "WooCommerce"
44
+ msgstr "WooCommerce"
45
+
46
+ #: ../classes/addons.php:142
47
+ msgid ""
48
+ "Enhance the products, orders and coupons overviews with new columns and "
49
+ "inline editing."
50
+ msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
51
+
52
+ #: ../classes/column.php:624
53
+ msgid "Thumbnail"
54
+ msgstr "Miniatyrer"
55
+
56
+ #: ../classes/column.php:625
57
+ msgid "Medium"
58
+ msgstr "Mellan"
59
+
60
+ #: ../classes/column.php:626
61
+ msgid "Large"
62
+ msgstr "Stor"
63
+
64
+ #: ../classes/column.php:627
65
+ msgid "Full"
66
+ msgstr "Hel"
67
+
68
+ #: ../classes/column.php:1059
69
+ msgid "Exact match"
70
+ msgstr ""
71
+
72
+ #: ../classes/column.php:1060
73
+ msgid "Lesser than"
74
+ msgstr ""
75
+
76
+ #: ../classes/column.php:1061
77
+ msgid "Greater than"
78
+ msgstr ""
79
+
80
+ #: ../classes/column.php:1062
81
+ msgid "Between"
82
+ msgstr ""
83
+
84
+ #: ../classes/column.php:1089
85
+ msgid "Date Format"
86
+ msgstr "Datumformat"
87
+
88
+ #: ../classes/column.php:1090
89
+ msgid "This will determine how the date will be displayed."
90
+ msgstr "Detta kommer att avgöra hur datumet ska visas."
91
+
92
+ #: ../classes/column.php:1096
93
+ msgid "Example:"
94
+ msgstr "Exempel:"
95
+
96
+ #: ../classes/column.php:1098
97
+ msgid ""
98
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
99
+ " format here</a>."
100
+ msgstr ""
101
+
102
+ #: ../classes/column.php:1099
103
+ msgid "Documentation on date and time formatting."
104
+ msgstr "Dokumentation om datum och tid formatering."
105
+
106
+ #: ../classes/column.php:1113
107
+ msgid "Excerpt length"
108
+ msgstr "Utdragens längd"
109
+
110
+ #: ../classes/column.php:1114
111
+ msgid "Number of words"
112
+ msgstr "Antal ord"
113
+
114
+ #: ../classes/column.php:1132
115
+ msgid "Preview size"
116
+ msgstr "Förhandsgranska storlek"
117
+
118
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
119
+ msgid "Custom"
120
+ msgstr "Anpassad"
121
+
122
+ #: ../classes/column.php1152, ../classes/column.php:1328
123
+ msgid "width"
124
+ msgstr "bredd"
125
+
126
+ #: ../classes/column.php:1155
127
+ msgid "height"
128
+ msgstr "höjd"
129
+
130
+ #: ../classes/column.php:1167
131
+ msgid "Before"
132
+ msgstr "Innan"
133
+
134
+ #: ../classes/column.php:1167
135
+ msgid "This text will appear before the custom field value."
136
+ msgstr "Denna text kommer att visas innan det anpassade fältet värde."
137
+
138
+ #: ../classes/column.php:1168
139
+ msgid "After"
140
+ msgstr "Efter"
141
+
142
+ #: ../classes/column.php:1168
143
+ msgid "This text will appear after the custom field value."
144
+ msgstr "Denna text kommer att visas efter det anpassade fältet värde."
145
+
146
+ #: ../classes/column.php:1177
147
+ msgid "Display Name"
148
+ msgstr "Visa namn"
149
+
150
+ #: ../classes/column.php1178, ../classes/settings.php:733
151
+ msgid "First Name"
152
+ msgstr "Förnamn"
153
+
154
+ #: ../classes/column.php:1179
155
+ msgid "Last Name"
156
+ msgstr "Efternamn"
157
+
158
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
159
+ msgid "Nickname"
160
+ msgstr "Smeknamn"
161
+
162
+ #: ../classes/column.php:1181
163
+ msgid "User Login"
164
+ msgstr "Användare Loggin"
165
+
166
+ #: ../classes/column.php:1182
167
+ msgid "User Email"
168
+ msgstr "Användare Email"
169
+
170
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
171
+ msgid "User ID"
172
+ msgstr "Användar-ID"
173
+
174
+ #: ../classes/column.php:1184
175
+ msgid "First and Last Name"
176
+ msgstr "Förnamn och efternamn"
177
+
178
+ #: ../classes/column.php:1187
179
+ msgid "Display format"
180
+ msgstr "Visa format"
181
+
182
+ #: ../classes/column.php:1187
183
+ msgid "This is the format of the author name."
184
+ msgstr "Detta är formatet på författarens namn."
185
+
186
+ #: ../classes/column.php:1350
187
+ msgid "Edit"
188
+ msgstr "Redigera"
189
+
190
+ #: ../classes/column.php1352, ../classes/column.php:1444
191
+ msgid "Clone"
192
+ msgstr "Klona"
193
+
194
+ #: ../classes/column.php:1354
195
+ msgid "Remove"
196
+ msgstr "Ta bort"
197
+
198
+ #: ../classes/column.php1372, ../classes/column.php1372,
199
+ #: ../classes/column/custom-field.php408,
200
+ #: ../classes/column/comment/type.php:13
201
+ msgid "Type"
202
+ msgstr "Typ"
203
+
204
+ #: ../classes/column.php:1372
205
+ msgid "Choose a column type."
206
+ msgstr "Välj en kolumntyp."
207
+
208
+ #: ../classes/column.php:1372
209
+ msgid "Name"
210
+ msgstr "Namn"
211
+
212
+ #: ../classes/column.php:1382
213
+ msgid "Label"
214
+ msgstr "Etikett"
215
+
216
+ #: ../classes/column.php:1382
217
+ msgid "This is the name which will appear as the column header."
218
+ msgstr "Detta är det namn som kommer att visas som kolumnrubriken."
219
+
220
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
221
+ msgid "Width"
222
+ msgstr "Bredd"
223
+
224
+ #: ../classes/column.php:1391
225
+ msgid "default"
226
+ msgstr "standard"
227
+
228
+ #: ../classes/column.php:1392
229
+ msgid "auto"
230
+ msgstr "auto"
231
+
232
+ #: ../classes/column.php:1466
233
+ msgid "Property To Display"
234
+ msgstr ""
235
+
236
+ #: ../classes/column.php:1472
237
+ msgid "Post property to display for related post(s)."
238
+ msgstr ""
239
+
240
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
241
+ msgid "Link To"
242
+ msgstr ""
243
+
244
+ #: ../classes/column.php:1489
245
+ msgid "Edit Post Author"
246
+ msgstr ""
247
+
248
+ #: ../classes/column.php:1490
249
+ msgid "View Public Post Author Page"
250
+ msgstr ""
251
+
252
+ #: ../classes/column.php:1492
253
+ msgid "Page the posts should link to."
254
+ msgstr ""
255
+
256
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
257
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
258
+ msgid "Admin Columns"
259
+ msgstr "Admin Columns"
260
+
261
+ #: ../classes/review_notice.php:58
262
+ msgid "Admin Columns Pro"
263
+ msgstr "Admin Columns Pro"
264
+
265
+ #: ../classes/review_notice.php:68
266
+ msgid "click here"
267
+ msgstr "klicka här"
268
+
269
+ #: ../classes/review_notice.php:72
270
+ msgid "Leave a review!"
271
+ msgstr "Lämna en recension!"
272
+
273
+ #: ../classes/review_notice.php:73
274
+ msgid "Permanently hide notice"
275
+ msgstr "Permanent gömma notis"
276
+
277
+ #: ../classes/review_notice.php:80
278
+ msgid ""
279
+ "We're sorry to hear that; maybe we can help! If you're having problems "
280
+ "properly setting up %s or if you would like help with some more advanced "
281
+ "features, please visit our %s."
282
+ msgstr "Vi är ledsna att göra det, kanske vi kan hjälpa! Om du har problem att korrekt sätta upp %s eller om du vill ha hjälp med fler avancerade funktioner, vänligen besök vår %s."
283
+
284
+ #: ../classes/review_notice.php:82
285
+ msgid "documentation page"
286
+ msgstr "dokumentation sida"
287
+
288
+ #: ../classes/review_notice.php:86
289
+ msgid ""
290
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
291
+ " to access product support through %s!"
292
+ msgstr "Som en Admin Columns Pro användare, du kan också använda ditt AdminColumns.com konto för att få tillgång till produkt support genom %s!"
293
+
294
+ #: ../classes/review_notice.php:87
295
+ msgid "our forums"
296
+ msgstr "vårt forum"
297
+
298
+ #: ../classes/review_notice.php:91
299
+ msgid "You can also find help on the %s, and %s."
300
+ msgstr "Du kan också hitta hjälp på %s, och %s."
301
+
302
+ #: ../classes/review_notice.php:92
303
+ msgid "Admin Columns forums on WordPress.org"
304
+ msgstr "Admin Columns forum på WordPress.org"
305
+
306
+ #: ../classes/review_notice.php:93
307
+ msgid "find answers to some frequently asked questions"
308
+ msgstr "hitta svar på vanliga frågor"
309
+
310
+ #: ../classes/settings.php:113
311
+ msgid "Add-on successfully activated."
312
+ msgstr "Tillägget aktiverat."
313
+
314
+ #: ../classes/settings.php:116
315
+ msgid "Add-on successfully deactivated."
316
+ msgstr "Tillägget inaktiverat."
317
+
318
+ #: ../classes/settings.php:170
319
+ msgid "Admin Columns Settings"
320
+ msgstr "Admin Columns Inställningar"
321
+
322
+ #: ../classes/settings.php:228
323
+ msgid "%s column is already present and can not be duplicated."
324
+ msgstr "%s kolumn finns redan och kan inte dupliceras."
325
+
326
+ #: ../classes/settings.php:284
327
+ msgid "Default settings succesfully restored."
328
+ msgstr "Standardinställningar återställdes framgångsrikt."
329
+
330
+ #: ../classes/settings.php:301
331
+ msgid "Overview"
332
+ msgstr "Översikt"
333
+
334
+ #: ../classes/settings.php:304
335
+ msgid ""
336
+ "This plugin is for adding and removing additional columns to the "
337
+ "administration screens for post(types), pages, media library, comments, "
338
+ "links and users. Change the column's label and reorder them."
339
+ msgstr "Denna plugin är för att lägga till och ta bort ytterligare kolumner till administrationsvyn för inlägg(typer), sidor, mediabibliotek, kommentarer, länkar och användare. Ändra kolumens etikett och ändra ordningen."
340
+
341
+ #: ../classes/settings.php:307
342
+ msgid "Basics"
343
+ msgstr "Grundläggande"
344
+
345
+ #: ../classes/settings.php:309
346
+ msgid "Change order"
347
+ msgstr "Ändra ordning"
348
+
349
+ #: ../classes/settings.php:310
350
+ msgid ""
351
+ "By dragging the columns you can change the order which they will appear in."
352
+ msgstr "Genom att dra kolumnerna så kan du ändra ordningen som de visas i."
353
+
354
+ #: ../classes/settings.php:311
355
+ msgid "Change label"
356
+ msgstr "Ändra etikett"
357
+
358
+ #: ../classes/settings.php:312
359
+ msgid ""
360
+ "By clicking on the triangle you will see the column options. Here you can "
361
+ "change each label of the columns heading."
362
+ msgstr "Genom att klicka på triangeln kommer du att se kolumnalternativ. Här kan du ändra varje etikett av kolumnernas rubrik."
363
+
364
+ #: ../classes/settings.php:313
365
+ msgid "Change column width"
366
+ msgstr "Ändra kolumnens bredd"
367
+
368
+ #: ../classes/settings.php:314
369
+ msgid ""
370
+ "By clicking on the triangle you will see the column options. By using the "
371
+ "draggable slider you can set the width of the columns in percentages."
372
+ msgstr "Genom att klicka på triangeln kommer du att se kolumnalternativ. Genom att använda dragbar reglaget kan du ställa in bredden på kolumnerna i procent."
373
+
374
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
375
+ #: ../classes/column/custom-field.php23,
376
+ #: ../classes/column/custom-field.php:391
377
+ msgid "Custom Field"
378
+ msgstr "Anpassat fält"
379
+
380
+ #: ../classes/settings.php:320
381
+ msgid "'Custom Field' column"
382
+ msgstr "'Anpassat fält' kolumn "
383
+
384
+ #: ../classes/settings.php:321
385
+ msgid ""
386
+ "The custom field colum uses the custom fields from posts and users. There "
387
+ "are 10 types which you can set."
388
+ msgstr "Det anpassade fältets kolumn använder den anpassade fältet från inlägg och användare. Det fins 10 typer som du kan ange."
389
+
390
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
391
+ #: ../classes/column/custom-field.php:95
392
+ msgid "Default"
393
+ msgstr "Standard"
394
+
395
+ #: ../classes/settings.php:323
396
+ msgid ""
397
+ "Value: Can be either a string or array. Arrays will be flattened and values "
398
+ "are seperated by a ',' comma."
399
+ msgstr "Värde: Kan antingen vara en sträng eller array. Arrays ska plattas och värden åtskilda av en ',' kommatecken."
400
+
401
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
402
+ #: ../classes/column/link/image.php:19
403
+ msgid "Image"
404
+ msgstr "Bild"
405
+
406
+ #: ../classes/settings.php:324
407
+ msgid ""
408
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
409
+ "comma )."
410
+ msgstr "Värde: ska innehålla en bildadress eller bilags-ID ( separerad av ett ',' kommatecken )."
411
+
412
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
413
+ msgid "Excerpt"
414
+ msgstr "Utdrag"
415
+
416
+ #: ../classes/settings.php:325
417
+ msgid "Value: This will show the first 20 words of the Post content."
418
+ msgstr "Värde: Detta kommer visa de första 20 orden av inläggets innehåll."
419
+
420
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
421
+ msgid "Multiple Values"
422
+ msgstr "Flera värden"
423
+
424
+ #: ../classes/settings.php:326
425
+ msgid ""
426
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
427
+ "array."
428
+ msgstr "Värde: skall vara en array. Detta planar en ( flerdimensionell ) array."
429
+
430
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
431
+ msgid "Numeric"
432
+ msgstr "Numerisk"
433
+
434
+ #: ../classes/settings.php:327
435
+ msgid ""
436
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
437
+ "for sorting, so you can sort your posts on numeric (custom field) values."
438
+ msgstr "Värde: Heltal bara. <br/> Om du har \"sorterings tillägget\" kommer detta att användas för sortering, så att du kan sortera dina inlägg på numeriska (anpassade fält) värden."
439
+
440
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
441
+ #: ../classes/column/comment/date.php:19
442
+ msgid "Date"
443
+ msgstr "Datum"
444
+
445
+ #: ../classes/settings.php:328
446
+ msgid ""
447
+ "Value: Can be unix time stamp or a date format as described in the <a "
448
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
449
+ "href='%s'>general settings</a> page."
450
+ msgstr "Värde: Kan vara unix tidsstämpel eller ett datumformat som beskrivs i <a href='%s'>Codex</a>. Du kan ändra hur datumformatet ska visas på <a href='%s'>generella inställningar</a> sidan."
451
+
452
+ #: ../classes/settings.php:329
453
+ msgid "Post Titles"
454
+ msgstr "Titel på inlägg"
455
+
456
+ #: ../classes/settings.php:329
457
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
458
+ msgstr "Värde: kan vara en eller flera post-ID (separerat med ',')."
459
+
460
+ #: ../classes/settings.php:330
461
+ msgid "Usernames"
462
+ msgstr "Användarnamn"
463
+
464
+ #: ../classes/settings.php:330
465
+ msgid "Value: can be one or more User ID's (seperated by ',')."
466
+ msgstr "Värde: kan vara en eller flera användar-ID (separerat med ',')."
467
+
468
+ #: ../classes/settings.php:331
469
+ msgid "Checkmark"
470
+ msgstr "Checkmark"
471
+
472
+ #: ../classes/settings.php:331
473
+ msgid "Value: should be a 1 (one) or 0 (zero)."
474
+ msgstr "Värde: ska vara en 1 (ett) eller 0 (noll)."
475
+
476
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
477
+ msgid "Color"
478
+ msgstr "Färg"
479
+
480
+ #: ../classes/settings.php:332
481
+ msgid "Value: hex value color, such as #808080."
482
+ msgstr "Värde: hex värde färg, som #808080."
483
+
484
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
485
+ msgid "Counter"
486
+ msgstr "Räknare"
487
+
488
+ #: ../classes/settings.php:333
489
+ msgid ""
490
+ "Value: Can be either a string or array. This will display a count of the "
491
+ "number of times the meta key is used by the item."
492
+ msgstr "Värde: Kan antingen vara en sträng eller array. Detta kommer att visa en sammanställningen av antalet gånger meta nyckel används av objektet."
493
+
494
+ #: ../classes/settings.php:422
495
+ msgid "Welcome to Admin Columns"
496
+ msgstr "Välkommen till Admin Columns"
497
+
498
+ #: ../classes/settings.php:425
499
+ msgid "Thank you for updating to the latest version!"
500
+ msgstr "Tack för att du uppdaterar till den senaste versionen!"
501
+
502
+ #: ../classes/settings.php:426
503
+ msgid ""
504
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
505
+ "like it."
506
+ msgstr "Admin Columns är mer polerat och roligare än någonsin tidigare. Vi hoppas att du gillar det."
507
+
508
+ #: ../classes/settings.php:431
509
+ msgid "What’s New"
510
+ msgstr "Vad som är nytt"
511
+
512
+ #: ../classes/settings.php:432
513
+ msgid "Changelog"
514
+ msgstr "Ändringslogg"
515
+
516
+ #: ../classes/settings.php:437
517
+ msgid "Important"
518
+ msgstr "Viktigt"
519
+
520
+ #: ../classes/settings.php:439
521
+ msgid "Database Changes"
522
+ msgstr "Databas ändringar"
523
+
524
+ #: ../classes/settings.php:440
525
+ msgid ""
526
+ "The database has been changed between versions 1 and 2. But we made sure you"
527
+ " can still roll back to version 1x without any issues."
528
+ msgstr "Databasen har ändrats mellan versionerna 1 och 2. Men vi såg till att du fortfarande kan rulla tillbaka till version 1x utan några problem."
529
+
530
+ #: ../classes/settings.php:443
531
+ msgid "Make sure you backup your database and then click"
532
+ msgstr "Se till att du säkerhetskopiera din databas och klicka sen på"
533
+
534
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
535
+ msgid "Upgrade Database"
536
+ msgstr "Uppgradera databasen"
537
+
538
+ #: ../classes/settings.php:446
539
+ msgid "Potential Issues"
540
+ msgstr "Potentiella problem"
541
+
542
+ #: ../classes/settings.php:447
543
+ msgid ""
544
+ "Do to the sizable refactoring the code, surounding Addons and "
545
+ "action/filters, your website may not operate correctly. It is important that"
546
+ " you read the full"
547
+ msgstr "För den betydande refactoring koden, omgivande tillägg och action/filters, så kanske din webbplats inte fungerar korrekt. Det är viktigt att du läser hela"
548
+
549
+ #: ../classes/settings.php:447
550
+ msgid "Migrating from v1 to v2"
551
+ msgstr "Migrera från v1 till v2"
552
+
553
+ #: ../classes/settings.php:447
554
+ msgid "guide to view the full list of changes."
555
+ msgstr "guide för att visa en komplett lista på förändringar."
556
+
557
+ #: ../classes/settings.php:447
558
+ msgid ""
559
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
560
+ "can fix it in the next release."
561
+ msgstr ""
562
+
563
+ #: ../classes/settings.php:450
564
+ msgid "Important!"
565
+ msgstr "Viktigt!"
566
+
567
+ #: ../classes/settings.php:450
568
+ msgid ""
569
+ "If you updated the Admin Columns plugin without prior knowledge of such "
570
+ "changes, Please roll back to the latest"
571
+ msgstr "Om du uppdaterat Admin Columns tillägget utan förkunskaper om sådana ändringar, vänligen rulla tillbaka till den senaste"
572
+
573
+ #: ../classes/settings.php:450
574
+ msgid "version 1"
575
+ msgstr "version 1"
576
+
577
+ #: ../classes/settings.php:450
578
+ msgid "of this plugin."
579
+ msgstr "av detta tillägg."
580
+
581
+ #: ../classes/settings.php:456
582
+ msgid "Changelog for"
583
+ msgstr "Ändringslogg för"
584
+
585
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
586
+ msgid "Learn more"
587
+ msgstr "Lära dig mer"
588
+
589
+ #: ../classes/settings.php:481
590
+ msgid "Start using Admin Columns"
591
+ msgstr "Börja med att använda Admin Columns"
592
+
593
+ #: ../classes/settings.php:500
594
+ msgid "General Settings"
595
+ msgstr "Allmänna inställningar"
596
+
597
+ #: ../classes/settings.php:501
598
+ msgid "Customize your Admin Columns settings."
599
+ msgstr "Anpassa dina Admin Columns inställningar."
600
+
601
+ #: ../classes/settings.php:512
602
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
603
+ msgstr "Visa \"Redigera kolumner\" knappen i adminmenyn. Standard är <code>på</code>."
604
+
605
+ #: ../classes/settings.php:559
606
+ msgid "Restore Settings"
607
+ msgstr "Återställ inställningar"
608
+
609
+ #: ../classes/settings.php:560
610
+ msgid "This will delete all column settings and restore the default settings."
611
+ msgstr "Detta kommer att radera alla kolumner inställningar och återställa till standardinställningarna"
612
+
613
+ #: ../classes/settings.php:566
614
+ msgid "Restore default settings"
615
+ msgstr "Återställ till standardinställningar"
616
+
617
+ #: ../classes/settings.php:566
618
+ msgid ""
619
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
620
+ "undone. 'OK' to delete, 'Cancel' to stop"
621
+ msgstr ""
622
+
623
+ #: ../classes/settings.php:582
624
+ msgid "Posttypes"
625
+ msgstr "Posttyper"
626
+
627
+ #: ../classes/settings.php:583
628
+ msgid "Others"
629
+ msgstr "Annat"
630
+
631
+ #: ../classes/settings.php:584
632
+ msgid "Taxonomies"
633
+ msgstr "Taxanomier"
634
+
635
+ #: ../classes/settings.php:600
636
+ msgid "Settings"
637
+ msgstr "Inställningar"
638
+
639
+ #: ../classes/settings.php:601
640
+ msgid "Add-ons"
641
+ msgstr "Tillägg"
642
+
643
+ #: ../classes/settings.php:669
644
+ msgid ""
645
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
646
+ " admin panel."
647
+ msgstr "Kolumnerna för %s är inställt via PHP och kan därför inte redigeras i admin panelen."
648
+
649
+ #: ../classes/settings.php:679
650
+ msgid "Store settings"
651
+ msgstr "Spara inställningar"
652
+
653
+ #: ../classes/settings.php:687
654
+ msgid ""
655
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
656
+ " delete, 'Cancel' to stop"
657
+ msgstr ""
658
+
659
+ #: ../classes/settings.php:688
660
+ msgid "Restore"
661
+ msgstr "Återställ"
662
+
663
+ #: ../classes/settings.php:688
664
+ msgid "columns"
665
+ msgstr "kolumner"
666
+
667
+ #: ../classes/settings.php:707
668
+ msgid "Get Admin Columns Pro"
669
+ msgstr "Skaffa Admin Columns Pro"
670
+
671
+ #: ../classes/settings.php:711
672
+ msgid "Add Sorting"
673
+ msgstr "Lägg till sortering"
674
+
675
+ #: ../classes/settings.php:712
676
+ msgid "Add Filtering"
677
+ msgstr "Lägg till filtrering"
678
+
679
+ #: ../classes/settings.php:713
680
+ msgid "Add Import/Export"
681
+ msgstr "Lägg till Import/Export"
682
+
683
+ #: ../classes/settings.php:714
684
+ msgid "Add Direct Editing"
685
+ msgstr "Lägg till snabbredigering"
686
+
687
+ #: ../classes/settings.php:717
688
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
689
+ msgstr ""
690
+
691
+ #: ../classes/settings.php:730
692
+ msgid "Subscribe to receive news &amp; updates below."
693
+ msgstr ""
694
+
695
+ #: ../classes/settings.php:737
696
+ msgid "Your Email"
697
+ msgstr ""
698
+
699
+ #: ../classes/settings.php:748
700
+ msgid "Are you happy with Admin Columns?"
701
+ msgstr "Är du nöjd med Admin Columns?"
702
+
703
+ #: ../classes/settings.php:756
704
+ msgid "What's wrong? Need help? Let us know!"
705
+ msgstr "Vad är fel? Behöver hjälp? Låt oss veta!"
706
+
707
+ #: ../classes/settings.php:757
708
+ msgid ""
709
+ "Check out our extensive documentation, or you can open a support topic on "
710
+ "WordPress.org!"
711
+ msgstr "Kolla in vår omfattande dokumentation, eller så kan du öppna ett support tråd på WordPress.org!"
712
+
713
+ #: ../classes/settings.php:765
714
+ msgid "Docs"
715
+ msgstr "Dokumentation"
716
+
717
+ #: ../classes/settings.php:770
718
+ msgid "Forums"
719
+ msgstr "Forum"
720
+
721
+ #: ../classes/settings.php:779
722
+ msgid "Woohoo! We're glad to hear that!"
723
+ msgstr "Woohoo! Vi är glada att höra det!"
724
+
725
+ #: ../classes/settings.php:780
726
+ msgid ""
727
+ "We would really love it if you could show your appreciation by giving us a "
728
+ "rating on WordPress.org or tweet about Admin Columns!"
729
+ msgstr "Vi skulle verkligen älska om du kunde visa din uppskattning genom att ge oss ett omdöme på WordPress.org eller twittra om Admin Columns!"
730
+
731
+ #: ../classes/settings.php:784
732
+ msgid "Rate"
733
+ msgstr "Omdöme"
734
+
735
+ #: ../classes/settings.php:795
736
+ msgid "Tweet"
737
+ msgstr "Twittra"
738
+
739
+ #: ../classes/settings.php:805
740
+ msgid "Buy Pro"
741
+ msgstr "Köp Pro"
742
+
743
+ #: ../classes/settings.php:817
744
+ msgid "Support"
745
+ msgstr "Support"
746
+
747
+ #: ../classes/settings.php:820
748
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
749
+ msgstr "Kolla på <strong>Hjälp</strong> sektionen i den övre högra delen av skärmen."
750
+
751
+ #: ../classes/settings.php:823
752
+ msgid ""
753
+ "For full documentation, bug reports, feature suggestions and other tips <a "
754
+ "href='%s'>visit the Admin Columns website</a>"
755
+ msgstr "För fullständig dokumentation, felrapporter, förslag på funktioner och andra tips <a href='%s'>besök Admin Columns webbsida</a>"
756
+
757
+ #: ../classes/settings.php:852
758
+ msgid "Drag and drop to reorder"
759
+ msgstr "Drag och släpp för att ändra ordning"
760
+
761
+ #: ../classes/settings.php:855
762
+ msgid "Add Column"
763
+ msgstr "Lägg till kolumn"
764
+
765
+ #: ../classes/settings.php:936
766
+ msgid "Active"
767
+ msgstr "Aktiv"
768
+
769
+ #: ../classes/settings.php:937
770
+ msgid "Deactivate"
771
+ msgstr "Inaktivera"
772
+
773
+ #: ../classes/settings.php:944
774
+ msgid "Installed"
775
+ msgstr "Installerad"
776
+
777
+ #: ../classes/settings.php:945
778
+ msgid "Activate"
779
+ msgstr "Aktivera"
780
+
781
+ #: ../classes/settings.php:959
782
+ msgid "Download & Install"
783
+ msgstr "Ladda ner & installera"
784
+
785
+ #: ../classes/settings.php:964
786
+ msgid "Get this add-on"
787
+ msgstr "Skaffa detta tillägget"
788
+
789
+ #: ../classes/storage_model.php:262
790
+ msgid "settings succesfully restored."
791
+ msgstr "inställningar återställdes framgångsrikt."
792
+
793
+ #: ../classes/storage_model.php:278
794
+ msgid "No columns settings available."
795
+ msgstr "Inga inställningar för kolumner är tillgängliga."
796
+
797
+ #: ../classes/storage_model.php:299
798
+ msgid "You are trying to store the same settings for %s."
799
+ msgstr "Du försöker lagra samma inställningar för %s."
800
+
801
+ #: ../classes/storage_model.php:303
802
+ msgid "Settings for %s updated successfully."
803
+ msgstr "Inställningar för %s uppdaterades framgångsrikt."
804
+
805
+ #: ../classes/storage_model.php:643
806
+ msgid "Columns by Plugins"
807
+ msgstr ""
808
+
809
+ #: ../classes/storage_model.php:862
810
+ msgid "View"
811
+ msgstr "Visa"
812
+
813
+ #: ../classes/upgrade.php:62
814
+ msgid ""
815
+ "The pro add-on is no longer supported. Please login to your account and "
816
+ "download Admin Columns Pro"
817
+ msgstr "Pro-tilägget stöds inte längre. Vänligen logga in på ditt konto och ladda ner Admin Columns Pro"
818
+
819
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
820
+ msgid "Upgrade"
821
+ msgstr "Uppgradera"
822
+
823
+ #: ../classes/upgrade.php:136
824
+ msgid "requires a database upgrade"
825
+ msgstr "krävs en databas uppgradering"
826
+
827
+ #: ../classes/upgrade.php:139
828
+ msgid "why?"
829
+ msgstr "varför?"
830
+
831
+ #: ../classes/upgrade.php:140
832
+ msgid "Please"
833
+ msgstr "Vänligen"
834
+
835
+ #: ../classes/upgrade.php:141
836
+ msgid "backup your database"
837
+ msgstr "säkerhetskopiera din databas"
838
+
839
+ #: ../classes/upgrade.php:142
840
+ msgid "then click"
841
+ msgstr "klicka sedan"
842
+
843
+ #: ../classes/upgrade.php:351
844
+ msgid "Migrating Column Settings"
845
+ msgstr "Migrera kolumninställningar"
846
+
847
+ #: ../classes/upgrade.php:387
848
+ msgid "No Upgrade Required"
849
+ msgstr "Ingen uppgradering krävs"
850
+
851
+ #: ../classes/upgrade.php:388
852
+ msgid "Return to welcome screen."
853
+ msgstr "Återgå till välkomstskärmen."
854
+
855
+ #: ../classes/upgrade.php:406
856
+ msgid "Upgrade Complete!"
857
+ msgstr "Uppgradering klar!"
858
+
859
+ #: ../classes/upgrade.php:406
860
+ msgid "Return to settings."
861
+ msgstr "Återgå till inställningar."
862
+
863
+ #: ../classes/upgrade.php:407
864
+ msgid "Error"
865
+ msgstr "Fel"
866
+
867
+ #: ../classes/upgrade.php:408
868
+ msgid ""
869
+ "Sorry. Something went wrong during the upgrade process. Please report this "
870
+ "on the support forum."
871
+ msgstr "Ursäkta. Något gick fel under uppgraderingen. Vänligen rapportera detta på support forumet. "
872
+
873
+ #: ../classes/column/acf-placeholder.php:19
874
+ msgid "ACF Field"
875
+ msgstr "ACF Fält"
876
+
877
+ #: ../classes/column/acf-placeholder.php:35
878
+ msgid ""
879
+ "If you have a developer licence please download & install your ACF add-on "
880
+ "from the <a href='%s'>add-ons tab</a>."
881
+ msgstr "Om du har en utvecklarlicens vänligen ladda ner & installera ditt ACF tillägg från <a href='%s'>fliken tillägg</a>."
882
+
883
+ #: ../classes/column/acf-placeholder.php:38
884
+ msgid ""
885
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
886
+ "integeration, allowing you to easily display and edit ACF fields from within"
887
+ " your posts overview."
888
+ msgstr "Admins Columns Pro - Utvecklare erbjuder full integration med Advanced Custom Fields, vilket gör att du enkelt kan visa och redigera ACF fält i överblick för dina inlägg."
889
+
890
+ #: ../classes/column/acf-placeholder.php:44
891
+ msgid "Find out more"
892
+ msgstr "Läs mer"
893
+
894
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
895
+ msgid "Actions"
896
+ msgstr "Åtgärder"
897
+
898
+ #: ../classes/column/actions.php:96
899
+ msgid "Use icons?"
900
+ msgstr "Använda ikoner?"
901
+
902
+ #: ../classes/column/actions.php:96
903
+ msgid "Use icons instead of text for displaying the actions."
904
+ msgstr "Använda ikoner istället för text för att visa åtgärder."
905
+
906
+ #: ../classes/column/custom-field.php:96
907
+ msgid "Checkmark (true/false)"
908
+ msgstr "Checkmark (sant/falskt)"
909
+
910
+ #: ../classes/column/custom-field.php:102
911
+ msgid "Media Library"
912
+ msgstr "Mediabibliotek"
913
+
914
+ #: ../classes/column/custom-field.php:105
915
+ msgid "Post Title (Post ID's)"
916
+ msgstr "Titel"
917
+
918
+ #: ../classes/column/custom-field.php:106
919
+ msgid "Username (User ID's)"
920
+ msgstr "Användarnamn (Användar-ID)"
921
+
922
+ #: ../classes/column/custom-field.php:107
923
+ msgid "Term Name (Term ID's)"
924
+ msgstr "Tern Namn (Term ID's)"
925
+
926
+ #: ../classes/column/custom-field.php:391
927
+ msgid "Select your custom field."
928
+ msgstr "Välj ditt anpassade fält."
929
+
930
+ #: ../classes/column/custom-field.php:401
931
+ msgid "No custom fields available."
932
+ msgstr "Inget anpassat fält är tillgängligt."
933
+
934
+ #: ../classes/column/custom-field.php:401
935
+ msgid "Please create a %s item first."
936
+ msgstr "Vänligen skapa ett %s inlägg först."
937
+
938
+ #: ../classes/column/custom-field.php:408
939
+ msgid "Field Type"
940
+ msgstr "Fälttyp"
941
+
942
+ #: ../classes/column/custom-field.php:408
943
+ msgid "This will determine how the value will be displayed."
944
+ msgstr "Detta avgör hur värdet kommer att visas."
945
+
946
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
947
+ msgid "Taxonomy"
948
+ msgstr "Taxonomi"
949
+
950
+ #: ../classes/column/used-by-menu.php:20
951
+ msgid "Used by Menu"
952
+ msgstr "Använd av meny"
953
+
954
+ #: ../classes/column/used-by-menu.php:133
955
+ msgid "Link to menu"
956
+ msgstr "Länk till meny"
957
+
958
+ #: ../classes/column/used-by-menu.php:133
959
+ msgid "This will make the title link to the menu."
960
+ msgstr "Detta gör att titeln länkas till menyn."
961
+
962
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
963
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
964
+ msgid "ID"
965
+ msgstr "ID"
966
+
967
+ #: ../classes/column/comment/agent.php:19
968
+ msgid "Agent"
969
+ msgstr "Agent"
970
+
971
+ #: ../classes/column/comment/approved.php19,
972
+ #: ../classes/column/post/comment-count.php:35
973
+ msgid "Approved"
974
+ msgstr "Godkänd"
975
+
976
+ #: ../classes/column/comment/author-avatar.php:19
977
+ msgid "Avatar"
978
+ msgstr "Avatar"
979
+
980
+ #: ../classes/column/comment/author-email.php:19
981
+ msgid "Author email"
982
+ msgstr "Författare mail"
983
+
984
+ #: ../classes/column/comment/author-ip.php:19
985
+ msgid "Author IP"
986
+ msgstr "Författare IP"
987
+
988
+ #: ../classes/column/comment/author-name.php:12
989
+ msgid "Author name"
990
+ msgstr "Författarnamn"
991
+
992
+ #: ../classes/column/comment/author-url.php:19
993
+ msgid "Author url"
994
+ msgstr "Författare url"
995
+
996
+ #: ../classes/column/comment/author.php:19
997
+ msgid "Author"
998
+ msgstr "Författare"
999
+
1000
+ #: ../classes/column/comment/date-gmt.php:19
1001
+ msgid "Date GMT"
1002
+ msgstr "Datum GMT"
1003
+
1004
+ #: ../classes/column/comment/excerpt.php19,
1005
+ #: ../classes/column/post/content.php:19
1006
+ msgid "Content"
1007
+ msgstr "Innehåll"
1008
+
1009
+ #: ../classes/column/comment/post.php:19
1010
+ msgid "Post"
1011
+ msgstr ""
1012
+
1013
+ #: ../classes/column/comment/reply-to.php:19
1014
+ msgid "In Reply To"
1015
+ msgstr "Som svar på"
1016
+
1017
+ #: ../classes/column/comment/user.php:11
1018
+ msgid "User"
1019
+ msgstr "Användare"
1020
+
1021
+ #: ../classes/column/comment/word-count.php19,
1022
+ #: ../classes/column/post/word-count.php:19
1023
+ msgid "Word count"
1024
+ msgstr "Antal ord"
1025
+
1026
+ #: ../classes/column/media/alternate-text.php:19
1027
+ msgid "Alt"
1028
+ msgstr "Alt"
1029
+
1030
+ #: ../classes/column/media/attached-to.php:19
1031
+ msgid "Attached to post"
1032
+ msgstr "Bifogad till inlägg"
1033
+
1034
+ #: ../classes/column/media/available-sizes.php:20
1035
+ msgid "Available Sizes"
1036
+ msgstr "Tillgängliga storlekar"
1037
+
1038
+ #: ../classes/column/media/available-sizes.php:40
1039
+ msgid "full size"
1040
+ msgstr "full storlek"
1041
+
1042
+ #: ../classes/column/media/caption.php19,
1043
+ #: ../classes/column/media/exif-data.php:41
1044
+ msgid "Caption"
1045
+ msgstr "Bildtext"
1046
+
1047
+ #: ../classes/column/media/description.php19,
1048
+ #: ../classes/column/link/description.php19,
1049
+ #: ../classes/column/user/description.php:19
1050
+ msgid "Description"
1051
+ msgstr "Beskrivning"
1052
+
1053
+ #: ../classes/column/media/dimensions.php:19
1054
+ msgid "Dimensions"
1055
+ msgstr "Dimensioner"
1056
+
1057
+ #: ../classes/column/media/exif-data.php:19
1058
+ msgid "EXIF data"
1059
+ msgstr "EXIF data"
1060
+
1061
+ #: ../classes/column/media/exif-data.php:38
1062
+ msgid "Aperture"
1063
+ msgstr "Bländare"
1064
+
1065
+ #: ../classes/column/media/exif-data.php:39
1066
+ msgid "Credit"
1067
+ msgstr "Erkännande"
1068
+
1069
+ #: ../classes/column/media/exif-data.php:40
1070
+ msgid "Camera"
1071
+ msgstr "Kamera"
1072
+
1073
+ #: ../classes/column/media/exif-data.php:42
1074
+ msgid "Timestamp"
1075
+ msgstr "Tidsstämpel"
1076
+
1077
+ #: ../classes/column/media/exif-data.php:43
1078
+ msgid "Copyright EXIF"
1079
+ msgstr "Upphovsrätt EXIF"
1080
+
1081
+ #: ../classes/column/media/exif-data.php:44
1082
+ msgid "Focal Length"
1083
+ msgstr "Bränvidd"
1084
+
1085
+ #: ../classes/column/media/exif-data.php:45
1086
+ msgid "ISO"
1087
+ msgstr "ISO"
1088
+
1089
+ #: ../classes/column/media/exif-data.php:46
1090
+ msgid "Shutter Speed"
1091
+ msgstr "Slutartid"
1092
+
1093
+ #: ../classes/column/media/exif-data.php:47
1094
+ msgid "Title"
1095
+ msgstr "Titel"
1096
+
1097
+ #: ../classes/column/media/file-name.php:19
1098
+ msgid "File name"
1099
+ msgstr "Filnamn"
1100
+
1101
+ #: ../classes/column/media/file-size.php:19
1102
+ msgid "File size"
1103
+ msgstr "Filstorlek"
1104
+
1105
+ #: ../classes/column/media/full-path.php19,
1106
+ #: ../classes/column/media/full-path.php:92
1107
+ msgid "Full path"
1108
+ msgstr "Full path"
1109
+
1110
+ #: ../classes/column/media/full-path.php:83
1111
+ msgid "Path scope"
1112
+ msgstr "Sökväg fält"
1113
+
1114
+ #: ../classes/column/media/full-path.php:84
1115
+ msgid "Part of the file path to display"
1116
+ msgstr "Del av filens sökväg att visa"
1117
+
1118
+ #: ../classes/column/media/full-path.php:97
1119
+ msgid "Relative to domain"
1120
+ msgstr "Relativ till domän"
1121
+
1122
+ #: ../classes/column/media/full-path.php:102
1123
+ msgid "Relative to main uploads folder "
1124
+ msgstr "Relativ till standard uppladdningsmapp"
1125
+
1126
+ #: ../classes/column/media/height.php:19
1127
+ msgid "Height"
1128
+ msgstr "Höjd"
1129
+
1130
+ #: ../classes/column/media/mime-type.php:19
1131
+ msgid "Mime type"
1132
+ msgstr "Mime typ"
1133
+
1134
+ #: ../classes/column/post/attachment-count.php:19
1135
+ msgid "No. of Attachments"
1136
+ msgstr "No. av bilagor"
1137
+
1138
+ #: ../classes/column/post/attachment.php:19
1139
+ msgid "Attachments"
1140
+ msgstr "Bilaga"
1141
+
1142
+ #: ../classes/column/post/author-name.php:20
1143
+ msgid "Display Author As"
1144
+ msgstr "Visa som författare"
1145
+
1146
+ #: ../classes/column/post/author-name.php:100
1147
+ msgid "View Public Author Page"
1148
+ msgstr ""
1149
+
1150
+ #: ../classes/column/post/author-name.php:102
1151
+ msgid "Page the author name should link to."
1152
+ msgstr ""
1153
+
1154
+ #: ../classes/column/post/before-moretag.php:19
1155
+ msgid "Before More Tag"
1156
+ msgstr "Innan mer tagg"
1157
+
1158
+ #: ../classes/column/post/comment-count.php:20
1159
+ msgid "Comment count"
1160
+ msgstr "Antal kommentarer"
1161
+
1162
+ #: ../classes/column/post/comment-count.php:34
1163
+ msgid "Total"
1164
+ msgstr "Totalt"
1165
+
1166
+ #: ../classes/column/post/comment-count.php:36
1167
+ msgid "Pending"
1168
+ msgstr "Avvaktan"
1169
+
1170
+ #: ../classes/column/post/comment-count.php:37
1171
+ msgid "Spam"
1172
+ msgstr "Spam"
1173
+
1174
+ #: ../classes/column/post/comment-count.php:38
1175
+ msgid "Trash"
1176
+ msgstr "Papperskorg"
1177
+
1178
+ #: ../classes/column/post/comment-count.php99,
1179
+ #: ../classes/column/post/comment-status.php:20
1180
+ msgid "Comment status"
1181
+ msgstr "Kommentarsstatus"
1182
+
1183
+ #: ../classes/column/post/comment-count.php:99
1184
+ msgid "Select which comment status you like to display."
1185
+ msgstr "Välj vilken kommentarsstatus du vill visa."
1186
+
1187
+ #: ../classes/column/post/depth.php:19
1188
+ msgid "Depth"
1189
+ msgstr "Djup"
1190
+
1191
+ #: ../classes/column/post/estimated-reading-time.php:19
1192
+ msgid "Estimated Reading Time"
1193
+ msgstr "Beräknad lästid"
1194
+
1195
+ #: ../classes/column/post/estimated-reading-time.php:66
1196
+ msgid "second"
1197
+ msgid_plural "seconds"
1198
+ msgstr[0] "sekund"
1199
+ msgstr[1] "sekunder"
1200
+
1201
+ #: ../classes/column/post/estimated-reading-time.php:69
1202
+ msgid "minute"
1203
+ msgid_plural "minutes"
1204
+ msgstr[0] "minut"
1205
+ msgstr[1] "minuter"
1206
+
1207
+ #: ../classes/column/post/estimated-reading-time.php:107
1208
+ msgid "Words per minute"
1209
+ msgstr "Ord per minut"
1210
+
1211
+ #: ../classes/column/post/estimated-reading-time.php:108
1212
+ msgid "Estimated reading time in words per minute"
1213
+ msgstr "Beräknad lästid i ord per minut"
1214
+
1215
+ #: ../classes/column/post/featured-image.php:19
1216
+ msgid "Featured Image"
1217
+ msgstr "Utvald bild"
1218
+
1219
+ #: ../classes/column/post/formats.php:19
1220
+ msgid "Post Format"
1221
+ msgstr "Inläggsformat"
1222
+
1223
+ #: ../classes/column/post/last-modified-author.php:20
1224
+ msgid "Last Modified Author"
1225
+ msgstr "Senast modifierad författare"
1226
+
1227
+ #: ../classes/column/post/modified.php:19
1228
+ msgid "Last modified"
1229
+ msgstr "Senast ändrad"
1230
+
1231
+ #: ../classes/column/post/order.php:19
1232
+ msgid "Order"
1233
+ msgstr ""
1234
+
1235
+ #: ../classes/column/post/page-template.php:19
1236
+ msgid "Page Template"
1237
+ msgstr "Sidmallen"
1238
+
1239
+ #: ../classes/column/post/parent.php:19
1240
+ msgid "Parent"
1241
+ msgstr "Förälder"
1242
+
1243
+ #: ../classes/column/post/path.php:19
1244
+ msgid "Path"
1245
+ msgstr "Sökväg"
1246
+
1247
+ #: ../classes/column/post/permalink.php:19
1248
+ msgid "Permalink"
1249
+ msgstr "Permalänk"
1250
+
1251
+ #: ../classes/column/post/permalink.php:68
1252
+ msgid "Link to post"
1253
+ msgstr "Länka till inlägg"
1254
+
1255
+ #: ../classes/column/post/permalink.php:68
1256
+ msgid "This will make the permalink clickable."
1257
+ msgstr "Detta gör länken klickbar."
1258
+
1259
+ #: ../classes/column/post/ping-status.php:19
1260
+ msgid "Ping status"
1261
+ msgstr "Ping status"
1262
+
1263
+ #: ../classes/column/post/roles.php:19
1264
+ msgid "Roles"
1265
+ msgstr "Roller"
1266
+
1267
+ #: ../classes/column/post/shortcodes.php:19
1268
+ msgid "Shortcodes"
1269
+ msgstr "Shortcodes"
1270
+
1271
+ #: ../classes/column/post/slug.php:19
1272
+ msgid "Slug"
1273
+ msgstr "Permalänk"
1274
+
1275
+ #: ../classes/column/post/status.php:21
1276
+ msgid "Status"
1277
+ msgstr "Status"
1278
+
1279
+ #: ../classes/column/post/sticky.php:19
1280
+ msgid "Sticky"
1281
+ msgstr "Klistrad"
1282
+
1283
+ #: ../classes/column/post/title-raw.php:19
1284
+ msgid "Title without actions"
1285
+ msgstr "Titel utan åtgärder"
1286
+
1287
+ #: ../classes/column/link/length.php:19
1288
+ msgid "Length"
1289
+ msgstr "Längd"
1290
+
1291
+ #: ../classes/column/link/notes.php:19
1292
+ msgid "Notes"
1293
+ msgstr "Anteckningar"
1294
+
1295
+ #: ../classes/column/link/owner.php:19
1296
+ msgid "Owner"
1297
+ msgstr "Ägare"
1298
+
1299
+ #: ../classes/column/link/rss.php:19
1300
+ msgid "Rss"
1301
+ msgstr "RSS"
1302
+
1303
+ #: ../classes/column/link/target.php:19
1304
+ msgid "Target"
1305
+ msgstr "Mål"
1306
+
1307
+ #: ../classes/column/user/display-name.php:19
1308
+ msgid "Display name"
1309
+ msgstr "Visa namn"
1310
+
1311
+ #: ../classes/column/user/first-name.php:19
1312
+ msgid "First name"
1313
+ msgstr "Förnamn"
1314
+
1315
+ #: ../classes/column/user/last-name.php:19
1316
+ msgid "Last name"
1317
+ msgstr "Efternamn"
1318
+
1319
+ #: ../classes/column/user/post-count.php:19
1320
+ msgid "Post Count"
1321
+ msgstr "Inläggsräknare"
1322
+
1323
+ #: ../classes/column/user/post-count.php:89
1324
+ msgid "Post Type"
1325
+ msgstr "Inläggstyp"
1326
+
1327
+ #: ../classes/column/user/registered.php:19
1328
+ msgid "Registered"
1329
+ msgstr "Registrerad"
1330
+
1331
+ #: ../classes/column/user/rich-editing.php:19
1332
+ msgid "Visual Editor"
1333
+ msgstr "Visuell redigerare"
1334
+
1335
+ #: ../classes/column/user/url.php:19
1336
+ msgid "Url"
1337
+ msgstr "Url"
languages/codepress-admin-columns-zh_CN.po ADDED
@@ -0,0 +1,1334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Codepress Admin Columns
2
+ # This file is distributed under the same license as the Codepress Admin Columns package.
3
+ # Translators:
4
+ # XadillaX Free <admin@xcoder.in>, 2013
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Admin Columns\n"
8
+ "Report-Msgid-Bugs-To: https://www.admincolumns.com\n"
9
+ "PO-Revision-Date: 2015-10-12 13:09+0000\n"
10
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
11
+ "Language-Team: Chinese (China) (http://www.transifex.com/codepress/admin-columns/language/zh_CN/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: zh_CN\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
21
+ "X-Poedit-SourceCharset: UTF-8\n"
22
+
23
+ #: ../codepress-admin-columns.php:451
24
+ msgid "Edit columns"
25
+ msgstr "编辑列"
26
+
27
+ #: ../classes/addons.php:110
28
+ msgid "Plugins"
29
+ msgstr ""
30
+
31
+ #: ../classes/addons.php:135
32
+ msgid "Advanced Custom Fields"
33
+ msgstr ""
34
+
35
+ #: ../classes/addons.php:136
36
+ msgid ""
37
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
38
+ "seconds!"
39
+ msgstr ""
40
+
41
+ #: ../classes/addons.php:141
42
+ msgid "WooCommerce"
43
+ msgstr ""
44
+
45
+ #: ../classes/addons.php:142
46
+ msgid ""
47
+ "Enhance the products, orders and coupons overviews with new columns and "
48
+ "inline editing."
49
+ msgstr ""
50
+
51
+ #: ../classes/column.php:624
52
+ msgid "Thumbnail"
53
+ msgstr "缩略图"
54
+
55
+ #: ../classes/column.php:625
56
+ msgid "Medium"
57
+ msgstr "中等大小"
58
+
59
+ #: ../classes/column.php:626
60
+ msgid "Large"
61
+ msgstr "大尺寸"
62
+
63
+ #: ../classes/column.php:627
64
+ msgid "Full"
65
+ msgstr "原始大小"
66
+
67
+ #: ../classes/column.php:1059
68
+ msgid "Exact match"
69
+ msgstr ""
70
+
71
+ #: ../classes/column.php:1060
72
+ msgid "Lesser than"
73
+ msgstr ""
74
+
75
+ #: ../classes/column.php:1061
76
+ msgid "Greater than"
77
+ msgstr ""
78
+
79
+ #: ../classes/column.php:1062
80
+ msgid "Between"
81
+ msgstr ""
82
+
83
+ #: ../classes/column.php:1089
84
+ msgid "Date Format"
85
+ msgstr "日期格式"
86
+
87
+ #: ../classes/column.php:1090
88
+ msgid "This will determine how the date will be displayed."
89
+ msgstr "用来决定如何显示日期"
90
+
91
+ #: ../classes/column.php:1096
92
+ msgid "Example:"
93
+ msgstr "例如:"
94
+
95
+ #: ../classes/column.php:1098
96
+ msgid ""
97
+ "Leave empty for WordPress date format, change your <a href='%s'>default date"
98
+ " format here</a>."
99
+ msgstr ""
100
+
101
+ #: ../classes/column.php:1099
102
+ msgid "Documentation on date and time formatting."
103
+ msgstr "日期和时间格式的文档。"
104
+
105
+ #: ../classes/column.php:1113
106
+ msgid "Excerpt length"
107
+ msgstr "摘要长度"
108
+
109
+ #: ../classes/column.php:1114
110
+ msgid "Number of words"
111
+ msgstr "字数"
112
+
113
+ #: ../classes/column.php:1132
114
+ msgid "Preview size"
115
+ msgstr "预览大小"
116
+
117
+ #: ../classes/column.php1149, ../classes/storage_model.php:642
118
+ msgid "Custom"
119
+ msgstr "自定义"
120
+
121
+ #: ../classes/column.php1152, ../classes/column.php:1328
122
+ msgid "width"
123
+ msgstr "宽度"
124
+
125
+ #: ../classes/column.php:1155
126
+ msgid "height"
127
+ msgstr "高度"
128
+
129
+ #: ../classes/column.php:1167
130
+ msgid "Before"
131
+ msgstr "前"
132
+
133
+ #: ../classes/column.php:1167
134
+ msgid "This text will appear before the custom field value."
135
+ msgstr "该文本将显示在自定义字段的值的前面"
136
+
137
+ #: ../classes/column.php:1168
138
+ msgid "After"
139
+ msgstr "后"
140
+
141
+ #: ../classes/column.php:1168
142
+ msgid "This text will appear after the custom field value."
143
+ msgstr "该文本将显示在自定义字段的值的后面"
144
+
145
+ #: ../classes/column.php:1177
146
+ msgid "Display Name"
147
+ msgstr "公开显示为"
148
+
149
+ #: ../classes/column.php1178, ../classes/settings.php:733
150
+ msgid "First Name"
151
+ msgstr "名字"
152
+
153
+ #: ../classes/column.php:1179
154
+ msgid "Last Name"
155
+ msgstr "姓氏"
156
+
157
+ #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
158
+ msgid "Nickname"
159
+ msgstr "昵称"
160
+
161
+ #: ../classes/column.php:1181
162
+ msgid "User Login"
163
+ msgstr "用户名"
164
+
165
+ #: ../classes/column.php:1182
166
+ msgid "User Email"
167
+ msgstr "用户邮箱"
168
+
169
+ #: ../classes/column.php1183, ../classes/column/user/ID.php:19
170
+ msgid "User ID"
171
+ msgstr "用户ID"
172
+
173
+ #: ../classes/column.php:1184
174
+ msgid "First and Last Name"
175
+ msgstr "姓名"
176
+
177
+ #: ../classes/column.php:1187
178
+ msgid "Display format"
179
+ msgstr ""
180
+
181
+ #: ../classes/column.php:1187
182
+ msgid "This is the format of the author name."
183
+ msgstr "作者名字的格式"
184
+
185
+ #: ../classes/column.php:1350
186
+ msgid "Edit"
187
+ msgstr "编辑"
188
+
189
+ #: ../classes/column.php1352, ../classes/column.php:1444
190
+ msgid "Clone"
191
+ msgstr ""
192
+
193
+ #: ../classes/column.php:1354
194
+ msgid "Remove"
195
+ msgstr "删除"
196
+
197
+ #: ../classes/column.php1372, ../classes/column.php1372,
198
+ #: ../classes/column/custom-field.php408,
199
+ #: ../classes/column/comment/type.php:13
200
+ msgid "Type"
201
+ msgstr "类型"
202
+
203
+ #: ../classes/column.php:1372
204
+ msgid "Choose a column type."
205
+ msgstr "选择一个列类型。"
206
+
207
+ #: ../classes/column.php:1372
208
+ msgid "Name"
209
+ msgstr ""
210
+
211
+ #: ../classes/column.php:1382
212
+ msgid "Label"
213
+ msgstr "标签"
214
+
215
+ #: ../classes/column.php:1382
216
+ msgid "This is the name which will appear as the column header."
217
+ msgstr "该名称将显示为列标题。"
218
+
219
+ #: ../classes/column.php1389, ../classes/column/media/width.php:19
220
+ msgid "Width"
221
+ msgstr "宽度"
222
+
223
+ #: ../classes/column.php:1391
224
+ msgid "default"
225
+ msgstr "默认"
226
+
227
+ #: ../classes/column.php:1392
228
+ msgid "auto"
229
+ msgstr ""
230
+
231
+ #: ../classes/column.php:1466
232
+ msgid "Property To Display"
233
+ msgstr ""
234
+
235
+ #: ../classes/column.php:1472
236
+ msgid "Post property to display for related post(s)."
237
+ msgstr ""
238
+
239
+ #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
240
+ msgid "Link To"
241
+ msgstr ""
242
+
243
+ #: ../classes/column.php:1489
244
+ msgid "Edit Post Author"
245
+ msgstr ""
246
+
247
+ #: ../classes/column.php:1490
248
+ msgid "View Public Post Author Page"
249
+ msgstr ""
250
+
251
+ #: ../classes/column.php:1492
252
+ msgid "Page the posts should link to."
253
+ msgstr ""
254
+
255
+ #: ../classes/review_notice.php55, ../classes/settings.php170,
256
+ #: ../classes/settings.php599, ../classes/upgrade.php:135
257
+ msgid "Admin Columns"
258
+ msgstr "Admin Columns"
259
+
260
+ #: ../classes/review_notice.php:58
261
+ msgid "Admin Columns Pro"
262
+ msgstr ""
263
+
264
+ #: ../classes/review_notice.php:68
265
+ msgid "click here"
266
+ msgstr ""
267
+
268
+ #: ../classes/review_notice.php:72
269
+ msgid "Leave a review!"
270
+ msgstr ""
271
+
272
+ #: ../classes/review_notice.php:73
273
+ msgid "Permanently hide notice"
274
+ msgstr ""
275
+
276
+ #: ../classes/review_notice.php:80
277
+ msgid ""
278
+ "We're sorry to hear that; maybe we can help! If you're having problems "
279
+ "properly setting up %s or if you would like help with some more advanced "
280
+ "features, please visit our %s."
281
+ msgstr ""
282
+
283
+ #: ../classes/review_notice.php:82
284
+ msgid "documentation page"
285
+ msgstr ""
286
+
287
+ #: ../classes/review_notice.php:86
288
+ msgid ""
289
+ "As an Admin Columns Pro user, you can also use your AdminColumns.com account"
290
+ " to access product support through %s!"
291
+ msgstr ""
292
+
293
+ #: ../classes/review_notice.php:87
294
+ msgid "our forums"
295
+ msgstr ""
296
+
297
+ #: ../classes/review_notice.php:91
298
+ msgid "You can also find help on the %s, and %s."
299
+ msgstr ""
300
+
301
+ #: ../classes/review_notice.php:92
302
+ msgid "Admin Columns forums on WordPress.org"
303
+ msgstr ""
304
+
305
+ #: ../classes/review_notice.php:93
306
+ msgid "find answers to some frequently asked questions"
307
+ msgstr ""
308
+
309
+ #: ../classes/settings.php:113
310
+ msgid "Add-on successfully activated."
311
+ msgstr ""
312
+
313
+ #: ../classes/settings.php:116
314
+ msgid "Add-on successfully deactivated."
315
+ msgstr ""
316
+
317
+ #: ../classes/settings.php:170
318
+ msgid "Admin Columns Settings"
319
+ msgstr "Admin Columns 设置"
320
+
321
+ #: ../classes/settings.php:228
322
+ msgid "%s column is already present and can not be duplicated."
323
+ msgstr "%s 这个列已经存在,不能被复制。"
324
+
325
+ #: ../classes/settings.php:284
326
+ msgid "Default settings succesfully restored."
327
+ msgstr "已成功恢复默认设置。"
328
+
329
+ #: ../classes/settings.php:301
330
+ msgid "Overview"
331
+ msgstr "预览"
332
+
333
+ #: ../classes/settings.php:304
334
+ msgid ""
335
+ "This plugin is for adding and removing additional columns to the "
336
+ "administration screens for post(types), pages, media library, comments, "
337
+ "links and users. Change the column's label and reorder them."
338
+ msgstr "该插件用来从管理界面中添加或移除额外的列,比如文章(自定义文章类型)、页面、媒体库、评论、链接和用户的管理界面。修改列的标题和重新排序它们。"
339
+
340
+ #: ../classes/settings.php:307
341
+ msgid "Basics"
342
+ msgstr "基础"
343
+
344
+ #: ../classes/settings.php:309
345
+ msgid "Change order"
346
+ msgstr "更改排序"
347
+
348
+ #: ../classes/settings.php:310
349
+ msgid ""
350
+ "By dragging the columns you can change the order which they will appear in."
351
+ msgstr "拖动排序这些列,你可以重新排列它们显示的顺序。"
352
+
353
+ #: ../classes/settings.php:311
354
+ msgid "Change label"
355
+ msgstr "更改标签"
356
+
357
+ #: ../classes/settings.php:312
358
+ msgid ""
359
+ "By clicking on the triangle you will see the column options. Here you can "
360
+ "change each label of the columns heading."
361
+ msgstr "点击三角形,你会看到列的选项。在这里,你可以改变每个标签的列标题栏。"
362
+
363
+ #: ../classes/settings.php:313
364
+ msgid "Change column width"
365
+ msgstr "更改列宽"
366
+
367
+ #: ../classes/settings.php:314
368
+ msgid ""
369
+ "By clicking on the triangle you will see the column options. By using the "
370
+ "draggable slider you can set the width of the columns in percentages."
371
+ msgstr "点击三角形,你会看到列的选项。你可以通过拖动滑块设置列的百分比宽度。"
372
+
373
+ #: ../classes/settings.php318, ../classes/storage_model.php641,
374
+ #: ../classes/column/custom-field.php23,
375
+ #: ../classes/column/custom-field.php:391
376
+ msgid "Custom Field"
377
+ msgstr "自定义字段"
378
+
379
+ #: ../classes/settings.php:320
380
+ msgid "'Custom Field' column"
381
+ msgstr "“自定义字段”列"
382
+
383
+ #: ../classes/settings.php:321
384
+ msgid ""
385
+ "The custom field colum uses the custom fields from posts and users. There "
386
+ "are 10 types which you can set."
387
+ msgstr "自定义字段列使用文章和用户的自定义字段,你可以设置10中类型。"
388
+
389
+ #: ../classes/settings.php323, ../classes/storage_model.php640,
390
+ #: ../classes/column/custom-field.php:95
391
+ msgid "Default"
392
+ msgstr "默认"
393
+
394
+ #: ../classes/settings.php:323
395
+ msgid ""
396
+ "Value: Can be either a string or array. Arrays will be flattened and values "
397
+ "are seperated by a ',' comma."
398
+ msgstr "值:可以是一个字符串或数组。数组将被压平(Arrays will be flattened),值之间用逗号“,”隔开。"
399
+
400
+ #: ../classes/settings.php324, ../classes/column/custom-field.php101,
401
+ #: ../classes/column/link/image.php:19
402
+ msgid "Image"
403
+ msgstr "图像"
404
+
405
+ #: ../classes/settings.php:324
406
+ msgid ""
407
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
408
+ "comma )."
409
+ msgstr "值:应该包括一个图像URL或附件ID(使用逗号“,”隔开)"
410
+
411
+ #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
412
+ msgid "Excerpt"
413
+ msgstr "摘要"
414
+
415
+ #: ../classes/settings.php:325
416
+ msgid "Value: This will show the first 20 words of the Post content."
417
+ msgstr "值:将显示文章内容的前 20 个字。"
418
+
419
+ #: ../classes/settings.php326, ../classes/column/custom-field.php:103
420
+ msgid "Multiple Values"
421
+ msgstr "多个值"
422
+
423
+ #: ../classes/settings.php:326
424
+ msgid ""
425
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
426
+ "array."
427
+ msgstr "值:应该是一个数组。这将被压平(多维)数组"
428
+
429
+ #: ../classes/settings.php327, ../classes/column/custom-field.php:104
430
+ msgid "Numeric"
431
+ msgstr "数字"
432
+
433
+ #: ../classes/settings.php:327
434
+ msgid ""
435
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
436
+ "for sorting, so you can sort your posts on numeric (custom field) values."
437
+ msgstr "值:只能是数字。<br/>如果你安装了“排序扩展”,这将用于排序,所以你可以通过这个数字(自定义字段)值来排序文章。"
438
+
439
+ #: ../classes/settings.php328, ../classes/column/custom-field.php99,
440
+ #: ../classes/column/comment/date.php:19
441
+ msgid "Date"
442
+ msgstr "日期"
443
+
444
+ #: ../classes/settings.php:328
445
+ msgid ""
446
+ "Value: Can be unix time stamp or a date format as described in the <a "
447
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
448
+ "href='%s'>general settings</a> page."
449
+ msgstr "值:可以是 Unix 时间戳或<a href='%s'>规则</a>中描述的一种日期格式。你可以在 <a href='%s'>常规设置</a> 页面修改输出的日期格式。"
450
+
451
+ #: ../classes/settings.php:329
452
+ msgid "Post Titles"
453
+ msgstr "文章标题"
454
+
455
+ #: ../classes/settings.php:329
456
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
457
+ msgstr "值:可以是一个或多个文章ID(使用逗号“,”隔开)"
458
+
459
+ #: ../classes/settings.php:330
460
+ msgid "Usernames"
461
+ msgstr "用户名"
462
+
463
+ #: ../classes/settings.php:330
464
+ msgid "Value: can be one or more User ID's (seperated by ',')."
465
+ msgstr "值:可以是一个或多个用户ID(使用逗号“,”隔开)"
466
+
467
+ #: ../classes/settings.php:331
468
+ msgid "Checkmark"
469
+ msgstr "判断"
470
+
471
+ #: ../classes/settings.php:331
472
+ msgid "Value: should be a 1 (one) or 0 (zero)."
473
+ msgstr "值:应该是 1 (一)或 0 (零)"
474
+
475
+ #: ../classes/settings.php332, ../classes/column/custom-field.php:97
476
+ msgid "Color"
477
+ msgstr "颜色"
478
+
479
+ #: ../classes/settings.php:332
480
+ msgid "Value: hex value color, such as #808080."
481
+ msgstr "值:十六进制值的颜色,如#808080。"
482
+
483
+ #: ../classes/settings.php333, ../classes/column/custom-field.php:98
484
+ msgid "Counter"
485
+ msgstr ""
486
+
487
+ #: ../classes/settings.php:333
488
+ msgid ""
489
+ "Value: Can be either a string or array. This will display a count of the "
490
+ "number of times the meta key is used by the item."
491
+ msgstr ""
492
+
493
+ #: ../classes/settings.php:422
494
+ msgid "Welcome to Admin Columns"
495
+ msgstr "欢迎使用Admin Columns插件。"
496
+
497
+ #: ../classes/settings.php:425
498
+ msgid "Thank you for updating to the latest version!"
499
+ msgstr "感谢您更新到最新版本!"
500
+
501
+ #: ../classes/settings.php:426
502
+ msgid ""
503
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
504
+ "like it."
505
+ msgstr "Admin Columns插件比以往任何时候都更加精致,愉快。我们希望你喜欢它。"
506
+
507
+ #: ../classes/settings.php:431
508
+ msgid "What’s New"
509
+ msgstr "最近更新"
510
+
511
+ #: ../classes/settings.php:432
512
+ msgid "Changelog"
513
+ msgstr "更新记录"
514
+
515
+ #: ../classes/settings.php:437
516
+ msgid "Important"
517
+ msgstr "重要"
518
+
519
+ #: ../classes/settings.php:439
520
+ msgid "Database Changes"
521
+ msgstr "数据库更改"
522
+
523
+ #: ../classes/settings.php:440
524
+ msgid ""
525
+ "The database has been changed between versions 1 and 2. But we made sure you"
526
+ " can still roll back to version 1x without any issues."
527
+ msgstr "该数据库已在版本1和2之间进行了更改。但我们确信你仍然可以回滚到版本1x,这是没有任何问题的。"
528
+
529
+ #: ../classes/settings.php:443
530
+ msgid "Make sure you backup your database and then click"
531
+ msgstr "确保你已经备份了数据库,然后点击"
532
+
533
+ #: ../classes/settings.php443, ../classes/upgrade.php:143
534
+ msgid "Upgrade Database"
535
+ msgstr "升级数据库"
536
+
537
+ #: ../classes/settings.php:446
538
+ msgid "Potential Issues"
539
+ msgstr "潜在问题"
540
+
541
+ #: ../classes/settings.php:447
542
+ msgid ""
543
+ "Do to the sizable refactoring the code, surounding Addons and "
544
+ "action/filters, your website may not operate correctly. It is important that"
545
+ " you read the full"
546
+ msgstr "做了相当大的代码重构,包括扩展和各类钩子,你的网站可能无法正常工作。强烈建议你阅读完整的 "
547
+
548
+ #: ../classes/settings.php:447
549
+ msgid "Migrating from v1 to v2"
550
+ msgstr "从 v1 迁移到 v2"
551
+
552
+ #: ../classes/settings.php:447
553
+ msgid "guide to view the full list of changes."
554
+ msgstr "引导查看完整的更改列表。"
555
+
556
+ #: ../classes/settings.php:447
557
+ msgid ""
558
+ "When you have found a bug please <a href='%s'>report them to us</a> so we "
559
+ "can fix it in the next release."
560
+ msgstr ""
561
+
562
+ #: ../classes/settings.php:450
563
+ msgid "Important!"
564
+ msgstr "重要!"
565
+
566
+ #: ../classes/settings.php:450
567
+ msgid ""
568
+ "If you updated the Admin Columns plugin without prior knowledge of such "
569
+ "changes, Please roll back to the latest"
570
+ msgstr "如果你更新了 Admin Columns 插件没有另行通知这些变更,请回滚到最新版本"
571
+
572
+ #: ../classes/settings.php:450
573
+ msgid "version 1"
574
+ msgstr "版本 1"
575
+
576
+ #: ../classes/settings.php:450
577
+ msgid "of this plugin."
578
+ msgstr "这个插件。"
579
+
580
+ #: ../classes/settings.php:456
581
+ msgid "Changelog for"
582
+ msgstr "更新记录 for"
583
+
584
+ #: ../classes/settings.php471, ../classes/upgrade.php:63
585
+ msgid "Learn more"
586
+ msgstr "了解更多"
587
+
588
+ #: ../classes/settings.php:481
589
+ msgid "Start using Admin Columns"
590
+ msgstr "开始使用Admin Columns"
591
+
592
+ #: ../classes/settings.php:500
593
+ msgid "General Settings"
594
+ msgstr "常规设置"
595
+
596
+ #: ../classes/settings.php:501
597
+ msgid "Customize your Admin Columns settings."
598
+ msgstr "自定义Admin Columns的设置"
599
+
600
+ #: ../classes/settings.php:512
601
+ msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
602
+ msgstr ""
603
+
604
+ #: ../classes/settings.php:559
605
+ msgid "Restore Settings"
606
+ msgstr "恢复设置"
607
+
608
+ #: ../classes/settings.php:560
609
+ msgid "This will delete all column settings and restore the default settings."
610
+ msgstr "这将删除所有列的设置和恢复到默认设置。"
611
+
612
+ #: ../classes/settings.php:566
613
+ msgid "Restore default settings"
614
+ msgstr "恢复默认设置"
615
+
616
+ #: ../classes/settings.php:566
617
+ msgid ""
618
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
619
+ "undone. 'OK' to delete, 'Cancel' to stop"
620
+ msgstr ""
621
+
622
+ #: ../classes/settings.php:582
623
+ msgid "Posttypes"
624
+ msgstr ""
625
+
626
+ #: ../classes/settings.php:583
627
+ msgid "Others"
628
+ msgstr ""
629
+
630
+ #: ../classes/settings.php:584
631
+ msgid "Taxonomies"
632
+ msgstr ""
633
+
634
+ #: ../classes/settings.php:600
635
+ msgid "Settings"
636
+ msgstr "设置"
637
+
638
+ #: ../classes/settings.php:601
639
+ msgid "Add-ons"
640
+ msgstr ""
641
+
642
+ #: ../classes/settings.php:669
643
+ msgid ""
644
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
645
+ " admin panel."
646
+ msgstr ""
647
+
648
+ #: ../classes/settings.php:679
649
+ msgid "Store settings"
650
+ msgstr "保存设置"
651
+
652
+ #: ../classes/settings.php:687
653
+ msgid ""
654
+ "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to"
655
+ " delete, 'Cancel' to stop"
656
+ msgstr ""
657
+
658
+ #: ../classes/settings.php:688
659
+ msgid "Restore"
660
+ msgstr "恢复"
661
+
662
+ #: ../classes/settings.php:688
663
+ msgid "columns"
664
+ msgstr "列"
665
+
666
+ #: ../classes/settings.php:707
667
+ msgid "Get Admin Columns Pro"
668
+ msgstr ""
669
+
670
+ #: ../classes/settings.php:711
671
+ msgid "Add Sorting"
672
+ msgstr "添加排序"
673
+
674
+ #: ../classes/settings.php:712
675
+ msgid "Add Filtering"
676
+ msgstr "添加过滤器"
677
+
678
+ #: ../classes/settings.php:713
679
+ msgid "Add Import/Export"
680
+ msgstr "添加 导入/导出"
681
+
682
+ #: ../classes/settings.php:714
683
+ msgid "Add Direct Editing"
684
+ msgstr ""
685
+
686
+ #: ../classes/settings.php:717
687
+ msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
688
+ msgstr ""
689
+
690
+ #: ../classes/settings.php:730
691
+ msgid "Subscribe to receive news &amp; updates below."
692
+ msgstr ""
693
+
694
+ #: ../classes/settings.php:737
695
+ msgid "Your Email"
696
+ msgstr ""
697
+
698
+ #: ../classes/settings.php:748
699
+ msgid "Are you happy with Admin Columns?"
700
+ msgstr ""
701
+
702
+ #: ../classes/settings.php:756
703
+ msgid "What's wrong? Need help? Let us know!"
704
+ msgstr ""
705
+
706
+ #: ../classes/settings.php:757
707
+ msgid ""
708
+ "Check out our extensive documentation, or you can open a support topic on "
709
+ "WordPress.org!"
710
+ msgstr ""
711
+
712
+ #: ../classes/settings.php:765
713
+ msgid "Docs"
714
+ msgstr ""
715
+
716
+ #: ../classes/settings.php:770
717
+ msgid "Forums"
718
+ msgstr ""
719
+
720
+ #: ../classes/settings.php:779
721
+ msgid "Woohoo! We're glad to hear that!"
722
+ msgstr ""
723
+
724
+ #: ../classes/settings.php:780
725
+ msgid ""
726
+ "We would really love it if you could show your appreciation by giving us a "
727
+ "rating on WordPress.org or tweet about Admin Columns!"
728
+ msgstr ""
729
+
730
+ #: ../classes/settings.php:784
731
+ msgid "Rate"
732
+ msgstr ""
733
+
734
+ #: ../classes/settings.php:795
735
+ msgid "Tweet"
736
+ msgstr ""
737
+
738
+ #: ../classes/settings.php:805
739
+ msgid "Buy Pro"
740
+ msgstr ""
741
+
742
+ #: ../classes/settings.php:817
743
+ msgid "Support"
744
+ msgstr "支持"
745
+
746
+ #: ../classes/settings.php:820
747
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
748
+ msgstr "查看右上角的 <strong>帮助</strong>"
749
+
750
+ #: ../classes/settings.php:823
751
+ msgid ""
752
+ "For full documentation, bug reports, feature suggestions and other tips <a "
753
+ "href='%s'>visit the Admin Columns website</a>"
754
+ msgstr "<a href='%s'>访问官方网站</a> 获取帮助文档,反馈Bug,提交建议和其他技巧。</p><p>本插件由 <a href=\"http://www.wpdaxue.com\" title=\"优秀的WordPress建站资源平台\" target=\"_blank\">WordPress大学</a> 提供简体中文支持。"
755
+
756
+ #: ../classes/settings.php:852
757
+ msgid "Drag and drop to reorder"
758
+ msgstr "拖动排序"
759
+
760
+ #: ../classes/settings.php:855
761
+ msgid "Add Column"
762
+ msgstr "添加列"
763
+
764
+ #: ../classes/settings.php:936
765
+ msgid "Active"
766
+ msgstr ""
767
+
768
+ #: ../classes/settings.php:937
769
+ msgid "Deactivate"
770
+ msgstr ""
771
+
772
+ #: ../classes/settings.php:944
773
+ msgid "Installed"
774
+ msgstr ""
775
+
776
+ #: ../classes/settings.php:945
777
+ msgid "Activate"
778
+ msgstr ""
779
+
780
+ #: ../classes/settings.php:959
781
+ msgid "Download & Install"
782
+ msgstr ""
783
+
784
+ #: ../classes/settings.php:964
785
+ msgid "Get this add-on"
786
+ msgstr ""
787
+
788
+ #: ../classes/storage_model.php:262
789
+ msgid "settings succesfully restored."
790
+ msgstr "设置已成功恢复!"
791
+
792
+ #: ../classes/storage_model.php:278
793
+ msgid "No columns settings available."
794
+ msgstr "没有可用的列设置。"
795
+
796
+ #: ../classes/storage_model.php:299
797
+ msgid "You are trying to store the same settings for %s."
798
+ msgstr "你正在尝试为 %s 保存同样设置"
799
+
800
+ #: ../classes/storage_model.php:303
801
+ msgid "Settings for %s updated successfully."
802
+ msgstr ""
803
+
804
+ #: ../classes/storage_model.php:643
805
+ msgid "Columns by Plugins"
806
+ msgstr ""
807
+
808
+ #: ../classes/storage_model.php:862
809
+ msgid "View"
810
+ msgstr "查看"
811
+
812
+ #: ../classes/upgrade.php:62
813
+ msgid ""
814
+ "The pro add-on is no longer supported. Please login to your account and "
815
+ "download Admin Columns Pro"
816
+ msgstr ""
817
+
818
+ #: ../classes/upgrade.php95, ../classes/upgrade.php:95
819
+ msgid "Upgrade"
820
+ msgstr "升级"
821
+
822
+ #: ../classes/upgrade.php:136
823
+ msgid "requires a database upgrade"
824
+ msgstr "需要升级数据库"
825
+
826
+ #: ../classes/upgrade.php:139
827
+ msgid "why?"
828
+ msgstr "为什么?"
829
+
830
+ #: ../classes/upgrade.php:140
831
+ msgid "Please"
832
+ msgstr "请"
833
+
834
+ #: ../classes/upgrade.php:141
835
+ msgid "backup your database"
836
+ msgstr "备份数据库"
837
+
838
+ #: ../classes/upgrade.php:142
839
+ msgid "then click"
840
+ msgstr "然后点击"
841
+
842
+ #: ../classes/upgrade.php:351
843
+ msgid "Migrating Column Settings"
844
+ msgstr "迁移列设置"
845
+
846
+ #: ../classes/upgrade.php:387
847
+ msgid "No Upgrade Required"
848
+ msgstr "无需升级"
849
+
850
+ #: ../classes/upgrade.php:388
851
+ msgid "Return to welcome screen."
852
+ msgstr "返回欢迎界面"
853
+
854
+ #: ../classes/upgrade.php:406
855
+ msgid "Upgrade Complete!"
856
+ msgstr "升级完成!"
857
+
858
+ #: ../classes/upgrade.php:406
859
+ msgid "Return to settings."
860
+ msgstr "返回设置。"
861
+
862
+ #: ../classes/upgrade.php:407
863
+ msgid "Error"
864
+ msgstr "错误"
865
+
866
+ #: ../classes/upgrade.php:408
867
+ msgid ""
868
+ "Sorry. Something went wrong during the upgrade process. Please report this "
869
+ "on the support forum."
870
+ msgstr "抱歉,升级过程中出错了,请在论坛中反馈。"
871
+
872
+ #: ../classes/column/acf-placeholder.php:19
873
+ msgid "ACF Field"
874
+ msgstr ""
875
+
876
+ #: ../classes/column/acf-placeholder.php:35
877
+ msgid ""
878
+ "If you have a developer licence please download & install your ACF add-on "
879
+ "from the <a href='%s'>add-ons tab</a>."
880
+ msgstr ""
881
+
882
+ #: ../classes/column/acf-placeholder.php:38
883
+ msgid ""
884
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
885
+ "integeration, allowing you to easily display and edit ACF fields from within"
886
+ " your posts overview."
887
+ msgstr ""
888
+
889
+ #: ../classes/column/acf-placeholder.php:44
890
+ msgid "Find out more"
891
+ msgstr ""
892
+
893
+ #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
894
+ msgid "Actions"
895
+ msgstr "操作"
896
+
897
+ #: ../classes/column/actions.php:96
898
+ msgid "Use icons?"
899
+ msgstr ""
900
+
901
+ #: ../classes/column/actions.php:96
902
+ msgid "Use icons instead of text for displaying the actions."
903
+ msgstr ""
904
+
905
+ #: ../classes/column/custom-field.php:96
906
+ msgid "Checkmark (true/false)"
907
+ msgstr "判断(true/false)"
908
+
909
+ #: ../classes/column/custom-field.php:102
910
+ msgid "Media Library"
911
+ msgstr "媒体库"
912
+
913
+ #: ../classes/column/custom-field.php:105
914
+ msgid "Post Title (Post ID's)"
915
+ msgstr "文章标题(文章ID)"
916
+
917
+ #: ../classes/column/custom-field.php:106
918
+ msgid "Username (User ID's)"
919
+ msgstr "用户名(用户ID)"
920
+
921
+ #: ../classes/column/custom-field.php:107
922
+ msgid "Term Name (Term ID's)"
923
+ msgstr ""
924
+
925
+ #: ../classes/column/custom-field.php:391
926
+ msgid "Select your custom field."
927
+ msgstr "选择自定义字段"
928
+
929
+ #: ../classes/column/custom-field.php:401
930
+ msgid "No custom fields available."
931
+ msgstr "没有可用的自定义字段"
932
+
933
+ #: ../classes/column/custom-field.php:401
934
+ msgid "Please create a %s item first."
935
+ msgstr ""
936
+
937
+ #: ../classes/column/custom-field.php:408
938
+ msgid "Field Type"
939
+ msgstr "字段类型"
940
+
941
+ #: ../classes/column/custom-field.php:408
942
+ msgid "This will determine how the value will be displayed."
943
+ msgstr "用来确定如何显示值"
944
+
945
+ #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
946
+ msgid "Taxonomy"
947
+ msgstr "分类法"
948
+
949
+ #: ../classes/column/used-by-menu.php:20
950
+ msgid "Used by Menu"
951
+ msgstr ""
952
+
953
+ #: ../classes/column/used-by-menu.php:133
954
+ msgid "Link to menu"
955
+ msgstr ""
956
+
957
+ #: ../classes/column/used-by-menu.php:133
958
+ msgid "This will make the title link to the menu."
959
+ msgstr ""
960
+
961
+ #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19,
962
+ #: ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
963
+ msgid "ID"
964
+ msgstr "ID"
965
+
966
+ #: ../classes/column/comment/agent.php:19
967
+ msgid "Agent"
968
+ msgstr "代理(Agent)"
969
+
970
+ #: ../classes/column/comment/approved.php19,
971
+ #: ../classes/column/post/comment-count.php:35
972
+ msgid "Approved"
973
+ msgstr "已通过"
974
+
975
+ #: ../classes/column/comment/author-avatar.php:19
976
+ msgid "Avatar"
977
+ msgstr "头像"
978
+
979
+ #: ../classes/column/comment/author-email.php:19
980
+ msgid "Author email"
981
+ msgstr "作者邮箱"
982
+
983
+ #: ../classes/column/comment/author-ip.php:19
984
+ msgid "Author IP"
985
+ msgstr "作者IP"
986
+
987
+ #: ../classes/column/comment/author-name.php:12
988
+ msgid "Author name"
989
+ msgstr ""
990
+
991
+ #: ../classes/column/comment/author-url.php:19
992
+ msgid "Author url"
993
+ msgstr "作者url"
994
+
995
+ #: ../classes/column/comment/author.php:19
996
+ msgid "Author"
997
+ msgstr "作者"
998
+
999
+ #: ../classes/column/comment/date-gmt.php:19
1000
+ msgid "Date GMT"
1001
+ msgstr "日期GMT"
1002
+
1003
+ #: ../classes/column/comment/excerpt.php19,
1004
+ #: ../classes/column/post/content.php:19
1005
+ msgid "Content"
1006
+ msgstr ""
1007
+
1008
+ #: ../classes/column/comment/post.php:19
1009
+ msgid "Post"
1010
+ msgstr ""
1011
+
1012
+ #: ../classes/column/comment/reply-to.php:19
1013
+ msgid "In Reply To"
1014
+ msgstr "回应给"
1015
+
1016
+ #: ../classes/column/comment/user.php:11
1017
+ msgid "User"
1018
+ msgstr ""
1019
+
1020
+ #: ../classes/column/comment/word-count.php19,
1021
+ #: ../classes/column/post/word-count.php:19
1022
+ msgid "Word count"
1023
+ msgstr "字数"
1024
+
1025
+ #: ../classes/column/media/alternate-text.php:19
1026
+ msgid "Alt"
1027
+ msgstr "Alt"
1028
+
1029
+ #: ../classes/column/media/attached-to.php:19
1030
+ msgid "Attached to post"
1031
+ msgstr ""
1032
+
1033
+ #: ../classes/column/media/available-sizes.php:20
1034
+ msgid "Available Sizes"
1035
+ msgstr "可用尺寸"
1036
+
1037
+ #: ../classes/column/media/available-sizes.php:40
1038
+ msgid "full size"
1039
+ msgstr "全尺寸"
1040
+
1041
+ #: ../classes/column/media/caption.php19,
1042
+ #: ../classes/column/media/exif-data.php:41
1043
+ msgid "Caption"
1044
+ msgstr "标题"
1045
+
1046
+ #: ../classes/column/media/description.php19,
1047
+ #: ../classes/column/link/description.php19,
1048
+ #: ../classes/column/user/description.php:19
1049
+ msgid "Description"
1050
+ msgstr "描述"
1051
+
1052
+ #: ../classes/column/media/dimensions.php:19
1053
+ msgid "Dimensions"
1054
+ msgstr "尺寸"
1055
+
1056
+ #: ../classes/column/media/exif-data.php:19
1057
+ msgid "EXIF data"
1058
+ msgstr "EXIF数据"
1059
+
1060
+ #: ../classes/column/media/exif-data.php:38
1061
+ msgid "Aperture"
1062
+ msgstr "光圈"
1063
+
1064
+ #: ../classes/column/media/exif-data.php:39
1065
+ msgid "Credit"
1066
+ msgstr "信用"
1067
+
1068
+ #: ../classes/column/media/exif-data.php:40
1069
+ msgid "Camera"
1070
+ msgstr "相机"
1071
+
1072
+ #: ../classes/column/media/exif-data.php:42
1073
+ msgid "Timestamp"
1074
+ msgstr "时间戳"
1075
+
1076
+ #: ../classes/column/media/exif-data.php:43
1077
+ msgid "Copyright EXIF"
1078
+ msgstr "版权EXIF"
1079
+
1080
+ #: ../classes/column/media/exif-data.php:44
1081
+ msgid "Focal Length"
1082
+ msgstr "焦距"
1083
+
1084
+ #: ../classes/column/media/exif-data.php:45
1085
+ msgid "ISO"
1086
+ msgstr "ISO"
1087
+
1088
+ #: ../classes/column/media/exif-data.php:46
1089
+ msgid "Shutter Speed"
1090
+ msgstr "快门速度"
1091
+
1092
+ #: ../classes/column/media/exif-data.php:47
1093
+ msgid "Title"
1094
+ msgstr "标题"
1095
+
1096
+ #: ../classes/column/media/file-name.php:19
1097
+ msgid "File name"
1098
+ msgstr "名字"
1099
+
1100
+ #: ../classes/column/media/file-size.php:19
1101
+ msgid "File size"
1102
+ msgstr "文件大小"
1103
+
1104
+ #: ../classes/column/media/full-path.php19,
1105
+ #: ../classes/column/media/full-path.php:92
1106
+ msgid "Full path"
1107
+ msgstr "完整路径"
1108
+
1109
+ #: ../classes/column/media/full-path.php:83
1110
+ msgid "Path scope"
1111
+ msgstr ""
1112
+
1113
+ #: ../classes/column/media/full-path.php:84
1114
+ msgid "Part of the file path to display"
1115
+ msgstr ""
1116
+
1117
+ #: ../classes/column/media/full-path.php:97
1118
+ msgid "Relative to domain"
1119
+ msgstr ""
1120
+
1121
+ #: ../classes/column/media/full-path.php:102
1122
+ msgid "Relative to main uploads folder "
1123
+ msgstr ""
1124
+
1125
+ #: ../classes/column/media/height.php:19
1126
+ msgid "Height"
1127
+ msgstr "高度"
1128
+
1129
+ #: ../classes/column/media/mime-type.php:19
1130
+ msgid "Mime type"
1131
+ msgstr "Mime类型"
1132
+
1133
+ #: ../classes/column/post/attachment-count.php:19
1134
+ msgid "No. of Attachments"
1135
+ msgstr "附件数量"
1136
+
1137
+ #: ../classes/column/post/attachment.php:19
1138
+ msgid "Attachments"
1139
+ msgstr ""
1140
+
1141
+ #: ../classes/column/post/author-name.php:20
1142
+ msgid "Display Author As"
1143
+ msgstr "显示作者为"
1144
+
1145
+ #: ../classes/column/post/author-name.php:100
1146
+ msgid "View Public Author Page"
1147
+ msgstr ""
1148
+
1149
+ #: ../classes/column/post/author-name.php:102
1150
+ msgid "Page the author name should link to."
1151
+ msgstr ""
1152
+
1153
+ #: ../classes/column/post/before-moretag.php:19
1154
+ msgid "Before More Tag"
1155
+ msgstr "More标签前"
1156
+
1157
+ #: ../classes/column/post/comment-count.php:20
1158
+ msgid "Comment count"
1159
+ msgstr "评论数量"
1160
+
1161
+ #: ../classes/column/post/comment-count.php:34
1162
+ msgid "Total"
1163
+ msgstr "所有"
1164
+
1165
+ #: ../classes/column/post/comment-count.php:36
1166
+ msgid "Pending"
1167
+ msgstr "待审"
1168
+
1169
+ #: ../classes/column/post/comment-count.php:37
1170
+ msgid "Spam"
1171
+ msgstr "垃圾评论"
1172
+
1173
+ #: ../classes/column/post/comment-count.php:38
1174
+ msgid "Trash"
1175
+ msgstr "回收站"
1176
+
1177
+ #: ../classes/column/post/comment-count.php99,
1178
+ #: ../classes/column/post/comment-status.php:20
1179
+ msgid "Comment status"
1180
+ msgstr "评论状态"
1181
+
1182
+ #: ../classes/column/post/comment-count.php:99
1183
+ msgid "Select which comment status you like to display."
1184
+ msgstr "选择你要显示的评论状态"
1185
+
1186
+ #: ../classes/column/post/depth.php:19
1187
+ msgid "Depth"
1188
+ msgstr ""
1189
+
1190
+ #: ../classes/column/post/estimated-reading-time.php:19
1191
+ msgid "Estimated Reading Time"
1192
+ msgstr ""
1193
+
1194
+ #: ../classes/column/post/estimated-reading-time.php:66
1195
+ msgid "second"
1196
+ msgid_plural "seconds"
1197
+ msgstr[0] ""
1198
+
1199
+ #: ../classes/column/post/estimated-reading-time.php:69
1200
+ msgid "minute"
1201
+ msgid_plural "minutes"
1202
+ msgstr[0] ""
1203
+
1204
+ #: ../classes/column/post/estimated-reading-time.php:107
1205
+ msgid "Words per minute"
1206
+ msgstr ""
1207
+
1208
+ #: ../classes/column/post/estimated-reading-time.php:108
1209
+ msgid "Estimated reading time in words per minute"
1210
+ msgstr ""
1211
+
1212
+ #: ../classes/column/post/featured-image.php:19
1213
+ msgid "Featured Image"
1214
+ msgstr "特色图像"
1215
+
1216
+ #: ../classes/column/post/formats.php:19
1217
+ msgid "Post Format"
1218
+ msgstr "文章形式"
1219
+
1220
+ #: ../classes/column/post/last-modified-author.php:20
1221
+ msgid "Last Modified Author"
1222
+ msgstr ""
1223
+
1224
+ #: ../classes/column/post/modified.php:19
1225
+ msgid "Last modified"
1226
+ msgstr "最后修订"
1227
+
1228
+ #: ../classes/column/post/order.php:19
1229
+ msgid "Order"
1230
+ msgstr ""
1231
+
1232
+ #: ../classes/column/post/page-template.php:19
1233
+ msgid "Page Template"
1234
+ msgstr "页面模板"
1235
+
1236
+ #: ../classes/column/post/parent.php:19
1237
+ msgid "Parent"
1238
+ msgstr "父级"
1239
+
1240
+ #: ../classes/column/post/path.php:19
1241
+ msgid "Path"
1242
+ msgstr ""
1243
+
1244
+ #: ../classes/column/post/permalink.php:19
1245
+ msgid "Permalink"
1246
+ msgstr ""
1247
+
1248
+ #: ../classes/column/post/permalink.php:68
1249
+ msgid "Link to post"
1250
+ msgstr ""
1251
+
1252
+ #: ../classes/column/post/permalink.php:68
1253
+ msgid "This will make the permalink clickable."
1254
+ msgstr ""
1255
+
1256
+ #: ../classes/column/post/ping-status.php:19
1257
+ msgid "Ping status"
1258
+ msgstr "Ping状态"
1259
+
1260
+ #: ../classes/column/post/roles.php:19
1261
+ msgid "Roles"
1262
+ msgstr "角色"
1263
+
1264
+ #: ../classes/column/post/shortcodes.php:19
1265
+ msgid "Shortcodes"
1266
+ msgstr ""
1267
+
1268
+ #: ../classes/column/post/slug.php:19
1269
+ msgid "Slug"
1270
+ msgstr "别名"
1271
+
1272
+ #: ../classes/column/post/status.php:21
1273
+ msgid "Status"
1274
+ msgstr "状态"
1275
+
1276
+ #: ../classes/column/post/sticky.php:19
1277
+ msgid "Sticky"
1278
+ msgstr "置顶"
1279
+
1280
+ #: ../classes/column/post/title-raw.php:19
1281
+ msgid "Title without actions"
1282
+ msgstr ""
1283
+
1284
+ #: ../classes/column/link/length.php:19
1285
+ msgid "Length"
1286
+ msgstr "长度"
1287
+
1288
+ #: ../classes/column/link/notes.php:19
1289
+ msgid "Notes"
1290
+ msgstr "笔记"
1291
+
1292
+ #: ../classes/column/link/owner.php:19
1293
+ msgid "Owner"
1294
+ msgstr "所有者"
1295
+
1296
+ #: ../classes/column/link/rss.php:19
1297
+ msgid "Rss"
1298
+ msgstr "Rss"
1299
+
1300
+ #: ../classes/column/link/target.php:19
1301
+ msgid "Target"
1302
+ msgstr "Target"
1303
+
1304
+ #: ../classes/column/user/display-name.php:19
1305
+ msgid "Display name"
1306
+ msgstr ""
1307
+
1308
+ #: ../classes/column/user/first-name.php:19
1309
+ msgid "First name"
1310
+ msgstr "名字"
1311
+
1312
+ #: ../classes/column/user/last-name.php:19
1313
+ msgid "Last name"
1314
+ msgstr "姓氏"
1315
+
1316
+ #: ../classes/column/user/post-count.php:19
1317
+ msgid "Post Count"
1318
+ msgstr "文章数量"
1319
+
1320
+ #: ../classes/column/user/post-count.php:89
1321
+ msgid "Post Type"
1322
+ msgstr "文章类型"
1323
+
1324
+ #: ../classes/column/user/registered.php:19
1325
+ msgid "Registered"
1326
+ msgstr "注册"
1327
+
1328
+ #: ../classes/column/user/rich-editing.php:19
1329
+ msgid "Visual Editor"
1330
+ msgstr ""
1331
+
1332
+ #: ../classes/column/user/url.php:19
1333
+ msgid "Url"
1334
+ msgstr "Url"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: codepress, tschutter, davidmosterd, engelen, dungengronovius
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
- Tested up to: 4.3.1
7
- Stable tag: 2.4.8
8
 
9
  Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
10
 
@@ -13,7 +13,7 @@ Customise columns on the administration screens for post(types), pages, media, c
13
  Manage and organize columns in the posts, users, comments and media lists in the WordPress admin panel. Transform the WordPress admin screens into beautiful, clear overviews.
14
 
15
  > #### Admin Columns Pro
16
- > The free version of Admin Columns does not support sorting, filtering and inline editing and has no priority support. [Admin Columns Pro](http://admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=blockquote&utm_campaign=cpac-pluginpage) offers these features, direct e-mail support and several add-ons.
17
 
18
  [vimeo http://vimeo.com/96885841]
19
 
@@ -26,12 +26,12 @@ Admin Columns greatly enhances your WordPress installation. Whether you're runni
26
  To give you some insight into the great amount of possibilities Admin Columns offers to enhance your (or your client's) WordPress admin panel, be sure to check out the screenshots or the demo video!
27
 
28
  = Sortable, filterable and editable columns & import/export =
29
- All of the new columns support sorting on all screens, and many of them support filtering. Another great feature is direct editing: it allows you to directly edit all types of data (including titles, featured images, custom fields and taxonomies) directly from the posts overview. These features are only available with [Admin Columns Pro](http://admincolumns.com)! Admin Columns Pro also allows you to import and export your column setup, and it allows you to save your columns to PHP, so you (and your clients) don't have to worry about the admin interface!
30
 
31
  = Third party plugin integration =
32
  Admin Columns works perfectly with just about all external plugins with custom columns. Examples include Yoast SEO (SEO columns), WooCommerce, Advanced Custom Fields, Types and Pods. Not only can you reorganize the custom columns added by these plugins, you can also add custom columns provided by Admin Columns in the overview!
33
 
34
- The Developer license of [Admin Columns Pro](http://admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins&utm_campaign=cpac-pluginpage) includes [Advanced Custom Fields](http://admincolumns.com/advanced-custom-fields-integration/?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins&utm_campaign=cpac-pluginpage) and [WooCommerce](http://admincolumns.com/woocommerce-integration/?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins&utm_campaign=cpac-pluginpage) add-ons for easy integration and inline editing of data from these plugins.
35
 
36
  = Custom field column =
37
  Admin Columns allows you to display custom fields for posts (post meta) and users (user meta) for all custom fields you have. With many different custom field types supported, such as files, images, numbers and even post and user relations, you can create a beautiful overview of your custom content!
@@ -158,18 +158,18 @@ Admin Columns can change your post (posts, pages and custom post types), user, c
158
  = Docs & Support =
159
  Is this the first time you're using Admin Columns? Check out our Getting Started guide.
160
 
161
- We offer an extensive and up-to-date [documentation](http://admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage), [FAQ](http://admincolumns.com/documentation/faq/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage), [how-tos](http://admincolumns.com/documentation/how-to/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage) and an advanced [Developer Documentation](http://admincolumns.com/documentation/developer-docs/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage). For one-on-one support, please check out the Admin Columns Forums.
162
 
163
  = Translations =
164
  Thanks to the great community of translators surrounding Admin Columns, the plugin is available in many languages! To find your translation or to contribute to Admin Columns by translating it into your own language, please visit our [Transifex page](https://www.transifex.com/projects/p/admin-columns/).
165
 
166
  = Feedback & Feature Requests =
167
 
168
- You can leave any requests or feedback on [admincolumns.com](http://admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=feedback&utm_campaign=cpac-pluginpage).
169
 
170
  = Related Links =
171
 
172
- * [http://admincolumns.com](http://admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=relatedlinks&utm_campaign=cpac-pluginpage)
173
 
174
  == Installation ==
175
 
@@ -181,11 +181,11 @@ You can leave any requests or feedback on [admincolumns.com](http://admincolumns
181
 
182
  = Is there documentation for Admin Columns? =
183
 
184
- Yes, you will find all the documentation you need on the [admincolumns.com documentation page](http://admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage).
185
 
186
  = I have an idea for a great way to improve this plugin =
187
 
188
- Great, we'd love to hear from you! Please leave your feature request in our [forums](http://admincolumns.com/forums/forum/feature-requests/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage)!
189
 
190
  = How can I change the thumbnail size of images? =
191
 
@@ -197,7 +197,7 @@ If you want your already uploaded images to display the newly added size you wil
197
 
198
  = What filters and hooks can I use? =
199
 
200
- You can find a list of the available actions and filters (and examples on how to use them!) in the [Admin Columns documentation](http://admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage).
201
 
202
  == Screenshots ==
203
 
@@ -212,6 +212,13 @@ You can find a list of the available actions and filters (and examples on how to
212
 
213
  == Changelog ==
214
 
 
 
 
 
 
 
 
215
  = 2.4.8 =
216
  * [Updated] Hidden custom fields are now grouped as "Hidden" in the dropdown list
217
  * [Updated] Minor performance improvements
@@ -433,7 +440,7 @@ You can find a list of the available actions and filters (and examples on how to
433
  * [Added] Fieldtype "Counter" to Custom Fields
434
  * [Added] Column type ID when you hover over the column type label
435
  * [Added] Support for raw values
436
- * [Updated] Changed filter for cac/column/value. See: http://www.codepresshq.com/documentation.
437
 
438
  = 2.0.2 =
439
  * [Fixed] Performance issue
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
+ Tested up to: 4.4.1
7
+ Stable tag: 2.4.9
8
 
9
  Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
10
 
13
  Manage and organize columns in the posts, users, comments and media lists in the WordPress admin panel. Transform the WordPress admin screens into beautiful, clear overviews.
14
 
15
  > #### Admin Columns Pro
16
+ > The free version of Admin Columns does not support sorting, filtering and inline editing and has no priority support. [Admin Columns Pro](https://www.admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=blockquote&utm_campaign=cpac-pluginpage) offers these features, direct e-mail support and several add-ons.
17
 
18
  [vimeo http://vimeo.com/96885841]
19
 
26
  To give you some insight into the great amount of possibilities Admin Columns offers to enhance your (or your client's) WordPress admin panel, be sure to check out the screenshots or the demo video!
27
 
28
  = Sortable, filterable and editable columns & import/export =
29
+ All of the new columns support sorting on all screens, and many of them support filtering. Another great feature is direct editing: it allows you to directly edit all types of data (including titles, featured images, custom fields and taxonomies) directly from the posts overview. These features are only available with [Admin Columns Pro](https://www.admincolumns.com)! Admin Columns Pro also allows you to import and export your column setup, and it allows you to save your columns to PHP, so you (and your clients) don't have to worry about the admin interface!
30
 
31
  = Third party plugin integration =
32
  Admin Columns works perfectly with just about all external plugins with custom columns. Examples include Yoast SEO (SEO columns), WooCommerce, Advanced Custom Fields, Types and Pods. Not only can you reorganize the custom columns added by these plugins, you can also add custom columns provided by Admin Columns in the overview!
33
 
34
+ The Developer license of [Admin Columns Pro](https://www.admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins&utm_campaign=cpac-pluginpage) includes [Advanced Custom Fields](https://www.admincolumns.com/advanced-custom-fields-integration/?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins&utm_campaign=cpac-pluginpage) and [WooCommerce](https://www.admincolumns.com/woocommerce-integration/?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins&utm_campaign=cpac-pluginpage) add-ons for easy integration and inline editing of data from these plugins.
35
 
36
  = Custom field column =
37
  Admin Columns allows you to display custom fields for posts (post meta) and users (user meta) for all custom fields you have. With many different custom field types supported, such as files, images, numbers and even post and user relations, you can create a beautiful overview of your custom content!
158
  = Docs & Support =
159
  Is this the first time you're using Admin Columns? Check out our Getting Started guide.
160
 
161
+ We offer an extensive and up-to-date [documentation](https://www.admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage), [FAQ](https://www.admincolumns.com/documentation/faq/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage), [how-tos](https://www.admincolumns.com/documentation/how-to/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage) and an advanced [Developer Documentation](https://www.admincolumns.com/documentation/developer-docs/?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage). For one-on-one support, please check out the Admin Columns Forums.
162
 
163
  = Translations =
164
  Thanks to the great community of translators surrounding Admin Columns, the plugin is available in many languages! To find your translation or to contribute to Admin Columns by translating it into your own language, please visit our [Transifex page](https://www.transifex.com/projects/p/admin-columns/).
165
 
166
  = Feedback & Feature Requests =
167
 
168
+ You can leave any requests or feedback on [admincolumns.com](https://www.admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=feedback&utm_campaign=cpac-pluginpage).
169
 
170
  = Related Links =
171
 
172
+ * [https://www.admincolumns.com](https://www.admincolumns.com/?utm_source=wordpressorg&utm_medium=readme&utm_content=relatedlinks&utm_campaign=cpac-pluginpage)
173
 
174
  == Installation ==
175
 
181
 
182
  = Is there documentation for Admin Columns? =
183
 
184
+ Yes, you will find all the documentation you need on the [admincolumns.com documentation page](https://www.admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage).
185
 
186
  = I have an idea for a great way to improve this plugin =
187
 
188
+ Great, we'd love to hear from you! Please leave your feature request in our [forums](https://www.admincolumns.com/forums/forum/feature-requests/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage)!
189
 
190
  = How can I change the thumbnail size of images? =
191
 
197
 
198
  = What filters and hooks can I use? =
199
 
200
+ You can find a list of the available actions and filters (and examples on how to use them!) in the [Admin Columns documentation](https://www.admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage).
201
 
202
  == Screenshots ==
203
 
212
 
213
  == Changelog ==
214
 
215
+ = 2.4.9 =
216
+ * [Added] Display format Url added to Custom Fields
217
+ * [Added] Allow the use of before and after fields for all columns. Use add_filter( 'cac/column/properties/use_before_after', '__return_true' ).
218
+ * [Fixed] Removed Field Groups from post types
219
+ * [Fixed] Removed additional avatars from the comments view
220
+ * [Added] Added the option to replace the Custom Field select menu with a text input. Use add_filter( 'cac/column/meta/use_text_input', '__return_true' ).
221
+
222
  = 2.4.8 =
223
  * [Updated] Hidden custom fields are now grouped as "Hidden" in the dropdown list
224
  * [Updated] Minor performance improvements
440
  * [Added] Fieldtype "Counter" to Custom Fields
441
  * [Added] Column type ID when you hover over the column type label
442
  * [Added] Support for raw values
443
+ * [Updated] Changed filter for cac/column/value. See: https://www.admincolumns.com/documentation/.
444
 
445
  = 2.0.2 =
446
  * [Fixed] Performance issue